.dashboard-wrapper{padding:20px 15px}.header-widget{justify-content:space-between;align-items:center;margin-bottom:30px;padding:15px 20px;display:flex}.profile-info{align-items:center;gap:12px;display:flex}.avatar{background:linear-gradient(135deg, var(--neon-purple), var(--neon-magenta));border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:800;display:flex}.user-details{flex-direction:column;display:flex}.username{font-size:1.1rem;font-weight:600}.balance-info{flex-direction:column;align-items:flex-end;display:flex}.balance-label{color:var(--text-secondary);font-size:.75rem}.balance-amount{color:var(--neon-cyan);font-size:1.3rem;font-weight:800}.currency-badge{background:#ffffff1a;border-radius:8px;padding:5px 10px;font-size:.8rem;font-weight:600}.games-section{margin-bottom:30px}.games-section h3{margin-bottom:15px;font-size:1.2rem;font-weight:600}.games-slider{gap:15px;padding-bottom:15px;display:flex;overflow-x:auto}.games-slider::-webkit-scrollbar{display:none}.game-card{border-radius:15px;flex-direction:column;min-width:140px;max-width:140px;padding:0;transition:transform .3s;display:flex;position:relative;overflow:hidden}.game-card:active{transform:scale(.95)}.game-img{object-fit:cover;border-bottom:2px solid var(--neon-magenta);width:100%;height:120px}.game-info{text-align:center;padding:12px 10px}.game-info h4{white-space:nowrap;text-overflow:ellipsis;margin-bottom:10px;font-size:.9rem;overflow:hidden}.btn-play{border:1px solid var(--neon-cyan);color:var(--neon-cyan);cursor:pointer;background:0 0;border-radius:20px;width:100%;padding:6px 12px;font-size:.75rem;font-weight:600;transition:all .3s}.btn-play:hover{background:#00ffff1a}.live-games-list{flex-direction:column;gap:15px;display:flex}.live-game-row{align-items:center;gap:15px;padding:15px;display:flex}.live-icon{background:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.live-details{flex:1}.live-details h4{margin-bottom:4px;font-size:1rem}.live-details span{color:var(--text-secondary);font-size:.8rem}.live-badge{color:#ff4757;background:#f003;border-radius:10px;padding:4px 8px;font-size:.75rem;font-weight:600}
