:root{font-family:Inter,ui-sans-serif,system-ui;color:#17202a;background:#f4f7f9}*{box-sizing:border-box}body{margin:0}a{color:#075985;text-decoration:none}.button,button{border:0;border-radius:7px;padding:.65rem .9rem;background:#075985;color:#fff;cursor:pointer;font-weight:600}button.danger{background:#991b1b}input,select,textarea{width:100%;padding:.65rem;border:1px solid #cbd5e1;border-radius:6px;background:white}label{display:grid;grid-gap:.35rem;gap:.35rem;font-weight:600}.shell{max-width:1280px;margin:auto;padding:1rem}.top{display:flex;justify-content:space-between;align-items:center;gap:1rem;background:#0f172a;padding:1rem 2rem}.top,.top a{color:white}.nav{display:flex;gap:1rem;align-items:center}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:1rem;gap:1rem}.card,.panel{background:white;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;box-shadow:0 2px 8px #0f172a0a}.metric{font-size:2rem;font-weight:800}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.full{grid-column:1/-1}table{width:100%;border-collapse:collapse;background:white}td,th{text-align:left;padding:.75rem;border-bottom:1px solid #e2e8f0;vertical-align:top}.table-wrap{overflow:auto}.badge{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.25rem .6rem;font-weight:700;font-size:.8rem;background:#e2e8f0}.AVAILABLE,.HEALTHY{background:#dcfce7;color:#166534}.WARNING{background:#fef3c7;color:#92400e}.CRITICAL,.URGENT{background:#ffedd5;color:#9a3412}.CLOUDFLARE_ERROR,.EXPIRED,.INVALID,.UNAVAILABLE{background:#fee2e2;color:#991b1b}.actions{display:flex;gap:.5rem;flex-wrap:wrap}.login{max-width:420px;margin:10vh auto}.muted{color:#64748b;font-size:.9rem}.error{background:#fee2e2;color:#991b1b;padding:.75rem;border-radius:6px}@media(max-width:700px){.grid{grid-template-columns:1fr}.top{align-items:flex-start;flex-direction:column}}