:root{--ink:#17252a;--muted:#66777c;--paper:#f4f2ec;--surface:#fffdfa;--teal:#157a78;--deep:#0d5657;--gold:#c79b4b;--line:#d9ddd9;--warning:#9a6718}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.5 Inter,system-ui,sans-serif}.identity-header{height:144px;padding:16px max(24px,calc((100% - 1280px)/2));display:flex;align-items:flex-end;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.identity-header img:first-child{height:112px;width:auto;margin-bottom:10px}.identity-header img:last-child{height:100px;width:auto}.productbar{padding:11px max(24px,calc((100% - 1100px)/2));display:flex;gap:20px;background:var(--deep);color:#fff}.productbar span:last-child{margin-left:auto;font-size:12px}main{max-width:1100px;margin:auto;padding:44px 24px 72px}.hero{max-width:850px}.eyebrow{color:var(--teal);font-size:12px;font-weight:800;letter-spacing:.1em}h1,h2,h3{font-family:Georgia,serif}h1{font-size:clamp(38px,6vw,62px);line-height:1.05;margin:8px 0}.hero p,.card p,.source-note{color:var(--muted)}.card{margin:20px 0;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:16px}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.grid .span-2{grid-column:1/-1}label{display:grid;gap:6px;font-size:13px;font-weight:700}input,select{padding:10px 12px;border:1px solid #c8cfcb;border-radius:9px;font:inherit;background:#fff}.toggle-field{display:grid;gap:8px}.toggle-label{margin:0;font-size:13px;font-weight:700}.yesno{display:flex;gap:8px}.yesno button{border:1px solid #c8cfcb;border-radius:999px;padding:8px 18px;font-weight:700;font-size:13px;background:#fff;color:var(--ink);cursor:pointer}.yesno button.is-active{background:var(--deep);border-color:var(--deep);color:#fff}.hint{margin:0;font-size:12px;color:var(--muted)}.progress-card{position:sticky;top:8px;z-index:2;background:rgba(255,253,250,.96);backdrop-filter:blur(4px)}.progress-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.progress-summary{margin:0;font-family:Georgia,serif;font-size:18px}.progress-summary span{color:var(--muted);font-family:Inter,system-ui,sans-serif;font-size:14px}.progress-track{margin-top:12px;height:8px;border-radius:999px;background:#e5e2d8;overflow:hidden}.progress-fill{height:100%;background:var(--teal);border-radius:999px;transition:width .2s ease}.section-card{margin:14px 0;background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden}.section-card.is-na{opacity:.55}.section-summary{display:flex;align-items:center;gap:12px;padding:18px 22px;cursor:pointer;list-style:none}.section-summary::-webkit-details-marker{display:none}.section-summary::before{content:"";width:8px;height:8px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(-45deg);transition:transform .15s ease;flex-shrink:0}details[open]>.section-summary::before{transform:rotate(45deg)}.section-title{flex:1;font-family:Georgia,serif;font-size:19px}.badge{padding:5px 12px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.badge-gap{background:#f8e0da;color:#9a3f22}.badge-ok{background:#e2f2ef;color:var(--deep)}.badge-na{background:#eceae2;color:var(--muted)}.section-body{padding:0 22px 22px;display:grid;gap:14px;border-top:1px solid var(--line);padding-top:18px}.question-row{padding:16px;border:1px solid var(--line);border-radius:12px}.question-row.is-na{opacity:.5}.question-text{margin:0;font-size:14px;line-height:1.6}.question-index{margin-right:8px;font-weight:800;color:var(--muted)}.citation{margin:8px 0 0;font-size:12px;letter-spacing:.02em;color:var(--gold)}.answer-buttons{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.answer-btn{border:1px solid #c8cfcb;border-radius:999px;padding:7px 16px;font-weight:700;font-size:13px;background:#fff;color:var(--ink);cursor:pointer}.answer-btn.is-active{background:var(--deep);border-color:var(--deep);color:#fff}.answer-btn:disabled{opacity:.5;cursor:not-allowed}.source-note{margin-top:28px;font-size:13px}@media(max-width:760px){.identity-header{height:112px;padding:12px 14px}.identity-header img:first-child{height:84px;width:auto;margin-bottom:7px}.identity-header img:last-child{height:76px;width:auto}.productbar{flex-direction:column;gap:2px}.productbar span:last-child{margin:0}.grid{grid-template-columns:1fr}main{padding:30px 16px}.progress-head{flex-direction:column;align-items:flex-start;gap:6px}}@media print{.identity-header{position:fixed;top:0;left:0;right:0;height:25mm;padding:3mm 12mm}.productbar{margin-top:25mm}main{max-width:none;padding:10mm}.card,.section-card{break-inside:avoid}.progress-card{position:static}.identity-header img:first-child{width:45mm}.identity-header img:last-child{width:49mm}details{display:block}.section-body{display:grid!important}}
