:root {
    --elite-gold: #f1c40f;
    --elite-gold-dark: #f39c12;
    --elite-black: #070707;
    --elite-panel: #111111;
    --elite-muted: #747987;
}

body.elite-dark-mode,
body.elite-dark-mode .page-wrapper,
body.elite-dark-mode .page-content {
    background: #080808 !important;
    color: #f5f5f5;
}

.elite-shell .card {
    border: 1px solid rgba(241, 196, 15, 0.16);
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(12, 12, 12, 0.08);
}

body.elite-dark-mode .card,
body.elite-dark-mode .modal-content,
body.elite-dark-mode .dropdown-menu {
    background: #121212;
    color: #f8f8f8;
    border-color: rgba(241, 196, 15, 0.18);
}

body.elite-dark-mode .card h1,
body.elite-dark-mode .card h2,
body.elite-dark-mode .card h3,
body.elite-dark-mode .card h4,
body.elite-dark-mode .card h5,
body.elite-dark-mode .card h6,
body.elite-dark-mode .dropdown-menu,
body.elite-dark-mode .form-label,
body.elite-dark-mode .list-group-item,
body.elite-dark-mode .breadcrumb-title {
    color: #f5f7fb;
}

body.elite-dark-mode .text-muted,
body.elite-dark-mode .text-secondary {
    color: #b7bdc8 !important;
}

body.elite-dark-mode .form-control,
body.elite-dark-mode .form-select {
    background-color: #171717;
    border-color: rgba(255, 255, 255, 0.16);
    color: #f5f7fb;
}

body.elite-dark-mode .form-control:focus,
body.elite-dark-mode .form-select:focus {
    background-color: #1c1c1c;
    border-color: rgba(241, 196, 15, 0.7);
    color: #fff;
    box-shadow: 0 0 0 .25rem rgba(241, 196, 15, 0.14);
}

body.elite-dark-mode .form-control::placeholder {
    color: #858b96;
}

body.elite-dark-mode .card-footer,
body.elite-dark-mode .card-header,
body.elite-dark-mode .list-group-item {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.12);
}

body.elite-dark-mode .dropdown-item {
    color: #dce1ea;
}

body.elite-dark-mode code {
    color: #ffe082;
}

.elite-logo-sidebar {
    width: 168px;
    max-height: 52px;
    object-fit: contain;
}

.elite-sidebar .sidebar-header {
    height: 72px;
}

.elite-topbar {
    border-bottom: 1px solid rgba(241, 196, 15, 0.15);
}

.elite-topbar .mobile-toggle-menu {
    border: 0;
    background: transparent;
    line-height: 1;
    padding: 8px;
}

.elite-topbar .mobile-toggle-menu:focus-visible {
    outline: 3px solid rgba(241, 196, 15, .42);
    outline-offset: 3px;
}

.elite-secure-badge {
    background: rgba(241, 196, 15, 0.18);
    color: #9b7200;
    border: 1px solid rgba(241, 196, 15, 0.35);
    padding: 8px 12px;
}

body.elite-dark-mode .elite-secure-badge {
    color: #ffd84e;
}

@media screen and (max-width: 1024px) {
    body.elite-mobile-menu-open {
        overflow: hidden;
    }

    .elite-topbar .mobile-toggle-menu {
        align-items: center !important;
        color: var(--elite-gold) !important;
        cursor: pointer;
        display: inline-flex !important;
        justify-content: center !important;
        position: relative;
        z-index: 1070;
    }

    .elite-shell .elite-sidebar {
        z-index: 1060 !important;
    }

    .elite-shell.wrapper.toggled .elite-sidebar {
        left: 0 !important;
        box-shadow: 12px 0 48px rgba(0, 0, 0, .38) !important;
    }

    .elite-shell.wrapper.toggled .overlay {
        cursor: pointer !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 1050 !important;
    }
}

.elite-theme-toggle {
    border: 0;
    background: transparent;
    font-size: 1.35rem;
}

.elite-avatar {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #111, #4e3900);
    color: #f1c40f;
    border: 2px solid rgba(241, 196, 15, 0.6);
    font-weight: 800;
}

