/* Connexion & Inscription — carte unique intégrée */

.page-auth .site-main {
    padding: 0;
}

.auth-page {
    padding: 2.5rem 0 3rem;
    background: linear-gradient(180deg, #e8eef4 0%, #f0f4f8 100%);
}

.auth-page > .container {
    max-width: 920px;
}

.auth-card {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    background: #fff;
    border: 1.5px solid rgba(30, 107, 69, 0.2);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
    align-items: stretch;
}

.auth-card__side {
    background: linear-gradient(165deg, var(--sc-green) 0%, var(--sc-green-dark) 100%);
    color: #fff;
    padding: clamp(1.25rem, 2.5vw, 1.65rem);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 100%;
}

.auth-card__side-top,
.auth-card__side-fill,
.auth-card__side-bottom {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.auth-card__side-fill {
    flex: 1 1 auto;
    justify-content: center;
}

.auth-card__side-bottom {
    margin-top: auto;
    gap: 0.55rem;
}

.auth-card__logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.9rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    align-self: center;
    margin-inline: auto;
    min-height: 96px;
    margin-bottom: 0.15rem;
}

.auth-card__logo-wrap .site-logo {
    margin: 0;
    line-height: 0;
}

.auth-card__side .site-logo__img {
    height: 88px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.12));
}

.auth-card__side h1 {
    font-size: clamp(1.2rem, 2.2vw, 1.45rem);
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.auth-card__lead {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.6;
    margin: 0;
}

.auth-card__perks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    align-content: start;
}

.auth-card__perks li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 0.55rem 0.6rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
}

.auth-card__perks li i {
    flex-shrink: 0;
    margin-top: 0.1rem;
    opacity: 0.95;
}

.auth-card__steps {
    margin: 0;
    padding: 0.75rem 0.85rem;
    background: rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
}

.auth-card__steps-title {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 0.5rem;
}

.auth-card__steps ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.auth-card__steps li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.96);
}

.auth-card__steps li span {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: grid;
    place-items: center;
    font-size: 0.625rem;
    font-weight: 800;
}

.auth-card__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.auth-card__trust span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.auth-card__trust i {
    font-size: 0.625rem;
    opacity: 0.95;
}

.auth-card__quote {
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    padding: 0.6rem 0.7rem;
    border-left: 3px solid rgba(255, 255, 255, 0.45);
    background: rgba(0, 0, 0, 0.08);
    border-radius: 0 8px 8px 0;
}

