:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#172033;background:#eef3fb}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,#d7e5ff,#f7f9fd 40%,#eef3fb);padding:32px}.container{max-width:980px;margin:0 auto}.card{background:rgba(255,255,255,.92);border:1px solid rgba(111,132,170,.18);box-shadow:0 18px 50px rgba(28,49,88,.12);border-radius:24px;padding:28px;margin-bottom:18px}.hero{display:flex;justify-content:space-between;gap:16px;align-items:center}.eyebrow{margin:0 0 8px;color:#4f6fa9;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.12em}h1,h2{margin:0;color:#0f1d35}h1{font-size:clamp(28px,4vw,44px)}h2{font-size:24px}.subtitle{margin:12px 0 0;color:#52617a;line-height:1.6}.form-card label{display:block;font-weight:800;margin-bottom:10px}.input-row{display:flex;gap:12px}input{width:100%;padding:15px 16px;border:1px solid #c8d4e8;border-radius:14px;font-size:16px;outline:none;background:white}input:focus{border-color:#4078d8;box-shadow:0 0 0 4px rgba(64,120,216,.12)}button{border:0;border-radius:14px;padding:0 22px;font-size:15px;font-weight:800;cursor:pointer;color:white;background:#1f66d1;min-height:52px;white-space:nowrap}button:hover{filter:brightness(.96)}button:disabled{opacity:.55;cursor:not-allowed}.secondary{background:#172033}.hint{color:#687892;margin:12px 0 0}.status{padding:14px 16px;border-radius:16px;margin-bottom:18px;font-weight:700}.status.ok{background:#e9f9ef;color:#146c37}.status.err{background:#fff0f0;color:#a62323}.status.info{background:#eef5ff;color:#20528f}.hidden{display:none}.result-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.badge{font-weight:900;padding:10px 14px;border-radius:999px;background:#e8edf7;color:#40506c}.badge.clean{background:#e5faee;color:#116c36}.badge.listed{background:#fff0df;color:#995000}.badge.error{background:#ffecec;color:#9d1d1d}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.grid div{background:#f6f8fc;border-radius:18px;padding:16px}.grid span{display:block;color:#6b7890;font-size:13px;margin-bottom:6px}.grid strong{font-size:22px}.table-wrap{overflow:auto;border-radius:16px;border:1px solid #e2e7f1}table{width:100%;border-collapse:collapse;background:white}th,td{text-align:left;padding:14px;border-bottom:1px solid #eef1f6}th{font-size:13px;color:#5a6a86;background:#f8faff}tr:last-child td{border-bottom:0}.pill{display:inline-flex;padding:6px 10px;border-radius:999px;font-weight:800;font-size:12px}.pill.ok{background:#e9f9ef;color:#146c37}.pill.bad{background:#fff0df;color:#995000}.pill.err{background:#ffecec;color:#9d1d1d}details{margin-top:18px}pre{white-space:pre-wrap;background:#0d1526;color:#dce7ff;border-radius:16px;padding:16px;overflow:auto}@media(max-width:720px){body{padding:16px}.hero,.input-row{flex-direction:column;align-items:stretch}.grid{grid-template-columns:1fr}button{width:100%}}
