:root{color-scheme:light;--background: oklch(1 0 0);--foreground: oklch(.145 0 0);--card: oklch(1 0 0);--card-foreground: oklch(.145 0 0);--primary: oklch(.205 0 0);--primary-foreground: oklch(.985 0 0);--secondary: oklch(.97 0 0);--secondary-foreground: oklch(.205 0 0);--muted: oklch(.97 0 0);--muted-foreground: oklch(.556 0 0);--accent: oklch(.97 0 0);--accent-foreground: oklch(.205 0 0);--destructive: oklch(.577 .245 27.325);--destructive-foreground: oklch(.985 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(.922 0 0);--input: oklch(.922 0 0);--ring: oklch(.708 0 0);--brand-accent: oklch(.52 .17 260);--brand-accent-foreground: oklch(.985 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]{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(.9 0 0);--muted: oklch(.24 0 0);--muted-foreground: oklch(.7 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(.8 .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]){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(.9 0 0);--muted: oklch(.24 0 0);--muted-foreground: oklch(.7 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(.8 .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{margin:0;padding:0;background:var(--background);color:var(--foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--text-base);line-height:1.5;-webkit-font-smoothing:antialiased}.mono{font-family:JetBrains Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.92em}h1{margin:0;font-weight:600;letter-spacing:-.01em;font-size:var(--text-xl)}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;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-8) var(--space-4);gap:var(--space-6)}.shell{width:100%;max-width:400px;display:flex;flex-direction:column;gap:var(--space-6)}.shell.wide{max-width:520px}.brandbar{display:flex;align-items:center;gap:var(--space-3);justify-content:center}.mark{width:28px;height:28px;background:var(--primary);color:var(--primary-foreground);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.mark svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.wordmark{font-weight:600;letter-spacing:-.01em;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);display:flex;flex-direction:column;gap:var(--space-6)}.head{display:flex;flex-direction:column;gap:var(--space-2)}.head h1{font-size:var(--text-xl)}.head .sub{color:var(--muted-foreground);font-size:var(--text-sm)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);height:40px;width:100%;padding:0 var(--space-4);font-size:var(--text-sm);font-weight:500;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}.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{border-color:transparent;background:transparent}.btn-ghost:hover{background:var(--secondary)}.btn[disabled]{opacity:.55;cursor:not-allowed}.btn .ico{width:16px;height:16px;flex:0 0 auto;display:inline-flex}.btn.loading{color:transparent;position:relative;pointer-events:none}.btn.loading:after{content:"";position:absolute;width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:999px;animation:spin .7s linear infinite;color:var(--primary-foreground)}.btn:not(.btn-primary).loading:after{color:var(--foreground)}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.btn.loading:after{animation:pulse 1s ease-in-out infinite}@keyframes pulse{50%{opacity:.3}}}.field{display:flex;flex-direction:column;gap:var(--space-2)}.label{font-size:var(--text-sm);font-weight:500;display:flex;justify-content:space-between;align-items:baseline}.label a{font-size:var(--text-xs);font-weight:500}.input{display:block;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)}.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{display:flex;flex-direction:column;gap:var(--space-4)}.stack-3{display:flex;flex-direction:column;gap:var(--space-3)}.stack-2{display:flex;flex-direction:column;gap:var(--space-2)}.divider{display:flex;align-items:center;gap:var(--space-3);color:var(--muted-foreground);font-size:var(--text-xs);text-transform:none}.divider:before,.divider:after{content:"";height:1px;background:var(--border);flex:1}.btn-social{justify-content:center;gap:var(--space-3);font-weight:500}.btn-social .glyph{width:18px;height:18px;flex:0 0 auto}.btn-social .glyph-github{color:var(--foreground)}.foot{display:flex;flex-direction:column;gap:var(--space-4);align-items:center;text-align:center}.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;line-height:1.5;max-width:360px}.securedby{font-size:var(--text-xs);color:var(--muted-foreground);display:flex;gap:6px;align-items:center;justify-content:center}.banner{display:flex;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:1px solid transparent;border-radius:var(--radius);font-size:var(--text-sm);line-height:1.45}.banner .bico{width:16px;height:16px;flex:0 0 auto;margin-top:2px}.banner .bico svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.banner.error{background:var(--destructive-bg);color:var(--destructive);border-color:transparent}.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{align-items:center;text-align:center}.result .badge-ico{width:48px;height:48px;border-radius:999px;display:flex;align-items:center;justify-content:center;margin:0 auto}.result .badge-ico svg{width:24px;height:24px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.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{display:flex;gap:var(--space-2);justify-content:space-between}.otp-cell{width:48px;height:56px;border:1px solid var(--input);background:var(--background);text-align:center;font-size:var(--text-2xl);font-weight:600;border-radius:var(--radius);color:var(--foreground);font-family:JetBrains Mono,monospace}.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{display:flex;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)}.avatar{width:32px;height:32px;border-radius:999px;background:var(--brand-accent);color:var(--brand-accent-foreground);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:var(--text-sm);flex:0 0 auto}.avatar.lg{width:40px;height:40px}.identity-chip .who{display:flex;flex-direction:column;line-height:1.3;min-width:0}.identity-chip .who .nm{font-weight:500}.identity-chip .who .em{color:var(--muted-foreground);font-size:var(--text-xs)}.identity-chip .switch{margin-left:auto;font-size:var(--text-xs)}.approw{display:flex;align-items:center;gap:var(--space-3);justify-content:center}.applogo{width:44px;height:44px;border:1px solid var(--border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-weight:600;background:var(--secondary);overflow:hidden}.applogo img{width:100%;height:100%;object-fit:contain}.arrow{color:var(--muted-foreground)}.scopes{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-3)}.scopes li{display:flex;gap:var(--space-3);align-items:flex-start;font-size:var(--text-sm)}.scopes .sico{width:18px;height:18px;flex:0 0 auto;margin-top:1px;color:var(--muted-foreground);stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.scope-head{font-size:var(--text-sm);font-weight:500}.btn-2col{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3)}.section{border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-4)}.section h2{margin:0;font-size:var(--text-md);font-weight:600}.section .sub{font-size:var(--text-sm);color:var(--muted-foreground)}.prov{display:flex;align-items:center;gap:var(--space-3)}.prov .glyph{width:20px;height:20px;flex:0 0 auto}.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{height:1px;background:var(--border)}.acct-wrap{max-width:520px}.dangertext{color:var(--destructive)}.verified{display:inline-flex;align-items:center;gap:4px;font-size:var(--text-xs);color:var(--success)}.verified svg{width:12px;height:12px;stroke:currentColor;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}.btn-outline-destructive{color:var(--destructive);border-color:var(--destructive);background:transparent}.btn-outline-destructive:hover{background:var(--destructive-bg)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
