:root {
    --auth-primary: var(--app-primary, #e91e63);
    --auth-secondary: var(--app-secondary, #4fd1a5);
    --auth-primary-rgb: var(--app-primary-rgb, 233, 30, 99);
    --auth-secondary-rgb: var(--app-secondary-rgb, 79, 209, 165);
    --auth-ink: #121826;
    --auth-muted: #667085;
    --auth-paper: #f6f8fb;
    --auth-panel: #ffffff;
    --auth-line: rgba(18, 24, 38, 0.12);
    --auth-dark: #08111f;
    --auth-dark-panel: rgba(9, 17, 31, 0.82);
}

body.auth-layout {
    min-height: 100vh;
    background:
        linear-gradient(rgba(18, 24, 38, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18, 24, 38, 0.032) 1px, transparent 1px),
        var(--auth-paper);
    background-size: 64px 64px;
}

.auth-login-grid,
.auth-left,
.auth-right,
.auth-panel,
.auth-panel__inner,
.auth-input-shell,
.auth-demo-card {
    min-width: 0;
}

.auth-left__bg {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.auth-left__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(120deg, rgba(8, 17, 31, 0.96), rgba(8, 17, 31, 0.72) 48%, rgba(8, 17, 31, 0.5)),
        linear-gradient(0deg, rgba(8, 17, 31, 0.76), transparent 54%);
}

.auth-left-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(90deg, black 18%, rgba(0, 0, 0, 0.72) 54%, transparent 100%);
    pointer-events: none;
}

.auth-logo-mark {
    display: inline-flex;
    flex: 0 0 auto;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 8px;
    background:
        linear-gradient(135deg, var(--auth-primary) 0 48%, transparent 48%),
        linear-gradient(315deg, var(--auth-secondary) 0 48%, #0b1324 48%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.34),
        0 12px 26px rgba(0, 0, 0, 0.2);
}

.auth-logo-mark--mobile {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.65rem;
}

.auth-left__product {
    position: absolute;
    z-index: 2;
    top: 23%;
    left: 5rem;
    right: 5rem;
    max-width: 33rem;
}

.auth-pill {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.38rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    font-size: 0.75rem;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

.auth-left__product h1 {
    max-width: 32rem;
    margin: 1rem 0;
    color: #ffffff;
    font-size: 3rem;
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: 0;
    text-shadow: 0 24px 70px rgba(0, 0, 0, 0.58);
}

.auth-left__product p {
    max-width: 29rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    line-height: 1.65;
}

.auth-left__quote {
    color: #ffffff;
}

.auth-visual {
    position: absolute;
    right: 5rem;
    bottom: 8.5rem;
    width: min(34rem, 48vw);
    min-height: 25rem;
}

.auth-visual__panel {
    position: absolute;
    inset: 2rem 2rem 1.6rem 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08)),
        rgba(8, 17, 31, 0.66);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px);
    animation: auth-panel-rise 760ms ease both;
}

.auth-visual__topbar {
    display: flex;
    gap: 0.4rem;
    padding: 1rem 1rem 0.6rem;
}

.auth-visual__topbar span {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
}

.auth-visual__topbar span:nth-child(1) {
    background: var(--auth-primary);
}

.auth-visual__topbar span:nth-child(2) {
    background: var(--auth-secondary);
}

.auth-visual__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 1rem 1rem;
}

.auth-visual__header strong,
.auth-floating-card strong {
    display: block;
    color: #ffffff;
    font-size: 0.94rem;
    font-weight: 950;
    line-height: 1.2;
}

.auth-visual__header small,
.auth-floating-card small {
    display: block;
    margin-top: 0.2rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.76rem;
    font-weight: 760;
}

.auth-visual__header em {
    flex: 0 0 auto;
    padding: 0.36rem 0.58rem;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(var(--auth-secondary-rgb), 0.2);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
}

.auth-visual__calendar {
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.72rem;
    padding: 0 1rem 1.1rem;
}

