.early-access-page {
    --ea-bg: #050505;
    --ea-bg-soft: #0b0b0b;
    --ea-panel: #121212;
    --ea-panel-2: #181818;
    --ea-gold: #d4af37;
    --ea-gold-2: #f5c542;
    --ea-text: #ffffff;
    --ea-muted: #b8b8b8;
    --ea-line: rgba(212, 175, 55, .25);
    margin: 0 calc(50% - 50vw);
    color: var(--ea-text);
    background:
        radial-gradient(circle at 18% 10%, rgba(245, 197, 66, .14), transparent 28rem),
        radial-gradient(circle at 85% 8%, rgba(212, 175, 55, .10), transparent 26rem),
        linear-gradient(180deg, #050505 0%, #080808 48%, #050505 100%);
    overflow: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
canvas {
    max-width: 100%;
    height: auto;
}

.page-shell {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.public-member-access {
    min-height: calc(100vh - 98px);
    display: flex;
    align-items: center;
    padding: clamp(32px, 7vw, 88px) 0;
    color: #f8fafc;
}

.public-member-access__inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
    gap: clamp(24px, 5vw, 64px);
    align-items: center;
}

.public-member-access__brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 14px;
    border: 1px solid rgba(245, 200, 76, 0.32);
    border-radius: 999px;
    background: rgba(245, 200, 76, 0.08);
    color: #f8fafc;
    font-weight: 800;
    margin-bottom: 28px;
}

.public-member-access__logo {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #05070d;
    color: #f5c84c;
    overflow: hidden;
}

.public-member-access__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.public-member-access__kicker {
    margin: 0 0 12px;
    color: #f5c84c;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.public-member-access h1 {
    max-width: 760px;
    margin: 0;
    color: #fffaf0;
    font-size: clamp(2.35rem, 6vw, 5.6rem);
    font-weight: 900;
    line-height: 0.98;
}

.public-member-access__subtitle {
    max-width: 780px;
    margin: 24px 0 0;
    color: #cbd5e1;
    font-size: clamp(1rem, 2vw, 1.35rem);
    line-height: 1.7;
}

.public-member-access__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.public-member-access__panel {
    border: 1px solid rgba(245, 200, 76, 0.2);
    border-radius: 24px;
    background: linear-gradient(160deg, rgba(15, 23, 42, 0.94), rgba(7, 10, 18, 0.98));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    padding: 18px;
}

.public-member-access__panel article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(2, 6, 23, 0.54);
}

.public-member-access__panel article + article {
    margin-top: 12px;
}

.public-member-access__panel i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(245, 200, 76, 0.12);
    color: #f5c84c;
}

.public-member-access__panel strong {
    display: block;
    color: #f8fafc;
    font-size: 1rem;
}

.public-member-access__panel span {
    display: block;
    margin-top: 3px;
    color: #94a3b8;
    font-size: 0.92rem;
    line-height: 1.45;
}

@media (max-width: 768px) {
    .public-member-access {
        align-items: flex-start;
        min-height: auto;
        padding: 26px 0 42px;
    }

    .public-member-access__inner {
        width: min(100% - 28px, 520px);
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .public-member-access__brand {
        margin-bottom: 20px;
    }

    .public-member-access h1 {
        font-size: clamp(2.15rem, 14vw, 3.25rem);
        line-height: 1.03;
    }

    .public-member-access__subtitle {
        margin-top: 16px;
        font-size: 1rem;
        line-height: 1.6;
    }

    .public-member-access__actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 22px;
    }

    .public-member-access__actions .btn {
        width: 100%;
        min-height: 48px;
    }

    .public-member-access__panel {
        border-radius: 18px;
        padding: 12px;
    }

    .public-member-access__panel article {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 13px;
        border-radius: 14px;
    }

    .public-member-access__panel i {
        width: 40px;
        height: 40px;
        border-radius: 14px;
    }
}

.public-nav {
    position: sticky;
    top: 0;
    z-index: 1040;
    width: 100%;
    margin: 0;
    padding: 14px max(20px, calc((100vw - 1200px) / 2));
    min-height: 72px;
    border-bottom: 1px solid rgba(212, 175, 55, .16);
    background: rgba(5, 5, 5, .88);
    backdrop-filter: blur(18px);
    box-sizing: border-box;
}

.public-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 850;
    min-width: 0;
    white-space: nowrap;
}

.public-brand-logo {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(245, 197, 66, .32);
    background: rgba(255, 255, 255, .04);
    overflow: hidden;
}

.public-brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.public-nav .links {
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.public-nav-link,
.public-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 12px;
    border-radius: 999px;
    color: #d9d9d9 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.public-nav-link:hover,
.public-nav-link.is-active {
    color: #f5c542 !important;
    background: rgba(212, 175, 55, .10);
}

.public-nav-cta {
    margin-left: 6px;
    padding-inline: 17px;
    background: linear-gradient(135deg, #f5c542, #d4af37);
    color: #151007 !important;
    box-shadow: 0 12px 28px rgba(212, 175, 55, .18);
}

.public-nav-cta:hover {
    transform: translateY(-1px);
}

.public-hero-clean {
    min-height: calc(100vh - 72px);
    padding: clamp(56px, 10vw, 110px) max(20px, calc((100vw - 1200px) / 2));
    border-bottom: 1px solid rgba(212, 175, 55, .16);
    background:
        radial-gradient(circle at 15% 20%, rgba(245, 197, 66, .12), transparent 25rem),
        radial-gradient(circle at 85% 12%, rgba(212, 175, 55, .08), transparent 26rem),
        linear-gradient(180deg, #050505 0%, #090909 100%);
}

.public-hero-clean > div {
    max-width: 820px;
}

.public-flow-note {
    display: grid;
    gap: 4px;
    width: min(100%, 680px);
    margin-top: 10px;
    padding: 14px 16px;
    border: 1px solid rgba(212, 175, 55, .20);
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
}

.public-flow-note strong {
    color: #f5c542;
}

.public-flow-note span {
    color: #d7d0c0;
}

.public-menu-toggle {
    display: none;
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(212, 175, 55, .26);
    border-radius: 14px;
    background: rgba(255, 255, 255, .04);
    color: #fff;
    cursor: pointer;
    touch-action: manipulation;
}

.public-menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    border-radius: 999px;
    background: #f5c542;
    pointer-events: none;
}

.early-access-page * {
    letter-spacing: 0;
}

.ea-container {
    width: min(1200px, calc(100% - clamp(24px, 4vw, 40px)));
    margin: 0 auto;
    min-width: 0;
}

.ea-section {
    padding: clamp(54px, 7vw, 88px) 0;
}

.ea-section-head {
    max-width: 760px;
    margin-bottom: 28px;
}

.ea-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--ea-gold-2);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.ea-kicker::before {
    content: "";
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--ea-gold-2));
}

.ea-title {
    margin: 0;
    font-size: clamp(34px, 5vw, 60px);
    font-weight: 900;
    line-height: 1.02;
}

.ea-subtitle {
    margin: 18px 0 0;
    color: var(--ea-muted);
    font-size: 16px;
    line-height: 1.7;
}

.ea-hero-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
    width: 100%;
    max-width: 610px;
    margin: 22px 0 0;
}

.ea-hero-points span {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid rgba(212, 175, 55, .22);
    border-radius: 999px;
    background: rgba(212, 175, 55, .08);
    color: #f7f1df;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.ea-hero-points span::before {
    content: "";
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    margin-right: 9px;
    border-radius: 999px;
    background: var(--ea-gold-2);
    box-shadow: 0 0 12px rgba(212, 175, 55, .45);
}

.ea-hero {
    position: relative;
    min-height: auto;
    display: grid;
    align-items: center;
    padding: clamp(40px, 7vw, 64px) 0;
    border-bottom: 1px solid rgba(212, 175, 55, .16);
}

.ea-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, rgba(5, 5, 5, .94) 0%, rgba(5, 5, 5, .76) 52%, rgba(5, 5, 5, .92) 100%),
        repeating-linear-gradient(90deg, rgba(212, 175, 55, .05) 0 1px, transparent 1px 120px);
    pointer-events: none;
}

.ea-hero > .ea-container {
    position: relative;
    z-index: 1;
}

.ea-hero h1 {
    max-width: 720px;
}

.ea-hero-copy {
    max-width: 820px;
    position: relative;
    z-index: 2;
}

.ea-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.ea-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.ea-button:hover {
    transform: translateY(-1px);
}

.ea-button-primary {
    background: linear-gradient(135deg, var(--ea-gold-2), var(--ea-gold));
    color: #151007 !important;
    box-shadow: 0 14px 32px rgba(212, 175, 55, .2);
}

.ea-button-outline {
    color: var(--ea-text) !important;
    border-color: var(--ea-line);
    background: rgba(255, 255, 255, .03);
}

.ea-trust-note {
    width: 100%;
    max-width: 610px;
    margin-top: 18px;
    color: #cfc7b2;
    font-size: 13px;
    line-height: 1.6;
}

.ea-banner-showcase {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 40px;
    border: 1px solid rgba(212, 175, 55, .28);
    border-radius: 22px;
    background: rgba(255, 255, 255, .035);
    box-shadow: 0 22px 62px rgba(0, 0, 0, .38);
    overflow: hidden;
}

.ea-countdown-section {
    padding: 30px 0 0;
}

.ea-countdown-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 22px;
    align-items: center;
    padding: 24px;
    border: 1px solid rgba(212, 175, 55, .28);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(245, 197, 66, .12), transparent 42%),
        rgba(255, 255, 255, .04);
    box-shadow: 0 20px 55px rgba(0, 0, 0, .28);
}

.ea-countdown-card h2 {
    margin: 0;
    font-size: clamp(24px, 4vw, 38px);
    font-weight: 900;
}

.ea-countdown-card p {
    margin: 8px 0 0;
    color: var(--ea-muted);
}

.ea-countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.ea-countdown-grid div,
.ea-launch-status {
    min-height: 84px;
    display: grid;
    place-items: center;
    text-align: center;
    border: 1px solid rgba(212, 175, 55, .23);
    border-radius: 16px;
    background: rgba(0, 0, 0, .32);
}

.ea-countdown-grid strong {
    color: var(--ea-gold-2);
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1;
    font-weight: 900;
}

.ea-countdown-grid span {
    color: var(--ea-muted);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
}

.ea-avail-list-section {
    padding-top: 54px;
}

