:root {
    --bg: #05020c;
    --bg-2: #0d0518;
    --panel: rgba(32, 13, 45, 0.72);
    --panel-strong: rgba(44, 17, 58, 0.86);
    --line: rgba(234, 191, 109, 0.28);
    --line-soft: rgba(255, 255, 255, 0.08);
    --gold: #e9bd68;
    --gold-2: #f8df9c;
    --plum: #3a123f;
    --rose: #9f4768;
    --text: #fff8ec;
    --muted: #b9aabb;
    --green: #54d6a5;
    --amber: #f3bd56;
    --danger: #ff7b8d;
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: Inter, "Segoe UI", Arial, sans-serif;
}

/* Premium landing and deposit redesign */
.bonus-announcement {
    align-items: center;
    animation: bonusPulse 3.6s ease-in-out infinite;
    background: linear-gradient(135deg, rgba(248, 223, 156, 0.18), rgba(75, 22, 74, 0.78)), rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(248, 223, 156, 0.42);
    border-radius: 999px;
    box-shadow: 0 18px 45px rgba(217, 155, 67, 0.16);
    display: flex;
    gap: 14px;
    justify-content: center;
    margin: 12px auto 8px;
    max-width: 680px;
    padding: 12px 20px;
    text-align: center;
}

.bonus-announcement span,
.trust-indicators span {
    align-items: center;
    background: linear-gradient(135deg, #f8df9c, #d99b43);
    border-radius: 999px;
    color: #160a12;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
    min-height: 34px;
    min-width: 44px;
    padding: 8px 12px;
}

.bonus-announcement strong {
    color: var(--gold-2);
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bonus-announcement small { color: var(--muted); font-weight: 700; }

.hero-bonus-card {
    backdrop-filter: blur(16px);
    background: rgba(28, 10, 40, 0.72);
    border: 1px solid rgba(248, 223, 156, 0.42);
    border-radius: 8px;
    bottom: 54px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.34);
    display: grid;
    gap: 4px;
    min-width: 190px;
    padding: 18px;
    position: absolute;
    right: 42px;
}

.hero-bonus-card span,
.hero-bonus-card small {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-bonus-card strong {
    color: var(--gold-2);
    font-family: var(--serif);
    font-size: 42px;
    line-height: 1;
}

.earn-section { text-align: center; }

.earn-flow {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 30px;
}

.earn-flow article,
.trust-indicators article,
.deposit-summary-grid article,
.payment-method-panel,
.selected-payment-card,
.deposit-history-panel {
    backdrop-filter: blur(18px);
    background: linear-gradient(145deg, rgba(67, 24, 76, 0.58), rgba(9, 4, 20, 0.82)), rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(248, 223, 156, 0.22);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.earn-flow article {
    padding: 20px 14px;
    transition: transform 0.22s ease, border-color 0.22s ease;
}

.earn-flow article:hover,
.payment-card:hover,
.deposit-summary-grid article:hover {
    border-color: rgba(248, 223, 156, 0.52);
    transform: translateY(-4px);
}

.earn-flow b {
    color: var(--gold);
    display: block;
    font-family: var(--serif);
    font-size: 28px;
    margin-bottom: 12px;
}

.earn-flow h3,
.trust-indicators strong {
    font-size: 15px;
    margin: 0 0 8px;
}

.earn-flow p,
.trust-indicators small {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

.trust-indicators {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 28px 0 54px;
}

.trust-indicators article {
    display: grid;
    gap: 10px;
    padding: 20px;
}

.deposit-hero {
    align-items: end;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
    margin: 18px 0;
}

.payment-status-banner {
    background: linear-gradient(135deg, rgba(84, 214, 165, 0.16), rgba(248, 223, 156, 0.14));
    border: 1px solid rgba(84, 214, 165, 0.34);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(84, 214, 165, 0.08);
    display: grid;
    gap: 6px;
    padding: 18px;
}

.payment-status-banner strong { color: #dcfff0; }
.payment-status-banner span { color: var(--muted); font-size: 13px; }

.deposit-summary-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 18px 0;
}

.deposit-summary-grid article {
    display: grid;
    gap: 7px;
    padding: 18px;
}

.deposit-summary-grid span,
.selected-payment-card span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.deposit-summary-grid strong {
    color: var(--gold-2);
    font-family: var(--serif);
    font-size: 32px;
    line-height: 1;
}

.deposit-summary-grid small { color: var(--muted); }

.deposit-workspace {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    margin-top: 18px;
}

.payment-method-panel,
.selected-payment-card,
.deposit-history-panel {
    padding: 20px;
}

.payment-card-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 18px;
}

.payment-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(248, 223, 156, 0.18);
    border-radius: 8px;
    color: var(--text);
    cursor: pointer;
    display: grid;
    gap: 8px;
    min-height: 126px;
    padding: 14px;
    text-align: left;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.payment-card.active {
    background: linear-gradient(145deg, rgba(248, 223, 156, 0.16), rgba(66, 21, 73, 0.72));
    border-color: rgba(248, 223, 156, 0.72);
}

.payment-card i,
.selected-payment-head i {
    align-items: center;
    background: linear-gradient(135deg, #f8df9c, #d99b43);
    border-radius: 50%;
    color: #160a12;
    display: inline-flex;
    font-style: normal;
    font-weight: 900;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.payment-card strong { font-size: 14px; }
.payment-card small { color: var(--muted); }

.selected-payment-card {
    display: grid;
    gap: 18px;
}

.selected-payment-head {
    align-items: center;
    display: flex;
    gap: 14px;
}

.selected-payment-head strong {
    color: var(--gold-2);
    display: block;
    font-family: var(--serif);
    font-size: 30px;
}

.account-detail-card {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 16px;
}

.account-detail-card p {
    color: #f4e7d8;
    line-height: 1.7;
    margin: 10px 0 16px;
}

.deposit-form-grid {
    display: grid;
    gap: 14px;
}

.proof-field input::file-selector-button {
    background: linear-gradient(135deg, #f8df9c, #d99b43);
    border: 0;
    border-radius: 999px;
    color: #160a12;
    cursor: pointer;
    font-weight: 900;
    margin-right: 12px;
    padding: 10px 14px;
}

.upload-proof-btn { width: 100%; }

.deposit-history-panel { margin-top: 20px; }

.history-tools {
    display: flex;
    gap: 10px;
}

.history-tools input,
.history-tools select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(248, 223, 156, 0.2);
    border-radius: 8px;
    color: var(--text);
    min-height: 42px;
    padding: 10px 12px;
}

.modern-table-wrap { overflow-x: auto; }

.modern-table {
    border-collapse: collapse;
    min-width: 760px;
    width: 100%;
}

.modern-table th,
.modern-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px;
    text-align: left;
}

.modern-table th {
    color: var(--gold);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.status-badge {
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    padding: 7px 11px;
}

.status-badge.pending { background: rgba(243, 189, 86, 0.15); color: var(--amber); }
.status-badge.approved { background: rgba(84, 214, 165, 0.15); color: var(--green); }
.status-badge.rejected { background: rgba(255, 123, 141, 0.15); color: var(--danger); }

@keyframes bonusPulse {
    0%, 100% { transform: translateY(0); box-shadow: 0 18px 45px rgba(217, 155, 67, 0.12); }
    50% { transform: translateY(-3px); box-shadow: 0 24px 65px rgba(217, 155, 67, 0.24); }
}

@media (max-width: 1100px) {
    .earn-flow,
    .payment-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .trust-indicators,
    .deposit-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .deposit-workspace {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .bonus-announcement,
    .history-tools {
        border-radius: 8px;
        display: grid;
    }

    .deposit-hero,
    .trust-indicators,
    .deposit-summary-grid,
    .earn-flow,
    .payment-card-grid {
        grid-template-columns: 1fr;
    }

    .hero-bonus-card {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .payment-method-panel,
    .selected-payment-card,
    .deposit-history-panel {
        padding: 16px;
    }
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at 74% 8%, rgba(143, 74, 120, 0.28), transparent 28rem),
        radial-gradient(circle at 18% 28%, rgba(185, 118, 68, 0.16), transparent 24rem),
        linear-gradient(135deg, #05020c 0%, #0d0518 45%, #010816 100%);
    color: var(--text);
    font-family: var(--sans);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(234, 191, 109, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(234, 191, 109, 0.025) 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
}

a { color: inherit; text-decoration: none; }

.shell {
    margin: 0 auto;
    position: relative;
    width: min(1180px, calc(100% - 32px));
    z-index: 1;
}

.nav {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 24px 0;
}

.brand {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 220px;
}

.brand span {
    align-items: center;
    border: 1px solid var(--gold);
    border-radius: 999px;
    color: var(--gold-2);
    display: inline-flex;
    flex: 0 0 auto;
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 700;
    height: 54px;
    justify-content: center;
    letter-spacing: -0.03em;
    width: 54px;
}

.brand strong {
    display: grid;
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.brand small {
    color: var(--gold);
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.22em;
    margin-top: 6px;
}

.nav-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.nav-toggle {
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--gold-2);
    cursor: pointer;
    display: none;
    font: inherit;
    font-size: 22px;
    height: 44px;
    justify-content: center;
    width: 48px;
}

.nav-toggle span {
    background: currentColor;
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 20px;
}

.nav-toggle {
    flex-direction: column;
    gap: 5px;
}

.nav-links a,
.nav-links button {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #f7ecdf;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 16px;
}

.nav-links a:hover,
.nav-links button:hover {
    border-color: var(--line);
    color: var(--gold-2);
}

.hero {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    min-height: calc(100vh - 104px);
    padding: 24px 0 50px;
}

.hero-copy { max-width: 590px; }

.hero h1,
.section h2,
.cta-band h2,
.page-head h1 {
    font-family: var(--serif);
    font-size: clamp(46px, 6.5vw, 86px);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 0.95;
    margin: 0;
}

.section h2,
.cta-band h2,
.page-head h1 {
    font-size: clamp(34px, 4.2vw, 54px);
}

.lead {
    color: #eee3e9;
    font-size: 18px;
    line-height: 1.75;
    margin: 20px 0 0;
}

.lead.small { color: var(--muted); font-size: 16px; }

.kicker {
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.42em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.btn {
    align-items: center;
    background: linear-gradient(135deg, #f9e6ad, #d99b43);
    border: 1px solid rgba(255, 236, 179, 0.8);
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(217, 155, 67, 0.24);
    color: #160a12;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 900;
    justify-content: center;
    min-height: 46px;
    padding: 12px 24px;
}

.btn.alt {
    background: rgba(255, 255, 255, 0.02);
    border-color: var(--line);
    box-shadow: none;
    color: var(--gold-2);
}

.btn:disabled,
input:disabled,
textarea:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 38px;
}

.trust-row span {
    color: #f4e5d3;
    font-size: 13px;
    font-weight: 800;
    position: relative;
    padding-left: 18px;
}

.trust-row span::before {
    background: var(--gold);
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 7px;
}

.hero-art {
    min-height: 560px;
    position: relative;
}

.gold-ring {
    border: 1px solid rgba(234, 191, 109, 0.48);
    border-radius: 50%;
    height: 430px;
    position: absolute;
    right: 0;
    top: 32px;
    width: 430px;
}

.portrait-panel {
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.08), transparent 42%),
        radial-gradient(circle at 50% 12%, rgba(234, 191, 109, 0.2), transparent 16rem),
        linear-gradient(135deg, rgba(52, 15, 59, 0.94), rgba(9, 6, 25, 0.98));
    border: 1px solid var(--line);
    border-radius: 8px;
    bottom: 0;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
    height: 500px;
    overflow: hidden;
    position: absolute;
    right: 34px;
    width: min(440px, 90%);
}

.portrait-panel::before {
    background:
        radial-gradient(circle at 45% 30%, rgba(255, 225, 158, 0.28), transparent 5rem),
        linear-gradient(150deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 221, 157, 0.2);
    border-radius: 999px 999px 120px 120px;
    content: "";
    height: 380px;
    left: 50%;
    position: absolute;
    top: 44px;
    transform: translateX(-50%);
    width: 260px;
}

.portrait-glow {
    background: linear-gradient(135deg, rgba(234, 191, 109, 0.28), rgba(119, 42, 91, 0.24));
    border-radius: 50%;
    filter: blur(28px);
    height: 220px;
    left: 110px;
    position: absolute;
    top: 120px;
    width: 220px;
}

.portrait-copy {
    align-items: center;
    background: rgba(8, 3, 14, 0.72);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: flex;
    gap: 14px;
    left: 0;
    padding: 18px;
    position: absolute;
    right: 0;
}

.portrait-copy span {
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--gold-2);
    display: grid;
    flex: 0 0 auto;
    font-family: var(--serif);
    font-size: 24px;
    height: 58px;
    place-items: center;
    width: 58px;
}

.portrait-copy p { color: #f2dfc5; margin: 0; }

.preview-card {
    background: rgba(30, 10, 40, 0.84);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
    left: 0;
    padding: 22px;
    position: absolute;
    top: 110px;
    width: 250px;
    z-index: 2;
}

.preview-card strong {
    display: block;
    font-family: var(--serif);
    font-size: 46px;
    line-height: 1;
}

.preview-card span { color: var(--muted); display: block; margin-top: 8px; }

.mini-bars {
    align-items: end;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, 1fr);
    height: 90px;
    margin-top: 22px;
}

.mini-bars i {
    background: linear-gradient(180deg, var(--gold-2), var(--rose));
    border-radius: 8px 8px 0 0;
}

.mini-bars i:nth-child(1) { height: 38%; }
.mini-bars i:nth-child(2) { height: 62%; }
.mini-bars i:nth-child(3) { height: 48%; }
.mini-bars i:nth-child(4) { height: 82%; }
.mini-bars i:nth-child(5) { height: 68%; }

.stats-band {
    background: rgba(30, 10, 40, 0.78);
    border: 1px solid var(--line);
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: -34px 0 46px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.stats-band article {
    padding: 24px 28px;
}

.stats-band article + article { border-left: 1px solid var(--line-soft); }
.stats-band span,
.card span {
    color: var(--muted);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.stats-band strong,
.card strong {
    display: block;
    font-family: var(--serif);
    font-size: 32px;
    font-weight: 600;
    margin-top: 8px;
}

.section {
    border-top: 1px solid rgba(234, 191, 109, 0.2);
    padding: 56px 0;
}

.two-col {
    align-items: center;
    display: grid;
    gap: 36px;
    grid-template-columns: 0.78fr 1.22fr;
}

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

.feature,
.story,
.panel,
.card,
form.form {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
    padding: 22px;
}

.feature span {
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--gold-2);
    display: grid;
    font-weight: 900;
    height: 42px;
    place-items: center;
    width: 42px;
}

.feature h3,
.process h3 {
    font-family: var(--serif);
    font-size: 24px;
    margin: 16px 0 8px;
}

.feature p,
.process p,
.story span,
.muted {
    color: var(--muted);
    line-height: 1.65;
}

.process { text-align: center; }

.process-row {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 30px;
}

.process-row article {
    position: relative;
}

.process-row b {
    background: radial-gradient(circle, rgba(234, 191, 109, 0.25), rgba(70, 20, 82, 0.92));
    border: 1px solid var(--line);
    border-radius: 50%;
    display: grid;
    font-family: var(--serif);
    font-size: 30px;
    height: 74px;
    margin: 0 auto;
    place-items: center;
    width: 74px;
}

.stories { text-align: center; }
.story { text-align: left; }
.story strong { display: block; line-height: 1.65; }
.story span { display: block; font-weight: 800; margin-top: 16px; }

.cta-band {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(117, 30, 93, 0.68), rgba(35, 10, 42, 0.84)),
        var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin: 34px 0;
    padding: 30px;
}

.footer {
    border-top: 1px solid rgba(234, 191, 109, 0.2);
    color: var(--muted);
    display: grid;
    gap: 14px;
    padding: 34px 0;
}

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

.field {
    color: #e8dcca;
    display: grid;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
}

input,
select,
textarea {
    background: rgba(9, 3, 16, 0.78);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--text);
    font: inherit;
    min-height: 46px;
    outline: none;
    padding: 11px 13px;
    width: 100%;
}

textarea { min-height: 112px; }
input:focus,
select:focus,
textarea:focus { border-color: var(--gold-2); }

.alert {
    background: rgba(84, 214, 165, 0.1);
    border: 1px solid rgba(84, 214, 165, 0.3);
    border-radius: 8px;
    color: #e3fff5;
    padding: 13px 15px;
}

.alert.danger {
    background: rgba(243, 189, 86, 0.12);
    border-color: rgba(243, 189, 86, 0.34);
    color: #ffe5ae;
}

.page-head {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin: 22px 0;
}

.table-wrap {
    border: 1px solid var(--line-soft);
    border-radius: 8px;
    overflow-x: auto;
}

table {
    border-collapse: collapse;
    min-width: 760px;
    width: 100%;
}

th,
td {
    border-bottom: 1px solid var(--line-soft);
    padding: 13px 12px;
    text-align: left;
    vertical-align: top;
}

th {
    background: rgba(10, 4, 18, 0.76);
    color: var(--gold);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

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

.side nav {
    display: grid;
    gap: 8px;
}

.side a {
    border-radius: 8px;
    color: var(--muted);
    font-weight: 850;
    padding: 10px;
}

.side a:hover {
    background: rgba(255, 255, 255, 0.06);
    color: var(--gold-2);
}

.status {
    background: rgba(234, 191, 109, 0.12);
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--gold-2);
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    padding: 6px 11px;
}

@media (max-width: 980px) {
    .hero,
    .two-col,
    .layout {
        grid-template-columns: 1fr;
    }

    .stats-band,
    .process-row,
    .grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-art { min-height: 520px; }
    .preview-card { left: 18px; }
}

@media (max-width: 680px) {
    .shell { width: min(100% - 22px, 1180px); }
    .nav,
    .cta-band,
    .page-head {
        align-items: stretch;
        display: grid;
    }

    .brand strong { font-size: 18px; }
    .nav-links { justify-content: flex-start; }
    .hero h1 { font-size: 50px; }
    .hero-art { min-height: 470px; }
    .portrait-panel { right: 0; width: 100%; }
    .preview-card { position: relative; top: 0; width: 100%; }
    .gold-ring { display: none; }
    .stats-band,
    .feature-grid,
    .process-row,
    .grid-2,
    .grid-3,
    .grid-4 {
        grid-template-columns: 1fr;
    }

    .stats-band article + article { border-left: 0; border-top: 1px solid var(--line-soft); }
}

/* Velvet Circle public landing refresh */
:root {
    --hero-image: url("https://i.pinimg.com/736x/2e/a3/1d/2ea31ddabb737f0077052a96b571c509.jpg");
}

body {
    background:
        radial-gradient(circle at 86% 8%, rgba(230, 173, 89, 0.16), transparent 13rem),
        radial-gradient(circle at 20% 52%, rgba(104, 30, 92, 0.26), transparent 25rem),
        linear-gradient(120deg, #05040d 0%, #10051a 48%, #030915 100%);
}

.shell {
    width: min(1120px, calc(100% - 48px));
}

.nav {
    padding: 24px 0 10px;
}

.brand span {
    box-shadow: inset 0 0 0 1px rgba(248, 223, 156, 0.22);
}

.nav-links {
    gap: 6px;
}

.nav-links a:not(.btn),
.nav-links button {
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 13px;
}

.nav-links a:first-child {
    color: var(--gold-2);
    position: relative;
}

.nav-links a:first-child::after {
    background: var(--gold);
    bottom: 1px;
    content: "";
    height: 1px;
    left: 18px;
    position: absolute;
    width: 30px;
}

.nav-links .btn {
    min-height: 42px;
    min-width: 112px;
    padding: 10px 20px;
}

.nav-login {
    color: #fff8ec;
}

.luxury-hero {
    grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1.18fr);
    min-height: 600px;
    overflow: visible;
    padding: 48px 0 82px;
}

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

.hero h1 {
    font-size: clamp(54px, 6.2vw, 82px);
    line-height: 0.98;
}

.hero h1 em {
    color: var(--gold-2);
    font-style: normal;
}

.lead {
    max-width: 470px;
}

.hero-photo {
    align-self: stretch;
    min-height: 560px;
    overflow: visible;
    pointer-events: none;
}

.hero-photo::before {
    background:
        linear-gradient(90deg, #080412 0%, rgba(8, 4, 18, 0.72) 18%, rgba(8, 4, 18, 0.18) 44%, rgba(8, 4, 18, 0) 70%),
        linear-gradient(0deg, #080412 0%, rgba(8, 4, 18, 0) 28%),
        var(--hero-image) right bottom / min(56vw, 650px) auto no-repeat;
    bottom: -82px;
    content: "";
    left: -190px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 92%, transparent 100%);
    position: absolute;
    right: -58px;
    top: -76px;
    z-index: 2;
}

.hero-photo::after {
    background:
        radial-gradient(circle at 84% 18%, rgba(248, 223, 156, 0.28), transparent 3rem),
        radial-gradient(circle at 94% 62%, rgba(217, 155, 67, 0.28), transparent 6rem);
    content: "";
    inset: -42px -38px -74px -120px;
    pointer-events: none;
    position: absolute;
}

.gold-ring {
    height: 520px;
    opacity: 0.8;
    right: 4px;
    top: 86px;
    width: 520px;
    z-index: 1;
}

.trust-row {
    gap: 28px;
}

.trust-row span {
    display: grid;
    gap: 5px;
    min-width: 130px;
    padding-left: 34px;
}

.trust-row span::before {
    background: transparent;
    border: 1px solid var(--gold);
    border-radius: 6px;
    height: 22px;
    top: 1px;
    width: 22px;
}

.trust-row b {
    color: #fff8ec;
    font-size: 13px;
}

.trust-row small {
    color: var(--muted);
    font-size: 11px;
    font-weight: 500;
}

.stats-band {
    backdrop-filter: blur(16px);
    background: linear-gradient(180deg, rgba(39, 13, 50, 0.86), rgba(21, 7, 31, 0.88));
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: -78px 0 44px;
    z-index: 5;
}

.stats-band article {
    align-items: center;
    display: flex;
    gap: 18px;
    min-height: 92px;
}

.stats-band strong {
    font-size: 28px;
    margin: 0;
}

.icon {
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--gold);
    display: grid;
    flex: 0 0 34px;
    font-style: normal;
    height: 34px;
    place-items: center;
    width: 34px;
}

.icon.members::before { content: "◎"; }
.icon.verified::before { content: "♧"; }
.icon.globe::before { content: "○"; }
.icon.headset::before { content: "◜"; }

.section {
    padding: 60px 14px;
}

.about-section {
    grid-template-columns: 0.78fr 1.22fr;
}

.about-section .lead {
    max-width: 430px;
}

.feature-grid {
    position: relative;
}

.feature {
    align-items: center;
    display: grid;
    gap: 0 18px;
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 124px;
}

.feature .feature-icon {
    color: var(--gold-2);
    font-family: Georgia, serif;
    font-size: 25px;
    grid-row: span 2;
}

.feature h3 {
    margin: 0 0 8px;
}

.feature p {
    margin: 0;
}

.feature-medallion {
    align-items: center;
    background: #120716;
    border: 1px solid var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(233, 189, 104, 0.08);
    color: var(--gold-2);
    display: flex;
    font-family: var(--serif);
    font-size: 38px;
    height: 96px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
}

.process-row {
    align-items: start;
    gap: 26px;
}

.process-row article:not(:last-child)::after {
    border-top: 1px dashed rgba(234, 191, 109, 0.45);
    content: "";
    left: calc(50% + 56px);
    position: absolute;
    top: 37px;
    width: calc(100% - 86px);
}

.process-row b {
    font-size: 34px;
}

.process h3 {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 900;
}

.stories .story:not(.featured-story) {
    display: none;
}

.featured-story {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 150px;
}

.featured-story img {
    aspect-ratio: 1;
    border-radius: 8px;
    height: 96px;
    object-fit: cover;
    width: 96px;
}

.featured-story strong {
    font-size: 14px;
}

.featured-story small {
    color: var(--muted);
    display: block;
    font-weight: 500;
    margin-top: 3px;
}

.cta-band {
    gap: 28px;
    padding: 26px 42px;
}

.cta-seal {
    align-items: center;
    background: radial-gradient(circle, rgba(248, 223, 156, 0.22), rgba(88, 24, 80, 0.72));
    border-radius: 50%;
    color: var(--gold-2);
    display: flex;
    flex: 0 0 112px;
    font-size: 54px;
    height: 112px;
    justify-content: center;
}

.cta-band p {
    color: #f3e7d9;
    margin: 8px 0 0;
}

.footer {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: 1.5fr repeat(3, 0.75fr) 1.15fr;
}

.footer h3 {
    color: #fff8ec;
    font-family: var(--serif);
    font-size: 18px;
    margin: 0 0 14px;
}

.footer a {
    color: var(--muted);
    display: block;
    font-size: 13px;
    margin: 8px 0;
}

.footer p {
    line-height: 1.6;
}

.socials {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.socials a {
    color: #fff8ec;
    font-weight: 900;
    margin: 0;
}

.newsletter {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--line-soft);
    border-radius: 999px;
    display: flex;
    padding: 4px;
}

.newsletter input {
    border: 0;
    min-height: 34px;
}

.newsletter .btn {
    min-height: 34px;
    padding: 7px 14px;
}

.copyright,
.footer > small {
    grid-column: 1 / -1;
    text-align: center;
}

@media (max-width: 980px) {
    .luxury-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 30px 0 32px;
    }

    .hero-photo {
        min-height: 460px;
    }

    .hero-photo::before {
        left: 0;
        background-size: min(92vw, 560px) auto;
        background-position: right bottom;
    }

    .feature-medallion,
    .process-row article::after {
        display: none;
    }

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

@media (max-width: 680px) {
    .shell {
        width: min(100% - 24px, 1120px);
    }

    .luxury-hero {
        padding-top: 30px;
    }

    .hero h1 {
        font-size: 48px;
    }

    .stats-band {
        margin-top: 0;
    }

    .stats-band,
    .footer {
        grid-template-columns: 1fr;
    }

    .featured-story {
        grid-template-columns: 80px minmax(0, 1fr);
    }

    .featured-story img {
        height: 80px;
        width: 80px;
    }

    .cta-seal {
        height: 86px;
        width: 86px;
    }

    .newsletter {
        border-radius: 8px;
        display: grid;
    }
}

@media (max-width: 760px) {
    .nav {
        gap: 18px;
        padding-top: 18px;
    }

    .brand {
        min-width: 0;
    }

    .brand span {
        height: 46px;
        width: 46px;
    }

    .brand strong {
        font-size: 16px;
        letter-spacing: 0.12em;
    }

    .brand small {
        font-size: 8px;
        letter-spacing: 0.16em;
    }

    .nav-links {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .nav-links a,
    .nav-links button,
    .nav-links .btn {
        justify-content: center;
        min-height: 40px;
        min-width: 0;
        padding: 9px 10px;
        text-align: center;
        width: 100%;
    }

    .nav-links a:first-child::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .luxury-hero {
        gap: 18px;
        padding-bottom: 24px;
    }

    .hero-copy {
        max-width: none;
    }

    .kicker {
        font-size: 10px;
        letter-spacing: 0.28em;
    }

    .hero h1 {
        font-size: clamp(42px, 13vw, 58px);
        line-height: 1.02;
    }

    .lead {
        font-size: 15px;
        line-height: 1.6;
        max-width: none;
    }

    .actions {
        align-items: stretch;
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .btn {
        width: 100%;
    }

    .trust-row {
        display: grid;
        gap: 14px;
        grid-template-columns: 1fr;
        margin-top: 26px;
    }

    .hero-photo {
        min-height: 390px;
        overflow: hidden;
    }

    .hero-photo::before {
        background:
            linear-gradient(0deg, #080412 0%, rgba(8, 4, 18, 0) 30%),
            var(--hero-image) center bottom / auto 100% no-repeat;
        inset: 0 -16px 0 -16px;
    }

    .hero-photo::after {
        inset: 0 -16px;
    }

    .gold-ring {
        display: block;
        height: 330px;
        left: 50%;
        right: auto;
        top: 38px;
        transform: translateX(-50%);
        width: 330px;
    }

    .stats-band {
        border-radius: 8px;
        margin: 6px 0 28px;
    }

    .stats-band article {
        min-height: 82px;
        padding: 18px;
    }

    .stats-band strong {
        font-size: 24px;
    }

    .section {
        padding: 42px 0;
    }

    .section h2,
    .cta-band h2,
    .page-head h1 {
        font-size: clamp(31px, 10vw, 42px);
        line-height: 1.05;
    }

    .feature {
        grid-template-columns: 46px minmax(0, 1fr);
        min-height: 112px;
        padding: 18px;
    }

    .process-row {
        gap: 22px;
    }

    .featured-story {
        grid-template-columns: 76px minmax(0, 1fr);
        min-height: 0;
        padding: 16px;
    }

    .featured-story img {
        height: 76px;
        width: 76px;
    }

    .featured-story strong {
        font-size: 13px;
    }

    .cta-band {
        padding: 22px;
    }

    .cta-seal {
        flex-basis: 82px;
        font-size: 40px;
    }

    .footer {
        gap: 22px;
    }
}

@media (max-width: 420px) {
    .shell {
        width: min(100% - 18px, 1120px);
    }

    .nav-links {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: 39px;
    }

    .hero-photo {
        min-height: 330px;
    }

    .gold-ring {
        height: 290px;
        width: 290px;
    }

    .featured-story {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .featured-story img {
        height: 96px;
        width: 96px;
    }
}

/* Premium member dashboard */
.page-dashboard .shell {
    width: 100%;
}

.page-dashboard .nav {
    display: none;
}

.member-app {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    min-height: 100vh;
}

.member-sidebar {
    background: linear-gradient(180deg, rgba(16, 9, 32, 0.98), rgba(4, 8, 22, 0.98));
    border-right: 1px solid rgba(234, 191, 109, 0.22);
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding: 28px 18px;
    position: sticky;
    top: 0;
    height: 100vh;
}

.member-brand {
    min-width: 0;
}

.member-brand span {
    height: 72px;
    width: 72px;
}

.member-menu {
    display: grid;
    gap: 8px;
}

.member-menu a {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #eee7f3;
    display: flex;
    gap: 14px;
    font-size: 16px;
    padding: 13px 16px;
}

.member-menu a.active,
.member-menu a:hover {
    background: linear-gradient(135deg, rgba(130, 55, 142, 0.78), rgba(72, 23, 91, 0.78));
    border-color: rgba(234, 191, 109, 0.18);
}

.member-menu i {
    color: var(--gold);
    display: grid;
    font-style: normal;
    font-weight: 900;
    height: 25px;
    place-items: center;
    width: 25px;
}

.invite-card {
    background:
        radial-gradient(circle at 80% 70%, rgba(234, 191, 109, 0.22), transparent 7rem),
        linear-gradient(135deg, rgba(87, 31, 99, 0.86), rgba(24, 12, 37, 0.92));
    border: 1px solid var(--line);
    border-radius: 8px;
    margin-top: auto;
    padding: 20px;
}

.invite-card h3,
.dash-panel h2 {
    color: #fff8ec;
    font-size: 18px;
    margin: 0 0 10px;
}

.invite-card p {
    color: #e6dceb;
    line-height: 1.55;
}

.invite-card strong {
    color: var(--gold-2);
    display: block;
    letter-spacing: 0.14em;
    margin: 12px 0;
}

.member-main {
    background:
        radial-gradient(circle at 82% 0%, rgba(79, 33, 108, 0.22), transparent 24rem),
        linear-gradient(135deg, #070512 0%, #0f0922 54%, #040a18 100%);
    min-width: 0;
    padding: 0 28px 24px;
}

.member-topbar {
    align-items: center;
    border-bottom: 1px solid rgba(234, 191, 109, 0.18);
    display: flex;
    justify-content: space-between;
    min-height: 72px;
}

.menu-dot {
    background: transparent;
    border: 0;
    color: #fff8ec;
    font-size: 26px;
}

.topbar-actions {
    align-items: center;
    display: flex;
    gap: 18px;
}

.top-icon {
    color: #fff8ec;
    position: relative;
}

.top-icon b {
    background: var(--gold);
    border-radius: 999px;
    color: #180913;
    font-size: 11px;
    padding: 2px 6px;
    position: absolute;
    right: -12px;
    top: -12px;
}

.avatar {
    background: linear-gradient(135deg, var(--gold-2), #8b3c74);
    border-radius: 50%;
    color: #1a0811;
    display: grid;
    font-weight: 900;
    height: 44px;
    place-items: center;
    width: 44px;
}

.topbar-actions small {
    color: var(--muted);
    display: block;
}

.member-hero-card {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(28, 11, 42, 0.96), rgba(28, 11, 42, 0.58) 46%, rgba(28, 11, 42, 0.96)),
        var(--hero-image) center right / auto 140% no-repeat;
    border: 1px solid var(--line);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin: 14px 0;
    min-height: 150px;
    overflow: hidden;
    padding: 28px;
}

.member-hero-card p {
    color: var(--gold-2);
    margin: 0 0 10px;
}

.member-hero-card h1 {
    font-family: var(--serif);
    font-size: clamp(32px, 3.8vw, 44px);
    font-weight: 600;
    margin: 0 0 8px;
}

.member-hero-card em,
.member-hero-card > strong {
    color: var(--gold-2);
    font-style: normal;
}

.member-hero-card span {
    color: #eee5f1;
}

.member-hero-card > strong {
    font-family: var(--serif);
    font-size: 28px;
    font-style: italic;
    font-weight: 500;
    text-align: right;
}

.dash-stat-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dash-stat,
.dash-panel {
    background: rgba(10, 9, 27, 0.78);
    border: 1px solid rgba(234, 191, 109, 0.22);
    border-radius: 8px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.22);
}

.dash-stat {
    min-height: 112px;
    overflow: hidden;
    padding: 18px 70px 18px 18px;
    position: relative;
}

.dash-stat span {
    color: #eee5ef;
    display: block;
    font-size: 14px;
}

.dash-stat strong {
    display: block;
    font-size: 26px;
    margin: 8px 0;
}

.dash-stat small {
    color: var(--muted);
}

.dash-stat i {
    background: radial-gradient(circle, rgba(234, 191, 109, 0.82), rgba(103, 43, 121, 0.8));
    border-radius: 50%;
    display: grid;
    font-size: 24px;
    font-style: normal;
    height: 56px;
    place-items: center;
    position: absolute;
    right: 16px;
    top: 28px;
    width: 56px;
}

.dash-stat.highlight strong {
    color: var(--gold);
}

.dashboard-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: 1.35fr 0.95fr 0.9fr;
    margin-top: 14px;
}

.dash-panel {
    padding: 20px;
}

.panel-head {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.panel-head span,
.panel-head a {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line-soft);
    border-radius: 8px;
    color: #f7e9d4;
    font-size: 12px;
    padding: 8px 12px;
}

.chart-panel {
    min-height: 270px;
}

.chart-panel > strong {
    display: block;
    font-size: 30px;
    margin: 14px 0;
}

.chart-panel small {
    color: var(--muted);
    font-size: 13px;
}

.fake-chart {
    align-items: end;
    border-bottom: 1px solid rgba(234, 191, 109, 0.22);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(7, 1fr);
    height: 120px;
}

.fake-chart i {
    background: linear-gradient(180deg, #ee9ff5, rgba(107, 35, 123, 0.42));
    border-radius: 10px 10px 0 0;
}

.chart-labels {
    color: var(--muted);
    display: grid;
    font-size: 12px;
    grid-template-columns: repeat(7, 1fr);
    margin-top: 10px;
    text-align: center;
}

.task-summary {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template-columns: 130px minmax(0, 1fr);
    margin: 18px 0;
}

.task-ring {
    align-items: center;
    aspect-ratio: 1;
    background: radial-gradient(circle at center, #0d0b22 54%, transparent 56%), conic-gradient(var(--gold) 0 75%, rgba(111, 44, 129, 0.6) 75% 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.task-ring strong {
    font-size: 34px;
}

.task-panel h3,
.deposit-panel h3 {
    margin: 0;
}

.task-panel p,
.deposit-panel p,
.membership-panel p {
    color: #e8ddeb;
    line-height: 1.55;
}

.task-panel dl {
    display: grid;
    gap: 6px;
    grid-template-columns: 1fr auto;
}

.task-panel dt {
    color: var(--muted);
}

.task-panel dd {
    margin: 0;
}

.deposit-panel {
    text-align: center;
}

.deposit-icon {
    background: radial-gradient(circle, rgba(234, 191, 109, 0.22), rgba(102, 40, 123, 0.8));
    border-radius: 50%;
    color: var(--gold);
    display: grid;
    font-size: 40px;
    height: 88px;
    margin: 20px auto 14px;
    place-items: center;
    width: 88px;
}

.transaction-panel {
    grid-column: span 1;
}

.transaction-row {
    align-items: center;
    border-top: 1px solid var(--line-soft);
    display: grid;
    gap: 12px;
    grid-template-columns: 44px 1fr auto;
    padding: 12px 0;
}

.transaction-row i {
    background: rgba(107, 43, 126, 0.72);
    border-radius: 50%;
    color: var(--gold);
    display: grid;
    font-style: normal;
    height: 40px;
    place-items: center;
    width: 40px;
}

.transaction-row span {
    color: var(--muted);
    display: block;
    font-size: 13px;
}

.transaction-row b {
    color: #65e889;
}

.quick-panel,
.membership-panel {
    grid-column: span 1;
}

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

.quick-grid a {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid var(--line-soft);
    border-radius: 8px;
    color: #f4ebf5;
    display: grid;
    gap: 8px;
    min-height: 98px;
    place-items: center;
    text-align: center;
}

.quick-grid i {
    color: var(--gold);
    font-size: 26px;
    font-style: normal;
}

.progress {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    height: 10px;
    overflow: hidden;
}

.progress i {
    background: linear-gradient(90deg, #f2c45f, #bb54e0);
    display: block;
    height: 100%;
}

.premium-card {
    background:
        radial-gradient(circle at 88% 50%, rgba(234, 191, 109, 0.32), transparent 5rem),
        linear-gradient(135deg, rgba(112, 42, 126, 0.9), rgba(40, 18, 58, 0.94));
    border: 1px solid var(--line);
    border-radius: 8px;
    margin-top: 18px;
    padding: 18px;
}

.premium-card h3 {
    font-family: var(--serif);
    font-size: 24px;
    margin: 0;
}

.premium-card .btn {
    min-height: 36px;
    padding: 8px 18px;
    width: auto;
}

.member-footer {
    border-top: 1px solid rgba(234, 191, 109, 0.2);
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 28px;
    padding: 22px 0 0;
}

.member-footer span {
    color: var(--gold-2);
    display: grid;
    gap: 4px;
}

.member-footer small {
    color: var(--muted);
}

@media (max-width: 1200px) {
    .member-app {
        grid-template-columns: 250px minmax(0, 1fr);
    }

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

    .dashboard-grid {
        grid-template-columns: 1fr 1fr;
    }

    .deposit-panel,
    .membership-panel {
        grid-column: span 2;
    }
}

@media (max-width: 860px) {
    .member-app {
        display: block;
    }

    .member-sidebar {
        height: auto;
        position: relative;
    }

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

    .invite-card {
        margin-top: 0;
    }

    .member-main {
        padding: 0 16px 22px;
    }

    .member-hero-card,
    .task-summary,
    .dashboard-grid,
    .member-footer {
        grid-template-columns: 1fr;
    }

    .member-hero-card {
        display: grid;
        gap: 18px;
    }

    .member-hero-card > strong {
        text-align: left;
    }

    .deposit-panel,
    .membership-panel {
        grid-column: span 1;
    }
}

@media (max-width: 560px) {
    .member-sidebar {
        padding: 18px 12px;
    }

    .member-menu,
    .dash-stat-grid,
    .quick-grid {
        grid-template-columns: 1fr;
    }

    .member-topbar {
        align-items: flex-start;
        display: grid;
        gap: 12px;
        padding: 14px 0;
    }

    .topbar-actions {
        flex-wrap: wrap;
    }

    .member-hero-card {
        background:
            linear-gradient(180deg, rgba(28, 11, 42, 0.84), rgba(28, 11, 42, 0.96)),
            var(--hero-image) center bottom / auto 150% no-repeat;
        padding: 20px;
    }

    .member-hero-card h1 {
        font-size: 31px;
    }
}

/* Luxury admin dashboard */
body[class*="page-admin-"] .shell {
    width: 100%;
}

body[class*="page-admin-"] .nav {
    display: none;
}

.admin-app {
    display: grid;
    grid-template-columns: 265px minmax(0, 1fr);
    min-height: 100vh;
}

.admin-sidebar {
    background: linear-gradient(180deg, rgba(11, 6, 24, 0.99), rgba(4, 7, 20, 0.99));
    border-right: 1px solid rgba(212, 175, 55, 0.22);
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100vh;
    overflow-y: auto;
    padding: 16px 12px;
    position: sticky;
    top: 0;
}

.admin-brand span {
    height: 58px;
    width: 58px;
}

.admin-brand strong {
    font-size: 20px;
}

.admin-menu {
    display: grid;
    gap: 4px;
}

.admin-menu p {
    border-top: 1px solid rgba(212, 175, 55, 0.16);
    color: #d77cff;
    font-size: 11px;
    letter-spacing: 0.12em;
    margin: 10px 6px 4px;
    padding-top: 10px;
    text-transform: uppercase;
}

.admin-menu p:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.admin-menu a {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #f5eff8;
    display: flex;
    gap: 11px;
    padding: 9px 10px;
}

.admin-menu a.active,
.admin-menu a:hover {
    background: linear-gradient(135deg, rgba(104, 31, 135, 0.88), rgba(71, 18, 93, 0.86));
    border-color: rgba(212, 175, 55, 0.2);
}

.admin-menu i {
    border: 1px solid rgba(212, 175, 55, 0.5);
    border-radius: 5px;
    color: var(--gold);
    display: grid;
    flex: 0 0 22px;
    font-style: normal;
    font-weight: 900;
    height: 22px;
    place-items: center;
}

.admin-logout {
    margin-top: auto;
}

.admin-logout button {
    background: rgba(114, 32, 72, 0.38);
    border: 1px solid rgba(212, 175, 55, 0.16);
    border-radius: 6px;
    color: #fff4ee;
    cursor: pointer;
    font: inherit;
    padding: 12px;
    width: 100%;
}

.admin-main {
    background:
        radial-gradient(circle at 78% 0%, rgba(76, 34, 119, 0.24), transparent 24rem),
        linear-gradient(135deg, #080513 0%, #0e0923 55%, #050b18 100%);
    min-width: 0;
    padding: 0 18px 24px;
}

.admin-topbar {
    align-items: center;
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    min-height: 78px;
}

.admin-title {
    align-items: center;
    display: flex;
    gap: 18px;
}

.admin-title h1 {
    font-size: 22px;
    margin: 0 0 5px;
}

.admin-title span,
.admin-actions small {
    color: var(--muted);
}

.admin-title b {
    color: var(--gold);
}

.admin-actions {
    align-items: center;
    display: flex;
    gap: 18px;
}

.admin-actions label {
    display: block;
    max-width: 260px;
}

.admin-actions input {
    min-height: 42px;
}

.admin-stat-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 16px;
}

.admin-stat,
.admin-panel {
    background: rgba(13, 10, 32, 0.78);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 8px;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.admin-stat {
    min-height: 118px;
    padding: 20px 18px 18px 86px;
    position: relative;
}

.admin-stat i {
    background: radial-gradient(circle, rgba(212, 175, 55, 0.62), rgba(96, 31, 130, 0.82));
    border-radius: 50%;
    color: #fff4d0;
    display: grid;
    font-style: normal;
    font-weight: 900;
    height: 56px;
    left: 18px;
    place-items: center;
    position: absolute;
    top: 30px;
    width: 56px;
}

.admin-stat span {
    color: #f4edf7;
    display: block;
    font-size: 14px;
}

.admin-stat strong {
    display: block;
    font-size: 25px;
    margin: 7px 0;
}

.admin-stat small {
    color: #62e68b;
}

.admin-dashboard-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: 1.35fr 1.1fr 0.8fr;
    margin-top: 14px;
}

.admin-panel {
    min-width: 0;
    padding: 16px;
}

.admin-panel h2 {
    color: #fff8ec;
    font-size: 18px;
    margin: 0;
}

.admin-line-chart {
    align-items: end;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(9, 1fr);
    height: 210px;
    margin-top: 24px;
}

.admin-line-chart i {
    background: linear-gradient(180deg, #d477ff, rgba(85, 23, 123, 0.36));
    border-radius: 999px 999px 0 0;
}

.admin-line-chart.multi {
    grid-template-columns: repeat(7, 1fr);
}

.admin-line-chart.multi i {
    background: linear-gradient(180deg, #f4bd4b, rgba(160, 64, 210, 0.36));
}

.legend {
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
}

.overview-panel {
    display: grid;
    gap: 12px;
}

.overview-panel div,
.mini-list div {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.overview-panel strong,
.mini-list b {
    color: var(--gold);
}

.table-panel {
    grid-column: span 1;
}

.admin-table-wrap {
    overflow-x: auto;
}

.admin-table-wrap table {
    min-width: 720px;
}

.badge {
    border-radius: 6px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    padding: 5px 9px;
}

.badge.pending {
    background: rgba(232, 157, 35, 0.16);
    color: #ffbd56;
}

.badge.approved,
.badge.paid {
    background: rgba(55, 204, 121, 0.16);
    color: #69e88d;
}

.badge.processing {
    background: rgba(82, 119, 255, 0.16);
    color: #90a8ff;
}

.badge.rejected {
    background: rgba(232, 73, 96, 0.16);
    color: #ff758b;
}

.mini-list small {
    color: var(--muted);
    display: block;
    font-size: 11px;
    margin-top: 2px;
}

@media (max-width: 1250px) {
    .admin-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-dashboard-grid {
        grid-template-columns: 1fr 1fr;
    }

    .overview-panel {
        grid-column: span 2;
    }
}

@media (max-width: 900px) {
    .admin-app {
        display: block;
    }

    .admin-sidebar {
        height: auto;
        position: relative;
    }

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

    .admin-menu p {
        grid-column: 1 / -1;
    }

    .admin-topbar,
    .admin-actions {
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width: 620px) {
    .admin-main {
        padding: 0 10px 18px;
    }

    .admin-stat-grid,
    .admin-dashboard-grid,
    .admin-menu {
        grid-template-columns: 1fr;
    }

    .overview-panel {
        grid-column: span 1;
    }

    .admin-actions label {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 900px) {
    body.menu-open-member .member-sidebar,
    body.menu-open-admin .admin-sidebar {
        pointer-events: auto;
        z-index: 1001;
    }

    body.menu-open-member::after,
    body.menu-open-admin::after {
        pointer-events: none;
        z-index: 1000;
    }
}

/* Global mobile hamburger behavior */
@media (max-width: 900px) {
    .nav {
        display: grid;
        grid-template-columns: 1fr auto;
        position: relative;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .nav-links {
        background: rgba(9, 4, 18, 0.98);
        border: 1px solid var(--line);
        border-radius: 8px;
        box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
        display: none;
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 12px;
        padding: 12px;
        width: 100%;
    }

    body.menu-open-public .nav-links {
        display: grid;
    }

    .nav-links form,
    .nav-links a,
    .nav-links button {
        width: 100%;
    }

    .member-app,
    .admin-app {
        display: block;
    }

    .member-sidebar,
    .admin-sidebar {
        bottom: 0;
        box-shadow: 20px 0 80px rgba(0, 0, 0, 0.5);
        height: 100vh;
        left: 0;
        max-width: min(86vw, 330px);
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-110%);
        transition: transform 220ms ease;
        width: 330px;
        z-index: 1001;
    }

    body.menu-open-member .member-sidebar,
    body.menu-open-admin .admin-sidebar {
        transform: translateX(0);
    }

    body.menu-open-member::after,
    body.menu-open-admin::after {
        background: rgba(0, 0, 0, 0.58);
        content: "";
        inset: 0;
        pointer-events: none;
        position: fixed;
        z-index: 1000;
    }

    .member-main,
    .admin-main {
        padding-left: 16px;
        padding-right: 16px;
    }

    .member-topbar,
    .admin-topbar {
        position: sticky;
        top: 0;
        z-index: 80;
        background: rgba(7, 5, 18, 0.94);
        backdrop-filter: blur(16px);
        padding-left: 0;
        padding-right: 0;
    }

    .menu-dot {
        cursor: pointer;
        min-height: 42px;
        min-width: 42px;
    }

    .admin-stat-grid,
    .dashboard-grid,
    .admin-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .deposit-panel,
    .membership-panel,
    .overview-panel {
        grid-column: span 1;
    }
}

@media (max-width: 620px) {
    .nav-links {
        grid-template-columns: 1fr;
    }

    .brand {
        gap: 9px;
    }

    .member-main,
    .admin-main {
        padding-left: 10px;
        padding-right: 10px;
    }

    .member-topbar,
    .admin-topbar {
        align-items: center;
        display: flex;
        gap: 10px;
        justify-content: space-between;
        min-height: 58px;
        padding: 8px 0;
    }

    .admin-title {
        align-items: center;
        display: flex;
        gap: 10px;
        min-width: 0;
    }

    .admin-title h1 {
        font-size: 17px;
        line-height: 1.1;
        margin: 0;
    }

    .admin-title span {
        display: none;
    }

    .admin-actions,
    .topbar-actions {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        gap: 8px;
    }

    .admin-actions label {
        display: none;
    }

    .admin-actions > div,
    .topbar-actions > div {
        display: none;
    }

    .top-icon {
        display: grid;
        font-size: 13px;
        height: 32px;
        place-items: center;
        width: 28px;
    }

    .top-icon b {
        font-size: 10px;
        padding: 1px 5px;
        right: -5px;
        top: -5px;
    }

    .avatar {
        height: 34px;
        width: 34px;
    }

    .menu-dot {
        font-size: 22px;
        min-height: 36px;
        min-width: 36px;
    }

    .dash-stat-grid,
    .admin-stat-grid,
    .quick-grid,
    .grid-2,
    .grid-3,
    .grid-4 {
        grid-template-columns: 1fr;
    }

    .dash-stat,
    .admin-stat {
        min-height: 104px;
    }

    .table-wrap,
    .admin-table-wrap {
        max-width: calc(100vw - 20px);
    }
}

/* Final UI/UX redesign overrides */
.bonus-announcement,
.payment-status-banner,
.deposit-summary-grid article,
.payment-method-panel,
.selected-payment-card,
.deposit-history-panel,
.earn-flow article,
.trust-indicators article {
    backdrop-filter: blur(18px);
    border-radius: 8px;
}

.bonus-announcement {
    align-items: center;
    background: linear-gradient(135deg, rgba(248, 223, 156, 0.18), rgba(75, 22, 74, 0.78));
    border: 1px solid rgba(248, 223, 156, 0.42);
    box-shadow: 0 18px 45px rgba(217, 155, 67, 0.16);
    display: flex;
    gap: 14px;
    justify-content: center;
    margin: 12px auto 8px;
    max-width: 680px;
    padding: 12px 20px;
}

.bonus-announcement strong { color: var(--gold-2); letter-spacing: 0.18em; text-transform: uppercase; }
.bonus-announcement span,
.trust-indicators span,
.payment-card i,
.selected-payment-head i {
    background: linear-gradient(135deg, #f8df9c, #d99b43);
    color: #160a12;
    font-weight: 900;
}

.hero-bonus-card {
    background: rgba(28, 10, 40, 0.72);
    border: 1px solid rgba(248, 223, 156, 0.42);
    border-radius: 8px;
    bottom: 54px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.34);
    display: grid;
    gap: 4px;
    min-width: 190px;
    padding: 18px;
    position: absolute;
    right: 42px;
}

.hero-bonus-card strong,
.deposit-summary-grid strong,
.selected-payment-head strong {
    color: var(--gold-2);
    font-family: var(--serif);
}

.earn-flow,
.trust-indicators,
.deposit-summary-grid,
.payment-card-grid,
.deposit-workspace,
.deposit-hero {
    display: grid;
    gap: 16px;
}

.earn-flow { grid-template-columns: repeat(6, minmax(0, 1fr)); margin-top: 30px; }
.trust-indicators { grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 28px 0 54px; }
.deposit-summary-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 18px 0; }
.payment-card-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 18px; }
.deposit-workspace { grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr); margin-top: 18px; }
.deposit-hero { align-items: end; grid-template-columns: minmax(0, 1fr) minmax(280px, 380px); margin: 18px 0; }

.earn-flow article,
.trust-indicators article,
.deposit-summary-grid article,
.payment-method-panel,
.selected-payment-card,
.deposit-history-panel {
    background: linear-gradient(145deg, rgba(67, 24, 76, 0.58), rgba(9, 4, 20, 0.82));
    border: 1px solid rgba(248, 223, 156, 0.22);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
    padding: 20px;
}

.payment-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(248, 223, 156, 0.18);
    border-radius: 8px;
    color: var(--text);
    cursor: pointer;
    display: grid;
    gap: 8px;
    min-height: 126px;
    padding: 14px;
    text-align: left;
}

.payment-card.active {
    background: linear-gradient(145deg, rgba(248, 223, 156, 0.16), rgba(66, 21, 73, 0.72));
    border-color: rgba(248, 223, 156, 0.72);
}

.payment-card:hover,
.earn-flow article:hover,
.deposit-summary-grid article:hover { transform: translateY(-4px); }

.payment-card i,
.selected-payment-head i {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    font-style: normal;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.selected-payment-card { display: grid; gap: 18px; }
.selected-payment-head { align-items: center; display: flex; gap: 14px; }
.account-detail-card { background: rgba(255, 255, 255, 0.045); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; padding: 16px; }
.deposit-form-grid { display: grid; gap: 14px; }
.history-tools { display: flex; gap: 10px; }
.modern-table-wrap { overflow-x: auto; }
.modern-table { border-collapse: collapse; min-width: 760px; width: 100%; }
.modern-table th,.modern-table td { border-bottom: 1px solid rgba(255,255,255,0.08); padding: 14px; text-align: left; }
.modern-table th { color: var(--gold); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.status-badge { border-radius: 999px; display: inline-flex; font-size: 12px; font-weight: 900; padding: 7px 11px; }
.status-badge.pending { background: rgba(243, 189, 86, 0.15); color: var(--amber); }
.status-badge.approved { background: rgba(84, 214, 165, 0.15); color: var(--green); }
.status-badge.rejected { background: rgba(255, 123, 141, 0.15); color: var(--danger); }

@media (max-width: 1100px) {
    .earn-flow,
    .payment-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .trust-indicators,
    .deposit-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .deposit-workspace { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .bonus-announcement,
    .history-tools { border-radius: 8px; display: grid; }
    .deposit-hero,
    .trust-indicators,
    .deposit-summary-grid,
    .earn-flow,
    .payment-card-grid { grid-template-columns: 1fr; }
    .hero-bonus-card { bottom: 20px; left: 20px; right: 20px; }
}

/* Global member layout standardization */
.app-layout.member-app {
    grid-template-columns: 300px minmax(0, 1fr);
}

.app-sidebar.member-sidebar {
    min-height: 100vh;
    position: sticky;
    top: 0;
    width: 300px;
}

.app-main.member-main {
    min-width: 0;
}

.sidebar-profile {
    align-items: center;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(248, 223, 156, 0.14);
    border-radius: 8px;
    display: flex;
    gap: 12px;
    margin: 18px 0;
    padding: 12px;
}

.sidebar-profile div {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.sidebar-profile small,
.sidebar-profile em {
    color: var(--muted);
    font-size: 11px;
    font-style: normal;
}

.sidebar-profile strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.member-menu a {
    position: relative;
}

.member-menu a b {
    background: var(--gold);
    border-radius: 999px;
    color: #160a12;
    font-size: 11px;
    margin-left: auto;
    padding: 2px 7px;
}

.sidebar-wallet-card strong {
    color: var(--gold-2);
    display: block;
    font-family: var(--serif);
    font-size: 30px;
    line-height: 1;
    margin: 8px 0;
}

.app-topbar.member-topbar {
    position: sticky;
    top: 0;
    z-index: 50;
}

.topbar-page-title {
    display: grid;
    gap: 2px;
    margin-right: auto;
}

.topbar-page-title span {
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.topbar-page-title strong {
    color: var(--text);
    font-family: var(--serif);
    font-size: 28px;
    line-height: 1;
}

.membership-badge,
.wallet-chip {
    border: 1px solid rgba(248, 223, 156, 0.24);
    border-radius: 999px;
    color: var(--gold-2);
    font-size: 12px;
    font-weight: 900;
    padding: 8px 12px;
}

@media (max-width: 1200px) {
    .app-layout.member-app {
        grid-template-columns: 270px minmax(0, 1fr);
    }

    .app-sidebar.member-sidebar {
        width: 270px;
    }
}

@media (max-width: 900px) {
    .app-layout.member-app {
        display: block;
    }

    .app-sidebar.member-sidebar {
        bottom: 0;
        height: 100vh;
        left: 0;
        max-width: min(320px, 86vw);
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-105%);
        transition: transform 0.25s ease;
        width: min(320px, 86vw);
        z-index: 1001;
    }

    body.menu-open-member .app-sidebar.member-sidebar {
        transform: translateX(0);
    }

    .app-topbar.member-topbar {
        align-items: center;
        display: flex;
    }

    .membership-badge,
    .wallet-chip {
        display: none;
    }
}

/* Donezo-inspired member dashboard refresh */
.page-dashboard {
    background: #eef1ef;
    color: #121915;
}

.page-dashboard .app-layout.member-app {
    background: #f6f7f4;
    border: 12px solid rgba(255, 255, 255, 0.86);
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(16, 29, 23, 0.16);
    gap: 0;
    grid-template-columns: 220px minmax(0, 1fr);
    margin: clamp(12px, 4vw, 54px) auto;
    max-width: 1180px;
    min-height: auto;
    overflow: hidden;
    width: calc(100% - 28px);
}

.page-dashboard .app-sidebar.member-sidebar {
    background: #f4f5f2;
    border-right: 1px solid #e3e7e1;
    color: #1b241f;
    height: auto;
    min-height: calc(100vh - 108px);
    padding: 22px 16px;
    width: 220px;
}

.page-dashboard .brand span,
.page-dashboard .avatar {
    background: #fff;
    border-color: #0f7b45;
    color: #0f7b45;
}

.page-dashboard .brand strong,
.page-dashboard .topbar-page-title strong,
.page-dashboard .sidebar-profile strong {
    color: #142019;
    font-family: var(--sans);
    letter-spacing: 0;
}

.page-dashboard .brand small,
.page-dashboard .sidebar-profile small,
.page-dashboard .sidebar-profile em,
.page-dashboard .topbar-page-title span {
    color: #88928c;
}

.page-dashboard .sidebar-profile,
.page-dashboard .sidebar-wallet-card {
    background: #fff;
    border-color: #e5e9e4;
    box-shadow: 0 12px 28px rgba(20, 32, 25, 0.06);
}

.page-dashboard .member-menu a {
    border: 0;
    border-radius: 10px;
    color: #8a948e;
    font-weight: 800;
}

.page-dashboard .member-menu a:hover,
.page-dashboard .member-menu a.active {
    background: #0f7b45;
    color: #fff;
    transform: translateX(0);
}

.page-dashboard .member-menu a i {
    color: currentColor;
}

.page-dashboard .app-main.member-main {
    background: #fbfbfa;
    min-height: auto;
    padding: 0;
}

.page-dashboard .app-topbar.member-topbar {
    background: #fbfbfa;
    border-bottom: 1px solid #e8ebe7;
    box-shadow: none;
    color: #121915;
    padding: 16px 20px;
}

.page-dashboard .membership-badge,
.page-dashboard .wallet-chip {
    background: #fff;
    border-color: #e3e8e3;
    color: #0f7b45;
}

.donezo-dashboard {
    padding: 16px 18px 20px;
}

.dashboard-command-bar {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.dashboard-search {
    align-items: center;
    background: #fff;
    border: 1px solid #edf0ec;
    border-radius: 16px;
    box-shadow: 0 16px 30px rgba(20, 32, 25, 0.06);
    display: flex;
    gap: 10px;
    min-height: 58px;
    padding: 0 16px;
    width: min(380px, 100%);
}

.dashboard-search span {
    color: #0e1511;
    font-size: 0;
    height: 18px;
    position: relative;
    width: 18px;
}

.dashboard-search span::before {
    border: 2px solid currentColor;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
}

.dashboard-search span::after {
    background: currentColor;
    content: "";
    height: 7px;
    left: 12px;
    position: absolute;
    top: 12px;
    transform: rotate(-45deg);
    width: 2px;
}

.dashboard-search input {
    background: transparent;
    border: 0;
    color: #16221b;
    flex: 1;
    min-width: 0;
    outline: 0;
}

.dashboard-command-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.donezo-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
}

.donezo-btn.primary {
    background: #0f7b45;
    color: #fff;
    box-shadow: 0 14px 24px rgba(15, 123, 69, 0.2);
}

.donezo-btn.outline {
    background: #fff;
    border: 1px solid #0f7b45;
    color: #0f7b45;
}

.dashboard-title-row {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.dashboard-title-row h1 {
    color: #111a15;
    font-family: var(--sans);
    font-size: clamp(30px, 4vw, 44px);
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 8px;
}

.dashboard-title-row p {
    color: #8a948e;
    margin: 0;
}

.dashboard-title-row > strong {
    background: #fff;
    border: 1px solid #e5e9e4;
    border-radius: 999px;
    color: #0f7b45;
    padding: 10px 14px;
}

.donezo-stats {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 12px;
}

.donezo-stat,
.donezo-card {
    background: #fff;
    border: 1px solid #edf0ec;
    border-radius: 16px;
    box-shadow: 0 16px 34px rgba(20, 32, 25, 0.06);
}

.donezo-stat {
    display: grid;
    gap: 8px;
    min-height: 144px;
    padding: 20px;
    position: relative;
}

.donezo-stat.featured {
    background: linear-gradient(145deg, #0f7b45, #188b53);
    color: #fff;
}

.donezo-stat span {
    color: inherit;
    font-weight: 900;
}

.donezo-stat strong {
    color: inherit;
    font-family: var(--sans);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1;
}

.donezo-stat small {
    color: rgba(18, 25, 21, 0.62);
    font-size: 12px;
}

.donezo-stat.featured small {
    color: rgba(255, 255, 255, 0.75);
}

.donezo-stat a {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(18, 25, 21, 0.16);
    border-radius: 50%;
    color: #0f7b45;
    display: inline-flex;
    font-size: 0;
    height: 34px;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 34px;
}

.donezo-stat a::before {
    content: "\2197";
    font-size: 16px;
}

.donezo-layout-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1.35fr 0.72fr 0.68fr;
}

.donezo-card {
    min-width: 0;
    padding: 18px;
}

.donezo-card h2 {
    color: #111a15;
    font-family: var(--sans);
    font-size: 18px;
    letter-spacing: 0;
    margin: 0;
}

.donezo-card p,
.donezo-card small {
    color: #7c8781;
}

.donezo-card-head {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.donezo-card-head a,
.donezo-card-head span {
    background: #fff;
    border: 1px solid #dce4dd;
    border-radius: 999px;
    color: #0f7b45;
    font-size: 12px;
    font-weight: 900;
    padding: 7px 11px;
}

.analytics-card,
.collaboration-card {
    grid-column: span 2;
}

.analytics-bars {
    align-items: end;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(7, 1fr);
    height: 150px;
    padding-top: 18px;
}

.analytics-bars i {
    background: linear-gradient(180deg, #0f7b45, #34a96e);
    border-radius: 999px 999px 14px 14px;
    display: block;
    min-height: 42px;
    position: relative;
}

.analytics-bars i.soft {
    background: #57ba84;
}

.analytics-bars i.line {
    background: repeating-linear-gradient(135deg, #cbd5cf 0 4px, transparent 4px 8px);
}

.analytics-bars b {
    background: #dcefe4;
    border-radius: 999px;
    color: #0f7b45;
    font-size: 11px;
    left: 50%;
    padding: 3px 6px;
    position: absolute;
    top: -22px;
    transform: translateX(-50%);
}

.page-dashboard .chart-labels {
    color: #8b968f;
    display: grid;
    font-weight: 800;
    gap: 16px;
    grid-template-columns: repeat(7, 1fr);
    margin-top: 8px;
    text-align: center;
}

.reminder-card {
    align-content: center;
}

.reminder-card strong {
    color: #103c25;
    display: block;
    font-family: var(--sans);
    font-size: 24px;
    line-height: 1.1;
    margin: 18px 0 8px;
}

.project-card {
    grid-row: span 2;
}

.project-item,
.collab-row {
    align-items: center;
    border-radius: 12px;
    display: flex;
    gap: 12px;
    padding: 10px 0;
}

.project-item i,
.collab-row i {
    background: #e7f2eb;
    border-radius: 50%;
    color: #0f7b45;
    flex: 0 0 34px;
    height: 34px;
    position: relative;
    width: 34px;
}

.project-item i::before {
    background: #0f7b45;
    border-radius: 6px;
    content: "";
    height: 16px;
    left: 9px;
    position: absolute;
    top: 9px;
    transform: rotate(25deg);
    width: 16px;
}

.project-item span,
.collab-row span {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.project-item strong,
.collab-row strong {
    color: #17231c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.collab-row {
    border-bottom: 1px solid #edf0ec;
}

.collab-row:last-child {
    border-bottom: 0;
}

.collab-row i {
    align-items: center;
    display: inline-flex;
    font-style: normal;
    font-weight: 900;
    justify-content: center;
}

.collab-row b {
    color: #0f7b45;
    margin-left: auto;
    white-space: nowrap;
}

.progress-card {
    align-content: center;
}

.progress-gauge {
    align-items: center;
    background:
        radial-gradient(circle at 50% 60%, #fff 0 48%, transparent 49%),
        conic-gradient(from 225deg, #0f7b45 0 calc(var(--progress) * 2.7), #dbe3dd calc(var(--progress) * 2.7) 270deg, transparent 270deg 360deg);
    border-radius: 50%;
    display: grid;
    height: 210px;
    justify-items: center;
    margin: 12px auto;
    place-content: center;
    width: min(210px, 100%);
}

.progress-gauge strong {
    color: #111a15;
    font-family: var(--sans);
    font-size: 48px;
    line-height: 1;
}

.progress-gauge span,
.progress-legend span {
    color: #769081;
    font-size: 12px;
    font-weight: 800;
}

.progress-legend {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.tracker-card {
    background:
        linear-gradient(135deg, rgba(6, 72, 38, 0.92), rgba(11, 26, 18, 0.96)),
        repeating-radial-gradient(circle at 84% 30%, rgba(79, 198, 126, 0.35) 0 6px, transparent 7px 18px);
    color: #fff;
}

.tracker-card span,
.tracker-card p {
    color: rgba(255, 255, 255, 0.78);
}

.tracker-card strong {
    color: #fff;
    display: block;
    font-family: var(--sans);
    font-size: 42px;
    margin: 18px 0 8px;
}

.tracker-card div {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.tracker-card a {
    background: #fff;
    border-radius: 999px;
    color: #0f7b45;
    font-weight: 900;
    padding: 9px 14px;
}

@media (max-width: 1100px) {
    .page-dashboard .app-layout.member-app {
        grid-template-columns: 200px minmax(0, 1fr);
    }

    .page-dashboard .app-sidebar.member-sidebar {
        width: 200px;
    }

    .donezo-stats,
    .donezo-layout-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .analytics-card,
    .collaboration-card,
    .project-card {
        grid-column: span 1;
        grid-row: auto;
    }
}

@media (max-width: 900px) {
    .page-dashboard .app-layout.member-app {
        display: block;
        margin: 8px auto;
        width: calc(100% - 16px);
    }

    .page-dashboard .app-sidebar.member-sidebar {
        height: 100vh;
        min-height: 100vh;
        width: min(320px, 86vw);
    }
}

@media (max-width: 720px) {
    .donezo-dashboard {
        padding: 12px;
    }

    .dashboard-command-bar,
    .dashboard-title-row {
        align-items: stretch;
        display: grid;
    }

    .dashboard-command-actions,
    .dashboard-search,
    .donezo-btn {
        width: 100%;
    }

    .donezo-stats,
    .donezo-layout-grid {
        grid-template-columns: 1fr;
    }

    .donezo-stat {
        min-height: 128px;
    }
}

/* Velvet Circle landing page: Luxury Edition */
.vc-landing {
    --vc-bg: #080312;
    --vc-secondary: #130A24;
    --vc-card: #170A2B;
    --vc-gold: #D4AF37;
    --vc-gold-light: #F4D675;
    --vc-purple: #6D28D9;
    --vc-text: #FFFFFF;
    --vc-muted: #C9C9D1;
    background:
        radial-gradient(circle at 78% 8%, rgba(109, 40, 217, 0.24), transparent 34%),
        radial-gradient(circle at 14% 16%, rgba(212, 175, 55, 0.14), transparent 30%),
        linear-gradient(180deg, var(--vc-bg), #05010b 48%, var(--vc-secondary));
    color: var(--vc-text);
    margin: -24px calc(50% - 50vw) 0;
    overflow: hidden;
    padding: 0 max(18px, calc((100vw - 1180px) / 2));
}

.vc-landing h1,
.vc-landing h2,
.vc-landing h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    letter-spacing: 0;
}

.vc-hero {
    align-items: center;
    display: grid;
    gap: clamp(28px, 5vw, 70px);
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    min-height: calc(100vh - 84px);
    padding: clamp(42px, 7vw, 92px) 0 clamp(28px, 5vw, 64px);
    position: relative;
}

.vc-hero::before {
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.32), transparent);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 35%;
    top: 34px;
}

.vc-hero-copy {
    animation: vcLandingFade 0.7s ease both;
    max-width: 690px;
    position: relative;
    z-index: 2;
}

.vc-bonus-badge {
    align-items: center;
    backdrop-filter: blur(18px);
    background: rgba(23, 10, 43, 0.68);
    border: 1px solid rgba(212, 175, 55, 0.34);
    border-radius: 999px;
    box-shadow: 0 0 42px rgba(212, 175, 55, 0.12);
    display: inline-flex;
    gap: 12px;
    margin-bottom: 26px;
    padding: 10px 16px 10px 10px;
}

.vc-bonus-badge span {
    align-items: center;
    background: linear-gradient(135deg, var(--vc-gold-light), var(--vc-gold));
    border-radius: 999px;
    color: #130712;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    min-height: 32px;
    padding: 0 12px;
}

.vc-bonus-badge strong {
    color: var(--vc-gold-light);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vc-eyebrow {
    color: var(--vc-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.26em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.vc-hero h1 {
    color: var(--vc-text);
    font-size: clamp(54px, 8vw, 106px);
    font-weight: 700;
    line-height: 0.92;
    margin: 0;
    text-shadow: 0 0 44px rgba(212, 175, 55, 0.12);
}

.vc-lead {
    color: var(--vc-muted);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.68;
    margin: 28px 0;
    max-width: 640px;
}

.vc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.vc-landing .btn {
    border-radius: 999px;
    min-height: 52px;
    padding: 15px 28px;
}

.vc-landing .btn:not(.alt) {
    background: linear-gradient(135deg, var(--vc-gold-light), var(--vc-gold));
    box-shadow: 0 18px 40px rgba(212, 175, 55, 0.22);
    color: #140714;
}

.vc-landing .btn.alt {
    background: rgba(23, 10, 43, 0.54);
    border: 1px solid rgba(212, 175, 55, 0.36);
    color: var(--vc-gold-light);
}

.vc-hero-proof {
    color: var(--vc-muted);
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.vc-hero-proof span {
    border-left: 1px solid rgba(212, 175, 55, 0.5);
    padding-left: 12px;
}

.vc-hero-image {
    aspect-ratio: 0.9;
    background:
        linear-gradient(90deg, rgba(8, 3, 18, 0.92) 0%, rgba(8, 3, 18, 0.1) 32%, rgba(8, 3, 18, 0.22) 100%),
        linear-gradient(0deg, rgba(8, 3, 18, 0.86), rgba(8, 3, 18, 0.08) 46%, rgba(244, 214, 117, 0.1)),
        url("https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=1100&q=82");
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 32px;
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.46), 0 0 70px rgba(212, 175, 55, 0.1);
    min-height: 540px;
    overflow: hidden;
    position: relative;
}

.vc-hero-image::before {
    border: 1px solid rgba(212, 175, 55, 0.55);
    border-radius: 50%;
    content: "";
    height: 70%;
    position: absolute;
    right: -16%;
    top: 12%;
    width: 70%;
}

.vc-hero-card {
    backdrop-filter: blur(18px);
    background: rgba(23, 10, 43, 0.72);
    border: 1px solid rgba(244, 214, 117, 0.36);
    border-radius: 24px;
    bottom: 28px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
    display: grid;
    gap: 6px;
    left: 28px;
    padding: 20px;
    position: absolute;
    width: min(260px, calc(100% - 56px));
}

.vc-hero-card span,
.vc-hero-card small {
    color: var(--vc-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.vc-hero-card strong {
    color: var(--vc-gold-light);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 52px;
    line-height: 1;
}

.vc-trustbar {
    backdrop-filter: blur(20px);
    background: rgba(23, 10, 43, 0.68);
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 28px;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0 0 clamp(64px, 8vw, 110px);
    overflow: hidden;
}

.vc-trustbar article {
    display: grid;
    gap: 6px;
    min-height: 118px;
    padding: 26px 20px;
    place-items: center;
    text-align: center;
}

.vc-trustbar article + article {
    border-left: 1px solid rgba(212, 175, 55, 0.14);
}

.vc-trustbar strong {
    color: var(--vc-gold-light);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1;
}

.vc-trustbar span {
    color: var(--vc-muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vc-section {
    padding: clamp(58px, 8vw, 108px) 0;
}

.vc-section-head {
    margin: 0 auto 34px;
    max-width: 780px;
    text-align: center;
}

.vc-section-head h2,
.vc-final-cta h2 {
    color: var(--vc-text);
    font-size: clamp(40px, 5vw, 70px);
    line-height: 0.98;
    margin: 0;
}

.vc-section-head span,
.vc-section-head p:not(.vc-eyebrow),
.vc-final-cta p,
.vc-footer p {
    color: var(--vc-muted);
    line-height: 1.7;
}

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

.vc-card-grid article,
.vc-membership-grid article,
.vc-testimonials article,
.vc-laptop-frame,
.vc-faq-list details,
.vc-final-cta,
.vc-footer {
    backdrop-filter: blur(20px);
    background:
        linear-gradient(145deg, rgba(23, 10, 43, 0.86), rgba(19, 10, 36, 0.68)),
        radial-gradient(circle at 92% 10%, rgba(212, 175, 55, 0.1), transparent 30%);
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 24px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.vc-card-grid article,
.vc-membership-grid article,
.vc-testimonials article {
    min-height: 245px;
    padding: 26px;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.vc-card-grid article:hover,
.vc-membership-grid article:hover,
.vc-testimonials article:hover,
.vc-laptop-frame:hover {
    border-color: rgba(244, 214, 117, 0.42);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36), 0 0 44px rgba(212, 175, 55, 0.08);
    transform: translateY(-6px);
}

.vc-card-grid i {
    align-items: center;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.34);
    border-radius: 18px;
    color: var(--vc-gold-light);
    display: inline-flex;
    font-style: normal;
    font-weight: 900;
    height: 52px;
    justify-content: center;
    margin-bottom: 22px;
    width: 52px;
}

.vc-card-grid h3,
.vc-membership-grid strong,
.vc-testimonials h3 {
    color: var(--vc-text);
    font-size: 27px;
    line-height: 1;
    margin: 0 0 12px;
}

.vc-card-grid p,
.vc-membership-grid p,
.vc-testimonials p,
.vc-faq-list p {
    color: var(--vc-muted);
    line-height: 1.68;
    margin: 0;
}

.vc-timeline {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    position: relative;
}

.vc-timeline::before {
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.56), transparent);
    content: "";
    height: 1px;
    left: 8%;
    position: absolute;
    right: 8%;
    top: 31px;
}

.vc-timeline article {
    position: relative;
    text-align: center;
}

.vc-timeline b {
    align-items: center;
    background: linear-gradient(135deg, var(--vc-gold-light), var(--vc-gold));
    border-radius: 50%;
    color: #150817;
    display: inline-flex;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 22px;
    height: 62px;
    justify-content: center;
    margin-bottom: 18px;
    position: relative;
    width: 62px;
    z-index: 1;
}

.vc-timeline h3 {
    color: var(--vc-text);
    font-size: 22px;
    line-height: 1.05;
    margin: 0 0 10px;
}

.vc-timeline p {
    color: var(--vc-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.vc-membership-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vc-membership-grid article {
    display: grid;
    gap: 14px;
    min-height: 300px;
}

.vc-membership-grid article.featured {
    background:
        linear-gradient(145deg, rgba(212, 175, 55, 0.16), rgba(109, 40, 217, 0.2)),
        linear-gradient(145deg, rgba(23, 10, 43, 0.9), rgba(19, 10, 36, 0.78));
    border-color: rgba(244, 214, 117, 0.44);
}

.vc-membership-grid span,
.vc-testimonials span {
    color: var(--vc-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vc-membership-grid small {
    align-self: end;
    border-top: 1px solid rgba(212, 175, 55, 0.18);
    color: var(--vc-gold-light);
    font-weight: 900;
    padding-top: 14px;
}

.vc-laptop-frame {
    border-radius: 32px;
    margin: 0 auto;
    max-width: 980px;
    overflow: hidden;
    padding: 18px;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.vc-preview-top {
    align-items: center;
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
    display: flex;
    gap: 8px;
    padding: 4px 4px 16px;
}

.vc-preview-top span {
    background: rgba(244, 214, 117, 0.44);
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.vc-preview-top strong {
    color: var(--vc-muted);
    font-size: 13px;
    margin-left: 12px;
}

.vc-preview-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 18px;
}

.vc-preview-grid article {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(212, 175, 55, 0.14);
    border-radius: 18px;
    min-height: 116px;
    padding: 18px;
}

.vc-preview-grid article.wide {
    grid-column: span 3;
    min-height: 132px;
    position: relative;
}

.vc-preview-grid span {
    color: var(--vc-muted);
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.vc-preview-grid strong {
    color: var(--vc-gold-light);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 36px;
    line-height: 1;
}

.vc-preview-grid p {
    color: var(--vc-muted);
}

.vc-preview-grid i {
    background: linear-gradient(90deg, var(--vc-gold-light) 0 72%, rgba(255, 255, 255, 0.08) 72% 100%);
    border-radius: 999px;
    bottom: 22px;
    height: 9px;
    left: 18px;
    position: absolute;
    right: 18px;
}

.member-photo {
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(212, 175, 55, 0.34);
    border-radius: 22px;
    height: 178px;
    margin-bottom: 18px;
}

.photo-one { background-image: url("https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=500&q=82"); }
.photo-two { background-image: url("https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&w=500&q=82"); }
.photo-three { background-image: url("https://images.unsplash.com/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=500&q=82"); }

.vc-testimonials p {
    font-style: italic;
    margin-top: 16px;
}

.vc-faq-list {
    display: grid;
    gap: 14px;
    margin: 0 auto;
    max-width: 900px;
}

.vc-faq-list details {
    padding: 0;
}

.vc-faq-list summary {
    color: var(--vc-text);
    cursor: pointer;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 26px;
    list-style: none;
    padding: 22px 24px;
}

.vc-faq-list summary::-webkit-details-marker {
    display: none;
}

.vc-faq-list summary::after {
    color: var(--vc-gold-light);
    content: "+";
    float: right;
}

.vc-faq-list details[open] summary::after {
    content: "-";
}

.vc-faq-list p {
    border-top: 1px solid rgba(212, 175, 55, 0.14);
    padding: 0 24px 22px;
}

.vc-final-cta {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: clamp(54px, 7vw, 92px) 0;
    padding: clamp(26px, 4vw, 48px);
}

.vc-footer {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: grid;
    gap: 28px;
    grid-template-columns: 1.5fr 0.8fr 0.8fr 1fr;
    padding: clamp(28px, 5vw, 54px);
}

.vc-footer h3 {
    color: var(--vc-text);
    font-size: 16px;
    margin: 0 0 14px;
}

.vc-footer a {
    color: var(--vc-muted);
    display: block;
    margin: 10px 0;
}

.vc-newsletter {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(212, 175, 55, 0.16);
    border-radius: 999px;
    display: flex;
    margin-top: 16px;
    overflow: hidden;
}

.vc-newsletter input {
    background: transparent;
    border: 0;
    color: var(--vc-text);
    flex: 1;
    min-width: 0;
    outline: 0;
    padding: 13px 15px;
}

.vc-newsletter button {
    background: linear-gradient(135deg, var(--vc-gold-light), var(--vc-gold));
    border: 0;
    color: #150817;
    cursor: pointer;
    font-weight: 900;
    padding: 0 16px;
}

.vc-socials {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.vc-socials span {
    align-items: center;
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 50%;
    color: var(--vc-gold-light);
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.vc-footer > small {
    border-top: 1px solid rgba(212, 175, 55, 0.14);
    color: var(--vc-muted);
    grid-column: 1 / -1;
    padding-top: 20px;
    text-align: center;
}

@keyframes vcLandingFade {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1100px) {
    .vc-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .vc-hero-image {
        aspect-ratio: 16 / 10;
        min-height: 420px;
    }

    .vc-trustbar,
    .vc-card-grid,
    .vc-membership-grid,
    .vc-testimonials,
    .vc-footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vc-timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vc-timeline::before {
        display: none;
    }
}

@media (max-width: 720px) {
    .vc-landing {
        margin-top: -14px;
        padding-inline: 14px;
    }

    .vc-hero {
        padding-top: 34px;
    }

    .vc-bonus-badge,
    .vc-actions,
    .vc-final-cta,
    .vc-newsletter {
        align-items: stretch;
        display: grid;
    }

    .vc-bonus-badge {
        border-radius: 20px;
    }

    .vc-hero h1 {
        font-size: 52px;
    }

    .vc-hero-image {
        aspect-ratio: 4 / 5;
        background-position: center top;
        border-radius: 24px;
        min-height: 0;
        width: 100%;
    }

    .vc-hero-image::before {
        height: 58%;
        right: -28%;
        top: 18%;
        width: 78%;
    }

    .vc-hero-card {
        border-radius: 16px;
        bottom: 14px;
        left: 14px;
        padding: 14px;
        width: min(220px, calc(100% - 28px));
    }

    .vc-hero-card strong {
        font-size: 38px;
    }

    .vc-trustbar,
    .vc-card-grid,
    .vc-membership-grid,
    .vc-testimonials,
    .vc-timeline,
    .vc-preview-grid,
    .vc-footer,
    .vc-final-cta {
        grid-template-columns: 1fr;
    }

    .vc-trustbar article + article {
        border-left: 0;
        border-top: 1px solid rgba(212, 175, 55, 0.14);
    }

    .vc-preview-grid article.wide {
        grid-column: span 1;
    }

    .vc-footer {
        border-radius: 24px 24px 0 0;
    }
}

/* Landing polish: sticky centered nav and overflow guard */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.page-home .shell {
    max-width: none;
    width: 100%;
}

.page-home .nav {
    backdrop-filter: blur(20px);
    background: rgba(8, 3, 18, 0.78);
    border: 1px solid rgba(212, 175, 55, 0.16);
    border-radius: 999px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
    display: grid;
    gap: 18px;
    grid-template-columns: auto minmax(0, 1fr);
    margin: 14px auto 0;
    padding: 10px 12px 10px 16px;
    position: sticky;
    top: 12px;
    width: min(1180px, calc(100% - 32px));
    z-index: 1000;
}

.page-home .brand {
    min-width: 210px;
}

.page-home .brand span {
    height: 46px;
    width: 46px;
}

.page-home .brand strong {
    font-size: 18px;
}

.page-home .nav-links {
    justify-content: center;
    min-width: 0;
}

.page-home .nav-links a:not(.btn) {
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    padding-inline: 12px;
}

.page-home .nav-links .btn {
    margin-left: 4px;
    min-height: 40px;
    padding: 10px 18px;
}

.page-home .vc-landing {
    margin: -72px 0 0;
    padding-left: max(18px, calc((100vw - 1180px) / 2));
    padding-right: max(18px, calc((100vw - 1180px) / 2));
    width: 100%;
}

.page-home .vc-hero {
    padding-top: clamp(124px, 12vw, 168px);
}

.page-home .vc-hero-proof {
    display: none;
}

.page-home .vc-hero::before {
    right: 52%;
}

@media (max-width: 980px) {
    .page-home .nav {
        border-radius: 22px;
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .page-home .nav-toggle {
        display: inline-flex;
    }

    .page-home .nav-links {
        background: rgba(8, 3, 18, 0.96);
        border: 1px solid rgba(212, 175, 55, 0.18);
        border-radius: 22px;
        box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
        display: grid;
        gap: 8px;
        justify-items: stretch;
        left: 16px;
        opacity: 0;
        padding: 14px;
        pointer-events: none;
        position: fixed;
        right: 16px;
        top: 84px;
        transform: translateY(-12px);
        transition: opacity 0.2s ease, transform 0.2s ease;
        z-index: 1001;
    }

    body.menu-open-public .page-home .nav-links,
    .page-home.menu-open-public .nav-links,
    body.menu-open-public .nav-links {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .page-home .nav-links a,
    .page-home .nav-links button,
    .page-home .nav-links .btn {
        justify-content: center;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .page-home .vc-landing {
        margin-top: -86px;
    }

    .page-home .vc-hero {
        padding-top: 140px;
    }
}

@media (max-width: 640px) {
    .page-home .nav {
        top: 8px;
        width: calc(100% - 20px);
    }

    .page-home .brand {
        min-width: 0;
    }

    .page-home .brand strong {
        font-size: 15px;
        letter-spacing: 0.12em;
    }

    .page-home .brand small {
        display: none;
    }

    .page-home .vc-landing {
        padding-left: 14px;
        padding-right: 14px;
    }
}

/* Fintech SaaS dashboard redesign */
body.page-dashboard,
body[class*="page-admin-"],
body.page-register,
body.page-earnings,
body.page-wallet,
body.page-deposit,
body.page-withdraw,
body.page-transactions,
body.page-referrals,
body.page-membership,
body.page-support,
body.page-settings,
body.page-profile,
body.page-kyc,
body.page-notifications,
body.page-tasks {
    --fin-primary: #5B21B6;
    --fin-secondary: #312E81;
    --fin-accent: #10B981;
    --fin-bg: #F8FAFC;
    --fin-card: #FFFFFF;
    --fin-border: #E2E8F0;
    --fin-text: #0F172A;
    --fin-muted: #475569;
    --fin-success: #16A34A;
    --fin-warning: #F59E0B;
    --fin-danger: #DC2626;
    background: var(--fin-bg);
    color: var(--fin-text);
}

body.page-dashboard::before,
body[class*="page-admin-"]::before,
body.page-register::before,
body.page-earnings::before,
body.page-wallet::before,
body.page-deposit::before,
body.page-withdraw::before,
body.page-transactions::before,
body.page-referrals::before,
body.page-membership::before,
body.page-support::before,
body.page-settings::before,
body.page-profile::before,
body.page-kyc::before,
body.page-notifications::before,
body.page-tasks::before {
    display: none;
}

.member-app.app-layout,
.admin-app {
    background: var(--fin-bg) !important;
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr) !important;
    min-height: 100vh;
}

.member-sidebar.app-sidebar,
.admin-sidebar {
    background: #fff !important;
    border-right: 1px solid var(--fin-border) !important;
    box-shadow: none !important;
    gap: 16px;
    height: 100vh;
    min-height: 100vh;
    overflow-y: auto;
    padding: 20px 14px !important;
    position: sticky;
    top: 0;
    width: 248px !important;
}

.member-main.app-main,
.admin-main {
    background: var(--fin-bg) !important;
    color: var(--fin-text) !important;
    min-width: 0;
}

.member-brand.brand,
.admin-brand.brand {
    min-width: 0;
    padding: 0 8px 12px;
}

.member-brand.brand span,
.admin-brand.brand span,
.avatar {
    background: #F5F3FF !important;
    border: 1px solid #DDD6FE !important;
    box-shadow: none !important;
    color: var(--fin-primary) !important;
}

.member-brand.brand strong,
.admin-brand.brand strong {
    color: var(--fin-text) !important;
    font-family: Inter, "Segoe UI", Arial, sans-serif !important;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: none;
}

.member-brand.brand small,
.admin-brand.brand small {
    color: var(--fin-muted) !important;
    letter-spacing: 0;
    text-transform: none;
}

.member-menu,
.admin-menu {
    display: grid;
    gap: 4px;
}

.member-menu a,
.admin-menu a {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 8px !important;
    color: var(--fin-muted) !important;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    min-height: 40px;
    padding: 9px 10px !important;
    transform: none !important;
}

.member-menu a::before,
.admin-menu a::before {
    display: none !important;
}

.member-menu a i,
.admin-menu a i {
    align-items: center;
    background: transparent !important;
    color: #64748B !important;
    display: inline-flex;
    font-style: normal;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    width: 20px;
}

.member-menu a:hover,
.member-menu a.active,
.admin-menu a:hover,
.admin-menu a.active {
    background: #F5F3FF !important;
    color: var(--fin-primary) !important;
}

.member-menu a:hover i,
.member-menu a.active i,
.admin-menu a:hover i,
.admin-menu a.active i {
    color: var(--fin-primary) !important;
}

.admin-logout button {
    background: #fff;
    border: 1px solid var(--fin-border);
    border-radius: 8px;
    color: var(--fin-danger);
    font-weight: 600;
    min-height: 40px;
    width: 100%;
}

.member-topbar.app-topbar,
.admin-topbar {
    align-items: center;
    background: #fff !important;
    border-bottom: 1px solid var(--fin-border) !important;
    box-shadow: none !important;
    color: var(--fin-text) !important;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    min-height: 72px;
    padding: 14px 24px !important;
    position: sticky;
    top: 0;
    z-index: 50;
}

.app-search {
    align-items: center;
    background: #F8FAFC;
    border: 1px solid var(--fin-border);
    border-radius: 8px;
    color: var(--fin-muted);
    display: flex;
    gap: 8px;
    min-height: 40px;
    padding: 0 12px;
    width: min(420px, 48vw);
}

.app-search span {
    font-size: 12px;
    font-weight: 700;
}

.app-search input {
    background: transparent;
    border: 0;
    color: var(--fin-text);
    flex: 1;
    min-width: 0;
    outline: 0;
}

.topbar-actions,
.admin-actions {
    align-items: center;
    color: var(--fin-text);
    display: flex;
    gap: 10px;
}

.topbar-actions small,
.admin-actions small {
    color: var(--fin-muted);
}

.top-icon {
    align-items: center;
    background: #fff !important;
    border: 1px solid var(--fin-border) !important;
    border-radius: 8px !important;
    color: var(--fin-muted) !important;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    position: relative;
    width: 40px;
}

.top-icon b {
    background: var(--fin-primary);
    border-radius: 999px;
    color: #fff;
    font-size: 10px;
    min-width: 16px;
    padding: 1px 4px;
    position: absolute;
    right: -5px;
    top: -5px;
}

.menu-dot {
    background: #fff !important;
    border: 1px solid var(--fin-border) !important;
    border-radius: 8px !important;
    color: var(--fin-text) !important;
    min-height: 40px;
    padding: 0 12px;
}

.fin-dashboard {
    display: grid;
    gap: 24px;
    padding: 24px;
}

.fin-page-title h1 {
    color: var(--fin-text);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 4px;
}

.fin-page-title p {
    color: var(--fin-muted);
    margin: 0;
}

.fin-metric-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fin-metric-grid article,
.fin-panel {
    background: var(--fin-card) !important;
    border: 1px solid var(--fin-border) !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    color: var(--fin-text) !important;
    padding: 20px;
}

.fin-metric-grid span,
.fin-panel > span {
    color: var(--fin-muted);
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}

.fin-metric-grid strong,
.fin-panel > strong {
    color: var(--fin-text);
    display: block;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 1.2;
}

.fin-metric-grid small {
    color: var(--fin-muted);
    display: block;
    margin-top: 8px;
}

.fin-grid-2 {
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
}

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

.fin-panel-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.fin-panel h2,
.fin-panel-head h2 {
    color: var(--fin-text);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0;
}

.fin-panel-head span,
.fin-panel-head a {
    color: var(--fin-muted);
    font-size: 13px;
    font-weight: 600;
}

.fin-chart {
    align-items: end;
    border-bottom: 1px solid var(--fin-border);
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(7, 1fr);
    height: 220px;
    padding-top: 16px;
}

.fin-chart i {
    background: var(--fin-primary);
    border-radius: 6px 6px 0 0;
    display: block;
    min-height: 20px;
}

.fin-chart.muted-chart i {
    background: var(--fin-secondary);
}

.fin-list-row {
    align-items: center;
    border-top: 1px solid var(--fin-border);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 12px 0;
}

.fin-list-row:first-of-type {
    border-top: 0;
}

.fin-list-row span {
    color: var(--fin-text);
    display: grid;
    font-weight: 600;
}

.fin-list-row small {
    color: var(--fin-muted);
    font-weight: 400;
}

.success { color: var(--fin-success) !important; }
.danger { color: var(--fin-danger) !important; }

.fin-summary {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
}

.fin-summary span {
    background: #F8FAFC;
    border: 1px solid var(--fin-border);
    border-radius: 8px;
    color: var(--fin-muted);
    display: grid;
    gap: 6px;
    padding: 14px;
}

.fin-summary strong {
    color: var(--fin-text);
    font-size: 20px;
}

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

.fin-queue-grid a {
    color: var(--fin-primary);
    display: inline-block;
    font-weight: 700;
    margin-top: 12px;
}

.panel,
.card,
.form {
    background: #fff !important;
    border: 1px solid var(--fin-border) !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    color: var(--fin-text) !important;
}

.page-head h1,
.panel h2,
.form h2 {
    color: var(--fin-text) !important;
    font-family: Inter, "Segoe UI", Arial, sans-serif !important;
    letter-spacing: 0;
}

.kicker,
.muted {
    color: var(--fin-muted) !important;
}

.btn {
    background: var(--fin-primary);
    border: 1px solid var(--fin-primary);
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #fff;
}

.btn.alt {
    background: #fff !important;
    border-color: var(--fin-border) !important;
    color: var(--fin-text) !important;
}

.table-toolbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.table-toolbar input,
.table-toolbar select,
.table-toolbar button,
.field input,
.field textarea,
.field select,
.modern-table-wrap input,
select,
input,
textarea {
    border-color: var(--fin-border);
    border-radius: 8px !important;
}

.table-toolbar input,
.table-toolbar select {
    background: #fff;
    border: 1px solid var(--fin-border);
    min-height: 36px;
    padding: 0 10px;
}

.table-toolbar button {
    background: #fff;
    border: 1px solid var(--fin-border);
    color: var(--fin-text);
    font-weight: 600;
    min-height: 36px;
    padding: 0 10px;
}

.table-wrap {
    border: 1px solid var(--fin-border);
    border-radius: 10px;
    overflow: auto;
}

table {
    border-collapse: collapse;
    min-width: 720px;
    width: 100%;
}

th,
td {
    border-bottom: 1px solid var(--fin-border);
    color: var(--fin-text);
    padding: 12px 14px;
    text-align: left;
}

th {
    background: #F8FAFC;
    color: var(--fin-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.onboarding-page {
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
    margin: 48px auto;
    max-width: 1040px;
}

.onboarding-brand,
.onboarding-form {
    background: #fff !important;
    border: 1px solid var(--fin-border) !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    padding: 32px;
}

.onboarding-brand {
    display: grid;
    align-content: center;
    gap: 24px;
}

.onboarding-brand h1 {
    color: var(--fin-text);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 36px;
    line-height: 1.12;
    margin: 0;
}

.onboarding-brand p {
    color: var(--fin-muted);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.onboarding-illustration {
    background: #F8FAFC;
    border: 1px solid var(--fin-border);
    border-radius: 14px;
    display: grid;
    gap: 12px;
    padding: 20px;
}

.onboarding-illustration span {
    background: #EDE9FE;
    border-radius: 8px;
    display: block;
    height: 48px;
}

.onboarding-illustration span:nth-child(2) {
    background: #D1FAE5;
    width: 78%;
}

.onboarding-illustration span:nth-child(3) {
    width: 58%;
}

@media (max-width: 1100px) {
    .member-app.app-layout,
    .admin-app {
        grid-template-columns: 220px minmax(0, 1fr) !important;
    }

    .member-sidebar.app-sidebar,
    .admin-sidebar {
        width: 220px !important;
    }

    .fin-metric-grid,
    .fin-grid-2,
    .fin-grid-2.compact,
    .fin-queue-grid,
    .onboarding-page {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .member-app.app-layout,
    .admin-app {
        display: block;
    }

    .member-sidebar.app-sidebar,
    .admin-sidebar {
        bottom: 0;
        height: 100vh;
        left: 0;
        max-width: min(320px, 86vw);
        position: fixed;
        top: 0;
        transform: translateX(-105%);
        transition: transform 0.2s ease;
        width: min(320px, 86vw) !important;
        z-index: 1001;
    }

    body.menu-open-member .member-sidebar,
    body.menu-open-admin .admin-sidebar {
        transform: translateX(0);
    }

    .app-search {
        width: 100%;
    }
}

@media (max-width: 720px) {
    .member-topbar.app-topbar,
    .admin-topbar {
        align-items: stretch;
        display: grid;
        grid-template-columns: auto 1fr;
        padding: 12px !important;
    }

    .topbar-actions,
    .admin-actions {
        grid-column: 1 / -1;
        justify-content: flex-end;
    }

    .fin-dashboard {
        padding: 16px;
    }

    .fin-metric-grid,
    .fin-grid-2,
    .fin-grid-2.compact,
    .fin-queue-grid,
    .fin-summary,
    .onboarding-page {
        grid-template-columns: 1fr;
    }

    .onboarding-page {
        margin: 20px auto;
    }
}

/* Purple app theme override */
body.page-dashboard,
body[class*="page-admin-"],
body.page-register,
body.page-earnings,
body.page-wallet,
body.page-deposit,
body.page-withdraw,
body.page-transactions,
body.page-referrals,
body.page-membership,
body.page-support,
body.page-settings,
body.page-profile,
body.page-kyc,
body.page-notifications,
body.page-tasks {
    --fin-primary: #8B5CF6;
    --fin-secondary: #5B21B6;
    --fin-accent: #10B981;
    --fin-bg: #080312;
    --fin-card: #130A24;
    --fin-border: rgba(196, 181, 253, 0.18);
    --fin-text: #FFFFFF;
    --fin-muted: #C9C9D1;
    background:
        radial-gradient(circle at 80% 0%, rgba(91, 33, 182, 0.22), transparent 32rem),
        linear-gradient(180deg, #080312 0%, #130A24 100%);
}

.member-app.app-layout,
.admin-app,
.member-main.app-main,
.admin-main {
    background: var(--fin-bg) !important;
}

.member-sidebar.app-sidebar,
.admin-sidebar,
.member-topbar.app-topbar,
.admin-topbar,
.fin-metric-grid article,
.fin-panel,
.panel,
.card,
.form,
.onboarding-brand,
.onboarding-form {
    background: var(--fin-card) !important;
    border-color: var(--fin-border) !important;
    color: var(--fin-text) !important;
}

.member-brand.brand span,
.admin-brand.brand span,
.avatar,
.top-icon,
.menu-dot {
    background: rgba(139, 92, 246, 0.14) !important;
    border-color: rgba(196, 181, 253, 0.24) !important;
    color: #DDD6FE !important;
}

.member-brand.brand strong,
.admin-brand.brand strong,
.fin-page-title h1,
.fin-metric-grid strong,
.fin-panel > strong,
.fin-panel h2,
.fin-panel-head h2,
.page-head h1,
.panel h2,
.form h2,
.topbar-actions,
.admin-actions,
th,
td {
    color: var(--fin-text) !important;
}

.member-brand.brand small,
.admin-brand.brand small,
.fin-page-title p,
.fin-metric-grid span,
.fin-metric-grid small,
.fin-panel > span,
.fin-panel-head span,
.fin-panel-head a,
.topbar-actions small,
.admin-actions small,
.kicker,
.muted {
    color: var(--fin-muted) !important;
}

.member-menu a,
.admin-menu a {
    color: var(--fin-muted) !important;
}

.member-menu a:hover,
.member-menu a.active,
.admin-menu a:hover,
.admin-menu a.active {
    background: rgba(139, 92, 246, 0.18) !important;
    color: #FFFFFF !important;
}

.member-menu a:hover i,
.member-menu a.active i,
.admin-menu a:hover i,
.admin-menu a.active i {
    color: #DDD6FE !important;
}

.app-search,
.fin-summary span,
.onboarding-illustration,
.table-toolbar input,
.table-toolbar select,
.table-toolbar button,
.field input,
.field textarea,
.field select,
input,
textarea,
select,
.table-wrap,
th {
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: var(--fin-border) !important;
    color: var(--fin-text) !important;
}

.app-search input::placeholder,
input::placeholder,
textarea::placeholder {
    color: rgba(201, 201, 209, 0.72);
}

.fin-chart,
.fin-list-row,
.vc-footer > small {
    border-color: var(--fin-border) !important;
}

.fin-chart i {
    background: #8B5CF6;
}

.fin-chart.muted-chart i {
    background: #6D28D9;
}

.btn {
    background: #7C3AED !important;
    border-color: #7C3AED !important;
    color: #fff !important;
}

.btn.alt,
.admin-logout button {
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: var(--fin-border) !important;
    color: var(--fin-text) !important;
}

.menu-dot {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    width: 42px;
}

.menu-dot span {
    background: currentColor;
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 18px;
}

.table-toolbar select,
.field select,
select {
    background: #FFFFFF !important;
    color: #0F172A !important;
}

.table-toolbar select option,
.field select option,
select option {
    background: #FFFFFF !important;
    color: #0F172A !important;
}

.payment-logo {
    align-items: center;
    background: #FFFFFF !important;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px !important;
    display: inline-flex;
    height: 48px !important;
    justify-content: center;
    padding: 8px;
    width: 64px !important;
}

.payment-logo img {
    display: block;
    max-height: 28px;
    max-width: 46px;
    object-fit: contain;
}

.payment-logo-fallback {
    color: #0F172A;
    font-size: 13px;
    font-weight: 800;
}

.payment-card .payment-logo {
    margin-bottom: 6px;
}

.selected-payment-head .payment-logo {
    flex: 0 0 64px;
}

@media (max-width: 640px) {
    .page-home .vc-hero {
        gap: 24px;
    }

    .page-home .vc-hero-image {
        aspect-ratio: 4 / 5;
        background-position: center top;
        min-height: 0;
        width: 100%;
    }

    .page-home .vc-hero-card {
        bottom: 12px;
        left: 12px;
        padding: 12px;
        width: min(210px, calc(100% - 24px));
    }

    .page-home .vc-hero-card strong {
        font-size: 34px;
    }
}

@media (max-width: 420px) {
    .page-home .vc-hero-image {
        aspect-ratio: 1 / 1.18;
    }
}

/* Velvet Circle luxury dashboard system */
.page-dashboard {
    --vc-bg: #080312;
    --vc-bg-2: #130A24;
    --vc-card: #170A2B;
    --vc-gold: #D4AF37;
    --vc-gold-light: #F4D675;
    --vc-purple: #6D28D9;
    --vc-text: #FFFFFF;
    --vc-muted: #C9C9D1;
    --vc-success: #22C55E;
    --vc-warning: #F59E0B;
    --vc-danger: #EF4444;
    background:
        radial-gradient(circle at 78% 8%, rgba(109, 40, 217, 0.26), transparent 34%),
        radial-gradient(circle at 18% 22%, rgba(212, 175, 55, 0.12), transparent 28%),
        linear-gradient(135deg, var(--vc-bg), #05010c 54%, var(--vc-bg-2));
    color: var(--vc-text);
}

.page-dashboard .app-layout.member-app {
    background: rgba(19, 10, 36, 0.78);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 0;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
    grid-template-columns: 300px minmax(0, 1fr);
    margin: 0;
    max-width: none;
    min-height: 100vh;
    overflow: visible;
    width: 100%;
}

.page-dashboard .app-sidebar.member-sidebar {
    background:
        linear-gradient(180deg, rgba(23, 10, 43, 0.92), rgba(8, 3, 18, 0.98)),
        radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.12), transparent 32%);
    border-right: 1px solid rgba(212, 175, 55, 0.2);
    box-shadow: 18px 0 60px rgba(0, 0, 0, 0.3);
    color: var(--vc-text);
    height: 100vh;
    min-height: 100vh;
    padding: 28px 18px;
    width: 300px;
}

.page-dashboard .brand span,
.page-dashboard .avatar {
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid var(--vc-gold);
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.22);
    color: var(--vc-gold-light);
}

.page-dashboard .brand strong,
.page-dashboard .topbar-page-title strong,
.page-dashboard .sidebar-profile strong {
    color: var(--vc-text);
    font-family: "Cormorant Garamond", Georgia, serif;
    letter-spacing: 0.08em;
}

.page-dashboard .brand small,
.page-dashboard .sidebar-profile small,
.page-dashboard .sidebar-profile em,
.page-dashboard .topbar-page-title span {
    color: var(--vc-muted);
}

.page-dashboard .sidebar-profile,
.page-dashboard .sidebar-wallet-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(109, 40, 217, 0.08));
    border: 1px solid rgba(212, 175, 55, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 18px 45px rgba(0, 0, 0, 0.24);
}

.page-dashboard .sidebar-wallet-card strong {
    color: var(--vc-gold-light);
}

.page-dashboard .member-menu a {
    border: 1px solid transparent;
    border-radius: 12px;
    color: var(--vc-muted);
    font-weight: 800;
    letter-spacing: 0.01em;
}

.page-dashboard .member-menu a::before {
    background: linear-gradient(180deg, var(--vc-gold-light), var(--vc-gold));
    border-radius: 999px;
    content: "";
    height: 0;
    left: -7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: height 0.2s ease;
    width: 3px;
}

.page-dashboard .member-menu a:hover,
.page-dashboard .member-menu a.active {
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.34), rgba(212, 175, 55, 0.1));
    border-color: rgba(212, 175, 55, 0.24);
    color: var(--vc-text);
    transform: translateX(4px);
}

.page-dashboard .member-menu a:hover::before,
.page-dashboard .member-menu a.active::before {
    height: 58%;
}

.page-dashboard .member-menu a i {
    color: var(--vc-gold-light);
}

.page-dashboard .member-menu a b {
    background: var(--vc-gold);
    color: #150817;
}

.page-dashboard .app-main.member-main {
    background:
        linear-gradient(180deg, rgba(8, 3, 18, 0.98), rgba(19, 10, 36, 0.96)),
        radial-gradient(circle at 84% 14%, rgba(109, 40, 217, 0.18), transparent 34%);
    color: var(--vc-text);
    min-height: 100vh;
}

.page-dashboard .app-topbar.member-topbar {
    background: rgba(8, 3, 18, 0.78);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
    color: var(--vc-text);
    padding: 18px 28px;
}

.page-dashboard .membership-badge,
.page-dashboard .wallet-chip {
    background: rgba(212, 175, 55, 0.08);
    border-color: rgba(212, 175, 55, 0.3);
    color: var(--vc-gold-light);
}

.page-dashboard .menu-toggle {
    border-color: rgba(212, 175, 55, 0.28);
    color: var(--vc-gold-light);
}

.page-dashboard .donezo-dashboard {
    animation: vcFadeUp 0.55s ease both;
    padding: clamp(18px, 2.5vw, 32px);
}

.page-dashboard .dashboard-command-bar {
    margin-bottom: 22px;
}

.page-dashboard .dashboard-search {
    background: rgba(23, 10, 43, 0.78);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 20px 48px rgba(0, 0, 0, 0.22);
    color: var(--vc-gold-light);
}

.page-dashboard .dashboard-search input {
    color: var(--vc-text);
}

.page-dashboard .dashboard-search input::placeholder {
    color: rgba(201, 201, 209, 0.66);
}

.page-dashboard .donezo-btn {
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 999px;
    font-family: "Poppins", system-ui, sans-serif;
    min-height: 46px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.page-dashboard .donezo-btn:hover,
.page-dashboard .donezo-stat:hover,
.page-dashboard .donezo-card:hover {
    transform: translateY(-4px);
}

.page-dashboard .donezo-btn.primary {
    background: linear-gradient(135deg, var(--vc-gold-light), var(--vc-gold));
    box-shadow: 0 16px 34px rgba(212, 175, 55, 0.22);
    color: #150817;
}

.page-dashboard .donezo-btn.outline {
    background: rgba(23, 10, 43, 0.72);
    color: var(--vc-gold-light);
}

.page-dashboard .dashboard-title-row {
    align-items: end;
    margin-bottom: 18px;
}

.page-dashboard .luxury-kicker {
    color: var(--vc-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.28em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.page-dashboard .dashboard-title-row h1 {
    color: var(--vc-text);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 700;
    letter-spacing: 0;
    text-shadow: 0 0 34px rgba(212, 175, 55, 0.14);
}

.page-dashboard .dashboard-title-row p {
    color: var(--vc-muted);
    max-width: 760px;
}

.page-dashboard .dashboard-title-row > strong {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.14), rgba(109, 40, 217, 0.22));
    border: 1px solid rgba(212, 175, 55, 0.28);
    color: var(--vc-gold-light);
}

.luxury-welcome-strip {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 18px;
}

.luxury-welcome-strip article {
    background: linear-gradient(145deg, rgba(23, 10, 43, 0.82), rgba(109, 40, 217, 0.12));
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
    padding: 16px 18px;
}

.luxury-welcome-strip span {
    color: var(--vc-muted);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.luxury-welcome-strip strong {
    color: var(--vc-gold-light);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 28px;
    line-height: 1;
}

.page-dashboard .donezo-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.page-dashboard .donezo-stat,
.page-dashboard .donezo-card {
    background:
        linear-gradient(145deg, rgba(23, 10, 43, 0.9), rgba(19, 10, 36, 0.78)),
        radial-gradient(circle at 92% 12%, rgba(212, 175, 55, 0.12), transparent 34%);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 24px 70px rgba(0, 0, 0, 0.28);
    color: var(--vc-text);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.page-dashboard .donezo-stat:hover,
.page-dashboard .donezo-card:hover {
    border-color: rgba(244, 214, 117, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 26px 80px rgba(0, 0, 0, 0.34), 0 0 36px rgba(212, 175, 55, 0.09);
}

.page-dashboard .donezo-stat.featured {
    background:
        linear-gradient(145deg, rgba(212, 175, 55, 0.18), rgba(109, 40, 217, 0.2)),
        linear-gradient(145deg, #170A2B, #130A24);
}

.page-dashboard .donezo-stat i {
    align-items: center;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    color: var(--vc-gold-light);
    display: inline-flex;
    font-style: normal;
    font-weight: 900;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.page-dashboard .donezo-stat span {
    color: var(--vc-muted);
    font-size: 13px;
    text-transform: uppercase;
}

.page-dashboard .donezo-stat strong {
    color: var(--vc-text);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(36px, 4vw, 52px);
}

.page-dashboard .donezo-stat small {
    color: var(--vc-muted);
}

.page-dashboard .donezo-stat a {
    background: rgba(212, 175, 55, 0.1);
    border-color: rgba(212, 175, 55, 0.28);
    color: var(--vc-gold-light);
}

.page-dashboard .donezo-layout-grid {
    gap: 16px;
    grid-template-columns: 1.35fr 0.75fr 0.75fr;
}

.page-dashboard .donezo-card h2 {
    color: var(--vc-text);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
}

.page-dashboard .donezo-card p,
.page-dashboard .donezo-card small,
.page-dashboard .muted {
    color: var(--vc-muted);
}

.page-dashboard .donezo-card-head a,
.page-dashboard .donezo-card-head span {
    background: rgba(212, 175, 55, 0.1);
    border-color: rgba(212, 175, 55, 0.24);
    color: var(--vc-gold-light);
}

.page-dashboard .analytics-bars i {
    background: linear-gradient(180deg, var(--vc-gold-light), var(--vc-gold) 42%, var(--vc-purple));
    box-shadow: 0 0 26px rgba(212, 175, 55, 0.12);
}

.page-dashboard .analytics-bars i.soft {
    background: linear-gradient(180deg, #BFA2FF, var(--vc-purple));
}

.page-dashboard .analytics-bars i.line {
    background: repeating-linear-gradient(135deg, rgba(212, 175, 55, 0.24) 0 4px, rgba(255, 255, 255, 0.04) 4px 8px);
}

.page-dashboard .analytics-bars b {
    background: rgba(244, 214, 117, 0.14);
    border: 1px solid rgba(244, 214, 117, 0.22);
    color: var(--vc-gold-light);
}

.page-dashboard .chart-labels {
    color: var(--vc-muted);
}

.page-dashboard .reminder-card strong,
.page-dashboard .project-item strong,
.page-dashboard .collab-row strong {
    color: var(--vc-text);
}

.page-dashboard .project-item,
.page-dashboard .collab-row {
    border-radius: 14px;
    color: var(--vc-text);
    padding: 11px 0;
}

.page-dashboard .project-item:hover {
    background: rgba(212, 175, 55, 0.06);
    padding-left: 10px;
}

.page-dashboard .project-item i,
.page-dashboard .collab-row i {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.24);
    color: var(--vc-gold-light);
}

.page-dashboard .project-item i::before {
    background: linear-gradient(135deg, var(--vc-gold-light), var(--vc-gold));
}

.page-dashboard .collab-row {
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.page-dashboard .collab-row b {
    color: var(--vc-success);
}

.page-dashboard .progress-gauge {
    background:
        radial-gradient(circle at 50% 60%, var(--vc-card) 0 48%, transparent 49%),
        conic-gradient(from 225deg, var(--vc-gold-light) 0 calc(var(--progress) * 2.7), rgba(109, 40, 217, 0.38) calc(var(--progress) * 2.7) 270deg, transparent 270deg 360deg);
    filter: drop-shadow(0 0 28px rgba(212, 175, 55, 0.12));
}

.page-dashboard .progress-gauge strong {
    color: var(--vc-text);
    font-family: "Cormorant Garamond", Georgia, serif;
}

.page-dashboard .progress-gauge span,
.page-dashboard .progress-legend span {
    color: var(--vc-muted);
}

.page-dashboard .tracker-card {
    background:
        linear-gradient(135deg, rgba(109, 40, 217, 0.34), rgba(8, 3, 18, 0.96)),
        radial-gradient(circle at 84% 22%, rgba(244, 214, 117, 0.24), transparent 28%);
}

.page-dashboard .tracker-card span,
.page-dashboard .tracker-card p {
    color: var(--vc-muted);
}

.page-dashboard .tracker-card strong {
    color: var(--vc-gold-light);
    font-family: "Cormorant Garamond", Georgia, serif;
}

.page-dashboard .tracker-card a {
    background: linear-gradient(135deg, var(--vc-gold-light), var(--vc-gold));
    color: #150817;
}

@keyframes vcFadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {
    .page-dashboard .app-layout.member-app {
        grid-template-columns: 270px minmax(0, 1fr);
    }

    .page-dashboard .app-sidebar.member-sidebar {
        width: 270px;
    }

    .page-dashboard .donezo-stats,
    .luxury-welcome-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-dashboard .donezo-layout-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .page-dashboard .app-layout.member-app {
        display: block;
        margin: 0;
        width: 100%;
    }

    .page-dashboard .app-sidebar.member-sidebar {
        width: min(320px, 86vw);
    }
}

@media (max-width: 720px) {
    .page-dashboard .donezo-dashboard {
        padding: 16px;
    }

    .page-dashboard .dashboard-title-row h1 {
        font-size: 42px;
    }

    .page-dashboard .donezo-stats,
    .page-dashboard .donezo-layout-grid,
    .luxury-welcome-strip {
        grid-template-columns: 1fr;
    }

    .page-dashboard .dashboard-command-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    body.menu-open-admin {
        overflow: hidden;
    }

    body.menu-open-admin::after {
        background: rgba(2, 6, 23, 0.68) !important;
        content: "";
        inset: 0;
        pointer-events: none;
        position: fixed;
        z-index: 1200;
    }

    .admin-sidebar {
        background: #090514 !important;
        border-right: 1px solid rgba(196, 181, 253, 0.22) !important;
        box-shadow: 24px 0 80px rgba(0, 0, 0, 0.62) !important;
        color: #f8fafc !important;
        height: 100dvh !important;
        isolation: isolate;
        max-width: min(320px, 88vw) !important;
        opacity: 1 !important;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 18px 12px !important;
        position: fixed !important;
        width: min(320px, 88vw) !important;
        z-index: 1201 !important;
    }

    .admin-sidebar,
    .admin-sidebar * {
        pointer-events: auto;
    }

    .admin-brand.brand {
        border-bottom: 1px solid rgba(196, 181, 253, 0.14);
        margin-bottom: 6px;
        padding: 0 4px 14px !important;
    }

    .admin-brand.brand strong,
    .admin-brand.brand small {
        color: #f8fafc !important;
    }

    .admin-menu {
        display: grid !important;
        gap: 6px !important;
        grid-template-columns: 1fr !important;
    }

    .admin-menu a {
        align-items: center !important;
        background: rgba(255, 255, 255, 0.035) !important;
        border: 1px solid rgba(196, 181, 253, 0.1) !important;
        color: #dbe3ef !important;
        display: flex !important;
        font-size: 13px !important;
        gap: 10px;
        min-height: 42px;
        padding: 10px 12px !important;
        position: relative;
        text-decoration: none;
        z-index: 2;
    }

    .admin-menu a:hover,
    .admin-menu a.active {
        background: rgba(139, 92, 246, 0.22) !important;
        border-color: rgba(196, 181, 253, 0.26) !important;
        color: #ffffff !important;
    }

    .admin-menu i {
        flex: 0 0 22px;
    }

    .admin-logout {
        margin-top: 14px !important;
    }

    .admin-logout button {
        min-height: 42px;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .admin-main {
        min-width: 0 !important;
        overflow-x: hidden;
        padding: 0 14px 22px !important;
    }

    .admin-topbar {
        align-items: center !important;
        display: grid !important;
        gap: 10px !important;
        grid-template-columns: auto minmax(0, 1fr) auto !important;
        min-width: 0;
        padding: 12px 0 !important;
    }

    .admin-topbar .app-search {
        min-width: 0;
        width: 100% !important;
    }

    .admin-actions {
        align-items: center !important;
        display: flex !important;
        gap: 8px !important;
        min-width: 0;
    }

    .admin-actions div {
        display: none;
    }

    .admin-fin-dashboard {
        gap: 16px !important;
        max-width: 100%;
        min-width: 0;
        padding: 14px 0 24px !important;
    }

    .admin-fin-dashboard .fin-page-title {
        min-width: 0;
    }

    .admin-fin-dashboard .fin-page-title h1 {
        font-size: clamp(30px, 9vw, 42px) !important;
        line-height: 1.05 !important;
        margin: 0 0 8px !important;
        overflow-wrap: anywhere;
    }

    .admin-fin-dashboard .fin-page-title p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin: 0 !important;
    }

    .admin-fin-dashboard .fin-metric-grid,
    .admin-fin-dashboard .fin-grid-2,
    .admin-fin-dashboard .fin-grid-2.compact,
    .admin-fin-dashboard .fin-queue-grid {
        display: grid !important;
        gap: 12px !important;
        grid-template-columns: 1fr !important;
        min-width: 0;
        width: 100%;
    }

    .admin-fin-dashboard .fin-metric-grid article,
    .admin-fin-dashboard .fin-panel {
        min-width: 0;
        padding: 14px !important;
        width: 100%;
    }

    .admin-fin-dashboard .fin-metric-grid strong,
    .admin-fin-dashboard .fin-panel > strong {
        font-size: clamp(24px, 8vw, 32px) !important;
        line-height: 1.12 !important;
        overflow-wrap: anywhere;
    }

    .admin-fin-dashboard .fin-panel-head {
        align-items: flex-start !important;
        display: flex !important;
        gap: 10px !important;
        justify-content: space-between !important;
        min-width: 0;
    }

    .admin-fin-dashboard .fin-panel-head h2 {
        font-size: 15px !important;
        line-height: 1.3 !important;
        min-width: 0;
    }

    .admin-fin-dashboard .fin-panel-head a,
    .admin-fin-dashboard .fin-panel-head span {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .admin-fin-dashboard .fin-chart {
        align-items: end;
        display: grid !important;
        gap: 8px !important;
        grid-template-columns: repeat(7, minmax(0, 1fr));
        height: 170px !important;
        min-width: 0;
        overflow: hidden;
        padding-top: 8px;
    }

    .admin-fin-dashboard .fin-chart i {
        min-width: 0;
        width: 100% !important;
    }

    .admin-fin-dashboard .table-wrap {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .admin-fin-dashboard table {
        min-width: 620px;
    }
}

@media (max-width: 480px) {
    .admin-main {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .admin-topbar {
        grid-template-columns: auto minmax(0, 1fr) auto !important;
    }

    .admin-fin-dashboard {
        gap: 12px !important;
    }

    .admin-fin-dashboard .fin-metric-grid article,
    .admin-fin-dashboard .fin-panel {
        border-radius: 10px !important;
        padding: 12px !important;
    }

    .admin-fin-dashboard .fin-chart {
        height: 145px !important;
    }

    .admin-fin-dashboard .fin-panel-head {
        display: grid !important;
        grid-template-columns: 1fr auto;
    }
}

.pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 14px;
}

.pagination a,
.pagination span,
.pagination strong {
    border: 1px solid var(--fin-border, rgba(255, 255, 255, 0.12));
    border-radius: 8px;
    color: var(--fin-text, #fff);
    font-size: 13px;
    font-weight: 800;
    padding: 9px 12px;
}

.pagination a {
    background: rgba(139, 92, 246, 0.16);
    text-decoration: none;
}

.pagination span {
    color: var(--fin-muted, #a7a7b8);
    opacity: 0.7;
}

.pagination strong {
    background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 560px) {
    .pagination {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pagination a,
    .pagination span,
    .pagination strong {
        text-align: center;
    }
}
