:root{--ink:#17252a;--muted:#66777c;--paper:#f4f2ec;--surface:#fffdfa;--teal:#157a78;--deep:#0d5657;--gold:#c79b4b;--line:#d9ddd9;--danger:#a23b3b;--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:112px;padding:12px 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{width:190px;max-height:88px}.identity-header img:last-child{width:210px;max-height:68px}.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;text-transform:uppercase}main{max-width:1100px;margin:auto;padding:44px 24px 72px}.hero{max-width:800px}.eyebrow{color:var(--teal);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}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,.result-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}.section-head,.actions,.result-head{display:flex;align-items:center;justify-content:space-between;gap:16px}label{display:grid;gap:6px;font-size:13px;font-weight:700}input{padding:10px 12px;border:1px solid #c8cfcb;border-radius:9px;font:inherit}.check{display:flex;align-items:center;gap:8px}.check input{width:auto}.checks{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.project{padding:18px 0;border-top:1px solid var(--line)}.project:first-child{border-top:0}.project-grid{display:grid;grid-template-columns:1.2fr repeat(4,1fr);gap:12px}.project-gates{display:flex;flex-wrap:wrap;gap:16px;margin-top:12px}.primary,.secondary{border:0;border-radius:999px;padding:11px 18px;font-weight:800;cursor:pointer}.primary{background:var(--deep);color:#fff}.secondary{background:#e2f2ef;color:var(--deep)}button:disabled{opacity:.5}.results{margin-top:28px}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.kpi{padding:18px;background:#e2f2ef;border-radius:13px}.kpi strong{display:block;font-size:22px}.status{font-weight:800}.status.ready{color:var(--teal)}.status.preliminary{color:var(--warning)}table{width:100%;border-collapse:collapse}th,td{padding:10px;text-align:left;border-bottom:1px solid var(--line)}th{background:var(--deep);color:#fff}.number{text-align:right}.notice{position:sticky;top:8px;padding:12px 16px;border-radius:10px;background:#e2f2ef;color:var(--deep);font-weight:700}.source-note{margin-top:24px;font-size:13px}@media(max-width:760px){.identity-header{height:86px;padding:10px 14px}.identity-header img:first-child{width:130px;max-height:64px}.identity-header img:last-child{width:140px;max-height:48px}.productbar,.grid,.checks,.project-grid,.kpis{grid-template-columns:1fr}.productbar{display:flex;flex-direction:column;gap:2px}.productbar span:last-child{margin:0}.grid,.checks,.project-grid,.kpis{display:grid}.section-head,.actions{align-items:flex-start;flex-direction:column}main{padding:30px 16px}}@media print{.identity-header{position:fixed;top:0;left:0;right:0;height:25mm;padding:3mm 12mm}.productbar{margin-top:25mm}.actions,#addProject,.remove-project{display:none!important}main{max-width:none;padding:10mm}.card,.result-card{break-inside:avoid;box-shadow:none}.identity-header img:first-child{width:45mm}.identity-header img:last-child{width:49mm}}
