:root{
--surface:#fbfaf6;
--surface-low:#f4f2ec;
--surface-panel:#ffffff;
--line:#dde2dc;
--line-strong:#c9d0ca;
--ink:#17211d;
--muted:#4c5550;
--muted-soft:#7b827e;
--brand:#0b2f24;
--brand-deep:#031b13;
--success:#0f5132;
--success-soft:#dff3e8;
--error:#c81e1e;
--error-soft:#fff4f4;
--error-line:#f0c1bd;
--warning:#8a5a00;
--warning-soft:#fff6dc;
}

.skip-link{
position:fixed;
top:10px;
left:10px;
z-index:200;
padding:10px 16px;
border:1px solid var(--brand);
border-radius:6px;
background:var(--surface-panel);
color:var(--brand);
font-size:13px;
font-weight:700;
text-decoration:none;
transform:translateY(-200%);
}
.skip-link:focus{transform:none;outline:2px solid var(--brand);outline-offset:2px}

/* Mineral-buyer acquisition workspace: composed from the existing portal tokens. */
.buyer-portfolios-page{width:min(1240px,calc(100% - 48px))}
.buyer-portfolio-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}
.buyer-portfolio-hero h1,.buyer-workspace-heading h2,.buyer-modal h2{margin:2px 0 6px;font-family:"Source Serif 4",Georgia,serif;letter-spacing:-.025em;color:var(--brand)}
.buyer-portfolio-hero h1{font-size:clamp(34px,5vw,54px);line-height:1}
.buyer-portfolio-hero p,.buyer-workspace-heading p{max-width:760px;margin:0;color:var(--muted)}
.buyer-eyebrow{margin:0!important;color:var(--warning)!important;font-size:11px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.buyer-portfolio-layout{display:grid;grid-template-columns:minmax(240px,280px) minmax(0,1fr);gap:22px;align-items:start;margin-top:22px}
.buyer-portfolio-list{position:sticky;top:80px;display:grid;gap:8px;max-height:calc(100vh - 110px);overflow:auto}
.buyer-portfolio-list-item{width:100%;padding:16px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.86);color:var(--ink);cursor:pointer;font:inherit;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}
.buyer-portfolio-list-item:hover,.buyer-portfolio-list-item:focus-visible{border-color:var(--brand);outline:none;box-shadow:0 6px 18px rgba(11,47,36,.08)}
.buyer-portfolio-list-item.active{border-color:var(--brand);background:#f2f8f4;box-shadow:inset 3px 0 0 var(--brand)}
.buyer-portfolio-list-item strong,.buyer-portfolio-list-item span,.buyer-portfolio-list-item small{display:block}
.buyer-portfolio-list-item strong{font-size:15px}.buyer-portfolio-list-item span{margin-top:4px;color:var(--muted);font-size:13px}.buyer-portfolio-list-item small{margin-top:9px;color:var(--muted-soft);font-size:11px}
.buyer-list-empty{padding:20px;border:1px dashed var(--line-strong);border-radius:8px;background:rgba(255,255,255,.65)}
.buyer-list-empty p{margin:5px 0 0;color:var(--muted)}
.buyer-portfolio-workspace{min-width:0;padding:24px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.92);box-shadow:0 12px 34px rgba(11,47,36,.06)}
.buyer-workspace-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}
.buyer-workspace-heading h2{font-size:32px;line-height:1.1}
.buyer-tabs{display:flex;gap:4px;margin:22px -24px 0;padding:0 24px;border-bottom:1px solid var(--line);overflow:auto}
.buyer-tabs button{min-height:44px;padding:0 15px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-size:13px;font-weight:750;white-space:nowrap}
.buyer-tabs button[aria-selected="true"]{border-bottom-color:var(--brand);color:var(--brand)}
.buyer-tabs button:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}
.buyer-authority-banner{margin:18px 0 0;padding:15px 17px;border:1px solid #d7b85d;border-radius:8px;background:var(--warning-soft);color:var(--brand)}
.buyer-authority-banner strong{display:block;font-size:13px;font-weight:850;letter-spacing:.03em}.buyer-authority-banner p{margin:5px 0 0;color:#4f4935;font-size:13px;line-height:1.45}
.buyer-tab-panel{padding-top:22px}
.buyer-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}
.buyer-commercial-lanes{grid-template-columns:repeat(5,minmax(0,1fr))}
.buyer-metric{min-height:158px;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface-panel)}
.buyer-metric.primary{border-color:var(--brand);background:var(--brand);color:#fff}
.buyer-metric.gold{border-color:#d7b85d;background:var(--warning-soft)}.buyer-metric.gray{background:#f4f6f5}
.buyer-metric span{display:block;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.buyer-metric strong{display:block;margin-top:12px;font-family:"Source Serif 4",Georgia,serif;font-size:24px;line-height:1.08}.buyer-metric p{margin:10px 0 0;color:var(--muted);font-size:12px}.buyer-metric.primary p{color:rgba(255,255,255,.76)}
.buyer-overview-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.75fr);gap:18px}.buyer-overview-grid .section-shell{margin:0}
.buyer-readiness-list{margin:0}.buyer-readiness-list div{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid var(--line)}.buyer-readiness-list div:last-child{border-bottom:0}.buyer-readiness-list dt{color:var(--muted)}.buyer-readiness-list dd{margin:0;font-weight:800}
.buyer-truth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px}.buyer-reconciliation-incomplete{border-color:#d7b85d;background:var(--warning-soft)}
.buyer-next-actions{grid-column:1/-1}.buyer-next-actions ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;counter-reset:buyer-actions}.buyer-next-actions li{position:relative;padding:15px 15px 15px 44px;border:1px solid var(--line);border-radius:7px;background:#fff;counter-increment:buyer-actions}.buyer-next-actions li:before{position:absolute;top:14px;left:14px;display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:var(--brand);color:#fff;content:counter(buyer-actions);font-size:11px;font-weight:850}.buyer-next-actions li p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.45}
.buyer-upload-card,.buyer-package-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--surface-low)}
.buyer-upload-card h3,.buyer-package-card h3{margin:0 0 6px;color:var(--brand);font-size:20px}.buyer-upload-card p,.buyer-package-card p{max-width:680px;margin:5px 0;color:var(--muted)}
.buyer-document-list,.buyer-finding-list{display:grid;gap:10px;margin-top:16px}
.buyer-document-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:16px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:7px;background:#fff}.buyer-document-row p{margin:3px 0;color:var(--muted);font-size:13px}.buyer-document-row details{grid-column:1/-1;color:var(--muted);font-size:12px}.buyer-document-row summary{cursor:pointer;font-weight:700}
.buyer-intake-receipt{margin-top:16px}.buyer-receipt-unavailable{border-color:#d7b85d;background:var(--warning-soft)}.buyer-intake-counts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:16px 0 0}.buyer-intake-counts div{padding:12px;border:1px solid var(--line);border-radius:7px;background:#fff}.buyer-intake-counts dt{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.buyer-intake-counts dd{margin:6px 0 0;color:var(--brand);font-family:"Source Serif 4",Georgia,serif;font-size:20px;font-weight:750}.buyer-intake-items{display:grid;gap:8px;margin-top:14px}.buyer-intake-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:7px;background:#fff}.buyer-intake-item.issue{border-color:#d7b85d;background:var(--warning-soft)}.buyer-intake-item p{margin:4px 0 0;color:var(--muted);font-size:12px}.buyer-intake-item details{grid-column:1/-1;color:var(--muted);font-size:12px}.buyer-intake-item summary{cursor:pointer;font-weight:700}.buyer-technical-note{color:var(--muted);font-size:12px;line-height:1.45}
.buyer-exception-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.buyer-exception-summary div{padding:14px;border:1px solid var(--line);border-radius:7px;background:var(--surface-low)}.buyer-exception-summary span{display:block;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.buyer-exception-summary strong{display:block;margin-top:6px;color:var(--brand);font-family:"Source Serif 4",Georgia,serif;font-size:22px}.buyer-exception-status{margin:0 0 14px}.buyer-exception-list{display:grid;gap:12px}.buyer-exception-row{padding:17px;border:1px solid var(--line);border-radius:8px;background:#fff}.buyer-exception-terminal,.buyer-exception-unavailable{border-color:#d7b85d;background:var(--warning-soft)}.buyer-exception-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.buyer-exception-heading h3{margin:7px 0 4px;color:var(--brand)}.buyer-exception-heading p{max-width:680px;margin:0;color:var(--muted);font-size:13px;line-height:1.5}.buyer-exception-meta{display:grid;gap:4px;min-width:180px;color:var(--muted);font-size:12px;text-align:right}.buyer-exception-meta strong{color:var(--ink)}.buyer-terminal-message{padding:10px 12px;border-left:3px solid #b48613;background:rgba(255,255,255,.6);color:#4f4935;font-size:13px}.buyer-exception-row details{margin-top:12px;color:var(--muted);font-size:12px}.buyer-exception-row summary{cursor:pointer;font-weight:700}.buyer-exception-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.buyer-exception-actions>div{display:grid;gap:4px}.buyer-exception-actions small{max-width:250px;color:var(--muted);font-size:11px}.buyer-confirmation{padding:12px;border:1px solid #d7b85d;border-radius:7px;background:var(--warning-soft);color:#4f4935}
.buyer-finding-card{display:flex;justify-content:space-between;gap:18px;padding:17px;border:1px solid var(--line);border-radius:7px;background:#fff}.buyer-finding-card h4{margin:7px 0 4px;color:var(--brand);font-size:16px}.buyer-finding-card p{margin:0;color:var(--muted);font-size:13px}.buyer-finding-card small{display:block;margin-top:8px;color:var(--muted-soft)}.buyer-finding-card>strong{white-space:nowrap;color:var(--brand)}
.buyer-lane-section{margin-top:16px}.buyer-lane-section:first-child{margin-top:0}.buyer-lane-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.buyer-lane-header h3{margin:0;color:var(--brand)}.buyer-lane-header>strong{color:var(--brand);font-family:"Source Serif 4",Georgia,serif;font-size:22px;white-space:nowrap}.buyer-lane-header>span{color:var(--muted);font-size:13px;font-weight:800;white-space:nowrap}
.buyer-package-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px;min-width:280px}.buyer-package-actions .inline-status{flex-basis:100%;text-align:right}
.buyer-package-actions .button:disabled{cursor:not-allowed;filter:grayscale(.45);opacity:.48}.buyer-control-lock{padding:9px 11px;border-left:3px solid #d7b85d;background:var(--warning-soft)}
.buyer-modal-backdrop{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;padding:20px;background:rgba(3,27,19,.58);backdrop-filter:blur(3px)}
.buyer-modal{position:relative;width:min(560px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:30px;border-radius:10px;background:#fff;box-shadow:0 28px 70px rgba(3,27,19,.28)}
.buyer-modal h2{font-size:32px}.buyer-modal-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--brand);cursor:pointer;font-size:24px;line-height:1}.buyer-modal-close:focus-visible{outline:2px solid var(--brand);outline-offset:2px}
.buyer-modal form{display:grid;gap:17px}.buyer-modal label:not(.buyer-dropzone){display:grid;gap:7px;color:var(--brand);font-size:13px;font-weight:800}.buyer-modal input,.buyer-modal textarea{width:100%;padding:12px;border:1px solid var(--line-strong);border-radius:6px;background:#fff;color:var(--ink);font:inherit}.buyer-modal input:focus,.buyer-modal textarea:focus{border-color:var(--brand);outline:2px solid rgba(11,47,36,.15)}
.buyer-dropzone{display:grid;place-items:center;min-height:180px;margin:18px 0;padding:24px;border:2px dashed #9ab2a5;border-radius:9px;background:#f5faf7;color:var(--brand);cursor:pointer;text-align:center}.buyer-dropzone span{color:var(--muted);font-size:13px}.buyer-dropzone input{margin-top:15px}
.buyer-upload-manifest{margin:14px 0}.buyer-upload-manifest ul{max-height:190px;margin:8px 0;padding:0;overflow:auto;list-style:none}.buyer-upload-manifest li{display:flex;justify-content:space-between;gap:14px;padding:8px 0;border-bottom:1px solid var(--line);font-size:13px}.buyer-upload-manifest .accepted{color:var(--success)}.buyer-upload-manifest .rejected{color:var(--error)}

@media(max-width:980px){.buyer-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.buyer-overview-grid{grid-template-columns:1fr}.buyer-portfolio-layout{grid-template-columns:220px minmax(0,1fr)}.buyer-next-actions{grid-column:auto}.buyer-intake-counts,.buyer-exception-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.buyer-portfolios-page{width:min(100% - 24px,1240px)}.buyer-portfolio-hero,.buyer-workspace-heading,.buyer-upload-card,.buyer-package-card{align-items:stretch;flex-direction:column}.buyer-portfolio-layout{display:block}.buyer-portfolio-list{position:static;display:flex;max-height:none;margin-bottom:14px;overflow:auto}.buyer-portfolio-list-item{min-width:230px}.buyer-portfolio-workspace{padding:18px}.buyer-tabs{margin-left:-18px;margin-right:-18px;padding:0 18px}.buyer-metric-grid,.buyer-truth-grid,.buyer-next-actions ol,.buyer-intake-counts,.buyer-exception-summary{grid-template-columns:1fr}.buyer-document-row,.buyer-intake-item{grid-template-columns:1fr}.buyer-document-row details,.buyer-intake-item details{grid-column:auto}.buyer-finding-card{display:block}.buyer-finding-card>strong{display:block;margin-top:10px}.buyer-lane-header,.buyer-exception-heading{align-items:flex-start;flex-direction:column;gap:8px}.buyer-exception-meta{text-align:left}.buyer-package-actions{min-width:0;justify-content:flex-start}.buyer-package-actions .inline-status{text-align:left}.buyer-modal{padding:24px 20px}}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
margin:0;
min-height:100vh;
display:flex;
flex-direction:column;
background:
linear-gradient(rgba(252,249,248,.92),rgba(252,249,248,.92)),
linear-gradient(var(--surface-variant,#e5e2e1) 1px,transparent 1px),
linear-gradient(90deg,var(--surface-variant,#e5e2e1) 1px,transparent 1px);
background-size:auto,20px 20px,20px 20px;
color:var(--ink);
font-family:"Hanken Grotesk","Avenir Next","Segoe UI",Helvetica,Arial,sans-serif;
font-size:15px;
line-height:1.45;
}
body.compact-menu-open{overflow:hidden}
a{color:inherit}

.topbar{
position:sticky;
top:0;
z-index:1000;
min-height:58px;
background:rgba(255,255,255,.96);
border-bottom:1px solid var(--line);
backdrop-filter:blur(10px);
}
body.compact-menu-open .topbar{
z-index:1004;
background:transparent;
border-bottom-color:transparent;
backdrop-filter:none;
}
body.compact-menu-open .brand-group,body.compact-menu-open .compact-user-name{visibility:hidden}
.topbar-inner{
width:min(1180px,calc(100% - 64px));
min-height:58px;
margin:0 auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:24px;
}
.brand-group,.nav,.utility{display:flex;align-items:center}
.brand-group{gap:28px;min-width:0}
.brand{
display:inline-flex;
align-items:center;
height:34px;
text-decoration:none;
font-size:22px;
font-weight:850;
letter-spacing:-.03em;
color:var(--brand);
transform:translateY(-3px);
}
.brand img{display:block;width:144px;height:auto}
.org{
padding-left:18px;
border-left:1px solid var(--line-strong);
color:#303934;
font-size:10px;
font-weight:800;
letter-spacing:.16em;
text-transform:uppercase;
white-space:nowrap;
}
.nav{gap:34px;margin-left:0}
.nav a{
position:relative;
display:inline-flex;
align-items:center;
min-height:38px;
color:#313a36;
font-size:13px;
font-weight:700;
letter-spacing:.105em;
text-decoration:none;
transition:color .16s ease;
}
.nav a::after{
content:"";
position:absolute;
left:0;
right:0;
bottom:2px;
height:2px;
background:transparent;
opacity:0;
transition:background-color .16s ease,opacity .16s ease;
}
.nav a.active{color:var(--brand)}
.nav a:hover,.nav a:focus-visible{color:var(--brand)}
.nav a:hover::after,.nav a:focus-visible::after{background:var(--brand);opacity:.35}
.nav a.active::after{background:var(--brand);opacity:1}
.utility{gap:18px;color:#333b37;font-size:13px;white-space:nowrap}
.user-name{position:relative;display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;font-weight:650}
.prototype-account-info{
display:inline-flex;
align-items:center;
justify-content:center;
width:16px;
height:16px;
padding:0;
border:1px solid #b9c9be;
border-radius:50%;
background:#fff;
color:var(--brand);
cursor:pointer;
font-size:10px;
font-weight:850;
line-height:1;
text-transform:none;
}
.prototype-account-info:hover,.prototype-account-info:focus-visible{
border-color:var(--brand);
background:#f6faf7;
outline:none;
}
.prototype-account-tooltip{
position:absolute;
z-index:20;
right:0;
top:calc(100% + 10px);
width:270px;
padding:10px 12px;
border:1px solid #c8ded1;
border-radius:6px;
background:#fff;
box-shadow:0 12px 26px rgba(11,47,36,.12);
color:#303834;
font-size:12px;
font-weight:600;
letter-spacing:0;
line-height:1.35;
text-align:left;
white-space:normal;
}
.prototype-account-tooltip:before{
content:"";
position:absolute;
right:8px;
top:-6px;
width:10px;
height:10px;
border-left:1px solid #c8ded1;
border-top:1px solid #c8ded1;
background:#fff;
transform:rotate(45deg);
}
.prototype-account-tooltip[hidden]{display:none}
.sign-out{
border:0;
background:transparent;
color:var(--brand);
cursor:pointer;
font:inherit;
font-size:10px;
font-weight:850;
letter-spacing:.13em;
text-transform:uppercase;
}
.compact-header-actions{display:none}
.compact-user-name{
display:inline-flex;
align-items:center;
min-width:0;
max-width:180px;
overflow:hidden;
color:#303934;
font-size:12px;
font-weight:750;
letter-spacing:.02em;
line-height:1.1;
text-overflow:ellipsis;
white-space:nowrap;
}
.hamburger-button{
position:relative;
display:inline-flex;
align-items:center;
justify-content:center;
flex:0 0 auto;
width:54px;
height:54px;
padding:0;
border:1px solid transparent;
border-radius:3px;
background:transparent;
color:var(--brand);
cursor:pointer;
}
.hamburger-button:hover,.hamburger-button:focus-visible,.hamburger-button[aria-expanded="true"]{
border-color:transparent;
background:transparent;
outline:none;
}
.hamburger-button span[aria-hidden="true"]{
position:absolute;
left:50%;
width:17px;
height:2px;
border-radius:999px;
background:currentColor;
transform-origin:center;
transition:transform .24s ease,opacity .18s ease;
}
.hamburger-button span[aria-hidden="true"]:nth-of-type(2){transform:translate(-50%,-6px)}
.hamburger-button span[aria-hidden="true"]:nth-of-type(3){transform:translate(-50%,0)}
.hamburger-button span[aria-hidden="true"]:nth-of-type(4){transform:translate(-50%,6px)}
.hamburger-button[aria-expanded="true"] span[aria-hidden="true"]:nth-of-type(2){transform:translateX(-50%) rotate(45deg)}
.hamburger-button[aria-expanded="true"] span[aria-hidden="true"]:nth-of-type(3){opacity:0}
.hamburger-button[aria-expanded="true"] span[aria-hidden="true"]:nth-of-type(4){transform:translateX(-50%) rotate(-45deg)}
.compact-menu-backdrop{
position:fixed;
inset:0;
z-index:1001;
display:none;
height:100vh;
height:100dvh;
border:0;
background:transparent;
cursor:pointer;
opacity:0;
transition:none;
}
.compact-menu-backdrop.is-open{opacity:0}
.compact-menu-backdrop[hidden]{display:none}
.compact-menu{
position:fixed;
right:0;
left:0;
top:0;
bottom:0;
z-index:1002;
display:flex;
flex-direction:column;
align-items:center;
justify-content:flex-start;
gap:0;
width:100vw;
max-width:100vw;
height:100vh;
height:100dvh;
padding:24px 32px 30px;
border:0;
border-radius:0;
background:#fff;
box-shadow:none;
opacity:0;
transform:none;
transition:opacity .18s ease;
}
.compact-menu[hidden]{display:none}
.compact-menu.is-open{
opacity:1;
}
.compact-menu-close-row{
display:none;
justify-content:flex-end;
width:100%;
min-height:38px;
margin-bottom:18px;
}
.compact-menu-brand{
display:flex;
align-items:center;
justify-content:center;
width:100%;
min-height:72px;
}
.compact-menu-brand img{
display:block;
width:220px;
height:auto;
}
.compact-menu-account{
display:flex;
align-items:flex-end;
justify-content:flex-end;
flex-direction:column;
gap:8px;
width:100%;
min-height:0;
margin-top:auto;
padding-top:28px;
padding-right:0;
text-align:right;
}
.compact-menu-user-name{
min-width:0;
max-width:260px;
overflow:hidden;
color:var(--brand);
font-size:16px;
font-weight:850;
letter-spacing:.02em;
line-height:1.2;
text-overflow:ellipsis;
white-space:nowrap;
}
.compact-menu-rule{
width:calc(100% + 64px);
height:1px;
margin:0 -32px 34px;
background:#d7e4dc;
}
.compact-menu-options{
display:flex;
align-items:stretch;
flex-direction:column;
gap:0;
width:100%;
max-width:340px;
}
.compact-menu-options a{
position:relative;
z-index:0;
display:inline-flex;
align-items:center;
justify-content:flex-start;
gap:14px;
min-height:88px;
width:100%;
max-width:340px;
padding:0 18px;
border:0;
border-radius:3px;
background:transparent;
color:#303a35;
cursor:pointer;
font:inherit;
font-size:21px;
font-weight:850;
letter-spacing:.08em;
text-align:center;
text-decoration:none;
text-transform:uppercase;
}
.compact-menu-options a::before{
content:"";
position:absolute;
top:0;
bottom:0;
left:50%;
z-index:-1;
width:100vw;
background:transparent;
transform:translateX(-50%);
}
.compact-menu-options a+a{border-top:1px solid #d7e4dc}
.compact-menu-link-icon{
display:inline-flex;
align-items:center;
justify-content:center;
flex:0 0 auto;
width:24px;
height:24px;
color:var(--brand);
}
.compact-menu-link-icon svg{
width:20px;
height:20px;
fill:none;
stroke:currentColor;
stroke-linecap:round;
stroke-linejoin:round;
stroke-width:1.9;
}
.compact-menu-options a:hover,.compact-menu-options a:focus-visible{
color:var(--brand);
outline:none;
}
.compact-menu-options a:hover,.compact-menu-options a:focus-visible,.compact-menu-options a.active{
color:var(--brand);
}
.compact-menu-options a:hover::before,.compact-menu-options a:focus-visible::before,.compact-menu-options a.active::before{background:#eef5f1}
.compact-sign-out[hidden],.compact-sign-in[hidden]{display:none!important}
.compact-menu .compact-sign-out,.compact-menu .compact-sign-in{
display:inline-flex;
align-items:center;
justify-content:flex-end;
gap:7px;
width:auto;
max-width:none;
min-height:24px;
padding:0;
border:0;
background:transparent;
color:var(--brand);
cursor:pointer;
font:inherit;
font-size:10px;
font-weight:850;
letter-spacing:.12em;
line-height:1;
text-align:right;
text-decoration:none;
text-transform:uppercase;
}
.compact-menu .compact-sign-out:hover,.compact-menu .compact-sign-out:focus-visible,.compact-menu .compact-sign-in:hover,.compact-menu .compact-sign-in:focus-visible{
background:transparent;
color:var(--brand-deep);
outline:none;
text-decoration:underline;
text-underline-offset:4px;
}
.compact-sign-out-icon,.compact-sign-in-icon{
display:inline-flex;
align-items:center;
justify-content:center;
width:13px;
height:13px;
color:currentColor;
}
.compact-sign-out-icon svg,.compact-sign-in-icon svg{
width:13px;
height:13px;
fill:none;
stroke:currentColor;
stroke-linecap:round;
stroke-linejoin:round;
stroke-width:2;
}
.compact-menu-close{
position:fixed;
top:10px;
right:max(16px,calc((100vw - 760px) / 2));
z-index:1003;
display:inline-flex;
align-items:center;
justify-content:center;
width:54px;
height:54px;
padding:0;
border:1px solid transparent;
border-radius:3px;
background:transparent;
color:var(--brand);
cursor:pointer;
}
.compact-menu-close:hover,.compact-menu-close:focus-visible{
background:transparent;
outline:none;
}
.compact-menu-close span{
position:absolute;
width:17px;
height:2px;
border-radius:999px;
background:currentColor;
}
.compact-menu-close span:first-child{transform:rotate(45deg)}
.compact-menu-close span:last-child{transform:rotate(-45deg)}

.page{
width:min(1180px,calc(100% - 64px));
flex:1 0 auto;
margin:0 auto;
padding:42px 0 54px;
}
.eyebrow{
margin:0 0 8px;
color:var(--muted);
font-size:10px;
font-weight:850;
letter-spacing:.14em;
text-transform:uppercase;
}
h1,h2,h3,p{margin-top:0}
h1{
margin:0 0 8px;
color:var(--brand-deep);
font-family:"Hanken Grotesk","Avenir Next","Segoe UI",Helvetica,Arial,sans-serif;
font-size:clamp(38px,5vw,56px);
line-height:1.05;
font-weight:850;
letter-spacing:0;
}
.subtitle{
margin:0;
max-width:820px;
color:#404943;
font-size:18px;
line-height:1.35;
}
.release-rule{
margin:10px 0 0;
color:#27302c;
font-size:13px;
font-style:italic;
}
.release-rule strong{color:var(--brand);font-style:normal}
body[data-page="dashboard"] .page > section[aria-labelledby="page-title"]:first-child{
display:flex;
align-items:flex-start;
flex-direction:column;
gap:10px;
margin-bottom:20px;
padding:26px 30px 24px;
border:1px solid #d7e4db;
border-radius:8px;
background:#fff;
box-shadow:0 10px 26px rgba(11,47,36,.055);
}
body[data-page="dashboard"] .page > section[aria-labelledby="page-title"]:first-child h1{
font-size:clamp(34px,4.5vw,50px);
}
body[data-page="dashboard"] .page > section[aria-labelledby="page-title"]:first-child .subtitle{
max-width:100%;
}
body[data-page="dashboard"] .page > section[aria-labelledby="page-title"]:first-child .eyebrow{
display:none;
}
.dashboard-hero-metrics{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:10px;
width:100%;
margin-top:12px;
padding-top:16px;
border-top:1px solid var(--line);
}
.dashboard-metric{
display:grid;
grid-template-columns:30px minmax(0,1fr);
gap:10px;
align-items:center;
min-height:72px;
padding:13px 14px;
border:1px solid #dce8e1;
border-radius:8px;
background:#fbfdfb;
color:inherit;
text-decoration:none;
transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.dashboard-metric[href]:hover,.dashboard-metric[href]:focus-visible{
border-color:#bdd0c4;
box-shadow:0 10px 22px rgba(13,40,30,.055);
outline:none;
transform:translateY(-1px);
}
.dashboard-metric.is-static{cursor:default}
.dashboard-metric-icon{
display:inline-flex;
align-items:center;
justify-content:center;
width:30px;
height:30px;
border:1px solid #cfe0d6;
border-radius:50%;
background:#fff;
color:var(--brand);
}
.dashboard-metric-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}
.dashboard-metric-copy{display:grid;min-width:0;gap:4px}
.dashboard-metric-label{
color:var(--muted-soft);
font-size:9px;
font-weight:850;
letter-spacing:.12em;
line-height:1.2;
text-transform:uppercase;
}
.dashboard-metric-value{
display:flex;
align-items:baseline;
gap:8px;
min-width:0;
}
.dashboard-metric-value strong{
flex:0 0 auto;
color:var(--brand);
font-size:26px;
line-height:1;
}
.dashboard-metric-description{
overflow:hidden;
color:#303834;
font-size:11px;
line-height:1.25;
text-overflow:ellipsis;
white-space:nowrap;
}
.dashboard-usage-note{
margin:10px 0 0;
color:#303834;
font-size:12px;
line-height:1.4;
}
.dashboard-usage-note.usage-warning{color:#946300}
.dashboard-usage-note.usage-empty{color:var(--error)}

.alert{
display:grid;
grid-template-columns:auto minmax(0,1fr) auto;
gap:22px;
align-items:center;
margin:28px 0;
padding:26px 28px;
background:var(--error-soft);
border:1px solid var(--error-line);
border-radius:4px;
}
.alert.neutral{background:#f6faf7;border-color:#c8ded1}
.alert.warning{background:var(--warning-soft);border-color:#ead69b}
.alert-icon{
width:22px;
height:22px;
display:inline-flex;
align-items:center;
justify-content:center;
border:2px solid currentColor;
border-radius:50%;
color:var(--brand);
font-size:13px;
font-weight:900;
line-height:1;
}
.alert h2{
margin:0 0 4px;
color:var(--brand);
font-size:15px;
font-weight:850;
letter-spacing:.12em;
text-transform:uppercase;
}
.alert p{margin:0;color:#333c37;font-size:15px}
.alert .next{margin-top:6px;font-size:12px}
.inline-status{margin-top:8px;color:var(--muted);font-size:13px}
.inline-status.error{color:var(--error)}
.inline-status.success{color:var(--success)}

.button{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:38px;
padding:0 22px;
border:1px solid var(--brand);
border-radius:3px;
background:var(--brand);
color:#fff;
cursor:pointer;
font:inherit;
font-size:10px;
font-weight:850;
letter-spacing:.12em;
line-height:1;
text-decoration:none;
text-transform:uppercase;
white-space:nowrap;
}
.button.secondary{background:transparent;color:var(--brand)}
.button.warning{border-color:var(--error);background:var(--error)}
.button[disabled],.button[aria-disabled="true"]{opacity:.55;cursor:not-allowed;pointer-events:none}

.layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:30px;align-items:start}
.left,.right{display:flex;flex-direction:column;gap:30px}
.section-shell{
display:flex;
flex-direction:column;
gap:18px;
padding:24px;
background:var(--surface-panel);
border:1px solid var(--line);
border-radius:8px;
}
.section-shell.flush{padding:0;gap:0}
.section-header{
display:flex;
align-items:end;
justify-content:space-between;
gap:18px;
padding-bottom:12px;
border-bottom:1px solid var(--line);
}
.section-header h2{
margin:0;
color:var(--brand);
font-size:27px;
line-height:1.05;
font-weight:850;
letter-spacing:-.025em;
}
.section-subcopy{margin:4px 0 0;color:var(--muted);font-size:13px}
.text-link{
display:inline-flex;
align-items:center;
gap:5px;
color:var(--brand);
font-size:10px;
font-weight:850;
letter-spacing:.12em;
text-decoration:none;
text-transform:uppercase;
white-space:nowrap;
}

.status-steps{
position:relative;
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:12px;
padding:22px 18px;
background:var(--surface-panel);
border:1px solid var(--line);
border-radius:8px;
}
.status-step{text-align:center}
.status-node{
width:30px;
height:30px;
display:flex;
align-items:center;
justify-content:center;
box-sizing:border-box;
margin:0 auto;
border:2px solid var(--line-strong);
border-radius:50%;
color:var(--muted-soft);
font-size:12px;
font-weight:850;
line-height:1;
}
.status-step.done .status-node{background:var(--brand);border-color:var(--brand);color:#fff}
.status-step.blocked .status-node{border-color:var(--error);color:var(--error)}
.status-step.active .status-node{border-color:var(--brand);color:var(--brand)}
.status-step strong{display:block;margin-top:10px;color:#111816;font-size:12px}
.status-step > span:not(.status-node){display:block;margin-top:3px;color:var(--muted);font-size:11px}
.status-step.blocked strong,.status-step.blocked span{color:var(--error)}
.report-status-module .status-steps{
margin:16px 0 18px;
padding:18px 0;
background:transparent;
border-width:1px 0;
border-radius:0;
}
.report-status-module{margin-bottom:25px}
.mini-stepper{
position:relative;
display:grid;
grid-template-columns:repeat(5,minmax(0,1fr));
gap:10px;
padding:18px 8px 4px;
}
.mini-stepper:before{
content:"";
position:absolute;
left:9%;
right:9%;
top:28px;
height:2px;
background:var(--line);
}
.mini-step{
position:relative;
z-index:1;
display:flex;
align-items:center;
gap:8px;
flex-direction:column;
text-align:center;
color:var(--muted-soft);
font-size:10px;
font-weight:850;
letter-spacing:.08em;
text-transform:uppercase;
}
.mini-node{
width:20px;
height:20px;
border:2px solid var(--line-strong);
border-radius:50%;
background:#fff;
}
.mini-step.done .mini-node{background:var(--success);border-color:var(--success)}
.mini-step.active .mini-node{background:var(--brand);border-color:var(--brand);box-shadow:0 0 0 4px var(--success-soft);animation:miniStepPulse 2.2s ease-in-out infinite}
.mini-step.blocked .mini-node{background:var(--error);border-color:var(--error);box-shadow:0 0 0 4px var(--error-soft)}
.mini-step.done,.mini-step.active{color:var(--brand)}
.mini-step.blocked{color:var(--error)}
@keyframes miniStepPulse{0%,100%{box-shadow:0 0 0 3px var(--success-soft)}50%{box-shadow:0 0 0 5px var(--success-soft)}}

.table-card{background:var(--surface-panel);border:1px solid var(--line);border-radius:4px;overflow:hidden}
.table-head,.table-row{
display:grid;
grid-template-columns:minmax(0,1.5fr) minmax(130px,.6fr) minmax(120px,.4fr);
gap:18px;
align-items:center;
padding:18px 22px;
border-bottom:1px solid var(--line);
}
.table-head{color:var(--muted);font-size:13px}
#review-file .table-head{background:#fff;color:var(--brand)}
.table-row:last-child{border-bottom:0}
.table-row.warning{background:#fff7f7}
.table-title{margin:0 0 3px;color:#202824;font-size:16px;font-weight:650}
.table-meta{margin:0;color:var(--muted);font-size:13px}
.status-badge{
display:inline-flex;
align-items:center;
justify-content:center;
width:max-content;
min-height:24px;
padding:0 9px;
border-radius:3px;
background:#e8f5ee;
color:#0f5132;
font-size:11px;
font-weight:800;
}
.status-badge.red{background:#fde8e8;color:var(--error)}
.status-badge.gold{background:#fff2cc;color:#805500}
.status-badge.gray{background:#eef0ee;color:#4f5753}

.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:28px 0}
.page-actions{display:flex;margin:20px 0}
.page-actions.main-action{align-items:center;justify-content:flex-start;padding:0;border:0;background:transparent}
.button.primary-large{min-width:230px;min-height:48px;padding:0 26px;font-size:11px;justify-content:center;box-shadow:0 8px 20px rgba(11,61,46,.14)}
.button.primary-large span{margin-right:9px;font-size:20px;font-weight:500;line-height:1}
.reports-hero{display:flex;align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:20px;padding:24px 30px;border:1px solid #d7e4db;border-radius:8px;background-color:#fff;background-image:none;box-shadow:0 10px 26px rgba(11,47,36,.055)}
.reports-hero h1{font-size:clamp(34px,4.5vw,50px)}
.reports-hero>div{width:100%}
.reports-hero .subtitle{max-width:100%}
.reports-hero-actions{display:flex;align-items:flex-start;flex-direction:column;gap:10px}
.reports-hero .button{flex-shrink:0}
.report-table-shell{overflow:hidden;border:1px solid #d5dfd8;border-radius:8px;background:rgba(255,255,255,.92);box-shadow:0 12px 30px rgba(13,40,30,.055)}
.report-table-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:24px 26px 16px}
.report-table-header h2{margin:0;color:var(--brand);font-size:25px;letter-spacing:-.02em}
.report-table-header p{margin:3px 0 0;color:var(--muted);font-size:13px}
.report-table-tools{display:flex;align-items:center;justify-content:flex-end;min-width:42px;margin-left:auto}
.report-search-control{display:grid;grid-template-columns:36px minmax(0,0fr);align-items:center;overflow:hidden;width:38px;min-height:38px;border:1px solid transparent;border-radius:4px;background:transparent;transition:width .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}
.report-search-control.is-open,.report-search-control:focus-within{grid-template-columns:36px minmax(160px,1fr);width:250px;border-color:#b9c9be;background:#fff;box-shadow:0 6px 14px rgba(11,47,36,.08)}
.report-search-control .report-search-toggle{width:36px;height:36px;border:0;background:transparent;box-shadow:none}
.report-search-control .report-search-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}
.report-search-control input{min-width:0;width:100%;height:34px;padding:0 10px 0 2px;border:0;background:transparent;color:var(--ink);font:inherit;font-size:13px;opacity:0;outline:none}
.report-search-control.is-open input,.report-search-control:focus-within input{opacity:1}
.report-filter-input{position:absolute;width:1px;height:1px;opacity:0}
.report-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 26px 18px;border-bottom:1px solid #e6ebe7}
.report-filter-options{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}
.report-filter-bar label{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border:1px solid transparent;border-radius:3px;background:#f1f4f2;color:#435049;cursor:pointer;font-size:12px;font-weight:700}
.report-filter-bar label span{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:rgba(255,255,255,.8);font-size:10px}
.report-filter-bar label:hover{border-color:#b9c9be}
#reportFilter-all:checked~.report-filter-bar label[for="reportFilter-all"],#reportFilter-active:checked~.report-filter-bar label[for="reportFilter-active"],#reportFilter-draft:checked~.report-filter-bar label[for="reportFilter-draft"],#reportFilter-attention:checked~.report-filter-bar label[for="reportFilter-attention"],#reportFilter-working:checked~.report-filter-bar label[for="reportFilter-working"],#reportFilter-ready:checked~.report-filter-bar label[for="reportFilter-ready"]{background:var(--brand);color:#fff;box-shadow:0 5px 13px rgba(11,47,36,.14)}
#reportFilter-all:checked~.report-filter-bar label[for="reportFilter-all"] span,#reportFilter-active:checked~.report-filter-bar label[for="reportFilter-active"] span,#reportFilter-draft:checked~.report-filter-bar label[for="reportFilter-draft"] span,#reportFilter-attention:checked~.report-filter-bar label[for="reportFilter-attention"] span,#reportFilter-working:checked~.report-filter-bar label[for="reportFilter-working"] span,#reportFilter-ready:checked~.report-filter-bar label[for="reportFilter-ready"] span{background:rgba(255,255,255,.16);color:#fff}
#reportFilter-all:focus-visible~.report-filter-bar label[for="reportFilter-all"],#reportFilter-active:focus-visible~.report-filter-bar label[for="reportFilter-active"],#reportFilter-draft:focus-visible~.report-filter-bar label[for="reportFilter-draft"],#reportFilter-attention:focus-visible~.report-filter-bar label[for="reportFilter-attention"],#reportFilter-working:focus-visible~.report-filter-bar label[for="reportFilter-working"],#reportFilter-ready:focus-visible~.report-filter-bar label[for="reportFilter-ready"]{outline:2px solid var(--brand);outline-offset:2px}
.report-table-list [data-report-filter-row][hidden]{display:none}
#reportFilter-active:checked~.report-table-list [data-report-filter-row="ready"],#reportFilter-draft:checked~.report-table-list [data-report-filter-row]:not([data-report-filter-row="draft"]),#reportFilter-attention:checked~.report-table-list [data-report-filter-row]:not([data-report-filter-row="attention"]),#reportFilter-working:checked~.report-table-list [data-report-filter-row]:not([data-report-filter-row="working"]),#reportFilter-ready:checked~.report-table-list [data-report-filter-row]:not([data-report-filter-row="ready"]){display:none}
.report-table-list{border-top:1px solid #eef1ef}
.report-table-list [data-report-filter-row]+[data-report-filter-row]{border-top:1px solid #e8ece9}
.report-table-shell.is-entering{opacity:0}
.report-table-shell.is-ready{opacity:1;transition:opacity .3s ease}
.report-table-loading{padding:24px 26px;border-top:1px solid #eef1ef;color:var(--muted);font-size:13px}
.report-search-empty{padding:24px 26px;border-top:1px solid #eef1ef;color:var(--muted);font-size:13px}
.reports-empty-state{display:flex;align-items:center;flex-direction:column;padding:58px 28px 62px;border-top:1px solid #eef1ef;background:linear-gradient(180deg,#fff,#fbfdfb);text-align:center}
.reports-empty-state svg{width:58px;height:58px;margin-bottom:18px;fill:none;stroke:var(--brand);stroke-linecap:round;stroke-linejoin:round;stroke-width:2}
.reports-empty-state h3{margin:0 0 6px;color:var(--brand);font-size:22px}
.reports-empty-state p{max-width:430px;margin:0 0 22px;color:var(--muted);font-size:14px}
.reports-empty-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}
body[data-page="reports"] .page .button,body[data-page="reports"] .report-filter-bar label,body[data-page="reports"] .report-expand{transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}
body[data-page="reports"] .page .button:hover,body[data-page="reports"] .page .button:focus-visible{border-color:#164839;background:#164839;box-shadow:0 7px 16px rgba(11,47,36,.14);outline:none;transform:translateY(-1px)}
body[data-page="reports"] .page .button.secondary:hover,body[data-page="reports"] .page .button.secondary:focus-visible{border-color:#789487;background:#edf4ef;color:var(--brand)}
body[data-page="reports"] .report-filter-bar label:hover{border-color:#b9c9be;background:#e7eeea;box-shadow:0 4px 10px rgba(11,47,36,.07);transform:translateY(-1px)}
body[data-page="reports"] #reportFilter-all:checked~.report-filter-bar label[for="reportFilter-all"]:hover,body[data-page="reports"] #reportFilter-active:checked~.report-filter-bar label[for="reportFilter-active"]:hover,body[data-page="reports"] #reportFilter-draft:checked~.report-filter-bar label[for="reportFilter-draft"]:hover,body[data-page="reports"] #reportFilter-attention:checked~.report-filter-bar label[for="reportFilter-attention"]:hover,body[data-page="reports"] #reportFilter-working:checked~.report-filter-bar label[for="reportFilter-working"]:hover,body[data-page="reports"] #reportFilter-ready:checked~.report-filter-bar label[for="reportFilter-ready"]:hover,body[data-page="reports"] #reportFilter-all:checked:focus-visible~.report-filter-bar label[for="reportFilter-all"],body[data-page="reports"] #reportFilter-active:checked:focus-visible~.report-filter-bar label[for="reportFilter-active"],body[data-page="reports"] #reportFilter-draft:checked:focus-visible~.report-filter-bar label[for="reportFilter-draft"],body[data-page="reports"] #reportFilter-attention:checked:focus-visible~.report-filter-bar label[for="reportFilter-attention"],body[data-page="reports"] #reportFilter-working:checked:focus-visible~.report-filter-bar label[for="reportFilter-working"],body[data-page="reports"] #reportFilter-ready:checked:focus-visible~.report-filter-bar label[for="reportFilter-ready"]{border-color:#164839;background:var(--brand);color:#fff;box-shadow:0 7px 16px rgba(11,47,36,.14);transform:translateY(-1px)}
body[data-page="reports"] .sign-out{transition:color .18s ease,opacity .18s ease}
body[data-page="reports"] .sign-out:hover,body[data-page="reports"] .sign-out:focus-visible{color:#1a5b46;opacity:.78;outline:none}
.back-link{display:inline-flex;margin-bottom:18px;color:var(--brand);font-size:13px;font-weight:850;text-decoration:none}
.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:18px;color:var(--muted);font-size:12px;font-weight:750}
.breadcrumb a{color:var(--brand);text-decoration:none}
.breadcrumb a:hover,.breadcrumb a:focus-visible{text-decoration:underline;text-underline-offset:3px}
.breadcrumb span[aria-current="page"]{color:var(--muted)}
.prototype-report-header{display:contents}
.prototype-report-heading{position:sticky;top:58px;z-index:12;margin:-30px -14px 10px;padding:10px 14px;background:rgba(251,250,246,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px);box-shadow:0 8px 20px rgba(11,47,36,.06)}
.prototype-report-heading .breadcrumb{margin-bottom:0}
.prototype-report-heading .breadcrumb span{overflow:hidden;max-width:520px;white-space:nowrap;text-overflow:ellipsis}
.prototype-heading-copy{margin-top:10px}
.prototype-heading-copy h1{font-size:clamp(34px,4.5vw,50px);font-stretch:normal}
.setup-progress{grid-template-columns:repeat(2,minmax(0,1fr));margin:24px 0;padding:24px 18px 16px;background:var(--surface-panel);border:1px solid var(--line);border-radius:8px}
.setup-progress:before{left:25%;right:25%;top:34px}
.flow-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}
.flow-actions-group{display:flex;align-items:center;gap:10px}
.flow-back-button{gap:7px}
.flow-back-button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}
.setup-note{margin:14px 0 0}
.prototype-prepare-layout{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:18px;align-items:start}
.prototype-prepare-main{padding:26px}
.prototype-prepare-main>.section-header h2{font-weight:700}
.prototype-prepare-checklist{position:sticky;top:calc(58px + 32px + 15px);gap:12px;padding:16px;background:rgba(255,255,255,.84)}
.prototype-prepare-checklist .section-header{padding-bottom:8px}
.prototype-prepare-checklist .section-header h2{font-size:16px;letter-spacing:0}
.prototype-prepare-checklist .section-subcopy{font-size:11px}
.prototype-prepare-checklist ul{display:grid;gap:0;margin:0;padding:0;list-style:none}
.prototype-prepare-checklist li{display:grid;grid-template-columns:22px minmax(0,1fr);gap:9px;padding:10px 0;border-bottom:1px solid var(--line)}
.prototype-prepare-checklist li:last-child{border-bottom:0}
.prototype-prepare-checklist li>div{min-width:0}
.prototype-prepare-checklist li strong,.prototype-prepare-checklist li small{display:block}
.prototype-prepare-checklist li strong{color:var(--brand);font-size:12px}
.prototype-prepare-checklist li small{overflow:hidden;margin-top:2px;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.prototype-prepare-checklist li[data-checklist-key="supporting_documents"] small{display:grid;gap:2px;overflow:visible;white-space:normal}
.prototype-checklist-subline{display:grid;gap:1px;margin-top:10px;color:var(--muted);font-size:11px}
.prototype-checklist-subline strong{display:inline!important;color:var(--brand);font-size:11px}
.prototype-checklist-subtype{color:var(--muted-soft);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.prototype-prepare-checklist li em{grid-column:2;color:var(--muted-soft);font-size:9px;font-style:normal;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.prototype-checklist-mark{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid var(--line-strong);border-radius:50%;color:var(--muted-soft);font-size:12px;font-weight:850}
.prototype-prepare-checklist li.is-complete .prototype-checklist-mark{border-color:var(--success);background:var(--success);color:#fff}
.prototype-prepare-checklist li.is-complete em{color:var(--success)}
.prepare-report-form{gap:0;padding:0;background:transparent;border:0}
.prepare-block{display:grid;gap:14px;padding:22px 0;background:transparent;border:0;border-top:1px solid var(--line);border-radius:0}
.prepare-report-form .prepare-block:first-child{padding-top:0;border-top:0}
.prepare-block.optional-supporting{gap:12px;background:transparent}
.prepare-required-group{display:grid;gap:14px}
.prepare-required-group.has-error{margin:0 -14px;padding:16px 14px 14px;border:1px solid var(--error-line);border-radius:8px;background:var(--error-soft)}
.prepare-required-group.has-error .prepare-block-heading{border-color:var(--error-line)}
.prepare-required-group.has-error input{border-color:var(--error)}
.prepare-block-heading{display:grid;grid-template-columns:1fr auto;align-items:start;gap:5px 18px;padding-bottom:12px;border-bottom:1px solid var(--line)}
.prepare-block-heading>div{display:flex;align-items:center;gap:10px}
.prepare-block-heading h3{margin:0;color:var(--brand);font-size:18px}
.prepare-block-heading p{grid-column:1;margin:0;color:var(--muted);font-size:11px;line-height:1.35;text-align:left}
.prototype-supporting-header p{display:grid;gap:2px}
.prototype-supporting-header p strong{color:var(--brand);font-size:12px;font-style:normal}
.prototype-supporting-header p span{display:block}
.prototype-supporting-note{margin:-2px 0 4px}
.optional-label{color:var(--muted);font-size:10px;font-weight:650;letter-spacing:0;text-transform:none}
.prototype-upload-field{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;border:1px solid var(--line-strong);border-radius:6px;background:#fff}
.prototype-upload-field.has-file{border-color:#bad5c6;background:#f8fbf8}
.prototype-upload-field.is-dragging{border-color:var(--brand);background:var(--success-soft);box-shadow:0 0 0 3px rgba(11,47,36,.1)}
.prototype-upload-indicator{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:var(--success-soft);color:var(--brand)}
.prototype-upload-indicator svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
.prototype-upload-copy{min-width:0}
.prototype-upload-copy strong,.prototype-upload-copy span{display:block}
.prototype-upload-copy strong{overflow:hidden;color:var(--brand);font-size:13px;text-overflow:ellipsis;white-space:nowrap}
.prototype-upload-copy span{margin-top:2px;color:var(--muted);font-size:11px}
.prototype-upload-name-row{display:flex;align-items:center;gap:8px;min-width:0}
.prototype-upload-name-row strong{min-width:0}
.prototype-icon-button.prototype-upload-inline-remove{width:28px;height:28px;flex:0 0 auto;border:0;background:transparent}
.prototype-icon-button.prototype-upload-inline-remove:hover,.prototype-icon-button.prototype-upload-inline-remove:focus-visible{background:var(--success-soft)}
.prototype-upload-inline-remove svg{width:14px;height:14px}
.prototype-upload-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}
.prototype-tags-field{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:12px;width:100%;box-sizing:border-box;padding:12px;border:1px solid var(--line-strong);border-radius:6px;background:#fff}
.prototype-tags-copy{display:grid;gap:8px;min-width:0;width:100%}
.prototype-tags-heading{display:flex;align-items:center;gap:8px}
.prototype-tags-heading strong{color:var(--brand);font-size:13px}
.prototype-tags-copy>span{margin-top:-4px;color:var(--muted);font-size:11px}
.prototype-tag-list{display:flex;flex-wrap:wrap;gap:6px;min-height:24px}
.prototype-tag-chip{display:inline-flex;align-items:center;gap:6px;min-height:24px;padding:0 8px;border:1px solid transparent;border-radius:3px;background:#f1f4f2;color:#435049;font-size:11px;font-weight:700}
.prototype-tag-chip button{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.8);color:var(--muted);cursor:pointer;font:inherit;font-size:13px;line-height:1}
.prototype-tag-chip button:hover,.prototype-tag-chip button:focus-visible{background:var(--brand);color:#fff;outline:0}
.prototype-tag-placeholder{color:var(--muted-soft);font-size:11px}
.prototype-tags-field input{width:100%;box-sizing:border-box;min-height:38px;margin-top:0}
.prototype-check{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:12px!important;padding:14px;background:#fff;border:1px solid var(--line);letter-spacing:0!important;text-transform:none!important}
.prototype-check input{min-height:auto!important;margin-top:3px}
.prototype-check strong,.prototype-check small{display:block}
.prototype-check small{margin-top:3px;color:var(--muted);font-size:12px;font-weight:500}
.prototype-support-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0;background:transparent;border-top:1px solid var(--line)}
.prototype-supporting-note+.prototype-support-row{border-top:0}
.prototype-support-status{display:grid;grid-template-columns:minmax(0,auto) auto;align-items:center;justify-content:start;gap:4px 10px;min-width:0}
.prototype-support-title{display:flex;align-items:center;gap:8px;min-width:0}
.prototype-support-title strong{display:block;min-width:0}
.prototype-support-priority{flex:0 0 auto;font-size:9px}
.prototype-support-status small{display:block}
.prototype-support-status small{grid-column:1/-1;overflow:hidden;color:var(--muted);font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}
.prototype-support-row [hidden]{display:none!important}
.prototype-support-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-shrink:0}
.prototype-upload-icon,.prototype-remove-icon{flex:0 0 auto;background:#fff}
.prototype-upload-button{position:relative;overflow:hidden}
.prototype-upload-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.prototype-upload-button:focus-within{border-color:var(--brand);background:var(--success-soft);outline:2px solid var(--brand);outline-offset:2px}
.text-button{padding:4px;border:0;background:transparent;color:var(--brand);cursor:pointer;font:inherit;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.text-button:hover,.text-button:focus-visible{text-decoration:underline;text-underline-offset:3px}
.prototype-review-main{padding:26px 28px}
.review-status-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:var(--brand)}
.review-status-icon.is-ready{color:var(--success)}
.review-status-icon.has-alert{width:22px;height:22px;border:1px solid var(--error-line);border-radius:50%;background:#fff;color:var(--error)}
.review-status-icon svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}
.review-status-icon.is-ready svg{width:18px;height:18px}
.review-status-icon.is-ready svg path{stroke-dasharray:24;stroke-dashoffset:24;animation:reviewCheckDraw .58s ease-out forwards}
@keyframes reviewCheckDraw{to{stroke-dashoffset:0}}
.setup-summary{display:grid;gap:0;margin:16px 0 14px;border:1px solid #c8ded1;border-radius:8px;background:#f8fbf8}
.setup-summary.has-alert{border-color:var(--error-line);background:var(--error-soft)}
.setup-summary-status{display:flex;align-items:center;gap:10px;padding:13px 15px;border-bottom:1px solid #c8ded1}
.setup-summary-status.has-alert{border-color:var(--error-line)}
.setup-summary .setup-summary-status > span{color:var(--muted);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.setup-summary .setup-summary-status strong{display:inline-flex;align-items:center;gap:7px;overflow:visible;color:var(--brand);font-size:14px;text-overflow:clip;white-space:normal}
.setup-summary .setup-summary-status.has-alert strong{color:var(--error)}
.setup-summary-row{display:grid;grid-template-columns:150px minmax(0,1fr) auto;align-items:center;gap:16px;min-height:58px;padding:12px 14px;border-bottom:1px solid var(--line)}
.setup-summary.has-alert .setup-summary-row{border-color:var(--error-line)}
.setup-summary-row:last-child{border-bottom:0}
.setup-summary span{color:var(--muted);font-size:13px}
.setup-summary strong{overflow:hidden;color:var(--brand);text-overflow:ellipsis;white-space:nowrap}
.setup-summary input{min-width:0;min-height:38px;padding:7px 9px;border:1px solid var(--line-strong);border-radius:3px;background:#fff;color:var(--ink);font:inherit}
.prototype-review-value{display:grid;gap:5px;min-width:0}
.prototype-review-tags{display:flex;align-items:center;gap:8px;min-width:0}
.prototype-review-tags .prototype-tag-list{min-height:auto}
.prototype-tag-undo{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid var(--line-strong);border-radius:3px;background:#fff;color:var(--brand);cursor:pointer}
.prototype-tag-undo:hover,.prototype-tag-undo:focus-visible{border-color:var(--brand);background:var(--success-soft);outline:0}
.prototype-tag-undo svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}
.prototype-review-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}
.prototype-icon-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--line-strong);border-radius:3px;background:#fff;color:var(--brand);cursor:pointer}
.prototype-icon-button:hover,.prototype-icon-button:focus-visible,.prototype-icon-button.is-editing{border-color:var(--brand);background:var(--success-soft);outline:none}
.prototype-icon-button.is-editing{background:var(--brand);color:#fff}
.prototype-icon-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
.prototype-icon-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.prototype-overflow{position:relative;justify-self:end}
.prototype-overflow-trigger svg circle{fill:currentColor;stroke:none}
.prototype-overflow-menu{position:absolute;right:0;top:calc(100% + 6px);z-index:15;display:grid;width:190px;padding:6px;border:1px solid var(--line);border-radius:6px;background:#fff;box-shadow:0 12px 28px rgba(11,47,36,.14)}
.prototype-overflow-menu[hidden]{display:none}
.prototype-overflow-menu button,.prototype-overflow-menu label{display:flex;align-items:center;min-height:36px;margin:0;padding:0 10px;border:0;border-radius:3px;background:transparent;color:var(--brand);cursor:pointer;font:inherit;font-size:12px;font-weight:700;letter-spacing:0;text-transform:none}
.prototype-overflow-menu button:hover:not(:disabled),.prototype-overflow-menu button:focus-visible,.prototype-overflow-menu label:hover,.prototype-overflow-menu label:focus-within{background:var(--success-soft);outline:none}
.prototype-overflow-menu button:disabled{color:var(--muted-soft);cursor:not-allowed;opacity:.55}
.prototype-overflow-menu input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.draft-limit-modal-backdrop{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(3,27,19,.22)}
.draft-limit-modal{width:min(440px,100%);padding:22px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;box-shadow:0 24px 60px rgba(11,47,36,.22)}
.draft-limit-modal h2{margin:0;color:var(--brand);font-size:22px;line-height:1.1}
.draft-limit-modal p{margin:10px 0 0;color:var(--muted)}
.draft-limit-modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:18px}
.credit-checkpoint{display:grid;gap:10px;margin:14px 0 12px;padding:16px;border:1px solid #c8ded1;border-radius:8px;background:#f6faf7}
.credit-checkpoint strong{color:var(--brand);font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.credit-checkpoint ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.credit-checkpoint li{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:10px}
.credit-checkpoint p{margin:0;color:#303834;font-size:13px;line-height:1.45}
.credit-checkpoint-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;font-size:11px;font-weight:850;line-height:1}
.credit-checkpoint-icon.info,.credit-checkpoint-icon.caution{border:1px solid #9ebdad;background:#fff;color:var(--brand)}
.credit-checkpoint-icon svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}
.report-next-step{grid-template-columns:minmax(0,1fr) auto;align-items:center;margin:22px 0 18px}
.report-next-step p b{color:var(--brand);font-size:14px}
.sr-only{position:absolute!important;width:1px!important;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}
.stat-card{display:grid;gap:8px;border:1px solid var(--line);border-radius:8px;background:var(--surface-panel);padding:18px;color:inherit;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.stat-card:hover,.stat-card:focus-visible{border-color:#bdd0c4;box-shadow:0 10px 22px rgba(13,40,30,.06);outline:none;transform:translateY(-1px)}
.stat-card-top{display:flex;align-items:center;gap:8px}
.stat-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #d7e4db;border-radius:50%;background:#f6faf7;color:var(--brand)}
.stat-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}
.stat-label{display:block;color:var(--muted-soft);font-size:10px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.stat-card strong{display:block;color:var(--brand);font-size:30px;line-height:1}
.stat-card p{margin:0;color:#303834;font-size:12px}
.stat-action{display:inline-flex;align-items:center;gap:6px;width:max-content;margin-top:3px;color:var(--brand);font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.stat-action span{font-size:12px;line-height:1}
.dashboard-priority-grid{display:grid;grid-template-columns:1fr;gap:28px;margin:22px 0 24px}
.dashboard-priority-grid.has-work.has-release{grid-template-columns:minmax(0,63fr) minmax(280px,37fr)}
.dashboard-priority-grid.has-attention.has-release{grid-template-columns:minmax(0,63fr) minmax(280px,37fr)}
.dashboard-priority-grid .section-shell,.dashboard-priority-grid .release-spotlight{margin:0}
.dashboard-priority-card{min-height:100%}
.dashboard-priority-grid .section-shell{gap:10px;padding:20px}
.dashboard-priority-grid .section-header{padding-bottom:10px}
.dashboard-priority-grid .section-header h2{font-size:25px}
.dashboard-priority-grid .status-legend{margin-top:5px;gap:18px}
.dashboard-priority-grid .review-card{grid-template-columns:minmax(0,1fr) auto;align-items:center}
.dashboard-priority-grid .review-card .button{width:max-content}
.dashboard-priority-grid .review-card{gap:14px;padding:15px 18px}
.dashboard-priority-grid .review-card h3{font-size:18px}
.dashboard-priority-grid .review-card p{font-size:13px}
.dashboard-priority-grid .review-card .inline-status:empty{display:none}
.dashboard-priority-grid .mini-stepper{display:none}
.dashboard-priority-grid .review-card.attention{grid-template-columns:1fr;align-items:start}
.attention-meta-row{
display:flex;
align-items:center;
justify-content:flex-start;
gap:10px;
margin-top:2px;
}
.attention-meta-row p{flex:0 1 auto;min-width:0}
.attention-inline-action{
display:inline-flex;
align-items:center;
justify-content:center;
gap:6px;
width:30px;
height:30px;
padding:0;
border:1px solid var(--brand);
border-radius:3px;
background:#fff;
color:var(--brand);
cursor:pointer;
font-size:10px;
font-weight:850;
letter-spacing:.11em;
line-height:1;
text-decoration:none;
text-transform:uppercase;
white-space:nowrap;
}
.attention-inline-action:hover,.attention-inline-action:focus-visible{background:#f2f8f4;outline:none}
.attention-inline-action svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}
.priority-item-label{
display:block;
color:var(--success);
font-size:10px;
font-weight:850;
letter-spacing:.13em;
line-height:1;
text-transform:uppercase;
}
.release-spotlight{
display:grid;
align-content:start;
gap:12px;
margin:22px 0 24px;
padding:20px;
border:1px solid #c9dfd0;
border-radius:8px;
background:#f7fbf8;
box-shadow:0 10px 24px rgba(13,40,30,.045);
}
.release-library-header{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding-bottom:10px;border-bottom:1px solid #d6e6dc}
.release-library-header h2{margin:0;color:var(--brand);font-size:25px;line-height:1.05}
.release-library-list{display:grid;align-content:start}
.release-library-row{
display:flex;
align-items:center;
justify-content:space-between;
gap:14px;
min-height:58px;
padding:11px 0;
color:inherit;
text-decoration:none;
border-bottom:1px solid #dfeae3;
}
.release-library-row:last-child{border-bottom:0}
.release-library-row:hover .release-library-action,.release-library-row:focus-visible .release-library-action{text-decoration:underline;text-underline-offset:3px}
.release-library-row:focus-visible{outline:2px solid var(--brand);outline-offset:3px}
.release-library-copy{display:grid;min-width:0;gap:3px}
.release-library-copy strong{overflow:hidden;color:var(--brand);font-size:14px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.release-library-copy span{overflow:hidden;color:#303834;font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
.release-library-action{flex:0 0 auto;color:var(--brand);font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.release-library-empty{
display:grid;
gap:6px;
padding:14px 0 2px;
color:#303834;
}
.release-library-empty strong{color:var(--brand);font-size:14px}
.release-library-empty p{margin:0;color:#303834;font-size:12px;line-height:1.4}
.release-library-empty .text-link{margin-top:5px}
.priority-work-list{display:grid}
.priority-work-row{
display:flex;
align-items:center;
justify-content:space-between;
gap:14px;
min-height:58px;
padding:11px 0;
color:inherit;
text-decoration:none;
border-bottom:1px solid #dfeae3;
}
.priority-work-row:last-child{border-bottom:0}
.priority-work-row:hover .priority-work-action,.priority-work-row:focus-visible .priority-work-action{text-decoration:underline;text-underline-offset:3px}
.priority-work-row:focus-visible{outline:2px solid var(--brand);outline-offset:3px}
.priority-work-copy{display:grid;min-width:0;gap:3px}
.priority-work-copy strong{overflow:hidden;color:var(--brand);font-size:15px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.priority-work-copy span{overflow:hidden;color:#303834;font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
.priority-work-action{flex:0 0 auto;color:var(--brand);font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.priority-promo{
display:grid;
grid-template-columns:minmax(0,1fr) auto;
gap:18px;
align-items:center;
padding:18px 20px;
border:1px solid var(--line);
border-radius:4px;
background:var(--surface-panel);
}
.priority-promo p{margin:0;color:#303834;font-size:13px;line-height:1.45}
.dashboard-secondary-grid{
display:grid;
gap:28px;
margin-top:28px;
}
.dashboard-support-row{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:28px;
align-items:start;
}
.dashboard-secondary-grid .section-shell,.dashboard-support-row .section-shell{
min-height:100%;
}

.empty-state{
padding:32px 24px;
border:1px dashed var(--line-strong);
background:#fff;
color:var(--muted);
text-align:center;
}
.empty-state strong{display:block;margin-bottom:6px;color:var(--brand);font-size:17px}
.action-list{display:flex;flex-direction:column;gap:12px}
.review-card,.report-card,.doc-upload-card{
display:grid;
grid-template-columns:minmax(0,1fr) auto;
gap:18px;
align-items:center;
padding:22px;
background:var(--surface-panel);
border:1px solid var(--line);
border-radius:4px;
}
.report-card-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}
.report-card-actions .inline-status{flex-basis:100%;margin-top:0}
.report-expand{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:1px solid var(--line-strong);border-radius:50%;background:#fff;color:var(--brand);cursor:pointer}
.report-expand:before{content:"";display:block;width:8px;height:8px;border-right:3px solid currentColor;border-bottom:3px solid currentColor;transform:translateY(2px) rotate(225deg)}
.report-expand[aria-expanded="true"]:before{transform:translateY(-2px) rotate(45deg)}
.report-expand:hover,.report-expand:focus-visible{border-color:var(--brand);background:var(--success-soft);outline:none}
.report-quick-facts{grid-column:2/-1;display:flex;align-items:stretch;flex-wrap:wrap;width:fit-content;max-width:100%;gap:0;margin-top:8px;padding:0;border:0;border-radius:0;background:transparent;overflow:hidden;max-height:220px;opacity:1;transform:translateY(0);transition:max-height .26s ease,opacity .2s ease,transform .24s ease,margin-top .24s ease}
.report-quick-facts.has-action{display:flex}
.report-quick-facts[hidden]{display:flex;max-height:0;margin-top:0;opacity:0;transform:translateY(-6px);visibility:hidden;pointer-events:none}
.report-quick-facts div{min-width:0}
.report-quick-facts span,.report-quick-facts strong{display:block}
.report-quick-facts span{margin-bottom:5px;color:var(--muted);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.report-quick-facts strong{color:var(--brand);font-size:13px}
.report-quick-primary{width:max-content;max-width:360px;padding:6px 20px 4px 0}
.report-quick-primary strong{font-size:15px}
.report-quick-primary p{max-width:320px;margin:5px 0 0;color:#34423b;font-size:12px;line-height:1.35}
.report-quick-meta{display:flex;width:max-content;max-width:240px;padding:6px 20px 4px;border-left:1px solid #dfe8e2}
.report-quick-action{display:flex;align-items:stretch;justify-content:center;flex-direction:column;width:max-content;max-width:240px;padding:4px 0 4px 20px;border-left:1px solid #dfe8e2}
.report-quick-action .button{width:auto;min-width:190px;white-space:nowrap}
.review-card.attention{border-left:4px solid var(--error)}
.review-card.royaltyscope{border-left:4px solid var(--brand)}
.review-card.blocked{border-left:4px solid var(--error)}
.report-card.expandable{grid-template-columns:auto minmax(0,1fr) auto;padding:20px 22px;border-radius:12px;box-shadow:0 7px 20px rgba(13,40,30,.045);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.report-card.expandable:hover{border-color:#bdcec2;box-shadow:0 12px 26px rgba(13,40,30,.075);transform:translateY(-1px)}
.report-card.report-tone-attention{background:#fffdf7;border-color:#e8ddbc}
.report-card.report-tone-working{background:#fff}
.report-card.report-tone-ready{background:#f7fbf8;border-color:#c9dfd0}
.report-card-copy{min-width:0}
.report-card-copy h3{margin-top:7px!important}
.report-summary{color:#354039!important;font-size:14px!important}
.report-updated{display:block;margin-top:5px;color:var(--muted-soft);font-size:11px}
.report-status-pill{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;font-size:9px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.report-status-pill.attention{background:#fff0c9;color:#765000}
.report-status-pill.working{background:#e9f0ec;color:#315247}
.report-status-pill.ready{background:#dff3e8;color:#0f5132}
.report-status-pill.draft{background:#eef0ee;color:#435049}
.report-table-list .report-card.expandable{padding:18px 26px;border:0;border-radius:0;background:transparent;box-shadow:none;transform:none}
.report-table-list .report-card.expandable:hover{background:#fafcfb;box-shadow:none;transform:none}
.report-table-list .report-card.report-tone-attention{background:#fffdf8}
.report-table-list .report-card.report-tone-draft{background:#fdfdfb}
.report-table-list .report-card.report-tone-ready{background:#f9fcfa}
.reports-hero .button,.report-table-shell .button{border-radius:3px}
.review-card h3,.report-card h3,.doc-upload-card h3{margin:0 0 4px;color:var(--brand);font-size:17px;font-weight:850}
.review-card p,.report-card p,.doc-upload-card p{margin:0;color:#313a35;font-size:13px}
.card-note{margin-top:6px!important;color:var(--muted)!important;font-style:italic}
.status-legend{display:flex;flex-wrap:wrap;gap:14px;color:#303834;font-size:13px}
.status-legend span{display:inline-flex;align-items:center;gap:7px}
.status-dot{width:8px;height:8px;border-radius:50%;background:var(--line-strong)}
.status-dot.error{background:var(--error)}
.status-dot.brand{background:var(--brand)}
.status-dot.released{background:var(--success)}
.message-card{
display:grid;
gap:10px;
padding:16px;
border:1px solid var(--line);
background:#fff;
}
.message-card.priority{background:#f6faf7;border-color:#bdd8c8}
.message-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:12px}
.provider-links{display:flex;flex-wrap:wrap;gap:8px}
.button.selected{background:var(--success-soft);color:var(--brand)}

.support-hero{
gap:8px;
margin-bottom:20px;
padding:22px 28px;
}
.support-hero h1{font-size:clamp(34px,4.5vw,50px)}
.support-hero .subtitle{font-size:17px}
.support-main-grid{
display:grid;
grid-template-columns:minmax(0,70fr) minmax(280px,30fr);
gap:28px;
align-items:start;
margin-bottom:28px;
}
.support-main-grid .section-shell{min-height:100%}
.support-resource-grid{
display:grid;
gap:0;
border-top:1px solid var(--line);
}
.support-resource-item{
display:grid;
grid-template-columns:32px minmax(0,1fr);
gap:12px;
align-items:center;
width:100%;
min-height:62px;
padding:20px 0;
border:0;
border-bottom:1px solid var(--line);
background:transparent;
color:inherit;
cursor:pointer;
font:inherit;
text-align:left;
text-decoration:none;
}
.support-resource-item:last-child{border-bottom:0}
.support-resource-item:hover strong,.support-resource-item:focus-visible strong{text-decoration:underline;text-underline-offset:3px}
.support-resource-item:focus-visible{outline:2px solid var(--brand);outline-offset:3px}
.support-resource-icon{
display:inline-flex;
align-items:center;
justify-content:center;
width:32px;
height:32px;
border:1px solid #cfe0d6;
border-radius:50%;
background:#f8fbf8;
color:var(--brand);
}
.support-resource-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}
.support-resource-item strong,.support-resource-item small{display:block}
.support-resource-item strong{color:var(--brand);font-size:14px;line-height:1.2}
.support-resource-item small{margin-top:3px;color:#303834;font-size:12px;line-height:1.35}
.support-guide{margin-bottom:28px}
.support-guide-layout{
display:grid;
gap:14px;
height:420px;
overflow-x:hidden;
overflow-y:auto;
overscroll-behavior:contain;
padding:16px;
border:1px solid #d7e4db;
border-radius:8px;
background:#fbfdfb;
}
.support-chat-prompt,.support-chat-thread{
display:grid;
gap:12px;
align-content:start;
min-width:0;
}
.support-chat-options{
display:grid;
grid-template-columns:1fr;
gap:8px;
width:min(520px,calc(100% - 28px));
min-width:0;
margin-left:28px;
}
.support-chat-option{
display:grid;
grid-template-columns:28px minmax(0,1fr);
align-items:center;
gap:8px;
width:100%;
min-height:42px;
padding:6px 12px 6px 7px;
border:1px solid var(--line);
border-radius:20px;
background:#fff;
color:#303834;
cursor:pointer;
font:inherit;
font-size:12px;
font-weight:750;
line-height:1.25;
text-align:left;
}
.support-chat-option span{
display:inline-flex;
align-items:center;
justify-content:center;
width:28px;
height:28px;
border:1px solid #d7e4db;
border-radius:50%;
background:#f8fbf8;
color:var(--brand);
font-size:11px;
font-weight:850;
}
.support-chat-option:hover,.support-chat-option:focus-visible,.support-chat-option.is-selected{
border-color:#bdd0c4;
background:#f7fbf8;
outline:none;
}
.support-chat-option.is-selected{box-shadow:0 8px 18px rgba(13,40,30,.055)}
.support-chat-bubble{
display:grid;
gap:5px;
width:fit-content;
max-width:min(540px,100%);
min-width:0;
padding:12px 14px;
border:1px solid #d4e3da;
border-radius:14px;
background:#fff;
box-shadow:0 8px 18px rgba(13,40,30,.035);
}
.support-chat-bubble.assistant{border-top-left-radius:4px;background:#f7fbf8}
.support-chat-bubble.detail{max-width:min(540px,100%)}
.support-chat-bubble.user{
justify-self:end;
max-width:min(460px,calc(100% - 44px));
border-color:#bad5c6;
border-top-right-radius:4px;
background:#fff;
}
.support-chat-bubble.user p{color:#303834;font-size:13px;font-weight:750}
.support-chat-bubble span{
color:var(--muted-soft);
font-size:9px;
font-weight:850;
letter-spacing:.12em;
text-transform:uppercase;
}
.support-chat-bubble p{overflow-wrap:anywhere;margin:0;color:#303834;font-size:13px;line-height:1.4}
.support-chat-bubble:not(.detail) p{font-size:13px;line-height:1.4}
.support-chat-bubble p strong{display:block;margin-bottom:4px;color:var(--brand);font-size:15px;font-weight:850;line-height:1.25}
.support-typing-bubble{min-width:92px}
.support-typing-dots{
display:inline-flex;
align-items:center;
gap:5px;
min-height:18px;
}
.support-typing-dots i{
display:block;
width:6px;
height:6px;
border-radius:50%;
background:var(--brand);
opacity:.35;
animation:supportTypingPulse .9s ease-in-out infinite;
}
.support-typing-dots i:nth-child(2){animation-delay:.14s}
.support-typing-dots i:nth-child(3){animation-delay:.28s}
@keyframes supportTypingPulse{0%,100%{opacity:.3;transform:translateY(0)}50%{opacity:.9;transform:translateY(-2px)}}
.support-contact-bubble{
align-items:start;
gap:10px;
}
.support-contact-bubble .button{
width:max-content;
min-height:34px;
padding:0 14px;
background:#fff;
}
.support-followup-options{
width:min(360px,calc(100% - 28px));
}
.support-followup-options .support-chat-option{
width:max-content;
max-width:100%;
}
.support-help-response{
display:grid;
gap:12px;
align-content:start;
min-width:0;
}
.support-contact-form{
display:grid;
gap:10px;
width:min(430px,100%);
}
.support-contact-form label{
display:grid;
gap:5px;
color:var(--brand);
font-size:10px;
font-weight:850;
letter-spacing:.12em;
text-transform:uppercase;
}
.support-contact-form input,.support-contact-form textarea{
width:100%;
border:1px solid var(--line-strong);
border-radius:4px;
background:#fff;
color:var(--ink);
font:inherit;
font-size:13px;
letter-spacing:0;
line-height:1.35;
text-transform:none;
}
.support-contact-form input{min-height:38px;padding:7px 9px}
.support-contact-form textarea{min-height:96px;padding:9px;resize:vertical}
.support-contact-form>p{margin:0;color:var(--muted);font-size:12px;line-height:1.35}
.support-contact-draft{display:flex;align-items:center;gap:10px}
.support-contact-draft[hidden]{display:none}
.support-chat-thread.is-empty{display:none}
.support-guide-actions{
display:flex;
align-items:center;
flex-wrap:wrap;
gap:10px;
margin:4px 0 0 28px;
}
.support-contact-form .support-guide-actions{margin:0}
.support-guide-actions .button{
min-height:36px;
padding:0 16px;
}
.support-faq{padding-bottom:18px}
.support-faq-list{display:grid;border-top:1px solid var(--line)}
.support-faq-row{border-bottom:1px solid var(--line)}
.support-faq-row button{
display:grid;
grid-template-columns:38px minmax(0,1fr);
gap:14px;
align-items:center;
width:100%;
min-height:58px;
padding:0;
border:0;
background:transparent;
color:var(--brand);
cursor:pointer;
font:inherit;
font-size:16px;
font-weight:850;
text-align:left;
}
.support-faq-row button i{
position:relative;
display:inline-flex;
align-items:center;
justify-content:center;
width:34px;
height:34px;
border:1px solid var(--line-strong);
border-radius:50%;
background:#fff;
color:var(--brand);
transition:border-color .18s ease,background-color .18s ease,transform .18s ease;
}
.support-faq-row button i:before{
content:"";
display:block;
width:8px;
height:8px;
border-right:3px solid currentColor;
border-bottom:3px solid currentColor;
transform:translateY(2px) rotate(225deg);
}
.support-faq-row button[aria-expanded="true"] i:before{transform:translateY(-2px) rotate(45deg)}
.support-faq-row button:hover i,.support-faq-row button:focus-visible i{border-color:var(--brand);background:var(--success-soft)}
.support-faq-row button:focus-visible{outline:2px solid var(--brand);outline-offset:3px}
.support-faq-answer{padding:0 44px 18px 52px}
.support-faq-answer p{max-width:840px;margin:0;color:#303834;font-size:14px;line-height:1.5}

.upload-panel{
display:grid;
gap:14px;
padding:22px;
background:#f6faf7;
border:1px solid #c8ded1;
border-radius:8px;
}
.upload-panel label{display:grid;gap:6px;color:var(--brand);font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.upload-panel input,.upload-panel select{
min-height:40px;
border:1px solid var(--line-strong);
background:#fff;
padding:8px 10px;
font:inherit;
color:var(--ink);
}
.form-status{min-height:22px;color:var(--muted);font-size:13px}
.form-status.error{color:var(--error)}
.form-status.success{color:var(--success)}
.field-status{min-height:0;margin:-6px 0 2px;color:var(--muted);font-size:12px;font-weight:750;line-height:1.35}
.field-status:empty{display:none}
.field-status.error{color:var(--error)}
.field-status.success{color:var(--success)}

.statement-audit-preview{
display:grid;
gap:18px;
margin:24px 0;
padding:24px;
border:1px solid #c8ded1;
border-radius:8px;
background:#fff;
box-shadow:0 10px 24px rgba(13,40,30,.045);
}
.statement-audit-preview.is-loading{
background:#f8fbf8;
box-shadow:none;
}
.statement-preview-header{
display:flex;
align-items:flex-start;
justify-content:space-between;
gap:18px;
padding-bottom:16px;
border-bottom:1px solid var(--line);
}
.statement-preview-header h2{
margin:0;
color:var(--brand);
font-size:clamp(28px,4vw,42px);
line-height:1.02;
letter-spacing:0;
}
.statement-preview-header p{
max-width:760px;
margin:8px 0 0;
color:#303834;
font-size:15px;
line-height:1.45;
}
.statement-preview-kicker{
margin:0 0 8px!important;
color:var(--muted-soft)!important;
font-size:10px!important;
font-weight:850;
letter-spacing:.14em;
text-transform:uppercase;
}
.statement-preview-metrics{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:10px;
}
.statement-preview-metric{
display:grid;
gap:7px;
min-height:92px;
padding:14px;
border:1px solid var(--line);
border-radius:6px;
background:#fbfdfb;
}
.statement-preview-metric span{
color:var(--muted-soft);
font-size:10px;
font-weight:850;
letter-spacing:.11em;
text-transform:uppercase;
}
.statement-preview-metric strong{
color:var(--brand);
font-size:18px;
line-height:1.2;
letter-spacing:0;
}
.statement-preview-lanes{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:14px;
align-items:start;
}
.statement-preview-lane{
display:grid;
gap:12px;
min-height:100%;
padding:16px;
border:1px solid var(--line);
border-radius:6px;
background:#fff;
}
.statement-preview-lane h3{
margin:0;
color:var(--brand);
font-size:16px;
line-height:1.2;
letter-spacing:0;
}
.statement-preview-lane>p{
margin:0;
color:#303834;
font-size:13px;
line-height:1.45;
}
.statement-preview-list,.statement-preview-checklist{
display:grid;
gap:10px;
margin:0;
padding:0;
list-style:none;
}
.statement-preview-list li,.statement-preview-checklist li{
display:grid;
gap:5px;
padding:0 0 10px;
border-bottom:1px solid #edf1ee;
}
.statement-preview-list li:last-child,.statement-preview-checklist li:last-child{padding-bottom:0;border-bottom:0}
.statement-preview-list strong,.statement-preview-checklist strong{
color:var(--brand);
font-size:13px;
line-height:1.25;
}
.statement-preview-list span{
width:max-content;
max-width:100%;
padding:3px 7px;
border-radius:3px;
background:#fff6dc;
color:#805500;
font-size:11px;
font-weight:800;
}
.statement-preview-list p,.statement-preview-checklist p{
margin:0;
color:#303834;
font-size:12px;
line-height:1.4;
}
.statement-preview-list small{
color:var(--muted-soft);
font-size:10px;
font-weight:750;
line-height:1.35;
}
.statement-preview-checklist li{
grid-template-columns:minmax(0,1fr) auto;
align-items:center;
}
.statement-preview-checklist li.is-listed{
margin:0 -8px;
padding:8px;
border:1px solid #ead69b;
border-radius:6px;
background:#fffaf0;
}
.statement-preview-empty{
padding:12px;
border:1px dashed var(--line-strong);
border-radius:6px;
color:var(--muted);
font-size:12px;
}
.statement-preview-lock{
display:grid;
gap:4px;
padding:14px 16px;
border:1px solid #ead69b;
border-radius:6px;
background:var(--warning-soft);
}
.statement-preview-lock strong{
color:var(--brand);
font-size:12px;
font-weight:850;
letter-spacing:.1em;
text-transform:uppercase;
}
.statement-preview-lock p{
margin:0;
color:#303834;
font-size:13px;
line-height:1.4;
}
.verification-lifecycle{
display:grid;
gap:4px;
margin-top:12px;
padding:12px 14px;
border:1px solid var(--line-strong);
border-radius:6px;
background:var(--surface-panel);
}
.verification-lifecycle strong{
color:var(--brand);
font-size:12px;
font-weight:850;
letter-spacing:.1em;
text-transform:uppercase;
}
.verification-lifecycle p{
margin:0;
color:#303834;
font-size:13px;
line-height:1.4;
}
.verification-lifecycle .text-link{
justify-self:start;
font-size:13px;
}

.report-view{
display:grid;
gap:18px;
padding:24px;
background:var(--surface-panel);
border:1px solid var(--line);
}
.finding-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.finding-card{border:1px solid var(--line);background:#fff;padding:18px}
.finding-card h3{margin:0 0 8px;color:var(--brand);font-size:16px}
.finding-card p{margin:0;color:#303834;font-size:13px}

.button.secondary.floating-help{
position:fixed;
right:18px;
bottom:18px;
z-index:30;
background:#fff;
opacity:.85;
box-shadow:0 10px 28px rgba(12,28,20,.12);
}
.button.secondary.floating-help:hover,.button.secondary.floating-help:focus-visible{opacity:1}
.footer{flex-shrink:0;border-top:1px solid var(--line-strong);background:#fff}
.footer-inner{
width:min(1180px,calc(100% - 64px));
margin:0 auto;
display:flex;
align-items:center;
min-height:99px;
color:#7a827f;
}
.footer-layout{
display:grid;
grid-template-columns:auto minmax(0,1fr);
align-items:center;
column-gap:clamp(40px,6vw,72px);
width:100%;
padding:18px 0;
}
.footer-identity{
display:flex;
align-items:center;
gap:16px;
min-width:0;
flex:0 0 auto;
color:#7a827f;
font-size:13px;
font-weight:800;
line-height:1.2;
white-space:nowrap;
}
.footer-identity img{
display:block;
width:132px;
height:auto;
}
.footer-divider{
display:block;
width:1px;
height:24px;
background:#d7dcda;
flex:0 0 auto;
}
.footer-links{
display:grid;
align-items:flex-start;
justify-content:flex-start;
gap:8px;
justify-self:end;
margin-left:0;
min-width:0;
width:max-content;
max-width:100%;
padding-top:0;
}
.footer-link-row{
display:flex;
align-items:center;
flex-wrap:wrap;
justify-content:flex-start;
gap:8px 0;
width:100%;
max-width:100%;
}
.footer-links a[hidden]{display:none!important}
.footer-resources-toggle{
display:none;
align-items:center;
justify-content:flex-start;
gap:10px;
width:max-content;
min-height:34px;
padding:0;
border:0;
background:transparent;
color:var(--brand);
cursor:pointer;
font:inherit;
font-size:12px;
font-weight:850;
letter-spacing:.12em;
line-height:1;
text-align:left;
text-transform:uppercase;
}
.footer-resources-toggle:after{
display:block;
width:8px;
height:8px;
border-right:3px solid currentColor;
border-bottom:3px solid currentColor;
content:"";
transform:translateY(2px) rotate(225deg);
}
.footer-links.is-resources-open .footer-resources-toggle:after{transform:translateY(-2px) rotate(45deg)}
.footer-resources-toggle:hover,.footer-resources-toggle:focus-visible{outline:none}
.footer-links a{
display:inline-flex;
align-items:center;
min-height:20px;
padding:0 10px;
border-right:1px solid #d7dcda;
color:#3c4542;
font-size:13px;
font-weight:800;
line-height:1.15;
text-decoration:none;
white-space:nowrap;
}
.footer-link-row a:first-child{padding-left:0}
.footer-link-row a:last-child{padding-right:0;border-right:0}
.footer-links a:hover,.footer-links a:focus-visible{text-decoration:underline;text-underline-offset:4px;outline:none}
.report-testing-footer-controls{display:flex;align-items:center;gap:10px;margin-left:auto;color:var(--muted-soft);font-size:11px}
.report-testing-footer-controls span{font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.report-testing-footer-controls .button{min-height:32px;padding:0 12px;font-size:9px}
.report-testing-row-count-control{display:flex;align-items:center;gap:6px;color:var(--muted-soft);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.report-testing-row-count-control input{width:64px;min-height:32px;border:1px solid var(--line-strong);border-radius:3px;background:#fff;padding:0 8px;color:var(--ink);font:inherit;letter-spacing:0;text-transform:none}

@media (max-width:980px){
.topbar-inner{position:relative;width:min(100% - 32px,760px);align-items:center;flex-direction:row;min-height:64px;padding:0}
.brand-group{gap:0}
.brand{transform:none}
.brand img{width:136px}
.nav,.utility{display:none}
.compact-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0;margin-left:auto}
.compact-user-name{max-width:clamp(56px,24vw,180px)}
.page{width:min(100% - 32px,760px)}
.layout{grid-template-columns:1fr}
.alert{grid-template-columns:auto 1fr}
.alert .button{grid-column:2;justify-self:start}
.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.dashboard-hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
.dashboard-secondary-grid{grid-template-columns:1fr}
.dashboard-support-row{grid-template-columns:1fr}
.support-main-grid{grid-template-columns:1fr}
.support-guide-layout{grid-template-columns:1fr}
.finding-grid{grid-template-columns:1fr}
.statement-preview-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
.statement-preview-lanes{grid-template-columns:1fr}
.reports-hero{align-items:flex-start;flex-direction:column}
.prototype-report-heading{position:static;margin:0;padding:0;background:transparent;backdrop-filter:none}
.prototype-prepare-layout{grid-template-columns:1fr}
.prototype-prepare-checklist{display:none}
}

@media (max-width:1055px){
.footer-identity{order:2;font-size:12px;white-space:normal}
.footer-identity img{width:124px}
.footer-divider{height:22px}
.footer-layout{
grid-template-columns:1fr;
align-items:flex-start;
gap:18px;
padding:18px 0;
}
.footer-links{
order:1;
width:100%;
justify-self:stretch;
justify-content:flex-start;
gap:12px;
margin-left:0;
}
.footer-links a{font-size:12px;padding:0 10px}
.footer-link-row{gap:12px 0}
.footer-link-row a:first-child{padding-left:0}
.footer-link-row a:last-child{padding-right:0;border-right:0}
}

@media (max-width:980px){
.footer-inner{width:min(100% - 32px,760px);align-items:center;min-height:0}
}

@media (max-width:640px){
.footer-resources-toggle{display:flex}
.footer-resource-row{display:none}
.footer-links.is-resources-open .footer-resource-row{display:flex}
.footer-resource-row{gap:12px 14px}
.footer-resource-row a{
padding-right:10px;
padding-left:0;
}
}

@media (max-width:640px){
.brand img{width:132px}
.org{display:none}
h1{font-size:34px}
.subtitle{font-size:16px}
.alert{grid-template-columns:1fr;padding:20px}
.statement-audit-preview{padding:18px}
.statement-preview-header{align-items:stretch;flex-direction:column}
.statement-preview-header .button{width:100%}
.statement-preview-metrics{grid-template-columns:1fr}
.statement-preview-metric{min-height:auto}
.statement-preview-checklist li{grid-template-columns:1fr;align-items:start}
.status-steps{grid-template-columns:1fr 1fr;padding:22px 12px}
.mini-stepper{grid-template-columns:1fr;align-items:start}
.mini-stepper:before{display:none}
.mini-step{align-items:flex-start;flex-direction:row;text-align:left}
.table-head{display:none}
.table-row{grid-template-columns:1fr;gap:10px}
.review-card,.report-card,.doc-upload-card{grid-template-columns:1fr}
.report-card.expandable{grid-template-columns:auto minmax(0,1fr)}
.report-card.expandable .report-card-actions{grid-column:1/-1}
.report-card-actions{justify-content:space-between}
.report-card-actions .button{width:auto;flex:1 1 160px}
.dashboard-priority-grid.has-work.has-release,.dashboard-priority-grid.has-attention.has-release{grid-template-columns:1fr}
.dashboard-priority-grid .review-card{grid-template-columns:1fr;align-items:start}
.dashboard-priority-grid .review-card .button{width:100%}
.release-spotlight{padding:18px}
.release-library-header{align-items:flex-start;flex-direction:column}
.release-library-row,.priority-work-row{align-items:flex-start;flex-direction:column;gap:6px}
.priority-promo{grid-template-columns:1fr}
.priority-promo .button{width:100%}
.report-quick-facts,.report-quick-facts.has-action{grid-column:1/-1;width:100%;flex-direction:column}
.report-quick-primary,.report-quick-meta,.report-quick-action{width:100%;max-width:none;padding:14px 16px;border-left:0}
.report-quick-meta,.report-quick-action{border-top:1px solid #dfe8e2}
.report-quick-action .button{width:100%;min-width:0}
.prototype-support-row{align-items:stretch;flex-direction:column}
.prototype-support-actions{justify-content:flex-start}
.prototype-upload-field{grid-template-columns:34px minmax(0,1fr)}
.prototype-upload-actions{grid-column:1/-1;justify-content:stretch}
.prototype-upload-actions .prototype-upload-button{flex:1}
.prepare-block-heading{flex-direction:column;gap:8px}
.prepare-block-heading p{text-align:left}
.stats-grid{grid-template-columns:1fr}
.dashboard-hero-metrics{grid-template-columns:1fr}
.dashboard-metric{min-height:auto}
.page-actions.main-action{justify-content:flex-start}
.page-actions .button{width:100%}
.page-actions.main-action{align-items:stretch;flex-direction:column}
.reports-hero{padding:22px;border-radius:6px}
.reports-hero .button{width:100%}
.report-table-header{align-items:flex-start;flex-direction:column;padding:20px 20px 14px}
.report-table-tools{width:100%;justify-content:flex-start;margin-left:0}
.report-search-control.is-open,.report-search-control:focus-within{width:100%}
.report-filter-bar{align-items:flex-start;flex-direction:column;padding:0 20px 16px}
.report-table-list .report-card.expandable{padding:18px 20px}
.flow-actions{align-items:stretch;flex-direction:column-reverse}
.flow-actions-group{align-items:stretch;flex-direction:column-reverse}
.flow-actions .button{width:100%}
.report-next-step{grid-template-columns:1fr}
.setup-summary-row{grid-template-columns:1fr;gap:5px}
.report-testing-footer-controls{align-items:flex-start;flex-direction:column;margin-left:0}
.support-hero{padding:20px}
.support-guide-layout{height:480px}
.support-chat-options{align-items:stretch;flex-direction:column;margin-left:0}
.support-chat-option{width:100%}
.support-chat-bubble{width:100%;max-width:100%}
.support-chat-bubble.detail,.support-chat-bubble.user,.support-guide-actions{max-width:100%;margin-left:0}
.support-guide-actions{align-items:stretch;flex-direction:column}
.support-guide-actions .button{width:100%}
.support-faq-answer{padding:0 0 18px}
}

@media (prefers-reduced-motion:reduce){
body[data-page="reports"] .page .button,body[data-page="reports"] .report-filter-bar label,body[data-page="reports"] .report-expand,body[data-page="reports"] .sign-out{transition:none}
body[data-page="reports"] .page .button:hover,body[data-page="reports"] .page .button:focus-visible,body[data-page="reports"] .report-filter-bar label:hover{transform:none}
.hamburger-button span[aria-hidden="true"]{transition:none}
.compact-menu,.compact-menu-backdrop{transition:none}
.report-search-control{transition:none}
.report-quick-facts{transition:none}
.report-table-shell.is-ready{transition:none}
.prototype-report-heading,.prototype-report-heading .breadcrumb,.prototype-report-heading .breadcrumb span,.prototype-heading-copy{transition:none}
.mini-step.active .mini-node{animation:none}
.review-status-icon.is-ready svg path{animation:none;stroke-dashoffset:0}
.support-typing-dots i{animation:none}
}

/* Audit-lead evidence detail (attorney/auditor density in the review workspace) */
.lead-evidence{
margin-top:2px;
border-top:1px dashed #edf1ee;
padding-top:6px;
}
.lead-evidence-toggle{
display:inline-flex;
align-items:center;
gap:5px;
margin:0;
padding:0;
border:0;
background:none;
color:var(--brand);
cursor:pointer;
font:inherit;
font-size:11px;
font-weight:750;
letter-spacing:.02em;
}
.lead-evidence-toggle::before{
content:"";
width:0;
height:0;
border-top:4px solid transparent;
border-bottom:4px solid transparent;
border-left:5px solid currentColor;
transition:transform .14s ease;
}
.lead-evidence-toggle[aria-expanded="true"]::before{transform:rotate(90deg)}
.lead-evidence-toggle:hover,.lead-evidence-toggle:focus-visible{text-decoration:underline}
.lead-evidence-toggle:focus-visible{outline:2px solid var(--brand);outline-offset:2px}
.lead-evidence-panel{margin-top:6px}
.lead-evidence-grid{
display:grid;
gap:6px;
margin:0;
padding:8px 10px;
border:1px solid var(--line);
border-radius:6px;
background:rgba(255,255,255,.72);
}
.lead-evidence-row{
display:grid;
grid-template-columns:150px minmax(0,1fr);
gap:10px;
align-items:baseline;
}
.lead-evidence-row dt{
margin:0;
color:var(--muted-soft);
font-size:10px;
font-weight:750;
letter-spacing:.04em;
text-transform:uppercase;
line-height:1.4;
}
.lead-evidence-row dd{
margin:0;
color:#303834;
font-size:12px;
line-height:1.45;
overflow-wrap:anywhere;
}
.lead-evidence-blockers{
margin:0;
padding-left:16px;
display:grid;
gap:2px;
}
.lead-evidence-blockers li{font-size:12px;line-height:1.4;color:#303834}
@media (max-width:640px){
.lead-evidence-row{grid-template-columns:1fr;gap:2px}
}
@media (prefers-reduced-motion:reduce){
.lead-evidence-toggle::before{transition:none}
}
