:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1c1c1e;background:#f5f5f7}*{box-sizing:border-box}body{margin:0}.center{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.page{max-width:960px;margin:0 auto;padding:24px}.row{display:flex;align-items:center}.row.gap{gap:10px}.between{justify-content:space-between}.muted{color:#6b7280}.error{color:#b00020}button{padding:8px 14px;border:1px solid #d1d5db;border-radius:8px;background:#fff;cursor:pointer}button:disabled{opacity:.5;cursor:default}input{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;min-width:260px}table{width:100%;border-collapse:collapse;margin-top:20px;background:#fff;border-radius:10px;overflow:hidden}th,td{text-align:left;padding:10px 12px;border-bottom:1px solid #eee;font-size:14px}tr.revoked{color:#9ca3af}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.banner{margin:16px 0;padding:14px 16px;border:1px solid #f0c000;background:#fff8e1;border-radius:10px;display:flex;flex-direction:column;gap:10px}.banner .token{word-break:break-all;background:#fff;padding:8px 10px;border-radius:6px;border:1px solid #eee}
