:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:oklch(100% 0 0);--foreground:oklch(14.5% 0 0);--card:oklch(100% 0 0);--card-foreground:oklch(14.5% 0 0);--primary:oklch(20.5% 0 0);--primary-foreground:oklch(98.5% 0 0);--secondary:oklch(97% 0 0);--secondary-foreground:oklch(20.5% 0 0);--muted:oklch(97% 0 0);--muted-foreground:oklch(55.6% 0 0);--accent:oklch(97% 0 0);--accent-foreground:oklch(20.5% 0 0);--destructive:oklch(57.7% .245 27.325);--destructive-foreground:oklch(98.5% 0 0);--destructive-bg:oklch(97% .04 27);--success:oklch(52% .15 145);--success-bg:oklch(96% .03 145);--warning:oklch(62% .13 70);--warning-bg:oklch(97% .06 80);--border:oklch(92.2% 0 0);--input:oklch(92.2% 0 0);--ring:oklch(70.8% 0 0);--brand-accent:oklch(52% .17 260);--brand-accent-foreground:oklch(98.5% 0 0);--radius:0;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--text-xs:11px;--text-sm:13px;--text-base:14px;--text-md:16px;--text-lg:18px;--text-xl:22px;--text-2xl:28px;--text-3xl:36px}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:oklch(16% 0 0);--foreground:oklch(94% 0 0);--card:oklch(19% 0 0);--card-foreground:oklch(94% 0 0);--primary:oklch(92% 0 0);--primary-foreground:oklch(16% 0 0);--secondary:oklch(25% 0 0);--secondary-foreground:oklch(90% 0 0);--muted:oklch(24% 0 0);--muted-foreground:oklch(70% 0 0);--accent:oklch(28% 0 0);--accent-foreground:oklch(94% 0 0);--destructive:oklch(72% .2 27.325);--destructive-foreground:oklch(98% 0 0);--destructive-bg:oklch(28% .06 27);--success:oklch(78% .15 145);--success-bg:oklch(28% .06 145);--warning:oklch(80% .14 76);--warning-bg:oklch(29% .06 76);--border:oklch(31% 0 0);--input:oklch(35% 0 0);--ring:oklch(68% 0 0);--brand-accent:oklch(74% .15 260);--brand-accent-foreground:oklch(18% 0 0)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:oklch(16% 0 0);--foreground:oklch(94% 0 0);--card:oklch(19% 0 0);--card-foreground:oklch(94% 0 0);--primary:oklch(92% 0 0);--primary-foreground:oklch(16% 0 0);--secondary:oklch(25% 0 0);--secondary-foreground:oklch(90% 0 0);--muted:oklch(24% 0 0);--muted-foreground:oklch(70% 0 0);--accent:oklch(28% 0 0);--accent-foreground:oklch(94% 0 0);--destructive:oklch(72% .2 27.325);--destructive-foreground:oklch(98% 0 0);--destructive-bg:oklch(28% .06 27);--success:oklch(78% .15 145);--success-bg:oklch(28% .06 145);--warning:oklch(80% .14 76);--warning-bg:oklch(29% .06 76);--border:oklch(31% 0 0);--input:oklch(35% 0 0);--ring:oklch(68% 0 0);--brand-accent:oklch(74% .15 260);--brand-accent-foreground:oklch(18% 0 0)}}*{box-sizing:border-box}html,body{background:var(--background);color:var(--foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--text-base);-webkit-font-smoothing:antialiased;margin:0;padding:0;line-height:1.5}.mono{font-family:JetBrains Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.92em}h1{letter-spacing:-.01em;font-weight:600;font-size:var(--text-xl);margin:0}p{margin:0}a{color:var(--brand-accent);text-decoration:none}a:hover{text-decoration:underline}.muted{color:var(--muted-foreground)}button{font-family:inherit}.page{min-height:100vh;padding:var(--space-8) var(--space-4);justify-content:center;align-items:center;gap:var(--space-6);flex-direction:column;display:flex}.shell{gap:var(--space-6);flex-direction:column;width:100%;max-width:400px;display:flex}.shell.wide{max-width:520px}.brandbar{align-items:center;gap:var(--space-3);justify-content:center;display:flex}.mark{background:var(--primary);width:28px;height:28px;color:var(--primary-foreground);flex:none;justify-content:center;align-items:center;display:flex}.mark svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.wordmark{letter-spacing:-.01em;font-weight:600;font-size:var(--text-md)}.wordmark .sub{color:var(--muted-foreground);font-weight:500}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-8);gap:var(--space-6);flex-direction:column;display:flex}.head{gap:var(--space-2);flex-direction:column;display:flex}.head h1{font-size:var(--text-xl)}.head .sub{color:var(--muted-foreground);font-size:var(--text-sm)}.btn{justify-content:center;align-items:center;gap:var(--space-2);width:100%;height:40px;padding:0 var(--space-4);font-size:var(--text-sm);border:1px solid var(--border);border-radius:var(--radius);background:var(--background);color:var(--foreground);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;font-weight:500;display:inline-flex}.btn:hover{background:var(--secondary)}.btn-primary{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.btn-primary:hover{opacity:.9;background:var(--primary)}.btn-destructive{background:var(--destructive);color:var(--destructive-foreground);border-color:var(--destructive)}.btn-ghost{background:0 0;border-color:#0000}.btn-ghost:hover{background:var(--secondary)}.btn[disabled]{opacity:.55;cursor:not-allowed}.btn .ico{flex:none;width:16px;height:16px;display:inline-flex}.btn.loading{color:#0000;pointer-events:none;position:relative}.btn.loading:after{content:"";width:16px;height:16px;color:var(--primary-foreground);border:2px solid;border-top-color:#0000;border-radius:999px;animation:.7s linear infinite spin;position:absolute}.btn:not(.btn-primary).loading:after{color:var(--foreground)}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.btn.loading:after{animation:1s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.3}}}.field{gap:var(--space-2);flex-direction:column;display:flex}.label{font-size:var(--text-sm);justify-content:space-between;align-items:baseline;font-weight:500;display:flex}.label a{font-size:var(--text-xs);font-weight:500}.input{width:100%;height:40px;padding:0 var(--space-3);border:1px solid var(--input);background:var(--background);border-radius:var(--radius);font-size:var(--text-sm);color:var(--foreground);display:block}.input:focus{outline:2px solid var(--ring);outline-offset:-1px}.input.err{border-color:var(--destructive)}.input::placeholder{color:var(--muted-foreground)}.helper{font-size:var(--text-xs);color:var(--muted-foreground)}.helper.err{color:var(--destructive)}.stack{gap:var(--space-4);flex-direction:column;display:flex}.stack-3{gap:var(--space-3);flex-direction:column;display:flex}.stack-2{gap:var(--space-2);flex-direction:column;display:flex}.divider{align-items:center;gap:var(--space-3);color:var(--muted-foreground);font-size:var(--text-xs);text-transform:none;display:flex}.divider:before,.divider:after{content:"";background:var(--border);flex:1;height:1px}.btn-social{justify-content:center;gap:var(--space-3);font-weight:500}.btn-social .glyph{flex:none;width:18px;height:18px}.btn-social .glyph-github{color:var(--foreground)}.foot{gap:var(--space-4);text-align:center;flex-direction:column;align-items:center;display:flex}.foot .swap,.swap{font-size:var(--text-sm);color:var(--muted-foreground)}.legal{font-size:var(--text-xs);color:var(--muted-foreground);text-align:center;max-width:360px;line-height:1.5}.securedby{font-size:var(--text-xs);color:var(--muted-foreground);justify-content:center;align-items:center;gap:6px;display:flex}.banner{gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius);font-size:var(--text-sm);border:1px solid #0000;line-height:1.45;display:flex}.banner .bico{flex:none;width:16px;height:16px;margin-top:2px}.banner .bico svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.banner.error{background:var(--destructive-bg);color:var(--destructive);border-color:#0000}.banner.warn{background:var(--warning-bg);color:var(--warning)}.banner.info{background:var(--secondary);color:var(--secondary-foreground)}.banner a{color:inherit;text-decoration:underline}.result{text-align:center;align-items:center}.result .badge-ico{border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto;display:flex}.result .badge-ico svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.result .head{align-items:center}.badge-ico.ok{background:var(--success-bg);color:var(--success)}.badge-ico.warn{background:var(--warning-bg);color:var(--warning)}.badge-ico.err{background:var(--destructive-bg);color:var(--destructive)}.badge-ico.info{background:var(--secondary);color:var(--secondary-foreground)}.otp-row{gap:var(--space-2);justify-content:space-between;display:flex}.otp-cell{border:1px solid var(--input);background:var(--background);text-align:center;width:48px;height:56px;font-size:var(--text-2xl);border-radius:var(--radius);color:var(--foreground);font-family:JetBrains Mono,monospace;font-weight:600}.otp-cell.filled{border-color:var(--primary)}.otp-cell:focus{outline:2px solid var(--ring);outline-offset:-1px;border-color:var(--ring)}.otp-cell.err{border-color:var(--destructive);color:var(--destructive)}.identity-chip{align-items:center;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius);font-size:var(--text-sm);display:flex}.avatar{background:var(--brand-accent);width:32px;height:32px;color:var(--brand-accent-foreground);font-weight:600;font-size:var(--text-sm);border-radius:999px;flex:none;justify-content:center;align-items:center;display:flex}.avatar.lg{width:40px;height:40px}.identity-chip .who{flex-direction:column;min-width:0;line-height:1.3;display:flex}.identity-chip .who .nm{font-weight:500}.identity-chip .who .em{color:var(--muted-foreground);font-size:var(--text-xs)}.identity-chip .switch{font-size:var(--text-xs);margin-left:auto}.approw{align-items:center;gap:var(--space-3);justify-content:center;display:flex}.applogo{border:1px solid var(--border);border-radius:var(--radius);background:var(--secondary);justify-content:center;align-items:center;width:44px;height:44px;font-weight:600;display:flex;overflow:hidden}.applogo img{object-fit:contain;width:100%;height:100%}.arrow{color:var(--muted-foreground)}.scopes{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.scopes li{gap:var(--space-3);font-size:var(--text-sm);align-items:flex-start;display:flex}.scopes .sico{width:18px;height:18px;color:var(--muted-foreground);stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:none;margin-top:1px}.scope-head{font-size:var(--text-sm);font-weight:500}.btn-2col{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.section{border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-5);gap:var(--space-4);flex-direction:column;display:flex}.section h2{font-size:var(--text-md);margin:0;font-weight:600}.section .sub{font-size:var(--text-sm);color:var(--muted-foreground)}.prov{align-items:center;gap:var(--space-3);display:flex}.prov .glyph{flex:none;width:20px;height:20px}.prov .pname{font-weight:500;font-size:var(--text-sm)}.prov .pstat{font-size:var(--text-xs);color:var(--muted-foreground)}.prov .pbtn{margin-left:auto}.pbtn.btn{width:auto;height:32px;padding:0 var(--space-3);font-size:var(--text-xs)}.rowline{background:var(--border);height:1px}.acct-wrap{max-width:520px}.dangertext{color:var(--destructive)}.ambient-account{margin:24px 0}.danger-section{border-color:var(--destructive)}.delete-confirm{max-width:420px;margin-top:16px}.verified{font-size:var(--text-xs);color:var(--success);align-items:center;gap:4px;display:inline-flex}.verified svg{stroke:currentColor;stroke-width:2.4px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px}.btn-outline-destructive{color:var(--destructive);border-color:var(--destructive);background:0 0}.btn-outline-destructive:hover{background:var(--destructive-bg)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