.ea-avail-count {
    display: inline-flex;
    margin-top: 14px;
    padding: 8px 12px;
    border: 1px solid rgba(212, 175, 55, .26);
    border-radius: 999px;
    background: rgba(212, 175, 55, .08);
    color: var(--ea-gold-2);
    font-size: 13px;
    font-weight: 850;
}

.ea-avail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
}

.ea-avail-card {
    width: 100%;
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid rgba(212, 175, 55, .23);
    border-radius: 16px;
    background: rgba(255, 255, 255, .035);
}

.ea-avail-card strong,
.ea-avail-card span {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
}

.ea-avail-card strong {
    color: #f7f1df;
    font-size: 15px;
    font-weight: 850;
}

.ea-avail-card span {
    margin-top: 4px;
    color: var(--ea-muted);
    font-size: 13px;
}

.ea-launch-status {
    color: var(--ea-gold-2);
    font-weight: 900;
    padding: 16px;
}

.ea-advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ea-advantage-card p {
    margin: 0;
    color: #e9e4d5;
    line-height: 1.65;
}

.ea-form fieldset:disabled {
    opacity: .48;
}

.ea-form fieldset:disabled input,
.ea-form fieldset:disabled select,
.ea-form fieldset:disabled textarea,
.ea-form fieldset:disabled button {
    cursor: not-allowed;
}

.ea-banner-showcase img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.ea-card p,
.ea-step p,
.ea-form-help,
.ea-footer p,
.ea-faq p {
    color: var(--ea-muted);
}

.ea-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ea-card,
.ea-package-card,
.ea-payment-card,
.ea-form-panel,
.ea-success-card,
.ea-faq-item {
    width: 100%;
    min-width: 0;
    border: 1px solid var(--ea-line);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)), var(--ea-panel);
    box-shadow: 0 16px 46px rgba(0, 0, 0, .24);
}

.ea-card {
    padding: 24px;
    min-height: clamp(140px, 16vw, 170px);
    transition: transform .18s ease, border-color .18s ease;
}

.ea-card:hover,
.ea-package-card:hover,
.ea-payment-card:hover {
    transform: translateY(-2px);
    border-color: rgba(245, 197, 66, .42);
}

.ea-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    border-radius: 14px;
    background: rgba(212, 175, 55, .12);
    color: var(--ea-gold-2);
    font-weight: 900;
}

.ea-card h3,
.ea-step h3,
.ea-package-card h3,
.ea-payment-card h3,
.ea-form-panel h3,
.ea-faq-item h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 850;
}

.ea-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 16px;
}

.ea-step {
    position: relative;
    padding: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .08);
}

.ea-step-number {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--ea-gold);
    color: #151007;
    font-weight: 900;
}

.ea-registration-shell {
    border-top: 1px solid rgba(212, 175, 55, .14);
    border-bottom: 1px solid rgba(212, 175, 55, .14);
    background:
        radial-gradient(circle at 85% 0, rgba(212, 175, 55, .11), transparent 26rem),
        #080808;
}

.ea-form {
    display: grid;
    gap: 22px;
}

.ea-form-panel {
    padding: 28px;
}

.ea-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ea-form-panel label.form-label,
.ea-check-label {
    color: #f2eee2;
    font-size: 14px;
    font-weight: 750;
}

.ea-form .form-control,
.ea-form .form-select {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    border-radius: 14px;
    border-color: rgba(212, 175, 55, .20);
    background: rgba(0, 0, 0, .28);
    color: var(--ea-text);
}

.ea-form textarea.form-control {
    min-height: 118px;
    width: 100%;
    max-width: 100%;
}

.ea-form .form-control:focus,
.ea-form .form-select:focus {
    border-color: var(--ea-gold-2);
    box-shadow: 0 0 0 .18rem rgba(245, 197, 66, .14);
}

.ea-form .form-select option {
    background: #111;
    color: #fff;
}

.ea-form-help {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.5;
}

.ea-plan-grid,
.ea-payment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.ea-package-card,
.ea-payment-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 24px;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.ea-package-card input,
.ea-payment-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ea-package-card:has(input:checked),
.ea-payment-card:has(input:checked) {
    border-color: var(--ea-gold-2);
    background: linear-gradient(180deg, rgba(212, 175, 55, .12), rgba(255, 255, 255, .025)), var(--ea-panel);
}

.ea-price {
    margin: 12px 0 14px;
    color: var(--ea-gold-2);
    font-size: 30px;
    font-weight: 900;
}

.ea-benefits {
    margin: 14px 0;
    padding-left: 18px;
    color: #d8d8d8;
    font-size: 14px;
    line-height: 1.65;
}

.ea-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.ea-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 25px;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, .26);
    background: rgba(212, 175, 55, .10);
    color: var(--ea-gold-2);
    font-size: 12px;
    font-weight: 800;
}

.ea-badge-neutral {
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
    color: #e5e5e5;
}

.ea-select-pill {
    margin-top: 18px;
    border-radius: 999px;
    border: 1px solid var(--ea-line);
    padding: 11px 14px;
    text-align: center;
    font-weight: 850;
    color: #fff;
}

.ea-package-card:has(input:checked) .ea-select-pill {
    background: var(--ea-gold);
    color: #151007;
}

.ea-summary {
    margin-top: 18px;
    padding: 18px;
    border-radius: 16px;
    border: 1px dashed rgba(212, 175, 55, .36);
    background: rgba(212, 175, 55, .07);
}

.ea-payment-card {
    cursor: pointer;
}

.ea-payment-compact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(160px, 260px);
    gap: 18px;
    align-items: start;
}

.ea-payment-control {
    min-width: 0;
}

.ea-selected-payment {
    margin-top: 14px;
    padding: 16px;
    border: 1px solid rgba(212, 175, 55, .22);
    border-radius: 16px;
    background: rgba(255, 255, 255, .035);
}

.ea-selected-payment-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.ea-selected-qr {
    display: grid;
    justify-items: center;
    gap: 10px;
}

.ea-qr-button {
    border: 0;
    cursor: pointer;
}

.ea-view-qr-button {
    min-height: 38px;
    padding: 9px 15px;
    font-size: 13px;
}

.ea-qr-frame {
    display: grid;
    place-items: center;
    width: min(100%, 240px);
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid rgba(212, 175, 55, .25);
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
}

.ea-qr-frame img {
    width: clamp(150px, 22vw, 220px);
    height: auto;
    max-height: 220px;
    object-fit: contain;
    border-radius: 10px;
}

.ea-qr-empty {
    display: grid;
    place-items: center;
    width: min(100%, 260px);
    min-height: 150px;
    padding: 16px;
    border: 1px dashed rgba(212, 175, 55, .28);
    border-radius: 14px;
    color: #d8cfb8;
    background: rgba(255, 255, 255, .035);
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.ea-qr-empty-compact {
    min-height: 132px;
}

.ea-payment-fields {
    margin-top: 16px;
}

.ea-account-box {
    padding: 13px;
    border-radius: 14px;
    background: rgba(0, 0, 0, .24);
    color: #f4f0e8;
    font-size: 14px;
    word-break: break-word;
}

.ea-account-box-masked {
    border: 1px solid rgba(212, 175, 55, .18);
    color: #d8cfb8;
}

.ea-upload-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
    gap: 18px;
    align-items: start;
}

.ea-upload-preview {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 220px;
    border-radius: 18px;
    border: 1px dashed rgba(212, 175, 55, .34);
    background: rgba(255, 255, 255, .035);
    color: var(--ea-muted);
    overflow: hidden;
    text-align: center;
}

.ea-upload-preview-compact {
    min-height: 120px;
    max-width: 100%;
    padding: 12px;
    font-size: 13px;
}

.ea-upload-preview img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    background: #070707;
}

.ea-upload-preview-compact img {
    height: 180px;
}

.ea-alert {
    border: 1px solid rgba(220, 53, 69, .35);
    border-radius: 18px;
    background: rgba(220, 53, 69, .10);
    color: #ffd7dc;
}

.ea-check-panel {
    padding: 18px;
    border-radius: 16px;
    border: 1px solid rgba(212, 175, 55, .25);
    background: rgba(255, 255, 255, .035);
}

.ea-faq-item {
    padding: 0;
    overflow: hidden;
}

.ea-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ea-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    cursor: pointer;
    color: var(--ea-text);
    font-size: 16px;
    font-weight: 850;
    list-style: none;
}

.ea-faq-item summary::-webkit-details-marker {
    display: none;
}

.ea-faq-item summary::after {
    content: "+";
    color: var(--ea-gold-2);
    font-size: 20px;
    line-height: 1;
}

.ea-faq-item[open] summary::after {
    content: "-";
}

.ea-faq-item p {
    margin: 0;
    padding: 0 20px 18px;
}

.ea-footer {
    padding: 44px 0 54px;
    border-top: 1px solid rgba(212, 175, 55, .16);
    background: #050505;
}

.ea-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, auto);
    gap: 24px;
    align-items: start;
}

.ea-footer-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.ea-modal {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: none;
    place-items: center;
    padding: 24px;
    background: rgba(0, 0, 0, .78);
}

.ea-modal.is-open {
    display: grid;
}

.ea-modal-panel {
    position: relative;
    max-width: min(90vw, 520px);
    max-height: 88vh;
    padding: 12px;
    border: 1px solid var(--ea-line);
    border-radius: 22px;
    background: #111;
}

.ea-modal-panel img {
    display: block;
    max-width: 100%;
    max-height: min(78vh, 520px);
    object-fit: contain;
    border-radius: 14px;
    background: transparent;
}

.ea-modal-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 38px;
    height: 38px;
    border: 1px solid var(--ea-line);
    border-radius: 50%;
    background: #0b0b0b;
    color: #fff;
    font-weight: 900;
}

.ea-success-wrap {
    min-height: 70vh;
    display: grid;
    place-items: center;
    padding: 56px 0;
}

.ea-success-card {
    width: min(760px, 100%);
    padding: 34px;
    text-align: center;
}

.ea-check-icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ea-gold-2), var(--ea-gold));
    color: #151007;
    font-size: 32px;
    font-weight: 900;
}

.ea-referral-code {
    margin: 24px auto;
    padding: 18px 22px;
    border-radius: 18px;
    border: 1px dashed rgba(245, 197, 66, .48);
    background: rgba(212, 175, 55, .10);
    color: var(--ea-gold-2);
    font-size: clamp(28px, 6vw, 46px);
    font-weight: 950;
    letter-spacing: .04em;
    overflow-wrap: anywhere;
}

