/**
 * Dashboard Cards Styles
 * Professional game UI design with Neon Grid theme
 */

.dashboard-cards-container {
    width: 100%;
    max-width: 1260px;
    margin: 0.5rem auto 0.5rem;
    padding: 0 0.9rem;
    animation: slideInUp 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    position: relative;
    z-index: 5;
}

/* New layout wrapper */
.cards-layout-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 0.25rem;
}

/* Game row - full width for main play card */
.cards-row.game-row {
    width: 100%;
    min-height: 260px;
    display: flex;
    align-items: stretch;
}

/* Stats row - three equal columns */
.cards-row.stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    perspective: 1000px;
    margin-bottom: 0.5rem;
}

/* Arena card takes full width in game row */
.game-row .arena-card-tabbed {
    width: 100%;
    min-height: 260px; /* Larger height for prominence */
}

/* Game Hero Card Enhancements */
.game-card-hero {
    background: linear-gradient(135deg,
        rgba(40, 20, 60, 0.8),
        rgba(20, 10, 40, 0.85));
    border: 1px solid rgba(80, 227, 194, 0.4);
    box-shadow: 
        0 0 20px rgba(80, 227, 194, 0.15),
        inset 0 0 20px rgba(80, 227, 194, 0.05);
    position: relative;
    overflow: hidden !important;
    backdrop-filter: blur(20px);
}

/* Subtle grid pattern overlay for hero card */
.game-card-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(80, 227, 194, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(80, 227, 194, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}

.game-card-hero:hover {
    border-color: rgba(80, 227, 194, 0.6);
    box-shadow: 
        0 0 30px rgba(80, 227, 194, 0.2),
        inset 0 0 30px rgba(80, 227, 194, 0.1);
}

/* Game Card Header - removed, no longer used */

/* .game-title removed to avoid conflict with landing.css */

/* Side-by-side arena cards container */
.arena-cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}

/* Individual arena cards */
.dashboard-card.arena-card {
    min-height: 240px;
    background: linear-gradient(135deg,
        rgba(29, 38, 53, 0.98),
        rgba(20, 25, 34, 0.98));
    border: 1px solid rgba(80, 227, 194, 0.15);
    position: relative;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.dashboard-card.arena-card.practice-arena-card {
    border-color: rgba(80, 227, 194, 0.25);
    box-shadow: 0 0 20px rgba(80, 227, 194, 0.1);
}

.dashboard-card.arena-card.paid-arena-card {
    border-color: rgba(255, 215, 0, 0.25);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.1);
}

.dashboard-card.arena-card.paid-arena-card.locked {
    opacity: 0.9;
    border-color: rgba(156, 39, 176, 0.25);
    box-shadow: 0 0 20px rgba(156, 39, 176, 0.1);
}

/* Arena card structure */
.arena-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.arena-card-body {
    flex: 1;
    padding: 0.75rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
}

/* Compact server status for header */
.server-status.compact {
    padding: 0.3rem 0.8rem;
    font-size: 0.7rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.server-status.compact .status-text {
    font-size: 0.7rem;
}

.game-subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.25rem 0 0;
    font-style: italic;
}

/* Enhanced Play Buttons */
.hero-play-btn {
    background: linear-gradient(135deg, #50e3c2, #4a90e2);
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(80, 227, 194, 0.3);
    z-index: 2;
}

.hero-play-btn:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 25px rgba(80, 227, 194, 0.5);
}

.hero-play-btn .btn-text {
    position: relative;
    z-index: 1;
}

.hero-play-btn .btn-arrow {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 1.3rem;
    transition: transform 0.3s ease;
}

.hero-play-btn:hover .btn-arrow {
    transform: translateX(5px);
}

/* Earn button golden gradient */
.hero-play-btn.earn-btn {
    background: linear-gradient(135deg, #ffd700, #ff8c00);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.hero-play-btn.earn-btn:hover {
    box-shadow: 0 6px 25px rgba(255, 215, 0, 0.6);
}

/* Sign-in button style */
.hero-play-btn.sign-in-btn {
    background: linear-gradient(135deg, #666, #444);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.hero-play-btn.sign-in-btn:hover {
    background: linear-gradient(135deg, #50e3c2, #4a90e2);
    box-shadow: 0 6px 25px rgba(80, 227, 194, 0.5);
}

/* Split button styles for enhanced design */
.hero-play-btn.split-btn {
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.hero-play-btn.split-btn .btn-main {
    flex: 1;
    padding: 0.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    position: relative;
    z-index: 1;
}

.hero-play-btn.split-btn .btn-label {
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-play-btn.split-btn .btn-value {
    font-size: 0.75rem;
    font-weight: 600;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-play-btn.split-btn .btn-arrow {
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.1);
    margin-left: 0;
}

.hero-play-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.hero-play-btn:hover::after {
    width: 300px;
    height: 300px;
}

/* Feature List Styling */
.feature-list {
    margin-top: 0.75rem;
    z-index: 2;
    position: relative;
}

.feature-list .sub-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin: 0.25rem 0;
    padding-left: 0.5rem;
}

/* Legacy grid support (to be removed) */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(600px, 1fr));
    grid-template-rows: repeat(2, auto);
    gap: 1.25rem;
    margin-top: 2rem;
    perspective: 1000px;
    overflow: visible;
}

/* Individual Card Styling - Premium Game UI */
.dashboard-card {
    background: linear-gradient(135deg,
        rgba(40, 30, 70, 0.8),
        rgba(20, 20, 40, 0.85));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 0.9rem 1.1rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    position: relative;
    overflow: hidden;
    height: 198px;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(20px);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transform-style: preserve-3d;
}

/* Arena card needs special handling for tabs */
.dashboard-card.arena-card-tabbed {
    padding: 0;
    overflow: hidden; /* Changed to hidden to contain grid pattern */
    height: 234px; /* Slightly larger for the main game card */
}

/* Stats card uses same height as other cards for consistency */
.dashboard-card.stats-card {
    height: 198px;
}

.dashboard-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent);
    transition: left 0.5s ease;
    pointer-events: none;
    z-index: 10;
}

.dashboard-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(80, 227, 194, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-color: rgba(80, 227, 194, 0.4);
}

