:root{--navy-950:#0d2638;--navy-900:#14344a;--navy-800:#1b465f;--teal-700:#0e6f6a;--teal-600:#11847d;--teal-100:#dff4f1;--blue-100:#e8f1f6;--amber-700:#875000;--amber-100:#fff0cc;--red-700:#9d2d33;--red-100:#fde8e9;--green-700:#236a4b;--green-100:#e2f3ea;--ink:#142330;--muted:#536572;--border:#cbd8df;--surface:#fff;--canvas:#f4f7f8;--shadow:0 10px 28px #0d263814;--radius:14px;--sidebar:264px}*{box-sizing:border-box}html{background:var(--canvas)}body{color:var(--ink);background:var(--canvas);margin:0;font-family:Arial,Microsoft YaHei,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}:focus-visible{outline-offset:2px;outline:3px solid #2f95bd}.skip-link{z-index:2000;background:#fff;border-radius:8px;padding:10px 16px;position:fixed;top:-80px;left:16px}.skip-link:focus{top:16px}.app-frame{min-height:100dvh}.sidebar{z-index:30;width:var(--sidebar);color:#fff;background:var(--navy-950);flex-direction:column;padding:24px 18px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:12px;min-height:48px;margin-bottom:30px;display:flex}.brand-mark{width:42px;height:42px;color:var(--navy-950);background:#86d7ce;border-radius:12px;flex:0 0 42px;place-items:center;display:inline-grid}.brand span:last-child{flex-direction:column;line-height:1.25;display:flex}.brand small{color:#b7cbd5;margin-top:4px;font-size:.72rem}.sidebar nav{gap:8px;display:grid}.nav-link{color:#c9d9e1;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;min-height:48px;padding:0 14px;transition:background-color .18s,color .18s;display:flex}.nav-link:hover,.nav-link.active{color:#fff;background:#86d7ce26}.nav-link.active{box-shadow:inset 3px 0 #86d7ce}.sidebar-footer{gap:12px;margin-top:auto;display:grid}.account-summary{overflow-wrap:anywhere;border:1px solid #ffffff1f;border-radius:10px;padding:12px 14px;display:grid}.account-summary small{color:#b7cbd5}.logout{color:#f3c3c6;text-align:left;width:100%}.main-content{min-height:100dvh;margin-left:var(--sidebar);padding:36px clamp(20px,4vw,56px) 64px}.mobile-header,.sidebar-scrim{display:none}.page{width:min(1180px,100%);margin:0 auto}.page-narrow{width:min(820px,100%)}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.page-header h1{color:var(--navy-950);letter-spacing:-.025em;margin:0 0 6px;font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.2}.page-header h1:last-child{margin-bottom:0}.page-header p{color:var(--muted);max-width:70ch;margin:0}.eyebrow{color:var(--teal-700);letter-spacing:.08em;text-transform:uppercase;margin:0 0 7px;font-size:.78rem;font-weight:750}.section-title{color:var(--navy-950);margin:0 0 16px;font-size:1.16rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}.card+.card{margin-top:18px}.card-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.card-header h2,.card-header h3{color:var(--navy-950);margin:0}.card-header p{color:var(--muted);margin:4px 0 0}.grid{gap:18px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.metric{flex-direction:column;justify-content:space-between;min-height:132px;display:flex}.metric-icon{width:38px;height:38px;color:var(--teal-700);background:var(--teal-100);border-radius:10px;place-items:center;display:grid}.metric strong{color:var(--navy-950);font-variant-numeric:tabular-nums;font-size:1.9rem;line-height:1}.metric span{color:var(--muted);font-size:.9rem}.button{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 18px;font-weight:700;transition:background-color .18s,border-color .18s,color .18s;display:inline-flex}.button-primary{color:#fff;background:var(--teal-700)}.button-primary:hover{background:#095c58}.button-secondary{color:var(--navy-900);border-color:var(--border);background:#fff}.button-secondary:hover{background:var(--blue-100);border-color:#9db4c1}.button-danger{color:var(--red-700);background:#fff;border-color:#e5b5b8}.button-small{min-height:44px;padding:0 13px;font-size:.9rem}.inline-actions{flex-wrap:wrap;gap:8px;display:flex}.button-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.icon-button{border:1px solid var(--border);width:46px;height:46px;color:var(--navy-900);background:#fff;border-radius:10px;place-items:center;display:inline-grid}.field{gap:7px;display:grid}.field label,.fieldset legend{color:var(--navy-900);font-size:.9rem;font-weight:700}.field label{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.field-ai-badge{color:#65410a;background:var(--amber-100);border:1px solid #e4c376;border-radius:999px;align-items:center;min-height:24px;padding:2px 8px;font-size:.72rem;font-weight:750;display:inline-flex}.field-ai-source{color:var(--muted);flex-basis:100%;font-weight:500}.field small{color:var(--muted)}.field input,.field textarea,.field select{width:100%;min-height:46px;color:var(--ink);background:#fff;border:1px solid #aebfc9;border-radius:9px;padding:10px 12px}.field textarea{resize:vertical;min-height:112px}.field textarea.profile-summary-input{min-height:320px;line-height:1.7}.field input:focus,.field textarea:focus,.field select:focus{border-color:#2f95bd;outline:none;box-shadow:0 0 0 3px #2f95bd24}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.field-full{grid-column:1/-1}.fieldset{border:0;margin:0;padding:0}.required{color:var(--red-700)}.alert{border:1px solid;border-radius:10px;gap:11px;margin:0 0 18px;padding:14px 16px;display:flex}.alert-info{color:var(--navy-900);background:var(--blue-100);border-color:#bdd1dc}.alert-warning{color:#65410a;background:var(--amber-100);border-color:#e4c376}.alert-danger{color:var(--red-700);background:var(--red-100);border-color:#e3b1b5}.alert-success{color:var(--green-700);background:var(--green-100);border-color:#a8d6bf}.badge{white-space:nowrap;border-radius:999px;align-items:center;min-height:28px;padding:3px 10px;font-size:.78rem;font-weight:750;display:inline-flex}.badge-success{color:var(--green-700);background:var(--green-100)}.badge-danger{color:var(--red-700);background:var(--red-100)}.badge-warning{color:var(--amber-700);background:var(--amber-100)}.badge-info{color:var(--navy-800);background:var(--blue-100)}.progress-track{background:#dce5e9;border-radius:999px;height:10px;overflow:hidden}.progress-fill{background:var(--teal-600);border-radius:inherit;height:100%;transition:width .25s}.progress-meta{color:var(--muted);justify-content:space-between;margin-bottom:8px;font-size:.88rem;display:flex}.stepper{gap:6px;margin-bottom:24px;display:flex}.step{text-align:center;color:var(--muted);background:#e8eef1;border-radius:8px;flex:1;padding:10px;font-size:.86rem;font-weight:700}.step.active{color:#fff;background:var(--teal-700)}.candidate{border:1px solid var(--border);cursor:pointer;border-radius:12px;grid-template-columns:auto 1fr;gap:12px;padding:16px;display:grid}.candidate:has(input:checked){border-color:var(--teal-600);background:#f0fbf9;box-shadow:0 0 0 2px #11847d1f}.candidate input{width:20px;height:20px;margin-top:6px}.candidate strong{color:var(--navy-950)}.candidate p{color:var(--muted);margin:4px 0}.candidate small{overflow-wrap:anywhere}.responsive-table{border-collapse:collapse;width:100%}.responsive-table th,.responsive-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:12px}.responsive-table th{color:var(--navy-800);background:var(--blue-100);font-size:.84rem}.responsive-table td{overflow-wrap:anywhere}.list-card{border:1px solid var(--border);background:#fff;border-radius:12px;padding:16px}.list-card+.list-card{margin-top:12px}.list-card h3{color:var(--navy-950);margin:0 0 6px}.list-card p{color:var(--muted);margin:4px 0}.list-card-top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.document-error{overflow-wrap:anywhere;color:var(--red-700)!important}.extraction-details{border-top:1px solid var(--border);color:var(--muted);margin-top:14px;padding-top:12px}.extraction-details summary{min-height:44px;color:var(--navy-800);cursor:pointer;align-items:center;gap:8px;font-weight:700;display:flex}.extraction-details li{overflow-wrap:anywhere;margin:7px 0}.definition-list{grid-template-columns:190px 1fr;margin:0;display:grid}.definition-list dt,.definition-list dd{border-bottom:1px solid var(--border);margin:0;padding:12px}.definition-list dt{color:var(--navy-800);background:var(--blue-100);font-weight:700}.checkbox-row{align-items:center;gap:10px;min-height:44px;display:flex}.checkbox-row input{width:20px;height:20px;margin:0}.muted{color:var(--muted)}.empty{text-align:center;color:var(--muted);padding:40px 20px}.empty svg{color:#88a2b1}.skeleton{background:linear-gradient(90deg,#edf2f4 25%,#f8fafb 50%,#edf2f4 75%) 0 0/200% 100%;border-radius:12px;min-height:96px;animation:1.4s infinite shimmer}.report-format-note{min-height:64px;color:var(--navy-900);background:var(--blue-100);border:1px solid var(--border);border-radius:10px;align-items:center;gap:12px;padding:10px 14px;display:flex}.report-format-note svg{color:var(--teal-700)}.report-format-note span{display:grid}.report-format-note small{color:var(--muted)}.brief-page{width:min(1120px,100%)}.brief-stage{container-type:inline-size}.brief-sheet{width:100%;color:var(--ink);border:1px solid var(--border);box-shadow:var(--shadow);overflow-wrap:anywhere;background:#fff;border-radius:16px;flex-direction:column;gap:36px;padding:clamp(24px,4vw,48px);font-size:16px;line-height:1.7;display:flex}.brief-sheet h1,.brief-sheet h2,.brief-sheet h3,.brief-sheet p{margin:0}.brief-heading{border-bottom:2px solid var(--navy-900);padding-bottom:24px}.brief-heading>p{color:var(--teal-700);letter-spacing:.14em;margin-bottom:12px;font-size:12px;font-weight:700}.brief-heading h1{color:var(--navy-950);font-size:clamp(24px,2.2vw,32px);font-weight:700;line-height:1.4}.brief-meta{color:var(--muted);flex-wrap:wrap;gap:4px 20px;margin-top:16px;font-size:14px;display:flex}.brief-judgment{border-left:4px solid var(--teal-700);background:#f0f7f6;border-radius:0 10px 10px 0;padding:24px}.brief-judgment h2{color:var(--teal-700);margin-bottom:8px;font-size:14px}.brief-judgment strong{color:var(--navy-900);margin-bottom:8px;font-size:20px;display:block}.brief-judgment p{color:var(--ink)}.brief-band{align-items:baseline;gap:12px;margin-bottom:16px;display:flex}.brief-band>span{color:var(--teal-700);font-variant-numeric:tabular-nums;font-size:14px;font-weight:700}.brief-band h2{color:var(--navy-950);font-size:20px}.brief-profile-list{border-top:1px solid var(--border)}.brief-profile-item{border-bottom:1px solid var(--border);grid-template-columns:minmax(160px,23%) minmax(0,1fr);gap:24px;padding:20px 0;display:grid}.brief-profile-item h3{color:var(--navy-800);font-size:16px}.brief-profile-item>*,.brief-prose{min-width:0}.brief-sheet .brief-prose p+p{margin-top:10px}.brief-citations{vertical-align:super;white-space:normal;margin-left:4px;font-size:11px;line-height:0;display:inline}.brief-citations a{min-width:24px;min-height:24px;color:var(--muted);vertical-align:middle;justify-content:center;align-items:center;margin:0 1px;text-decoration:none;display:inline-flex}.brief-citations a:hover{color:var(--teal-700);text-decoration:underline}.brief-empty{color:var(--muted);text-align:center;padding:16px}.brief-table{border-collapse:collapse;table-layout:fixed;width:100%}.brief-table th,.brief-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;overflow-wrap:anywhere;padding:16px 12px}.brief-table th{color:var(--navy-800);background:var(--blue-100);font-size:14px;font-weight:700}.brief-partner-table th:first-child{width:25%}.brief-partner-table th:nth-child(2){width:20%}.brief-partner-table th:nth-child(3){width:55%}.brief-opportunity-table th:first-child{width:23%}.brief-opportunity-table th:nth-child(2){width:13%}.brief-opportunity-table th:nth-child(3){width:28%}.brief-opportunity-table th:nth-child(4){width:36%}.brief-table td strong{color:var(--navy-800)}.brief-table td small{color:var(--muted);font-size:13px;display:block}.brief-inline-link{color:var(--teal-700);text-underline-offset:3px;text-decoration:underline}.brief-score{color:var(--green-700);white-space:nowrap;font-weight:700}.brief-source-footer{border-top:1px solid var(--border);color:var(--muted);padding-top:24px;font-size:14px}.brief-source-footer h2{color:var(--navy-800);font-size:16px}.brief-source-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 32px;margin:12px 0 0;padding-left:24px;display:grid}.brief-source-list li{min-width:0;padding-left:4px;scroll-margin-top:96px}.brief-source-list li::marker{color:var(--muted);font-size:12px}.brief-source-list li:target{background:var(--teal-100);outline:2px solid var(--teal-700);border-radius:4px}.brief-source-list a,.brief-source-list button{color:var(--teal-700);text-align:left;text-underline-offset:3px;overflow-wrap:anywhere;background:0 0;border:0;padding:4px 0;text-decoration:underline;display:inline-block}.brief-source-footer .brief-disclaimer{border-top:1px solid var(--border);margin-top:24px;padding-top:16px}@container (max-width:820px){.brief-sheet{gap:28px;padding:24px}.brief-table,.brief-table tbody,.brief-table tr,.brief-table td{width:100%;display:block}.brief-table thead{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.brief-table tr{border:1px solid var(--border);border-radius:10px;margin-bottom:16px;padding:16px}.brief-table td{border:0;grid-template-columns:88px minmax(0,1fr);gap:12px;padding:8px 0;display:grid}.brief-table td:before{content:attr(data-label);color:var(--muted);font-size:14px}.brief-table td.brief-empty{display:block}.brief-table td.brief-empty:before{content:none}.brief-table td>*{min-width:0}.brief-inline-link,.brief-source-list a,.brief-source-list button{min-height:44px}}@container (max-width:560px){.brief-sheet{padding:20px}.brief-heading h1{font-size:24px}.brief-band h2{font-size:18px}.brief-profile-item{grid-template-columns:1fr;gap:8px}.brief-judgment{padding:18px}.brief-judgment strong{font-size:18px}.brief-table td{display:block}.brief-table td:before{margin-bottom:4px;display:block}.brief-source-list{grid-template-columns:1fr}}.review-workspace{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:16px;margin-top:28px;padding:24px}.review-heading{justify-content:space-between;gap:18px;margin-bottom:18px;display:flex}.review-heading h2{color:var(--navy-950);margin:0}.review-heading p{color:var(--muted);margin:4px 0 0}.review-group{border-top:1px solid var(--border)}.review-group summary{min-height:54px;color:var(--navy-900);cursor:pointer;justify-content:space-between;align-items:center;font-weight:800;display:flex}.review-group summary span{color:var(--muted);font-size:.88rem;font-weight:600}.review-list,.review-check-list{gap:12px;padding:0 0 18px;display:grid}.review-item{border:1px solid var(--border);background:#fbfcfd;border-radius:12px;padding:16px}.review-item-heading{justify-content:space-between;gap:16px;display:flex}.review-item h3,.review-item p{margin:0}.review-item small,.review-item p{color:var(--muted)}.review-item p{margin:8px 0 12px}.review-decision{color:var(--muted);align-self:center;font-size:.88rem}.review-check{border:1px solid var(--border);cursor:pointer;border-radius:11px;grid-template-columns:24px 1fr;gap:12px;min-height:64px;padding:12px 14px;display:grid}.review-check input{width:20px;height:20px;margin:3px 0 0}.review-check span{gap:2px;display:grid}.review-check small,.review-check em{color:var(--muted);font-size:.88rem;font-style:normal}.final-approval{color:#fff;background:var(--navy-950);border-radius:13px;gap:16px;margin-top:8px;padding:20px;display:grid}.final-approval h2,.final-approval p{margin:0}.final-approval p{color:#c9d9e1}.final-approval .button{justify-self:start}.source-drawer{width:min(720px,100% - 32px);max-height:min(82dvh,860px);color:var(--ink);background:#fff;border:0;border-radius:16px 0 0 16px;margin:auto 0 auto auto;padding:0;box-shadow:-18px 0 60px #06151f40}.source-drawer::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#06151f8f}.source-drawer-header{z-index:1;border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px;display:flex;position:sticky;top:0}.source-drawer-header h2{color:var(--navy-950);margin:0}.source-drawer-list{gap:12px;padding:18px 22px 28px;display:grid;overflow-y:auto}.source-detail{border:1px solid var(--border);overflow-wrap:anywhere;background:#fbfcfd;border-radius:12px;padding:16px}.source-detail-heading{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.source-detail h3{color:var(--navy-900);margin:0;font-size:1rem}.source-detail p{color:var(--muted)}.auth-page{background:#fff;grid-template-columns:minmax(360px,560px) 1fr;min-height:100dvh;display:grid}.auth-panel{flex-direction:column;justify-content:center;padding:clamp(28px,7vw,72px);display:flex}.auth-panel h1{color:var(--navy-950);margin:12px 0 8px;font-size:clamp(2rem,5vw,3rem);line-height:1.12}.auth-panel>p{color:var(--muted);margin:0 0 28px}.auth-art{color:#fff;background:var(--navy-950);flex-direction:column;justify-content:flex-end;padding:clamp(32px,6vw,72px);display:flex;position:relative;overflow:hidden}.auth-art:before,.auth-art:after{content:"";border:1px solid #86d7ce38;border-radius:50%;position:absolute}.auth-art:before{width:520px;height:520px;top:-120px;right:-130px}.auth-art:after{width:320px;height:320px;top:80px;right:20px}.auth-art-content{z-index:1;max-width:620px;position:relative}.auth-art h2{margin:0 0 12px;font-size:clamp(2rem,4vw,3.5rem);line-height:1.15}.auth-points{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px;display:grid}.auth-point{background:#ffffff0f;border:1px solid #ffffff26;border-radius:12px;padding:14px}@keyframes shimmer{to{background-position:-200% 0}}@media (max-width:1299px){.sidebar{transition:transform .22s;transform:translate(-105%)}.sidebar-open{transform:translate(0)}.sidebar-scrim{z-index:20;background:#06151f85;border:0;display:block;position:fixed;inset:0}.mobile-header{z-index:15;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;justify-content:space-between;align-items:center;min-height:70px;padding:10px 18px;display:flex;position:sticky;top:0}.brand.compact{color:var(--navy-950);margin:0;font-weight:800}.brand.compact .brand-mark{flex-basis:38px;width:38px;height:38px}.main-content{margin-left:0;padding:28px 20px 56px}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.page-header{flex-direction:column}.grid-2,.grid-3,.grid-4,.form-grid{grid-template-columns:1fr}.field-full{grid-column:auto}.card{padding:18px}.responsive-table thead{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.responsive-table,.responsive-table tbody,.responsive-table tr,.responsive-table td{width:100%;display:block}.responsive-table tr{border:1px solid var(--border);border-radius:10px;margin-bottom:12px;padding:12px}.responsive-table td{border:0;grid-template-columns:112px 1fr;padding:7px 0;display:grid}.responsive-table td:before{content:attr(data-label);color:var(--navy-800);font-weight:700}.definition-list{grid-template-columns:1fr}.definition-list dt{border-bottom:0}.auth-page{grid-template-columns:1fr}.auth-art{display:none}.auth-panel{padding:28px 22px}.step{padding:8px 4px;font-size:.75rem}.field textarea.profile-summary-input{min-height:250px}.review-workspace{padding:18px}.review-heading,.review-item-heading{flex-direction:column}.final-approval .button{width:100%}.source-drawer{border-radius:16px 16px 0 0;width:100%;max-height:88dvh;margin:auto 0 0}.source-drawer-header,.source-drawer-list{padding-left:18px;padding-right:18px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
