/* LOADING SCREEN */
#loader{position:fixed;top:0;left:0;right:0;bottom:0;background:#f5f5f8;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;transition:opacity 0.5s ease}
#loader.hidden{opacity:0;pointer-events:none}
.loader-icon{width:60px;height:60px;margin-bottom:16px;animation:spin 1s linear infinite}
.loader-icon svg{width:100%;height:100%}
.loader-text{font-size:16px;font-weight:600;color:#7c3aed;letter-spacing:1px}
.loader-dots{display:inline-flex;gap:4px;margin-top:8px}
.loader-dots span{width:10px;height:10px;border-radius:50%;background:#7c3aed;animation:bounce 1.4s ease-in-out infinite both}
.loader-dots span:nth-child(1){animation-delay:-0.32s}
.loader-dots span:nth-child(2){animation-delay:-0.16s}
.loader-dots span:nth-child(3){animation-delay:0}
@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@keyframes bounce{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}
/* HIDE CONTENT AWAL */
#content{display:none}
*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,system-ui,sans-serif;background:#f5f5f8;display:flex;flex-direction:column;padding:18px 18px 20px;max-width:480px;margin:0 auto;width:100%;height:100%}.header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;margin-bottom:16px}.header__logo-group{display:flex;align-items:center;gap:8px}.header__logo-icon{width:40px;height:40px;flex-shrink:0;border-radius:12px}.header__title{font-size:22px;font-weight:700;color:#1a1a1a;letter-spacing:-0.5px}.user-id-input-section{flex-shrink:0;margin-bottom:14px}.user-id-input-section input{width:100%;padding:12px 16px;border:2px solid #e8e8ee;border-radius:16px;font-size:15px;background:#fafafc;outline:none;color:#1a1a1a}.user-id-input-section input:focus{border-color:#7c3aed;box-shadow:0 0 0 4px rgba(124,58,237,0.08);background:#fff}.user-id-input-section input::placeholder{color:#b0b0b8}.user-section{background:#f8f7fa;border-radius:20px;padding:14px 16px 12px;flex-shrink:0;margin-bottom:14px;transition:opacity .3s}.user-section.loading{opacity:.5;pointer-events:none}.user-section__profile{display:flex;align-items:center;gap:12px}.user-section__avatar{width:50px;height:50px;border-radius:50%;border:2px solid #fff;box-shadow:0 3px 8px rgba(0,0,0,0.06);flex-shrink:0;background:#e8e8ee;display:flex;align-items:center;justify-content:center;overflow:hidden}.user-section__avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:28px;color:#aaa;background:#e8e8ee}.user-section__info{flex:1;min-width:0}.user-section__name{font-size:17px;font-weight:700;color:#1a1a1a;line-height:1.2}.user-section__id{font-size:12px;color:#6b6b76;margin-top:1px}.user-section__change-account{font-size:12px;font-weight:600;color:#7c3aed;background:#ede8f7;padding:5px 14px;border-radius:30px;border:none;cursor:pointer;flex-shrink:0}.user-section__change-account:hover{background:#ddd4ee}.topup-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding-right:2px}.topup-list::-webkit-scrollbar{width:3px}.topup-list::-webkit-scrollbar-thumb{background:#c4c4cc;border-radius:10px}.topup-card{background:#fff;border-radius:18px;padding:14px 16px 12px;box-shadow:0 2px 10px rgba(0,0,0,0.04);border:1px solid #efeff3;flex-shrink:0}.topup-card__content{display:flex;align-items:center;justify-content:space-between;gap:12px}.topup-card__main-item{display:flex;align-items:center;gap:8px;flex:1}.icon-diamond{width:40px;height:40px;flex-shrink:0;display:block}.topup-card__amount{font-size:22px;font-weight:800;color:#1a1a1a;letter-spacing:-0.3px}.topup-card__btn{background:#2d2a32;border:none;color:#fff;border-radius:40px;cursor:not-allowed;width:100px;height:38px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1px;padding:0;opacity:.5;pointer-events:none}.topup-card__btn.active{cursor:pointer;opacity:1;pointer-events:auto}.topup-card__btn.active:active{transform:scale(.94);background:#1a1a1a}.topup-card__btn .price{font-size:12px;font-weight:600;line-height:1}.topup-card__btn .currency{font-size:10px;font-weight:500;opacity:.8;line-height:1}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);backdrop-filter:blur(4px);display:none;justify-content:center;align-items:center;z-index:1000}.overlay.active{display:flex}.popup{background:#fff;border-radius:28px;padding:28px 24px 24px;max-width:380px;width:90%;box-shadow:0 20px 60px rgba(0,0,0,0.2);animation:slideUp .3s ease}@keyframes slideUp{from{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.popup__title{font-size:22px;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:4px}.popup__price{font-size:28px;font-weight:800;color:#7c3aed;text-align:center;margin-bottom:20px}.popup__label{font-size:14px;font-weight:600;color:#2d2a32;margin-bottom:12px;text-align:center}.popup__payment-list{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.popup__payment-item{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#f8f7fa;border-radius:16px;border:2px solid transparent;cursor:pointer}.popup__payment-item.selected{border-color:#7c3aed;background:#f0edf5}.popup__payment-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;padding:6px;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.popup__payment-icon svg{width:28px;height:28px}.popup__payment-name{font-size:15px;font-weight:600;color:#1a1a1a}.popup__payment-desc{font-size:12px;color:#888}.popup__payment-check{margin-left:auto;width:24px;height:24px;border-radius:50%;border:2px solid #d0d0d8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.popup__payment-item.selected .popup__payment-check{background:#7c3aed;border-color:#7c3aed}.popup__payment-item.selected .popup__payment-check::after{content:"✓";color:#fff;font-size:14px;font-weight:700}.popup__button{width:100%;padding:14px;border:none;border-radius:16px;background:#2d2a32;color:#fff;font-size:16px;font-weight:700;cursor:pointer}.popup__button:active{transform:scale(.97)}.popup__button:disabled{opacity:.5;cursor:not-allowed}.popup__close{display:block;margin:12px auto 0;background:none;border:none;color:#999;font-size:14px;cursor:pointer;padding:8px 16px}@media(max-width:420px){body{padding:14px}.topup-card__amount{font-size:19px}.icon-diamond{width:24px;height:24px}.topup-card__btn{width:85px;height:34px}.topup-card__btn .price{font-size:11px}.header__title{font-size:20px}}@media(max-width:360px){body{padding:10px}.topup-card__amount{font-size:17px}.icon-diamond{width:20px;height:20px}.topup-card__btn{width:72px;height:30px}.header__title{font-size:18px}}@media(max-height:600px)and(orientation:landscape){body{padding:8px 14px 10px}.user-section{padding:8px 12px 6px;margin-bottom:8px}.topup-card{padding:8px 12px 6px}.topup-card__amount{font-size:16px}.icon-diamond{width:18px;height:18px}.topup-card__btn{width:70px;height:28px}.header__logo-icon{width:30px;height:30px}.header__title{font-size:17px}.header{margin-bottom:10px}.user-id-input-section{margin-bottom:8px}.user-id-input-section input{padding:8px 14px;font-size:13px}.popup{padding:16px;max-width:340px}.popup__title{font-size:18px}.popup__price{font-size:20px;margin-bottom:12px}}body img{-webkit-user-drag:none;-webkit-touch-callout:none;user-select:none}img{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.weelife-warning{background:rgba(255,193,7,0.05);border:1px solid rgba(255,193,7,0.12);border-radius:6px;padding:6px 10px;margin:8px 0 10px 0;display:flex;align-items:flex-start;gap:6px}.weelife-warning-icon{flex-shrink:0;width:14px;height:14px;margin-top:1px}.weelife-warning-icon svg{width:100%;height:100%;fill:#FFC107}.weelife-warning-text{color:#999;font-size:9px;line-height:1.3}.weelife-warning-text strong{color:#FFC107}.weelife-warning-text .highlight{color:#FF6B6B;font-weight:600}