.dashboard-card:hover::before {
    left: 100%;
}

/* Card Header - Standardized Typography */
.card-header {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.25rem;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(80, 227, 194, 0.2);
}

.card-header i {
    font-size: 1.1rem;
}

/* Live Indicator - Hidden */
.live-indicator {
    display: none;
}

/* Badge Styles */
.free-badge {
    margin-left: auto;
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: bold;
}

.paid-badge {
    margin-left: auto;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #000;
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: bold;
}

.balance-badge {
    margin-left: auto;
    background: linear-gradient(135deg, #4a90e2, #357abd);
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: bold;
}

/* Tab System Styles */
.card-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 0;
    border-bottom: none;
    padding: 0;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
}

.tab-btn {
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    border: none;
    color: rgba(255, 255, 255, 0.6);
    padding: 0.8rem 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: relative;
    border-radius: 0;
    margin: 0;
    border-bottom: 2px solid transparent;
}

.tab-btn:hover:not(.active) {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.06);
}

/* Practice mode hover - Unified Neon Theme */
.tab-btn[data-tab="practice"]:hover:not(.active) {
    background: rgba(80, 227, 194, 0.08);
}

/* Play to Earn hover - Unified Neon Theme */
.tab-btn[data-tab="play-to-earn"]:hover:not(.active) {
    background: rgba(80, 227, 194, 0.08);
}

.tab-btn.active {
    color: #50e3c2;
    background: rgba(255, 255, 255, 0.05);
}

/* Practice mode - Unified Neon Theme */
.tab-btn[data-tab="practice"].active {
    color: #50e3c2;
    border-bottom: 2px solid #50e3c2;
    background: linear-gradient(to top, rgba(80, 227, 194, 0.1), transparent);
    text-shadow: 0 0 10px rgba(80, 227, 194, 0.4);
}

/* Play to Earn mode - Unified Neon Theme */
.tab-btn[data-tab="play-to-earn"].active {
    color: #50e3c2;
    border-bottom: 2px solid #50e3c2;
    background: linear-gradient(to top, rgba(80, 227, 194, 0.1), transparent);
    text-shadow: 0 0 10px rgba(80, 227, 194, 0.4);
}

/* Remove the underline animation - background now extends to content */
.tab-btn.active::after {
    display: none;
}

/* Fire video animation styling - Hidden for Neon Theme */
.fire-video {
    display: none;
}

/* Remove hover effects related to video */
.tab-btn:hover .fire-video {
    display: none;
}

.tab-btn.active .fire-video {
    display: none;
}

@keyframes slideIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

.tab-content {
    display: none;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    overflow: visible;
    border-radius: 0 0 16px 16px;
    transition: background 0.3s ease;
    position: relative;
    z-index: 2;
}

.tab-content.active {
    display: flex;
    animation: fadeIn 0.3s ease;
}

/* Practice mode content - dark green gradient */
.tab-content[data-tab-content="practice"].active {
    background: transparent;
}

/* Play to Earn content - dark blue/cyan gradient */
.tab-content[data-tab-content="play-to-earn"].active {
    background: transparent;
}

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

/* Arena Card with Tabs */
.arena-card-tabbed {
    position: relative;
    height: 180px;
    display: flex;
    flex-direction: column;
}

.arena-card-tabbed-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.75rem 1rem;
}

/* Theme-specific content styles for better visibility */
.tab-content[data-tab-content="practice"] .game-mode-title {
    color: #50e3c2;
    text-shadow: 0 0 10px rgba(80, 227, 194, 0.4);
}

.tab-content[data-tab-content="play-to-earn"] .game-mode-title {
    color: #50e3c2;
    text-shadow: 0 0 10px rgba(80, 227, 194, 0.4);
}

/* Better visibility for sub-text */
.arena-card-tabbed .sub-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-top: 0.25rem;
}


