.Header-module__ZlHeKq__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__ZlHeKq__scrolled{border-bottom:1px solid var(--border-glass);background:#0a0a0bf2}.Header-module__ZlHeKq__container{justify-content:space-between;align-items:center;display:flex}.Header-module__ZlHeKq__logo{color:var(--primary);align-items:center;gap:12px;font-size:1.5rem;font-weight:700;display:flex}.Header-module__ZlHeKq__logoImg{object-fit:cover;border-radius:8px;width:140px;height:auto}.Header-module__ZlHeKq__nav{gap:32px;display:flex}.Header-module__ZlHeKq__navLink{color:var(--text-secondary);padding:8px 0;font-size:.95rem;font-weight:500;position:relative}.Header-module__ZlHeKq__navLink:hover,.Header-module__ZlHeKq__active{color:var(--text-primary)}.Header-module__ZlHeKq__navLink:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module__ZlHeKq__navLink:hover:after,.Header-module__ZlHeKq__active:after{width:100%}.Header-module__ZlHeKq__actions{gap:16px;display:flex}.Header-module__ZlHeKq__btn{border-radius:8px;padding:10px 24px;font-size:.9rem;font-weight:600;transition:all .3s}.Header-module__ZlHeKq__loginBtn{color:var(--text-primary);border:1px solid var(--border-glass)}.Header-module__ZlHeKq__loginBtn:hover{background:var(--bg-glass)}.Header-module__ZlHeKq__registerBtn{background:var(--primary);color:var(--bg-dark)}.Header-module__ZlHeKq__registerBtn:hover{box-shadow:0 4px 15px var(--primary-glow);transform:translateY(-2px)}@media (max-width:992px){.Header-module__ZlHeKq__container{padding:0 16px}.Header-module__ZlHeKq__logoImg{width:110px}.Header-module__ZlHeKq__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__ZlHeKq__navActive{right:0}.Header-module__ZlHeKq__navLink{text-align:center;width:100%;font-size:1.2rem}.Header-module__ZlHeKq__mobileAuthActions{border-top:1px solid #ffffff14;flex-direction:column;gap:12px;width:100%;margin-top:10px;padding-top:18px;display:flex}.Header-module__ZlHeKq__actions{gap:8px}.Header-module__ZlHeKq__btn{padding:8px 14px;font-size:.8rem}.Header-module__ZlHeKq__menuToggle{z-index:1001;cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Header-module__ZlHeKq__hamburger{background:var(--text-primary);width:24px;height:2px;transition:all .3s;position:relative}.Header-module__ZlHeKq__hamburger:before,.Header-module__ZlHeKq__hamburger:after{content:"";background:var(--text-primary);width:24px;height:2px;transition:all .3s;position:absolute}.Header-module__ZlHeKq__hamburger:before{transform:translateY(-8px)}.Header-module__ZlHeKq__hamburger:after{transform:translateY(8px)}.Header-module__ZlHeKq__menuOpen .Header-module__ZlHeKq__hamburger{background:0 0}.Header-module__ZlHeKq__menuOpen .Header-module__ZlHeKq__hamburger:before{transform:rotate(45deg)}.Header-module__ZlHeKq__menuOpen .Header-module__ZlHeKq__hamburger:after{transform:rotate(-45deg)}}@media (max-width:480px){.Header-module__ZlHeKq__loginBtn{display:none}}@media (min-width:993px){.Header-module__ZlHeKq__mobileAuthActions{display:none}}
.Dashboard-module__pw-EVa__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__pw-EVa__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__pw-EVa__sidebar{flex-direction:column;gap:20px;display:flex}.Dashboard-module__pw-EVa__profileCard{text-align:center;padding:24px}.Dashboard-module__pw-EVa__avatarWrapper{width:120px;height:120px;margin:0 auto 16px;position:relative}.Dashboard-module__pw-EVa__avatar{border:4px solid var(--primary);object-fit:cover;border-radius:50%;width:100%;height:100%;padding:4px}.Dashboard-module__pw-EVa__status{border:2px solid var(--bg-surface);background:#10b981;border-radius:50%;width:16px;height:16px;position:absolute;bottom:8px;right:8px}.Dashboard-module__pw-EVa__username{text-shadow:0 2px 4px #00000080;margin-bottom:4px;font-size:1.5rem;font-weight:700}.Dashboard-module__pw-EVa__server{color:#10b981;margin-bottom:4px;font-size:.8rem;font-weight:600;display:block}.Dashboard-module__pw-EVa__serverName{color:var(--text-secondary);background:#ffffff0d;border-radius:20px;padding:4px 10px;font-size:.8rem;display:inline-block}.Dashboard-module__pw-EVa__currencies{text-align:left;flex-direction:column;gap:12px;margin-top:24px;display:flex}.Dashboard-module__pw-EVa__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__pw-EVa__currencyLabel{color:var(--text-secondary)}.Dashboard-module__pw-EVa__currencyValue{color:var(--primary);font-weight:700}.Dashboard-module__pw-EVa__main{flex-direction:column;gap:20px;min-width:0;display:flex;overflow:hidden}.Dashboard-module__pw-EVa__adminHeader{justify-content:space-between;align-items:center;padding:24px;display:flex}.Dashboard-module__pw-EVa__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__pw-EVa__quickActions{gap:12px;display:flex}.Dashboard-module__pw-EVa__actionBtn{color:#fff;border-radius:8px;padding:8px 16px;font-size:.8rem;font-weight:700}.Dashboard-module__pw-EVa__greenBtn{background:#10b981}.Dashboard-module__pw-EVa__orangeBtn{background:#f59e0b}.Dashboard-module__pw-EVa__purpleBtn{background:#8b5cf6}.Dashboard-module__pw-EVa__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__pw-EVa__loudspeaker{flex-shrink:0;font-size:1.2rem}.Dashboard-module__pw-EVa__marqueeTextContainer{white-space:nowrap;flex:1;overflow:hidden}.Dashboard-module__pw-EVa__marqueeText{color:var(--primary);padding-left:100%;font-weight:600;animation:20s linear infinite Dashboard-module__pw-EVa__dashboardMarquee;display:inline-block}@keyframes Dashboard-module__pw-EVa__dashboardMarquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.Dashboard-module__pw-EVa__statsRow{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.Dashboard-module__pw-EVa__statCard{align-items:center;gap:16px;padding:20px;display:flex}.Dashboard-module__pw-EVa__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__pw-EVa__statLabel{color:var(--text-secondary);text-shadow:0 1px 2px #0000004d;font-size:.8rem;font-weight:600}.Dashboard-module__pw-EVa__statValue{color:#fff;font-size:1.1rem;font-weight:800}.Dashboard-module__pw-EVa__rankings{padding:24px}.Dashboard-module__pw-EVa__rankingHeader{text-align:center;flex-direction:column;align-items:center;margin-bottom:24px;display:flex}.Dashboard-module__pw-EVa__rankingTabs{background:#ffffff0a;border-radius:8px;justify-content:center;gap:8px;margin-top:12px;padding:4px;display:flex}.Dashboard-module__pw-EVa__tab{color:var(--text-secondary);border-radius:6px;padding:6px 16px;font-size:.8rem;font-weight:600}.Dashboard-module__pw-EVa__activeTab{background:var(--primary);color:#000}.Dashboard-module__pw-EVa__table{border-collapse:collapse;table-layout:fixed;width:100%}.Dashboard-module__pw-EVa__table th{text-align:left;color:var(--text-secondary);border-bottom:1px solid var(--border-glass);padding:10px;font-size:.8rem}.Dashboard-module__pw-EVa__table td{color:var(--text-primary);border-bottom:1px solid #ffffff08;padding:14px 10px;font-size:.95rem;font-weight:700}.Dashboard-module__pw-EVa__rankings .Dashboard-module__pw-EVa__table th:first-child,.Dashboard-module__pw-EVa__rankings .Dashboard-module__pw-EVa__table td:first-child,.Dashboard-module__pw-EVa__powerColumn .Dashboard-module__pw-EVa__table th:first-child,.Dashboard-module__pw-EVa__powerColumn .Dashboard-module__pw-EVa__table td:first-child,.Dashboard-module__pw-EVa__rechargeColumn .Dashboard-module__pw-EVa__table th:first-child,.Dashboard-module__pw-EVa__rechargeColumn .Dashboard-module__pw-EVa__table td:first-child{width:44px;max-width:44px;padding-left:8px;padding-right:8px}.Dashboard-module__pw-EVa__rankNum{color:var(--text-secondary);font-weight:800}.Dashboard-module__pw-EVa__top1{color:gold}.Dashboard-module__pw-EVa__top2{color:silver}.Dashboard-module__pw-EVa__top3{color:#cd7f32}.Dashboard-module__pw-EVa__activities{flex-direction:column;gap:24px;display:flex}.Dashboard-module__pw-EVa__activityList{flex-direction:column;gap:12px;display:flex}.Dashboard-module__pw-EVa__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__pw-EVa__activityItem:hover{background:#ffffff0d;border-color:#ffffff26;transform:scale(1.02)}.Dashboard-module__pw-EVa__activityHeader{color:#fff;align-items:center;gap:8px;margin-bottom:6px;font-size:.75rem;font-weight:700;display:flex}.Dashboard-module__pw-EVa__activityInfo{flex-direction:column;gap:4px;display:flex}.Dashboard-module__pw-EVa__activityRow{color:var(--text-secondary);align-items:center;gap:6px;font-size:.8rem;display:flex}.Dashboard-module__pw-EVa__activityIcon{opacity:.8;font-size:.9rem}.Dashboard-module__pw-EVa__activityTime{color:var(--primary);margin-bottom:4px;font-size:.75rem;display:block}.Dashboard-module__pw-EVa__activityName{font-size:.9rem;font-weight:600}.Dashboard-module__pw-EVa__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__pw-EVa__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__pw-EVa__primarySidebarBtn{background:linear-gradient(135deg,#eab308,#fbbf24);border:none;font-weight:800;box-shadow:0 4px 15px #eab3084d;color:#000!important;}.Dashboard-module__pw-EVa__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__pw-EVa__manageBtns{flex-direction:column;gap:8px;margin-top:16px;display:flex}.Dashboard-module__pw-EVa__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__pw-EVa__manageBtn:hover{color:var(--text-primary);border-color:var(--primary);background:#ffffff14;transform:translate(5px);box-shadow:0 0 15px #eab3081a}.Dashboard-module__pw-EVa__manageBtn.Dashboard-module__pw-EVa__danger{color:#f43f5e;background:#f43f5e14;border-color:#f43f5e33}.Dashboard-module__pw-EVa__manageBtn.Dashboard-module__pw-EVa__danger:hover{background:#f43f5e26}.Dashboard-module__pw-EVa__manageBtnIcon{flex-shrink:0;font-size:1rem}.Dashboard-module__pw-EVa__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__pw-EVa__rankBadgeGold{color:#000;background:linear-gradient(135deg,gold,#f59e0b);box-shadow:0 0 8px #ffd70080}.Dashboard-module__pw-EVa__rankBadgeSilver{color:#000;background:linear-gradient(135deg,#e2e8f0,#94a3b8)}.Dashboard-module__pw-EVa__rankBadgeBronze{color:#fff;background:linear-gradient(135deg,#cd7f32,#92400e)}.Dashboard-module__pw-EVa__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__pw-EVa__grid{grid-template-columns:320px minmax(0,1fr)}.Dashboard-module__pw-EVa__activities{display:none}}@media (max-width:768px){.Dashboard-module__pw-EVa__grid{grid-template-columns:1fr}}.Dashboard-module__pw-EVa__rankingsContainer{grid-template-columns:1fr 1fr;align-items:start;gap:20px;width:100%;display:grid}.Dashboard-module__pw-EVa__mobileRankingTabs{display:none}@media (max-width:1023px){.Dashboard-module__pw-EVa__statsRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.Dashboard-module__pw-EVa__statCard{padding:18px}.Dashboard-module__pw-EVa__rankingsContainer{grid-template-columns:1fr;gap:0}.Dashboard-module__pw-EVa__rankings{padding:20px}.Dashboard-module__pw-EVa__table{width:100%;min-width:0}.Dashboard-module__pw-EVa__table th,.Dashboard-module__pw-EVa__table td{white-space:normal;word-break:break-word}.Dashboard-module__pw-EVa__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__pw-EVa__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__pw-EVa__mobileTabButton:hover{color:#fff}.Dashboard-module__pw-EVa__activeMobileTab{background:var(--primary);box-shadow:0 4px 12px #eab3084d;color:#000!important}.Dashboard-module__pw-EVa__hiddenMobile{display:none!important}}@media (max-width:768px){.Dashboard-module__pw-EVa__grid{grid-template-columns:1fr}.Dashboard-module__pw-EVa__profileCard,.Dashboard-module__pw-EVa__adminHeader,.Dashboard-module__pw-EVa__rankings,.Dashboard-module__pw-EVa__activities .Dashboard-module__pw-EVa__profileCard{padding:18px}.Dashboard-module__pw-EVa__adminHeader{flex-direction:column;align-items:stretch;gap:12px}.Dashboard-module__pw-EVa__quickActions{flex-direction:column;gap:10px}.Dashboard-module__pw-EVa__statsRow{grid-template-columns:1fr}.Dashboard-module__pw-EVa__statCard{padding:18px}.Dashboard-module__pw-EVa__rankingHeader{align-items:center}.Dashboard-module__pw-EVa__rankingTabs{flex-wrap:wrap;width:100%}.Dashboard-module__pw-EVa__tab{text-align:center;flex:45%;min-width:120px}.Dashboard-module__pw-EVa__rankNote{padding:14px}.Dashboard-module__pw-EVa__table th,.Dashboard-module__pw-EVa__table td{white-space:normal;padding:10px 8px}.Dashboard-module__pw-EVa__table{min-width:0;display:block;overflow-x:auto}.Dashboard-module__pw-EVa__table thead,.Dashboard-module__pw-EVa__table tbody,.Dashboard-module__pw-EVa__table tr{table-layout:fixed;table-layout:fixed;width:100%;display:table}}.Dashboard-module__pw-EVa__goiTanThuSelect{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:14px 16px}.Dashboard-module__pw-EVa__goiTanThuSelect option{color:#0f172a;background:#fff}.Dashboard-module__pw-EVa__goiTanThuSelect:focus{border-color:var(--primary)}.Dashboard-module__pw-EVa__goiTanThuSelect::-ms-expand{display:none}
.login-module__h_Jyoa__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__h_Jyoa__authContainer{width:100%;max-width:420px}.login-module__h_Jyoa__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__h_Jyoa__header{text-align:center;margin-bottom:30px}.login-module__h_Jyoa__logo{color:#eab308;text-shadow:0 0 15px #eab3084d;letter-spacing:-1px;margin-bottom:8px;font-size:2.2rem;font-weight:900}.login-module__h_Jyoa__title{color:#fff;margin-bottom:6px;font-size:1.5rem;font-weight:800}.login-module__h_Jyoa__subtitle{color:#94a3b8;font-size:.95rem}.login-module__h_Jyoa__form{flex-direction:column;gap:20px;display:flex}.login-module__h_Jyoa__inputGroup{flex-direction:column;gap:8px;display:flex}.login-module__h_Jyoa__labelRow{justify-content:space-between;align-items:center;display:flex}.login-module__h_Jyoa__inputGroup label{color:#cbd5e1;font-size:.9rem;font-weight:600}.login-module__h_Jyoa__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__h_Jyoa__inputGroup input:focus{background:#ffffff14;border-color:#eab308;box-shadow:0 0 0 4px #eab3081a}.login-module__h_Jyoa__forgotLink{color:#eab308;font-size:.85rem;text-decoration:none}.login-module__h_Jyoa__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__h_Jyoa__submitBtn:hover{transform:translateY(-2px);box-shadow:0 15px 25px -5px #eab30866}.login-module__h_Jyoa__footer{text-align:center;color:#94a3b8;justify-content:center;gap:8px;margin-top:24px;font-size:.9rem;display:flex}.login-module__h_Jyoa__switchLink{color:#eab308;font-weight:700;text-decoration:none}.login-module__h_Jyoa__homeLink{text-align:center;margin-top:24px}.login-module__h_Jyoa__homeLink a{color:#64748b;font-size:.9rem;text-decoration:none;transition:color .2s}.login-module__h_Jyoa__homeLink a:hover{color:#fff}.login-module__h_Jyoa__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__h_Jyoa__slideIn;display:flex;position:fixed;top:24px;right:24px}.login-module__h_Jyoa__toast.login-module__h_Jyoa__success{border-left-color:#22c55e}.login-module__h_Jyoa__toast.login-module__h_Jyoa__error{border-left-color:#ef4444}@keyframes login-module__h_Jyoa__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.login-module__h_Jyoa__captchaContainer{flex-direction:column;gap:8px;display:flex}.login-module__h_Jyoa__captchaLabel{color:#cbd5e1;font-size:.9rem;font-weight:600}.login-module__h_Jyoa__captchaRow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.login-module__h_Jyoa__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__h_Jyoa__captchaInput:focus{background:#ffffff14;border-color:#eab308;box-shadow:0 0 0 4px #eab3081a}.login-module__h_Jyoa__captchaCanvasWrapper{background:#fffffff2;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;height:48px;padding:0 12px;display:flex;overflow:hidden}.login-module__h_Jyoa__captchaCanvasWrapper canvas{width:auto!important;max-height:38px!important}.login-module__h_Jyoa__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__h_Jyoa__captchaReloadBtn:hover{background:#eab3081a;border-color:#eab308;transform:rotate(60deg)}
.Marquee-module__Kr_2oq__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__Kr_2oq__loudspeaker{flex-shrink:0;font-size:1.2rem}.Marquee-module__Kr_2oq__marqueeTextContainer{white-space:nowrap;flex:1;overflow:hidden}.Marquee-module__Kr_2oq__marqueeText{color:#eab308;padding-left:100%;font-weight:600;animation:40s linear infinite Marquee-module__Kr_2oq__marquee;display:inline-block}@keyframes Marquee-module__Kr_2oq__marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.Marquee-module__Kr_2oq__marqueeText:hover{animation-play-state:paused}
.WeeklyMilestoneModal-module__7-4sqG__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__7-4sqG__fadeIn;display:flex;position:fixed;inset:0}.WeeklyMilestoneModal-module__7-4sqG__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__7-4sqG__slideUp;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,0 0 20px #eab3081a}.WeeklyMilestoneModal-module__7-4sqG__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__7-4sqG__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__7-4sqG__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__7-4sqG__closeBtn:hover{background:var(--accent);color:#fff;transform:rotate(90deg)}.WeeklyMilestoneModal-module__7-4sqG__modalBody{max-height:80vh;padding:32px;overflow-y:auto}.WeeklyMilestoneModal-module__7-4sqG__statsRow{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.WeeklyMilestoneModal-module__7-4sqG__statCard{text-align:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:4px;padding:16px;display:flex}.WeeklyMilestoneModal-module__7-4sqG__statLabel{letter-spacing:.05em;color:var(--text-secondary);font-size:.8rem;font-weight:700}.WeeklyMilestoneModal-module__7-4sqG__statValue{color:#fff;font-size:1.1rem;font-weight:800}.WeeklyMilestoneModal-module__7-4sqG__statSuccess{background:#10b9810d;border-color:#10b9814d}.WeeklyMilestoneModal-module__7-4sqG__statWarning{background:#f59e0b0d;border-color:#f59e0b4d}.WeeklyMilestoneModal-module__7-4sqG__statInfo{background:#0ea5e90d;border-color:#0ea5e94d}.WeeklyMilestoneModal-module__7-4sqG__statSuccess .WeeklyMilestoneModal-module__7-4sqG__statValue{color:#10b981}.WeeklyMilestoneModal-module__7-4sqG__statWarning .WeeklyMilestoneModal-module__7-4sqG__statValue{color:#f59e0b}.WeeklyMilestoneModal-module__7-4sqG__statInfo .WeeklyMilestoneModal-module__7-4sqG__statValue{color:#0ea5e9}.WeeklyMilestoneModal-module__7-4sqG__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__7-4sqG__selectionRow{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.WeeklyMilestoneModal-module__7-4sqG__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__7-4sqG__select option{color:#1f2937;background:#fff}.WeeklyMilestoneModal-module__7-4sqG__select:focus{border-color:var(--primary);background:#ffffff14;box-shadow:0 0 0 4px #eab3081a}.WeeklyMilestoneModal-module__7-4sqG__tableContainer{background:#0003;border:1px solid #ffffff0d;border-radius:16px;margin-bottom:24px;overflow:hidden}.WeeklyMilestoneModal-module__7-4sqG__table{border-collapse:collapse;width:100%}.WeeklyMilestoneModal-module__7-4sqG__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__7-4sqG__table td{text-align:center;color:#fff;border-bottom:1px solid #ffffff08;padding:16px;font-size:.95rem;font-weight:600}.WeeklyMilestoneModal-module__7-4sqG__itemName{color:var(--primary)!important;font-weight:700!important}.WeeklyMilestoneModal-module__7-4sqG__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__7-4sqG__btnPrimary{color:#fff;background:linear-gradient(135deg,#f43f5e,#e11d48);box-shadow:0 4px 15px #f43f5e4d}.WeeklyMilestoneModal-module__7-4sqG__btnPrimary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #f43f5e80}.WeeklyMilestoneModal-module__7-4sqG__btnOutline{color:#38bdf8;background:0 0;border:1px solid #0ea5e980;margin-top:12px}.WeeklyMilestoneModal-module__7-4sqG__btnOutline:hover{background:#0ea5e90d;border-color:#0ea5e9}.WeeklyMilestoneModal-module__7-4sqG__giftDetailLink{text-align:center;color:var(--primary);margin-top:16px;font-size:.9rem;font-weight:600;text-decoration:underline;display:block}.WeeklyMilestoneModal-module__7-4sqG__noteBox{background:#eab30808;border:1px dashed #eab30833;border-radius:16px;margin-top:24px;padding:20px}.WeeklyMilestoneModal-module__7-4sqG__noteList{color:var(--text-secondary);flex-direction:column;gap:8px;margin:0;padding-left:20px;font-size:.85rem;display:flex}.WeeklyMilestoneModal-module__7-4sqG__noteList b{color:var(--primary)}@keyframes WeeklyMilestoneModal-module__7-4sqG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes WeeklyMilestoneModal-module__7-4sqG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.WeeklyMilestoneModal-module__7-4sqG__modalBody::-webkit-scrollbar{width:6px}.WeeklyMilestoneModal-module__7-4sqG__modalBody::-webkit-scrollbar-track{background:0 0}.WeeklyMilestoneModal-module__7-4sqG__modalBody::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}
.Hero-module__7G__kG__hero{justify-content:center;align-items:center;width:100%;height:100vh;min-height:800px;display:flex;position:relative;overflow:hidden}.Hero-module__7G__kG__hero:before{content:"";z-index:1;background:#00000073;position:absolute;inset:0}.Hero-module__7G__kG__edgeCharLeft,.Hero-module__7G__kG__edgeCharRight{z-index:5;pointer-events:none;width:auto;height:75vh;transition:transform .5s;position:absolute;bottom:0}.Hero-module__7G__kG__edgeCharLeft{left:0}.Hero-module__7G__kG__edgeCharRight{right:0}.Hero-module__7G__kG__hero:hover .Hero-module__7G__kG__edgeCharLeft,.Hero-module__7G__kG__hero:hover .Hero-module__7G__kG__edgeCharRight{transform:scale(1.02)}.Hero-module__7G__kG__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__7G__kG__breathing}@keyframes Hero-module__7G__kG__breathing{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.Hero-module__7G__kG__sliderWrapper{z-index:10;border-radius:30px;width:65%;max-width:1000px;height:500px;position:relative;overflow:hidden}.Hero-module__7G__kG__sliderContent{width:100%;height:100%;position:relative}.Hero-module__7G__kG__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__7G__kG__slide.Hero-module__7G__kG__active{opacity:1;visibility:visible}.Hero-module__7G__kG__slideMedia{z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__7G__kG__slideText{z-index:2;background:linear-gradient(#0000 0%,#00000080 50%,#000000e6 100%);width:100%;padding:20px;position:relative}.Hero-module__7G__kG__tagline{color:#fff;letter-spacing:.2em;margin-bottom:14px;font-size:1.2rem;font-weight:600;animation:.8s ease-out Hero-module__7G__kG__fadeInUp;display:block}.Hero-module__7G__kG__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__7G__kG__fadeInDown;display:flex;box-shadow:0 4px 20px #0000004d,0 0 15px #eab3081a}.Hero-module__7G__kG__globalStats{top:calc(var(--header-height) + 20px);z-index:100;pointer-events:none;position:absolute;left:50%;transform:translate(-50%)}@keyframes Hero-module__7G__kG__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.Hero-module__7G__kG__statsLabel{color:#fffc;text-transform:uppercase;letter-spacing:.1em;margin:0;padding:0;font-size:1rem;font-weight:600;line-height:1}.Hero-module__7G__kG__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__7G__kG__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__7G__kG__fadeInUp}.Hero-module__7G__kG__description{color:#ffffffb3;max-width:600px;font-size:1.1rem;animation:1.2s ease-out Hero-module__7G__kG__fadeInUp}.Hero-module__7G__kG__controls{z-index:20;gap:12px;display:flex;position:absolute;bottom:30px;right:40px}.Hero-module__7G__kG__dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:10px;height:10px;transition:all .3s}.Hero-module__7G__kG__dot.Hero-module__7G__kG__active{background:var(--primary);box-shadow:0 0 10px var(--primary);transform:scale(1.3)}.Hero-module__7G__kG__downloadBarWrapper{z-index:100;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Hero-module__7G__kG__downloadBar{align-items:center;gap:10px;display:flex}.Hero-module__7G__kG__spriteBtnRecharge,.Hero-module__7G__kG__spriteBtnAndroid,.Hero-module__7G__kG__spriteBtnIos,.Hero-module__7G__kG__spriteBtnApk{background-image:url(/images/_sprites-common.png);background-repeat:no-repeat;background-size:1000px;transition:transform .2s,filter .2s;display:block}.Hero-module__7G__kG__spriteBtnRecharge{background-position:-284px -115px;width:180px;height:130px}.Hero-module__7G__kG__blockMobileSprite{flex-direction:column;gap:4px;display:flex}.Hero-module__7G__kG__spriteBtnAndroid{background-position:-613px -395px;width:235px;height:60px}.Hero-module__7G__kG__spriteBtnIos{background-position:-613px -334px;width:235px;height:60px}.Hero-module__7G__kG__spriteBtnApk{background-position:-119px -495px;width:120px;height:125px}.Hero-module__7G__kG__spriteBtnRecharge:hover,.Hero-module__7G__kG__spriteBtnAndroid:hover,.Hero-module__7G__kG__spriteBtnIos:hover,.Hero-module__7G__kG__spriteBtnApk:hover{filter:brightness(1.2);transform:scale(1.05)}@keyframes Hero-module__7G__kG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1400px){.Hero-module__7G__kG__edgeCharLeft,.Hero-module__7G__kG__edgeCharRight{height:65vh}.Hero-module__7G__kG__sliderWrapper{width:75%}}@media (max-width:1200px){.Hero-module__7G__kG__edgeCharLeft,.Hero-module__7G__kG__edgeCharRight{height:55vh}.Hero-module__7G__kG__sliderWrapper{width:85%;height:450px}.Hero-module__7G__kG__title{font-size:2.8rem}}@media (max-width:1024px){.Hero-module__7G__kG__edgeCharLeft,.Hero-module__7G__kG__edgeCharRight{display:none}.Hero-module__7G__kG__sliderWrapper{border-radius:20px;width:92%;height:420px}.Hero-module__7G__kG__title{font-size:2.2rem}.Hero-module__7G__kG__description{font-size:1rem}}@media (max-width:768px){.Hero-module__7G__kG__hero{height:auto;min-height:600px;padding:80px 0 150px}.Hero-module__7G__kG__sliderWrapper{width:95%;height:350px}.Hero-module__7G__kG__slideText{padding:15px}.Hero-module__7G__kG__tagline{margin-bottom:8px;font-size:.9rem}.Hero-module__7G__kG__title{margin-bottom:8px;font-size:1.8rem}.Hero-module__7G__kG__description{max-width:100%;font-size:.85rem;line-height:1.5}.Hero-module__7G__kG__controls{gap:8px;bottom:15px;right:15px}.Hero-module__7G__kG__downloadBarWrapper{justify-content:center;width:100%;display:flex;bottom:20px}.Hero-module__7G__kG__downloadBar{transform-origin:bottom;width:max-content;transform:scale(.8)}}@media (max-width:540px){.Hero-module__7G__kG__hero{padding-top:60px}.Hero-module__7G__kG__sliderWrapper{border-radius:15px;height:280px}.Hero-module__7G__kG__title{font-size:1.4rem}.Hero-module__7G__kG__description{display:none}.Hero-module__7G__kG__downloadBar{transform:scale(.65)}.Hero-module__7G__kG__globalStats{top:calc(var(--header-height) + 10px)}.Hero-module__7G__kG__statsBadge{gap:8px;padding:6px 16px}.Hero-module__7G__kG__statsLabel{font-size:.75rem}.Hero-module__7G__kG__statsValue{font-size:.95rem}}@media (max-width:400px){.Hero-module__7G__kG__sliderWrapper{height:240px}.Hero-module__7G__kG__title{font-size:1.2rem}.Hero-module__7G__kG__downloadBar{transform:scale(.55)}.Hero-module__7G__kG__globalStats{top:calc(var(--header-height) + 5px)}}
.News-module__9RKNaW__newsSection{background:0 0;padding:100px 0}.News-module__9RKNaW__header{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.News-module__9RKNaW__title{font-size:2.5rem}.News-module__9RKNaW__highlight{color:var(--primary)}.News-module__9RKNaW__viewAll{color:var(--text-secondary);border-bottom:1px solid var(--border-glass);padding-bottom:4px;font-weight:600}.News-module__9RKNaW__viewAll:hover{color:var(--primary);border-color:var(--primary)}.News-module__9RKNaW__grid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.News-module__9RKNaW__mainNews{border-radius:20px;height:100%;position:relative;overflow:hidden}.News-module__9RKNaW__mainNewsImg{object-fit:cover;width:100%;height:100%;transition:transform .5s}.News-module__9RKNaW__mainNews:hover .News-module__9RKNaW__mainNewsImg{transform:scale(1.05)}.News-module__9RKNaW__mainNewsOverlay{background:linear-gradient(#0000,#000000e6);width:100%;padding:40px;position:absolute;bottom:0;left:0}.News-module__9RKNaW__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__9RKNaW__mainNewsTitle{margin-bottom:12px;font-size:1.8rem}.News-module__9RKNaW__newsList{flex-direction:column;gap:20px;display:flex}.News-module__9RKNaW__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__9RKNaW__newsItem:hover{border-color:var(--primary);background:#ffffff14;transform:translate(10px)}.News-module__9RKNaW__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__9RKNaW__day{font-size:1.5rem;font-weight:700;line-height:1}.News-module__9RKNaW__month{color:var(--text-secondary);text-transform:uppercase;font-size:.75rem}.News-module__9RKNaW__newsItemContent{flex:1}.News-module__9RKNaW__newsItemTitle{margin-bottom:6px;font-size:1.1rem;display:block}.News-module__9RKNaW__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__9RKNaW__grid{grid-template-columns:1fr}}