.ea-next-steps {
    text-align: left;
    color: #dcdcdc;
    line-height: 1.75;
    padding-left: 22px;
}

@media (max-width: 1024px) {
    .ea-section {
        padding: 64px 0;
    }

    .ea-hero {
        padding: 46px 0 52px;
    }

    .ea-plan-grid,
    .ea-payment-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

@media (max-width: 992px) {
    .ea-footer-grid,
    .ea-payment-compact-grid,
    .ea-countdown-card,
    .ea-upload-box {
        grid-template-columns: 1fr;
    }

    .ea-grid,
    .ea-plan-grid,
    .ea-payment-grid,
    .ea-advantage-grid,
    .ea-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 768px) {
    .early-access-page {
        margin-top: 0;
    }

    .ea-container {
        width: calc(100% - 28px);
    }

    .ea-hero {
        padding: 38px 0 44px;
    }

    .ea-title {
        max-width: 100%;
        font-size: clamp(36px, 10vw, 48px);
        line-height: 1;
    }

    .ea-subtitle {
        font-size: 15px;
        line-height: 1.55;
    }

    .ea-kicker {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .ea-kicker::before {
        width: 22px;
    }

    .ea-hero-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 16px;
    }

    .ea-hero-points span {
        min-height: 42px;
        padding: 9px 11px;
        font-size: 13px;
    }

    .ea-hero-points span::before {
        width: 6px;
        height: 6px;
        margin-right: 7px;
    }

    .ea-section {
        padding: 46px 0;
    }

    .ea-actions {
        width: 100%;
        gap: 10px;
        margin-top: 18px;
    }

    .ea-button {
        width: 100%;
        min-height: 54px;
        padding: 12px 18px;
        font-size: 15px;
    }

    .ea-hero .ea-button-outline {
        display: none;
    }

    .ea-trust-note {
        margin-top: 12px;
        font-size: 12px;
        line-height: 1.45;
    }

    .ea-grid,
    .ea-plan-grid,
    .ea-payment-grid,
    .ea-advantage-grid,
    .ea-steps,
    .ea-avail-grid,
    .ea-form-grid,
    .ea-faq-grid {
        grid-template-columns: 1fr;
    }

    .ea-countdown-card {
        padding: 16px;
        border-radius: 18px;
        gap: 16px;
    }

    .ea-countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .ea-form-panel,
    .ea-package-card,
    .ea-payment-card,
    .ea-card,
    .ea-success-card {
        padding: 16px;
        border-radius: 16px;
    }

    .ea-price {
        font-size: clamp(24px, 8vw, 30px);
    }

    .ea-success-wrap {
        min-height: auto;
        padding: 36px 0 46px;
        align-items: start;
    }

    .ea-success-card {
        text-align: left;
    }

    .ea-success-card .ea-check-icon,
    .ea-success-card .ea-kicker,
    .ea-success-card .ea-title,
    .ea-success-card > .ea-subtitle,
    .ea-success-card > .ea-badge,
    .ea-success-card .ea-referral-code {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .ea-success-card .ea-title {
        font-size: clamp(30px, 9vw, 38px);
        line-height: 1.08;
    }

    .ea-success-card > .ea-subtitle {
        font-size: 15px;
        line-height: 1.55;
    }

    .ea-check-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 16px;
        font-size: 28px;
    }

    .ea-referral-code {
        margin-top: 20px;
        margin-bottom: 18px;
        padding: 16px 14px;
        font-size: clamp(28px, 8.5vw, 36px);
        letter-spacing: .03em;
    }

    .ea-success-card .ea-actions {
        gap: 12px;
        margin-top: 18px;
    }

    .ea-success-card .ea-button {
        min-height: 52px;
    }

    .ea-success-card .ea-summary {
        margin-top: 22px !important;
        padding: 18px 16px;
    }

    .ea-next-steps {
        padding-left: 20px;
        line-height: 1.65;
        font-size: 15px;
    }

    .ea-next-steps li {
        margin-bottom: 8px;
    }

    .ea-banner-showcase {
        margin-top: 22px;
        border-radius: 16px;
    }

    .ea-banner-showcase img {
        max-height: 260px;
        object-fit: contain;
    }

    .ea-upload-preview {
        min-height: 180px;
    }

    .ea-upload-preview img {
        height: 180px;
    }

    .ea-selected-payment-head {
        display: grid;
        gap: 8px;
    }

    .ea-qr-frame img {
        width: clamp(160px, 54vw, 180px);
        max-height: 180px;
    }

    .ea-view-qr-button {
        width: 100%;
    }

    .ea-payment-fields {
        margin-top: 14px;
    }
}

@media (max-width: 640px) {
    .ea-section {
        padding: 42px 0;
    }

    .ea-section-head {
        margin-bottom: 18px;
    }

    .ea-grid,
    .ea-plan-grid,
    .ea-payment-grid,
    .ea-advantage-grid,
    .ea-steps,
    .ea-avail-grid,
    .ea-form-grid,
    .ea-faq-grid,
    .ea-footer-grid {
        grid-template-columns: 1fr;
    }

    .ea-form {
        gap: 14px;
    }

    .ea-benefits {
        line-height: 1.55;
    }
}

@media (max-width: 480px) {
    .ea-container {
        width: calc(100% - 24px);
    }

    .ea-countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ea-countdown-grid div,
    .ea-launch-status {
        min-height: 70px;
        border-radius: 14px;
    }

    .ea-form .form-control,
    .ea-form .form-select {
        min-height: 44px;
    }

    .ea-faq-item summary {
        padding: 15px 16px;
        font-size: 15px;
    }

    .ea-faq-item p {
        padding: 0 16px 16px;
    }
}

@media (max-width: 420px) {
    .public-brand {
        font-size: 14px;
    }

    .public-brand-logo {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        border-radius: 50%;
    }

    .public-menu-toggle {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .ea-container {
        width: calc(100% - 24px);
    }

    .ea-hero {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media (max-width: 430px) {
    .ea-hero-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .ea-hero-points span {
        min-height: 40px;
        padding: 8px 10px;
        font-size: 12.5px;
    }
}

@media (max-width: 412px) {
    .ea-title {
        font-size: clamp(34px, 10vw, 44px);
    }

    .ea-button {
        min-height: 52px;
    }
}

@media (max-width: 390px) {
    .ea-hero-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ea-hero-points span {
        padding-inline: 9px;
        font-size: 12px;
    }
}

@media (max-width: 379px) {
    .ea-hero-points {
        grid-template-columns: 1fr;
    }

    .ea-title {
        font-size: clamp(34px, 10vw, 40px);
    }
}

@media (max-width: 360px) {
    .ea-container {
        width: calc(100% - 20px);
    }

    .ea-title {
        font-size: clamp(32px, 10vw, 38px);
    }

    .ea-hero-points span {
        min-height: 38px;
    }
}

@media (max-width: 320px) {
    .ea-hero {
        padding-top: 26px;
        padding-bottom: 34px;
    }

    .ea-card,
    .ea-package-card,
    .ea-payment-card,
    .ea-form-panel,
    .ea-success-card {
        padding: 14px;
    }
}

@media (max-width: 860px) {
    .public-nav {
        width: 100%;
        min-height: 72px;
        padding: 9px 14px;
    }

    .public-brand {
        max-width: calc(100vw - 88px);
        gap: 10px;
        font-size: 16px;
    }

    .public-brand span:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .public-brand-logo {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
    }

    .public-menu-toggle {
        display: inline-block;
        width: 46px;
        height: 46px;
    }

    .public-nav .links {
        position: absolute;
        z-index: 4;
        top: calc(100% + 8px);
        left: 14px;
        right: 14px;
        display: none;
        padding: 14px;
        border: 1px solid rgba(212, 175, 55, .20);
        border-radius: 20px;
        background: rgba(8, 8, 8, .98);
        box-shadow: 0 20px 44px rgba(0, 0, 0, .38);
    }

    .public-nav .links.is-open {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .public-nav-link,
    .public-nav-cta {
        width: 100%;
        justify-content: flex-start;
        min-height: 46px;
        margin-left: 0;
        padding-inline: 16px;
    }

    .public-nav-cta {
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .public-brand {
        max-width: calc(100vw - 82px);
        gap: 9px;
        font-size: 14px;
    }

    .public-brand-logo {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .public-menu-toggle {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 340px) {
    .public-brand span:last-child {
        max-width: 92px;
    }
}

.ea-leaderboard-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(214, 168, 63, .12), rgba(5, 5, 5, .92)),
        radial-gradient(circle at 50% 24%, rgba(246, 197, 82, .20), transparent 34rem);
}

.ea-leaderboard-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(246, 197, 82, .10), transparent);
}

.ea-leaderboard-section > .ea-container {
    position: relative;
    z-index: 1;
}

.ea-leaderboard-head {
    max-width: 860px;
}

.ea-leaderboard-note {
    max-width: 740px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .68);
}

.ea-podium-grid {
    display: grid;
    grid-template-areas: "second first third";
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.15fr) minmax(0, .92fr);
    gap: 18px;
    align-items: end;
    margin-top: 32px;
}

.ea-podium-card,
.ea-new-card,
.ea-leaderboard-empty {
    border: 1px solid rgba(214, 168, 63, .28);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(20, 20, 20, .96), rgba(8, 8, 8, .96));
    box-shadow: 0 20px 52px rgba(0, 0, 0, .34);
}

.ea-podium-card {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 9px;
    min-height: 300px;
    padding: 26px 18px 0;
    text-align: center;
    isolation: isolate;
}

.ea-podium-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .78;
    background: radial-gradient(circle at 50% 5%, rgba(246, 197, 82, .22), transparent 13rem);
}

.ea-podium-card-1 {
    grid-area: first;
    min-height: 350px;
    border-color: rgba(246, 197, 82, .70);
    transform: translateY(-18px);
}

.ea-podium-card-2 {
    grid-area: second;
}

.ea-podium-card-3 {
    grid-area: third;
}

.ea-podium-medal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    height: 28px;
    padding: 0 12px;
    border: 1px solid rgba(246, 197, 82, .45);
    border-radius: 999px;
    color: #f6d77c;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    background: rgba(214, 168, 63, .10);
}

.ea-podium-avatar {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    border: 2px solid rgba(246, 197, 82, .62);
    border-radius: 50%;
    color: #0b0b0b;
    font-size: 28px;
    font-weight: 950;
    background: linear-gradient(135deg, #f6d77c, #d6a83f);
    box-shadow: 0 0 32px rgba(214, 168, 63, .24);
}

.is-champion .ea-podium-avatar {
    width: 92px;
    height: 92px;
    font-size: 34px;
}

.ea-podium-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    height: 34px;
    border-radius: 999px;
    background: #d6a83f;
    color: #080b10;
    font-weight: 900;
}

