:root{--bg:#0f1419;--card:#1a2332;--text:#e7ecf3;--muted:#8b9cb3;--accent:#3d8bfd;--border:#2a3548}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--accent)}.card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.25rem}button,input{font:inherit}input{width:100%;padding:.65rem .75rem;border-radius:8px;border:1px solid var(--border);background:#111827;color:var(--text)}button{cursor:pointer;border:none;border-radius:8px;padding:.65rem 1rem;background:var(--accent);color:#fff;font-weight:600}button.secondary{background:transparent;border:1px solid var(--border);color:var(--text)}.muted{color:var(--muted);font-size:.9rem}.grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.stat-value{font-size:1.75rem;font-weight:700}table{width:100%;border-collapse:collapse;font-size:.9rem}td,th{text-align:left;padding:.5rem .25rem;border-bottom:1px solid var(--border)}.shell{display:grid;grid-template-columns:220px 1fr;min-height:100vh;grid-gap:1.5rem;gap:1.5rem;padding:1.5rem;max-width:1200px;margin:0 auto}.shell-side{height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:1.5rem}.shell-main{min-width:0}.nav{display:flex;flex-direction:column;gap:.35rem}.nav a{text-decoration:none;color:var(--muted);padding:.4rem .5rem;border-radius:6px}.nav a.active,.nav a:hover{color:var(--text);background:#243044}.page-header{margin-bottom:1.25rem}.btn-row{display:flex;gap:.5rem;flex-wrap:wrap}.form-grid{display:grid;grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}select{width:100%;padding:.65rem .75rem;border-radius:8px;border:1px solid var(--border);background:#111827;color:var(--text);font:inherit}.badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;background:#243044}.badge-active{background:#14532d;color:#bbf7d0}.badge-inactive,.badge-revoked{background:#3f1d1d;color:#fecaca}.error-text{color:#f87171}.token-reveal{font-family:ui-monospace,monospace;font-size:.85rem;word-break:break-all;background:#111827;padding:.75rem;border-radius:8px;border:1px solid var(--border)}@media (max-width:768px){.shell{grid-template-columns:1fr}.shell-side{position:static}}