/* Full two-column layout for arena card */
.arena-full-content {
    display: flex;
    gap: 2rem;
    align-items: center;
    padding: 1.5rem 2rem;
    height: 100%;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.arena-left-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

/* Mode Header Styling */
.mode-header {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mode-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    width: fit-content;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.mode-badge.free {
    background: rgba(76, 175, 80, 0.15);
    color: #66BB6A;
    border: 1px solid rgba(76, 175, 80, 0.4);
    box-shadow: 0 0 15px rgba(76, 175, 80, 0.1);
}

.mode-badge.paid {
    background: rgba(255, 64, 129, 0.15);
    color: #FF4081;
    border: 1px solid rgba(255, 64, 129, 0.4);
    box-shadow: 0 0 15px rgba(255, 64, 129, 0.1);
}

.mode-badge.premium {
    background: linear-gradient(135deg,
        rgba(255, 215, 0, 0.2),
        rgba(255, 140, 0, 0.15));
    color: #ffd700;
    border: 1px solid rgba(255, 215, 0, 0.4);
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
}

.mode-badge.locked {
    background: linear-gradient(135deg,
        rgba(128, 128, 128, 0.2),
        rgba(96, 96, 96, 0.15));
    color: #888;
    border: 1px solid rgba(128, 128, 128, 0.3);
    text-shadow: none;
}

.game-mode-title {
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    line-height: 1;
    color: #fff;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

.game-mode-title.neon-text {
    background: linear-gradient(to bottom, #ffffff, #e0f7ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 8px rgba(80, 227, 194, 0.6));
}

/* Mission Specs Styling */
.mission-specs {
    display: flex;
    gap: 1rem;
    flex: 1;
    padding: 0.5rem 0.8rem;
    border-radius: 6px;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
    background: rgba(0, 0, 0, 0.25);
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
}

.spec-item i {
    color: #50e3c2;
    font-size: 0.9rem;
    filter: drop-shadow(0 0 6px rgba(80, 227, 194, 0.6));
}

/* Loadout Selector */
.loadout-selector {
    margin-top: 0.5rem;
    width: 100%;
}

.selector-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.entry-fee-options.modern-selector {
    justify-content: flex-start;
    gap: 1rem;
}

/* Divider between columns */
.arena-left-col::after {
    display: none;
}

.arena-right-col {
    flex: 0.8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    overflow: visible;
    position: relative;
    padding-left: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.server-status {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.5rem 1rem;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.server-status.premium {
    background: linear-gradient(135deg,
        rgba(255, 215, 0, 0.05),
        rgba(0, 0, 0, 0.4));
    border: 1px solid rgba(255, 215, 0, 0.2);
    box-shadow: inset 0 0 10px rgba(255, 215, 0, 0.1);
}

.server-status.premium .status-text {
    color: #ffd700;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.3);
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00ff00;
    box-shadow: 0 0 10px #00ff00;
    animation: pulse 2s infinite;
    flex-shrink: 0;
    align-self: center;
}

.status-dot.danger {
    background: #ff0055;
    box-shadow: 0 0 10px #ff0055;
}

.status-dot.warning {
    background: #ff9800;
    box-shadow: 0 0 10px #ff9800;
}

.status-text {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Courier New', monospace;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
}

.status-text.danger {
    color: #ff4d88;
}

.status-text.warning {
    color: #ffb74d;
}

/* Launch Button Styling */
.card-action-btn.launch-btn {
    width: 90%;
    max-width: 220px;
    padding: 0;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #50e3c2, #4a90e2);
    border: none;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    box-shadow: 0 0 25px rgba(80, 227, 194, 0.3);
    cursor: pointer;
    margin: 0 auto;
}

.card-action-btn.launch-btn::before {
    display: none; /* Remove default button overlay */
}

.card-action-btn.launch-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 0 50px rgba(80, 227, 194, 0.6);
    filter: brightness(1.1);
}

.card-action-btn.launch-btn .btn-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    z-index: 2;
    width: 100%;
    padding: 0.25rem;
}

.card-action-btn.launch-btn .btn-label {
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.card-action-btn.launch-btn .btn-sub {
    font-size: 0.75rem;
    font-weight: 700;
    opacity: 0.9;
    letter-spacing: 1.5px;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.btn-glare {
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    transform: skewX(-20deg);
    transition: left 0.5s ease;
    mix-blend-mode: overlay;
}

.card-action-btn.launch-btn:hover .btn-glare {
    left: 150%;
    transition: left 0.7s ease;
}

/* Practice Launch Button - Unified Neon Theme */
.card-action-btn.free-launch {
    background: linear-gradient(90deg, #50e3c2, #4a90e2);
    box-shadow: 0 0 20px rgba(80, 227, 194, 0.3);
}

.card-action-btn.free-launch:hover {
    box-shadow: 0 0 40px rgba(80, 227, 194, 0.6);
}

/* Auth Launch Button */
.card-action-btn.auth-launch {
    background: linear-gradient(90deg, #ff9800, #ff5722);
    box-shadow: 0 0 20px rgba(255, 87, 34, 0.3);
}

.card-action-btn.auth-launch:hover {
    box-shadow: 0 0 40px rgba(255, 87, 34, 0.6);
}

/* PAID Arena Launch Button - Hero Blue Gradient Theme */
.card-action-btn.paid-launch {
    background: linear-gradient(135deg, #4a9eff, #2b7dd8, #5fa8ff, #1e6bc8);
    background-size: 200% 200%;
    animation: heroGlow 3s ease infinite;
    box-shadow:
        0 0 35px rgba(74, 158, 255, 0.7),
        0 4px 15px rgba(0, 0, 0, 0.4),
        inset 0 2px 4px rgba(255, 255, 255, 0.4),
        inset 0 -2px 4px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(74, 158, 255, 0.6);
    position: relative;
}

.card-action-btn.paid-launch .btn-content {
    color: #fff;
    text-shadow:
        0 0 20px rgba(255, 255, 255, 0.8),
        0 2px 4px rgba(0, 0, 0, 0.5);
}

.card-action-btn.paid-launch::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent);
    animation: heroShine 3s ease infinite;
}

@keyframes shimmer {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes glassShine {
    0% { left: -100%; }
    50%, 100% { left: 200%; }
}

@keyframes heroGlow {
    0% {
        background-position: 0% 50%;
        filter: brightness(1) contrast(1);
    }
    50% {
        background-position: 100% 50%;
        filter: brightness(1.1) contrast(1.05);
    }
    100% {
        background-position: 0% 50%;
        filter: brightness(1) contrast(1);
    }
}

@keyframes heroShine {
    0% { left: -100%; }
    20%, 100% { left: 200%; }
}

.card-action-btn.paid-launch:hover {
    box-shadow:
        0 0 50px rgba(74, 158, 255, 0.9),
        0 6px 20px rgba(0, 0, 0, 0.4),
        inset 0 2px 4px rgba(255, 255, 255, 0.5),
        inset 0 -2px 4px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px) scale(1.02);
    filter: brightness(1.15);
}

.card-action-btn.paid-launch.disabled {
    background: linear-gradient(90deg, #666, #444);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    cursor: not-allowed;
    opacity: 0.7;
}

.card-action-btn.paid-launch.disabled:hover {
    transform: none;
    filter: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Tooltip for disabled launch buttons */
.card-action-btn.launch-btn.disabled[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0.4rem;
    padding: 0.3rem 0.6rem;
    background: rgba(20, 25, 35, 0.85);
    backdrop-filter: blur(8px);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 100;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    animation: fadeInTooltip 0.3s ease;
    text-transform: none;
}

/* Sign In Launch Button - Purple Theme */
.card-action-btn.sign-in-launch {
    background: linear-gradient(90deg, #9c27b0, #673ab7);
    box-shadow: 0 0 20px rgba(156, 39, 176, 0.3);
}

.card-action-btn.sign-in-launch:hover {
    box-shadow: 0 0 40px rgba(156, 39, 176, 0.6);
}

/* Premium mode badge - Hero title blue gradient effect */
.mode-badge.premium {
    background: linear-gradient(135deg, #4a9eff, #2b7dd8, #5fa8ff, #1e6bc8);
    background-size: 200% 200%;
    animation: heroGlow 3s ease infinite;
    color: #fff;
    font-weight: 900;
    box-shadow:
        0 0 30px rgba(74, 158, 255, 0.6),
        inset 0 2px 4px rgba(255, 255, 255, 0.4),
        inset 0 -2px 4px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(74, 158, 255, 0.5);
    position: relative;
    overflow: hidden;
    text-shadow:
        0 0 20px rgba(74, 158, 255, 0.8),
        0 0 40px rgba(74, 158, 255, 0.5),
        0 2px 4px rgba(0, 0, 0, 0.5);
}

.mode-badge.premium::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent);
    animation: heroShine 3s ease infinite;
}

.mode-badge.premium.locked {
    background: linear-gradient(135deg, #666, #444);
    color: #fff;
    animation: none;
}

.mode-badge.premium.locked::after {
    display: none;
}

/* Entry fee options */
.entry-fee-selector {
    margin-top: 0.5rem;
}

.entry-fee-selector.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.fee-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.5rem;
}

.entry-fee-options {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    align-items: center;
}

.fee-option {
    position: relative;
    padding: 0.75rem 1.25rem;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 90px;
    text-align: center;
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.fee-option.selected {
    border-color: #50e3c2;
    background: rgba(80, 227, 194, 0.1);
    box-shadow: 0 0 20px rgba(80, 227, 194, 0.15);
}

.fee-option.selected::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 10px rgba(80, 227, 194, 0.2);
    pointer-events: none;
}

.fee-option.disabled {
    cursor: not-allowed;
    border-color: rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.3);
    opacity: 0.7;
}

.fee-option:not(.disabled):hover {
    transform: translateY(-2px);
    border-color: rgba(80, 227, 194, 0.5);
    background: rgba(80, 227, 194, 0.05);
}

.fee-amount {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Courier New', monospace;
    letter-spacing: -0.5px;
}

.fee-tag {
    display: block;
    font-size: 0.6rem;
    color: #50e3c2;
    margin-top: 0.25rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.fee-option.disabled .fee-tag {
    color: rgba(255, 255, 255, 0.3);
}

/* Tooltip for disabled options */
.fee-option.disabled[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0.6rem;
    padding: 0.4rem 0.75rem;
    background: rgba(10, 10, 20, 0.95);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 9999;
    border: 1px solid rgba(80, 227, 194, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    animation: fadeInTooltip 0.2s ease;
}

@keyframes fadeInTooltip {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(3px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* User Stats Card */
.stats-card .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    padding: 0.8rem 0 0 0;
    height: auto;
    align-content: start;
    justify-items: stretch;
    margin-top: 0;
}

.stats-card .stat-item {
    text-align: left;
    position: relative;
    padding: 0.5rem 0.7rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
}

.stats-card .stat-icon {
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.1);
}

.stats-card .stat-value {
    display: block;
    font-size: 1.25rem;
    font-weight: 900;
    color: #50e3c2;
    margin-bottom: 0.05rem;
    line-height: 1;
    text-shadow: 0 0 15px rgba(80, 227, 194, 0.4), 0 2px 4px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.5px;
}

.stats-card .stat-label {
    display: block;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 1.1;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Rank Badge in Stats Card */
.stats-card .rank-badge {
    margin-left: auto;
    background: rgba(80, 227, 194, 0.15);
    color: #50e3c2;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid rgba(80, 227, 194, 0.3);
}

/* Mode Selector in Headers */
.stats-mode-selector {
    display: flex;
    gap: 0.25rem;
    background: rgba(0, 0, 0, 0.3);
    padding: 0.2rem;
    border-radius: 6px;
    margin-left: auto;
}

.stats-mode-selector .mode-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    padding: 0.2rem 0.6rem;
    font-size: 0.65rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    text-transform: uppercase;
    font-weight: 700;
}

.stats-mode-selector .mode-btn:hover {
    color: white;
}

.stats-mode-selector .mode-btn.active {
    background: rgba(255, 255, 255, 0.1);
    color: #50e3c2;
}

/* Card Content */
.card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Leaderboard specific content spacing */
.leaderboard-card .card-content {
    margin-top: 0.75rem;
    gap: 0.35rem;
}

/* Stats card specific content spacing */
.stats-card .card-content {
    padding: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Wallet card specific content spacing */
.wallet-card .card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 2rem);
    overflow: visible;
}

/* Leaderboard Card - Trophy Theme */
.leaderboard-card {
    background: linear-gradient(135deg,
        rgba(25, 20, 40, 0.9),
        rgba(15, 10, 25, 0.95));
    border: 1px solid rgba(189, 0, 255, 0.3);
    backdrop-filter: blur(20px);
    position: relative;
}

.leaderboard-card:hover {
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(189, 0, 255, 0.15);
    border-color: rgba(189, 0, 255, 0.5);
}

.leaderboard-card .card-header i {
    color: #50e3c2;
    filter: drop-shadow(0 0 12px rgba(80, 227, 194, 0.7)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
    font-size: 1.3rem;
}

/* Stats card icon - matching leaderboard style */
.stats-card .card-header i.fa-chart-bar {
    color: #50e3c2;
    filter: drop-shadow(0 0 12px rgba(80, 227, 194, 0.7)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
    font-size: 1.3rem;
}

/* Wallet card icon - matching leaderboard style */
.wallet-card .card-header i.fa-wallet {
    color: #50e3c2;
    filter: drop-shadow(0 0 12px rgba(80, 227, 194, 0.7)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
    font-size: 1.3rem;
    text-shadow: 0 0 20px rgba(80, 227, 194, 0.6), 0 0 10px rgba(74, 144, 226, 0.4);
    position: relative;
    display: inline-block;
}

.leaderboard-item {
    display: flex;
    align-items: center;
    padding: 0.55rem 0.65rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    margin-bottom: 0.3rem;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
}

.leaderboard-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(189, 0, 255, 0.3);
    transform: translateX(2px);
}

.leaderboard-item .rank {
    font-weight: 900;
    color: #fff;
    margin-right: 1rem;
    min-width: 20px;
    font-size: 0.9rem;
    font-family: 'Courier New', monospace;
    letter-spacing: 0.5px;
}

.leaderboard-item .name {
    flex: 1;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 0.3px;
}

.leaderboard-item .score {
    color: #50e3c2;
    font-weight: 800;
    font-family: 'Courier New', monospace;
    text-shadow: 0 0 8px rgba(80, 227, 194, 0.4), 0 1px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.5px;
}

.rank-gold {
    color: #FFD700 !important;
    font-weight: 900;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.8);
}
.rank-silver {
    color: #C0C0C0 !important;
    font-weight: 900;
    text-shadow: 0 0 10px rgba(192, 192, 192, 0.5), 0 2px 4px rgba(0, 0, 0, 0.8);
}
.rank-bronze {
    color: #CD7F32 !important;
    font-weight: 900;
    text-shadow: 0 0 10px rgba(205, 127, 50, 0.5), 0 2px 4px rgba(0, 0, 0, 0.8);
}

.earnings-positive {
    color: #66BB6A;
    text-shadow: 0 0 8px rgba(102, 187, 106, 0.4);
    font-family: 'Courier New', monospace;
    font-weight: 700;
}
.earnings-negative {
    color: #ff4444;
    text-shadow: 0 0 8px rgba(255, 68, 68, 0.4);
    font-family: 'Courier New', monospace;
    font-weight: 700;
}

/* Wallet Card - Finance Theme */
.wallet-card {
    background: linear-gradient(135deg,
        rgba(15, 25, 40, 0.9),
        rgba(10, 15, 25, 0.95));
    border: 1px solid rgba(74, 144, 226, 0.3);
    height: 198px;
}

.wallet-card:hover {
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(74, 144, 226, 0.15);
    border-color: rgba(74, 144, 226, 0.5);
}


.wallet-header-actions {
    margin-left: auto;
    display: flex;
    gap: 0.5rem;
}

.icon-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 0.4rem 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.85rem;
}

.icon-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #50e3c2;
    border-color: rgba(80, 227, 194, 0.3);
}

/* Spinning animation for refresh button */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.icon-btn i.spinning {
    animation: spin 1s linear;
}

.wallet-balance-section {
    text-align: center;
    padding: 0.5rem 0;
    margin: 0;
}

.wallet-address {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0.25rem;
    font-family: 'Courier New', monospace;
    background: rgba(0, 0, 0, 0.3);
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid rgba(80, 227, 194, 0.2);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.wallet-action-btn {
    min-width: 110px;
    padding: 0.7rem 1rem;
    border-radius: 6px;
    border: 2px solid;
    background: transparent;
    color: white;
    font-size: 0.9rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    height: 45px;
    position: relative;
}

.wallet-action-btn.add-funds {
    border-color: #50e3c2;
    background: rgba(80, 227, 194, 0.1);
    color: #50e3c2;
}

.wallet-action-btn.add-funds:hover {
    background: rgba(80, 227, 194, 0.2);
    box-shadow: 0 0 15px rgba(80, 227, 194, 0.2);
}

.wallet-action-btn.cash-out {
    border-color: #4a90e2;
    background: rgba(74, 144, 226, 0.1);
    color: #4a90e2;
}

.wallet-action-btn.cash-out:hover:not(.disabled) {
    background: rgba(74, 144, 226, 0.2);
    box-shadow: 0 0 15px rgba(74, 144, 226, 0.2);
}

.wallet-action-btn.disabled {
    cursor: not-allowed;
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.3);
}

/* Tooltip for disabled wallet action buttons */
.wallet-action-btn.disabled[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0.4rem;
    padding: 0.3rem 0.6rem;
    background: rgba(20, 25, 35, 0.85);
    backdrop-filter: blur(8px);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 100;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    animation: fadeInTooltip 0.3s ease;
    text-transform: none;
}

/* Wallet balance text */
.balance-amount {
    font-size: 2.2rem;
    font-weight: 900;
    color: #50e3c2;
    text-shadow: 0 0 30px rgba(80, 227, 194, 0.8),
                 0 0 20px rgba(80, 227, 194, 0.6),
                 0 2px 4px rgba(0, 0, 0, 0.8);
    letter-spacing: 1px;
    line-height: 1;
    font-family: 'Orbitron', 'Courier New', monospace;
}

/* Allow overflow for cards with tooltips */
.wallet-card,
.arena-card-tabbed {
    overflow: visible !important;
}

.wallet-actions {
    display: flex;
    gap: 0.6rem;
    margin-top: auto;
    justify-content: center;
    width: 100%;
    padding-bottom: 0.2rem;
}

/* Wallet Settings Button */
.wallet-settings-btn {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    background: transparent;
    border: none;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.9rem;
}

.wallet-settings-btn:hover {
    color: #fff;
    transform: rotate(90deg);
}

.wallet-settings-btn.attention-needed {
    color: #ff9800;
    animation: pulse 2s infinite;
}

/* Mobile Responsive - Changed from 768px to 1000px for better card display */
@media (max-width: 1000px) {
    .dashboard-cards-container {
        padding: 0 0.5rem;
        margin: 1rem auto;
    }

    .cards-layout-wrapper:not(.mobile-carousel-layout) {
        gap: 1rem;
        margin-top: 1rem;
    }

    /* OLD mobile styles - only apply when NOT using carousel layout */
    .cards-layout-wrapper:not(.mobile-carousel-layout) .arena-cards-container {
        grid-template-columns: 1fr;
    }

    .cards-layout-wrapper:not(.mobile-carousel-layout) .dashboard-card.arena-card {
        min-height: 240px;
    }

    .cards-layout-wrapper:not(.mobile-carousel-layout) .cards-row.stats-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .game-row .arena-card-tabbed {
        min-height: auto;
        height: auto;
    }

    .arena-full-content {
        flex-direction: column;
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .arena-left-col,
    .arena-right-col {
        width: 100%;
        padding: 0;
        border: none;
        align-items: center;
        text-align: center;
    }

    .game-mode-title {
        font-size: 1.5rem;
    }

    .mission-specs {
        justify-content: center;
    }

    .entry-fee-options {
        justify-content: center;
    }

    .dashboard-card {
        height: auto;
        min-height: 160px;
    }

    .stats-card .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet - Now covers 1001px to 1200px */
@media (min-width: 1001px) and (max-width: 1200px) {
    .dashboard-cards-container {
        max-width: 95%;
    }

    /* New layout - keep 3 columns but smaller gaps */
    .cards-row.stats-row {
        gap: 1rem;
        grid-template-columns: repeat(3, 1fr);
    }

    .game-row .arena-card-tabbed {
        min-height: 240px;
    }

    .arena-full-content {
        padding: 1rem;
        gap: 1rem;
    }
}

/* ================================
   STATS MODE SELECTOR STYLES
   ================================ */
/* Previously in dashboard-stats-selector.css */
/* Now consolidated for better maintainability */

.stats-mode-selector {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 0.25rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    border: 1px solid rgba(74, 144, 226, 0.2);
}

/* Compact version in header */
.stats-mode-selector.compact {
    margin-bottom: 0;
    padding: 0.15rem;
    gap: 0.15rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    border: 1px solid rgba(74, 144, 226, 0.15);
    margin-left: auto;
}

/* Stats card header adjustments */
.stats-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stats-card .header-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stats-mode-selector .mode-btn {
    flex: 1;
    padding: 0.5rem 0.75rem;
    background: transparent;
    border: none;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

/* Compact button styles */
.stats-mode-selector.compact .mode-btn {
    padding: 0.35rem 0.65rem;
    font-size: 0.75rem;
    border-radius: 6px;
    font-weight: 600;
    min-width: auto;
}

.stats-mode-selector .mode-btn i {
    font-size: 0.9rem;
}

.stats-mode-selector .mode-btn:hover {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(74, 144, 226, 0.1);
}

.stats-mode-selector .mode-btn.active {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.3), rgba(80, 227, 194, 0.2));
    color: #50e3c2;
    border: 1px solid rgba(80, 227, 194, 0.3);
}

/* Compact active state */
.stats-mode-selector.compact .mode-btn.active {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.4), rgba(80, 227, 194, 0.3));
    color: #50e3c2;
    border: 1px solid rgba(80, 227, 194, 0.4);
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .stats-mode-selector {
        gap: 0.25rem;
        padding: 0.2rem;
    }

    .stats-mode-selector .mode-btn {
        padding: 0.4rem 0.5rem;
        font-size: 0.75rem;
    }

    .stats-mode-selector .mode-btn i {
        font-size: 0.8rem;
    }

    /* Hide text on mobile, show only icons */
    @media (max-width: 360px) {
        .stats-mode-selector .mode-btn {
            padding: 0.5rem;
        }

        .stats-mode-selector .mode-btn i {
            margin-right: 0;
        }
    }
}


/* Animation for value changes */
.stat-value {
    transition: all 0.3s ease;
}

/* Pulse effect when switching */
@keyframes statPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.stat-value.updating {
    animation: statPulse 0.3s ease;
}

/* Championship Banner Styles - Single Line Design */
.championship-banner {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0.75rem 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    animation: slideInDown 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
}

/* Ensure championship banner and cards-layout-wrapper have same width constraints */
#dashboard-container > .championship-banner,
#dashboard-container > .cards-layout-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.championship-banner.single-line {
    min-height: auto;
    height: auto;
}

/* Sparkles Background Effect */
.championship-sparkles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(2px 2px at 20% 30%, rgba(255, 215, 0, 0.3), transparent),
        radial-gradient(2px 2px at 60% 70%, rgba(255, 215, 0, 0.2), transparent),
        radial-gradient(1px 1px at 90% 10%, rgba(255, 255, 255, 0.3), transparent),
        radial-gradient(1px 1px at 15% 80%, rgba(255, 255, 255, 0.2), transparent);
    background-size: 200% 200%;
    animation: sparkleMove 15s linear infinite;
}

@keyframes sparkleMove {
    0%, 100% { background-position: 0% 0%; }
    50% { background-position: 100% 100%; }
}

/* Active Championship State */
.championship-banner.active {
    background: linear-gradient(135deg, #1a0f2e 0%, #2d1b4e 50%, #1a0f2e 100%);
    border: 1px solid rgba(255, 215, 0, 0.3);
    box-shadow:
        0 10px 40px rgba(255, 215, 0, 0.15),
        0 2px 10px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 215, 0, 0.1);
}

/* Upcoming Championship State */
.championship-banner.upcoming {
    background: linear-gradient(135deg, #0f1923 0%, #1a2b3d 50%, #0f1923 100%);
    border: 1px solid rgba(74, 144, 226, 0.2);
    box-shadow:
        0 10px 40px rgba(74, 144, 226, 0.1),
        0 2px 10px rgba(0, 0, 0, 0.3);
}

.championship-content {
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
    z-index: 1;
}

/* Left Section */
.championship-left {
    flex: 1;
    min-width: 0;
}

/* Status Badges */
.championship-status {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.live-indicator {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0.75rem;
    background: rgba(255, 67, 54, 0.15);
    border: 1px solid rgba(255, 67, 54, 0.3);
    border-radius: 20px;
}

.live-dot {
    width: 8px;
    height: 8px;
    background: #ff4336;
    border-radius: 50%;
    animation: pulseLive 1.5s infinite;
}

@keyframes pulseLive {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(255, 67, 54, 0.8);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(255, 67, 54, 0);
    }
}

.live-text {
    font-size: 0.75rem;
    font-weight: 700;
    color: #ff4336;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.championship-badge,
.next-badge,
.time-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.next-badge {
    background: rgba(74, 144, 226, 0.15);
    border-color: rgba(74, 144, 226, 0.3);
    color: #4a90e2;
}

.time-badge {
    background: rgba(80, 227, 194, 0.15);
    border-color: rgba(80, 227, 194, 0.3);
    color: #50e3c2;
}

/* Headlines */
.championship-headline {
    margin: 0;
}

.championship-main-title {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.prize-highlight {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: prizeShine 2s ease-in-out infinite;
}

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

.championship-subtitle {
    margin: 0.25rem 0 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

/* Right Section */
.championship-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Single Line Layout Styles */
.championship-content-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.25rem;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

/* Centered Layout for Championship Banner */
.championship-content-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.5rem;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.championship-badge-section {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.trophy-icon {
    font-size: 1.25rem;
}

.live-indicator-compact {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem 0.5rem;
    background: rgba(255, 67, 54, 0.15);
    border: 1px solid rgba(255, 67, 54, 0.3);
    border-radius: 16px;
}

.next-badge-compact {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(74, 144, 226, 0.9);
}

.championship-text-section {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.championship-title-inline {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.9);
}

.championship-separator {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.8rem;
}

.prize-text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.prize-text strong {
    color: #FFD700;
    font-weight: 800;
    font-size: 1rem;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.time-text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.time-text strong {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
}

.countdown-text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.countdown-text strong {
    color: #50e3c2;
    font-weight: 700;
    font-size: 0.95rem;
}

.championship-join-btn-compact {
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border: none;
    border-radius: 8px;
    color: #000;
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    white-space: nowrap;
}

.championship-join-btn-compact:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.championship-join-btn-compact:active {
    transform: translateY(0);
}

/* New Centered Banner Styles with Bigger Fonts */
.championship-glow-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center,
        rgba(74, 144, 226, 0.1) 0%,
        transparent 70%);
    animation: glowPulse 3s ease-in-out infinite;
}

.championship-glow-effect.active {
    background: radial-gradient(ellipse at center,
        rgba(255, 215, 0, 0.15) 0%,
        transparent 70%);
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.trophy-icon-large {
    font-size: 1.5rem;
    animation: trophyBounce 3s ease-in-out infinite;
}

@keyframes trophyBounce {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-2px) rotate(-5deg); }
    75% { transform: translateY(-2px) rotate(5deg); }
}

.tournament-badge {
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.2rem 0.6rem;
    background: linear-gradient(135deg,
        rgba(74, 144, 226, 0.15),
        rgba(80, 227, 194, 0.15));
    border: 1px solid rgba(74, 144, 226, 0.3);
    border-radius: 16px;
    color: #4a90e2;
}

.tournament-badge.active {
    background: linear-gradient(135deg,
        rgba(255, 215, 0, 0.15),
        rgba(255, 140, 0, 0.15));
    border-color: rgba(255, 215, 0, 0.4);
    color: #FFD700;
}

.tournament-time {
    font-size: 0.85rem;
    font-weight: 700;
    color: #50e3c2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.separator-dot {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.9rem;
    margin: 0 0.25rem;
}

.prize-cta {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.5px;
}

.prize-amount {
    font-size: 1.1rem;
    font-weight: 900;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    animation: goldShine 2s ease-in-out infinite;
}

@keyframes goldShine {
    0%, 100% { filter: brightness(1) contrast(1); }
    50% { filter: brightness(1.3) contrast(1.1); }
}

.countdown-display {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0.6rem;
    background: linear-gradient(135deg,
        rgba(74, 144, 226, 0.1),
        rgba(80, 227, 194, 0.1));
    border: 1px solid rgba(80, 227, 194, 0.3);
    border-radius: 20px;
}

.countdown-display.active {
    background: linear-gradient(135deg,
        rgba(255, 67, 54, 0.1),
        rgba(255, 140, 0, 0.1));
    border-color: rgba(255, 67, 54, 0.3);
}

.countdown-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.6);
}

.countdown-timer {
    font-size: 1.1rem;
    font-weight: 800;
    background: linear-gradient(135deg, #50e3c2, #4a90e2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Monaco', 'Courier New', monospace;
}

.countdown-display.active .countdown-timer {
    background: linear-gradient(135deg, #ff4336, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.live-indicator-large {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem 0.6rem;
    background: rgba(255, 67, 54, 0.15);
    border: 1px solid rgba(255, 67, 54, 0.4);
    border-radius: 16px;
}

.live-dot-large {
    width: 10px;
    height: 10px;
    background: #ff4336;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 67, 54, 0.8);
    animation: livePulse 1.5s infinite;
}

@keyframes livePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 67, 54, 0.8);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(255, 67, 54, 0);
        transform: scale(1.1);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 67, 54, 0);
        transform: scale(1);
    }
}

.live-text-large {
    font-size: 0.8rem;
    font-weight: 800;
    color: #ff4336;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.championship-cta-btn {
    padding: 0.45rem 1.25rem;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border: 2px solid rgba(255, 215, 0, 0.4);
    border-radius: 20px;
    color: #000;
    font-weight: 900;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-left: 0.5rem;
    box-shadow: 0 3px 12px rgba(255, 215, 0, 0.25);
    animation: ctaPulse 2s ease-in-out infinite;
}

@keyframes ctaPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
    }
}

.championship-cta-btn:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5);
    border-color: rgba(255, 215, 0, 0.6);
}