.ea-podium-card h3 {
    margin: 2px 0 0;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.04;
}

.ea-rank-meta,
.ea-new-card span {
    color: rgba(255, 255, 255, .78);
}

.ea-podium-details {
    display: grid;
    gap: 4px;
    min-height: 52px;
    color: rgba(255, 255, 255, .78);
}

.ea-podium-details strong,
.ea-new-card strong:last-child {
    font-weight: 800;
    color: #f6d77c;
}

.ea-podium-base {
    align-self: end;
    width: calc(100% + 36px);
    min-height: 58px;
    margin-top: 10px;
    display: grid;
    place-items: center;
    border-radius: 8px 8px 0 0;
    color: rgba(9, 9, 9, .88);
    font-size: clamp(30px, 5vw, 54px);
    font-weight: 950;
    background: linear-gradient(180deg, #f6d77c, #d6a83f);
}

.is-champion .ea-podium-base {
    min-height: 78px;
}

.ea-new-registered {
    margin-top: 18px;
}

.ea-mini-head,
.ea-leaderboard-search {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

.ea-mini-head a {
    text-decoration: none;
}

.ea-new-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ea-new-card {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
}

.ea-new-card > div {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.ea-see-all-board {
    min-width: 210px;
}

.ea-leaderboard-empty {
    padding: 24px;
    color: rgba(255, 255, 255, .78);
    text-align: center;
}

.ea-leaderboard-empty-small {
    margin-top: 12px;
    padding: 16px;
}

.ea-leaderboard-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.ea-board-table {
    display: grid;
    gap: 10px;
}

.ea-board-row {
    display: grid;
    grid-template-columns: .7fr 1.4fr 1fr 1fr 1fr 1fr;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid rgba(214, 168, 63, .18);
    border-radius: 8px;
    background: rgba(14, 20, 30, .86);
}

.ea-board-head {
    color: #f6d77c;
    font-weight: 800;
    background: rgba(214, 168, 63, .10);
}

.ea-leaderboard-search {
    margin-bottom: 18px;
}

.ea-leaderboard-search .form-control {
    min-height: 50px;
    border-color: rgba(214, 168, 63, .26);
    background: rgba(3, 8, 14, .72);
    color: #fff;
}

@media (max-width: 900px) {
    .ea-podium-grid,
    .ea-new-grid {
        grid-template-columns: 1fr;
    }

    .ea-podium-grid {
        grid-template-areas:
            "first"
            "second"
            "third";
        align-items: stretch;
        gap: 14px;
    }

    .ea-podium-card,
    .ea-podium-card-1 {
        min-height: auto;
        transform: none;
    }

    .ea-podium-card {
        padding-top: 20px;
    }

    .ea-podium-base,
    .is-champion .ea-podium-base {
        min-height: 52px;
    }

    .ea-new-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .ea-board-row {
        grid-template-columns: 1fr;
    }

    .ea-board-head {
        display: none;
    }

    .ea-leaderboard-search,
    .ea-mini-head {
        align-items: stretch;
        flex-direction: column;
    }

    .ea-see-all-board {
        width: 100%;
        min-width: 0;
    }
}

/* Premium Genesis public experience layer */
.early-access-page {
    --ea-bg: #030406;
    --ea-bg-soft: #08090c;
    --ea-panel: rgba(17, 18, 22, .86);
    --ea-panel-2: rgba(25, 24, 20, .82);
    --ea-gold: #d6a83f;
    --ea-gold-2: #ffd869;
    --ea-gold-3: #8a671c;
    --ea-text: #fffaf0;
    --ea-muted: #b9b3a7;
    --ea-line: rgba(255, 216, 105, .22);
    --ea-glow: 0 0 42px rgba(214, 168, 63, .24);
    --ea-shadow-lg: 0 26px 80px rgba(0, 0, 0, .44);
    --ea-radius-lg: 28px;
    --ea-radius-md: 18px;
    background:
        radial-gradient(circle at 12% 4%, rgba(255, 216, 105, .18), transparent 26rem),
        radial-gradient(circle at 84% 8%, rgba(214, 168, 63, .13), transparent 24rem),
        linear-gradient(180deg, #030406 0%, #08090c 36%, #040506 100%);
}

.early-access-page::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .014) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .74), transparent 70%);
}

.public-nav {
    min-height: 78px;
    border-bottom-color: rgba(255, 216, 105, .18);
    background: rgba(3, 4, 6, .80);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

.public-brand-logo {
    border-color: rgba(255, 216, 105, .42);
    border-radius: 50%;
    background: #05070d;
    box-shadow: inset 0 0 24px rgba(255, 216, 105, .06), 0 14px 32px rgba(0, 0, 0, .32);
}

.public-brand {
    font-weight: 950;
}

.public-nav-link {
    min-height: 42px;
    padding-inline: 16px;
    border: 1px solid transparent;
}

.public-nav-link:hover,
.public-nav-link.is-active {
    border-color: rgba(255, 216, 105, .20);
    background: linear-gradient(180deg, rgba(255, 216, 105, .15), rgba(255, 216, 105, .06));
}

.public-nav-cta,
.ea-button-primary {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffe68e 0%, #d6a83f 46%, #b98524 100%);
    box-shadow: 0 18px 42px rgba(214, 168, 63, .22), inset 0 1px 0 rgba(255, 255, 255, .44);
}

.public-nav-cta::after,
.ea-button-primary::after,
.ea-see-all-board::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-120%) skewX(-22deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .45), transparent);
    transition: transform .7s ease;
}

.public-nav-cta:hover::after,
.ea-button-primary:hover::after,
.ea-see-all-board:hover::after {
    transform: translateX(120%) skewX(-22deg);
}

.ea-hero {
    min-height: clamp(620px, 78vh, 820px);
    padding: clamp(62px, 9vw, 118px) 0;
}

.ea-hero::before {
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 216, 105, .16), transparent 26rem),
        radial-gradient(circle at 82% 24%, rgba(214, 168, 63, .11), transparent 24rem),
        linear-gradient(112deg, rgba(3, 4, 6, .98) 0%, rgba(3, 4, 6, .82) 54%, rgba(3, 4, 6, .96) 100%),
        repeating-linear-gradient(90deg, rgba(255, 216, 105, .04) 0 1px, transparent 1px 126px);
}

.ea-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 216, 105, .55), transparent);
}

.ea-kicker {
    letter-spacing: .08em;
}

.ea-title {
    color: #fffdf7;
    letter-spacing: -1px;
    text-shadow: 0 14px 48px rgba(0, 0, 0, .55);
}

.ea-hero .ea-title {
    max-width: 850px;
    font-size: clamp(44px, 7vw, 86px);
}

.ea-subtitle {
    max-width: 780px;
}

.ea-hero-points {
    max-width: 760px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ea-hero-points span {
    min-height: 52px;
    padding: 13px 16px;
    border-color: rgba(255, 216, 105, .24);
    background: linear-gradient(180deg, rgba(255, 216, 105, .11), rgba(255, 255, 255, .035));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    transition: transform .24s ease, border-color .24s ease, background .24s ease;
}

.ea-hero-points span:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 216, 105, .48);
}

.ea-button {
    min-height: 52px;
    padding: 14px 24px;
    border-radius: 999px;
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background .24s ease;
}

.ea-button:hover {
    transform: translateY(-3px);
}

.ea-button-outline {
    border-color: rgba(255, 216, 105, .24);
    background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
}

.ea-button-outline:hover {
    border-color: rgba(255, 216, 105, .46);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .28);
}

.ea-section {
    position: relative;
    padding: clamp(72px, 9vw, 116px) 0;
}

.ea-section-head {
    margin-bottom: 34px;
}

.ea-countdown-card,
.ea-card,
.ea-step,
.ea-package-card,
.ea-form-panel,
.ea-faq-item,
.ea-summary,
.ea-selected-payment,
.ea-qr-frame,
.ea-upload-preview,
.ea-check-panel {
    border-color: rgba(255, 216, 105, .20);
    border-radius: var(--ea-radius-md);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
        rgba(13, 14, 17, .86);
    box-shadow: var(--ea-shadow-lg);
    backdrop-filter: blur(18px);
}

.ea-countdown-card {
    padding: clamp(22px, 4vw, 36px);
    border-radius: var(--ea-radius-lg);
}

.ea-countdown-grid div,
.ea-launch-status {
    border-color: rgba(255, 216, 105, .24);
    background: linear-gradient(180deg, rgba(255, 216, 105, .09), rgba(0, 0, 0, .32));
}

.ea-countdown-grid strong {
    text-shadow: 0 0 28px rgba(255, 216, 105, .32);
}

.ea-card,
.ea-step,
.ea-package-card,
.ea-payment-card,
.ea-faq-item {
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
}

.ea-card:hover,
.ea-step:hover,
.ea-package-card:hover,
.ea-payment-card:hover,
.ea-faq-item:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 216, 105, .44);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .50), 0 0 0 1px rgba(255, 216, 105, .06);
}

.ea-icon,
.ea-step-number {
    background: linear-gradient(135deg, rgba(255, 216, 105, .25), rgba(214, 168, 63, .12));
    color: #ffdf7a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 12px 28px rgba(214, 168, 63, .10);
}

.ea-step-number {
    color: #111;
    background: linear-gradient(135deg, #ffe68e, #d6a83f);
}

.ea-leaderboard-section {
    padding-block: clamp(76px, 10vw, 128px);
    border-block: 1px solid rgba(255, 216, 105, .16);
    background:
        radial-gradient(circle at 50% 20%, rgba(255, 216, 105, .22), transparent 28rem),
        linear-gradient(180deg, rgba(214, 168, 63, .10), rgba(3, 4, 6, .96) 78%);
}

.ea-leaderboard-subhead {
    margin: 0 0 18px;
    color: #fff5d6;
    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 900;
}

.ea-podium-grid {
    gap: clamp(14px, 2.4vw, 28px);
}

.ea-podium-card {
    border-color: rgba(255, 216, 105, .28);
    background:
        linear-gradient(180deg, rgba(255, 216, 105, .10), rgba(255, 255, 255, .025)),
        rgba(10, 11, 13, .94);
    transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease;
}

.ea-podium-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 216, 105, .58);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .58), var(--ea-glow);
}