.elite-avatar-img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border: 2px solid rgba(241, 196, 15, 0.6);
}

.elite-auth-body {
    min-height: 100vh;
    background:
        radial-gradient(circle at 15% 10%, rgba(241, 196, 15, 0.2), transparent 28%),
        linear-gradient(135deg, #050505 0%, #101010 52%, #2a1b00 100%);
    color: #f7f7f7;
    overflow-x: hidden;
}

.elite-auth-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr);
}

.elite-auth-hero {
    position: relative;
    padding: 64px 7vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    isolation: isolate;
}

.elite-auth-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(241, 196, 15, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(241, 196, 15, 0.045) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to right, #000, transparent 90%);
    z-index: -2;
}

.elite-auth-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(241, 196, 15, 0.25);
    border-radius: 50%;
    right: 9%;
    top: 18%;
    box-shadow: 0 0 80px rgba(241, 196, 15, 0.15), inset 0 0 70px rgba(241, 196, 15, 0.08);
    z-index: -1;
}

.elite-auth-logo {
    width: min(310px, 70vw);
    margin-bottom: 44px;
    filter: drop-shadow(0 22px 38px rgba(241, 196, 15, 0.18));
}

.elite-auth-title {
    font-size: clamp(2.8rem, 5vw, 5.6rem);
    line-height: 0.94;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.elite-auth-title span {
    color: var(--elite-gold);
}

.elite-auth-form-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(22px);
}

.elite-auth-card {
    width: min(520px, 100%);
    border: 1px solid rgba(241, 196, 15, 0.22);
    border-radius: 28px;
    background: rgba(8, 8, 8, 0.78);
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.55);
    padding: 34px;
}

.elite-auth-feature {
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid rgba(241, 196, 15, 0.22) !important;
    color: #fff;
}

.elite-auth-feature i {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(241, 196, 15, 0.14);
    color: var(--elite-gold);
    font-size: 1.25rem;
    margin-bottom: 14px;
}

.elite-auth-card .form-control,
.elite-wizard .form-control,
.elite-wizard .form-select {
    border-radius: 12px;
    min-height: 48px;
}

.elite-choice-option {
    min-height: 112px;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.78);
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.elite-choice-option:hover {
    transform: translateY(-1px);
    border-color: rgba(241, 196, 15, 0.62);
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}

.elite-choice-option input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--elite-gold);
}

.elite-choice-option strong {
    display: block;
    color: #111827;
    line-height: 1.15;
}

.elite-choice-option small {
    display: block;
    margin-top: 6px;
    color: #667085;
    line-height: 1.35;
}

.elite-choice-option:has(input:checked) {
    border-color: rgba(241, 196, 15, 0.9);
    background: linear-gradient(135deg, rgba(241, 196, 15, 0.18), rgba(255, 255, 255, 0.86));
}

body.elite-dark-mode .elite-choice-option {
    background: rgba(18, 18, 18, 0.78);
    border-color: rgba(241, 196, 15, 0.18);
}

body.elite-dark-mode .elite-choice-option:has(input:checked) {
    background: linear-gradient(135deg, rgba(241, 196, 15, 0.16), rgba(255, 255, 255, 0.04));
}

body.elite-dark-mode .elite-choice-option strong {
    color: #f5f7fb;
}

body.elite-dark-mode .elite-choice-option small {
    color: #b7bdc8;
}

.elite-auth-card .form-control {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    border-color: rgba(241, 196, 15, 0.24);
}

.elite-auth-body-clean {
    background: #f6f2e8;
    color: #121212;
}

.elite-auth-shell-clean {
    grid-template-columns: minmax(0, .98fr) minmax(420px, .72fr);
}

