.auth-page {
    --auth-ink: #0f172a;
    --auth-muted: #64748b;
    --auth-accent: #0f766e;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    min-height: 100svh;
    background: #f8fafc;
    color: var(--auth-ink);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
.auth-page *, .auth-page *::before, .auth-page *::after { box-sizing: border-box; }
.auth-page a { text-decoration: none; }
.auth-page button, .auth-page input { font: inherit; }
.auth-page a, .auth-page button, .auth-page input { -webkit-tap-highlight-color: transparent; }
.auth-page :is(a, button, input):focus-visible { outline: 3px solid #14b8a6; outline-offset: 4px; }
.auth-story {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    padding: 42px clamp(32px, 5vw, 84px) 28px;
    background: radial-gradient(ellipse at 20% 65%, #134e4a55, transparent 65%), #0f172a;
    color: #f8fafc;
}
.auth-story::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(#94a3b808 1px, transparent 1px), linear-gradient(90deg, #94a3b808 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(transparent, #000 50%, transparent); }
.auth-story > * { position: relative; }
.auth-brand { display: inline-flex; align-self: flex-start; align-items: center; min-height: 38px; }
.auth-brand img { display: block; max-width: 210px; max-height: 42px; object-fit: contain; }
.auth-story-content { width: 100%; max-width: 490px; margin: auto; padding: 70px 0 58px; }
.auth-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #5eead4; font-size: 11px; font-weight: 600; letter-spacing: 1.7px; text-transform: uppercase; }
.auth-status-dot { width: 6px; height: 6px; border-radius: 50%; background: #2dd4bf; box-shadow: 0 0 0 4px #2dd4bf12; }
.auth-story h2 { margin: 23px 0 20px; color: #f8fafc; font-size: clamp(38px, 4vw, 58px); font-weight: 700; line-height: 1.12; letter-spacing: -2.5px; }
.auth-story h2 span { color: #2dd4bf; }
.auth-story-description { max-width: 420px; margin: 0; color: #a7b7cc; font-size: 14px; line-height: 1.85; }
.auth-preview { margin-top: 38px; border: 1px solid #334155; border-radius: 16px; background: #172337; box-shadow: 0 24px 50px #02061730; overflow: hidden; transform: rotate(-2deg); }
.auth-preview-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; border-bottom: 1px solid #334155; font-size: 12px; }
.auth-preview-heading > span:first-child { display: flex; align-items: center; gap: 8px; font-weight: 600; }
.auth-preview-heading svg { width: 19px; height: 19px; color: #2dd4bf; }
.auth-preview-label { color: #94a3b8; font-size: 10px; }
.auth-preview-body { padding: 20px; }
.auth-preview-sport { display: flex; align-items: center; gap: 8px; margin-bottom: 13px; font-size: 10px; color: #94a3b8; }
.auth-preview-sport span:first-child { padding: 3px 8px; border: 1px solid #2dd4bf30; border-radius: 5px; background: #2dd4bf0d; color: #5eead4; }
.auth-preview-title { font-size: 16px; font-weight: 600; letter-spacing: -.3px; }
.auth-preview-body > p { margin: 4px 0 18px; font-size: 11px; color: #94a3b8; }
.auth-market-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.auth-market-grid > div { display: flex; flex-direction: column; min-width: 0; padding: 12px; border: 1px solid #334155; border-radius: 9px; background: #0f172a99; }
.auth-market-grid span { color: #94a3b8; font-size: 10px; }
.auth-market-grid strong { margin-top: 3px; font-size: 13px; font-weight: 600; }
.auth-market-grid svg { width: 100%; height: 30px; margin-top: 14px; color: #2dd4bf; }
.auth-market-grid > div:nth-child(2) svg { color: #a78bfa; }
.auth-market-grid > div:nth-child(3) svg { color: #60a5fa; }
.auth-preview-footer { display: flex; align-items: center; gap: 7px; margin-top: 17px; color: #a7b7cc; font-size: 10px; }
.auth-mini-icon { display: inline-grid; place-items: center; width: 15px; height: 15px; border-radius: 50%; color: #5eead4; background: #14b8a61a; }
.auth-story-note { display: flex; align-items: center; gap: 10px; margin-top: 32px; color: #94a3b8; font-size: 11px; }
.auth-story-note > span { width: 22px; height: 1px; background: #2dd4bf; }
.auth-story-footer { display: flex; justify-content: space-between; gap: 12px; color: #94a3b8; font-size: 10px; }
.auth-story-footer > span:first-child { color: #cbd5e1; font-weight: 600; }
.auth-main { display: flex; flex-direction: column; min-width: 0; padding: 42px clamp(28px, 4vw, 64px) 28px; }
.auth-topbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--auth-muted); font-size: 11px; }
.auth-topbar a { display: inline-flex; flex-shrink: 0; align-items: center; gap: 7px; min-height: 32px; color: #475569; font-weight: 500; }
.auth-topbar svg { width: 17px; height: 17px; }
.auth-form-wrap { width: 100%; max-width: 410px; margin: auto; padding: 55px 0; }
.auth-page--register .auth-form-wrap { max-width: 450px; padding: 35px 0; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; border: 1px solid #e2e8f0; border-radius: 10px; background: #edf2f7; margin-bottom: 34px; }
.auth-tabs a { display: flex; justify-content: center; align-items: center; min-height: 38px; border-radius: 7px; color: #64748b; font-size: 12px; font-weight: 600; transition: background .2s, color .2s; }
.auth-tabs a[aria-current] { background: #fff; color: #0f766e; box-shadow: 0 1px 4px #0f172a0d; }
.auth-tabs a:hover { color: #0f766e; }
.auth-form-heading { margin-bottom: 28px; }
.auth-kicker { margin: 0 0 10px; color: #0f766e; font-size: 10px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.auth-form-heading h1 { margin: 0; font-size: 30px; font-weight: 700; line-height: 1.2; letter-spacing: -1px; color: #0f172a; }
.auth-form-heading > p:last-child { margin: 11px 0 0; color: var(--auth-muted); font-size: 13px; line-height: 1.7; }
.auth-fields { display: grid; gap: 20px; }
.auth-fields--register { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.auth-full { grid-column: 1 / -1; }
.auth-field { min-width: 0; }
.auth-field label, .auth-label-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; color: #334155; font-size: 12px; font-weight: 600; }
.auth-label-row label { margin: 0; }
.auth-page .auth-link { color: #0f766e; font-size: 12px; font-weight: 600; }
.auth-page .auth-link:hover { color: #115e59; text-decoration: underline; }
.auth-input-wrap { position: relative; }
.auth-input-wrap > svg { position: absolute; left: 15px; top: 16px; width: 17px; height: 17px; color: #94a3b8; pointer-events: none; }
.auth-page .auth-input { display: block; width: 100%; height: 49px; padding: 0 14px; border: 1px solid #cbd5e1; border-radius: 9px; background: #fff; color: #0f172a; font-size: 13px; transition: border-color .2s, box-shadow .2s; }
.auth-input-wrap .auth-input { padding-left: 43px; }
.auth-page .auth-input::placeholder { color: #7c8b9e; opacity: 1; }
.auth-page .auth-input:focus { outline: none; border-color: #0d9488; box-shadow: 0 0 0 3px #14b8a619; }
.auth-page .auth-input[aria-invalid="true"] { border-color: #e11d48; }
.auth-hint { margin: 6px 0 0; color: #64748b; font-size: 10px; line-height: 1.6; }
.auth-error { display: block; margin-top: 6px; color: #be123c; font-size: 11px; line-height: 1.5; }
.auth-page .auth-submit { display: flex; justify-content: center; align-items: center; gap: 10px; width: 100%; min-height: 49px; padding: 12px 18px; border: 1px solid transparent; border-radius: 9px; background: #0f766e; color: #fff; font-size: 13px; font-weight: 600; cursor: pointer; box-shadow: 0 4px 9px #0f766e16; transition: background .2s, box-shadow .2s; }
.auth-page .auth-submit:hover { background: #115e59; box-shadow: 0 5px 14px #0f766e26; }
.auth-page .auth-submit:disabled { opacity: .65; cursor: wait; }
.auth-submit > span { align-items: center; justify-content: center; gap: 10px; }
.auth-submit svg { width: 16px; height: 16px; }
.auth-submit [wire\:loading\.remove] { display: flex; }
.auth-spinner { animation: auth-spin .8s linear infinite; }
@keyframes auth-spin { to { transform: rotate(360deg); } }
.auth-form-bottom { margin-top: 26px; padding-top: 23px; border-top: 1px solid #e2e8f0; text-align: center; color: #64748b; font-size: 12px; }
.auth-form-bottom .auth-link { margin-left: 4px; }
.auth-access-note { display: flex; justify-content: center; align-items: center; gap: 7px; margin: 24px 0 0; color: #64748b; font-size: 10px; }
.auth-access-note svg { width: 14px; height: 14px; }
.auth-terms { display: flex; align-items: flex-start; gap: 10px; color: #475569; font-size: 11px; line-height: 1.8; }
.auth-terms input { flex-shrink: 0; width: 16px; height: 16px; margin: 2px 0 0; accent-color: #0f766e; cursor: pointer; }
.auth-terms button { padding: 0; border: 0; background: none; cursor: pointer; }
.auth-terms .auth-link { font-size: 11px; }
.auth-footer { text-align: center; font-size: 10px; color: #64748b; }
.auth-success { padding: 22px 0; text-align: center; }
.auth-success-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 24px; border: 1px solid #99f6e4; border-radius: 20px; background: #f0fdfa; color: #0f766e; }
.auth-success-icon svg { width: 32px; height: 32px; }
.auth-success .auth-submit { margin-top: 25px; }
@media (min-width: 1600px) { .auth-story-content { max-width: 530px; } .auth-story h2 { font-size: 64px; } }
@media (max-width: 1100px) { .auth-topbar > span { display: none; } .auth-topbar { justify-content: flex-end; } .auth-story { padding-left: 32px; padding-right: 32px; } .auth-preview-heading { padding: 14px; } .auth-preview-body { padding: 15px; } .auth-market-grid > div { padding: 9px; } }
@media (max-width: 800px) {
    .auth-page { grid-template-columns: 1fr; }
    .auth-story { padding: 23px 26px; }
    .auth-brand img { max-width: 160px; max-height: 34px; }
    .auth-brand { min-height: 34px; }
    .auth-story-content { max-width: none; margin: 0; padding: 22px 0 0; }
    .auth-eyebrow { font-size: 9px; letter-spacing: 1.4px; }
    .auth-story h2 { margin: 12px 0 0; font-size: 32px; letter-spacing: -1.3px; }
    .auth-story h2 br { display: none; }
    .auth-story-description, .auth-preview, .auth-story-note, .auth-story-footer { display: none; }
    .auth-main { padding: 18px 26px 24px; }
    .auth-form-wrap, .auth-page--register .auth-form-wrap { max-width: 450px; padding: 22px 0 38px; }
    .auth-tabs { margin-bottom: 27px; }
    .auth-form-heading h1 { font-size: 27px; }
    .auth-topbar { width: 100%; max-width: 450px; margin: 0 auto; }
}
@media (max-width: 380px) { .auth-fields--register { grid-template-columns: 1fr; } .auth-story, .auth-main { padding-left: 20px; padding-right: 20px; } .auth-story h2 { font-size: 28px; } .auth-label-row .auth-link { font-size: 11px; } }
@media (prefers-reduced-motion: reduce) { .auth-page *, .auth-page *::before, .auth-page *::after { animation: none !important; transition: none !important; } }