.ea-podium-card-1 {
    animation: eaTopGlow 4.8s ease-in-out infinite;
}

.ea-podium-card-1:hover {
    transform: translateY(-26px) scale(1.015);
}

.ea-podium-card-1::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 8px;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 216, 105, .35) 45%, transparent 70%);
    opacity: .42;
    mix-blend-mode: screen;
    animation: eaEdgeShimmer 5.8s ease-in-out infinite;
}

.ea-podium-medal,
.ea-podium-rank,
.ea-badge {
    animation: eaBadgeBreath 3.8s ease-in-out infinite;
}

.ea-new-card {
    border-color: rgba(255, 216, 105, .18);
    background:
        linear-gradient(90deg, rgba(255, 216, 105, .08), rgba(255, 255, 255, .018)),
        rgba(12, 13, 15, .86);
}

.ea-see-all-board {
    box-shadow: 0 18px 48px rgba(214, 168, 63, .24);
    animation: eaCtaPulse 4.2s ease-in-out infinite;
}

.ea-package-card {
    border-radius: 24px;
}

.ea-package-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: radial-gradient(circle at 20% 0, rgba(255, 216, 105, .12), transparent 11rem);
    opacity: .72;
}

.ea-package-card:has(input:checked) {
    border-color: rgba(255, 216, 105, .72);
    box-shadow: 0 30px 82px rgba(0, 0, 0, .50), 0 0 0 1px rgba(255, 216, 105, .22), var(--ea-glow);
}

.ea-price {
    letter-spacing: -1px;
    text-shadow: 0 0 28px rgba(255, 216, 105, .22);
}

.ea-benefits {
    list-style: none;
    padding-left: 0;
}

.ea-benefits li {
    position: relative;
    padding-left: 22px;
}

.ea-benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffd869;
    box-shadow: 0 0 14px rgba(255, 216, 105, .36);
}

.ea-select-pill {
    border-color: rgba(255, 216, 105, .26);
    background: rgba(255, 255, 255, .025);
}