.elite-auth-hero-clean {
    background:
        linear-gradient(90deg, rgba(5, 5, 5, .86), rgba(5, 5, 5, .72)),
        url("../images/brand/login-onechannel-cover.png") center/cover no-repeat,
        linear-gradient(135deg, #090909, #1a1404);
    color: #fff;
}

.elite-auth-hero-clean::before,
.elite-auth-hero-clean::after {
    display: none;
}

.elite-auth-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    border: 1px solid rgba(241, 196, 15, .36);
    border-radius: 999px;
    padding: 9px 13px;
    background: rgba(241, 196, 15, .12);
    color: #f7cf42;
    font-weight: 800;
    margin-bottom: 28px;
}

.elite-auth-title-clean {
    max-width: 820px;
    font-size: clamp(2.6rem, 5vw, 5.2rem);
    letter-spacing: 0;
}

.elite-auth-copy {
    max-width: 680px;
    margin-top: 24px;
    color: rgba(255, 255, 255, .72);
    font-size: 1.08rem;
    line-height: 1.65;
}

.elite-auth-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 820px;
    margin-top: 38px;
}

.elite-auth-proof-grid div {
    border-top: 1px solid rgba(241, 196, 15, .42);
    padding-top: 15px;
}

.elite-auth-proof-grid strong,
.elite-auth-proof-grid span {
    display: block;
}

.elite-auth-proof-grid strong {
    color: #f6c90e;
    margin-bottom: 6px;
}

.elite-auth-proof-grid span {
    color: rgba(255, 255, 255, .64);
    font-size: .92rem;
    line-height: 1.45;
}

.elite-auth-form-wrap-clean {
    background: #fff;
    backdrop-filter: none;
}

.elite-auth-card-clean {
    background: #fff;
    color: #151515;
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 22px;
    box-shadow: 0 26px 70px rgba(18, 18, 18, .12);
}

.elite-auth-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.elite-auth-card-head h2 {
    margin: 16px 0 8px;
    font-weight: 900;
}

.elite-auth-card-head p {
    margin: 0;
    color: #667085;
}

.elite-auth-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    padding: 7px 11px;
    background: #fff8db;
    color: #9b7200;
    border: 1px solid rgba(241, 196, 15, .42);
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.elite-auth-icon-btn {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid rgba(17, 17, 17, .12);
    background: #fff;
    color: #171717;
}

.elite-auth-card-clean .form-label {
    color: #344054;
    font-weight: 800;
    text-transform: uppercase;
    font-size: .78rem;
}

.elite-auth-card-clean .form-control {
    background: #fff;
    color: #171717;
    border: 1px solid #dde3ea;
    min-height: 52px;
}

.elite-auth-card-clean .form-control:focus {
    border-color: var(--elite-gold);
    box-shadow: 0 0 0 .25rem rgba(241, 196, 15, .14);
}

.elite-auth-card-clean .form-text {
    color: #7a8391;
}

.elite-auth-login-form {
    margin-bottom: 22px;
}

.elite-auth-register-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 16px;
    padding: 16px;
    background: #fafafa;
}

.elite-auth-register-strip strong,
.elite-auth-register-strip span {
    display: block;
}

.elite-auth-register-strip span,
.elite-auth-code-note {
    color: #667085;
    font-size: .92rem;
}

.elite-auth-code-note {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 16px;
    line-height: 1.45;
}

.elite-auth-code-note i {
    color: #b98c00;
    font-size: 1.2rem;
}

.elite-auth-alert {
    border-radius: 14px;
}

.elite-register-modal .modal-content {
    border-radius: 20px;
    border: 1px solid rgba(241, 196, 15, .22);
    overflow: hidden;
}

.elite-register-modal .modal-header,
.elite-register-modal .modal-footer {
    border-color: rgba(17, 17, 17, .08);
}

.elite-register-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 24px;
}

.elite-register-steps button {
    border: 1px solid #dde3ea;
    background: #fff;
    color: #667085;
    border-radius: 14px;
    padding: 12px;
    font-weight: 800;
    text-align: left;
}

.elite-register-steps button span {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    margin-right: 8px;
    background: #f2f4f7;
    color: #111;
}

.elite-register-steps button.active {
    border-color: var(--elite-gold);
    color: #151515;
    background: #fff9df;
}

.elite-register-steps button.active span {
    background: var(--elite-gold);
}

