*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0a0a0f;--bg-secondary:#12121a;--bg-tertiary:#1a1a2e;--bg-card:#16162a;--text-primary:#e8e8f0;--text-secondary:#9090a8;--text-muted:#606078;--accent-primary:#6c5ce7;--accent-secondary:#a29bfe;--accent-success:#00e676;--accent-warning:#ffc107;--accent-danger:#ff5252;--accent-gold:gold;--border-color:#2a2a3e;--font-main:"Inter", -apple-system, sans-serif;--font-mono:"JetBrains Mono", monospace}body{font-family:var(--font-main);background:var(--bg-primary);color:var(--text-primary);min-height:100vh}#root{min-height:100vh;display:flex}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}button{font-family:var(--font-main);cursor:pointer;border:none;outline:none}button:disabled{cursor:not-allowed}textarea,input{font-family:var(--font-main);outline:none}::selection{background:var(--accent-primary);color:#fff}.nav-item{color:var(--text-secondary);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:.85rem;transition:all .15s;display:flex}.nav-item:hover{background:var(--bg-tertiary);color:var(--text-primary)}.nav-item.active{background:var(--bg-tertiary);color:var(--accent-secondary);font-weight:500}@media (width<=768px){.sidebar{width:60px!important;padding:16px 8px!important}.sidebar .nav-label,.sidebar .sidebar-subtitle,.sidebar .sidebar-player-name,.sidebar .sidebar-stats,.sidebar .sidebar-revenue{display:none}.sidebar .sidebar-logo{font-size:1rem!important}.dashboard-grid{grid-template-columns:1fr!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes glow{0%,to{box-shadow:0 0 5px #6c5ce74d}50%{box-shadow:0 0 20px #6c5ce799}}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-3px)}40%,80%{transform:translate(3px)}}@keyframes flame{0%,to{transform:scaleY(1)scaleX(1)}50%{transform:scaleY(1.2)scaleX(.9)}}@keyframes confettiPiece{0%{opacity:1;transform:translateY(0)rotate(0)}to{opacity:0;transform:translateY(-300px)rotate(720deg)}}@keyframes numberPop{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.3)}to{opacity:1;transform:scale(1)}}@keyframes xpFill{0%{width:0%}}@keyframes toastIn{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}@keyframes toastOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(120%)}}.animate-in{animation:.3s ease-out both fadeIn}.animate-slide-up{animation:.4s ease-out both slideUp}.animate-pulse{animation:2s infinite pulse}.animate-glow{animation:2s infinite glow}.animate-shake{animation:.5s ease-in-out shake}.animate-flame{transform-origin:bottom;animation:.6s ease-in-out 2 flame}.animate-number-pop{animation:.5s ease-out both numberPop}.animate-toast-in{animation:.4s ease-out both toastIn}.animate-toast-out{animation:.3s ease-in both toastOut}.widget-enter:first-child{animation-delay:0s}.widget-enter:nth-child(2){animation-delay:60ms}.widget-enter:nth-child(3){animation-delay:.12s}.widget-enter:nth-child(4){animation-delay:.18s}.widget-enter:nth-child(5){animation-delay:.24s}.widget-enter:nth-child(6){animation-delay:.3s}.widget-enter:nth-child(7){animation-delay:.36s}.widget-enter:nth-child(8){animation-delay:.42s}
