:root {
    --ink: #111827;
    --copy: #5d687c;
    --muted: #8490a3;
    --line: #dce1ea;
    --surface: #ffffff;
    --canvas: #f7f8fb;
    --violet: #7657f0;
    --violet-dark: #6544df;
    --violet-soft: #f0ecff;
    --danger: #b42318;
    --success: #067647;
    --focus: rgba(118, 87, 240, .2);
    color-scheme: light;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html,
body { min-width: 320px; min-height: 100%; margin: 0; }

body { color: var(--ink); background: var(--surface); font-family: inherit; -webkit-font-smoothing: antialiased; }
button,
input { font: inherit; }
a { color: var(--violet-dark); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }

.skip-link {
    position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px;
    border-radius: 9px; color: #fff; background: #111827; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.auth-shell {
    display: grid; min-height: 100vh; min-height: 100svh;
    grid-template-columns: minmax(0, 1fr) clamp(520px, 40vw, 680px);
}

.auth-story {
    position: relative; isolation: isolate; display: flex; min-height: 100vh; min-height: 100svh;
    padding: clamp(30px, 4vw, 54px); flex-direction: column; overflow: hidden;
    color: #fff; background: #090e1d;
}
.auth-story::before {
    position: absolute; z-index: -2; inset: 0; content: ""; pointer-events: none;
    background:
        radial-gradient(circle at 18% 8%, rgba(130, 85, 255, .3), transparent 31%),
        radial-gradient(circle at 88% 55%, rgba(13, 168, 211, .22), transparent 32%),
        linear-gradient(145deg, #0c1123 0%, #090e1d 52%, #091827 100%);
}
.auth-story::after {
    position: absolute; z-index: -1; inset: 0; content: ""; pointer-events: none; opacity: .32;
    background-image: radial-gradient(rgba(255, 255, 255, .18) .75px, transparent .75px);
    background-size: 22px 22px;
    mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; color: var(--ink); font-weight: 850; }
.brand:hover { text-decoration: none; }
.brand--light { color: #fff; }
.brand-mark {
    display: flex; width: 38px; height: 38px; padding: 8px; align-items: flex-end; gap: 3px;
    border-radius: 12px; background: linear-gradient(145deg, #20283c, #111827);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
}
.brand--light .brand-mark { border: 1px solid rgba(255, 255, 255, .12); background: rgba(255, 255, 255, .1); backdrop-filter: blur(12px); }
.brand-mark span { display: block; width: 5px; border-radius: 999px; background: #fff; }
.brand-mark span:nth-child(1) { height: 9px; opacity: .52; }
.brand-mark span:nth-child(2) { height: 15px; opacity: .76; }
.brand-mark span:nth-child(3) { height: 22px; background: #9a7cff; }
.brand-word { font-size: 21px; letter-spacing: -.045em; }
.brand-word > span { color: #9678ff; }

.story-copy { position: relative; z-index: 2; max-width: 570px; margin-top: clamp(70px, 11vh, 130px); }
.story-kicker {
    display: inline-flex; align-items: center; gap: 9px; color: #c8bdff;
    font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.story-kicker i { width: 7px; height: 7px; border-radius: 50%; background: #8f70ff; box-shadow: 0 0 0 5px rgba(143, 112, 255, .14); }
.story-copy h2 {
    max-width: 560px; margin: 19px 0 0; color: #fff; font-size: clamp(42px, 4.25vw, 67px);
    line-height: 1.02; letter-spacing: -.055em; text-wrap: balance;
}
.story-copy p { margin: 22px 0 0; color: #9eabc0; font-size: 16px; line-height: 1.7; }

.network-scene { position: relative; width: min(670px, 125%); height: clamp(280px, 35vh, 390px); margin: 25px 0 0 -8%; }
.network-map { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.map-link { stroke-width: 1.25; stroke-dasharray: 6 8; opacity: .48; animation: link-flow 12s linear infinite; }
.map-link--two { animation-delay: -3s; }
.map-link--three { animation-delay: -6s; }
.map-link--four { animation-delay: -9s; }
@keyframes link-flow { to { stroke-dashoffset: -140; } }
.map-ring { fill: none; stroke: rgba(158, 130, 255, .25); stroke-width: 1; stroke-dasharray: 5 8; animation: ring-spin 20s linear infinite; transform-origin: 315px 195px; }
@keyframes ring-spin { to { transform: rotate(360deg); } }
.map-core { fill: #a68aff; filter: drop-shadow(0 0 15px rgba(166, 138, 255, .9)); }
.map-node { fill: #0b1324; stroke-width: 3; filter: drop-shadow(0 0 7px currentColor); }
.map-node--one { color: #a68aff; stroke: #a68aff; }
.map-node--two { color: #45d4ff; stroke: #45d4ff; }
.map-node--three { color: #43e4b1; stroke: #43e4b1; }
.map-node--four { color: #8f70ff; stroke: #8f70ff; }

.signal-card {
    position: absolute; display: grid; min-width: 174px; padding: 11px 12px;
    grid-template-columns: 36px 1fr 7px; align-items: center; gap: 10px;
    border: 1px solid rgba(255, 255, 255, .12); border-radius: 13px;
    background: rgba(15, 23, 42, .74); box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
    backdrop-filter: blur(18px) saturate(145%);
}
.signal-card--radius { top: 4%; left: 2%; }
.signal-card--network { top: 7%; right: 0; }
.signal-card--billing { right: 1%; bottom: 2%; }
.signal-card > span:nth-child(2) { min-width: 0; }
.signal-card small,
.signal-card strong { display: block; white-space: nowrap; }
.signal-card small { color: #7f8ba0; font-size: 8px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.signal-card strong { margin-top: 3px; color: #edf2fa; font-size: 11px; }
.signal-card > i { width: 6px; height: 6px; border-radius: 50%; background: #3dd9a2; box-shadow: 0 0 0 4px rgba(61, 217, 162, .1); }
.signal-icon { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; }
.signal-icon svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.signal-icon--violet { color: #b6a2ff; background: rgba(145, 112, 255, .15); }
.signal-icon--cyan { color: #63ddff; background: rgba(69, 212, 255, .12); }
.signal-icon--green { color: #63e7bc; background: rgba(67, 228, 177, .12); }

.core-label { position: absolute; top: 45%; left: 50%; min-width: 108px; text-align: center; transform: translate(-50%, -50%); }
.core-label small,
.core-label strong { display: block; }
.core-label small { margin-top: 9px; color: #74839a; font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.core-label strong { margin-top: 3px; color: #fff; font-size: 13px; letter-spacing: -.02em; }
.core-pulse { display: block; width: 12px; height: 12px; margin: auto; border-radius: 50%; background: #ad94ff; box-shadow: 0 0 0 9px rgba(143, 112, 255, .1), 0 0 28px #8f70ff; }

.story-foot { display: flex; margin-top: auto; align-items: center; justify-content: space-between; gap: 20px; color: #6f7c92; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.story-foot span { display: inline-flex; align-items: center; gap: 7px; }
.story-foot i { width: 6px; height: 6px; border-radius: 50%; background: #42dca8; box-shadow: 0 0 0 4px rgba(66, 220, 168, .09); }

.auth-access { display: flex; min-width: 0; min-height: 100vh; min-height: 100svh; flex-direction: column; background: #fff; }
.access-header { display: flex; min-height: 78px; padding: 22px clamp(28px, 4vw, 62px); align-items: center; justify-content: flex-end; }
.brand--mobile { display: none; }
.signup-link { display: flex; align-items: center; gap: 13px; color: var(--copy); font-size: 13px; }
.signup-link a { display: inline-flex; min-height: 38px; padding: 8px 15px; align-items: center; border: 1px solid #cbd2de; border-radius: 9px; color: #2d3648; background: #fff; font-weight: 750; transition: border-color .18s, box-shadow .18s, transform .18s; }
.signup-link a:hover { border-color: #9fa9ba; box-shadow: 0 7px 16px rgba(18, 27, 45, .07); text-decoration: none; transform: translateY(-1px); }

.access-center { display: grid; flex: 1; padding: 18px clamp(28px, 3vw, 52px) 40px; place-items: center; }
.login-panel { width: min(100%, 450px); }
.login-heading { margin-bottom: 29px; }
.login-heading > span { color: var(--violet-dark); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.login-heading h1 { margin: 10px 0 0; color: var(--ink); font-size: clamp(36px, 4vw, 48px); line-height: 1.04; letter-spacing: -.052em; }
.login-heading p { margin: 12px 0 0; color: var(--copy); font-size: 15px; }

.recovery-panel { max-width: 440px; }
.back-link {
    display: inline-flex; margin-bottom: 28px; align-items: center; gap: 7px;
    color: #677286; font-size: 11px; font-weight: 750;
}
.back-link svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.recovery-symbol {
    display: grid; width: 50px; height: 50px; margin-bottom: 20px; place-items: center;
    border: 1px solid #ddd5ff; border-radius: 14px; color: var(--violet-dark);
    background: linear-gradient(145deg, #f7f5ff, #eee9ff); box-shadow: 0 14px 28px -20px rgba(101, 68, 223, .8);
}
.recovery-symbol svg { width: 26px; height: 26px; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.recovery-heading { margin-bottom: 26px; }
.recovery-heading h1 { max-width: 420px; font-size: clamp(34px, 4vw, 45px); }
.recovery-heading p { max-width: 430px; line-height: 1.65; }
.recovery-note {
    display: grid; margin-top: 20px; padding: 12px 13px; grid-template-columns: 19px 1fr;
    align-items: start; gap: 9px; border: 1px solid #e0e5ed; border-radius: 10px;
    color: #6c778a; background: #f8f9fb; font-size: 10px; line-height: 1.55;
}
.recovery-note svg { width: 19px; height: 19px; stroke: #6f5bd3; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.notice { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin: 0 0 19px; padding: 12px 13px; align-items: start; border: 1px solid; border-radius: 10px; font-size: 12px; line-height: 1.5; }
.notice svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.notice--success { color: var(--success); border-color: #abefc6; background: #ecfdf3; }
.notice--error { color: var(--danger); border-color: #fecdca; background: #fff1f0; }

.passkey-button {
    display: grid; width: 100%; min-height: 68px; padding: 10px 14px;
    grid-template-columns: 42px 1fr 20px; align-items: center; gap: 12px;
    border: 1px solid #111827; border-radius: 13px; color: #fff; text-align: left;
    background: linear-gradient(115deg, #111827, #1c2540); box-shadow: 0 14px 28px -18px rgba(17, 24, 39, .9);
    cursor: pointer; transition: transform .18s, box-shadow .18s, border-color .18s;
}
.passkey-button:hover { border-color: #2b3756; box-shadow: 0 18px 34px -18px rgba(17, 24, 39, .9); transform: translateY(-1px); }
.passkey-button:disabled { cursor: wait; opacity: .7; transform: none; }
.passkey-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255, 255, 255, .11); border-radius: 11px; color: #b7a4ff; background: rgba(255, 255, 255, .07); }
.passkey-icon svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.button-copy strong,
.button-copy small { display: block; }
.button-copy strong { color: #fff; font-size: 13px; }
.button-copy small { margin-top: 4px; color: #aeb8ca; font-size: 10px; font-weight: 550; }
.button-arrow { width: 20px; height: 20px; stroke: #c2cada; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.passkey-button.is-loading .passkey-icon { animation: key-pulse 1s ease-in-out infinite; }
@keyframes key-pulse { 50% { opacity: .4; transform: scale(.92); } }
.passkey-status { margin-top: 9px; padding: 10px 12px; border: 1px solid; border-radius: 8px; font-size: 12px; line-height: 1.5; }
.passkey-status--error { color: var(--danger); border-color: #fecdca; background: #fff1f0; }
.passkey-status--success { color: var(--success); border-color: #abefc6; background: #ecfdf3; }

.divider { display: flex; margin: 20px 0; align-items: center; gap: 12px; color: #8792a4; font-size: 10px; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; }
.divider::before,
.divider::after { height: 1px; flex: 1; background: var(--line); content: ""; }
.divider span { white-space: nowrap; }
.divider--email { margin-top: 22px; }

.social-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.social-grid--single { grid-template-columns: 1fr; }
.provider-button { display: flex; min-height: 47px; padding: 9px 13px; align-items: center; justify-content: center; gap: 9px; border: 1px solid #ccd3df; border-radius: 10px; color: #2c3547; background: #fff; font-size: 13px; font-weight: 750; transition: border-color .18s, box-shadow .18s, transform .18s, background .18s; }
.provider-button svg { width: 20px; height: 20px; }
.provider-button:hover { border-color: #a5afbf; color: var(--ink); background: #fbfcfd; box-shadow: 0 7px 16px rgba(18, 27, 45, .06); text-decoration: none; transform: translateY(-1px); }

.login-form { display: grid; gap: 16px; }
.field-group { display: grid; gap: 7px; }
.field-group label,
.field-label-row { color: #30394b; font-size: 12px; font-weight: 750; }
.field-label-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.field-label-row a { font-size: 11px; font-weight: 750; }
.field-input { width: 100%; height: 48px; padding: 0 13px; border: 1px solid #bdc6d4; border-radius: 9px; outline: 0; color: var(--ink); background: #fff; font-size: 13px; transition: border-color .16s, box-shadow .16s; }
.field-input::placeholder { color: #929cad; }
.field-input:hover { border-color: #929eaf; }
.field-input:focus { border-color: var(--violet); box-shadow: 0 0 0 3px var(--focus); }
.field-input.is-invalid { border-color: #f04438; }
.field-input.is-invalid:focus { box-shadow: 0 0 0 3px rgba(240, 68, 56, .14); }
.field-error { margin: -1px 0 0; color: var(--danger); font-size: 11px; line-height: 1.45; }
.field-help { margin: -1px 0 0; color: #7b8699; font-size: 10px; line-height: 1.45; }
.field-input[readonly] { color: #647084; border-color: #d6dce6; background: #f5f6f8; cursor: default; }
.password-field { position: relative; }
.password-field .field-input { padding-right: 48px; }
.password-toggle { position: absolute; top: 50%; right: 7px; display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 0; border-radius: 7px; color: #69758a; background: transparent; cursor: pointer; transform: translateY(-50%); }
.password-toggle:hover { color: #2b3446; background: #f0f2f6; }
.password-toggle svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.password-toggle .eye-closed,
.password-toggle.is-visible .eye-open { display: none; }
.password-toggle.is-visible .eye-closed { display: block; }
.primary-button { width: 100%; min-height: 48px; margin-top: 1px; border: 1px solid var(--violet); border-radius: 10px; color: #fff; background: var(--violet); box-shadow: 0 11px 22px -14px rgba(101, 68, 223, .8); font-size: 13px; font-weight: 800; cursor: pointer; transition: background .18s, box-shadow .18s, transform .18s; }
.primary-button:hover { border-color: var(--violet-dark); background: var(--violet-dark); box-shadow: 0 14px 26px -14px rgba(101, 68, 223, .8); transform: translateY(-1px); }
.primary-button--icon { display: flex; align-items: center; justify-content: center; gap: 9px; }
.primary-button--icon svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.reset-panel .login-form { gap: 14px; }

.story-app-download { width: min(100%, 370px); margin-top: 28px; }
.story-app-download .app-download-wrap { margin-top: 0; }
.story-app-download .app-download { border-color: rgba(255, 255, 255, .34); }
.story-app-download .app-download:hover { border-color: rgba(255, 255, 255, .68); }
.story-app-download .app-download__meta { color: #77859a; }
.mobile-app-download { display: none; }
.app-download-wrap { margin-top: 18px; }
.app-download { display: grid; width: 100%; min-height: 66px; padding: 8px 13px; grid-template-columns: 40px 1fr 20px; align-items: center; gap: 11px; border: 1px solid #353535; border-radius: 10px; color: #fff; background: #050505; box-shadow: 0 18px 34px -24px rgba(0, 0, 0, .9); transition: border-color .18s, box-shadow .18s, transform .18s; }
.app-download:hover { border-color: #626262; color: #fff; box-shadow: 0 22px 40px -23px rgba(0, 0, 0, .9); text-decoration: none; transform: translateY(-2px); }
.app-download__icon { display: grid; width: 40px; height: 40px; place-items: center; }
.app-download__icon svg { width: 36px; height: 36px; }
.app-download__copy { min-width: 0; }
.app-download strong, .app-download small { display: block; }
.app-download strong { color: #fff; font-size: 13px; letter-spacing: -.015em; }
.app-download small { overflow: hidden; margin-top: 3px; color: #c6cbd3; font-size: 9px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.app-download__arrow { width: 20px; height: 20px; stroke: #c6cbd3; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.app-download__meta { display: block; margin: 7px 3px 0; color: #7b8699; font-size: 9px; font-weight: 650; letter-spacing: .03em; }

.mobile-signup { display: none; margin-top: 23px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--copy); font-size: 12px; text-align: center; }
.mobile-signup a { font-weight: 800; }
.access-footer { display: flex; min-height: 58px; padding: 16px clamp(28px, 4vw, 62px); align-items: center; justify-content: flex-end; gap: 18px; color: #8792a4; font-size: 10px; }
.access-footer a { color: #677286; font-weight: 700; }
.secure-label { display: inline-flex; align-items: center; gap: 6px; }
.secure-label i { width: 6px; height: 6px; border-radius: 50%; background: #1fb77d; box-shadow: 0 0 0 4px rgba(31, 183, 125, .09); }

.provider-button:focus-visible,
.passkey-button:focus-visible,
.primary-button:focus-visible,
.password-toggle:focus-visible,
.signup-link a:focus-visible,
.app-download:focus-visible,
a:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }

@media (max-width: 1120px) {
    .auth-shell { grid-template-columns: minmax(0, 1fr) clamp(500px, 46vw, 540px); }
    .auth-story { padding: 38px; }
    .story-copy h2 { font-size: 47px; }
    .network-scene { width: 130%; margin-left: -15%; }
    .signal-card { transform: scale(.9); }
}

@media (min-width: 901px) {
    html,
    body { height: 100%; overflow: hidden; }
    .auth-shell { height: 100vh; height: 100svh; min-height: 0; overflow: hidden; }
    .auth-story,
    .auth-access { height: 100%; min-height: 0; }
    .auth-access { overflow-y: auto; }
}

@media (max-width: 900px) {
    .auth-shell { display: block; }
    .auth-story { display: none; }
    .auth-access { min-height: 100vh; min-height: 100svh; }
    .access-header { min-height: 72px; padding: 16px 24px; justify-content: space-between; border-bottom: 1px solid #edf0f5; }
    .brand--mobile { display: inline-flex; }
    .access-center { padding: 42px 22px 38px; }
    .access-footer { justify-content: center; }
    .mobile-app-download { display: block; }
}

@media (max-width: 560px) {
    .access-header { min-height: 65px; padding: 12px 17px; }
    .brand-mark { width: 34px; height: 34px; padding: 7px; }
    .brand-word { font-size: 19px; }
    .signup-link span { display: none; }
    .signup-link a { min-height: 35px; padding: 7px 12px; font-size: 12px; }
    .access-center { display: block; padding: 34px 17px 28px; }
    .login-panel { margin: auto; }
    .login-heading { margin-bottom: 25px; }
    .login-heading h1 { font-size: 39px; }
    .back-link { margin-bottom: 23px; }
    .recovery-symbol { width: 46px; height: 46px; margin-bottom: 17px; }
    .recovery-heading h1 { font-size: 36px; }
    .social-grid { grid-template-columns: 1fr; }
    .provider-button,
    .field-input,
    .primary-button { min-height: 50px; }
    .passkey-button { min-height: 70px; }
    .mobile-signup { display: block; }
    .access-footer { min-height: 54px; padding: 14px 16px; border-top: 1px solid #edf0f5; }
    .secure-label { display: none; }
}

@media (max-height: 860px) and (min-width: 901px) {
    .auth-story { padding-top: 32px; padding-bottom: 28px; }
    .story-copy { margin-top: 34px; }
    .story-kicker { font-size: 9px; }
    .story-copy h2 { margin-top: 14px; font-size: 38px; }
    .story-copy p { margin-top: 12px; font-size: 14px; line-height: 1.5; }
    .network-scene { height: 210px; margin-top: 10px; }
    .access-header { min-height: 62px; padding-top: 12px; padding-bottom: 12px; }
    .access-center { padding-top: 8px; padding-bottom: 14px; }
    .access-footer { min-height: 44px; padding-top: 10px; padding-bottom: 10px; }
    .login-heading { margin-bottom: 16px; }
    .login-heading h1 { margin-top: 7px; font-size: 38px; }
    .login-heading p { margin-top: 7px; font-size: 13px; }
    .passkey-button { min-height: 60px; padding-top: 8px; padding-bottom: 8px; }
    .passkey-icon { width: 38px; height: 38px; }
    .divider,
    .divider--email { margin-top: 11px; margin-bottom: 11px; }
    .provider-button { min-height: 42px; padding-top: 7px; padding-bottom: 7px; }
    .login-form { gap: 11px; }
    .field-group { gap: 5px; }
    .field-input { height: 44px; }
    .primary-button { min-height: 44px; }
    .story-app-download { margin-top: 18px; }
    .story-app-download .app-download { min-height: 58px; }
    .story-app-download .app-download__meta { display: none; }
}

@media (max-height: 620px) and (min-width: 901px) {
    .network-scene { display: none; }
    .story-copy { margin-top: auto; margin-bottom: auto; }
}

@media (max-width: 900px) and (max-height: 800px) {
    .access-header { min-height: 58px; padding-top: 10px; padding-bottom: 10px; }
    .access-center { padding-top: 20px; padding-bottom: 18px; }
    .login-heading { margin-bottom: 16px; }
    .login-heading h1 { margin-top: 7px; font-size: 35px; }
    .login-heading p { margin-top: 7px; font-size: 13px; }
    .passkey-button { min-height: 60px; }
    .divider,
    .divider--email { margin-top: 11px; margin-bottom: 11px; }
    .provider-button { min-height: 44px; }
    .login-form { gap: 11px; }
    .field-group { gap: 5px; }
    .field-input,
    .primary-button { height: 44px; min-height: 44px; }
    .mobile-signup { margin-top: 14px; padding-top: 12px; }
    .access-footer { min-height: 44px; padding-top: 10px; padding-bottom: 10px; }
}

@media (min-width: 371px) and (max-width: 560px) and (max-height: 800px) {
    .social-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
