.ea-auth-layout {
    --ea-auth-copy: rgba(240, 244, 255, 0.92);
    --ea-auth-muted: rgba(198, 210, 230, 0.68);
    --ea-auth-blue: #7cc4ff;
    --ea-auth-blue-strong: #3a8bff;
    --ea-auth-gold: #ffcc4d;
    --ea-auth-gold-strong: #ffb400;
    --ea-auth-panel: rgba(8, 12, 18, 0.92);
    --ea-auth-panel-strong: rgba(5, 8, 12, 0.98);
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 20%, rgba(255, 206, 92, 0.18), transparent 24%),
        radial-gradient(circle at 82% 14%, rgba(95, 169, 255, 0.2), transparent 28%),
        linear-gradient(180deg, rgba(3, 6, 10, 0.92) 0%, rgba(5, 8, 13, 0.96) 46%, rgba(4, 6, 10, 0.99) 100%),
        url("/assets/img/background-waves.webp") center center / cover no-repeat;
    color: var(--ea-auth-copy);
}

.ea-auth-layout::before,
.ea-auth-layout::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.ea-auth-layout::before {
    z-index: 0;
    background:
        linear-gradient(118deg, rgba(255, 189, 58, 0.12), transparent 32%, rgba(79, 151, 255, 0.14) 68%, rgba(255, 255, 255, 0.03) 100%),
        radial-gradient(circle at 55% 30%, rgba(121, 177, 255, 0.12), transparent 42%);
    mix-blend-mode: screen;
}

.ea-auth-layout::after {
    z-index: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 7rem 7rem;
    -webkit-mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82) 18%, rgba(0, 0, 0, 0.58) 100%);
    mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82) 18%, rgba(0, 0, 0, 0.58) 100%);
    opacity: 0.25;
}

.ea-auth-layout__aurora {
    position: absolute;
    z-index: 1;
    width: 34rem;
    height: 34rem;
    border-radius: 999px;
    filter: blur(80px);
    opacity: 0.52;
    pointer-events: none;
    animation: ea-auth-drift 14s ease-in-out infinite;
}

.ea-auth-layout__aurora--left {
    left: -10rem;
    top: 5rem;
    background: radial-gradient(circle, rgba(255, 205, 82, 0.42) 0%, rgba(255, 205, 82, 0) 70%);
}

.ea-auth-layout__aurora--right {
    right: -12rem;
    top: 4rem;
    background: radial-gradient(circle, rgba(94, 164, 255, 0.4) 0%, rgba(94, 164, 255, 0) 70%);
    animation-delay: -4s;
}

.ea-auth-layout__header {
    position: relative;
    z-index: 3;
    padding-top: 0.8rem;
}

.ea-auth-layout__header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.ea-auth-layout__header-group {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.ea-auth-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    color: #fff;
    text-decoration: none;
}

.ea-auth-brand-link__logo {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    filter: drop-shadow(0 0.6rem 1.4rem rgba(0, 0, 0, 0.34));
}

.ea-auth-brand-link__text {
    font-family: "Sora", sans-serif;
    font-size: 1.55rem;
    font-weight: 600;
    letter-spacing: -0.055em;
}

.ea-auth-brand-link__text span {
    color: var(--ea-auth-gold);
}

.ea-auth-layout__nav,
.ea-auth-layout__actions {
    display: flex;
    align-items: center;
}

.ea-auth-layout__nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.35rem;
}

.ea-auth-layout__nav a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    color: rgba(228, 235, 248, 0.72);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.ea-auth-layout__nav a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-1px);
}

.ea-auth-layout__actions {
    gap: 0.55rem;
}

.ea-auth-header-action {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.45rem;
    padding: 0.58rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(7, 12, 20, 0.55);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    color: rgba(236, 241, 250, 0.86);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.ea-auth-header-action:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(13, 20, 32, 0.74);
    color: #fff;
}

.ea-auth-header-action--active {
    border-color: rgba(255, 205, 89, 0.38);
    background:
        linear-gradient(180deg, rgba(70, 131, 227, 0.34), rgba(15, 27, 48, 0.9)),
        rgba(10, 15, 24, 0.72);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0.85rem 2rem rgba(12, 38, 77, 0.22);
}

.ea-auth-layout__main {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: clamp(4.8rem, 7vw, 5.5rem) 1.25rem 2rem;
}

.ea-auth-layout__footer {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.95rem;
    padding: 0 1.25rem 1.6rem;
    color: rgba(217, 226, 241, 0.48);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.82rem;
    letter-spacing: -0.02em;
}

.ea-auth-layout__footer a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ea-auth-layout__footer a:hover {
    color: rgba(255, 255, 255, 0.82);
}

.ea-auth-layout__footer-divider {
    width: 1px;
    height: 0.8rem;
    background: rgba(255, 255, 255, 0.16);
}

