.PaymentModal-module__HmJDpW__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#000000d9;justify-content:center;align-items:center;animation:.2s ease-out PaymentModal-module__HmJDpW__fadeIn;display:flex;position:fixed;inset:0}.PaymentModal-module__HmJDpW__modalContent{background:#141414;border:1px solid #333;border-radius:24px;flex-direction:column;width:90%;max-width:480px;max-height:90vh;padding:0;animation:.3s cubic-bezier(.16,1,.3,1) PaymentModal-module__HmJDpW__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 48px #0009}.PaymentModal-module__HmJDpW__modalHeader{margin-bottom:20px;padding:24px 24px 0}.PaymentModal-module__HmJDpW__modalTitle{color:#fff;margin:0;font-size:20px;font-weight:700}.PaymentModal-module__HmJDpW__modalSubtitle{color:#888;margin-top:4px;font-size:14px}.PaymentModal-module__HmJDpW__closeButton{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.PaymentModal-module__HmJDpW__closeButton:hover{background:#fff3;transform:rotate(90deg)}.PaymentModal-module__HmJDpW__modalBody{flex:1;padding:0 24px 24px;overflow-y:auto}.PaymentModal-module__HmJDpW__planSummary{background:linear-gradient(135deg,#00e6760d 0%,#00c8530d 100%);border:1px solid #00e67633;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px;display:flex}.PaymentModal-module__HmJDpW__planName{color:#fff;font-size:16px;font-weight:600}.PaymentModal-module__HmJDpW__planPrice{color:#00e676;font-size:18px;font-weight:700}.PaymentModal-module__HmJDpW__paymentLabel{color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:13px;font-weight:600;display:block}.PaymentModal-module__HmJDpW__paymentOptions{flex-direction:column;gap:12px;display:flex}.PaymentModal-module__HmJDpW__paymentOption{cursor:pointer;background:#1a1a1a;border:1px solid #333;border-radius:12px;align-items:center;padding:16px;transition:all .2s;display:flex}.PaymentModal-module__HmJDpW__paymentOption:hover{background:#222;border-color:#666}.PaymentModal-module__HmJDpW__paymentOption.PaymentModal-module__HmJDpW__selected{background:#00e6760d;border-color:#00e676}.PaymentModal-module__HmJDpW__radioCircle{border:2px solid #555;border-radius:50%;flex-shrink:0;width:20px;height:20px;margin-right:16px;position:relative}.PaymentModal-module__HmJDpW__paymentOption.PaymentModal-module__HmJDpW__selected .PaymentModal-module__HmJDpW__radioCircle{border-color:#00e676}.PaymentModal-module__HmJDpW__paymentOption.PaymentModal-module__HmJDpW__selected .PaymentModal-module__HmJDpW__radioCircle:after{content:"";background:#00e676;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PaymentModal-module__HmJDpW__optionLabel{color:#fff;flex:1;font-size:15px;font-weight:500}.PaymentModal-module__HmJDpW__optionFee{color:#888;font-size:13px}.PaymentModal-module__HmJDpW__bayarggInfo{cursor:default;background:#818cf80f;border:1px solid #818cf840;border-radius:12px;align-items:center;gap:14px;padding:16px;display:flex}.PaymentModal-module__HmJDpW__qrisIconWrapper{background:#818cf81f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.PaymentModal-module__HmJDpW__qrisIcon{color:#818cf8;font-size:22px}.PaymentModal-module__HmJDpW__qrisDetails{flex-direction:column;flex:1;gap:2px;display:flex}.PaymentModal-module__HmJDpW__qrisName{color:#fff;font-size:15px;font-weight:600}.PaymentModal-module__HmJDpW__qrisDesc{color:#888;font-size:12px;line-height:1.4}.PaymentModal-module__HmJDpW__qrisBadge{color:#818cf8;white-space:nowrap;background:#818cf826;border-radius:20px;align-items:center;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.PaymentModal-module__HmJDpW__modalFooter{background:#0f0f0f;border-top:1px solid #222;justify-content:flex-end;gap:12px;padding:24px;display:flex}.PaymentModal-module__HmJDpW__cancelButton{color:#ccc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:12px;padding:14px 24px;font-size:14px;font-weight:600;transition:all .2s}.PaymentModal-module__HmJDpW__cancelButton:hover{color:#ff6b6b;background:#ff50501f;border-color:#ff505066}.PaymentModal-module__HmJDpW__confirmButton{color:#000;cursor:pointer;background:linear-gradient(135deg,#00e676 0%,#00c853 100%);border:none;border-radius:12px;justify-content:center;align-items:center;min-width:120px;padding:14px 32px;font-size:14px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #00e6764d}.PaymentModal-module__HmJDpW__confirmButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00e67666}.PaymentModal-module__HmJDpW__confirmButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.PaymentModal-module__HmJDpW__spinner{border:2px solid #0000001a;border-left-color:#000;border-radius:50%;width:18px;height:18px;margin-right:8px;animation:1s linear infinite PaymentModal-module__HmJDpW__spin}@keyframes PaymentModal-module__HmJDpW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes PaymentModal-module__HmJDpW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes PaymentModal-module__HmJDpW__spin{to{transform:rotate(360deg)}}@media (max-width:480px){.PaymentModal-module__HmJDpW__modalContent{border-radius:0;flex-direction:column;width:100%;max-width:none;height:100%;max-height:100%;display:flex}.PaymentModal-module__HmJDpW__modalBody{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;overflow-y:auto}.PaymentModal-module__HmJDpW__modalFooter{padding-bottom:max(80px,calc(60px + env(safe-area-inset-bottom)));flex-shrink:0}.PaymentModal-module__HmJDpW__paymentOption{padding:14px 12px}}
.VIP-module__jH7Jya__vipPage{background:var(--bg-primary,#121212);color:#fff;min-height:100vh;padding-bottom:60px;position:relative;overflow:hidden}.VIP-module__jH7Jya__bgGlowLeft{pointer-events:none;z-index:0;background:radial-gradient(circle,#00e6760f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-100px;left:-200px}.VIP-module__jH7Jya__bgGlowRight{pointer-events:none;z-index:0;background:radial-gradient(circle,#a855f70a 0%,#0000 70%);border-radius:50%;width:800px;height:800px;position:absolute;top:200px;right:-300px}.VIP-module__jH7Jya__contentContainer{z-index:1;max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.VIP-module__jH7Jya__hero{text-align:center;padding:20px 0 40px}.VIP-module__jH7Jya__heroContent{flex-direction:column;align-items:center;display:flex}.VIP-module__jH7Jya__heroTitle{letter-spacing:-.5px;margin-bottom:8px;font-size:40px;font-weight:800}.VIP-module__jH7Jya__textGreen{color:#00e676}.VIP-module__jH7Jya__heroDescription{color:#cbd5e1;margin-bottom:24px;font-size:16px}.VIP-module__jH7Jya__heroBadgeBox{justify-content:center;display:flex}.VIP-module__jH7Jya__heroBadge{color:#00e676;background:#00e6760d;border:1px solid #00e6764d;border-radius:20px;align-items:center;gap:8px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.VIP-module__jH7Jya__heroBadgeIcon{color:#eab308}.VIP-module__jH7Jya__activeSubscriptionBanner{background:#38bdf80d;border:1px solid #38bdf84d;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:30px;padding:16px 20px;display:flex}.VIP-module__jH7Jya__bannerLeft{align-items:center;gap:16px;display:flex}.VIP-module__jH7Jya__bannerIconBox{color:#38bdf8;background:#38bdf833;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.VIP-module__jH7Jya__bannerLeft h3{color:#f8fafc;margin:0 0 4px;font-size:16px}.VIP-module__jH7Jya__bannerLeft p{color:#94a3b8;margin:0;font-size:13px}.VIP-module__jH7Jya__bannerLeft strong{color:#38bdf8}.VIP-module__jH7Jya__bannerManageBtn{color:#0f172a;cursor:pointer;background:#38bdf8;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:700;transition:all .2s}.VIP-module__jH7Jya__bannerManageBtn:hover{background:#7dd3fc;transform:translateY(-2px)}.VIP-module__jH7Jya__loadingContainer,.VIP-module__jH7Jya__errorContainer,.VIP-module__jH7Jya__emptyContainer{text-align:center;color:#94a3b8;padding:60px 0}.VIP-module__jH7Jya__spinner{color:#00e676;margin-bottom:12px;animation:1s linear infinite VIP-module__jH7Jya__spin}.VIP-module__jH7Jya__qrisNotice{background:#eab30814;border:1px solid #eab3084d;border-radius:10px;align-items:flex-start;gap:10px;max-width:900px;margin-bottom:20px;margin-left:auto;margin-right:auto;padding:14px 18px;display:flex}.VIP-module__jH7Jya__qrisNoticeIcon{flex-shrink:0;margin-top:1px;font-size:18px}.VIP-module__jH7Jya__qrisNotice p{color:#fbbf24;margin:0;font-size:13.5px;line-height:1.5}.VIP-module__jH7Jya__packagesContainer{flex-direction:column;gap:24px;margin-bottom:40px;display:flex}.VIP-module__jH7Jya__packagesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.VIP-module__jH7Jya__packageCard,.VIP-module__jH7Jya__packageCardWide{background:#111827;border:1px solid #1f2937;border-radius:16px;flex-direction:column;padding:24px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative}.VIP-module__jH7Jya__packageCard:hover,.VIP-module__jH7Jya__packageCardWide:hover{transform:translateY(-4px);box-shadow:0 10px 40px -10px #00000080}.VIP-module__jH7Jya__tier-lite{border-top:2px solid #00e67680}.VIP-module__jH7Jya__tier-sultan{border-top:2px solid #38bdf880}.VIP-module__jH7Jya__tier-master{border-top:2px solid #a855f780;border-left:1px solid #a855f733;border-right:1px solid #a855f733}.VIP-module__jH7Jya__tier-lifetime{background:linear-gradient(#18181b 0%,#111827 100%);border:1px solid #eab30866}.VIP-module__jH7Jya__tier-lite:hover{border-color:#00e676cc}.VIP-module__jH7Jya__tier-sultan:hover{border-color:#38bdf8cc}.VIP-module__jH7Jya__tier-master:hover{border-color:#a855f7cc}.VIP-module__jH7Jya__tier-lifetime:hover{border-color:#eab308cc}.VIP-module__jH7Jya__packageHeader{text-align:center;border-bottom:1px solid #1f2937;flex-direction:column;align-items:center;margin-bottom:24px;padding-bottom:24px;display:flex}.VIP-module__jH7Jya__iconCircle{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;display:flex}.VIP-module__jH7Jya__packageName{color:#f8fafc;margin:0 0 8px;font-size:18px;font-weight:700}.VIP-module__jH7Jya__strikethroughPrice{color:#64748b;margin-bottom:-4px;font-size:14px;text-decoration:line-through}.VIP-module__jH7Jya__packagePrice{justify-content:center;align-items:flex-start;gap:2px;display:flex}.VIP-module__jH7Jya__currency{color:#cbd5e1;margin-top:6px;font-size:16px;font-weight:600}.VIP-module__jH7Jya__amount{color:#fff;font-size:36px;font-weight:800;line-height:1.1}.VIP-module__jH7Jya__packageDurationBadge{border:1px solid;border-radius:6px;margin-top:12px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-block}.VIP-module__jH7Jya__packageDurationBadgeWide{border:1px solid #eab308;border-radius:6px;margin-top:12px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-block}.VIP-module__jH7Jya__btnInner{justify-content:center;align-items:center;gap:8px;display:flex}.VIP-module__jH7Jya__packageCard .VIP-module__jH7Jya__headerLeftMobile,.VIP-module__jH7Jya__packageCard .VIP-module__jH7Jya__headerTextGroup{flex-direction:column;align-items:center;display:flex}.VIP-module__jH7Jya__packageCardWide .VIP-module__jH7Jya__headerLeftMobile{align-items:center;gap:20px;display:flex}.VIP-module__jH7Jya__packageCardWide .VIP-module__jH7Jya__headerTextGroup{flex-direction:column;align-items:flex-start;display:flex}.VIP-module__jH7Jya__packageFeaturesGrid{flex-direction:column;flex:1;gap:12px;margin-bottom:24px;display:flex}.VIP-module__jH7Jya__feature{color:#cbd5e1;align-items:center;gap:12px;font-size:14px;display:flex}.VIP-module__jH7Jya__cardFooter{margin-top:auto}.VIP-module__jH7Jya__chooseButton{cursor:pointer;background:0 0;border-radius:8px;width:100%;padding:14px;font-size:14px;font-weight:700;transition:all .2s}.VIP-module__jH7Jya__btn-lite{color:#00e676;border:1px solid #00e676}.VIP-module__jH7Jya__btn-lite:hover:not(:disabled){background:#00e6761a}.VIP-module__jH7Jya__btn-sultan{color:#38bdf8;border:1px solid #38bdf8}.VIP-module__jH7Jya__btn-sultan:hover:not(:disabled){background:#38bdf81a}.VIP-module__jH7Jya__btn-master{color:#a855f7;border:1px solid #a855f7}.VIP-module__jH7Jya__btn-master:hover:not(:disabled){background:#a855f71a}.VIP-module__jH7Jya__btn-lifetime{color:#422006;background:linear-gradient(90deg,#ca8a04,#eab308);border:none}.VIP-module__jH7Jya__btn-lifetime:hover:not(:disabled){background:linear-gradient(90deg,#eab308,#fef08a)}.VIP-module__jH7Jya__chooseButtonActive{color:#94a3b8;border:1px solid #334155}.VIP-module__jH7Jya__chooseButtonActive:hover{background:#ffffff0d}.VIP-module__jH7Jya__chooseButton:disabled{opacity:.5;cursor:not-allowed}.VIP-module__jH7Jya__packageCardWide{padding:32px}.VIP-module__jH7Jya__promoBadgeWide{color:#422006;background:#eab308;border-radius:4px;align-items:center;gap:4px;padding:4px 12px;font-size:11px;font-weight:800;display:flex;position:absolute;top:-12px;right:24px}.VIP-module__jH7Jya__wideContentArea{justify-content:space-between;gap:32px;display:flex}.VIP-module__jH7Jya__wideLeftSide{flex-direction:column;flex:1;display:flex}.VIP-module__jH7Jya__wideHeaderRow{align-items:center;gap:20px;margin-bottom:24px;display:flex}.VIP-module__jH7Jya__packageNameWide{margin:0 0 4px;font-size:24px;font-weight:800}.VIP-module__jH7Jya__wideFeaturesGrid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px;display:grid}.VIP-module__jH7Jya__featureCol{flex-direction:column;gap:12px;display:flex}.VIP-module__jH7Jya__wideRightSide{flex:0 0 250px;justify-content:center;align-items:center;display:flex;position:relative}.VIP-module__jH7Jya__crownIllustration{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:200px;display:flex;position:relative}.VIP-module__jH7Jya__crownGlow{filter:blur(40px);z-index:0;background:#eab3084d;width:100px;height:100px;position:absolute}.VIP-module__jH7Jya__crownIconArt{z-index:1;filter:drop-shadow(0 10px 15px #eab30866);margin-bottom:10px;position:relative}.VIP-module__jH7Jya__glassPlayBox{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;width:80px;height:60px;display:flex;position:relative;box-shadow:0 10px 25px #00000080}.VIP-module__jH7Jya__activeSubscriptionBadge{color:#00e676;background:#00e6761a;border:1px solid #00e67633;border-radius:8px;justify-content:center;align-items:center;gap:6px;margin-bottom:12px;padding:10px;font-size:14px;font-weight:600;display:flex}.VIP-module__jH7Jya__benefitsSection{margin-bottom:40px}.VIP-module__jH7Jya__benefitsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}.VIP-module__jH7Jya__benefitItemOuter{background:#111827;border:1px solid #1f2937;border-radius:12px;padding:16px;transition:background .2s}.VIP-module__jH7Jya__benefitItemOuter:hover{background:#1e293b}.VIP-module__jH7Jya__benefitItem{align-items:center;gap:16px;display:flex}.VIP-module__jH7Jya__benefitIconBox{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.VIP-module__jH7Jya__benefitText h4{color:#f8fafc;margin:0 0 4px;font-size:14px;font-weight:700}.VIP-module__jH7Jya__benefitText p{color:#94a3b8;margin:0;font-size:12px;line-height:1.4}.VIP-module__jH7Jya__dividerBox{background:#1f2937;height:1px;margin:40px 0}.VIP-module__jH7Jya__faqSection{text-align:center;margin-bottom:40px}.VIP-module__jH7Jya__faqTitle{color:#f8fafc;margin-bottom:12px;font-size:24px;font-weight:700}.VIP-module__jH7Jya__faqLineWrapper{justify-content:center;margin-bottom:32px;display:flex}.VIP-module__jH7Jya__faqLineObj{background:#00e676;border-radius:2px;width:40px;height:3px}.VIP-module__jH7Jya__faqGrid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;display:grid}.VIP-module__jH7Jya__faqItem{background:#111827;border:1px solid #1f2937;border-radius:16px;gap:16px;padding:24px;display:flex}.VIP-module__jH7Jya__faqIconStyle{flex-shrink:0;margin-top:2px}.VIP-module__jH7Jya__faqContent h3{color:#f8fafc;margin:0 0 8px;font-size:16px;font-weight:700}.VIP-module__jH7Jya__faqContent p{color:#94a3b8;margin:0;font-size:14px;line-height:1.5}.VIP-module__jH7Jya__paymentFooterBox{background:#111827;border:1px solid #1f2937;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:24px 32px;display:flex}.VIP-module__jH7Jya__paymentFooterLeft{align-items:center;gap:16px;display:flex}.VIP-module__jH7Jya__shieldCheckIcon{background:#00e6761a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.VIP-module__jH7Jya__paymentFooterText h4{color:#f8fafc;margin:0 0 4px;font-size:16px;font-weight:700}.VIP-module__jH7Jya__paymentFooterText p{color:#94a3b8;margin:0;font-size:13px;line-height:1.5}.VIP-module__jH7Jya__paymentLogosText{color:#64748b;opacity:.5;gap:16px;font-size:18px;font-weight:700;display:flex}@keyframes VIP-module__jH7Jya__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.VIP-module__jH7Jya__packageCard .VIP-module__jH7Jya__packageHeader{text-align:left;flex-direction:row;justify-content:space-between;align-items:flex-start;padding-bottom:16px;display:flex;position:relative}.VIP-module__jH7Jya__packageCard .VIP-module__jH7Jya__headerLeftMobile{flex-direction:row;align-items:flex-start;gap:16px}.VIP-module__jH7Jya__packageCard .VIP-module__jH7Jya__headerTextGroup{align-items:flex-start}.VIP-module__jH7Jya__packageCard .VIP-module__jH7Jya__packageName{font-size:16px}.VIP-module__jH7Jya__packageCard .VIP-module__jH7Jya__amount{font-size:28px}.VIP-module__jH7Jya__packageCard .VIP-module__jH7Jya__packageDurationBadge{margin-top:0;padding:3px 8px;font-size:10px;position:absolute;top:0;right:0}.VIP-module__jH7Jya__packageFeaturesGrid{grid-template-columns:1fr 1fr;gap:12px 8px;display:grid}.VIP-module__jH7Jya__packageFeaturesGrid .VIP-module__jH7Jya__feature{gap:6px;font-size:12px}.VIP-module__jH7Jya__wideContentArea{flex-direction:column-reverse}.VIP-module__jH7Jya__wideRightSide{flex:none;height:150px}.VIP-module__jH7Jya__packageCardWide .VIP-module__jH7Jya__wideHeaderRow{flex-direction:column;align-items:flex-start;gap:12px;position:relative}.VIP-module__jH7Jya__packageCardWide .VIP-module__jH7Jya__headerLeftMobile{flex-direction:row;align-items:flex-start;gap:16px}.VIP-module__jH7Jya__packageCardWide .VIP-module__jH7Jya__packageNameWide{font-size:18px}.VIP-module__jH7Jya__packageCardWide .VIP-module__jH7Jya__amount{font-size:28px}.VIP-module__jH7Jya__packageCardWide .VIP-module__jH7Jya__packageDurationBadgeWide{padding:3px 8px;font-size:10px}.VIP-module__jH7Jya__wideFeaturesGrid{grid-template-columns:1fr 1fr;margin-bottom:24px}.VIP-module__jH7Jya__wideFeaturesGrid .VIP-module__jH7Jya__featureCol{gap:12px}.VIP-module__jH7Jya__wideFeaturesGrid .VIP-module__jH7Jya__feature{font-size:12px}.VIP-module__jH7Jya__faqGrid{grid-template-columns:1fr}.VIP-module__jH7Jya__paymentFooterBox{text-align:center;flex-direction:column;justify-content:center}.VIP-module__jH7Jya__paymentFooterLeft{text-align:center;flex-direction:column}.VIP-module__jH7Jya__benefitsGrid{grid-template-columns:repeat(4,1fr);gap:4px}.VIP-module__jH7Jya__benefitItemOuter{background:0 0;border:none;padding:8px 4px}.VIP-module__jH7Jya__benefitItem{text-align:center;flex-direction:column;align-items:center;gap:6px}.VIP-module__jH7Jya__benefitIconBox{width:32px;height:32px;margin:0 auto}.VIP-module__jH7Jya__benefitIconBox svg{width:16px;height:16px}.VIP-module__jH7Jya__benefitText h4{margin-bottom:2px;font-size:10px}.VIP-module__jH7Jya__benefitText p{font-size:8px}}
