:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f7fafc;color:#111827;--bg: #f7fafc;--surface: #ffffff;--surface-soft: #f3f8fb;--line: #dbe3ea;--line-strong: #cbd5df;--text: #111827;--muted: #687586;--accent: #007c99;--accent-strong: #006b85;--accent-soft: #e6f5f8;--green: #31a86a;--red: #ef4444;--amber: #f7c948;--blue: #1085c5;--shadow: 0 1px 2px rgb(16 24 40 / 6%)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg)}button,input,select{font:inherit}button{cursor:pointer}.app-shell{display:grid;grid-template-columns:198px minmax(0,1fr);min-height:100vh}.app-shell.sidebar-is-collapsed{grid-template-columns:84px minmax(0,1fr)}.sidebar{position:sticky;top:0;display:grid;grid-template-rows:auto 1fr auto;height:100vh;background:#fbfdff;border-right:1px solid var(--line)}.sidebar.collapsed .brand{justify-content:center;padding:0}.sidebar.collapsed .brand span,.sidebar.collapsed .nav-item span{display:none}.sidebar.collapsed .nav-item,.sidebar.collapsed .collapse-button{justify-content:center;padding:0}.sidebar.collapsed .collapse-button span{display:none}.brand{display:flex;align-items:center;gap:18px;height:56px;padding:0 22px;border-bottom:1px solid var(--line);color:#0a6075}.brand span{font-size:26px;font-weight:700;letter-spacing:0}.brand strong{color:#0b83c5}.sidebar nav{padding:12px 0}.nav-item{display:flex;align-items:center;width:100%;gap:14px;min-height:52px;padding:0 22px;border:0;border-left:4px solid transparent;background:transparent;color:#273244;text-align:left}.nav-item.active{border-left-color:var(--accent);background:#e9f7fb;color:#006f89;font-weight:700}.collapse-button{display:flex;align-items:center;gap:14px;min-height:56px;padding:0 22px;border:0;border-top:1px solid var(--line);background:transparent;color:#4a5568}.workspace{min-width:0}.public-auth{display:grid;min-height:100vh;place-items:center;padding:32px 18px;overflow:hidden;background:radial-gradient(circle at 12% 12%,rgb(58 134 255 / 32%),transparent 32%),radial-gradient(circle at 88% 78%,rgb(0 210 180 / 18%),transparent 30%),linear-gradient(135deg,#071426,#0a2742 48%,#083b51)}.auth-card{display:grid;width:min(100%,520px);gap:20px;padding:42px;border:1px solid rgb(255 255 255 / 18%);border-radius:24px;background:linear-gradient(145deg,#ffffff24,#ffffff12);box-shadow:0 28px 70px #00000052;color:#f8fbff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-brand{display:flex;align-items:center;gap:12px;color:#f8fbff;font-size:26px;font-weight:700}.auth-brand strong{color:#58d4ff}.auth-logo,.auth-icon{display:grid;place-items:center;border-radius:50%}.auth-logo{width:38px;height:38px;background:linear-gradient(135deg,#2b84ff,#20d5bd);color:#fff;font-size:15px;font-weight:800}.auth-icon{width:52px;height:52px;background:#ffffff1f;color:#67e8f9}.auth-card h1{margin:0;font-size:26px;line-height:1.15}.auth-card p{margin:0;color:#c5d6e7;line-height:1.5}.auth-button{width:100%;justify-content:center;min-height:52px;border:0;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#0ea5a4);box-shadow:0 12px 28px #00000038}.auth-eyebrow{color:#7dd3fc;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.auth-footnote{color:#aabed2;font-size:12px;line-height:1.45;text-align:center}.auth-notice{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #fecaca;border-radius:8px;background:#fff1f2;color:#991b1b;font-size:14px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.topbar{display:grid;grid-template-columns:minmax(160px,1fr) minmax(300px,430px) auto auto auto;align-items:center;gap:14px;height:56px;padding:0 20px;background:var(--surface);border-bottom:1px solid var(--line);overflow:visible}.topbar-title{font-size:16px;font-weight:700}.search-box{position:relative;z-index:2;display:flex;align-items:center;gap:10px;min-width:0;height:34px;padding:0 14px;border:1px solid var(--line-strong);border-radius:8px;color:var(--muted);background:var(--surface)}.search-box input{display:block;min-width:0;width:100%;border:0;outline:0;color:var(--text);background:transparent}.icon-button{display:grid;width:36px;height:36px;place-items:center;border:0;background:transparent;color:#111827}.icon-button.small{width:28px;height:28px;color:#42526a}.manual-button{min-width:96px;text-decoration:none}.manual-floating{position:fixed;right:22px;bottom:92px;z-index:35}.manual-panel{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(860px,calc(100vw - 44px));height:min(680px,calc(100vh - 120px));overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 18px 46px #10182833}.manual-body{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:0}.manual-index{display:grid;align-content:start;gap:4px;min-height:0;padding:14px;overflow-y:auto;border-right:1px solid var(--line);background:#fbfdff}.manual-index a{display:flex;align-items:center;min-height:34px;padding:0 10px;border-radius:7px;color:var(--accent-strong);font-weight:700;text-decoration:none}.manual-index a:hover{background:var(--accent-soft)}.manual-content{min-height:0;padding:20px 24px 28px;overflow-y:auto;scroll-behavior:smooth}.manual-content section{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--line)}.manual-content section:last-child{border-bottom:0}.manual-content h2{margin:0 0 12px;font-size:20px}.manual-content p,.manual-content li{color:#2d3b4f;line-height:1.5}.manual-content ul,.manual-content ol{margin:0;padding-left:22px}.profile-button{display:flex;align-items:center;gap:12px;min-width:190px;border:0;background:transparent;text-align:left}.profile-menu{position:relative}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:30;display:grid;width:210px;padding:6px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 12px 28px #10182824}.profile-dropdown button{display:flex;align-items:center;gap:10px;min-height:38px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--text);text-align:left}.profile-dropdown button:hover{background:var(--surface-soft)}.profile-button small{display:block;color:var(--muted);line-height:1.1}.avatar{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#0b7792;color:#fff;font-weight:800}.avatar-image{object-fit:cover}.avatar-large{width:54px;height:54px;font-size:18px}.profile-summary{display:flex;align-items:center;gap:14px;padding-bottom:4px}.profile-summary small{display:block;margin-top:2px;color:var(--muted)}.page-head{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:0 20px;background:var(--surface);border-bottom:1px solid var(--line)}.page-head h1{margin:0;font-size:19px;line-height:1.2}.page-head-actions{display:flex;align-items:center;gap:10px}.input-strip{display:grid;grid-template-columns:minmax(130px,.62fr) minmax(170px,.8fr) minmax(180px,1fr) minmax(260px,1.45fr) minmax(180px,.8fr) minmax(200px,.95fr) auto;gap:16px;align-items:end;padding:18px 20px}.jurisdiction-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;min-width:0}.input-strip .jurisdiction-fields{display:contents}.wizard-form-grid .jurisdiction-fields{grid-column:1 / -1}label{display:grid;gap:6px;min-width:0}label span{font-size:14px;font-weight:700;color:#253044}input,select{width:100%;height:42px;padding:0 14px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface);color:var(--text);outline:none}input:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #007c9924}input:read-only,select:disabled{background:#f8fafc;color:#5f6b7a;cursor:not-allowed}.hidden-input{display:none}.primary-button,.ghost-button,.link-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:36px;border-radius:7px;font-weight:700;white-space:nowrap}.primary-button{height:42px;padding:0 20px;border:1px solid var(--accent-strong);background:var(--accent-strong);color:#fff;white-space:nowrap}.primary-button.compact{height:34px}.ghost-button{padding:0 18px;border:1px solid #99c6d3;background:var(--surface);color:#006f89}.link-button{padding:0;border:0;background:transparent;color:#006f89}.notice{display:flex;align-items:center;gap:10px;margin:0 24px 12px;padding:12px 16px;border:1px solid #b8dec8;border-radius:8px;background:#eefaf3;color:#1c7449;font-weight:700}.notice.error{border-color:#fecaca;background:#fff1f2;color:#b91c1c}.search-results{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:14px 20px;padding:12px 16px;border:1px solid #b8dce6;border-radius:8px;background:#f4fbfd;color:#244055}.work-grid{display:grid;grid-template-columns:minmax(280px,1fr) minmax(340px,1.15fr) minmax(360px,1.25fr);grid-template-areas:"folders docs process" "recent recent report";grid-template-rows:400px minmax(360px,auto);gap:10px;padding:0 20px 24px}.dashboard-layout{display:grid;gap:12px;padding:16px 20px 24px}.kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));gap:12px}.kpi-card{display:grid;gap:7px;min-height:112px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.kpi-card span{color:var(--muted);font-size:13px;font-weight:800}.kpi-card strong{font-size:28px;line-height:1}.kpi-card small{color:var(--muted);line-height:1.35}.dashboard-table-panel{min-height:470px}.dashboard-table{table-layout:fixed}.recent-table.dashboard-table th:first-child,.recent-table.dashboard-table td:first-child{width:42%}.dashboard-table th:nth-child(2),.dashboard-table td:nth-child(2){width:22%}.dashboard-table th:nth-child(3),.dashboard-table td:nth-child(3){width:12%}.dashboard-table th:nth-child(4),.dashboard-table td:nth-child(4){width:9%}.dashboard-table th:nth-child(5),.dashboard-table td:nth-child(5){width:8%}.dashboard-table th:nth-child(6),.dashboard-table td:nth-child(6){width:11%}.dashboard-table th:last-child,.dashboard-table td:last-child{width:40px}.dashboard-table td:first-child{display:table-cell}.dashboard-table td:first-child strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-table td:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-table small{color:var(--muted)}.module-layout{display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,1fr);gap:12px;padding:0 20px 24px}.module-layout.two-columns{grid-template-columns:minmax(360px,1fr) minmax(320px,.8fr)}.module-layout .folder-panel,.module-layout .docs-panel,.module-layout .processing-panel,.module-layout .recent-panel,.module-layout .report-panel{grid-area:auto;min-height:400px}.module-grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:12px;padding:20px}.module-card{min-width:0;min-height:150px;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.module-card-head{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px}.module-card p{margin:14px 0 0;color:#4b5563;line-height:1.45}.detail-panel{display:grid;grid-template-rows:auto 1fr auto}.detail-panel>.panel-title{min-height:60px;padding:0 20px;border-bottom:1px solid var(--line)}.detail-list{display:grid;align-content:start;gap:0}.detail-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:52px;padding:0 20px;border-bottom:1px solid var(--line)}.detail-row span{color:var(--muted)}.panel{position:relative;min-width:0;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.empty-state{display:grid;align-content:center;justify-items:start;gap:10px;min-height:220px;padding:24px;color:#334155}.empty-state strong{font-size:16px}.empty-state p{max-width:440px;margin:0;color:var(--muted);line-height:1.45}.row-actions{position:relative;display:inline-grid;place-items:center}.action-menu{position:absolute;right:0;top:30px;z-index:20;display:grid;min-width:178px;padding:6px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 10px 28px #0f172a24}.action-menu button{display:flex;align-items:center;gap:9px;min-height:34px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#253044;text-align:left}.action-menu button:hover:not(:disabled){background:#edf7fa;color:#006f89}.action-menu button:disabled{cursor:not-allowed;color:#98a2b3}.panel-title{display:flex;align-items:center;gap:12px;min-width:0}.panel-title h2{margin:0;font-size:16px;line-height:1.2}.muted{color:var(--muted);font-size:14px}.folder-panel{grid-area:folders;padding-top:18px}.folder-panel>.panel-title,.folder-panel>.muted{padding:0 20px}.folder-tree{padding:14px 18px 0}.tree-root,.tree-folder,.tree-file{display:flex;align-items:center;gap:10px;min-height:31px;min-width:0}.tree-root span,.tree-folder span,.tree-file span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-folder{padding:0 8px}.tree-folder svg:last-child{margin-left:auto}.tree-group.selected .tree-folder{border:1px solid #58aac1;border-radius:5px;background:#e9f7fb}.tree-file{padding-left:44px;color:#374151}.tree-file svg,.pdf-icon{color:#f04438}.sheet-icon{color:#16a34a}.docs-panel{grid-area:docs;padding-top:18px}.docs-panel>.panel-title{padding:0 20px 14px}.documents-table,.recent-table{width:100%;border-collapse:collapse}th{padding:8px 14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbfdff;color:#202a3a;font-size:13px;text-align:left}td{padding:6px 14px;border-bottom:1px solid var(--line);color:#253044;font-size:14px}td:first-child{min-width:0}.documents-table td:first-child{display:flex;align-items:center;gap:10px;min-height:29px}.documents-table td:first-child span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.documents-table th:nth-child(2),.documents-table td:nth-child(2){width:112px;text-align:right}.documents-table th:nth-child(3),.documents-table td:nth-child(3),.recent-table th:last-child,.recent-table td:last-child{width:48px;text-align:center}.processing-panel{grid-area:process}.processing-head,.report-head{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:60px;padding:0 20px;border-bottom:1px solid var(--line)}.status-line,.progress-row,.current-step{display:flex;align-items:center;gap:16px;padding:11px 24px 0}.status-line{justify-content:flex-start}.progress-row strong{min-width:42px;text-align:right}.progress-track{flex:1;height:10px;overflow:hidden;border-radius:999px;background:#e5e9ee}.progress-track span{display:block;height:100%;background:#0f84c1}.current-step{display:grid;gap:6px;margin-top:10px}.current-step span{font-size:13px;color:var(--muted)}.steps-list{display:grid;gap:9px;padding:12px 24px 14px;margin:0;list-style:none}.steps-list li{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:10px;color:#4b5563;font-size:14px}.steps-list svg{color:var(--green)}.steps-list .step-active svg{color:#0f84c1;animation:spin 1s linear infinite}.pending-dot{width:15px;height:15px;border:1px solid #a8b3c0;border-radius:50%}.steps-list small{color:var(--muted)}.status-chip{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:8px;font-size:12px;font-weight:800}.status-chip.blue{background:#dff1ff;color:#0874ad}.status-chip.green{background:#dff6e8;color:#16864f}.status-chip.red{background:#ffe0e0;color:#c52222}.status-chip.amber{background:#fff4cc;color:#9a6700}.status-chip.orange{background:#ffedd5;color:#b45309}.status-stack{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.link-button:disabled,.ghost-button:disabled,.primary-button:disabled{cursor:not-allowed;opacity:.55}.panel-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:48px;padding:0 20px;border-top:1px solid var(--line);color:var(--muted);font-size:14px}.panel-footer.strong{color:#006f89;font-weight:700}.recent-panel{grid-area:recent}.recent-panel>.panel-title{min-height:56px;padding:0 20px}.spaces-layout{display:grid;grid-template-columns:minmax(300px,.42fr) minmax(520px,1fr);gap:12px;padding:0 20px 24px}.spaces-list-panel,.space-detail-panel{min-height:620px}.spaces-title{min-height:58px;padding:0 20px;border-bottom:1px solid var(--line)}.spaces-list{display:grid;align-content:start}.space-row{display:grid;grid-template-columns:auto 1fr;gap:5px 10px;width:100%;min-height:86px;padding:12px 16px;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text);text-align:left}.space-row:hover,.space-row.active{background:#eefafd}.space-row strong,.space-row small,.space-row>span:last-child{grid-column:1 / -1}.space-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.space-row small,.space-row>span:last-child{color:var(--muted)}.space-hero{display:flex;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid var(--line)}.space-hero h2{margin:4px 0 6px;font-size:22px;line-height:1.15}.space-hero p{margin:0;color:var(--muted)}.space-metrics{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.space-metrics div{display:grid;gap:5px;min-height:74px;padding:14px 18px;border-right:1px solid var(--line)}.space-metrics div:last-child{border-right:0}.space-metrics span{color:var(--muted);font-size:13px}.space-metrics strong{font-size:20px}.space-section{display:grid;gap:14px;padding:18px 22px;border-bottom:1px solid var(--line)}.space-section>p{margin:0;color:#334155;line-height:1.5}.analysis-loading{display:inline-flex;align-items:center;gap:10px;width:fit-content;max-width:100%;padding:10px 14px;border:1px solid #f0c96a;border-left:4px solid #d89216;border-radius:8px;background:#fff7df;color:#8a5200;font-weight:700;line-height:1.35;box-shadow:0 1px 2px #8a520014}.insight-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:12px}.insight-block{min-width:0;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fbfdff}.insight-block-title{display:flex;align-items:center;gap:8px;margin-bottom:8px}.insight-block ul{display:grid;gap:7px;margin:0;padding-left:18px;color:#334155}.insight-block p{margin:0}.contractual-profile{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:10px;margin-top:14px}.contractual-profile article{border:1px solid var(--line);border-left:3px solid var(--teal);background:#fbfdff;padding:12px;min-height:104px}.contractual-profile span,.contractual-profile small{display:block;color:var(--muted);font-size:.78rem}.contractual-profile strong{display:block;margin:6px 0 8px;color:var(--ink);line-height:1.35}.kb-summary{display:flex;align-items:flex-start;gap:12px}.kb-summary p{margin:2px 0 0;color:#334155;line-height:1.45}.kb-matches{display:grid;gap:10px}.kb-matches article{display:grid;gap:4px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fbfdff}.kb-match-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.kb-match-head strong{min-width:0}.kb-matches span,.kb-matches p{margin:0;color:var(--muted);font-size:13px;line-height:1.4}.kb-matches .status-chip{flex:0 0 auto}.kb-match-link{justify-self:start;margin-top:2px}.kb-match-reason{color:#475569;font-weight:700}.geo-documents{display:grid;gap:10px}.geo-documents article{display:grid;gap:5px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fbfdff}.geo-documents span,.geo-documents p,.geo-documents small{margin:0;color:var(--muted);font-size:13px;line-height:1.4}.geo-candidate-pages{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.geo-candidate-pages span{padding:4px 8px;border:1px solid #c8e1ea;border-radius:999px;background:#f4fbfd;color:#006f89;font-weight:700}.geo-preview{display:grid;gap:8px;margin-top:6px}.geo-preview img,.geo-preview iframe{width:100%;height:280px;border:1px solid var(--line);border-radius:6px;background:#fff}.geo-preview img{object-fit:contain}.geo-preview-placeholder{display:grid;place-items:center;gap:8px;min-height:140px;border:1px dashed var(--line);border-radius:6px;color:var(--muted);background:#fff;text-align:center}.geo-preview .link-button{justify-self:start}.space-documents{display:grid;border:1px solid var(--line);border-radius:8px;overflow:hidden}.space-documents div{display:flex;justify-content:space-between;gap:12px;min-height:38px;padding:9px 12px;border-bottom:1px solid var(--line)}.space-documents div:last-child{border-bottom:0}.space-documents span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.space-documents small{color:var(--muted)}.space-operations{background:#fbfdff}.space-action-row{display:flex;flex-wrap:wrap;gap:10px}.space-processing-status{display:grid;gap:10px}.space-processing-status>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.space-processing-status span{color:var(--muted);font-size:13px;font-weight:700}.checklist-list{display:grid;border:1px solid var(--line);border-radius:8px;overflow:hidden}.checklist-item{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-height:42px;padding:9px 12px;border-bottom:1px solid var(--line);background:#fff}.checklist-item:last-child{border-bottom:0}.checklist-item input{width:16px;height:16px}.checklist-item span{color:#253044;line-height:1.35}.validation-note{margin:8px 0 0;color:var(--muted);font-size:13px;font-weight:700}.compliance-list{display:grid;gap:8px}.compliance-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 12px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fbfdff}.compliance-list article>div{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.compliance-list p,.compliance-list small{grid-column:1 / -1;margin:0;color:var(--muted);line-height:1.4}.evidence-form{display:grid;gap:12px;margin:14px 0;padding:14px;border:1px solid var(--line);border-radius:6px;background:#f8fbfc}.evidence-form h3{margin:0;font-size:14px}.evidence-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.evidence-form label{display:grid;gap:5px}.evidence-form label span{color:var(--muted);font-size:12px;font-weight:700}.corporate-docs-layout{display:grid;grid-template-columns:minmax(420px,.42fr) minmax(720px,1fr);gap:12px;padding:16px 20px 24px;align-items:start}.corporate-left-column{display:grid;gap:12px}.corporate-upload-panel{min-height:0}.compact-form{gap:10px}.compact-file-list{max-height:180px;overflow:auto}.corporate-file-box{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fbfdff}.corporate-file-box span{color:var(--muted);font-size:13px}.corporate-list-panel,.corporate-detail-panel{min-height:0}.compact-table th,.compact-table td{padding-top:8px;padding-bottom:8px}.recent-table tr.selected-row td{background:#e9f8fb}.corporate-processing-head{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--line)}.corporate-processing-head div{display:grid;gap:3px;min-width:0}.corporate-processing-head strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.corporate-processing-head span:not(.status-chip){color:var(--muted);font-size:13px}.corporate-category-editor{display:grid;grid-template-columns:minmax(260px,1fr) auto;align-items:end;gap:10px;padding:10px 14px;border-bottom:1px solid var(--line)}.corporate-category-editor label{display:grid;gap:5px}.corporate-category-editor label span{color:var(--muted);font-size:12px;font-weight:800}.corporate-category-editor select{width:100%;min-height:36px}.corporate-processing-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--line)}.corporate-processing-kpis span{display:grid;gap:4px;padding:10px 14px;color:var(--muted);font-size:12px;border-right:1px solid var(--line)}.corporate-processing-kpis span:last-child{border-right:0}.corporate-processing-kpis strong{color:var(--text);font-size:15px}.corporate-detail-body{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(360px,1fr);min-height:560px}.corporate-document-list{border-right:1px solid var(--line);overflow:auto}.corporate-document-list .recent-table{border:0;border-radius:0}.corporate-document-list td:first-child strong{display:block;max-width:340px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.corporate-document-list td:first-child small{display:block;margin-top:4px;color:var(--muted)}.corporate-preview-panel{display:grid;align-content:start;gap:12px;padding:14px;min-width:0}.corporate-preview-title{display:flex;align-items:start;justify-content:space-between;gap:12px}.corporate-preview-title strong{line-height:1.35;word-break:break-word}.stage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.stage-grid span{display:grid;gap:4px;padding:8px 10px;border:1px solid var(--line);border-radius:6px;color:var(--muted);font-size:12px;text-transform:capitalize;background:#fbfdff}.stage-grid strong{font-size:12px}.stage-grid strong.green{color:#057a3b}.stage-grid strong.amber{color:#9a6700}.stage-grid strong.red{color:#b42318}.stage-grid strong.blue{color:#007894}.corporate-document-preview img,.corporate-document-preview iframe{width:100%;height:430px;border:1px solid var(--line);border-radius:8px;background:#fff}.corporate-document-preview img{object-fit:contain}.wizard-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:28px;background:#0f172a61}.wizard-modal{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;width:min(980px,100%);max-height:calc(100vh - 56px);overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 22px 70px #0f172a47}.wizard-head,.wizard-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 20px;border-bottom:1px solid var(--line)}.wizard-head h2{margin:3px 0 0;font-size:22px;line-height:1.15}.wizard-footer{justify-content:flex-end;border-top:1px solid var(--line);border-bottom:0}.wizard-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:12px 20px;border-bottom:1px solid var(--line);background:#fbfdff}.wizard-steps span{display:grid;place-items:center;min-height:30px;border:1px solid var(--line);border-radius:8px;color:var(--muted);font-size:13px;font-weight:800}.wizard-steps span.active{border-color:#7cc7db;background:#e8f8fc;color:#007c99}.wizard-body{display:grid;gap:12px;min-height:0;overflow:auto;padding:16px 20px}.wizard-section{display:grid;gap:14px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff}.wizard-section .panel-title{min-height:auto}.wizard-section h3{margin:0;font-size:16px}.wizard-form-grid{display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(190px,.8fr);gap:12px}.wizard-form-grid label.wide{grid-column:1 / 2}.wizard-upload-row,.wizard-job-state{display:flex;align-items:center;justify-content:space-between;gap:14px}.wizard-upload-row span,.wizard-job-state strong{color:var(--muted);font-size:13px}.wizard-file-list{display:grid;border:1px solid var(--line);border-radius:8px;overflow:hidden}.wizard-file-list div{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:38px;padding:8px 10px;border-bottom:1px solid var(--line)}.wizard-file-list div:last-child{border-bottom:0}.wizard-file-list span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wizard-file-list small{color:var(--muted)}.wizard-progress{display:grid;gap:8px}.wizard-progress>span{color:var(--muted);font-size:13px;font-weight:700}.wizard-section.result p{margin:0;color:#334155;line-height:1.5}.wizard-result-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:8px;overflow:hidden}.wizard-result-grid div{display:grid;gap:5px;min-height:68px;padding:12px;border-right:1px solid var(--line)}.wizard-result-grid div:last-child{border-right:0}.wizard-result-grid span{color:var(--muted);font-size:13px}.wizard-error{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;border:1px solid #ffc9c9;border-radius:8px;background:#fff1f1;color:#b42318;font-weight:700}.recent-table th,.recent-table td{height:44px}.recent-table th:first-child,.recent-table td:first-child{width:54%}.report-panel{grid-area:report}.reports-layout{display:grid;grid-template-columns:minmax(560px,1fr) minmax(360px,.78fr);grid-template-areas:"list preview" "list detail";gap:12px;padding:0 20px 24px}.reports-list-panel{grid-area:list;min-height:620px}.reports-layout .report-panel{grid-area:preview}.reports-layout .detail-panel{grid-area:detail}.report-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:12px 14px;border-top:1px solid var(--line)}.report-kpis div{display:grid;gap:4px;min-height:62px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fbfdff}.report-kpis span{color:var(--muted);font-size:12px;font-weight:800}.report-kpis strong{font-size:22px}.reports-table td:first-child{display:grid;gap:3px}.reports-table th,.reports-table td{height:auto;min-height:58px;vertical-align:top}.reports-table td:first-child strong{display:-webkit-box;overflow:hidden;line-height:1.18;-webkit-box-orient:vertical;-webkit-line-clamp:2}.reports-table td:first-child small{color:var(--muted)}.report-sheet{height:358px;margin:0 12px 12px;padding:22px 28px;overflow:hidden;border-left:1px solid #e2e8f0;background:#fff;box-shadow:inset -8px 0 #eef2f7}.report-sheet h3,.report-sheet h4{margin:0 0 8px}.report-sheet h3{font-size:18px}.subtitle{margin:0 0 10px;font-weight:700}.report-sheet p{font-size:14px;line-height:1.45}.coverage-bar{display:grid;grid-template-columns:78% 13% 9%;height:10px;overflow:hidden;margin:14px 0 10px;border-radius:999px}.coverage-ok,.ok{background:var(--green)}.coverage-warn,.warn{background:var(--amber)}.coverage-bad,.bad{background:var(--red)}.coverage-legend{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;font-size:13px}.coverage-legend i{display:inline-block;width:10px;height:10px;margin-right:8px;border-radius:2px}.chat-agent{position:fixed;right:22px;bottom:22px;z-index:60}.chat-launcher{display:inline-flex;align-items:center;gap:9px;height:44px;padding:0 16px;border:1px solid var(--accent-strong);border-radius:999px;background:var(--accent-strong);color:#fff;font-weight:800;box-shadow:0 14px 32px #1018282e}.chat-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(780px,calc(100vw - 44px));height:min(680px,calc(100vh - 44px));overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 18px 46px #10182833}.chat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:62px;padding:10px 14px 10px 16px;border-bottom:1px solid var(--line);background:#f4fbfd}.chat-head>div:first-child{display:grid;gap:7px}.chat-identity{display:inline-flex;align-items:center;gap:8px}.chat-identity>span:last-child{display:grid;gap:2px}.chat-identity strong{font-size:15px}.chat-avatar,.chat-welcome-icon{display:grid;place-items:center;border-radius:10px;background:var(--accent-strong);color:#fff}.chat-avatar{width:34px;height:34px}.chat-identity small{color:var(--muted);font-size:11px;font-weight:500}.chat-context{display:inline-flex;align-items:center;max-width:min(540px,66vw);gap:6px;overflow:hidden;padding:4px 9px;border:1px solid #c7e5ec;border-radius:999px;color:var(--accent-strong);background:#fff;font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.chat-context-dot{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:var(--green)}.chat-sessions-heading{display:flex;align-items:center;justify-content:space-between;padding:2px 4px 4px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.chat-sessions-heading span{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;color:var(--accent-strong);background:var(--accent-soft);font-size:11px;letter-spacing:0}.chat-head small{display:block;margin-top:3px;color:var(--muted)}.chat-body{display:grid;grid-template-columns:190px minmax(0,1fr);min-height:0}.chat-sessions{display:grid;align-content:start;gap:6px;min-height:0;padding:10px;overflow-y:auto;border-right:1px solid var(--line);background:#fbfdff}.chat-session{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px;border:1px solid transparent;border-radius:7px}.chat-session>button,.chat-sessions .chat-new{display:grid;gap:4px;min-height:50px;padding:8px 10px;border:0;background:transparent;color:var(--text);text-align:left}.chat-session.active,.chat-session:hover{border-color:#b8dce6;background:#eefafd}.chat-session>button{min-width:0}.chat-session .row-actions{margin-right:4px}.chat-sessions .chat-new{display:inline-flex;align-items:center;justify-content:center;border:1px solid #99c6d3;border-radius:7px;min-height:36px;color:#006f89;font-weight:800}.chat-sessions small{color:var(--muted)}.chat-thread{display:grid;align-content:start;gap:10px;min-height:0;padding:14px;overflow-y:auto;background:#f8fbfd}.chat-welcome{display:grid;align-content:center;gap:14px;min-height:100%;padding:28px;color:var(--text)}.chat-welcome-icon{width:48px;height:48px;border-radius:14px;background:var(--accent-soft);color:var(--accent-strong)}.chat-welcome strong{display:block;margin-bottom:6px;font-size:20px}.chat-welcome p{max-width:470px;margin:0;color:var(--muted);line-height:1.5}.chat-suggestions{display:flex;flex-wrap:wrap;gap:8px}.chat-suggestions button{padding:8px 10px;border:1px solid #b9dce5;border-radius:999px;color:var(--accent-strong);background:#fff;font-size:12px;font-weight:700;text-align:left}.chat-suggestions button:hover{border-color:var(--accent-strong);background:var(--accent-soft)}.chat-message{position:relative;display:grid;gap:5px;max-width:86%;padding:12px 14px 10px 38px;border:1px solid var(--line);border-radius:12px;background:#fff}.chat-message.user{justify-self:end;border-color:#99c6d3;background:#e9f7fb}.chat-message.is-streaming{border-color:#9bd6c0;background:#f5fcf8}.chat-message-avatar{position:absolute;top:11px;left:11px;display:grid;width:20px;height:20px;place-items:center;border-radius:7px;color:var(--accent-strong);background:var(--accent-soft);font-size:9px;font-weight:800}.chat-message.user .chat-message-avatar{color:#fff;background:var(--accent-strong)}.chat-message p{margin:0;white-space:pre-wrap;line-height:1.42}.chat-message small{color:var(--muted);font-size:12px}.chat-streaming-label{display:inline-flex;align-items:center;gap:5px;color:#178252!important;font-weight:700}.chat-compose{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px;border-top:1px solid var(--line);background:var(--surface)}.chat-compose textarea{min-height:42px;max-height:128px;padding-top:10px;padding-bottom:10px;resize:vertical;line-height:1.35}.index-row{display:flex;justify-content:space-between;border-bottom:1px dotted #9ca3af}.tabs-row{display:flex;gap:8px;padding:14px 20px;background:var(--surface);border-bottom:1px solid var(--line)}.tab{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 14px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface);color:#344054;font-weight:700}.tab.active{border-color:#83c9db;background:#e9f7fb;color:#006f89}.admin-layout{display:grid;grid-template-columns:minmax(520px,1fr) minmax(320px,.48fr);gap:12px;padding:0 20px 24px}.admin-title{min-height:58px;padding:0 20px;border-bottom:1px solid var(--line)}.admin-table-panel{overflow:visible}.admin-table-scroll{max-height:min(680px,calc(100vh - 250px));overflow:auto}.table-toolbar{padding:12px 20px;border-bottom:1px solid var(--line)}.table-toolbar input{width:min(520px,100%);height:38px;border:1px solid #cbd7e6;border-radius:8px;padding:0 12px;font:inherit;color:var(--ink);background:#fff}.table-toolbar input:focus{outline:2px solid rgba(0,112,137,.18);border-color:#7fc7d9}.admin-table{width:100%;border-collapse:collapse}.admin-table thead th{position:sticky;top:0;z-index:1;background:#f7fafc}.admin-table td{height:44px}.admin-table th:last-child,.admin-table td:last-child{width:48px;text-align:center}.selected-row{background:#f1fbfd}.form-panel{display:grid;grid-template-rows:auto 1fr auto}.admin-form{display:grid;align-content:start;gap:14px;padding:18px 20px}.admin-form .primary-button{width:max-content}.form-actions{display:flex;flex-wrap:wrap;gap:10px}.users-admin-layout{grid-template-columns:minmax(640px,1fr) minmax(320px,.42fr)}@media(max-width:1180px){.app-shell{grid-template-columns:84px minmax(0,1fr)}.brand{justify-content:center;padding:0}.brand span,.nav-item span{display:none}.nav-item{justify-content:center;padding:0}.collapse-button{display:flex;justify-content:center;padding:0}.collapse-button span{display:none}.work-grid{grid-template-columns:1fr 1fr;grid-template-areas:"folders docs" "process process" "recent report"}.input-strip,.module-grid,.module-layout,.admin-layout,.spaces-layout,.reports-layout,.module-layout.two-columns{grid-template-columns:1fr 1fr}.upload-button{width:100%}}@media(max-width:820px){.app-shell,.app-shell.sidebar-is-collapsed{display:block}.sidebar{position:static;display:block;height:auto}.brand{height:64px;justify-content:flex-start;padding:0 18px}.brand span{display:inline;font-size:26px}.sidebar nav{display:flex;gap:4px;overflow-x:auto;padding:8px 12px}.nav-item{width:auto;min-width:48px;border-left:0;border-bottom:3px solid transparent;border-radius:6px;padding:0 14px}.topbar{grid-template-columns:1fr auto;height:auto;padding:14px 16px}.search-box{grid-column:1 / -1;order:3}.manual-button{order:2;min-width:0;padding:0 12px}.icon-button{display:none}.profile-button{min-width:0}.profile-button span:not(.avatar),.profile-button svg{display:none}.page-head,.input-strip,.dashboard-layout,.work-grid,.module-grid,.module-layout,.admin-layout,.corporate-docs-layout,.spaces-layout,.reports-layout,.tabs-row,.search-results{padding-left:16px;padding-right:16px}.input-strip,.kpi-grid,.work-grid,.module-grid,.module-layout,.admin-layout,.corporate-docs-layout,.spaces-layout,.reports-layout,.module-layout.two-columns{grid-template-columns:1fr}.input-strip .jurisdiction-fields{display:grid;grid-template-columns:1fr}.jurisdiction-fields,.corporate-detail-body,.stage-grid,.evidence-form-grid{grid-template-columns:1fr}.corporate-document-list{border-right:0;border-bottom:1px solid var(--line)}.report-kpis,.wizard-result-grid{grid-template-columns:1fr}.reports-layout{grid-template-areas:"list" "preview" "detail"}.page-head{align-items:flex-start;flex-direction:column;justify-content:center;min-height:auto;padding-top:14px;padding-bottom:14px}.page-head-actions,.page-head-actions .primary-button{width:100%}.wizard-backdrop{padding:10px}.wizard-modal{max-height:calc(100vh - 20px)}.wizard-steps,.wizard-form-grid{grid-template-columns:1fr}.wizard-form-grid label.wide{grid-column:auto}.wizard-upload-row,.wizard-job-state,.wizard-footer{align-items:stretch;flex-direction:column}.wizard-footer .primary-button,.wizard-footer .ghost-button{width:100%}.chat-agent{right:14px;bottom:14px}.chat-panel{width:calc(100vw - 28px);height:calc(100vh - 28px)}.manual-floating{right:14px;bottom:14px}.manual-panel{width:calc(100vw - 28px);height:calc(100vh - 28px)}.manual-body{grid-template-columns:1fr}.manual-index{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line)}.manual-index a{flex:0 0 auto}.chat-body{grid-template-columns:1fr}.chat-sessions{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line)}.chat-session{min-width:190px}.chat-session>button{min-width:150px}.space-metrics,.insight-grid{grid-template-columns:1fr 1fr}.module-grid,.module-layout{padding-top:0}.search-results{margin-left:16px;margin-right:16px}.work-grid{grid-template-areas:"folders" "docs" "process" "recent" "report"}.recent-table{min-width:680px}.documents-table th:nth-child(2),.documents-table td:nth-child(2){width:68px}.documents-table th,.documents-table td{font-size:11px;padding-left:10px;padding-right:10px}.recent-panel,.admin-table-panel{overflow-x:auto}.admin-table{min-width:720px}.tabs-row{overflow-x:auto}.report-sheet{height:auto}}
