:root {
    color-scheme: light;
    --app-body-bg: #f6f0e8;
    --app-text: #10212b;
    --app-muted: #64748b;
    --app-surface-bg: rgba(255, 255, 255, 0.78);
    --app-surface-border: rgba(255, 255, 255, 0.7);
    --app-surface-shadow: rgba(16, 33, 43, 0.14);
    --app-hover-bg: rgba(255, 255, 255, 0.72);
    --auth-bg-start: #f7f4ef;
    --auth-bg-end: #efe9e1;
    --auth-radial: rgba(15, 118, 110, 0.09);
    --auth-card-bg: rgba(255, 255, 255, 0.94);
    --auth-card-border: rgba(255, 255, 255, 0.88);
    --auth-card-shadow: rgba(20, 24, 31, 0.1);
    --auth-text: #14181f;
    --auth-muted: #64748b;
    --auth-link: #115e59;
    --auth-link-hover: #134e4a;
    --auth-accent: #0f766e;
    --auth-accent-soft: #64748b;
    --auth-field-radius: 0.625rem;
    --auth-input-bg: #ffffff;
    --auth-input-idle-bg: #ffffff;
    --auth-input-idle-text: #14181f;
    --auth-input-active-bg: #ffffff;
    --auth-input-active-text: #14181f;
    --auth-input-border: #d7dde4;
    --auth-input-placeholder: #94a3b8;
    --auth-input-disabled-bg: #f1f5f9;
    --auth-input-disabled-text: #64748b;
    --auth-input-focus: #0f766e;
    --auth-input-focus-ring: rgba(15, 118, 110, 0.14);
    --auth-target-bg: #f3faf8;
    --auth-target-border: #d8e6e2;
    --auth-preview-bg: #f8fafc;
    --auth-preview-border: #e2e8f0;
    --auth-submit-bg: linear-gradient(135deg, #8b5cf6 0%, #111111 100%);
    --auth-submit-hover: linear-gradient(135deg, #7c3aed 0%, #000000 100%);
    --auth-provider-bg: #ffffff;
    --auth-provider-border: #d7dde4;
    --auth-provider-text: #1f2937;
    --auth-provider-disabled-bg: #f8fafc;
    --auth-provider-disabled-text: #94a3b8;
    --auth-flash-default-bg: #ffffff;
    --auth-flash-default-border: #e2e8f0;
    --auth-flash-default-text: #0f172a;
    --auth-flash-info-bg: #ecfeff;
    --auth-flash-info-border: #99f6e4;
    --auth-flash-info-text: #115e59;
    --auth-flash-warning-bg: #fffbeb;
    --auth-flash-warning-border: #fcd34d;
    --auth-flash-warning-text: #92400e;
    --auth-flash-action-bg: rgba(255, 255, 255, 0.82);
    --auth-flash-action-text: #0f172a;
    --account-frame-bg: rgba(244, 247, 252, 0.9);
    --account-sidebar-bg: rgba(255, 255, 255, 0.94);
    --account-sidebar-border: rgba(226, 232, 240, 0.9);
    --account-topbar-bg: rgba(255, 255, 255, 0.76);
    --account-panel-bg: rgba(255, 255, 255, 0.92);
    --account-panel-border: rgba(226, 232, 240, 0.96);
    --account-panel-shadow: rgba(15, 23, 42, 0.08);
    --account-heading: #0f172a;
    --account-muted: #64748b;
    --account-accent: #3b82f6;
    --account-accent-strong: #1d4ed8;
    --account-accent-soft: rgba(59, 130, 246, 0.12);
    --account-chip-bg: rgba(255, 255, 255, 0.88);
    --account-action-bg: rgba(255, 255, 255, 0.82);
    --account-action-hover-bg: rgba(255, 255, 255, 0.98);
    --account-nav-hover-bg: rgba(255, 255, 255, 0.58);
    --account-nav-active-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.92));
    --account-search-bg: rgba(255, 255, 255, 0.88);
    --account-search-border: rgba(226, 232, 240, 0.96);
    --account-avatar-bg: linear-gradient(135deg, #60a5fa 0%, #8b5cf6 100%);
    --account-soft-bg: rgba(255, 255, 255, 0.74);
    --account-progress-track: #dfe4ee;
    --account-progress-fill: #22c55e;
    --account-backdrop: rgba(15, 23, 42, 0.32);
}

@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: dark;
        --app-body-bg: #080e18;
        --app-text: #f8fafc;
        --app-muted: #94a3b8;
        --app-surface-bg: rgba(15, 23, 42, 0.82);
        --app-surface-border: rgba(51, 65, 85, 0.86);
        --app-surface-shadow: rgba(0, 0, 0, 0.34);
        --app-hover-bg: rgba(30, 41, 59, 0.82);
        --auth-bg-start: #0c1118;
        --auth-bg-end: #151c25;
        --auth-radial: rgba(45, 212, 191, 0.12);
        --auth-card-bg: rgba(17, 24, 39, 0.94);
        --auth-card-border: rgba(51, 65, 85, 0.96);
        --auth-card-shadow: rgba(0, 0, 0, 0.45);
        --auth-text: #f8fafc;
        --auth-muted: #94a3b8;
        --auth-link: #5eead4;
        --auth-link-hover: #99f6e4;
        --auth-accent: #5eead4;
        --auth-accent-soft: #cbd5e1;
        --auth-input-bg: #0f172a;
        --auth-input-idle-bg: rgba(255, 255, 255, 0.94);
        --auth-input-idle-text: #0f172a;
        --auth-input-active-bg: #0b1220;
        --auth-input-active-text: #f8fafc;
        --auth-input-border: #334155;
        --auth-input-placeholder: #64748b;
        --auth-input-disabled-bg: #111827;
        --auth-input-disabled-text: #94a3b8;
        --auth-input-focus: #5eead4;
        --auth-input-focus-ring: rgba(94, 234, 212, 0.16);
        --auth-target-bg: #0f2525;
        --auth-target-border: #1f4f4c;
        --auth-preview-bg: #111827;
        --auth-preview-border: #334155;
        --auth-submit-bg: linear-gradient(135deg, #8b5cf6 0%, #060606 100%);
        --auth-submit-hover: linear-gradient(135deg, #7c3aed 0%, #000000 100%);
        --auth-provider-bg: #0f172a;
        --auth-provider-border: #334155;
        --auth-provider-text: #e2e8f0;
        --auth-provider-disabled-bg: #111827;
        --auth-provider-disabled-text: #64748b;
        --auth-flash-default-bg: #111827;
        --auth-flash-default-border: #334155;
        --auth-flash-default-text: #f8fafc;
        --auth-flash-info-bg: #0f2525;
        --auth-flash-info-border: #1f4f4c;
        --auth-flash-info-text: #99f6e4;
        --auth-flash-warning-bg: #2b1f12;
        --auth-flash-warning-border: #92400e;
        --auth-flash-warning-text: #fcd34d;
        --auth-flash-action-bg: rgba(15, 23, 42, 0.78);
        --auth-flash-action-text: #f8fafc;
        --account-frame-bg: rgba(8, 14, 24, 0.94);
        --account-sidebar-bg: rgba(15, 23, 42, 0.95);
        --account-sidebar-border: rgba(51, 65, 85, 0.92);
        --account-topbar-bg: rgba(15, 23, 42, 0.78);
        --account-panel-bg: rgba(15, 23, 42, 0.88);
        --account-panel-border: rgba(51, 65, 85, 0.96);
        --account-panel-shadow: rgba(0, 0, 0, 0.34);
        --account-heading: #f8fafc;
        --account-muted: #94a3b8;
        --account-accent: #60a5fa;
        --account-accent-strong: #93c5fd;
        --account-accent-soft: rgba(96, 165, 250, 0.16);
        --account-chip-bg: rgba(15, 23, 42, 0.88);
        --account-action-bg: rgba(15, 23, 42, 0.84);
        --account-action-hover-bg: rgba(30, 41, 59, 0.94);
        --account-nav-hover-bg: rgba(30, 41, 59, 0.64);
        --account-nav-active-bg: linear-gradient(180deg, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.96));
        --account-search-bg: rgba(15, 23, 42, 0.86);
        --account-search-border: rgba(51, 65, 85, 0.96);
        --account-avatar-bg: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
        --account-soft-bg: rgba(15, 23, 42, 0.76);
        --account-progress-track: #334155;
        --account-progress-fill: #22c55e;
        --account-backdrop: rgba(2, 6, 23, 0.68);
    }
}

