
*{box-sizing:border-box} :root{--ink:#20312a;--muted:#6d7772;--paper:#f4f2ec;--card:#fff;--line:#dedfd9;--soft:#e9eee9}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.shell{max-width:860px;margin:auto;padding:28px 16px 70px}.hero{padding:24px 4px 12px}.hero h1{font-size:clamp(38px,9vw,70px);line-height:.95;letter-spacing:-.055em;margin:14px 0 18px;max-width:800px}.hero p{font-size:18px;line-height:1.55;max-width:650px;color:var(--muted)}
.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:800;color:#647069}.panel{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:22px;margin-top:18px;box-shadow:0 10px 30px #26352e0b}
.progress-wrap{height:6px;background:#edf0ec;border-radius:99px;overflow:hidden;margin-bottom:26px}.progress{height:100%;width:0;background:var(--ink);transition:.25s}
h2{font-size:28px;letter-spacing:-.03em;margin:0 0 12px}.lead{font-size:17px;color:var(--muted);line-height:1.5;margin-bottom:22px}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{margin:14px 0}.field label{display:block;font-size:14px;font-weight:750;margin-bottom:7px}
input,select{width:100%;padding:15px 14px;border:1px solid #cfd4cf;border-radius:13px;font:inherit;background:white;color:var(--ink);outline:none}input:focus,select:focus{border-color:#64756c;box-shadow:0 0 0 3px #dfe8e2}
.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.choice{border:1px solid #d3d8d3;border-radius:14px;padding:14px;background:white;text-align:left;color:var(--ink);font-weight:700}.choice.active{background:var(--ink);color:white;border-color:var(--ink)}
.actions{display:flex;gap:10px;margin-top:26px}button{border:0;border-radius:14px;background:var(--ink);color:white;padding:15px 20px;font:inherit;font-weight:800;cursor:pointer;min-height:50px}.secondary{background:#edf0ec;color:var(--ink)}.actions button:last-child{flex:1}
.hidden{display:none!important}.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.kpis div{background:#f4f6f3;border-radius:16px;padding:16px}.kpis span{display:block;font-size:12px;color:var(--muted);margin-bottom:8px}.kpis strong{font-size:22px;letter-spacing:-.03em}.fine{font-size:12px;color:var(--muted);line-height:1.5}
.risk{padding:17px 0;border-bottom:1px solid #eceeea}.risk:last-child{border-bottom:0}.risk-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.badge{font-size:11px;font-weight:850;padding:6px 9px;border-radius:999px;background:#edf0ec;white-space:nowrap}.risk p{color:var(--muted);margin:7px 0;font-size:14px;line-height:1.45}.bar{height:8px;background:#edf0ec;border-radius:99px;overflow:hidden}.bar i{display:block;height:100%;background:var(--ink)}
.yearblock{display:grid;grid-template-columns:100px 1fr;gap:14px;padding:14px 0;border-bottom:1px solid #eceeea}.yearblock b{font-size:14px}.event{margin-bottom:10px}.event span{color:var(--muted);font-size:13px;display:block;margin-top:3px}
.notice{padding:13px;background:#f4f6f3;border-radius:13px;color:var(--muted);font-size:13px;line-height:1.5}
@media(max-width:620px){.grid,.choice-grid,.kpis{grid-template-columns:1fr}.hero h1{font-size:48px}.panel{border-radius:20px;padding:18px}.yearblock{grid-template-columns:78px 1fr}.kpis strong{font-size:25px}}