.elite-register-step {
    display: none;
}

.elite-register-step.active {
    display: block;
}

.elite-register-info,
.elite-register-confirm {
    border-radius: 16px;
    border: 1px solid rgba(241, 196, 15, .3);
    background: #fffaf0;
    color: #4a3a00;
}

.elite-register-info {
    display: flex;
    gap: 12px;
    padding: 14px;
}

.elite-register-confirm {
    padding: 26px;
}

.elite-register-confirm i {
    width: 54px;
    height: 54px;
    display: inline-grid;
    place-items: center;
    border-radius: 16px;
    background: #111;
    color: var(--elite-gold);
    font-size: 1.8rem;
    margin-bottom: 16px;
}

.elite-register-confirm h4 {
    font-weight: 900;
}

.elite-register-confirm p {
    color: #5f5332;
}

.elite-register-confirm ul {
    margin-bottom: 0;
    color: #5f5332;
}

body.elite-dark-mode .elite-auth-body-clean,
body.elite-dark-mode.elite-auth-body-clean {
    background: #090909 !important;
}

body.elite-dark-mode .elite-auth-form-wrap-clean,
body.elite-dark-mode .elite-auth-card-clean,
body.elite-dark-mode .elite-register-modal .modal-content {
    background: #111;
    color: #f5f5f5;
    border-color: rgba(241, 196, 15, .2);
}

body.elite-dark-mode .elite-auth-card-clean .form-control,
body.elite-dark-mode .elite-register-steps button {
    background: #171717;
    color: #fff;
    border-color: rgba(255, 255, 255, .16);
}

body.elite-dark-mode .elite-auth-card-head p,
body.elite-dark-mode .elite-auth-register-strip span,
body.elite-dark-mode .elite-auth-code-note,
body.elite-dark-mode .elite-auth-card-clean .form-text {
    color: #b8c0cc;
}

body.elite-dark-mode .elite-auth-register-strip,
body.elite-dark-mode .elite-register-info,
body.elite-dark-mode .elite-register-confirm {
    background: #161616;
    border-color: rgba(241, 196, 15, .2);
}

