.Header-module__ldgnoG__header{width:100%;height:var(--header-height);z-index:1000;-webkit-backdrop-filter:blur(16px);background:#0a0a0bbf;border-bottom:1px solid #ffffff0f;align-items:center;transition:all .3s;display:flex;position:fixed;top:0;left:0}.Header-module__ldgnoG__scrolled{border-bottom:1px solid var(--border-glass);background:#0a0a0bf2}.Header-module__ldgnoG__container{justify-content:space-between;align-items:center;display:flex}.Header-module__ldgnoG__logo{color:var(--primary);align-items:center;gap:12px;font-size:1.5rem;font-weight:700;display:flex}.Header-module__ldgnoG__logoImg{object-fit:cover;border-radius:8px;width:140px;height:auto}.Header-module__ldgnoG__nav{gap:32px;display:flex}.Header-module__ldgnoG__navLink{color:var(--text-secondary);padding:8px 0;font-size:.95rem;font-weight:500;position:relative}.Header-module__ldgnoG__navLink:hover,.Header-module__ldgnoG__active{color:var(--text-primary)}.Header-module__ldgnoG__navLink:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module__ldgnoG__navLink:hover:after,.Header-module__ldgnoG__active:after{width:100%}.Header-module__ldgnoG__actions{gap:16px;display:flex}.Header-module__ldgnoG__btn{border-radius:8px;padding:10px 24px;font-size:.9rem;font-weight:600;transition:all .3s}.Header-module__ldgnoG__loginBtn{color:var(--text-primary);border:1px solid var(--border-glass)}.Header-module__ldgnoG__loginBtn:hover{background:var(--bg-glass)}.Header-module__ldgnoG__registerBtn{background:var(--primary);color:var(--bg-dark)}.Header-module__ldgnoG__registerBtn:hover{box-shadow:0 4px 15px var(--primary-glow);transform:translateY(-2px)}@media (max-width:992px){.Header-module__ldgnoG__container{padding:0 16px}.Header-module__ldgnoG__logoImg{width:110px}.Header-module__ldgnoG__nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;border-left:1px solid var(--border-glass);background:#0a0a0bfa;flex-direction:column;justify-content:center;align-items:center;gap:40px;width:80%;height:100vh;padding:40px;transition:right .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%}.Header-module__ldgnoG__navActive{right:0}.Header-module__ldgnoG__navLink{text-align:center;width:100%;font-size:1.2rem}.Header-module__ldgnoG__mobileAuthActions{border-top:1px solid #ffffff14;flex-direction:column;gap:12px;width:100%;margin-top:10px;padding-top:18px;display:flex}.Header-module__ldgnoG__actions{gap:8px}.Header-module__ldgnoG__btn{padding:8px 14px;font-size:.8rem}.Header-module__ldgnoG__menuToggle{z-index:1001;cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Header-module__ldgnoG__hamburger{background:var(--text-primary);width:24px;height:2px;transition:all .3s;position:relative}.Header-module__ldgnoG__hamburger:before,.Header-module__ldgnoG__hamburger:after{content:"";background:var(--text-primary);width:24px;height:2px;transition:all .3s;position:absolute}.Header-module__ldgnoG__hamburger:before{transform:translateY(-8px)}.Header-module__ldgnoG__hamburger:after{transform:translateY(8px)}.Header-module__ldgnoG__menuOpen .Header-module__ldgnoG__hamburger{background:0 0}.Header-module__ldgnoG__menuOpen .Header-module__ldgnoG__hamburger:before{transform:rotate(45deg)}.Header-module__ldgnoG__menuOpen .Header-module__ldgnoG__hamburger:after{transform:rotate(-45deg)}}@media (max-width:480px){.Header-module__ldgnoG__loginBtn{display:none}.Header-module__ldgnoG__logoutBtn{justify-content:center;align-items:center;display:inline-flex}}@media (min-width:993px){.Header-module__ldgnoG__mobileAuthActions{display:none}}
.Dashboard-module__w7WZ1G__dashboard{background-image:linear-gradient(#00000040,#00000040),url(/images/1.png);background-position:top;background-size:cover;background-attachment:fixed;min-height:100vh;padding:100px 0 60px}.Dashboard-module__w7WZ1G__grid{grid-template-columns:280px minmax(0,1fr) 280px;align-items:start;gap:10px;width:100%;margin:0 auto;padding:0 12px;display:grid;overflow:hidden}.Dashboard-module__w7WZ1G__sidebar{flex-direction:column;gap:20px;display:flex}.Dashboard-module__w7WZ1G__profileCard{text-align:center;padding:24px}.Dashboard-module__w7WZ1G__avatarWrapper{width:120px;height:120px;margin:0 auto 16px;position:relative}.Dashboard-module__w7WZ1G__avatar{border:4px solid var(--primary);object-fit:cover;border-radius:50%;width:100%;height:100%;padding:4px}.Dashboard-module__w7WZ1G__status{border:2px solid var(--bg-surface);background:#10b981;border-radius:50%;width:16px;height:16px;position:absolute;bottom:8px;right:8px}.Dashboard-module__w7WZ1G__username{text-shadow:0 2px 4px #00000080;margin-bottom:4px;font-size:1.5rem;font-weight:700}.Dashboard-module__w7WZ1G__server{color:#10b981;margin-bottom:4px;font-size:.8rem;font-weight:600;display:block}.Dashboard-module__w7WZ1G__serverName{color:var(--text-secondary);background:#ffffff0d;border-radius:20px;padding:4px 10px;font-size:.8rem;display:inline-block}.Dashboard-module__w7WZ1G__currencies{text-align:left;flex-direction:column;gap:12px;margin-top:24px;display:flex}.Dashboard-module__w7WZ1G__currencyItem{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;padding:12px;font-size:.9rem;display:flex}.Dashboard-module__w7WZ1G__currencyLabel{color:var(--text-secondary)}.Dashboard-module__w7WZ1G__currencyValue{color:var(--primary);font-weight:700}.Dashboard-module__w7WZ1G__main{flex-direction:column;gap:20px;min-width:0;display:flex;overflow:hidden}.Dashboard-module__w7WZ1G__adminHeader{justify-content:space-between;align-items:center;display:flex}.Dashboard-module__w7WZ1G__adminTitle{color:var(--primary);text-shadow:0 0 15px var(--primary-glow);align-items:center;gap:12px;font-size:1.3rem;font-weight:800;display:flex}.Dashboard-module__w7WZ1G__quickActions{gap:12px;display:flex}.Dashboard-module__w7WZ1G__actionBtn{color:#fff;border-radius:8px;padding:8px 16px;font-size:.8rem;font-weight:700}.Dashboard-module__w7WZ1G__greenBtn{background:#10b981}.Dashboard-module__w7WZ1G__orangeBtn{background:#f59e0b}.Dashboard-module__w7WZ1G__purpleBtn{background:#8b5cf6}.Dashboard-module__w7WZ1G__marqueeInputWrapper{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #ffffff0d;border:1px solid var(--border-glass);background:#0006;border-radius:8px;align-items:center;gap:12px;margin:10px 0 20px;padding:12px 16px;display:flex;overflow:hidden}.Dashboard-module__w7WZ1G__loudspeaker{flex-shrink:0;font-size:1.2rem}.Dashboard-module__w7WZ1G__marqueeTextContainer{white-space:nowrap;flex:1;overflow:hidden}.Dashboard-module__w7WZ1G__marqueeText{color:var(--primary);padding-left:100%;font-weight:600;animation:20s linear infinite Dashboard-module__w7WZ1G__dashboardMarquee;display:inline-block}@keyframes Dashboard-module__w7WZ1G__dashboardMarquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.Dashboard-module__w7WZ1G__statsRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.Dashboard-module__w7WZ1G__statCard{align-items:center;gap:16px;padding:20px;display:flex}.Dashboard-module__w7WZ1G__statIcon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.Dashboard-module__w7WZ1G__statLabel{color:var(--text-secondary);text-shadow:0 1px 2px #0000004d;font-size:.8rem;font-weight:600}.Dashboard-module__w7WZ1G__statValue{color:#fff;font-size:1.1rem;font-weight:800}.Dashboard-module__w7WZ1G__rankings{padding:24px}.Dashboard-module__w7WZ1G__rankingHeader{text-align:center;flex-direction:column;align-items:center;margin-bottom:24px;display:flex}.Dashboard-module__w7WZ1G__rankingTabs{background:#ffffff0a;border-radius:8px;justify-content:center;gap:8px;margin-top:12px;padding:4px;display:flex}.Dashboard-module__w7WZ1G__tab{color:var(--text-secondary);border-radius:6px;padding:6px 16px;font-size:.8rem;font-weight:600}.Dashboard-module__w7WZ1G__activeTab{background:var(--primary);color:#000}.Dashboard-module__w7WZ1G__table{border-collapse:collapse;table-layout:fixed;width:100%}.Dashboard-module__w7WZ1G__table th{text-align:left;color:var(--text-secondary);border-bottom:1px solid var(--border-glass);padding:10px;font-size:.8rem}.Dashboard-module__w7WZ1G__table td{color:var(--text-primary);border-bottom:1px solid #ffffff08;padding:14px 10px;font-size:.95rem;font-weight:700}.Dashboard-module__w7WZ1G__rankings .Dashboard-module__w7WZ1G__table th:first-child,.Dashboard-module__w7WZ1G__rankings .Dashboard-module__w7WZ1G__table td:first-child,.Dashboard-module__w7WZ1G__powerColumn .Dashboard-module__w7WZ1G__table th:first-child,.Dashboard-module__w7WZ1G__powerColumn .Dashboard-module__w7WZ1G__table td:first-child,.Dashboard-module__w7WZ1G__rechargeColumn .Dashboard-module__w7WZ1G__table th:first-child,.Dashboard-module__w7WZ1G__rechargeColumn .Dashboard-module__w7WZ1G__table td:first-child{width:44px;max-width:44px;padding-left:8px;padding-right:8px}.Dashboard-module__w7WZ1G__rankNum{color:var(--text-secondary);font-weight:800}.Dashboard-module__w7WZ1G__top1{color:gold}.Dashboard-module__w7WZ1G__top2{color:silver}.Dashboard-module__w7WZ1G__top3{color:#cd7f32}.Dashboard-module__w7WZ1G__activities{flex-direction:column;gap:24px;display:flex}.Dashboard-module__w7WZ1G__activityList{flex-direction:column;gap:12px;display:flex}.Dashboard-module__w7WZ1G__activityItem{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:12px 16px;transition:all .2s}.Dashboard-module__w7WZ1G__activityItem:hover{background:#ffffff0d;border-color:#ffffff26;transform:scale(1.02)}.Dashboard-module__w7WZ1G__activityHeader{color:#fff;align-items:center;gap:8px;margin-bottom:6px;font-size:.75rem;font-weight:700;display:flex}.Dashboard-module__w7WZ1G__activityInfo{flex-direction:column;gap:4px;display:flex}.Dashboard-module__w7WZ1G__activityRow{color:var(--text-secondary);align-items:center;gap:6px;font-size:.8rem;display:flex}.Dashboard-module__w7WZ1G__activityIcon{opacity:.8;font-size:.9rem}.Dashboard-module__w7WZ1G__activityTime{color:var(--primary);margin-bottom:4px;font-size:.75rem;display:block}.Dashboard-module__w7WZ1G__activityName{font-size:.9rem;font-weight:600}.Dashboard-module__w7WZ1G__sidebarBtn{background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:12px;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Dashboard-module__w7WZ1G__sidebarBtn:hover{border-color:var(--primary);box-shadow:0 4px 12px #0003, 0 0 10px var(--primary-glow);color:var(--primary);background:#ffffff1a;transform:translateY(-2px)}.Dashboard-module__w7WZ1G__primarySidebarBtn{background:linear-gradient(135deg,#eab308,#fbbf24);border:none;font-weight:800;box-shadow:0 4px 15px #eab3084d;color:#000!important;}.Dashboard-module__w7WZ1G__primarySidebarBtn:hover{background:linear-gradient(135deg,#fbbf24,#fcd34d);transform:translateY(-2px)scale(1.02);box-shadow:0 6px 20px #eab30880;color:#000!important}.Dashboard-module__w7WZ1G__manageBtns{flex-direction:column;gap:8px;margin-top:16px;display:flex}.Dashboard-module__w7WZ1G__manageBtn{width:100%;color:var(--text-secondary);text-align:left;background:#ffffff0a;border:1px solid #ffffff12;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-size:.82rem;font-weight:500;transition:all .2s;display:flex}.Dashboard-module__w7WZ1G__manageBtn:hover{color:var(--text-primary);border-color:var(--primary);background:#ffffff14;transform:translate(5px);box-shadow:0 0 15px #eab3081a}.Dashboard-module__w7WZ1G__manageBtn.Dashboard-module__w7WZ1G__danger{color:#f43f5e;background:#f43f5e14;border-color:#f43f5e33}.Dashboard-module__w7WZ1G__manageBtn.Dashboard-module__w7WZ1G__danger:hover{background:#f43f5e26}.Dashboard-module__w7WZ1G__manageBtnIcon{flex-shrink:0;font-size:1rem}.Dashboard-module__w7WZ1G__rankBadge{border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:800;display:inline-flex}.Dashboard-module__w7WZ1G__rankBadgeGold{color:#000;background:linear-gradient(135deg,gold,#f59e0b);box-shadow:0 0 8px #ffd70080}.Dashboard-module__w7WZ1G__rankBadgeSilver{color:#000;background:linear-gradient(135deg,#e2e8f0,#94a3b8)}.Dashboard-module__w7WZ1G__rankBadgeBronze{color:#fff;background:linear-gradient(135deg,#cd7f32,#92400e)}.Dashboard-module__w7WZ1G__rankNote{color:var(--text-secondary);text-align:center;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;align-items:center;gap:8px;margin-bottom:24px;padding:16px;font-size:.95rem;display:flex}@media (max-width:1200px){.Dashboard-module__w7WZ1G__grid{grid-template-columns:320px minmax(0,1fr)}.Dashboard-module__w7WZ1G__activities{display:none}}@media (max-width:768px){.Dashboard-module__w7WZ1G__grid{grid-template-columns:1fr}}.Dashboard-module__w7WZ1G__rankingsContainer{grid-template-columns:1fr;align-items:start;gap:20px;width:100%;display:grid}.Dashboard-module__w7WZ1G__mobileRankingTabs{display:none}@media (max-width:1023px){.Dashboard-module__w7WZ1G__statsRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.Dashboard-module__w7WZ1G__statCard{padding:18px}.Dashboard-module__w7WZ1G__rankingsContainer{grid-template-columns:1fr;gap:0}.Dashboard-module__w7WZ1G__rankings{padding:20px}.Dashboard-module__w7WZ1G__table{width:100%;min-width:0}.Dashboard-module__w7WZ1G__table th,.Dashboard-module__w7WZ1G__table td{white-space:normal;word-break:break-word}.Dashboard-module__w7WZ1G__mobileRankingTabs{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000004d;border:1px solid #ffffff0d;border-radius:12px;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:15px;padding:4px;display:grid}.Dashboard-module__w7WZ1G__mobileTabButton{color:var(--text-secondary);cursor:pointer;text-align:center;background:0 0;border:none;border-radius:8px;padding:10px;font-size:.9rem;font-weight:700;transition:all .25s}.Dashboard-module__w7WZ1G__mobileTabButton:hover{color:#fff}.Dashboard-module__w7WZ1G__activeMobileTab{background:var(--primary);box-shadow:0 4px 12px #eab3084d;color:#000!important}.Dashboard-module__w7WZ1G__hiddenMobile{display:none!important}}@media (max-width:768px){.Dashboard-module__w7WZ1G__grid{grid-template-columns:1fr}.Dashboard-module__w7WZ1G__profileCard,.Dashboard-module__w7WZ1G__adminHeader,.Dashboard-module__w7WZ1G__rankings,.Dashboard-module__w7WZ1G__activities .Dashboard-module__w7WZ1G__profileCard{padding:18px}.Dashboard-module__w7WZ1G__adminHeader{flex-direction:column;align-items:stretch;gap:12px}.Dashboard-module__w7WZ1G__quickActions{flex-direction:column;gap:10px}.Dashboard-module__w7WZ1G__statsRow{grid-template-columns:1fr}.Dashboard-module__w7WZ1G__statCard{padding:18px}.Dashboard-module__w7WZ1G__rankingHeader{align-items:center}.Dashboard-module__w7WZ1G__rankingTabs{flex-wrap:wrap;width:100%}.Dashboard-module__w7WZ1G__tab{text-align:center;flex:45%;min-width:120px}.Dashboard-module__w7WZ1G__rankNote{padding:14px}.Dashboard-module__w7WZ1G__table th,.Dashboard-module__w7WZ1G__table td{white-space:normal;padding:10px 8px}.Dashboard-module__w7WZ1G__table{min-width:0;display:block;overflow-x:auto}.Dashboard-module__w7WZ1G__table thead,.Dashboard-module__w7WZ1G__table tbody,.Dashboard-module__w7WZ1G__table tr{table-layout:fixed;table-layout:fixed;width:100%;display:table}}.Dashboard-module__w7WZ1G__goiTanThuSelect{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:14px 16px}.Dashboard-module__w7WZ1G__goiTanThuSelect option{color:#0f172a;background:#fff}.Dashboard-module__w7WZ1G__goiTanThuSelect:focus{border-color:var(--primary)}.Dashboard-module__w7WZ1G__goiTanThuSelect::-ms-expand{display:none}
.login-module__WEZH7G__authPage{min-height:100vh;font-family:var(--font-body);background-color:#0a0a0b;background-image:radial-gradient(circle at 0 0,#eab30814,#0000 50%),radial-gradient(circle at 100% 100%,#3b82f60d,#0000 50%),url(/images/1.png);background-position:50%;background-size:cover;justify-content:center;align-items:center;padding:20px;display:flex}.login-module__WEZH7G__authContainer{width:100%;max-width:420px}.login-module__WEZH7G__authCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#121214d9;border:1px solid #ffffff1a;border-radius:28px;padding:40px;box-shadow:0 25px 50px -12px #00000080}.login-module__WEZH7G__header{text-align:center;margin-bottom:30px}.login-module__WEZH7G__logo{color:#eab308;text-shadow:0 0 15px #eab3084d;letter-spacing:-1px;margin-bottom:8px;font-size:2.2rem;font-weight:900}.login-module__WEZH7G__title{color:#fff;margin-bottom:6px;font-size:1.5rem;font-weight:800}.login-module__WEZH7G__subtitle{color:#94a3b8;font-size:.95rem}.login-module__WEZH7G__form{flex-direction:column;gap:20px;display:flex}.login-module__WEZH7G__inputGroup{flex-direction:column;gap:8px;display:flex}.login-module__WEZH7G__labelRow{justify-content:space-between;align-items:center;display:flex}.login-module__WEZH7G__inputGroup label{color:#cbd5e1;font-size:.9rem;font-weight:600}.login-module__WEZH7G__inputGroup input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;outline:none;padding:14px 18px;font-size:1rem;transition:all .2s}.login-module__WEZH7G__inputGroup input:focus{background:#ffffff14;border-color:#eab308;box-shadow:0 0 0 4px #eab3081a}.login-module__WEZH7G__forgotLink{color:#eab308;font-size:.85rem;text-decoration:none}.login-module__WEZH7G__submitBtn{color:#000;letter-spacing:1px;cursor:pointer;background:linear-gradient(135deg,#eab308,#fbbf24);border:none;border-radius:14px;margin-top:10px;padding:16px;font-size:1.1rem;font-weight:800;transition:all .3s;box-shadow:0 10px 15px -3px #eab3084d}.login-module__WEZH7G__submitBtn:hover{transform:translateY(-2px);box-shadow:0 15px 25px -5px #eab30866}.login-module__WEZH7G__footer{text-align:center;color:#94a3b8;justify-content:center;gap:8px;margin-top:24px;font-size:.9rem;display:flex}.login-module__WEZH7G__switchLink{color:#eab308;font-weight:700;text-decoration:none}.login-module__WEZH7G__homeLink{text-align:center;margin-top:24px}.login-module__WEZH7G__homeLink a{color:#64748b;font-size:.9rem;text-decoration:none;transition:color .2s}.login-module__WEZH7G__homeLink a:hover{color:#fff}.login-module__WEZH7G__toast{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;z-index:9999;background:#121214e6;border-left:4px solid #eab308;border-radius:16px;align-items:center;gap:12px;padding:16px 24px;font-weight:600;animation:.3s ease-out login-module__WEZH7G__slideIn;display:flex;position:fixed;top:24px;right:24px}.login-module__WEZH7G__toast.login-module__WEZH7G__success{border-left-color:#22c55e}.login-module__WEZH7G__toast.login-module__WEZH7G__error{border-left-color:#ef4444}@keyframes login-module__WEZH7G__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.login-module__WEZH7G__captchaContainer{flex-direction:column;gap:8px;display:flex}.login-module__WEZH7G__captchaLabel{color:#cbd5e1;font-size:.9rem;font-weight:600}.login-module__WEZH7G__captchaRow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.login-module__WEZH7G__captchaInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;outline:none;flex:1;min-width:180px;padding:14px 18px;font-size:1rem;transition:all .2s}.login-module__WEZH7G__captchaInput:focus{background:#ffffff14;border-color:#eab308;box-shadow:0 0 0 4px #eab3081a}.login-module__WEZH7G__captchaCanvasWrapper{background:#fffffff2;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;min-width:140px;height:48px;padding:0 12px;display:flex;overflow:hidden}.login-module__WEZH7G__captchaCanvasWrapper canvas{max-width:100%;height:38px!important;max-height:38px!important;display:block!important}.login-module__WEZH7G__captchaCanvasWrapper #login-module__WEZH7G__reload_href{display:none!important}.login-module__WEZH7G__captchaReloadBtn{color:#eab308;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;transition:all .2s;display:flex}.login-module__WEZH7G__captchaReloadBtn:hover{background:#eab3081a;border-color:#eab308;transform:rotate(60deg)}
.Marquee-module__Q--LXW__marqueeInputWrapper{background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:12px;width:100%;margin:10px 0 20px;padding:12px 16px;display:flex;overflow:hidden}.Marquee-module__Q--LXW__loudspeaker{flex-shrink:0;font-size:1.2rem}.Marquee-module__Q--LXW__marqueeTextContainer{white-space:nowrap;flex:1;overflow:hidden}.Marquee-module__Q--LXW__marqueeText{color:#eab308;padding-left:100%;font-weight:600;animation:40s linear infinite Marquee-module__Q--LXW__marquee;display:inline-block}@keyframes Marquee-module__Q--LXW__marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.Marquee-module__Q--LXW__marqueeText:hover{animation-play-state:paused}
.WeeklyMilestoneModal-module__QuH92a__modalOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;animation:.3s ease-out WeeklyMilestoneModal-module__QuH92a__fadeIn;display:flex;position:fixed;inset:0}.WeeklyMilestoneModal-module__QuH92a__modalContent{background:#121214f2;border:1px solid #ffffff26;border-radius:24px;width:90%;max-width:800px;animation:.4s cubic-bezier(.16,1,.3,1) WeeklyMilestoneModal-module__QuH92a__slideUp;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,0 0 20px #eab3081a}.WeeklyMilestoneModal-module__QuH92a__modalHeader{background:linear-gradient(90deg,#eab3080d,#0000);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.WeeklyMilestoneModal-module__QuH92a__modalTitle{color:var(--primary);text-shadow:0 0 15px var(--primary-glow);align-items:center;gap:12px;margin:0;font-size:1.4rem;font-weight:800;display:flex}.WeeklyMilestoneModal-module__QuH92a__closeBtn{width:36px;height:36px;color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;font-size:1.2rem;transition:all .2s;display:flex}.WeeklyMilestoneModal-module__QuH92a__closeBtn:hover{background:var(--accent);color:#fff;transform:rotate(90deg)}.WeeklyMilestoneModal-module__QuH92a__modalBody{max-height:80vh;padding:32px;overflow-y:auto}.WeeklyMilestoneModal-module__QuH92a__statsRow{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.WeeklyMilestoneModal-module__QuH92a__statCard{text-align:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:4px;padding:16px;display:flex}.WeeklyMilestoneModal-module__QuH92a__statLabel{letter-spacing:.05em;color:var(--text-secondary);font-size:.8rem;font-weight:700}.WeeklyMilestoneModal-module__QuH92a__statValue{color:#fff;font-size:1.1rem;font-weight:800}.WeeklyMilestoneModal-module__QuH92a__statSuccess{background:#10b9810d;border-color:#10b9814d}.WeeklyMilestoneModal-module__QuH92a__statWarning{background:#f59e0b0d;border-color:#f59e0b4d}.WeeklyMilestoneModal-module__QuH92a__statInfo{background:#0ea5e90d;border-color:#0ea5e94d}.WeeklyMilestoneModal-module__QuH92a__statSuccess .WeeklyMilestoneModal-module__QuH92a__statValue{color:#10b981}.WeeklyMilestoneModal-module__QuH92a__statWarning .WeeklyMilestoneModal-module__QuH92a__statValue{color:#f59e0b}.WeeklyMilestoneModal-module__QuH92a__statInfo .WeeklyMilestoneModal-module__QuH92a__statValue{color:#0ea5e9}.WeeklyMilestoneModal-module__QuH92a__alert{color:#fb7185;background:#f43f5e1a;border:1px solid #f43f5e33;border-radius:12px;align-items:center;gap:10px;margin-bottom:20px;padding:12px 16px;font-size:.9rem;display:flex}.WeeklyMilestoneModal-module__QuH92a__selectionRow{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.WeeklyMilestoneModal-module__QuH92a__select{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-family:inherit;font-size:.95rem;transition:all .2s}.WeeklyMilestoneModal-module__QuH92a__select option{color:#1f2937;background:#fff}.WeeklyMilestoneModal-module__QuH92a__select:focus{border-color:var(--primary);background:#ffffff14;box-shadow:0 0 0 4px #eab3081a}.WeeklyMilestoneModal-module__QuH92a__tableContainer{background:#0003;border:1px solid #ffffff0d;border-radius:16px;margin-bottom:24px;overflow:hidden}.WeeklyMilestoneModal-module__QuH92a__table{border-collapse:collapse;width:100%}.WeeklyMilestoneModal-module__QuH92a__table th{text-align:center;color:var(--text-secondary);letter-spacing:.05em;background:#ffffff08;border-bottom:1px solid #ffffff0d;padding:16px;font-size:.8rem}.WeeklyMilestoneModal-module__QuH92a__table td{text-align:center;color:#fff;border-bottom:1px solid #ffffff08;padding:16px;font-size:.95rem;font-weight:600}.WeeklyMilestoneModal-module__QuH92a__itemName{color:var(--primary)!important;font-weight:700!important}.WeeklyMilestoneModal-module__QuH92a__btnBlock{border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.WeeklyMilestoneModal-module__QuH92a__btnPrimary{color:#fff;background:linear-gradient(135deg,#f43f5e,#e11d48);box-shadow:0 4px 15px #f43f5e4d}.WeeklyMilestoneModal-module__QuH92a__btnPrimary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #f43f5e80}.WeeklyMilestoneModal-module__QuH92a__btnOutline{color:#38bdf8;background:0 0;border:1px solid #0ea5e980;margin-top:12px}.WeeklyMilestoneModal-module__QuH92a__btnOutline:hover{background:#0ea5e90d;border-color:#0ea5e9}.WeeklyMilestoneModal-module__QuH92a__giftDetailLink{text-align:center;color:var(--primary);margin-top:16px;font-size:.9rem;font-weight:600;text-decoration:underline;display:block}.WeeklyMilestoneModal-module__QuH92a__noteBox{background:#eab30808;border:1px dashed #eab30833;border-radius:16px;margin-top:24px;padding:20px}.WeeklyMilestoneModal-module__QuH92a__noteList{color:var(--text-secondary);flex-direction:column;gap:8px;margin:0;padding-left:20px;font-size:.85rem;display:flex}.WeeklyMilestoneModal-module__QuH92a__noteList b{color:var(--primary)}@keyframes WeeklyMilestoneModal-module__QuH92a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes WeeklyMilestoneModal-module__QuH92a__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.WeeklyMilestoneModal-module__QuH92a__modalBody::-webkit-scrollbar{width:6px}.WeeklyMilestoneModal-module__QuH92a__modalBody::-webkit-scrollbar-track{background:0 0}.WeeklyMilestoneModal-module__QuH92a__modalBody::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}
.Hero-module__JgYmMq__hero{justify-content:center;align-items:center;width:100%;height:100vh;min-height:800px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__hero:before{content:"";z-index:1;background:#00000073;position:absolute;inset:0}.Hero-module__JgYmMq__edgeCharLeft,.Hero-module__JgYmMq__edgeCharRight{z-index:5;pointer-events:none;width:auto;height:75vh;transition:transform .5s;position:absolute;bottom:0}.Hero-module__JgYmMq__edgeCharLeft{left:0}.Hero-module__JgYmMq__edgeCharRight{right:0}.Hero-module__JgYmMq__hero:hover .Hero-module__JgYmMq__edgeCharLeft,.Hero-module__JgYmMq__hero:hover .Hero-module__JgYmMq__edgeCharRight{transform:scale(1.02)}.Hero-module__JgYmMq__edgeCharImage{object-fit:contain;mix-blend-mode:screen;filter:drop-shadow(0 0 30px #eab30833);width:auto;height:100%;animation:4s ease-in-out infinite Hero-module__JgYmMq__breathing}@keyframes Hero-module__JgYmMq__breathing{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.Hero-module__JgYmMq__sliderWrapper{z-index:10;border-radius:30px;width:65%;max-width:1000px;height:500px;position:relative;overflow:hidden}.Hero-module__JgYmMq__sliderContent{width:100%;height:100%;position:relative}.Hero-module__JgYmMq__slide{opacity:0;visibility:hidden;flex-direction:column;justify-content:flex-end;width:100%;height:100%;transition:all 1s ease-in-out;display:flex;position:absolute;top:0;left:0}.Hero-module__JgYmMq__slide.Hero-module__JgYmMq__active{opacity:1;visibility:visible}.Hero-module__JgYmMq__slideMedia{z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__slideText{z-index:2;background:linear-gradient(#0000 0%,#00000080 50%,#000000e6 100%);width:100%;padding:20px;position:relative}.Hero-module__JgYmMq__tagline{color:#fff;letter-spacing:.2em;margin-bottom:14px;font-size:1.2rem;font-weight:600;animation:.8s ease-out Hero-module__JgYmMq__fadeInUp;display:block}.Hero-module__JgYmMq__statsBadge{-webkit-backdrop-filter:blur(12px);background:#0a0a0bd9;border:1px solid #ffc00266;border-radius:50px;justify-content:center;align-items:center;gap:12px;padding:8px 24px;animation:.6s ease-out Hero-module__JgYmMq__fadeInDown;display:flex;box-shadow:0 4px 20px #0000004d,0 0 15px #eab3081a}.Hero-module__JgYmMq__globalStats{top:calc(var(--header-height) + 20px);z-index:100;pointer-events:none;position:absolute;left:50%;transform:translate(-50%)}@keyframes Hero-module__JgYmMq__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.Hero-module__JgYmMq__statsLabel{color:#fffc;text-transform:uppercase;letter-spacing:.1em;margin:0;padding:0;font-size:1rem;font-weight:600;line-height:1}.Hero-module__JgYmMq__statsValue{color:#eab308;letter-spacing:.05em;text-shadow:0 0 10px #eab30880;margin:0;padding:0;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:800;line-height:1}.Hero-module__JgYmMq__title{color:#fff;text-shadow:0 4px 10px #00000080;margin-bottom:16px;font-family:Cinzel,serif;font-size:3.5rem;animation:1s ease-out Hero-module__JgYmMq__fadeInUp}.Hero-module__JgYmMq__description{color:#ffffffb3;max-width:600px;font-size:1.1rem;animation:1.2s ease-out Hero-module__JgYmMq__fadeInUp}.Hero-module__JgYmMq__controls{z-index:20;gap:12px;display:flex;position:absolute;bottom:30px;right:40px}.Hero-module__JgYmMq__dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:10px;height:10px;transition:all .3s}.Hero-module__JgYmMq__dot.Hero-module__JgYmMq__active{background:var(--primary);box-shadow:0 0 10px var(--primary);transform:scale(1.3)}.Hero-module__JgYmMq__downloadBarWrapper{z-index:100;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Hero-module__JgYmMq__downloadBar{align-items:center;gap:10px;display:flex}.Hero-module__JgYmMq__spriteBtnRecharge,.Hero-module__JgYmMq__spriteBtnAndroid,.Hero-module__JgYmMq__spriteBtnIos,.Hero-module__JgYmMq__spriteBtnApk{background-image:url(/images/_sprites-common.png);background-repeat:no-repeat;background-size:1000px;transition:transform .2s,filter .2s;display:block}.Hero-module__JgYmMq__spriteBtnRecharge{background-position:-284px -115px;width:180px;height:130px}.Hero-module__JgYmMq__blockMobileSprite{flex-direction:column;gap:4px;display:flex}.Hero-module__JgYmMq__spriteBtnAndroid{background-position:-613px -395px;width:235px;height:60px}.Hero-module__JgYmMq__spriteBtnIos{background-position:-613px -334px;width:235px;height:60px}.Hero-module__JgYmMq__spriteBtnApk{background-position:-119px -495px;width:120px;height:125px}.Hero-module__JgYmMq__spriteBtnRecharge:hover,.Hero-module__JgYmMq__spriteBtnAndroid:hover,.Hero-module__JgYmMq__spriteBtnIos:hover,.Hero-module__JgYmMq__spriteBtnApk:hover{filter:brightness(1.2);transform:scale(1.05)}@keyframes Hero-module__JgYmMq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1400px){.Hero-module__JgYmMq__edgeCharLeft,.Hero-module__JgYmMq__edgeCharRight{height:65vh}.Hero-module__JgYmMq__sliderWrapper{width:75%}}@media (max-width:1200px){.Hero-module__JgYmMq__edgeCharLeft,.Hero-module__JgYmMq__edgeCharRight{height:55vh}.Hero-module__JgYmMq__sliderWrapper{width:85%;height:450px}.Hero-module__JgYmMq__title{font-size:2.8rem}}@media (max-width:1024px){.Hero-module__JgYmMq__edgeCharLeft,.Hero-module__JgYmMq__edgeCharRight{display:none}.Hero-module__JgYmMq__sliderWrapper{border-radius:20px;width:92%;height:420px}.Hero-module__JgYmMq__title{font-size:2.2rem}.Hero-module__JgYmMq__description{font-size:1rem}}@media (max-width:768px){.Hero-module__JgYmMq__hero{height:auto;min-height:600px;padding:80px 0 150px}.Hero-module__JgYmMq__sliderWrapper{width:95%;height:350px}.Hero-module__JgYmMq__slideText{padding:15px}.Hero-module__JgYmMq__tagline{margin-bottom:8px;font-size:.9rem}.Hero-module__JgYmMq__title{margin-bottom:8px;font-size:1.8rem}.Hero-module__JgYmMq__description{max-width:100%;font-size:.85rem;line-height:1.5}.Hero-module__JgYmMq__controls{gap:8px;bottom:15px;right:15px}.Hero-module__JgYmMq__downloadBarWrapper{justify-content:center;width:100%;display:flex;bottom:20px}.Hero-module__JgYmMq__downloadBar{transform-origin:bottom;width:max-content;transform:scale(.8)}}@media (max-width:540px){.Hero-module__JgYmMq__hero{padding-top:60px}.Hero-module__JgYmMq__sliderWrapper{border-radius:15px;height:280px}.Hero-module__JgYmMq__title{font-size:1.4rem}.Hero-module__JgYmMq__description{display:none}.Hero-module__JgYmMq__downloadBar{transform:scale(.65)}.Hero-module__JgYmMq__globalStats{top:calc(var(--header-height) + 10px)}.Hero-module__JgYmMq__statsBadge{gap:8px;padding:6px 16px}.Hero-module__JgYmMq__statsLabel{font-size:.75rem}.Hero-module__JgYmMq__statsValue{font-size:.95rem}}@media (max-width:400px){.Hero-module__JgYmMq__sliderWrapper{height:240px}.Hero-module__JgYmMq__title{font-size:1.2rem}.Hero-module__JgYmMq__downloadBar{transform:scale(.55)}.Hero-module__JgYmMq__globalStats{top:calc(var(--header-height) + 5px)}}
.News-module__3l9Lla__newsSection{background:0 0;padding:100px 0}.News-module__3l9Lla__header{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.News-module__3l9Lla__title{font-size:2.5rem}.News-module__3l9Lla__highlight{color:var(--primary)}.News-module__3l9Lla__viewAll{color:var(--text-secondary);border-bottom:1px solid var(--border-glass);padding-bottom:4px;font-weight:600}.News-module__3l9Lla__viewAll:hover{color:var(--primary);border-color:var(--primary)}.News-module__3l9Lla__grid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.News-module__3l9Lla__mainNews{border-radius:20px;height:100%;position:relative;overflow:hidden}.News-module__3l9Lla__mainNewsImg{object-fit:cover;width:100%;height:100%;transition:transform .5s}.News-module__3l9Lla__mainNews:hover .News-module__3l9Lla__mainNewsImg{transform:scale(1.05)}.News-module__3l9Lla__mainNewsOverlay{background:linear-gradient(#0000,#000000e6);width:100%;padding:40px;position:absolute;bottom:0;left:0}.News-module__3l9Lla__mainNewsTag{background:var(--primary);color:#000;border-radius:4px;margin-bottom:12px;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.News-module__3l9Lla__mainNewsTitle{margin-bottom:12px;font-size:1.8rem}.News-module__3l9Lla__newsList{flex-direction:column;gap:20px;display:flex}.News-module__3l9Lla__newsItem{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border:1px solid #ffffff1a;border-radius:16px;gap:20px;padding:20px;transition:all .3s;display:flex}.News-module__3l9Lla__newsItem:hover{border-color:var(--primary);background:#ffffff14;transform:translate(10px)}.News-module__3l9Lla__newsItemDate{text-align:center;background:#ffffff0d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-width:70px;height:70px;display:flex}.News-module__3l9Lla__day{font-size:1.5rem;font-weight:700;line-height:1}.News-module__3l9Lla__month{color:var(--text-secondary);text-transform:uppercase;font-size:.75rem}.News-module__3l9Lla__newsItemContent{flex:1}.News-module__3l9Lla__newsItemTitle{margin-bottom:6px;font-size:1.1rem;display:block}.News-module__3l9Lla__newsItemExcerpt{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;display:-webkit-box;overflow:hidden}@media (max-width:992px){.News-module__3l9Lla__grid{grid-template-columns:1fr}}
