:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--shell-bg:#f8fafc;--shell-line:#e2e8f0;--shell-text:#0f172a;--shell-muted:#64748b;--sidebar-bg:#fff;--sidebar-width:228px;--teal:#0f766e}*{box-sizing:border-box}html,body{background:var(--shell-bg);min-height:100%;color:var(--shell-text);margin:0}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-shell__content{flex:1}.site-footer{border-top:1px solid var(--shell-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe0}.site-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:1120px;margin:0 auto;padding:14px 24px;display:flex}.site-footer__brand{color:var(--shell-muted);font-size:.88rem;font-weight:600}.site-footer__nav{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.site-footer__nav a{color:var(--shell-muted);font-size:.88rem}.site-footer__nav a:hover{color:var(--teal)}.legal-page{min-height:100%;padding:48px 20px 72px}.legal-page__inner{max-width:780px;margin:0 auto}.legal-page__back{color:var(--shell-muted);align-items:center;gap:4px;margin-bottom:28px;font-size:.9rem;display:inline-flex}.legal-page__back:hover{color:var(--teal)}.legal-page h1{letter-spacing:-.04em;margin:0 0 12px;font-size:clamp(2rem,4vw,2.8rem);line-height:1.05}.legal-copy{color:#475569;font-size:.98rem;line-height:1.75}.legal-copy h2{color:var(--shell-text);margin:30px 0 10px;font-size:1.02rem;line-height:1.3}.legal-copy p{margin:0 0 16px}.legal-copy strong{color:var(--shell-text)}.app-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);min-height:100vh;display:grid}.app-sidebar{border-right:1px solid var(--shell-line);background:var(--sidebar-bg);flex-direction:column;height:100vh;padding:16px 10px 24px;display:flex;position:sticky;top:0;overflow-y:auto}.mobile-sidebar-toggle,.mobile-sidebar-close,.app-sidebar-backdrop{display:none}.mobile-sidebar-close{position:absolute;top:10px;right:10px}.sidebar-brand{align-items:center;gap:9px;padding:6px 8px 14px;display:flex}.sidebar-brand__logo{border-radius:7px;flex-shrink:0;width:28px;height:28px;display:block}.sidebar-brand__name{color:var(--shell-text);font-size:.9rem;font-weight:700}.sidebar-section-label{letter-spacing:.06em;text-transform:uppercase;color:var(--shell-muted);padding:12px 10px 4px;font-size:.68rem;font-weight:600}.storage-meter{background:#fff;margin-top:14px}.app-main{background:var(--shell-bg);flex-direction:column;min-height:100vh;display:flex}.app-toolbar{z-index:100;border-bottom:1px solid var(--shell-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8fafcf0;padding:10px 24px;position:sticky;top:0}.toolbar-search-form{flex:1;grid-template-columns:minmax(220px,1.2fr) minmax(180px,.8fr) auto;gap:8px;max-width:820px;display:grid}.app-content{flex:1;padding:24px}.upload-zone{border:2px dashed var(--shell-line);text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px;padding:36px 24px;transition:border-color .15s,background .15s}.upload-zone:hover,.upload-zone--active{border-color:var(--teal);background:#f0fdfa}.workspace-drop-overlay{z-index:9999;pointer-events:none;border:3px dashed var(--teal);background:#00aa9614;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.workspace-drop-overlay__inner{border:2px dashed var(--teal);color:var(--teal);background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:12px;padding:32px 48px;font-size:1.1rem;font-weight:600;display:flex;box-shadow:0 8px 32px #0000001f}.upload-file-item{background:var(--shell-bg);border:1px solid var(--shell-line);border-radius:8px;align-items:center;gap:10px;padding:9px 12px;display:flex}.doc-type-badge{letter-spacing:.02em;border-radius:8px;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:.6rem;font-weight:700;display:inline-grid}.doc-type-badge--pdf{color:#b91c1c;background:#fef2f2}.doc-type-badge--img{color:#1d4ed8;background:#eff6ff}.doc-title-link:hover{color:var(--teal)!important;text-decoration:underline!important}.doc-type-badge--default{color:#475569;background:#f1f5f9}.mobile-doc-list{display:none}.auth-layout{place-items:center;min-height:100vh;padding:32px 20px;display:grid}.auth-card{width:min(100%,380px)}.auth-mark{background:var(--teal);color:#fff;letter-spacing:-.02em;border-radius:9px;place-items:center;width:34px;height:34px;font-size:.75rem;font-weight:800;display:grid}.eyebrow{color:var(--teal);letter-spacing:.07em;text-transform:uppercase;font-size:.72rem;font-weight:700}.list-check{background:var(--teal);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:20px;height:20px;font-size:.68rem;display:inline-grid}.message,.warning,.dashboard-band{border-radius:8px;padding:14px 16px;line-height:1.55}.message{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.warning,.dashboard-band{color:#92400e;background:#fffbeb;border:1px solid #fde68a;max-width:600px;margin:48px auto 0}.doc-detail-body{flex:1;grid-template-columns:minmax(0,1fr) 360px;height:calc(100vh - 57px);min-height:0;display:grid}.doc-preview-pane{background:#1e1e1e;justify-content:center;align-items:stretch;display:flex;overflow:hidden}.doc-preview-iframe{background:#fff;border:none;width:min(100%,1400px);height:100%;display:block}.doc-preview-image-wrap{justify-content:center;align-items:flex-start;width:min(100%,1400px);height:100%;padding:24px;display:flex;overflow:auto}.doc-preview-image{border-radius:6px;max-width:100%;height:auto;box-shadow:0 4px 24px #0006}.doc-preview-empty{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.doc-meta-pane{border-left:1px solid var(--shell-line);background:var(--sidebar-bg);overflow-y:auto}@media (max-width:1280px){.workspace-toolbar-row{flex-wrap:wrap;align-items:stretch;gap:10px}.toolbar-search-form{width:100%;max-width:100%}.toolbar-user-actions{min-width:max-content;margin-left:auto}.toolbar-account-btn{max-width:min(44vw,260px)}.toolbar-account-email{max-width:180px}.workspace-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.workspace-stats-card{min-width:0!important}.doc-table{min-width:860px}}@media (max-width:1200px){.doc-toolbar-row{flex-wrap:wrap;align-items:stretch;gap:10px}.doc-toolbar-left,.doc-toolbar-actions{width:100%}.doc-toolbar-actions{flex-wrap:wrap;justify-content:flex-start}.doc-toolbar-account-btn{max-width:min(44vw,260px);margin-left:auto}.doc-toolbar-account-email{max-width:180px}}@media (max-width:820px){.app-shell{grid-template-columns:1fr}.app-sidebar{z-index:301;border-right:1px solid var(--shell-line);overscroll-behavior:contain;border-bottom:none;width:min(86vw,320px);height:100dvh;max-height:none;transition:transform .22s;position:fixed;top:0;left:0;transform:translate(-104%);box-shadow:0 18px 40px #0f172a29}.app-shell--mobile-sidebar-open .app-sidebar{transform:translate(0)}.mobile-sidebar-toggle,.mobile-sidebar-close{display:inline-flex}.app-sidebar-backdrop{z-index:300;opacity:0;pointer-events:none;background:#0f172a57;border:0;transition:opacity .22s;display:block;position:fixed;inset:0}.app-shell--mobile-sidebar-open .app-sidebar-backdrop{opacity:1;pointer-events:auto}.auth-layout{grid-template-columns:1fr;margin-top:24px}.toolbar-search-form{grid-template-columns:1fr;max-width:100%}.toolbar-user-actions{justify-content:flex-end;width:100%}.toolbar-account-email,.doc-toolbar-account-email,.doc-table-scroll{display:none}.mobile-doc-list{display:flex}.doc-detail-body{grid-template-columns:1fr;height:auto;min-height:0}.doc-preview-pane{min-height:48vh}.doc-meta-pane{border-left:none;border-top:1px solid var(--shell-line)}.doc-toolbar-row{flex-wrap:wrap;align-items:stretch;gap:10px}.doc-toolbar-left,.doc-toolbar-actions{width:100%}.doc-toolbar-actions{flex-wrap:wrap}}@media (max-width:520px){.app-content{padding:16px}.app-toolbar{padding:10px 16px}.workspace-stats-grid{grid-template-columns:1fr}.doc-meta-stack{padding:16px!important}.doc-preview-image-wrap{padding:10px}.mobile-doc-card{border-radius:12px}.site-footer__inner{padding:14px 16px}.legal-page{padding:32px 16px 56px}}
