:root{color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#f5f7f8;color:#1e2529}*{box-sizing:border-box}body{margin:0}main{max-width:1120px;margin:0 auto;padding:48px 24px}header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px}h1{font-size:28px;margin:0}h2{font-size:18px;margin:0 0 16px}.status{color:#176b4d;background:#e5f4ec;border:1px solid #b6dfc9;padding:8px 12px;border-radius:6px}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.panel{background:white;border:1px solid #dce2e5;border-radius:6px;padding:20px}.panel p{color:#58636a;line-height:1.6;margin:8px 0 0}input:not([type=checkbox]){display:block;width:100%;max-width:520px;padding:12px;margin:16px 0;border:1px solid #d8dce8;border-radius:8px}.choices{display:flex;gap:18px;flex-wrap:wrap;margin:12px 0 18px}button{border:0;border-radius:8px;padding:11px 18px;background:#315efb;color:white;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:720px){main{padding:28px 16px}header{align-items:flex-start;flex-direction:column}.grid{grid-template-columns:1fr}}