/* Mobile App Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #0a0a0a;
    background-image: 
        radial-gradient(circle at top right, rgba(138, 43, 226, 0.3) 0%, transparent 50%),
        radial-gradient(circle at bottom left, rgba(138, 43, 226, 0.25) 0%, transparent 50%),
        linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: #333;
    line-height: 1.6;
}

.mobile-app-body {
    background: #1a1c1c;
    background-image:
        radial-gradient(ellipse at 50% -10%, rgba(197, 160, 89, 0.04) 0%, transparent 45%),
        linear-gradient(180deg, #1a1c1c 0%, #141616 100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.app-container {
    background: transparent;
    min-height: 100vh;
    padding-bottom: 80px;
}

/* Loading Spinner — FinTech v3.6.0 */
#loadingSpinner.loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 5, 7, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loadingSpinner .spinner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
}

#loadingSpinner .spinner {
    width: 52px;
    height: 52px;
    border: 3px solid rgba(212, 175, 55, 0.18);
    border-top: 3px solid #d4af37;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
    box-shadow: 0 0 18px rgba(212, 175, 55, 0.15);
}

#loadingSpinner .spinner-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
    max-width: 240px;
}

#productLoading.loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
    min-height: 200px;
}

#productLoading .spinner {
    width: 52px;
    height: 52px;
    border: 3px solid rgba(212, 175, 55, 0.18);
    border-top: 3px solid #d4af37;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
    box-shadow: 0 0 18px rgba(212, 175, 55, 0.15);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* App Header */
