:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#fefffa;--foreground:#111110;--surface:#fff;--surface-raised:#fff;--card:#fff;--card-foreground:#111110;--popover:#fff;--popover-foreground:#111110;--primary:#b6ff2e;--primary-hover:#9be600;--primary-foreground:#111110;--primary-tint:#f2ffd9;--guidance:#7c3dff;--guidance-hover:#6427e8;--guidance-tint:#f0e9ff;--secondary:#f0e9ff;--secondary-foreground:#111110;--muted:#f3f3ef;--muted-foreground:#625f6c;--accent:#f0e9ff;--accent-foreground:#111110;--destructive:#991b1b;--destructive-foreground:#fff;--border:#ded7f2;--input:#ded7f2;--ring:#7c3dff;--success-bg:#ecfdf5;--success-fg:#065f46;--warning-bg:#fffbeb;--warning-fg:#92400e;--error-bg:#fef2f2;--error-fg:#991b1b;--radius:8px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.glass{background:color-mix(in srgb, var(--guidance-tint) 58%, white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--radius)}.sidebar{border-right:1px solid var(--border);background:linear-gradient(180deg, color-mix(in srgb, var(--guidance-tint) 58%, var(--background)), var(--background) 48%), var(--background);flex-direction:column;width:280px;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.main-content{min-height:100vh;margin-left:280px;padding:3rem}.nav-item{color:var(--muted-foreground);border-radius:6px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover,.nav-item.active{background:var(--guidance-tint);color:var(--foreground)}.heading-gradient{background:linear-gradient(90deg, var(--foreground), var(--guidance) 72%);-webkit-text-fill-color:transparent;letter-spacing:0;-webkit-background-clip:text;font-weight:700}.btn{cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--foreground);border-radius:6px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--primary-foreground);border-color:color-mix(in srgb, var(--primary-hover) 72%, var(--foreground))}.btn-primary:hover{background:var(--primary-hover)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:0 16px 40px #7c3dff14}.stat-value{margin:.5rem 0;font-size:2.5rem;font-weight:700}.badge{text-transform:uppercase;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge-active{background:var(--success-bg);color:var(--success-fg)}.badge-revoked,.badge-expired{background:var(--error-bg);color:var(--error-fg)}.auth-shell{place-items:center;min-height:100vh;padding:2rem;display:grid}.auth-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);width:min(100%,420px);padding:2rem}.auth-card h1{margin:.25rem 0 .5rem;font-size:2rem}.auth-muted,.eyebrow,.field span{color:var(--muted-foreground)}.eyebrow{letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:700}.stack{gap:1rem;margin-top:1.5rem;display:grid}.field{gap:.5rem;font-size:.875rem;display:grid}.field input{background:var(--surface);border:1px solid var(--border);width:100%;color:var(--foreground);border-radius:6px;padding:.75rem}.field input:focus{border-color:var(--ring);outline:2px solid color-mix(in srgb, var(--ring) 20%, transparent);outline-offset:2px}.form-error{border:1px solid color-mix(in srgb, var(--destructive) 26%, var(--border));color:var(--destructive);background:var(--error-bg);border-radius:6px;margin-top:1.5rem;padding:.75rem;font-size:.875rem}code{color:var(--guidance)}table tr:hover td{background:color-mix(in srgb, var(--guidance-tint) 42%, transparent)}
