:root{--background:#f3f5f8;--surface:#ffffff;--surface-muted:#f8fafc;--border:#d9e0e7;--border-strong:#c7d0da;--text:#0f1720;--text-soft:#4c5a67;--text-faint:#6b7785;--primary:#1f3b57;--primary-hover:#183149;--accent:#dbe5ef;--success:#e8f3ec;--shadow-sm:0 2px 10px rgba(15,23,32,0.04);--shadow-md:0 12px 30px rgba(15,23,32,0.06);--radius-sm:12px;--radius-md:18px;--radius-lg:24px;--max-width:1440px}*{box-sizing:border-box}html{font-size:16px}body{margin:0;background:var(--background);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-shell{min-height:100vh}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:28px 16px 56px}.hero{background:linear-gradient(180deg,#ffffff,#fbfcfd);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:var(--radius-lg);padding:30px 28px;margin-top:20px}.eyebrow{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;margin-bottom:18px;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);background:var(--accent);border-radius:999px}h1,h2,h3,h4{margin:0;letter-spacing:-.03em;color:var(--text)}h1{font-size:clamp(1.95rem,3.2vw,3.4rem);line-height:1.06;max-width:1040px;margin-bottom:14px}h2{font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.15}h2,h3{margin-bottom:10px}h3{font-size:1.02rem;line-height:1.3}p{margin:0;color:var(--text-soft);line-height:1.72}.hero-text{max-width:920px;font-size:.98rem;line-height:1.62}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:12px;border:1px solid transparent;font-size:.96rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .12s ease,box-shadow .2s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--primary);color:#ffffff;box-shadow:var(--shadow-sm)}.button-primary:hover{background:var(--primary-hover)}.button-secondary{background:#ffffff;color:var(--text);border-color:var(--border-strong)}.button-secondary:hover{background:#f8fafc}.button-danger{background:#fff4f2;color:#b42318;border-color:#e2b4b0}.button-danger:hover{background:#fdeae7}.pricing-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,border-width .18s ease}.pricing-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(26,60,94,.08);border:2px solid var(--primary)!important}.section{margin-top:24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:28px}.section-head{margin-bottom:18px}.section-head p{max-width:760px}.grid{display:grid;grid-template-columns:1fr;gap:16px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:22px 20px;min-height:0;transition:border-color .2s ease,box-shadow .2s ease,transform .12s ease}.card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.card p{color:var(--text-faint)}.feature-card{border-top:3px solid var(--primary);min-height:0}.callout{background:linear-gradient(180deg,#ffffff,#f9fbfc)}.data-strip{display:grid;grid-template-columns:1fr;gap:12px;margin-top:22px}.stat-box{background:var(--surface-muted);border:1px solid var(--border);border-radius:16px;padding:18px}.stat-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);margin-bottom:10px}.stat-value{font-size:1.5rem;font-weight:700;color:var(--text)}.subtle{color:var(--text-faint)}@media (min-width:720px){.container{padding:34px 20px 72px}.hero{padding:34px 36px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.data-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1100px){.grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.stats-grid{display:grid;grid-template-columns:1fr;gap:16px}.stat-card{display:flex;flex-direction:column;justify-content:flex-start;min-height:176px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:18px 16px;box-shadow:var(--shadow-sm)}.stat-card-label{font-size:.72rem;line-height:1.25;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);margin-bottom:8px;min-height:36px}.stat-card-value{font-size:1.85rem;line-height:1.05;font-weight:700;letter-spacing:-.03em;color:var(--text)}.stat-card-helper{margin-top:10px;color:var(--text-faint);font-size:.9rem;line-height:1.35}.table-wrap{width:100%;overflow-x:auto;border:1px solid var(--border);border-radius:18px;background:#fff}.data-table{width:100%;min-width:1280px;border-collapse:collapse;table-layout:fixed}.data-table td:first-child,.data-table th:first-child{width:16%}.data-table td:nth-child(2),.data-table th:nth-child(2){width:5%}.data-table td:nth-child(3),.data-table th:nth-child(3){width:10%}.data-table td:nth-child(4),.data-table th:nth-child(4){width:9%}.data-table td:nth-child(5),.data-table th:nth-child(5){width:8%}.data-table td:nth-child(6),.data-table th:nth-child(6){width:7%}.data-table td:nth-child(7),.data-table th:nth-child(7){width:6%}.data-table td:nth-child(8),.data-table th:nth-child(8){width:8%}.data-table td:nth-child(9),.data-table th:nth-child(9){width:7%}.data-table td:nth-child(10),.data-table th:nth-child(10){width:11%}.data-table td:nth-child(11),.data-table th:nth-child(11){width:7%}.data-table td:nth-child(12),.data-table th:nth-child(12){width:8%}.data-table td,.data-table th{text-align:left;padding:12px 10px;border-bottom:1px solid var(--border);vertical-align:middle;white-space:normal;word-break:normal;overflow-wrap:break-word;font-size:.88rem;line-height:1.2}.data-table th{font-size:.66rem;line-height:1.05;font-weight:700;letter-spacing:.035em;text-transform:uppercase;color:var(--text-faint);background:#f8fafc;word-break:normal;overflow-wrap:normal}.data-table th,.data-table th:nth-child(10),.data-table th:nth-child(11),.data-table th:nth-child(12),.data-table th:nth-child(4),.data-table th:nth-child(8){white-space:nowrap}.data-table th:nth-child(9){white-space:normal}.data-table tbody tr:hover{background:#fbfcfd}.table-title{font-weight:600;color:var(--text);font-size:.96rem;line-height:1.15}.table-subtitle{margin-top:4px;font-size:.82rem;line-height:1.25;color:var(--text-faint)}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 10px;border-radius:999px;font-size:.72rem;line-height:1;font-weight:700;border:1px solid var(--border);background:#f8fafc;color:var(--text-soft);max-width:100%;white-space:nowrap}.badge-success{background:#edf8f0;border-color:#cfe9d7;color:#1f6b3b}.badge-progress{background:#edf4ff;border-color:#cfe0ff;color:#1d4f91}.badge-muted{background:#f4f6f8;border-color:#dde3e8;color:#607080}@media (min-width:860px){.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1200px){.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1500px){.stats-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.section-card-grid{display:grid;grid-template-columns:1fr;gap:16px}.section-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px;box-shadow:var(--shadow-sm)}.section-card-top{display:flex;flex-direction:column;gap:16px}.section-card-meta{display:flex;justify-content:flex-start}.section-card-footer{margin-top:16px;padding-top:14px;border-top:1px solid var(--border)}.section-card-footnote{color:var(--text-faint);font-size:.92rem}.form-grid{display:grid;grid-template-columns:1fr;gap:18px}.form-field{display:flex;flex-direction:column;gap:8px}.form-field-card{border:1px solid var(--border);border-radius:16px;background:var(--surface-muted);padding:16px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.form-field-card:focus-within{border-color:#98a9ba;box-shadow:0 0 0 4px rgba(31,59,87,.06);background:#ffffff}.form-field-missing{border-color:#e2b4b0;background:#fff8f7}.form-field-missing:focus-within{border-color:#c97b74;box-shadow:0 0 0 4px rgba(180,35,24,.08);background:#ffffff}.form-field-missing input,.form-field-missing select,.form-field-missing textarea{border-color:#d6a19c;background:#ffffff}.form-field-missing input:focus,.form-field-missing select:focus,.form-field-missing textarea:focus{border-color:#c97b74;box-shadow:0 0 0 4px rgba(180,35,24,.08)}.field-missing-note{font-size:.84rem;font-weight:600;color:#b42318;line-height:1.5}.repeatable-field-missing .repeatable-empty{border-color:#e2b4b0;background:#fff8f7}.form-field-full{grid-column:1/-1}.form-field label{font-size:.95rem;font-weight:600;color:var(--text)}.required-mark{color:#b42318}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid var(--border-strong);border-radius:12px;background:#fff;color:var(--text);padding:13px 14px;min-height:48px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#98a9ba;box-shadow:0 0 0 4px rgba(31,59,87,.08)}.form-field textarea{resize:vertical;min-height:120px}.field-help{font-size:.88rem;color:var(--text-faint);line-height:1.6}.form-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.new-company-form-section{max-width:920px}.new-company-form-actions{align-items:center}.overview-toolbar{display:grid;grid-template-columns:1fr;gap:16px;margin-top:24px;margin-bottom:24px}.overview-toolbar .form-field{margin:0}.overview-toolbar-filter,.overview-toolbar-search{min-width:0}@media (min-width:900px){.overview-toolbar{grid-template-columns:minmax(0,2fr) minmax(260px,320px);align-items:end}}.empty-state-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.table-action-button{min-height:30px;padding:0 8px;white-space:normal;width:auto;min-width:64px;font-size:.8rem;line-height:1.05;border-radius:10px}@media (max-width:1200px){.table-wrap{overflow-x:auto}.data-table{min-width:1280px}.data-table td,.data-table th{padding:10px 8px;font-size:.82rem}.data-table th{font-size:.62rem;letter-spacing:.04em}.table-title{font-size:.9rem}.table-subtitle{font-size:.76rem;line-height:1.2}.table-action-button{min-height:30px;min-width:64px;font-size:.78rem}.badge,.table-action-button{padding:0 8px;white-space:nowrap}.badge{font-size:.68rem;min-height:24px}}.data-table td:nth-child(10),.data-table td:nth-child(12),.data-table td:nth-child(5),.data-table td:nth-child(6),.data-table td:nth-child(7),.data-table td:nth-child(8),.data-table td:nth-child(9){text-align:center}.data-table td:nth-child(10){white-space:nowrap}.data-table td:nth-child(12) .button{margin:0 auto}.data-table td:nth-child(9){font-size:.82rem;line-height:1.1}.data-table td:nth-child(11){font-size:.8rem;line-height:1.15}.data-table td:first-child .table-title{font-size:.92rem}.data-table td:first-child .table-subtitle{font-size:.78rem}.featured-dossier-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.featured-dossier-meta{margin-top:8px;color:var(--text-faint);font-size:.95rem}.table-link{display:block}.table-link:hover .table-title{text-decoration:underline;text-underline-offset:3px}@media (min-width:900px){.form-grid,.section-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.section-nav{display:grid;grid-template-columns:1fr;gap:14px}.section-nav-item{width:100%;text-align:left;border:1px solid var(--border);background:#fff;border-radius:16px;padding:18px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .12s ease,background-color .2s ease}.section-nav-item:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.section-nav-item.active{border-color:#9db1c4;background:#fbfcfe;box-shadow:var(--shadow-sm)}.section-nav-progress{margin-top:14px}.section-nav-progress-track{width:100%;height:8px;border-radius:999px;background:#edf2f7;overflow:hidden}.section-nav-progress-fill{width:22%;height:100%;border-radius:999px;background:#cfd8e3}.section-nav-progress-fill.is-progress{width:58%;background:#9bb7dc}.section-nav-progress-fill.is-completed{width:100%;background:#8fc7a0}.section-nav-top{display:flex;flex-direction:column;gap:12px}.section-nav-title{font-weight:700;color:var(--text);line-height:1.35}.section-nav-bottom{margin-top:12px;line-height:1.5}.form-save-note,.section-nav-bottom{font-size:.92rem;color:var(--text-faint)}.form-save-note{display:inline-flex;align-items:center}.section-compact{padding:18px 28px}.save-feedback{color:#1f6b3b;font-weight:600}@media (min-width:900px){.section-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.section-nav-top{flex-direction:row;justify-content:space-between;align-items:center}}.unsaved-feedback{color:#9a6700;font-weight:600}.empty-state{border:1px dashed var(--border-strong);border-radius:18px;padding:22px;background:#fbfcfd}.pdf-cover,.pdf-toc{display:none}.preview-kicker{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;margin-bottom:12px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);background:var(--accent);border-radius:999px}.preview-title{font-size:1.4rem}.preview-stat-label,.preview-subtitle{color:var(--text-faint)}.preview-stat-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.preview-stat-value{font-size:1.35rem;font-weight:700;color:var(--text)}.preview-stat-value-small{font-size:1rem}.report-preview-shell{display:grid;gap:20px;scroll-margin-top:16px}.form-actions{align-items:center}.repeatable-field{display:grid;gap:14px}.repeatable-empty{padding:14px 16px;border:1px dashed var(--border-strong);border-radius:14px;color:var(--text-faint);background:#fbfcfd}.repeatable-card{border:1px solid var(--border);border-radius:16px;padding:16px;background:#fff;box-shadow:var(--shadow-sm)}.repeatable-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.repeatable-card-head .button{min-height:38px}.answer-summary-section .section-head,.missing-items-section .section-head,.report-preview-shell .section-head{margin-bottom:20px}.preview-card{background:#ffffff;border:1px solid var(--border);border-radius:20px;padding:28px}.preview-header{display:flex;flex-direction:column;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--border)}.preview-title{margin-bottom:6px}.preview-subtitle+.preview-subtitle{margin-top:4px}.preview-badges{display:flex;align-items:flex-start;justify-content:flex-start;flex-shrink:0}.preview-premium-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:20px}.preview-premium-card{background:var(--surface-muted);border:1px solid var(--border);border-radius:16px;padding:16px 18px;break-inside:avoid;page-break-inside:avoid}.preview-premium-card-wide{grid-column:auto}.preview-premium-title{font-size:.92rem;font-weight:700;color:var(--text);margin-bottom:8px}.preview-premium-text{color:var(--text-soft);line-height:1.55;margin:0}.preview-premium-list{display:grid;gap:6px;margin-top:12px}.preview-premium-line{color:var(--text-faint);font-size:.92rem;line-height:1.45}.preview-stats{display:grid;grid-template-columns:1fr;gap:14px;margin-top:20px}.preview-stat{background:var(--surface-muted);border:1px solid var(--border);border-radius:16px;padding:16px 18px;break-inside:avoid;page-break-inside:avoid}.preview-section-list{display:grid;gap:12px;margin-top:20px}.preview-section-row{display:flex;flex-direction:column;gap:12px;padding:16px 18px;border:1px solid var(--border);border-radius:16px;background:#ffffff;break-inside:avoid;page-break-inside:avoid}.preview-section-row:last-child{border-bottom:1px solid var(--border)}.preview-row-meta{color:var(--text-faint);margin-top:6px;font-size:.92rem;line-height:1.45}.preview-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.preview-actions-top{margin-top:16px;margin-bottom:4px;justify-content:flex-end}.preview-scroll-top-button{position:fixed;right:24px;bottom:24px;z-index:40;min-height:42px;padding:0 14px;box-shadow:var(--shadow-md)}@media (max-width:900px){.preview-actions-top{justify-content:flex-start}.preview-scroll-top-button{right:16px;bottom:16px}}.report-answer-sections{display:grid;gap:20px}.answer-summary-section{margin-top:0}.answer-summary-head{display:flex;flex-direction:column;gap:14px}.answer-list{border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#ffffff}.answer-row{display:grid;grid-template-columns:1fr;gap:8px;padding:16px 18px;border-bottom:1px solid var(--border);break-inside:avoid;page-break-inside:avoid}.answer-row:last-child{border-bottom:none}.answer-label{font-weight:700;color:var(--text)}.answer-value{color:var(--text-soft);white-space:pre-wrap;word-break:break-word;line-height:1.65}.missing-list{display:grid;gap:12px}.missing-item{border:1px solid var(--border);border-radius:16px;padding:16px 18px;background:#ffffff;break-inside:avoid;page-break-inside:avoid}.missing-item-section{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);margin-bottom:8px}.missing-item-label{color:var(--text);font-weight:600}@media (min-width:860px){.preview-header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:18px}.preview-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.preview-premium-card-wide{grid-column:1/-1}.preview-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.preview-section-row{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:18px}.preview-section-row>:first-child{min-width:0;flex:1 1}.preview-section-row>.badge{flex-shrink:0;align-self:flex-start;margin-left:12px;margin-right:0}.answer-summary-head{flex-direction:row;justify-content:space-between;align-items:flex-start}.answer-row{grid-template-columns:minmax(240px,320px) 1fr;gap:18px;align-items:start}}@media print{@page{size:A4;margin:14mm 12mm 14mm 12mm}body,html{background:#ffffff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.container{padding:0!important;max-width:none!important;margin:0!important}.app-shell{display:block!important;min-height:auto!important;grid-template-columns:1fr!important;background:#ffffff!important}.app-shell-sidebar,.app-shell-topbar{display:none!important}.app-shell-main,.app-shell-page,.page-shell{min-height:auto!important;overflow:visible!important}.page-shell,.page-shell>.container{padding:0!important;margin:0!important}.page-shell>.container{max-width:none!important}.page-shell>.container>:not(#report-preview){display:none!important}#report-preview{display:block!important;margin:0!important;padding:0!important;border:none!important;box-shadow:none!important;scroll-margin-top:0!important}#report-preview>.section-head{display:none!important}.preview-kicker,.preview-premium-title,.preview-row-title,.preview-title,h1,h2,h3,h4{letter-spacing:0!important}.answer-label,.answer-value,.preview-kicker,.preview-premium-line,.preview-premium-text,.preview-premium-title,.preview-row-meta,.preview-row-title,.preview-subtitle,.preview-title,h1,h2,h3,h4,p{word-break:normal!important;overflow-wrap:break-word!important;-webkit-hyphens:none!important;hyphens:none!important}.answer-summary-section,.missing-item,.preview-card{background:#ffffff!important;border:1px solid #d6dde6!important;box-shadow:none!important;border-radius:14px!important}.answer-list,.preview-premium-card,.preview-section-row,.preview-stat{background:#ffffff!important;border:1px solid #dbe2ea!important;box-shadow:none!important;border-radius:12px!important}.preview-card{padding:16px!important;break-inside:auto!important;page-break-inside:auto!important}.preview-header{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:10px!important;padding-bottom:12px!important;border-bottom:1px solid #dbe2ea!important}.preview-badges{justify-content:flex-start!important;align-self:flex-start!important}.preview-kicker{font-size:.68rem!important;line-height:1.2!important;margin-bottom:4px!important;letter-spacing:.04em!important}.preview-title{font-size:1.18rem!important;line-height:1.18!important;margin-bottom:4px!important}.preview-subtitle{font-size:.84rem!important;line-height:1.42!important;color:#5b6672!important}.preview-premium-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:12px!important}.preview-premium-card-wide,.preview-premium-card:last-child{grid-column:1/-1!important}.preview-premium-card{padding:12px 13px!important;background:#f8fafc!important;break-inside:avoid-page;page-break-inside:avoid}.preview-premium-title{font-size:.8rem!important;line-height:1.25!important;margin-bottom:5px!important}.preview-premium-text{font-size:.82rem!important;line-height:1.42!important;margin:0!important;color:#4f5b67!important}.preview-premium-list{gap:4px!important;margin-top:7px!important}.preview-premium-line{font-size:.8rem!important;line-height:1.38!important;color:#5a6571!important}.preview-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin-top:12px!important}.preview-stat{padding:11px 12px!important;background:#f8fafc!important;break-inside:avoid-page;page-break-inside:avoid}.preview-stat-label{font-size:.62rem!important;line-height:1.16!important;margin-bottom:5px!important;letter-spacing:.04em!important}.preview-stat-value{font-size:1rem!important;line-height:1.15!important}.preview-stat-value-small{font-size:.88rem!important}.preview-section-list{gap:10px!important;margin-top:12px!important}.preview-section-row{display:block!important;padding:12px 13px!important;background:#ffffff!important;break-inside:auto!important;page-break-inside:auto!important}.preview-section-row>.badge{display:inline-flex!important;margin-top:8px!important;margin-left:0!important;margin-right:0!important}.preview-row-title{font-size:.82rem!important;line-height:1.28!important;font-weight:700!important;margin-bottom:4px!important;color:var(--text)!important}.preview-row-meta{font-size:.82rem!important;line-height:1.42!important;margin-top:4px!important;color:#55616d!important}.report-answer-sections{display:grid!important;gap:12px!important;margin-top:12px!important}.answer-summary-section{margin-top:0!important;padding:14px!important;break-inside:auto!important;page-break-inside:auto!important;page-break-before:always!important;break-before:page!important}.answer-summary-head{display:flex!important;flex-direction:column!important;gap:8px!important;break-after:avoid-page;page-break-after:avoid}.answer-summary-head h2{background:#1A3C5E!important;color:#ffffff!important;padding:7pt 12pt!important;border-radius:5pt!important;font-size:10pt!important;line-height:1.25!important;margin-bottom:6pt!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.answer-summary-head p{font-size:.8rem!important;line-height:1.36!important;color:#5a6571!important;padding:0 2pt!important}.answer-list{border-radius:8px!important;overflow:visible!important;break-inside:auto!important;page-break-inside:auto!important;border:1px solid #e0e6ed!important}.answer-row{grid-template-columns:42% 58%!important;gap:0!important;padding:6pt 10pt!important;break-inside:avoid-page;page-break-inside:avoid;border-bottom:1px solid #eef0f3!important}.answer-row,.answer-row:nth-child(2n){-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.answer-row:nth-child(2n){background:#f7f9fc!important}.answer-label{font-size:7.5pt!important;line-height:1.4!important;color:#1A3C5E!important;font-weight:600!important;padding-right:8pt!important}.answer-value{font-size:8pt!important;line-height:1.5!important;color:#0d1f2d!important}.badge-success{background:#d4f0de!important;color:#1a5c35!important;border:1px solid #a8dbb9!important}.badge-muted,.badge-progress,.badge-success{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.badge-muted,.badge-progress{background:#fff3cd!important;color:#7a4f00!important;border:1px solid #f0d080!important}.missing-item{padding:12px 13px!important;border-radius:12px!important;break-inside:avoid-page;page-break-inside:avoid}.missing-item-section{font-size:.64rem!important;line-height:1.1!important;margin-bottom:4px!important}.missing-item-label{font-size:.8rem!important;line-height:1.32!important}.badge{min-height:24px!important;padding:0 9px!important;font-size:.66rem!important;line-height:1!important}.button,.hero-actions,.preview-actions,.preview-actions-top,.preview-scroll-top-button,.section-nav,[class*=toolbar]{display:none!important}.pdf-toc{display:block!important;page-break-before:always!important;break-before:page!important;page-break-after:always!important;break-after:page!important;width:100%!important;min-height:240mm!important;padding:30mm 20mm 20mm!important;box-sizing:border-box!important;background:#ffffff!important;position:relative!important}.pdf-toc-header{margin-bottom:20mm!important;border-bottom:2px solid #1a3c5e!important;padding-bottom:8mm!important}.pdf-toc-logo{display:block!important;font-size:9pt!important;letter-spacing:.14em!important;text-transform:uppercase!important;margin-bottom:6mm!important}.pdf-toc-logo,.pdf-toc-title{font-weight:700!important;color:#1A3C5E!important}.pdf-toc-title{font-size:22pt!important;margin:0 0 3mm!important}.pdf-toc-subtitle{font-size:11pt!important;color:#555!important;margin:0!important}.pdf-toc-body{gap:8mm!important}.pdf-toc-body,.pdf-toc-group{display:flex!important;flex-direction:column!important}.pdf-toc-group{gap:2mm!important}.pdf-toc-group-label{font-size:8pt!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.1em!important;color:#1A3C5E!important;margin-bottom:2mm!important;padding-bottom:1mm!important;border-bottom:1px solid #e5e7eb!important}.pdf-toc-item{display:flex!important;justify-content:space-between!important;font-size:10pt!important;color:#333!important;padding:1mm 0!important}.pdf-toc-footer{position:absolute!important;bottom:14mm!important;left:20mm!important;right:20mm!important;font-size:8pt!important;color:#999!important;border-top:1px solid #e5e7eb!important;padding-top:3mm!important}.pdf-cover{display:block!important;page-break-after:always!important;break-after:page!important;width:100%!important;min-height:240mm!important;padding:40mm 20mm 20mm!important;box-sizing:border-box!important;background:#ffffff!important;position:relative!important}.pdf-cover-logo{font-size:11pt!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:#1A3C5E!important;margin-bottom:30mm!important}.pdf-cover-logo,.pdf-cover-title{display:block!important;font-weight:700!important}.pdf-cover-title{font-size:26pt!important;color:#0d1f2d!important;line-height:1.15!important;margin-bottom:4mm!important}.pdf-cover-subtitle{display:block!important;font-size:12pt!important;color:#4A6FA5!important;font-weight:400!important;margin-bottom:18mm!important}.pdf-cover-divider{display:block!important;width:48mm!important;height:2pt!important;background:#1A3C5E!important;margin-bottom:12mm!important}.pdf-cover-meta{display:grid!important;grid-template-columns:52mm 1fr!important;gap:5mm 0!important}.pdf-cover-meta-label{display:block!important;font-size:8pt!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.07em!important;color:#888!important;padding-top:1pt!important}.pdf-cover-meta-value{display:block!important;font-size:11pt!important;color:#0d1f2d!important;font-weight:500!important}.pdf-cover-footer{display:flex!important;position:absolute!important;bottom:16mm!important;left:20mm!important;right:20mm!important;font-size:8pt!important;color:#aaa!important;border-top:1px solid #eee!important;padding-top:4mm!important;justify-content:space-between!important}}.evidence-section{display:grid;gap:20px}.evidence-upload-card{border:1px solid var(--border);border-radius:18px;background:var(--surface-muted);padding:20px}.evidence-feedback{margin-top:14px;border-radius:12px;padding:12px 14px;font-weight:600;line-height:1.5}.evidence-feedback-success{background:#edf8f0;color:#1f6b3b;border:1px solid #cfe9d7}.evidence-feedback-error{background:#fff4f2;color:#b42318;border:1px solid #e2b4b0}.evidence-groups{display:grid;gap:16px}.evidence-group-card-active{border-color:#cfe0ff;background:linear-gradient(180deg,#ffffff,#f8fbff)}.evidence-subgroups{display:grid;gap:18px}.evidence-subgroup{border-top:1px solid var(--border);padding-top:16px}.evidence-subgroup:first-child{border-top:none;padding-top:0}.evidence-subgroup-title{font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:12px}.evidence-group-card{border:1px solid var(--border);border-radius:18px;background:#ffffff;padding:18px}.evidence-group-head{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.evidence-document-list{display:grid;gap:12px}.evidence-document-item{display:flex;flex-direction:column;gap:14px;border:1px solid var(--border);border-radius:16px;background:var(--surface-muted);padding:16px}.evidence-document-main{min-width:0}.evidence-document-title{font-weight:700;color:var(--text);margin-bottom:8px}.evidence-document-meta{font-size:.92rem;color:var(--text-faint);margin-top:4px}.evidence-document-description{margin-top:10px;color:var(--text-soft);line-height:1.6}.evidence-document-actions{display:flex;flex-wrap:wrap;gap:10px}.evidence-status-card{border:1px solid var(--border);border-radius:18px;background:#ffffff;padding:18px}.evidence-status-card-top{display:flex;flex-direction:column;gap:12px}.evidence-status-title{font-weight:700;color:var(--text);margin-bottom:6px}.evidence-status-helper{color:var(--text-faint);font-size:.94rem;line-height:1.6}.evidence-status-progress{margin-top:14px}@media (min-width:900px){.evidence-document-item,.evidence-group-head,.evidence-status-card-top{flex-direction:row;justify-content:space-between;align-items:flex-start}.evidence-document-actions{justify-content:flex-end;flex-shrink:0}}.answer-list-documents .answer-row-documents{background:var(--surface-muted)}.answer-list-documents .answer-row-documents:nth-child(2n){background:#ffffff}.answer-list-documents .answer-label{color:var(--primary)}.overview-kpi-grid{gap:18px}.overview-kpi-grid .stat-card{padding:18px;min-height:0}.overview-kpi-grid .stat-card-label{font-size:.68rem;line-height:1.15;margin-bottom:10px;letter-spacing:.045em;min-height:40px;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.overview-kpi-grid .stat-card-value{font-size:1.9rem;line-height:1.05;margin-bottom:8px}.overview-kpi-grid .stat-card-helper{font-size:.92rem;line-height:1.32;word-break:break-word;overflow-wrap:anywhere}.reports-overview-section .table-wrap{overflow-x:visible}.reports-overview-section .data-table{width:100%;table-layout:fixed}.reports-overview-section .data-table td,.reports-overview-section .data-table th{padding:12px 10px;vertical-align:top}.reports-overview-section .data-table th{font-size:.72rem;line-height:1.2;white-space:normal;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.reports-overview-section .data-table td{word-break:break-word}.reports-overview-section .table-link{display:block;min-width:0}.reports-overview-section .table-title{margin-bottom:6px}.reports-overview-section .table-subtitle{line-height:1.35}.reports-overview-section .table-action-button{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:92px;max-width:92px;min-height:32px;padding:6px 10px;white-space:normal;text-align:center;line-height:1.05;border-radius:12px;box-sizing:border-box}.reports-overview-section .data-table td:nth-child(10),.reports-overview-section .data-table td:nth-child(11),.reports-overview-section .data-table td:nth-child(13),.reports-overview-section .data-table td:nth-child(5){white-space:nowrap}.reports-overview-section .data-table td:nth-child(5) .badge{font-size:.84rem}.reports-overview-section .data-table td:nth-child(10) .badge,.reports-overview-section .data-table td:nth-child(5) .badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;white-space:nowrap;text-align:center;line-height:1.05;border-radius:12px;box-sizing:border-box}.reports-overview-section .data-table td:nth-child(10) .badge{font-size:.8rem}.reports-overview-section .data-table td:nth-child(11) .badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;min-width:112px;padding:6px 12px;white-space:nowrap;text-align:center;line-height:1.05;font-size:.76rem;border-radius:12px;box-sizing:border-box}.reports-overview-section .data-table td:last-child,.reports-overview-section .data-table th:last-child{text-align:center}.reports-overview-section .data-table td:last-child{padding-right:18px}@media (min-width:1200px){.reports-overview-section .data-table td:first-child,.reports-overview-section .data-table th:first-child{width:17%}.reports-overview-section .data-table td:nth-child(3),.reports-overview-section .data-table th:nth-child(3){width:12%}.reports-overview-section .data-table td:nth-child(3){white-space:nowrap;word-break:normal;overflow-wrap:normal;font-size:.84rem}.reports-overview-section .data-table td:nth-child(5),.reports-overview-section .data-table th:nth-child(5){width:8.5%}.reports-overview-section .data-table td:nth-child(10),.reports-overview-section .data-table th:nth-child(10){width:11%}.reports-overview-section .data-table td:nth-child(11),.reports-overview-section .data-table th:nth-child(11){width:12%}.reports-overview-section .data-table td:nth-child(13),.reports-overview-section .data-table th:nth-child(13){width:10%}}.reports-overview-section .data-table td,.reports-overview-section .data-table th{padding:12px 8px}.reports-overview-section .data-table th{font-size:.64rem;line-height:1.05;white-space:nowrap;word-break:normal;-webkit-hyphens:none;hyphens:none}.reports-overview-section .table-action-button{min-width:84px;max-width:84px;min-height:30px;padding:5px 8px;font-size:.82rem;line-height:1.02}.reports-overview-section .data-table td:nth-child(10) .badge,.reports-overview-section .data-table td:nth-child(11) .badge{max-width:100%}.reports-overview-section .data-table td:last-child{padding-right:10px}@media (min-width:1200px){.reports-overview-section .data-table td:first-child,.reports-overview-section .data-table th:first-child{width:17%}.reports-overview-section .data-table td:nth-child(5),.reports-overview-section .data-table th:nth-child(5){width:8.5%}.reports-overview-section .data-table td:nth-child(10),.reports-overview-section .data-table th:nth-child(10){width:11%}.reports-overview-section .data-table td:nth-child(11),.reports-overview-section .data-table th:nth-child(11){width:12%}.reports-overview-section .data-table td:nth-child(13),.reports-overview-section .data-table th:nth-child(13){width:10%}}@media (max-width:1199px){.reports-overview-section .table-wrap{overflow-x:auto}}.app-shell{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr);background:var(--background)}.app-shell-collapsed{grid-template-columns:88px minmax(0,1fr)}.app-shell-sidebar{border-right:1px solid var(--border);background:var(--surface);padding:20px 16px;position:sticky;top:0;height:100vh;overflow-y:auto;min-width:0}.app-shell-main{min-width:0;display:flex;flex-direction:column}.app-shell-page{min-width:0;overflow-x:hidden}.app-shell-page .data-strip,.app-shell-page .grid,.app-shell-page .hero,.app-shell-page .page-shell,.app-shell-page .preview-section-list,.app-shell-page .section{min-width:0}.app-shell-page table{width:100%;max-width:100%}.app-shell-page td,.app-shell-page th{word-break:break-word}.app-shell-brand{padding:4px 4px 18px;border-bottom:1px solid var(--border);margin-bottom:18px}.app-shell-brand-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.app-shell-brand-kicker{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);margin-bottom:8px}.app-shell-brand-title{font-size:18px;font-weight:700;color:var(--text);margin-bottom:6px}.app-shell-brand-subtitle{font-size:14px;line-height:1.5;color:var(--text-soft);margin-top:10px}.app-shell-brand-compact{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;font-size:18px;border:1px solid var(--border);color:var(--primary)}.app-shell-brand-compact,.app-shell-toggle{font-weight:700;background:var(--surface-muted)}.app-shell-toggle{width:36px;height:36px;border-radius:10px;border:1px solid var(--border);color:var(--text);cursor:pointer;font-size:16px;transition:background .2s ease,border-color .2s ease,transform .2s ease}.app-shell-toggle:hover{background:var(--accent);border-color:var(--border-strong);transform:translateY(-1px)}.app-shell-nav-group{margin-bottom:20px}.app-shell-nav-title{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);margin-bottom:10px;padding:0 4px}.app-shell-nav{display:flex;flex-direction:column;gap:8px}.app-shell-nav-link{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface-muted);color:var(--text);text-decoration:none;font-weight:600;transition:background .2s ease,border-color .2s ease,transform .2s ease;min-width:0}.app-shell-nav-link:hover{background:var(--accent);border-color:var(--border-strong);transform:translateY(-1px)}.app-shell-nav-link-active{background:var(--accent);border-color:var(--primary);color:var(--primary)}.app-shell-nav-icon{width:20px;min-width:20px;text-align:center;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;color:var(--primary);opacity:.55}.app-shell-nav-link-active .app-shell-nav-icon{color:var(--primary);opacity:1}.app-shell-nav-label{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell-collapsed .app-shell-nav-link{justify-content:center;padding:12px 10px}.app-shell-auth-card{margin-top:12px;padding:16px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-muted);box-shadow:var(--shadow-sm)}.app-shell-collapsed .app-shell-auth-card{padding:10px}.app-shell-auth-title{font-size:14px;font-weight:700;color:var(--text);margin-bottom:10px}.app-shell-auth-meta{font-size:13px;color:var(--text-soft);margin-bottom:6px;word-break:break-word}.app-shell-auth-actions{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}.app-shell-auth-collapsed{display:flex;justify-content:center}.app-shell-icon-action{width:40px;height:40px;border-radius:12px;border:1px solid var(--border);background:var(--surface);color:var(--text);display:grid;place-items:center;text-decoration:none;cursor:pointer;font-size:16px;font-weight:700}.app-shell-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 24px;border-bottom:1px solid var(--border);background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:20}.app-shell-topbar-left{display:flex;align-items:center;gap:14px;min-width:0}.app-shell-toggle-topbar{display:none}.app-shell-topbar-kicker{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);margin-bottom:4px}.app-shell-topbar-title{font-size:24px;line-height:1.2;color:var(--text);margin:0}.app-shell-topbar-status{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.app-shell-loading-card{margin:24px;padding:24px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}.app-shell-loading-title{font-size:18px;font-weight:700;color:var(--text);margin-bottom:6px}.app-shell-loading-text{color:var(--text-soft)}@media (max-width:1180px){.app-shell,.app-shell:not(.app-shell-collapsed){grid-template-columns:88px minmax(0,1fr)}.app-shell-sidebar{padding:18px 10px}.app-shell-auth-actions,.app-shell-auth-meta,.app-shell-auth-title,.app-shell-brand-subtitle,.app-shell-nav-label,.app-shell-nav-title{display:none}.app-shell-nav-link{justify-content:center;padding:12px 10px}}@media (max-width:900px){.app-shell,.app-shell-collapsed,.app-shell:not(.app-shell-collapsed){grid-template-columns:1fr}.app-shell-sidebar{position:relative;top:0;height:auto;border-right:0;border-bottom:1px solid var(--border);overflow:visible}.app-shell-topbar{padding:16px 18px}.app-shell-toggle-topbar{display:inline-grid;place-items:center}}