html,
body {
    min-height: 100%;
}

body {
    font-family: "Manrope", system-ui, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(15, 118, 110, 0.18), transparent 28rem),
        radial-gradient(circle at bottom right, rgba(201, 107, 59, 0.12), transparent 24rem),
        var(--app-body-bg);
    color: var(--app-text);
}

.ambient-orb {
    pointer-events: none;
    position: fixed;
    z-index: 0;
    width: 22rem;
    height: 22rem;
    border-radius: 9999px;
    filter: blur(90px);
    opacity: 0.5;
}

.ambient-orb--left {
    top: -6rem;
    left: -4rem;
    background: rgba(15, 118, 110, 0.32);
}

.ambient-orb--right {
    right: -5rem;
    bottom: -7rem;
    background: rgba(201, 107, 59, 0.28);
}

.glass-panel {
    border: 1px solid var(--app-surface-border);
    border-radius: 2rem;
    background: var(--app-surface-bg);
    box-shadow: 0 20px 50px var(--app-surface-shadow);
    backdrop-filter: blur(20px);
}

.metric-card {
    border: 1px solid var(--app-surface-border);
    border-radius: 2rem;
    background: var(--app-surface-bg);
    padding: 1.5rem;
    box-shadow: 0 12px 28px var(--app-surface-shadow);
    backdrop-filter: blur(12px);
}

.soft-grid {
    background:
        linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)),
        linear-gradient(rgba(148, 163, 184, 0.15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.15) 1px, transparent 1px);
    background-size: auto, 28px 28px, 28px 28px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #0f766e;
}

.eyebrow::before {
    content: "";
    width: 1.75rem;
    height: 1px;
    background: currentColor;
    opacity: 0.55;
}

.subtle-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.5), transparent);
}

.htmx-indicator {
    display: none;
}

.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
    display: inline-flex;
}

.auth-screen {
    min-height: 100dvh;
    background:
        radial-gradient(circle at top, var(--auth-radial), transparent 26rem),
        linear-gradient(180deg, var(--auth-bg-start) 0%, var(--auth-bg-end) 100%);
    color: var(--auth-text);
    overflow: hidden;
}