body.elite-login-v2,
body.elite-dark-mode.elite-login-v2 {
    min-height: 100vh;
    background:
        linear-gradient(90deg, #f7f3e8 0 55%, #ffffff 55% 100%) !important;
    color: #111827 !important;
}

body.elite-login-v2 .elite-auth-shell-clean {
    min-height: 100vh;
    grid-template-columns: minmax(0, .95fr) minmax(430px, .62fr);
}

body.elite-login-v2 .elite-auth-hero-clean {
    background:
        linear-gradient(135deg, #ffffff 0%, #f7f3e8 56%, #f0d777 100%) !important;
    color: #111827 !important;
    border-right: 1px solid rgba(17, 17, 17, .08);
}

body.elite-login-v2 .elite-auth-logo {
    width: min(300px, 72vw);
    margin-bottom: 42px;
    filter: none;
}

body.elite-login-v2 .elite-auth-kicker {
    background: #111827;
    border-color: #111827;
    color: #f6c609;
}

body.elite-login-v2 .elite-auth-title-clean {
    max-width: 760px;
    color: #111827;
    font-size: clamp(2.4rem, 4.8vw, 5rem);
}

body.elite-login-v2 .elite-auth-title-clean span {
    color: #b28a00;
}

body.elite-login-v2 .elite-auth-copy {
    color: #4b5563;
    font-weight: 600;
}

body.elite-login-v2 .elite-auth-proof-grid div {
    border-top-color: rgba(17, 24, 39, .16);
}

body.elite-login-v2 .elite-auth-proof-grid strong {
    color: #111827;
}

body.elite-login-v2 .elite-auth-proof-grid span {
    color: #5f6673;
}

body.elite-login-v2 .elite-auth-form-wrap-clean,
body.elite-dark-mode.elite-login-v2 .elite-auth-form-wrap-clean {
    background: #fff !important;
    color: #111827 !important;
}

body.elite-login-v2 .elite-auth-card-clean,
body.elite-dark-mode.elite-login-v2 .elite-auth-card-clean {
    background: #fff !important;
    color: #111827 !important;
    border: 1px solid rgba(17, 24, 39, .1) !important;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(17, 24, 39, .12);
}

body.elite-login-v2 .elite-auth-card-clean h2,
body.elite-login-v2 .elite-auth-card-clean strong,
body.elite-login-v2 .elite-auth-card-clean .form-label,
body.elite-dark-mode.elite-login-v2 .elite-auth-card-clean h2,
body.elite-dark-mode.elite-login-v2 .elite-auth-card-clean strong,
body.elite-dark-mode.elite-login-v2 .elite-auth-card-clean .form-label {
    color: #111827 !important;
}

body.elite-login-v2 .elite-auth-card-head p,
body.elite-login-v2 .elite-auth-register-strip span,
body.elite-login-v2 .elite-auth-code-note,
body.elite-login-v2 .elite-auth-card-clean .form-text,
body.elite-dark-mode.elite-login-v2 .elite-auth-card-head p,
body.elite-dark-mode.elite-login-v2 .elite-auth-register-strip span,
body.elite-dark-mode.elite-login-v2 .elite-auth-code-note,
body.elite-dark-mode.elite-login-v2 .elite-auth-card-clean .form-text {
    color: #667085 !important;
}

body.elite-login-v2 .elite-auth-card-clean .form-control,
body.elite-dark-mode.elite-login-v2 .elite-auth-card-clean .form-control {
    background: #fff !important;
    color: #111827 !important;
    border: 1px solid #d8dee8 !important;
}

body.elite-login-v2 .elite-auth-register-strip,
body.elite-dark-mode.elite-login-v2 .elite-auth-register-strip {
    background: #fffaf0 !important;
    border: 1px solid rgba(241, 196, 15, .42) !important;
}

body.elite-login-v2 .elite-register-cta {
    min-width: 168px;
    white-space: nowrap;
}

body.elite-login-v2 .modal-backdrop.show {
    opacity: .62;
}

body.elite-login-v2 .elite-register-modal-v2 .modal-dialog {
    max-width: 860px;
}

body.elite-login-v2 .elite-register-modal-v2 .modal-content,
body.elite-dark-mode.elite-login-v2 .elite-register-modal-v2 .modal-content {
    background: #fff !important;
    color: #111827 !important;
    border: 1px solid rgba(17, 24, 39, .1) !important;
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
}

body.elite-login-v2 .elite-register-modal-v2 .modal-header,
body.elite-login-v2 .elite-register-modal-v2 .modal-footer {
    background: #fff;
    border-color: #edf0f5;
}

body.elite-login-v2 .elite-register-modal-v2 .modal-title,
body.elite-login-v2 .elite-register-modal-v2 .form-label,
body.elite-login-v2 .elite-register-modal-v2 h4,
body.elite-dark-mode.elite-login-v2 .elite-register-modal-v2 .modal-title,
body.elite-dark-mode.elite-login-v2 .elite-register-modal-v2 .form-label,
body.elite-dark-mode.elite-login-v2 .elite-register-modal-v2 h4 {
    color: #111827 !important;
}

body.elite-login-v2 .elite-register-modal-v2 .form-control,
body.elite-dark-mode.elite-login-v2 .elite-register-modal-v2 .form-control {
    background: #fff !important;
    color: #111827 !important;
    border: 1px solid #d8dee8 !important;
}

body.elite-login-v2 .elite-register-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.elite-login-v2 .elite-register-steps button,
body.elite-dark-mode.elite-login-v2 .elite-register-steps button {
    border: 1px solid #d8dee8 !important;
    background: #fff !important;
    color: #475467 !important;
    border-radius: 12px !important;
    padding: 13px 14px !important;
    font-weight: 900;
    box-shadow: none !important;
}

body.elite-login-v2 .elite-register-steps button.active,
body.elite-dark-mode.elite-login-v2 .elite-register-steps button.active {
    background: #111827 !important;
    border-color: #111827 !important;
    color: #fff !important;
}

body.elite-login-v2 .elite-register-steps button span {
    background: #f6c609;
    color: #111827;
}

body.elite-login-v2 .elite-register-step,
body.elite-dark-mode.elite-login-v2 .elite-register-step {
    display: none !important;
}

body.elite-login-v2 .elite-register-step.active,
body.elite-dark-mode.elite-login-v2 .elite-register-step.active {
    display: block !important;
}

body.elite-login-v2 .elite-register-info,
body.elite-login-v2 .elite-register-confirm,
body.elite-dark-mode.elite-login-v2 .elite-register-info,
body.elite-dark-mode.elite-login-v2 .elite-register-confirm {
    background: #fffaf0 !important;
    color: #3f3100 !important;
    border: 1px solid rgba(241, 196, 15, .38) !important;
}

body.elite-login-v2 .elite-register-confirm p,
body.elite-login-v2 .elite-register-confirm ul,
body.elite-dark-mode.elite-login-v2 .elite-register-confirm p,
body.elite-dark-mode.elite-login-v2 .elite-register-confirm ul {
    color: #5f5332 !important;
}

@media (max-width: 992px) {
    body.elite-login-v2,
    body.elite-dark-mode.elite-login-v2 {
        background: #fff !important;
    }

    body.elite-login-v2 .elite-auth-shell-clean {
        grid-template-columns: 1fr;
    }

    body.elite-login-v2 .elite-auth-hero-clean {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(17, 24, 39, .08);
    }

    body.elite-login-v2 .elite-auth-proof-grid {
        grid-template-columns: 1fr;
    }
}

.elite-btn-gold,
.btn.elite-btn-gold {
    background: linear-gradient(135deg, var(--elite-gold), var(--elite-gold-dark));
    border: none;
    color: #141414;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(241, 196, 15, 0.25);
}

.elite-stat-card {
    position: relative;
    overflow: hidden;
}

.elite-stat-card::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    right: -42px;
    top: -42px;
    background: rgba(241, 196, 15, 0.12);
}

.elite-install-card {
    min-height: 250px;
}

.elite-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    display: inline-block;
    margin-right: 6px;
}

