        body.dashboard-body {
            background-color: #f7f9fa;
            color: #000000;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            justify-content: flex-start;
            min-height: 100vh;
            font-family: 'Outfit', sans-serif;
            overflow-x: hidden;
        }
        .header-nav {
            background-color: #000000;
            color: #ffffff;
            height: 64px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 24px;
            position: sticky;
            top: 0;
            z-index: 100;
            border-bottom: 1px solid #1a1a1a;
        }
        .header-left {
            display: flex;
            align-items: center;
            gap: 24px;
        }
        .header-logo-wrapper {
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            color: #ffffff;
        }
        .header-logo-mark {
            width: 30px;
            height: 30px;
        }
        .header-weex-text {
            font-size: 20px;
            font-weight: 800;
            letter-spacing: 0.5px;
            color: #F3C236;
        }
        .nav-links {
            display: flex;
            align-items: center;
            gap: 16px;
            list-style: none;
        }
        .nav-link-item > a {
            color: #b5b5b5;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 4px;
            transition: color 0.2s ease;
        }
        .nav-link-item > a:hover {
            color: #ffffff;
        }
        .nav-link-item .badge-yellow {
            background-color: #F3C236;
            color: #000000;
            font-size: 9px;
            font-weight: 700;
            padding: 1px 4px;
            border-radius: 4px;
            margin-left: 2px;
        }
        .nav-promo-btn {
            background-color: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: #ffffff;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 6px;
            text-decoration: none;
            transition: all 0.2s ease;
        }
        .nav-promo-btn:hover {
            background-color: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.2);
        }
        .header-right {
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .search-btn {
            background: none;
            border: none;
            color: #b5b5b5;
            cursor: pointer;
            display: flex;
            align-items: center;
            transition: color 0.2s ease;
        }
        .search-btn:hover {
            color: #ffffff;
        }
        .deposit-btn {
            background-color: #ffffff;
            color: #000000;
            border: none;
            padding: 8px 18px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.2s ease;
            text-decoration: none;
        }
        .deposit-btn:hover {
            background-color: #e6e6e6;
        }
        .header-icon-link {
            color: #b5b5b5;
            display: flex;
            align-items: center;
            transition: color 0.2s ease;
            text-decoration: none;
        }
        .header-icon-link:hover {
            color: #ffffff;
        }
        .header-icon-link svg, .search-btn svg, #hamburgerBtn svg {
            pointer-events: none;
        }
        .dashboard-container {
            display: flex;
            flex: 1;
            width: 100%;
        }
        .sidebar {
            width: 250px;
            background-color: #ffffff;
            border-right: 1px solid #eef1f2;
            padding: 24px 16px;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .sidebar-close-row {
            display: none;
        }
        .sidebar-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 16px;
            color: #4a4a4a;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            border-radius: 10px;
            transition: all 0.2s ease;
        }
        .sidebar-item:hover {
            background-color: #f5f7f8;
            color: #000000;
        }
        .sidebar-item.active {
            background-color: #f0f2f5;
            color: #000000;
            font-weight: 600;
        }
        .sidebar-icon {
            width: 18px;
            height: 18px;
            opacity: 0.8;
        }
        .sidebar-item.active .sidebar-icon {
            opacity: 1;
        }
        .workspace {
            flex: 1;
            padding: 40px;
            background-color: #f7f9fa;
            display: flex;
            flex-direction: column;
            gap: 32px;
            max-width: 1200px;
        }
        .profile-section {
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .profile-avatar {
            width: 56px;
            height: 56px;
            background-color: #e5e8eb;
            color: #000000;
            font-size: 18px;
            font-weight: 700;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .profile-details {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }
        .profile-email-wrapper {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .profile-email {
            font-size: 18px;
            font-weight: 700;
            color: #000000;
        }
        .edit-pencil-btn {
            background: none;
            border: none;
            color: #888888;
            cursor: pointer;
            display: flex;
            align-items: center;
            transition: color 0.2s ease;
            padding: 2px;
        }
        .edit-pencil-btn:hover {
            color: #000000;
        }
        .profile-uid-wrapper {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .profile-uid {
            font-size: 13px;
            color: #7a7a7a;
            font-weight: 500;
        }
        .unverified-badge {
            display: flex;
            align-items: center;
            gap: 4px;
            background-color: #f0f2f5;
            color: #888888;
            padding: 4px 8px;
            border-radius: 6px;
            font-size: 11px;
            font-weight: 600;
        }
        .unverified-icon {
            width: 12px;
            height: 12px;
        }
        .quick-start-section {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        .quick-start-title {
            font-size: 20px;
            font-weight: 700;
            color: #000000;
        }
        .stepper-container {
            display: flex;
            align-items: center;
            width: 100%;
            margin-bottom: 10px;
        }
        .step-circle {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: 700;
            z-index: 2;
        }
        .step-circle.active {
            background-color: #000000;
            color: #ffffff;
        }
        .step-circle.inactive {
            background-color: #ffffff;
            color: #000000;
            border: 1.5px solid #dcdcdc;
        }
        .step-line {
            flex: 1;
            height: 1px;
            background-color: #e0e0e0;
            margin: 0 12px;
        }
        .steps-grid {
            display: grid;
            grid-template-columns: 1.2fr 0.9fr 0.9fr;
            gap: 20px;
        }
        .step-card {
            background-color: #ffffff;
            border-radius: 16px;
            padding: 24px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 250px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.02);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }
        .step-card.active-card {
            border: 1.5px solid #000000;
        }
        .step-card.pending-card {
            border: 1.5px solid #eef1f2;
        }
        .card-content-left {
            max-width: 60%;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .card-main-title {
            font-size: 20px;
            font-weight: 700;
            color: #000000;
            line-height: 1.3;
        }
        .card-subtitle {
            font-size: 13px;
            color: #666666;
            line-height: 1.4;
        }
        .card-illustration {
            position: absolute;
            right: 12px;
            bottom: 24px;
            width: 140px;
            height: 140px;
            object-fit: contain;
        }
        .card-action-btn {
            background-color: #1a1a1a;
            color: #ffffff;
            border: none;
            padding: 12px 24px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            width: fit-content;
            margin-top: 24px;
            transition: background-color 0.2s ease;
            text-align: center;
            text-decoration: none;
        }
        .card-action-btn:hover {
            background-color: #000000;
        }
        .pending-title {
            font-size: 18px;
            font-weight: 700;
            color: #000000;
        }
        .pending-status {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 12px;
            color: #888888;
            font-weight: 500;
            margin-top: auto;
        }
        .status-icon {
            width: 14px;
            height: 14px;
        }
        .bottom-panel {
            background-color: #ffffff;
            border: 1px solid #eef1f2;
            border-radius: 12px;
            padding: 18px 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            transition: background-color 0.2s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.01);
        }
        .bottom-panel:hover {
            background-color: #fafbfc;
        }
        .bottom-panel-left {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 14px;
            font-weight: 600;
            color: #000000;
        }
        .chevron-right-icon {
            width: 16px;
            height: 16px;
            color: #888888;
        }
        @media (max-width: 992px) {
            .steps-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: fixed;
                top: 0;
                left: 0;
                width: 280px;
                height: 100vh;
                z-index: 1001;
                background-color: #ffffff;
                box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
                transform: translateX(-100%);
                transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
                padding: 32px 20px;
                display: flex;
            }
            .sidebar.open {
                transform: translateX(0);
            }
            .sidebar-close-row {
                display: flex;
                justify-content: flex-end;
                margin-bottom: 20px;
                width: 100%;
            }
            .sidebar-close-btn {
                background-color: rgba(0, 0, 0, 0.04);
                border: none;
                width: 32px;
                height: 32px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                color: #000000;
            }
            .workspace {
                padding: 24px 16px;
            }
            .nav-links, .nav-promo-btn {
                display: none !important; 
            }
            #hamburgerBtn {
                display: flex !important;
            }
            .header-weex-text {
                display: none !important;
            }
            .header-right {
                gap: 12px;
            }
            .wallet-dropdown-card, .profile-dropdown-card {
                right: -20px !important;
                left: auto !important;
                width: 320px !important;
                max-width: 90vw !important;
                top: 60px !important;
            }
            .wallet-dropdown-card.active, .profile-dropdown-card.active {
                opacity: 1 !important;
                visibility: visible !important;
                transform: translateY(0) !important;
            }
        }
        #hamburgerBtn {
            display: none;
        }
        .drawer-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(4px);
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }
        .drawer-overlay.open {
            opacity: 1;
            visibility: visible;
        }
        .drawer {
            position: fixed;
            top: 0;
            right: 0;
            width: 420px;
            max-width: 100%;
            height: 100vh;
            background-color: #f7f9fa;
            box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
            z-index: 1001;
            transform: translateX(100%);
            transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            display: flex;
            flex-direction: column;
            padding: 32px 24px;
            overflow-y: auto;
        }
        .drawer.open {
            transform: translateX(0);
        }
        .drawer-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 24px;
        }
        .drawer-title {
            font-size: 22px;
            font-weight: 700;
            color: #000000;
            font-family: inherit;
        }
        .drawer-close-btn {
            background-color: rgba(0, 0, 0, 0.04);
            border: none;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: #000000;
            transition: background-color 0.2s ease, transform 0.2s ease;
        }
        .drawer-close-btn:hover {
            background-color: rgba(0, 0, 0, 0.08);
            transform: scale(1.05);
        }
        .drawer-close-btn svg {
            width: 16px;
            height: 16px;
        }
        .drawer-content {
            display: flex;
            flex-direction: column;
            gap: 20px;
            flex: 1;
        }
        .drawer-option-card {
            background-color: #ffffff;
            border: 1px solid #eef1f2;
            border-radius: 16px;
            padding: 20px;
            display: flex;
            align-items: center;
            gap: 16px;
            cursor: pointer;
            text-decoration: none;
            color: inherit;
            transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
        }
        .drawer-option-card:hover {
            border-color: #d2d6d9;
            transform: translateY(-2px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04);
        }
        .drawer-option-icon-wrapper {
            width: 44px;
            height: 44px;
            background-color: #f0f2f5;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #4a4a4a;
            flex-shrink: 0;
            transition: background-color 0.2s ease, color 0.2s ease;
        }
        .drawer-option-card:hover .drawer-option-icon-wrapper {
            background-color: #1a1a1a;
            color: #ffffff;
        }
        .drawer-option-info {
            display: flex;
            flex-direction: column;
            gap: 4px;
            flex: 1;
        }
        .drawer-option-title-row {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .drawer-option-title {
            font-size: 15px;
            font-weight: 700;
            color: #000000;
        }
        .drawer-option-subtext {
            font-size: 12px;
            color: #7a7a7a;
            line-height: 1.4;
        }
        .drawer-section-title-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 10px;
            margin-bottom: -4px;
        }
        .drawer-section-title {
            font-size: 18px;
            font-weight: 700;
            color: #000000;
        }
        .currency-selector-btn {
            background-color: #ffffff;
            border: 1px solid #eef1f2;
            border-radius: 16px;
            padding: 6px 12px;
            display: flex;
            align-items: center;
            gap: 6px;
            cursor: pointer;
            font-family: inherit;
            font-size: 12px;
            font-weight: 600;
            color: #000000;
            box-shadow: 0 2px 4px rgba(0,0,0,0.01);
            transition: all 0.2s ease;
        }
        .currency-selector-btn:hover {
            border-color: #d2d6d9;
            background-color: #f9fbfb;
        }
        .currency-icon {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background-color: #229ED9;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 9px;
            font-weight: 700;
        }
        .badge-orange {
            background-color: #FFF9E6;
            color: #D97706;
            font-size: 11px;
            font-weight: 600;
            padding: 2px 6px;
            border-radius: 4px;
        }
        .drawer-footer {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-top: 40px;
            color: #888888;
            font-size: 13px;
            font-weight: 500;
        }
        .drawer-footer svg {
            width: 15px;
            height: 15px;
        }
        .chat-widget-btn {
            position: fixed;
            bottom: 24px;
            right: 24px;
            width: 48px;
            height: 48px;
            background-color: #F3C236;
            color: #000000;
            border: none;
            border-radius: 50%;
            box-shadow: 0 4px 16px rgba(243, 194, 54, 0.35);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 1002;
            transition: transform 0.2s ease, background-color 0.2s ease;
        }
        .chat-widget-btn:hover {
            transform: scale(1.08);
            background-color: #ffe083;
        }
        .chat-widget-btn svg {
            width: 20px;
            height: 20px;
        }
        .nav-links {
            display: flex;
            align-items: center;
            gap: 16px;
            list-style: none;
            margin: 0;
            padding: 0;
            height: 64px; 
        }
        .nav-link-item {
            position: relative;
            display: flex;
            align-items: center;
            height: 100%;
        }
        .nav-link-item > a {
            padding: 20px 0;
            color: #b5b5b5;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 4px;
            transition: color 0.2s ease;
        }
        .nav-link-item:hover > a {
            color: #ffffff;
        }
        .nav-dropdown-card {
            position: absolute;
            top: 64px;
            left: 50%;
            transform: translateX(-50%) translateY(10px);
            background-color: #ffffff;
            border: 1px solid #eef1f2;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            opacity: 0;
            visibility: hidden;
            transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
            z-index: 999;
            color: #000000;
            overflow: hidden;
        }
        .nav-link-item:hover .nav-dropdown-card {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(0);
        }
        .dropdown-buy {
            width: 380px;
            padding: 16px;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .dropdown-futures {
            width: 780px;
            display: grid;
            grid-template-columns: 280px 1fr;
        }
        .dropdown-spot {
            width: 480px;
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .dropdown-earn {
            width: 380px;
            padding: 16px;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .dropdown-partner {
            width: 680px;
            display: grid;
            grid-template-columns: 260px 1fr;
        }
        .nav-hover-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 14px 18px;
            border-radius: 12px;
            text-decoration: none;
            color: inherit;
            transition: background-color 0.2s ease, transform 0.1s ease;
        }
        .nav-hover-item:hover {
            background-color: #f7f9fa;
        }
        .nav-hover-icon-box {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background-color: #f0f2f5;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #4a4a4a;
            flex-shrink: 0;
            transition: background-color 0.2s ease, color 0.2s ease;
        }
        .nav-hover-item:hover .nav-hover-icon-box {
            background-color: #000000;
            color: #ffffff;
        }
        .nav-hover-info {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }
        .nav-hover-title-row {
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .nav-hover-title {
            font-size: 14px;
            font-weight: 700;
            color: #000000;
        }
        .nav-hover-sub {
            font-size: 12px;
            color: #7a7a7a;
            line-height: 1.4;
        }
        .futures-menu-left {
            border-right: 1px solid #eef1f2;
            padding: 16px;
            display: flex;
            flex-direction: column;
            gap: 6px;
            background-color: #fafbfc;
        }
        .futures-menu-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 14px;
            border-radius: 10px;
            text-decoration: none;
            color: #4a4a4a;
            transition: all 0.2s ease;
        }
        .futures-menu-item:hover, .futures-menu-item.active {
            background-color: #ffffff;
            color: #000000;
            box-shadow: 0 2px 8px rgba(0,0,0,0.03);
        }
        .futures-menu-text-col {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }
        .futures-menu-title {
            font-size: 13.5px;
            font-weight: 700;
        }
        .futures-menu-sub {
            font-size: 11px;
            color: #888888;
        }
        .futures-menu-arrow {
            font-size: 12px;
            color: #888888;
            opacity: 0;
            transition: opacity 0.2s ease;
        }
        .futures-menu-item:hover .futures-menu-arrow, 
        .futures-menu-item.active .futures-menu-arrow {
            opacity: 1;
        }
        .market-pane-right {
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 14px;
        }
        .market-tabs-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #eef1f2;
            padding-bottom: 8px;
        }
        .market-tabs-list {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .market-tab-btn {
            background: none;
            border: none;
            color: #7a7a7a;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 6px;
            transition: all 0.2s ease;
        }
        .market-tab-btn.active {
            background-color: #f0f2f5;
            color: #000000;
        }
        .market-tab-dropdown-btn {
            background: none;
            border: none;
            color: #7a7a7a;
            cursor: pointer;
            display: flex;
            align-items: center;
            font-size: 11px;
        }
        .market-search-box {
            display: flex;
            align-items: center;
            background-color: #f5f7f8;
            border-radius: 8px;
            padding: 8px 12px;
            gap: 8px;
        }
        .market-search-input {
            border: none;
            background: none;
            outline: none;
            width: 100%;
            font-size: 12px;
            color: #000000;
            font-family: inherit;
        }
        .market-pairs-list {
            display: flex;
            flex-direction: column;
            gap: 6px;
            max-height: 240px;
            overflow-y: auto;
            padding-right: 4px;
        }
        .market-pair-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 8px 10px;
            border-radius: 8px;
            text-decoration: none;
            color: inherit;
            transition: background-color 0.2s ease;
        }
        .market-pair-row:hover {
            background-color: #f5f7f8;
        }
        .pair-identity-col {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .pair-logo {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 10px;
            color: #ffffff;
        }
        .logo-btc { background-color: #f7931a; }
        .logo-eth { background-color: #627eea; }
        .logo-bch { background-color: #8dc351; }
        .logo-ltc { background-color: #bebebe; }
        .logo-doge { background-color: #c2a633; }
        .logo-etc { background-color: #32c95e; }
        .logo-fil { background-color: #42c1ca; }
        .logo-wxt { background-color: #e2a012; }
        .pair-meta {
            display: flex;
            flex-direction: column;
            gap: 1px;
        }
        .pair-name-line {
            display: flex;
            align-items: center;
            gap: 4px;
        }
        .pair-name {
            font-size: 12px;
            font-weight: 700;
            color: #000000;
        }
        .pair-multiplier {
            font-size: 9px;
            font-weight: 600;
            background-color: #f0f2f5;
            color: #4a4a4a;
            padding: 1px 3px;
            border-radius: 4px;
        }
        .pair-badge-hot {
            font-size: 9px;
            font-weight: 700;
            background-color: #FFF2F2;
            color: #EA4335;
            padding: 1px 4px;
            border-radius: 4px;
        }
        .pair-volume {
            font-size: 10px;
            color: #888888;
        }
        .pair-values-col {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 2px;
        }
        .pair-price {
            font-size: 12.5px;
            font-weight: 700;
            color: #000000;
        }
        .pair-change {
            font-size: 11px;
            font-weight: 600;
        }
        .pair-change.negative {
            color: #EA4335;
        }
        .pair-change.positive {
            color: #34A853;
        }
        .partner-left-pane {
            padding: 24px;
            background-color: #fafbfc;
            border-right: 1px solid #eef1f2;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .partner-left-title {
            font-size: 20px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 6px;
        }
        .partner-left-sub {
            font-size: 12.5px;
            color: #666666;
            line-height: 1.4;
            margin-bottom: 24px;
        }
        .partner-action-btn {
            background-color: #000000;
            color: #ffffff;
            border: none;
            padding: 10px 20px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            width: fit-content;
            transition: background-color 0.2s ease;
            text-decoration: none;
            text-align: center;
        }
        .partner-action-btn:hover {
            background-color: #222;
        }
        .partner-right-pane {
            padding: 24px;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .partner-right-title {
            font-size: 15px;
            font-weight: 700;
            color: #000000;
        }
        .partner-right-sub {
            font-size: 12px;
            color: #666666;
            line-height: 1.4;
        }
        .partner-stats-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin-top: 10px;
        }
        .partner-stat-card {
            background-color: #f7f9fa;
            border-radius: 12px;
            padding: 16px;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .partner-stat-label {
            font-size: 11px;
            font-weight: 600;
            color: #888888;
        }
        .partner-stat-val {
            font-size: 22px;
            font-weight: 800;
            color: #F3C236;
        }
        .drawer-hamburger {
            background-color: #ffffff !important;
        }
        .hamburger-drawer-link {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 12px 8px;
            color: #000000;
            text-decoration: none;
            font-size: 15px;
            font-weight: 700;
            transition: opacity 0.2s ease;
        }
        .hamburger-drawer-link:hover {
            opacity: 0.8;
        }
        .hamburger-drawer-icon {
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .profile-nav-item {
            position: relative;
            display: flex;
            align-items: center;
            height: 100%;
        }
        .profile-dropdown-card {
            position: absolute;
            top: 100%;
            right: 0;
            width: 320px;
            background-color: #ffffff;
            border: 1px solid #eef1f2;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
            z-index: 1000;
            padding: 16px;
            display: flex;
            flex-direction: column;
            gap: 16px;
            color: #000000;
        }
        .profile-nav-item:hover .profile-dropdown-card {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        .profile-dropdown-info-card {
            background-color: #f5f7f8;
            border-radius: 12px;
            padding: 16px;
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }
        .profile-dropdown-avatar {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background-color: #FEE75C;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000000;
            flex-shrink: 0;
        }
        .profile-dropdown-user-details {
            display: flex;
            flex-direction: column;
            gap: 4px;
            flex: 1;
            overflow: hidden;
        }
        .profile-dropdown-email {
            font-size: 14px;
            font-weight: 700;
            color: #000000;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .profile-dropdown-uid-row {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 11.5px;
            color: #7a7a7a;
        }
        .profile-dropdown-badges {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 4px;
        }
        .profile-badge-unverified {
            background-color: #e5e8eb;
            color: #4a4a4a;
            font-size: 10px;
            font-weight: 600;
            padding: 3px 6px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            gap: 4px;
        }
        .profile-badge-vip {
            background-color: #f0f2f5;
            color: #4a4a4a;
            font-size: 10px;
            font-weight: 600;
            padding: 3px 6px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            gap: 4px;
        }
        .profile-dropdown-links {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }
        .profile-dropdown-link {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 10px 12px;
            border-radius: 8px;
            text-decoration: none;
            color: #4a4a4a;
            font-size: 13.5px;
            font-weight: 600;
            transition: all 0.2s ease;
        }
        .profile-dropdown-link:hover {
            background-color: #f7f9fa;
            color: #000000;
        }
        .profile-dropdown-link svg {
            color: #7a7a7a;
            flex-shrink: 0;
            transition: color 0.2s ease;
        }
        .profile-dropdown-link:hover svg {
            color: #000000;
        }
        .profile-dropdown-divider {
            height: 1px;
            background-color: #eef1f2;
            margin: 6px 0;
        }
        .wallet-nav-item {
            position: relative;
            display: flex;
            align-items: center;
            height: 100%;
        }
        .wallet-dropdown-card {
            position: absolute;
            top: calc(100% - 5px); 
            right: -60px; 
            width: 320px;
            background-color: #12161a;
            background-image: radial-gradient(circle at 100% 50%, rgba(243, 194, 54, 0.12) 0%, transparent 60%);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
            z-index: 1000;
            padding: 24px;
            display: flex;
            flex-direction: column;
            gap: 20px;
            color: #ffffff;
        }
        .wallet-dropdown-card::before {
            content: '';
            position: absolute;
            top: -20px;
            left: 0;
            width: 100%;
            height: 20px;
            background-color: transparent;
        }
        .wallet-nav-item:hover .wallet-dropdown-card {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        .wallet-dropdown-balance-sec {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .wallet-balance-title-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #848e9c;
            font-size: 13px;
        }
        .eye-toggle-icon {
            cursor: pointer;
            transition: color 0.2s ease;
        }
        .eye-toggle-icon:hover {
            color: #ffffff;
        }
        .wallet-balance-value {
            display: flex;
            align-items: baseline;
            gap: 8px;
        }
        .balance-stars {
            font-size: 24px;
            font-weight: 700;
            letter-spacing: 2px;
        }
        .balance-currency {
            font-size: 16px;
            font-weight: 600;
            color: #ffffff;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }
        .currency-arrow {
            font-size: 9px;
            color: #848e9c;
        }
        .wallet-balance-approx {
            font-size: 13px;
            color: #848e9c;
        }
        .wallet-actions-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
            text-align: center;
        }
        .wallet-action-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            color: #eaecef;
            transition: opacity 0.2s ease;
        }
        .wallet-action-item:hover {
            opacity: 0.9;
        }
        .wallet-action-circle {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.2s ease;
        }
        .wallet-action-item:hover .wallet-action-circle {
            transform: scale(1.05);
        }
        .wallet-action-circle.bg-yellow {
            background-color: #FCD535;
            color: #000000;
        }
        .wallet-action-circle.bg-grey {
            background-color: #2b3139;
            color: #ffffff;
        }
        .wallet-action-circle.bg-trans-grey {
            background-color: #2b3139;
            color: #ffffff;
        }
        .wallet-action-text {
            font-size: 12px;
            font-weight: 500;
        }
        .wallet-dropdown-divider {
            height: 1px;
            background-color: rgba(255, 255, 255, 0.08);
        }
        .wallet-accounts-sec {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .wallet-accounts-header {
            font-size: 12px;
            color: #848e9c;
            font-weight: 500;
            margin-bottom: 4px;
        }
        .wallet-account-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 12px;
            border-radius: 12px;
            text-decoration: none;
            color: #ffffff;
            transition: background-color 0.2s ease;
        }
        .wallet-account-row:hover {
            background-color: rgba(255, 255, 255, 0.05);
        }
        .account-row-left {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 14px;
            font-weight: 500;
        }
        .account-row-left svg {
            color: #848e9c;
            transition: color 0.2s ease;
        }
        .wallet-account-row:hover .account-row-left svg {
            color: #ffffff;
        }
        .badge-earn {
            background-color: #FCD535;
            color: #000000;
            font-size: 10px;
            font-weight: 700;
            padding: 2px 6px;
            border-radius: 4px;
            margin-left: auto; 
            line-height: 1.2;
        }
        @media (max-width: 992px) {
            .profile-dropdown-card {
                display: none !important;
            }
            .wallet-dropdown-card {
                display: none !important;
            }
            .nav-dropdown-card {
                display: none !important;
            }
        }