.account-screen {
    min-height: 100dvh;
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.1), transparent 28rem),
        var(--account-frame-bg);
    color: var(--account-heading);
}

.account-shell {
    min-height: 100dvh;
    padding: 0;
}

.account-layout {
    position: relative;
    display: grid;
    min-height: 100dvh;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.account-sidebar,
.account-mobile-panel {
    background: var(--account-sidebar-bg);
    overflow-y: auto;
}

.account-sidebar {
    display: none;
    border-right: 1px solid var(--account-sidebar-border);
    padding: 1.45rem 1.15rem;
}

.account-sidebar__brand,
.account-mobile-panel .account-sidebar__brand {
    display: grid;
    gap: 0;
    padding-bottom: 0.8rem;
}

.account-sidebar__logo {
    display: inline-flex;
    align-items: center;
    width: fit-content;
}

.account-sidebar__nav {
    display: grid;
    gap: 1.15rem;
}

.account-sidebar__group {
    display: grid;
    gap: 0.6rem;
}

.account-sidebar__heading {
    padding: 0 0.85rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--account-muted);
}

.account-nav-link,
.account-sidebar__logout {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid transparent;
    border-radius: 1rem;
    padding: 0.82rem 0.9rem;
    font-size: 0.94rem;
    font-weight: 600;
    color: var(--account-muted);
    text-decoration: none;
    transition:
        color 160ms ease,
        border-color 160ms ease,
        background 160ms ease,
        transform 160ms ease;
}

.account-nav-link:hover,
.account-sidebar__logout:hover {
    color: var(--account-heading);
    background: var(--account-nav-hover-bg);
    transform: translateX(2px);
}

.account-nav-link--active {
    color: var(--account-heading);
    border-color: rgba(59, 130, 246, 0.35);
    background: var(--account-nav-active-bg);
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.1);
}

.account-nav__icon {
    width: 1.05rem;
    height: 1.05rem;
    flex: none;
}

.account-sidebar__footer {
    margin-top: auto;
    padding-top: 1rem;
}

.account-main-shell {
    display: grid;
    min-width: 0;
    grid-template-rows: auto 1fr;
}

.account-topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--account-sidebar-border);
    background: var(--account-topbar-bg);
    padding: 1rem 1.1rem;
    backdrop-filter: blur(18px);
}

.account-topbar__left,
.account-topbar__right,
.account-chip-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.account-topbar__left {
    min-width: 0;
}

.account-topbar__right {
    margin-left: auto;
}

.account-topbar__context {
    display: grid;
    gap: 0.18rem;
}

.account-topbar__eyebrow {
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--account-muted);
}

.account-topbar__title {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--account-heading);
}

.account-sidebar-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid var(--account-sidebar-border);
    border-radius: 999px;
    background: var(--account-action-bg);
    color: var(--account-heading);
}

.account-user-chip,
.account-session-chip,
.account-chip,
.account-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 1px solid var(--account-sidebar-border);
    border-radius: 999px;
    background: var(--account-chip-bg);
    padding: 0.48rem 0.8rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--account-heading);
}

.account-user-chip {
    max-width: 17rem;
    padding-right: 0.6rem;
}

.account-main {
    min-width: 0;
    padding: 1.15rem;
}

.account-page {
    display: grid;
    gap: 1.2rem;
}

.account-page__heading {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.account-page__heading h1 {
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(2rem, 3vw, 2.7rem);
    font-weight: 700;
    line-height: 1.08;
    color: var(--account-heading);
}

.account-page__heading p {
    max-width: 46rem;
    margin-top: 0.3rem;
    font-size: 0.98rem;
    line-height: 1.75;
    color: var(--account-muted);
}

.account-kicker,
.account-note__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--account-accent);
}

.account-content-grid {
    display: grid;
    gap: 1.25rem;
    align-items: start;
}

.account-card,
.account-stat-card {
    border: 1px solid var(--account-panel-border);
    border-radius: 1.75rem;
    background: var(--account-panel-bg);
    box-shadow: 0 18px 42px var(--account-panel-shadow);
}

.account-card {
    padding: 1.35rem;
}

.account-hero {
    display: grid;
    gap: 1rem;
    align-items: center;
}

.account-hero__copy h2 {
    margin-top: 0.3rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--account-heading);
}

.account-hero__copy p {
    margin-top: 0.35rem;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--account-muted);
}

.account-note {
    border: 1px dashed var(--account-panel-border);
    border-radius: 1.2rem;
    background: var(--account-soft-bg);
    padding: 0.95rem 1rem;
}

.account-stat-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
}

.account-stat-card {
    padding: 1.15rem 1.1rem;
}

.account-stat-card__label,
.account-definition__label,
.account-mini-stat__label {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--account-muted);
}

.account-stat-card__value {
    display: block;
    margin-top: 0.55rem;
    font-size: 1.85rem;
    line-height: 1;
    color: var(--account-heading);
}

.account-stat-card__meta {
    margin-top: 0.55rem;
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--account-muted);
}

.account-section-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.account-section-heading h2 {
    font-size: 1.18rem;
    font-weight: 700;
    color: var(--account-heading);
}

