:root{--bg:#f7f7f5;--surface:#fff;--text:#1b1b1a;--muted:#6b6b66;--border:#e3e3de;--ok:#1f7a4d;--fail:#b3261e}@media (prefers-color-scheme:dark){:root{--bg:#141413;--surface:#1e1e1c;--text:#ececea;--muted:#9a9a94;--border:#2e2e2b;--ok:#4cc38a;--fail:#f2766b}}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}main{max-width:720px;margin:0 auto;padding:32px 16px}h1{margin:0 0 4px;font-size:1.5rem}.muted{color:var(--muted);margin:0 0 24px}.card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:16px}.checks{margin:0;padding:0;list-style:none}.checks li{border-bottom:1px solid var(--border);justify-content:space-between;gap:12px;padding:10px 0;display:flex}.checks li:last-child{border-bottom:0}.ok{color:var(--ok);font-weight:600}.fail{color:var(--fail);font-weight:600}
