:root{color-scheme:dark}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:#0b1220;color:#e8edf7}.center{min-height:100vh;display:grid;place-items:center;padding:16px}.card{background:#151d2e;padding:24px;border-radius:12px;max-width:420px}.card.wide{max-width:640px;max-height:90vh;overflow:auto}h1,h2,h3{margin:0 0 8px}h3{margin-top:18px;font-size:14px;color:#93a1bd}.muted{color:#93a1bd}button{background:#6ea8fe;color:#0b1220;border:0;padding:8px 14px;border-radius:8px;font-weight:600;cursor:pointer}button.ghost{background:transparent;color:#6ea8fe;border:1px solid #33415c}button.danger{color:#f87171;border-color:#5b2b2b}.wrap{max-width:760px;margin:0 auto;padding:24px}header{display:flex;align-items:center;gap:12px;margin-bottom:24px}header .ghost{margin-left:auto}.row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.list{list-style:none;padding:0}.list li{background:#151d2e;padding:12px 16px;border-radius:10px;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between}.list li.revoked{opacity:.5}.actions{display:flex;gap:8px}.tag{background:#5b2b2b;color:#f87171;font-size:11px;padding:2px 6px;border-radius:6px;margin-left:8px}.err{background:#5b2b2b;color:#fca5a5;padding:10px 14px;border-radius:8px;margin-bottom:16px}pre{background:#0b1220;padding:12px;border-radius:8px;overflow:auto;font-size:12px;border:1px solid #33415c;white-space:pre-wrap;word-break:break-all}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:grid;place-items:center;padding:16px}code{font-size:12px}img{border-radius:8px;background:#fff;padding:8px}
