:root{--bn-bg: #f4f5f7;--bn-surface: #ffffff;--bn-text: #16181d;--bn-muted: #5b6270;--bn-border: #d8dbe2;--bn-accent: #1b56d3;--bn-accent-hover: #1546ad;--bn-on-accent: #ffffff;--bn-danger: #b3251f;--bn-focus: #1b56d3;--bn-radius: 12px;--bn-card-width: 25rem;--bn-gap: .75rem;--bn-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--bn-bg: #0e1013;--bn-surface: #171a1f;--bn-text: #eef0f4;--bn-muted: #a3abb9;--bn-border: #2b313a;--bn-accent: #8ab4ff;--bn-accent-hover: #a6c6ff;--bn-on-accent: #0e1013;--bn-danger: #ff9a92;--bn-focus: #8ab4ff}}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100dvh;display:grid;place-items:center;padding:1.5rem;background:var(--bn-bg);color:var(--bn-text);font-family:var(--bn-font);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}.brand{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:var(--bn-card-width);margin-bottom:1rem;overflow:hidden}.brand-logo{max-height:2.25rem;max-width:100%;object-fit:contain}.brand-name{max-width:100%;margin:0;font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card{width:100%;max-width:var(--bn-card-width);min-height:21rem;padding:2rem;background:var(--bn-surface);border:1px solid var(--bn-border);border-radius:var(--bn-radius);box-shadow:0 1px 2px #0000000a,0 8px 24px #0000000f}.title{margin:0;font-size:1.5rem;line-height:1.25;letter-spacing:-.01em;font-weight:650}.subtitle{margin:.5rem 0 1.75rem;color:var(--bn-muted)}.form{display:flex;flex-direction:column}.label{margin-bottom:.375rem;font-size:.875rem;font-weight:550}.input{width:100%;padding:.75rem .875rem;font:inherit;color:var(--bn-text);background:var(--bn-surface);border:1px solid var(--bn-border);border-radius:10px}.input:focus{border-color:var(--bn-accent)}.input-code{font-size:1.375rem;letter-spacing:.4em;text-align:center;font-variant-numeric:tabular-nums}.message-slot{min-height:1.75rem;padding-top:.375rem}.message{margin:0;color:var(--bn-danger);font-size:.875rem}.button{padding:.75rem 1rem;font:inherit;font-weight:600;color:var(--bn-on-accent);background:var(--bn-accent);border:1px solid transparent;border-radius:10px;cursor:pointer;transition:background-color .12s ease}.button:hover:not(:disabled){background:var(--bn-accent-hover)}.button:disabled{opacity:.5;cursor:default}.button-quiet{color:var(--bn-text);background:transparent;border-color:var(--bn-border)}.button-quiet:hover:not(:disabled){background:var(--bn-bg)}.actions{display:flex;flex-direction:column;gap:var(--bn-gap)}.passkey{display:flex;flex-direction:column}.divider{display:flex;align-items:center;gap:.75rem;margin:0 0 1rem;color:var(--bn-muted);font-size:.875rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--bn-border)}.resend{margin-top:1.25rem;text-align:center}.link-button{padding:.25rem;font:inherit;font-size:.875rem;color:var(--bn-accent);background:none;border:0;border-radius:6px;cursor:pointer}.link-button:disabled{color:var(--bn-muted);cursor:default}.note{min-height:1.5rem;margin:.25rem 0 0;color:var(--bn-muted);font-size:.875rem}.orgs,.scopes{margin:0;padding:0;list-style:none}.orgs{display:flex;flex-direction:column;gap:var(--bn-gap)}.org{display:flex;flex-direction:column;gap:.125rem;width:100%;padding:.875rem 1rem;font:inherit;text-align:left;color:var(--bn-text);background:var(--bn-surface);border:1px solid var(--bn-border);border-radius:10px;cursor:pointer}.org:hover:not(:disabled){border-color:var(--bn-accent)}.org:disabled{opacity:.6;cursor:default}.org-name{font-weight:600}.org-slug{color:var(--bn-muted);font-size:.875rem}.scopes li{padding:.625rem 0;border-bottom:1px solid var(--bn-border)}.scopes li:last-child{border-bottom:0}:focus-visible{outline:2px solid var(--bn-focus);outline-offset:2px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