.ea-package-card:has(input:checked) .ea-select-pill {
    background: linear-gradient(135deg, #ffe68e, #d6a83f);
    box-shadow: 0 14px 34px rgba(214, 168, 63, .20);
}

.ea-form-panel {
    border-radius: 24px;
}

.ea-form fieldset {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 3vw, 32px);
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.ea-form-panel {
    padding: clamp(26px, 3.4vw, 34px);
}

.ea-form-panel > h3 {
    margin-bottom: 10px;
}

.ea-form-panel > .ea-form-help:first-of-type {
    margin-top: 0;
    margin-bottom: clamp(18px, 2.2vw, 24px) !important;
}

.ea-form-grid {
    gap: 22px 24px;
}

.ea-form-grid > div,
.ea-payment-control {
    min-width: 0;
}

.ea-form-panel label.form-label {
    display: inline-flex;
    margin-bottom: 9px;
}

.ea-plan-grid,
.ea-payment-grid {
    gap: 22px;
}

.ea-payment-compact-grid,
.ea-payment-fields {
    margin-top: 20px;
}

.ea-summary + .ea-summary,
.ea-plan-grid + .ea-summary {
    margin-top: 24px;
}

.ea-upload-preview {
    margin-top: 18px !important;
}

.ea-check-panel {
    padding: 20px;
}

.ea-form .form-control,
.ea-form .form-select,
.ea-leaderboard-search .form-control {
    min-height: 54px;
    border-radius: 16px;
    border-color: rgba(255, 216, 105, .22);
    background: rgba(2, 3, 5, .60);
    transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.ea-form .form-select {
    cursor: pointer;
    appearance: none;
    padding-right: 48px;
    background:
        linear-gradient(45deg, transparent 50%, #ffd869 50%) calc(100% - 28px) 50% / 7px 7px no-repeat,
        linear-gradient(135deg, #ffd869 50%, transparent 50%) calc(100% - 22px) 50% / 7px 7px no-repeat,
        linear-gradient(180deg, rgba(255, 216, 105, .16), rgba(255, 216, 105, .05)) right 14px center / 42px 34px no-repeat,
        rgba(2, 3, 5, .60);
    border-color: rgba(255, 216, 105, .34);
    box-shadow: inset 0 0 0 1px rgba(255, 216, 105, .05);
}

.ea-form .form-select:hover {
    border-color: rgba(255, 216, 105, .56);
    background-color: rgba(8, 8, 8, .82);
    box-shadow: inset 0 0 0 1px rgba(255, 216, 105, .10), 0 10px 28px rgba(0, 0, 0, .22);
}

.ea-form .form-control:focus,
.ea-form .form-select:focus,
.ea-leaderboard-search .form-control:focus {
    border-color: rgba(255, 216, 105, .70);
    background: rgba(2, 3, 5, .84);
    box-shadow: 0 0 0 .18rem rgba(255, 216, 105, .16), 0 16px 38px rgba(0, 0, 0, .30);
}

.ea-form .form-select:focus {
    background:
        linear-gradient(45deg, transparent 50%, #ffeaa3 50%) calc(100% - 28px) 50% / 7px 7px no-repeat,
        linear-gradient(135deg, #ffeaa3 50%, transparent 50%) calc(100% - 22px) 50% / 7px 7px no-repeat,
        linear-gradient(180deg, rgba(255, 216, 105, .22), rgba(255, 216, 105, .08)) right 14px center / 42px 34px no-repeat,
        rgba(2, 3, 5, .84);
}

.ea-form input[type="date"] {
    color-scheme: dark;
}

.ea-form input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    filter: invert(86%) sepia(41%) saturate(606%) hue-rotate(353deg) brightness(101%) contrast(101%);
    opacity: .9;
}

.ea-form input[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

.ea-payment-compact-grid {
    gap: 24px;
}

.ea-qr-frame,
.ea-upload-preview {
    box-shadow: inset 0 0 28px rgba(255, 216, 105, .035), 0 18px 46px rgba(0, 0, 0, .30);
}

.ea-faq-item summary {
    transition: color .22s ease, background .22s ease;
}

.ea-faq-item[open] summary {
    color: #ffd869;
    background: rgba(255, 216, 105, .06);
}

.ea-faq-item p {
    animation: eaFaqOpen .28s ease;
}

.ea-footer {
    background:
        radial-gradient(circle at 85% 0, rgba(255, 216, 105, .10), transparent 20rem),
        #030406;
}

.ea-footer-links a {
    text-decoration: none;
    transition: color .22s ease, transform .22s ease;
}

.ea-footer-links a:hover {
    color: #ffd869;
    transform: translateY(-1px);
}

.ea-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .72s ease var(--reveal-delay, 0ms), transform .72s ease var(--reveal-delay, 0ms);
}

.ea-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes eaTopGlow {
    0%, 100% { box-shadow: 0 28px 84px rgba(0, 0, 0, .52), 0 0 34px rgba(214, 168, 63, .18); }
    50% { box-shadow: 0 34px 92px rgba(0, 0, 0, .58), 0 0 58px rgba(255, 216, 105, .30); }
}

@keyframes eaEdgeShimmer {
    0%, 100% { transform: translateX(-16%); opacity: .18; }
    50% { transform: translateX(16%); opacity: .46; }
}

@keyframes eaBadgeBreath {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.12); }
}

@keyframes eaCtaPulse {
    0%, 100% { box-shadow: 0 18px 48px rgba(214, 168, 63, .22); }
    50% { box-shadow: 0 22px 58px rgba(255, 216, 105, .34); }
}

@keyframes eaFaqOpen {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

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

    .ea-reveal {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 900px) {
    .ea-hero {
        min-height: auto;
    }

    .ea-hero-points {
        grid-template-columns: 1fr;
    }

    .ea-podium-card-1:hover,
    .ea-podium-card:hover {
        transform: translateY(-4px);
    }
}

@media (max-width: 640px) {
    .ea-section {
        padding: 58px 0;
    }

    .ea-title {
        letter-spacing: 0;
    }

    .ea-hero .ea-title {
        font-size: clamp(38px, 12vw, 54px);
    }

    .ea-actions,
    .ea-footer-links {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ea-button {
        width: 100%;
    }

    .ea-countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ea-countdown-grid div {
        min-height: 78px;
    }

    .ea-form-panel,
    .ea-package-card,
    .ea-card,
    .ea-step {
        border-radius: 18px;
    }

    .ea-form fieldset {
        gap: 20px;
    }

    .ea-form-panel {
        padding: 20px;
    }

    .ea-form-grid {
        gap: 16px;
    }

    .ea-form-panel label.form-label {
        margin-bottom: 8px;
    }

    .ea-form-panel > .ea-form-help:first-of-type {
        margin-bottom: 18px !important;
    }

    .ea-plan-grid,
    .ea-payment-grid {
        gap: 16px;
    }

    .ea-payment-compact-grid,
    .ea-payment-fields {
        margin-top: 16px;
    }

    .ea-form .form-control,
    .ea-form .form-select {
        min-height: 48px;
    }
}

/* Mobile-first compact premium pass for Early Access */
@media (max-width: 1024px) {
    .early-access-page {
        --ea-mobile-section: clamp(34px, 6vw, 46px);
        --ea-mobile-card-pad: clamp(14px, 3.4vw, 18px);
        --ea-mobile-gap: clamp(10px, 2.8vw, 14px);
        overflow-x: clip;
    }

    .early-access-page::before {
        background-size: 44px 44px;
        opacity: .48;
    }

    .ea-container {
        width: min(100% - 28px, 960px);
    }

    .ea-section {
        padding: var(--ea-mobile-section) 0;
    }

    .ea-section.pt-0 {
        padding-top: 0 !important;
    }

    .ea-section-head {
        max-width: 100%;
        margin-bottom: 16px;
    }

    .ea-kicker {
        margin-bottom: 8px;
        font-size: 10.5px;
        line-height: 1.2;
        letter-spacing: .06em;
    }

    .ea-kicker::before {
        width: 18px;
    }

    .ea-title,
    .ea-section-head h2,
    .ea-title.h1 {
        font-size: clamp(24px, 5.8vw, 34px);
        line-height: 1.08;
        text-shadow: 0 10px 34px rgba(0, 0, 0, .44);
    }

    .ea-subtitle {
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.42;
    }

    .ea-section-head .ea-subtitle {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ea-button {
        min-height: 48px;
        padding: 11px 16px;
        font-size: 13px;
        border-radius: 14px;
    }

    .ea-card,
    .ea-step,
    .ea-package-card,
    .ea-payment-card,
    .ea-form-panel,
    .ea-faq-item,
    .ea-summary,
    .ea-selected-payment,
    .ea-check-panel,
    .ea-countdown-card,
    .ea-new-card,
    .ea-podium-card {
        border-radius: 14px;
        box-shadow: 0 14px 34px rgba(0, 0, 0, .32);
        backdrop-filter: blur(12px);
    }

    .ea-card:hover,
    .ea-step:hover,
    .ea-package-card:hover,
    .ea-payment-card:hover,
    .ea-faq-item:hover,
    .ea-podium-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 44px rgba(0, 0, 0, .38);
    }

    .ea-grid,
    .ea-advantage-grid,
    .ea-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--ea-mobile-gap);
    }

    .ea-card,
    .ea-step {
        min-height: 0;
        padding: var(--ea-mobile-card-pad);
    }

    .ea-icon,
    .ea-step-number {
        width: 28px;
        height: 28px;
        margin-bottom: 9px;
        border-radius: 9px;
        font-size: 11px;
    }

    .ea-card h3,
    .ea-step h3,
    .ea-package-card h3,
    .ea-form-panel h3,
    .ea-faq-item h3 {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.18;
    }

    .ea-card p,
    .ea-step p,
    .ea-advantage-card p,
    .ea-form-help,
    .ea-faq p,
    .ea-footer p {
        font-size: 12px;
        line-height: 1.38;
    }

    .ea-card p,
    .ea-step p,
    .ea-advantage-card p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (max-width: 860px) {
    .public-nav {
        min-height: 66px;
        padding: 8px 12px;
        box-shadow: 0 10px 28px rgba(0, 0, 0, .30);
    }

    .public-brand {
        max-width: calc(100vw - 78px);
        gap: 9px;
        font-size: 15px;
        line-height: 1.1;
    }

    .public-brand-logo {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        border-radius: 50%;
    }

    .public-menu-toggle {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .public-menu-toggle span {
        width: 17px;
        margin-block: 3px;
    }

    .public-nav .links {
        top: calc(100% + 6px);
        left: 12px;
        right: 12px;
        padding: 10px;
        border-radius: 14px;
        gap: 6px;
    }

    .public-nav-link,
    .public-nav-cta {
        min-height: 40px;
        padding: 9px 12px;
        border-radius: 12px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .ea-container {
        width: min(100% - 24px, 720px);
    }

    .ea-hero {
        min-height: auto;
        padding: 28px 0 30px;
    }

    .ea-hero::before {
        background:
            radial-gradient(circle at 16% 18%, rgba(255, 216, 105, .14), transparent 14rem),
            linear-gradient(112deg, rgba(3, 4, 6, .98), rgba(3, 4, 6, .90));
    }

    .ea-hero .ea-title {
        max-width: 560px;
        font-size: clamp(32px, 8.9vw, 44px);
        line-height: 1.02;
    }

    .ea-hero-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        max-width: none;
        margin-top: 14px;
    }

    .ea-hero-points span {
        min-height: 36px;
        padding: 8px 10px;
        border-radius: 12px;
        font-size: 11.5px;
        line-height: 1.18;
    }

    .ea-hero-points span::before {
        width: 5px;
        height: 5px;
        margin-right: 6px;
    }

    .ea-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 14px;
    }

    .ea-hero .ea-button-outline {
        display: none;
    }

    .ea-trust-note {
        max-width: none;
        margin-top: 10px;
        font-size: 11.5px;
        line-height: 1.35;
    }

    .ea-banner-showcase {
        display: none;
    }

    .ea-countdown-section {
        padding-top: 18px;
    }

    .ea-countdown-card {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px;
    }

    .ea-countdown-card h2 {
        font-size: 22px;
        line-height: 1.12;
    }

    .ea-countdown-card p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.35;
    }

    .ea-countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .ea-countdown-grid div,
    .ea-launch-status {
        min-height: 62px;
        border-radius: 12px;
    }

    .ea-countdown-grid strong {
        font-size: 26px;
    }

    .ea-countdown-grid span {
        font-size: 10px;
    }

    .ea-grid,
    .ea-advantage-grid,
    .ea-steps,
    .ea-avail-grid,
    .ea-faq-grid {
        gap: 10px;
    }

    .ea-summary {
        margin-top: 12px;
        padding: 13px;
        font-size: 12px;
        line-height: 1.42;
    }

    .ea-leaderboard-section {
        padding-block: 36px;
        background:
            radial-gradient(circle at 50% 4%, rgba(255, 216, 105, .16), transparent 15rem),
            linear-gradient(180deg, rgba(214, 168, 63, .08), rgba(3, 4, 6, .96));
    }

    .ea-leaderboard-note {
        margin-top: 6px;
        font-size: 12px;
    }

    .ea-leaderboard-subhead {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .ea-podium-grid {
        grid-template-areas:
            "first first"
            "second third";
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 14px;
    }

    .ea-podium-card,
    .ea-podium-card-1 {
        min-height: 0;
        transform: none;
        padding: 13px 10px 0;
        gap: 6px;
    }

    .ea-podium-card-1 {
        padding-top: 15px;
        box-shadow: 0 18px 44px rgba(0, 0, 0, .46), 0 0 28px rgba(255, 216, 105, .15);
    }

    .ea-podium-medal {
        min-width: 52px;
        height: 23px;
        padding-inline: 9px;
        font-size: 9.5px;
    }

    .ea-podium-avatar,
    .is-champion .ea-podium-avatar {
        width: 48px;
        height: 48px;
        font-size: 19px;
    }

    .ea-podium-rank {
        min-width: 56px;
        height: 27px;
        font-size: 11px;
    }

    .ea-podium-card h3 {
        font-size: 15px;
        line-height: 1.08;
    }

    .ea-rank-meta,
    .ea-podium-details,
    .ea-new-card span {
        font-size: 11px;
        line-height: 1.25;
    }

    .ea-podium-details {
        min-height: 0;
        gap: 2px;
    }

    .ea-podium-base,
    .is-champion .ea-podium-base {
        width: calc(100% + 20px);
        min-height: 34px;
        margin-top: 5px;
        font-size: 22px;
    }

    .ea-new-registered {
        margin-top: 14px;
    }

    .ea-mini-head {
        display: grid;
        gap: 10px;
    }

    .ea-mini-head h3 {
        margin: 0;
        font-size: 17px;
    }

    .ea-new-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ea-new-card {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
        align-items: center;
        padding: 12px;
    }

    .ea-new-card > div {
        gap: 3px;
    }

    .ea-see-all-board {
        min-width: 0;
        width: 100%;
    }

    .ea-plan-grid {
        display: flex;
        gap: 10px;
        margin-inline: -12px;
        padding: 0 12px 4px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .ea-package-card {
        flex: 0 0 min(86vw, 360px);
        scroll-snap-align: center;
        min-height: 0;
        padding: 15px;
    }

    .ea-package-card h3 {
        margin-top: 8px !important;
    }

    .ea-price {
        margin: 7px 0 8px;
        font-size: 23px;
        line-height: 1.05;
    }

    .ea-package-card > .ea-form-help {
        display: -webkit-box;
        margin-top: 0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ea-benefits {
        margin: 9px 0;
        font-size: 12px;
        line-height: 1.34;
    }

    .ea-benefits li {
        padding-left: 15px;
    }

    .ea-benefits li:nth-child(n+4) {
        display: none;
    }

    .ea-benefits li::before {
        top: .55em;
        width: 5px;
        height: 5px;
    }

    .ea-badge-row {
        gap: 5px;
    }

    .ea-badge {
        min-height: 21px;
        padding: 4px 7px;
        font-size: 10px;
        line-height: 1;
    }

    .ea-select-pill {
        margin-top: 10px;
        padding: 9px 11px;
        font-size: 12.5px;
        border-radius: 12px;
    }

    .ea-form {
        gap: 12px;
    }

    .ea-form fieldset {
        gap: 13px;
    }

    .ea-form-panel {
        padding: 16px;
    }

    .ea-form-panel > h3 {
        margin-bottom: 8px;
        font-size: 15px;
    }

    .ea-form-panel > .ea-form-help:first-of-type {
        margin-bottom: 12px !important;
    }

    .ea-form-grid {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .ea-form-panel label.form-label {
        margin-bottom: 5px;
        font-size: 12.5px;
    }

    .ea-form .form-control,
    .ea-form .form-select,
    .ea-leaderboard-search .form-control {
        min-height: 46px;
        border-radius: 12px;
        font-size: 14px;
    }

    .ea-form .form-select {
        padding-right: 40px;
        background:
            linear-gradient(45deg, transparent 50%, #ffd869 50%) calc(100% - 24px) 50% / 6px 6px no-repeat,
            linear-gradient(135deg, #ffd869 50%, transparent 50%) calc(100% - 19px) 50% / 6px 6px no-repeat,
            linear-gradient(180deg, rgba(255, 216, 105, .15), rgba(255, 216, 105, .05)) right 10px center / 34px 28px no-repeat,
            rgba(2, 3, 5, .66);
    }

    .ea-form-help {
        margin-top: 5px;
        font-size: 11.5px;
        line-height: 1.35;
    }

    .ea-payment-compact-grid,
    .ea-payment-fields {
        grid-template-columns: 1fr;
        gap: 11px;
        margin-top: 12px;
    }

    .ea-selected-payment {
        margin-top: 10px;
        padding: 12px;
    }

    .ea-selected-payment-head {
        gap: 6px;
        margin-bottom: 7px;
    }

    .ea-selected-qr {
        gap: 8px;
    }

    .ea-qr-frame {
        width: min(100%, 230px);
        padding: 8px;
        border-radius: 12px;
    }

    .ea-qr-frame img {
        width: clamp(140px, 52vw, 200px);
        max-height: 200px;
    }

    .ea-qr-empty,
    .ea-qr-empty-compact {
        min-height: 96px;
        padding: 12px;
        font-size: 12px;
    }

    .ea-upload-preview,
    .ea-upload-preview-compact {
        min-height: 74px;
        margin-top: 10px !important;
        padding: 10px;
        border-radius: 12px;
        font-size: 11.5px;
    }

    .ea-upload-preview img,
    .ea-upload-preview-compact img {
        height: 140px;
    }

    .ea-check-panel {
        padding: 13px;
    }

    .ea-check-label {
        gap: 9px !important;
        font-size: 12.5px;
        line-height: 1.35;
    }

    .ea-form-panel .ea-button.mt-4 {
        margin-top: 12px !important;
    }

    .ea-faq-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ea-faq-item summary {
        min-height: 44px;
        padding: 12px 13px;
        font-size: 13px;
        line-height: 1.25;
    }

    .ea-faq-item summary::after {
        font-size: 17px;
    }

    .ea-faq-item p {
        padding: 0 13px 12px;
        font-size: 12px;
    }

    .ea-footer {
        padding: 26px 0 30px;
    }

    .ea-footer-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ea-footer h2 {
        font-size: 17px;
    }

    .ea-footer-links {
        display: grid;
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .ea-footer-links a {
        min-height: 36px;
        display: flex;
        align-items: center;
        padding: 8px 10px;
        border: 1px solid rgba(255, 216, 105, .16);
        border-radius: 11px;
        background: rgba(255, 255, 255, .025);
        font-size: 12.5px;
    }
}

@media (max-width: 480px) {
    .ea-container {
        width: calc(100% - 22px);
    }

    .ea-section {
        padding: 32px 0;
    }

    .ea-hero {
        padding: 24px 0 28px;
    }

    .ea-title,
    .ea-section-head h2,
    .ea-title.h1 {
        font-size: clamp(23px, 7vw, 30px);
    }

    .ea-hero .ea-title {
        font-size: clamp(31px, 9.4vw, 40px);
    }

    .ea-grid,
    .ea-advantage-grid,
    .ea-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .ea-card,
    .ea-step {
        padding: 12px;
    }

    .ea-icon,
    .ea-step-number {
        width: 25px;
        height: 25px;
        margin-bottom: 7px;
        font-size: 10px;
    }

    .ea-card h3,
    .ea-step h3 {
        font-size: 12.5px;
    }

    .ea-card p,
    .ea-step p,
    .ea-advantage-card p {
        font-size: 11px;
        -webkit-line-clamp: 2;
    }

    .ea-podium-grid {
        gap: 8px;
    }

    .ea-podium-card {
        padding-inline: 8px;
    }

    .ea-podium-card:not(.ea-podium-card-1) .ea-podium-details {
        display: none;
    }

    .ea-podium-card:not(.ea-podium-card-1) .ea-badge {
        display: none;
    }

    .ea-new-card {
        grid-template-columns: 1fr;
    }

    .ea-package-card {
        flex-basis: min(88vw, 340px);
    }
}

@media (max-width: 390px) {
    .ea-container {
        width: calc(100% - 20px);
    }

    .public-brand {
        font-size: 13px;
    }

    .public-brand-logo,
    .public-menu-toggle {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .ea-hero-points span {
        min-height: 34px;
        padding: 7px 8px;
        font-size: 10.8px;
    }

    .ea-grid,
    .ea-advantage-grid,
    .ea-steps {
        grid-template-columns: 1fr;
    }

    .ea-card,
    .ea-step {
        display: grid;
        grid-template-columns: 26px minmax(0, 1fr);
        gap: 8px 10px;
        align-items: start;
    }

    .ea-card .ea-icon,
    .ea-step .ea-step-number {
        grid-row: span 2;
        margin-bottom: 0;
    }

    .ea-card h3,
    .ea-step h3 {
        margin: 0;
    }

    .ea-card p,
    .ea-step p {
        margin: 0;
    }

    .ea-form-panel {
        padding: 14px;
    }
}

@media (max-width: 360px) {
    .ea-section {
        padding: 28px 0;
    }

    .ea-hero {
        padding-top: 22px;
    }

    .ea-hero-points {
        grid-template-columns: 1fr;
    }

    .ea-hero-points span {
        min-height: 33px;
    }

    .ea-button {
        min-height: 46px;
        font-size: 12.5px;
    }

    .ea-package-card {
        flex-basis: min(90vw, 318px);
    }

    .ea-podium-grid {
        grid-template-areas:
            "first"
            "second"
            "third";
        grid-template-columns: 1fr;
    }

    .ea-podium-card:not(.ea-podium-card-1) {
        grid-template-columns: auto minmax(0, 1fr) auto;
        display: grid;
        align-items: center;
        justify-items: start;
        padding: 10px;
    }

    .ea-podium-card:not(.ea-podium-card-1) .ea-podium-avatar,
    .ea-podium-card:not(.ea-podium-card-1) .ea-podium-base {
        display: none;
    }
}

@media (max-width: 320px) {
    .ea-container {
        width: calc(100% - 18px);
    }

    .ea-hero .ea-title {
        font-size: 30px;
    }

    .ea-form-panel,
    .ea-package-card,
    .ea-card,
    .ea-step {
        padding: 12px;
    }

    .ea-form .form-control,
    .ea-form .form-select {
        min-height: 44px;
    }
}

/* Mobile package swipe and compact leaderboard refinement */
.ea-package-swipe-cue,
.ea-package-dots {
    display: none;
}

@media (max-width: 768px) {
    .ea-package-swipe-cue {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-height: 28px;
        margin: 0 0 10px;
        padding: 5px 11px;
        border: 1px solid rgba(255, 216, 105, .26);
        border-radius: 999px;
        color: rgba(255, 255, 255, .78);
        font-size: 10.5px;
        line-height: 1;
        letter-spacing: 0;
        background: linear-gradient(180deg, rgba(255, 216, 105, .12), rgba(255, 216, 105, .04));
    }

    .ea-package-swipe-cue strong {
        color: #f6d77c;
        font-size: 11px;
        font-weight: 850;
        text-transform: uppercase;
    }

    .ea-plan-carousel-wrap {
        position: relative;
        margin-inline: -12px;
    }

    .ea-plan-carousel-wrap::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 8px;
        width: 42px;
        pointer-events: none;
        background: linear-gradient(90deg, transparent, rgba(4, 5, 8, .92));
    }

    .ea-plan-grid {
        gap: 12px;
        margin-inline: 0;
        padding: 0 28px 8px 12px;
        scrollbar-width: none;
        scroll-padding-left: 12px;
        -webkit-overflow-scrolling: touch;
    }

    .ea-plan-grid::-webkit-scrollbar {
        display: none;
    }

    .ea-package-card {
        flex: 0 0 min(82vw, 330px);
        max-width: min(82vw, 330px);
        padding: 14px;
        scroll-snap-align: start;
    }

    .ea-package-card .ea-badge:first-of-type {
        min-height: 20px;
        padding-inline: 7px;
    }

    .ea-package-card h3 {
        margin-top: 7px !important;
        font-size: 15px;
    }

    .ea-price {
        margin: 5px 0 7px;
        font-size: 21px;
    }

    .ea-package-card > .ea-form-help {
        -webkit-line-clamp: 1;
        font-size: 11.5px;
    }

    .ea-benefits {
        margin: 8px 0;
        font-size: 11.5px;
    }

    .ea-benefits li:nth-child(n+4),
    .ea-package-card .ea-summary {
        display: none;
    }

    .ea-select-pill {
        min-height: 42px;
        margin-top: 8px;
        padding-block: 10px;
    }

    .ea-package-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        margin: 8px 0 12px;
    }

    .ea-package-dots button {
        width: 7px;
        height: 7px;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background: rgba(255, 255, 255, .28);
        box-shadow: none;
        transition: width .2s ease, background .2s ease, box-shadow .2s ease;
    }

    .ea-package-dots button.is-active {
        width: 22px;
        background: linear-gradient(90deg, #f6d77c, #d6a83f);
        box-shadow: 0 0 12px rgba(246, 216, 124, .28);
    }

    .ea-package-dots button:focus-visible {
        outline: 2px solid rgba(246, 216, 124, .75);
        outline-offset: 4px;
    }

    .ea-leaderboard-section {
        padding-block: 30px;
    }

    .ea-leaderboard-head {
        margin-bottom: 12px;
    }

    .ea-leaderboard-head .ea-kicker {
        margin-bottom: 6px;
    }

    .ea-leaderboard-head .ea-title {
        font-size: clamp(24px, 7vw, 30px);
    }

    .ea-leaderboard-head .ea-subtitle {
        max-width: 32rem;
        margin-bottom: 5px;
        font-size: 12.5px;
        line-height: 1.35;
    }

    .ea-leaderboard-note {
        display: inline-flex;
        width: auto;
        max-width: 100%;
        margin-top: 2px;
        padding: 4px 8px;
        border: 1px solid rgba(255, 216, 105, .18);
        border-radius: 999px;
        font-size: 10.5px;
        line-height: 1.2;
        background: rgba(255, 216, 105, .06);
    }

    .ea-leaderboard-subhead {
        margin: 0 0 8px;
        font-size: 14px;
    }

    .ea-podium-grid {
        gap: 9px;
        margin-top: 8px;
    }

    .ea-podium-card,
    .ea-podium-card-1 {
        min-height: auto;
        padding: 11px 10px 0;
        border-radius: 10px;
        gap: 4px;
        box-shadow: 0 12px 28px rgba(0, 0, 0, .34);
    }

    .ea-podium-card-1 {
        max-height: 238px;
        padding-top: 12px;
        box-shadow: 0 14px 34px rgba(0, 0, 0, .42), 0 0 22px rgba(246, 216, 124, .14);
    }

    .ea-podium-card-1::after {
        content: "";
        position: absolute;
        inset: -1px;
        z-index: -1;
        border-radius: inherit;
        background: linear-gradient(135deg, rgba(246, 216, 124, .20), transparent 42%, rgba(214, 168, 63, .10));
        opacity: .65;
        animation: eaMobileChampionGlow 3.4s ease-in-out infinite;
    }

    .ea-podium-medal {
        min-width: 48px;
        height: 21px;
        padding-inline: 8px;
        font-size: 9px;
    }

    .ea-podium-avatar,
    .is-champion .ea-podium-avatar {
        width: 42px;
        height: 42px;
        font-size: 17px;
        box-shadow: 0 0 18px rgba(214, 168, 63, .18);
    }

    .ea-podium-rank {
        min-width: 50px;
        height: 24px;
        font-size: 10.5px;
    }

    .ea-podium-card h3 {
        max-width: 100%;
        margin-top: 1px;
        font-size: 13.5px;
        line-height: 1.05;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ea-rank-meta,
    .ea-podium-details,
    .ea-new-card span {
        font-size: 10.5px;
    }

    .ea-podium-details {
        width: 100%;
    }

    .ea-podium-details span,
    .ea-podium-details strong {
        display: block;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ea-podium-card .ea-badge {
        min-height: 18px;
        padding: 4px 6px;
        font-size: 8.5px;
    }

    .ea-podium-base,
    .is-champion .ea-podium-base {
        width: calc(100% + 20px);
        min-height: 28px;
        margin-top: 4px;
        border-radius: 7px 7px 0 0;
        font-size: 17px;
    }

    .ea-new-registered {
        margin-top: 12px;
    }

    .ea-mini-head {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        margin-bottom: 8px;
    }

    .ea-mini-head h3 {
        font-size: 14px;
    }

    .ea-new-grid {
        gap: 7px;
    }

    .ea-new-card {
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 10px 11px;
        border-radius: 10px;
        gap: 8px;
    }

    .ea-new-card strong {
        font-size: 12.5px;
        line-height: 1.15;
    }

    .ea-new-card > div:last-child {
        text-align: right;
    }

    .ea-new-card > div:last-child span,
    .ea-new-card > div:last-child strong {
        max-width: 104px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ea-see-all-board {
        min-height: 44px;
        font-size: 12.5px;
    }
}

@media (max-width: 430px) {
    .ea-podium-card-1 {
        max-height: 226px;
    }

    .ea-new-card > div:last-child span,
    .ea-new-card > div:last-child strong {
        max-width: 92px;
    }
}

@media (max-width: 380px) {
    .ea-package-card {
        flex-basis: 88%;
        max-width: 88%;
    }

    .ea-podium-grid {
        grid-template-areas:
            "first first"
            "second third";
        gap: 8px;
    }
}

@media (max-width: 340px) {
    .ea-podium-grid {
        grid-template-areas:
            "first"
            "second"
            "third";
        grid-template-columns: 1fr;
    }

    .ea-podium-card,
    .ea-podium-card-1 {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        justify-items: start;
        padding: 10px;
        text-align: left;
    }

    .ea-podium-medal,
    .ea-podium-base {
        display: none;
    }

    .ea-podium-card h3,
    .ea-rank-meta,
    .ea-podium-details,
    .ea-podium-card .ea-badge {
        grid-column: 2;
    }

    .ea-podium-rank {
        grid-column: 3;
        grid-row: 1 / span 2;
    }

    .ea-new-card {
        grid-template-columns: 1fr;
    }

    .ea-new-card > div:last-child {
        text-align: left;
    }

    .ea-new-card > div:last-child span,
    .ea-new-card > div:last-child strong {
        max-width: 100%;
    }
}

@keyframes eaMobileChampionGlow {
    0%,
    100% {
        opacity: .42;
    }

    50% {
        opacity: .78;
    }
}

/* Early Access leaderboard mobile overlap hardening */
@media (max-width: 480px) {
    .ea-podium-grid {
        align-items: stretch;
    }

    .ea-podium-card,
    .ea-podium-card-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        min-height: 0;
        max-height: none;
        height: auto;
        overflow: visible;
        padding: 13px 10px 0;
        gap: 7px;
    }

    .ea-podium-card-1 {
        padding-top: 14px;
    }

    .ea-podium-card h3 {
        width: 100%;
        margin: 0;
        color: #fff8e8;
        font-size: 14px;
        line-height: 1.18;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        overflow-wrap: anywhere;
    }

    .ea-rank-meta {
        width: 100%;
        font-size: 11px;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    .ea-podium-details {
        display: grid;
        width: 100%;
        min-height: 0;
        gap: 4px;
        padding: 2px 0;
    }

    .ea-podium-details span,
    .ea-podium-details strong {
        display: block;
        max-width: 100%;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        line-height: 1.22;
        overflow-wrap: anywhere;
    }

    .ea-podium-details strong {
        font-size: 12px;
    }

    .ea-podium-card .ea-badge {
        position: static;
        display: inline-flex;
        width: fit-content;
        max-width: 100%;
        min-height: 22px;
        margin-top: 1px;
        padding: 5px 8px;
        font-size: 9px;
        line-height: 1;
        white-space: nowrap;
    }

    .ea-podium-base,
    .is-champion .ea-podium-base {
        flex: 0 0 auto;
        align-self: stretch;
        width: calc(100% + 20px);
        min-height: 34px;
        margin: 3px -10px 0;
        border-radius: 8px 8px 0 0;
        font-size: 20px;
        line-height: 1;
    }
}

@media (max-width: 340px) {
    .ea-podium-card,
    .ea-podium-card-1 {
        display: flex;
        align-items: center;
        padding: 12px 10px 0;
        text-align: center;
    }

    .ea-podium-medal,
    .ea-podium-base {
        display: grid;
    }

    .ea-podium-card h3,
    .ea-rank-meta,
    .ea-podium-details,
    .ea-podium-card .ea-badge,
    .ea-podium-rank {
        grid-column: auto;
        grid-row: auto;
    }
}

/* Public Early Access Leaderboard page refinement */
.ea-board-page-head {
    max-width: 760px;
    margin-bottom: 18px;
}

.ea-board-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 14px;
}

.ea-board-search-actions {
    display: flex;
    gap: 8px;
}

.ea-board-search .ea-button {
    min-height: 48px;
    padding-inline: 18px;
}

.ea-board-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 14px;
    color: rgba(255, 250, 240, .68);
    font-size: 12.5px;
    line-height: 1.35;
}

.ea-board-list {
    display: grid;
    gap: 12px;
}

.ea-board-card {
    position: relative;
    display: grid;
    gap: 11px;
    padding: 16px;
    border: 1px solid rgba(255, 216, 105, .20);
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(18, 18, 18, .94), rgba(7, 8, 10, .96)),
        radial-gradient(circle at 0 0, rgba(255, 216, 105, .10), transparent 16rem);
    box-shadow: 0 16px 42px rgba(0, 0, 0, .28);
}

.ea-board-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    border-radius: 10px 0 0 10px;
    background: rgba(255, 216, 105, .34);
}

.ea-board-card.is-top-rank {
    border-color: rgba(255, 216, 105, .34);
}

.ea-board-card.is-top-1 {
    box-shadow: 0 16px 44px rgba(0, 0, 0, .34), 0 0 22px rgba(255, 216, 105, .11);
}

.ea-board-card-top,
.ea-board-card-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ea-board-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #080808;
    font-size: 13px;
    font-weight: 950;
    background: linear-gradient(135deg, #ffeaa3, #d6a83f);
}

.ea-board-person {
    display: grid;
    gap: 3px;
}

.ea-board-person h2 {
    margin: 0;
    color: #fffaf0;
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.12;
}

.ea-board-person span,
.ea-board-card-details span {
    color: rgba(255, 250, 240, .62);
    font-size: 11px;
    line-height: 1.2;
}

.ea-board-card-details {
    align-items: stretch;
}

.ea-board-card-details > div {
    flex: 1 1 0;
    min-width: 0;
    padding: 9px 10px;
    border: 1px solid rgba(255, 216, 105, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
}

.ea-board-card-details strong {
    display: block;
    margin-top: 3px;
    color: #f6d77c;
    font-size: 12.5px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ea-board-empty {
    display: grid;
    gap: 5px;
    padding: 18px;
    border: 1px solid rgba(255, 216, 105, .18);
    border-radius: 10px;
    text-align: center;
    background: rgba(255, 255, 255, .04);
}

.ea-board-empty strong {
    color: #fffaf0;
}

.ea-board-empty span {
    color: rgba(255, 250, 240, .66);
}

.ea-board-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.ea-page-numbers {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ea-page-control,
.ea-page-number,
.ea-page-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 36px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 216, 105, .22);
    border-radius: 8px;
    color: rgba(255, 250, 240, .82);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    background: rgba(255, 255, 255, .04);
}

.ea-page-control {
    min-width: 82px;
}

.ea-page-number.is-active {
    color: #080808;
    background: linear-gradient(135deg, #ffeaa3, #d6a83f);
}

.ea-page-control.is-disabled {
    pointer-events: none;
    opacity: .42;
}

.ea-board-footer {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.ea-board-back {
    min-height: 46px;
    min-width: 220px;
}

@media (max-width: 768px) {
    .ea-leaderboard-page {
        padding-block: 28px;
    }

    .ea-board-page-head {
        margin-bottom: 14px;
    }

    .ea-board-page-head .ea-kicker {
        margin-bottom: 7px;
    }

    .ea-board-page-head .ea-title {
        font-size: clamp(26px, 8vw, 34px);
        line-height: 1.02;
    }

    .ea-board-page-head .ea-subtitle {
        font-size: 13px;
        line-height: 1.38;
    }

    .ea-board-search {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 12px;
    }

    .ea-board-search .form-control {
        min-height: 46px;
        border-radius: 12px;
        font-size: 14px;
    }

    .ea-board-search-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .ea-board-search .ea-button {
        min-height: 44px;
        padding-inline: 10px;
        border-radius: 12px;
        font-size: 12.5px;
    }

    .ea-board-meta {
        display: grid;
        gap: 4px;
        margin-bottom: 11px;
        font-size: 11.5px;
    }

    .ea-board-list {
        gap: 10px;
    }

    .ea-board-card {
        gap: 9px;
        padding: 14px;
        border-radius: 9px;
    }

    .ea-board-rank {
        min-width: 58px;
        min-height: 28px;
        font-size: 12px;
    }

    .ea-board-person h2 {
        font-size: 16px;
    }

    .ea-board-card .ea-badge {
        min-height: 20px;
        padding: 4px 7px;
        font-size: 9px;
    }

    .ea-board-card-details {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .ea-board-card-details > div {
        padding: 8px;
    }

    .ea-board-card-details strong {
        font-size: 11.5px;
    }

    .ea-board-pagination {
        gap: 6px;
        margin-top: 14px;
    }

    .ea-page-numbers {
        gap: 5px;
    }

    .ea-page-control,
    .ea-page-number,
    .ea-page-ellipsis {
        min-width: 34px;
        min-height: 34px;
        padding: 6px 8px;
        font-size: 11.5px;
    }

    .ea-page-control {
        min-width: 72px;
    }

    .ea-board-footer {
        margin-top: 14px;
    }

    .ea-board-back {
        width: 100%;
        min-height: 44px;
    }
}

@media (max-width: 390px) {
    .ea-board-card-details {
        grid-template-columns: 1fr;
    }

    .ea-board-card-details > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .ea-board-card-details strong {
        max-width: 58%;
        margin-top: 0;
        text-align: right;
    }

    .ea-board-pagination {
        flex-wrap: wrap;
    }
}
.twofa-card {
    max-width: 460px;
}

.twofa-code-input {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 6px;
}
