: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: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:850px}.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,.control,.result-card{margin:20px 0;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:16px}.grid,.checks{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.check{display:flex;align-items:center;gap:8px}.check input{width:auto}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}.control-head{display:flex;justify-content:space-between;gap:16px}.control .source{color:var(--muted);font-size:12px}.control-fields{display:grid;grid-template-columns:180px 1fr;gap:12px;margin-top:14px}.coverage{padding:14px 18px;border-left:4px solid var(--gold);background:#fff8e8}.actions,.result-head{display:flex;align-items:center;justify-content:space-between;gap: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}.notice{position:sticky;top:8px;z-index:2;padding:12px 16px;border-radius:10px;background:#f8e7d0;color:#6d470d;font-weight:700}.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;color:var(--warning)}.source-note{margin-top:28px;font-size:13px}.fingerprint{font:11px/1.4 ui-monospace,monospace;overflow-wrap:anywhere}@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{flex-direction:column;gap:2px}.productbar span:last-child{margin:0}.grid,.checks,.control-fields,.kpis{grid-template-columns:1fr}.control-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{display:none!important}main{max-width:none;padding:10mm}.card,.control,.result-card{break-inside:avoid}.identity-header img:first-child{width:45mm}.identity-header img:last-child{width:49mm}}
