@font-face { font-family: "Wix Madefor Display"; font-style: normal; font-weight: 400; font-display: swap; src: url("/WixMadeforDisplay-Regular.ttf") format("truetype"); }
@font-face { font-family: "Wix Madefor Display"; font-style: normal; font-weight: 600; font-display: swap; src: url("/WixMadeforDisplay-SemiBold.ttf") format("truetype"); }
:root { font-family: "Wix Madefor Display", system-ui, sans-serif; color: #172033; background: #f7f9fc; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; min-height: 100dvh; display: grid; place-items: center; padding: 32px 16px; }
main { background: #fff; width: 100%; max-width: 400px; padding: 28px 32px; border: 1px solid #c8d1de; border-radius: 6px; box-shadow: 0 20px 40px -14px #17203322, 0 8px 14px -8px #17203316; }
.brand { padding: 3px 0 22px; margin-bottom: 24px; border-bottom: 1px solid #c8d1de; }
.brand img { display: block; width: 100%; max-width: 288px; height: auto; margin: 0 auto; }
h1 { margin: 0 0 8px; font-size: 23px; font-weight: 600; line-height: 1.3; text-align: center; }
h2 { margin: 22px 0 12px; font-size: 14px; font-weight: 600; }
p { font-size: 14px; line-height: 1.6; }
#intro { margin: 0 0 24px; color: #64748b; text-align: center; }
label { display: block; color: #475569; font-size: 13px; font-weight: 600; margin-bottom: 8px; }
input { width: 100%; height: 42px; padding: 10px 12px; margin: 0 0 12px; border: 1px solid #c8d1de; border-radius: 6px; background: #fff; color: #172033; font: inherit; font-size: 14px; }
input::placeholder { color: #7f8ea3; }
.code { height: 48px; text-align: center; font-size: 23px; letter-spacing: .28em; font-variant-numeric: tabular-nums; }
button { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; min-height: 42px; padding: 10px 12px; border: 1px solid transparent; border-radius: 6px; background: #0b64ad; color: #fff; font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; transition: background .15s; }
button:hover { background: #09528d; }
button:disabled { cursor: wait; opacity: .7; }
button[aria-busy="true"]::before { content: ""; width: 15px; height: 15px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin .8s linear infinite; }
.provider { border-color: #c8d1de; background: #fff; color: #334155; margin-top: 12px; }
.provider:hover { background: #f1f5f9; }
.provider img { width: 18px; height: 18px; flex-shrink: 0; }
.provider[aria-busy="true"] img { display: none; }
.social .provider { min-height: 46px; background: #0b64ad; border-color: #0b64ad; color: #fff; }
.social .provider:hover { background: #09528d; border-color: #09528d; }
.social .provider img { width: 24px; height: 24px; padding: 3px; border-radius: 3px; background: #fff; }
.social .provider:first-child { margin-top: 0; }
.email-option { background: #fff; color: #475569; border-color: #c8d1de; }
.email-option:hover { background: #f1f5f9; }
.connected-account { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid #e9eef5; }
.connected-account > img { width: 20px; height: 20px; }
.connected-account-info { flex: 1; font-size: 14px; font-weight: 600; }
.connected-status { display: block; margin-top: 3px; color: #466552; font-size: 12px; font-weight: 400; }
.disconnect { width: auto; min-height: 44px; padding: 8px; font-size: 12px; font-weight: 400; color: #64748b; background: transparent; }
.disconnect:hover { background: #f1f5f9; color: #b42318; }
.divider { display: flex; align-items: center; gap: 12px; padding: 20px 0; color: #64748b; font-size: 11px; font-weight: 600; }
.divider::before, .divider::after { content: ""; height: 1px; flex: 1; background: #e9eef5; }
.text-button { color: #0b64ad; background: transparent; margin-top: 10px; }
.text-button:hover { background: #f1f5f9; }
.sign-out { margin-top: 24px; border-top: 1px solid #e9eef5; border-radius: 0; }
#status { color: #475569; font-size: 13px; margin: 14px 0 0; overflow-wrap: anywhere; }
#status:empty { display: none; }
#status.error { color: #b42318; }
footer { color: #64748b; text-align: center; font-size: 11px; line-height: 1.5; margin-top: 24px; }
.progress { padding: 24px 0 28px; text-align: center; }
.progress p { color: #64748b; margin: 8px 0 0; }
.spinner { display: block; width: 30px; height: 30px; border: 3px solid #e2e8f0; border-top-color: #0b64ad; border-radius: 50%; margin: 0 auto 20px; animation: spin .8s linear infinite; }
.account-email { text-align: center; overflow-wrap: anywhere; padding: 12px; border-radius: 6px; background: #f7f9fc; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #0b64ad66; outline-offset: 3px; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { *, *::before { animation: none !important; transition: none !important; } }
@media (max-width: 420px) { main { padding: 24px; } }