.auth-card__note {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.auth-card__main {
    padding: clamp(1.1rem, 2.5vw, 1.65rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.auth-card__main-head {
    text-align: center;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 420px;
}

.auth-card__main-head .ek-logo-badge {
    height: 108px;
    width: auto;
    max-width: 340px;
    object-fit: contain;
    margin: 0 auto 0.4rem;
    display: block;
}

.auth-card__main form,
.auth-card__main > .alert {
    width: 100%;
    max-width: 420px;
    text-align: left;
}

.auth-card__main > .auth-card__switch {
    width: 100%;
    max-width: 420px;
}

.auth-card__main-head h2 {
    font-size: 1.375rem;
    font-weight: 800;
    color: var(--ink);
    margin: 0 0 0.2rem;
}

.auth-card__main-head p {
    font-size: 0.8125rem;
    color: var(--muted);
    margin: 0;
    font-weight: 600;
}

.auth-card__main .form-label {
    font-size: 0.8125rem;
    font-weight: 700;
}

.auth-card__main .form-control {
    min-height: 46px;
    border-radius: 11px;
    border: 1.5px solid #ced4da;
    background: #f8fafb;
    font-size: 0.9375rem;
}

.auth-card__main .form-control:focus {
    border-color: var(--sc-green);
    background: #fff;
    box-shadow: 0 0 0 3px var(--accent-soft);
}

.auth-card__forgot {
    display: block;
    text-align: right;
    font-size: 0.8125rem;
    font-weight: 700;
    margin-top: -0.35rem;
    margin-bottom: 1rem;
}

.auth-card__forgot a {
    color: var(--sc-green-dark);
}

.auth-card__forgot a:hover {
    color: var(--sc-orange);
}

.auth-card__submit {
    width: auto;
    min-width: 11.5rem;
    min-height: 48px;
    padding: 0.65rem 1.75rem;
    font-weight: 800;
    border-radius: 12px;
    margin-top: 0.25rem;
    align-self: center;
}

.auth-card__switch {
    text-align: center;
    font-size: 0.875rem;
    color: var(--muted);
    margin: 1rem 0 0;
    font-weight: 600;
}

.auth-card__switch a {
    color: var(--sc-green-dark);
    font-weight: 800;
}

/* Champ mot de passe + icône œil */
.ek-password-wrap {
    position: relative;
}

.ek-password-wrap .form-control,
.ek-password-wrap .ek-password-input {
    padding-right: 2.75rem;
}

.ek-password-toggle {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--muted);
    border-radius: 8px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: color 0.15s, background 0.15s;
}

.ek-password-toggle:hover {
    color: var(--sc-green);
    background: var(--sc-green-light);
}

.ek-password-toggle:focus-visible {
    outline: 2px solid var(--sc-green);
    outline-offset: 2px;
}

.auth-card__main--solo {
    grid-column: 1 / -1;
    max-width: 480px;
    margin-inline: auto;
    width: 100%;
}

.auth-card--reset {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-inline: auto;
}

/* Inscription desktop — colonne formulaire un peu plus large */
@media (min-width: 768px) {
    .page-auth--register .auth-card {
        grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    }
}

.page-auth--register .auth-card__main .form-control {
    min-height: 42px;
    font-size: 0.875rem;
}

.page-auth--register .auth-card__main .form-label {
    font-size: 0.8125rem;
    margin-bottom: 0.25rem;
}

.page-auth--register .auth-row-passwords .form-control {
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    .auth-card {
        grid-template-columns: 1fr;
    }
    .auth-card__perks {
        grid-template-columns: 1fr 1fr;
    }
    .auth-card__side {
        padding: 1.25rem 1.35rem;
    }

    /* Connexion & inscription — mobile : formulaire seul, sans panneau vert */
    .page-auth .auth-card__side {
        display: none;
    }
    .page-auth .auth-card,
    .page-auth--register .auth-card {
        grid-template-columns: 1fr;
        max-width: 440px;
        width: 100%;
        margin-inline: auto;
    }
    .page-auth .auth-page {
        padding: 1.25rem 0 2rem;
    }
    .page-auth .auth-page > .container {
        max-width: 100%;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .page-auth .auth-card__main {
        padding: 1.15rem 1rem;
        min-width: 0;
        width: 100%;
    }

    .page-auth .auth-card__main-head .ek-logo-badge {
        height: 92px;
        max-width: 300px;
    }
    .page-auth .auth-card__main form,
    .page-auth .auth-card__main .row {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .auth-card__perks {
        grid-template-columns: 1fr;
    }
    .auth-card__submit {
        width: 100%;
        align-self: stretch;
    }
}

/* Téléphone + indicatif pays (inscription) */
.auth-phone {
    position: relative;
}

.auth-phone__row {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0.4rem;
    width: 100%;
    min-width: 0;
}

.auth-phone__dial {
    position: relative;
    flex: 0 0 auto;
}

.auth-phone__dial-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    min-height: 42px;
    height: 100%;
    padding: 0 0.55rem;
    border: 1px solid var(--line, #dee2e6);
    border-radius: 10px;
    background: #f8fafc;
    color: var(--ink, #212529);
    font-size: 0.875rem;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1;
}

.auth-phone__dial-btn:hover,
.auth-phone.is-open .auth-phone__dial-btn {
    border-color: rgba(30, 107, 69, 0.45);
    background: #fff;
}

.auth-phone__dial-code {
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.01em;
}

.auth-phone__dial-btn i {
    font-size: 0.65rem;
    opacity: 0.65;
}

.auth-phone__number {
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
}

.auth-phone__hint {
    margin: 0.35rem 0 0;
    font-size: 0.72rem;
    line-height: 1.25;
    color: var(--muted, #6c757d);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.auth-phone__panel {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    z-index: 40;
    width: min(280px, calc(100vw - 2rem));
    background: #fff;
    border: 1px solid rgba(30, 107, 69, 0.18);
    border-radius: 12px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.16);
    overflow: hidden;
}

.auth-phone__search-wrap {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.65rem;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.auth-phone__search-wrap i {
    color: #94a3b8;
    font-size: 0.75rem;
}

.auth-phone__search {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 0.8125rem;
    color: var(--ink, #212529);
}

.auth-phone__list {
    list-style: none;
    margin: 0;
    padding: 0.25rem 0;
    max-height: 220px;
    overflow-y: auto;
}

.auth-phone__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    font-size: 0.8125rem;
}

.auth-phone__option:hover,
.auth-phone__option.is-active {
    background: rgba(30, 107, 69, 0.08);
}

.auth-phone__option-name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--ink, #212529);
    font-weight: 600;
}

.auth-phone__option-dial {
    flex-shrink: 0;
    font-weight: 700;
    color: #1E6B45;
    font-variant-numeric: tabular-nums;
}

.auth-phone__option[data-favorite="1"] .auth-phone__option-name::after {
    content: ' ★';
    color: #d97706;
    font-size: 0.7em;
}

@media (max-width: 575.98px) {
    .auth-phone__row {
        gap: 0.3rem;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .auth-phone__dial {
        flex-shrink: 0;
    }

    .auth-phone__dial-btn {
        min-height: 42px;
        padding: 0 0.45rem;
        font-size: 0.8125rem;
        border-radius: 8px;
        max-width: 5.5rem;
    }

    .auth-phone__number {
        min-width: 0;
        flex: 1 1 auto;
    }

    .auth-phone__hint {
        font-size: 0.68rem;
    }

    .auth-phone__panel {
        left: 0;
        right: auto;
        width: min(280px, calc(100vw - 1.25rem));
        max-height: 55vh;
    }
}

[data-theme="dark"] .auth-phone__dial-btn {
    background: #1e293b;
    border-color: #334155;
    color: #e2e8f0;
}

[data-theme="dark"] .auth-phone__panel {
    background: #0f172a;
    border-color: #334155;
}

[data-theme="dark"] .auth-phone__search-wrap {
    background: #1e293b;
    border-bottom-color: #334155;
}

[data-theme="dark"] .auth-phone__search,
[data-theme="dark"] .auth-phone__option-name {
    color: #e2e8f0;
}

[data-theme="dark"] .auth-phone__option:hover,
[data-theme="dark"] .auth-phone__option.is-active {
    background: rgba(30, 107, 69, 0.2);
}

/* Page vérification email */
.page-auth--verify .auth-card--verify {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.auth-verify-side-steps {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.auth-verify-side-step {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.auth-verify-side-step span {
    flex-shrink: 0;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-weight: 800;
    font-size: 0.85rem;
}

.auth-verify-side-step p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.35;
    opacity: 0.95;
}

.auth-verify-timer {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.1rem;
    margin-bottom: 1.15rem;
    border-radius: 16px;
    background:
        radial-gradient(circle at 12% 20%, rgba(30, 107, 69, 0.14), transparent 55%),
        linear-gradient(145deg, #f7fbf8 0%, #eef6f1 100%);
    border: 1px solid rgba(30, 107, 69, 0.14);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.auth-verify-timer.is-urgent {
    background:
        radial-gradient(circle at 12% 20%, rgba(217, 119, 6, 0.16), transparent 55%),
        linear-gradient(145deg, #fffaf3 0%, #fff7ed 100%);
    border-color: rgba(217, 119, 6, 0.28);
}

.auth-verify-timer.is-expired {
    background:
        radial-gradient(circle at 12% 20%, rgba(239, 68, 68, 0.12), transparent 55%),
        linear-gradient(145deg, #fff7f7 0%, #fef2f2 100%);
    border-color: rgba(239, 68, 68, 0.28);
}

.auth-verify-timer__ring {
    position: relative;
    width: 5.25rem;
    height: 5.25rem;
    flex-shrink: 0;
}

.auth-verify-timer__ring svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.auth-verify-timer__track {
    fill: none;
    stroke: rgba(30, 107, 69, 0.12);
    stroke-width: 2.6;
}

.auth-verify-timer__progress {
    fill: none;
    stroke: #1E6B45;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-dasharray: 97.4;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.35s linear, stroke 0.2s ease;
}

.auth-verify-timer.is-urgent .auth-verify-timer__progress {
    stroke: #d97706;
}

.auth-verify-timer.is-expired .auth-verify-timer__progress {
    stroke: #ef4444;
}

.auth-verify-timer__value {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    pointer-events: none;
}

.auth-verify-timer__value strong {
    font-size: 1.05rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
    color: #0f172a;
    line-height: 1;
}

.auth-verify-timer__meta {
    min-width: 0;
    flex: 1;
}

.auth-verify-timer__kicker {
    margin: 0 0 0.2rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1E6B45;
}

.auth-verify-timer.is-urgent .auth-verify-timer__kicker {
    color: #b45309;
}

.auth-verify-timer.is-expired .auth-verify-timer__kicker {
    color: #b91c1c;
}

.auth-verify-timer__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
}

.auth-verify-timer__hint {
    margin: 0.25rem 0 0;
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.35;
}

.auth-verify-alert {
    margin-bottom: 0.85rem;
    font-size: 0.875rem;
}

.auth-verify-dev {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    padding: 0.7rem 0.85rem;
    margin-bottom: 0.9rem;
    border-radius: 12px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}

.auth-verify-dev__label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #1d4ed8;
    width: 100%;
}

.auth-verify-dev__code {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    color: #0f172a;
    background: #fff;
    border: 1px dashed #93c5fd;
    border-radius: 8px;
    padding: 0.35rem 0.65rem;
}

.auth-verify-dev__fill {
    border: 0;
    background: #1d4ed8;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 8px;
    padding: 0.4rem 0.7rem;
    cursor: pointer;
}

.auth-verify-dev__fill:hover {
    background: #1e40af;
}

.auth-verify-code {
    text-align: center;
    font-size: 1.45rem !important;
    font-weight: 800;
    letter-spacing: 0.35em;
    font-variant-numeric: tabular-nums;
    min-height: 3.1rem !important;
    padding-left: 0.75rem !important;
    padding-right: 0.5rem !important;
}

.auth-verify-actions {
    margin-top: 0.9rem;
}

.auth-verify-actions .auth-card__submit {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.85rem;
}

.auth-verify-actions .auth-card__submit.is-disabled,
.auth-verify-actions .auth-card__submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.auth-verify-resend {
    margin-top: 0.75rem;
}

.auth-verify-resend__btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 2.5rem;
    border: 1px solid rgba(30, 107, 69, 0.35);
    background: #fff;
    color: #1E6B45;
    font-weight: 700;
    font-size: 0.875rem;
    border-radius: 10px;
}

.auth-verify-resend__btn:hover {
    background: rgba(30, 107, 69, 0.06);
    border-color: #1E6B45;
}

@media (max-width: 767.98px) {
    .page-auth--verify .auth-card--verify {
        grid-template-columns: 1fr;
    }

    .auth-verify-timer {
        gap: 0.75rem;
        padding: 0.85rem 0.9rem;
    }

    .auth-verify-timer__ring {
        width: 4.5rem;
        height: 4.5rem;
    }

    .auth-verify-timer__value strong {
        font-size: 0.92rem;
    }

    .auth-verify-code {
        font-size: 1.25rem !important;
        letter-spacing: 0.28em;
    }
}

/* Se souvenir de moi */
.auth-remember {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: nowrap;
    margin: 0.35rem 0 0.95rem;
}

.auth-remember__check {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    cursor: pointer;
    user-select: none;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
}

.auth-remember__check input {
    width: 1.05rem;
    height: 1.05rem;
    margin: 0;
    accent-color: #1E6B45;
    cursor: pointer;
    flex-shrink: 0;
}

.auth-card__forgot {
    margin: 0;
}

.auth-card__forgot a {
    font-size: 0.8125rem;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .auth-remember {
        gap: 0.5rem;
    }

    .auth-remember__check {
        font-size: 0.8rem;
        gap: 0.4rem;
        white-space: nowrap;
    }

    .auth-remember__check input {
        width: 0.95rem;
        height: 0.95rem;
    }

    .auth-card__forgot a {
        font-size: 0.75rem;
        white-space: nowrap;
    }
}

@media (max-width: 359.98px) {
    .auth-remember__check span {
        font-size: 0.75rem;
    }
}

[data-theme="dark"] .auth-verify-timer {
    background:
        radial-gradient(circle at 12% 20%, rgba(45, 143, 92, 0.22), transparent 55%),
        linear-gradient(145deg, #0f1f18 0%, #13261d 100%);
    border-color: rgba(45, 143, 92, 0.28);
}

[data-theme="dark"] .auth-verify-timer__value strong,
[data-theme="dark"] .auth-verify-timer__title {
    color: #e2e8f0;
}

[data-theme="dark"] .auth-verify-timer__hint {
    color: #94a3b8;
}

[data-theme="dark"] .auth-verify-resend__btn {
    background: #0f172a;
    color: #86efac;
    border-color: rgba(134, 239, 172, 0.35);
}

[data-theme="dark"] .auth-verify-dev {
    background: rgba(29, 78, 216, 0.18);
    border-color: rgba(147, 197, 253, 0.35);
}

[data-theme="dark"] .auth-verify-dev__code {
    background: #0f172a;
    color: #e2e8f0;
    border-color: rgba(147, 197, 253, 0.4);
}

[data-theme="dark"] .auth-remember__check {
    color: #cbd5e1;
}
