:root,:root[data-theme=light],.theme-light{--color-primary: #004080;--color-secondary: #27a536;--color-accent: #1f2a44;--color-background: #f0f3f6;--color-surface: #ffffff;--color-sidebar: #fafbfc;--color-header: #ffffff;--color-text-primary: #0f172a;--color-text-secondary: #4b5563;--color-border: #e6e8ef;--color-muted: #eef1f7;--color-link: #004080;--color-link-hover: #003060;--color-header-footer: var(--color-surface);--color-text: var(--color-text-primary);--foreground-color: var(--color-background)}:root[data-theme=dark],.theme-dark{--color-primary: #10151f;--color-secondary: #4c86c7;--color-accent: #27a536;--color-background: #0f1420;--color-surface: #1a2233;--color-text-primary: #eff2f7;--color-text-secondary: #b6c2d0;--color-border: #2a3347;--color-muted: #131a28;--color-link: #7fb3ff;--color-link-hover: #a5c8ff;--color-header-footer: #1d2332;--color-text: var(--color-text-primary);--foreground-color: var(--color-background)}@font-face{font-family:Gotham Normal;font-style:normal;font-weight:400;src:url(/fonts/GothamBook.ttf) format("truetype")}body{font-family:Gotham Normal,sans-serif!important;font-size:13px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:.5rem}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}a,span,p,button{font-size:.85rem}.puntos{width:160px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.font-small{font-size:.7rem}.no-decoration{text-decoration:none}.textarea{margin:0;font-size:100%;vertical-align:middle;width:500px}body{margin:0;padding:0;background-color:var(--color-background);color:var(--color-text);transition:background-color .3s ease,color .3s ease}html{scroll-behavior:smooth}a{color:var(--color-link);text-decoration-color:color-mix(in srgb,var(--color-link) 50%,transparent)}a:hover{color:var(--color-link-hover);text-decoration-color:var(--color-link-hover)}.file-preview-container{position:relative;display:flex;flex-direction:column;border:2px solid #000;border-radius:12px;overflow:hidden;background-color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;padding:0}.file-preview-container:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.file-preview-container:focus{outline:2px solid #007bff;outline-offset:2px}.file-preview-container:disabled{cursor:default}.file-preview-content{flex:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#f9f9f9;position:relative}.file-preview-image{width:100%;height:100%;object-fit:cover}.file-preview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;height:100%;color:#666;font-size:13px}.file-preview-icon{width:48px;height:48px;color:#999}.file-preview-icon-small{width:20px;height:20px;color:#fff}.file-preview-type{font-weight:500;color:#666}.file-preview-spinner{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.file-preview-pdf-container{width:100%;height:100%;position:relative}.file-preview-pdf-overlay{position:absolute;bottom:8px;right:8px;background-color:#000000bf;color:#fff;padding:4px 8px;border-radius:4px;display:flex;align-items:center;gap:4px;font-size:11px;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.file-preview-name{position:absolute;left:50%;bottom:8px;transform:translate(-50%);background-color:#000000bf;color:#fff;padding:6px 12px;border-radius:6px;max-width:calc(100% - 20px);text-align:center;pointer-events:none;display:flex;justify-content:center}.file-preview-name span{font-size:14px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
