:root{color:#18212f;background:#f5f7fb;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}main{width:min(1180px,94vw);margin:0 auto;padding:28px 0 56px}.hero{background:linear-gradient(135deg,#fff,#eaf0ff);border-radius:28px;justify-content:space-between;align-items:center;gap:20px;padding:28px;display:flex;box-shadow:0 20px 60px #16223314}h1{letter-spacing:-.06em;margin:0;font-size:clamp(2rem,5vw,4.5rem)}h2{margin-top:0}.eyebrow{color:#b20000;letter-spacing:.16em;font-weight:800}.notice{background:#fff8dd;border:1px solid #f0d36d;border-radius:18px;padding:16px 20px}.error{color:#9f1239;font-weight:700}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px;display:grid}.card{background:#fff;border-radius:24px;padding:24px;box-shadow:0 14px 38px #16223312}.field,.check{gap:8px;margin:12px 0;font-weight:650;display:grid}.check{grid-template-columns:22px 1fr;align-items:center;font-weight:500}input,select{width:100%;min-height:46px;font:inherit;background:#fff;border:1px solid #cfd7e6;border-radius:14px;padding:10px 12px}input[type=checkbox]{width:18px;min-height:18px}button{color:#fff;cursor:pointer;background:#b20000;border:0;border-radius:999px;min-height:48px;padding:0 22px;font-weight:800}button.secondary{background:#18212f}.result{background:#eef5ff;border:1px solid #cfe2ff;border-radius:18px;margin-top:18px;padding:16px}.result.needs_review{background:#fff1f2;border-color:#fecdd3}.result.likely_non_filer{background:#ecfdf5;border-color:#bbf7d0}small{color:#64748b}@media (width<=820px){.hero{flex-direction:column;align-items:flex-start}.grid{grid-template-columns:1fr}}