.ea-auth-login-stage {
    width: min(100%, 78rem);
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 29rem);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
}

.ea-auth-login-showcase {
    position: relative;
    order: 1;
    display: grid;
    gap: 1rem;
    max-width: 46rem;
}

.ea-auth-login-showcase::before {
    content: "";
    position: absolute;
    left: -3rem;
    bottom: 2.5rem;
    width: 18rem;
    height: 18rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(77, 149, 255, 0.22) 0%, rgba(77, 149, 255, 0) 72%);
    filter: blur(18px);
    pointer-events: none;
}

.ea-auth-login-showcase__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: rgba(168, 205, 255, 0.94);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ea-auth-login-showcase__eyebrow::before {
    content: "";
    width: 2.6rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(124, 196, 255, 0), rgba(124, 196, 255, 1));
}

.ea-auth-login-showcase__brand {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ea-auth-login-showcase__brand-logo {
    width: clamp(3.6rem, 6vw, 4.35rem);
    height: clamp(3.6rem, 6vw, 4.35rem);
    object-fit: contain;
    filter: drop-shadow(0 1rem 2rem rgba(0, 0, 0, 0.32));
}

.ea-auth-login-showcase__brand-copy {
    display: grid;
    gap: 0.35rem;
}

.ea-auth-login-showcase__brand-name {
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 600;
    letter-spacing: -0.065em;
    line-height: 0.95;
}

.ea-auth-login-showcase__brand-name span {
    color: var(--ea-auth-gold);
}

.ea-auth-login-showcase__brand-text {
    margin: 0;
    max-width: 32rem;
    color: var(--ea-auth-muted);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.98rem;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.ea-auth-login-showcase__headline {
    margin: 0;
    max-width: 12ch;
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: clamp(2.5rem, 6vw, 4.65rem);
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: -0.07em;
}

.ea-auth-login-showcase__headline span {
    display: block;
    color: var(--ea-auth-gold);
}

.ea-auth-login-showcase__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.ea-auth-login-showcase__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.35rem;
    padding: 0.55rem 0.82rem;
    border: 1px solid rgba(132, 178, 255, 0.16);
    border-radius: 999px;
    background: rgba(10, 15, 24, 0.68);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    color: rgba(234, 240, 249, 0.9);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.ea-auth-login-showcase__chip i {
    color: var(--ea-auth-gold);
}

.ea-auth-login-showcase__preview {
    position: relative;
    margin: 1rem 0 0;
    padding: 0.95rem;
    border: 1px solid rgba(130, 178, 255, 0.18);
    border-radius: 1.6rem;
    background:
        linear-gradient(180deg, rgba(7, 11, 17, 0.9), rgba(8, 11, 16, 0.96)),
        rgba(8, 11, 16, 0.92);
    box-shadow:
        0 1.4rem 4rem rgba(0, 0, 0, 0.34),
        inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.ea-auth-login-showcase__preview::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    right: 1.25rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 203, 82, 0), rgba(255, 203, 82, 0.48), rgba(124, 196, 255, 0.82), rgba(124, 196, 255, 0));
    pointer-events: none;
}

.ea-auth-login-showcase__preview img {
    display: block;
    width: 100%;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.28);
}

.ea-auth-login-showcase__preview-caption {
    display: grid;
    gap: 0.25rem;
    margin-top: 0.9rem;
}

.ea-auth-login-showcase__preview-title {
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: 1.02rem;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.ea-auth-login-showcase__preview-text {
    color: var(--ea-auth-muted);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.9rem;
    line-height: 1.45;
    letter-spacing: -0.02em;
}

.ea-auth-shell {
    width: min(100%, 30rem);
    display: grid;
    gap: 1rem;
}

.ea-auth-shell--login-page {
    order: 2;
    justify-self: end;
}

.ea-auth-shell__card {
    position: relative;
    border-radius: 1.6rem;
    padding: 1px;
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.18), rgba(124, 196, 255, 0.14) 24%, rgba(255, 205, 90, 0.28) 68%, rgba(255, 255, 255, 0.08) 100%);
    box-shadow:
        0 1.2rem 4rem rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.03);
    animation: ea-auth-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.ea-auth-shell__card::before,
.ea-auth-shell__card::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.ea-auth-shell__card::before {
    top: -5rem;
    right: -4.25rem;
    width: 18rem;
    height: 20rem;
    background: radial-gradient(circle at top, rgba(92, 164, 255, 0.26), rgba(92, 164, 255, 0) 72%);
    filter: blur(12px);
}

.ea-auth-shell__card::after {
    right: 1.75rem;
    bottom: -1.6rem;
    width: 11rem;
    height: 2px;
    background: linear-gradient(90deg, rgba(74, 125, 214, 0.18), rgba(255, 202, 88, 0.92));
    box-shadow:
        0 0 22px rgba(80, 152, 255, 0.22),
        0 0 18px rgba(255, 202, 88, 0.22);
}