.account-section-heading p,
.account-empty-state {
    font-size: 0.92rem;
    line-height: 1.7;
    color: var(--account-muted);
}

.account-text-link {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--account-accent-strong);
    text-decoration: none;
}

.account-definition-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}

.account-definition,
.account-list-card,
.account-mini-stat,
.account-empty-state {
    border: 1px solid var(--account-panel-border);
    border-radius: 1.2rem;
    background: var(--account-soft-bg);
    padding: 1rem;
}

.account-definition__value,
.account-mini-stat__value {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--account-heading);
}

.account-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.65rem;
    height: 3.65rem;
    overflow: hidden;
    border-radius: 999px;
    background: var(--account-avatar-bg);
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(59, 130, 246, 0.2);
}

.account-avatar--hero {
    width: 4.7rem;
    height: 4.7rem;
    font-size: 1.35rem;
}

.account-avatar--small {
    width: 2.45rem;
    height: 2.45rem;
    font-size: 0.82rem;
}

.account-avatar__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.account-mini-stat {
    display: grid;
    gap: 0.2rem;
}

.account-progress-ring {
    --progress: 0%;
    display: grid;
    place-items: center;
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 999px;
    background:
        radial-gradient(circle closest-side, var(--account-panel-bg) 67%, transparent 68%),
        conic-gradient(var(--account-progress-fill) var(--progress), var(--account-progress-track) 0);
    color: var(--account-heading);
    font-size: 1.25rem;
    font-weight: 800;
}

.account-qr-card {
    display: grid;
    gap: 1rem;
    align-items: center;
}

.account-qr-card__image {
    width: min(100%, 12.5rem);
    border-radius: 1.2rem;
    border: 1px solid var(--account-sidebar-border);
    background: #ffffff;
    padding: 0.75rem;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.account-qr-card__copy {
    display: grid;
    gap: 0.35rem;
}

.account-check-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.85rem;
    border-bottom: 1px solid var(--account-panel-border);
    padding-bottom: 0.8rem;
}

.account-check-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.account-check-row__main {
    display: flex;
    gap: 0.7rem;
}

.account-check-row__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 999px;
    background: rgba(226, 232, 240, 0.9);
    color: var(--account-muted);
    flex: none;
}

.account-check-row--complete .account-check-row__icon {
    background: rgba(34, 197, 94, 0.15);
    color: #16a34a;
}

.account-check-row__meta {
    white-space: nowrap;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--account-accent-strong);
}

.account-badge {
    font-size: 0.72rem;
}

.account-badge--success {
    color: #166534;
    background: rgba(220, 252, 231, 0.82);
    border-color: rgba(187, 247, 208, 0.9);
}

.account-badge--warning {
    color: #92400e;
    background: rgba(254, 243, 199, 0.86);
    border-color: rgba(253, 230, 138, 0.94);
}

.account-badge--danger {
    color: #b91c1c;
    background: rgba(254, 226, 226, 0.86);
    border-color: rgba(254, 202, 202, 0.94);
}

.account-mobile-backdrop {
    position: fixed;
    inset: 0;
    background: var(--account-backdrop);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
    z-index: 80;
}

.account-mobile-panel {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 90;
    display: grid;
    grid-template-rows: auto 1fr;
    width: min(84vw, 21rem);
    padding: 1rem 1rem 1.2rem;
    border-right: 1px solid var(--account-sidebar-border);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.2);
    transform: translateX(-100%);
    transition: transform 200ms ease;
}

.account-mobile-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.account-sidebar-open .account-mobile-backdrop {
    opacity: 1;
    pointer-events: auto;
}

.account-sidebar-open .account-mobile-panel {
    transform: translateX(0);
}

.auth-shell {
    --auth-shell-pad: clamp(0.75rem, 2vh, 1.15rem);
    min-height: 100dvh;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: var(--auth-shell-pad);
}

.auth-stage {
    display: flex;
    max-height: calc(100dvh - (var(--auth-shell-pad) * 2));
    width: min(100%, 31rem);
    min-height: 0;
    flex-direction: column;
}

.auth-brand {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.5rem;
    text-decoration: none;
}

.auth-brand__logo {
    display: block;
    width: min(100%, 10.25rem);
    height: auto;
}

.auth-screen.text-ink,
.auth-screen .text-ink {
    color: var(--auth-text) !important;
}

.auth-card {
    display: grid;
    gap: 0.78rem;
    min-height: 0;
    border: 1px solid var(--auth-card-border);
    border-radius: 1.75rem;
    background: var(--auth-card-bg);
    box-shadow: 0 22px 60px var(--auth-card-shadow);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: clamp(0.92rem, 1.8vh, 1.1rem);
    scrollbar-gutter: stable;
    color: var(--auth-text);
    -webkit-overflow-scrolling: touch;
}

.auth-card {
    scrollbar-color: var(--auth-input-border) transparent;
    scrollbar-width: thin;
}

.auth-card::-webkit-scrollbar {
    width: 0.45rem;
}

.auth-card::-webkit-scrollbar-track {
    background: transparent;
}

.auth-card::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: var(--auth-input-border);
}

.auth-flow {
    display: grid;
    gap: 0.9rem;
}

.auth-flow__header {
    display: grid;
    gap: 0.28rem;
}

.auth-form {
    display: grid;
    gap: 0.8rem;
}

.auth-field {
    display: grid;
    gap: 0.4rem;
}

