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