.ea-auth-shell__panel {
    position: relative;
    overflow: hidden;
    min-height: 29.5rem;
    border-radius: calc(1.6rem - 1px);
    padding: clamp(1.35rem, 3vw, 2rem);
    background:
        linear-gradient(180deg, var(--ea-auth-panel) 0%, var(--ea-auth-panel-strong) 100%),
        radial-gradient(circle at 0% 100%, rgba(255, 194, 70, 0.16), rgba(255, 194, 70, 0) 38%),
        radial-gradient(circle at 100% 0%, rgba(104, 175, 255, 0.16), rgba(104, 175, 255, 0) 28%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0 2px, rgba(255, 255, 255, 0) 2px 16px);
}

.ea-auth-shell__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 14%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0) 22%, rgba(124, 196, 255, 0.06) 76%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.95;
    pointer-events: none;
}

.ea-auth-shell__panel::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: calc(1.6rem - 2px);
    border: 1px solid rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.ea-auth-shell__brand,
.ea-auth-shell__content {
    position: relative;
    z-index: 1;
}

.ea-auth-shell__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.ea-auth-shell__brand-icon {
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 0.75rem;
    object-fit: cover;
    box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.34);
}

.ea-auth-shell__brand-name {
    color: rgba(237, 241, 249, 0.76);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.ea-auth-shell__content {
    margin-top: 1.05rem;
}

.ea-auth-shell__title {
    margin: 0;
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: clamp(2.05rem, 5vw, 2.55rem);
    font-weight: 600;
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.ea-auth-shell__description {
    margin: 0.85rem 0 0;
    color: var(--ea-auth-muted);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.98rem;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.ea-auth-shell__helper {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    color: rgba(218, 225, 239, 0.5);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.92rem;
    letter-spacing: -0.02em;
}

.ea-auth-shell__helper a {
    color: rgba(255, 208, 96, 0.92);
    text-decoration: none;
    transition: color 0.2s ease;
}

.ea-auth-shell__helper a:hover {
    color: #fff;
}

.ea-auth-shell--register .ea-auth-shell__panel {
    min-height: 35rem;
}

.ea-auth-form {
    display: grid;
    gap: 1rem;
    margin-top: 1.7rem;
}

.ea-auth-form--register {
    margin-top: 1.35rem;
}

.ea-auth-field {
    display: grid;
    gap: 0.45rem;
}

.ea-auth-label {
    color: rgba(220, 228, 241, 0.68);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.ea-auth-input,
.ea-auth-input:focus {
    height: 2.8rem;
    border: 1px solid rgba(132, 178, 255, 0.14);
    border-radius: 0.72rem;
    background: rgba(6, 10, 16, 0.96);
    color: #f8fbff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.98rem;
    letter-spacing: -0.02em;
    box-shadow: none;
}

.ea-auth-input::placeholder {
    color: rgba(224, 230, 240, 0.22);
}

.ea-auth-input:focus {
    border-color: rgba(255, 205, 89, 0.24);
    box-shadow:
        0 0 0 0.2rem rgba(86, 149, 255, 0.16),
        inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.ea-auth-alert {
    padding: 0.8rem 0.95rem;
    border: 1px solid rgba(255, 142, 115, 0.26);
    border-radius: 0.78rem;
    background: rgba(58, 19, 13, 0.52);
    color: #ffd2c6;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.9rem;
    line-height: 1.4;
}

.ea-auth-form__submit {
    margin-top: 0.45rem;
}

.ea-auth-primary-button,
.ea-auth-primary-button:hover,
.ea-auth-primary-button:focus-visible {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    min-height: 2.9rem;
    padding: 0.75rem 1.2rem;
    border: 1px solid rgba(255, 214, 113, 0.5);
    border-radius: 999px;
    background:
        radial-gradient(circle at 82% 52%, rgba(255, 222, 130, 0.96), rgba(255, 222, 130, 0) 22%),
        linear-gradient(180deg, #9dceff 0%, #5d99ff 58%, #4478da 100%);
    color: #07111d;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        0 0.95rem 2.4rem rgba(39, 95, 186, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.ea-auth-primary-button::before {
    content: "";
    position: absolute;
    inset: -25% auto -25% -15%;
    width: 10rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 243, 201, 0.88), rgba(255, 255, 255, 0));
    transform: translateX(-135%) skewX(-20deg);
    opacity: 0.75;
    animation: ea-auth-sheen 5.8s ease-in-out infinite;
}

.ea-auth-primary-button:hover,
.ea-auth-primary-button:focus-visible {
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        0 1.1rem 2.8rem rgba(39, 95, 186, 0.34);
    filter: brightness(1.03);
}

.ea-auth-primary-button__label,
.ea-auth-primary-button__spinner {
    position: relative;
    z-index: 1;
}

.ea-auth-primary-button__spinner {
    width: 0.9rem;
    height: 0.9rem;
    border-width: 0.13rem;
}

.ea-auth-divider {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 0.15rem;
    color: rgba(210, 221, 240, 0.4);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ea-auth-divider::before,
.ea-auth-divider::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
}

.ea-auth-divider::before {
    background: linear-gradient(90deg, rgba(72, 106, 165, 0.92), rgba(41, 45, 53, 0.72));
}

.ea-auth-divider::after {
    background: linear-gradient(90deg, rgba(41, 45, 53, 0.72), rgba(255, 202, 88, 0.55));
}

.ea-auth-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.ea-auth-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 2.75rem;
    padding: 0.72rem 0.88rem;
    border-radius: 0.82rem;
    background: rgba(11, 16, 26, 0.72);
    box-shadow: inset 0 0 0 1px rgba(132, 178, 255, 0.12);
    color: rgba(242, 246, 251, 0.88);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ea-auth-secondary-button:hover {
    transform: translateY(-1px);
    background: rgba(14, 21, 33, 0.86);
    box-shadow:
        inset 0 0 0 1px rgba(161, 199, 255, 0.18),
        0 0.85rem 2rem rgba(0, 0, 0, 0.18);
    color: #fff;
}

.ea-auth-secondary-button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 0.55rem;
    background: rgba(255, 205, 89, 0.08);
    color: rgba(255, 210, 102, 0.96);
    font-size: 0.9rem;
}

.ea-auth-secondary-button__label {
    line-height: 1;
}

.ea-auth-validation {
    margin: 0;
    color: #ffc5b2;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.82rem;
    letter-spacing: -0.02em;
}

@keyframes ea-auth-rise {
    from {
        opacity: 0;
        transform: translateY(14px) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes ea-auth-sheen {
    0%,
    66%,
    100% {
        transform: translateX(-135%) skewX(-20deg);
    }

    18%,
    34% {
        transform: translateX(230%) skewX(-20deg);
    }
}

@keyframes ea-auth-drift {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(1rem, -0.85rem, 0);
    }
}

@media (max-width: 1199.98px) {
    .ea-auth-login-stage {
        grid-template-columns: minmax(0, 1fr) minmax(21rem, 27rem);
        gap: 2rem;
    }
}

@media (max-width: 991.98px) {
    .ea-auth-layout__header-inner,
    .ea-auth-layout__header-group {
        flex-wrap: wrap;
    }

    .ea-auth-layout__header-group {
        justify-content: flex-end;
        width: 100%;
    }

    .ea-auth-layout__nav {
        display: none;
    }

    .ea-auth-layout__main {
        align-items: flex-start;
        min-height: 100vh;
        padding-top: 5.5rem;
    }

    .ea-auth-login-stage {
        grid-template-columns: 1fr;
    }

    .ea-auth-shell--login-page {
        order: 1;
        justify-self: center;
    }

    .ea-auth-login-showcase {
        order: 2;
        max-width: 38rem;
    }

    .ea-auth-login-showcase__headline {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .ea-auth-layout__header {
        padding-top: 0.55rem;
    }

    .ea-auth-layout__actions {
        flex-wrap: wrap;
    }

    .ea-auth-layout__footer {
        flex-wrap: wrap;
        gap: 0.6rem 0.95rem;
        padding-bottom: 1.35rem;
    }

    .ea-auth-shell__panel,
    .ea-auth-shell--register .ea-auth-shell__panel {
        min-height: auto;
        padding: 1.25rem;
    }

    .ea-auth-shell__title {
        font-size: 1.9rem;
    }

    .ea-auth-login-showcase__brand {
        align-items: flex-start;
    }

    .ea-auth-login-showcase__preview {
        padding: 0.8rem;
    }
}

@media (max-width: 575.98px) {
    .ea-auth-brand-link__text {
        font-size: 1.3rem;
    }

    .ea-auth-layout__actions {
        width: 100%;
    }

    .ea-auth-header-action {
        flex: 1 1 auto;
        justify-content: center;
    }

    .ea-auth-shell {
        width: 100%;
    }

    .ea-auth-action-grid {
        grid-template-columns: 1fr;
    }

    .ea-auth-shell__helper {
        flex-wrap: wrap;
    }

    .ea-auth-login-showcase__brand {
        flex-direction: column;
        gap: 0.75rem;
    }

    .ea-auth-login-showcase__chips {
        gap: 0.55rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ea-auth-layout__aurora,
    .ea-auth-shell__card,
    .ea-auth-primary-button::before {
        animation: none;
    }

    .ea-auth-layout__nav a,
    .ea-auth-header-action,
    .ea-auth-primary-button,
    .ea-auth-secondary-button {
        transition: none;
    }
}
