.Auth-module__QCrbWq__authPage{background:var(--color-background);justify-content:center;align-items:center;min-height:calc(100vh - 70px);padding:2rem 1rem;display:flex}.Auth-module__QCrbWq__authCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:100%;max-width:440px;box-shadow:var(--shadow-lg);padding:3rem 2.5rem}.Auth-module__QCrbWq__authHeader{text-align:center;margin-bottom:2rem}.Auth-module__QCrbWq__authLogo{height:72px;margin:0 auto 1rem;display:block}.Auth-module__QCrbWq__authHeader h1{margin-bottom:.25rem;font-size:1.75rem;font-weight:800}.Auth-module__QCrbWq__authHeader p{color:var(--color-text-muted)}.Auth-module__QCrbWq__authForm{flex-direction:column;gap:1.25rem;display:flex}.Auth-module__QCrbWq__formGroup{flex-direction:column;gap:.5rem;display:flex}.Auth-module__QCrbWq__formGroup label{color:var(--color-text-muted);font-size:.9rem;font-weight:600}.Auth-module__QCrbWq__input{background:var(--color-background);border:1px solid var(--color-border);color:var(--color-text);border-radius:var(--radius-md);width:100%;transition:border-color var(--transition-fast);padding:.75rem 1rem;font-family:inherit;font-size:1rem}.Auth-module__QCrbWq__input:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #e81d2326}.Auth-module__QCrbWq__submitBtn{background:var(--color-gradient);color:#fff;border-radius:var(--radius-md);transition:all var(--transition-fast);cursor:pointer;border:none;margin-top:.5rem;padding:.875rem;font-family:inherit;font-size:1rem;font-weight:700}.Auth-module__QCrbWq__submitBtn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 12px #e81d2366}.Auth-module__QCrbWq__submitBtn:disabled{opacity:.6;cursor:not-allowed}.Auth-module__QCrbWq__authFooter{text-align:center;color:var(--color-text-muted);margin-top:1.5rem;font-size:.9rem}.Auth-module__QCrbWq__authFooter a{color:var(--color-primary);font-weight:600}.Auth-module__QCrbWq__authFooter a:hover{text-decoration:underline}.Auth-module__QCrbWq__errorBox{color:#ff6b6b;border-radius:var(--radius-md);background:#e81d231a;border:1px solid #e81d234d;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.9rem}.Auth-module__QCrbWq__successBox{color:#69db7c;border-radius:var(--radius-md);background:#2b8a3e1a;border:1px solid #2b8a3e4d;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.9rem}.Auth-module__QCrbWq__socialButtons{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.Auth-module__QCrbWq__socialBtn{border-radius:var(--radius-md);cursor:pointer;border:1px solid var(--color-border);background:var(--color-surface-hover);color:var(--color-text);transition:all var(--transition-fast);justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600;display:flex}.Auth-module__QCrbWq__socialBtn:hover:not(:disabled){border-color:var(--color-primary);background:#e81d230d;transform:translateY(-1px)}.Auth-module__QCrbWq__socialBtn:disabled{opacity:.6;cursor:not-allowed}.Auth-module__QCrbWq__divider{color:var(--color-text-muted);align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.Auth-module__QCrbWq__divider:before,.Auth-module__QCrbWq__divider:after{content:"";background:var(--color-border);flex:1;height:1px}@keyframes Auth-module__QCrbWq__spin{to{transform:rotate(360deg)}}.Auth-module__QCrbWq__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite Auth-module__QCrbWq__spin;display:inline-block}.Auth-module__QCrbWq__captchaGroup{justify-content:center;width:100%;margin:.5rem 0;display:flex}.Auth-module__QCrbWq__captchaBox{cursor:pointer;align-items:center;gap:.75rem;display:flex}.Auth-module__QCrbWq__captchaBox input[type=checkbox]{cursor:pointer;width:20px;height:20px;accent-color:var(--color-primary)}.Auth-module__QCrbWq__captchaBox label{color:var(--color-text);cursor:pointer;font-size:.9rem;font-weight:500}.Auth-module__QCrbWq__checkboxGroup{background:var(--color-surface-hover);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color var(--transition-fast);margin-top:.5rem;padding:1rem}.Auth-module__QCrbWq__checkboxGroup:hover{border-color:#e81d234d}.Auth-module__QCrbWq__checkboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:1rem;display:flex}.Auth-module__QCrbWq__checkboxInput{cursor:pointer;width:20px;height:20px;accent-color:var(--color-primary);flex-shrink:0;margin-top:.15rem}.Auth-module__QCrbWq__checkboxText{flex-direction:column;gap:.25rem;display:flex}.Auth-module__QCrbWq__checkboxText strong{color:var(--color-text);font-size:.9rem;display:block}.Auth-module__QCrbWq__checkboxText span{color:var(--color-text-muted);font-size:.8rem}
.Modal-module__7LRQSW__overlay{-webkit-backdrop-filter:blur();backdrop-filter:blur();z-index:10005;pointer-events:none;background:0 0;flex-direction:column;justify-content:center;align-items:center;padding:100px 20px 40px;transition:all .3s;display:flex;position:fixed;inset:0;overflow-y:auto}.Modal-module__7LRQSW__overlayVisible{-webkit-backdrop-filter:blur(25px);pointer-events:auto;background:#00000080}.Modal-module__7LRQSW__modal{background:var(--color-surface);opacity:0;border:1px solid #ffffff1a;border-radius:32px;flex-direction:column;width:95%;max-width:550px;max-height:85vh;padding:1.5rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:visible;transform:scale(.9);box-shadow:0 30px 60px #0009}.Modal-module__7LRQSW__modalVisible{opacity:1;transform:scale(1)}.Modal-module__7LRQSW__modalScrollContent{box-sizing:border-box;flex-direction:column;flex:1;width:100%;margin-bottom:1rem;padding-right:5px;display:flex;overflow-y:auto}.Modal-module__7LRQSW__modalScrollContent::-webkit-scrollbar{width:5px}.Modal-module__7LRQSW__modalScrollContent::-webkit-scrollbar-track{background:0 0}.Modal-module__7LRQSW__modalScrollContent::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}@keyframes Modal-module__7LRQSW__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Modal-module__7LRQSW__icon{filter:drop-shadow(0 8px 15px #0006);justify-content:center;align-items:center;margin-bottom:24px;font-size:80px;line-height:1;display:flex}.Modal-module__7LRQSW__title{color:#fff;letter-spacing:-.5px;text-align:center;margin-bottom:12px;font-size:26px;font-weight:800}.Modal-module__7LRQSW__message{color:#a0a0c0;white-space:pre-line;text-align:center;margin-bottom:35px;font-size:16px;line-height:1.6}.Modal-module__7LRQSW__btnGroup{flex-wrap:nowrap;justify-content:center;gap:12px;width:100%;display:flex}.Modal-module__7LRQSW__confirmBtn{cursor:pointer;background:var(--color-gradient);color:#fff;border:none;border-radius:14px;flex:1;padding:15px;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 20px #e81d2333}.Modal-module__7LRQSW__confirmBtnAction{background:var(--color-gradient)}.Modal-module__7LRQSW__cancelBtn{color:var(--color-text-muted);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;flex:1;padding:15px;font-size:16px;font-weight:600;transition:all .2s}.Modal-module__7LRQSW__cancelBtn:hover{color:#fff;background:#ffffff1a;border-color:#fff3}@media (max-width:480px){.Modal-module__7LRQSW__modal{width:95%;padding:30px 20px}.Modal-module__7LRQSW__btnGroup{gap:8px}.Modal-module__7LRQSW__confirmBtn,.Modal-module__7LRQSW__cancelBtn{white-space:nowrap;padding:12px 8px;font-size:14px}.Modal-module__7LRQSW__title{font-size:22px}}.Modal-module__7LRQSW__confirmBtn:hover{transform:translateY(-4px);box-shadow:0 15px 30px #e81d2366}.Modal-module__7LRQSW__confirm{border-color:#6366f166}.Modal-module__7LRQSW__success{border-color:#10b98166}.Modal-module__7LRQSW__error{border-color:#ef444466}.Modal-module__7LRQSW__warning{border-color:#f59e0b66}
.Review-module__gdpv2q__reviewModalContent{flex-direction:column;gap:.75rem;width:100%;padding:0;display:flex}.Review-module__gdpv2q__productInfo{border-radius:var(--radius-md);box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff0d;align-items:center;gap:1rem;width:100%;padding:.75rem;display:flex}.Review-module__gdpv2q__productImageWrapper{border-radius:var(--radius-sm);background:var(--color-surface-hover);flex-shrink:0;width:48px;height:48px;overflow:hidden}.Review-module__gdpv2q__productImage{object-fit:cover;width:100%;height:100%}.Review-module__gdpv2q__productDetail h3{color:var(--color-text);margin-bottom:.15rem;font-size:.95rem;font-weight:700}.Review-module__gdpv2q__packageName{color:var(--color-primary);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.Review-module__gdpv2q__orderId{color:var(--color-text-muted);font-size:.8rem}.Review-module__gdpv2q__ratingSection{text-align:center;flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.Review-module__gdpv2q__ratingSection p{color:var(--color-text);font-weight:600}.Review-module__gdpv2q__stars{gap:.5rem;display:flex}.Review-module__gdpv2q__starBtn{color:#ffffff1a;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.8rem;line-height:1;transition:all .2s}.Review-module__gdpv2q__starBtn.Review-module__gdpv2q__active{color:#ffc107;text-shadow:0 0 15px #ffc10780}.Review-module__gdpv2q__ratingLabel{color:#ffc107;min-height:1.2rem;font-size:.9rem;font-weight:700}.Review-module__gdpv2q__commentSection{width:100%;position:relative}.Review-module__gdpv2q__textarea{border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;min-height:120px;color:var(--color-text);resize:none;background:#0003;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .3s}.Review-module__gdpv2q__textarea:focus{border-color:var(--color-primary);background:#e81d2308;outline:none}.Review-module__gdpv2q__charCount{color:var(--color-text-muted);font-size:.75rem;position:absolute;bottom:.75rem;right:1rem}.Review-module__gdpv2q__errorMessage{color:#ff4d4d;border-radius:var(--radius-sm);text-align:center;background:#e81d231a;border:1px solid #e81d2333;padding:.75rem;font-size:.9rem}.Review-module__gdpv2q__modalActions{gap:1rem;width:100%;display:flex}.Review-module__gdpv2q__cancelBtn{border-radius:var(--radius-md);color:var(--color-text-muted);background:#ffffff0d;border:1px solid #0000;flex:1;padding:.6rem;font-size:.85rem;font-weight:600;transition:all .3s}.Review-module__gdpv2q__cancelBtn:hover{color:var(--color-text);background:#ffffff1a}.Review-module__gdpv2q__submitBtn{border-radius:var(--radius-md);background:var(--color-gradient);color:#fff;border:none;flex:2;padding:.6rem;font-size:.85rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #e81d234d}.Review-module__gdpv2q__submitBtn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 20px #e81d2366}.Review-module__gdpv2q__submitBtn:disabled{opacity:.6;cursor:not-allowed}.Review-module__gdpv2q__carouselSection{padding:2rem 0;position:relative;overflow:hidden}.Review-module__gdpv2q__skeletonColumn{flex-direction:column;align-items:center;gap:1rem;width:100%;margin:0 auto;display:flex}.Review-module__gdpv2q__skeletonCard{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:1rem;width:100%;max-width:450px;height:160px;padding:1.5rem;display:flex;position:relative;overflow:hidden}.Review-module__gdpv2q__skeletonCard:after{content:"";background:linear-gradient(90deg,#0000,#ffffff08,#0000);width:100%;height:100%;animation:1.5s infinite Review-module__gdpv2q__loading;position:absolute;top:0;left:0}.Review-module__gdpv2q__skeletonCardHeader{gap:1rem;display:flex}.Review-module__gdpv2q__skeletonAvatar{background:#ffffff0d;border-radius:50%;width:40px;height:40px}.Review-module__gdpv2q__skeletonText{flex-direction:column;flex:1;gap:8px;display:flex}.Review-module__gdpv2q__skeletonLine{background:#ffffff0d;border-radius:4px;height:12px}@keyframes Review-module__gdpv2q__loading{0%{background-position:200% 0}to{background-position:-200% 0}}.Review-module__gdpv2q__fadeContainer{width:100%;min-height:180px;margin-top:1rem;position:relative}.Review-module__gdpv2q__reviewWrapper{width:100%;height:100%;position:relative}.Review-module__gdpv2q__fadeCard{opacity:0;visibility:hidden;width:100%;transition:opacity .8s ease-in-out,visibility .8s ease-in-out,transform .8s ease-out;position:absolute;top:0;left:0;transform:translateY(10px)}.Review-module__gdpv2q__fadeCard.Review-module__gdpv2q__active{opacity:1;visibility:visible;position:relative;transform:translateY(0)}.Review-module__gdpv2q__indicators{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.Review-module__gdpv2q__dot{cursor:pointer;background:#fff3;border-radius:50%;width:6px;height:6px;transition:all .3s}.Review-module__gdpv2q__dot:hover{background:#fff6}.Review-module__gdpv2q__activeDot{background:var(--color-primary);width:18px;box-shadow:0 0 10px rgba(var(--color-primary-rgb), .5);border-radius:10px}.Review-module__gdpv2q__vertical{height:400px;-webkit-mask-image:linear-gradient(#0000,#000 10% 90%,#0000);mask-image:linear-gradient(#0000,#000 10% 90%,#0000)}.Review-module__gdpv2q__trackVertical{flex-direction:column;gap:0;width:100%;animation:40s linear infinite Review-module__gdpv2q__scrollVertical;display:flex}@keyframes Review-module__gdpv2q__scrollVertical{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.Review-module__gdpv2q__vertical:hover .Review-module__gdpv2q__trackVertical{animation-play-state:paused}.Review-module__gdpv2q__reviewCard{box-sizing:border-box;background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;flex-direction:column;gap:.75rem;width:100%;min-width:100%;padding:1.25rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.Review-module__gdpv2q__reviewCard:before{content:"";background:var(--color-gradient);opacity:.7;width:100%;height:4px;position:absolute;top:0;left:0}.Review-module__gdpv2q__reviewCard:hover{border-color:var(--color-primary);transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.Review-module__gdpv2q__vipCard{background:linear-gradient(145deg,#ffd7000d,#0a0a0af2);overflow:hidden;box-shadow:0 0 15px #ffd7001a;border:1px solid #ffd70033!important}.Review-module__gdpv2q__vipCard:after{content:"";pointer-events:none;background:linear-gradient(45deg,#0000,#ffd7001a,#0000);width:200%;height:200%;animation:4s infinite Review-module__gdpv2q__vipShine;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}@keyframes Review-module__gdpv2q__vipShine{0%{transform:translate(-100%)rotate(45deg)}50%,to{transform:translate(100%)rotate(45deg)}}.Review-module__gdpv2q__userNameWrapper{align-items:center;gap:8px;display:flex}.Review-module__gdpv2q__vipBadge{color:#000;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:800;box-shadow:0 2px 4px #0003}.Review-module__gdpv2q__vipName{text-shadow:0 0 10px #ffd7004d;font-weight:800!important}.Review-module__gdpv2q__vipComment{color:#fffffff2;font-weight:500}[data-effect=rainbow] .Review-module__gdpv2q__vipName{background:linear-gradient(90deg,red,#ff7f00,#ff0,#0f0,#00f,indigo,#8b00ff);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite Review-module__gdpv2q__rainbowText}@keyframes Review-module__gdpv2q__rainbowText{to{background-position:200%}}[data-effect=glow] .Review-module__gdpv2q__vipCard{animation:2s ease-in-out infinite alternate Review-module__gdpv2q__cardGlow}@keyframes Review-module__gdpv2q__cardGlow{0%{box-shadow:0 0 5px #ffd7001a}to{box-shadow:0 0 20px #ffd7004d}}.Review-module__gdpv2q__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.Review-module__gdpv2q__userProfile{align-items:center;gap:.75rem;display:flex}.Review-module__gdpv2q__avatar{background:var(--color-gradient);color:#fff;border:2px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex;overflow:hidden}.Review-module__gdpv2q__avatarImg{object-fit:cover;border-radius:50%;width:100%;height:100%}.Review-module__gdpv2q__userName{font-size:.95rem;font-weight:700}.Review-module__gdpv2q__verifiedBadge{color:#10b981;text-transform:uppercase;background:#10b9811a;border:1px solid #10b98133;border-radius:4px;align-items:center;width:fit-content;margin-top:4px;padding:2px 6px;font-size:.65rem;font-weight:800;display:inline-flex}.Review-module__gdpv2q__productInfoText{flex-direction:column;align-items:flex-start;gap:2px;display:flex;overflow:hidden}.Review-module__gdpv2q__pName{color:var(--color-text);font-size:.8rem;font-weight:700}.Review-module__gdpv2q__pkgName{color:var(--color-primary);opacity:.8;font-size:.75rem;font-weight:500}.Review-module__gdpv2q__cardStars{color:#ffc107;gap:2px;font-size:.9rem;display:flex}.Review-module__gdpv2q__reviewComment{color:var(--color-text-muted);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;height:4.5em;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.Review-module__gdpv2q__cardFooter{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.Review-module__gdpv2q__gameLink{color:var(--color-text);align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:flex}.Review-module__gdpv2q__miniIcon{border-radius:4px;width:20px;height:20px}.Review-module__gdpv2q__reviewTime{color:var(--color-text-muted);font-size:.75rem}.Review-module__gdpv2q__skeletonCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;width:320px;height:200px;padding:1.5rem}.Review-module__gdpv2q__skeletonPulse{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite Review-module__gdpv2q__skeletonLoading}@keyframes Review-module__gdpv2q__skeletonLoading{0%{background-position:200% 0}to{background-position:-200% 0}}.Review-module__gdpv2q__productReviewHeader{border:1px solid var(--color-border);background:#ffffff05;border-radius:20px;flex-direction:column;gap:1.5rem;margin-bottom:2rem;padding:1.25rem;display:flex}.Review-module__gdpv2q__averageScore{align-items:center;gap:1.5rem;display:flex}.Review-module__gdpv2q__bigScore{color:var(--color-text);font-size:2.8rem;font-weight:800;line-height:1}.Review-module__gdpv2q__scoreMeta{flex-direction:column;display:flex}.Review-module__gdpv2q__sortControls{flex-wrap:wrap;gap:.5rem;display:flex}.Review-module__gdpv2q__sortBtn{background:var(--color-surface-hover);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:var(--radius-md);padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.Review-module__gdpv2q__sortBtn.Review-module__gdpv2q__active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.Review-module__gdpv2q__premiumHeader{background:linear-gradient(120deg, #fff 0%, var(--color-primary) 50%, #fff 100%);-webkit-text-fill-color:transparent;letter-spacing:.1em;text-transform:uppercase;text-align:center;background-size:200%;-webkit-background-clip:text;background-clip:text;justify-content:center;align-items:center;gap:10px;width:100%;margin:0;font-weight:900;animation:4s linear infinite Review-module__gdpv2q__titleShine;display:flex}@keyframes Review-module__gdpv2q__titleShine{to{background-position:200%}}.Review-module__gdpv2q__reviewList{flex-direction:column;gap:1.5rem;width:100%;display:flex}.Review-module__gdpv2q__statsSection{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;padding:1.25rem}.Review-module__gdpv2q__statCard{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.Review-module__gdpv2q__fullReviewCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;gap:1.5rem;padding:1.5rem;display:flex}.Review-module__gdpv2q__carouselWrapper{flex-direction:column;gap:1.5rem;display:flex}.Review-module__gdpv2q__compactStats{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;padding:1rem}.Review-module__gdpv2q__statsMain{align-items:center;gap:1.25rem;display:flex}.Review-module__gdpv2q__statsScore{color:var(--color-text);font-size:2.2rem;font-weight:800;line-height:1}.Review-module__gdpv2q__statsStars{flex-direction:column;gap:2px;display:flex}.Review-module__gdpv2q__starsRow{color:#ffc107;gap:2px;font-size:1.1rem;display:flex}.Review-module__gdpv2q__statsCount{color:var(--color-text-muted);font-size:.75rem;font-weight:600}.Review-module__gdpv2q__emptyState{text-align:center;color:var(--color-text-muted);background:#ffffff05;border:1px dashed #ffffff0d;border-radius:12px;padding:1.5rem;font-size:.8rem}.Review-module__gdpv2q__trackVertical{flex-direction:column;gap:1.25rem;width:100%;display:flex}@media (max-width:768px){.Review-module__gdpv2q__fullReviewCard{flex-direction:column;gap:1rem}.Review-module__gdpv2q__carouselTrack{animation-duration:20s}}
.Pagination-module___xmoaa__pagination{justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 1.25rem;display:flex}.Pagination-module___xmoaa__info{color:var(--color-text-muted);font-size:.9rem}.Pagination-module___xmoaa__actions{align-items:center;gap:.5rem;display:flex}.Pagination-module___xmoaa__pageBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;transition:all .2s;display:flex}.Pagination-module___xmoaa__pageBtn:hover:not(:disabled){background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.Pagination-module___xmoaa__pageBtn.Pagination-module___xmoaa__active{background:var(--color-primary);border-color:var(--color-primary);box-shadow:0 0 15px #e81d234d}.Pagination-module___xmoaa__pageBtn:disabled{opacity:.3;cursor:not-allowed}@media (max-width:768px){.Pagination-module___xmoaa__pagination{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:1.5rem 1rem}.Pagination-module___xmoaa__actions{flex-wrap:wrap;justify-content:center;width:100%}.Pagination-module___xmoaa__pageBtn{width:36px;height:36px;font-size:.85rem}}
.VIPBadge-module__CgYqdW__badgeWrapper{z-index:5;filter:drop-shadow(0 4px 8px #0006);display:inline-block;position:relative}.VIPBadge-module__CgYqdW__small{transform:scale(.85)}.VIPBadge-module__CgYqdW__large{transform:scale(1)}.VIPBadge-module__CgYqdW__badge{background:linear-gradient(135deg, rgba(var(--level-color-rgb), .9) 0%, rgba(var(--level-color-rgb), 1) 50%, rgba(var(--level-color-rgb), .9) 100%);color:#fff;text-transform:uppercase;letter-spacing:.5px;-webkit-user-select:none;user-select:none;border:1px solid #ffffff4d;border-radius:6px;align-items:center;gap:4px;padding:2px 10px;font-size:.65rem;font-weight:800;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px 1px #fff6,0 2px 4px #0003}.VIPBadge-module__CgYqdW__small .VIPBadge-module__CgYqdW__badge{gap:3px;padding:1px 6px;font-size:.55rem}.VIPBadge-module__CgYqdW__large .VIPBadge-module__CgYqdW__badge{border-radius:8px;padding:3px 10px;font-size:.7rem}.VIPBadge-module__CgYqdW__iconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex}.VIPBadge-module__CgYqdW__large .VIPBadge-module__CgYqdW__iconWrapper{width:18px;height:18px}.VIPBadge-module__CgYqdW__textIcon{text-shadow:0 1px 2px #00000080;justify-content:center;align-items:center;font-family:inherit;font-size:11px;font-weight:900;line-height:1;display:flex}.VIPBadge-module__CgYqdW__large .VIPBadge-module__CgYqdW__textIcon{font-size:14px}.VIPBadge-module__CgYqdW__iconWrapper svg{filter:drop-shadow(0 1px 2px #0000004d);width:100%;height:100%}.VIPBadge-module__CgYqdW__text{z-index:2;text-shadow:0 1px 2px #00000080;white-space:nowrap;position:relative}.VIPBadge-module__CgYqdW__premium .VIPBadge-module__CgYqdW__badge{border:1px solid #ffffff80;animation:2.5s ease-in-out infinite VIPBadge-module__CgYqdW__pulse}.VIPBadge-module__CgYqdW__outerGlow{border-radius:inherit;background:var(--level-color);filter:blur(12px);opacity:.4;z-index:-1;width:100%;height:100%;animation:2.5s ease-in-out infinite VIPBadge-module__CgYqdW__glowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.VIPBadge-module__CgYqdW__shimmer{z-index:1;background:linear-gradient(90deg,#0000,#fff9,#0000);width:100%;height:100%;animation:4s linear infinite VIPBadge-module__CgYqdW__shimmer;position:absolute;top:0;left:-150%;transform:skew(-20deg)}@keyframes VIPBadge-module__CgYqdW__shimmer{0%{left:-150%}30%{left:150%}to{left:150%}}@keyframes VIPBadge-module__CgYqdW__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}@keyframes VIPBadge-module__CgYqdW__glowPulse{0%,to{opacity:.3;transform:translate(-50%,-50%)scale(1)}50%{opacity:.6;transform:translate(-50%,-50%)scale(1.2)}}.VIPBadge-module__CgYqdW__badgeWrapper:hover{filter:drop-shadow(0 8px 16px #00000080);transform:scale(1.1)translateY(-2px)}.VIPBadge-module__CgYqdW__badgeWrapper:hover .VIPBadge-module__CgYqdW__badge{filter:brightness(1.2);border-color:#fffc}
@keyframes VIPEffects-module__W9YvTW__shineSweep{0%{transform:translate(-150%)skew(-25deg)}50%{transform:translate(150%)skew(-25deg)}to{transform:translate(150%)skew(-25deg)}}.VIPEffects-module__W9YvTW__platinumShine{pointer-events:none;background:linear-gradient(90deg,#0000,#fff6,#0000);width:50%;height:100%;animation:3s linear infinite VIPEffects-module__W9YvTW__shineSweep;position:absolute;top:0;left:0}@keyframes VIPEffects-module__W9YvTW__diamondAura{0%,to{box-shadow:0 0 15px #53d8fb66,inset 0 0 10px #53d8fb33}50%{box-shadow:0 0 25px #53d8fbb3,inset 0 0 15px #53d8fb66}}.VIPEffects-module__W9YvTW__auraDiamond{border-radius:50%;animation:2s ease-in-out infinite VIPEffects-module__W9YvTW__diamondAura}@keyframes VIPEffects-module__W9YvTW__nexusGalaxy{0%{filter:hue-rotate()brightness()}50%{filter:hue-rotate(15deg)brightness(1.2)}to{filter:hue-rotate()brightness()}}@keyframes VIPEffects-module__W9YvTW__nexusFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-3px)scale(1.02)}}.VIPEffects-module__W9YvTW__auraNexus{border-radius:50%;background:linear-gradient(135deg,#8a2be2,#00e5ff,#8a2be2) 0 0/200% 200%!important;animation:4s linear infinite VIPEffects-module__W9YvTW__nexusGalaxy,3s ease-in-out infinite VIPEffects-module__W9YvTW__nexusFloat!important;box-shadow:0 0 20px #8a2be299,0 0 40px #00e5ff4d!important}@keyframes VIPEffects-module__W9YvTW__goldRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.VIPEffects-module__W9YvTW__frameGold{border:2px solid gold;position:relative;overflow:hidden;box-shadow:0 0 10px #ffd7004d}.VIPEffects-module__W9YvTW__nameNexus{background:linear-gradient(90deg,#8a2be2,#00e5ff,#8a2be2) 0 0/200%;-webkit-text-fill-color:transparent;text-shadow:0 0 10px #8a2be24d;-webkit-background-clip:text;font-weight:900;animation:3s linear infinite VIPEffects-module__W9YvTW__shineText}@keyframes VIPEffects-module__W9YvTW__shineText{to{background-position:200%}}.VIPEffects-module__W9YvTW__nameDiamond{color:#53d8fb;text-shadow:0 0 15px #53d8fb99;font-weight:800}.VIPEffects-module__W9YvTW__nameGold{color:gold;text-shadow:0 0 10px #ffd70080;font-weight:700}
.HeroSlider-module__AAVTfG__sliderWrapper{flex-direction:column;align-items:center;gap:1.25rem;width:100%;display:flex}.HeroSlider-module__AAVTfG__slider{aspect-ratio:1200/500;background:#0f172a;border-radius:24px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000004d}.HeroSlider-module__AAVTfG__slide{opacity:0;justify-content:center;align-items:center;width:100%;height:100%;transition:all 1s;display:flex;position:absolute;top:0;left:0}.HeroSlider-module__AAVTfG__active{opacity:1}.HeroSlider-module__AAVTfG__image{object-fit:cover;filter:brightness();width:100%;height:100%}.HeroSlider-module__AAVTfG__slideLink{cursor:pointer;width:100%;height:100%;display:block}.HeroSlider-module__AAVTfG__controls{z-index:10;justify-content:center;gap:.75rem;display:flex}.HeroSlider-module__AAVTfG__dot{cursor:pointer;background:#ffffff4d;border-radius:50%;width:10px;height:10px;transition:all .3s}.HeroSlider-module__AAVTfG__dotActive{background:var(--color-primary);border-radius:10px;width:30px}@media (max-width:768px){.HeroSlider-module__AAVTfG__title{font-size:2rem}.HeroSlider-module__AAVTfG__subtitle{font-size:1rem}}
.HorizontalScroll-module__XM3rVa__container{width:100%;margin-bottom:1.5rem;padding:0 10px;position:relative;overflow:visible}.HorizontalScroll-module__XM3rVa__scrollArea{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:1.5rem;padding:.5rem 0 1.5rem;display:flex;overflow-x:auto}.HorizontalScroll-module__XM3rVa__scrollArea::-webkit-scrollbar{display:none}.HorizontalScroll-module__XM3rVa__arrow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:20;opacity:.6;pointer-events:auto;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:38%;transform:translateY(-50%);box-shadow:0 4px 15px #0000004d}.HorizontalScroll-module__XM3rVa__container:hover .HorizontalScroll-module__XM3rVa__arrow{opacity:1}.HorizontalScroll-module__XM3rVa__leftArrow{left:-45px}.HorizontalScroll-module__XM3rVa__rightArrow{right:-45px}.HorizontalScroll-module__XM3rVa__arrow:hover{background:var(--color-primary);border-color:var(--color-primary);transform:translateY(-50%)scale(1.1);box-shadow:0 8px 25px #e81d2380}.HorizontalScroll-module__XM3rVa__arrow svg{width:24px;height:24px}@media (max-width:1300px){.HorizontalScroll-module__XM3rVa__leftArrow{left:5px}.HorizontalScroll-module__XM3rVa__rightArrow{right:5px}.HorizontalScroll-module__XM3rVa__arrow{background:#00000080;width:40px;height:40px}}@media (max-width:768px){.HorizontalScroll-module__XM3rVa__arrow{display:none}.HorizontalScroll-module__XM3rVa__scrollArea{width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}}
.FlashSaleSection-module__B9wK7G__section{background:linear-gradient(#e81d230d 0%,#0000 100%);padding:3rem 0;position:relative;overflow:hidden}.FlashSaleSection-module__B9wK7G__section:before{content:"";filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#e81d2314 0%,#0000 70%);width:40%;height:200%;position:absolute;top:-50%;left:-10%}.FlashSaleSection-module__B9wK7G__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.FlashSaleSection-module__B9wK7G__titleGroup{align-items:center;gap:1rem;display:flex}.FlashSaleSection-module__B9wK7G__fireIcon{font-size:2.5rem;animation:1.5s infinite alternate FlashSaleSection-module__B9wK7G__flicker}.FlashSaleSection-module__B9wK7G__header h2{letter-spacing:2px;background:linear-gradient(90deg,#ff4d4d,#f08c00);-webkit-text-fill-color:transparent;text-shadow:0 10px 20px #e81d2333;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.2rem;font-weight:900}.FlashSaleSection-module__B9wK7G__tagline{color:#f08c00;text-transform:uppercase;background:#f08c001a;border-radius:20px;padding:4px 12px;font-size:.9rem;font-weight:700}.FlashSaleSection-module__B9wK7G__grid{gap:1.5rem;padding-bottom:1rem;display:flex}.FlashSaleSection-module__B9wK7G__card{color:#fff;background:#1a1a1f;border:1px solid #ff4d4d4d;border-radius:20px;flex:0 0 240px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);animation:4s infinite alternate FlashSaleSection-module__B9wK7G__premiumGlow;position:relative;overflow:hidden}@keyframes FlashSaleSection-module__B9wK7G__premiumGlow{0%{border-color:#ff4d4d4d;box-shadow:0 0 10px #e81d231a}50%{border-color:#ffcc0080;box-shadow:0 0 20px #fc03}to{border-color:#ff4d4d4d;box-shadow:0 0 10px #e81d231a}}.FlashSaleSection-module__B9wK7G__card:after{content:"";pointer-events:none;z-index:10;background:linear-gradient(120deg,#0000,#ffffff0d 40%,#fff3 50%,#ffffff0d 60%,#0000);width:100%;height:100%;animation:5s infinite FlashSaleSection-module__B9wK7G__shineSweep;position:absolute;top:0;left:-200%}@keyframes FlashSaleSection-module__B9wK7G__shineSweep{0%{left:-200%}20%{left:200%}to{left:200%}}.FlashSaleSection-module__B9wK7G__card:hover{border-color:#e81d2366;transform:translateY(-8px);box-shadow:0 20px 40px #0006,0 0 20px #e81d2333}.FlashSaleSection-module__B9wK7G__imageWrapper{background:linear-gradient(135deg,#2b2d42 0%,#1e1e24 100%);justify-content:center;align-items:center;height:130px;padding:.5rem;display:flex;position:relative;overflow:hidden}.FlashSaleSection-module__B9wK7G__image{object-fit:contain;border-radius:12px;width:auto;max-width:90%;height:90px;transition:transform .5s;display:block}.FlashSaleSection-module__B9wK7G__placeholderBox{color:#ffffff1a;text-shadow:0 0 20px #ffffff1a;background:radial-gradient(circle,#2a2a35 0%,#1a1a1f 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:4rem;display:flex}.FlashSaleSection-module__B9wK7G__card:hover .FlashSaleSection-module__B9wK7G__image{transform:scale(1.1)}.FlashSaleSection-module__B9wK7G__discountBadge{color:#fff;z-index:2;background:linear-gradient(135deg,#e81d23 0%,#ff4d4d 100%);border:1px solid #fff3;border-radius:12px;padding:6px 12px;font-size:1.1rem;font-weight:900;position:absolute;top:12px;right:12px;box-shadow:0 8px 15px #e81d2366}.FlashSaleSection-module__B9wK7G__timerOverlay{color:#fc0;background:linear-gradient(#0000 0%,#000000e6 100%);justify-content:center;align-items:center;gap:8px;padding:20px 15px 10px;font-family:Courier New,Courier,monospace;font-size:1.2rem;font-weight:700;display:flex;position:absolute;bottom:0;left:0;right:0}.FlashSaleSection-module__B9wK7G__content{text-align:center;padding:1rem}.FlashSaleSection-module__B9wK7G__gameName{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;font-size:.75rem}.FlashSaleSection-module__B9wK7G__itemName{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;margin-bottom:12px;font-size:1.1rem;font-weight:700;display:-webkit-box;overflow:hidden}.FlashSaleSection-module__B9wK7G__priceRow{justify-content:center;align-items:baseline;gap:10px;margin-bottom:1rem;display:flex}.FlashSaleSection-module__B9wK7G__newPrice{color:#e81d23;font-size:1.5rem;font-weight:900}.FlashSaleSection-module__B9wK7G__oldPrice{color:var(--color-text-muted);font-size:.9rem;text-decoration:line-through}.FlashSaleSection-module__B9wK7G__stockSection{margin-bottom:1.25rem}.FlashSaleSection-module__B9wK7G__stockHeader{color:#e81d23;justify-content:center;margin-bottom:4px;font-size:.65rem;font-weight:700;display:flex}.FlashSaleSection-module__B9wK7G__progressBar{background:#ffffff1a;border-radius:10px;height:6px;overflow:hidden}.FlashSaleSection-module__B9wK7G__progressFill{background:linear-gradient(90deg,#ff4d4d,#f08c00);border-radius:10px;height:100%;transition:width .3s}.FlashSaleSection-module__B9wK7G__buyBtn{background:var(--color-gradient);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:10px;font-weight:800;transition:all .2s}.FlashSaleSection-module__B9wK7G__buyBtn:hover{filter:brightness(1.1);transform:scale(1.02)}@keyframes FlashSaleSection-module__B9wK7G__flicker{0%{filter:drop-shadow(0 0 5px #e81d23);transform:scale(1)rotate(-5deg)}to{filter:drop-shadow(0 0 15px #f08c00);transform:scale(1.1)rotate(5deg)}}@media (max-width:768px){.FlashSaleSection-module__B9wK7G__section{padding:2rem 0}.FlashSaleSection-module__B9wK7G__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.FlashSaleSection-module__B9wK7G__header h2{font-size:1.5rem}.FlashSaleSection-module__B9wK7G__fireIcon{font-size:1.8rem}.FlashSaleSection-module__B9wK7G__tagline{padding:2px 10px;font-size:.75rem}.FlashSaleSection-module__B9wK7G__card{flex:0 0 200px}.FlashSaleSection-module__B9wK7G__discountBadge{padding:4px 8px;font-size:.9rem;top:8px;right:8px}.FlashSaleSection-module__B9wK7G__timerOverlay{padding:15px 10px 8px;font-size:1rem}.FlashSaleSection-module__B9wK7G__content{padding:1rem}.FlashSaleSection-module__B9wK7G__itemName{margin-bottom:8px;font-size:1rem}.FlashSaleSection-module__B9wK7G__newPrice{font-size:1.25rem}}.FlashSaleSection-module__B9wK7G__marqueeWrapper{white-space:nowrap;background:#ff4d4d14;border-top:1px solid #ff4d4d26;border-bottom:1px solid #ff4d4d26;width:100%;margin-bottom:2.5rem;padding:.6rem 0;display:flex;overflow:hidden}.FlashSaleSection-module__B9wK7G__marqueeBottom{background:#f9731614;border-color:#f9731626;margin-top:2.5rem;margin-bottom:0}.FlashSaleSection-module__B9wK7G__marqueeContent{padding-left:20%;animation:40s linear infinite FlashSaleSection-module__B9wK7G__marqueeMove;display:inline-block}.FlashSaleSection-module__B9wK7G__marqueeContent span{color:#ff4d4d;letter-spacing:3px;text-transform:uppercase;text-shadow:0 0 10px #ff4d4d4d;font-size:1rem;font-weight:900}.FlashSaleSection-module__B9wK7G__marqueeContentReverse{padding-right:20%;animation:40s linear infinite FlashSaleSection-module__B9wK7G__marqueeMoveReverse;display:inline-block}.FlashSaleSection-module__B9wK7G__marqueeContentReverse span{color:#f97316;letter-spacing:3px;text-transform:uppercase;text-shadow:0 0 10px #f973164d;font-size:1rem;font-weight:900}@keyframes FlashSaleSection-module__B9wK7G__marqueeMove{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes FlashSaleSection-module__B9wK7G__marqueeMoveReverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.FlashSaleSection-module__B9wK7G__earlyAccessBadge{color:#fff;z-index:5;letter-spacing:1px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-transform:uppercase;background:linear-gradient(135deg,#8a2be2 0%,#00e5ff 100%);border:1px solid #ffffff4d;border-radius:8px;padding:6px 12px;font-size:.65rem;font-weight:900;animation:2s infinite FlashSaleSection-module__B9wK7G__pulseVip;position:absolute;top:12px;left:12px;box-shadow:0 4px 15px #8a2be280}.FlashSaleSection-module__B9wK7G__earlyAccessCard{background:linear-gradient(145deg,#1f1f25,#1a1a1f)!important;border-color:#8a2be280!important;box-shadow:0 0 30px #8a2be233!important}.FlashSaleSection-module__B9wK7G__earlyAccessCard:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(45deg,#8a2be21a 0%,#0000 100%);position:absolute;inset:0}@keyframes FlashSaleSection-module__B9wK7G__pulseVip{0%,to{transform:scale(1);box-shadow:0 4px 15px #8a2be266}50%{transform:scale(1.05);box-shadow:0 4px 25px #00e5ff99}}.FlashSaleSection-module__B9wK7G__timerEarly{text-shadow:0 0 10px #00e5ffcc;font-weight:900;color:#00e5ff!important}.FlashSaleSection-module__B9wK7G__soldOut{opacity:.7;filter:grayscale(.5);pointer-events:none}.FlashSaleSection-module__B9wK7G__soldOut:after{content:"SOLD OUT";color:#fff;z-index:10;background:#e81d23e6;border:2px solid #fff;border-radius:8px;padding:8px 24px;font-size:1.5rem;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-15deg);box-shadow:0 0 20px #00000080}.FlashSaleSection-module__B9wK7G__btnDisabled{cursor:not-allowed;color:#666!important;background:#333!important}.FlashSaleSection-module__B9wK7G__progressEmpty{background:#444!important}
.BundleHomeSection-module__lo7YNa__section{background:#0a0a0c;border-top:1px solid #ffae001a;border-bottom:1px solid #ffae001a;padding:3rem 0;position:relative;overflow:hidden}.BundleHomeSection-module__lo7YNa__section:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 30%,#ffae000d 0%,#0000 50%),radial-gradient(circle at 80% 70%,#ffae000d 0%,#0000 50%);height:100%;position:absolute;top:0;left:0;right:0}.BundleHomeSection-module__lo7YNa__marqueeWrapper{white-space:nowrap;background:#ffae000d;border-top:1px solid #ffae001a;border-bottom:1px solid #ffae001a;width:100%;margin-bottom:1rem;padding:6px 0;overflow:hidden}.BundleHomeSection-module__lo7YNa__marqueeWrapperBottom{margin-top:1rem;margin-bottom:0}.BundleHomeSection-module__lo7YNa__marqueeContent{color:#ffae00;letter-spacing:2px;text-transform:uppercase;opacity:.8;font-size:.9rem;font-weight:900;animation:40s linear infinite BundleHomeSection-module__lo7YNa__marquee;display:inline-block}@keyframes BundleHomeSection-module__lo7YNa__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.BundleHomeSection-module__lo7YNa__marqueeContentReverse{color:#ffae00;letter-spacing:2px;text-transform:uppercase;opacity:.8;font-size:.9rem;font-weight:900;animation:40s linear infinite BundleHomeSection-module__lo7YNa__marqueeReverse;display:inline-block}@keyframes BundleHomeSection-module__lo7YNa__marqueeReverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.BundleHomeSection-module__lo7YNa__header{justify-content:space-between;align-items:flex-end;margin-top:3rem;margin-bottom:1.5rem;display:flex}.BundleHomeSection-module__lo7YNa__titleGroup{align-items:center;gap:1.5rem;display:flex}.BundleHomeSection-module__lo7YNa__icon{filter:drop-shadow(0 0 10px #ffae0080);font-size:2.2rem;animation:2s ease-in-out infinite BundleHomeSection-module__lo7YNa__iconPulse}@keyframes BundleHomeSection-module__lo7YNa__iconPulse{0%,to{filter:drop-shadow(0 0 10px #ffae0080);transform:scale(1)}50%{filter:drop-shadow(0 0 20px #ffae00cc);transform:scale(1.15)}}.BundleHomeSection-module__lo7YNa__textGroup h2{background:linear-gradient(135deg,#ffae00 0%,#ff8c00 50%,#fff 100%);-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:2px;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.5rem;font-weight:950;line-height:1}.BundleHomeSection-module__lo7YNa__tagline{color:#ffae00;opacity:.8;letter-spacing:1px;margin-top:.5rem;font-size:1rem;font-weight:700}.BundleHomeSection-module__lo7YNa__viewAll{color:#ffae00;background:#ffae001a;border:1px solid #ffae004d;border-radius:50px;align-items:center;gap:8px;padding:8px 24px;font-size:.9rem;font-weight:800;transition:all .3s;display:flex}.BundleHomeSection-module__lo7YNa__viewAll:hover{color:#000;background:#ffae00;transform:translate(5px);box-shadow:0 0 20px #ffae0066}.BundleHomeSection-module__lo7YNa__viewAll:after{content:"›";font-size:1.5rem;line-height:1}.BundleHomeSection-module__lo7YNa__listWrapper{margin:0;padding:0}@media (max-width:768px){.BundleHomeSection-module__lo7YNa__section{padding:4rem 0}.BundleHomeSection-module__lo7YNa__textGroup h2{font-size:1.8rem}.BundleHomeSection-module__lo7YNa__icon{font-size:2rem}}
.BundleCard-module__EeVLLW__bundleCard{cursor:pointer;background:#1a1a1f;border-radius:24px;flex-direction:column;flex-shrink:0;width:240px;height:360px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:3s ease-in-out infinite BundleCard-module__EeVLLW__bundleCardPulse;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #00000080}@keyframes BundleCard-module__EeVLLW__bundleCardPulse{0%{transform:scale(1);box-shadow:0 15px 35px #00000080,0 0 #ffae0000}50%{transform:scale(1.02);box-shadow:0 20px 40px #0009,0 0 20px 2px #ffae0026}to{transform:scale(1);box-shadow:0 15px 35px #00000080,0 0 #ffae0000}}@keyframes BundleCard-module__EeVLLW__iconPulse{0%,to{filter:drop-shadow(0 0 10px #ffae0080);transform:scale(1)}50%{filter:drop-shadow(0 0 20px #ffae00cc);transform:scale(1.15)}}.BundleCard-module__EeVLLW__bundleCard:hover{filter:brightness(1.15);box-shadow:0 35px 70px #000000e6,0 0 30px 10px #ffae0099,0 0 60px 20px #ffae004d,0 0 100px 40px #ffae001a}.BundleCard-module__EeVLLW__bundleHeader{z-index:2;background:#e81d23;justify-content:space-between;align-items:center;height:80px;padding:0 20px;display:flex;position:relative}.BundleCard-module__EeVLLW__bundleHeaderLogo{background:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden;box-shadow:0 4px 10px #0000004d}.BundleCard-module__EeVLLW__bundleHeaderLogo img{object-fit:cover;width:100%;height:100%}.BundleCard-module__EeVLLW__bundleHangHole{background:#0000004d;border-radius:10px;width:45px;height:10px;position:absolute;top:15px;left:50%;transform:translate(-50%)}.BundleCard-module__EeVLLW__bundleHeaderPrice{color:#fff;letter-spacing:-.5px;font-size:1.4rem;font-weight:900}.BundleCard-module__EeVLLW__bundleHeaderPrice span{margin-right:2px;font-size:.8rem}.BundleCard-module__EeVLLW__bundleBody{background-position:50%;background-size:cover;flex:1;position:relative}.BundleCard-module__EeVLLW__bundleBodyOverlay{background:linear-gradient(#0000 0%,#000c 70%,#0d0d12 100%);position:absolute;inset:0}.BundleCard-module__EeVLLW__bundleBodyContent{z-index:3;text-align:center;padding:15px;position:absolute;bottom:0;left:0;right:0}.BundleCard-module__EeVLLW__bundleTag{color:#fff;text-transform:uppercase;background:#e81d23;border-radius:4px;margin-bottom:8px;padding:2px 10px;font-size:.6rem;font-weight:900;display:inline-block}.BundleCard-module__EeVLLW__bundleTitle{color:#fff;text-transform:uppercase;margin-bottom:4px;font-size:1.1rem;font-weight:900;line-height:1.1}.BundleCard-module__EeVLLW__bundleItemsPreview{color:#ffffffb3;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:.7rem;line-height:1.3;display:-webkit-box;overflow:hidden}.BundleCard-module__EeVLLW__bundleCountdown{color:#ff4d4d;text-transform:uppercase;margin-bottom:4px;font-size:.6rem;font-weight:800}.BundleCard-module__EeVLLW__bundleStock{color:#fff;background:linear-gradient(135deg,#e81d23e6 0%,#ff8c00e6 100%);border:1px solid #fff3;border-radius:12px;align-items:center;gap:6px;margin-top:10px;padding:4px 12px;font-size:.7rem;font-weight:900;animation:2s ease-in-out infinite BundleCard-module__EeVLLW__stockPulse;display:inline-flex;box-shadow:0 4px 12px #e81d234d}@keyframes BundleCard-module__EeVLLW__stockPulse{0%{transform:scale(1);box-shadow:0 4px 12px #e81d234d}50%{transform:scale(1.03);box-shadow:0 6px 18px #e81d2380}to{transform:scale(1);box-shadow:0 4px 12px #e81d234d}}.BundleCard-module__EeVLLW__bundleGlitter{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.BundleCard-module__EeVLLW__bundleGlitter:before{content:"";opacity:.15;background-image:radial-gradient(circle,#fff 1px,#0000 1px),radial-gradient(circle,#fff 1.5px,#0000 1.5px);background-position:0 0,25px 25px;background-size:50px 50px,100px 100px;width:200%;height:200%;animation:10s linear infinite BundleCard-module__EeVLLW__glitterRotate;position:absolute;top:-50%;left:-50%}@keyframes BundleCard-module__EeVLLW__glitterRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.BundleCard-module__EeVLLW__bundleGlitter:after{content:"";background:linear-gradient(125deg,#0000 0% 40%,#ffd70033 50%,#0000 60% 100%);animation:8s infinite BundleCard-module__EeVLLW__bundleSweep;position:absolute;inset:0}@keyframes BundleCard-module__EeVLLW__bundleSweep{0%{transform:translate(-150%)skew(-25deg)}35%,to{transform:translate(250%)skew(-25deg)}}.BundleCard-module__EeVLLW__bundleFooter{text-align:center;background:#0d0d12;border-top:1px solid #ffffff0d;padding:8px}.BundleCard-module__EeVLLW__bundleNexusInfo{color:#ffae00;justify-content:center;align-items:center;gap:4px;font-size:.75rem;font-weight:800;display:flex}
.AdminTable-module__VopVea__page{max-width:100%;padding:1.5rem;overflow-x:hidden}@media (max-width:768px){.AdminTable-module__VopVea__page{padding:1rem}}.AdminTable-module__VopVea__pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.AdminTable-module__VopVea__pageTitle{white-space:nowrap;font-size:2rem;font-weight:800}.AdminTable-module__VopVea__headerActions{align-items:center;gap:1rem;display:flex}@media (max-width:768px){.AdminTable-module__VopVea__pageHeader{text-align:center;flex-direction:column;align-items:stretch;gap:1rem}.AdminTable-module__VopVea__pageTitle{white-space:normal;margin-bottom:.5rem;font-size:1.4rem}.AdminTable-module__VopVea__headerActions{grid-template-columns:1fr 1fr;gap:.75rem;width:100%;display:grid}.AdminTable-module__VopVea__addBtn{order:-1;grid-column:span 2}.AdminTable-module__VopVea__addBtn,.AdminTable-module__VopVea__exportBtn,.AdminTable-module__VopVea__syncBtn{white-space:normal;justify-content:center;align-items:center;height:auto;min-height:44px;padding:.75rem .5rem;font-size:.85rem;line-height:1.2;display:flex}}.AdminTable-module__VopVea__addBtn{background:var(--color-gradient);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);border:none;padding:.625rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:600}.AdminTable-module__VopVea__addBtn:hover{filter:brightness(1.1);transform:translateY(-1px)}.AdminTable-module__VopVea__form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-sizing:border-box;max-width:100%;margin-bottom:2rem;padding:2rem}@media (max-width:768px){.AdminTable-module__VopVea__form{border-radius:1rem;padding:1rem}}.AdminTable-module__VopVea__form h2{color:var(--color-text);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.AdminTable-module__VopVea__formHeader{border-bottom:1px solid var(--color-border);margin-bottom:2rem;padding-bottom:1.5rem}.AdminTable-module__VopVea__formHeader p{color:var(--color-text-muted);font-size:.9rem}.AdminTable-module__VopVea__formSections{flex-direction:column;gap:2.5rem;display:flex}.AdminTable-module__VopVea__formSection{flex-direction:column;gap:1.25rem;display:flex}.AdminTable-module__VopVea__sectionTitle{color:var(--color-primary);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.75rem;font-size:1rem;font-weight:700;display:flex}.AdminTable-module__VopVea__sectionTitle:after{content:"";background:var(--color-border);flex:1;height:1px}.AdminTable-module__VopVea__formGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.AdminTable-module__VopVea__grid2{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (max-width:768px){.AdminTable-module__VopVea__grid2{grid-template-columns:1fr}}@media (max-width:480px){.AdminTable-module__VopVea__formGrid{grid-template-columns:1fr}}.AdminTable-module__VopVea__visualsGrid{grid-template-columns:280px 1fr;align-items:flex-start;gap:3rem;display:grid}@media (max-width:1024px){.AdminTable-module__VopVea__visualsGrid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.AdminTable-module__VopVea__formGrid{grid-template-columns:1fr;gap:1rem}.AdminTable-module__VopVea__formHeader h2{font-size:1.15rem;line-height:1.4}.AdminTable-module__VopVea__formHeader p{font-size:.8rem}.AdminTable-module__VopVea__sectionTitle{gap:.5rem;font-size:.9rem}}@media (max-width:480px){.AdminTable-module__VopVea__formGrid{grid-template-columns:minmax(0,1fr)}.AdminTable-module__VopVea__toggleBtn{gap:.5rem;padding:0 .75rem}.AdminTable-module__VopVea__toggleLabel{font-size:.8rem}}.AdminTable-module__VopVea__formGroup{flex-direction:column;gap:.6rem;margin-bottom:.5rem;display:flex}.AdminTable-module__VopVea__formGroupCentered{align-items:flex-end;padding-bottom:.5rem;display:flex}.AdminTable-module__VopVea__formGroupRow{flex-direction:column;gap:.5rem;display:flex}@media (min-width:1024px){.AdminTable-module__VopVea__formGroupRow{flex-direction:row;align-items:center;gap:1.5rem}.AdminTable-module__VopVea__formGroupRow label{min-width:fit-content;margin-bottom:0}}.AdminTable-module__VopVea__formGroup label{color:var(--color-text-muted);white-space:normal;font-size:.9rem;font-weight:600;line-height:1.4}.AdminTable-module__VopVea__input{color:#fff;appearance:none;box-sizing:border-box;background:#1a1a20;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;height:46px;padding:0 1rem;font-family:inherit;font-size:.95rem;transition:all .3s}.AdminTable-module__VopVea__input:focus{border-color:var(--color-primary);background:#ffffff14}.AdminTable-module__VopVea__noSpinner::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.AdminTable-module__VopVea__noSpinner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.AdminTable-module__VopVea__noSpinner{-moz-appearance:textfield;appearance:none}.AdminTable-module__VopVea__searchInputWrapper{align-items:center;width:100%;display:flex;position:relative}.AdminTable-module__VopVea__searchIcon{color:var(--color-text-muted);pointer-events:none;font-size:1.1rem;position:absolute;left:1rem}.AdminTable-module__VopVea__inputWithIcon{padding-left:2.75rem!important}select.AdminTable-module__VopVea__input{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.2rem;padding-right:2.5rem}.AdminTable-module__VopVea__checkboxLabel{cursor:pointer;color:var(--color-text);-webkit-user-select:none;user-select:none;box-sizing:border-box;align-items:flex-start;gap:.75rem;width:100%;font-size:.9rem;font-weight:600;display:flex}.AdminTable-module__VopVea__checkboxCard{border:1px solid var(--color-border);border-radius:var(--radius-md);transition:all var(--transition-fast);box-sizing:border-box;background:#ffffff08;flex:1;width:100%;min-width:140px;padding:1rem}.AdminTable-module__VopVea__checkboxCard:hover{border-color:var(--color-primary);background:#ffffff0d}.AdminTable-module__VopVea__checkboxGroup{flex-wrap:nowrap;gap:.75rem;margin-top:.5rem;display:flex}@media (min-width:1024px){.AdminTable-module__VopVea__checkboxGroup{flex-wrap:nowrap}.AdminTable-module__VopVea__checkboxGroup .AdminTable-module__VopVea__checkboxCard{flex:none;width:160px;min-width:160px;padding:.75rem}}@media (max-width:1023px){.AdminTable-module__VopVea__checkboxGroup{flex-wrap:wrap}.AdminTable-module__VopVea__checkboxGroup .AdminTable-module__VopVea__checkboxCard{flex:140px;width:100%}}.AdminTable-module__VopVea__checkboxText{flex-direction:column;gap:.25rem;display:flex}.AdminTable-module__VopVea__checkboxText strong{color:var(--color-text);font-size:1rem}.AdminTable-module__VopVea__checkboxText span{color:var(--color-text-muted);font-size:.85rem;font-weight:400}.AdminTable-module__VopVea__checkbox{cursor:pointer;width:1.25rem;height:1.25rem;accent-color:var(--color-primary)}.AdminTable-module__VopVea__checkboxInput{appearance:none;cursor:pointer;border:1px solid var(--color-border);background:#343a40;border-radius:20px;width:38px;height:20px;transition:all .3s;position:relative}.AdminTable-module__VopVea__checkboxInput:before{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:all .3s;position:absolute;top:2px;left:2px}.AdminTable-module__VopVea__checkboxInput:checked{background:var(--color-primary);border-color:var(--color-primary)}.AdminTable-module__VopVea__checkboxInput:checked:before{left:20px}.AdminTable-module__VopVea__submitBtn{background:var(--color-gradient);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);border:none;padding:.75rem 2rem;font-family:inherit;font-size:.95rem;font-weight:700}.AdminTable-module__VopVea__formFooter{border-top:1px solid var(--color-border);justify-content:flex-end;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}.AdminTable-module__VopVea__submitBtn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 4px 12px #e81d234d}.AdminTable-module__VopVea__submitBtn:disabled{opacity:.6;cursor:not-allowed}.AdminTable-module__VopVea__tableWrapper{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);-webkit-overflow-scrolling:touch;width:100%;max-width:100%;display:block;overflow-x:auto}.AdminTable-module__VopVea__table{border-collapse:collapse;width:100%;min-width:800px}.AdminTable-module__VopVea__table th{text-align:left;color:#fff;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid var(--color-border);white-space:nowrap;background:#ffffff0a;padding:1rem 1.25rem;font-size:.85rem;font-weight:800}.AdminTable-module__VopVea__table td{border-bottom:1px solid var(--color-border);vertical-align:middle;white-space:nowrap;padding:1.25rem;font-size:.95rem}.AdminTable-module__VopVea__table td strong{white-space:normal;color:#fff;min-width:150px;font-size:1rem;font-weight:700;display:block}.AdminTable-module__VopVea__tableLogo{border-radius:var(--radius-lg);background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.AdminTable-module__VopVea__tableLogo img{object-fit:cover;width:100%;height:100%;display:block}.AdminTable-module__VopVea__table tr:last-child td{border-bottom:none}.AdminTable-module__VopVea__table tr:hover td{background:var(--color-surface-hover)}.AdminTable-module__VopVea__selectedRow td{background:#e81d230d!important;border-color:#e81d2333!important}.AdminTable-module__VopVea__bulkToolbar{color:#fff;background:#e81d231a;border:1px solid #e81d2333;border-radius:12px;align-items:center;gap:.75rem;padding:.4rem 1rem;display:flex}@keyframes AdminTable-module__VopVea__slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.AdminTable-module__VopVea__editBtn{color:var(--color-accent);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);background:#ffae0026;border:1px solid #ffae004d;padding:.375rem .875rem;font-family:inherit;font-size:.875rem;font-weight:600}.AdminTable-module__VopVea__editBtn:hover{background:#ffae0040}.AdminTable-module__VopVea__deleteBtn{color:var(--color-primary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);background:#e81d231a;border:1px solid #e81d234d;padding:.375rem .875rem;font-family:inherit;font-size:.875rem;font-weight:600}.AdminTable-module__VopVea__deleteBtn:hover{background:#e81d2333}.AdminTable-module__VopVea__badgeAdmin{color:var(--color-primary);border-radius:var(--radius-full);background:#e81d2326;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.AdminTable-module__VopVea__badgeUser{background:var(--color-background);color:var(--color-text-muted);border-radius:var(--radius-full);padding:.25rem .75rem;font-size:.75rem;font-weight:700}.AdminTable-module__VopVea__badgeOpen{color:#339af0;border-radius:var(--radius-full);background:#1971c226;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.AdminTable-module__VopVea__badgeIn_progress{color:#fcc419;border-radius:var(--radius-full);background:#f08c0026;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.AdminTable-module__VopVea__badgeResolved{color:#51cf66;border-radius:var(--radius-full);background:#2b8a3e26;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.AdminTable-module__VopVea__badgeClosed{color:#adb5bd;border-radius:var(--radius-full);background:#868e9626;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.AdminTable-module__VopVea__toggleBtn{cursor:pointer;background:#1a1a20;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:.75rem;width:100%;height:46px;padding:0 1rem;transition:all .3s;display:flex}.AdminTable-module__VopVea__toggleSlider{background:#334155;border-radius:20px;width:40px;height:20px;transition:all .3s;position:relative}.AdminTable-module__VopVea__toggleSlider:before{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:all .3s;position:absolute;top:3px;left:3px}.AdminTable-module__VopVea__toggleActive{background:#10b9811a;border-color:#10b9814d}.AdminTable-module__VopVea__toggleActive .AdminTable-module__VopVea__toggleSlider{background:#10b981}.AdminTable-module__VopVea__toggleActive .AdminTable-module__VopVea__toggleSlider:before{left:23px}.AdminTable-module__VopVea__toggleLabel{color:var(--color-text-muted);font-size:.9rem;font-weight:600}.AdminTable-module__VopVea__toggleActive .AdminTable-module__VopVea__toggleLabel{color:#10b981}.AdminTable-module__VopVea__pagination{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-top:1.5rem;padding:1rem;display:flex}.AdminTable-module__VopVea__paginationInfo{color:var(--color-text-muted);font-size:.9rem}.AdminTable-module__VopVea__paginationActions{gap:.5rem;display:flex}.AdminTable-module__VopVea__pageBtn{border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;background:#ffffff0d;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.AdminTable-module__VopVea__pageBtn:hover:not(:disabled){border-color:var(--color-primary);background:#ffffff1a}.AdminTable-module__VopVea__pageBtn:disabled{opacity:.4;cursor:not-allowed}.AdminTable-module__VopVea__pageNumbers{align-items:center;gap:.5rem;display:flex}.AdminTable-module__VopVea__pageNumberBtn{border:1px solid var(--color-border);min-width:36px;height:36px;color:var(--color-text-muted);cursor:pointer;background:#ffffff08;border-radius:8px;justify-content:center;align-items:center;padding:0 .5rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.AdminTable-module__VopVea__pageNumberBtn:hover{color:#fff;background:#ffffff14;border-color:#fff3;transform:translateY(-1px)}.AdminTable-module__VopVea__activePage{box-shadow:0 4px 12px #e81d234d;background:var(--color-primary)!important;border-color:var(--color-primary)!important;color:#fff!important}@media (max-width:768px){.AdminTable-module__VopVea__summaryGrid{grid-template-columns:1fr 1fr;gap:.75rem}}@media (max-width:480px){.AdminTable-module__VopVea__summaryGrid{grid-template-columns:1fr}}.AdminTable-module__VopVea__summaryCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:.5rem;padding:1.5rem;transition:transform .3s;display:flex}@media (max-width:768px){.AdminTable-module__VopVea__summaryCard{padding:1rem}.AdminTable-module__VopVea__summaryLabel{font-size:.75rem}.AdminTable-module__VopVea__summaryValue{font-size:1.15rem!important}.AdminTable-module__VopVea__pagination{text-align:center;flex-direction:column;gap:1.25rem;padding:1.5rem 1rem}.AdminTable-module__VopVea__paginationActions{flex-wrap:wrap;justify-content:center;width:100%}.AdminTable-module__VopVea__pageNumbers{flex-wrap:wrap;justify-content:center}.AdminTable-module__VopVea__pageBtn{padding:.5rem .75rem;font-size:.8rem}}.AdminTable-module__VopVea__input option,.AdminTable-module__VopVea__input optgroup{color:#fff;background-color:#1a1a20}.AdminTable-module__VopVea__input::-webkit-calendar-picker-indicator{filter:invert();cursor:pointer;opacity:.7;border-radius:4px;padding:5px}.AdminTable-module__VopVea__input::-webkit-calendar-picker-indicator:hover{opacity:1;background:#ffffff1a}.AdminTable-module__VopVea__historyBtn{color:var(--color-primary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);background:#e81d231a;border:1px solid #e81d234d;padding:.375rem .875rem;font-family:inherit;font-size:.875rem;font-weight:600}.AdminTable-module__VopVea__historyBtn:hover{background:var(--color-primary);color:#fff}.AdminTable-module__VopVea__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.AdminTable-module__VopVea__modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:90%;max-width:600px;max-height:80vh;padding:2rem;overflow-y:auto;box-shadow:0 20px 40px #0006}.AdminTable-module__VopVea__modalHeader{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.AdminTable-module__VopVea__modalHeader h2{margin:0;font-size:1.5rem;font-weight:800}.AdminTable-module__VopVea__closeBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .2s}.AdminTable-module__VopVea__closeBtn:hover{color:#fff}.AdminTable-module__VopVea__historyList{margin-top:1rem}.AdminTable-module__VopVea__innerTable{border-collapse:collapse;width:100%}.AdminTable-module__VopVea__innerTable th{text-align:left;color:var(--color-text-muted);text-transform:uppercase;border-bottom:2px solid var(--color-border);padding:.75rem;font-size:.8rem}.AdminTable-module__VopVea__innerTable td{border-bottom:1px solid var(--color-border);padding:1rem .75rem;font-size:.9rem}.AdminTable-module__VopVea__tabBtn{border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;background:#ffffff0d;border-radius:12px;padding:.75rem 1.5rem;font-weight:700;transition:all .3s}.AdminTable-module__VopVea__tabBtnActive{border-color:var(--color-primary);color:var(--color-primary);background:#e81d231a;box-shadow:0 4px 15px #e81d2333}.AdminTable-module__VopVea__statusActive{color:#10b981;text-transform:uppercase;letter-spacing:.5px;background:#10b9811a;border:1px solid #10b98133;border-radius:8px;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-block}.AdminTable-module__VopVea__statusInactive{color:#ef4444;text-transform:uppercase;letter-spacing:.5px;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-block}.AdminTable-module__VopVea__statusMaintenance{color:#f59e0b;text-transform:uppercase;letter-spacing:.5px;background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:8px;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-block}.AdminTable-module__VopVea__controls,.AdminTable-module__VopVea__filters{border-radius:var(--radius-lg);border:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;flex-wrap:wrap;align-items:flex-end;gap:1.5rem;margin-bottom:3rem;padding:1.5rem;display:flex}.AdminTable-module__VopVea__searchBox{flex:2;min-width:300px}.AdminTable-module__VopVea__filterGroup{flex-direction:column;flex:1;gap:.6rem;min-width:200px;display:flex}.AdminTable-module__VopVea__filterGroup label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:700}.AdminTable-module__VopVea__dateRange{align-items:center;gap:.75rem;display:flex}.AdminTable-module__VopVea__exportBtn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:.6rem;padding:.75rem 1.5rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #10b98133}.AdminTable-module__VopVea__exportBtn:hover{filter:brightness(1.1);transform:translateY(-3px);box-shadow:0 8px 25px #10b98166}.AdminTable-module__VopVea__summaryGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.AdminTable-module__VopVea__summaryCard{border:1px solid var(--color-border);background:linear-gradient(145deg,#1f1f25,#1a1a1f);border-radius:20px;flex-direction:column;gap:.75rem;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 10px 30px #0003}.AdminTable-module__VopVea__summaryCard:hover{border-color:var(--color-primary);transform:translateY(-5px)}.AdminTable-module__VopVea__summaryLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:600}.AdminTable-module__VopVea__summaryValue{color:#fff;text-shadow:0 0 15px #ffffff1a;font-size:1.75rem;font-weight:900}.AdminTable-module__VopVea__summaryTrend{align-items:center;gap:.4rem;font-size:.85rem;display:flex}.AdminTable-module__VopVea__trendUp{color:#10b981}.AdminTable-module__VopVea__trendDown{color:#ef4444}@media (max-width:768px){.AdminTable-module__VopVea__controls,.AdminTable-module__VopVea__filters{flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:2rem;padding:1rem}.AdminTable-module__VopVea__searchBox,.AdminTable-module__VopVea__filterGroup{width:100%;min-width:0}.AdminTable-module__VopVea__searchBox label{font-size:.75rem}}.AdminTable-module__VopVea__table input[type=checkbox]{appearance:none;border:2px solid var(--color-border);cursor:pointer;background:#1a1a20;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex;position:relative}.AdminTable-module__VopVea__table input[type=checkbox]:checked{background:var(--color-primary);border-color:var(--color-primary);box-shadow:0 0 10px #e81d234d}.AdminTable-module__VopVea__table input[type=checkbox]:checked:after{content:"✓";color:#fff;font-size:12px;font-weight:900}.AdminTable-module__VopVea__table input[type=checkbox]:hover{border-color:var(--color-primary);background:#e81d230d}.AdminTable-module__VopVea__bulkToolbar select.AdminTable-module__VopVea__input{height:38px;padding:0 1.25rem 0 1rem}.AdminTable-module__VopVea__tableLogo{background:#ffffff0d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.AdminTable-module__VopVea__tableLogo img{object-fit:cover;width:100%;height:100%}.AdminTable-module__VopVea__tableImage{border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;width:80px;height:auto;display:block}.AdminTable-module__VopVea__tableImageWide{border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;width:120px;height:auto;display:block}
.GachaSection-module__BuBRBG__section{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-lg);margin-bottom:3rem;padding:2.5rem;position:relative;overflow:hidden}.GachaSection-module__BuBRBG__section:before{content:"";background:var(--color-gradient);width:100%;height:4px;position:absolute;top:0;left:0}.GachaSection-module__BuBRBG__header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.GachaSection-module__BuBRBG__title{letter-spacing:-.5px;font-size:1.75rem;font-weight:800}.GachaSection-module__BuBRBG__tabs{border-radius:var(--radius-full);border:1px solid var(--color-border);background:#121212;padding:4px;display:flex}.GachaSection-module__BuBRBG__tab{border-radius:var(--radius-full);color:var(--color-text-muted);margin-top:.5rem;padding:.6rem 1.5rem;font-size:.95rem;font-weight:700}.GachaSection-module__BuBRBG__systemGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.GachaSection-module__BuBRBG__systemCard{border:1px solid var(--color-border);cursor:pointer;background:#ffffff08;border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.GachaSection-module__BuBRBG__systemCard:hover{border-color:var(--color-primary);transform:translateY(-8px);box-shadow:0 10px 30px #e81d2333}.GachaSection-module__BuBRBG__cardImageWrapper{aspect-ratio:16/9;background:#1a1a20;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.GachaSection-module__BuBRBG__cardImg{object-fit:cover;width:100%;height:100%;transition:transform .5s}.GachaSection-module__BuBRBG__systemCard:hover .GachaSection-module__BuBRBG__cardImg{transform:scale(1.1)}.GachaSection-module__BuBRBG__cardPlaceholder{font-size:4rem}.GachaSection-module__BuBRBG__typeBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;letter-spacing:1px;background:#000000b3;border:1px solid #ffffff1a;border-radius:8px;padding:.25rem .75rem;font-size:.7rem;font-weight:800;position:absolute;top:1rem;right:1rem}.GachaSection-module__BuBRBG__flashBadgeMain{z-index:10;color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#ff4d4d 0%,#f97316 100%);border-radius:8px;padding:.4rem .8rem;font-size:.75rem;font-weight:900;animation:2s infinite GachaSection-module__BuBRBG__badgePulse;position:absolute;top:10px;left:10px;box-shadow:0 4px 12px #ff4d4d66}@keyframes GachaSection-module__BuBRBG__badgePulse{0%{transform:scale(1);box-shadow:0 4px 12px #ff4d4d66}50%{transform:scale(1.05);box-shadow:0 4px 20px #ff4d4d99}to{transform:scale(1);box-shadow:0 4px 12px #ff4d4d66}}.GachaSection-module__BuBRBG__priceColumn{flex-direction:column;align-items:flex-start;gap:.1rem;display:flex}.GachaSection-module__BuBRBG__oldPrice{color:var(--color-text-muted);opacity:.7;font-size:.7rem;text-decoration:line-through}.GachaSection-module__BuBRBG__cardContent{padding:1.5rem}.GachaSection-module__BuBRBG__cardTitle{color:#fff;margin-bottom:1rem;font-size:1.25rem;font-weight:800}.GachaSection-module__BuBRBG__cardFooter{justify-content:space-between;align-items:center;display:flex}.GachaSection-module__BuBRBG__cardPrice{color:var(--color-primary);font-size:1rem;font-weight:700}.GachaSection-module__BuBRBG__playBtn{background:var(--color-gradient);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s}.GachaSection-module__BuBRBG__focusedGameView{flex-direction:column;align-items:center;width:100%;animation:.4s ease-out GachaSection-module__BuBRBG__fadeIn;display:flex}.GachaSection-module__BuBRBG__backBtn{border:1px solid var(--color-border);color:#fff;cursor:pointer;background:#ffffff0d;border-radius:12px;align-self:flex-start;margin-bottom:2rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .2s}.GachaSection-module__BuBRBG__cardLocked{filter:grayscale()opacity(.7);cursor:not-allowed!important}.GachaSection-module__BuBRBG__cardLocked:hover{border-color:var(--color-border)!important;box-shadow:none!important;transform:none!important}.GachaSection-module__BuBRBG__lockedBtn{color:#888!important;cursor:not-allowed!important;box-shadow:none!important;background:#4a4a4a!important}@keyframes GachaSection-module__BuBRBG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.GachaSection-module__BuBRBG__tab:hover{color:#fff}.GachaSection-module__BuBRBG__active{background:var(--color-gradient);color:#fff;box-shadow:0 4px 12px #e81d234d}.GachaSection-module__BuBRBG__gameArea{justify-content:center;min-height:450px;display:flex}.GachaSection-module__BuBRBG__mysteryBox{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.GachaSection-module__BuBRBG__boxIcon{filter:drop-shadow(0 0 20px #e81d234d);font-size:6rem;animation:3s ease-in-out infinite GachaSection-module__BuBRBG__float}.GachaSection-module__BuBRBG__openBtn{background:var(--color-gradient);color:#fff;border-radius:var(--radius-full);opacity:.6;cursor:not-allowed;padding:1rem 3rem;font-size:1.1rem;font-weight:800}@keyframes GachaSection-module__BuBRBG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:768px){.GachaSection-module__BuBRBG__header{text-align:center;flex-direction:column;gap:1.5rem}.GachaSection-module__BuBRBG__section{padding:1.5rem}}
.Topbar-module__kJhfvG__topbar{height:var(--nav-height);background-color:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:800;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:sticky;top:0}.Topbar-module__kJhfvG__leftSection{align-items:center;gap:1rem;display:flex}.Topbar-module__kJhfvG__menuBtn{color:var(--color-text);cursor:pointer;border-radius:var(--radius-md);transition:background var(--transition-fast);background:0 0;border:none;padding:.5rem;display:none}.Topbar-module__kJhfvG__menuBtn:hover{background:#ffffff0d}.Topbar-module__kJhfvG__notifyTestBtn{background:rgba(var(--color-primary-rgb), .1);border:1px solid rgba(var(--color-primary-rgb), .2);color:var(--color-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:all .2s;display:flex}.Topbar-module__kJhfvG__notifyTestBtn:hover{background:var(--color-primary);color:#fff;box-shadow:0 0 15px var(--color-primary);transform:scale(1.1)}@media (max-width:992px){.Topbar-module__kJhfvG__topbar{z-index:800;width:100%;padding:0 1rem;position:fixed;top:0;left:0;right:0}.Topbar-module__kJhfvG__menuBtn{display:flex}.Topbar-module__kJhfvG__searchInput{width:180px}.Topbar-module__kJhfvG__userInfo{display:none}}.Topbar-module__kJhfvG__searchInput{border:1px solid var(--color-border);border-radius:var(--radius-full);background-color:var(--color-background);width:300px;transition:all var(--transition-fast);padding:.5rem 1rem;font-size:.875rem}.Topbar-module__kJhfvG__searchInput:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light);outline:none}.Topbar-module__kJhfvG__profile{align-items:center;gap:1rem;display:flex}.Topbar-module__kJhfvG__avatar{background-color:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;font-weight:700;display:flex}.Topbar-module__kJhfvG__userInfo{flex-direction:column;display:flex}.Topbar-module__kJhfvG__userName{font-size:.875rem;font-weight:600}.Topbar-module__kJhfvG__userRole{color:var(--color-text-muted);font-size:.75rem}.Topbar-module__kJhfvG__rightSection{align-items:center;gap:1.5rem;display:flex}.Topbar-module__kJhfvG__notificationContainer{display:inline-block;position:relative}.Topbar-module__kJhfvG__bellBtn{color:var(--color-text);cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Topbar-module__kJhfvG__bellBtn:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.Topbar-module__kJhfvG__bellBadge{color:#fff;border:2px solid var(--color-surface);background:linear-gradient(135deg,#ff4d4d,#e81d23);border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.7rem;font-weight:800;animation:2.5s infinite Topbar-module__kJhfvG__pulse;display:flex;position:absolute;top:-3px;right:-3px;box-shadow:0 0 10px #e81d2399}@keyframes Topbar-module__kJhfvG__pulse{0%{transform:scale(1);box-shadow:0 0 #e81d23b3}70%{transform:scale(1.05);box-shadow:0 0 0 6px #e81d2300}to{transform:scale(1);box-shadow:0 0 #e81d2300}}.Topbar-module__kJhfvG__dropdown{-webkit-backdrop-filter:blur(25px);z-index:1000;transform-origin:100% 0;background:#0d0d10fa;border:1px solid #ffffff2e;border-radius:20px;flex-direction:column;width:420px;max-height:550px;animation:.25s cubic-bezier(.16,1,.3,1) Topbar-module__kJhfvG__slideIn;display:flex;position:absolute;top:55px;right:0;overflow:hidden;box-shadow:0 25px 50px #000000d9,inset 0 1px #fff3}@keyframes Topbar-module__kJhfvG__slideIn{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.Topbar-module__kJhfvG__dropdownHeader{background:#ffffff05;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Topbar-module__kJhfvG__dropdownHeader h3{color:#fff;margin:0;font-size:1rem;font-weight:700}.Topbar-module__kJhfvG__markAllReadBtn{color:#10b981;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:.8rem;font-weight:700;transition:all .2s}.Topbar-module__kJhfvG__markAllReadBtn:hover{color:#34d399;background:#10b9811a}.Topbar-module__kJhfvG__deleteReadBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:.8rem;font-weight:700;transition:all .2s}.Topbar-module__kJhfvG__deleteReadBtn:hover{color:#f87171;background:#ef44441a}.Topbar-module__kJhfvG__alertList{max-height:480px;padding:.5rem;overflow-y:auto}.Topbar-module__kJhfvG__alertList::-webkit-scrollbar{width:6px}.Topbar-module__kJhfvG__alertList::-webkit-scrollbar-track{background:0 0}.Topbar-module__kJhfvG__alertList::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.Topbar-module__kJhfvG__alertList::-webkit-scrollbar-thumb:hover{background:#fff3}.Topbar-module__kJhfvG__alertCard{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;margin-bottom:.5rem;padding:1.25rem;transition:all .2s;display:flex;position:relative}.Topbar-module__kJhfvG__alertCard:hover{background:#ffffff0f;border-color:#ffffff26}.Topbar-module__kJhfvG__unreadCard{background:#e81d230f;border-color:#e81d2326}.Topbar-module__kJhfvG__unreadCard:hover{background:#e81d2317;border-color:#e81d2340}.Topbar-module__kJhfvG__unreadDot{background-color:#ef4444;border-radius:50%;width:6px;height:6px;position:absolute;top:1.5rem;left:.5rem;box-shadow:0 0 6px #ef4444}.Topbar-module__kJhfvG__alertCardBody{flex-direction:column;gap:.35rem;padding-left:.5rem;display:flex}.Topbar-module__kJhfvG__alertMeta{justify-content:space-between;align-items:center;display:flex}.Topbar-module__kJhfvG__alertTitle{color:#fff;font-size:.9rem;font-weight:700}.Topbar-module__kJhfvG__alertTime{color:var(--color-text-muted);font-size:.7rem}.Topbar-module__kJhfvG__alertMessage{color:#ccc;word-break:break-word;font-size:.8rem;line-height:1.4}.Topbar-module__kJhfvG__alertActions{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.Topbar-module__kJhfvG__detailsToggleBtn{color:#a78bfa;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.Topbar-module__kJhfvG__detailsToggleBtn:hover{color:#c084fc;background:#a78bfa1a}.Topbar-module__kJhfvG__markReadBtn{color:#10b981;cursor:pointer;background:#10b98114;border:1px solid #10b98126;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:all .2s;display:flex}.Topbar-module__kJhfvG__markReadBtn:hover{color:#fff;background:#10b981;transform:scale(1.1)}.Topbar-module__kJhfvG__deleteBtn{color:#ef4444;cursor:pointer;background:#ef444414;border:1px solid #ef444426;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:all .2s;display:flex}.Topbar-module__kJhfvG__deleteBtn:hover{color:#fff;background:#ef4444;transform:scale(1.1)}.Topbar-module__kJhfvG__alertDetails{background:#00000040;border:1px solid #ffffff0a;border-radius:10px;flex-direction:column;gap:.75rem;margin-top:.75rem;padding:.75rem;font-size:.75rem;animation:.2s ease-out Topbar-module__kJhfvG__expand;display:flex}@keyframes Topbar-module__kJhfvG__expand{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.Topbar-module__kJhfvG__detailSection{flex-direction:column;gap:.35rem;display:flex}.Topbar-module__kJhfvG__sectionHeader{align-items:center;gap:4px;margin-bottom:2px;font-weight:700;display:flex}.Topbar-module__kJhfvG__sectionHeader.Topbar-module__kJhfvG__added{color:#a78bfa}.Topbar-module__kJhfvG__sectionHeader.Topbar-module__kJhfvG__updated{color:#f59e0b}.Topbar-module__kJhfvG__sectionHeader.Topbar-module__kJhfvG__deactivated{color:#ef4444}.Topbar-module__kJhfvG__detailItem{color:#bbb;background:#ffffff05;border-left:2px solid #0000;border-radius:4px;justify-content:space-between;align-items:center;gap:.5rem;padding:4px 6px;display:flex}.Topbar-module__kJhfvG__detailItem span{word-break:break-word;white-space:normal}.Topbar-module__kJhfvG__addedItem{border-left-color:#a78bfa}.Topbar-module__kJhfvG__updatedItem{border-left-color:#f59e0b}.Topbar-module__kJhfvG__deactivatedItem{border-left-color:#ef4444}.Topbar-module__kJhfvG__priceChange{font-family:monospace;font-weight:600}.Topbar-module__kJhfvG__oldCost{color:#888;text-decoration:line-through}.Topbar-module__kJhfvG__newCost{color:#10b981;margin-left:4px}.Topbar-module__kJhfvG__emptyState{color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem 2rem;display:flex}.Topbar-module__kJhfvG__emptyState svg{opacity:.3;font-size:2rem}@media (max-width:768px){.Topbar-module__kJhfvG__dropdown{top:calc(var(--nav-height) + 5px);width:auto;max-height:calc(100vh - var(--nav-height) - 20px);position:fixed;left:10px;right:10px}.Topbar-module__kJhfvG__dropdownHeader{padding:1rem}.Topbar-module__kJhfvG__alertCard{padding:.75rem}.Topbar-module__kJhfvG__alertCardBody{padding-left:.25rem}}
.AdminLayout-module__RmJDSW__adminLayout{background-color:var(--color-background);min-height:100vh;display:flex}.AdminLayout-module__RmJDSW__mainContent{flex-direction:column;flex:1;min-width:0;display:flex}.AdminLayout-module__RmJDSW__pageContent{flex:1;padding:2rem;overflow-x:hidden}.AdminLayout-module__RmJDSW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:900;background:#00000080;display:none;position:fixed;inset:0}@media (max-width:992px){.AdminLayout-module__RmJDSW__pageContent{padding:1.5rem 1rem;padding-top:calc(var(--nav-height) + 1.5rem)}.AdminLayout-module__RmJDSW__overlay{display:block}}
.Footer-module__S6Hkya__footer{background-color:var(--color-surface);border-top:1px solid var(--color-border);margin-top:auto;padding-top:4rem}.Footer-module__S6Hkya__footerContent{grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__brand h2{margin-bottom:1rem;font-size:1.5rem;font-weight:800}.Footer-module__S6Hkya__brand p{color:var(--color-text-muted);max-width:400px}.Footer-module__S6Hkya__links h3{margin-bottom:1rem;font-size:1.125rem;font-weight:600}.Footer-module__S6Hkya__links ul{flex-direction:column;gap:.75rem;display:flex}.Footer-module__S6Hkya__links a{color:var(--color-text-muted)}.Footer-module__S6Hkya__links a:hover{color:var(--color-primary)}.Footer-module__S6Hkya__bottom{text-align:center;border-top:1px solid var(--color-border);color:var(--color-text-muted);padding:1.5rem;font-size:.875rem}@media (max-width:768px){.Footer-module__S6Hkya__footerContent{grid-template-columns:1fr}}
.ImageUpload-module__XtD14W__container{flex-direction:column;gap:.5rem;width:100%;display:flex}.ImageUpload-module__XtD14W__header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}@media (max-width:480px){.ImageUpload-module__XtD14W__header{flex-direction:column;align-items:flex-start}.ImageUpload-module__XtD14W__tabs{width:100%}.ImageUpload-module__XtD14W__tab{text-align:center;flex:1}}.ImageUpload-module__XtD14W__label{color:var(--color-text-muted);font-size:.85rem;font-weight:600}.ImageUpload-module__XtD14W__tabs{background:var(--color-background);border-radius:var(--radius-sm);border:1px solid var(--color-border);padding:2px;display:flex}.ImageUpload-module__XtD14W__tab{border-radius:var(--radius-sm);color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:4px 12px;font-size:.75rem;font-weight:600;transition:all .2s}.ImageUpload-module__XtD14W__tab.ImageUpload-module__XtD14W__active{background:var(--color-surface);color:var(--color-primary);box-shadow:var(--shadow-sm)}.ImageUpload-module__XtD14W__content{width:100%}.ImageUpload-module__XtD14W__input{background:var(--color-background);border:1px solid var(--color-border);color:var(--color-text);border-radius:var(--radius-md);width:100%;transition:border-color var(--transition-fast);padding:.625rem .875rem;font-family:inherit;font-size:.95rem}.ImageUpload-module__XtD14W__input:focus{border-color:var(--color-primary);outline:none}.ImageUpload-module__XtD14W__uploadArea{width:100%}.ImageUpload-module__XtD14W__uploadPreview{border:2px dashed var(--color-border);border-radius:var(--radius-md);justify-content:center;align-items:center;width:100%;min-height:120px;transition:border-color .2s;display:flex;position:relative;overflow:hidden}.ImageUpload-module__XtD14W__uploadPreview:hover{border-color:var(--color-primary)}.ImageUpload-module__XtD14W__placeholderBtn{aspect-ratio:1;width:100%;max-width:200px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;margin:0 auto;font-family:inherit;font-weight:600;display:flex}.ImageUpload-module__XtD14W__uploadIcon{font-size:1.5rem}.ImageUpload-module__XtD14W__previewContainer{aspect-ratio:1;width:100%;max-width:200px;margin:0 auto;position:relative}.ImageUpload-module__XtD14W__previewImage{object-fit:cover;width:100%;height:100%}.ImageUpload-module__XtD14W__previewOverlay{opacity:0;background:#0009;justify-content:center;align-items:center;gap:.75rem;transition:opacity .2s;display:flex;position:absolute;inset:0}.ImageUpload-module__XtD14W__previewContainer:hover .ImageUpload-module__XtD14W__previewOverlay{opacity:1}.ImageUpload-module__XtD14W__changeBtn,.ImageUpload-module__XtD14W__removeBtn{border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.5rem 1rem;font-family:inherit;font-size:.8rem;font-weight:700}.ImageUpload-module__XtD14W__changeBtn{color:#121212;background:#fff}.ImageUpload-module__XtD14W__removeBtn{background:var(--color-primary);color:#fff}.ImageUpload-module__XtD14W__loader{border:3px solid #fff3;border-top-color:var(--color-primary);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite ImageUpload-module__XtD14W__spin}@keyframes ImageUpload-module__XtD14W__spin{to{transform:rotate(360deg)}}
.VIPDetailsModal-module__0KuBAG__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background:#000000d9;justify-content:center;align-items:center;padding:80px 1.5rem 1.5rem;animation:.3s VIPDetailsModal-module__0KuBAG__fadeIn;display:flex;position:fixed;inset:0}.VIPDetailsModal-module__0KuBAG__modal{background:#121212;border:1px solid #ffffff1a;border-radius:28px;flex-direction:column;width:95%;max-width:1100px;max-height:calc(100vh - 120px);animation:.5s cubic-bezier(.16,1,.3,1) VIPDetailsModal-module__0KuBAG__slideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #000c}.VIPDetailsModal-module__0KuBAG__header{background:#ffffff05;border-bottom:1px solid #ffffff0d;flex-direction:column;gap:.75rem;padding:2rem 2.5rem;display:flex;position:relative}.VIPDetailsModal-module__0KuBAG__title{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#a1a1aa 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.VIPDetailsModal-module__0KuBAG__subtitle{color:#a1a1aa;font-size:.95rem}.VIPDetailsModal-module__0KuBAG__closeBtn{color:#fff;cursor:pointer;z-index:100;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.VIPDetailsModal-module__0KuBAG__closeBtn:hover{color:#fff;background:#e81d2333;border-color:#e81d2366;transform:rotate(90deg)scale(1.1)}.VIPDetailsModal-module__0KuBAG__contentWrapper{flex:1;align-items:center;display:flex;position:relative;overflow:hidden}.VIPDetailsModal-module__0KuBAG__scrollBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:100;opacity:0;background:#00000080;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.VIPDetailsModal-module__0KuBAG__contentWrapper:hover .VIPDetailsModal-module__0KuBAG__scrollBtn{opacity:1}.VIPDetailsModal-module__0KuBAG__scrollBtn:hover{background:var(--color-primary);border-color:var(--color-primary);transform:translateY(-50%)scale(1.1)}.VIPDetailsModal-module__0KuBAG__left{left:1rem}.VIPDetailsModal-module__0KuBAG__right{right:1rem}.VIPDetailsModal-module__0KuBAG__content{scrollbar-width:none;scroll-behavior:smooth;flex:1;padding:2rem 2.5rem;overflow-x:auto}.VIPDetailsModal-module__0KuBAG__content::-webkit-scrollbar{display:none}.VIPDetailsModal-module__0KuBAG__levelsWrapper{min-width:max-content;padding:100px 1rem 2rem;position:relative}.VIPDetailsModal-module__0KuBAG__progressLine{z-index:1;background:#ffffff1a;height:4px;position:absolute;top:54px;left:0;right:0}.VIPDetailsModal-module__0KuBAG__levelsList{z-index:2;gap:4rem;display:flex;position:relative}.VIPDetailsModal-module__0KuBAG__levelCard{background:var(--bg-gradient);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(var(--level-color-rgb), .2);border-radius:28px;flex-direction:column;gap:1.25rem;width:260px;min-height:420px;margin-top:19px;padding:1.75rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 10px 30px -10px #00000080}.VIPDetailsModal-module__0KuBAG__levelCard:hover{border-color:var(--accent-color);box-shadow:0 20px 40px #0006, 0 0 30px rgba(var(--level-color-rgb), .2);transform:translateY(-10px)scale(1.02)}.VIPDetailsModal-module__0KuBAG__nodePoint{z-index:10;background:#1a1a1a;border:4px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:-68px;left:50%;transform:translate(-50%)}.VIPDetailsModal-module__0KuBAG__achieved .VIPDetailsModal-module__0KuBAG__nodePoint{border-color:var(--accent-color);box-shadow:0 0 15px var(--accent-color), 0 0 30px rgba(var(--level-color-rgb), .3)}.VIPDetailsModal-module__0KuBAG__nodeInner{background:#ffffff1a;border-radius:50%;width:14px;height:14px}.VIPDetailsModal-module__0KuBAG__achieved .VIPDetailsModal-module__0KuBAG__nodeInner{background:var(--accent-color);transform:scale(1.2)}.VIPDetailsModal-module__0KuBAG__current{animation:3s infinite alternate VIPDetailsModal-module__0KuBAG__currentCardGlow;border-color:var(--accent-color)!important}@keyframes VIPDetailsModal-module__0KuBAG__nodePulse{0%,to{opacity:1;transform:scale(1.2)}50%{opacity:.7;transform:scale(1.5)}}@keyframes VIPDetailsModal-module__0KuBAG__currentCardGlow{0%{box-shadow:0 0 30px rgba(var(--level-color-rgb), .2)}to{box-shadow:0 0 60px rgba(var(--level-color-rgb), .4)}}.VIPDetailsModal-module__0KuBAG__locked{opacity:.6;filter:grayscale(.8)}.VIPDetailsModal-module__0KuBAG__nexusCard .VIPDetailsModal-module__0KuBAG__benefitLabel{color:#fff9}.VIPDetailsModal-module__0KuBAG__nexusCard .VIPDetailsModal-module__0KuBAG__benefitValue{text-shadow:0 0 10px #00e5ffcc;color:#fff!important}.VIPDetailsModal-module__0KuBAG__nexusCard .VIPDetailsModal-module__0KuBAG__benefitRow{color:#fff;opacity:.9}.VIPDetailsModal-module__0KuBAG__nexusCard .VIPDetailsModal-module__0KuBAG__unlockedInfo span{color:#fff;font-weight:800}.VIPDetailsModal-module__0KuBAG__badgeContainer{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.VIPDetailsModal-module__0KuBAG__cardHeader{justify-content:space-between;align-items:center;display:flex}.VIPDetailsModal-module__0KuBAG__currentBadge{background:var(--accent-color);color:#000;text-transform:uppercase;white-space:nowrap;border-radius:4px;padding:2px 8px;font-size:.65rem;font-weight:900}.VIPDetailsModal-module__0KuBAG__cardBody{flex-direction:column;flex:1;display:flex}.VIPDetailsModal-module__0KuBAG__benefitItem{flex-direction:column;gap:.25rem;margin-bottom:.75rem;display:flex}.VIPDetailsModal-module__0KuBAG__benefitLabel{color:#71717a;text-transform:uppercase;font-size:.7rem}.VIPDetailsModal-module__0KuBAG__benefitValue{color:var(--accent-color);font-size:1.25rem;font-weight:800}.VIPDetailsModal-module__0KuBAG__customBenefits{scrollbar-width:none;-ms-overflow-style:none;border-top:1px solid #ffffff0d;flex-direction:column;gap:.5rem;max-height:140px;margin-top:.5rem;padding:.75rem .5rem .75rem 0;display:flex;overflow-y:auto}.VIPDetailsModal-module__0KuBAG__customBenefits::-webkit-scrollbar{display:none}.VIPDetailsModal-module__0KuBAG__benefitRow{color:#ccc;white-space:pre-line;align-items:flex-start;gap:.5rem;font-size:.85rem;line-height:1.5;display:flex}.VIPDetailsModal-module__0KuBAG__footer{background:#ffffff05;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;display:flex}.VIPDetailsModal-module__0KuBAG__myStatus{align-items:center;gap:.75rem;font-weight:600;display:flex}.VIPDetailsModal-module__0KuBAG__spendingValue{color:#fbbf24;font-size:1.2rem}.VIPDetailsModal-module__0KuBAG__disclaimer{color:#52525b;font-size:.75rem}@media (max-width:768px){.VIPDetailsModal-module__0KuBAG__overlay{background:#000000fa;justify-content:center;align-items:flex-start;width:100vw;height:100dvh;position:fixed;top:0;left:0;margin:0!important;padding:0!important}.VIPDetailsModal-module__0KuBAG__modal{background:#000;border:none;border-radius:0;flex-direction:column;display:flex;overflow:hidden;width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;margin:0!important}.VIPDetailsModal-module__0KuBAG__scrollBtn,.VIPDetailsModal-module__0KuBAG__left,.VIPDetailsModal-module__0KuBAG__right{visibility:hidden!important;pointer-events:none!important;display:none!important}.VIPDetailsModal-module__0KuBAG__closeBtn{width:32px;height:32px;right:1.25rem;top:calc(80px + 1rem)!important}.VIPDetailsModal-module__0KuBAG__header{background:#050505;border-bottom:1px solid #ffffff0d;flex-shrink:0;padding:calc(80px + 1.5rem) 1.25rem 1.25rem}.VIPDetailsModal-module__0KuBAG__contentWrapper{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.VIPDetailsModal-module__0KuBAG__content{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:1.5rem;overflow:hidden auto}.VIPDetailsModal-module__0KuBAG__levelsWrapper{justify-content:center;width:100%;padding:0 .5rem 4rem;display:flex;overflow:visible}.VIPDetailsModal-module__0KuBAG__levelsList{flex-direction:column;align-items:center;gap:2.5rem;width:100%;max-width:500px;display:flex;overflow:visible}.VIPDetailsModal-module__0KuBAG__levelCard{border:1px solid rgba(var(--level-color-rgb), .4);border-radius:24px;flex-direction:column;gap:1.25rem;width:100%;height:auto;min-height:200px;padding:1.5rem;display:flex;position:relative;overflow:visible;box-shadow:0 12px 30px #0009;background:linear-gradient(135deg, rgba(var(--level-color-rgb), .3) 0%, rgba(var(--level-color-rgb), .1) 60%, #ffffff08 100%)!important}.VIPDetailsModal-module__0KuBAG__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.VIPDetailsModal-module__0KuBAG__customBenefits{border-top:1px solid #ffffff0d;flex-direction:column;gap:.5rem;padding:.5rem 0;display:flex;max-height:none!important;overflow:visible!important}.VIPDetailsModal-module__0KuBAG__benefitRow{color:#ffffffd9;white-space:pre-line;align-items:flex-start;gap:.5rem;font-size:.8rem;line-height:1.4;display:flex}.VIPDetailsModal-module__0KuBAG__benefitsGrid{border-top:1px solid #ffffff1a;grid-template-columns:1fr 1fr;gap:1rem;padding-top:.75rem;display:grid}.VIPDetailsModal-module__0KuBAG__nexusBadge{border:1px solid #fff6;box-shadow:0 0 10px #8a2be280;background:linear-gradient(135deg,#8a2be2,#00e5ff)!important}.VIPDetailsModal-module__0KuBAG__activeBenefit{color:#fff!important;opacity:1!important}.VIPDetailsModal-module__0KuBAG__activeBenefit .VIPDetailsModal-module__0KuBAG__checkIcon{filter:drop-shadow(0 0 5px)}.VIPDetailsModal-module__0KuBAG__benefitValue{color:#fff;text-align:left;font-size:1.4rem;font-weight:900}.VIPDetailsModal-module__0KuBAG__benefitLabel{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;font-size:.65rem}.VIPDetailsModal-module__0KuBAG__footer{text-align:center;background:#050505;border-top:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;gap:.75rem;padding:1.25rem 1.25rem 2rem;display:flex}.VIPDetailsModal-module__0KuBAG__myStatus{justify-content:center;font-size:.85rem}.VIPDetailsModal-module__0KuBAG__spendingValue{color:#fbbf24;font-size:1.15rem}.VIPDetailsModal-module__0KuBAG__nodePoint,.VIPDetailsModal-module__0KuBAG__progressLine{display:none}}@keyframes VIPDetailsModal-module__0KuBAG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes VIPDetailsModal-module__0KuBAG__slideIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}
.redeem-module__iA-__q__container{color:var(--color-text);max-width:1400px;margin:0 auto;padding:1.5rem}.redeem-module__iA-__q__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.redeem-module__iA-__q__title{color:var(--color-accent);font-size:1.75rem;font-weight:700}.redeem-module__iA-__q__addBtn{background:var(--color-accent);color:#000;border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;padding:.75rem 1.5rem;font-weight:700}.redeem-module__iA-__q__cancelBtn{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;padding:.75rem 1.5rem;font-weight:600}.redeem-module__iA-__q__formCard{border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);background:#15151a;margin-bottom:2.5rem;padding:2rem;animation:.3s ease-out redeem-module__iA-__q__slideDown}@keyframes redeem-module__iA-__q__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.redeem-module__iA-__q__formTitle{border-left:4px solid var(--color-accent);margin-bottom:2rem;padding-left:1rem;font-size:1.25rem;font-weight:700}.redeem-module__iA-__q__mainFields{grid-template-columns:2fr 1fr 1fr 1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid}.redeem-module__iA-__q__fieldItem{flex-direction:column;gap:.6rem;width:100%;display:flex}.redeem-module__iA-__q__fieldItem label{color:var(--color-text-muted);font-size:.85rem;font-weight:600}.redeem-module__iA-__q__input,.redeem-module__iA-__q__select{color:#fff;box-sizing:border-box;background:#1a1a20;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;height:50px;padding:0 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.redeem-module__iA-__q__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem;padding-right:2.5rem}.redeem-module__iA-__q__select option{color:#fff;background-color:#1a1a20;padding:1rem}.redeem-module__iA-__q__input:focus,.redeem-module__iA-__q__select:focus{border-color:var(--color-accent);background:#ffae000d}.redeem-module__iA-__q__codeRow{gap:.75rem;width:100%;display:flex}.redeem-module__iA-__q__randomBtn{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:0 1.25rem}.redeem-module__iA-__q__rewardSection{border-radius:var(--radius-lg);background:#0003;border:1px solid #ffffff0d;margin-bottom:1.5rem;padding:1.5rem}.redeem-module__iA-__q__rewardHeader{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.redeem-module__iA-__q__rewardSectionTitle{margin:0;font-size:1.1rem;font-weight:700}.redeem-module__iA-__q__addRewardBtn{background:var(--color-accent);color:#000;border-radius:var(--radius-full);cursor:pointer;border:none;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700}.redeem-module__iA-__q__rewardGrid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;display:grid}.redeem-module__iA-__q__rewardContainer{background:#1a1a20;border:1px solid #ffffff0d;border-radius:16px;padding:1.5rem;position:relative;box-shadow:0 4px 12px #0003}.redeem-module__iA-__q__rewardHeaderRow{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.redeem-module__iA-__q__rewardNumber{color:var(--color-accent);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:700}.redeem-module__iA-__q__rewardRowLayout{grid-template-columns:2fr 1fr;gap:1.25rem;margin-bottom:1.25rem;display:grid}.redeem-module__iA-__q__rewardDetails{border-top:1px solid #ffffff0d;padding-top:1.25rem}.redeem-module__iA-__q__itemSelectionRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.redeem-module__iA-__q__removeBtn{color:#ff4b4b;border-radius:var(--radius-sm);cursor:pointer;background:#ff4b4b1a;border:1px solid #ff4b4b33;padding:.4rem .8rem;font-size:.8rem;font-weight:600}.redeem-module__iA-__q__submitBtn{background:var(--color-accent);color:#000;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1.1rem;font-size:1.1rem;font-weight:800;box-shadow:0 4px 15px #ffae0033}.redeem-module__iA-__q__tableCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.redeem-module__iA-__q__tableWrapper{overflow-x:auto}.redeem-module__iA-__q__table{border-collapse:collapse;width:100%}.redeem-module__iA-__q__table th,.redeem-module__iA-__q__table td{vertical-align:middle;border-bottom:1px solid #ffffff0d;padding:1.25rem 1.5rem}.redeem-module__iA-__q__table th{text-align:left;color:var(--color-text-muted);text-transform:uppercase;white-space:nowrap;background:#0003;font-size:.8rem}.redeem-module__iA-__q__table td{color:#fff}.redeem-module__iA-__q__rewardBadges{flex-wrap:wrap;gap:.5rem;max-width:350px;display:flex}.redeem-module__iA-__q__rewardBadge{color:var(--color-accent);white-space:nowrap;background:#ffae0014;border:1px solid #ffae0026;border-radius:8px;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;display:flex}.redeem-module__iA-__q__statsContainer{flex-direction:column;gap:.3rem;width:120px;display:flex}.redeem-module__iA-__q__progressBar{background:#ffffff0d;border-radius:3px;height:6px;overflow:hidden}.redeem-module__iA-__q__progressFill{background:var(--color-accent);height:100%}.redeem-module__iA-__q__statusActive{color:#0f8;font-weight:600}.redeem-module__iA-__q__statusInactive{color:#ff4b4b;font-weight:600}.redeem-module__iA-__q__actions{gap:.5rem;display:flex}.redeem-module__iA-__q__editActionBtn,.redeem-module__iA-__q__deleteActionBtn{border-radius:var(--radius-md);color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:.4rem;padding:.5rem .8rem;font-size:.85rem;font-weight:600;display:flex}.redeem-module__iA-__q__editActionBtn:hover{background:var(--color-accent);color:#000}.redeem-module__iA-__q__deleteActionBtn:hover{color:#fff;background:#ff4b4b}@media (max-width:1200px){.redeem-module__iA-__q__mainFields{grid-template-columns:1fr 1fr}}@media (max-width:768px){.redeem-module__iA-__q__container{padding:1rem}.redeem-module__iA-__q__header{margin-bottom:1.5rem}.redeem-module__iA-__q__formCard{padding:1.25rem}.redeem-module__iA-__q__mainFields{grid-template-columns:1fr;gap:1.25rem}.redeem-module__iA-__q__codeRow{flex-direction:column;gap:.5rem}.redeem-module__iA-__q__randomBtn{width:100%;height:50px}.redeem-module__iA-__q__rewardGrid{grid-template-columns:1fr}.redeem-module__iA-__q__rewardRowLayout,.redeem-module__iA-__q__itemSelectionRow{grid-template-columns:1fr;gap:1rem}.redeem-module__iA-__q__rewardHeader{flex-direction:column;align-items:flex-start;gap:.75rem}.redeem-module__iA-__q__addRewardBtn{width:100%}.redeem-module__iA-__q__rewardContainer{padding:1.25rem}.redeem-module__iA-__q__rewardHeaderRow{margin-bottom:1rem}}.redeem-module__iA-__q__couponFieldsRow{grid-template-columns:1fr 1fr;gap:1rem;width:100%;display:grid}.redeem-module__iA-__q__emptyTable{text-align:center;color:var(--color-text-muted);background:#ffffff05;font-size:1.1rem;padding:3rem!important}.redeem-module__iA-__q__input::-webkit-calendar-picker-indicator{filter:invert();cursor:pointer;opacity:.8;transition:opacity .2s}.redeem-module__iA-__q__input::-webkit-calendar-picker-indicator:hover{opacity:1}.redeem-module__iA-__q__pendingAlert{background:linear-gradient(135deg,#eab30826,#eab3080d);border:1px solid #eab3084d;border-radius:16px;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.2rem 1.5rem;animation:.5s ease-out redeem-module__iA-__q__slideIn;display:flex}.redeem-module__iA-__q__pendingInfo{align-items:center;gap:1rem;display:flex}.redeem-module__iA-__q__pendingIcon{font-size:2rem;animation:2s infinite redeem-module__iA-__q__ring}.redeem-module__iA-__q__pendingInfo strong{color:#eab308;margin-bottom:.2rem;font-size:1.1rem;display:block}.redeem-module__iA-__q__pendingInfo p{color:#ffffffb3;margin:0;font-size:.9rem}.redeem-module__iA-__q__manageBtn{color:#000;cursor:pointer;white-space:nowrap;background:#eab308;border:none;border-radius:12px;padding:.8rem 1.5rem;font-weight:700;transition:all .3s}.redeem-module__iA-__q__manageBtn:hover{transform:scale(1.05);box-shadow:0 0 20px #eab30866}.redeem-module__iA-__q__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.redeem-module__iA-__q__refreshBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.5rem 1rem;transition:all .3s}.redeem-module__iA-__q__refreshBtn:hover{border-color:var(--color-primary);background:#ffffff1a}.redeem-module__iA-__q__codeBadge{color:var(--color-primary);background:#ffffff0d;border-radius:6px;padding:.3rem .6rem;font-family:monospace}.redeem-module__iA-__q__rewardList{flex-wrap:wrap;gap:.4rem;display:flex}.redeem-module__iA-__q__rewardMiniTag{white-space:nowrap;background:#ffffff08;border:1px solid #ffffff0f;border-radius:4px;padding:.2rem .5rem;font-size:.75rem}.redeem-module__iA-__q__historySection{background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;margin-top:4rem;padding:2.5rem;animation:.8s ease-out redeem-module__iA-__q__fadeIn}.redeem-module__iA-__q__sectionTitleGroup{flex-direction:column;gap:.25rem;display:flex}.redeem-module__iA-__q__subtitle{color:var(--color-text-muted);margin:0;font-size:.9rem}.redeem-module__iA-__q__historyRow{transition:background .3s}.redeem-module__iA-__q__historyRow:hover{background:#ffffff08}.redeem-module__iA-__q__dateTime{flex-direction:column;gap:.2rem;display:flex}.redeem-module__iA-__q__date{font-size:.9rem;font-weight:600}.redeem-module__iA-__q__time{color:var(--color-text-muted);font-size:.75rem}.redeem-module__iA-__q__customerProfile{align-items:center;gap:.8rem;display:flex}.redeem-module__iA-__q__avatarMini{background:var(--color-primary);color:#000;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex;box-shadow:0 4px 10px #eab30833}.redeem-module__iA-__q__profileDetails{flex-direction:column;display:flex}.redeem-module__iA-__q__username{font-size:.95rem;font-weight:600}.redeem-module__iA-__q__email{color:var(--color-text-muted);font-size:.75rem}.redeem-module__iA-__q__codeContainer{background:#0003;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:.5rem;width:fit-content;padding:.4rem .8rem;display:flex}.redeem-module__iA-__q__codeValue{color:var(--color-primary);font-family:monospace;font-weight:600}.redeem-module__iA-__q__rewardListMini{flex-wrap:wrap;gap:.5rem;display:flex}.redeem-module__iA-__q__rewardItemMini{border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:.4rem;padding:.3rem .6rem;font-size:.8rem;font-weight:600;display:flex}.redeem-module__iA-__q__type_points{color:#60a5fa;background:#3b82f61a;border-color:#3b82f633}.redeem-module__iA-__q__type_item{color:#fbbf24;background:#eab3081a;border-color:#eab30833}.redeem-module__iA-__q__type_coupon{color:#c084fc;background:#a855f71a;border-color:#a855f733}.redeem-module__iA-__q__rewardAmountMini{opacity:.8;background:#0003;border-radius:4px;padding:.1rem .3rem;font-size:.75rem}.redeem-module__iA-__q__statusBadgeSuccess{color:#10b981;border-radius:var(--radius-full);background:#10b9811a;padding:.3rem .75rem;font-size:.75rem;font-weight:600}.redeem-module__iA-__q__rewardIconWrapperMini{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.redeem-module__iA-__q__rewardImgMini{object-fit:cover;border-radius:4px;width:100%;height:100%}.redeem-module__iA-__q__rewardIconEmojiMini{font-size:1rem}.redeem-module__iA-__q__rewardTextMini{align-items:center;gap:.3rem;display:flex}
.AdminSelect-module__JqgqsG__container{width:100%;position:relative}.AdminSelect-module__JqgqsG__label{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.AdminSelect-module__JqgqsG__trigger{color:#fff;cursor:pointer;background:#1a1a20;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;width:100%;height:46px;padding:0 1rem;font-size:.95rem;transition:all .3s;display:flex}.AdminSelect-module__JqgqsG__triggerActive{border-color:var(--color-primary);background:#ffffff14}.AdminSelect-module__JqgqsG__selectedContent{align-items:center;gap:10px;display:flex}.AdminSelect-module__JqgqsG__icon{object-fit:contain;width:20px;height:20px}.AdminSelect-module__JqgqsG__emoji{justify-content:center;align-items:center;width:20px;font-size:1.2rem;display:flex}.AdminSelect-module__JqgqsG__arrow{color:var(--color-text-muted);transition:transform .3s}.AdminSelect-module__JqgqsG__triggerActive .AdminSelect-module__JqgqsG__arrow{transform:rotate(180deg)}.AdminSelect-module__JqgqsG__options{z-index:1000;background:#1f1f27;border:1px solid #ffffff1a;border-radius:12px;animation:.2s ease-out AdminSelect-module__JqgqsG__fadeIn;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow:hidden;box-shadow:0 10px 30px #00000080}.AdminSelect-module__JqgqsG__option{cursor:pointer;color:var(--color-text-muted);align-items:center;gap:12px;padding:.75rem 1rem;font-size:.95rem;transition:all .2s;display:flex}.AdminSelect-module__JqgqsG__option:hover{color:#fff;background:#ffffff0d}.AdminSelect-module__JqgqsG__optionSelected{color:var(--color-primary);background:#e81d231a;font-weight:700}@keyframes AdminSelect-module__JqgqsG__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