.championship-cta-btn:active {
    transform: translateY(0) scale(0.98);
}

/* Prize Box Styles */
.prize-box {
    position: relative;
    width: 100px;
    height: 100px;
}

.prize-box-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 140, 0, 0.1));
    border: 2px solid rgba(255, 215, 0, 0.4);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    animation: prizeBoxGlow 2s ease-in-out infinite;
}

@keyframes prizeBoxGlow {
    0%, 100% {
        box-shadow:
            0 0 20px rgba(255, 215, 0, 0.2),
            inset 0 0 20px rgba(255, 215, 0, 0.1);
    }
    50% {
        box-shadow:
            0 0 30px rgba(255, 215, 0, 0.4),
            inset 0 0 30px rgba(255, 215, 0, 0.2);
    }
}

.prize-box-inner::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #FFD700, #FFA500, #FFD700);
    border-radius: 16px;
    opacity: 0.5;
    z-index: -1;
    animation: prizeRotate 3s linear infinite;
}

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

.prize-currency {
    font-size: 0.65rem;
    font-weight: 600;
    color: rgba(255, 215, 0, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.prize-value {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: -0.25rem 0;
}

.prize-label {
    font-size: 0.6rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Countdown Box for Upcoming */
.countdown-box {
    min-width: 140px;
}

.countdown-inner {
    padding: 0.75rem 1.25rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1), rgba(80, 227, 194, 0.1));
    border: 1px solid rgba(74, 144, 226, 0.3);
    border-radius: 12px;
    text-align: center;
}

.countdown-time {
    font-size: 1.25rem;
    font-weight: 800;
    background: linear-gradient(135deg, #4a90e2, #50e3c2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.countdown-label {
    font-size: 0.65rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.25rem;
}

/* Championship Join Button */
.championship-join-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    padding: 0.75rem 2rem;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border: none;
    border-radius: 12px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.championship-join-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.championship-join-btn:hover::before {
    left: 100%;
}

.championship-join-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow:
        0 10px 30px rgba(255, 215, 0, 0.3),
        0 5px 15px rgba(0, 0, 0, 0.2);
}

.championship-join-btn:active {
    transform: translateY(0) scale(0.98);
}

.championship-join-btn.pulse-effect {
    animation: btnPulse 2s ease-in-out infinite;
}

@keyframes btnPulse {
    0%, 100% {
        box-shadow:
            0 4px 20px rgba(255, 215, 0, 0.25),
            0 2px 10px rgba(0, 0, 0, 0.1);
    }
    50% {
        box-shadow:
            0 6px 30px rgba(255, 215, 0, 0.35),
            0 3px 15px rgba(0, 0, 0, 0.15);
    }
}

.btn-main {
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 1px;
}

.btn-sub {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 0.8;
    letter-spacing: 0.5px;
}

/* Championship Info Section */
.championship-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.championship-timer,
.championship-countdown,
.championship-prize,
.championship-schedule {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.championship-timer i,
.championship-countdown i,
.championship-prize i,
.championship-schedule i {
    color: #FFD700;
    font-size: 1rem;
}

.championship-banner.upcoming .championship-countdown i,
.championship-banner.upcoming .championship-schedule i {
    color: #50e3c2;
}

.championship-timer strong,
.championship-countdown strong,
.championship-prize strong {
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
}

/* Winner Prize Section - NEW */
.championship-winner-prize {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg,
        rgba(255, 215, 0, 0.15),
        rgba(255, 140, 0, 0.15));
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.championship-winner-prize::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle,
        rgba(255, 215, 0, 0.2) 0%,
        transparent 70%);
    animation: rotateGlow 4s linear infinite;
}

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