.auth-visual__calendar > span {
    align-self: center;
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.72rem;
    font-weight: 900;
}

.auth-slot {
    min-height: 3.2rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.auth-slot--primary {
    background:
        linear-gradient(135deg, rgba(var(--auth-primary-rgb), 0.88), rgba(var(--auth-secondary-rgb), 0.5));
    box-shadow: 0 14px 26px rgba(var(--auth-primary-rgb), 0.24);
}

.auth-slot--mint {
    background: rgba(var(--auth-secondary-rgb), 0.24);
}

.auth-slot--soft {
    background: rgba(255, 255, 255, 0.12);
}

.auth-slot--wide {
    animation: auth-slot-glow 2.8s ease-in-out infinite;
}

.auth-visual__scan {
    position: absolute;
    left: 0;
    right: 0;
    top: 7.8rem;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(var(--auth-secondary-rgb), 0.95), transparent);
    animation: auth-scan 4.2s ease-in-out infinite;
}

.auth-floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 14.25rem;
    padding: 0.88rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(8, 17, 31, 0.78);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
}

.auth-floating-card--booking {
    top: 0.2rem;
    right: 0.4rem;
    animation: auth-float-a 5.6s ease-in-out infinite;
}

.auth-floating-card--payment {
    left: 0;
    bottom: 0.6rem;
    animation: auth-float-b 6.2s ease-in-out infinite;
}

.auth-floating-card__icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--auth-primary), var(--auth-secondary));
    font-size: 1.25rem;
}

.auth-visual__rail {
    position: absolute;
    right: 0.75rem;
    bottom: 6.6rem;
    display: grid;
    gap: 0.48rem;
}

.auth-visual__rail span {
    width: 0.35rem;
    height: 2.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    animation: auth-rail 1.8s ease-in-out infinite;
}

.auth-visual__rail span:nth-child(2) {
    animation-delay: 160ms;
}

.auth-visual__rail span:nth-child(3) {
    animation-delay: 320ms;
}

.auth-visual__rail span:nth-child(4) {
    animation-delay: 480ms;
}

.auth-right {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(rgba(18, 24, 38, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18, 24, 38, 0.035) 1px, transparent 1px),
        #f6f8fb;
    background-size: 56px 56px;
}

.auth-right::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(var(--auth-primary-rgb), 0.12), transparent 32rem),
        linear-gradient(315deg, rgba(var(--auth-secondary-rgb), 0.12), transparent 30rem);
    pointer-events: none;
}

.auth-panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 30rem;
    padding: 1.25rem;
}

.auth-panel__inner {
    padding: 2rem;
    border: 1px solid rgba(18, 24, 38, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 28px 70px rgba(18, 24, 38, 0.12);
    backdrop-filter: blur(18px);
}

.auth-panel__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.35rem;
}

.auth-security-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 2rem;
    padding: 0.35rem 0.62rem;
    border: 1px solid rgba(var(--auth-secondary-rgb), 0.22);
    border-radius: 999px;
    color: color-mix(in srgb, var(--auth-secondary) 60%, var(--auth-ink));
    background: rgba(var(--auth-secondary-rgb), 0.1);
    font-size: 0.75rem;
    font-weight: 900;
}

.auth-security-badge .material-symbols-rounded {
    font-size: 1rem;
}

.theme-toggle--auth {
    flex: 0 0 auto;
    color: var(--auth-ink);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 30px rgba(18, 24, 38, 0.1);
}

.auth-panel .d-lg-none h5 {
    color: var(--auth-ink);
}

.auth-panel .d-lg-none p {
    color: rgba(18, 24, 38, 0.62) !important;
}

.auth-brand-dot {
    width: 2.1rem;
    height: 0.3rem;
    margin-bottom: 0.9rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--auth-primary), var(--auth-secondary));
}

.auth-title {
    margin: 0;
    color: var(--auth-ink);
    font-size: 2.12rem;
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: 0;
}

.auth-subtitle {
    margin: 0.62rem 0 0;
    color: rgba(18, 24, 38, 0.64);
    font-size: 0.96rem;
    line-height: 1.55;
}