.elite-status-completed { background: #16a34a; }
.elite-status-running, .elite-status-queued { background: #f1c40f; }
.elite-status-failed { background: #dc2626; }
.elite-status-draft { background: #64748b; }

.elite-wizard-step {
    display: none;
}

.elite-wizard-step.active {
    display: block;
}

.elite-stepper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.elite-stepper-item {
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    padding: 12px;
    background: #fff;
    color: #667085;
}

.elite-stepper-item.active,
.elite-stepper-item.done {
    border-color: rgba(241, 196, 15, 0.8);
    color: #111;
    background: linear-gradient(135deg, rgba(241, 196, 15, 0.2), rgba(243, 156, 18, 0.08));
}

body.elite-dark-mode .elite-stepper-item {
    background: #161616;
    border-color: rgba(241, 196, 15, 0.16);
    color: #b8b8b8;
}

body.elite-dark-mode .elite-stepper-item.active,
body.elite-dark-mode .elite-stepper-item.done {
    color: #fff;
}

.elite-terminal {
    height: 520px;
    overflow: auto;
    border-radius: 16px;
    background: #050505;
    color: #e8f6e8;
    padding: 18px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    border: 1px solid rgba(241, 196, 15, 0.22);
}

.elite-code-copy-row,
.elite-copy-code {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.elite-code-copy-row code,
.elite-copy-code code {
    padding: 7px 10px;
    border-radius: 10px;
    color: #ffe082;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(241, 196, 15, 0.22);
}

.elite-page-icon,
.elite-form-icon,
.elite-metric-icon {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(241, 196, 15, 0.14);
    color: #bf8c00;
    font-size: 1.3rem;
}

body.elite-dark-mode .elite-page-icon,
body.elite-dark-mode .elite-form-icon,
body.elite-dark-mode .elite-metric-icon {
    color: #ffd84e;
}

.elite-form-stack {
    display: grid;
    gap: 16px;
}

.elite-metric-card {
    transition: transform .18s ease, border-color .18s ease;
}

.elite-metric-card:hover {
    transform: translateY(-2px);
    border-color: rgba(241, 196, 15, 0.38);
}

.elite-copy-ok,
.elite-copy-ok:hover {
    color: #102315 !important;
    background: #33d17a !important;
    border-color: #33d17a !important;
}

.elite-code-list {
    display: grid;
    gap: 12px;
}

.elite-code-card {
    border: 1px solid rgba(241, 196, 15, 0.16);
    background: linear-gradient(135deg, rgba(241, 196, 15, 0.06), rgba(255, 255, 255, 0.72));
}

body.elite-dark-mode .elite-code-card {
    background: linear-gradient(135deg, rgba(241, 196, 15, 0.08), rgba(255, 255, 255, 0.025));
}

.elite-code-main {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.elite-code-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: var(--elite-muted);
    font-size: 0.86rem;
}

.elite-code-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.elite-doc-code {
    overflow: hidden;
    border: 1px solid rgba(241, 196, 15, 0.22);
    border-radius: 12px;
    background: #0d1117;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    margin: 12px 0 18px;
}

.elite-doc-code-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #d8dee9;
    font-size: 0.82rem;
    font-weight: 700;
}

.elite-doc-code pre {
    margin: 0;
    padding: 16px;
    overflow-x: auto;
    white-space: pre;
}

.elite-doc-code code {
    color: #ffe082;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.92rem;
}

.elite-doc-code-sm pre {
    padding: 12px;
}

.elite-profile-avatar {
    width: 126px;
    height: 126px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 3px solid rgba(241, 196, 15, 0.72);
    background: linear-gradient(135deg, #111, #4e3900);
    color: #f1c40f;
    font-size: 3rem;
    font-weight: 800;
    overflow: hidden;
}

.elite-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elite-wizard-alert {
    border-left: 4px solid #dc3545;
}

.elite-wizard .is-invalid {
    border-color: #dc3545 !important;
}

.elite-step-help {
    display: grid;
    gap: 10px;
}

.elite-step-help > div {
    display: grid;
    gap: 2px;
    padding: 10px 12px;
    border: 1px solid rgba(241, 196, 15, 0.14);
    border-radius: 10px;
    background: rgba(241, 196, 15, 0.035);
}

.elite-step-help > div strong {
    color: #303642;
    font-size: 0.88rem;
}

.elite-step-help > div span {
    color: var(--elite-muted);
    font-size: 0.8rem;
}

.elite-step-help > div.active {
    border-color: rgba(241, 196, 15, 0.75);
    background: rgba(241, 196, 15, 0.16);
}

body.elite-dark-mode .elite-step-help > div strong {
    color: #f5f7fb;
}

body.elite-dark-mode .elite-step-help > div span {
    color: #b7bdc8;
}

.elite-confetti-layer {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 9999;
}

.elite-confetti-layer span {
    position: absolute;
    top: -20px;
    width: 10px;
    height: 16px;
    border-radius: 3px;
    animation-name: elite-confetti-fall;
    animation-timing-function: cubic-bezier(.2, .7, .3, 1);
    animation-fill-mode: forwards;
}

@keyframes elite-confetti-fall {
    0% {
        opacity: 1;
        transform: translateY(-20px) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: translateY(105vh) rotate(740deg);
    }
}

@media (max-width: 768px) {
    .elite-code-actions {
        justify-content: flex-start;
    }

    .elite-auth-title {
        font-size: 2.7rem;
    }
}

.elite-terminal-line {
    white-space: pre-wrap;
    margin-bottom: 6px;
}

.elite-log-error { color: #ff9f9f; }
.elite-log-warn { color: #ffd86b; }
.elite-log-success { color: #80ffb4; }

@media (max-width: 992px) {
    .elite-auth-shell {
        grid-template-columns: 1fr;
    }

    .elite-auth-hero {
        min-height: 48vh;
        padding: 42px 24px;
    }

    .elite-stepper {
        grid-template-columns: 1fr;
    }
}
