:root{color:#202124;background:#f5f6f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}.app-header{align-items:center;background:#fff;border-bottom:1px solid #d9dee7;display:flex;height:60px;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:50}.app-header div{display:flex;flex-direction:column;gap:2px}.app-header span,.muted{color:#687082;font-size:12px}.app-header nav{display:flex;gap:8px;align-items:center}.lang-switch{display:inline-flex;margin-left:12px;border:1px solid #cbd3df;border-radius:6px;overflow:hidden}.lang-switch button{border:none;border-radius:0;min-height:28px;padding:4px 10px;font-size:12px;background:#fff}.lang-switch button.active{background:#174ea6;color:#fff}button{border:1px solid #cbd3df;border-radius:6px;background:#fff;cursor:pointer;min-height:34px;padding:6px 12px}button.active,button.primary{background:#174ea6;border-color:#174ea6;color:#fff}button:disabled{cursor:not-allowed;opacity:.6}.setup{display:grid;min-height:calc(100vh - 60px);justify-items:center;align-items:start;padding:16px 32px 32px}.setup-form{background:#fff;border:1px solid rgba(11,22,64,.06);border-radius:14px;box-shadow:0 1px 2px #0b16400a,0 12px 32px #0b16400f;display:flex;flex-direction:column;gap:14px;max-width:760px;padding:24px 28px;width:100%}.setup-actions{display:flex;gap:10px;justify-content:flex-end}.setup-errors{background:#fce8e6;border:1px solid #f4b8b1;border-radius:6px;color:#a50e0e;display:grid;gap:4px;padding:10px 12px}.setup-form h1{font-size:26px;margin:0 0 6px}.field{display:flex;flex-direction:column;gap:6px}.field.field-shrink{align-self:flex-start;width:max-content;max-width:100%}.field span{color:#4b5565;font-size:13px;font-weight:600}input,select{border:1px solid #cbd3df;border-radius:6px;min-height:34px;padding:6px 8px;width:100%}textarea{border:1px solid #cbd3df;border-radius:6px;font:inherit;min-height:96px;padding:8px;resize:vertical;width:100%}.form-row{display:grid;gap:12px;grid-template-columns:1fr 1fr}.review-layout{display:grid;gap:12px;grid-template-columns:minmax(720px,1.6fr) minmax(360px,1fr);padding:12px;height:calc(100vh - 64px);box-sizing:border-box}.left-column,.right-column{display:flex;flex-direction:column;gap:12px;min-width:0;min-height:0;overflow:hidden}.left-column{overflow-y:auto}.right-column{position:sticky;top:0}.panel{background:#fff;border:1px solid #d9dee7;border-radius:8px;min-width:0}.panel-header{align-items:center;border-bottom:1px solid #e6eaf0;display:flex;justify-content:space-between;padding:12px 14px}.panel-header h2{font-size:16px;margin:0}.document-list{display:grid}.document-row{align-items:center;border-bottom:1px solid #edf0f5;display:flex;justify-content:space-between;padding:10px 14px}.document-row:last-child{border-bottom:0}.status-stack{align-items:flex-end;display:flex;flex-direction:column;gap:4px}.badge{background:#e8f0fe;border-radius:999px;color:#174ea6;font-size:12px;padding:3px 8px}.badge.warning{background:#fff3cd;color:#8a5a00}.table-panel{min-height:0;display:flex;flex-direction:column;flex:1}.table-wrap{flex:1;min-height:0;overflow:auto}table{border-collapse:collapse;font-size:12px;min-width:800px;width:100%}th{background:#f7f9fc;color:#4b5565;font-weight:700;position:sticky;text-align:left;top:0;z-index:1}th,td{border-bottom:1px solid #edf0f5;padding:8px;vertical-align:top}tbody tr{cursor:pointer}tbody tr:hover,tbody tr.selected{background:#edf4ff}tbody tr.drop-active>td{background:#fff3b0;outline:3px solid #f59e0b;outline-offset:-3px;cursor:copy}tbody tr.drop-active>td:first-child:before{content:"↓ drop here";display:inline-block;margin-right:8px;padding:2px 8px;border-radius:4px;background:#f59e0b;color:#fff;font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}tbody tr.drop-busy>td{background:#fef3c7;animation:drop-busy-pulse 1.2s ease-in-out infinite}@keyframes drop-busy-pulse{0%,to{background:#fef3c7}50%{background:#fde68a}}.drop-spinner{display:inline-block;width:18px;text-align:center;font-weight:700;color:#d97706;animation:drop-busy-pulse .8s ease-in-out infinite}.drop-error{position:fixed;bottom:16px;left:16px;right:16px;background:#fff1f2;color:#9f1239;border:1px solid #fecdd3;border-radius:6px;padding:10px 14px;font-size:13px;z-index:90;cursor:pointer}.drop-success{position:fixed;bottom:16px;left:50%;transform:translate(-50%);background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600;z-index:90;cursor:pointer;box-shadow:0 4px 10px #00000014;animation:drop-success-in .18s ease-out}@keyframes drop-success-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.drop-info{position:fixed;bottom:16px;left:50%;transform:translate(-50%);background:#fffbeb;color:#92400e;border:1px solid #fde68a;border-radius:6px;padding:8px 14px;font-size:13px;z-index:90;cursor:pointer;box-shadow:0 4px 10px #00000014;animation:drop-success-in .18s ease-out}.pdf-canvas-active{cursor:pointer}.pdf-canvas-active:hover{outline:2px solid rgba(37,99,235,.5);outline-offset:-2px}tbody tr.section-divider{background:#1f2937;cursor:default}tbody tr.section-divider:hover{background:#1f2937}tbody tr.section-divider td{background:#1f2937;color:#fff;font-weight:700;font-size:12px;letter-spacing:.04em;text-transform:uppercase;padding:8px 12px;position:sticky;top:30px;z-index:1}.section-divider-title{display:inline-block;margin-right:8px}.section-divider-count{display:inline-block;background:#ffffff2e;border-radius:999px;padding:1px 8px;font-size:11px}tbody tr.section-divider.section-divider-tier td{background:#0b1220;border-top:2px solid #374151;padding-top:14px;padding-bottom:14px}tbody tr.section-divider.section-divider-sub td{background:#111827;font-size:11px;text-transform:uppercase;padding-left:28px}.document-section-header{display:flex;align-items:center;gap:8px;margin:14px 8px 4px;padding:4px 8px;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted, #6b7280);border-bottom:1px solid rgba(0,0,0,.08)}.document-section-header .section-divider-count{background:#00000014;color:inherit}.grade-bar{padding:8px}.grade-bar .path-input{align-items:center}.grade-summary{margin-left:12px;font-size:12px;color:#4b5565}.match-badge{display:inline-block;width:18px;height:18px;line-height:18px;text-align:center;border-radius:4px;font-weight:700;font-size:12px}.match-right{background:#d6f1c8;color:#1f4d12}.match-wrong{background:#fad6d6;color:#6d1212}.match-not_extracted{background:#f0eef0;color:#555}.match-extracted_only_in_solution{background:#d6e4fa;color:#134580}.match-not_in_solution{background:transparent;color:#999}.seg-llm{display:inline-flex;width:100%;margin-top:4px}.seg-llm button{flex:1;border-radius:0;border:1px solid #cbd3df;border-right-width:0;padding:10px 12px;font-size:13px;background:#fff;color:#1f2937}.seg-llm button:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.seg-llm button:last-child{border-right-width:1px;border-top-right-radius:8px;border-bottom-right-radius:8px}.seg-llm button.active{background:#174ea6;border-color:#174ea6;color:#fff}.progress-toast{position:fixed;bottom:16px;right:16px;width:320px;background:#1f2937;color:#fff;border-radius:10px;padding:12px 14px;box-shadow:0 12px 24px #0000004d;z-index:9999;font-size:13px}.progress-toast-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.progress-toast-elapsed{font-size:11px;opacity:.7}.progress-toast-msg{display:block;font-size:11px;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.progress-bar-outer{background:#ffffff26;border-radius:4px;height:6px;overflow:hidden;margin:6px 0}.progress-bar-inner{background:#3b82f6;height:100%;transition:width .3s ease}.table-input{min-width:110px}.viewer-panel{flex:2 1 0;min-height:360px;display:flex;flex-direction:column;overflow:hidden}.sidebar-tabs{flex:1 1 0;min-height:220px;max-height:38vh;display:flex;flex-direction:column;overflow:hidden}.tab-bar{display:flex;border-bottom:1px solid #e6eaf0;padding:6px 8px 0;gap:4px}.tab-bar button{background:transparent;border:none;border-bottom:2px solid transparent;border-radius:0;color:#4b5565;font-size:13px;padding:8px 12px}.tab-bar button.active{border-bottom-color:#174ea6;color:#174ea6}.tab-body{flex:1;min-height:0;overflow:auto;padding:4px}.setup-sub{color:#6b7689;font-style:italic;font-size:13px;letter-spacing:.1px;margin:12px 0 22px;max-width:38ch;line-height:1.45}.seg{display:inline-flex;border:1px solid #cbd3df;border-radius:8px;overflow:hidden}.seg button{background:#fff;border:none;border-radius:0;padding:8px 14px;font-size:13px}.seg button.active{background:#174ea6;color:#fff}.path-input{display:flex;gap:6px}.path-input input{flex:1}.path-input .dots{min-width:36px;font-weight:700}.advanced{margin-top:24px;font-size:12px;color:#4b5565}.advanced summary{cursor:pointer;-webkit-user-select:none;user-select:none;margin-bottom:6px}.advanced-body{display:grid;gap:4px;padding:8px 12px;background:#f7f9fc;border-radius:6px}.setup-warnings{background:#fff8db;border:1px solid #efe1a0;color:#6d5400;border-radius:6px;padding:10px 12px;font-size:13px}.pdf-stage{background:#2f3542;margin:8px;flex:1;min-height:0;overflow:auto;position:relative}.pdf-stage canvas{display:block}.pdf-drag-chip{position:absolute;bottom:12px;right:12px;z-index:5;display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#2563eb;color:#fff;font-size:12px;font-weight:600;letter-spacing:.2px;border:none;cursor:grab;box-shadow:0 4px 10px #00000040;-webkit-user-select:none;user-select:none}.pdf-drag-chip:active{cursor:grabbing;background:#1d4ed8}.pdf-drag-chip:hover{background:#1e40af}.highlight-layer{left:0;pointer-events:none;position:absolute;top:0}.highlight-box{background:#ffd54f6b;border:2px solid rgba(232,155,0,.95);position:absolute}.empty-viewer{color:#687082;display:grid;min-height:480px;place-items:center}.evidence-text{border-top:1px solid #e6eaf0;padding:12px 14px}.evidence-text p{color:#4b5565;margin-bottom:0}.export-panel{padding-bottom:14px}.export-grid{display:grid;gap:10px;grid-template-columns:repeat(3,1fr);padding:14px}.export-grid div{background:#f7f9fc;border:1px solid #e6eaf0;border-radius:6px;display:flex;flex-direction:column;gap:4px;padding:12px}.export-panel button,.download-links{margin-left:14px;margin-right:14px}.download-links{display:flex;flex-wrap:wrap;gap:14px;margin-top:12px}.status-badge,.confidence-badge{border-radius:999px;display:inline-block;font-size:12px;padding:3px 8px;white-space:nowrap}.status-badge.ready{background:#e8f0fe;color:#174ea6}.status-badge.approved{background:#e6f4ea;color:#137333}.status-badge.edited{background:#fef7e0;color:#8a5a00}.status-badge.needs_review{background:#fce8e6;color:#a50e0e}.status-badge.rejected{background:#f1f3f4;color:#5f6368}.status-badge.missing{background:#fce8e6;color:#a50e0e}.diagnostics-table{min-width:1120px}.diagnostics-table tbody tr{cursor:default}.diag-status{border-radius:999px;display:inline-block;font-size:12px;padding:3px 8px;white-space:nowrap}.diag-ready,.diag-approved{background:#e6f4ea;color:#137333}.diag-edited,.diag-needs_review{background:#fef7e0;color:#8a5a00}.diag-rejected,.diag-missing{background:#fce8e6;color:#a50e0e}.diag-docs{display:grid;gap:8px;min-width:260px}.diag-doc{background:#f7f9fc;border:1px solid #e6eaf0;border-radius:6px;padding:8px}.confidence-badge.high{background:#e6f4ea;color:#137333}.confidence-badge.medium{background:#fef7e0;color:#8a5a00}.confidence-badge.low{background:#fce8e6;color:#a50e0e}.candidate-count{background:#eef2f7;border-radius:999px;display:inline-block;min-width:26px;padding:3px 8px;text-align:center}.warning-dot{background:#a50e0e;border-radius:50%;color:#fff;display:inline-grid;font-weight:700;height:22px;place-items:center;width:22px}.row-actions{display:flex;gap:6px}.row-actions button{font-size:12px;min-height:28px;padding:4px 8px}.candidate-panel{max-height:460px;overflow:hidden}.empty-candidates{color:#687082;padding:16px}.candidate-list{display:grid;gap:10px;max-height:398px;overflow:auto;padding:12px}.candidate{border:1px solid #e1e6ef;border-radius:8px;padding:10px}.selected-candidate{border-color:#174ea6}.candidate-topline,.candidate-actions{align-items:center;display:flex;gap:8px;justify-content:space-between}.candidate dl{display:grid;gap:4px 10px;grid-template-columns:90px 1fr;margin:10px 0}.candidate dt{color:#687082;font-size:12px}.candidate dd{margin:0}.candidate-source,.candidate-warning,.export-warning{color:#687082;font-size:13px}.candidate-warning,.export-warning{color:#a50e0e;margin:0 14px 12px}.edit-backdrop{background:#20212459;inset:0;position:fixed;z-index:10}.edit-dialog{background:#fff;border-radius:8px;box-shadow:0 16px 40px #0000003d;left:50%;max-width:560px;position:fixed;top:50%;transform:translate(-50%,-50%);width:calc(100vw - 32px)}.edit-body{display:grid;gap:14px;padding:16px}@media(max-width:1100px){.review-layout,.form-row{grid-template-columns:1fr}}:root{--brand-navy: #0b1640;--brand-yellow: #ffef7d;--page-bg: #1f2230;--page-bg-soft: #272a39}body{background:var(--page-bg)}.app-header{background:linear-gradient(180deg,var(--brand-navy) 0%,#0e1a4d 100%);border-bottom:1px solid #000a26;color:#f1f3f8}.app-header .brand{display:flex;align-items:center;gap:12px}.app-header .brand-mark{width:36px;height:36px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45))}.app-header .brand-text{display:flex;flex-direction:column;gap:2px}.app-header strong{color:#fff;letter-spacing:.2px}.app-header span,.app-header .brand-text span{color:#b9c2dd}.app-header nav button{background:#ffffff0f;color:#e6eaf5;border-color:#ffffff2e}.app-header nav button.active{background:var(--brand-yellow);color:#1a1a1a;border-color:var(--brand-yellow)}.lang-switch{border-color:#ffffff38}.lang-switch button{background:#ffffff0a;color:#d8def0}.lang-switch button.active{background:var(--brand-yellow);color:#1a1a1a}.setup{background:var(--page-bg)}.setup-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:8px}.setup-hero h1{margin:0;font-size:28px;letter-spacing:-.3px}.setup-hero-img{width:200px;max-width:40%;height:auto;border-radius:16px;filter:drop-shadow(0 10px 28px rgba(11,22,64,.18))}@media(max-width:720px){.setup-hero{flex-direction:column-reverse;align-items:flex-start}.setup-hero-img{width:100%;max-width:260px}}.setup-hero.setup-hero-compact{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:8px}.setup-hero-mark{height:240px;width:auto;flex:0 0 auto;mix-blend-mode:multiply;filter:drop-shadow(0 10px 24px rgba(11,22,64,.14))}.setup-hero-text{display:flex;flex-direction:column;gap:14px;align-items:flex-start;flex:1 1 auto;min-width:0;padding-top:4px}.setup-hero-mode{margin-top:4px}.setup-hero-parent{height:64px;width:auto;mix-blend-mode:multiply}.setup-sub-tagline{margin:0;max-width:38ch;font-size:14px;color:#5b6478;line-height:1.5;font-weight:400;letter-spacing:.4px;font-style:normal}@media(max-width:720px){.setup-hero.setup-hero-compact{gap:16px}.setup-hero-mark{height:170px}.setup-hero-parent{height:48px}.setup-sub-tagline{font-size:13px;max-width:none}}.setup-row-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:720px){.setup-row-2{grid-template-columns:1fr}}.setup-row-restrict{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:end}.setup-restrict-field{min-width:0}.setup-actions-inline{margin:0;align-self:end}@media(max-width:720px){.setup-row-restrict{grid-template-columns:1fr}.setup-actions-inline{justify-self:stretch}.setup-actions-inline button{width:100%}}.grade-bar{display:flex;align-items:center;gap:14px}.app-tile{width:44px;height:44px;border-radius:10px;flex:0 0 auto;box-shadow:0 1px 1px #0000000f,0 4px 12px #0b16402e;background:#fff}.field.field-inline{flex-direction:row!important;align-items:center!important;gap:8px!important}.field.field-inline span{font-size:13px;color:#4b5565}.grade-bar .grade-actions{margin-left:auto;display:inline-flex;gap:8px}.grade-bar .grade-actions button{min-height:32px}.grade-export-hint{font-size:12px;padding:6px 12px 0}.pdf-wrap{display:flex;flex-direction:column;min-height:0}.pdf-toolbar{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#f7f9fc;border-bottom:1px solid #e1e6ef;font-size:13px}.pdf-toolbar button{min-height:26px;padding:2px 8px;font-size:13px;line-height:1}.pdf-toolbar button:disabled{opacity:.4}.pdf-page-indicator,.pdf-zoom-indicator{min-width:56px;text-align:center;color:#4b5565;font-variant-numeric:tabular-nums}.pdf-toolbar-sep{width:1px;height:18px;background:#cbd3df;margin:0 4px}.pdf-jump-evidence{margin-left:auto}.pdf-stage-scroll{overflow:auto;max-height:70vh}.viewer-header{gap:12px}.viewer-alignment-pill{font-size:11px;padding:2px 8px;border-radius:10px;text-transform:lowercase;letter-spacing:.02em;line-height:1.4;border:1px solid transparent}.viewer-alignment-aligned{background:#e6f4ea;color:#1e7e34;border-color:#cce6d4}.viewer-alignment-browsing{background:#fff4e0;color:#8a5a00;border-color:#f0dca0}.image-viewer{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.image-viewer-stage{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;background:#f4f6fa;overflow:auto;padding:8px}.image-viewer-stage img{max-width:100%;max-height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.image-viewer-caption{padding:6px 10px;font-size:12px;border-top:1px solid #e1e6ef;text-align:center}.image-viewer-empty{padding:24px;text-align:center}.document-search{display:flex;align-items:center;gap:6px;padding:6px 10px;border-bottom:1px solid #e1e6ef}.document-search input{flex:1 1 auto;font-size:13px;padding:4px 8px;border:1px solid #d3d8e0;border-radius:4px}.document-search-status{font-size:11px;min-width:20px;text-align:right}.document-search-empty{padding:18px;text-align:center;font-size:12px}.document-search-snippet{font-size:12px;color:#555;margin-top:2px;white-space:normal;line-height:1.3}.viewer-toolbar-slot{display:flex}.viewer-toolbar-slot .pdf-toolbar{background:transparent;border:1px solid #e1e6ef;border-radius:6px;padding:2px 6px}.viewer-source-label{margin-left:auto;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#687082;font-size:12px}.grade-bar{gap:12px;flex-wrap:wrap}.grade-bar .path-input{flex:1 1 auto;min-width:280px}.grade-bar .grade-actions{margin-left:auto}.grade-summary{font-variant-numeric:tabular-nums}.grade-good{color:#1a7f37;font-weight:600}.grade-bad{color:#cf222e;font-weight:600}.grade-neutral{color:#6e7781}.grade-pct{font-weight:700;margin-left:4px}.grade-pct-good{color:#1a7f37}.grade-pct-bad{color:#cf222e}.app-header .brand-button{background:transparent;border:none;padding:0;cursor:pointer;color:inherit;display:flex;align-items:center;min-height:36px}.app-header .brand-button strong{font-size:16px;letter-spacing:.2px}.app-header .brand-button:hover strong{text-decoration:underline}.field .req{color:#cf222e;font-style:normal;margin-left:2px}.field-invalid input,.field-invalid textarea{border-color:#cf222e;background:#fff5f5}.field-error{color:#cf222e;font-size:12px;margin-top:4px;display:block}.field-warning{color:#8a5a00;background:#fff8db;border:1px solid #f0d486;border-radius:4px;padding:6px 8px;font-size:12px;margin-top:6px;display:block}.field-warning code{background:#0000000f;padding:0 4px;border-radius:3px}.setup-actions{display:flex;align-items:center;gap:12px}.ocr-toggle{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #cbd3df;border-radius:6px;background:#fff;font-size:13px;cursor:pointer;-webkit-user-select:none;user-select:none;margin-right:auto}.ocr-toggle input[type=checkbox]{margin:0}.pane-expand{min-height:28px;padding:2px 8px;font-size:14px;line-height:1}.tab-bar .tab-spacer{flex:1 1 auto}.tab-bar-search{flex:1 1 auto;min-width:0;margin:4px 6px;font-size:12px;padding:3px 8px;border:1px solid #d3d8e0;border-radius:4px;background:#fff}.review-layout.expanded-table{grid-template-columns:1fr}.review-layout.expanded-table .right-column{display:none}.review-layout.expanded-source{grid-template-columns:1fr}.review-layout.expanded-source .left-column,.review-layout.expanded-source .sidebar-tabs,.review-layout.expanded-source .evidence-text{display:none}.review-layout.expanded-source .pdf-stage-scroll{max-height:none}.review-layout.expanded-source .viewer-panel{flex:1 1 auto;min-height:0}.review-layout.expanded-sidebar{grid-template-columns:1fr}.review-layout.expanded-sidebar .left-column,.review-layout.expanded-sidebar .viewer-panel{display:none}.review-layout.expanded-sidebar .sidebar-tabs{max-height:none;flex:1 1 auto;min-height:0;height:100%}.document-row-button{display:flex;width:100%;text-align:left;background:transparent;border:0;border-bottom:1px solid #eef0f5;cursor:pointer;padding:8px 12px;align-items:center;justify-content:space-between}.document-row-button:hover{background:#f3f6fb}.document-row-button:focus-visible{outline:2px solid #174ea6;outline-offset:-2px}:root{--t-display: 28px;--t-title: 22px;--t-body: 17px;--t-control: 15px;--t-meta: 13px;--t-micro: 11px;--ease: cubic-bezier(.4, 0, .2, 1);--motion: .2s var(--ease)}body{font-size:var(--t-body);line-height:1.45}h1{font-size:var(--t-display)}h2{font-size:var(--t-title)}.field>span{font-size:var(--t-control)}.muted,.field-warning,.field-error,.grade-export-hint{font-size:var(--t-meta)}.app-header span,.lang-switch button{font-size:var(--t-micro)}.panel,.tab-bar button,.app-header,.app-header nav button,.brand-button,button,.field input,.field textarea,.help-overlay,.help-scrim{transition:background-color var(--motion),border-color var(--motion),color var(--motion),box-shadow var(--motion),transform var(--motion),opacity var(--motion)}.review-layout>div{transition:opacity var(--motion)}.app-header.app-header-compact{height:44px;padding:0 16px}.app-header.app-header-compact .brand-button strong{font-size:14px}.app-header.app-header-compact nav button{min-height:28px;padding:4px 10px}.brand-button .brand-logo{height:28px;width:auto;display:block}.app-header.app-header-compact .brand-button .brand-logo{height:22px}.app-header{display:flex;justify-content:space-between;align-items:center}.header-center{display:flex;justify-content:center}.app-header .header-download,.app-header button.header-download,.app-header button.primary.header-download{background:linear-gradient(180deg,#ffd83d,#ffc60a);color:#1a1a1a;border:1px solid #d8a300;font-weight:600;letter-spacing:0;min-height:18px;height:18px;line-height:16px;padding:0 6px;font-size:10px;border-radius:3px;box-shadow:0 1px 1px #00000024,inset 0 1px #ffffff73}.header-download:hover:not(:disabled){transform:translateY(-1px)}.header-download:active:not(:disabled){transform:translateY(0)}.help-btn{width:28px;min-height:28px;padding:0;border-radius:50%;background:#ffffff14;color:#e6eaf5;border-color:#ffffff38;font-weight:600;margin-left:6px}.help-btn:hover{background:#ffffff26}.help-scrim{position:fixed;inset:0;background:#080c1e66;opacity:0;pointer-events:none;z-index:90}.help-scrim.is-open{opacity:1;pointer-events:auto}.help-overlay{position:fixed;top:0;right:0;bottom:0;width:min(560px,92vw);background:#fff;box-shadow:-16px 0 32px #0000002e;transform:translate(100%);z-index:100;display:flex;flex-direction:column}.help-overlay.is-open{transform:translate(0)}.help-overlay-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #e6eaf0}.help-overlay-header h2{margin:0;font-size:var(--t-title)}.help-overlay-title{display:flex;align-items:center;gap:10px;min-width:0}.help-overlay-mark{height:32px;width:auto;flex:0 0 auto;mix-blend-mode:multiply}.help-close{width:32px;min-height:32px;padding:0;font-size:22px;line-height:1;background:transparent;border:0}.help-overlay-body{padding:18px 24px 32px;overflow-y:auto}.help-overlay-body h3{margin:24px 0 8px;font-size:var(--t-body);letter-spacing:-.1px}.help-overlay-body h3:first-child{margin-top:0}.help-overlay-body p,.help-overlay-body li{font-size:var(--t-control);line-height:1.55;color:#2c3340}.help-overlay-body code{background:#f3f5f9;padding:1px 4px;border-radius:3px;font-size:12px}.help-dl{display:grid;grid-template-columns:max-content 1fr;gap:4px 12px}.help-dl dt{font-weight:600;font-size:13px;color:#4b5565}.help-dl dd{margin:0;font-size:13px}.brand-pause-tile{width:40px;height:40px;border-radius:9px;box-shadow:0 1px 1px #0000000f,0 4px 10px #0b16402e;background:#fff}.progress-toast-cancel{margin-left:auto;width:22px;height:22px;min-height:22px;padding:0;border-radius:50%;background:#ffffff1f;color:#fff;border-color:#ffffff52;font-size:16px;line-height:1}.progress-toast-cancel:hover{background:#ffffff38}.dev-badge{display:inline-flex;align-items:center;padding:2px 8px;margin-left:6px;font-size:10px;font-weight:700;letter-spacing:.08em;color:var(--brand-navy, #0b1640);background:var(--brand-yellow, #ffef7d);border-radius:4px;-webkit-user-select:none;user-select:none}.grade-bar .grade-title{display:inline-flex;align-items:baseline;gap:8px}.grade-bar .grade-title h2{margin:0;font-size:16px;font-weight:600;line-height:1.2}.grade-bar .grade-title span{color:#687082;font-size:12px}.grade-bar .action-arrow{color:#687082;font-size:16px;-webkit-user-select:none;user-select:none;padding:0 2px}