.auth-demo-card {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0.82rem;
    border: 1px solid rgba(var(--auth-primary-rgb), 0.18);
    border-radius: 8px;
    color: var(--auth-ink);
    background:
        linear-gradient(135deg, rgba(var(--auth-primary-rgb), 0.08), rgba(var(--auth-secondary-rgb), 0.08)),
        #ffffff;
    text-align: left;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    cursor: pointer;
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        transform 160ms ease;
}

.auth-demo-card:hover,
.auth-demo-card:focus-visible {
    border-color: rgba(var(--auth-primary-rgb), 0.34);
    box-shadow: 0 16px 30px rgba(18, 24, 38, 0.08);
    transform: translateY(-1px);
    outline: none;
}

.auth-demo-card__icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--auth-primary), var(--auth-secondary));
    font-size: 1.2rem;
}

.auth-demo-card strong,
.auth-demo-card small {
    display: block;
}

.auth-demo-card strong {
    color: var(--auth-ink);
    font-size: 0.9rem;
    font-weight: 950;
    line-height: 1.2;
}

.auth-demo-card small {
    margin-top: 0.2rem;
    color: rgba(18, 24, 38, 0.58);
    font-size: 0.78rem;
    font-weight: 760;
    line-height: 1.35;
}

.auth-field {
    margin-top: 0.9rem;
}

.auth-field label {
    display: block;
    margin-bottom: 0.45rem;
    color: rgba(18, 24, 38, 0.74);
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.auth-input-shell {
    display: flex;
    align-items: center;
    gap: 0.62rem;
    width: 100%;
    min-height: 3.25rem;
    border: 1px solid rgba(18, 24, 38, 0.14);
    border-radius: 8px;
    padding: 0 0.9rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 14px 30px rgba(18, 24, 38, 0.05);
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        transform 160ms ease;
}

.auth-input-shell:hover {
    border-color: rgba(18, 24, 38, 0.24);
}

.auth-input-shell:focus-within {
    border-color: var(--auth-primary);
    box-shadow:
        0 0 0 4px rgba(var(--auth-primary-rgb), 0.13),
        0 16px 34px rgba(18, 24, 38, 0.08);
    transform: translateY(-1px);
}

.auth-input-shell > i {
    flex: 0 0 auto;
    color: rgba(18, 24, 38, 0.42);
    font-size: 1.18rem;
}

.auth-input {
    width: 100%;
    min-width: 0;
    min-height: 3.1rem;
    border: 0;
    padding: 0;
    color: var(--auth-ink);
    background: transparent;
    font-size: 0.95rem;
    font-weight: 650;
    outline: none;
}

.auth-input::placeholder {
    color: rgba(18, 24, 38, 0.38);
}

input.auth-input {
    box-shadow: none;
}

.auth-field > .auth-input {
    display: block;
    min-height: 3.25rem;
    border: 1px solid rgba(18, 24, 38, 0.14);
    border-radius: 8px;
    padding: 0 0.95rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 14px 30px rgba(18, 24, 38, 0.05);
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        transform 160ms ease;
}

.auth-field > .auth-input:hover {
    border-color: rgba(18, 24, 38, 0.24);
}

.auth-field > .auth-input:focus {
    border-color: var(--auth-primary);
    box-shadow:
        0 0 0 4px rgba(var(--auth-primary-rgb), 0.13),
        0 16px 34px rgba(18, 24, 38, 0.08);
    transform: translateY(-1px);
}

.auth-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 1rem 0 1.25rem;
}

.auth-link {
    color: var(--auth-ink);
    font-size: 0.84rem;
    font-weight: 900;
    text-decoration: none;
}

.auth-link:hover,
.auth-link:focus-visible {
    color: var(--auth-primary);
}

.auth-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(18, 24, 38, 0.66);
    font-size: 0.88rem;
    line-height: 1;
}

.auth-switch label {
    margin: 0;
    cursor: pointer;
}

