@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap";.hero-card{background:linear-gradient(120deg,#4ffbdf29,#00d2fc1f 55%,#fff);border:1px solid var(--line);border-radius:24px;padding:2rem;box-shadow:0 12px 40px #19231c14}.open-form{margin-top:1.4rem;display:grid;gap:.8rem}@media (max-width: 768px){.hero-card{padding:1.2rem;border-radius:16px}}.google-signin-wrap{display:grid;gap:.45rem;justify-items:center}.google-signin-wrap.is-disabled{opacity:.6;pointer-events:none}.google-signin-button-slot{min-height:42px}.google-signin-error{color:var(--danger);font-size:.82rem}.auth-shell{display:grid;place-items:center;min-height:calc(100vh - 5rem)}.auth-card{width:min(520px,100%);background:linear-gradient(120deg,#845ec21a,#00d2fc1a);border:1px solid var(--line);border-radius:24px;padding:1.5rem;box-shadow:0 12px 40px #19231c14}.auth-form{margin-top:1rem;display:grid;gap:.7rem}.auth-links{margin:.8rem 0 0;color:var(--muted)}.auth-links a{color:var(--accent-strong)}.auth-divider{margin:.9rem 0 .75rem;display:flex;align-items:center;gap:.65rem;color:var(--muted);font-size:.88rem}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--line);flex:1}.auth-divider span{line-height:1}.auth-terms-row{display:flex;align-items:flex-start;gap:.55rem;margin-top:.15rem;color:var(--muted);font-size:.95rem;line-height:1.4}.auth-terms-row input[type=checkbox]{width:1.05rem;height:1.05rem;margin-top:.1rem;accent-color:var(--accent-strong)}.auth-terms-row a,.auth-google-terms-note a{color:var(--accent-strong);font-weight:600}.auth-google-terms-note{margin:.2rem 0;color:var(--muted);font-size:.9rem;text-align:center}@media (max-width: 768px){.auth-card{border-radius:16px;padding:1rem}}.terms-shell{width:min(980px,92vw);margin:2rem auto 2.8rem}.terms-card{border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,#ffffffe0,#f3fbfff5),radial-gradient(circle at top right,rgba(132,94,194,.12),transparent 14rem);padding:1.35rem 1.35rem 1.6rem;box-shadow:0 14px 34px #09203c14}.terms-content{margin-top:1.15rem;display:grid;gap:.8rem;color:#24344b}.terms-content h2{margin:.45rem 0 0;font-size:1.06rem}.terms-content p{margin:0;color:#334a65;line-height:1.6}@media (max-width: 768px){.terms-shell{margin:1.2rem auto 1.8rem}.terms-card{border-radius:14px;padding:1rem}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.pdf-frame{background:#fff;border:0;border-radius:0;padding:1rem 0;display:grid;gap:.8rem;min-height:calc(100vh - 58px);box-shadow:none}.pdf-scroll-stack{display:grid;gap:.95rem;justify-items:center;width:100%;padding:.3rem 0 1.4rem;background:transparent}.pdf-page-wrap{width:100%;display:grid;justify-items:center;padding:.1rem .6rem;background:transparent}.pdf-page-wrap .react-pdf__Page{background:#fff;border-radius:2px;overflow:hidden;box-shadow:0 8px 30px #00000047,0 1px 4px #00000040}.page-status{margin:0;color:#000;font-weight:500;text-align:center;padding:.15rem .4rem .55rem}@media (max-width: 768px){.pdf-frame{border-radius:0;border:0;padding:.55rem 0}.pdf-scroll-stack{padding:.3rem 0 .8rem}}.viewer-header{display:flex;justify-content:space-between;align-items:center;gap:.6rem;flex-wrap:nowrap}.viewer-shell-document{width:100%;margin:0}.viewer-header-document{position:sticky;top:0;z-index:18;background:#f8fdffdb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,158,250,.15);border-radius:0;padding:.18rem .45rem;box-shadow:0 2px 12px #0a203d14}.viewer-toolbar{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;justify-content:center}.viewer-toolbar-main{width:auto;margin-left:auto;justify-content:flex-end;flex-wrap:nowrap}.viewer-branding{display:flex;align-items:center;min-width:0}.viewer-branding-logo{max-height:52px;max-width:260px;object-fit:contain;border-radius:8px;background:#fff;padding:.08rem .2rem}.viewer-branding-fallback{color:#17324f;font-weight:700;letter-spacing:.02em}.viewer-toolbar-group{display:flex;align-items:center;gap:.35rem;padding:.22rem;border-radius:10px;background:#ffffffeb;border:1px solid rgba(0,158,250,.18)}.viewer-toolbar-btn{border:1px solid rgba(0,158,250,.22);background:#fff;color:#0d2845;border-radius:8px;padding:.35rem .62rem;font-weight:700;min-width:38px;line-height:1}.viewer-toolbar-btn:hover:not(:disabled){background:#4ffbdf3d;color:#07213d}.viewer-toolbar-label{color:#17324f;font-weight:700;font-size:.86rem}.viewer-page-jump{display:flex;align-items:center;gap:.4rem;padding:.22rem;border-radius:10px;background:#ffffffeb;border:1px solid rgba(0,158,250,.18)}.viewer-page-input{width:64px;padding:.35rem .45rem;border-radius:8px;border:1px solid rgba(0,158,250,.28);background:#fff;color:#0d2845;text-align:center}.viewer-page-input::placeholder{color:#17324f8f}.viewer-page-input::-webkit-outer-spin-button,.viewer-page-input::-webkit-inner-spin-button{margin:0}.viewer-layout{display:grid;grid-template-columns:1fr;gap:.9rem;align-items:start}.viewer-layout-main{min-width:0}@media (max-width: 768px){.viewer-shell-document{width:100%;margin:0}.viewer-header-document{top:0;border-radius:0;border-left:0;border-right:0;padding:.14rem .45rem}.viewer-header{gap:.45rem}.viewer-branding-logo{max-height:42px;max-width:170px}.viewer-toolbar-main{width:auto;margin-left:auto;justify-content:flex-end;gap:.35rem}.viewer-page-input{width:48px}.viewer-layout{grid-template-columns:1fr}}.dashboard-nav{margin-top:0;position:fixed;top:0;right:0;left:0;z-index:60;display:flex;justify-content:space-between;align-items:center;gap:.85rem;border:0;border-radius:0;border-bottom:1px solid rgba(0,158,250,.18);padding:.55rem .85rem;background:#f8fdfff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:56px}.dashboard-shell-with-nav{margin-top:0;padding-top:5rem}.dashboard-nav-title{font-family:Space Grotesk,sans-serif;font-weight:700;color:#17324f;letter-spacing:.02em}.dashboard-nav-menu-btn{display:none;align-items:center;justify-content:center;width:42px;height:38px;border:1px solid rgba(0,158,250,.2);border-radius:10px;background:#fff;padding:0;color:#0d2845;font-size:1.1rem}.dashboard-nav-menu-btn svg{display:block}.dashboard-nav-panel{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex:1;min-width:0}.dashboard-nav-panel-head,.dashboard-nav-close-btn{display:none}.dashboard-nav-links,.dashboard-nav-actions{display:flex;gap:.55rem;align-items:center;flex-wrap:wrap}.dashboard-nav-link{display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;border:1px solid rgba(0,158,250,.2);background:#fff;color:#0d2845;border-radius:10px;padding:.45rem .72rem;font-weight:600;line-height:1}.dashboard-nav-link:hover{background:#4ffbdf33;color:#07213d}.dashboard-nav-link.is-active{background:#845ec224;border-color:#845ec257;color:#5d2aa1}.dashboard-nav-logout{display:inline-flex;align-items:center;gap:.4rem;border:1px solid rgba(0,158,250,.22);background:#fff;color:#0d2845;border-radius:10px;padding:.45rem .72rem;font-weight:600;line-height:1}.dashboard-nav-backdrop{display:none}@media (max-width: 768px){.dashboard-nav{padding:.5rem .6rem}.dashboard-nav-menu-btn{display:inline-flex}.dashboard-nav-panel{position:fixed;top:0;right:0;bottom:0;width:clamp(250px,60vw,420px);height:100dvh;max-height:100dvh;background:var(--panel);border-left:1px solid var(--line);padding:calc(1rem + env(safe-area-inset-top,0px)) .85rem calc(1rem + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:.8rem;transform:translate(100%);transition:transform .18s ease;z-index:70;box-shadow:-12px 0 32px #00000040;overflow-y:auto;pointer-events:none}.dashboard-nav-panel.is-open{transform:translate(0);pointer-events:auto}.dashboard-nav-panel-head{display:flex;justify-content:flex-end;align-items:center;position:sticky;top:0;z-index:1;background:var(--panel);margin:-.15rem -.1rem .35rem;padding:.15rem .1rem .25rem}.dashboard-nav-close-btn{display:inline-flex;align-items:center;justify-content:center;min-width:34px;padding:.25rem .5rem;border:1px solid rgba(0,158,250,.24);border-radius:9px;background:#fff;color:#0d2845;line-height:1;font-weight:700;font-size:1.05rem}.dashboard-nav-links,.dashboard-nav-actions{width:100%;flex-direction:column;align-items:stretch}.dashboard-nav-actions{margin-top:auto}.dashboard-nav-link,.dashboard-nav-logout{width:100%;text-align:center}.dashboard-nav-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:#0000004d;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:65}.dashboard-nav-backdrop.is-open{opacity:1;pointer-events:auto}}@media (max-width: 480px){.dashboard-shell-with-nav{padding-top:4.6rem}}.file-drop-field{border:1.5px dashed rgba(0,158,250,.45);border-radius:12px;background:linear-gradient(180deg,#00d2fc0f,#fffffff5);padding:.85rem .9rem;display:grid;gap:.35rem;justify-items:center;text-align:center;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,transform .12s ease}.file-drop-field:hover{border-color:#845ec285;background:linear-gradient(180deg,#845ec217,#fffffffa)}.file-drop-field.is-drag-active{border-color:#4ffbdff2;background:linear-gradient(180deg,#4ffbdf33,#fffffffa);transform:translateY(-1px)}.file-drop-input{display:none}.file-drop-icon{display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem;color:#176090}.file-drop-title{margin:0;font-weight:600;color:#17324f}.file-drop-helper{margin:0;font-size:.85rem;color:var(--muted)}.file-drop-selected{margin:.1rem 0 0;font-size:.87rem;color:#0a4a7c;font-weight:600;overflow-wrap:anywhere}@media (max-width: 768px){.file-drop-field{padding:.75rem}}.dashboard-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap}.dashboard-header-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.summary-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.metric-card{border:1px solid var(--line);background:linear-gradient(180deg,#00d2fc0d,#fff);border-radius:16px;padding:.9rem;display:grid;gap:.4rem}.metric-card span{color:var(--muted);font-size:.9rem}.metric-card strong{font-size:1.6rem;line-height:1}.dashboard-grid{margin-top:1rem;display:grid;grid-template-columns:360px 1fr;gap:1rem;align-items:start}.panel-card{background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:1rem;width:100%;min-width:0;overflow:hidden}.panel-card>*{min-width:0}.panel-head h2{margin:0;overflow-wrap:anywhere}.panel-head p{margin:.35rem 0 .8rem;color:var(--muted);overflow-wrap:anywhere}.panel-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.7rem;border-radius:12px;background:transparent;color:var(--ink);padding:.75rem .9rem;font-weight:700}.panel-toggle h2{margin:0;text-align:left;font-size:1.03rem;line-height:1.25;overflow-wrap:anywhere}.panel-toggle:hover:not(:disabled){background:transparent;color:var(--ink)}.panel-toggle-arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#009efa24;color:var(--accent-strong);transform:rotate(-90deg);transition:transform .18s ease}.panel-toggle-arrow.is-open{transform:rotate(0)}.inline-form{display:grid;gap:.6rem;margin-bottom:.8rem}.list-stack{display:grid;gap:.55rem}.list-row{border:1px solid var(--line);border-radius:12px;padding:.75rem;display:flex;justify-content:space-between;align-items:center;gap:.8rem;background:var(--panel-soft);min-width:0}.list-row p{margin:.2rem 0 0;color:var(--muted);font-size:.85rem;overflow-wrap:anywhere}.list-row span{color:var(--muted);font-size:.85rem;text-align:right;overflow-wrap:anywhere}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:14px;background:var(--panel-soft)}.search-row{position:relative;margin:0 0 .8rem}.search-row input{padding-right:2.45rem}.search-row-icon{position:absolute;right:.85rem;top:50%;transform:translateY(-50%);color:#476a94;display:inline-flex;align-items:center;justify-content:center;pointer-events:none}.folders-toolbar{display:flex;gap:.5rem;flex-wrap:wrap;margin:0 0 .8rem}.folder-pill{background:#00d2fc0f;color:var(--ink);border:1px solid var(--line);border-radius:999px;padding:.45rem .8rem}.folder-pill.is-active{background:#4ffbdf38;border-color:#009efa66;color:var(--accent-strong)}.data-table{width:100%;border-collapse:collapse;min-width:680px}.data-table th,.data-table td{padding:.75rem;border-bottom:1px solid rgba(0,158,250,.12);text-align:left}.data-table thead th{color:var(--muted);font-weight:600;background:#00d2fc14}.data-table tbody tr{cursor:pointer}.data-table tbody tr:hover{background:#00d2fc12}.data-table tbody tr.is-active{background:#4ffbdf29}.file-cell{display:grid;gap:.2rem;min-width:0}.file-cell strong,.file-cell small{overflow-wrap:anywhere}@media (max-width: 768px){.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}.panel-card{border-radius:14px;padding:.85rem;margin-bottom:10px}.panel-toggle{padding:.62rem .72rem;gap:.45rem;align-items:flex-start}.panel-toggle h2{font-size:.96rem}.panel-toggle-arrow{width:24px;height:24px;flex:0 0 24px}.list-row{flex-direction:column;align-items:flex-start;gap:.45rem}.list-row span{width:100%;text-align:left}.table-wrap{border-radius:12px}.data-table th,.data-table td{padding:.62rem}}@media (max-width: 480px){.panel-card{border-radius:12px;padding:.72rem}.panel-head p{margin-bottom:.65rem;font-size:.9rem}.summary-grid{grid-template-columns:1fr}.data-table{min-width:560px}}.dashboard-main-panel{margin-top:1rem}.storage-usage-card{grid-column:1 / -1}.storage-bar{width:100%;height:10px;border-radius:999px;background:#009efa24;overflow:hidden}.storage-bar-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--p2) 0%,var(--p3) 55%,var(--p4) 100%);transition:width .22s ease}.storage-meta{color:var(--muted);font-size:.82rem}.table-actions-col{min-width:130px}.delete-file-btn{display:inline-flex;align-items:center;gap:.35rem;background:#fff;color:var(--danger);border:1px solid #f1beb5;border-radius:10px;padding:.44rem .62rem;font-size:.84rem;font-weight:600}.delete-file-btn:hover:not(:disabled){background:#fde8e4;color:#7d1f14}.delete-file-btn.is-danger{background:var(--danger);color:#fff;border-color:var(--danger)}.delete-file-btn.is-danger:hover:not(:disabled){background:#8e1c12;color:#fff}.confirm-delete-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#08122285;display:grid;place-items:center;z-index:1000;padding:1rem}.confirm-delete-modal{width:min(520px,100%);background:#fff;border:1px solid var(--line);border-radius:16px;padding:1rem;box-shadow:0 24px 44px #0715283d}.confirm-delete-modal h3{margin:0 0 .55rem}.confirm-delete-modal p{margin:0;color:var(--muted)}.confirm-delete-actions{margin-top:1rem;display:flex;justify-content:flex-end;gap:.6rem}@media (max-width: 768px){.delete-file-btn{padding:.4rem .54rem;font-size:.8rem}.confirm-delete-actions{flex-direction:column-reverse;align-items:stretch}}.chart-section{margin-top:.8rem}.chart-and-preview{display:grid;grid-template-columns:1fr 260px;gap:1rem;align-items:start}.page-chart{border:1px solid var(--line);border-radius:16px;padding:.9rem;background:linear-gradient(180deg,#00d2fc0a,#fff)}.page-chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(44px,1fr));gap:.5rem;align-items:end;min-height:280px}.page-bar{display:grid;grid-template-rows:auto minmax(180px,1fr) auto;align-items:end;gap:.35rem;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--ink);padding:.35rem .25rem}.page-bar:hover,.page-bar.is-active{background:#4ffbdf21;border-color:#009efa47}.page-bar-value{font-size:.72rem;color:var(--muted);text-align:center}.page-bar-fill{display:block;width:90%;background:linear-gradient(180deg,var(--p4) 0%,var(--p3) 45%,var(--p2) 100%);border-radius:8px 8px 4px 4px;min-height:10px;align-self:end;justify-self:center}.page-bar-label{text-align:center;font-size:.8rem;font-weight:600}.chart-axis-label{margin-top:.6rem;color:var(--muted);font-size:.85rem}.thumbnail-card{border:1px solid var(--line);border-radius:16px;padding:.8rem;background:linear-gradient(180deg,#845ec20d,#4ffbdf0d);min-height:280px}.thumbnail-meta{display:grid;gap:.2rem;margin-bottom:.5rem}.thumbnail-meta span{color:var(--muted);font-size:.85rem}.thumbnail-pdf{border:1px solid rgba(0,158,250,.16);border-radius:10px;background:#fff;padding:.4rem;display:grid;justify-items:center}.thumbnail-empty{color:var(--muted);font-size:.9rem}@media (max-width: 768px){.chart-and-preview{grid-template-columns:1fr}.page-chart{overflow-x:auto}.page-chart-grid{display:flex;flex-wrap:nowrap;align-items:end;gap:.45rem;min-height:220px;overflow-x:auto;padding-bottom:.25rem;-webkit-overflow-scrolling:touch}.page-bar{flex:0 0 52px;grid-template-rows:auto minmax(140px,1fr) auto}}@media (max-width: 480px){.page-bar{flex-basis:46px}}.ai-qa-item{border:1px solid var(--line);border-radius:12px;padding:.75rem;background:linear-gradient(180deg,#00d2fc0d,#fff)}.ai-session-card{border:1px solid var(--line);border-radius:14px;padding:.75rem;background:linear-gradient(180deg,#845ec20f,#00d2fc0d)}.ai-session-head{display:flex;justify-content:space-between;gap:.7rem;flex-wrap:wrap;color:var(--muted);font-size:.82rem;margin-bottom:.55rem}.ai-session-items{display:grid;gap:.6rem}.ai-qa-meta{display:flex;gap:.8rem;flex-wrap:wrap;color:var(--muted);font-size:.82rem;margin-bottom:.45rem}.ai-qa-question,.ai-qa-answer{margin:.25rem 0 0;white-space:pre-wrap}.ai-qa-question strong,.ai-qa-answer strong{color:var(--accent-strong)}.detail-card{margin-top:.9rem;border:1px solid var(--line);border-radius:14px;padding:.9rem;background:linear-gradient(180deg,#845ec20a,#fff)}.detail-card h3{margin:0}.mini-metrics{margin:.7rem 0;display:flex;gap:.6rem;flex-wrap:wrap}.mini-metrics span{border:1px solid var(--line);border-radius:999px;padding:.35rem .65rem;background:#4ffbdf12}.detail-top-grid{margin-top:1rem;display:grid;grid-template-columns:minmax(280px,420px) 1fr;gap:1rem;align-items:start}.summary-grid.compact{margin-top:.5rem}.summary-grid.compact .metric-card strong{font-size:1.3rem}.dashboard-shell-with-nav>section.panel-card{margin-top:1rem}.dashboard-shell-with-nav>section.panel-card:last-of-type{margin-bottom:1rem}@media (max-width: 768px){.detail-top-grid{grid-template-columns:1fr}}.settings-grid{margin-top:1rem;display:grid;grid-template-columns:minmax(300px,420px) minmax(0,1fr);gap:1rem;align-items:start}.branding-head{margin-top:1.2rem}.branding-preview{border:1px solid var(--line);border-radius:12px;padding:.7rem;background:var(--panel-soft);margin-bottom:.8rem}.branding-preview img{max-height:56px;max-width:240px;object-fit:contain;display:block}@media (max-width: 768px){.settings-grid{grid-template-columns:1fr}}:root{--p1: #845EC2;--p2: #009EFA;--p3: #00D2FC;--p4: #4FFBDF;--bg: #eef8ff;--ink: #162033;--muted: #53627d;--panel: #f8fdff;--panel-soft: #f3fbff;--accent: var(--p2);--accent-strong: var(--p1);--danger: #b42318;--line: #bfdaf2}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:var(--ink);background:radial-gradient(circle at 10% 10%,rgba(79,251,223,.35) 0,transparent 24rem),radial-gradient(circle at 100% 20%,rgba(132,94,194,.2) 0,transparent 28rem),radial-gradient(circle at 75% 85%,rgba(0,158,250,.16) 0,transparent 26rem),var(--bg);font-family:IBM Plex Sans,sans-serif}h1,h2,h3{font-family:Space Grotesk,sans-serif}.home-shell,.auth-shell,.dashboard-shell{width:min(1100px,92vw);margin:2.5rem auto}.eyebrow{margin:0;color:var(--accent-strong);font-weight:600;letter-spacing:.08em;text-transform:uppercase}h1{margin:.4rem 0 .6rem}.subline{margin:0;color:var(--muted)}.heading-with-icon{display:inline-flex;align-items:center;gap:.45rem}.heading-with-icon svg{color:var(--accent-strong);flex:0 0 auto}.label-with-icon{display:inline-flex;align-items:center;gap:.35rem}.label-with-icon svg{color:#3a5f8b;flex:0 0 auto}.btn-with-icon{display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.inline-code-block{display:block;margin-top:.6rem;word-break:break-all;background:#00d2fc14;border-radius:8px;padding:.6rem}input{border:1px solid var(--line);border-radius:12px;padding:.85rem 1rem;font-size:1rem;background:#fff;color:var(--ink)}button{border:none;background:var(--accent);color:#fff;border-radius:12px;padding:.8rem 1rem;font-weight:600;cursor:pointer}button:hover:not(:disabled){background:#e0ffff;color:#06233f}button:disabled{opacity:.5;cursor:not-allowed}.back-link{text-decoration:none;color:var(--accent-strong);font-weight:600}.back-link-with-icon{display:inline-flex;align-items:center;gap:.35rem}.state-box{margin-top:1rem;padding:1rem;border:1px solid var(--line);border-radius:12px;background:#ffffffdb}.state-error{border-color:#f5c3bb;color:var(--danger)}@media (max-width: 768px){.home-shell,.viewer-shell,.auth-shell,.dashboard-shell{margin:1.2rem auto}}