.auth-field > span,
.auth-card label > span,
.account-card label > span {
    color: var(--auth-muted) !important;
}

.auth-target {
    border: 1px solid var(--auth-target-border);
    border-radius: 1.25rem;
    background: var(--auth-target-bg);
    padding: 0.72rem 0.88rem;
}

.auth-target__label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--auth-accent);
}

.auth-target__value {
    margin-top: 0.28rem;
    font-size: 0.96rem;
    font-weight: 700;
    color: var(--auth-text);
}

.auth-target__hint {
    margin-top: 0.32rem;
    font-size: 0.76rem;
    color: var(--auth-muted);
    word-break: break-all;
}

.auth-input {
    width: 100%;
    border: 1px solid var(--auth-input-border);
    border-radius: var(--auth-field-radius) !important;
    background: var(--auth-input-idle-bg);
    padding: 0.72rem 0.92rem;
    font-size: 0.95rem;
    color: var(--auth-input-idle-text);
    transition:
        background-color 160ms ease,
        border-color 160ms ease,
        color 160ms ease,
        box-shadow 160ms ease;
}

.auth-input:focus,
.auth-input:focus-visible,
.auth-input.auth-input--has-value {
    border-color: var(--auth-input-focus);
    background: var(--auth-input-active-bg);
    box-shadow: 0 0 0 3px var(--auth-input-focus-ring);
    color: var(--auth-input-active-text);
    outline: none;
}

.auth-input::placeholder {
    color: var(--auth-input-placeholder);
    opacity: 1;
}

.auth-input::file-selector-button {
    margin: -0.22rem 0.7rem -0.22rem -0.45rem;
    border: 1px solid var(--auth-input-border);
    border-radius: 0.75rem;
    background: var(--account-action-bg);
    padding: 0.42rem 0.72rem;
    color: var(--auth-text);
    font: inherit;
    font-size: 0.86rem;
    font-weight: 700;
    cursor: pointer;
}

.auth-input::file-selector-button:hover {
    background: var(--account-action-hover-bg);
}

.auth-input:-webkit-autofill,
.auth-input:-webkit-autofill:hover,
.auth-input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--auth-input-active-text);
    caret-color: var(--auth-input-active-text);
    box-shadow: 0 0 0 1000px var(--auth-input-active-bg) inset;
    transition: background-color 9999s ease-out;
}

.auth-input:disabled,
.auth-input[readonly],
.auth-card input:disabled,
.auth-card input[readonly],
.auth-card textarea:disabled,
.auth-card textarea[readonly],
.auth-card select:disabled,
.account-card input:disabled,
.account-card input[readonly],
.account-card textarea:disabled,
.account-card textarea[readonly],
.account-card select:disabled {
    border-color: var(--auth-input-border);
    background: var(--auth-input-disabled-bg);
    color: var(--auth-input-disabled-text);
    opacity: 1;
}

.auth-input-group {
    position: relative;
}

.auth-input--with-toggle {
    padding-right: 3rem;
}

.country-combobox {
    position: relative;
}

.country-combobox__control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    text-align: left;
    cursor: pointer;
}

.country-combobox__chevron {
    width: 1.05rem;
    height: 1.05rem;
    flex: 0 0 auto;
    color: currentColor;
    opacity: 0.72;
    transition: transform 160ms ease;
}

.country-combobox.is-open .country-combobox__chevron {
    transform: rotate(180deg);
}

.country-combobox__panel {
    position: absolute;
    z-index: 60;
    top: calc(100% + 0.45rem);
    left: 0;
    right: 0;
    overflow: hidden;
    border: 1px solid var(--auth-input-border);
    border-radius: 1rem;
    background: var(--auth-card-bg);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.22);
}

.country-combobox[data-country-enhanced] .country-combobox__panel {
    top: auto;
    bottom: calc(100% + 0.45rem);
    box-shadow: 0 -24px 56px rgba(15, 23, 42, 0.2);
}

.country-combobox__search {
    border: 0;
    border-bottom: 1px solid var(--auth-input-border);
    border-radius: 0 !important;
    box-shadow: none !important;
}

.country-combobox__list {
    display: grid;
    max-height: 15rem;
    overflow-y: auto;
    padding: 0.35rem;
    scrollbar-color: var(--auth-input-border) transparent;
    scrollbar-width: thin;
}

.country-combobox__list::-webkit-scrollbar {
    width: 0.48rem;
}

.country-combobox__list::-webkit-scrollbar-track {
    background: transparent;
}

.country-combobox__list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: var(--auth-input-border);
}

.country-combobox__option {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    border: 0;
    border-radius: 0.75rem;
    background: transparent;
    padding: 0.66rem 0.7rem;
    color: var(--auth-text);
    font-size: 0.92rem;
    text-align: left;
    cursor: pointer;
}

.country-combobox__option:hover,
.country-combobox__option:focus,
.country-combobox__option[aria-selected="true"] {
    background: var(--account-action-hover-bg);
    color: var(--auth-link);
    outline: none;
}

.country-combobox--invalid .country-combobox__control {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.14);
}

.gender-select__list {
    max-height: 12rem;
}

.gender-select--invalid .country-combobox__control {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.14);
}