.championship-winner-prize i {
    color: #FFD700;
    font-size: 1.2rem;
    z-index: 1;
    animation: crownBounce 2s ease-in-out infinite;
}

@keyframes crownBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px) rotate(5deg); }
}

.winner-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 215, 0, 0.9);
    z-index: 1;
}

.winner-amount {
    font-size: 1.25rem;
    font-weight: 800;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    z-index: 1;
    animation: prizeGlow 1.5s ease-in-out infinite alternate;
}

@keyframes prizeGlow {
    0% {
        filter: brightness(1);
        transform: scale(1);
    }
    100% {
        filter: brightness(1.2);
        transform: scale(1.05);
    }
}

.championship-banner.upcoming .championship-winner-prize {
    background: linear-gradient(135deg,
        rgba(74, 144, 226, 0.1),
        rgba(80, 227, 194, 0.1));
    border-color: rgba(74, 144, 226, 0.3);
}

.championship-banner.upcoming .winner-label {
    color: rgba(80, 227, 194, 0.9);
}

.championship-banner.upcoming .winner-amount {
    background: linear-gradient(135deg, #4a90e2, #50e3c2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Join Button */
.championship-join-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border: 2px solid rgba(255, 215, 0, 0.5);
    border-radius: 10px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow:
        0 4px 20px rgba(255, 215, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 0 40px rgba(255, 215, 0, 0.2);
    animation: glow 2s ease-in-out infinite alternate;
    position: relative;
    overflow: hidden;
}

.championship-join-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent);
    animation: buttonShimmer 2s infinite;
}

