*{margin:0;padding:0;box-sizing:border-box}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#f5f7fb;color:#20242c;min-height:100vh;line-height:1.6}
main{max-width:760px;margin:8vh auto;padding:34px;background:#fff;border-radius:18px;box-shadow:0 18px 55px rgba(0,0,0,.08)}
.badge{display:inline-block;padding:6px 12px;border-radius:999px;background:#eef6ff;color:#2764a7;font-size:13px;font-weight:500;margin-bottom:14px}
h1{margin-bottom:16px;font-size:28px;color:#0f172a}
.status{font-size:15px;color:#475569;margin-bottom:24px}
.ok{color:#16a34a;font-weight:500}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin-bottom:24px}
.card{padding:14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}
.card h3{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:6px;font-weight:500}
.card p{font-size:15px;color:#0f172a;font-family:ui-monospace,monospace}
.muted{color:#667085;font-size:14px;margin-bottom:10px}
