@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,700;1,800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Bangers&display=swap";.scary-dream-text{font-family:Bangers,Scary Dream,cursive}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{min-height:100vh;background:#000;overflow-x:hidden}#root{min-height:100vh}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#be185d}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#f97316,#facc15);border-radius:5px;border:2px solid #BE185D}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#facc15,#f97316)}.dashboard-container{display:flex;min-height:100vh;height:100vh;background:#0a0a0a;overflow:hidden}.dashboard-main{flex:1;position:relative;overflow-y:auto;overflow-x:hidden}.main-content{position:relative;z-index:1;padding-bottom:40px}.main-background{position:absolute;inset:0;overflow:hidden;pointer-events:none}.bg-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.6}.bg-glow-1{width:600px;height:400px;top:-100px;left:50%;transform:translate(-50%);background:radial-gradient(ellipse at center,rgba(249,115,22,.4) 0%,transparent 70%)}.bg-glow-2{width:400px;height:300px;top:200px;right:-100px;background:radial-gradient(ellipse at center,rgba(168,85,247,.2) 0%,transparent 70%)}.bg-rays{position:absolute;top:0;left:50%;transform:translate(-50%);width:800px;height:600px;background:conic-gradient(from 180deg at 50% 0%,transparent 0deg,rgba(249,115,22,.1) 30deg,transparent 60deg,rgba(249,115,22,.05) 90deg,transparent 120deg,rgba(249,115,22,.1) 150deg,transparent 180deg);opacity:.8}.bg-starburst{position:absolute;top:50%;left:50%;width:1400px;height:1400px;transform:translate(-50%,-35%);opacity:.8;pointer-events:none}.tab-toggle-container{display:flex;justify-content:center;padding:20px 20px 36px}.tab-toggle{display:flex;gap:5px;background:#050505;border:1px solid rgba(255,255,255,.1);border-radius:7px;padding:5px;box-shadow:0 4px 4px #00000040}.tab-btn{width:120px;padding:14px 24px;border:none;border-radius:7px;background:transparent;color:#fffc;font-family:Inter Tight,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;line-height:1}.tab-btn:hover:not(:disabled){color:#fff}.tab-btn.active{background:#f37020;border:1px solid #f37020;color:#fff}.tab-btn:disabled{opacity:.5;cursor:not-allowed}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.empty-icon{font-size:5rem;margin-bottom:20px;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.empty-state p{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 8px}.empty-state span{font-size:1rem;color:#ffffff80}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.error-icon{font-size:4rem;margin-bottom:16px}.error-state p{font-size:1.2rem;font-weight:600;color:#fff;margin:0 0 16px}.retry-btn{padding:12px 24px;background:#f97316;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.retry-btn:hover{background:#ea580c;transform:translateY(-2px)}.dashboard-skeleton{padding:40px 20px}.skeleton-podium{display:flex;justify-content:center;align-items:flex-end;gap:20px;margin-bottom:40px}.skeleton-podium-item{display:flex;flex-direction:column;align-items:center;gap:8px}.skeleton-podium-item:nth-child(2){order:-1}.skeleton-crown{width:60px;height:45px;border-radius:8px;background:#ffffff1a}.skeleton-podium-item:first-child .skeleton-crown{width:80px;height:60px}.skeleton-avatar-large{width:60px;height:60px;border-radius:50%;background:#ffffff1a}.skeleton-podium-item:first-child .skeleton-avatar-large{width:80px;height:80px}.skeleton-name{width:80px;height:16px;border-radius:4px;background:#ffffff1a}.skeleton-points{width:60px;height:24px;border-radius:12px;background:#ffffff1a}.skeleton-block{width:140px;height:100px;border-radius:8px 8px 0 0;background:#ffffff1a}.skeleton-podium-item:first-child .skeleton-block{width:180px;height:180px}.skeleton-podium-item:nth-child(2) .skeleton-block{height:140px}.skeleton-table{display:flex;flex-direction:column;gap:8px;padding:20px;background:#0000004d;border-radius:12px;margin:0 20px}.skeleton-row{height:56px;border-radius:8px;background:#ffffff0d}.shimmer{position:relative;overflow:hidden}.shimmer:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.dashboard-main::-webkit-scrollbar{width:8px}.dashboard-main::-webkit-scrollbar-track{background:transparent}.dashboard-main::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.dashboard-main::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media(max-width:1200px){.dashboard-container{flex-direction:column}.left-sidebar{width:100%;min-height:auto;flex-direction:row;flex-wrap:wrap;gap:16px}.sidebar-content{flex-direction:row;flex-wrap:wrap;gap:16px}.season-title{width:100%}.giveaway-card,.about-section,.discord-btn{flex:1;min-width:250px}.prize-list{width:100%}.mascot-container{display:none}}@media(max-width:768px){.left-sidebar{padding:16px}.sidebar-content{flex-direction:column}.giveaway-card,.about-section,.discord-btn{min-width:100%}.tab-toggle-container{padding:16px}.tab-btn{padding:10px 20px;font-size:.85rem}}.left-sidebar{width:270px;height:100vh;background:#0f0e11;border-right:1px solid rgba(255,255,255,.04);position:relative;flex-shrink:0;display:flex;flex-direction:column}.sidebar-scroll-container{flex:1;overflow-y:auto;overflow-x:hidden;padding:20px;display:flex;flex-direction:column;gap:20px}.sidebar-content{display:flex;flex-direction:column;gap:20px}.main-card{background:transparent;border-radius:10px;padding:10px 6px;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:16px}.starburst-bg{position:absolute;top:-100px;left:50%;transform:translate(-50%);width:800px;height:800px;background:conic-gradient(from 90deg at 50% 0%,transparent 0deg,rgba(120,80,40,.18) 5deg,transparent 10deg,rgba(120,80,40,.15) 15deg,transparent 20deg,rgba(120,80,40,.18) 25deg,transparent 30deg,rgba(120,80,40,.12) 35deg,transparent 40deg,rgba(120,80,40,.18) 45deg,transparent 50deg,rgba(120,80,40,.15) 55deg,transparent 60deg,rgba(120,80,40,.18) 65deg,transparent 70deg,rgba(120,80,40,.12) 75deg,transparent 80deg,rgba(120,80,40,.18) 85deg,transparent 90deg,rgba(120,80,40,.15) 95deg,transparent 100deg,rgba(120,80,40,.18) 105deg,transparent 110deg,rgba(120,80,40,.12) 115deg,transparent 120deg,rgba(120,80,40,.18) 125deg,transparent 130deg,rgba(120,80,40,.15) 135deg,transparent 140deg,rgba(120,80,40,.18) 145deg,transparent 150deg,rgba(120,80,40,.12) 155deg,transparent 160deg,rgba(120,80,40,.18) 165deg,transparent 170deg,rgba(120,80,40,.15) 175deg,transparent 180deg);pointer-events:none;mask-image:radial-gradient(ellipse 100% 70% at 50% 0%,#000,#0006 50%,#0000 80%);-webkit-mask-image:radial-gradient(ellipse 100% 70% at 50% 0%,rgba(0,0,0,1) 0%,rgba(0,0,0,.4) 50%,rgba(0,0,0,0) 80%)}.logo-container{padding:10px 0;margin:0;position:relative;z-index:1;line-height:0}.logo-image{width:100%;max-width:200px;height:auto;object-fit:contain;display:block}.season-title{font-family:Bangers,Scary Dream,sans-serif;font-size:38px;font-weight:400;color:#fff;line-height:1.05;margin:0;text-transform:uppercase;position:relative;z-index:1;letter-spacing:.5px}.giveaway-about-wrapper{background:linear-gradient(180deg,#2a1a12,#3d2418,#4a2d1c);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:16px;position:relative;overflow:hidden}.giveaway-card{background:#f37020;border-radius:7px;padding:20px 12px;position:relative;overflow:visible;display:flex;flex-direction:column;gap:26px}.giveaway-confetti{position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle at 70% 30%,rgba(255,255,255,.3) 2px,transparent 2px),radial-gradient(circle at 85% 60%,rgba(255,255,255,.2) 1.5px,transparent 1.5px),radial-gradient(circle at 60% 80%,rgba(255,255,255,.25) 1.5px,transparent 1.5px)}.giveaway-mascot{position:absolute;right:5px;top:20px;width:90px;height:auto;z-index:2;pointer-events:none}.giveaway-content{display:flex;flex-direction:column;gap:12px;max-width:58%}.giveaway-header{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;margin-right:-40px}.giveaway-badge{height:18px;width:auto;max-width:95px;flex-shrink:0}.new-badge{background:#b63018;color:#fff;font-family:Inter Tight,sans-serif;font-size:9px;font-weight:700;padding:4px 5px;border-radius:2px;text-transform:uppercase}.giveaway-description{font-family:Inter Tight,sans-serif;font-size:14px;font-weight:500;color:#fff;line-height:1.3;margin:0}.join-event-btn{background:#ffe74c;color:#0f0e11;border:none;border-radius:7px;padding:10px 18px;font-family:Inter Tight,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;cursor:pointer;transition:all .2s ease;width:fit-content}.join-event-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffe74c66}.countdown-timer{display:flex;align-items:center;justify-content:space-between;width:100%}.countdown-unit{display:flex;flex-direction:column;background:#fff;border:.9px solid #fff;border-radius:7.2px;overflow:hidden;width:45px;height:40px}.countdown-label-box{background:#e45600;padding:3px 0;display:flex;align-items:center;justify-content:center}.countdown-label{font-family:Inter Tight,sans-serif;font-size:10px;font-weight:600;color:#fff;text-align:center}.countdown-value-box{flex:1;display:flex;align-items:center;justify-content:center;padding:2px 0 6px}.countdown-value{font-family:Inter Tight,sans-serif;font-size:14px;font-weight:800;color:#0f0e11}.countdown-separator{font-family:Inter Tight,sans-serif;font-size:16px;font-weight:700;color:#ffffffb3}.about-section{display:flex;flex-direction:column;gap:8px;position:relative;z-index:1;padding:4px 0 8px}.about-title{font-family:Bangers,Scary Dream,sans-serif;font-size:16px;font-weight:400;color:#fff;text-transform:uppercase;margin:0;line-height:1.1}.about-text{font-family:Inter Tight,sans-serif;font-size:14px;font-weight:500;color:#fff9;line-height:1.4;margin:0}.discord-btn{display:flex;align-items:center;gap:7px;padding:14px 10px;border-radius:7px;text-decoration:none;position:relative;overflow:hidden;transition:all .2s ease}.discord-btn-bg{position:absolute;inset:0;background:linear-gradient(135deg,#8b5cf6,#6d28d9,#5b21b6);border-radius:7px;overflow:hidden}.discord-btn-bg:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 70% 20%,rgba(168,85,247,.4) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 30% 70%,rgba(139,92,246,.3) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(196,181,253,.2) 0%,transparent 30%)}.discord-btn-bg:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 60% 20%,rgba(255,255,255,.2) 1px,transparent 1px),radial-gradient(circle at 80% 40%,rgba(255,255,255,.25) 1px,transparent 1px),radial-gradient(circle at 40% 60%,rgba(255,255,255,.15) 1px,transparent 1px),radial-gradient(circle at 70% 70%,rgba(255,255,255,.2) 1px,transparent 1px),radial-gradient(circle at 15% 80%,rgba(255,255,255,.18) 1px,transparent 1px),radial-gradient(circle at 90% 15%,rgba(255,255,255,.22) 1px,transparent 1px)}.discord-icon{width:26px;height:20px;position:relative;z-index:1}.discord-text-container{display:flex;flex-direction:column;gap:2px;position:relative;z-index:1}.discord-label{font-family:Inter Tight,sans-serif;font-size:10px;font-weight:500;color:#ffffffb3;letter-spacing:.4px;line-height:1.1}.discord-text{font-family:Bangers,Scary Dream,sans-serif;font-size:14px;font-weight:400;color:#fff;text-transform:uppercase;line-height:1.1}.discord-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #6d2dd166}.prize-list{display:flex;flex-direction:column;gap:9px}.prize-item{display:flex;align-items:center;gap:10px;background:#212121;border-radius:7px;padding:12px;position:relative}.prize-place{flex:1;font-family:Bangers,Scary Dream,sans-serif;font-size:14px;font-weight:400;color:#fff;text-transform:uppercase}.prize-amount-container{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.prize-amount{font-family:Inter Tight,sans-serif;font-size:14px;font-weight:700;color:#fff}.prize-subtitle{font-family:Inter Tight,sans-serif;font-size:12px;font-weight:500;color:#fffc}.prize-indicator{width:2px;height:26px;background:#f37020;border-radius:1px;flex-shrink:0}.ovalthon-card{background:#f37020;border-radius:7px;padding:12px;position:relative;overflow:visible;margin-top:80px;min-height:134px;display:flex;flex-direction:column;justify-content:space-between}.ovalthon-glow{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:278px;height:138px;background:#f9d61c;filter:blur(40px);border-radius:50%;pointer-events:none}.ovalthon-mascot{position:absolute;top:-89px;right:10px;width:110px;height:auto;z-index:2;pointer-events:none}.ovalthon-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:12px}.ovalthon-title{font-family:Inter Tight,sans-serif;font-size:16px;font-weight:600;color:#fff;display:flex;flex-direction:column;gap:2px}.ovalthon-title span:first-of-type{font-family:Bangers,Scary Dream,sans-serif;text-transform:uppercase}.ovalthon-in{font-family:Inter Tight,sans-serif!important;text-transform:lowercase!important;font-weight:600}.ovalthon-hours{margin-left:60px}.live-icon{width:27px;height:17px;margin-bottom:4px}.countdown-timer.ovalthon{margin-top:auto}.sidebar-scroll-container::-webkit-scrollbar{width:4px}.sidebar-scroll-container::-webkit-scrollbar-track{background:transparent}.sidebar-scroll-container::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.sidebar-scroll-container::-webkit-scrollbar-thumb:hover{background:#ffffff40}.sidebar-scroll-container{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}@media(max-width:1200px){.left-sidebar{width:100%;height:auto;max-height:none;border-right:none;border-bottom:1px solid rgba(255,255,255,.04)}.sidebar-scroll-container{overflow:visible;height:auto;padding:16px}.sidebar-content{flex-direction:row;flex-wrap:wrap;gap:16px}.main-card{flex:2;min-width:280px}.discord-btn,.prize-list{flex:1;min-width:200px}.ovalthon-card{width:100%;margin-top:16px}.ovalthon-mascot{top:-70px;right:20px;width:90px}}@media(max-width:768px){.sidebar-content{flex-direction:column}.main-card,.discord-btn,.prize-list{min-width:100%}.giveaway-mascot{width:60px;top:40px}.giveaway-content{max-width:55%}}.podium-container{position:relative;width:100%;min-height:650px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:20px;overflow:hidden}.podium-glow{position:absolute;top:65%;left:50%;width:900px;height:500px;transform:translate(-50%,-50%);background:radial-gradient(ellipse at center,rgba(249,115,22,.2) 0%,transparent 60%);pointer-events:none;z-index:0}.podium-winners{display:flex;align-items:flex-end;justify-content:center;position:relative;z-index:1;width:100%;max-width:1100px}.podium-place{display:flex;flex-direction:column;align-items:center;position:relative}.podium-place-1{z-index:3;margin:0 -35px}.podium-place-2{z-index:2}.podium-place-3{z-index:1}.podium-crown{display:flex;align-items:center;justify-content:center;margin-bottom:8px}.podium-place-1 .podium-crown{width:180px;height:110px}.podium-place-2 .podium-crown,.podium-place-3 .podium-crown{width:140px;height:85px}.podium-crown img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,.5))}.podium-user-card{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:16px}.podium-avatar-wrapper{position:relative}.podium-avatar{width:60px;height:60px;border-radius:12px;overflow:hidden;background:#1a1a1a;box-shadow:0 4px 12px #0006}.podium-place-1 .podium-avatar{width:70px;height:70px}.podium-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-family:Inter Tight,-apple-system,sans-serif;font-size:1.75rem;font-weight:700}.podium-place-1 .avatar-placeholder{font-size:2rem}.avatar-badge{position:absolute;bottom:-8px;right:-8px;width:28px;height:28px;background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d}.avatar-badge span{font-family:Inter Tight,-apple-system,sans-serif;font-size:12px;font-weight:700;color:#f97316}.podium-username{font-family:Inter Tight,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#fff;text-align:center}.podium-place-1 .podium-username{font-size:18px}.podium-points{display:flex;align-items:center;gap:6px;background:#f37020;padding:6px 12px;border-radius:8px;box-shadow:0 2px 8px #f3702066}.points-coin{width:20px;height:20px;border-radius:50%;border:1.5px solid rgba(255,255,255,.8);object-fit:cover}.podium-points span{font-family:Inter Tight,-apple-system,sans-serif;font-size:16px;font-weight:700;color:#fff}.podium-block-wrapper{position:relative}.podium-block{position:relative;--top-height: 36px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.5))}.podium-place-1 .podium-block{width:342px;height:420px;--top-height: 34px}.podium-place-2 .podium-block{width:342px;height:300px;--top-height: 36px}.podium-place-3 .podium-block{width:342px;height:250px;--top-height: 36px}.podium-block-top{position:absolute;top:0;left:0;right:0;height:var(--top-height);background:linear-gradient(180deg,#e86a10,#d35400);clip-path:polygon(12% 0%,88% 0%,100% 100%,0% 100%)}.podium-block-left,.podium-block-right{display:none}.podium-block-front{position:absolute;bottom:0;left:0;right:0;top:var(--top-height);background:linear-gradient(180deg,#fc3,#f5b820 30%,#f0a830);display:flex;align-items:center;justify-content:center;overflow:hidden}.podium-label{font-family:Inter Tight,-apple-system,sans-serif;font-weight:800;background:linear-gradient(180deg,#ffffff8c,#ffffff0d);-webkit-background-clip:text;background-clip:text;color:transparent;text-transform:lowercase;letter-spacing:-.02em}.podium-place-1 .podium-label{font-size:160px}.podium-place-2 .podium-label{font-size:120px}.podium-place-3 .podium-label{font-size:110px}@media(max-width:1100px){.podium-place-1 .podium-block{width:300px;height:280px}.podium-place-2 .podium-block{width:260px;height:210px}.podium-place-3 .podium-block{width:260px;height:170px}.podium-place-1 .podium-label{font-size:130px}.podium-place-2 .podium-label,.podium-place-3 .podium-label{font-size:100px}.podium-place-1{margin:0 -28px}}@media(max-width:900px){.podium-container{min-height:550px}.podium-place-1 .podium-crown{width:140px;height:85px}.podium-place-2 .podium-crown,.podium-place-3 .podium-crown{width:110px;height:68px}.podium-place-1 .podium-block{width:260px;height:240px}.podium-place-2 .podium-block{width:220px;height:180px}.podium-place-3 .podium-block{width:220px;height:150px}.podium-place-1 .podium-label{font-size:110px}.podium-place-2 .podium-label{font-size:85px}.podium-place-3 .podium-label{font-size:80px}.podium-place-1{margin:0 -22px}.podium-avatar{width:50px;height:50px}.podium-place-1 .podium-avatar{width:60px;height:60px}.podium-block{--top-height: 28px}}@media(max-width:700px){.podium-container{min-height:450px;padding:10px}.podium-place-1 .podium-crown{width:100px;height:60px}.podium-place-2 .podium-crown,.podium-place-3 .podium-crown{width:80px;height:50px}.podium-place-1 .podium-block{width:180px;height:170px}.podium-place-2 .podium-block{width:150px;height:130px}.podium-place-3 .podium-block{width:150px;height:110px}.podium-place-1 .podium-label{font-size:70px}.podium-place-2 .podium-label{font-size:55px}.podium-place-3 .podium-label{font-size:50px}.podium-block{--top-height: 20px}.podium-place-1{margin:0 -14px}.podium-avatar{width:44px;height:44px}.podium-place-1 .podium-avatar{width:50px;height:50px}.avatar-badge{width:22px;height:22px;bottom:-6px;right:-6px}.avatar-badge span{font-size:10px}.podium-username{font-size:13px}.podium-place-1 .podium-username{font-size:14px}.podium-points{padding:4px 8px}.points-coin{width:16px;height:16px}.podium-points span{font-size:13px}.podium-user-card{gap:6px;margin-bottom:10px}.podium-crown{margin-bottom:4px}}.leaderboard-table-container{background:#121212;border:1px solid rgba(40,40,40,.2);border-radius:24px;padding:20px;display:flex;flex-direction:column;gap:12px;overflow:hidden}.table-scroll-area{display:flex;flex-direction:column;min-height:0;flex:1;overflow-x:clip;overflow-y:auto}.table-header{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:10px;padding:16px 30px;background:#f37020;border-radius:10px 10px 0 0;position:sticky;top:0;z-index:2}.table-header .table-col{font-family:Inter Tight,sans-serif;font-size:15px;font-weight:600;color:#fff;line-height:1.1}.table-body{display:flex;flex-direction:column;border-radius:0 0 10px 10px}.table-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:10px;padding:14px 30px;align-items:center;border-left:1px solid #292929;border-right:1px solid #292929;border-top:1px solid #292929;transition:background .2s ease}.table-row:last-child{border-bottom:1px solid #292929;border-radius:0 0 10px 10px}.table-row:hover{background:#ffffff08}.table-col{display:flex;align-items:center;gap:8px;min-height:18px}.col-place{display:flex;align-items:center;gap:8px}.rank-arrow{width:16px;height:16px;flex-shrink:0}.place-number{font-family:Inter Tight,sans-serif;font-size:14px;font-weight:600;color:#fff;line-height:1.1}.avatar-circle{width:28px;height:28px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#1a1a1a}.avatar-circle img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-family:Inter Tight,sans-serif;font-size:12px;font-weight:700}.cell-text{font-family:Inter Tight,sans-serif;font-size:14px;font-weight:600;color:#fff;line-height:1.1;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trophy-icon{width:24.5px;height:24.5px;flex-shrink:0}.coin-icon{width:28px;height:28px;flex-shrink:0;border-radius:50%;border:1px solid #121212}.table-divider{height:1px;background:#ffffff1a;margin:0}.pagination{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 12px}.pagination-arrow-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:48px;color:#fff9;cursor:pointer;padding:6px;transition:all .2s ease}.pagination-arrow-btn:hover:not(:disabled){color:#fff;background:#ffffff0d}.pagination-arrow-btn:disabled{opacity:.3;cursor:not-allowed}.pagination-arrow-btn svg{width:18px;height:18px}.pagination-numbers{display:flex;align-items:center;gap:4px;padding:4px}.pagination-num-btn{min-width:auto;height:auto;display:flex;align-items:center;justify-content:center;background:#292929;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#fff;font-family:Inter Tight,sans-serif;font-size:14px;font-weight:500;cursor:pointer;padding:4px 8px;transition:all .2s ease}.pagination-num-btn:hover:not(:disabled):not(.dots):not(.active){background:#ffffff1a}.pagination-num-btn.active{background:#fff;color:#0f0e11}.pagination-num-btn.active:hover{background:#fff}.pagination-num-btn:disabled{cursor:default}.pagination-num-btn.dots{background:#292929;cursor:default}@media(max-width:1024px){.table-header,.table-row{grid-template-columns:.8fr 1fr 1fr .8fr .8fr;padding:12px 16px;gap:8px}.table-header .table-col,.cell-text,.place-number{font-size:13px}}@media(max-width:768px){.leaderboard-table-container{border-radius:16px;padding:12px}.table-header{display:none}.table-row{grid-template-columns:auto 1fr auto;gap:12px;padding:12px;background:#ffffff05;border-radius:8px;margin-bottom:8px;border:1px solid #292929}.table-row:last-child{border-radius:8px;margin-bottom:0}.col-place{grid-column:1;grid-row:1 / 3}.col-username{grid-column:2;grid-row:1}.col-agency{grid-column:2;grid-row:2}.col-points{grid-column:3;grid-row:1;justify-self:end}.col-rank{grid-column:3;grid-row:2;justify-self:end}.pagination-numbers{flex-wrap:wrap;justify-content:center}}.activity-feed{width:326px;height:100%;background:#0f0e11;border-left:1px solid rgba(255,255,255,.04);padding:20px;display:flex;flex-direction:column;flex-shrink:0;overflow:hidden}.feed-content{display:flex;flex-direction:column;gap:12px;flex:1;overflow-y:auto;overflow-x:hidden;min-height:0}.activity-item{background:linear-gradient(180deg,#131115,#1f1916);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:12px;display:flex;align-items:center;justify-content:space-between;position:relative;flex-shrink:0;width:100%}.activity-fire{background:linear-gradient(270deg,#ffb18200 44%,#ffb18266),linear-gradient(180deg,#131115,#1f1916);border-radius:7px;height:106px;padding:14px;flex-direction:column;align-items:flex-start;justify-content:center;gap:14px;overflow:hidden;position:relative}.activity-fire:before{content:"";position:absolute;inset:0;background:#f37020;border-radius:7px;z-index:0}.activity-fire:after{content:"";position:absolute;left:-16px;top:50%;transform:translateY(-50%);width:160px;height:160px;background:#b63018;filter:blur(10px);z-index:1}.fire-content{display:flex;flex-direction:column;gap:8px;position:relative;z-index:2}.fire-user{font-family:Bangers,Scary Dream,cursive;font-size:14px;color:#fff;text-transform:uppercase;letter-spacing:.5px}.fire-status{font-family:Inter Tight,sans-serif;font-weight:500;font-size:16px;color:#fff}.fire-status span{font-weight:600;color:#ffe74c}.fire-badge{display:flex;align-items:center;gap:4px;background:#fff;padding:4px 8px;border-radius:4px;width:fit-content}.fire-badge-text{font-family:Inter Tight,sans-serif;font-weight:600;font-size:14px;color:#f37020}.fire-mascot{position:absolute;right:-10px;top:50%;transform:translateY(-50%);height:110%;width:auto;object-fit:contain;z-index:2;opacity:.95}.fire-icon-small{width:16px;height:16px}.activity-points{background:linear-gradient(270deg,#ffb18200 44%,#ffb18266),linear-gradient(180deg,#131115,#1f1916)}.activity-points-default{background:linear-gradient(180deg,#131115,#1f1916)}.activity-info{display:flex;flex-direction:column;gap:8px}.activity-user{font-family:Bangers,Scary Dream,cursive;font-size:14px;color:#fff;text-transform:uppercase;letter-spacing:.5px}.activity-text{font-family:Inter Tight,sans-serif;font-weight:400;font-size:16px;color:#dfdbdb}.activity-text span{font-weight:600;color:#f37020}.activity-badge{display:flex;align-items:center;gap:6px;padding:4px}.badge-avatar{width:22px;height:22px;border-radius:50%;border:.786px solid #fff;overflow:hidden}.badge-avatar img{width:100%;height:100%;object-fit:cover}.badge-value{font-family:Inter Tight,sans-serif;font-weight:700;font-size:18px;color:#fff}.activity-bonus{background:linear-gradient(180deg,#131115,#1f1916)}.bonus-text{font-size:14px}.bonus-icon{width:26px;height:26px;display:flex;align-items:center;justify-content:center}.activity-jackpot{flex-direction:column;align-items:flex-start;gap:10px;background:linear-gradient(180deg,#131115,#1f1916)}.jackpot-header{display:flex;flex-wrap:wrap;gap:4px}.jackpot-user{font-family:Bangers,Scary Dream,cursive;font-size:14px;color:#fff;text-transform:uppercase}.jackpot-highlight{font-family:Bangers,Scary Dream,cursive;font-size:14px;color:#f37020;text-transform:uppercase}.jackpot-panels{display:flex;width:100%;border-radius:8px;overflow:hidden}.jackpot-panel{padding:10px 19px;display:flex;align-items:center;gap:5px;position:relative}.jackpot-panel-left{background:#fff;flex:1}.jackpot-panel-right{background:#337f38}.jackpot-avatar{width:24px;height:24px;border-radius:50%;overflow:hidden}.jackpot-avatar img{width:100%;height:100%;object-fit:cover}.jackpot-stat{display:flex;flex-direction:column;gap:2px}.jackpot-value{font-family:Bangers,Scary Dream,cursive;font-size:14px;text-transform:uppercase;line-height:1.1}.jackpot-value-dark{color:#0f0e11}.jackpot-value-light{color:#fff}.jackpot-label{font-family:Inter Tight,sans-serif;font-weight:500;font-size:12px}.jackpot-label-dark{color:#0f0e11}.jackpot-label-light{color:#fff}.jackpot-stars{position:absolute;pointer-events:none}.jackpot-panel-left .jackpot-stars{inset:0}.jackpot-panel-right .jackpot-stars{inset:0;opacity:.24}.activity-position{height:73px;overflow:hidden}.activity-position.up{background:linear-gradient(90deg,#9cdc5800,#9cdc58),linear-gradient(180deg,#131115,#1f1916)}.activity-position.down{background:linear-gradient(90deg,#ed265500,#ed2655),linear-gradient(180deg,#131115,#1f1916)}.position-info{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}.position-user{font-family:Bangers,Scary Dream,cursive;font-size:14px;color:#fff;text-transform:uppercase;white-space:pre-wrap}.position-text{font-family:Inter Tight,sans-serif;font-weight:400;font-size:14px;color:#fff}.position-text span{font-weight:600;color:#ff6100}.position-arrows{position:absolute;right:0;top:-30px;display:flex;flex-direction:column;padding-bottom:55px}.position-arrows.down{top:-70px;transform:scaleY(-1)}.position-arrow{width:144px;height:95px;margin-bottom:-55px}.feed-content::-webkit-scrollbar{width:6px}.feed-content::-webkit-scrollbar-track{background:transparent}.feed-content::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.feed-content::-webkit-scrollbar-thumb:hover{background:#ffffff40}@media(max-width:1400px){.activity-feed{width:300px;padding:16px}}@media(max-width:1200px){.activity-feed{display:none}}.navigation{background-color:#0f0e11;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;padding:20px 30px;width:100%}.nav-logo{display:flex;flex-direction:column;align-items:flex-start;width:170px;flex-shrink:0}.nav-logo img{height:40px;width:170px}.nav-content{display:flex;flex:1;align-items:center;justify-content:space-between}.nav-tabs{background-color:#050505;border:1px solid rgba(255,255,255,.1);border-radius:7px;display:flex;gap:5px;padding:5px;box-shadow:0 4px 4px #00000040}.nav-tab{position:relative;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:7px;font-family:Inter Tight,sans-serif;font-weight:600;font-size:14px;line-height:1;border:none;cursor:pointer;transition:color .2s ease;background:transparent;color:#fff;z-index:1}.nav-tab.active{color:#0f0e11}.nav-tab:not(.active):hover{background-color:#ffffff0d}.nav-tab-indicator{position:absolute;inset:0;background-color:#ffe74c;border:1px solid #d3b700;border-radius:7px;z-index:-1}.nav-right{display:flex;gap:24px;align-items:center}.discord-btn{position:relative;display:inline-flex;gap:10px;align-items:center;padding:12px 16px;border-radius:7px;overflow:hidden;cursor:pointer;border:none;text-decoration:none;background:linear-gradient(135deg,#7c3aed,#6d2dd1,#5b21b6);flex-shrink:0}.discord-btn:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(255,255,255,.15) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(139,92,246,.3) 0%,transparent 50%);pointer-events:none}.discord-btn-bg,.discord-btn-overlay{display:none}.discord-btn-content{position:relative;z-index:1;display:flex;gap:10px;align-items:center}.discord-btn-icon{height:20px;width:26px;flex-shrink:0}.discord-btn-text{font-family:Bangers,Scary Dream,cursive;font-size:14px;color:#fff;text-transform:uppercase;line-height:1.1;letter-spacing:1px}.points-widget{display:flex;align-items:stretch;border-radius:8px;overflow:hidden}.points-section{position:relative;background-color:#fff;display:flex;gap:5px;align-items:center;padding:10px 14px}.points-coin{width:24px;height:24px;border-radius:50%;object-fit:cover}.points-info{display:flex;flex-direction:column;gap:2px;color:#0f0e11}.points-value{font-family:Bangers,Scary Dream,cursive;font-size:14px;text-transform:uppercase;line-height:1.1}.points-label{font-family:Inter Tight,sans-serif;font-weight:500;font-size:12px;line-height:1}.sparkle{position:absolute;opacity:.8}.sparkle-1{width:14px;height:12px;right:-3px;top:-3px;transform:rotate(-33deg)}.sparkle-2{width:5px;height:7px;left:85px;top:10px;transform:rotate(-105deg)}.sparkle-3{width:15px;height:12px;left:36px;bottom:-3px;transform:rotate(31deg)}.bonus-section{position:relative;background-color:#337f38;display:flex;flex-direction:column;gap:2px;padding:10px 14px;color:#fff}.bonus-value{font-family:Bangers,Scary Dream,cursive;font-size:14px;text-transform:uppercase;line-height:1.1}.bonus-label{font-family:Inter Tight,sans-serif;font-weight:500;font-size:12px;line-height:1}.dollar-icon{position:absolute;opacity:.24}.dollar-1{width:16px;height:16px;right:3px;top:-4px}.dollar-2{width:8px;height:8px;left:57px;top:11px}.dollar-3{width:10px;height:10px;right:6px;bottom:-2px}.nav-icon-buttons{display:flex;gap:4px}.nav-icon-btn{background-color:#050505;border:1px solid rgba(255,255,255,.1);border-radius:7px;width:46px;height:46px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 4px #00000040;cursor:pointer;position:relative;transition:all .2s ease}.nav-icon-btn:hover{background-color:#1a1a1a;border-color:#fff3}.nav-icon-btn img{width:20px;height:20px;display:block}.nav-icon-btn img[src$=".svg"]{width:20px;height:20px}.notification-dot{position:absolute;width:6px;height:6px;background-color:#f44;border-radius:50%;top:14px;right:13px}.nav-divider{width:1px;height:100%;min-height:30px;background-color:#f37020;opacity:.1}.nav-user{display:flex;gap:12px;align-items:center;cursor:pointer;padding:4px;border-radius:8px;transition:background-color .2s ease}.nav-user:hover{background-color:#ffffff0d}.nav-user-info{display:flex;gap:8px;align-items:center}.nav-avatar{width:40px;height:40px;border-radius:4px;overflow:hidden;flex-shrink:0}.nav-avatar img{width:100%;height:100%;object-fit:cover;display:block}.nav-user-details{display:flex;flex-direction:column;gap:3px}.nav-user-name{font-family:Inter Tight,sans-serif;font-weight:600;font-size:14px;color:#fff;line-height:1}.nav-user-email{font-family:Inter Tight,sans-serif;font-weight:500;font-size:12px;color:#d3d3d3;line-height:1}.nav-dropdown-arrow{width:10px;height:6px;flex-shrink:0}@media(max-width:1200px){.navigation{padding:15px 20px;gap:16px}.nav-logo{width:auto}.nav-right{gap:16px}}@media(max-width:992px){.nav-user-details,.discord-btn-text,.points-widget{display:none}}@media(max-width:768px){.navigation{padding:12px 16px}.nav-logo img{height:40px}.nav-tabs,.nav-divider{display:none}}