.auth-switch input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    display: inline-grid;
    place-content: center;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0;
    border: 1.5px solid rgba(18, 24, 38, 0.24);
    border-radius: 5px;
    background: rgba(18, 24, 38, 0.05);
    cursor: pointer;
}

.auth-switch input[type="checkbox"]::before {
    content: "";
    width: 0.58rem;
    height: 0.58rem;
    transform: scale(0);
    transition: transform 120ms ease;
    clip-path: polygon(14% 44%, 0 65%, 40% 100%, 100% 18%, 80% 0, 40% 62%);
    box-shadow: inset 1em 1em #ffffff;
}

.auth-switch input[type="checkbox"]:checked {
    border-color: var(--auth-primary);
    background: var(--auth-primary);
}

.auth-switch input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.auth-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    min-height: 3.25rem;
    border: 1px solid var(--auth-primary);
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--auth-primary), color-mix(in srgb, var(--auth-secondary) 42%, var(--auth-primary)));
    font-weight: 950;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.auth-button .material-symbols-rounded {
    font-size: 1.1rem;
}

.auth-button:hover,
.auth-button:focus-visible {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(var(--auth-primary-rgb), 0.22);
}

.auth-button:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.auth-button--dark {
    border-color: var(--auth-ink);
    background: var(--auth-ink);
}

.auth-button--outline {
    color: var(--auth-ink);
    border-color: rgba(18, 24, 38, 0.16);
    background: transparent;
}

.auth-button--outline:hover,
.auth-button--outline:focus-visible {
    color: var(--auth-ink);
    box-shadow: 0 14px 28px rgba(18, 24, 38, 0.1);
}

.auth-terms,
.auth-meta {
    color: rgba(18, 24, 38, 0.55);
    font-size: 0.82rem;
    line-height: 1.45;
    text-align: center;
}

.auth-terms {
    margin: 0.85rem 0 0;
}

.auth-meta {
    margin-top: 1.2rem;
}

.auth-alert {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1rem 0;
    padding: 0.8rem 0.9rem;
    border: 1px solid transparent;
    border-radius: 8px;
}

.auth-alert--success {
    color: #064e3b;
    border-color: rgba(var(--auth-secondary-rgb), 0.36);
    background: rgba(var(--auth-secondary-rgb), 0.14);
}

.auth-alert--danger {
    color: #7f1d1d;
    border-color: rgba(var(--auth-primary-rgb), 0.36);
    background: rgba(var(--auth-primary-rgb), 0.12);
}

.auth-alert__icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 8px;
    color: #ffffff;
    background: var(--auth-secondary);
    font-size: 0.75rem;
    font-weight: 950;
}

.auth-alert--danger .auth-alert__icon {
    background: var(--auth-primary);
}

.auth-alert__text {
    min-width: 0;
    font-size: 0.88rem;
    font-weight: 750;
    line-height: 1.4;
}

.auth-alert__close {
    margin-left: auto;
    border: 0;
    color: inherit;
    background: transparent;
    font-size: 1rem;
    line-height: 1;
    opacity: 0.7;
}

.auth-alert__close:hover {
    opacity: 1;
}

html[data-bs-theme="dark"] body.auth-layout {
    background:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        var(--auth-dark);
    background-size: 56px 56px;
}

html[data-bs-theme="dark"] .auth-right {
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        #08111f;
    background-size: 56px 56px;
}

html[data-bs-theme="dark"] .auth-right::before {
    background:
        linear-gradient(135deg, rgba(var(--auth-primary-rgb), 0.18), transparent 30rem),
        linear-gradient(315deg, rgba(var(--auth-secondary-rgb), 0.12), transparent 28rem);
}

