*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}:root{--bg: #0a0e1a;--panel: #0f1525;--panel-2: #131a2d;--border: rgba(255, 255, 255, .06);--border-hover: rgba(99, 102, 241, .4);--text: #e2e8f0;--muted: #94a3b8;--accent: #6366f1;--accent-2: #8b5cf6;--success: #10b981;--warn: #f59e0b;--danger: #ef4444}html,body,#root{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit}.glow{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.glow:before{content:"";position:absolute;top:-20%;left:50%;transform:translate(-50%);width:1200px;height:1200px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.1) 0%,transparent 50%);filter:blur(40px)}.nav{position:relative;z-index:10;background:#0f1525cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:1rem 2rem;display:flex;align-items:center;gap:1rem}.brand{display:flex;align-items:center;gap:.625rem}.brand-mark{width:32px;height:32px;border-radius:.5rem;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);display:flex;align-items:center;justify-content:center}.brand-mark svg{width:18px;height:18px;color:#fff}.brand-text{font-weight:700;letter-spacing:.02em;font-size:.95rem}.brand-sub{color:var(--muted);font-size:.7rem;font-weight:500;margin-top:1px}.nav-actions{margin-left:auto;display:flex;gap:.5rem;align-items:center}.container{position:relative;z-index:5;max-width:980px;margin:3rem auto;padding:0 1.5rem}.hero{text-align:center;margin-bottom:3rem;padding:2rem 0}.hero h1{font-size:2.5rem;font-weight:800;letter-spacing:-.025em;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1.15}.hero p{color:var(--muted);font-size:1.05rem;max-width:640px;margin:0 auto 1.5rem;line-height:1.65}.hero-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.card{background-color:var(--panel);background-image:linear-gradient(180deg,#ffffff05,#fff0);border:1px solid var(--border);border-radius:1rem;padding:1.75rem;margin-bottom:1.25rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card h2{font-size:1.05rem;font-weight:700;margin-bottom:1rem}.card p{color:var(--muted);line-height:1.65;font-size:.925rem;margin-bottom:.875rem}.protocol-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-top:2rem}.protocol-card{background:var(--panel);border:1px solid var(--border);border-radius:.875rem;padding:1.5rem;display:block;transition:all .2s;cursor:pointer;text-align:left;width:100%}.protocol-card:hover{border-color:var(--border-hover);transform:translateY(-2px);background:var(--panel-2)}.protocol-card .icon-box{width:40px;height:40px;border-radius:.625rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.protocol-card svg{width:20px;height:20px}.protocol-card h3{font-size:1rem;font-weight:700;margin-bottom:.375rem;display:flex;align-items:center;gap:.5rem}.protocol-card p{font-size:.8125rem;color:var(--muted);line-height:1.55;margin-bottom:.875rem}.protocol-card .arrow{font-size:.75rem;color:#a5b4fc;font-weight:600}.protocol-card.disabled{opacity:.5;cursor:not-allowed}.protocol-card.disabled:hover{transform:none}.badge{font-size:.625rem;font-weight:700;padding:.1rem .45rem;border-radius:4px;text-transform:uppercase;letter-spacing:.06em;display:inline-block}.badge-oidc{background:#3b82f626;color:#60a5fa}.badge-saml{background:#f59e0b26;color:#fbbf24}.badge-api{background:#10b98126;color:#34d399}.badge-fido{background:#8b5cf626;color:#a78bfa}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.625rem;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:all .15s}.btn-primary{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);color:#fff;box-shadow:0 4px 16px #6366f14d}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;filter:none}.btn-secondary{background:#ffffff0a;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:#ffffff14}.btn-danger{background:#ef44441a;color:#fca5a5;border:1px solid rgba(239,68,68,.3)}.btn-danger:hover{background:#ef44442e}.btn-sm{padding:.4rem .875rem;font-size:.8125rem}.user-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#6366f10d;border:1px solid rgba(99,102,241,.15);border-radius:.875rem;margin-bottom:1.25rem}.avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.user-name{font-weight:700;font-size:1rem;margin-bottom:.125rem}.user-meta{font-size:.825rem;color:var(--muted)}.chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:9999px;font-size:.7rem;font-weight:600;letter-spacing:.02em}.chip-success{background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.25)}.chip-default{background:#6366f126;color:#a5b4fc;border:1px solid rgba(99,102,241,.25)}.flow{background:#0000004d;border:1px solid var(--border);border-radius:.75rem;padding:1.25rem;font-family:JetBrains Mono,SF Mono,Consolas,monospace;font-size:.8125rem;color:var(--muted);line-height:2;overflow-x:auto}.flow .num{display:inline-block;width:1.5rem;height:1.5rem;line-height:1.5rem;text-align:center;background:#6366f133;color:#a5b4fc;border-radius:.25rem;margin-right:.5rem;font-weight:700;font-size:.7rem}.flow code{background:#ffffff0d;padding:.1rem .35rem;border-radius:3px;color:#c7d2fe;font-size:.78rem}.alert{padding:.875rem 1rem;border-radius:.625rem;margin-bottom:1rem;font-size:.875rem;display:flex;align-items:flex-start;gap:.625rem}.alert-success{background:#10b9811a;color:#86efac;border:1px solid rgba(16,185,129,.25)}.alert-error{background:#ef44441a;color:#fca5a5;border:1px solid rgba(239,68,68,.25)}.alert-info{background:#3b82f61a;color:#93c5fd;border:1px solid rgba(59,130,246,.25)}.alert-warn{background:#f59e0b1a;color:#fcd34d;border:1px solid rgba(245,158,11,.25)}.kv{display:grid;grid-template-columns:160px 1fr;gap:.5rem 1rem;font-size:.8125rem;padding:.25rem 0}.kv>span:first-child{color:var(--muted);font-weight:500}.kv>span:last-child{font-family:JetBrains Mono,monospace;color:var(--text);word-break:break-all}.kv-ok{color:#34d399}.kv-bad{color:#f87171}.json-block{background:#0006;border:1px solid var(--border);border-radius:.625rem;padding:1rem;font-family:JetBrains Mono,monospace;font-size:.78rem;color:var(--text);overflow-x:auto;line-height:1.55}.loader{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}footer{text-align:center;padding:2rem 1rem;color:var(--muted);font-size:.75rem;border-top:1px solid var(--border);margin-top:3rem}footer a{color:var(--accent)}@media (max-width: 640px){.nav{padding:.75rem 1rem;flex-wrap:wrap}.container{margin:1.5rem auto;padding:0 1rem}.hero h1{font-size:1.875rem}.protocol-grid{grid-template-columns:1fr}.kv{grid-template-columns:1fr;gap:.125rem}.kv>span:first-child{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em}}
