:root{--bs-muted:rgb(26 26 26/0.72);--bs-muted-2:rgb(26 26 26/0.55);--bs-hairline:rgb(26 26 26/0.11);--bs-hairline-soft:rgb(26 26 26/0.07);--fg-muted:var(--bs-muted);--fg-quiet:var(--bs-muted-2);--border:var(--bs-hairline);--border-soft:var(--bs-hairline-soft);--app-inline-gutter:16px;--app-column-max:1800px;--app-column-pad:40px;--app-column-stroke:1px;--app-sticky-top:80px;--app-scroll-offset:160px}:where(a[href],button,input,select,textarea,summary,[tabindex]:not([tabindex="-1"])):focus-visible{outline:2px solid var(--bs-charcoal);outline-offset:3px}.bs-field:focus{border-color:var(--bs-charcoal);box-shadow:0 0 0 3px rgb(26 26 26/.2)}*{box-sizing:border-box}body,html{max-width:100%;margin:0;padding:0;overflow-x:clip}body{background:var(--bs-offwhite-2);color:var(--fg)}button{cursor:pointer;background:none;border:0}button,input,select,textarea{font-family:inherit;color:inherit}a{color:inherit;text-decoration:none}@media (pointer:coarse){:where(.bs-btn,.chip,.toc-link,.pdf-tab,.report-filter),:where(button,summary,input,select,textarea){min-height:44px}}.app{display:flex;flex-direction:column;min-width:0}.shell{max-width:var(--app-column-max);width:calc(100% - var(--app-inline-gutter) - var(--app-inline-gutter));min-width:0;margin:16px auto 24px;padding:32px var(--app-column-pad) 32px;background:var(--bs-offwhite);border:var(--app-column-stroke) solid var(--bs-hairline);border-radius:24px;box-shadow:var(--bs-shadow-card)}@media (max-width:768px){:root{--app-inline-gutter:8px;--app-column-pad:20px}.shell{padding:24px var(--app-column-pad) 24px;border-radius:18px;margin:12px auto 16px}}.bs-topbar .bs-container{max-width:var(--app-column-max);width:calc(100% - var(--app-inline-gutter) - var(--app-inline-gutter));margin-inline:auto;padding-inline:calc(var(--app-column-pad) + var(--app-column-stroke))}.stack{display:flex;flex-direction:column}.stack>*+*{margin-top:var(--gap,16px)}.stack-sm>*+*{margin-top:8px}.stack-lg>*+*{margin-top:24px}.row{gap:12px}.row,.row-between{display:flex;align-items:center}.row-between{justify-content:space-between;gap:16px}.row-top{display:flex;align-items:flex-start;gap:12px}.spacer{flex:1 1}.muted{color:var(--fg-muted)}.quiet{color:var(--fg-quiet)}.page-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:32px;padding-top:24px;padding-bottom:32px}.page-hero .eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border:1px solid var(--bs-hairline);background:var(--bs-paper);border-radius:var(--bs-radius-pill);font-variation-settings:"wdth" 75,"wght" 700;text-transform:uppercase;letter-spacing:.14em;font-size:11px;color:var(--fg-muted)}.page-hero h1{margin:16px 0 8px;font-size:clamp(40px,5.4vw,64px);font-family:var(--bs-font-mona);font-variation-settings:"wdth" 125,"wght" 900;letter-spacing:-.03em;line-height:.92}.page-hero h1 em{font-family:var(--bs-font-playfair);font-style:italic;font-weight:400;color:var(--bs-maroon)}.page-hero .sub{max-width:600px;font-size:16px;color:var(--fg-muted);line-height:1.55}@media (max-width:640px){:root{--app-sticky-top:132px;--app-scroll-offset:212px}.page-hero{flex-direction:column;gap:20px;padding-top:16px;padding-bottom:24px}.page-hero>*{width:100%;min-width:0}}.section-card{background:var(--bs-paper);border:1px solid var(--bs-hairline-soft);border-radius:var(--bs-radius-card);box-shadow:var(--bs-shadow-card);padding:28px 32px}.section-card-flush{padding:0;overflow:hidden}.section-head{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.section-head .icon-tile{width:40px;height:40px;border-radius:10px;background:rgb(156 200 200/.22);color:var(--bs-teal-deep);display:grid;place-items:center;flex-shrink:0}.section-head .icon-tile.maroon{background:rgb(74 14 31/.08);color:var(--bs-maroon)}.section-head .icon-tile.mustard{background:rgb(229 193 0/.18);color:var(--bs-mustard-deep)}.section-head .icon-tile.pink{background:rgb(255 91 167/.16);color:#B73474}.section-head h2{margin:0;font-family:var(--bs-font-mona);font-variation-settings:"wdth" 90,"wght" 700;font-size:22px;letter-spacing:-.01em;line-height:1.2}.section-head .sub{font-size:14px;color:var(--fg-muted);margin-top:4px}.language-market-note{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:999px;border:1px solid var(--bs-hairline);color:var(--fg-muted);background:var(--bs-paper);font-family:var(--bs-font-sans);font-size:11px;font-variation-settings:"wdth" 90,"wght" 700;cursor:help}.ui-tooltip{position:relative;display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;max-width:100%}.ui-tooltip-pop{position:fixed;z-index:1000;max-width:min(320px,calc(100vw - 16px));padding:9px 11px;border-radius:10px;background:rgb(26 26 26/.94);color:#fff;box-shadow:0 12px 28px rgb(0 0 0/.22);font-size:12px;line-height:1.35;font-variation-settings:"wdth" 90,"wght" 600;white-space:pre-line;text-align:left;pointer-events:none;animation:ui-tooltip-pop-in var(--bs-dur-fast) var(--bs-ease)}@keyframes ui-tooltip-pop-in{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.tooltip-text-trigger{-webkit-text-decoration:underline dotted rgb(26 26 26/.28);text-decoration:underline dotted rgb(26 26 26/.28);text-underline-offset:3px;cursor:help}.language-order-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.language-order-row{display:flex;align-items:center;gap:10px;min-height:42px;padding:8px 10px;border:1px solid var(--bs-hairline-soft);border-radius:12px;background:var(--bs-paper)}.language-order-position{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;background:var(--bs-offwhite-2);color:var(--fg-muted);font-size:12px;font-variation-settings:"wdth" 90,"wght" 700;flex:0 0 auto}.language-order-grip{width:16px;height:16px;color:var(--fg-quiet);flex:0 0 auto}.language-order-name{flex:1 1;min-width:0;font-size:14px;font-variation-settings:"wdth" 95,"wght" 650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.language-order-actions{display:inline-flex;gap:6px;flex:0 0 auto}.language-order-inline{max-width:520px;padding:12px;border:1px dashed var(--bs-hairline);border-radius:14px;background:rgb(156 200 200/.08)}.language-order-row--compact{min-height:36px;padding:5px 7px}.language-order-row--compact .bs-btn{width:28px;height:28px;padding:0}@media (max-width:640px){.language-order-row{align-items:flex-start;flex-wrap:wrap}.language-order-name{flex-basis:calc(100% - 62px)}.language-order-actions{margin-left:34px}}.step{display:flex;gap:18px}.step+.step{margin-top:28px;padding-top:28px;border-top:1px solid var(--bs-hairline-soft)}.step-num{width:32px;height:32px;border-radius:999px;background:var(--bs-offwhite-2);color:var(--fg-muted);display:grid;place-items:center;font-variation-settings:"wdth" 100,"wght" 700;font-size:13px;flex-shrink:0;transition:all var(--bs-dur-base) var(--bs-ease)}.step-num.done{background:var(--bs-maroon);color:var(--bs-offwhite)}.step-num.active{background:var(--bs-charcoal);color:#fff}.step-body{flex:1 1;min-width:0}.step-title{font-family:var(--bs-font-mona);font-variation-settings:"wdth" 100,"wght" 700;font-size:18px;letter-spacing:-.005em}.step-sub{color:var(--fg-muted);font-size:14px;margin-top:4px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;min-width:1px!important;min-height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.field-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;align-items:start}.field-grid>.field-span-2{grid-column:1/-1}@media (max-width:640px){.field-grid{grid-template-columns:minmax(0,1fr)}}.choice-group{min-width:0;margin:0;padding:0;border:0}.chip:has(input:focus-visible),.project-row:has(input:focus-visible){outline:2px solid var(--bs-charcoal);outline-offset:3px}.field-message{min-height:20px;font-size:12px;line-height:1.45;color:var(--fg-muted)}.field-message.is-error{color:#8A0E14}.bs-field[aria-invalid=true]{border-color:#B91C1C}.flow-section{display:grid;grid-gap:12px;gap:12px;padding:20px 0}.flow-section+.flow-section{border-top:1px solid var(--bs-hairline-soft)}.flow-section h3{margin:0;font-family:var(--bs-font-mona);font-size:18px;font-variation-settings:"wdth" 100,"wght" 700}.flow-section>.sub{margin-top:-8px}.field-label{display:flex;align-items:center;gap:12px;min-height:32px;font-variation-settings:"wdth" 75,"wght" 700;text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:var(--fg-muted);margin-bottom:8px}.field-label>.segment{flex-shrink:0}select.bs-field{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer}.segment{display:inline-flex;padding:3px;background:var(--bs-offwhite-2);border-radius:var(--bs-radius-pill);border:1px solid var(--bs-hairline)}.segment button{padding:5px 12px;border-radius:var(--bs-radius-pill);color:var(--fg-muted);font-variation-settings:"wdth" 90,"wght" 600;font-size:12px;transition:all var(--bs-dur-fast) var(--bs-ease)}.segment button[aria-pressed=true]{background:var(--bs-charcoal);color:#fff}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 16px;border-radius:var(--bs-radius-pill);border:1px solid rgb(26 26 26/.18);background:var(--bs-paper);font-size:13px;font-variation-settings:"wdth" 100,"wght" 500;color:var(--fg);transition:all var(--bs-dur-fast) var(--bs-ease)}.chip.is-active,.chip:hover{border-color:var(--bs-charcoal)}.chip.is-active{background:var(--bs-charcoal);color:#fff}.chip-x{opacity:.6;font-size:11px;line-height:1;display:grid;place-items:center}.chip-x:hover{opacity:1}.stag{min-height:22px;padding:3px 10px;border-radius:var(--bs-radius-pill);font-variation-settings:"wdth" 90,"wght" 600;font-size:11px;line-height:1;letter-spacing:.01em;white-space:nowrap;border:1px solid transparent}.stag,.stag>span{display:inline-flex;align-items:center;gap:5px}.stag .n{font-variation-settings:"wdth" 100,"wght" 700;font-feature-settings:"tnum","lnum"}.stag-running{background:#DCFCE7;color:#166534;border-color:#86EFAC}.stag-graduated{background:#DBEAFE;color:#1D4ED8;border-color:#93C5FD}.stag-early-grad{background:#F3E8FF;color:#6B21A8;border-color:#D8B4FE}.stag-early-out,.stag-not-grad{background:#FEE2E2;color:#991B1B;border-color:#FCA5A5}.stag-analysis,.stag-approved{background:#FEF3C7;color:#92400E;border-color:#FCD34D}.stag-passing{background:#DCFCE7;color:#166534;border-color:#86EFAC}.stag-testing{background:#FEF3C7;color:#92400E;border-color:#FCD34D}.stag-default{background:#F1F5F9;color:#334155;border-color:#CBD5E1}.stag-teal{background:rgb(156 200 200/.25);color:var(--bs-teal-deep);border-color:rgb(156 200 200/.5)}.stag-mustard{background:rgb(229 193 0/.18);color:var(--bs-mustard-deep);border-color:rgb(229 193 0/.35)}.stag-maroon{background:rgb(74 14 31/.1);color:var(--bs-maroon);border-color:rgb(74 14 31/.25)}.stag-homerun{background:#FEF9C3;color:#854D0E;border-color:#FDE68A}.stag-watch{background:#FFE4EC;color:#9D174D;border-color:#FBCFE0}.project-list{display:flex;flex-direction:column;gap:10px}.project-row{display:block;padding:16px 18px;border:1px solid var(--bs-hairline);border-radius:14px;background:var(--bs-paper);text-align:left;width:100%;font:inherit;color:inherit;transition:all var(--bs-dur-base) var(--bs-ease);cursor:pointer}.project-row:hover{border-color:rgb(26 26 26/.18);transform:translateY(-1px);box-shadow:var(--bs-shadow-card)}.project-row.selected{background:rgb(156 200 200/.08);border-color:rgb(156 200 200/.5)}.project-row.is-unavailable{cursor:default;background:var(--bs-offwhite-2);border-style:dashed}.project-row.is-unavailable:hover{transform:none;box-shadow:none}.project-row-inner{display:grid;grid-template-columns:22px minmax(0,1fr) max-content;grid-gap:14px;gap:14px;align-items:start}.project-check{width:22px;height:22px;border-radius:6px;border:1.5px solid rgb(26 26 26/.25);background:var(--bs-paper);display:grid;place-items:center;flex-shrink:0;margin-top:1px;transition:all var(--bs-dur-fast) var(--bs-ease)}.project-row.selected .project-check{background:var(--bs-charcoal);border-color:var(--bs-charcoal);color:#fff}.project-body{min-width:0;display:flex;flex-direction:column;gap:10px}.option-requirement{color:#6B4F00;font-size:12px;line-height:1.45;font-variation-settings:"wdth" 100,"wght" 650}.project-name{font-variation-settings:"wdth" 100,"wght" 700;font-size:16px}.project-tags{display:flex;flex-wrap:wrap;gap:6px}.project-meta{display:flex;flex-wrap:wrap;gap:6px 18px;font-size:12px;color:var(--fg-muted)}.project-meta-item{display:inline-flex;align-items:center;gap:6px}.project-stats{text-align:right;font-size:12px;color:var(--fg-muted);flex-shrink:0;min-width:112px}.project-stats .big{font-variation-settings:"wdth" 100,"wght" 700;font-feature-settings:"tnum","lnum";font-size:16px;color:var(--fg);display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;width:100%}@media (max-width:640px){.project-row-inner{grid-template-columns:22px minmax(0,1fr)}.project-stats{grid-column:2;justify-self:start;text-align:left;min-width:0}.project-stats .big{justify-content:flex-start}}.stat-grid{display:grid;grid-gap:12px;gap:12px}.stat-grid-5{grid-template-columns:repeat(5,1fr)}.stat-grid-6{grid-template-columns:repeat(6,1fr)}.stat-tile{padding:18px 20px;border-radius:14px;background:var(--bs-paper);border:1px solid var(--bs-hairline-soft)}.stat-tile.feature{background:rgb(156 200 200/.18);border-color:rgb(156 200 200/.4)}.stat-tile.warn{background:rgb(229 193 0/.12);border-color:rgb(229 193 0/.3)}.stat-tile.danger{background:rgb(255 26 34/.06);border-color:rgb(255 26 34/.18)}.stat-tile .lbl{font-variation-settings:"wdth" 75,"wght" 700;text-transform:uppercase;letter-spacing:.12em;font-size:10px;color:var(--fg-muted);margin-bottom:8px;display:flex;align-items:center;gap:6px}.stat-tile .val{font-variation-settings:"wdth" 100,"wght" 700;font-feature-settings:"tnum","lnum";font-size:30px;letter-spacing:-.02em;line-height:1;color:var(--fg)}.stat-tile .val.danger{color:var(--bs-red)}.stat-tile .val.maroon{color:var(--bs-maroon)}.stat-tile .sub{font-size:11px;color:var(--fg-muted);margin-top:6px}@media (max-width:980px){.stat-grid-5,.stat-grid-6{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.stat-grid,.stat-grid-5,.stat-grid-6{grid-template-columns:1fr!important}}.hero-stats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:24px;gap:24px}.report-hero-title{margin:8px 0 0;font-family:var(--bs-font-mona);font-variation-settings:"wdth" 110,"wght" 900;font-size:clamp(36px,4.6vw,56px);letter-spacing:-.025em;line-height:.92}.report-hero-date{gap:6px;margin-top:14px;font-size:13px;line-height:1.2;color:rgb(244 242 236/.74)}.hero-stat .lbl{font-variation-settings:"wdth" 75,"wght" 700;text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:var(--fg-muted);margin-bottom:6px}.hero-stat .val{font-family:var(--bs-font-mona);font-variation-settings:"wdth" 110,"wght" 800;font-feature-settings:"tnum","lnum";font-size:38px;letter-spacing:-.02em;line-height:1}.hero-stat .sub{font-size:11px;color:var(--fg-muted);margin-top:4px}@media (max-width:980px){.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}}@media (max-width:640px){.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hero-stat .val{font-size:30px}}.notice{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;border-radius:12px;font-size:14px;line-height:1.55}.notice .glyph{flex-shrink:0;margin-top:2px}.notice strong{font-variation-settings:"wdth" 100,"wght" 700;color:var(--fg)}.notice em{font-style:normal;font-variation-settings:"wdth" 100,"wght" 700}.notice-teal{background:rgb(156 200 200/.18);border:1px solid rgb(156 200 200/.4);color:var(--bs-teal-deep)}.notice-mustard{background:rgb(229 193 0/.14);border:1px solid rgb(229 193 0/.3);color:var(--bs-mustard-deep)}.notice-red{background:rgb(255 26 34/.06);border:1px solid rgb(255 26 34/.2);color:#8A0E14}.notice-pink{background:rgb(255 91 167/.08);border:1px solid rgb(255 91 167/.24);color:#6F1542}.tabs{display:inline-flex;padding:3px;background:var(--bs-offwhite-2);border-radius:var(--bs-radius-pill);border:1px solid var(--bs-hairline);gap:2px;flex-wrap:wrap}.tab{padding:5px 14px;border-radius:var(--bs-radius-pill);font-variation-settings:"wdth" 90,"wght" 600;color:var(--fg-muted);font-size:12px}.tab[aria-selected=true]{background:var(--bs-charcoal);color:#fff}.table-wrap{border:1px solid var(--bs-hairline);border-radius:14px;overflow:hidden;background:var(--bs-paper)}.table-wrap .bs-table td,.table-wrap .bs-table th{padding:12px 18px}.table-wrap .bs-table th{background:var(--bs-offwhite)}.table-wrap .bs-table tr:hover td{background:rgb(244 242 236/.5)}.table-wrap .bs-table td:first-child,.table-wrap .bs-table th:first-child{padding-left:22px}.table-wrap .bs-table td,.table-wrap .bs-table th{text-align:left;vertical-align:top}.table-wrap .bs-table td.text-right,.table-wrap .bs-table th.text-right{text-align:right}.table-wrap .bs-table td.text-center,.table-wrap .bs-table th.text-center{text-align:center}.review-screen,.review-screen .collap-content,.review-screen .collap-head,.review-screen .notice,.review-screen .section-card,.review-screen .table-wrap{text-align:left}.review-screen>.actionbar{position:static;margin-top:16px}.review-table-wrap .bs-table{table-layout:fixed}.review-table-wrap .bs-table td,.review-table-wrap .bs-table th{vertical-align:top}.review-table-wrap .bs-table th{height:auto;padding-top:11px;padding-bottom:11px}.generating-screen,.generating-screen .section-card,.report-screen,.report-screen .creative,.report-screen .mini-panel,.report-screen .section-card,.report-screen .table-wrap{text-align:left}.report-screen{padding-bottom:96px}.report-screen .section-card{padding:32px 36px}@media (max-width:768px){.report-screen{padding-bottom:120px}.report-screen .section-card{padding:26px 22px}}.table-chip-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.project-table-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border:1px solid var(--bs-hairline);border-radius:12px;background:var(--bs-paper);color:var(--fg-muted);transition:all var(--bs-dur-fast) var(--bs-ease)}.project-table-trigger:hover{border-color:rgb(26 26 26/.16);color:var(--fg);background:var(--bs-offwhite)}.project-table-wrap .bs-table{table-layout:fixed}.project-table-wrap .bs-table td,.project-table-wrap .bs-table th{vertical-align:top}.asset-cell{display:flex;flex-direction:column;gap:4px;min-width:220px}.asset-name{font-variation-settings:"wdth" 100,"wght" 600;font-size:14px}.asset-meta{font-size:12px;color:var(--fg-muted);font-feature-settings:"tnum","lnum"}.status-stack{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.project-collapsible{padding:0;overflow:hidden}.project-section-trigger{width:100%;display:block;padding:28px 32px;text-align:left;color:inherit;cursor:pointer}.project-section-trigger:hover{background:rgb(156 200 200/.06)}.project-section-head{margin-bottom:0}.project-section-cta{gap:8px;color:var(--fg-muted);font-size:12px;font-variation-settings:"wdth" 100,"wght" 600}.project-section-chevron{transition:transform var(--bs-dur-fast) var(--bs-ease)}.project-section-trigger[data-state=open] .project-section-chevron{transform:rotate(90deg)}.project-section-content{padding:0 32px 28px}.data-health-content{padding-top:0}.with-aside{display:grid;grid-template-columns:280px 1fr;grid-gap:24px;gap:24px;align-items:start}@media (max-width:1100px){.with-aside{grid-template-columns:1fr}.aside{position:static!important}}.aside{position:-webkit-sticky;position:sticky;top:var(--app-sticky-top);padding:0;overflow:hidden}.aside-head{display:flex;align-items:flex-start;gap:12px;padding:18px 20px 16px;border-bottom:1px solid var(--bs-hairline)}.aside-head .icon-tile{width:32px;height:32px;border-radius:9px;background:rgb(156 200 200/.25);color:var(--bs-teal-deep);display:grid;place-items:center;flex-shrink:0}.aside-head h3{margin:0;font-variation-settings:"wdth" 100,"wght" 700;font-size:14px;line-height:1.25}.aside-head p{margin:4px 0 0;font-size:12px;color:var(--fg-muted);line-height:1.4}.aside-list{display:flex;flex-direction:column;padding:8px;gap:2px}.aside-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:10px;text-align:left;cursor:pointer;transition:background var(--bs-dur-fast) var(--bs-ease)}.aside-item:hover{background:var(--bs-offwhite-2)}.aside-item.active{background:rgb(156 200 200/.2)}.aside-item-title{font-size:13px;font-variation-settings:"wdth" 100,"wght" 600;line-height:1.35}.aside-item-meta{display:flex;justify-content:space-between;font-size:11px;color:var(--fg-muted);margin-top:4px;font-feature-settings:"tnum","lnum"}.aside-item-meta .badge{display:inline-block;padding:1px 6px;background:var(--bs-mustard);color:var(--bs-mustard-deep);border-radius:999px;font-size:9px;letter-spacing:.08em;font-variation-settings:"wdth" 75,"wght" 700;text-transform:uppercase}.collap{border:1px solid var(--bs-hairline);border-radius:14px;background:var(--bs-paper);overflow:hidden}.collap+.collap{margin-top:8px}.collap-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.collap-dot{width:8px;height:8px;border-radius:999px;flex-shrink:0}.collap-dot.amber{background:var(--bs-mustard)}.collap-dot.red{background:var(--bs-red)}.collap-dot.teal{background:var(--bs-teal)}.collap-count{font-feature-settings:"tnum","lnum";font-size:12px;padding:3px 12px;border-radius:999px;font-variation-settings:"wdth" 100,"wght" 600}.collap-count.amber{background:rgb(229 193 0/.18);color:var(--bs-mustard-deep)}.collap-count.teal{background:rgb(156 200 200/.25);color:var(--bs-teal-deep)}.collap-content{padding:0 20px 18px;display:flex;flex-direction:column;gap:8px}.note{padding:16px 18px;border:1px solid var(--bs-hairline);border-radius:12px;background:var(--bs-paper)}.note+.note{margin-top:8px}.note-row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.note-title{font-variation-settings:"wdth" 100,"wght" 700;font-size:14px}.note-project{font-size:12px;color:var(--fg-muted);margin-top:2px}.note-id{font-size:12px;color:var(--fg-quiet);font-feature-settings:"tnum","lnum";flex-shrink:0}.note-body{font-size:14px;line-height:1.55;margin-top:10px}.note-fix{color:var(--bs-maroon);font-style:italic;font-size:13px;margin-top:8px}.data-health-ai-notes{flex-direction:column;align-items:stretch;gap:14px}.data-health-ai-head{display:flex;align-items:center;gap:10px;width:100%;min-width:0}.data-health-ai-head .muted{min-width:0}.data-health-ai-notes .note{width:100%;background:var(--bs-paper)}.divider-row{display:flex;align-items:center;gap:16px;margin:32px 0 16px;scroll-margin-top:var(--app-scroll-offset)}.toc-nav+.stack>.divider-row:first-child{margin-top:8px;margin-bottom:12px}.divider-row .line{flex:1 1;height:1px;background:var(--bs-hairline)}.divider-row .label{font-family:var(--bs-font-playfair);font-style:italic;font-weight:400;font-size:18px;color:var(--bs-maroon)}.language-summary{max-width:920px;margin:6px 0 0;color:var(--fg);font-size:15px;line-height:1.68;text-wrap:pretty}.report-card-group-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.report-card-group-head h3{margin:0;font-size:15.5px;line-height:1.3;font-variation-settings:"wdth" 100,"wght" 700}.takeaway{padding:22px 24px;border:1px solid var(--bs-hairline);border-radius:16px;background:var(--bs-paper)}.takeaway+.takeaway{margin-top:12px}.takeaway-recommendation{background:rgb(156 200 200/.08);border-color:rgb(156 200 200/.24)}.takeaway-head{justify-content:space-between;gap:18px}.takeaway-head,.takeaway-title{display:flex;align-items:flex-start}.takeaway-title{font-variation-settings:"wdth" 100,"wght" 700;font-size:15.5px;line-height:1.4;letter-spacing:-.005em;gap:12px;min-width:0;margin:0}.takeaway-title:before{content:"";width:6px;height:6px;margin-top:.55em;border-radius:999px;background:var(--bs-maroon);flex-shrink:0}.takeaway-recommendation .takeaway-title:before{background:var(--bs-teal-deep)}.takeaway-body{color:var(--fg);font-size:14px;line-height:1.68;margin:12px 0 0 18px;max-width:980px;text-wrap:pretty}.takeaway-body+.takeaway-body{margin-top:13px}.finding-copy{margin-top:12px}.finding-copy .takeaway-body{margin-top:0}.finding-copy .takeaway-body+.takeaway-body{margin-top:14px}.takeaway-test-idea{color:var(--fg-muted)}.evidence-chip{margin:12px 0 6px 18px;padding:9px 13px;border-radius:12px;background:rgb(156 200 200/.13);border:1px solid rgb(156 200 200/.24);color:var(--fg);font-size:13px;line-height:1.5;font-variation-settings:"wdth" 100,"wght" 500;text-wrap:pretty;word-break:break-word;overflow-wrap:anywhere;max-width:100%}.takeaway-body strong{font-variation-settings:"wdth" 100,"wght" 700}.takeaway-foot{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:16px 0 0 18px}.takeaway-count{font-size:12px;line-height:22px}.video-anchors{margin:16px 0 0 18px;padding-top:12px;border-top:1px solid var(--bs-hairline-soft);display:flex;align-items:flex-start;flex-wrap:wrap;gap:8px;max-width:980px}.video-anchors-label{flex:0 0 100%;font-size:10.5px;text-transform:uppercase;letter-spacing:.075em;font-variation-settings:"wdth" 85,"wght" 700;color:var(--fg-muted);padding-top:0}.video-anchors-row{display:flex;flex-wrap:wrap;gap:7px 8px;flex:1 1;min-width:0}.video-anchor{display:inline-flex;align-items:center;gap:8px;padding:3px 8px 3px 9px;border-radius:999px;background:#EEF2FF;border:1px solid #c7d2fe}.video-anchor .media-id-badge{padding:0;background:transparent;border:0}.video-anchor-link{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;font-size:10.5px;line-height:1.4;font-variation-settings:"wdth" 95,"wght" 600;color:#3730A3;border-radius:999px;text-decoration:none;transition:background .12s ease}.video-anchor-link:hover{background:#E0E7FF;text-decoration:none}.inline-mid{display:inline-flex;align-items:center;gap:4px;margin:0 2px;padding:2px 9px;border-radius:999px;background:#EEF2FF;border:1px solid #c7d2fe;color:#3730A3;vertical-align:middle;font-size:.88em;line-height:1.15;white-space:nowrap;font-variation-settings:"wdth" 100,"wght" 650}.inline-mid--link{text-decoration:none;transition:background .12s ease,border-color .12s ease}.inline-mid--link:hover{background:#E0E7FF;border-color:#A5B4FC;text-decoration:none}.inline-mid-label{letter-spacing:0;font-size:1em;padding:0;color:inherit;font-variation-settings:"wdth" 100,"wght" 650}.inline-mid-value{font-feature-settings:"tnum","lnum";font-variation-settings:"wdth" 100,"wght" 700}.inline-mid-play{opacity:.85;margin-left:1px}.inline-mid-ext{opacity:.6}.hero-summary-prose{max-width:720px;margin-top:14px;font-size:15px;color:rgb(244 242 236/.85);line-height:1.55}.bs-total-card .inline-mid{background:rgb(255 255 255/.14);border-color:rgb(255 255 255/.25);color:var(--bs-paper)}.bs-total-card .inline-mid--link:hover{background:rgb(255 255 255/.22);border-color:rgb(255 255 255/.4)}.bs-total-card .inline-mid-label{background:transparent;color:inherit}.media-id-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;font-size:11.5px;line-height:1.15;font-variation-settings:"wdth" 100,"wght" 650;white-space:nowrap;vertical-align:middle}.media-id-badge--solid{background:#EEF2FF;color:#3730A3;border:1px solid #c7d2fe}.media-id-badge--quiet{background:transparent;color:var(--fg-muted);border:1px solid var(--bs-hairline)}.media-id-badge-label{letter-spacing:0;font-size:1em;padding:0;color:inherit;font-variation-settings:"wdth" 100,"wght" 650}.media-id-badge--quiet .media-id-badge-label{color:inherit}.media-id-badge-value{font-feature-settings:"tnum","lnum";font-variation-settings:"wdth" 100,"wght" 700}.kbd{font-feature-settings:"tnum","lnum";font-variation-settings:"wdth" 100,"wght" 600;font-size:11.5px;padding:3px 10px;border-radius:999px;background:#F1F5F9;color:#334155;border:1px solid #cbd5e1}.conf-pill,.kbd{min-height:22px;display:inline-flex;align-items:center;gap:6px}.conf-pill{padding:4px 10px;border-radius:999px;border:1px solid transparent;font-variation-settings:"wdth" 75,"wght" 700;text-transform:uppercase;letter-spacing:.08em;font-size:10px;line-height:1.15;white-space:nowrap}.conf-high{background:#DCFCE7;border-color:#86EFAC;color:#166534}.conf-medium{background:#FEF3C7;border-color:#FCD34D;color:#92400E}.conf-low{background:#FEE2E2;border-color:#FCA5A5;color:#991B1B}.conf-worth{background:#F3E8FF;border-color:#D8B4FE;color:#6B21A8}.runtime-badge{gap:4px}.runtime-badge-compact{gap:6px;padding-left:8px;padding-right:8px}.creatives-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:18px;gap:18px}.creative{border:1px solid var(--bs-hairline);border-radius:14px;overflow:hidden;background:var(--bs-paper);display:flex;flex-direction:column;min-width:0;transition:all var(--bs-dur-base) var(--bs-ease)}.creative:hover{box-shadow:var(--bs-shadow-card);transform:translateY(-1px);border-color:rgb(26 26 26/.14)}.creative-thumb{aspect-ratio:9/14;background:var(--bs-offwhite-2);position:relative;overflow:hidden}.creative-thumb:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,transparent 0 14px,rgb(26 26 26/.03) 14px 28px)}.creative-thumb .id-badge{position:absolute;top:10px;left:10px;font-feature-settings:"tnum","lnum";font-variation-settings:"wdth" 100,"wght" 600;font-size:11px;background:rgb(255 255 255/.92);padding:3px 8px;border-radius:999px;color:var(--fg)}.creative-thumb .play-icon{position:absolute;inset:0;display:grid;place-items:center;color:rgb(26 26 26/.2)}.creative-body{padding:16px;display:flex;flex-direction:column;gap:12px;flex:1 1}.creative-title{font-variation-settings:"wdth" 100,"wght" 750;font-size:14.5px;line-height:1.35;letter-spacing:-.01em}.platforms-line{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;margin-top:2px;font-size:11.5px;line-height:1.4;color:var(--fg);font-variation-settings:"wdth" 100,"wght" 500}.platforms-label{text-transform:uppercase;letter-spacing:.06em;font-size:9.5px;font-variation-settings:"wdth" 85,"wght" 700;color:var(--fg-muted)}.platforms-value{font-variation-settings:"wdth" 100,"wght" 600}.platforms-count{font-size:11px;font-variation-settings:"wdth" 95,"wght" 500}.creative-meta .sep,.creative-substatus .sep,.platforms-line .sep{color:var(--fg-muted);opacity:.5}.creative-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:4px;font-variation-settings:"wdth" 95,"wght" 500;font-size:11.5px;color:var(--fg-muted);line-height:1.45;overflow-wrap:anywhere}.creative-country-missing{color:var(--fg-quiet);font-style:italic}.creative-badges{display:flex;flex-wrap:wrap}.creative-badges,.creative-status-row{align-items:center;gap:6px}.creative-substatus{display:flex;align-items:flex-start;flex-wrap:wrap;gap:6px;margin-top:-2px;color:var(--fg-muted);font-size:11.5px;line-height:1.45;font-variation-settings:"wdth" 95,"wght" 500}.creative-substatus-group{flex-wrap:wrap}.creative-substatus-group,.creative-substatus-item{display:inline-flex;align-items:baseline;gap:6px}.creative-runtime-low{color:var(--bs-mustard-deep)}.creative-runtime{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}.creative-runtime-text{display:inline-flex;align-items:baseline;line-height:1.45}.creative-low-confidence{display:inline-flex;align-items:center;min-height:18px;padding:1px 7px;border-radius:var(--bs-radius-pill);background:#FEF3C7;border:1px solid #fcd34d;color:#92400E;font-size:10.5px;font-variation-settings:"wdth" 90,"wght" 700;cursor:help}.creative-badges>.conf-pill,.creative-badges>.kbd{flex:0 0 auto}.creative-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:11px 14px;gap:11px 14px;padding-top:12px;border-top:1px dashed var(--bs-hairline);align-items:start}.creative-stats .col{display:flex;flex-direction:column;gap:3px;min-width:0}.creative-stats .col .k{font-variation-settings:"wdth" 85,"wght" 700;text-transform:uppercase;letter-spacing:.055em;font-size:10px;color:var(--fg-muted);line-height:1.25}.creative-stats .col .k,.creative-stats .col .v{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.creative-stats .col .v{font-feature-settings:"tnum","lnum";font-variation-settings:"wdth" 100,"wght" 700;font-size:14px;line-height:1.3}.creative .bs-btn{width:100%;justify-content:center}.pipe-list{display:flex;flex-direction:column;gap:8px}.pipe-step{display:grid;grid-template-columns:40px minmax(0,1fr) auto;grid-column-gap:16px;column-gap:16px;align-items:start;padding:16px;border-radius:14px;border:1px solid transparent;transition:all var(--bs-dur-base) var(--bs-ease)}.pipe-step.active{background:rgb(156 200 200/.12);border-color:rgb(156 200 200/.4)}.pipe-step .num{width:40px;height:40px;border-radius:999px;background:var(--bs-offwhite-2);color:var(--fg-muted);display:grid;place-items:center;font-variation-settings:"wdth" 100,"wght" 700;font-size:13px;flex-shrink:0}.pipe-step .num.done{background:var(--bs-maroon);color:#fff}.pipe-step .num.active{background:var(--bs-charcoal);color:#fff}.pipe-step-body{min-width:0;padding-top:8px}.pipe-step-title{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;grid-column-gap:10px;column-gap:10px}.pipe-step-icon{width:14px;height:14px;justify-self:center;color:var(--fg-muted)}.pipe-step-description{margin:8px 0 0 30px;font-size:13px;line-height:1.45}.pipe-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin:14px 0 0 30px}@media (max-width:860px){.pipe-grid{grid-template-columns:1fr}}.pipe-task-grid{margin-left:56px;margin-right:16px}.substep{padding:12px 14px;border-radius:10px;border:1px solid var(--bs-hairline);background:var(--bs-paper);font-size:13px}.substep-title{display:grid;grid-template-columns:12px minmax(0,1fr);align-items:center;grid-column-gap:8px;column-gap:8px}.substep .dot{width:8px;height:8px;border-radius:999px;background:rgb(26 26 26/.2)}.substep.active .dot{background:var(--bs-teal);animation:pulse 1.2s infinite}.substep.done .dot{background:var(--bs-maroon)}.substep .progress{font-size:11px;color:var(--fg-muted);margin:6px 0 0 20px;font-feature-settings:"tnum","lnum"}.task-group-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;margin-bottom:8px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.spinner{display:inline-block;width:14px;height:14px;border:2px solid rgb(26 26 26/.15);border-top:2px solid var(--bs-charcoal);border-radius:999px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.search-wrap{position:relative}.search-wrap .icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--fg-muted);pointer-events:none}.search-wrap .bs-field{padding-left:38px}.wizard-shell{position:relative;overflow-x:clip}.wizard-screen{width:100%;will-change:transform,opacity}.wizard-toolbar{display:flex;justify-content:flex-end;margin:0 0 8px}.wizard-toolbar .bs-btn,.wizard-toolbar button{color:var(--fg-muted)}.wizard-actions{position:-webkit-sticky;position:sticky;bottom:16px;margin-top:32px;padding:14px 20px;background:rgb(255 255 255/.88);-webkit-backdrop-filter:saturate(160%) blur(10px);backdrop-filter:saturate(160%) blur(10px);border:1px solid var(--bs-hairline);border-radius:18px;box-shadow:0 14px 34px rgb(26 26 26/.1);display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;z-index:12}.wizard-actions .summary{font-size:13.5px;color:var(--fg-muted);flex:1 1 240px;min-width:0;text-align:left}.wizard-actions .actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}@media (prefers-reduced-motion:reduce){.wizard-screen{will-change:auto}}.actionbar{position:-webkit-sticky;position:sticky;bottom:16px;margin-top:24px;padding:16px 22px;background:rgb(255 255 255/.92);-webkit-backdrop-filter:saturate(160%) blur(10px);backdrop-filter:saturate(160%) blur(10px);border:1px solid var(--bs-hairline);border-radius:14px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;box-shadow:var(--bs-shadow-sticky);z-index:10}.actionbar .summary{flex:1 1 260px;min-width:0;font-size:14px;color:var(--fg-muted);text-align:left}.actionbar .summary strong{font-variation-settings:"wdth" 100,"wght" 700;color:var(--fg)}.actionbar .actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}@media (max-width:640px){.actionbar,.wizard-actions{bottom:10px;padding:14px 16px}.actionbar .actions,.wizard-actions .actions{width:100%}.actionbar .actions>*,.wizard-actions .actions>*{flex:1 1 auto}}.included{display:flex;flex-wrap:wrap;gap:8px;padding:16px 18px;background:rgb(156 200 200/.12);border:1px solid rgb(156 200 200/.35);border-radius:14px}.included .caps{width:100%;margin-bottom:4px;font-size:10px}.included .ipill{gap:7px;padding:4px 10px 4px 12px;border-radius:999px;background:var(--bs-paper);border:1px solid var(--bs-hairline);font-size:12px;font-variation-settings:"wdth" 100,"wght" 500}.included .ipill,.review-chip{display:inline-flex;align-items:center}.review-chip{gap:10px;padding:10px 14px;background:rgb(156 200 200/.18);border:1px solid rgb(156 200 200/.35);border-radius:12px;font-size:14px;margin-top:18px}.review-chip strong{font-variation-settings:"wdth" 100,"wght" 700}.mini-panel{border:1px solid var(--bs-hairline);border-radius:12px;padding:14px 16px;background:var(--bs-offwhite);min-width:0}.mini-panel .lbl{font-variation-settings:"wdth" 75,"wght" 700;text-transform:uppercase;letter-spacing:.12em;font-size:10px;color:var(--fg-muted);margin-bottom:10px}.mini-row{display:flex;justify-content:space-between;font-size:13px;padding:3px 0}.mini-row dt,.mini-row span:first-child{min-width:0;overflow-wrap:anywhere}.mini-row .v{font-variation-settings:"wdth" 100,"wght" 700;font-feature-settings:"tnum","lnum"}.recipe-panel{padding:16px 18px 15px;background:rgb(244 242 236/.66)}.recipe-panel .lbl{margin-bottom:0;color:var(--fg)}.recipe-subtitle{margin:3px 0 0;max-width:720px;color:var(--fg-muted);font-size:12px;line-height:1.45}.recipe-attributes{margin-top:12px;gap:8px}.recipe-attr{min-height:23px;padding:4px 9px;font-size:11.5px;color:var(--fg);background:rgb(255 255 255/.58);white-space:normal}.recipe-guidance{margin:14px 0 0;max-width:820px;color:var(--fg);font-size:14px;line-height:1.55;text-wrap:pretty}.recipe-example-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:12px}.recipe-example{min-height:70px;padding:10px 12px 11px;border:1px solid rgb(156 200 200/.25);border-radius:10px;background:rgb(156 200 200/.13)}.recipe-example-label{display:block;margin-bottom:4px;color:var(--fg-muted)}.recipe-example p{margin:0;color:var(--fg);font-size:13px;line-height:1.42;text-align:left;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hook-quote{padding:16px 18px;min-height:122px;display:flex;flex-direction:column}.hook-quote-text{margin:0;color:var(--fg);font-size:14px;line-height:1.55;text-wrap:pretty}.hook-quote-foot{margin:auto 0 0;padding-top:14px}.hook-quote-grid{gap:14px!important}@media (max-width:860px){.recipe-example-grid{grid-template-columns:1fr}}.fade-in{animation:fadeIn var(--bs-dur-slow) var(--bs-ease) both}@keyframes fadeIn{0%{transform:translateY(6px)}to{transform:translateY(0)}}.cascade>*{animation:cascade .45s var(--bs-ease) both}.cascade>:first-child{animation-delay:0s}.cascade>:nth-child(2){animation-delay:.04s}.cascade>:nth-child(3){animation-delay:.08s}.cascade>:nth-child(4){animation-delay:.12s}.cascade>:nth-child(5){animation-delay:.16s}.cascade>:nth-child(6){animation-delay:.2s}.cascade>:nth-child(7){animation-delay:.24s}.cascade>:nth-child(8){animation-delay:.28s}.cascade>:nth-child(9){animation-delay:.32s}.cascade>:nth-child(10){animation-delay:.36s}.cascade>:nth-child(n+11){animation-delay:.4s}@keyframes cascade{0%{transform:translateY(8px)}to{transform:translateY(0)}}.bs-btn:active:not(:disabled),.chip:active,.project-row:active,.stepper-item.clickable:active,.toc-link:active{transform:scale(.97)}.project-row.selected .project-check svg{animation:pop .32s var(--bs-ease)}@keyframes pop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.15);opacity:1}to{transform:scale(1);opacity:1}}.bar{position:relative;height:4px;background:var(--bs-offwhite-2);border-radius:999px;overflow:hidden}.bar:before{content:"";position:absolute;inset:0;width:40%;background:linear-gradient(90deg,transparent,var(--bs-maroon),transparent);border-radius:inherit;animation:bar-slide 1.6s var(--bs-ease) infinite}@keyframes bar-slide{0%{transform:translateX(-100%)}to{transform:translateX(350%)}}.hero-stat .val{animation:rise .55s var(--bs-ease) both}@keyframes rise{0%{transform:translateY(10px)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.bar:before,.cascade>*,.fade-in,.hero-stat .val,.project-row.selected .project-check svg{animation:none!important}.landing-grid>*{opacity:1!important;transform:none!important}.landing-card,.landing-grid>*{transition:none!important}.bs-btn:active,.chip:active,.project-row:active,.stepper-item.clickable:active,.toc-link:active{transform:none}}.tb-status{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--fg-muted)}.tb-status .ring{width:7px;height:7px;border-radius:999px;background:var(--bs-teal)}.brand-mark{display:inline-flex;align-items:baseline;gap:4px}.brand-mark .word{font-family:var(--bs-font-mona);font-variation-settings:"wdth" 100,"wght" 900;font-size:18px;letter-spacing:-.02em}.brand-mark .dotty{width:5px;height:5px;border-radius:999px;background:var(--bs-red)}.group-label{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px}.group-label .badge{font-variation-settings:"wdth" 75,"wght" 700;text-transform:uppercase;letter-spacing:.14em;font-size:11px;color:var(--fg-muted)}.group-label h3{margin:0;font-variation-settings:"wdth" 100,"wght" 700;font-size:16px}.text-mono{font-feature-settings:"tnum","lnum"}.text-playfair{font-family:var(--bs-font-playfair);font-style:italic}.maroon{color:var(--bs-maroon)}.teal{color:var(--bs-teal-deep)}.danger-c{color:var(--bs-red)}.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.toc-nav{position:-webkit-sticky;position:sticky;top:var(--app-sticky-top);z-index:15;display:flex;align-items:center;gap:6px;padding:9px 14px;background:rgb(255 255 255/.88);-webkit-backdrop-filter:saturate(160%) blur(10px);backdrop-filter:saturate(160%) blur(10px);border:1px solid var(--bs-hairline);border-radius:14px;box-shadow:0 10px 24px rgb(26 26 26/.06);flex-wrap:wrap;margin:16px 0 18px}.toc-nav+.stack{margin-top:24px!important}.toc-link{padding:6px 12px;border-radius:999px;font-size:12.5px;font-variation-settings:"wdth" 100,"wght" 600;color:var(--fg-muted);background:transparent;border:1px solid transparent;transition:all var(--bs-dur-fast) var(--bs-ease)}.toc-link:hover{color:var(--fg)}.toc-count,.toc-link:hover{background:var(--bs-offwhite-2)}.toc-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;margin-left:4px;padding:0 6px;border-radius:999px;font-size:11px;font-variation-settings:"wdth" 100,"wght" 700;color:var(--fg-muted)}.toc-link.active{background:rgb(156 200 200/.24);color:var(--bs-teal-deep);border-color:rgb(156 200 200/.45)}.stepper{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;background:rgb(255 255 255/.82);-webkit-backdrop-filter:saturate(160%) blur(10px);backdrop-filter:saturate(160%) blur(10px);border:1px solid var(--bs-hairline);border-radius:16px;box-shadow:var(--bs-shadow-card);margin-bottom:8px;overflow-x:auto}.stepper-item{display:inline-flex;align-items:center;gap:9px;padding:7px 11px;border:1px solid transparent;border-radius:999px;font-size:13px;font-variation-settings:"wdth" 100,"wght" 600;color:var(--fg-muted);white-space:nowrap;cursor:default;transition:all var(--bs-dur-fast) var(--bs-ease)}.stepper-item.available,.stepper-item.done{color:var(--bs-charcoal)}.stepper-item.active{background:rgb(74 14 31/.06);border-color:rgb(74 14 31/.22);color:var(--bs-maroon);box-shadow:inset 0 0 0 1px rgb(255 255 255/.55)}.stepper-item.clickable{cursor:pointer}.stepper-item.clickable:hover{background:var(--bs-offwhite-2);border-color:var(--bs-hairline);color:var(--fg)}.stepper-item.active.clickable:hover{background:rgb(74 14 31/.1)}.stepper-num{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;font-size:11px;font-variation-settings:"wdth" 100,"wght" 700;font-feature-settings:"tnum","lnum";background:var(--bs-offwhite-2);color:var(--fg-muted);border:1px solid var(--bs-hairline)}.stepper-item.done .stepper-num{background:rgb(74 14 31/.1);border-color:rgb(74 14 31/.2);color:var(--bs-maroon)}.stepper-item.available .stepper-num{background:rgb(156 200 200/.24);border-color:rgb(156 200 200/.4);color:var(--bs-teal-deep)}.stepper-item.active .stepper-num{background:var(--bs-paper);border-color:rgb(74 14 31/.3);color:var(--bs-maroon)}.stepper-arrow{color:var(--fg-quiet);flex-shrink:0;margin:0 -2px}@media (max-width:640px){.stepper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;overflow:visible}.stepper-item{justify-content:flex-start;min-width:0}.stepper-arrow{display:none}}.help{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border-radius:999px;background:var(--bs-offwhite-2);color:var(--fg-muted);font-size:9px;font-variation-settings:"wdth" 100,"wght" 700;font-feature-settings:"tnum","lnum";cursor:help;border:1px solid var(--border);position:relative;margin-left:4px;vertical-align:middle;flex-shrink:0}.help:before{content:attr(data-tip);bottom:calc(100% + 8px);background:var(--bs-charcoal);color:var(--bs-offwhite);padding:9px 12px;border-radius:8px;font-size:12px;font-variation-settings:"wdth" 100,"wght" 450;line-height:1.45;letter-spacing:0;text-transform:none;white-space:normal;width:240px;text-align:left;box-shadow:0 8px 24px rgb(26 26 26/.16);z-index:100}.help:after,.help:before{position:absolute;left:50%;transform:translateX(-50%);pointer-events:none;opacity:0;transition:opacity var(--bs-dur-fast) var(--bs-ease)}.help:after{content:"";bottom:calc(100% + 2px);border:5px solid transparent;border-top:5px solid var(--bs-charcoal)}.help:focus:after,.help:focus:before,.help:hover:after,.help:hover:before{opacity:1}.skip-link{position:fixed;top:-100px;left:16px;background:var(--bs-charcoal);color:#fff;padding:10px 16px;border-radius:8px;font-size:13px;font-variation-settings:"wdth" 100,"wght" 600;z-index:200;transition:top var(--bs-dur-fast) var(--bs-ease)}.skip-link:focus-visible{top:16px}.actionbar .bs-btn{height:48px;padding:0 24px;font-size:14px}.card-intro{border-bottom:1px solid var(--bs-hairline-soft);margin-bottom:24px;padding-bottom:20px}.card-intro h2{margin:0;font-family:var(--bs-font-mona);font-variation-settings:"wdth" 100,"wght" 700;font-size:22px;letter-spacing:-.01em}.card-intro p{margin:6px 0 0;font-size:14px;line-height:1.55;max-width:640px}.card-intro p,.sub{color:var(--fg-muted)}.sub{font-size:13px;line-height:1.5}.sub code{font-feature-settings:normal;background:var(--bs-offwhite-2);border:1px solid var(--bs-hairline);border-radius:6px;padding:1px 6px;font-size:.92em}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.notice p{margin:0}.notice p+p{margin-top:8px}.bs-topbar__inner .sub{font-size:12px}.bs-label{display:flex;flex-direction:column;gap:7px;font-size:12.5px;font-variation-settings:"wdth" 100,"wght" 650;color:var(--fg)}.bs-label>.bs-field,.bs-label>.sub,.bs-label>input,.bs-label>select,.bs-label>textarea{font-variation-settings:"wdth" 100,"wght" 450;text-transform:none;letter-spacing:normal}.bs-btn--icon{width:44px;padding:0;flex:0 0 auto}.bs-btn--icon.bs-btn--sm{width:36px}.bs-btn svg{flex-shrink:0}.bs-total-card{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px 40px;padding:36px 40px;margin-bottom:18px}.bs-total-card>div:first-child{flex:1 1 320px;min-width:0}.bs-total-card .kicker{font-variation-settings:"wdth" 75,"wght" 700;text-transform:uppercase;letter-spacing:.16em;font-size:11px;color:rgb(244 242 236/.66);margin-bottom:12px}.bs-total-card h1{margin:0;font-family:var(--bs-font-mona);font-variation-settings:"wdth" 110,"wght" 800;font-size:clamp(26px,3.4vw,40px);letter-spacing:-.02em;line-height:1.05;color:var(--bs-offwhite);overflow-wrap:anywhere}.bs-total-card p{margin:14px 0 0;max-width:720px;font-size:15px;line-height:1.6;color:rgb(244 242 236/.82)}.total-metric{position:relative;z-index:1;flex:0 0 auto;display:inline-flex;align-items:baseline;gap:4px;color:var(--bs-offwhite);font-feature-settings:"tnum","lnum"}.total-metric span{font-family:var(--bs-font-mona);font-variation-settings:"wdth" 110,"wght" 900;font-size:clamp(64px,9vw,104px);line-height:.9;letter-spacing:-.03em}.total-metric small{font-size:22px;font-variation-settings:"wdth" 100,"wght" 600;color:rgb(244 242 236/.62)}@media (max-width:768px){.bs-total-card{padding:26px 22px}}.saved-list{display:grid;grid-gap:10px;gap:10px}.saved-report{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;padding:16px 18px;border:1px solid var(--bs-hairline);border-radius:14px;background:var(--bs-paper);transition:border-color var(--bs-dur-base) var(--bs-ease),box-shadow var(--bs-dur-base) var(--bs-ease),transform var(--bs-dur-base) var(--bs-ease)}.saved-report:hover{border-color:rgb(26 26 26/.18);box-shadow:var(--bs-shadow-card);transform:translateY(-1px)}.saved-report__title{font-variation-settings:"wdth" 100,"wght" 700;font-size:14px;line-height:1.35;overflow-wrap:anywhere}.saved-report__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:12.5px;color:var(--fg-muted);font-feature-settings:"tnum","lnum"}.saved-report__score{display:inline-flex;align-items:center;padding:2px 9px;border-radius:999px;background:rgb(156 200 200/.22);color:var(--bs-teal-deep);font-variation-settings:"wdth" 100,"wght" 700;font-size:11.5px}.saved-report__actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}@media (max-width:760px){.saved-report{grid-template-columns:auto minmax(0,1fr);align-items:start}.saved-report__actions{grid-column:2;justify-content:flex-start}}@media (max-width:480px){.saved-report__actions{grid-column:1/-1}}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px 18px;gap:12px 18px}.feature-item{display:grid;grid-template-columns:18px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start;font-size:13px;line-height:1.45}.feature-item svg{color:var(--bs-teal-deep);margin-top:2px}.feature-item strong{font-variation-settings:"wdth" 100,"wght" 700;display:block}.feature-item span{color:var(--fg-muted)}@media (max-width:640px){.feature-grid{grid-template-columns:1fr}}.included-checks{display:grid;grid-gap:14px;gap:14px;padding:18px;border:1px solid var(--bs-hairline);border-radius:14px;background:rgb(156 200 200/.08)}.included-checks ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:8px 14px;gap:8px 14px;margin:0;padding:0;list-style:none}.included-checks li{display:flex;align-items:flex-start;gap:7px;color:var(--fg-muted);font-size:13px}.included-checks li svg{flex:0 0 auto;margin-top:2px;color:var(--bs-teal-deep)}.flow-disclosure{margin-top:18px;border-top:1px solid var(--bs-hairline-soft);padding-top:14px}.flow-disclosure>summary{width:-moz-fit-content;width:fit-content;color:var(--bs-maroon);cursor:pointer;font-size:13px;font-variation-settings:"wdth" 100,"wght" 700}.flow-disclosure-body{margin-top:14px}.stat-chip{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid rgb(156 200 200/.35);background:rgb(156 200 200/.14);border-radius:12px}.stat-chip .n{font-feature-settings:"tnum","lnum";font-variation-settings:"wdth" 100,"wght" 800;font-size:22px;line-height:1;color:var(--bs-teal-deep)}.stat-chip .l{font-size:13px;color:var(--fg)}.rec{border:1px solid var(--bs-hairline);border-radius:14px;background:var(--bs-paper);padding:16px 18px;transition:border-color var(--bs-dur-base) var(--bs-ease),box-shadow var(--bs-dur-base) var(--bs-ease)}.rec+.rec{margin-top:10px}.rec[open]{border-color:rgb(26 26 26/.16);box-shadow:var(--bs-shadow-card)}.rec-summary{cursor:pointer;display:flex;gap:12px;align-items:center;list-style:none}.rec-summary::-webkit-details-marker{display:none}.rec-summary .rec-title{flex:1 1;min-width:0;font-variation-settings:"wdth" 100,"wght" 700;font-size:14.5px;line-height:1.4}.rec-summary .rec-meta{font-size:12.5px;color:var(--fg-muted);white-space:nowrap}.rec-body{margin-top:14px;padding-top:14px;border-top:1px solid var(--bs-hairline-soft);font-size:14px;line-height:1.6}.rec-body>p{margin:0}.rec-body ol{margin:12px 0 0;padding-left:20px;display:grid;grid-gap:6px;gap:6px}.rec-body .sub{margin-top:10px}.rec-body pre,.takeaway pre{margin-top:12px;padding:14px 16px;background:var(--bs-charcoal);color:#f4f2ec;border-radius:12px;overflow-x:auto;font-size:12.5px;line-height:1.5}.rec-body code,.takeaway code{font-feature-settings:normal;background:var(--bs-offwhite-2);border:1px solid var(--bs-hairline);border-radius:6px;padding:1px 6px;font-size:12px}.takeaway>.takeaway-head{margin-bottom:0}.takeaway .finding-ref,.takeaway p{margin:12px 0 0}.takeaway p{font-size:14px;line-height:1.6;color:var(--fg)}input[type=checkbox]{accent-color:var(--bs-maroon);width:16px;height:16px;cursor:pointer}.report-view{display:grid;grid-gap:18px;gap:18px}.report-tone-critical{--report-tone:#DC2626;--report-tone-bg:#FEE2E2;--report-tone-border:#FCA5A5;--report-tone-fg:#991B1B}.report-tone-risk{--report-tone:#D97706;--report-tone-bg:#FEF3C7;--report-tone-border:#FCD34D;--report-tone-fg:#92400E}.report-tone-work{--report-tone:#E5C100;--report-tone-bg:#FEF9C3;--report-tone-border:#FDE68A;--report-tone-fg:#854D0E}.report-tone-good{--report-tone:#16A34A;--report-tone-bg:#DCFCE7;--report-tone-border:#86EFAC;--report-tone-fg:#166534}.stag-critical{background:#FEE2E2;color:#991B1B;border-color:#FCA5A5}.stag-risk{background:#FEF3C7;color:#92400E;border-color:#FCD34D}.stag-work{background:#FEF9C3;color:#854D0E;border-color:#FDE68A}.stag-good{background:#DCFCE7;color:#166534;border-color:#86EFAC}.report-hero-card{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:32px;gap:32px;align-items:center;min-height:260px;padding:38px 42px;background:radial-gradient(260px 260px at calc(100% - 68px) 100%,rgb(255 255 255/.1),transparent 70%),radial-gradient(360px 220px at 70% -10%,rgb(255 91 167/.18),transparent 62%),var(--bs-maroon);color:var(--bs-offwhite);border:1px solid rgb(74 14 31/.65);border-radius:20px;box-shadow:var(--bs-shadow-hero)}.report-hero-card__copy{position:relative;z-index:1;min-width:0}.report-kicker{display:inline-flex;align-items:center;gap:8px;font-variation-settings:"wdth" 75,"wght" 700;text-transform:uppercase;letter-spacing:.16em;font-size:11px;color:rgb(244 242 236/.74)}.report-kicker--dark{color:var(--fg-muted)}.report-hero-card h1{margin:14px 0 0;max-width:820px;font-family:var(--bs-font-mona);font-variation-settings:"wdth" 110,"wght" 900;font-size:clamp(30px,4.2vw,54px);letter-spacing:-.035em;line-height:.98;overflow-wrap:anywhere}.report-meta-row{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:16px;color:rgb(244 242 236/.78);font-size:13px;font-feature-settings:"tnum","lnum"}.score-band-chip{display:inline-flex;align-items:center;margin-top:22px;min-height:30px;padding:6px 13px;border-radius:999px;border:1px solid rgb(255 255 255/.22);background:rgb(255 255 255/.12);color:#fff;font-size:12px;font-variation-settings:"wdth" 95,"wght" 700}.report-summary-card{display:grid;grid-gap:8px;gap:8px;padding:26px 30px;background:var(--bs-paper);border:1px solid var(--bs-hairline-soft);border-radius:var(--bs-radius-card);box-shadow:var(--bs-shadow-card)}.report-summary-prose{max-width:860px;margin:12px 0 0}.report-summary-prose p{margin:0;color:var(--fg);font-size:15.5px;line-height:1.72;text-wrap:pretty}.report-summary-prose p+p{margin-top:14px}.report-summary-prose strong{font-variation-settings:"wdth" 100,"wght" 750}.report-summary-prose code{padding:1px 6px;border-radius:6px;border:1px solid var(--bs-hairline);background:var(--bs-offwhite-2);font-size:.9em}.score-ring{position:relative;display:inline-grid;place-items:center;flex:0 0 auto}.score-ring svg{position:absolute;inset:0;transform:rotate(-90deg)}.score-ring__track,.score-ring__value{fill:none}.score-ring__track{stroke:rgb(255 255 255/.18)}.score-ring__value{stroke-linecap:round;transition:stroke-dashoffset var(--bs-dur-slow) var(--bs-ease)}.score-ring__score{position:relative;font-family:var(--bs-font-mona);font-variation-settings:"wdth" 110,"wght" 900;font-feature-settings:"tnum","lnum";font-size:clamp(32px,5.6vw,62px);letter-spacing:-.04em;line-height:.9;color:currentColor}.score-ring__label{position:relative;margin-top:6px;color:rgb(244 242 236/.62);font-size:13px;font-feature-settings:"tnum","lnum"}.score-ring--compact .score-ring__track{stroke:rgb(26 26 26/.1)}.score-ring--compact .score-ring__score{font-size:21px;color:var(--fg)}.score-ring--critical{color:#FEE2E2}.score-ring--risk{color:#FEF3C7}.score-ring--work{color:#FEF9C3}.score-ring--good{color:#DCFCE7}.report-overview-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.75fr);grid-gap:16px;gap:16px}.report-overview-grid>.report-stat-strip{grid-column:1/-1}.report-stat-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:12px;gap:12px}.report-stat-card{display:grid;grid-template-columns:20px minmax(0,1fr);grid-gap:7px 10px;gap:7px 10px;align-items:center;padding:16px 18px;background:var(--bs-paper);border:1px solid var(--bs-hairline-soft);border-radius:16px;box-shadow:var(--bs-shadow-card)}.report-stat-card svg{color:var(--report-tone,var(--bs-maroon))}.report-stat-card span{min-width:0;color:var(--fg-muted);font-size:12px;font-variation-settings:"wdth" 95,"wght" 650}.report-stat-card strong{grid-column:2;font-family:var(--bs-font-mona);font-feature-settings:"tnum","lnum";font-variation-settings:"wdth" 110,"wght" 850;font-size:28px;line-height:.95;color:var(--report-tone-fg,var(--fg))}.report-score-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:10px;gap:10px;margin-bottom:20px}.report-score-tile{display:grid;grid-template-columns:78px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;padding:12px;background:var(--bs-offwhite);border:1px solid var(--bs-hairline-soft);border-radius:14px}.report-score-tile__title{font-size:13.5px;font-variation-settings:"wdth" 100,"wght" 750;line-height:1.25}.report-chart{width:100%}.report-chart--bar{height:300px}.report-chart--donut{height:178px}.report-action-mix{display:grid;grid-template-columns:180px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:center}.report-severity-list{display:grid;grid-gap:9px;gap:9px}.report-severity-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid var(--report-tone-border);background:var(--report-tone-bg);color:var(--report-tone-fg);font-size:13px}.report-severity-row strong{font-feature-settings:"tnum","lnum";font-variation-settings:"wdth" 100,"wght" 800}.report-filter-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.report-filter{min-height:34px;padding:7px 13px;border-radius:999px;border:1px solid var(--bs-hairline);background:var(--bs-paper);color:var(--fg-muted);font-size:13px;font-variation-settings:"wdth" 95,"wght" 650;transition:all var(--bs-dur-fast) var(--bs-ease)}.report-filter:hover{border-color:rgb(26 26 26/.18);color:var(--fg)}.report-filter.is-active{background:var(--bs-charcoal);border-color:var(--bs-charcoal);color:#fff}.report-rec-list{display:grid;grid-gap:10px;gap:10px}.report-rec{position:relative;overflow:hidden;border:1px solid var(--bs-hairline);border-left:5px solid var(--report-tone);border-radius:15px;background:var(--bs-paper);transition:border-color var(--bs-dur-base) var(--bs-ease),box-shadow var(--bs-dur-base) var(--bs-ease)}.report-rec[open]{box-shadow:var(--bs-shadow-card);border-color:var(--report-tone-border)}.report-rec__summary{display:flex;align-items:center;gap:12px;padding:16px 18px;cursor:pointer;list-style:none}.report-rec__summary::-webkit-details-marker,.report-section__summary::-webkit-details-marker{display:none}.report-rec__title{flex:1 1;min-width:0;font-size:14.5px;line-height:1.35;font-variation-settings:"wdth" 100,"wght" 750}.report-rec__meta{display:inline-flex;gap:6px;flex-wrap:wrap;justify-content:flex-end;color:var(--fg-muted);font-size:12px;white-space:nowrap}.report-rec__meta span{padding:3px 8px;border-radius:999px;background:var(--bs-offwhite);border:1px solid var(--bs-hairline-soft)}.report-rec__chevron,.report-section__chevron{color:var(--fg-muted);transition:transform var(--bs-dur-base) var(--bs-ease);flex:0 0 auto}.report-rec[open] .report-rec__chevron,.report-section[open] .report-section__chevron{transform:rotate(90deg)}.report-rec__body{padding:0 18px 18px 56px;font-size:14px;line-height:1.62}.report-rec__body>p{margin:0}.report-checklist{display:grid;grid-gap:8px;gap:8px;margin:14px 0 0;padding-left:20px}.report-rec__foot{display:grid;grid-gap:7px;gap:7px;margin-top:14px;padding-top:14px;border-top:1px solid var(--bs-hairline-soft);color:var(--fg-muted);font-size:12.5px}.report-finding pre,.report-rec__body pre{margin-top:12px;padding:14px 16px;background:var(--bs-charcoal);color:#f4f2ec;border-radius:12px;overflow-x:auto;font-size:12.5px;line-height:1.5}.report-fixpack-link{background:var(--bs-teal);color:var(--bs-teal-deep)}.report-section-list{display:grid;grid-gap:14px;gap:14px}.report-section{overflow:hidden;background:var(--bs-paper);border:1px solid var(--bs-hairline-soft);border-top:4px solid var(--report-tone);border-radius:var(--bs-radius-card);box-shadow:var(--bs-shadow-card);scroll-margin-top:var(--app-scroll-offset)}.report-section__summary{display:grid;grid-template-columns:76px minmax(0,1fr) auto 22px;grid-gap:18px;gap:18px;align-items:center;padding:22px 26px;cursor:pointer;list-style:none}.report-section__copy h2{margin:0;font-family:var(--bs-font-mona);font-size:21px;font-variation-settings:"wdth" 95,"wght" 800;letter-spacing:-.01em}.report-section__copy p{margin:5px 0 0;color:var(--fg-muted);font-size:14px;line-height:1.55}.report-section__badges{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:6px}.report-finding-grid{display:grid;grid-gap:10px;gap:10px;padding:0 26px 26px}.report-finding{border:1px solid var(--report-tone-border);border-left:4px solid var(--report-tone);border-radius:14px;background:linear-gradient(90deg,var(--report-tone-bg),var(--bs-paper) 24%);padding:18px 20px}.report-finding__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.report-finding h3{margin:0;font-size:15px;line-height:1.35;font-variation-settings:"wdth" 100,"wght" 750}.report-finding p{margin:11px 0 0;font-size:14px;line-height:1.62}.report-empty-state{padding:18px 20px;border:1px dashed var(--bs-hairline);border-radius:14px;background:var(--bs-offwhite);color:var(--fg-muted);font-size:14px}.report-toc{margin-top:0}.report-toc .toc-link.active{background:var(--bs-charcoal);border-color:var(--bs-charcoal);color:#fff}.report-toc .toc-link.active .toc-count{background:rgb(255 255 255/.16);color:#fff}.report-grounding-notice{margin:0}.report-panel-status{display:grid;place-items:center;width:76px;height:76px;border-radius:999px;border:1px solid var(--report-tone-border);background:var(--report-tone-bg);color:var(--report-tone-fg);font-size:10px;font-variation-settings:"wdth" 75,"wght" 800;letter-spacing:.08em;text-transform:uppercase}@media (max-width:1020px){.report-overview-grid{grid-template-columns:1fr}.report-stat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.report-action-mix{grid-template-columns:1fr}}@media (max-width:760px){.report-hero-card{grid-template-columns:1fr;min-height:0;padding:28px 24px}.report-hero-card>.score-ring{justify-self:start}.report-summary-card{padding:22px 20px}.report-score-grid,.report-stat-strip{grid-template-columns:1fr}.report-rec__summary{align-items:flex-start;flex-wrap:wrap}.report-rec__meta{width:100%;justify-content:flex-start;white-space:normal}.report-rec__body{padding-left:18px}.report-section__summary{grid-template-columns:76px minmax(0,1fr) 22px}.report-section__badges{grid-column:1/-1;justify-content:flex-start}.report-chart--bar{height:340px}}.qa-checklist{padding:18px 22px 26px}.qa-checklist__header,.qa-checklist__row{display:grid;grid-template-columns:minmax(108px,136px) minmax(0,1fr) minmax(0,1.25fr) minmax(0,1.25fr);grid-gap:14px;gap:14px}.qa-checklist__header{padding-bottom:8px;border-bottom:2px solid var(--bs-hairline-soft);font-size:11px}.qa-checklist__group{margin-top:14px}.qa-checklist__group-label{margin:0;padding:2px 0 6px;font-size:11.5px;letter-spacing:.06em;opacity:.85}.qa-checklist__row{align-items:start;padding:12px 0;border-bottom:1px solid var(--bs-hairline-soft)}.qa-checklist__cell{min-width:0;font-size:12.5px;line-height:1.5}.qa-checklist__cell.body-strong{font-size:13.5px;line-height:1.4}.qa-checklist__status{display:flex;flex-direction:column;align-items:flex-start;gap:5px}@media (max-width:768px){.qa-checklist{padding:16px}.qa-checklist__header{display:none}.qa-checklist__group{margin-top:20px}.qa-checklist__row{grid-template-columns:minmax(0,1fr);gap:12px;margin-top:10px;padding:16px;background:var(--bs-paper);border:1px solid var(--bs-hairline);border-radius:12px}.qa-checklist__cell:before{content:attr(data-label);display:block;margin-bottom:4px;color:var(--fg-muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-variation-settings:"wdth" 90,"wght" 750}}.pdf-report-page{display:grid;grid-gap:18px;gap:18px}.pdf-report-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;padding:30px 34px;background:radial-gradient(300px 220px at 90% 10%,rgb(255 91 167/.14),transparent 64%),var(--bs-paper);border:1px solid var(--bs-hairline-soft);border-radius:var(--bs-radius-card);box-shadow:var(--bs-shadow-card)}.pdf-report-hero h1{margin:10px 0 8px;font-family:var(--bs-font-mona);font-variation-settings:"wdth" 110,"wght" 900;font-size:clamp(28px,4vw,48px);letter-spacing:-.035em;line-height:1;overflow-wrap:anywhere}.pdf-report-hero p{margin:0;color:var(--fg-muted);font-size:14px}.pdf-report-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:10px}.report-download-menu{position:relative}.report-download-menu>summary{list-style:none;cursor:pointer}.report-download-menu>summary::-webkit-details-marker{display:none}.report-download-menu[open]>summary{border-radius:var(--bs-radius-input) var(--bs-radius-input) 0 0}.report-download-menu__panel{position:absolute;top:100%;right:0;z-index:8;display:grid;min-width:260px;padding:6px;background:var(--bs-paper);border:1px solid var(--bs-hairline);border-radius:var(--bs-radius-input) 0 var(--bs-radius-input) var(--bs-radius-input);box-shadow:var(--bs-shadow-lift)}.report-download-menu__panel a{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:42px;padding:9px 10px;border-radius:6px;color:var(--fg);font-size:13px;font-variation-settings:"wdth" 100,"wght" 650}.report-download-menu__panel a:hover{background:var(--bs-offwhite-2)}.pdf-document-panel:focus-visible{outline:2px solid var(--bs-charcoal);outline-offset:-2px}.pdf-tabs{display:inline-flex;align-items:center;gap:6px;padding:4px;background:var(--bs-offwhite-2);border:1px solid var(--bs-hairline-soft)}.pdf-tab,.pdf-tabs{border-radius:var(--bs-radius-pill)}.pdf-tab{min-height:30px;padding:6px 12px;color:var(--fg-muted);font-size:12px;font-variation-settings:"wdth" 95,"wght" 700}.pdf-tab.is-active{background:var(--bs-charcoal);color:#fff}.pdf-report-page .section-card-flush .section-head{align-items:center;margin-bottom:0;padding:26px 28px 18px}.pdf-report-page .section-card-flush .section-head>div:first-child{display:block}.pdf-report-page .section-card-flush .section-head>div:last-child:not(:first-child){display:flex;align-items:center}.pdf-viewer-toolbar{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:10px;gap:10px;padding:0 28px 14px}.pdf-reader{display:grid;grid-template-rows:auto minmax(0,1fr);border-top:1px solid var(--bs-hairline-soft);border-radius:0 0 var(--bs-radius-card) var(--bs-radius-card);overflow:hidden;background:#3f4346}.pdf-viewer-controls{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 28px 18px;flex-wrap:wrap}.pdf-viewer-controls--sticky{position:-webkit-sticky;position:sticky;top:0;z-index:3;padding:12px 18px;background:rgb(42 45 48/.94);border-bottom:1px solid rgb(255 255 255/.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pdf-control-group{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.pdf-control-group--zoom{justify-content:flex-end}.pdf-viewer-controls--sticky .pdf-page-count{background:rgb(255 255 255/.08);border-color:rgb(255 255 255/.12);color:#fff}.pdf-viewer-controls--sticky .bs-btn--ghost{color:#fff;border-color:rgb(255 255 255/.16);background:rgb(255 255 255/.06)}.pdf-viewer-controls--sticky .bs-btn--ghost:hover{background:rgb(255 255 255/.12)}.pdf-page-count{display:inline-flex;min-height:30px;padding:0 10px;border-radius:var(--bs-radius-pill);background:var(--bs-offwhite-2);color:var(--fg-muted);font-size:12px;font-variation-settings:"wdth" 95,"wght" 700}.pdf-download-card,.pdf-page-count{align-items:center;border:1px solid var(--bs-hairline-soft)}.pdf-download-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:12px;gap:12px;padding:14px 16px;background:var(--bs-offwhite);border-radius:14px;color:var(--fg);min-height:66px}.pdf-download-card small,.pdf-download-card strong{display:block}.pdf-download-card small{margin-top:2px;color:var(--fg-muted);font-size:12px}:root{--react-pdf-text-layer:1;--react-pdf-annotation-layer:1;--highlight-bg-color:rgb(255 91 167/0.28);--highlight-selected-bg-color:rgb(74 14 31/0.30)}.pdf-js-viewer{min-height:760px;max-height:min(86vh,1200px);overflow:auto;display:grid;justify-items:stretch;padding:16px 12px 28px;background:linear-gradient(45deg,rgb(255 255 255/.03) 25%,transparent 0),linear-gradient(-45deg,rgb(255 255 255/.03) 25%,transparent 0),#3f4346;background-size:18px 18px}.pdf-page-strip{align-items:flex-start;grid-gap:20px;gap:20px;padding-bottom:8px}.pdf-page-strip,.pdf-page-wrap{display:grid;justify-items:center;width:100%}.pdf-page-wrap{grid-gap:8px;gap:8px;max-width:100%}.pdf-page-wrap .react-pdf__Page{max-width:100%;background:#fff;box-shadow:0 14px 40px rgb(0 0 0/.28)}.pdf-js-viewer canvas{max-width:100%;height:auto!important}.pdf-js-viewer .react-pdf__Page__textContent{max-width:100%;cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.pdf-js-viewer .textLayer{position:absolute;inset:0;overflow:hidden;line-height:1;text-align:initial;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.pdf-js-viewer .textLayer :is(span,br){position:absolute;margin:0;color:transparent;cursor:text;transform-origin:0 0;white-space:pre}.pdf-js-viewer .textLayer span.markedContent{top:0;height:0}.pdf-js-viewer .textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.pdf-js-viewer .textLayer .highlight.appended{position:static}.pdf-js-viewer .textLayer .highlight.begin{border-radius:4px 0 0 4px}.pdf-js-viewer .textLayer .highlight.end{border-radius:0 4px 4px 0}.pdf-js-viewer .textLayer .highlight.middle{border-radius:0}.pdf-js-viewer .textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.pdf-js-viewer .textLayer br::selection{background:transparent}.pdf-js-viewer .textLayer .endOfContent{position:absolute;inset:100% 0 0;z-index:-1;display:block;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pdf-js-viewer .textLayer.selecting .endOfContent{top:0}.pdf-js-viewer .hiddenCanvasElement{position:absolute;top:0;left:0;display:none;width:0;height:0}.pdf-js-viewer .react-pdf__Page__textContent ::selection{background:rgb(255 91 167/.3)}.pdf-page-label{display:inline-flex;align-items:center;min-height:24px;padding:3px 10px;border-radius:var(--bs-radius-pill);background:rgb(255 255 255/.14);color:#fff;font-size:11px;font-variation-settings:"wdth" 95,"wght" 700}.pdf-viewer-state{display:grid;place-items:center;min-height:420px;padding:24px;color:#fff;text-align:center;font-variation-settings:"wdth" 95,"wght" 700}.pdf-viewer-frame{display:block;width:100%;height:min(78vh,980px);min-height:680px;border:0;border-top:1px solid var(--bs-hairline-soft);background:#525659;border-radius:0 0 var(--bs-radius-card) var(--bs-radius-card)}.pdf-viewer-fallback{display:grid;place-items:center;grid-gap:14px;gap:14px;min-height:420px;color:#fff}@media (max-width:760px){.pdf-report-hero{align-items:flex-start;flex-direction:column;padding:24px 22px}.pdf-report-actions{justify-content:flex-start}.report-download-menu__panel{right:auto;left:0;max-width:min(300px,calc(100vw - 44px))}.pdf-report-page .section-card-flush .section-head{align-items:flex-start;flex-direction:column;padding:22px 18px 16px}.pdf-viewer-toolbar{padding:0 18px 16px}.pdf-viewer-controls{align-items:flex-start;justify-content:flex-start;padding:0 18px 14px}.pdf-viewer-controls--sticky{padding:10px 12px}.pdf-control-group--zoom{justify-content:flex-start}.pdf-js-viewer{min-height:560px;max-height:78vh;padding:12px 8px 20px}.pdf-viewer-frame{height:72vh;min-height:520px}}.report-dashboard{display:grid;grid-gap:14px;gap:14px}.report-dashboard__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-gap:14px;gap:14px}.report-dash-card{display:grid;grid-gap:10px;gap:10px;align-content:start;padding:18px 20px;background:var(--bs-paper);border:1px solid var(--bs-hairline-soft);border-top:4px solid var(--report-tone,var(--bs-maroon));border-radius:var(--bs-radius-card);box-shadow:var(--bs-shadow-card)}.report-dash-card__head{display:inline-flex;align-items:center;gap:8px;color:var(--report-tone-fg,var(--fg));font-variation-settings:"wdth" 95,"wght" 750;font-size:13px;text-transform:uppercase;letter-spacing:.06em}.report-dash-card__head svg{color:var(--report-tone,var(--bs-maroon))}.report-dash-list{display:grid;grid-gap:8px;gap:8px;margin:0;padding-left:18px;font-size:13.5px;line-height:1.5}.report-dash-list li{padding-left:2px}.report-dash-lead{margin:0;font-size:15px;line-height:1.45;font-variation-settings:"wdth" 100,"wght" 700}.report-dash-meta{display:inline-flex;flex-wrap:wrap;gap:6px;align-items:center;color:var(--fg-muted);font-size:12px}.report-dash-meta span{padding:3px 8px;border-radius:999px;background:var(--bs-offwhite);border:1px solid var(--bs-hairline-soft)}.report-dash-jump{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-variation-settings:"wdth" 95,"wght" 650;color:var(--bs-maroon)}.report-dash-empty{margin:0;color:var(--fg-muted);font-size:13.5px}.report-dash-narrative{margin:0;padding:14px 18px;background:var(--bs-offwhite);border:1px solid var(--bs-hairline-soft);border-radius:14px;font-size:14.5px;line-height:1.6;color:var(--fg)}.report-dash-sequence{display:grid;grid-gap:8px;gap:8px;padding:16px 20px;background:var(--bs-paper);border:1px solid var(--bs-hairline-soft);border-radius:var(--bs-radius-card);box-shadow:var(--bs-shadow-card)}.report-dash-sequence ol{margin:0;padding-left:20px;display:grid;grid-gap:6px;gap:6px;font-size:14px;line-height:1.5}.report-summary-toggle>summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none}.report-summary-toggle>summary::-webkit-details-marker{display:none}.report-summary-toggle__chevron{color:var(--fg-muted);transition:transform var(--bs-dur-base) var(--bs-ease)}.report-summary-toggle[open] .report-summary-toggle__chevron{transform:rotate(180deg)}.report-score-tile__title{display:inline-flex;align-items:center;gap:6px}.report-score-tile__title svg{color:var(--fg-muted);flex:0 0 auto}.report-section__icon{color:var(--report-tone,var(--bs-maroon));vertical-align:-3px;margin-right:4px}.report-toc .toc-link svg{flex:0 0 auto;opacity:.7}.report-evidence{display:grid;grid-gap:8px;gap:8px;padding:16px 18px;background:var(--bs-offwhite);border:1px solid var(--bs-hairline-soft);border-radius:14px}.report-evidence__title{font-size:13px;font-variation-settings:"wdth" 95,"wght" 750;color:var(--fg)}.report-evidence__scroll{overflow-x:auto}.report-evidence-table{width:100%;border-collapse:collapse;font-size:12.5px;font-feature-settings:"tnum","lnum"}.report-evidence-table td,.report-evidence-table th{padding:7px 10px;text-align:left;border-bottom:1px solid var(--bs-hairline-soft);white-space:nowrap}.report-evidence-table th{color:var(--fg-muted);font-variation-settings:"wdth" 95,"wght" 700;text-transform:uppercase;letter-spacing:.04em;font-size:11px}.report-evidence-url{max-width:280px;overflow:hidden;text-overflow:ellipsis;font-family:var(--bs-font-mono,monospace)}.report-evidence__note{margin:0;color:var(--fg-muted);font-size:12.5px;line-height:1.5}@media (max-width:1020px){.report-dashboard__grid{grid-template-columns:1fr}}.admin-console{display:grid;grid-gap:22px;gap:22px;padding-block:32px 56px}.admin-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.admin-heading h1{margin:4px 0 6px;font-size:clamp(30px,4vw,48px)}.admin-error,.admin-pagination,.admin-range,.admin-row-actions{display:flex;align-items:center;gap:8px}.admin-error{padding:12px 14px;border:1px solid rgb(180 35 45/.25);border-radius:10px;background:rgb(180 35 45/.08);color:var(--bs-red);font-weight:700}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:12px;gap:12px;margin-block:18px 24px}.admin-panel,.admin-stat{border:1px solid var(--bs-hairline);border-radius:14px;background:var(--bg-elevated);box-shadow:0 10px 28px rgb(26 26 26/.05)}.admin-stat{display:grid;grid-gap:5px;gap:5px;min-height:132px;padding:18px}.admin-stat svg{color:var(--bs-maroon)}.admin-stat strong{font-size:27px;font-variation-settings:"wdth" 95,"wght" 800}.admin-stat span,.admin-table td>span:not([data-slot=badge]){color:var(--fg-muted);font-size:12px}.admin-panel{padding:18px}.admin-panel h2{margin:0 0 12px}.admin-table-wrap{margin-top:14px;overflow-x:auto;border:1px solid var(--bs-hairline);border-radius:12px;background:var(--bg-elevated)}.admin-table{width:100%;min-width:860px;border-collapse:collapse;font-size:13px}.admin-table td,.admin-table th{padding:11px 12px;border-bottom:1px solid var(--bs-hairline-soft);text-align:left;vertical-align:middle}.admin-table th{color:var(--fg-muted);font-size:11px;font-variation-settings:"wdth" 95,"wght" 800;letter-spacing:.04em;text-transform:uppercase}.admin-table tbody tr:last-child td{border-bottom:0}.admin-table td:first-child span,.admin-table td:first-child strong{display:block}.admin-table a{color:var(--bs-teal-deep);font-weight:700;text-decoration:underline;text-underline-offset:2px}.admin-filters{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));grid-gap:12px;gap:12px;margin:18px 0 6px}.admin-filters label{display:grid;grid-gap:5px;gap:5px;color:var(--fg-muted);font-size:12px;font-weight:700}.admin-filters select{width:100%;height:36px;padding:0 10px;border:1px solid var(--bs-hairline);border-radius:8px;background:var(--bg-elevated);color:var(--fg)}.admin-pagination{justify-content:flex-end;margin-top:12px}.admin-pagination span{color:var(--fg-muted);font-size:12px}@media (max-width:760px){.admin-heading{align-items:flex-start;flex-direction:column}.admin-filters{grid-template-columns:1fr}.admin-row-actions{align-items:stretch;flex-direction:column}}