html[data-bs-theme="dark"] .auth-panel__inner {
    border-color: rgba(255, 255, 255, 0.13);
    background: var(--auth-dark-panel);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

html[data-bs-theme="dark"] .theme-toggle--auth {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

html[data-bs-theme="dark"] .auth-title,
html[data-bs-theme="dark"] .auth-field label,
html[data-bs-theme="dark"] .auth-link,
html[data-bs-theme="dark"] .auth-switch,
html[data-bs-theme="dark"] .auth-demo-card strong,
html[data-bs-theme="dark"] .auth-panel .d-lg-none h5 {
    color: #ffffff;
}

html[data-bs-theme="dark"] .auth-subtitle,
html[data-bs-theme="dark"] .auth-terms,
html[data-bs-theme="dark"] .auth-meta,
html[data-bs-theme="dark"] .auth-demo-card small,
html[data-bs-theme="dark"] .auth-panel .d-lg-none p {
    color: rgba(255, 255, 255, 0.64) !important;
}

html[data-bs-theme="dark"] .auth-security-badge {
    color: color-mix(in srgb, var(--auth-secondary) 35%, #ffffff);
    border-color: rgba(var(--auth-secondary-rgb), 0.3);
    background: rgba(var(--auth-secondary-rgb), 0.13);
}

html[data-bs-theme="dark"] .auth-demo-card {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(135deg, rgba(var(--auth-primary-rgb), 0.14), rgba(var(--auth-secondary-rgb), 0.08)),
        rgba(255, 255, 255, 0.06);
}

html[data-bs-theme="dark"] .auth-input-shell {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.07);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 14px 30px rgba(0, 0, 0, 0.16);
}

html[data-bs-theme="dark"] .auth-input-shell > i {
    color: rgba(255, 255, 255, 0.5);
}

html[data-bs-theme="dark"] .auth-input {
    color: #ffffff;
}

html[data-bs-theme="dark"] .auth-field > .auth-input {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.07);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 14px 30px rgba(0, 0, 0, 0.16);
}

html[data-bs-theme="dark"] .auth-input::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

html[data-bs-theme="dark"] .auth-switch input[type="checkbox"] {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
}

html[data-bs-theme="dark"] .auth-button--outline {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.18);
}

@keyframes auth-panel-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes auth-scan {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.42;
    }
    50% {
        transform: translateY(10.4rem);
        opacity: 0.95;
    }
}

@keyframes auth-slot-glow {
    0%,
    100% {
        box-shadow: 0 14px 26px rgba(var(--auth-primary-rgb), 0.2);
    }
    50% {
        box-shadow: 0 18px 38px rgba(var(--auth-primary-rgb), 0.36);
    }
}

@keyframes auth-float-a {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes auth-float-b {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(9px);
    }
}

@keyframes auth-rail {
    0%,
    100% {
        background: rgba(255, 255, 255, 0.18);
    }
    50% {
        background: rgba(var(--auth-secondary-rgb), 0.72);
    }
}

@media (max-width: 1399.98px) {
    .auth-left__product {
        left: 3.5rem;
        right: 3.5rem;
    }

    .auth-visual {
        right: 3rem;
        width: min(31rem, 48vw);
    }
}

@media (max-width: 1199.98px) {
    .auth-left__product h1 {
        font-size: 2.55rem;
    }

    .auth-visual {
        right: 2rem;
        bottom: 7.5rem;
        width: min(29rem, 50vw);
    }
}

@media (max-width: 991.98px) {
    .auth-right {
        min-height: 100vh;
        border-left: 0;
    }

    .auth-panel {
        max-width: 32rem;
        padding: 1rem;
    }

    .auth-panel__inner {
        padding: 1.45rem;
    }

    .auth-title {
        font-size: 1.92rem;
    }
}

@media (max-width: 575.98px) {
    .auth-panel {
        padding: 0.85rem;
    }

    .auth-panel__inner {
        padding: 1.2rem;
    }

    .auth-panel__toolbar {
        margin-bottom: 1rem;
    }

    .auth-security-badge {
        font-size: 0.7rem;
    }

    .auth-title {
        font-size: 1.72rem;
    }

    .auth-subtitle {
        font-size: 0.9rem;
    }

    .auth-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
    }

    .auth-demo-card {
        align-items: flex-start;
    }
}

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