.app-header {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: none;
    color: white;
    padding: 0.85rem 1rem 0.25rem;
    position: relative;
    box-shadow: none;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-left {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(145deg, #2a2e2e 0%, #1e2222 100%);
    border: 1px solid rgba(192, 192, 192, 0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        inset 0 -2px 4px rgba(0, 0, 0, 0.35),
        0 3px 8px rgba(0, 0, 0, 0.35);
    cursor: pointer;
}

.header-icon:hover {
    background: linear-gradient(145deg, #323737 0%, #252929 100%);
    border-color: rgba(210, 210, 210, 0.45);
    transform: scale(1.03);
}

/* Account Level Badge & Tier Surfaces — FinTech skeuomorphic with defined tier colors */
.account-level-badge {
    border-radius: 20px;
    padding: 0.45rem 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #ffffff;
    min-width: 72px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.32),
        inset 0 -2px 5px rgba(0, 0, 0, 0.28),
        0 4px 12px rgba(0, 0, 0, 0.32);
}

.account-level-text {
    font-size: 0.75rem;
    font-weight: 700;
}

/* New — emerald */
.account-level-badge.account-level-new,
.task-summary-badge.account-level-new {
    background: linear-gradient(180deg, #14d39a 0%, #10b981 48%, #059669 100%);
    border-color: rgba(110, 231, 183, 0.42);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        inset 0 -2px 5px rgba(0, 70, 45, 0.38),
        0 4px 14px rgba(16, 185, 129, 0.34);
}

/* Level 1 — blue */
.account-level-badge.account-level-1,
.task-summary-badge.account-level-1 {
    background: linear-gradient(180deg, #4f8ef7 0%, #3b82f6 48%, #2563eb 100%);
    border-color: rgba(147, 197, 253, 0.42);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        inset 0 -2px 5px rgba(20, 50, 120, 0.38),
        0 4px 14px rgba(59, 130, 246, 0.34);
}

/* Level 2 — purple */
.account-level-badge.account-level-2,
.task-summary-badge.account-level-2 {
    background: linear-gradient(180deg, #9b6df9 0%, #8b5cf6 48%, #7c3aed 100%);
    border-color: rgba(196, 181, 253, 0.42);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        inset 0 -2px 5px rgba(55, 25, 110, 0.38),
        0 4px 14px rgba(139, 92, 246, 0.34);
}

/* Team Lead — pink */
.account-level-badge.account-level-team-lead,
.task-summary-badge.account-level-team-lead {
    background: linear-gradient(180deg, #f05aa8 0%, #ec4899 48%, #db2777 100%);
    border-color: rgba(251, 182, 206, 0.42);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        inset 0 -2px 5px rgba(120, 20, 70, 0.38),
        0 4px 14px rgba(236, 72, 153, 0.34);
}

/* Circular emblems & task icons — same tier palette */
.vip-emblem,
.vip-level-emblem,
.task-icon {
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.3),
        inset 0 -3px 6px rgba(0, 0, 0, 0.28),
        0 4px 12px rgba(0, 0, 0, 0.32);
}

.vip-emblem.account-level-new,
.vip-level-emblem.account-level-new,
.task-icon.account-level-new,
.promotion-reward-icon.account-level-new {
    background: linear-gradient(180deg, #14d39a 0%, #10b981 48%, #059669 100%);
    border-color: rgba(110, 231, 183, 0.4);
    color: #ffffff;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.32),
        inset 0 -3px 6px rgba(0, 70, 45, 0.35),
        0 4px 14px rgba(16, 185, 129, 0.32);
}

.vip-emblem.account-level-1,
.vip-level-emblem.account-level-1,
.task-icon.account-level-1,
.promotion-reward-icon.account-level-1 {
    background: linear-gradient(180deg, #4f8ef7 0%, #3b82f6 48%, #2563eb 100%);
    border-color: rgba(147, 197, 253, 0.4);
    color: #ffffff;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.32),
        inset 0 -3px 6px rgba(20, 50, 120, 0.35),
        0 4px 14px rgba(59, 130, 246, 0.32);
}

.vip-emblem.account-level-2,
.vip-level-emblem.account-level-2,
.task-icon.account-level-2,
.promotion-reward-icon.account-level-2 {
    background: linear-gradient(180deg, #9b6df9 0%, #8b5cf6 48%, #7c3aed 100%);
    border-color: rgba(196, 181, 253, 0.4);
    color: #ffffff;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.32),
        inset 0 -3px 6px rgba(55, 25, 110, 0.35),
        0 4px 14px rgba(139, 92, 246, 0.32);
}

.vip-emblem.account-level-team-lead,
.vip-level-emblem.account-level-team-lead,
.task-icon.account-level-team-lead,
.promotion-reward-icon.account-level-team-lead {
    background: linear-gradient(180deg, #f05aa8 0%, #ec4899 48%, #db2777 100%);
    border-color: rgba(251, 182, 206, 0.4);
    color: #ffffff;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.32),
        inset 0 -3px 6px rgba(120, 20, 70, 0.35),
        0 4px 14px rgba(236, 72, 153, 0.32);
}

.task-summary-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.78rem;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

/* Mobile Notifications — FinTech v3.6.0 */
.notification-wrapper-mobile {
    position: relative;
}

.notification-btn-mobile {
    position: relative;
}

.notification-badge-mobile {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    padding: 0.12rem 0.38rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff6b6b 0%, #d63031 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    box-shadow:
        0 2px 8px rgba(214, 48, 49, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    display: none;
    z-index: 10;
}

.notification-badge-mobile.show {
    display: block !important;
}

.notification-badge-mobile.zero {
    display: none !important;
}

.notification-dropdown-mobile {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: rgba(5, 5, 7, 0.94) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    z-index: 99999 !important;
    display: none !important;
    flex-direction: column !important;
    overflow: hidden !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.28s ease, visibility 0.28s ease !important;
}

.notification-dropdown-mobile.show {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.notification-header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
    background: linear-gradient(180deg, #1f2323 0%, #171a1a 100%);
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.notification-panel-title {
    margin: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.btn-close-notifications-mobile {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(180, 180, 180, 0.2);
    border-radius: 50%;
    background: linear-gradient(145deg, #2c3131 0%, #222626 100%);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 4px 10px rgba(0, 0, 0, 0.28);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.btn-close-notifications-mobile:hover {
    transform: translateY(-1px);
    border-color: rgba(212, 175, 55, 0.35);
    color: #fff;
}

.notification-list-mobile {
    flex: 1;
    overflow-y: auto;
    padding: 0.85rem 0.9rem 1rem;
}

.notification-footer-mobile {
    padding: 0.95rem 1rem 1.15rem;
    border-top: 1px solid rgba(212, 175, 55, 0.16);
    background: linear-gradient(180deg, #171a1a 0%, #121414 100%);
    text-align: center;
    position: sticky;
    bottom: 0;
}

.view-all-link-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 0.62rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.45);
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.18) 0%, rgba(168, 132, 58, 0.12) 100%);
    color: #e8c872;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.84rem;
    letter-spacing: 0.03em;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.view-all-link-mobile:hover {
    transform: translateY(-1px);
    color: #f4e4b8;
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.18);
}

.notification-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.95rem;
    margin-bottom: 0.7rem;
    border-radius: 16px;
    border: 1px solid rgba(180, 180, 180, 0.12);
    background: linear-gradient(145deg, #2c3131 0%, #222626 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -3px 8px rgba(0, 0, 0, 0.28),
        0 6px 16px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.notification-item:last-child {
    margin-bottom: 0;
}

.notification-item:hover,
.notification-item:active {
    transform: translateY(-1px);
    border-color: rgba(212, 175, 55, 0.28);
}

.notification-item.loading {
    justify-content: center;
    align-items: center;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.55);
    cursor: default;
    font-size: 0.86rem;
}

.notification-item.loading:hover {
    transform: none;
    border-color: rgba(180, 180, 180, 0.12);
}

.notification-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.18),
        inset 0 -3px 6px rgba(0, 0, 0, 0.25),
        0 4px 10px rgba(0, 0, 0, 0.28);
}

.notification-icon.success {
    background: linear-gradient(180deg, #3ecf9a 0%, #26a17b 55%, #1d7f61 100%);
    color: #fff;
}

.notification-icon.info {
    background: linear-gradient(180deg, #6eb4ff 0%, #3d7a9e 55%, #2a5f7a 100%);
    color: #fff;
}

.notification-icon.warning {
    background: linear-gradient(180deg, #f2d597 0%, #c5a059 48%, #a8843a 100%);
    color: #1a1208;
}

.notification-content {
    flex: 1;
    min-width: 0;
}

.notification-title {
    margin-bottom: 0.22rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.35;
}

.notification-message {
    margin-bottom: 0.42rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.68);
}

.notification-time {
    font-size: 0.72rem;
    color: rgba(212, 175, 55, 0.72);
    letter-spacing: 0.02em;
}

.notification-empty,
.notification-loading {
    padding: 3rem 1.25rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
}

.notification-empty i,
.notification-loading i {
    display: block;
    font-size: 2.2rem;
    margin-bottom: 0.75rem;
    color: rgba(212, 175, 55, 0.45);
}

.notification-empty p,
.notification-loading p {
    margin: 0;
    font-size: 0.92rem;
}

.notification-spinner {
    width: 38px;
    height: 38px;
    margin: 0 auto 0.85rem;
    border: 3px solid rgba(255, 255, 255, 0.08);
    border-top-color: #d4af37;
    border-radius: 50%;
    animation: notification-spin 0.9s linear infinite;
}

@keyframes notification-spin {
    to { transform: rotate(360deg); }
}

.mobile-toast {
    position: fixed;
    top: 18px;
    left: 50%;
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    max-width: min(88vw, 360px);
    padding: 0.85rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(212, 175, 55, 0.28);
    background: linear-gradient(165deg, #252a2a 0%, #1a1c1c 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 14px 34px rgba(0, 0, 0, 0.42);
    color: #fff;
    opacity: 0;
    transform: translate(-50%, -16px);
    transition: opacity 0.28s ease, transform 0.28s ease;
    pointer-events: none;
}

.mobile-toast--visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.mobile-toast__icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.85rem;
}

.mobile-toast--success .mobile-toast__icon {
    background: linear-gradient(180deg, #3ecf9a 0%, #26a17b 100%);
    color: #fff;
}

.mobile-toast--error .mobile-toast__icon {
    background: linear-gradient(180deg, #ff7b7b 0%, #d63031 100%);
    color: #fff;
}

.mobile-toast--info {
    border-color: rgba(61, 139, 253, 0.28);
}

.mobile-toast--warning {
    border-color: rgba(212, 175, 55, 0.35);
}

.mobile-toast--info .mobile-toast__icon {
    background: linear-gradient(180deg, #6eb5ff 0%, #3d8bfd 100%);
    color: #fff;
}

.mobile-toast--warning .mobile-toast__icon {
    background: linear-gradient(180deg, #f0c75e 0%, #d4af37 100%);
    color: #1a1c1c;
}

.mobile-toast__message {
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
}

/* Legacy VIP badge styles (kept for backward compatibility) */
.vip-badge {
    background: linear-gradient(135deg, #1cb36f 0%, #2dd485 100%);
    border-radius: 20px;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.vip-text {
    color: #333;
    font-weight: 700;
    font-size: 0.9rem;
}

.vip-level {
    color: #333;
    font-weight: 700;
    font-size: 0.9rem;
}

.app-header h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

/* Glass Effect Base */
.glass-card {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

/* Earnings Card */
.earnings-card {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 1rem;
    padding: 1rem 1rem;
    border-radius: 25px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}



.earnings-main {
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.earnings-amount {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    text-align: center;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    display: inline-block;
}



.earnings-title {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-top: 0.5rem;
}

.earnings-buttons {
    display: flex;
    gap: 1.5rem;
    margin-top: 1.5rem;
    position: relative;
    z-index: 2;
}

.balance-info {
    margin: 1.5rem 0;
    display: flex !important;
    justify-content: space-between !important;
    gap: 2rem;
    flex-direction: row !important;
    position: relative;
    z-index: 2;
}

.balance-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    text-align: center;
    flex: 1 !important;
    min-width: 0;
}

.balance-label {
    font-size: 0.9rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 400 !important;
    margin-bottom: 0.5rem !important;
}

.balance-info .balance-label {
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.balance-value {
    font-size: 1.3rem;
    color: white;
    font-weight: 700;
}

.btn-deposit, .btn-withdraw {
    flex: 1;
    padding: 0.75rem;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #5f8aef;
    color: #041830;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(95, 138, 239, 0.2);
}

.btn-deposit:hover, .btn-withdraw:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(95, 138, 239, 0.3);
    background: #5f8aef;
}

/* Active Machines Box */
#activeMachinesBox {
    position: relative;
}

/* Active Machines List Styling */
#activeMachinesList {
    max-height: 300px;
    overflow-y: auto;
    position: relative;
    z-index: 2;
}

#activeMachinesList::-webkit-scrollbar {
    width: 4px;
}

#activeMachinesList::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
}

#activeMachinesList::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

#activeMachinesList::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Action Grid */
.action-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    margin: 1.5rem 1rem;
}

.action-card {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.8rem 1rem;
    border-radius: 18px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}



.action-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}

.action-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem;
    font-size: 1.6rem;
    color: #041830;
    box-shadow: 0 4px 15px rgba(95, 138, 239, 0.3);
    transition: all 0.3s ease;
}

.action-icon.promotion {
    background: #5f8aef;
}

.action-icon.company {
    background: #5f8aef;
}

.action-icon.redeem {
    background: #5f8aef;
}

.action-icon.tasks {
    background: #5f8aef;
}

.action-icon.vip {
    background: #5f8aef;
}

.action-icon.team {
    background: #5f8aef;
}

.action-card:hover .action-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(95, 138, 239, 0.4);
}

.action-card:hover .action-label {
    color: #5f8aef;
}

.action-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
    margin-top: 0.5rem;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

/* Section Headers */
.section-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    padding: 0 0.5rem;
}

.section-header h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
}

.view-all {
    color: #5f8aef;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Products Carousel */
.products-carousel {
    margin: 1rem;
    position: relative;
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.carousel-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}

.carousel-track .investment-card {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    margin: 0;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: background 0.3s ease;
}

.carousel-dot.active {
    background: #e8c872;
}

/* Product Cards */
.product-card {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 0;
    border-radius: 15px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.product-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 160px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 0;
    padding: 0;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 0;
    padding: 0;
    display: block;
}

.product-info {
    margin-bottom: 1rem;
    padding: 1.5rem;
}

.product-info h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 0.5rem;
}

.product-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #5f8aef;
    margin-bottom: 1rem;
}

.product-metrics {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.product-metrics .metric {
    text-align: center;
}

.product-metrics .metric-label {
    font-size: 0.8rem;
    color: #a0a0a0;
    margin-bottom: 0.25rem;
}

.product-metrics .metric-value {
    font-size: 1rem;
    font-weight: 600;
    color: white;
}

.btn-invest {
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-radius: 10px;
    background: #5f8aef;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(95, 138, 239, 0.3);
}

.btn-invest:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(95, 138, 239, 0.3);
}

/* Bottom Navigation */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #1e2020 0%, #1a1c1c 100%);
    border-top: 1px solid rgba(180, 180, 180, 0.12);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.35);
    display: flex;
    justify-content: space-around;
    padding: 0.65rem 0 0.75rem;
    z-index: 1000;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.8rem;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-item.active {
    color: #e8c872;
}

.nav-item:hover {
    color: rgba(232, 200, 114, 0.85);
}

.nav-item i {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
    color: rgba(220, 220, 220, 0.7);
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
    transition: color 0.3s ease, filter 0.3s ease;
}

.nav-item.active i {
    color: #e8c872;
    filter: drop-shadow(0 0 8px rgba(232, 200, 114, 0.65));
}

.nav-item.active::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 200, 114, 0.25) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

/* Registration Page Styles */
.register-container {
    min-height: 100vh;
    background: transparent;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-card {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    width: 100%;
    max-width: 500px;
}

/* Responsive design for register page - matching login/signin width */
@media (min-width: 480px) {
    .register-card {
        max-width: 550px;
        padding: 2.5rem;
    }
}

@media (min-width: 768px) {
    .register-container {
        padding: 3rem 2rem;
    }
    
    .register-card {
        max-width: 650px;
        padding: 3rem;
    }
    
    .register-title {
        font-size: 2.2rem;
    }
    
    .register-subtitle {
        font-size: 1rem;
    }
}

@media (min-width: 1024px) {
    .register-card {
        max-width: 750px;
        padding: 3.5rem;
    }
    
    .register-title {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .register-card {
        max-width: 850px;
        padding: 4rem;
    }
}

@media (min-width: 1400px) {
    .register-card {
        max-width: 950px;
        padding: 4.5rem;
    }
}

/* Mobile adjustments */
@media (max-width: 479px) {
    .register-container {
        padding: 1rem 0.5rem;
    }
    
    .register-card {
        padding: 1.5rem;
        border-radius: 15px;
    }
    
    .register-title {
        font-size: 1.5rem;
    }
    
    .register-subtitle {
        font-size: 0.85rem;
    }
}

.register-header {
    text-align: center;
    margin-bottom: 2rem;
}

.register-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.register-subtitle {
    color: #a0a0a0;
    font-size: 0.9rem;
}

.input-group {
    margin-bottom: 1.5rem;
}

.input-icon {
    position: relative;
}

.input-icon i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #a0a0a0;
    font-size: 1.1rem;
}

.input-icon input {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border: 2px solid #2a3a4a;
    border-radius: 10px;
    font-size: 1rem;
    background: #0f1a2a;
    color: white;
    transition: all 0.3s ease;
}

.input-icon input:focus {
    outline: none;
    border-color: #5f8aef;
    background: #0f1a2a;
    box-shadow: 0 0 0 3px rgba(95, 138, 239, 0.2);
}

.input-icon input::placeholder {
    color: #a0a0a0;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.9rem;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #2a3a4a;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    margin-top: 0.1rem;
    background: #0f1a2a;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background: #5f8aef;
    border-color: #5f8aef;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
}

.checkbox-text {
    color: #a0a0a0;
    line-height: 1.4;
}

.checkbox-text .link {
    color: #5f8aef;
    text-decoration: none;
}

.btn-create-account {
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 10px;
    background: #5f8aef;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(95, 138, 239, 0.3);
}

.btn-create-account:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(95, 138, 239, 0.3);
}

.signin-section {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #2a3a4a;
}

.signin-link {
    color: #a0a0a0;
    font-size: 0.9rem;
}

.signin-link .link {
    color: #5f8aef;
    text-decoration: none;
    font-weight: 600;
}

/* Invest Page Styles */
.invest-container {
    min-height: 100vh;
    background: transparent;
    padding-bottom: 80px;
}

.invest-header {
    background: #5f8aef;
    color: white;
    padding: 1.5rem 1rem;
    text-align: center;
}

.invest-header h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.filter-tabs {
    display: flex;
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    margin: 1rem;
    border-radius: 10px;
    padding: 0.25rem;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.filter-tab {
    flex: 1;
    padding: 0.75rem;
    text-align: center;
    background: #0f1a2a;
    color: #a0a0a0;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-tab.active {
    background: #5f8aef;
    color: white;
    box-shadow: 0 2px 10px rgba(95, 138, 239, 0.3);
}

.filter-tab:hover:not(.active) {
    background: #2a3a4a;
}

.investment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin: 1rem;
}

.investment-card {
    background: linear-gradient(165deg, #1a2238 0%, #141c2e 50%, #0f1524 100%);
    border: 1px solid rgba(197, 160, 89, 0.35);
    border-radius: 18px;
    padding: 0;
    margin: 0;
    box-shadow:
        0 12px 36px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 215, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.fintech-investment-card .investment-card-hero {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: linear-gradient(180deg, #1a2238 0%, #0f1524 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.fintech-investment-card .investment-card-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fintech-investment-card .investment-card-hero--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(180deg, rgba(15, 21, 36, 0.95) 0%, rgba(20, 28, 46, 0.9) 100%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 120'%3E%3Cpolyline points='0%2C90 40%2C70 80%2C75 120%2C50 160%2C55 200%2C35 240%2C45 280%2C25 320%2C30' fill='none' stroke='rgba(255%2C255%2C255%2C0.06)' stroke-width='1.5'/%3E%3C%2Fsvg%3E") center bottom / cover no-repeat;
}

.investment-card-hero-fallback {
    color: rgba(232, 200, 114, 0.35);
    font-size: 2.5rem;
}

.fintech-investment-card .investment-card-visual {
    display: none;
}

.investment-gauge-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.investment-gauge {
    position: relative;
    width: 108px;
    height: 68px;
}

.gauge-face {
    position: absolute;
    inset: 0;
    border-radius: 108px 108px 0 0;
    background:
        radial-gradient(circle at 50% 100%, #0a0e18 0%, #151c2e 70%),
        conic-gradient(from 180deg at 50% 100%, rgba(232, 200, 114, 0.15) 0deg, rgba(232, 200, 114, 0.15) 180deg, transparent 180deg);
    border: 3px solid transparent;
    border-top: 3px solid #c8c8c8;
    border-left: 3px solid #a8a8a8;
    border-right: 3px solid #d8d8d8;
    box-shadow:
        inset 0 2px 8px rgba(0, 0, 0, 0.5),
        0 2px 6px rgba(0, 0, 0, 0.35);
}

.gauge-face::before {
    content: '';
    position: absolute;
    left: 12%;
    right: 12%;
    top: 28%;
    bottom: 0;
    border-radius: 100px 100px 0 0;
    border-top: 1px solid rgba(232, 200, 114, 0.2);
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 8px,
        rgba(232, 200, 114, 0.08) 8px,
        rgba(232, 200, 114, 0.08) 9px
    );
}

.gauge-needle {
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 3px;
    height: 42px;
    margin-left: -1.5px;
    transform-origin: bottom center;
    transform: rotate(var(--gauge-rotation, 27deg));
    background: linear-gradient(180deg, #f0c14b 0%, #c9a227 100%);
    border-radius: 2px;
    box-shadow: 0 0 6px rgba(240, 193, 75, 0.4);
    transition: transform 0.6s ease;
    z-index: 2;
}

.gauge-needle::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-radius: 50%;
    background: radial-gradient(circle, #f0c14b 0%, #a8843a 100%);
    box-shadow: 0 0 8px rgba(240, 193, 75, 0.5);
}

.gauge-score {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    font-size: 1.15rem;
    font-weight: 800;
    color: #e8c872;
    z-index: 3;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.gauge-label {
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.3px;
}

.investment-visual-panel {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 0.35rem;
    align-items: stretch;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 0.45rem;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.35);
}

.investment-mini-chart {
    width: 100%;
    height: 100%;
    min-height: 56px;
}

.investment-product-image {
    border-radius: 8px;
    overflow: hidden;
    min-height: 56px;
    background: rgba(10, 14, 24, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.35);
}

.investment-product-image img {
    width: 100%;
    height: 100%;
    min-height: 56px;
    object-fit: cover;
    display: block;
}

.investment-vault-art {
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(10, 14, 24, 0.2) 0%, rgba(10, 14, 24, 0.6) 100%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 56'%3E%3Crect x='28' y='18' width='24' height='30' rx='12' fill='none' stroke='rgba(200%2C200%2C200%2C0.35)' stroke-width='1.5'/%3E%3Ccircle cx='40' cy='33' r='6' fill='none' stroke='rgba(232%2C200%2C114%2C0.45)' stroke-width='1.2'/%3E%3Cline x1='40' y1='33' x2='40' y2='30' stroke='rgba(232%2C200%2C114%2C0.6)' stroke-width='1'/%3E%3Crect x='8' y='42' width='10' height='8' fill='rgba(80%2C90%2C110%2C0.3)'/%3E%3Crect x='22' y='38' width='8' height='12' fill='rgba(80%2C90%2C110%2C0.25)'/%3E%3Crect x='52' y='40' width='9' height='10' fill='rgba(80%2C90%2C110%2C0.28)'/%3E%3Crect x='66' y='36' width='8' height='14' fill='rgba(80%2C90%2C110%2C0.22)'/%3E%3C/svg%3E") center bottom / cover no-repeat;
    min-height: 56px;
}

.investment-card-body {
    position: relative;
    padding: 1rem 1rem 1.1rem;
    background: linear-gradient(165deg, #1a2238 0%, #141c2e 45%, #0f1524 100%);
    overflow: hidden;
}

.home-dashboard .home-earnings-card::before,
.profile-dashboard .profile-balance-card::before,
.promotion-dashboard .promotion-earnings-card::before,
.withdraw-dashboard .withdraw-balance-card::before,
.deposit-dashboard .deposit-balance-card::before,
.team-dashboard .team-stats-card::before,
.balance-records-dashboard .balance-records-balance-card::before,
.deposit-records-dashboard .deposit-records-summary-card::before,
.withdraw-records-dashboard .withdraw-records-summary-card::before,
.fintech-investment-card .investment-card-body::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20400%20220%22%20preserveAspectRatio%3D%22xMidYMid%20slice%22%3E%3Cdefs%3E%3Cpattern%20id%3D%22h%22%20width%3D%2230%22%20height%3D%2226%22%20patternUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20d%3D%22M15%201%20L29%208.5%20L29%2017.5%20L15%2025%20L1%2017.5%20L1%208.5%20Z%22%20fill%3D%22none%22%20stroke%3D%22rgba%2872%2C130%2C150%2C0.07%29%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fpattern%3E%3ClinearGradient%20id%3D%22g%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22rgba%2861%2C122%2C126%2C0%29%22%2F%3E%3Cstop%20offset%3D%2245%25%22%20stop-color%3D%22rgba%2861%2C122%2C126%2C0.2%29%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22rgba%28197%2C160%2C89%2C0.18%29%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22400%22%20height%3D%22220%22%20fill%3D%22url%28%23h%29%22%2F%3E%3Cg%20opacity%3D%220.85%22%3E%3Crect%20x%3D%2216%22%20y%3D%2224%22%20width%3D%2224%22%20height%3D%2213%22%20rx%3D%222%22%20fill%3D%22rgba%28197%2C160%2C89%2C0.04%29%22%20stroke%3D%22rgba%28197%2C160%2C89%2C0.14%29%22%20stroke-width%3D%220.7%22%2F%3E%3Crect%20x%3D%2244%22%20y%3D%2224%22%20width%3D%2224%22%20height%3D%2213%22%20rx%3D%222%22%20fill%3D%22rgba%2861%2C122%2C126%2C0.04%29%22%20stroke%3D%22rgba%2861%2C122%2C126%2C0.14%29%22%20stroke-width%3D%220.7%22%2F%3E%3Crect%20x%3D%2272%22%20y%3D%2224%22%20width%3D%2224%22%20height%3D%2213%22%20rx%3D%222%22%20fill%3D%22rgba%28197%2C160%2C89%2C0.04%29%22%20stroke%3D%22rgba%28197%2C160%2C89%2C0.1%29%22%20stroke-width%3D%220.7%22%2F%3E%3Cline%20x1%3D%2240%22%20y1%3D%2230.5%22%20x2%3D%2244%22%20y2%3D%2230.5%22%20stroke%3D%22rgba%28197%2C160%2C89%2C0.18%29%22%20stroke-width%3D%220.8%22%2F%3E%3Cline%20x1%3D%2268%22%20y1%3D%2230.5%22%20x2%3D%2272%22%20y2%3D%2230.5%22%20stroke%3D%22rgba%2861%2C122%2C126%2C0.16%29%22%20stroke-width%3D%220.8%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%220.9%22%3E%3Cline%20x1%3D%2235%22%20y1%3D%22178%22%20x2%3D%2235%22%20y2%3D%22148%22%20stroke%3D%22rgba%28197%2C160%2C89%2C0.22%29%22%20stroke-width%3D%220.9%22%2F%3E%3Crect%20x%3D%2231%22%20y%3D%22152%22%20width%3D%228%22%20height%3D%2220%22%20fill%3D%22rgba%28197%2C160%2C89%2C0.13%29%22%20rx%3D%221%22%2F%3E%3Cline%20x1%3D%2265%22%20y1%3D%22186%22%20x2%3D%2265%22%20y2%3D%22158%22%20stroke%3D%22rgba%2861%2C122%2C126%2C0.24%29%22%20stroke-width%3D%220.9%22%2F%3E%3Crect%20x%3D%2261%22%20y%3D%22162%22%20width%3D%228%22%20height%3D%2218%22%20fill%3D%22rgba%2861%2C122%2C126%2C0.11%29%22%20rx%3D%221%22%2F%3E%3Cline%20x1%3D%2295%22%20y1%3D%22170%22%20x2%3D%2295%22%20y2%3D%22140%22%20stroke%3D%22rgba%28197%2C160%2C89%2C0.22%29%22%20stroke-width%3D%220.9%22%2F%3E%3Crect%20x%3D%2291%22%20y%3D%22144%22%20width%3D%228%22%20height%3D%2222%22%20fill%3D%22rgba%28197%2C160%2C89%2C0.13%29%22%20rx%3D%221%22%2F%3E%3Cline%20x1%3D%22125%22%20y1%3D%22162%22%20x2%3D%22125%22%20y2%3D%22128%22%20stroke%3D%22rgba%2861%2C122%2C126%2C0.24%29%22%20stroke-width%3D%220.9%22%2F%3E%3Crect%20x%3D%22121%22%20y%3D%22132%22%20width%3D%228%22%20height%3D%2224%22%20fill%3D%22rgba%2861%2C122%2C126%2C0.11%29%22%20rx%3D%221%22%2F%3E%3Cline%20x1%3D%22155%22%20y1%3D%22156%22%20x2%3D%22155%22%20y2%3D%22118%22%20stroke%3D%22rgba%28197%2C160%2C89%2C0.22%29%22%20stroke-width%3D%220.9%22%2F%3E%3Crect%20x%3D%22151%22%20y%3D%22122%22%20width%3D%228%22%20height%3D%2226%22%20fill%3D%22rgba%28197%2C160%2C89%2C0.13%29%22%20rx%3D%221%22%2F%3E%3Cline%20x1%3D%22185%22%20y1%3D%22148%22%20x2%3D%22185%22%20y2%3D%22108%22%20stroke%3D%22rgba%2861%2C122%2C126%2C0.24%29%22%20stroke-width%3D%220.9%22%2F%3E%3Crect%20x%3D%22181%22%20y%3D%22112%22%20width%3D%228%22%20height%3D%2228%22%20fill%3D%22rgba%2861%2C122%2C126%2C0.11%29%22%20rx%3D%221%22%2F%3E%3Cline%20x1%3D%22215%22%20y1%3D%22140%22%20x2%3D%22215%22%20y2%3D%2296%22%20stroke%3D%22rgba%28197%2C160%2C89%2C0.22%29%22%20stroke-width%3D%220.9%22%2F%3E%3Crect%20x%3D%22211%22%20y%3D%22100%22%20width%3D%228%22%20height%3D%2230%22%20fill%3D%22rgba%28197%2C160%2C89%2C0.13%29%22%20rx%3D%221%22%2F%3E%3Cline%20x1%3D%22245%22%20y1%3D%22132%22%20x2%3D%22245%22%20y2%3D%2288%22%20stroke%3D%22rgba%2861%2C122%2C126%2C0.24%29%22%20stroke-width%3D%220.9%22%2F%3E%3Crect%20x%3D%22241%22%20y%3D%2292%22%20width%3D%228%22%20height%3D%2232%22%20fill%3D%22rgba%2861%2C122%2C126%2C0.11%29%22%20rx%3D%221%22%2F%3E%3Cline%20x1%3D%22275%22%20y1%3D%22124%22%20x2%3D%22275%22%20y2%3D%2278%22%20stroke%3D%22rgba%28197%2C160%2C89%2C0.22%29%22%20stroke-width%3D%220.9%22%2F%3E%3Crect%20x%3D%22271%22%20y%3D%2282%22%20width%3D%228%22%20height%3D%2234%22%20fill%3D%22rgba%28197%2C160%2C89%2C0.13%29%22%20rx%3D%221%22%2F%3E%3Cline%20x1%3D%22305%22%20y1%3D%22116%22%20x2%3D%22305%22%20y2%3D%2270%22%20stroke%3D%22rgba%2861%2C122%2C126%2C0.24%29%22%20stroke-width%3D%220.9%22%2F%3E%3Crect%20x%3D%22301%22%20y%3D%2274%22%20width%3D%228%22%20height%3D%2234%22%20fill%3D%22rgba%2861%2C122%2C126%2C0.11%29%22%20rx%3D%221%22%2F%3E%3Cline%20x1%3D%22335%22%20y1%3D%22108%22%20x2%3D%22335%22%20y2%3D%2262%22%20stroke%3D%22rgba%28197%2C160%2C89%2C0.22%29%22%20stroke-width%3D%220.9%22%2F%3E%3Crect%20x%3D%22331%22%20y%3D%2266%22%20width%3D%228%22%20height%3D%2236%22%20fill%3D%22rgba%28197%2C160%2C89%2C0.13%29%22%20rx%3D%221%22%2F%3E%3Cline%20x1%3D%22365%22%20y1%3D%22100%22%20x2%3D%22365%22%20y2%3D%2255%22%20stroke%3D%22rgba%2861%2C122%2C126%2C0.24%29%22%20stroke-width%3D%220.9%22%2F%3E%3Crect%20x%3D%22361%22%20y%3D%2258%22%20width%3D%228%22%20height%3D%2236%22%20fill%3D%22rgba%2861%2C122%2C126%2C0.11%29%22%20rx%3D%221%22%2F%3E%3C%2Fg%3E%3Cpolyline%20points%3D%2215%2C192%2055%2C176%2095%2C168%20135%2C154%20175%2C138%20215%2C122%20255%2C104%20295%2C88%20335%2C72%20375%2C56%22%20fill%3D%22none%22%20stroke%3D%22url%28%23g%29%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpolyline%20points%3D%2215%2C192%2055%2C176%2095%2C168%20135%2C154%20175%2C138%20215%2C122%20255%2C104%20295%2C88%20335%2C72%20375%2C56%22%20fill%3D%22none%22%20stroke%3D%22rgba%28197%2C160%2C89%2C0.1%29%22%20stroke-width%3D%220.7%22%20stroke-dasharray%3D%223%205%22%2F%3E%3Cg%20opacity%3D%220.9%22%3E%3Ccircle%20cx%3D%22348%22%20cy%3D%2248%22%20r%3D%222.5%22%20fill%3D%22rgba%28197%2C160%2C89%2C0.28%29%22%2F%3E%3Ccircle%20cx%3D%22372%22%20cy%3D%2262%22%20r%3D%222%22%20fill%3D%22rgba%2861%2C122%2C126%2C0.28%29%22%2F%3E%3Ccircle%20cx%3D%22328%22%20cy%3D%2265%22%20r%3D%222%22%20fill%3D%22rgba%2861%2C122%2C126%2C0.22%29%22%2F%3E%3Ccircle%20cx%3D%22355%22%20cy%3D%2280%22%20r%3D%222.5%22%20fill%3D%22rgba%28197%2C160%2C89%2C0.22%29%22%2F%3E%3Ccircle%20cx%3D%22382%22%20cy%3D%2238%22%20r%3D%221.8%22%20fill%3D%22rgba%28197%2C160%2C89%2C0.18%29%22%2F%3E%3Cline%20x1%3D%22348%22%20y1%3D%2248%22%20x2%3D%22372%22%20y2%3D%2262%22%20stroke%3D%22rgba%28197%2C160%2C89%2C0.14%29%22%20stroke-width%3D%220.7%22%2F%3E%3Cline%20x1%3D%22348%22%20y1%3D%2248%22%20x2%3D%22328%22%20y2%3D%2265%22%20stroke%3D%22rgba%28197%2C160%2C89%2C0.12%29%22%20stroke-width%3D%220.7%22%2F%3E%3Cline%20x1%3D%22372%22%20y1%3D%2262%22%20x2%3D%22355%22%20y2%3D%2280%22%20stroke%3D%22rgba%2861%2C122%2C126%2C0.14%29%22%20stroke-width%3D%220.7%22%2F%3E%3Cline%20x1%3D%22328%22%20y1%3D%2265%22%20x2%3D%22355%22%20y2%3D%2280%22%20stroke%3D%22rgba%2861%2C122%2C126%2C0.12%29%22%20stroke-width%3D%220.7%22%2F%3E%3Cline%20x1%3D%22372%22%20y1%3D%2262%22%20x2%3D%22382%22%20y2%3D%2238%22%20stroke%3D%22rgba%2861%2C122%2C126%2C0.1%29%22%20stroke-width%3D%220.7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: cover;
    background-position: center bottom;
    opacity: 0.95;
    pointer-events: none;
    z-index: 0;
}

.product-details {
    padding: 1rem;
}

.investment-card .product-title {
    position: relative;
    z-index: 1;
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 0.85rem;
}

.investment-card .investment-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #e8c872 !important;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.investment-metrics {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.metric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.metric-level-hint {
    margin-left: 0.35rem;
    font-size: 0.75em;
    font-weight: 500;
    opacity: 0.75;
}

.investment-card .metric-label {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.78) !important;
    font-weight: 400;
}

.investment-card .metric-value {
    font-size: 0.92rem;
    font-weight: 700;
    color: #e8c872 !important;
}

.investment-footer {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.investment-footer--actions {
    gap: 0.65rem;
    justify-content: stretch;
}

.investment-footer--actions .details-button,
.investment-footer--actions .purchase-button {
    flex: 1;
    max-width: none;
    width: auto;
    min-width: 0;
}

.details-button {
    background: transparent;
    color: #e8c872;
    border: 1px solid rgba(232, 200, 114, 0.45);
    padding: 0.85rem 1rem;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.details-button:hover {
    background: rgba(232, 200, 114, 0.12);
    border-color: rgba(232, 200, 114, 0.7);
    transform: translateY(-2px);
}

.purchase-button {
    background: linear-gradient(180deg, #2d8f6a 0%, #1e6b4f 55%, #155a42 100%);
    color: #ffffff;
    border: 1px solid rgba(66, 184, 131, 0.35);
    padding: 0.85rem 1.5rem;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    width: 100%;
    max-width: 220px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 4px 18px rgba(30, 107, 79, 0.4),
        0 0 0 1px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.3px;
}

.purchase-button:hover {
    background: linear-gradient(180deg, #36a67a 0%, #247a5a 55%, #1a6648 100%);
    transform: translateY(-2px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 6px 22px rgba(30, 107, 79, 0.5);
}

.purchase-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.product-details {
    padding: 1rem;
}

.investment-products {
    margin: 1rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    position: relative;
    min-height: 200px;
}

/* Investment Products Loader */
.investment-products-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.investment-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top: 4px solid #5f8aef;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 1rem;
}

.investment-products-loader p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
}

/* Products Carousel Loader */
.products-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.products-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top: 4px solid #5f8aef;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 1rem;
}

.products-loader p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
}

.products-carousel {
    position: relative;
    min-height: 300px;
}

.no-products {
    text-align: center;
    padding: 3rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    margin: 1rem;
}



.invest-button {
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #5f8aef;
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(95, 138, 239, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.invest-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(95, 138, 239, 0.4);
}

.vip-badge-product {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #1cb36f 0%, #2dd485 100%);
    color: #333;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.3rem 0.6rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 2;
}

/* Battery Icon */
.battery-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #5f8aef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    margin-right: 1rem;
}

/* Logo Container for Auth Pages */
.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.login-logo,
.register-logo {
    max-width: 280px;
    width: auto;
    height: auto;
    min-height: 140px;
    max-height: 280px;
    object-fit: contain;
    display: block !important;
    margin: 0 auto;
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent;
}

/* Profile Page — legacy selectors kept for JS hooks */
.balance-btn {
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Deposit Page Styles */
.deposit-header {
    background: rgba(36, 36, 36, 0.3) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.back-button {
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.back-button:hover {
    background: rgba(255, 255, 255, 0.1);
}

.deposit-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.deposit-container {
    padding: 0 1rem;
}

.deposit-card {
    background: rgba(36, 36, 36, 0.3) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 25px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    position: relative;
    overflow: hidden;
}

.card-title {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.amount-input {
    margin-bottom: 1.5rem;
}

.amount-field {
    width: 100%;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(26, 26, 26, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.amount-field:focus {
    border-color: #5f8aef;
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.2),
        0 0 0 3px rgba(95, 138, 239, 0.2);
}

.amount-field::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.amount-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.amount-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
}

.amount-btn {
    padding: 0.75rem;
    border: none;
    border-radius: 12px;
    background: #5f8aef;
    color: #041830;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(95, 138, 239, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.amount-btn:hover {
    background: #5f8aef;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(95, 138, 239, 0.3);
}

.amount-btn.active {
    background: #5f8aef;
    box-shadow: 0 4px 15px rgba(95, 138, 239, 0.3);
    transform: translateY(-2px);
}

.channel-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: rgba(26, 26, 26, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.channel-selector:hover {
    background: rgba(26, 26, 26, 0.7);
    border-color: rgba(95, 138, 239, 0.3);
    transform: translateY(-2px);
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.2),
        0 4px 15px rgba(95, 138, 239, 0.2);
}

.channel-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 500;
}

.channel-selector i {
    color: #5f8aef;
    font-size: 1.1rem;
}

.deposit-action {
    padding: 1rem;
    margin-top: 2rem;
}

.deposit-submit-btn {
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 12px;
    background: #5f8aef;
    color: #041830;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(95, 138, 239, 0.2);
}

.deposit-submit-btn:hover {
    background: #5f8aef;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(95, 138, 239, 0.3);
}

/* Withdraw Page Styles */
.withdraw-header {
    background: rgba(36, 36, 36, 0.3) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.withdraw-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.withdrawable-balance {
    background: rgba(36, 36, 36, 0.3) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin: 0 1rem 1rem 1rem;
    padding: 1.5rem;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

.balance-left {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
}

.balance-right {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-end;
    text-align: right;
    justify-content: flex-start;
}

.balance-label {
    color: white;
    font-size: 0.6rem;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 0;
}

.balance-amount {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: left;
    margin: 0;
    padding: 0;
}

.withdraw-container {
    padding: 0 1rem;
}

.withdraw-card {
    background: rgba(36, 36, 36, 0.3) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 25px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    position: relative;
    overflow: hidden;
}

.balance-note {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.highlight {
    color: #5f8aef;
    font-weight: 600;
}

.wallet-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: #5f8aef !important;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.wallet-selector:hover {
    background: #5f8aef;
}

.wallet-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.wallet-info i {
    color: white;
    font-size: 1.2rem;
}

.wallet-text {
    color: white;
    font-size: 1rem;
    font-weight: 500;
}

.wallet-selector i.fa-chevron-right {
    color: white;
    font-size: 1.1rem;
}

.instructions-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.instruction-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.instruction-item:last-child {
    border-bottom: none;
}

.instruction-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    font-weight: 500;
}

.instruction-value {
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
}

.instruction-note {
    color: #5f8aef;
    font-size: 0.8rem;
    font-style: italic;
    margin-top: 1rem;
    padding: 0.75rem;
    background: rgba(95, 138, 239, 0.1);
    border-radius: 8px;
    border-left: 3px solid #5f8aef;
}

.withdraw-action {
    padding: 1rem;
    margin-top: 2rem;
}

.withdraw-submit-btn {
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 15px;
    background: #5f8aef;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.withdraw-submit-btn:hover {
    background: #5f8aef;
    transform: translateY(-2px);
}

/* Settings Page Styles */
.settings-header {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.settings-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.settings-container {
    padding: 0 1rem;
}

.settings-card {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.settings-item {
    display: flex;
    align-items: center;
    padding: 1.25rem 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.settings-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.settings-item:last-child {
    border-bottom: none;
}

.settings-container .settings-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #5f8aef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.settings-icon i {
    color: white;
    font-size: 1.1rem;
}

.settings-label {
    flex: 1;
    color: white;
    font-size: 1rem;
    font-weight: 500;
}

.settings-item .fa-chevron-right {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.settings-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 1rem;
}

.logout-section {
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
}

.logout-btn {
    background: #5f8aef;
    color: #041830;
    border: none;
    border-radius: 15px;
    padding: 1rem 3rem;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 200px;
}

.logout-btn:hover {
    background: #5f8aef;
    transform: translateY(-2px);
}

/* Promotion Page — legacy hooks */
.copy-link-btn {
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.recommendation-levels {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.level-section {
    margin-bottom: 1.5rem;
}

.level-section:last-child {
    margin-bottom: 0;
}

.level-title {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
}

.level-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.level-tag {
    background: #5f8aef;
    color: #041830;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.level-tag.bonus-tag {
    background: linear-gradient(135deg, #1cb36f 0%, #2dd485 100%);
    color: #041830;
    font-weight: 700;
}

.level-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    line-height: 1.5;
    margin-top: 0.75rem;
    padding-left: 0.25rem;
}

/* Company Page Styles */
.company-header {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.company-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    flex: 1;
}

.company-container {
    padding: 0 1rem;
}

.about-section {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.about-title {
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
    text-align: center;
}

.about-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.robot-image-section {
    margin: 1.5rem 0;
    text-align: center;
}

.robot-image {
    width: 100%;
    max-width: 400px;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.mission-section {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mission-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.company-info {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1.5rem;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.company-name {
    color: #5f8aef;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    text-align: center;
}

.company-vision {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}

/* Tasks Page Styles */
.tasks-header {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.tasks-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    flex: 1;
}

.tasks-container {
    padding: 0 1rem;
}

.task-card {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.task-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-align: justify;
}

.task-progress {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.task-action {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #2a3a4a;
    border-radius: 10px;
}

.task-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #5f8aef;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.task-icon i {
    color: white;
    font-size: 1.2rem;
}

.task-goal {
    flex: 1;
}

.goal-text {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
}

.progress-line {
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 1px;
    width: 100%;
}

.task-reward {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: left;
}

/* My Team Page Styles */
.team-header {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.team-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    flex: 1;
}

.team-container {
    padding: 0 1rem;
}

.team-stats {
    background: linear-gradient(135deg, #5f8aef 0%, #7ba3f2 100%);
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 15px rgba(95, 138, 239, 0.3);
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #041830;
    font-size: 0.9rem;
    font-weight: 700;
}

.team-tabs {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 0.5rem;
    margin-bottom: 1rem;
    display: flex;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.tab-item {
    flex: 1;
    text-align: center;
    padding: 1rem 0.5rem;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.tab-item.active .tab-text {
    color: white;
    font-weight: 600;
}

.tab-item:not(.active) .tab-text {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.tab-indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #5f8aef;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-item.active .tab-indicator {
    opacity: 1;
}

.team-content {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
    min-height: 200px;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.no-data-message {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    text-align: center;
}

/* Team Member Cards */
.team-level-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.team-member-card {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
    display: flex;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    flex-direction: column;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    width: 100%;
    min-width: 0;
}

.member-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #5f8aef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

/* Responsive Team Member Cards Only */
@media (max-width: 375px) {
    .team-member-card {
        padding: 1rem !important;
        gap: 0.75rem !important;
        flex-wrap: wrap !important;
    }
    
    .member-info {
        flex: 1 !important;
        min-width: 0 !important;
    }
    
    .member-name {
        font-size: 0.95rem !important;
        line-height: 1.2 !important;
    }
    
    .member-id {
        font-size: 0.75rem !important;
        line-height: 1.1 !important;
    }
    
    .member-status {
        font-size: 0.8rem !important;
        line-height: 1.1 !important;
    }
    
    .member-commission {
        font-size: 0.8rem !important;
        line-height: 1.1 !important;
    }
    
    .member-stats {
        flex-shrink: 0 !important;
        text-align: right !important;
    }
    
    .stat-value {
        font-size: 0.9rem !important;
        line-height: 1.1 !important;
    }
    
    .stat-label {
        font-size: 0.7rem !important;
        line-height: 1.1 !important;
    }
}

@media (max-width: 480px) {
    .team-member-card {
        padding: 1.25rem !important;
        gap: 0.875rem !important;
    }
    
    .member-name {
        font-size: 1rem !important;
    }
    
    .member-id {
        font-size: 0.8rem !important;
    }
    
    .member-status {
        font-size: 0.85rem !important;
    }
    
    .member-commission {
        font-size: 0.85rem !important;
    }
    
    .stat-value {
        font-size: 0.95rem !important;
    }
    
    .stat-label {
        font-size: 0.75rem !important;
    }
}

@media (min-width: 768px) {
    .team-member-card {
        padding: 1.75rem !important;
        gap: 1.25rem !important;
    }
    
    .member-name {
        font-size: 1.2rem !important;
    }
    
    .member-id {
        font-size: 0.9rem !important;
    }
    
    .member-status {
        font-size: 1rem !important;
    }
    
    .member-commission {
        font-size: 1rem !important;
    }
    
    .stat-value {
        font-size: 1.1rem !important;
    }
    
    .stat-label {
        font-size: 0.85rem !important;
    }
}

.member-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.member-name {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

.member-id {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

.member-status {
    color: #5f8aef;
    font-size: 0.9rem;
    font-weight: 600;
}

.member-commission {
    color: #1cb36f;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: right;
    align-self: flex-end;
}

.member-stats {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
    flex-shrink: 0;
}

.stat-value {
    color: white;
    font-size: 1rem;
    font-weight: 600;
}

.stat-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
}

/* Support Dialog — FinTech v3.6.0 */
.support-dialog {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(5, 5, 7, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.support-dialog.show {
    display: flex;
}

.support-dialog-content {
    position: relative;
    width: 100%;
    max-width: 360px;
    padding: 1.75rem 1.35rem 1.35rem;
    border-radius: 18px;
    border: 1px solid rgba(212, 175, 55, 0.28);
    background: linear-gradient(165deg, #252a2a 0%, #1a1c1c 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 42px rgba(0, 0, 0, 0.45);
    text-align: center;
    animation: lxDialogIn 0.28s ease-out;
}

.support-dialog-title {
    margin: 0 0 1.35rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.45rem;
    font-weight: 700;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.support-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.support-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.9rem 1rem;
    border: none;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.telegram-btn {
    background: linear-gradient(180deg, #35b0e8 0%, #0088cc 55%, #006da3 100%);
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 8px 18px rgba(0, 136, 204, 0.28);
}

.telegram-btn:hover {
    transform: translateY(-1px);
}

.whatsapp-btn {
    background: linear-gradient(180deg, #3de07a 0%, #25d366 55%, #1aad52 100%);
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 8px 18px rgba(37, 211, 102, 0.28);
}

.whatsapp-btn:hover {
    transform: translateY(-1px);
}

/* VIP Levels Page Styles */
.vip-levels-header {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.vip-levels-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    flex: 1;
}

.vip-levels-container {
    padding: 0 1rem;
}

.vip-info-card {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.vip-info-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.vip-info-title {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.vip-emblem {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.vip-info-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.vip-benefits {
    background: #3a4a5a;
    border-radius: 10px;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.5;
}

.vip-levels-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.vip-level-item {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 1.5rem;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.vip-level-item.current-level {
    border: 1px solid rgba(197, 160, 89, 0.55);
    background: linear-gradient(165deg, rgba(26, 34, 56, 0.55) 0%, rgba(15, 21, 36, 0.65) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 215, 0, 0.12),
        0 6px 20px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(197, 160, 89, 0.15);
}

.vip-level-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.vip-level-emblem {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.vip-level-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.vip-level-title {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

.vip-level-requirement {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

.vip-level-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}

.vip-progress-bar {
    width: 80px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    overflow: hidden;
}

.vip-progress-fill {
    height: 100%;
    background: #1cb36f;
    width: 0%;
    transition: width 0.3s ease;
}

.vip-progress-fill.current {
    width: 100%;
}

.vip-amount {
    color: white;
    font-size: 1rem;
    font-weight: 600;
}

/* Product Detail Page Styles */
.product-detail-header {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
    display: flex;
    align-items: center;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    gap: 1rem;
    margin-bottom: 1rem;
}

.product-detail-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    flex: 1;
}

.product-detail-container {
    padding: 0 1rem;
    padding-bottom: 2rem;
}

.product-detail-info-card {
    margin: 1rem 0 1.25rem;
    padding: 1.1rem 1.15rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.product-detail-info-title {
    margin: 0 0 0.85rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

.product-detail-info-rows {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.product-detail-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
}

.product-detail-info-row strong {
    color: #e8c872;
    font-weight: 700;
}

.product-detail-info-note {
    margin: 0.9rem 0 0;
    font-size: 0.8rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.55);
}

.product-detail-description {
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.product-detail-description h5 {
    margin: 0 0 0.45rem;
    font-size: 0.88rem;
    color: #fff;
}

.product-detail-description p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    white-space: pre-wrap;
}

.product-image-section {
    position: relative;
    margin-bottom: 1.5rem;
}

.product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.product-detail-container .vip-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, #1cb36f 0%, #2dd485 100%);
    color: #333;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.product-info-section {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.product-title {
    color: #041830;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
}

.investment-metrics {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.metric-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.metric-item:last-child {
    border-bottom: none;
}

.metric-item.highlight {
    background: #f8fafc;
    padding: 1rem;
    border-radius: 10px;
    margin: 0.5rem 0;
}

.metric-label {
    color: #64748b;
    font-size: 1rem;
    font-weight: 500;
}

.metric-value {
    color: #041830;
    font-size: 1rem;
    font-weight: 600;
}

.metric-item.highlight .metric-value {
    color: #8b5cf6;
    font-weight: 700;
}

.quantity-section {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quantity-label {
    color: #041830;
    font-size: 1.1rem;
    font-weight: 600;
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 2px solid #e2e8f0;
    border-radius: 25px;
    overflow: hidden;
}

.quantity-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #f8fafc;
    color: #041830;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-btn:hover {
    background: #e2e8f0;
}



.quantity-value {
    padding: 0 1.5rem;
    color: #041830;
    font-size: 1.1rem;
    font-weight: 600;
    min-width: 60px;
    text-align: center;
}

.total-section {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-label {
    color: #041830;
    font-size: 1.2rem;
    font-weight: 600;
}

.total-value {
    color: #8b5cf6;
    font-size: 1.3rem;
    font-weight: 700;
}

.invest-btn {
    width: 100%;
    padding: 1.25rem;
    border: none;
    border-radius: 15px;
    background: #8b5cf6;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}

.invest-btn:hover {
    background: #7c3aed;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
}

.invest-btn:active {
    transform: translateY(0);
}

/* Balance Records Page Styles */
.balance-records-header {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
    display: flex;
    align-items: center;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    gap: 1rem;
    margin-bottom: 1rem;
}

.balance-records-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.balance-records-container {
    padding: 0 1rem;
}

.total-balance-card {
    background: linear-gradient(135deg, #5f8aef 0%, #7ba3f2 100%);
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.balance-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.balance-info .balance-label {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

.balance-info .balance-amount {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
}

.records-list {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.record-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.record-item:last-child {
    border-bottom: none;
}

.record-left {
    flex: 1;
}

.record-label {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.record-timestamp {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
}

.record-right {
    text-align: right;
}

.record-status {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    margin-bottom: 0.25rem;
    display: inline-block;
}

.record-status.success {
    background: #5f8aef;
    color: white;
}

.record-status.pending {
    background: #1cb36f;
    color: #041830;
}

.record-status.failed {
    background: #dc3545;
    color: white;
}

.record-amount {
    font-size: 1rem;
    font-weight: 600;
}

.record-amount.success {
    color: #5f8aef;
}

.record-amount.pending {
    color: #1cb36f;
}

.record-amount.failed {
    color: #dc3545;
}

/* Deposit Records Page Styles */
.deposit-records-header {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
    display: flex;
    align-items: center;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    gap: 1rem;
    margin-bottom: 1rem;
}

.deposit-records-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.deposit-records-container {
    padding: 0 1rem;
}

.total-deposits-card {
    background: linear-gradient(135deg, #5f8aef 0%, #7ba3f2 100%);
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.deposits-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.deposits-info .deposits-label {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

.deposits-info .deposits-amount {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
}

/* Withdraw Records Page Styles */
.withdraw-records-header {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
    display: flex;
    align-items: center;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    gap: 1rem;
    margin-bottom: 1rem;
}

.withdraw-records-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.withdraw-records-container {
    padding: 0 1rem;
}

.total-withdrawals-card {
    background: linear-gradient(135deg, #5f8aef 0%, #7ba3f2 100%);
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.withdrawals-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.withdrawals-info .withdrawals-label {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

.withdrawals-info .withdrawals-amount {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
}

/* Responsive Design */
@media (max-width: 480px) {
    .action-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
        margin: 0.75rem;
    }
    
    .action-card {
        padding: 1rem 0.5rem;
    }
    
    .action-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .action-label {
        font-size: 0.7rem;
    }
    
    .earnings-card {
        margin: 0.75rem;
        padding: 1rem 1rem;
    }
    
    .earnings-amount {
        font-size: 1.75rem;
    }
    
    .product-card {
        padding: 1.25rem;
    }
    
    .investment-card {
        padding: 0;
    }

    .fintech-investment-card .investment-card-hero {
        height: 160px;
    }

    .register-card {
        padding: 1.5rem;
        margin: 1rem;
    }
    
    .carousel-track .investment-card {
        min-width: 100%;
    }
    
    /* Profile Page Responsive */
    .profile-dashboard .profile-header {
        padding: 1rem 0.85rem;
    }

    .profile-dashboard .avatar-icon {
        width: 50px;
        height: 50px;
    }

    .profile-dashboard .avatar-icon i {
        font-size: 1.35rem;
    }

    .profile-dashboard .user-name {
        font-size: 1.2rem;
    }

    .profile-dashboard .user-id {
        font-size: 0.78rem;
    }

    .profile-dashboard .profile-balance-card {
        padding: 1.15rem 0.9rem 0.9rem;
    }

    .profile-dashboard .profile-balance-rows {
        gap: 0.85rem;
        margin-bottom: 1rem;
    }

    .profile-dashboard .profile-balance-value {
        font-size: 1.35rem;
    }

    .profile-dashboard .profile-balance-buttons .balance-btn {
        font-size: 0.75rem;
        padding: 0.75rem 0.35rem;
    }

    .profile-dashboard .profile-records-grid {
        gap: 0.6rem;
        margin: 0 0.75rem 1rem;
    }

    .profile-dashboard .profile-record-icon {
        width: 48px;
        height: 48px;
        font-size: 1.1rem;
    }

    .profile-dashboard .record-label {
        font-size: 0.7rem;
    }

    .profile-dashboard .referral-stats {
        gap: 0.5rem;
    }

    .profile-dashboard .referral-stat {
        padding: 0.75rem 0.35rem;
    }

    .profile-dashboard .referral-stat .stat-number {
        font-size: 1.1rem;
    }
}

/* Product Detail Page - Investment Details */
.product-detail-container .investment-details {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 1.5rem;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 1rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    border: 1px solid #2a3a4a;
}

.product-detail-container .quantity-section {
    background: #2a3a4a;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-detail-container .quantity-label {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

.product-detail-container .quantity-selector {
    display: flex;
    align-items: center;
    border: 2px solid #5f8aef;
    border-radius: 25px;
    overflow: hidden;
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.product-detail-container .quantity-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #5f8aef;
    color: white;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-container .quantity-btn:hover {
    background: #5f8aef;
}



.product-detail-container .quantity-value {
    padding: 0 1.5rem;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    min-width: 60px;
    text-align: center;
}

.product-detail-container .total-section {
    background: #2a3a4a;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-detail-container .total-label {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}

.product-detail-container .total-value {
    color: #5f8aef;
    font-size: 1.3rem;
    font-weight: 700;
}

.product-detail-container .invest-btn {
    width: 100%;
    padding: 1.25rem;
    border: none;
    border-radius: 15px;
    background: #5f8aef;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(95, 138, 239, 0.3);
}

.product-detail-container .invest-btn:hover {
    background: #5f8aef;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(95, 138, 239, 0.4);
}

.product-detail-container .invest-btn:active {
    transform: translateY(0);
}

/* Authentication Body */
.auth-body {
    margin: 0;
    padding: 0;
    background: #0a0a0a;
    background-image: 
        radial-gradient(circle at top right, rgba(138, 43, 226, 0.3) 0%, transparent 50%),
        radial-gradient(circle at bottom left, rgba(138, 43, 226, 0.25) 0%, transparent 50%),
        linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Authentication Pages */
.login-container,
.register-container,
.pending-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.login-card,
.pending-card {
    background: rgba(36, 36, 36, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    max-width: 500px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 60px 30px rgba(255, 255, 255, 0.03);
    position: relative;
    overflow: hidden;
}


.login-header,
.register-header,
.pending-header {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    z-index: 2;
}

.battery-icon,
.pending-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #5f8aef, #4d7ae0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    color: white;
}

.login-title,
.register-title,
.pending-title {
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.login-subtitle,
.register-subtitle,
.pending-subtitle {
    color: #a0a0a0;
    font-size: 14px;
    margin-bottom: 15px;
}

.payment-notice {
    background: rgba(95, 138, 239, 0.1);
    border: 1px solid #5f8aef;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5f8aef;
    font-size: 14px;
}

.error-message {
    background: rgba(214, 48, 49, 0.12);
    border: 1px solid rgba(214, 48, 49, 0.28);
    color: #ff9f9f;
    border-radius: 12px;
    padding: 0.85rem 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.86rem;
    font-weight: 600;
}

.login-form,
.register-form {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.form-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.form-row .form-group {
    flex: 1;
    min-width: 0;
}

@media (max-width: 479px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .form-row .form-group {
        flex: none;
        width: 100%;
    }
}

.form-group {
    margin-bottom: 20px;
    flex: 1;
}

.input-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon i {
    position: absolute;
    left: 15px;
    color: #5f8aef;
    font-size: 16px;
}

.input-icon input {
    width: 100%;
    padding: 15px 15px 15px 45px;
    background: #2a3a4a;
    border: 1px solid #3a4a5a;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    transition: all 0.3s ease;
}

.input-icon input:focus {
    outline: none;
    border-color: #5f8aef;
    box-shadow: 0 0 0 2px rgba(95, 138, 239, 0.2);
}

.input-icon input::placeholder {
    color: #a0a0a0;
}

.form-help {
    color: #a0a0a0;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    color: #a0a0a0;
    font-size: 14px;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 18px;
    height: 18px;
    background: #2a3a4a;
    border: 2px solid #3a4a5a;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background: #5f8aef;
    border-color: #5f8aef;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.checkbox-text {
    line-height: 1.4;
}

.btn-signin,
.btn-create-account {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #5f8aef, #4d7ae0);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-signin:hover,
.btn-create-account:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(95, 138, 239, 0.3);
}

.signin-link,
.signup-link,
.forgot-password {
    position: relative;
    z-index: 2;
}

.signup-link {
    text-align: center;
    margin-top: 20px;
    color: #a0a0a0;
    font-size: 14px;
}

.forgot-password {
    text-align: center;
    margin-top: 15px;
}

.link {
    color: #5f8aef;
    text-decoration: none;
    font-weight: 500;
}

.link:hover {
    text-decoration: underline;
}

/* Pending Approval Page */
.pending-content {
    margin-bottom: 30px;
}

.status-info {
    margin-bottom: 25px;
}

.status-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    color: #a0a0a0;
    font-size: 14px;
}

.status-item i {
    width: 20px;
    color: #5f8aef;
}

.status-item.pending i {
    color: #1cb36f;
}

.approval-notice {
    background: rgba(95, 138, 239, 0.1);
    border: 1px solid #5f8aef;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}

.approval-notice h3 {
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
}

.approval-notice ul {
    color: #a0a0a0;
    font-size: 14px;
    padding-left: 20px;
}

.approval-notice li {
    margin-bottom: 8px;
}

.contact-info {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #2a3a4a;
    border-radius: 10px;
    padding: 20px;
}

.contact-info h3 {
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-info p {
    color: #a0a0a0;
    font-size: 14px;
    margin-bottom: 15px;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5f8aef;
    font-size: 14px;
}

.pending-actions {
    text-align: center;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    background: transparent;
    border: 2px solid #5f8aef;
    border-radius: 10px;
    color: #5f8aef;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #5f8aef;
    color: white;
    transform: translateY(-2px);
}

/* Message Styles */
.message {
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: none;
}

.message.success {
    background: rgba(38, 161, 123, 0.12);
    border: 1px solid rgba(38, 161, 123, 0.28);
    color: #7ddeb8;
}

.message.error {
    background: rgba(214, 48, 49, 0.12);
    border: 1px solid rgba(214, 48, 49, 0.28);
    color: #ff9f9f;
}

/* No Referrals State */
.no-referrals {
    text-align: center;
    padding: 40px 20px;
    color: #a0a0a0;
}

.no-referrals i {
    font-size: 48px;
    margin-bottom: 15px;
    opacity: 0.5;
}

.no-referrals p {
    font-size: 16px;
    margin-bottom: 8px;
    color: #a0a0a0;
}

.no-referrals small {
    font-size: 12px;
    color: #666;
}

/* Team Member Referred By */
.member-referred-by {
    font-size: 11px;
    color: #5f8aef;
    margin-top: 2px;
}

/* Referral Section — legacy (profile uses scoped styles below) */

/* Test Purchase Section */
.test-purchase-section {
    margin: 20px 0;
}

.test-purchase-card {
    background: rgba(95, 138, 239, 0.1);
    border: 2px solid #5f8aef;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}

.test-purchase-card h3 {
    color: #5f8aef;
    margin-bottom: 10px;
    font-size: 18px;
}

.test-purchase-card p {
    color: #a0a0a0;
    margin-bottom: 15px;
    font-size: 14px;
}

.commission-info {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.commission-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.commission-item:last-child {
    border-bottom: none;
}

.commission-level {
    color: #a0a0a0;
    font-size: 14px;
}

.commission-rate {
    color: #5f8aef;
    font-weight: 600;
    font-size: 14px;
}

.test-purchase-btn {
    background: linear-gradient(135deg, #5f8aef 0%, #4d7ae0 100%);
    border: none;
    border-radius: 10px;
    padding: 15px 25px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.test-purchase-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(95, 138, 239, 0.3);
}

.test-purchase-btn:active {
    transform: translateY(0);
}

/* Insufficient Balance Dialog — FinTech v3.6.0 */
.insufficient-balance-dialog {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    display: none !important;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    pointer-events: auto;
}

.insufficient-balance-dialog[style*="flex"] {
    display: flex !important;
}

.insufficient-balance-dialog-overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 7, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.insufficient-balance-dialog-content {
    position: relative;
    width: 100%;
    max-width: 380px;
    padding: 1.75rem 1.35rem 1.35rem;
    border-radius: 18px;
    border: 1px solid rgba(214, 48, 49, 0.28);
    background: linear-gradient(165deg, #252a2a 0%, #1a1c1c 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 42px rgba(0, 0, 0, 0.45);
    text-align: center;
    animation: lxDialogIn 0.28s ease-out;
}

.insufficient-balance-dialog-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    background: linear-gradient(180deg, #ff7b7b 0%, #d63031 55%, #b02525 100%);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.25),
        0 8px 20px rgba(214, 48, 49, 0.35);
}

.insufficient-balance-dialog-title {
    margin: 0 0 0.65rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.55rem;
    font-weight: 700;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.insufficient-balance-dialog-message {
    margin: 0 0 1.15rem;
    font-size: 0.92rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
}

.insufficient-balance-dialog-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.insufficient-balance-dialog-btn {
    width: 100%;
    padding: 0.9rem 1rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(180deg, #3ecf9a 0%, #26a17b 55%, #1d7f61 100%);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 8px 18px rgba(38, 161, 123, 0.28);
    transition: transform 0.2s ease;
}

.insufficient-balance-dialog-btn:hover {
    transform: translateY(-1px);
}

.insufficient-balance-dialog-link {
    color: #e8d08a;
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 600;
}

.insufficient-balance-dialog-link:hover {
    color: #f4e4b8;
    text-decoration: underline;
}

.insufficient-balance-dialog-close {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.insufficient-balance-dialog-close:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

/* Crypto Network Selection Dialog */
.crypto-network-dialog {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 99999 !important;
    display: none !important;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    pointer-events: auto;
}

.crypto-network-dialog[style*="flex"] {
    display: flex !important;
}

.crypto-network-dialog-overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 7, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.crypto-network-dialog-content {
    position: relative;
    width: 100%;
    max-width: 420px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 1.75rem 1.35rem 1.35rem;
    border-radius: 18px;
    border: 1px solid rgba(212, 175, 55, 0.28);
    background: linear-gradient(165deg, #252a2a 0%, #1a1c1c 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 42px rgba(0, 0, 0, 0.45);
    animation: lxDialogIn 0.28s ease-out;
}

.crypto-network-dialog-close {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.2s ease, color 0.2s ease;
}

.crypto-network-dialog-close:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.crypto-network-dialog-title {
    margin: 0 0 0.45rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.45rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.crypto-network-dialog-subtitle {
    margin: 0 0 1.15rem;
    font-size: 0.84rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.58);
    text-align: center;
}

.crypto-network-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.crypto-network-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.95rem;
    background: rgba(20, 20, 24, 0.72);
    border: 1px solid rgba(180, 180, 180, 0.14);
    border-radius: 14px;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
    position: relative;
}

.crypto-network-item:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(212, 175, 55, 0.28);
    transform: translateY(-1px);
}

.crypto-network-item.selected {
    border-color: rgba(212, 175, 55, 0.55);
    background: rgba(212, 175, 55, 0.08);
    box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.18);
}

.crypto-network-logo {
    flex-shrink: 0;
}

.crypto-logo-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: white;
    position: relative;
    overflow: hidden;
}

.bnb-logo {
    background: linear-gradient(135deg, #f3ba2f 0%, #f0b90b 100%);
    box-shadow: 0 4px 15px rgba(243, 186, 47, 0.3);
}

.solana-logo {
    background: linear-gradient(135deg, #9945ff 0%, #14f195 100%);
    box-shadow: 0 4px 15px rgba(153, 69, 255, 0.3);
}

.solana-stripes {
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        #9945ff,
        #9945ff 10px,
        #14f195 10px,
        #14f195 20px
    );
    opacity: 0.8;
}

.tron-logo {
    background: linear-gradient(135deg, #ef0027 0%, #dc0025 100%);
    box-shadow: 0 4px 15px rgba(239, 0, 39, 0.3);
}

.crypto-network-info {
    flex: 1;
    min-width: 0;
}

.crypto-network-name {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 0.25rem;
}

.crypto-network-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.15rem;
}

.crypto-network-symbol {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}

.crypto-network-rate {
    text-align: right;
    flex-shrink: 0;
}

.rate-value {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.25rem;
}

.rate-number {
    font-weight: 600;
    color: white;
}

.conversion-info {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
}

.conversion-amount {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.crypto-network-dialog-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.crypto-network-btn {
    flex: 1;
    padding: 0.9rem 1rem;
    border: none;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cancel-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.88);
}

.cancel-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

.continue-btn {
    background: linear-gradient(180deg, #3ecf9a 0%, #26a17b 55%, #1d7f61 100%);
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 8px 18px rgba(38, 161, 123, 0.28);
}

.continue-btn:hover {
    transform: translateY(-1px);
}

.continue-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* Token Selection Dialog Styles */
.token-dialog-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 0.95rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.86rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.token-dialog-back-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(-2px);
}

.token-dialog-back-btn i {
    font-size: 0.85rem;
}

/* Selected Network Display in Token Dialog uses same .crypto-network-item.selected class */

.token-selection-section {
    margin: 1.5rem 0;
}

.token-selection-label {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.token-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: rgba(26, 26, 26, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.token-selector:hover {
    background: rgba(26, 26, 26, 0.7);
    border-color: rgba(95, 138, 239, 0.3);
}

.token-selector-text {
    color: white;
    font-size: 1rem;
    font-weight: 500;
}

.token-selector i {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.token-selector.active i {
    transform: rotate(180deg);
}

.token-dropdown {
    margin-top: 0.5rem;
    background: rgba(26, 26, 26, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.token-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.token-option:last-child {
    border-bottom: none;
}

.token-option:hover {
    background: rgba(95, 138, 239, 0.1);
}

.token-option.selected {
    background: rgba(95, 138, 239, 0.2);
    border-left: 3px solid #5f8aef;
}

.token-name {
    color: white;
    font-size: 1rem;
    font-weight: 600;
}

.token-full-name {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

@media (max-width: 480px) {
    .crypto-network-dialog-content {
        padding: 1.5rem;
        max-width: 95%;
    }
    
    .crypto-network-item {
        padding: 0.75rem;
        gap: 0.75rem;
    }
    
    .crypto-logo-circle {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
    
    .crypto-network-name {
        font-size: 0.9rem;
    }
    
    .rate-value {
        font-size: 0.8rem;
    }
    
    .conversion-info {
        font-size: 0.7rem;
    }
    
    .token-dialog-back-btn {
        padding: 0.6rem 0.8rem;
        font-size: 0.85rem;
    }
    
    .token-selector {
        padding: 0.875rem;
    }
    
    .token-selector-text {
        font-size: 0.9rem;
    }
    
    .token-option {
        padding: 0.875rem;
    }
    
    .token-name {
        font-size: 0.9rem;
    }
    
    .token-full-name {
        font-size: 0.8rem;
    }
    
}

/* ============================================
   Home Dashboard — FinTech Skeuomorphic
   ============================================ */

.home-dashboard {
    padding-bottom: 0.5rem;
}

/* Hero earnings card */
.home-dashboard .home-earnings-card {
    background:
        linear-gradient(165deg, #1a2238 0%, #141c2e 45%, #0f1524 100%);
    border: 1px solid rgba(197, 160, 89, 0.55);
    border-radius: 18px;
    margin: 0.5rem 1rem 1rem;
    padding: 1.5rem 1.15rem 1.15rem;
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 215, 0, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.home-dashboard .home-earnings-card::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 17px;
    border: 1px solid rgba(255, 215, 0, 0.08);
    pointer-events: none;
    z-index: 1;
}

.home-dashboard .earnings-main {
    margin-bottom: 1.35rem;
    position: relative;
    z-index: 2;
}

.home-dashboard .earnings-amount {
    font-size: 3.25rem;
    font-weight: 800;
    color: #e8c872;
    text-align: center;
    text-shadow:
        0 1px 0 rgba(255, 235, 180, 0.4),
        0 3px 16px rgba(197, 160, 89, 0.35);
    line-height: 1;
    letter-spacing: -0.02em;
}

.home-dashboard .earnings-title {
    font-size: 0.92rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
    letter-spacing: 0.2px;
    margin-top: 0.4rem;
}

.home-dashboard .home-balance-info {
    margin: 0 0 1.35rem;
    gap: 1.5rem;
    position: relative;
    z-index: 2;
}

.home-dashboard .balance-label {
    font-size: 0.78rem !important;
    color: rgba(255, 255, 255, 0.65) !important;
    font-weight: 400 !important;
    margin-bottom: 0.35rem !important;
}

.home-dashboard .balance-value {
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.home-dashboard .earnings-buttons {
    position: relative;
    z-index: 2;
    gap: 0.85rem;
}

.home-dashboard .home-btn-deposit,
.home-dashboard .home-btn-withdraw {
    padding: 0.85rem 0.5rem;
    border-radius: 14px;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.home-dashboard .home-btn-deposit {
    background: linear-gradient(180deg, #f2d597 0%, #c5a059 55%, #a8843a 100%);
    color: #1a1208;
    border: 1px solid rgba(255, 230, 160, 0.45);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        inset 0 -2px 4px rgba(120, 80, 20, 0.35),
        0 5px 18px rgba(197, 160, 89, 0.35);
}

.home-dashboard .home-btn-deposit:hover {
    background: linear-gradient(180deg, #ffe4a8 0%, #d4b06a 55%, #b89245 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        0 7px 22px rgba(197, 160, 89, 0.45);
    transform: translateY(-1px);
}

.home-dashboard .home-btn-withdraw {
    background: linear-gradient(180deg, #3d7a7e 0%, #2a4d50 55%, #1e3a3d 100%);
    color: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(100, 160, 165, 0.35);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        inset 0 -2px 4px rgba(0, 0, 0, 0.35),
        0 5px 18px rgba(30, 70, 75, 0.4);
}

.home-dashboard .home-btn-withdraw:hover {
    background: linear-gradient(180deg, #4a8f94 0%, #325c60 55%, #254548 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 7px 22px rgba(30, 70, 75, 0.5);
    transform: translateY(-1px);
}

/* Active machines */
.home-dashboard .active-machines-card {
    background: #252a2a;
    border: 1px solid rgba(180, 180, 180, 0.18);
    border-radius: 16px;
    padding: 1.15rem 1rem;
    margin: 0 1rem 1rem;
    position: relative;
    overflow: hidden;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -2px 6px rgba(0, 0, 0, 0.25),
        0 6px 20px rgba(0, 0, 0, 0.3);
}

.home-dashboard .active-machines-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 120' preserveAspectRatio='none'%3E%3Cpolyline points='0%2C90 40%2C70 80%2C75 120%2C50 160%2C55 200%2C35 240%2C45 280%2C25 320%2C30' fill='none' stroke='rgba(255%2C255%2C255%2C0.06)' stroke-width='1.5'/%3E%3Cpolyline points='0%2C100 40%2C85 80%2C88 120%2C68 160%2C72 200%2C55 240%2C62 280%2C48 320%2C52' fill='none' stroke='rgba(255%2C255%2C255%2C0.04)' stroke-width='1'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: bottom;
    opacity: 0.7;
    pointer-events: none;
}

.home-dashboard .active-machines-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.65rem;
    position: relative;
    z-index: 2;
}

.home-dashboard .active-machines-title {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
}

.home-dashboard .active-machines-count {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.home-dashboard .active-machines-list {
    margin-top: 0.25rem;
    padding-top: 0;
    border-top: none;
    max-height: 220px;
    overflow-y: auto;
    position: relative;
    z-index: 2;
}

.home-dashboard .active-machine-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    gap: 0.75rem;
    border-bottom: none;
}

.home-dashboard .active-machine-name {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    font-weight: 400;
}

.home-dashboard .active-machine-days {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    font-weight: 400;
}

.home-dashboard .active-machines-empty {
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
    padding: 0.75rem 0;
    font-size: 0.88rem;
}

/* Quick action grid */
.home-dashboard .home-action-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem 0.65rem;
    margin: 0 1rem 1.25rem;
}

.home-dashboard .home-action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    cursor: pointer;
}

.home-dashboard .home-action-card {
    width: 100%;
    aspect-ratio: 1;
    background: linear-gradient(145deg, #2c3131 0%, #222626 100%);
    border: 1px solid rgba(180, 180, 180, 0.15);
    border-radius: 16px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        inset 0 -3px 8px rgba(0, 0, 0, 0.35),
        0 6px 16px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-dashboard .home-action-card:hover {
    transform: translateY(-3px);
    border-color: rgba(200, 200, 200, 0.25);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 10px 24px rgba(0, 0, 0, 0.4);
}

.home-dashboard .home-action-icon-wrap {
    width: auto;
    height: auto;
    margin: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-dashboard .home-action-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f0f0f0 0%, #c8c8c8 25%, #e8e8e8 50%, #a0a0a0 75%, #d0d0d0 100%);
    color: #3a3a3a;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.7),
        inset 0 -3px 6px rgba(0, 0, 0, 0.25),
        0 4px 10px rgba(0, 0, 0, 0.4);
    font-size: 1.3rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-dashboard .home-action-item .action-label {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 400;
    margin-top: 0;
    text-align: center;
}

.home-dashboard .home-action-item:hover .action-label {
    color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 480px) {
    .home-dashboard .earnings-amount {
        font-size: 2.5rem;
    }

    .home-dashboard .home-balance-info {
        gap: 0.75rem;
    }

    .home-dashboard .balance-value {
        font-size: 1.15rem;
    }

    .home-dashboard .home-action-grid {
        gap: 0.6rem;
        margin: 0 0.75rem 1rem;
    }

    .home-dashboard .home-action-icon {
        width: 48px;
        height: 48px;
        font-size: 1.1rem;
    }

    .home-dashboard .home-action-item .action-label {
        font-size: 0.7rem;
    }

    .home-dashboard .home-btn-deposit,
    .home-dashboard .home-btn-withdraw {
        font-size: 0.75rem;
        padding: 0.75rem 0.35rem;
    }
}

/* ============================================
   Profile Dashboard — FinTech Skeuomorphic
   ============================================ */

.profile-dashboard {
    padding-bottom: 0.5rem;
}

.profile-dashboard .profile-header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0.5rem 1rem 1rem;
    padding: 1.15rem 1rem;
    background: #252a2a;
    border: 1px solid rgba(180, 180, 180, 0.18);
    border-radius: 16px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -2px 6px rgba(0, 0, 0, 0.25),
        0 6px 20px rgba(0, 0, 0, 0.3);
}

.profile-dashboard .avatar-section {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.profile-dashboard .avatar-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #f0f0f0 0%, #c8c8c8 25%, #e8e8e8 50%, #a0a0a0 75%, #d0d0d0 100%);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.7),
        inset 0 -3px 6px rgba(0, 0, 0, 0.25),
        0 4px 10px rgba(0, 0, 0, 0.4);
}

.profile-dashboard .avatar-icon i {
    color: #3a3a3a;
    font-size: 1.55rem;
}

.profile-dashboard .user-info {
    flex: 1;
    min-width: 0;
}

.profile-dashboard .user-name {
    margin: 0 0 0.2rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.profile-dashboard .user-id {
    margin: 0;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.62);
}

.profile-dashboard .settings-icon {
    flex-shrink: 0;
}

.profile-dashboard .profile-section-title {
    margin: 0 1rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.88);
    letter-spacing: 0.2px;
}

.profile-dashboard .balance-section {
    margin-bottom: 1rem;
}

.profile-dashboard .profile-balance-card {
    position: relative;
    overflow: hidden;
    margin: 0 1rem;
    padding: 1.35rem 1.15rem 1.1rem;
    background: linear-gradient(165deg, #1a2238 0%, #141c2e 45%, #0f1524 100%);
    border: 1px solid rgba(197, 160, 89, 0.55);
    border-radius: 18px;
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 215, 0, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(0, 0, 0, 0.2);
}

.profile-dashboard .profile-balance-card::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 17px;
    border: 1px solid rgba(255, 215, 0, 0.08);
    pointer-events: none;
    z-index: 1;
}

.profile-dashboard .profile-balance-rows {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.15rem;
}

.profile-dashboard .profile-balance-row {
    text-align: center;
}

.profile-dashboard .balance-label {
    font-size: 0.76rem !important;
    color: rgba(255, 255, 255, 0.65) !important;
    font-weight: 400 !important;
    margin-bottom: 0.35rem !important;
    text-align: center !important;
    white-space: normal !important;
}

.profile-dashboard .profile-balance-value {
    font-size: 1.55rem;
    font-weight: 700;
    color: #e8c872;
    text-shadow:
        0 1px 0 rgba(255, 235, 180, 0.35),
        0 3px 12px rgba(197, 160, 89, 0.3);
    line-height: 1.1;
}

.profile-dashboard .profile-balance-buttons {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}

.profile-dashboard .profile-balance-buttons .balance-btn {
    width: 100%;
    padding: 0.85rem 0.5rem;
    border-radius: 14px;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.profile-dashboard .profile-balance-buttons .home-btn-deposit {
    background: linear-gradient(180deg, #f2d597 0%, #c5a059 55%, #a8843a 100%);
    color: #1a1208;
    border: 1px solid rgba(255, 230, 160, 0.45);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        inset 0 -2px 4px rgba(120, 80, 20, 0.35),
        0 5px 18px rgba(197, 160, 89, 0.35);
}

.profile-dashboard .profile-balance-buttons .home-btn-deposit:hover {
    background: linear-gradient(180deg, #ffe4a8 0%, #d4b06a 55%, #b89245 100%);
    transform: translateY(-1px);
}

.profile-dashboard .profile-balance-buttons .home-btn-withdraw {
    background: linear-gradient(180deg, #3d7a7e 0%, #2a4d50 55%, #1e3a3d 100%);
    color: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(100, 160, 165, 0.35);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        inset 0 -2px 4px rgba(0, 0, 0, 0.35),
        0 5px 18px rgba(30, 70, 75, 0.4);
}

.profile-dashboard .profile-balance-buttons .home-btn-withdraw:hover {
    background: linear-gradient(180deg, #4a8f94 0%, #325c60 55%, #254548 100%);
    transform: translateY(-1px);
}

.profile-dashboard .referral-section {
    margin: 0 1rem 1rem;
    padding: 1.15rem 1rem;
    background: #252a2a;
    border: 1px solid rgba(180, 180, 180, 0.18);
    border-radius: 16px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -2px 6px rgba(0, 0, 0, 0.25),
        0 6px 20px rgba(0, 0, 0, 0.3);
}

.profile-dashboard .referral-section .profile-section-title {
    margin: 0 0 0.85rem;
}

.profile-dashboard .referral-info {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.profile-dashboard .referral-code-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.9rem 0.85rem;
    background: linear-gradient(165deg, #1a2238 0%, #141c2e 45%, #0f1524 100%);
    border: 1px solid rgba(197, 160, 89, 0.35);
    border-radius: 12px;
}

.profile-dashboard .referral-code-content {
    min-width: 0;
}

.profile-dashboard .referral-label {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.profile-dashboard .referral-code {
    font-size: 1.05rem;
    font-weight: 700;
    color: #e8c872;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    letter-spacing: 0.04em;
    word-break: break-all;
}

.profile-dashboard .copy-btn {
    flex-shrink: 0;
    border: 1px solid rgba(255, 230, 160, 0.35);
    border-radius: 10px;
    padding: 0.55rem 0.8rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: #1a1208;
    cursor: pointer;
    background: linear-gradient(180deg, #f2d597 0%, #c5a059 55%, #a8843a 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        0 3px 10px rgba(197, 160, 89, 0.3);
    transition: transform 0.2s ease;
}

.profile-dashboard .copy-btn:hover {
    transform: translateY(-1px);
}

.profile-dashboard .referral-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem;
}

.profile-dashboard .referral-stat {
    text-align: center;
    padding: 0.85rem 0.5rem;
    background: linear-gradient(145deg, #2c3131 0%, #222626 100%);
    border: 1px solid rgba(180, 180, 180, 0.12);
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.profile-dashboard .referral-stat .stat-number {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.profile-dashboard .referral-stat .stat-label {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.25;
}

.profile-dashboard .referral-earnings {
    padding: 0.9rem;
    text-align: center;
    background: linear-gradient(165deg, rgba(26, 34, 56, 0.9) 0%, rgba(15, 21, 36, 0.95) 100%);
    border: 1px solid rgba(197, 160, 89, 0.3);
    border-radius: 12px;
}

.profile-dashboard .earnings-label {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.3rem;
}

.profile-dashboard .profile-referral-earnings {
    font-size: 1.35rem;
    font-weight: 700;
    color: #e8c872;
    text-shadow: 0 1px 8px rgba(197, 160, 89, 0.25);
}

.profile-dashboard .records-section {
    margin-top: 0;
    margin-bottom: 1rem;
}

.profile-dashboard .records-section .profile-section-title {
    margin-bottom: 0.75rem;
}

.profile-dashboard .profile-records-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem 0.65rem;
    margin: 0 1rem 1.25rem;
}

.profile-dashboard .profile-record-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-dashboard .record-card {
    width: 100%;
    aspect-ratio: 1;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    background: linear-gradient(145deg, #2c3131 0%, #222626 100%);
    border: 1px solid rgba(180, 180, 180, 0.15);
    border-radius: 16px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        inset 0 -3px 8px rgba(0, 0, 0, 0.35),
        0 6px 16px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.profile-dashboard .record-card:hover {
    transform: translateY(-3px);
    border-color: rgba(200, 200, 200, 0.25);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 10px 24px rgba(0, 0, 0, 0.4);
}

.profile-dashboard .profile-record-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-dashboard .profile-record-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #f0f0f0 0%, #c8c8c8 25%, #e8e8e8 50%, #a0a0a0 75%, #d0d0d0 100%);
    color: #3a3a3a;
    font-size: 1.3rem;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.7),
        inset 0 -3px 6px rgba(0, 0, 0, 0.25),
        0 4px 10px rgba(0, 0, 0, 0.4);
}

.profile-dashboard .record-label {
    font-size: 0.78rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.82);
}

.profile-dashboard .record-card:hover .record-label {
    color: rgba(255, 255, 255, 0.95);
}

/* ============================================
   Auth Screens — Sign-up / Sign-in (FinTech v3.6.0)
   ============================================ */

.signup-dashboard,
.signin-dashboard {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.25rem 2rem;
    box-sizing: border-box;
    background: #050507;
}

.signup-dashboard .signup-title,
.signin-dashboard .signin-title {
    margin: 0 0 1.75rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
    filter: drop-shadow(0 2px 8px rgba(212, 175, 55, 0.25));
}

.signup-dashboard .signup-card,
.signin-dashboard .signin-card {
    position: relative;
    width: 100%;
    max-width: 420px;
    padding: 1.35rem 1.15rem 1.1rem;
    border-radius: 18px;
    background: linear-gradient(165deg, rgba(38, 38, 42, 0.92) 0%, rgba(24, 24, 28, 0.95) 100%);
    border: 1px solid rgba(180, 180, 180, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -2px 8px rgba(0, 0, 0, 0.35),
        0 14px 40px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}

.signup-dashboard .signup-card::before,
.signin-dashboard .signin-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 120' preserveAspectRatio='none'%3E%3Cpolyline points='0%2C90 40%2C70 80%2C75 120%2C50 160%2C55 200%2C35 240%2C45 280%2C25 320%2C30' fill='none' stroke='rgba(255%2C255%2C255%2C0.05)' stroke-width='1.5'/%3E%3Cpolyline points='0%2C100 40%2C85 80%2C88 120%2C68 160%2C72 200%2C55 240%2C62 280%2C48 320%2C52' fill='none' stroke='rgba(255%2C255%2C255%2C0.03)' stroke-width='1'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: bottom right;
    opacity: 0.85;
    pointer-events: none;
}

.signin-dashboard .signin-avatar-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-bottom: 1.1rem;
}

.signin-dashboard .signin-avatar-icon {
    width: 92px;
    height: 92px;
    padding: 4px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f0f0f0 0%, #b8b8b8 35%, #e2e2e2 65%, #909090 100%);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.65),
        inset 0 -3px 6px rgba(0, 0, 0, 0.28),
        0 6px 16px rgba(0, 0, 0, 0.4);
}

.signin-dashboard .signin-avatar-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #141418;
    border: 1.5px solid rgba(212, 175, 55, 0.55);
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.45);
}

.signin-dashboard .signin-avatar-inner i {
    font-size: 2rem;
    color: #d8d8d8;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.45),
        0 -1px 2px rgba(0, 0, 0, 0.35);
}

.signup-dashboard .signup-error,
.signin-dashboard .signin-error {
    position: relative;
    z-index: 2;
    margin-bottom: 0.85rem;
}

.signup-dashboard .signup-form,
.signin-dashboard .signin-form {
    position: relative;
    z-index: 2;
    margin: 0;
}

.signup-dashboard .signup-field,
.signin-dashboard .signin-field {
    margin-bottom: 0.85rem;
}

.signup-dashboard .signup-label,
.signin-dashboard .signin-label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.72rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.02em;
}

.signup-dashboard .signup-input,
.signin-dashboard .signin-input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.8rem 0.9rem;
    border-radius: 12px;
    border: 1px solid transparent;
    background:
        linear-gradient(#141418, #141418) padding-box,
        linear-gradient(135deg, rgba(212, 175, 55, 0.75) 0%, rgba(192, 192, 192, 0.55) 50%, rgba(212, 175, 55, 0.7) 100%) border-box;
    color: #ffffff;
    font-size: 0.88rem;
    outline: none;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.signup-dashboard .signup-input::placeholder,
.signin-dashboard .signin-input::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.signup-dashboard .signup-input:focus,
.signin-dashboard .signin-input:focus {
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.18);
}

.signup-dashboard .signup-terms,
.signin-dashboard .signin-remember {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin-top: 0.35rem;
    cursor: pointer;
}

.signup-dashboard .signup-terms input[type="checkbox"],
.signin-dashboard .signin-remember input[type="checkbox"] {
    margin-top: 0.15rem;
    accent-color: #d4af37;
    flex-shrink: 0;
}

.signup-dashboard .signup-terms-text,
.signin-dashboard .signin-remember-text {
    font-size: 0.68rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.48);
}

.signup-dashboard .signup-link-inline,
.signin-dashboard .signin-link-inline {
    color: #e8c872;
    text-decoration: none;
}

.signup-dashboard .signup-link-inline:hover,
.signin-dashboard .signin-link-inline:hover {
    text-decoration: underline;
}

.signup-dashboard .signup-save-btn,
.signin-dashboard .signin-submit-btn {
    width: 100%;
    max-width: 420px;
    margin-top: 1.35rem;
    padding: 0.95rem 1rem;
    border: none;
    border-radius: 999px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    background: linear-gradient(180deg, #2f6b3f 0%, #1f4a2c 55%, #163822 100%);
    box-shadow:
        0 0 0 1px rgba(120, 200, 130, 0.2),
        0 0 22px rgba(212, 175, 55, 0.45),
        0 8px 24px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.signup-dashboard .signup-save-btn:hover,
.signin-dashboard .signin-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow:
        0 0 0 1px rgba(120, 200, 130, 0.28),
        0 0 28px rgba(212, 175, 55, 0.55),
        0 10px 28px rgba(0, 0, 0, 0.4);
}

.signup-dashboard .signup-footer,
.signin-dashboard .signin-footer {
    margin-top: 1.25rem;
    text-align: center;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.signup-dashboard .signup-footer .signup-link-inline,
.signin-dashboard .signin-footer .signin-link-inline {
    margin-left: 0.35rem;
}

.signin-dashboard .signin-forgot {
    margin-top: 0.65rem;
    text-align: center;
    font-size: 0.8rem;
}

@media (max-width: 480px) {
    .signup-dashboard,
    .signin-dashboard {
        padding: 2rem 1rem 1.5rem;
    }

    .signup-dashboard .signup-title,
    .signin-dashboard .signin-title {
        font-size: 2.25rem;
        margin-bottom: 1.35rem;
    }

    .signup-dashboard .signup-card,
    .signin-dashboard .signin-card {
        padding: 1.15rem 0.95rem 0.95rem;
    }

    .signup-dashboard .signup-input,
    .signin-dashboard .signin-input {
        padding: 0.72rem 0.8rem;
        font-size: 0.84rem;
    }

    .signin-dashboard .signin-avatar-icon {
        width: 80px;
        height: 80px;
    }

    .signin-dashboard .signin-avatar-inner i {
        font-size: 1.7rem;
    }
}

/* ============================================
   Promotion Dashboard — FinTech Skeuomorphic
   ============================================ */

.promotion-dashboard {
    padding-bottom: 0.5rem;
}

.promotion-dashboard .promotion-header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0.5rem 1rem 1rem;
    padding: 0.85rem 1rem;
}

.promotion-dashboard .promotion-header .back-button {
    padding: 0;
}

.promotion-dashboard .promotion-title {
    margin: 0;
    flex: 1;
    font-size: 1.15rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.promotion-dashboard .promotion-container {
    padding: 0 1rem;
}

.promotion-dashboard .promotion-section-title {
    margin: 0 0 0.9rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    letter-spacing: 0.2px;
}

.promotion-dashboard .promotion-earnings-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    padding: 1.35rem 1.1rem 1.1rem;
    background: linear-gradient(165deg, #1a2238 0%, #141c2e 45%, #0f1524 100%);
    border: 1px solid rgba(197, 160, 89, 0.55);
    border-radius: 18px;
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 215, 0, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(0, 0, 0, 0.2);
}

.promotion-dashboard .promotion-earnings-card::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 17px;
    border: 1px solid rgba(255, 215, 0, 0.08);
    pointer-events: none;
    z-index: 1;
}

.promotion-dashboard .promotion-earnings-card .promotion-section-title,
.promotion-dashboard .promotion-earnings-grid,
.promotion-dashboard .promotion-referral-counts {
    position: relative;
    z-index: 2;
}

.promotion-dashboard .promotion-earnings-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.promotion-dashboard .promotion-earnings-item {
    text-align: center;
    padding: 0.85rem 0.55rem;
    background: rgba(15, 21, 36, 0.45);
    border: 1px solid rgba(197, 160, 89, 0.18);
    border-radius: 12px;
}

.promotion-dashboard .promotion-earnings-label {
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.62);
    margin-bottom: 0.35rem;
}

.promotion-dashboard .promotion-earnings-value {
    font-size: 1.45rem;
    font-weight: 700;
    color: #e8c872;
    line-height: 1.1;
    margin-bottom: 0.35rem;
    text-shadow:
        0 1px 0 rgba(255, 235, 180, 0.35),
        0 3px 12px rgba(197, 160, 89, 0.3);
}

.promotion-dashboard .promotion-earnings-note {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.48);
    line-height: 1.3;
}

.promotion-dashboard .promotion-referral-counts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(197, 160, 89, 0.2);
}

.promotion-dashboard .promotion-referral-count {
    text-align: center;
    padding: 0.7rem 0.35rem;
    background: linear-gradient(145deg, #2c3131 0%, #222626 100%);
    border: 1px solid rgba(180, 180, 180, 0.12);
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.promotion-dashboard .promotion-referral-count-label {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.58);
    margin-bottom: 0.2rem;
}

.promotion-dashboard .promotion-referral-count-value {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
}

.promotion-dashboard .promotion-link-card,
.promotion-dashboard .promotion-commission-card {
    margin-bottom: 1rem;
    padding: 1.15rem 1rem;
    background: #252a2a;
    border: 1px solid rgba(180, 180, 180, 0.18);
    border-radius: 16px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -2px 6px rgba(0, 0, 0, 0.25),
        0 6px 20px rgba(0, 0, 0, 0.3);
}

.promotion-dashboard .promotion-link-display {
    margin-bottom: 0.85rem;
}

.promotion-dashboard .promotion-link-input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.8rem 0.75rem;
    border: 1px solid rgba(197, 160, 89, 0.28);
    border-radius: 12px;
    background: linear-gradient(165deg, #1a2238 0%, #141c2e 45%, #0f1524 100%);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.78rem;
    text-align: center;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.promotion-dashboard .promotion-link-input:focus {
    outline: none;
    border-color: rgba(197, 160, 89, 0.5);
    box-shadow: 0 0 0 2px rgba(197, 160, 89, 0.12);
}

.promotion-dashboard .copy-link-btn {
    width: 100%;
    padding: 0.85rem 0.5rem;
    border-radius: 14px;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #1a1208;
    background: linear-gradient(180deg, #f2d597 0%, #c5a059 55%, #a8843a 100%);
    border: 1px solid rgba(255, 230, 160, 0.45);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        inset 0 -2px 4px rgba(120, 80, 20, 0.35),
        0 5px 18px rgba(197, 160, 89, 0.35);
}

.promotion-dashboard .copy-link-btn:hover {
    background: linear-gradient(180deg, #ffe4a8 0%, #d4b06a 55%, #b89245 100%);
    transform: translateY(-1px);
}

.promotion-dashboard .promotion-commission-tagline {
    margin: 0 0 1rem;
    font-size: 0.82rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.62);
    text-align: center;
    font-style: italic;
}

.promotion-dashboard .promotion-reward-cards {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.promotion-dashboard .promotion-reward-card {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0.9rem 0.85rem;
    background: linear-gradient(145deg, #2c3131 0%, #222626 100%);
    border: 1px solid rgba(180, 180, 180, 0.12);
    border-radius: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.promotion-dashboard .promotion-reward-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.8rem;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.promotion-dashboard .promotion-reward-icon-level3 {
    background: linear-gradient(180deg, #f2d597 0%, #c5a059 48%, #a8843a 100%);
    border: 1px solid rgba(255, 230, 160, 0.42);
    color: #1a1208;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.32),
        inset 0 -3px 6px rgba(120, 80, 20, 0.35),
        0 4px 14px rgba(197, 160, 89, 0.32);
}

.promotion-dashboard .promotion-reward-text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.84rem;
    line-height: 1.45;
    padding-top: 0.15rem;
}

@media (max-width: 480px) {
    .promotion-dashboard .promotion-earnings-value {
        font-size: 1.25rem;
    }

    .promotion-dashboard .promotion-earnings-note {
        font-size: 0.62rem;
    }

    .promotion-dashboard .promotion-reward-icon {
        width: 46px;
        height: 46px;
        font-size: 0.72rem;
    }

    .promotion-dashboard .promotion-reward-text {
        font-size: 0.8rem;
    }
}

/* ============================================
   Notifications Dashboard — FinTech v3.6.0
   ============================================ */

.notifications-dashboard {
    padding-bottom: 1rem;
}

.notifications-dashboard .notifications-header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0.5rem 1rem 1rem;
    padding: 0.85rem 1rem;
}

.notifications-dashboard .notifications-header .back-button {
    padding: 0;
}

.notifications-dashboard .notifications-title {
    margin: 0;
    flex: 1;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.notifications-dashboard .notifications-container {
    padding: 0 1rem;
}

.notifications-dashboard .notifications-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

@media (max-width: 480px) {
    .notifications-dashboard .notifications-title {
        font-size: 1.2rem;
    }

    .notification-panel-title {
        font-size: 1.05rem;
    }

    .notification-item {
        padding: 0.85rem;
    }

    .mobile-toast {
        max-width: 92vw;
    }
}

/* ============================================
   Withdraw Dashboard — FinTech v3.6.0
   ============================================ */

.withdraw-dashboard {
    padding-bottom: 1rem;
}

.withdraw-dashboard .withdraw-header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0.5rem 1rem 1rem;
    padding: 0.85rem 1rem;
}

.withdraw-dashboard .withdraw-header .back-button {
    padding: 0;
}

.withdraw-dashboard .withdraw-title {
    margin: 0;
    flex: 1;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.withdraw-dashboard .withdraw-balance-card {
    position: relative;
    overflow: hidden;
    margin: 0 1rem 1rem;
    padding: 1.35rem 1.1rem 1.1rem;
    background: linear-gradient(165deg, #1a2238 0%, #141c2e 45%, #0f1524 100%);
    border: 1px solid rgba(197, 160, 89, 0.55);
    border-radius: 18px;
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 215, 0, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.withdraw-dashboard .withdraw-balance-card::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 17px;
    border: 1px solid rgba(255, 215, 0, 0.08);
    pointer-events: none;
    z-index: 1;
}

.withdraw-dashboard .withdraw-balance-rows {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}

.withdraw-dashboard .withdraw-balance-row {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.withdraw-dashboard .withdraw-balance-row--pending {
    align-items: flex-end;
    text-align: right;
}

.withdraw-dashboard .withdraw-balance-label {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.withdraw-dashboard .withdraw-balance-value {
    font-size: 1.65rem;
    font-weight: 800;
    color: #e8c872;
    line-height: 1.1;
    text-shadow:
        0 1px 0 rgba(255, 235, 180, 0.35),
        0 3px 12px rgba(197, 160, 89, 0.28);
}

.withdraw-dashboard .withdraw-balance-value--muted {
    font-size: 1.35rem;
    color: rgba(255, 255, 255, 0.88);
    text-shadow: none;
}

.withdraw-dashboard .withdraw-container {
    padding: 0 1rem;
}

.withdraw-dashboard .withdraw-panel {
    margin-bottom: 0.85rem;
    padding: 1.1rem;
    border-radius: 16px;
    border: 1px solid rgba(180, 180, 180, 0.12);
    background: linear-gradient(145deg, #2c3131 0%, #222626 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -3px 8px rgba(0, 0, 0, 0.28),
        0 6px 16px rgba(0, 0, 0, 0.22);
}

.withdraw-dashboard .withdraw-panel-title {
    margin: 0 0 0.85rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: 0.02em;
}

.withdraw-dashboard .withdraw-amount-field {
    width: 100%;
    box-sizing: border-box;
    padding: 0.85rem 0.95rem;
    border-radius: 12px;
    border: 1px solid rgba(180, 180, 180, 0.14);
    background: #141418;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    outline: none;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.35);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.withdraw-dashboard .withdraw-amount-field::placeholder {
    color: rgba(255, 255, 255, 0.38);
    font-weight: 500;
}

.withdraw-dashboard .withdraw-amount-field:focus {
    border-color: rgba(212, 175, 55, 0.45);
    box-shadow:
        inset 0 2px 8px rgba(0, 0, 0, 0.35),
        0 0 0 2px rgba(212, 175, 55, 0.12);
}

.withdraw-dashboard .withdraw-amount-note {
    margin-top: 0.65rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(212, 175, 55, 0.82);
}

.withdraw-dashboard .withdraw-wallet-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(100, 160, 165, 0.35);
    border-radius: 14px;
    background: linear-gradient(180deg, #3d7a7e 0%, #2a4d50 55%, #1e3a3d 100%);
    color: rgba(255, 255, 255, 0.95);
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        inset 0 -2px 4px rgba(0, 0, 0, 0.28),
        0 6px 16px rgba(30, 58, 61, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.withdraw-dashboard .withdraw-wallet-btn:hover {
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 8px 20px rgba(30, 58, 61, 0.42);
}

.withdraw-dashboard .withdraw-wallet-btn__icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(145deg, #f0f0f0 0%, #c8c8c8 25%, #e8e8e8 50%, #a0a0a0 75%, #d0d0d0 100%);
    color: #3a3a3a;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.65),
        inset 0 -3px 6px rgba(0, 0, 0, 0.25);
}

.withdraw-dashboard .withdraw-wallet-btn__text {
    flex: 1;
    text-align: left;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.withdraw-dashboard .withdraw-wallet-btn__arrow {
    font-size: 0.85rem;
    opacity: 0.8;
}

.withdraw-dashboard .withdraw-instructions-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.withdraw-dashboard .withdraw-instruction-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.62rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.withdraw-dashboard .withdraw-instruction-item:last-child {
    border-bottom: none;
}

.withdraw-dashboard .withdraw-instruction-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.62);
}

.withdraw-dashboard .withdraw-instruction-value {
    font-size: 0.82rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    text-align: right;
}

.withdraw-dashboard .withdraw-instruction-note {
    margin: 0.85rem 0 0;
    padding: 0.75rem 0.85rem;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.22);
    background: rgba(212, 175, 55, 0.08);
    font-size: 0.76rem;
    line-height: 1.45;
    color: rgba(232, 200, 114, 0.88);
}

.withdraw-dialog {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    display: none !important;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.withdraw-dialog.show {
    display: flex !important;
}

.withdraw-dialog-overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 7, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.withdraw-dialog-content {
    position: relative;
    width: 100%;
    max-width: 380px;
    padding: 1.75rem 1.35rem 1.35rem;
    border-radius: 18px;
    border: 1px solid rgba(212, 175, 55, 0.28);
    background: linear-gradient(165deg, #252a2a 0%, #1a1c1c 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 42px rgba(0, 0, 0, 0.45);
    text-align: center;
    animation: withdrawDialogIn 0.28s ease-out;
}

@keyframes withdrawDialogIn {
    from {
        opacity: 0;
        transform: translateY(-12px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.withdraw-dialog-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    background: linear-gradient(180deg, #3ecf9a 0%, #26a17b 55%, #1d7f61 100%);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.25),
        0 8px 20px rgba(38, 161, 123, 0.35);
}

.withdraw-dialog-title {
    margin: 0 0 0.65rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.55rem;
    font-weight: 700;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.withdraw-dialog-message {
    margin: 0 0 0.85rem;
    font-size: 0.92rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
}

.withdraw-dialog-note {
    margin: 0 0 1.15rem;
    padding: 0.8rem 0.9rem;
    border-radius: 12px;
    border: 1px solid rgba(38, 161, 123, 0.22);
    background: rgba(38, 161, 123, 0.1);
    font-size: 0.8rem;
    line-height: 1.45;
    color: rgba(130, 220, 185, 0.92);
}

.withdraw-dialog-btn {
    width: 100%;
    padding: 0.9rem 1rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(180deg, #3ecf9a 0%, #26a17b 55%, #1d7f61 100%);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 8px 18px rgba(38, 161, 123, 0.28);
    transition: transform 0.2s ease;
}

.withdraw-dialog-btn:hover {
    transform: translateY(-1px);
}

@media (max-width: 480px) {
    .withdraw-dashboard .withdraw-title {
        font-size: 1.2rem;
    }

    .withdraw-dashboard .withdraw-balance-value {
        font-size: 1.45rem;
    }

    .withdraw-dashboard .withdraw-balance-value--muted {
        font-size: 1.2rem;
    }

    .withdraw-dashboard .withdraw-panel {
        padding: 1rem 0.9rem;
    }
}

/* ============================================
   Withdraw Crypto Dashboard — FinTech v3.6.0
   ============================================ */

.withdraw-crypto-dashboard .withdraw-crypto-amount-card {
    text-align: center;
}

.withdraw-crypto-dashboard .withdraw-crypto-amount-row {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
}

.withdraw-crypto-dashboard .withdraw-crypto-note {
    margin: 0 0 0.85rem;
    padding: 0.85rem 0.95rem;
    border-radius: 12px;
    border: 1px solid rgba(100, 160, 165, 0.22);
    background: rgba(42, 77, 80, 0.18);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
    line-height: 1.55;
}

.withdraw-crypto-dashboard .withdraw-crypto-required {
    color: #e8c872;
    font-weight: 700;
}

.withdraw-crypto-dashboard .withdraw-crypto-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 0.95rem;
    border-radius: 12px;
    border: 1px solid rgba(180, 180, 180, 0.14);
    background: #141418;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.35);
}

.withdraw-crypto-dashboard .withdraw-crypto-select-info {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.withdraw-crypto-dashboard .withdraw-crypto-coin-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 4px 10px rgba(0, 0, 0, 0.28);
}

.withdraw-crypto-dashboard .withdraw-crypto-coin-icon--usdt {
    background: linear-gradient(180deg, #3ecf9a 0%, #26a17b 55%, #1d7f61 100%);
}

.withdraw-crypto-dashboard .withdraw-crypto-coin-icon--tron {
    background: linear-gradient(180deg, #ff4d6d 0%, #eb0029 55%, #b8001f 100%);
}

.withdraw-crypto-dashboard .withdraw-crypto-coin-icon svg {
    width: 17px;
    height: 17px;
    display: block;
}

.withdraw-crypto-dashboard .withdraw-crypto-coin-name {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 700;
    font-size: 0.95rem;
}

.withdraw-crypto-dashboard .withdraw-crypto-coin-meta {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.82rem;
    font-weight: 500;
}

.withdraw-crypto-dashboard .withdraw-crypto-action {
    padding: 0.5rem 1rem 1rem;
    margin-top: 0.35rem;
}

.withdraw-crypto-dashboard .withdraw-crypto-submit-btn {
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 230, 160, 0.45);
    border-radius: 14px;
    background: linear-gradient(180deg, #f2d597 0%, #c5a059 55%, #a8843a 100%);
    color: #1a1208;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        inset 0 -2px 4px rgba(120, 80, 20, 0.35),
        0 8px 20px rgba(197, 160, 89, 0.32);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.withdraw-crypto-dashboard .withdraw-crypto-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        0 10px 24px rgba(197, 160, 89, 0.4);
}

.withdraw-crypto-dashboard .withdraw-crypto-submit-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
}

@media (max-width: 480px) {
    .withdraw-crypto-dashboard .withdraw-crypto-note {
        font-size: 0.76rem;
        padding: 0.75rem 0.85rem;
    }

    .withdraw-crypto-dashboard .withdraw-crypto-coin-name {
        font-size: 0.9rem;
    }
}

/* ============================================
   Deposit Dashboard — FinTech v3.6.0
   ============================================ */

.deposit-dashboard {
    padding-bottom: 1rem;
}

.deposit-dashboard .deposit-header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0.5rem 1rem 1rem;
    padding: 0.85rem 1rem;
}

.deposit-dashboard .deposit-header .back-button {
    padding: 0;
}

.deposit-dashboard .deposit-title {
    margin: 0;
    flex: 1;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.deposit-dashboard .deposit-balance-card {
    position: relative;
    overflow: hidden;
    margin: 0 1rem 1rem;
    padding: 1.35rem 1.1rem 1.15rem;
    text-align: center;
    background: linear-gradient(165deg, #1a2238 0%, #141c2e 45%, #0f1524 100%);
    border: 1px solid rgba(197, 160, 89, 0.55);
    border-radius: 18px;
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 215, 0, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.deposit-dashboard .deposit-balance-card::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 17px;
    border: 1px solid rgba(255, 215, 0, 0.08);
    pointer-events: none;
    z-index: 1;
}

.deposit-dashboard .deposit-balance-label {
    position: relative;
    z-index: 2;
    margin-bottom: 0.45rem;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.deposit-dashboard .deposit-balance-value {
    position: relative;
    z-index: 2;
    font-size: 2rem;
    font-weight: 800;
    color: #e8c872;
    line-height: 1.1;
    text-shadow:
        0 1px 0 rgba(255, 235, 180, 0.35),
        0 3px 12px rgba(197, 160, 89, 0.28);
}

.deposit-dashboard .deposit-container {
    padding: 0 1rem;
}

.deposit-dashboard .deposit-panel {
    padding: 1.1rem;
    border-radius: 16px;
    border: 1px solid rgba(180, 180, 180, 0.12);
    background: linear-gradient(145deg, #2c3131 0%, #222626 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -3px 8px rgba(0, 0, 0, 0.28),
        0 6px 16px rgba(0, 0, 0, 0.22);
}

.deposit-dashboard .deposit-panel-title {
    margin: 0 0 0.85rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: 0.02em;
}

.deposit-dashboard .deposit-amount-field {
    width: 100%;
    box-sizing: border-box;
    padding: 0.85rem 0.95rem;
    border-radius: 12px;
    border: 1px solid rgba(180, 180, 180, 0.14);
    background: #141418;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    outline: none;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.35);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.deposit-dashboard .deposit-amount-field::placeholder {
    color: rgba(255, 255, 255, 0.38);
    font-weight: 500;
}

.deposit-dashboard .deposit-amount-field:focus {
    border-color: rgba(212, 175, 55, 0.45);
    box-shadow:
        inset 0 2px 8px rgba(0, 0, 0, 0.35),
        0 0 0 2px rgba(212, 175, 55, 0.12);
}

.deposit-dashboard .deposit-amount-note {
    margin-top: 0.65rem;
    margin-bottom: 1rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(212, 175, 55, 0.82);
}

.deposit-dashboard .deposit-quick-amounts {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.deposit-dashboard .deposit-amount-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.6rem;
}

.deposit-dashboard .deposit-amount-row--three {
    grid-template-columns: repeat(3, 1fr);
}

.deposit-dashboard .deposit-amount-btn {
    padding: 0.72rem 0.35rem;
    border: 1px solid rgba(255, 230, 160, 0.28);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(242, 213, 151, 0.16) 0%, rgba(168, 132, 58, 0.12) 100%);
    color: #e8c872;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.deposit-dashboard .deposit-amount-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(212, 175, 55, 0.45);
}

.deposit-dashboard .deposit-amount-btn.active {
    background: linear-gradient(180deg, #f2d597 0%, #c5a059 55%, #a8843a 100%);
    color: #1a1208;
    border-color: rgba(255, 230, 160, 0.45);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        inset 0 -2px 4px rgba(120, 80, 20, 0.25),
        0 6px 14px rgba(197, 160, 89, 0.28);
}

.deposit-dashboard .deposit-action {
    padding: 0.5rem 1rem 1rem;
    margin-top: 0.5rem;
}

.deposit-dashboard .deposit-submit-btn {
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 230, 160, 0.45);
    border-radius: 14px;
    background: linear-gradient(180deg, #f2d597 0%, #c5a059 55%, #a8843a 100%);
    color: #1a1208;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        inset 0 -2px 4px rgba(120, 80, 20, 0.35),
        0 8px 20px rgba(197, 160, 89, 0.32);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.deposit-dashboard .deposit-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        0 10px 24px rgba(197, 160, 89, 0.4);
}

.pay-method-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.pay-method-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 0.9rem;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: rgba(15, 23, 42, 0.45);
    color: #e2e8f0;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.pay-method-item:hover {
    border-color: rgba(197, 160, 89, 0.55);
}

.pay-method-item.is-active {
    border-color: rgba(197, 160, 89, 0.85);
    background: rgba(197, 160, 89, 0.12);
}

.pay-method-item__icon {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(197, 160, 89, 0.18);
    color: #f2d597;
    flex-shrink: 0;
}

.pay-method-item__text {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    flex: 1;
    min-width: 0;
}

.pay-method-item__text strong {
    font-size: 0.92rem;
    font-weight: 700;
}

.pay-method-item__text small {
    color: rgba(226, 232, 240, 0.65);
    font-size: 0.75rem;
}

.pay-method-item__check {
    opacity: 0;
    color: #c5a059;
}

.pay-method-item.is-active .pay-method-item__check {
    opacity: 1;
}

.local-pay-details {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-bottom: 0.85rem;
}

.local-pay-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.local-pay-label {
    width: 7.5rem;
    color: rgba(226, 232, 240, 0.65);
    font-size: 0.8rem;
}

.local-pay-value {
    color: #fff;
    font-weight: 700;
    font-size: 0.92rem;
}

.local-pay-value--copy {
    letter-spacing: 0.03em;
}

.local-pay-copy {
    border: none;
    background: transparent;
    color: #c5a059;
    cursor: pointer;
    padding: 0.2rem;
}

.local-pay-note {
    margin: 0;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.82rem;
    line-height: 1.45;
}

.withdraw-method-dialog-content {
    width: min(92vw, 380px);
    text-align: left;
}

.withdraw-method-dialog-content .pay-method-list {
    margin: 1rem 0 0.85rem;
}

.withdraw-dialog-btn--ghost {
    background: transparent !important;
    border: 1px solid rgba(148, 163, 184, 0.35) !important;
    color: #e2e8f0 !important;
    box-shadow: none !important;
}

@media (max-width: 480px) {
    .deposit-dashboard .deposit-title {
        font-size: 1.2rem;
    }

    .deposit-dashboard .deposit-balance-value {
        font-size: 1.75rem;
    }

    .deposit-dashboard .deposit-panel {
        padding: 1rem 0.9rem;
    }

    .deposit-dashboard .deposit-amount-btn {
        font-size: 0.76rem;
        padding: 0.65rem 0.25rem;
    }
}

/* ============================================
   Team Dashboard — FinTech v3.6.0
   ============================================ */

.team-dashboard {
    padding-bottom: 1rem;
}

.team-dashboard .team-header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0.5rem 1rem 1rem;
    padding: 0.85rem 1rem;
}

.team-dashboard .team-header .back-button {
    padding: 0;
}

.team-dashboard .team-title {
    margin: 0;
    flex: 1;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.team-dashboard .team-stats-card {
    position: relative;
    overflow: hidden;
    margin: 0 1rem 1rem;
    padding: 1.25rem 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
    background: linear-gradient(165deg, #1a2238 0%, #141c2e 45%, #0f1524 100%);
    border: 1px solid rgba(197, 160, 89, 0.55);
    border-radius: 18px;
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 215, 0, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.team-dashboard .team-stats-card::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 17px;
    border: 1px solid rgba(255, 215, 0, 0.08);
    pointer-events: none;
    z-index: 1;
}

.team-dashboard .team-stat-item {
    position: relative;
    z-index: 2;
    text-align: center;
}

.team-dashboard .team-stat-value {
    margin-bottom: 0.35rem;
    font-size: 1.55rem;
    font-weight: 800;
    color: #e8c872;
    line-height: 1.1;
    text-shadow:
        0 1px 0 rgba(255, 235, 180, 0.35),
        0 3px 12px rgba(197, 160, 89, 0.28);
}

.team-dashboard .team-stat-label {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

.team-dashboard .team-container {
    padding: 0 1rem;
}

.team-dashboard .team-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.45rem;
    margin-bottom: 0.85rem;
    padding: 0.35rem;
    border-radius: 14px;
    border: 1px solid rgba(180, 180, 180, 0.12);
    background: linear-gradient(145deg, #2c3131 0%, #222626 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 4px 12px rgba(0, 0, 0, 0.2);
}

.team-dashboard .tab-item {
    position: relative;
    border: none;
    background: transparent;
    padding: 0.72rem 0.35rem 0.82rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    border-radius: 10px;
}

.team-dashboard .tab-item .tab-text {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    transition: color 0.2s ease;
}

.team-dashboard .tab-item.active {
    background: rgba(212, 175, 55, 0.1);
}

.team-dashboard .tab-item.active .tab-text {
    color: #e8c872;
}

.team-dashboard .tab-indicator {
    position: absolute;
    left: 50%;
    bottom: 0.35rem;
    transform: translateX(-50%);
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f2d597 0%, #c5a059 100%);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.team-dashboard .tab-item.active .tab-indicator {
    opacity: 1;
}

.team-dashboard .team-content {
    min-height: 180px;
    padding: 0.35rem 0 0.5rem;
}

.team-dashboard .team-level-content {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.team-dashboard .team-member-card {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.9rem;
    border-radius: 16px;
    border: 1px solid rgba(180, 180, 180, 0.12);
    background: linear-gradient(145deg, #2c3131 0%, #222626 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -3px 8px rgba(0, 0, 0, 0.28),
        0 6px 16px rgba(0, 0, 0, 0.22);
}

.team-dashboard .team-member-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(145deg, #f0f0f0 0%, #c8c8c8 25%, #e8e8e8 50%, #a0a0a0 75%, #d0d0d0 100%);
    color: #3a3a3a;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.65),
        inset 0 -3px 6px rgba(0, 0, 0, 0.25);
}

.team-dashboard .team-member-avatar i {
    font-size: 1rem;
}

.team-dashboard .team-member-body {
    flex: 1;
    min-width: 0;
}

.team-dashboard .member-name {
    margin-bottom: 0.18rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-dashboard .member-id {
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.52);
}

.team-dashboard .team-member-meta {
    flex-shrink: 0;
    text-align: right;
}

.team-dashboard .team-member-meta-label {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.team-dashboard .member-status {
    font-size: 0.92rem;
    font-weight: 800;
    color: #e8c872;
    text-shadow: 0 1px 2px rgba(197, 160, 89, 0.2);
}

.team-dashboard .no-referrals {
    padding: 2.5rem 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
}

.team-dashboard .no-referrals i {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 2.2rem;
    color: rgba(212, 175, 55, 0.42);
}

.team-dashboard .no-referrals p {
    margin: 0 0 0.45rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
}

.team-dashboard .no-referrals small {
    display: block;
    font-size: 0.78rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.48);
}

@media (max-width: 480px) {
    .team-dashboard .team-title {
        font-size: 1.2rem;
    }

    .team-dashboard .team-stat-value {
        font-size: 1.35rem;
    }

    .team-dashboard .tab-item .tab-text {
        font-size: 0.74rem;
    }

    .team-dashboard .team-member-card {
        padding: 0.8rem;
        gap: 0.65rem;
    }

    .team-dashboard .team-member-avatar {
        width: 38px;
        height: 38px;
    }
}

/* ============================================
   Balance Records Dashboard — FinTech v3.6.0
   ============================================ */

.balance-records-dashboard {
    padding-bottom: 1rem;
}

.balance-records-dashboard .balance-records-header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0.5rem 1rem 1rem;
    padding: 0.85rem 1rem;
}

.balance-records-dashboard .balance-records-header .back-button {
    padding: 0;
}

.balance-records-dashboard .balance-records-title {
    margin: 0;
    flex: 1;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.balance-records-dashboard .balance-records-container {
    padding: 0 1rem;
}

.balance-records-dashboard .balance-records-balance-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    padding: 1.25rem 1.1rem;
    background: linear-gradient(165deg, #1a2238 0%, #141c2e 45%, #0f1524 100%);
    border: 1px solid rgba(197, 160, 89, 0.55);
    border-radius: 18px;
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 215, 0, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.balance-records-dashboard .balance-records-balance-card::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 17px;
    border: 1px solid rgba(255, 215, 0, 0.08);
    pointer-events: none;
    z-index: 1;
}

.balance-records-dashboard .balance-records-balance-label {
    position: relative;
    z-index: 2;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.balance-records-dashboard .balance-records-balance-value {
    position: relative;
    z-index: 2;
    font-size: 1.75rem;
    font-weight: 800;
    color: #e8c872;
    line-height: 1.1;
    text-shadow:
        0 1px 0 rgba(255, 235, 180, 0.35),
        0 3px 12px rgba(197, 160, 89, 0.28);
}

.balance-records-dashboard .balance-records-list {
    border-radius: 16px;
    border: 1px solid rgba(180, 180, 180, 0.12);
    background: linear-gradient(145deg, #2c3131 0%, #222626 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -3px 8px rgba(0, 0, 0, 0.28),
        0 6px 16px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.balance-records-dashboard .record-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.balance-records-dashboard .record-item:last-child {
    border-bottom: none;
}

.balance-records-dashboard .record-left {
    flex: 1;
    min-width: 0;
}

.balance-records-dashboard .record-label {
    margin-bottom: 0.2rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
}

.balance-records-dashboard .record-timestamp {
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.48);
}

.balance-records-dashboard .record-right {
    flex-shrink: 0;
    text-align: right;
}

.balance-records-dashboard .record-status {
    display: inline-block;
    margin-bottom: 0.28rem;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.balance-records-dashboard .record-status.success {
    background: rgba(38, 161, 123, 0.18);
    color: #7ddeb8;
    border: 1px solid rgba(38, 161, 123, 0.28);
}

.balance-records-dashboard .record-status.pending {
    background: rgba(212, 175, 55, 0.14);
    color: #e8c872;
    border: 1px solid rgba(212, 175, 55, 0.28);
}

.balance-records-dashboard .record-status.failed {
    background: rgba(214, 48, 49, 0.14);
    color: #ff8f8f;
    border: 1px solid rgba(214, 48, 49, 0.28);
}

.balance-records-dashboard .record-amount {
    font-size: 0.95rem;
    font-weight: 800;
}

.balance-records-dashboard .record-amount.success {
    color: #e8c872;
}

.balance-records-dashboard .record-amount.pending {
    color: rgba(255, 255, 255, 0.82);
}

.balance-records-dashboard .record-amount.failed {
    color: #ff8f8f;
}

.balance-records-dashboard .balance-records-loading,
.balance-records-dashboard .balance-records-empty {
    padding: 2.5rem 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
}

.balance-records-dashboard .balance-records-loading p,
.balance-records-dashboard .balance-records-empty {
    margin: 0;
    font-size: 0.9rem;
}

.balance-records-dashboard .balance-records-spinner {
    width: 38px;
    height: 38px;
    margin: 0 auto 0.85rem;
    border: 3px solid rgba(255, 255, 255, 0.08);
    border-top-color: #d4af37;
    border-radius: 50%;
    animation: notification-spin 0.9s linear infinite;
}

@media (max-width: 480px) {
    .balance-records-dashboard .balance-records-title {
        font-size: 1.15rem;
    }

    .balance-records-dashboard .balance-records-balance-value {
        font-size: 1.5rem;
    }

    .balance-records-dashboard .record-item {
        padding: 0.85rem 0.9rem;
    }
}

/* ============================================
   Deposit Records Dashboard — FinTech v3.6.0
   ============================================ */

.deposit-records-dashboard {
    padding-bottom: 1rem;
}

.deposit-records-dashboard .deposit-records-header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0.5rem 1rem 1rem;
    padding: 0.85rem 1rem;
}

.deposit-records-dashboard .deposit-records-header .back-button {
    padding: 0;
}

.deposit-records-dashboard .deposit-records-title {
    margin: 0;
    flex: 1;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.deposit-records-dashboard .deposit-records-container {
    padding: 0 1rem;
}

.deposit-records-dashboard .deposit-records-summary-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    padding: 1.25rem 1.1rem;
    background: linear-gradient(165deg, #1a2238 0%, #141c2e 45%, #0f1524 100%);
    border: 1px solid rgba(197, 160, 89, 0.55);
    border-radius: 18px;
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 215, 0, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.deposit-records-dashboard .deposit-records-summary-card::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 17px;
    border: 1px solid rgba(255, 215, 0, 0.08);
    pointer-events: none;
    z-index: 1;
}

.deposit-records-dashboard .deposit-records-summary-label {
    position: relative;
    z-index: 2;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.deposit-records-dashboard .deposit-records-summary-value {
    position: relative;
    z-index: 2;
    font-size: 1.75rem;
    font-weight: 800;
    color: #e8c872;
    line-height: 1.1;
    text-shadow:
        0 1px 0 rgba(255, 235, 180, 0.35),
        0 3px 12px rgba(197, 160, 89, 0.28);
}

.deposit-records-dashboard .deposit-records-list {
    border-radius: 16px;
    border: 1px solid rgba(180, 180, 180, 0.12);
    background: linear-gradient(145deg, #2c3131 0%, #222626 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -3px 8px rgba(0, 0, 0, 0.28),
        0 6px 16px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.deposit-records-dashboard .record-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.deposit-records-dashboard .record-item:last-child {
    border-bottom: none;
}

.deposit-records-dashboard .record-left {
    flex: 1;
    min-width: 0;
}

.deposit-records-dashboard .record-label {
    margin-bottom: 0.2rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
}

.deposit-records-dashboard .record-timestamp {
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.48);
}

.deposit-records-dashboard .record-right {
    flex-shrink: 0;
    text-align: right;
}

.deposit-records-dashboard .record-status {
    display: inline-block;
    margin-bottom: 0.28rem;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.deposit-records-dashboard .record-status.success {
    background: rgba(38, 161, 123, 0.18);
    color: #7ddeb8;
    border: 1px solid rgba(38, 161, 123, 0.28);
}

.deposit-records-dashboard .record-status.pending {
    background: rgba(212, 175, 55, 0.14);
    color: #e8c872;
    border: 1px solid rgba(212, 175, 55, 0.28);
}

.deposit-records-dashboard .record-status.failed {
    background: rgba(214, 48, 49, 0.14);
    color: #ff8f8f;
    border: 1px solid rgba(214, 48, 49, 0.28);
}

.deposit-records-dashboard .record-amount {
    font-size: 0.95rem;
    font-weight: 800;
}

.deposit-records-dashboard .record-amount.success {
    color: #e8c872;
}

.deposit-records-dashboard .record-amount.pending {
    color: rgba(255, 255, 255, 0.82);
}

.deposit-records-dashboard .record-amount.failed {
    color: #ff8f8f;
}

.deposit-records-dashboard .deposit-records-loading,
.deposit-records-dashboard .deposit-records-empty {
    padding: 2.5rem 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
}

.deposit-records-dashboard .deposit-records-loading p,
.deposit-records-dashboard .deposit-records-empty {
    margin: 0;
    font-size: 0.9rem;
}

.deposit-records-dashboard .deposit-records-spinner {
    width: 38px;
    height: 38px;
    margin: 0 auto 0.85rem;
    border: 3px solid rgba(255, 255, 255, 0.08);
    border-top-color: #d4af37;
    border-radius: 50%;
    animation: notification-spin 0.9s linear infinite;
}

@media (max-width: 480px) {
    .deposit-records-dashboard .deposit-records-title {
        font-size: 1.15rem;
    }

    .deposit-records-dashboard .deposit-records-summary-value {
        font-size: 1.5rem;
    }

    .deposit-records-dashboard .record-item {
        padding: 0.85rem 0.9rem;
    }
}

/* ============================================
   Withdraw Records Dashboard — FinTech v3.6.0
   ============================================ */

.withdraw-records-dashboard {
    padding-bottom: 1rem;
}

.withdraw-records-dashboard .withdraw-records-header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0.5rem 1rem 1rem;
    padding: 0.85rem 1rem;
}

.withdraw-records-dashboard .withdraw-records-header .back-button {
    padding: 0;
}

.withdraw-records-dashboard .withdraw-records-title {
    margin: 0;
    flex: 1;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.withdraw-records-dashboard .withdraw-records-container {
    padding: 0 1rem;
}

.withdraw-records-dashboard .withdraw-records-summary-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    padding: 1.25rem 1.1rem;
    background: linear-gradient(165deg, #1a2238 0%, #141c2e 45%, #0f1524 100%);
    border: 1px solid rgba(197, 160, 89, 0.55);
    border-radius: 18px;
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 215, 0, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.withdraw-records-dashboard .withdraw-records-summary-card::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 17px;
    border: 1px solid rgba(255, 215, 0, 0.08);
    pointer-events: none;
    z-index: 1;
}

.withdraw-records-dashboard .withdraw-records-summary-label {
    position: relative;
    z-index: 2;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.withdraw-records-dashboard .withdraw-records-summary-value {
    position: relative;
    z-index: 2;
    font-size: 1.75rem;
    font-weight: 800;
    color: #e8c872;
    line-height: 1.1;
    text-shadow:
        0 1px 0 rgba(255, 235, 180, 0.35),
        0 3px 12px rgba(197, 160, 89, 0.28);
}

.withdraw-records-dashboard .withdraw-records-list {
    border-radius: 16px;
    border: 1px solid rgba(180, 180, 180, 0.12);
    background: linear-gradient(145deg, #2c3131 0%, #222626 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -3px 8px rgba(0, 0, 0, 0.28),
        0 6px 16px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.withdraw-records-dashboard .record-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.withdraw-records-dashboard .record-item:last-child {
    border-bottom: none;
}

.withdraw-records-dashboard .record-left {
    flex: 1;
    min-width: 0;
}

.withdraw-records-dashboard .record-label {
    margin-bottom: 0.2rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
}

.withdraw-records-dashboard .record-timestamp {
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.48);
}

.withdraw-records-dashboard .record-right {
    flex-shrink: 0;
    text-align: right;
}

.withdraw-records-dashboard .record-status {
    display: inline-block;
    margin-bottom: 0.28rem;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.withdraw-records-dashboard .record-status.success {
    background: rgba(38, 161, 123, 0.18);
    color: #7ddeb8;
    border: 1px solid rgba(38, 161, 123, 0.28);
}

.withdraw-records-dashboard .record-status.pending {
    background: rgba(212, 175, 55, 0.14);
    color: #e8c872;
    border: 1px solid rgba(212, 175, 55, 0.28);
}

.withdraw-records-dashboard .record-status.failed {
    background: rgba(214, 48, 49, 0.14);
    color: #ff8f8f;
    border: 1px solid rgba(214, 48, 49, 0.28);
}

.withdraw-records-dashboard .record-amount {
    font-size: 0.95rem;
    font-weight: 800;
}

.withdraw-records-dashboard .record-amount.success {
    color: #e8c872;
}

.withdraw-records-dashboard .record-amount.pending {
    color: rgba(255, 255, 255, 0.82);
}

.withdraw-records-dashboard .record-amount.failed {
    color: #ff8f8f;
}

.withdraw-records-dashboard .withdraw-records-loading,
.withdraw-records-dashboard .withdraw-records-empty {
    padding: 2.5rem 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
}

.withdraw-records-dashboard .withdraw-records-loading p,
.withdraw-records-dashboard .withdraw-records-empty {
    margin: 0;
    font-size: 0.9rem;
}

.withdraw-records-dashboard .withdraw-records-spinner {
    width: 38px;
    height: 38px;
    margin: 0 auto 0.85rem;
    border: 3px solid rgba(255, 255, 255, 0.08);
    border-top-color: #d4af37;
    border-radius: 50%;
    animation: notification-spin 0.9s linear infinite;
}

@media (max-width: 480px) {
    .withdraw-records-dashboard .withdraw-records-title {
        font-size: 1.15rem;
    }

    .withdraw-records-dashboard .withdraw-records-summary-value {
        font-size: 1.5rem;
    }

    .withdraw-records-dashboard .record-item {
        padding: 0.85rem 0.9rem;
    }
}

/* ============================================
   Settings Dashboard — FinTech v3.6.0
   ============================================ */

.settings-dashboard {
    padding-bottom: 1.5rem;
}

.settings-dashboard .settings-header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0.5rem 1rem 1rem;
    padding: 0.85rem 1rem;
}

.settings-dashboard .settings-header .back-button {
    padding: 0;
}

.settings-dashboard .settings-title {
    margin: 0;
    flex: 1;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.settings-dashboard .settings-container {
    padding: 0 1rem;
}

.settings-dashboard .settings-card {
    border-radius: 16px;
    border: 1px solid rgba(180, 180, 180, 0.12);
    background: linear-gradient(145deg, #2c3131 0%, #222626 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -3px 8px rgba(0, 0, 0, 0.28),
        0 6px 16px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.settings-dashboard .settings-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease;
}

.settings-dashboard .settings-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.settings-dashboard .settings-item-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(145deg, #f0f0f0 0%, #c8c8c8 25%, #e8e8e8 50%, #a0a0a0 75%, #d0d0d0 100%);
    color: #3a3a3a;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.65),
        inset 0 -3px 6px rgba(0, 0, 0, 0.25);
}

.settings-dashboard .settings-item-icon i {
    font-size: 1rem;
}

.settings-dashboard .settings-label {
    flex: 1;
    font-size: 0.92rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.settings-dashboard .settings-item-arrow {
    font-size: 0.82rem;
    color: rgba(212, 175, 55, 0.65);
}

.settings-dashboard .settings-divider {
    height: 1px;
    margin: 0 1rem;
    background: rgba(255, 255, 255, 0.06);
}

.settings-dashboard .settings-logout-section {
    padding: 1.5rem 1rem 0.5rem;
}

.settings-dashboard .settings-logout-btn {
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(214, 48, 49, 0.35);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 107, 107, 0.22) 0%, rgba(214, 48, 49, 0.16) 100%);
    color: #ffb3b3;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 6px 16px rgba(214, 48, 49, 0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.settings-dashboard .settings-logout-btn:hover {
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 8px 20px rgba(214, 48, 49, 0.2);
}

@media (max-width: 480px) {
    .settings-dashboard .settings-title {
        font-size: 1.2rem;
    }

    .settings-dashboard .settings-item {
        padding: 0.9rem 0.85rem;
    }

    .settings-dashboard .settings-item-icon {
        width: 38px;
        height: 38px;
    }
}

/* ============================================
   Reset Login Dashboard — FinTech v3.6.0
   ============================================ */

.reset-login-dashboard {
    padding-bottom: 1.5rem;
}

.reset-login-dashboard .reset-login-header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0.5rem 1rem 1rem;
    padding: 0.85rem 1rem;
}

.reset-login-dashboard .reset-login-header .back-button {
    padding: 0;
}

.reset-login-dashboard .reset-login-title {
    margin: 0;
    flex: 1;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.reset-login-dashboard .reset-login-container {
    padding: 0 1rem;
}

.reset-login-dashboard .reset-login-card {
    position: relative;
    overflow: hidden;
    padding: 1.35rem 1.15rem 1.2rem;
    border-radius: 18px;
    background: linear-gradient(165deg, rgba(38, 38, 42, 0.92) 0%, rgba(24, 24, 28, 0.95) 100%);
    border: 1px solid rgba(180, 180, 180, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -2px 8px rgba(0, 0, 0, 0.35),
        0 14px 40px rgba(0, 0, 0, 0.45);
}

.reset-login-dashboard .reset-login-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 120' preserveAspectRatio='none'%3E%3Cpolyline points='0%2C90 40%2C70 80%2C75 120%2C50 160%2C55 200%2C35 240%2C45 280%2C25 320%2C30' fill='none' stroke='rgba(255%2C255%2C255%2C0.05)' stroke-width='1.5'/%3E%3Cpolyline points='0%2C100 40%2C85 80%2C88 120%2C68 160%2C72 200%2C55 240%2C62 280%2C48 320%2C52' fill='none' stroke='rgba(255%2C255%2C255%2C0.03)' stroke-width='1'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: bottom right;
    opacity: 0.85;
    pointer-events: none;
}

.reset-login-dashboard .reset-login-icon-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.reset-login-dashboard .reset-login-icon {
    width: 72px;
    height: 72px;
    padding: 3px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #f0f0f0 0%, #b8b8b8 35%, #e2e2e2 65%, #909090 100%);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.65),
        inset 0 -3px 6px rgba(0, 0, 0, 0.28),
        0 6px 16px rgba(0, 0, 0, 0.4);
}

.reset-login-dashboard .reset-login-icon i {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #141418;
    border: 1.5px solid rgba(212, 175, 55, 0.55);
    color: #d8d8d8;
    font-size: 1.45rem;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.45);
}

.reset-login-dashboard .reset-login-card-title {
    position: relative;
    z-index: 2;
    margin: 0 0 0.45rem;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.55rem;
    font-weight: 700;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.reset-login-dashboard .reset-login-card-note {
    position: relative;
    z-index: 2;
    margin: 0 0 1.15rem;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.55);
}

.reset-login-dashboard .reset-form {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}

.reset-login-dashboard .reset-field {
    margin: 0;
}

.reset-login-dashboard .reset-label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.72rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.02em;
}

.reset-login-dashboard .reset-input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.8rem 0.9rem;
    border-radius: 12px;
    border: 1px solid transparent;
    background:
        linear-gradient(#141418, #141418) padding-box,
        linear-gradient(135deg, rgba(212, 175, 55, 0.75) 0%, rgba(192, 192, 192, 0.55) 50%, rgba(212, 175, 55, 0.7) 100%) border-box;
    color: #ffffff;
    font-size: 0.88rem;
    outline: none;
    transition: box-shadow 0.2s ease;
}

.reset-login-dashboard .reset-input::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.reset-login-dashboard .reset-input:focus {
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.18);
    background: #141418;
}

.reset-login-dashboard .reset-btn {
    width: 100%;
    margin-top: 0.35rem;
    padding: 0.9rem 1rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(180deg, #3ecf9a 0%, #26a17b 55%, #1d7f61 100%);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 8px 18px rgba(38, 161, 123, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reset-login-dashboard .reset-btn:hover {
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        0 10px 22px rgba(38, 161, 123, 0.34);
}

.reset-login-dashboard .reset-message {
    position: relative;
    z-index: 2;
    margin-top: 0.85rem;
    padding: 0.75rem 0.9rem;
    border-radius: 12px;
    font-size: 0.82rem;
    font-weight: 600;
    text-align: center;
}

.reset-login-dashboard .reset-message.success,
.reset-login-dashboard .message.success {
    background: rgba(38, 161, 123, 0.12);
    border: 1px solid rgba(38, 161, 123, 0.28);
    color: #7ddeb8;
}

.reset-login-dashboard .reset-message.error,
.reset-login-dashboard .message.error {
    background: rgba(214, 48, 49, 0.12);
    border: 1px solid rgba(214, 48, 49, 0.28);
    color: #ff9f9f;
}

@media (max-width: 480px) {
    .reset-login-dashboard .reset-login-title {
        font-size: 1.1rem;
    }

    .reset-login-dashboard .reset-login-card {
        padding: 1.15rem 0.95rem 1rem;
    }

    .reset-login-dashboard .reset-login-icon {
        width: 64px;
        height: 64px;
    }

    .reset-login-dashboard .reset-login-icon i {
        font-size: 1.25rem;
    }
}

/* ============================================
   Personal Info Dashboard — FinTech v3.6.0
   ============================================ */

.personal-info-dashboard {
    padding-bottom: 1.5rem;
}

.personal-info-dashboard .personal-info-header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0.5rem 1rem 1rem;
    padding: 0.85rem 1rem;
}

.personal-info-dashboard .personal-info-header .back-button {
    padding: 0;
}

.personal-info-dashboard .personal-info-title {
    margin: 0;
    flex: 1;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.personal-info-dashboard .personal-info-container {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.personal-info-dashboard .personal-info-hero {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.15rem 1rem;
    border-radius: 16px;
    border: 1px solid rgba(180, 180, 180, 0.14);
    background: linear-gradient(145deg, #2c3131 0%, #222626 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -3px 8px rgba(0, 0, 0, 0.28),
        0 6px 16px rgba(0, 0, 0, 0.22);
}

.personal-info-dashboard .personal-info-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(145deg, #f0f0f0 0%, #c8c8c8 25%, #e8e8e8 50%, #a0a0a0 75%, #d0d0d0 100%);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.65),
        inset 0 -3px 6px rgba(0, 0, 0, 0.25);
}

.personal-info-dashboard .personal-info-avatar i {
    color: #3a3a3a;
    font-size: 1.6rem;
}

.personal-info-dashboard .personal-info-hero-text {
    flex: 1;
    min-width: 0;
}

.personal-info-dashboard .personal-info-nickname {
    margin: 0 0 0.2rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.personal-info-dashboard .personal-info-account {
    margin: 0 0 0.55rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.58);
}

.personal-info-dashboard .personal-info-level-badge {
    display: inline-block;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.18) 0%, rgba(168, 132, 58, 0.12) 100%);
    color: #e8d08a;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.personal-info-dashboard .personal-info-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(180, 180, 180, 0.12);
    background: linear-gradient(165deg, rgba(38, 38, 42, 0.92) 0%, rgba(24, 24, 28, 0.95) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -2px 8px rgba(0, 0, 0, 0.35),
        0 14px 40px rgba(0, 0, 0, 0.45);
}

.personal-info-dashboard .personal-info-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 120' preserveAspectRatio='none'%3E%3Cpolyline points='0%2C90 40%2C70 80%2C75 120%2C50 160%2C55 200%2C35 240%2C45 280%2C25 320%2C30' fill='none' stroke='rgba(255%2C255%2C255%2C0.05)' stroke-width='1.5'/%3E%3Cpolyline points='0%2C100 40%2C85 80%2C88 120%2C68 160%2C72 200%2C55 240%2C62 280%2C48 320%2C52' fill='none' stroke='rgba(255%2C255%2C255%2C0.03)' stroke-width='1'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: bottom right;
    opacity: 0.85;
    pointer-events: none;
}

.personal-info-dashboard .personal-info-row {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.95rem 1rem;
}

.personal-info-dashboard .personal-info-row-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(145deg, #f0f0f0 0%, #c8c8c8 25%, #e8e8e8 50%, #a0a0a0 75%, #d0d0d0 100%);
    color: #3a3a3a;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.65),
        inset 0 -3px 6px rgba(0, 0, 0, 0.25);
}

.personal-info-dashboard .personal-info-row-icon i {
    font-size: 0.9rem;
}

.personal-info-dashboard .personal-info-row-content {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.personal-info-dashboard .personal-info-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.72);
}

.personal-info-dashboard .personal-info-value {
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.personal-info-dashboard .personal-info-value-highlight {
    color: #e8d08a;
}

.personal-info-dashboard .personal-info-value-code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    letter-spacing: 0.06em;
    color: #7ddeb8;
}

.personal-info-dashboard .personal-info-divider {
    position: relative;
    z-index: 2;
    height: 1px;
    margin: 0 1rem;
    background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 480px) {
    .personal-info-dashboard .personal-info-title {
        font-size: 1.1rem;
    }

    .personal-info-dashboard .personal-info-hero {
        padding: 1rem 0.9rem;
    }

    .personal-info-dashboard .personal-info-avatar {
        width: 56px;
        height: 56px;
    }

    .personal-info-dashboard .personal-info-avatar i {
        font-size: 1.35rem;
    }

    .personal-info-dashboard .personal-info-nickname {
        font-size: 1.05rem;
    }

    .personal-info-dashboard .personal-info-row {
        padding: 0.85rem 0.9rem;
    }

    .personal-info-dashboard .personal-info-row-icon {
        width: 34px;
        height: 34px;
    }
}

/* Cache busting - updated 1767736531 */

/* ============================================
   Shared Dialog / Alert System — FinTech v3.6.0
   ============================================ */

@keyframes lxDialogIn {
    from {
        opacity: 0;
        transform: translateY(-12px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.lx-dialog {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.lx-dialog--open {
    display: flex;
}

.lx-dialog__overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 7, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.lx-dialog__panel {
    position: relative;
    width: 100%;
    max-width: 380px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 1.75rem 1.35rem 1.35rem;
    border-radius: 18px;
    border: 1px solid rgba(212, 175, 55, 0.28);
    background: linear-gradient(165deg, #252a2a 0%, #1a1c1c 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 42px rgba(0, 0, 0, 0.45);
    text-align: center;
    animation: lxDialogIn 0.28s ease-out;
}

.lx-dialog__panel--danger {
    border-color: rgba(214, 48, 49, 0.28);
}

.lx-dialog__close {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.lx-dialog__close:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.lx-dialog__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
}

.lx-dialog__icon--success {
    background: linear-gradient(180deg, #3ecf9a 0%, #26a17b 55%, #1d7f61 100%);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.25),
        0 8px 20px rgba(38, 161, 123, 0.35);
}

.lx-dialog__icon--error {
    background: linear-gradient(180deg, #ff7b7b 0%, #d63031 55%, #b02525 100%);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.25),
        0 8px 20px rgba(214, 48, 49, 0.35);
}

.lx-dialog__icon--warning {
    background: linear-gradient(180deg, #f0c75e 0%, #d4af37 55%, #a8843a 100%);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.25),
        0 8px 20px rgba(212, 175, 55, 0.35);
    color: #1a1c1c;
}

.lx-dialog__icon--info {
    background: linear-gradient(180deg, #6eb5ff 0%, #3d8bfd 55%, #2a6fd6 100%);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.25),
        0 8px 20px rgba(61, 139, 253, 0.35);
}

.lx-dialog__icon--support {
    background: linear-gradient(145deg, #f0f0f0 0%, #c8c8c8 25%, #e8e8e8 50%, #a0a0a0 75%, #d0d0d0 100%);
    color: #3a3a3a;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.65),
        inset 0 -3px 6px rgba(0, 0, 0, 0.25);
}

.lx-dialog__title {
    margin: 0 0 0.65rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.55rem;
    font-weight: 700;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lx-dialog__message {
    margin: 0 0 1.15rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
    white-space: pre-line;
}

.lx-dialog__message strong {
    color: #e8d08a;
    font-weight: 700;
}

.lx-dialog__body {
    text-align: left;
}

.invest-details-dialog {
    width: 100%;
    text-align: left;
}

.invest-details-dialog__meta {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 1rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.invest-details-dialog__row,
.invest-details-dialog__rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
}

.invest-details-dialog__row strong,
.invest-details-dialog__rate strong {
    color: #e8c872;
    font-weight: 700;
}

.invest-details-dialog__rates {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.lx-dialog__list {
    margin: 0 0 1rem;
    padding-left: 1.25rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.9rem;
    line-height: 1.8;
}

.lx-dialog__note {
    margin: 0 0 1rem;
    padding: 0.8rem 0.9rem;
    border-radius: 12px;
    border: 1px solid rgba(38, 161, 123, 0.22);
    background: rgba(38, 161, 123, 0.1);
    font-size: 0.8rem;
    line-height: 1.45;
    color: rgba(130, 220, 185, 0.92);
    text-align: left;
}

.lx-dialog__actions {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

.lx-dialog__actions--stack {
    flex-direction: column;
}

.lx-dialog__btn {
    flex: 1;
    padding: 0.9rem 1rem;
    border: none;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lx-dialog__btn:hover {
    transform: translateY(-1px);
}

.lx-dialog__btn--primary {
    background: linear-gradient(180deg, #3ecf9a 0%, #26a17b 55%, #1d7f61 100%);
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 8px 18px rgba(38, 161, 123, 0.28);
}

.lx-dialog__btn--secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.88);
}

.lx-dialog__btn--danger {
    background: linear-gradient(180deg, #ff7b7b 0%, #d63031 55%, #b02525 100%);
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 8px 18px rgba(214, 48, 49, 0.28);
}

/* Level Up Dialog — FinTech v3.6.0 */
.level-up-dialog {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    display: none !important;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.level-up-dialog[style*="flex"] {
    display: flex !important;
}

.level-up-dialog-overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 7, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.level-up-dialog-content {
    position: relative;
    width: 100%;
    max-width: 380px;
    padding: 1.75rem 1.35rem 1.35rem;
    border-radius: 18px;
    border: 1px solid rgba(212, 175, 55, 0.28);
    background: linear-gradient(165deg, #252a2a 0%, #1a1c1c 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 42px rgba(0, 0, 0, 0.45);
    text-align: center;
    animation: lxDialogIn 0.28s ease-out;
}

.level-up-dialog-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #1a1c1c;
    background: linear-gradient(180deg, #f0c75e 0%, #d4af37 55%, #a8843a 100%);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.35),
        0 8px 20px rgba(212, 175, 55, 0.35);
    animation: lxTrophyBounce 0.6s ease;
}

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

.level-up-dialog-title {
    margin: 0 0 0.65rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.55rem;
    font-weight: 700;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.level-up-dialog-message {
    margin: 0 0 1.15rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

.level-up-dialog-message strong {
    color: #e8d08a;
    font-weight: 700;
}

.level-up-dialog-btn {
    width: 100%;
    padding: 0.9rem 1rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(180deg, #3ecf9a 0%, #26a17b 55%, #1d7f61 100%);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 8px 18px rgba(38, 161, 123, 0.28);
    transition: transform 0.2s ease;
}

.level-up-dialog-btn:hover {
    transform: translateY(-1px);
}

/* Withdraw Crypto Success Overlay — FinTech v3.6.0 */
.withdraw-success-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(5, 5, 7, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.withdraw-success-overlay.active {
    opacity: 1;
    visibility: visible;
}

.withdraw-success-card {
    width: 100%;
    max-width: 360px;
    text-align: center;
    padding: 1.75rem 1.35rem 1.35rem;
    border-radius: 18px;
    border: 1px solid rgba(212, 175, 55, 0.28);
    background: linear-gradient(165deg, #252a2a 0%, #1a1c1c 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 42px rgba(0, 0, 0, 0.45);
    transform: translateY(12px) scale(0.97);
    transition: transform 0.28s ease-out;
}

.withdraw-success-overlay.active .withdraw-success-card {
    transform: translateY(0) scale(1);
}

.withdraw-success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(38, 161, 123, 0.12);
}

.withdraw-success-icon svg {
    width: 56px;
    height: 56px;
}

.withdraw-success-icon .ws-circle {
    stroke: #26a17b;
    stroke-width: 3;
    stroke-dasharray: 151;
    stroke-dashoffset: 151;
    animation: wsCircle 0.6s ease forwards;
}

.withdraw-success-icon .ws-check {
    stroke: #26a17b;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    animation: wsCheck 0.4s ease 0.5s forwards;
}

@keyframes wsCircle {
    to { stroke-dashoffset: 0; }
}

@keyframes wsCheck {
    to { stroke-dashoffset: 0; }
}

.withdraw-success-title {
    margin: 0 0 0.65rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.35rem;
    font-weight: 700;
    background: linear-gradient(180deg, #f4e4b8 0%, #d4af37 42%, #a8843a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.withdraw-success-text {
    margin: 0 0 1.15rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
}

.withdraw-success-progress {
    height: 4px;
    width: 100%;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.withdraw-success-progress span {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #26a17b, #53c19a);
    transform: scaleX(0);
    transform-origin: left;
}

.withdraw-success-overlay.active .withdraw-success-progress span {
    animation: wsProgress 5s linear forwards;
}

@keyframes wsProgress {
    to { transform: scaleX(1); }
}

/* Cache busting - updated 1767736531 */
