@font-face{font-family:Segment;src:url(/fonts/Segment-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Segment;src:url(/fonts/Segment-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PP Supply Mono;src:url(/fonts/PPSupplyMono-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}:root{color-scheme:light;font-family:Segment,system-ui,sans-serif;line-height:1.5;font-weight:400;--background: 0 0% 100%;--foreground: 0 0% 0%;--card: 0 0% 100%;--card-foreground: 0 0% 0%;--primary: 249 100% 24%;--primary-foreground: 0 0% 100%;--secondary: 220 33% 91%;--secondary-foreground: 249 100% 24%;--muted: 220 33% 91%;--muted-foreground: 220 20% 40%;--accent: 216 36% 81%;--accent-foreground: 249 100% 24%;--border: 216 36% 85%;--ring: 249 100% 24%;--radius: .5rem;--gradient-brand: linear-gradient(135deg, hsl(216 40% 71%), hsl(0 0% 100%));--shadow-lg: 0 10px 15px -3px hsl(216 36% 81% / .25), 0 4px 6px -4px hsl(216 36% 81% / .2)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-image:var(--gradient-brand);background-color:hsl(var(--background));color:hsl(var(--foreground))}#root{min-height:100vh}.page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:48px 20px 36px;gap:24px}.page-main{width:min(480px,100%);display:flex;flex-direction:column;gap:16px}.card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) * 2);padding:32px;box-shadow:var(--shadow-lg)}.brand{margin-bottom:16px}.brand-logo{height:24px;width:auto;display:block}.card-header h1{font-family:Segment,system-ui,sans-serif;font-weight:500;margin:0 0 8px;font-size:1.8rem;letter-spacing:-.01em}.subtitle{margin:0;color:hsl(var(--muted-foreground));font-size:1rem}.provider-list{margin-top:20px;display:flex;flex-direction:column;gap:8px;color:hsl(var(--muted-foreground));font-size:.9rem}.provider-chips{display:flex;flex-wrap:wrap;gap:8px}.provider-chip{padding:6px 12px;border-radius:999px;background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));font-size:.85rem;font-weight:500}.native-form{margin-top:24px;display:flex;flex-direction:column;gap:14px}.native-form-header{display:flex;flex-direction:column;gap:4px}.native-form-header h2{margin:0;font-size:1rem;font-weight:600}.native-form-header p{margin:0;color:hsl(var(--muted-foreground));font-size:.92rem}.field{display:flex;flex-direction:column;gap:6px;color:hsl(var(--foreground));font-size:.92rem;font-weight:500}.field input{width:100%;border:1px solid hsl(var(--border));border-radius:12px;padding:12px 14px;font:inherit;color:hsl(var(--foreground));background:hsl(var(--card))}.field input:focus{outline:2px solid hsl(var(--ring));outline-offset:2px}.field input:disabled{background:hsl(var(--muted));cursor:not-allowed}.stacked-actions{display:flex;flex-direction:column;gap:12px}.primary-button,.oidc-provider-button,.secondary-button{border:none;background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:12px;padding:12px 16px;font:inherit;font-weight:500;cursor:pointer;transition:background-color .16s ease,opacity .16s ease}.primary-button:hover,.oidc-provider-button:hover{background:#0f0066}.primary-button:disabled,.oidc-provider-button:disabled,.secondary-button:disabled{opacity:.65;cursor:not-allowed}.secondary-button{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.secondary-button:hover{background:hsl(var(--accent))}.signed-out-actions{margin-top:24px}.signed-out-link{width:100%;display:inline-flex;justify-content:center;text-decoration:none}.auth-divider{margin:20px 0 0;display:flex;align-items:center;gap:12px;color:hsl(var(--muted-foreground));font-size:.85rem;text-transform:uppercase;letter-spacing:.08em}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:hsl(var(--border))}.oidc-provider-list{margin-top:20px;display:flex;flex-direction:column;gap:12px}.status-row{margin-top:16px;display:flex;align-items:center;gap:10px;color:hsl(var(--muted-foreground));font-size:.95rem}.status-stack{margin-top:20px;display:flex;flex-direction:column;gap:16px}.status-check{font-weight:600;color:hsl(var(--primary))}.inline-error{margin:0;color:#8b1c1c;font-size:.92rem}.spinner{width:18px;height:18px;border-radius:50%;border:2px solid hsl(var(--border));border-top-color:hsl(var(--primary));animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-box{border-radius:16px;border:1px solid #f3b6b6;background:#fff5f5;padding:16px;display:flex;flex-direction:column;gap:12px}.error-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.error-title{margin:0;font-weight:600}.error-message{margin:4px 0 0;color:#8b1c1c}.error-retry{border:none;background:#d97706;color:#fff;border-radius:10px;padding:8px 14px;font-weight:600;cursor:pointer}.error-retry:hover{background:#b45309}.error-meta{color:#9f1239;font-size:.8rem}.error-details{font-size:.85rem}.error-details summary{cursor:pointer;color:#7f1d1d}.error-details-body{margin-top:8px;display:flex;flex-direction:column;gap:6px;color:#7f1d1d}.footer{display:flex;gap:12px;align-items:center;color:hsl(var(--muted-foreground));font-size:.85rem}.footer-pill{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));padding:4px 10px;border-radius:999px;font-weight:600}.footer-text{letter-spacing:.02em;text-transform:uppercase;font-size:.7rem}.healthz{min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:Segment,system-ui,sans-serif;font-size:1.5rem}@media(max-width:600px){.card{padding:24px}.page{padding:32px 16px 24px}}