.country-combobox__code {
    color: var(--auth-muted);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.country-combobox__empty {
    padding: 0.9rem 1rem 1rem;
    color: var(--auth-muted);
    font-size: 0.88rem;
    text-align: center;
}

.panel-field {
    border-radius: var(--auth-field-radius) !important;
}

.auth-card input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.account-card input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.auth-card textarea,
.account-card textarea,
.auth-card select,
.account-card select {
    border-radius: var(--auth-field-radius) !important;
}

.auth-card input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.account-card input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.auth-card textarea,
.account-card textarea,
.auth-card select,
.account-card select {
    border-color: var(--auth-input-border);
    background-color: var(--auth-input-idle-bg);
    color: var(--auth-input-idle-text);
}

.auth-card input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):focus,
.auth-card input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]).auth-input--has-value,
.account-card input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):focus,
.account-card input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]).auth-input--has-value,
.auth-card textarea:focus,
.auth-card textarea.auth-input--has-value,
.account-card textarea:focus,
.account-card textarea.auth-input--has-value,
.auth-card select:focus,
.auth-card select.auth-input--has-value,
.account-card select:focus,
.account-card select.auth-input--has-value {
    background-color: var(--auth-input-active-bg);
    color: var(--auth-input-active-text);
}

.auth-card select option,
.account-card select option {
    background: var(--auth-input-active-bg);
    color: var(--auth-input-active-text);
}

.auth-submit {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 1rem;
    background: var(--auth-submit-bg);
    padding: 0.74rem 1rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    transition:
        transform 160ms ease,
        background 160ms ease;
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.2);
}

.auth-code-input {
    text-align: center;
    letter-spacing: 0.34em;
    font-size: 1.08rem;
    font-weight: 700;
}

.auth-inline-form {
    margin-top: -0.2rem;
}

.auth-inline-note {
    margin: 0;
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.55;
    color: var(--auth-muted);
}

.auth-inline-action {
    border: 0;
    background: transparent;
    padding: 0;
    font: inherit;
    font-weight: 700;
    color: var(--auth-link);
    text-decoration: underline;
    text-underline-offset: 0.14em;
    cursor: pointer;
}

.auth-inline-action:hover {
    color: var(--auth-link-hover);
}

.auth-password-toggle {
    position: absolute;
    top: 50%;
    right: 0.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    border-radius: 9999px;
    background: transparent;
    color: var(--auth-muted);
    transform: translateY(-50%);
    transition:
        color 160ms ease,
        background 160ms ease;
}

.auth-password-toggle:hover {
    color: var(--auth-link);
    background: rgba(148, 163, 184, 0.12);
}

.auth-password-toggle:focus-visible {
    outline: 2px solid rgba(15, 118, 110, 0.24);
    outline-offset: 2px;
}

.auth-password-toggle__icon {
    width: 1.08rem;
    height: 1.08rem;
    flex: none;
}

.auth-password-toggle__icon[hidden] {
    display: none !important;
}

.auth-submit:hover {
    background: var(--auth-submit-hover);
    transform: translateY(-1px);
}

.auth-link {
    color: var(--auth-link);
    font-weight: 600;
    text-decoration: none;
}

.auth-link:hover {
    color: var(--auth-link-hover);
}

.auth-provider {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid var(--auth-provider-border);
    border-radius: 1rem;
    background: var(--auth-provider-bg);
    min-height: 2.55rem;
    padding: 0.58rem 0.42rem;
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--auth-provider-text);
    text-decoration: none;
    text-align: center;
    transition:
        border-color 160ms ease,
        transform 160ms ease;
}

.auth-provider:hover {
    border-color: #0f766e;
    transform: translateY(-1px);
}

.auth-provider--pending {
    border-style: dashed;
    background: var(--auth-provider-disabled-bg);
}

.auth-provider--pending .auth-provider__label {
    color: var(--auth-provider-text);
}

.auth-provider__icon {
    width: 1rem;
    height: 1rem;
    flex: none;
}

.auth-provider__label {
    line-height: 1;
}

.auth-provider--pending .auth-provider__icon {
    opacity: 0.58;
}

.auth-social {
    display: grid;
    gap: 0.65rem;
    border-top: 1px solid var(--auth-preview-border);
    padding-top: 0.9rem;
}

.auth-legal {
    margin-top: 0.3rem;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
    color: var(--auth-muted);
}

.auth-legal .auth-link {
    font-size: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.14em;
    text-decoration-thickness: 0.08em;
    text-decoration-color: currentColor;
    cursor: pointer;
}

.auth-legal .auth-link:hover {
    text-decoration-thickness: 0.12em;
}

.auth-preview {
    border: 1px solid var(--auth-preview-border);
    border-radius: 1.25rem;
    background: var(--auth-preview-bg);
    padding: 0.88rem;
}

.auth-preview__label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--auth-accent-soft);
}

.auth-preview__value {
    margin-top: 0.45rem;
    font-size: 0.8rem;
    line-height: 1.55;
    color: var(--auth-muted);
    word-break: break-all;
}

.auth-preview__code {
    font-size: 1.16rem;
    font-weight: 800;
    letter-spacing: 0.3em;
    color: var(--auth-text);
    word-break: normal;
}

.not-found-panel {
    display: grid;
    gap: 1rem;
    justify-items: center;
    padding: 0.35rem 0 0.15rem;
    text-align: center;
}