@keyframes buttonShimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.join-text {
    font-size: 1rem;
    font-weight: 800;
    z-index: 1;
}

.join-prize {
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(139, 69, 19, 0.9);
    z-index: 1;
    animation: pulsePrize 1.5s ease-in-out infinite;
}

@keyframes pulsePrize {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes glow {
    from {
        box-shadow:
            0 4px 15px rgba(255, 215, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
    to {
        box-shadow:
            0 4px 25px rgba(255, 215, 0, 0.5),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
}

.championship-join-btn:hover {
    transform: translateY(-2px);
    box-shadow:
        0 6px 25px rgba(255, 215, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

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

/* Mobile Responsive for Centered Single Line Layout */
@media (max-width: 768px) {
    .championship-content-centered {
        padding: 0.5rem 1rem;
        gap: 0.75rem;
    }

    .trophy-icon-large {
        font-size: 1.3rem;
    }

    .tournament-badge {
        font-size: 0.75rem;
        padding: 0.25rem 0.6rem;
    }

    .tournament-time {
        font-size: 0.75rem;
    }

    .prize-cta {
        font-size: 0.85rem;
    }

    .prize-amount {
        font-size: 0.95rem;
    }

    .countdown-display {
        padding: 0.35rem 0.65rem;
    }

    .countdown-timer {
        font-size: 0.95rem;
    }

    .championship-cta-btn {
        padding: 0.5rem 1.25rem;
        font-size: 0.8rem;
    }

    .separator-dot {
        margin: 0 0.2rem;
    }
}

@media (max-width: 480px) {
    .championship-banner {
        margin-bottom: 0.5rem;
    }

    .championship-content-centered {
        padding: 0.45rem 0.5rem;
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .trophy-icon-large {
        display: none; /* Hide trophy on small mobile */
    }

    .tournament-badge {
        font-size: 0.65rem;
        padding: 0.2rem 0.5rem;
    }

    .tournament-time {
        font-size: 0.65rem;
    }

    .prize-cta {
        font-size: 0.75rem;
    }

    .prize-amount {
        font-size: 0.85rem;
    }

    .countdown-display {
        padding: 0.3rem 0.5rem;
    }

    .countdown-label {
        font-size: 0.6rem;
    }

    .countdown-timer {
        font-size: 0.85rem;
    }

    .championship-cta-btn {
        padding: 0.45rem 1rem;
        font-size: 0.7rem;
        margin-left: 0.25rem;
    }

    .separator-dot {
        font-size: 0.7rem;
        margin: 0 0.15rem;
    }

    .live-indicator-large {
        padding: 0.25rem 0.5rem;
    }

    .live-text-large {
        font-size: 0.7rem;
    }
}

/* Slide in animation */
@keyframes slideInDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}