:root{--background:#f5f7fb;--foreground:#172033;--muted:#667085;--card:#fff;--line:#dde3ee;--blue:#2157d6;--blue-dark:#173c94;--green:#0f8f6d;--warning:#b7791f}*{box-sizing:border-box}body{background:var(--background);color:var(--foreground);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.page{width:min(1120px,100% - 32px);margin:0 auto;padding:40px 0 64px}.hero{color:#fff;background:linear-gradient(135deg,#102b73,#2370e6);border-radius:28px;padding:36px;box-shadow:0 24px 60px #102b733d}.hero p{color:#ffffffd1}.grid{gap:18px;display:grid}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 12px 30px #1720330f}.label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:700}.input,.textarea{border:1px solid var(--line);width:100%;color:var(--foreground);background:#fff;border-radius:14px;padding:13px 14px}.textarea{resize:vertical;min-height:112px}.button{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:14px;padding:14px 18px;font-weight:800}.button:hover{background:var(--blue-dark)}.button.secondary{color:var(--blue-dark);background:#e8eefc}.pill{color:var(--blue-dark);background:#eef4ff;border-radius:999px;align-items:center;gap:8px;padding:7px 11px;font-size:13px;font-weight:700;display:inline-flex}.warning{color:var(--warning)}.safe{color:var(--green)}.list{color:var(--muted);padding-left:20px;line-height:1.65}.section-title{margin:34px 0 14px}@media (max-width:860px){.grid.two,.grid.three{grid-template-columns:1fr}.hero{padding:26px}}.home-wizard-section{margin-top:24px}.question-wizard{align-items:start}.wizard-header,.progress-meta,.field-card-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.wizard-header h2{margin:4px 0 0}.progress-block{gap:8px;display:grid}.progress-track{background:#e8eefc;border-radius:999px;width:100%;height:12px;overflow:hidden}.progress-fill{border-radius:inherit;background:linear-gradient(90deg, var(--green), var(--blue));height:100%}.help-text{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.warning-box{color:var(--warning);background:#fff8eb;border:1px solid #f4d39c;border-radius:16px;padding:14px 16px}.list.compact{margin:8px 0 0}.field-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.field-card{border:1px solid var(--line);background:#fbfcff;border-radius:16px;min-height:150px;padding:14px}.field-card p{margin:14px 0 8px;font-weight:800}.field-card small{color:var(--muted);line-height:1.45}.confidence-badge{color:var(--green);background:#eaf8f3;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:800}.ready-panel{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding-top:18px;display:flex}.follow-up-form{border-top:1px solid var(--line);padding-top:18px}.answer-card{border:1px solid var(--line);border-radius:16px;gap:10px;margin:0;padding:16px;display:grid}.answer-card legend{padding:0 6px;font-weight:800}.answer-options{flex-wrap:wrap;gap:10px;display:flex}.answer-option{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:10px 12px;display:inline-flex}.answer-option:has(input:checked){border-color:var(--blue);color:var(--blue-dark);background:#eef4ff;font-weight:800}.compact-textarea{min-height:86px}@media (max-width:980px){.field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.wizard-header,.ready-panel{flex-direction:column;align-items:flex-start}.field-grid{grid-template-columns:1fr}}