.not-found-panel__badge {
    display: inline-grid;
    place-items: center;
    width: 5.2rem;
    height: 5.2rem;
    border: 1px solid var(--auth-preview-border);
    border-radius: 1.55rem;
    background:
        radial-gradient(circle at 30% 20%, rgba(94, 234, 212, 0.18), transparent 2.8rem),
        var(--auth-preview-bg);
    color: var(--auth-accent);
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.not-found-panel__actions {
    display: grid;
    width: 100%;
    gap: 0.7rem;
    padding-top: 0.15rem;
}

.not-found-panel__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--auth-provider-border);
    border-radius: 1rem;
    background: var(--auth-provider-bg);
    padding: 0.74rem 1rem;
    color: var(--auth-provider-text);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition:
        border-color 160ms ease,
        background 160ms ease,
        color 160ms ease,
        transform 160ms ease;
}

.not-found-panel__secondary:hover {
    border-color: var(--auth-input-focus);
    color: var(--auth-link);
    transform: translateY(-1px);
}

.auth-card .text-slate-500,
.auth-card .text-slate-600,
.auth-card .text-slate-700,
.auth-card .text-slate-400 {
    color: var(--auth-muted) !important;
}

.auth-card .border-slate-200 {
    border-color: var(--auth-preview-border) !important;
}

.auth-card .bg-slate-50,
.auth-card .bg-white {
    background: var(--auth-preview-bg) !important;
}

.auth-flash {
    position: relative;
    color: var(--auth-flash-default-text);
    border-color: var(--auth-flash-default-border);
    background: var(--auth-flash-default-bg);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(16px);
}

.auth-flash--info {
    color: var(--auth-flash-info-text);
    border-color: var(--auth-flash-info-border);
    background: var(--auth-flash-info-bg);
}

.auth-flash--warning {
    color: var(--auth-flash-warning-text);
    border-color: var(--auth-flash-warning-border);
    background: var(--auth-flash-warning-bg);
}

.auth-flash__action {
    background: var(--auth-flash-action-bg);
    color: var(--auth-flash-action-text);
}

.auth-flash__action:hover {
    filter: brightness(1.04);
}

.auth-toast-stack {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 90;
    width: min(calc(100vw - 2rem), 21rem);
}

.auth-toast__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: start;
}

.auth-toast__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border: 0;
    border-radius: 9999px;
    background: transparent;
    color: currentColor;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
    opacity: 0.72;
    transition:
        opacity 160ms ease,
        background 160ms ease,
        transform 160ms ease;
}

.auth-toast__close:hover {
    opacity: 1;
    background: rgba(148, 163, 184, 0.14);
    transform: scale(1.04);
}

.auth-toast__close:focus-visible {
    outline: 2px solid rgba(15, 118, 110, 0.26);
    outline-offset: 2px;
}

[data-toast] {
    animation: auth-toast-enter 220ms ease;
}

[data-toast].is-dismissing {
    animation: auth-toast-exit 180ms ease forwards;
}

@keyframes auth-toast-enter {
    from {
        opacity: 0;
        transform: translate3d(0, -0.5rem, 0) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes auth-toast-exit {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -0.4rem, 0) scale(0.98);
    }
}

@media (max-height: 760px) {
    .auth-brand__logo {
        width: min(100%, 8.75rem);
    }

    .auth-card {
        gap: 0.65rem;
        padding: 0.85rem;
    }

    .auth-flow {
        gap: 0.72rem;
    }

    .auth-form {
        gap: 0.68rem;
    }

    .auth-social {
        gap: 0.55rem;
        padding-top: 0.78rem;
    }
}

@media (max-width: 640px) {
    .auth-toast-stack {
        top: 0.75rem;
        right: 0.75rem;
        left: 0.75rem;
        width: auto;
    }
}

.account-card .text-slate-900,
.account-card .text-slate-800,
.account-card .text-slate-700,
.account-card .text-slate-600,
.account-card .text-slate-500,
.account-card .text-slate-400,
.account-main-shell .text-slate-900,
.account-main-shell .text-slate-800,
.account-main-shell .text-slate-700,
.account-main-shell .text-slate-600,
.account-main-shell .text-slate-500,
.account-main-shell .text-slate-400 {
    color: var(--account-muted) !important;
}

.account-card .font-semibold,
.account-card h1,
.account-card h2,
.account-card strong,
.account-main-shell .font-semibold {
    color: var(--account-heading);
}

.account-card .bg-white,
.account-main-shell .bg-white,
.account-main-shell .bg-white\/70 {
    background: var(--account-action-bg) !important;
}

.account-card .border-slate-200,
.account-main-shell .border-slate-200,
.glass-panel .border-slate-200 {
    border-color: var(--account-panel-border) !important;
}

.account-card .hover\:bg-white:hover,
.account-main-shell .hover\:bg-white:hover,
.glass-panel .hover\:bg-white:hover,
.glass-panel .hover\:bg-white\/70:hover {
    background: var(--account-action-hover-bg) !important;
}

.account-card .hover\:text-ink:hover,
.account-main-shell .hover\:text-ink:hover,
.glass-panel .hover\:text-ink:hover {
    color: var(--account-heading) !important;
}

