*{box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}body{margin:0;background:#000}.app{min-height:100vh;background:radial-gradient(120% 100% at 50% 0%,#2a0f14,#000 55%);color:#fff;display:flex;flex-direction:column}.header{padding:20px 20px 10px}.title{font-size:18px;font-weight:600}.user{display:flex;align-items:center;gap:10px;z-index:2;margin-top:15%}.avatar{width:40px;height:40px;border-radius:50%;background-size:cover;background-position:center;background-color:#444}.hello-icon{width:17px;height:17px;margin-right:5px}.username{background:#111;padding:6px 14px;border-radius:20px;font-size:1rem}.content{padding:10px 16px;flex:1}.balance-card{border:1px solid rgba(255,255,255,.15);border-radius:22px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);padding:16px;margin-bottom:14px;margin-top:5%}.balance-top{display:flex;justify-content:space-between;font-size:.9rem;font-weight:500;opacity:.8}.allcards{font-size:.9rem;color:#3ea6ff}.balance-amount{font-size:28px;font-weight:700;margin:10px 0 14px}.virtual-card{background:#6a6a6a;border-radius:18px;padding:16px}.card-placeholder{border:2px solid #ef3f42;border-radius:14px;padding:20px;text-align:center;background:#7a7a7a}.wallet{background:#d9d9d9;color:#000;border-radius:14px;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.wallet-amount{font-weight:600}.wallet-sub{font-size:1rem;opacity:.6}.wallet-action{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:1rem;font-weight:500;border-radius:12px;background:linear-gradient(135deg,#0094ff,#0079e9);color:#fff;border:none;outline:none}.wallet-arrow{font-size:16px;line-height:1}.section-title{font-size:1rem;opacity:.7;margin-bottom:10px}.info-card{background:#2b2b2b;border-radius:14px;padding:14px;display:flex;justify-content:space-between;align-items:center}.info-btn{background:#e6e6e6;border:none;border-radius:10px;padding:8px 14px;font-size:1rem}.nav{display:flex;justify-content:space-around;padding:10px 0;border-top:1px solid rgba(255,255,255,.1)}.nav-item{font-size:.8rem;opacity:.6}.nav-item.active{opacity:1}.top-background{position:absolute;top:0;left:0;width:100%;height:280px;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.top-background:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#12121200,#12121299 55%,#121212)}.content{position:relative;z-index:1;padding:16px}.balance-title{display:flex;align-items:center;gap:6px;font-size:1rem}.eye-btn{background:none;border:none;padding:0;margin-left:6px;display:flex;align-items:center;cursor:pointer}.eye-btn img{width:18px;height:18px;opacity:.8}.eye-btn:active img{opacity:1}.faq-card{margin-top:5%;display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:14px;background:transparent;border:1px solid rgba(255,255,255,.25);cursor:pointer}.faq-text{display:flex;flex-direction:column;gap:4px}.faq-title{font-size:1rem;font-weight:600}.faq-sub{font-size:1rem;opacity:.7}.faq-arrow{font-size:1.5rem;opacity:.6}.card-empty-state{position:relative;margin-top:24px}.card-empty-overlay{position:absolute;left:0;right:0;z-index:6;display:flex;flex-direction:column;align-items:center;gap:12px}.no-card-text{margin-top:3%;font-size:1rem;opacity:.9}.issue-btn{padding:10px 20px;border-radius:12px;border:none;font-size:.875rem;font-weight:500;background:linear-gradient(#ff6b6b,#ef3f42);color:#fff}.card-scene{perspective:900px;display:flex;justify-content:center}.card-stack{position:relative;width:80%;transform-style:preserve-3d}.card-stack.tilted{transform:rotateX(60deg)}.card-layer{position:absolute;left:0;right:0;width:100%;border-radius:20px;display:block}.card-layer-main{position:relative;z-index:4;transform:translateZ(0)}.card-layer-edge{z-index:2;transform:translateY(14px) translateZ(0) scaleY(.9);opacity:.95}.card-glow-line{position:absolute;left:6%;right:6%;bottom:-18px;height:6px;border-radius:0 0 12px 12px;background:linear-gradient(90deg,#ff2a2a,#ff6b6b,#ff2a2a);filter:blur(1px);opacity:.95;transform:translateZ(8px);z-index:1}.card-empty-overlay:before{content:"";position:absolute;inset:-32px -48px;background:radial-gradient(ellipse at center,rgba(255,80,80,.45),rgba(255,80,80,.25) 40%,transparent 70%);filter:blur(32px);z-index:-1}.useful-block{margin-top:24px}.useful-title{font-size:1.2rem;margin-bottom:12px}.useful-card{display:flex;align-items:center;justify-content:space-between;padding:16px;border-radius:16px;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}@keyframes slideInLeft{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-40px)}}.slide-in-left{animation:slideInLeft .4s ease forwards}.slide-out-left{animation:slideOutLeft .4s ease forwards}.useful-btn{margin-top:8px;width:120px;height:36px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:12px;border:none;font-size:1rem;background:#ffffffe6;color:#000}.useful-dots{position:relative;display:flex;justify-content:center;align-items:center;gap:6px;margin-top:-5%}.useful-dots:before{content:"";position:absolute;width:48px;height:14px;background:#100f0f;border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.useful-dot{position:relative;z-index:1;width:6px;height:6px;border-radius:50%;background:#fff6}.useful-dot.active{background:#ef3f42}.cards-page{padding:16px;color:#fff}.cards-header{margin-bottom:24px}.cards-title{font-size:1.5rem;font-weight:600}.card-image{width:100%;display:block;border-radius:20px}.card-overlay{position:absolute;inset:0;background:#0000008c;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;text-align:center;padding:16px}.no-card-text{position:relative;font-size:1rem;opacity:.9;z-index:1}.no-card-text:before{content:"";position:absolute;inset:-32px -48px;background:radial-gradient(ellipse at center,rgba(255,80,80,.45),rgba(255,80,80,.25) 40%,transparent 70%);filter:blur(32px);z-index:-1}.issue-btn{padding:10px 22px;font-size:1rem;font-weight:500;border-radius:14px;border:none;background:linear-gradient(135deg,#ff4d4f,#c83232);color:#fff;cursor:pointer}.card-description{max-width:340px;margin:0 auto;font-size:1rem;opacity:.9}.card-description h3{font-size:1rem;margin-bottom:8px}.card-description p{margin-bottom:6px;line-height:1.4}.card-border{position:relative;width:100%;max-width:340px;margin:10% auto 24px}.card-border-svg{position:absolute;inset:0;width:100%;height:100%;z-index:2;pointer-events:none}.card-border-svg rect{fill:none;stroke:#ff4d4f;stroke-width:.5;stroke-dasharray:.4 .6;stroke-dashoffset:0;stroke-linecap:round;animation:border-run 11.2s linear infinite}@keyframes border-run{0%{stroke-dashoffset:0}to{stroke-dashoffset:-1.02}}.card-wrapper{position:relative;border-radius:20px;overflow:hidden;background:#0d0d0d;z-index:1}.bonus-page{padding:16px;color:#fff}.bonus-title{font-size:1.5rem;font-weight:600;margin-bottom:12px}.bonus-description{font-size:1rem;line-height:1.4;opacity:.7;margin-bottom:20px}.bonus-stats{display:flex;gap:12px;margin-bottom:20px}.bonus-card{flex:1;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:14px;display:flex;flex-direction:column;gap:6px}.bonus-card-sub{margin-top:auto}.bonus-card-label{font-size:1rem;opacity:.7}.bonus-card-value{font-size:1.4rem;font-weight:600}.bonus-card-sub{font-size:1rem;opacity:.6}.bonus-withdraw{width:60%;margin-top:5%;height:36px;border-radius:12px;border:none;background:#ff4747;color:#000;font-size:1rem;font-weight:500;cursor:pointer}.bonus-withdraw:disabled{opacity:.5;cursor:default}.bonus-link{margin-bottom:24px}.bonus-link-label{font-size:1rem;opacity:.7;margin-bottom:8px}.bonus-link-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.2)}.bonus-link-text{font-size:1rem;word-break:break-all;opacity:.9}.bonus-copy{width:36px;height:36px;border-radius:10px;border:none;background:#ffffff26;color:#fff;font-size:1rem;cursor:pointer}.bonus-section{margin-bottom:18px}.bonus-section-title{margin-top:10%;font-size:1.2rem;font-weight:600;margin-bottom:6px}.bonus-section-sub{font-size:1rem;opacity:.6}.bonus-steps{margin-top:12px;padding:12px;border-radius:16px;background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bonus-step{display:flex;align-items:center;gap:12px;padding:14px 6px}.bonus-step-num{width:28px;height:28px;min-width:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#ffffff1f;color:#fff;font-size:1rem;font-weight:600;line-height:1}.bonus-step-text{font-size:1rem;line-height:1.3;opacity:.9}.bonus-copy{width:36px;height:36px;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;background:#ffffff1f;cursor:pointer}.bonus-copy img{width:22px;height:22px;opacity:.75;filter:brightness(0) invert(1);pointer-events:none}.bonus-copy:active img{opacity:1}.settings-page{padding-top:8px}.settings-user{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:20px}.settings-avatar{width:72px;height:72px;border-radius:50%;background-color:#333;background-size:cover;background-position:center}.settings-username{font-size:1.2rem;font-weight:600}.settings-card{display:flex;justify-content:space-between;align-items:center;padding:16px;margin-bottom:20px;border-radius:16px;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.settings-section{margin-bottom:20px}.settings-section-title{font-size:1.2rem;opacity:.6;margin-bottom:8px}.settings-item{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-radius:14px;background:#ffffff0a;margin-bottom:8px;font-size:1rem}.settings-left{display:flex;align-items:center;gap:10px}.settings-icon{width:20px;height:20px;object-fit:contain;opacity:.9;filter:brightness(0) invert(1)}.settings-icon-2{width:24px;height:24px;object-fit:contain;opacity:.9;filter:brightness(0) invert(1)}.settings-right{display:flex;align-items:center;gap:4px}.settings-value{opacity:.6}.faq-arrow{flex-shrink:0;margin-left:2px;font-size:1.2rem;line-height:1}.useful-card{display:flex;align-items:center;justify-content:space-between;padding:16px;border-radius:16px;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;margin-bottom:18px}.useful-text{display:flex;flex-direction:column;gap:6px}.useful-card-title{font-size:1rem;font-weight:600}.useful-card-sub{font-size:1rem;opacity:.7}.useful-image{width:72px;height:auto}.release-page{display:flex;flex-direction:column;gap:24px;padding:16px}.release-title{font-size:1.5rem;font-weight:700;margin-bottom:8px}.release-section{display:flex;flex-direction:column;gap:12px}.release-section-title{font-size:1rem;font-weight:600;opacity:.85;margin-bottom:3%}.release-cards{display:flex;flex-wrap:wrap;gap:16px}.release-card{position:relative;flex:1 1 45%;display:flex;flex-direction:column;align-items:flex-start;min-height:130px;border-radius:18px;padding:12px;background:transparent;color:#fff;border:2px solid transparent;background-clip:padding-box}.release-card>*{position:relative;z-index:2}.release-card:hover{transform:none}.release-card:before{content:"";position:absolute;inset:-2px;border-radius:20px;background:var(--card-border);z-index:0;filter:blur(10px);opacity:.75}.release-card:after{content:"";position:absolute;inset:0;border-radius:18px;border:2px solid transparent;background:linear-gradient(#424242,#131313) padding-box,var(--card-border) border-box;z-index:1}.release-card-image{width:100%;border-radius:0;margin-bottom:10px;object-fit:contain;background:transparent}.release-card-text{display:flex;flex-direction:column;gap:4px;padding-left:4px}.release-card-title{margin-top:5px;font-size:1rem;font-weight:600;color:#fff}.release-card-sub{font-size:.8rem;opacity:.85;line-height:1.3;color:#ccc}.release-cards .release-card:nth-child(1){--card-border: linear-gradient(135deg, #0094ff, #0079e9)}.release-cards .release-card:nth-child(2){--card-border: linear-gradient(135deg, #a464ff, #905cff)}.release-section:nth-of-type(2) .release-cards .release-card:nth-child(1){--card-border: linear-gradient(135deg, #ff7c36, #ff5b00)}.release-section:nth-of-type(2) .release-cards .release-card:nth-child(2){--card-border: linear-gradient(135deg, #ff4b4b, #ff3030)}.release-card.blue,.release-card.purple,.release-card.orange,.release-card.red{background:transparent!important}.card-details{padding:16px;display:flex;flex-direction:column;gap:16px;color:#fff}.card-details-image-wrap{width:90%;position:relative;border-radius:20px;background:#0f0f0f;overflow:visible;margin:5% auto 10%}.card-details-image-wrap:before{content:"";position:absolute;inset:0;border-radius:20px;border:2px solid transparent;background:linear-gradient(#0f0f0f,#0f0f0f) padding-box,var(--card-border) border-box;z-index:-1}.card-details-image-wrap:after{content:"";position:absolute;inset:-8px;border-radius:20px;background:var(--card-border);filter:blur(12px);opacity:.55;z-index:-2}.card-details-image{width:100%;display:block;border-radius:14px;object-fit:contain}.card-details[data-card=visa]{--card-border: linear-gradient(135deg, #0094ff, #0079e9)}.card-details[data-card=mastercard]{--card-border: linear-gradient(135deg, #a464ff, #905cff)}.card-details[data-card=gpay]{--card-border: linear-gradient(135deg, #ff7c36, #ff5b00)}.card-details[data-card=apple]{--card-border: linear-gradient(135deg, #ff4b4b, #ff3030)}.card-details-header{text-align:center}.card-details-h{margin-bottom:20px}.card-price{font-size:1.2rem;opacity:.6;margin-bottom:10px}.card-details-header h2{font-size:1.4rem;font-weight:700;margin-bottom:10px}.card-details-header p{font-size:.9rem;opacity:.7}.card-details-features{background:#ffffff0d;border-radius:16px;padding:16px}.feature-row{height:45px;display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.06)}.feature-row:last-child{border-bottom:none}.card-action{width:100%;height:48px;border-radius:14px;border:none;background:linear-gradient(135deg,#0094ff,#0079e9);color:#fff;font-size:1rem;font-weight:600}.card-amount-page{height:100%;padding:20px 16px 90px;color:#fff}.card-amount-header{text-align:center;margin-bottom:24px}.card-amount-header h2{font-size:1.2rem;font-weight:600}.card-amount-value{text-align:center;margin-bottom:28px}.card-amount-value .amount{font-size:2.2rem;font-weight:700;opacity:.95}.card-amount-value p{margin-top:6px;font-size:.9rem;opacity:.6}.card-amount-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.amount-btn{height:44px;border-radius:12px;background:#ffffff14;color:#fff;border:none;font-size:.95rem}.amount-btn.active{background:linear-gradient(135deg,#0094ff,#0079e9)}.card-amount-submit{position:fixed;left:16px;right:16px;bottom:16px;max-width:480px;margin:0 auto;height:48px;border-radius:14px;border:none;background:linear-gradient(135deg,#0094ff,#0079e9);color:#fff;font-size:1rem;font-weight:600;opacity:.5}.card-amount-submit:enabled{opacity:1}.total-page{padding:16px;color:#fff}.total-title{font-size:1.5rem;font-weight:600;margin-bottom:16px}.total-card{display:flex;align-items:center;gap:12px;padding:12px;border-radius:14px;background:#ffffff14;margin-bottom:16px}.total-card img{width:44px;height:28px;object-fit:contain}.total-card-title{font-size:1rem;font-weight:600}.total-card-sub{font-size:.85rem;opacity:.6}.total-list{margin-bottom:16px}.total-row{display:flex;justify-content:space-between;padding:10px 0;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.08)}.total-row.muted{opacity:.6}.total-promo{width:100%;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.15);background:transparent;color:#fff;margin-bottom:12px}.total-warning{font-size:.8rem;line-height:1.4;opacity:.7;padding:10px;border-radius:12px;background:#ffffff0f;margin-bottom:16px}.total-summary{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:600;margin-bottom:12px}.total-agree{font-size:.75rem;opacity:.6;margin-bottom:16px}.total-agree span{color:#3ea6ff}.total-pay{position:fixed;left:16px;right:16px;bottom:16px;height:48px;border-radius:14px;border:none;background:linear-gradient(135deg,#0094ff,#0079e9);color:#fff;font-size:1rem;font-weight:600}.total-page{padding:16px 16px 90px;color:#fff}.payment-page{padding:16px;color:#fff}.payment-title{font-size:1.5rem;font-weight:600;margin-bottom:16px}.payment-section{margin-bottom:24px}.payment-section-title{font-size:1rem;opacity:.6;margin-bottom:10px}.payment-item{width:100%;display:grid;grid-template-columns:36px 1fr auto;align-items:center;column-gap:12px;padding:14px;border-radius:14px;border:none;background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;margin-bottom:10px}.payment-item:after{content:"›";font-size:1.5rem;opacity:.4;justify-self:end}.payment-item img{width:28px;height:28px;justify-self:center}.payment-text{flex:1;display:flex;flex-direction:column}.payment-name{font-size:1rem;font-weight:500}.payment-text{display:flex;flex-direction:column;text-align:left}.payment-sub{font-size:1rem;opacity:.6}.payment-item.disabled{opacity:.4;cursor:default}.payment-item.disabled:after{display:none}.payment-status{font-size:.8rem;color:#ff6b6b}.bottom-nav{position:fixed;bottom:0;width:100%;max-width:480px;height:64px;background:#000;display:flex;align-items:center;z-index:100;left:50%;transform:translate(-50%);padding-bottom:env(safe-area-inset-bottom,0)}.app{position:relative}.nav-item{flex:1;background:none;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.nav-item img{width:26px;height:26px;transition:transform .25s ease,opacity .25s ease}.nav-item span{font-size:.8rem;color:#fff;opacity:.7;line-height:1;white-space:nowrap;transition:opacity .25s ease}.nav-item.active img{transform:scale(1)}.nav-item.active span{opacity:1}*{margin:0;padding:0;box-sizing:border-box}body{background:#121212;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,sans-serif;display:flex;justify-content:center}#root{width:100%;display:flex;justify-content:center}.app{position:relative;display:flex;flex-direction:column;min-height:100vh;max-width:480px;width:100%;margin:0 auto;padding-bottom:64px;background:#121212;overflow-x:hidden}