@media (prefers-color-scheme: dark) {
    .account-card .bg-rose-50,
    .account-main-shell .bg-rose-50,
    .account-card .bg-red-50,
    .account-main-shell .bg-red-50 {
        background: rgba(185, 28, 28, 0.88) !important;
    }

    .account-card .hover\:bg-rose-100:hover,
    .account-main-shell .hover\:bg-rose-100:hover,
    .account-card .hover\:bg-red-100:hover,
    .account-main-shell .hover\:bg-red-100:hover {
        background: rgba(153, 27, 27, 0.95) !important;
    }

    .account-card .text-rose-700,
    .account-main-shell .text-rose-700,
    .account-card .text-red-700,
    .account-main-shell .text-red-700 {
        color: #f8fafc !important;
    }

    .account-card .border-rose-200,
    .account-main-shell .border-rose-200,
    .account-card .border-red-200,
    .account-main-shell .border-red-200 {
        border-color: rgba(248, 113, 113, 0.48) !important;
    }

    .account-badge--danger {
        color: #fee2e2;
        background: rgba(153, 27, 27, 0.84);
        border-color: rgba(248, 113, 113, 0.48);
    }
}

.account-card code,
.account-main-shell code {
    border: 1px solid var(--account-panel-border);
    background: var(--account-action-bg) !important;
    color: var(--account-heading) !important;
}

.glass-panel .text-slate-900,
.glass-panel .text-slate-800,
.glass-panel .text-slate-700,
.glass-panel .text-slate-600,
.glass-panel .text-slate-500,
.glass-panel .text-slate-400 {
    color: var(--app-muted) !important;
}

.glass-panel .text-ink,
.glass-panel .font-semibold {
    color: var(--app-text) !important;
}

@media (min-width: 768px) {
    .account-topbar {
        padding: 1rem 1.15rem;
    }

    .account-main {
        padding: 1.35rem;
    }

    .account-hero {
        grid-template-columns: auto minmax(0, 1fr);
    }
}

@media (min-width: 1024px) {
    .account-layout {
        grid-template-columns: 17rem minmax(0, 1fr);
    }

    .account-sidebar {
        display: grid;
        align-content: start;
        gap: 1.2rem;
    }

    .account-mobile-panel,
    .account-mobile-backdrop {
        display: none;
    }

    .account-main {
        padding: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .account-content-grid {
        grid-template-columns: minmax(0, 1fr) 18.75rem;
    }
}

@media (max-width: 767px) {
    .account-shell {
        padding: 0;
    }

    .account-layout {
        min-height: 100dvh;
        border-radius: 0;
    }

    .account-topbar {
        padding: 0.85rem;
    }

    .account-topbar__left,
    .account-topbar__right {
        width: 100%;
        justify-content: space-between;
    }

    .account-main {
        padding: 0.9rem;
    }

    .account-card {
        padding: 1rem;
        border-radius: 1.35rem;
    }

    .account-chip-row {
        width: 100%;
        flex-wrap: wrap;
    }

    .account-user-chip {
        flex: 1 1 auto;
        justify-content: flex-end;
    }

    .account-topbar__title {
        font-size: 0.95rem;
    }
}

@media (prefers-color-scheme: dark) {
    input.auth-input,
    textarea.auth-input,
    select.auth-input,
    .auth-card .auth-input,
    .account-card .auth-input {
        background: var(--auth-input-idle-bg) !important;
        background-color: var(--auth-input-idle-bg) !important;
        color: var(--auth-input-idle-text) !important;
        caret-color: var(--auth-input-active-text);
        -webkit-text-fill-color: var(--auth-input-idle-text) !important;
    }

    input.auth-input::placeholder,
    textarea.auth-input::placeholder,
    select.auth-input::placeholder,
    .auth-card .auth-input::placeholder,
    .account-card .auth-input::placeholder {
        color: var(--auth-input-placeholder) !important;
        -webkit-text-fill-color: var(--auth-input-placeholder) !important;
    }

    input.auth-input:focus,
    input.auth-input:focus-visible,
    input.auth-input.auth-input--has-value,
    textarea.auth-input:focus,
    textarea.auth-input:focus-visible,
    textarea.auth-input.auth-input--has-value,
    select.auth-input:focus,
    select.auth-input:focus-visible,
    select.auth-input.auth-input--has-value,
    .auth-card .auth-input:focus,
    .auth-card .auth-input:focus-visible,
    .auth-card .auth-input.auth-input--has-value,
    .account-card .auth-input:focus,
    .account-card .auth-input:focus-visible,
    .account-card .auth-input.auth-input--has-value {
        background: var(--auth-input-active-bg) !important;
        background-color: var(--auth-input-active-bg) !important;
        color: var(--auth-input-active-text) !important;
        caret-color: var(--auth-input-active-text);
        -webkit-text-fill-color: var(--auth-input-active-text) !important;
    }

    .auth-card .auth-input:-webkit-autofill,
    .auth-card .auth-input:-webkit-autofill:hover,
    .auth-card .auth-input:-webkit-autofill:focus,
    .account-card .auth-input:-webkit-autofill,
    .account-card .auth-input:-webkit-autofill:hover,
    .account-card .auth-input:-webkit-autofill:focus {
        -webkit-text-fill-color: var(--auth-input-active-text) !important;
        caret-color: var(--auth-input-active-text);
        box-shadow: 0 0 0 1000px var(--auth-input-active-bg) inset !important;
    }
}
