.auth-input-disabled{opacity:.6;cursor:not-allowed;background-color:#f3f4f6}.auth-orb-1{width:500px;height:500px;top:-150px;right:-100px;background:radial-gradient(circle,hsl(var(--auth-accent) / .3) 0%,transparent 70%);animation:auth-float 8s ease-in-out infinite}.auth-orb-2{width:400px;height:400px;bottom:-100px;left:-100px;background:radial-gradient(circle,hsl(var(--auth-primary) / .2) 0%,transparent 70%);animation:auth-float 10s ease-in-out infinite reverse}.auth-grid-overlay{position:absolute;inset:0;background-image:linear-gradient(hsl(var(--auth-primary) / .03) 1px,transparent 1px),linear-gradient(90deg,hsl(var(--auth-primary) / .03) 1px,transparent 1px);background-size:60px 60px}@keyframes auth-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.05)}}@keyframes auth-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-card-appear{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes auth-spin{to{transform:rotate(360deg)}}@keyframes auth-success-bounce{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes auth-toast-slide{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.auth-container{width:100%;max-width:28rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative;z-index:10;animation:auth-slide-up .6s ease-out}.auth-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.auth-logo-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:hsl(var(--auth-accent-foreground));background:linear-gradient(135deg,hsl(var(--auth-accent)),#f46201);box-shadow:0 8px 24px -8px hsl(var(--auth-accent) / .5)}.auth-logo-text{font-size:1.5rem;font-weight:700;color:hsl(var(--auth-foreground));font-family:Space Grotesk,sans-serif}.auth-card{width:100%;padding:10px;animation:auth-card-appear .8s ease-out .2s both}.auth-forgot{text-align:right}.auth-forgot-link{text-align:right;text-decoration:none;color:hsl(var(--auth-accent))}.auth-switch{text-align:center;text-decoration:none}.auth-switch-link{color:hsl(var(--auth-accent));text-decoration:none;font-weight:bolder}.auth-back-link{text-decoration:none;color:gray}.auth-card-header{text-align:center;margin-bottom:1rem}.auth-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;font-family:Space Grotesk,sans-serif;color:#000}.auth-subtitle{font-size:.875rem;color:hsl(var(--auth-muted-foreground))}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-field{display:flex;flex-direction:column;gap:.5rem}.auth-label{font-size:.875rem;font-weight:500;color:hsl(var(--auth-muted-foreground))}.auth-optional{font-size:.75rem;color:hsl(var(--auth-muted-foreground) / .6)}.auth-input-wrapper{position:relative;display:flex;align-items:center;border-radius:.75rem;border:1px solid rgb(210,210,210);background:#fff;transition:all .3s ease;color:#000}.auth-input-wrapper:focus-within{border-color:hsl(var(--auth-accent));box-shadow:0 0 0 3px hsl(var(--auth-accent) / .1)}.auth-input{width:100%;padding:.875rem 1rem .875rem 3rem;background:transparent;border:none;outline:none;font-size:.875rem;color:#000}.auth-input::placeholder{color:hsl(var(--auth-muted-foreground) / .5)}.auth-submit-btn{width:100%;padding:1rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;border:none;color:hsl(var(--auth-accent-foreground));background:linear-gradient(135deg,hsl(var(--auth-accent)),#f46201);box-shadow:0 10px 40px -10px hsl(var(--auth-accent) / .5);transition:all .3s ease}.auth-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 50px -10px hsl(var(--auth-accent) / .6)}.auth-submit-btn:disabled{opacity:.7;cursor:not-allowed}.auth-spinner{width:1.25rem;height:1.25rem;border:2px solid hsl(var(--auth-accent-foreground) / .3);border-top-color:hsl(var(--auth-accent-foreground));border-radius:9999px;animation:auth-spin .8s linear infinite}.auth-toast{position:fixed;top:1.5rem;right:1.5rem;max-width:24rem;width:100%;padding:1rem;border-radius:.75rem;display:flex;align-items:center;gap:.75rem;z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsl(var(--auth-border) / .5);animation:auth-toast-slide .4s ease-out}@media(max-width:480px){.auth-otp-input{width:2.5rem;height:3rem;font-size:1.125rem}.auth-toast{left:1rem;right:1rem;max-width:none}}:root{--auth-background: 230 40% 6%;--auth-foreground: 0 0% 98%;--auth-card: 230 35% 10%;--auth-border: 230 30% 20%;--auth-muted: 230 25% 14%;--auth-muted-foreground: 230 15% 60%;--auth-accent: 24 95% 55%}.auth-page{min-height:100vh;background:#fff;display:flex;justify-content:center;position:relative;overflow:hidden;padding:1rem;padding-top:25px}.auth-bg-effects{position:absolute;inset:0;pointer-events:none}.auth-orb{position:absolute;width:350px;height:350px;border-radius:50%;filter:blur(80px);background:hsl(var(--auth-accent) / .15)}.auth-orb-left{top:-100px;left:-100px}.auth-orb-right{bottom:-100px;right:-100px}.auth-container{width:100%;max-width:420px;position:relative;z-index:2}.auth-logo{display:flex;align-items:center;justify-content:center;gap:12px;text-decoration:none}.auth-logo-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,hsl(var(--auth-accent)),orange);color:#fff;font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center}.auth-logo-text{font-size:24px;font-weight:700;color:#000}.auth-title{text-align:center;color:#000;font-size:24px;margin-bottom:6px}.auth-subtitle{text-align:center;font-size:14px;color:hsl(var(--auth-muted-foreground));margin-bottom:0rem}.auth-form{display:flex;flex-direction:column;gap:14px;padding:0 20px}.auth-input-wrapper{position:relative}.auth-input{width:100%;padding:14px 14px 14px 0;outline:none}.auth-input.with-prefix{padding-left:60px}.auth-prefix{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:hsl(var(--auth-muted-foreground))}.auth-eye-btn{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;color:hsl(var(--auth-muted-foreground));cursor:pointer}.auth-submit-btn{padding:16px;border-radius:14px;background:linear-gradient(135deg,hsl(var(--auth-accent)),orange);border:none;color:#fff;font-weight:600;cursor:pointer}.auth-divider{display:flex;align-items:center;gap:12px;margin:1.5rem 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:hsl(var(--auth-border))}.auth-divider span{font-size:22px;color:hsl(var(--auth-muted-foreground))}.auth-footer-text{text-align:center;font-size:14px;color:hsl(var(--auth-muted-foreground))}.auth-link{color:hsl(var(--auth-accent));text-decoration:none;font-weight:600}.auth-back{display:block;margin-top:1.5rem;text-align:center;color:hsl(var(--auth-muted-foreground));text-decoration:none}.auth-input-icon{width:50px;text-align:center}.auth-input-toggle{border:0px;background-color:transparent;width:40px}.trade-page{min-height:100vh;padding:40px 20px;font-family:Lato,sans-serif}.hero-title{font-size:34px;font-weight:700;line-height:1.3;margin-bottom:30px}.trade-card{max-width:420px;background:linear-gradient(180deg,#ffffff14,#00000059);background:linear-gradient(180deg,#132d97,#06063c);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:22px;padding:22px;box-shadow:0 30px 80px #0006}.trade-toggle{display:flex;background:#0c0f14;border-radius:14px;padding:6px;margin-bottom:22px}.toggle-btn{flex:1;padding:12px 0;border:none;background:transparent;color:#9ca3af;font-size:16px;border-radius:12px;cursor:pointer}.toggle-btn.active{background:linear-gradient(135deg,#2a2f36,#1a1f25);color:#ff5f6d;font-weight:600}.field{margin-bottom:18px}.field label{font-size:14px;color:#9ca3af;margin-bottom:8px;display:block}.input-box{display:flex;align-items:center;background:linear-gradient(135deg,#ffffff0f,#ffffff05);border-radius:14px;padding:14px 16px}.input-box input{flex:1;background:transparent;border:none;outline:none;font-size:22px;color:#fff;width:70%}.input-box input::placeholder{color:#fff6}.currency{width:30%;display:flex;align-items:center;gap:10px;padding-left:14px;border-left:1px solid rgba(255,255,255,.15);font-weight:600;color:#fff}.coin{width:28px;height:28px;border-radius:50%;background:#46b98a;display:flex;align-items:center;justify-content:center;font-size:14px}.currency.inr span:first-child{width:28px;height:28px;border-radius:50%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center}.proceed-btn{width:100%;margin-top:16px;padding:16px;border-radius:16px;border:none;font-size:18px;font-weight:600;cursor:pointer;color:#fff;background:linear-gradient(90deg,#5ec7ad,#6ed0b6)}.glow-btn{position:relative;padding:16px 28px;font-size:18px;font-weight:600;color:#fff;border:none;border-radius:16px;cursor:pointer;background:linear-gradient(90deg,#fe7d2a,#ff9f5a,#fe7d2a);background-size:200% 200%;animation:gradientMove 4s ease infinite;box-shadow:0 0 20px #fe7d2a73,0 10px 30px #fe7d2a59;transition:transform .25s ease}.glow-btn:before{content:"";position:absolute;inset:-2px;background:linear-gradient(90deg,#fe7d2a,#ffb27d,#fe7d2a);border-radius:inherit;opacity:.75;z-index:-1;animation:glowPulse 2.5s ease-in-out infinite}.glow-btn:hover{transform:translateY(-2px) scale(1.02)}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes glowPulse{0%,to{opacity:.6}50%{opacity:1}}.price-info{margin-top:16px;text-align:center;font-size:14px;color:#9ca3af}.header_angelX{position:relative;display:flex;align-items:center;justify-content:space-between;padding:12px;background:var(--background, #fff);position:sticky;top:0;z-index:10;border-bottom:2px solid;border-image:linear-gradient(90deg,#5225b5,#7b5cff,#9a85ff) 1}.header-left{display:flex;align-items:center;gap:8px}.title-left{font-size:18px;font-weight:bolder;margin-left:4px}.title-center{position:absolute;left:50%;transform:translate(-50%);font-size:18px;font-weight:600}.logo{width:30px;height:30px}.header-right{align-items:flex-end;gap:12px;text-align:right;float:right}.icon-btn{width:24px;cursor:pointer;text-align:right;float:right}.gradient-text{background:linear-gradient(90deg,#5225b5,#6a3df0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@font-face{font-family:Google Sans;src:url(/assets/GoogleSans-VariableFont_GRAD_opsz_wght-VVo9M6zQ.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Google Sans,system-ui,-apple-system,sans-serif}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media(prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main_app{width:100%;min-height:100vh;background:#fff}@media(min-width:768px){.main_app{max-width:392px;margin:0 auto;background:#fff;border-left:1px solid #eee;border-right:1px solid #eee}body{background:#eeeef1}}:root{--hp-background: 0 0% 100%;--hp-foreground: 230 50% 10%;--hp-card: 0 0% 100%;--hp-card-foreground: 230 50% 10%;--hp-popover: 0 0% 100%;--hp-popover-foreground: 230 50% 10%;--hp-primary: 229 78% 33%;--hp-primary-foreground: 0 0% 100%;--hp-secondary: 230 30% 96%;--hp-secondary-foreground: 230 50% 10%;--hp-muted: 230 20% 96%;--hp-muted-foreground: 230 15% 45%;--hp-accent: 24 99% 58%;--hp-accent-foreground: 0 0% 100%;--hp-destructive: 0 84% 60%;--hp-destructive-foreground: 0 0% 100%;--hp-border: 230 20% 90%;--hp-input: 230 20% 90%;--hp-ring: 229 78% 33%;--hp-radius: .75rem;--hp-gradient-primary: linear-gradient( 180deg, hsl(229 78% 33%) 0%, hsl(240 85% 13%) 100% );--hp-gradient-accent: linear-gradient( 135deg, hsl(24 99% 58%) 0%, hsl(24 99% 48%) 100% );--hp-gradient-glow: radial-gradient( circle, hsl(24 99% 58% / .3) 0%, transparent 70% );--hp-shadow-sm: 0 1px 2px 0 hsl(230 50% 10% / .05);--hp-shadow-md: 0 4px 6px -1px hsl(230 50% 10% / .1);--hp-shadow-lg: 0 10px 15px -3px hsl(230 50% 10% / .1);--hp-shadow-xl: 0 20px 25px -5px hsl(230 50% 10% / .1);--hp-shadow-accent: 0 10px 40px -10px hsl(24 99% 58% / .5);--hp-shadow-primary: 0 10px 40px -10px hsl(229 78% 33% / .5)}.font-display{font-family:Space Grotesk,sans-serif;color:#000!important}.hp-container{max-width:1280px;margin:0 auto;padding:0 1rem}.text-gradient{background:var(--hp-gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-primary{background:var(--hp-gradient-primary)}.gradient-accent{background:var(--hp-gradient-accent)}.glow-accent{box-shadow:var(--hp-shadow-accent)}.glow-primary{box-shadow:var(--hp-shadow-primary)}.btn-accent{background:var(--hp-gradient-accent);color:hsl(var(--hp-accent-foreground));box-shadow:var(--hp-shadow-accent)}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 15px 50px -10px #fe7f2a99}.btn-outline{background:transparent!important;color:hsl(var(--hp-foreground))!important;border:1px solid hsl(var(--hp-border))!important}.btn-outline:hover{background:hsl(var(--hp-muted))!important}.btn-hero{background:var(--hp-gradient-accent)!important;color:hsl(var(--hp-accent-foreground))!important;padding:1rem 2rem!important;font-size:1rem!important;box-shadow:var(--hp-shadow-accent)!important}.btn-hero:hover{transform:translateY(-3px) scale(1.02)!important;box-shadow:0 20px 60px -10px #fe7f2ab3!important}.btn-glass{background:hsl(var(--hp-background) / .1)!important;color:hsl(var(--hp-primary-foreground))!important;border:1px solid hsl(var(--hp-primary-foreground) / .2)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.btn-glass:hover{background:hsl(var(--hp-background) / .2)!important}.hp-header{position:sticky!important;top:0!important;left:0!important;right:0!important;z-index:50!important;transition:all .3s ease!important;width:100%!important;background-color:#fff!important}.hp-header.scrolled{-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;border-bottom:1px solid hsl(var(--hp-border))!important}.hp-header-container{display:flex!important;align-items:center!important;justify-content:space-between!important;height:5rem!important}.logo{display:flex!important;align-items:center!important;gap:.75rem!important;text-decoration:none!important}.logo-icon{width:2.5rem!important;height:2.5rem!important;border-radius:.75rem!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:10px!important}.logo-text{font-size:1.5rem!important;font-weight:700!important;color:hsl(var(--hp-foreground))!important}.logo-text span{color:hsl(var(--hp-accent))!important}.nav-desktop{display:none!important;align-items:center!important;gap:2rem!important;color:#fff!important}@media(min-width:768px){.nav-desktop{display:flex!important}}.nav-link{color:hsl(var(--hp-muted-foreground))!important;text-decoration:none!important;font-weight:500!important;transition:color .3s ease!important;position:relative!important}.nav-link:hover{color:hsl(var(--hp-foreground))!important}.nav-link:after{content:""!important;position:absolute!important;bottom:-4px!important;left:0!important;width:100%!important;height:2px!important;background:hsl(var(--hp-accent))!important;transform:scaleX(0)!important;transition:transform .3s ease!important}.nav-link:hover:after{transform:scaleX(1)!important}.header-actions{display:none!important;align-items:center!important;gap:.75rem!important}@media(min-width:768px){.header-actions{display:flex!important}}.mobile-menu-btn{display:flex!important;padding:.5rem!important;background:none!important;border:none!important;cursor:pointer!important;color:hsl(var(--hp-foreground))!important}@media(min-width:768px){.mobile-menu-btn{display:none!important}}.mobile-menu{display:none!important;position:absolute!important;top:100%!important;left:0!important;right:0!important;background:hsl(var(--hp-background))!important;border-bottom:1px solid hsl(var(--hp-border))!important;padding:1rem!important}.mobile-menu.open{display:block!important}@media(min-width:768px){.mobile-menu{display:none!important}}.mobile-nav-link{display:block!important;padding:.75rem 1rem!important;color:hsl(var(--hp-muted-foreground))!important;text-decoration:none!important;font-weight:500!important;border-radius:.5rem!important;transition:all .3s ease!important}.mobile-nav-link:hover{background:hsl(var(--hp-muted))!important;color:hsl(var(--hp-foreground))!important}.mobile-actions{display:flex!important;gap:.5rem!important;margin-top:1rem!important;padding-top:1rem!important;border-top:1px solid hsl(var(--hp-border))!important}.mobile-actions .btn{flex:1!important}.hero{position:relative!important;display:flex!important;align-items:center!important;padding:4rem 0!important;overflow:hidden!important;background-color:#fff}.hero-bg{position:absolute!important;inset:0!important;overflow:hidden!important}.hero-gradient-2{position:absolute!important;bottom:-50%;left:-25%;width:50%;height:100%;background:hsl(var(--hp-accent) / .08);border-radius:50%;filter:blur(100px)}@media(min-width:1024px){.hero-content{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.hero-text{text-align:left}}.hero-badge{display:inline-flex!important;align-items:center!important;gap:.5rem!important;padding:.375rem 1rem!important;background:hsl(var(--hp-accent) / .1)!important;border:1px solid hsl(var(--hp-accent) / .3)!important;border-radius:9999px!important;margin-bottom:1.5rem!important;animation:slide-up .6s ease-out forwards!important}.hero-badge-dot{width:.5rem!important;height:.5rem!important;background:hsl(var(--hp-accent))!important;border-radius:50%!important;animation:pulse-glow 2s ease-in-out infinite!important}.hero-badge-text{font-size:.875rem!important;font-weight:600!important;color:hsl(var(--hp-accent))!important}.hero-title{font-size:2.5rem!important;line-height:1.1!important;font-weight:700!important;margin-bottom:1.5rem!important;animation:slide-up .6s ease-out .1s forwards!important;text-align:center}@media(min-width:640px){.hero-title{font-size:3.5rem;font-size:3rem!important;text-align:center}}@media(min-width:1024px){.hero-title{font-size:4rem!important;font-size:4rem;text-align:left}}.hero-description{font-size:1rem!important;color:hsl(var(--hp-muted-foreground))!important;max-width:32rem!important;margin:0 auto 2rem!important;animation:slide-up .6s ease-out .2s forwards!important}@media(min-width:1024px){.hero-description{font-size:1.125rem!important;text-align:left}}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;animation:slide-up .6s ease-out .3s forwards;opacity:0}@media(min-width:1024px){.hero-buttons{justify-content:flex-start}}.hero-trust{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid hsl(var(--hp-border));justify-content:center;animation:fade-in .6s ease-out .5s forwards;opacity:0}@media(min-width:1024px){.hero-trust{justify-content:flex-start}}.trust-item{display:flex;align-items:center;gap:.5rem}.trust-icon{width:1.25rem;height:1.25rem;color:hsl(var(--hp-accent))}.trust-text{font-size:.875rem;color:hsl(var(--hp-muted-foreground))}.exchange-card-wrapper{display:flex;justify-content:center}@media(min-width:1024px){.exchange-card-wrapper{justify-content:flex-end}}.exchange-card{position:relative;width:100%;max-width:24rem;animation:scale-in .5s ease-out .3s forwards,float 6s ease-in-out infinite;animation-delay:.3s,.8s;opacity:0}.exchange-card-glow{position:absolute;inset:-2rem;background:var(--hp-gradient-glow);border-radius:50%;filter:blur(40px);animation:pulse-glow 3s ease-in-out infinite}.exchange-card-inner{position:relative;background:var(--hp-gradient-primary);border-radius:1.5rem;padding:2rem;box-shadow:var(--hp-shadow-primary)}.exchange-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.exchange-card-title{color:hsl(var(--hp-primary-foreground))!important;font-size:.875rem!important;font-weight:500!important}.exchange-live-badge{display:flex;align-items:center;gap:.375rem;padding:.25rem .75rem;background:#16a24933;border-radius:9999px}.exchange-live-dot{width:.375rem;height:.375rem;background:#16a249;border-radius:50%;animation:pulse-glow 1s ease-in-out infinite}.exchange-live-text{font-size:.75rem;color:#16a249;font-weight:500}.exchange-rate-box{background:hsl(var(--hp-background) / .1);border-radius:1rem;padding:1rem 1.5rem;margin-bottom:1.5rem}.exchange-label{font-size:.75rem;color:hsl(var(--hp-primary-foreground) / .7);margin-bottom:.5rem}.exchange-rate{font-size:2.25rem!important;font-weight:700!important;color:hsl(var(--hp-primary-foreground))!important}.exchange-rate span{font-size:1rem!important;color:hsl(var(--hp-primary-foreground) / .7)!important}.exchange-trend{display:flex;align-items:center;gap:.25rem;margin-top:.5rem}.exchange-trend-icon{width:1rem;height:1rem;color:#16a249}.exchange-trend-text{font-size:.875rem;color:#16a249}.exchange-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid hsl(var(--hp-primary-foreground) / .1)}.exchange-row:last-child{border-bottom:none}.exchange-row-label{font-size:.875rem;color:hsl(var(--hp-primary-foreground) / .7)}.exchange-row-label span{font-size:.675rem;color:hsl(var(--hp-primary-foreground) / .7)}.exchange-row-value{font-size:.875rem;color:hsl(var(--hp-primary-foreground));font-weight:600}.exchange-card-btn{width:100%;margin-top:1rem}.how-it-works{position:relative;padding:4rem 0 2rem;overflow:hidden;border-bottom:1px solid rgb(205,205,205)}.how-it-works-bg{position:absolute;inset:0;background:hsl(var(--hp-muted) / .3)}.how-it-works-line-top,.how-it-works-line-bottom{position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,hsl(var(--hp-border)),transparent)}.how-it-works-line-top{top:0}.how-it-works-line-bottom{bottom:0}.hp-section-header{text-align:center}.section-badge{display:inline-block;padding:.375rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.section-badge-accent{background:hsl(var(--hp-accent) / .1);color:hsl(var(--hp-accent))}.section-badge-primary{background:hsl(var(--hp-primary) / .1);color:hsl(var(--hp-primary))}.hp-section-title{font-size:2rem;font-weight:700}@media(min-width:640px){.hp-section-title{font-size:2.5rem}}@media(min-width:1024px){.hp-section-title{font-size:3rem}}.section-description{font-size:1.125rem;color:hsl(var(--hp-muted-foreground));max-width:42rem;margin:0 auto}.steps-grid{display:grid;gap:2rem;margin-top:30px}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.step-item{position:relative}.step-connector{display:none;position:absolute;top:4rem;left:50%;width:100%;height:2px;background:linear-gradient(90deg,hsl(var(--hp-accent) / .5),hsl(var(--hp-accent) / .1))}@media(min-width:768px){.step-connector{display:block}}.step-card{position:relative;background:hsl(var(--hp-card));border-radius:1rem;padding:2rem;border:1px solid hsl(var(--hp-border) / .5);transition:all .5s ease}.step-card:hover{border-color:hsl(var(--hp-accent) / .3);box-shadow:var(--hp-shadow-xl);transform:translateY(-.5rem)}.step-number{position:absolute;top:-1rem;right:-1rem;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:hsl(var(--hp-accent-foreground));color:#fff!important}.step-icon-wrapper{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease;padding:15px}.step-card:hover .step-icon-wrapper{transform:scale(1.1)}.step-icon{color:hsl(var(--hp-primary-foreground))}.step-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.step-description{color:hsl(var(--hp-muted-foreground));line-height:1.7}.features{position:relative;padding:2rem 0;overflow:hidden}.features-decoration-1,.features-decoration-2{position:absolute;top:50%;width:18rem;height:18rem;border-radius:50%;filter:blur(80px);transform:translateY(-50%)}.features-decoration-1{left:0;background:hsl(var(--hp-accent) / .05)}.features-decoration-2{right:0;background:hsl(var(--hp-primary) / .05)}.features-grid{display:grid;gap:1.5rem}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.feature-card{position:relative;padding:1.5rem 2rem;border-radius:1rem;background:hsl(var(--hp-card));border:1px solid hsl(var(--hp-border) / .5);transition:all .5s ease;overflow:hidden}.feature-card:hover{border-color:hsl(var(--hp-accent) / .3);box-shadow:var(--hp-shadow-xl);transform:translateY(-.25rem)}.feature-hover-gradient{position:absolute;inset:0;background:var(--hp-gradient-primary);opacity:0;transition:opacity .5s ease}.feature-card:hover .feature-hover-gradient{opacity:.05}.feature-content{position:relative;z-index:10}.feature-icon-wrapper{width:3.5rem;height:3.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:transform .3s ease;padding:15px}.feature-card:hover .feature-icon-wrapper{transform:scale(1.1)}.feature-icon{color:hsl(var(--hp-accent-foreground))}.feature-title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.feature-description{font-size:.875rem;color:hsl(var(--hp-muted-foreground));line-height:1.7}.stats{position:relative;padding:5rem 0}.stats-bg{position:absolute;inset:0;background:var(--hp-gradient-primary)}.stats-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 2px 2px,hsl(var(--hp-primary-foreground) / .1) 1px,transparent 0);background-size:40px 40px}.stats-grid{display:grid;gap:2rem}@media(min-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-item{text-align:center}.stat-icon-wrapper{width:4rem;height:4rem;border-radius:1rem;background:hsl(var(--hp-primary-foreground) / .1);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;padding:15px}.stat-icon{color:hsl(var(--hp-accent))}.stat-value{font-size:2.5rem;font-weight:700;color:hsl(var(--hp-primary-foreground));margin-bottom:.25rem}@media(min-width:1024px){.stat-value{font-size:3rem}}.stat-label{font-size:.875rem;color:hsl(var(--hp-primary-foreground) / .7)}.cta{position:relative;padding:2rem 0 8rem;overflow:hidden}.cta-glow-1{position:absolute;top:50%;left:25%;width:20rem;height:20rem;background:hsl(var(--hp-primary) / .1);border-radius:50%;filter:blur(100px);transform:translate(-50%,-50%)}.cta-glow-2{position:absolute;top:50%;right:25%;width:20rem;height:20rem;background:hsl(var(--hp-accent) / .1);border-radius:50%;filter:blur(100px);transform:translate(50%,-50%)}.cta-card{position:relative;background:var(--hp-gradient-primary);border-radius:2rem;padding:4rem 2rem;text-align:center;overflow:hidden}@media(min-width:1024px){.cta-card{padding:5rem}}.cta-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 2px 2px,hsl(var(--hp-primary-foreground) / .05) 1px,transparent 0);background-size:30px 30px}.cta-glow-inner{position:absolute;top:0;left:50%;width:60%;height:1px;background:linear-gradient(90deg,transparent,hsl(var(--hp-accent) / .5),transparent);transform:translate(-50%)}.cta-content{position:relative;z-index:10}.cta-icon-wrapper{width:5rem;height:5rem;border-radius:1.5rem;background:hsl(var(--hp-primary-foreground) / .1);display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;animation:bounce-subtle 2s ease-in-out infinite}.cta-icon{width:2.5rem;height:2.5rem;color:hsl(var(--hp-accent))}.cta-title{font-size:2rem;font-weight:700;color:hsl(var(--hp-primary-foreground));margin-bottom:1rem}@media(min-width:640px){.cta-title{font-size:2.5rem}}@media(min-width:1024px){.cta-title{font-size:3rem}}.cta-description{font-size:1.125rem;color:hsl(var(--hp-primary-foreground) / .8);max-width:36rem;margin:0 auto 2rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-note{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem}.cta-note-icon{width:1.25rem;height:1.25rem;color:hsl(var(--hp-accent))}.cta-note-text{font-size:.875rem;color:hsl(var(--hp-primary-foreground) / .7)}.f-footer{background:hsl(var(--hp-muted) / .5);border-top:1px solid hsl(var(--hp-border));padding:4rem 2rem 2rem}.footer-grid{display:grid;gap:2rem;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}}.footer-brand{max-width:20rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;text-decoration:none}.footer-logo-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.footer-logo-text{font-size:1.25rem;font-weight:700;color:hsl(var(--hp-foreground))}.footer-logo-text span{color:hsl(var(--hp-accent))}.footer-tagline{font-size:.875rem;color:hsl(var(--hp-muted-foreground));line-height:1.7}.footer-hp-section-title{font-weight:600;color:hsl(var(--hp-foreground));margin-bottom:1rem}.footer-links{list-style:none!important;display:flex!important;flex-direction:column!important;gap:.75rem!important}.footer-link-hp{font-size:.875rem!important;color:hsl(var(--hp-muted-foreground))!important;text-decoration:none!important;transition:color .3s ease!important;width:100%!important;text-align:left!important}.footer-link-hp:hover{color:hsl(var(--hp-accent))!important}.footer-bottom{display:flex;flex-direction:column;gap:1rem;padding-top:2rem;border-top:1px solid hsl(var(--hp-border));text-align:center}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}.footer-copyright{font-size:.875rem;color:hsl(var(--hp-muted-foreground))}.footer-legal{display:flex;gap:1.5rem}.footer-legal-link{font-size:.875rem;color:hsl(var(--hp-muted-foreground));text-decoration:none;transition:color .3s ease}.footer-legal-link:hover{color:hsl(var(--hp-foreground))}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--background: 0 0% 100%;--foreground: 230 50% 10%;--card: 0 0% 100%;--card-foreground: 230 50% 10%;--popover: 0 0% 100%;--popover-foreground: 230 50% 10%;--primary: 229 78% 33%;--primary-foreground: 0 0% 100%;--secondary: 230 30% 96%;--secondary-foreground: 230 50% 10%;--muted: 230 20% 96%;--muted-foreground: 230 15% 45%;--accent: 24 99% 58%;--accent-foreground: 0 0% 100%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 230 20% 90%;--input: 230 20% 90%;--ring: 229 78% 33%;--radius: .75rem;--gradient-primary: linear-gradient( 180deg, hsl(229 78% 33%) 0%, hsl(240 85% 13%) 100% );--gradient-accent: linear-gradient( 135deg, hsl(24 99% 58%) 0%, hsl(24 99% 48%) 100% );--gradient-glow: radial-gradient( circle, hsl(24 99% 58% / .3) 0%, transparent 70% );--shadow-sm: 0 1px 2px 0 hsl(230 50% 10% / .05);--shadow-md: 0 4px 6px -1px hsl(230 50% 10% / .1);--shadow-lg: 0 10px 15px -3px hsl(230 50% 10% / .1);--shadow-xl: 0 20px 25px -5px hsl(230 50% 10% / .1);--shadow-accent: 0 10px 40px -10px hsl(24 99% 58% / .5);--shadow-primary: 0 10px 40px -10px hsl(229 78% 33% / .5)}.font-display{font-family:Space Grotesk,sans-serif}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-primary{background:var(--gradient-primary)}.gradient-accent{background:var(--gradient-accent)}.glow-accent{box-shadow:var(--shadow-accent)}.glow-primary{box-shadow:var(--shadow-primary)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse-glow{0%,to{opacity:1}50%{opacity:.5}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes count-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-float{animation:float 6s ease-in-out infinite}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.animate-slide-up{animation:slide-up .6s ease-out forwards}.animate-fade-in{animation:fade-in .5s ease-out forwards}.animate-scale-in{animation:scale-in .3s ease-out forwards}.animate-bounce-subtle{animation:bounce-subtle 2s ease-in-out infinite}.btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;padding:.625rem 1.25rem!important;border-radius:var(--radius)!important;font-weight:600!important;font-size:.875rem!important;cursor:pointer!important;border:none!important;transition:all .3s ease!important;text-decoration:none!important}.btn-accent{background:var(--gradient-accent)!important;color:hsl(var(--accent-foreground))!important;box-shadow:var(--shadow-accent)!important}.btn-accent:hover{transform:translateY(-2px)!important;box-shadow:0 15px 50px -10px #fe7f2a99!important}.btn-outline{background:transparent!important;color:hsl(var(--foreground))!important;border:1px solid hsl(var(--border))!important;border:1px solid rgb(172,172,172)!important}.btn-outline:hover{border:1px solid rgb(255,255,255)!important}.btn-hero{background:var(--gradient-accent);color:hsl(var(--accent-foreground));padding:2rem!important;font-size:1rem;box-shadow:var(--shadow-accent)}.btn-hero:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 20px 60px -10px #fe7f2ab3}.btn-hero-outline{color:hsl(var(--foreground));padding:2rem!important;font-size:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:2px solid rgb(209,209,209)!important}.btn-hero-outline:hover{background:hsl(var(--background) / .2)!important;border-color:hsl(var(--accent))!important;transform:translateY(-3px) scale(1.02)!important}.btn-glass{background:hsl(var(--background) / .1);color:hsl(var(--primary-foreground));border:1px solid hsl(var(--primary-foreground) / .2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-glass:hover{background:hsl(var(--background) / .2)}.header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s ease}.header.scrolled{background:hsl(var(--background) / .8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border))}.header-container{display:flex;align-items:center;justify-content:space-between;height:5rem}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;width:150px}.logo-kb{width:100%}.nav-desktop{display:none;align-items:center;gap:2rem}.nav-link{color:hsl(var(--muted-foreground));text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:hsl(var(--foreground))}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:hsl(var(--accent));transform:scaleX(0);transition:transform .3s ease}.nav-link:hover:after{transform:scaleX(1)}.header-actions{display:none;align-items:center;gap:.75rem}.mobile-menu-btn{display:flex;padding:.5rem;background:none;border:none;cursor:pointer;color:hsl(var(--foreground))}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));padding:1rem}.mobile-menu.open{display:block}.mobile-nav-link{display:block;padding:.75rem 1rem;color:hsl(var(--muted-foreground));text-decoration:none;font-weight:500;border-radius:.5rem;transition:all .3s ease}.mobile-nav-link:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.mobile-actions{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid hsl(var(--border))}.mobile-actions .btn{flex:1}.hero-bg{position:absolute;inset:0;overflow:hidden}.hero-gradient-2{position:absolute;bottom:-50%;left:-25%;width:50%;height:100%;background:hsl(var(--accent) / .08);border-radius:50%;filter:blur(100px)}.hero-grid{position:absolute!important;inset:0!important;background-image:linear-gradient(hsl(var(--border) / .3) 1px,transparent 1px),linear-gradient(90deg,hsl(var(--border) / .3) 1px,transparent 1px)!important;background-size:60px 60px!important;mask-image:radial-gradient(ellipse at center,black,transparent 80%)!important;-webkit-mask-image:radial-gradient(ellipse at center,black,transparent 80%)!important}.hero-content{display:grid!important;gap:4rem!important;align-items:center!important}.hero-text{text-align:center}.hero-text-right{display:flex;justify-content:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;background:hsl(var(--accent) / .1);border:1px solid hsl(var(--accent) / .3);border-radius:9999px;margin-bottom:1.5rem;animation:slide-up .6s ease-out forwards}.hero-badge-dot{width:.5rem;height:.5rem;background:hsl(var(--accent));border-radius:50%;animation:pulse-glow 2s ease-in-out infinite}.hero-badge-text{font-size:.875rem;font-weight:600;color:hsl(var(--accent))}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in{animation:fadeIn .4s ease-out forwards;opacity:0}.animate-spin{animation:spin .8s linear infinite}.d-header{background:#fff;padding:16px 20px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}.d-header-left{display:flex;align-items:center;gap:12px}.avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(180deg,#132d97,#06063c);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #3b82f64d}.avatar span{color:#fff;font-weight:700;font-size:18px}.user-info p{color:#94a3b8;font-size:12px}.user-info h2{font-weight:700;color:#1e293b;font-size:16px}.notification-btn{position:relative;width:40px;height:40px;border-radius:50%;background:#f1f5f9;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.notification-btn:hover{background:#e2e8f0}.db-main{padding:20px 20px 120px;display:flex;flex-direction:column;gap:20px}.db-balance-card{position:relative;overflow:hidden;border-radius:8px;padding:10px;background:linear-gradient(180deg,#132d97,#06063c);box-shadow:0 25px 50px -12px #3b82f640;margin-top:12px}.db-balance-card .blur-circle-1{position:absolute;top:-40px;right:-40px;width:128px;height:128px;background:#ffffff1a;border-radius:50%;filter:blur(32px)}.db-balance-card .blur-circle-2{position:absolute;bottom:-32px;left:-32px;width:112px;height:112px;background:#93c5fd33;border-radius:50%;filter:blur(20px)}.db-balance-content{display:flex;justify-content:space-between;align-items:center;width:100%;color:#fff}.db-balance-left{display:flex;align-items:center;gap:10px}.db-balance-amount{font-size:20px;font-weight:600}.balance-content{position:relative}.balance-label{display:flex;align-items:center;gap:8px}.balance-label span{color:#bfdbfe;font-size:14px}.balance-amount{font-size:36px;font-weight:700;color:#fff;margin-bottom:4px}.balance-change{color:#bfdbfe;font-size:14px;display:flex;align-items:center;gap:4px}.rate-card{background:#fff;border-radius:16px;padding:15px 20px;box-shadow:0 1px 3px #0000000d;border:1px solid #f1f5f9}.rate-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.rate-label{display:flex;align-items:center;gap:8px}.rate-icon{width:32px;height:32px;border-radius:8px;background:#f97316;display:flex;align-items:center;justify-content:center;padding:5px}.star_icon{color:#fff}.rate-label span{font-weight:600;color:#1e293b}.refresh-btn{display:flex;align-items:center;gap:8px;color:#94a3b8;font-size:14px;background:none;border:none;cursor:pointer;transition:color .2s}.refresh-btn:hover{color:#64748b}.rate-value{display:flex;align-items:flex-end;justify-content:space-between}.rate-value .amount{font-size:36px;font-weight:700;color:#1e293b}.rate-value .unit{color:#94a3b8;font-size:18px;margin-left:4px}.rate-badge{padding:4px 12px;background:#dcfce7;color:#16a34a;font-size:14px;font-weight:500;border-radius:999px}.section-title{color:#94a3b8;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.action-btn{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000d;border:1px solid #f1f5f9;cursor:pointer;transition:all .2s}.action-btn:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.action-btn:active{transform:scale(.95)}.db-action-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.db-action-icon.blue{background:linear-gradient(180deg,#132d97,#06063c);box-shadow:0 10px 15px -3px #3b82f64d}.db-action-icon.orange{background:#f97316;box-shadow:0 10px 15px -3px #f973164d}.action-btn span{font-size:12px;font-weight:500;color:#475569}.sell-btn{width:100%;padding:16px;background:#f97316;color:#fff;border:none;border-radius:16px;font-weight:700;font-size:18px;cursor:pointer;box-shadow:0 10px 15px -3px #f973164d;transition:all .2s}.sell-btn:hover{background:#ea580c;box-shadow:0 20px 25px -5px #f9731666}.sell-btn:active{transform:scale(.98)}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-header h3{font-weight:600;color:#1e293b}.section-header button{font-size:12px;color:#3b82f6;font-weight:500;background:none;border:none;cursor:pointer}.rewards-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000000d;border:1px solid #f1f5f9}.reward-tier{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #f8fafc}.reward-tier:last-child{border-bottom:none}.reward-tier.active{background:#fff7ed}.reward-tier .volume{font-size:14px;color:#475569}.reward-tier .bonus{font-size:14px;font-weight:600;color:#1e293b}.reward-tier.active .bonus{color:#f97316}.activity-list{display:flex;flex-direction:column;gap:12px}.activity-item{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000d;border:1px solid #f1f5f9}.activity-left{display:flex;align-items:center;gap:12px}.activity-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center}.activity-icon.sell{background:#ffedd5}.activity-icon.deposit{background:#dcfce7}.activity-icon.withdraw{background:#dbeafe}.activity-info p{font-weight:500;color:#1e293b;text-transform:capitalize}.activity-info .time{font-size:12px;color:#94a3b8;display:flex;align-items:center;gap:4px}.activity-right{text-align:right}.activity-right .amount{font-weight:600;color:#1e293b}.activity-right .status{font-size:12px;text-transform:capitalize}.activity-right .status.completed{color:#16a34a}.activity-right .status.pending{color:#f97316}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #f1f5f9;padding:12px 24px;display:flex;align-items:center;justify-content:space-around}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 24px;border-radius:12px;background:none;border:none;cursor:pointer;transition:all .2s}.nav-item.active{background:#eff6ff}.nav-item svg{width:24px;height:24px;color:#94a3b8;transition:color .2s}.nav-item.active svg{color:#3b82f6}.nav-item span{font-size:12px;font-weight:500;color:#94a3b8;transition:color .2s}.nav-item.active span{color:#3b82f6}.icon{width:20px;height:20px}.icon-sm{width:16px;height:16px}.icon-white{color:#fff;fill:none;stroke:#fff;stroke-width:2}.icon-blue-100{color:#bfdbfe;fill:none;stroke:#bfdbfe;stroke-width:2}.icon-slate{color:#475569;fill:none;stroke:#475569;stroke-width:2}.icon-orange{color:#f97316;fill:none;stroke:#f97316;stroke-width:2}.icon-green{color:#22c55e;fill:none;stroke:#22c55e;stroke-width:2}.icon-blue{color:#3b82f6;fill:none;stroke:#3b82f6;stroke-width:2}.page-loader-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;justify-content:center;align-items:center;pointer-events:auto;background-color:#fff6}.loader{width:48px;height:48px;border-radius:50%;display:inline-block;position:relative;border:5px solid;border-color:#132D97 #132D97 transparent;box-sizing:border-box;animation:rotation 1s linear infinite}.loader:after{content:"";box-sizing:border-box;position:absolute;inset:0;margin:auto;border:5px solid;border-color:transparent #f97316 #f97316;width:24px;height:24px;border-radius:50%;animation:rotationBack .5s linear infinite;transform-origin:center center}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotationBack{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.footer{position:fixed;bottom:25px;left:50%;transform:translate(-50%);right:0;border-top:1px solid #e5e7eb;display:flex;z-index:100;min-width:222px;max-width:222px;padding:5px;border-radius:15px;box-shadow:0 3px 3px #00000012;border:1px solid #f1f5f9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.footer-inner{width:100%}@media(min-width:768px){.footer{left:50%;transform:translate(-50%);max-width:222px;border-left:1px solid #eee;border-right:1px solid #eee}}.footer-items{display:flex;align-items:center;justify-content:space-around;padding:0}.footer-link{display:flex;width:3%;align-items:center;border-radius:8px;color:var(--muted-foreground, #6b7280);text-decoration:none;transition:color .2s ease;padding-top:5px;padding-bottom:5px;gap:10px;flex:1;justify-content:center}.footer-link:hover{color:var(--foreground, #000000)}.footer-link.active{color:#000;background-color:#f56a0d;color:#fff}.footer-icon{width:20px;height:20px}.footer-text{font-size:14px;margin-top:4px;font-weight:700}.dep-header{background:linear-gradient(to right,#132d97,#06063c)}.dep-header-content{background:linear-gradient(to right,#132d97,#06063c);max-width:32rem;margin:0 auto;padding:1.25rem}.dep-header-top{display:flex;align-items:center;justify-content:space-between}.dep-back-btn{display:flex;align-items:center;gap:.5rem;color:#fffc;background:none;border:none;cursor:pointer;font-size:.875rem;font-weight:500;transition:color .2s}.dep-back-btn:hover{color:#fff}.dep-back-btn svg{width:1.25rem;height:1.25rem}.dep-secure-badge{display:flex;align-items:center;gap:.375rem;color:#ffffffb3;font-size:.75rem}.dep-secure-badge svg{width:1rem;height:1rem;color:#f56a0d}.dep-hero{text-align:center;padding-bottom:10px}.dep-hero-icon{width:3.5rem;height:3.5rem;background:#ffffff1a;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.dep-hero-icon svg{width:1.75rem;height:1.75rem;color:#f56a0d}.dep-hero h1{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.25rem}.dep-hero p{color:#fff9;font-size:.875rem}.dep-content{max-width:32rem;margin:0 auto;padding:0 1.25rem;margin-top:-1rem}.dep-card{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;border:1px solid #f3f4f6;overflow:hidden}.dep-section{padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6}.dep-section:last-child{border-bottom:none}.dep-section-label{font-size:.75rem;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.55rem}.dep-network-btns{display:flex;gap:.75rem}.dep-network-btn{flex:1;padding:.65rem 1rem;border-radius:.75rem;font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:all .2s}.dep-network-btn.dep-active{background:linear-gradient(to right,#132d97,#06063c);color:#fff;box-shadow:0 10px 15px -3px #0000001a}.dep-network-btn.dep-inactive{background:#f9fafb;color:#4b5563}.dep-network-btn.dep-inactive:hover{background:#f3f4f6}.dep-amount-wrapper{width:100%;position:relative}.dep-amount-input{padding:1rem 5rem 1rem 1rem;font-size:1.25rem;font-weight:600;color:#06063c;background:#f9fafb;border-radius:.75rem;border:2px solid transparent;transition:all .2s;width:100%;padding:10px 80px 10px 10px;font-size:20px;font-weight:700;color:var(--su-foreground);background:var(--su-muted-bg);border-radius:8px;border:1px solid rgb(225,225,225);outline:none;transition:all .25s;box-sizing:border-box}.dep-amount-input:focus{border-color:#132d97;background:#fff}.dep-amount-input::placeholder{color:#9ca3af;font-weight:400}.dep-amount-suffix{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.875rem;font-weight:600;color:#f56a0d}.dep-preset-btns{display:flex;gap:.5rem;margin-top:.75rem}.dep-preset-btn{flex:1;padding:.5rem;font-size:.875rem;font-weight:500;color:#6b7280;background:#f9fafb;border:none;border-radius:.5rem;cursor:pointer;transition:background .2s}.dep-preset-btn:hover{background:#f3f4f6}.dep-wallet-box{background:#f9fafb;border-radius:.75rem;padding:1rem;display:flex;align-items:center;gap:.75rem}.dep-wallet-address{flex:1;font-size:.875rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,monospace;color:#06063c;word-break:break-all;line-height:1.625}.dep-copy-btn{flex-shrink:0;width:2.5rem;height:2.5rem;background:#f56a0d;color:#fff;border:none;border-radius:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s;padding:10px}.dep-copy-btn:hover{opacity:.9}.dep-instructions{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.dep-instruction-item span{font-size:.875rem;color:#6b7280}.dep-confirm-btn{width:100%;margin-top:2rem;padding:1rem;background:linear-gradient(to right,#132d97,#06063c);color:#fff;font-weight:600;font-size:1rem;border:none;border-radius:.75rem;cursor:pointer;transition:opacity .2s}.dep-confirm-btn:hover{opacity:.9}.dep-footer-text{text-align:center;font-size:.75rem;color:#9ca3af;margin-top:.4rem;margin-bottom:2rem}.dep-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(100px);background:#10b981;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:500;box-shadow:0 10px 15px -3px #0000001a;opacity:0;transition:all .3s ease;z-index:1000}.dep-toast.dep-show{transform:translate(-50%) translateY(0);opacity:1}.dep-instruction-item{display:flex;align-items:center;gap:.75rem}.dep-instruction-item svg{width:1rem;height:1rem;color:#132d97;flex-shrink:0}.dep-network-btn{display:flex;align-items:center;justify-content:center;gap:8px}.dep-network-icon{width:25px;height:25px;object-fit:contain;display:block}.toast-root{position:fixed;top:24px;right:24px;min-width:280px;max-width:360px;padding:14px 18px;border-radius:12px;display:flex;align-items:center;gap:12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:16px;z-index:999999}.toast-success{background:#00ffaa1f;border:1px solid rgba(0,255,170,.4);color:#00ffb4}.toast-error{background:#ff464633;border:1px solid rgba(255,70,70,.4);color:#ff6b6b}.toast-icon{display:flex}.toast-text{flex:1}.toast-close{border:none;background:transparent;cursor:pointer;color:inherit}.toast-enter{animation:toastIn .35s ease forwards}.toast-exit{animation:toastOut .35s ease forwards}@keyframes toastIn{0%{opacity:0;transform:translate(40px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes toastOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(60px)}}.toast-popup{position:fixed;top:20px;left:50%;transform:translate(-50%) translateY(-20px);background:#000;color:#fff;padding:18px 26px;font-size:20px;font-weight:500;opacity:0;pointer-events:none;z-index:999999999999;white-space:nowrap;box-shadow:0 6px 22px #00000047,0 2px 8px #00000026;transition:opacity .35s ease-out,transform .35s cubic-bezier(.22,1,.36,1)}.toast-popup.show{opacity:1;transform:translate(-50%) translateY(0)}.toast-popup.hide{opacity:0}:root{--dc-primary: hsl(229, 78%, 33%);--dc-primary-dark: hsl(240, 85%, 13%);--dc-accent: hsl(24, 99%, 58%);--dc-accent-dark: hsl(24, 99%, 48%);--dc-background: hsl(0, 0%, 100%);--dc-foreground: hsl(230, 50%, 10%);--dc-muted: hsl(230, 15%, 45%);--dc-muted-bg: hsl(230, 20%, 96%);--dc-border: hsl(230, 20%, 90%);--dc-success: hsl(142, 76%, 36%);--dc-warning-bg: hsl(48, 100%, 94%);--dc-destructive: hsl(0, 84%, 60%)}.dpc-header{background:linear-gradient(180deg,var(--dc-primary) 0%,var(--dc-primary-dark) 100%)}.dpc-header:before{content:"";position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,hsla(24,99%,58%,.15) 0%,transparent 70%);pointer-events:none;z-index:9999}.dpc-header-content{max-width:480px;margin:0 auto;padding:1.25rem 1.5rem;position:relative;z-index:1}.dpc-header-top{display:flex;align-items:center;justify-content:space-between}.dpc-back-btn{display:flex;align-items:center;gap:.5rem;color:#ffffffd9;background:#ffffff1a;border-radius:.75rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s}.dpc-back-btn:hover{background:#fff3;color:#fff}.dpc-back-btn svg{width:1.125rem;height:1.125rem}.dpc-time-badge{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;font-size:.75rem;font-weight:600;background:#ffffff1a;padding:.5rem .875rem;border-radius:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dpc-time-badge svg{width:.875rem;height:.875rem;color:var(--dc-accent)}.dpc-hero{text-align:center;padding:1.5rem 0 1rem}.dpc-hero h1{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:0rem}.dpc-hero p{color:#fff9;font-size:.9375rem}.dpc-content{max-width:480px;margin:-1.5rem auto 0;padding:0 1.5rem 2rem;position:relative}.dpc-cancel-div{width:80%;padding:10px 10%;color:#fff;font-weight:700;border:none;cursor:pointer;position:sticky;bottom:0;left:-1.5rem;background-color:#fff}.dpc-cancel-btn{width:100%;padding:1rem;background:linear-gradient(180deg,var(--dc-destructive),hsl(0,84%,50%));color:#fff;font-weight:700;border-radius:.875rem;border:none;cursor:pointer}.dpc-card{background:var(--dc-background);border-radius:1.25rem;box-shadow:0 20px 60px -15px #00000026;padding-bottom:20px}.dpc-qr-section{text-align:center;padding:1rem;border-bottom:1px solid var(--dc-border)}.dpc-qr-title{font-family:Space Grotesk,sans-serif;font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.dpc-qr-container{display:inline-block;padding:10px;background:#fff;border-radius:1rem;border:2px solid var(--dc-border);box-shadow:0 8px 30px -10px #0000001a;animation:dpc-pulse 3s ease-in-out infinite}.dpc-qr-code{width:150px;height:150px;border-radius:.5rem}.dpc-timer-section{text-align:center;padding:15px 15px 10px;background:linear-gradient(180deg,var(--dc-muted-bg) 0%,var(--dc-background) 100%)}.dpc-timer-display{display:flex;align-items:center;justify-content:center;gap:5px;margin-bottom:10px}.dpc-timer-digit{width:24px;height:32px;background:linear-gradient(180deg,var(--dc-foreground),hsl(230,50%,20%));color:#fff;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:7px;box-shadow:0 4px 10px -2px #0000004d}.dpc-timer-colon{font-size:1.5rem;font-weight:700;color:var(--dc-muted)}.dpc-timer-label{font-size:.875rem;color:var(--dc-muted)}.dpc-timer-warning{font-size:.8125rem;color:var(--dc-muted);line-height:1.6}.dpc-txid-section{padding:0 1.5rem;border-bottom:1px solid var(--dc-border)}.dpc-txid-wrapper{display:flex;gap:.75rem;margin-bottom:1rem}.dpc-txid-input{flex:1;padding:1rem 1.25rem;background:var(--dc-muted-bg);border-radius:.75rem;border:2px solid transparent}.dpc-txid-input:focus{outline:none;border-color:var(--dc-primary);background:#fff}.dpc-txid-submit{padding:1rem 1.5rem;background:var(--dc-muted-bg);border-radius:.75rem;font-weight:700;cursor:pointer;border:none}.dpc-txid-submit:hover{background:linear-gradient(180deg,var(--dc-primary),var(--dc-primary-dark));color:#fff}.dpc-details-section{padding:0rem 1.5rem}.dpc-detail-row{padding:10px 0;border-bottom:1px solid var(--dc-border)}.dpc-detail-row:last-child{border-bottom:none}.dpc-detail-label{font-size:.75rem;color:var(--dc-muted);font-weight:400;text-transform:uppercase}.dpc-detail-value{display:flex;align-items:center;gap:02px;font-size:.9375rem;font-weight:600}.dpc-detail-value.mono{font-family:SF Mono,Consolas,monospace;font-size:.8125rem}.dpc-usdt-icon{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,#26a17b,#1a7d5c);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.625rem;font-weight:800}.dpc-network-icon.trc20{width:1.25rem;height:1.25rem;border-radius:50%;background:linear-gradient(135deg,#ff060a,#c10508)}.dpc-warning-box{margin:1.5rem;margin-top:1px;margin-bottom:30px;padding:1rem 1.25rem;background:var(--dc-warning-bg);border-radius:.75rem;display:flex;gap:.875rem}.dpc-warning-box p{font-size:13px;text-align:justify}.dpc-warning-text{font-size:.8125rem;line-height:1.6}.dpc-network-badge{display:inline-flex;gap:.375rem;padding:.375rem .75rem;background:#ef44441a;color:var(--dc-destructive);font-size:.75rem;font-weight:700;border-radius:.5rem}.dpc-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(100px);opacity:0;padding:.875rem 1.5rem;border-radius:.75rem;background:var(--dc-foreground);color:#fff;display:flex;gap:.625rem;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1000}.dpc-toast.show{transform:translate(-50%) translateY(0);opacity:1}.dpc-toast.success{background:linear-gradient(135deg,var(--dc-success),hsl(142,76%,28%))}.dpc-loading-overlay{position:fixed;inset:0;background:#000000b3;display:none;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000}.dpc-loading-overlay.show{display:flex}.dpc-loading-content{background:#fff;padding:2rem;border-radius:1rem;text-align:center}.dpc-spinner{width:48px;height:48px;border:4px solid var(--dc-border);border-top-color:var(--dc-primary);border-radius:50%;animation:dpc-spin 1s linear infinite}@keyframes dpc-spin{to{transform:rotate(360deg)}}@keyframes dpc-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.dpc-txid-wrapper{position:relative;width:100%}.dpc-txid-input{width:100%;padding:12px 110px 12px 14px;border-radius:8px;border:1px solid #ccc;outline:none;font-size:14px;font-size:20px;font-weight:700}.dpc-txid-input::placeholder{width:100%;font-size:14px;font-weight:400}.dpc-txid-submit{position:absolute;right:6px;top:50%;transform:translateY(-50%);height:36px;padding:0 18px;border:none;border-radius:6px;background:linear-gradient(180deg,var(--dc-primary) 0%,var(--dc-primary-dark) 100%);color:#fff;font-size:14px;cursor:pointer}.dpc-txid-submit:disabled{cursor:not-allowed;background:#b9b9b9!important}.dpc-detail-value{display:flex;align-items:center;width:100%}.dpc-address-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dc-copy-btn{margin-left:2px;width:30px;height:30px;flex-shrink:0;background:#f56a0d;color:#fff;border:none;border-radius:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s}:root{--dh-primary: hsl(229, 78%, 33%);--dh-primary-dark: hsl(240, 85%, 13%);--dh-accent: hsl(24, 99%, 58%);--dh-accent-dark: hsl(24, 99%, 48%);--dh-background: hsl(0, 0%, 100%);--dh-foreground: hsl(230, 50%, 10%);--dh-muted: hsl(230, 15%, 45%);--dh-muted-bg: hsl(230, 20%, 96%);--dh-border: hsl(230, 20%, 90%);--dh-success: hsl(142, 76%, 36%);--dh-success-bg: hsl(142, 76%, 95%);--dh-warning: hsl(45, 100%, 51%);--dh-warning-bg: hsl(45, 100%, 94%);--dh-destructive: hsl(0, 84%, 60%);--dh-destructive-bg: hsl(0, 84%, 96%);--dh-pending: hsl(24, 99%, 58%);--dh-pending-bg: hsl(24, 99%, 95%)}.header{background:linear-gradient(180deg,var(--dh-primary) 0%,var(--dh-primary-dark) 100%);position:sticky;top:0;z-index:100}.header-content{max-width:480px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem}.back-btn,.header-action{width:2.5rem;height:2.5rem;background:#ffffff1a;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#ffffffe6;text-decoration:none;transition:all .2s}.back-btn:hover,.header-action:hover{background:#fff3}.header-title{flex:1;font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;color:#fff}.filter-section{background:var(--dh-background);border-bottom:1px solid var(--dh-border);position:sticky;top:4.5rem;z-index:50;overflow-x:auto}.filter-tabs{max-width:480px;margin:0 auto;padding:1rem 1.5rem;display:flex;gap:.5rem}.filter-tab{flex:1;padding:.625rem .75rem;font-size:.8125rem;font-weight:600;border-radius:.625rem;border:none;cursor:pointer;background:var(--dh-muted-bg);color:var(--dh-muted);transition:all .25s}.filter-tab.active{background:linear-gradient(180deg,var(--dh-primary),var(--dh-primary-dark));color:#fff;box-shadow:0 4px 12px -2px #132b964d}.tab-count{font-size:.6875rem;padding:.125rem .375rem;border-radius:.375rem;font-weight:700;background:var(--dh-border);margin-left:.25rem}.filter-tab.active .tab-count{background:#fff3}.content{max-width:480px;margin:0 auto;padding:1rem 1.5rem 2rem}.summary-card{background:linear-gradient(135deg,var(--dh-primary),var(--dh-primary-dark));border-radius:1rem;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 10px 30px -10px #132b9680}.summary-title{font-size:.75rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em}.summary-amount{font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:700;color:#fff;display:flex;gap:.5rem}.summary-currency{font-size:1rem;color:var(--dh-accent)}.summary-stats{display:flex;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15)}.stat-item{flex:1;text-align:center}.stat-value{font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;color:#fff}.stat-label{font-size:.6875rem;color:#fff9}.deposit-card{background:var(--dh-background);border-radius:1rem;margin-bottom:1rem;border:1px solid var(--dh-border);box-shadow:0 4px 20px -8px #0000001a;animation:fadeInUp .4s ease-out forwards;overflow:hidden}.card-header{display:flex;gap:.875rem;padding:1rem 1.25rem;border-bottom:1px solid var(--dh-border)}.dh-card-header{display:flex;align-items:center;padding:10px 18px;border-bottom:1px solid var(--dh-border);gap:.875rem}.dh-deposit-icon{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,var(--dh-primary) 0%,var(--dh-primary-dark) 100%);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;padding:10px}.dh-deposit-id{flex:1}.deposit-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:linear-gradient(135deg,var(--dh-primary),var(--dh-primary-dark));display:flex;align-items:center;justify-content:center;color:#fff}.deposit-id-label{font-size:.6875rem;color:var(--dh-muted);text-transform:uppercase}.deposit-id-value{font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700}.status-badge{padding:.375rem .75rem;font-size:.6875rem;font-weight:700;border-radius:2rem;text-transform:uppercase}.status-badge.processing,.status-badge.pending{color:var(--dh-pending-bg);background:var(--dh-pending)}.status-badge.completed{color:var(--dh-success-bg);background:var(--dh-success)}.status-badge.expired{color:var(--dh-destructive-bg);background:var(--dh-destructive)}.card-body{padding:10px 18px}.info-grid{background:var(--dh-muted-bg);border-radius:.75rem;padding:10px 10px 15px;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.info-label{font-size:.6875rem;color:var(--dh-muted);text-transform:uppercase}.info-value{font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.375rem}.network-icon{width:1rem;height:1rem;border-radius:50%}.network-icon.trc20{background:linear-gradient(135deg,#ff060a,#c10508)}.network-icon.erc20{background:linear-gradient(135deg,#627eea,#4965d9)}.amount-row{display:flex;justify-content:space-between;margin-top:10px}.amount-label{font-size:.75rem;color:var(--dh-muted);text-transform:uppercase}.amount-value-span{font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700}.card-footer{padding:.75rem 1.25rem;background:var(--dh-muted-bg);display:flex;gap:.5rem}.dh-action-btn{flex:1;padding:.625rem;font-size:.75rem;font-weight:600;border-radius:.5rem;cursor:pointer;border:none}.dh-action-btn{flex:1;padding:.625rem;font-size:.75rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.375rem;transition:all .2s}.dh-action-btn.primary{background:linear-gradient(180deg,var(--dh-primary),var(--dh-primary-dark));color:#fff}.dh-action-btn.secondary{background:#fff;border:1px solid var(--dh-border);color:var(--dh-muted)}.dh-action-btn svg{width:.875rem;height:.875rem}.dh-action-btn.primary:hover{opacity:.9}.dh-action-btn.secondary:hover{background:var(--dh-border);color:var(--dh-foreground)}.empty-state{text-align:center;padding:4rem 1rem}.empty-title{font-family:Space Grotesk,sans-serif;font-size:1.125rem;font-weight:700}.empty-text{font-size:.875rem;color:var(--dh-muted)}.empty-btn{display:inline-flex;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(180deg,var(--dh-primary),var(--dh-primary-dark));color:#fff;border-radius:.75rem;text-decoration:none}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(100px);opacity:0;background:var(--dh-foreground);color:#fff;padding:.875rem 1.5rem;border-radius:.75rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.toast.show{transform:translate(-50%) translateY(0);opacity:1}.toast.success{background:linear-gradient(135deg,var(--dh-success),hsl(142,76%,28%))}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.usdt-badge{background:linear-gradient(135deg,#26a17b,#1a7d5c);color:#fff;font-size:.625rem;font-weight:800;padding:.4rem .5rem;border-radius:.375rem;margin-right:10px}:root{--su-primary: hsl(229, 78%, 33%);--su-primary-dark: hsl(240, 85%, 13%);--su-accent: hsl(24, 99%, 58%);--su-background: hsl(0, 0%, 100%);--su-foreground: hsl(230, 50%, 10%);--su-muted: hsl(230, 15%, 45%);--su-muted-bg: hsl(230, 20%, 96%);--su-border: hsl(230, 20%, 90%);--su-success: hsl(142, 76%, 36%)}.eh-status-btn{border:none;padding:8px 12px;border-radius:5px;font-size:12px;font-weight:700;color:#fff;text-transform:uppercase;cursor:default;letter-spacing:.5px;transition:.2s ease;cursor:pointer}.eh-status-btn.pending{background:linear-gradient(135deg,var(--su-accent),hsl(24,99%,48%))}.eh-status-btn.completed{background:linear-gradient(135deg,var(--su-success),hsl(142,76%,28%))}.eh-status-btn.failed{background:linear-gradient(135deg,#ef4444,#dc2626)}.eh-filter-section{display:flex;gap:8px;padding:16px;background:var(--su-background);border-bottom:1px solid var(--su-border)}.eh-filter-btn{flex:1;padding:8px;border-radius:8px;border:none;background:var(--su-muted-bg);color:var(--su-muted);font-weight:600;cursor:pointer}.eh-filter-btn.active{background:linear-gradient(180deg,var(--su-primary),var(--su-primary-dark));color:#fff}.count{margin-left:6px;font-size:12px;font-weight:700}.eh-content{padding:16px}.eh-card{background:var(--su-background);border-radius:16px;padding:16px;margin-bottom:16px;border:1px solid var(--su-border);box-shadow:0 6px 20px #0000000d;cursor:pointer;transition:.3s}.eh-card:hover{transform:translateY(-3px)}.eh-card-header{display:flex;justify-content:space-between;margin-bottom:12px}.eh-id{font-weight:600;color:var(--su-muted)}.eh-status{font-weight:700;text-transform:uppercase;font-size:12px}.eh-status.pending{color:var(--su-accent)}.eh-status.completed{color:var(--su-success)}.eh-status.failed{color:#ef4444}.eh-inner{background:var(--su-muted-bg);padding:12px;border-radius:12px;margin-bottom:12px}.eh-row{display:flex;justify-content:space-between;margin-bottom:8px}.label{color:var(--su-muted);font-size:13px}.value{font-weight:600;font-size:14px}.eh-amount-row{display:flex;justify-content:space-between;font-weight:600}.eh-amount{font-weight:700;color:var(--su-foreground)}.eh-empty{text-align:center;padding:40px 0;color:var(--su-muted)}.eh-pagination{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:16px}.eh-page-btn{padding:6px 14px;border-radius:8px;border:none;font-weight:600;cursor:pointer;background:linear-gradient(135deg,var(--su-primary),var(--su-primary-dark));color:#fff;transition:.2s ease}.eh-page-btn:disabled{opacity:.5;cursor:not-allowed}.eh-page-info{font-weight:600;color:var(--su-muted)}.su-header{background:linear-gradient(180deg,var(--su-primary) 0%,var(--su-primary-dark) 100%);overflow:hidden}.su-header:before{content:"";position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,hsla(24,99%,58%,.15) 0%,transparent 70%);pointer-events:none}.su-header-content{margin:0 auto;padding:1rem 1.5rem;position:relative;z-index:1}.su-header-top{display:flex;align-items:center;justify-content:space-between}.su-back-btn{display:flex;align-items:center;gap:.5rem;color:#fffc;background:#ffffff1a;border:none;border-radius:2rem;padding:.5rem .875rem;cursor:pointer;font-size:.75rem;font-weight:600;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.su-back-btn:hover{background:#fff3;color:#fff}.su-arrow-back{color:var(--su-accent);font-weight:bolder}.su-history-btn{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;font-size:.75rem;font-weight:600;background:#ffffff1a;padding:.5rem .875rem;border-radius:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;cursor:pointer;transition:all .2s}.su-history-btn:hover{background:#fff3}.su-hero{text-align:center;padding:0rem 0 15px}.su-hero-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;animation:su-float 4s ease-in-out infinite}@keyframes su-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.su-hero h1{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;color:#fff}.su-hero p{color:#fff9;font-size:.9375rem}.su-balance-card{background:#ffffff1a;border-radius:1rem;padding:12px 1.25rem;display:flex;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);margin-bottom:1.5rem}.su-balance-info{display:flex;flex-direction:column}.su-usdt-badge{background:linear-gradient(135deg,#36b087,#2a8969);color:#fff;font-size:.75rem;font-weight:700;padding:.5rem .875rem;border-radius:.5rem}.su-content{max-width:480px;margin:-1.5rem auto 0;padding:0 1.5rem 2rem}.su-card{background:var(--su-background);border-radius:1.25rem;box-shadow:0 20px 60px -15px #00000026;overflow:hidden}.su-section{padding:1.25rem;border-bottom:1px solid var(--su-border)}.su-section:last-child{border-bottom:none}.su-section-label{font-size:.6875rem;font-weight:700;color:var(--su-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.875rem}.su-section-label-ywr{font-size:.6875rem;font-weight:700;color:var(--su-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.su-no-bank{text-align:center}.su-no-bank-icon{width:4rem;height:4rem;background:var(--su-muted-bg);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.su-no-bank-title{font-size:1rem;font-weight:700;margin-bottom:.5rem}.su-no-bank-text{font-size:.875rem;color:var(--su-muted);margin-bottom:1.25rem}.su-add-bank-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--su-accent),var(--su-accent-dark));color:#fff;font-size:.875rem;font-weight:700;padding:.875rem 1.5rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .2s;box-shadow:0 8px 20px -5px #fe7f2a66}.su-add-bank-btn:hover{transform:translateY(-2px)}.su-amount-wrapper{width:100%;position:relative}.su-amount-input{width:100%;padding:10px 80px 10px 10px;font-size:20px;font-weight:700;color:var(--su-foreground);background:var(--su-muted-bg);border-radius:8px;border:1px solid rgb(225,225,225);outline:none;transition:all .25s;box-sizing:border-box}.su-amount-input:focus{border-color:var(--su-primary);background:var(--su-background);box-shadow:0 0 0 4px #132b961a}.su-amount-suffix{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:.875rem;font-weight:700;color:#309c78;background:#309c781a;padding:.375rem .75rem;border-radius:.5rem}.su-amount-meta{display:flex;justify-content:space-between;margin-top:.875rem;padding-top:.875rem;border-top:1px dashed var(--su-border);font-size:.8125rem;color:var(--su-muted)}.su-receive-box{background:#16a24914;border:1px solid hsla(142,76%,36%,.2);border-radius:8px;padding:8px 1rem;display:flex;justify-content:space-between;align-items:center}.su-receive-amount{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;color:var(--su-success)}.su-bonus-grid{display:flex;flex-direction:column;gap:.625rem}.su-bonus-item{display:flex;justify-content:space-between;background:var(--su-muted-bg);border-radius:.75rem;padding:.875rem 1rem;border:2px solid transparent}.su-bonus-item.active{background:#fe7f2a14;border-color:var(--su-accent)}.su-submit-btn{width:100%;margin-top:1rem;padding:1.125rem;background:linear-gradient(180deg,var(--su-primary),var(--su-primary-dark));color:#fff;font-weight:700;font-size:1rem;border-radius:.875rem;border:none;cursor:pointer;transition:all .25s;box-shadow:0 8px 25px -5px #132b9666}.su-submit-btn:hover{transform:translateY(-2px)}.su-footer-text{text-align:center;font-size:.8125rem;color:var(--su-muted);margin-top:.5rem}.su-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(100px);background:var(--su-foreground);color:#fff;padding:.875rem 1.5rem;border-radius:.75rem;font-size:.875rem;font-weight:600;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1000}.su-toast.show{transform:translate(-50%) translateY(0);opacity:1}.su-toast.success{background:linear-gradient(135deg,var(--su-success),hsl(142,76%,28%))}.su-toast.error{background:linear-gradient(135deg,#ef4343,#eb1414)}.su-amount-input::-webkit-outer-spin-button,.su-amount-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.su-amount-input{-moz-appearance:textfield}.su-hero-icon-logo{width:40px;height:40px;color:#fff}.su-no-bank-icon svg{width:1.75rem;height:1.75rem;color:var(--su-muted)}.su-balance-label{font-size:.75rem;color:#fff9;font-weight:500}.su-balance-amount{font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:700;color:#fff}.su-meta-item-orange{font-weight:700;color:var(--su-accent)}.su-meta-item-green{color:var(--su-success)}.su-history-btn svg{width:.875rem;height:.875rem;color:var(--su-accent)}.xp-tier-root{position:relative;padding:20px 10px;overflow:hidden;color:#fff}.xp-tier-title{text-align:center;font-size:30px;margin-bottom:5px;color:var(--su-accent)}.xp-tier-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2%}.xp-tier-card{width:46%;background:linear-gradient(180deg,var(--su-primary),var(--su-primary-dark));border-radius:18px;border:1px solid #2e344d;padding-bottom:25px;transition:.35s;margin-top:2%}.xp-tier-card:hover{transform:translateY(-8px)}.xp-tier-circle-wrap{text-align:center;padding-top:20px;padding-bottom:10px}.xp-tier-circle{width:50%;aspect-ratio:1 / 1;color:#fff;margin:auto;border-radius:50%;background:var(--su-accent);display:flex;flex-direction:column;justify-content:center;box-shadow:0 0 0 10px #e78b0040}.xp-tier-price{font-size:24px;font-weight:700}.xp-tier-unit{font-size:15px;opacity:.8}.xp-tier-name{text-align:center;font-weight:700;padding:7px;margin:7px 0;background:#ffffff0d;color:var(--su-accent);font-size:20px}.xp-tier-row{border-top:1px solid rgba(255,255,255,.05);font-size:14px;opacity:.9;text-align:center;color:#fff;font-weight:700}.xp-tier-btn{display:block;margin:25px auto 0;border:2px solid #00bcd4;background:transparent;color:#00bcd4;padding:8px 20px;border-radius:6px;cursor:pointer;transition:.3s}.xp-tier-btn:hover{background:#00bcd4;color:#fff}.xp-tier-vip .xp-tier-circle{background:linear-gradient(135deg,#00ffe1,#00ffa6);box-shadow:0 0 0 10px #00ffb44d}.xp-star-1{animation-duration:150s}.xp-star-2{animation-duration:80s}.xp-star-3{animation-duration:50s}.xp-star-4{animation-duration:20s}@keyframes xpStarMove{0%{transform:translateY(0)}to{transform:translateY(-2000px)}}a{text-decoration:none}.su-tier-info{margin-top:12px;padding:12px;border-radius:10px;background:var(--su-muted-bg);border:1px solid var(--su-border);font-size:13px}.su-tier-current{color:var(--su-foreground);margin-bottom:6px}.su-tier-upgrade{color:#000;font-weight:500;font-size:14px;margin-top:5px;padding:5px;border-top:1px dashed rgb(183,183,183)}.su-tier-upgrade b{color:var(--su-accent)}.sbc-card{background:var(--su-background);border:1px solid var(--su-border);border-radius:14px;padding:18px;display:flex;justify-content:space-between;align-items:center;transition:all .25s ease;box-shadow:0 4px 12px #0000000d}.sbc-card:hover{border-color:var(--su-primary);box-shadow:0 6px 18px #00000014}.sbc-left{display:flex;align-items:center;gap:14px}.sbc-avatar{width:48px;height:48px;border-radius:50%;background:var(--su-primary);color:#fff;font-weight:600;font-size:18px;display:flex;align-items:center;justify-content:center}.sbc-details{display:flex;flex-direction:column}.sbc-account{font-size:16px;font-weight:600;color:var(--su-foreground)}.sbc-name{font-size:14px;color:var(--su-muted);margin-top:2px}.sbc-ifsc{font-size:12px;color:var(--su-muted);margin-top:4px}.sbc-badge{background:var(--su-accent);color:#fff;font-size:12px;font-weight:600;padding:6px 12px;border-radius:20px;letter-spacing:.5px}:root{--ab-primary: hsl(229, 78%, 33%);--ab-primary-dark: hsl(240, 85%, 13%);--ab-primary-foreground: 210 40% 98%;--ab-accent: 24 99% 58%;--ab-accent-foreground: 0 0% 100%;--ab-background: 0 0% 100%;--ab-foreground: 222 47% 11%;--ab-muted: 217 32% 96%;--ab-muted-foreground: 215 16% 47%;--ab-warning: 38 92% 50%;--ab-destructive: 0 84% 60%;--ab-card-shadow: 0 4px 24px -4px rgba(30, 58, 138, .08)}.ab-header{background:linear-gradient(180deg,var(--ab-primary) 0%,var(--ab-primary-dark) 100%);overflow:hidden}.ab-header:before{content:"";position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,hsla(24,99%,58%,.15) 0%,transparent 70%);pointer-events:none}.ab-header-content{max-width:480px;margin:0 auto;padding:20px 24px;position:relative;z-index:10}.ab-back-btn{display:inline-flex;align-items:center;gap:8px;color:#fffc;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:none;border-radius:12px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none}.ab-back-btn:hover{color:#fff;background:#fff3}.ab-back-btn svg{width:16px;height:16px}.ab-hero-section{text-align:center;padding:0 0 26px}.ab-icon-box{width:52px;height:52px;background:linear-gradient(135deg,#fe7f2a,#f50);border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;box-shadow:0 8px 24px #fe7f2a66;animation:ab-float 3s ease-in-out infinite}@keyframes ab-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.ab-icon-box svg{width:32px;height:32px;color:#fff}.ab-hero-title{font-family:Plus Jakarta Sans,sans-serif;font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:8px}.ab-hero-subtitle{color:#fff9;font-size:14px}.ab-content-wrapper{max-width:480px;margin:-24px auto 0;padding:0 24px 32px}.ab-card{background:hsl(var(--ab-background));border-radius:16px;box-shadow:var(--ab-card-shadow);overflow:hidden}.ab-form-section{padding:24px}.ab-form-group{margin-bottom:20px}.ab-form-group:last-child{margin-bottom:0}.ab-form-label{display:block;font-size:11px;font-weight:700;color:hsl(var(--ab-muted-foreground));text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.ab-form-input{width:100%;padding:10px;font-size:20px;font-weight:700;color:var(--su-foreground);background:var(--su-muted-bg);border-radius:8px;border:1px solid rgb(225,225,225);outline:none;transition:all .25s;box-sizing:border-box;font-size:16px;font-weight:500}.ab-form-input:focus{border-color:hsl(var(--ab-primary));background:hsl(var(--ab-background));border-color:var(--su-primary);background:var(--su-background);box-shadow:0 0 0 4px #132b961a}.ab-form-input::placeholder{color:hsl(var(--ab-muted-foreground))}.ab-form-input.uppercase{text-transform:uppercase}.ab-match-indicator{display:flex;align-items:center;gap:6px;font-size:12px;margin-top:6px;opacity:0;transition:opacity .2s}.ab-match-indicator.show{opacity:1}.ab-match-indicator.match{color:#10b981}.ab-match-indicator.no-match{color:hsl(var(--ab-destructive))}.ab-warning-box{margin:0 14px 14px;background:#f59f0a1a;border:1px solid hsla(38,92%,50%,.2);border-radius:12px;padding:10px;display:flex;gap:12px}.ab-warning-box svg{width:20px;height:20px;color:hsl(var(--ab-warning));flex-shrink:0;margin-top:2px}.ab-warning-box p{font-size:14px;line-height:1.6;color:hsl(var(--ab-foreground))}.ab-submit-section{padding:0 24px 24px}.ab-submit-btn{width:100%;padding:16px;background:linear-gradient(135deg,#fe7f2a,#f50);color:#fff;font-family:inherit;font-size:16px;font-weight:700;border:none;border-radius:12px;cursor:pointer;box-shadow:0 8px 24px #fe7f2a66;transition:all .3s}.ab-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px #fe7f2a80}.ab-submit-btn:disabled{opacity:.7;cursor:not-allowed}.ab-toast-container{position:fixed;top:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:10px}.ab-toast{padding:14px 20px;border-radius:12px;font-size:14px;font-weight:500;color:#fff;box-shadow:0 10px 40px #00000026;animation:ab-slide-in .3s ease-out;display:flex;align-items:center;gap:10px}.ab-toast.success{background:linear-gradient(135deg,#10b981,#059669)}.ab-toast.error{background:linear-gradient(135deg,#ef4444,#dc2626)}.ab-toast svg{width:18px;height:18px}@keyframes ab-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes ab-slide-out{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.security-note{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:16px;font-size:12px;color:hsl(var(--ab-muted-foreground))}.security-note svg{width:14px;height:14px}.network-row{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid rgb(226,226,226)}.network-label{font-size:16px;color:#222}.network-value{display:flex;align-items:center;gap:5px;font-size:16px;font-weight:600}.network-icon{width:28px;height:28px}:root{--bl-primary: hsl(229, 78%, 33%);--bl-primary-dark: hsl(240, 85%, 13%);--bl-accent: #f7931a;--bl-bg: #f5f5f5;--bl-card: #ffffff;--bl-border: #e5e7eb;--bl-text: #1f2937;--bl-muted: #6b7280}.bl-page{min-height:100vh;background:var(--bl-bg);display:flex;flex-direction:column}.bl-header{background:linear-gradient(90deg,var(--bl-primary),var(--bl-primary-dark));padding:16px;display:flex;align-items:center;position:relative}.bl-back-btn{background:none;border:none;color:#fff;cursor:pointer}.bl-back-btn svg{width:24px;height:24px}.bl-title{flex:1;text-align:center;color:#fff;font-size:18px;font-weight:600;margin-right:32px}.bl-content{flex:1;padding:16px}.bl-empty{text-align:center;color:var(--bl-muted);padding:48px 0}.bl-card{background:var(--bl-card);border-radius:12px;border:1px solid var(--bl-border);margin-bottom:16px;overflow:hidden}.bl-card-main{display:flex;gap:16px;padding:16px;cursor:pointer}.bl-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--bl-primary),var(--bl-primary-dark));color:#fff;font-size:18px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bl-details{flex:1}.bl-line{color:var(--bl-text);font-size:14px}.bl-bold{font-weight:700}.bl-sub{color:var(--bl-muted);font-size:13px;margin-top:2px}.bl-check{display:flex;align-items:center}.bl-check-active{width:24px;height:24px;background:var(--bl-accent);border-radius:50%;display:flex;align-items:center;justify-content:center}.bl-check-active svg{width:14px;height:14px;color:#fff}.bl-check-empty{width:24px;height:24px;border:2px solid #d1d5db;border-radius:50%}.wl-card-main{display:flex;gap:16px;padding:16px;cursor:pointer}.wl-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--bl-primary),var(--bl-primary-dark));color:#fff;font-size:18px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wl-details{flex:1;width:50%}.wl-line{width:100%;color:#3e3e3e;font-size:14px}.wl-bold{width:100%;font-weight:700;color:#111!important;color:var(--text);font-size:14px;margin-top:4px;word-break:break-all}.wl-sub{color:var(--bl-muted);font-size:13px;margin-top:2px}.wl-check{display:flex;align-items:center}.wl-check-active{width:24px;height:24px;background:var(--bl-accent);border-radius:50%;display:flex;align-items:center;justify-content:center}.wl-check-active svg{width:14px;height:14px;color:#fff}.wl-check-empty{width:24px;height:24px;border:2px solid #d1d5db;border-radius:50%}.bl-card-footer{padding:12px 16px;background:#fafafa;border-top:1px solid var(--bl-border);display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#9ca3af}.bl-delete{background:none;border:none;cursor:pointer;color:#9ca3af}.bl-delete:hover{color:#ef4444}.bl-delete svg{width:18px;height:18px}.bl-no-more{text-align:center;font-size:13px;color:#9ca3af;margin-top:24px}.bl-bottom{padding:16px;background:#fff;border-top:1px solid var(--bl-border)}.bl-add-btn{background:var(--bl-accent);font-weight:600;width:100%;padding:16px;background:linear-gradient(135deg,#fe7f2a,#f50);color:#fff;font-family:inherit;font-size:16px;font-weight:700;border:none;border-radius:12px;cursor:pointer;box-shadow:0 8px 24px #fe7f2a66;transition:all .3s}.bl-add-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #ff781f80;background:linear-gradient(135deg,#ff7e29,#f50)}:root{--bl-primary: hsl(229, 78%, 33%);--bl-primary-dark: hsl(240, 85%, 13%);--bl-accent: #f7931a}.acm-overlay{position:absolute;inset:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.acm-box{width:100%;max-width:420px;background:linear-gradient(90deg,var(--bl-primary),var(--bl-primary-dark));border-radius:16px;padding:28px;color:#fff;transform:scale(.9);opacity:0;transition:all .25s ease;box-shadow:0 20px 40px #0006}.acm-box.show{transform:scale(1);opacity:1}.acm-title{margin:0 0 12px;font-size:18px;font-weight:600}.acm-message{font-size:14px;color:#ddd;margin-bottom:24px}.acm-actions{display:flex;justify-content:flex-end;gap:12px}.acm-btn{padding:8px 16px;border-radius:8px;border:none;font-size:14px;cursor:pointer;transition:all .2s ease}.acm-btn.cancel{background:transparent;border:1px solid var(--bl-primary);color:#fff}.acm-btn.cancel:hover{background:var(--bl-primary)}.acm-btn.confirm{background:linear-gradient(135deg,#ff7e29,#f50);color:#fff;font-weight:600}.acm-btn.confirm:hover{opacity:.9}.acm-btn:disabled{opacity:.6;cursor:not-allowed}:root{--background: hsl(0, 0%, 98%);--foreground: hsl(240, 10%, 10%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(240, 10%, 10%);--primary: hsl(229, 78%, 33%);--primary-dark: hsl(240, 85%, 13%);--primary-foreground: hsl(0, 0%, 100%);--secondary: hsl(220, 14%, 96%);--secondary-foreground: hsl(240, 10%, 10%);--accent: hsl(24, 99%, 58%);--accent-dark: hsl(24, 99%, 48%);--accent-foreground: hsl(0, 0%, 100%);--muted: hsl(220, 14%, 96%);--muted-foreground: hsl(220, 9%, 46%);--border: hsl(220, 13%, 91%);--tier-bronze: hsl(30, 60%, 50%);--tier-gold: hsl(45, 93%, 47%);--tier-platinum: hsl(200, 18%, 70%);--gradient-primary: linear-gradient( 135deg, hsl(229, 78%, 33%) 0%, hsl(240, 85%, 13%) 100% );--gradient-accent: linear-gradient( 135deg, hsl(24, 99%, 58%) 0%, hsl(24, 99%, 48%) 100% );--shadow-sm: 0 2px 8px -2px hsla(229, 78%, 33%, .08);--shadow-md: 0 8px 24px -4px hsla(229, 78%, 33%, .12);--shadow-lg: 0 16px 40px -8px hsla(229, 78%, 33%, .16);--shadow-accent: 0 8px 24px -4px hsla(24, 99%, 58%, .3);--radius: 1rem}.up-container{max-width:448px;margin:0 auto;padding:0rem;display:flex;flex-direction:column}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{box-shadow:var(--shadow-accent)}50%{box-shadow:0 12px 32px -4px #fe7f2a80}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-up{animation:fadeUp .5s ease-out forwards;opacity:0}.animate-pulse-glow{animation:pulseGlow 2s ease-in-out infinite}.pu-card{background:var(--card);border-radius:1rem;box-shadow:var(--shadow-md);transition:box-shadow .3s ease}.card:hover{box-shadow:var(--shadow-lg)}.profile-header{background:var(--gradient-primary);padding:1.5rem 1.5rem 2rem;color:var(--primary-foreground);box-shadow:var(--shadow-md)}.profile-header__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-bottom:1rem}.profile-header__action-btn{padding:.5rem;border-radius:50%;background:#ffffff1a;border:none;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center}.profile-header__action-btn:hover{background:#fff3}.profile-header__action-btn svg{width:20px;height:20px;color:var(--primary-foreground)}.profile-header__content{display:flex;flex-direction:column;align-items:center;text-align:center}.profile-header__avatar-wrapper{position:relative;margin-bottom:1rem}.profile-header__avatar-ring{width:96px;height:96px;border-radius:50%;background:var(--gradient-accent);padding:4px;box-shadow:0 8px 24px #0003}.profile-header__avatar{width:100%;height:100%;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.profile-header__tier-emoji{position:absolute;bottom:-4px;right:-4px;font-size:1.5rem}.profile-header__name{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.profile-header__uid{color:#ffffffb3;font-size:.875rem;font-weight:500;margin-bottom:.75rem}.profile-header__badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;color:#ffffffe6}.badge-bronze{background:var(--tier-bronze)}.badge-gold{background:var(--tier-gold)}.badge-platinum{background:var(--tier-platinum)}.tier-progress{padding:1.25rem}.tier-progress__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.tier-progress__title{font-size:1rem;font-weight:600}.tier-progress__next{font-size:.75rem;color:var(--muted-foreground)}.tier-progress__tiers{display:flex;justify-content:space-between;margin-bottom:.75rem}.tier-progress__tier{display:flex;flex-direction:column;align-items:center;opacity:.4;transition:opacity .3s ease}.tier-progress__tier.active{opacity:1}.tier-progress__tier-emoji{font-size:1.25rem;margin-bottom:.25rem}.tier-progress__tier-label{font-size:.75rem;font-weight:500;color:var(--muted-foreground)}.tier-progress__bar{position:relative;height:8px;background:var(--secondary);border-radius:4px;overflow:hidden}.tier-progress__bar-fill{position:absolute;top:0;left:0;height:100%;background:var(--gradient-accent);border-radius:4px;transition:width .5s ease}.tier-progress__description{font-size:.75rem;color:var(--muted-foreground);text-align:center;margin-top:.75rem}.balance-card{padding:1.25rem}.balance-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.balance-card__icon{padding:.625rem;border-radius:.75rem;background:var(--gradient-primary)}.balance-card__icon svg{width:20px;height:20px;color:var(--primary-foreground)}.balance-card__title{font-size:1rem;font-weight:600}.balance-card__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.balance-card__item,.balance-card__items{text-align:center;padding:.75rem;border-radius:.75rem;background:#f3f4f680}.balance-card__item-label{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.75rem;color:var(--muted-foreground);margin-bottom:.25rem}.balance-card__item-label svg{width:12px;height:12px}.balance-card__item-value{font-size:1.125rem;font-weight:700;text-align:center}.icon-green{color:#22c55e}.icon-accent{color:var(--accent)}.icon-muted{color:var(--muted-foreground)}.referral-earnings{padding:1.25rem}.referral-earnings__content{display:flex;justify-content:space-between;align-items:flex-start}.referral-earnings__label{font-size:.875rem;color:var(--muted-foreground);margin-bottom:.25rem}.referral-earnings__amount{font-size:1.875rem;font-weight:700}.referral-earnings__trend{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;color:var(--accent);margin-top:.5rem}.referral-earnings__trend svg{width:12px;height:12px}.referral-earnings__icon{padding:.75rem;border-radius:.75rem;background:var(--gradient-accent);box-shadow:var(--shadow-accent)}.referral-earnings__icon svg{width:24px;height:24px;color:var(--accent-foreground)}.referral-earnings__footer{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;font-size:.875rem}.referral-earnings__footer-label{color:var(--muted-foreground)}.referral-earnings__footer-value{font-weight:500}.invite-friends{padding:1.25rem}.invite-friends__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.invite-friends__icon{padding:.625rem;border-radius:.75rem;background:#fe7f2a1a}.invite-friends__icon svg{width:20px;height:20px;color:var(--accent)}.invite-friends__title{font-size:1rem;font-weight:600}.invite-friends__subtitle{font-size:.75rem;color:var(--muted-foreground)}.invite-friends__code-box{background:var(--secondary);border-radius:.75rem;padding:1rem;margin-bottom:1rem}.invite-friends__code-label{font-size:.75rem;color:var(--muted-foreground);margin-bottom:.25rem}.invite-friends__code-row{display:flex;justify-content:space-between;align-items:center}.invite-friends__code{font-size:1.125rem;font-family:monospace;font-weight:700;letter-spacing:.1em}.invite-friends__copy-btn{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;background:#132b961a;color:var(--primary);border:none;cursor:pointer;transition:all .2s ease}.invite-friends__copy-btn:hover{background:#132b9633}.invite-friends__copy-btn.copied{background:#21c45d1a;color:#22c55e}.invite-friends__copy-btn svg{width:16px;height:16px}.invite-friends__invite-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem;border-radius:.75rem;font-size:1rem;font-weight:600;background:var(--gradient-accent);color:var(--accent-foreground);border:none;cursor:pointer;transition:opacity .2s ease;box-shadow:var(--shadow-accent)}.invite-friends__invite-btn:hover{opacity:.9}.invite-friends__invite-btn svg{width:20px;height:20px}.recent-activity{padding:1.25rem}.recent-activity__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.recent-activity__title{font-size:1rem;font-weight:600}.recent-activity__view-all{font-size:.75rem;font-weight:500;color:var(--primary);background:none;border:none;cursor:pointer;text-decoration:none}.recent-activity__view-all:hover{text-decoration:underline}.recent-activity__list{display:flex;flex-direction:column;gap:.75rem}.recent-activity__item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-radius:.75rem;background:#f3f4f64d;transition:background .2s ease}.recent-activity__item:hover{background:#f3f4f680}.recent-activity__item-left{display:flex;align-items:center;gap:.75rem}.recent-activity__item-icon{padding:.5rem;border-radius:.5rem}.recent-activity__item-icon.received{background:#21c45d1a;color:#22c55e}.recent-activity__item-icon.sent{background:#ef43431a;color:#ef4444}.recent-activity__item-icon.exchange{background:#3c83f61a;color:#3b82f6}.recent-activity__item-icon svg{width:16px;height:16px}.recent-activity__item-label{font-size:.875rem;font-weight:500}.recent-activity__item-time{font-size:.75rem;color:var(--muted-foreground)}.recent-activity__item-amount{font-size:.875rem;font-weight:600}.recent-activity__item-amount.received{color:#22c55e}.recent-activity__item-amount.sent{color:#ef4444}.pu-quick-actions{overflow:hidden}.quick-actions__item{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem;background:transparent;border:none;border-bottom:1px solid var(--border);cursor:pointer;transition:background .2s ease}.quick-actions__item:last-child{border-bottom:none}.quick-actions__item:hover{background:#f3f4f680}.quick-actions__item-left{display:flex;align-items:center;gap:.75rem}.quick-actions__item-icon{padding:.5rem;border-radius:.5rem;background:var(--secondary)}.quick-actions__item-icon svg{width:20px;height:20px;color:var(--primary)}.quick-actions__item-label{font-size:1rem;font-weight:500}.quick-actions__item-right{display:flex;align-items:center;gap:.5rem}.quick-actions__badge{font-size:.75rem;font-weight:500;padding:.125rem .5rem;border-radius:9999px;background:#fe7f2a1a;color:var(--accent)}.quick-actions__chevron{width:20px;height:20px;color:var(--muted-foreground);transition:color .2s ease}.quick-actions__item:hover .quick-actions__chevron{color:var(--foreground)}.security-status{padding:1.25rem}.security-status__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.security-status__header-left{display:flex;align-items:center;gap:.75rem}.security-status__icon{padding:.625rem;border-radius:.75rem;background:#21c45d1a}.security-status__icon svg{width:20px;height:20px;color:#22c55e}.security-status__title{font-size:1rem;font-weight:600}.security-status__subtitle{font-size:.75rem;color:var(--muted-foreground)}.security-status__progress{position:relative;width:48px;height:48px}.security-status__progress svg{width:48px;height:48px;transform:rotate(-90deg)}.security-status__progress-bg{fill:none;stroke:var(--secondary);stroke-width:4}.security-status__progress-fill{fill:none;stroke:#22c55e;stroke-width:4;stroke-linecap:round;transition:stroke-dasharray .5s ease}.security-status__progress-text{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.security-status__list{display:flex;flex-direction:column;gap:.5rem}.security-status__item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;border-radius:.5rem;background:#f3f4f64d}.security-status__item-label{font-size:.875rem}.security-status__item-icon svg{width:16px;height:16px}.security-status__item-icon.completed{color:#22c55e}.security-status__item-icon.pending{color:#f59e0b}:root{--background: hsl(40, 33%, 96%);--foreground: hsl(220, 20%, 10%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(220, 20%, 10%);--primary: hsl(220, 60%, 20%);--primary-dark: hsl(220, 70%, 12%);--primary-foreground: hsl(0, 0%, 100%);--secondary: hsl(40, 20%, 92%);--accent: hsl(45, 93%, 52%);--accent-dark: hsl(40, 90%, 45%);--muted-foreground: hsl(220, 10%, 45%);--border: hsl(40, 20%, 88%);--card-dark: hsl(220, 60%, 18%);--card-dark-foreground: hsl(0, 0%, 100%);--tier-bronze: hsl(25, 50%, 42%);--tier-gold: hsl(45, 93%, 52%);--tier-platinum: hsl(200, 20%, 78%);--shadow-md: 0 8px 24px -4px hsl(220 20% 10% / .1);--shadow-gold: 0 8px 24px -4px hsl(45 93% 52% / .35)}.up-container{max-width:420px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes pulseGold{0%,to{box-shadow:0 0 15px #f6be134d}50%{box-shadow:0 0 25px #f6be1380}}.animate-fade-up{animation:fadeUp .4s ease-out forwards;opacity:0}.shimmer-gold{background:linear-gradient(90deg,#f6be13,#fbe36a,#f6be13,#da950b,#f6be13);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}.shadow-gold{box-shadow:var(--shadow-gold)}.pulse-gold{animation:pulseGold 2s ease-in-out infinite}.up-header{background:linear-gradient(180deg,#f6be1366,#fff);padding:1rem 1rem 1.5rem}.header-icons{display:flex;justify-content:flex-end;gap:.5rem;margin-bottom:1rem;position:absolute;right:10px}.icon-btn{width:36px;height:36px;border-radius:50%;background:#0000000d;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.icon-btn:hover{background:#0000001a}.icon-btn svg{width:20px;height:20px;color:var(--muted-foreground)}.avatar-container{display:flex;flex-direction:column;align-items:center;margin-top:2rem}.up-avatar{width:80px;height:80px;border-radius:50%;box-shadow:var(--shadow-gold);margin-bottom:.75rem;position:relative;display:flex;align-items:center;justify-content:center}.up-profileIcon{width:100%;height:100%;object-fit:cover;border-radius:50%}.tier-badge{position:absolute;bottom:-3px;left:50%;transform:translate(-50%);font-size:12px;padding:2px 8px;border-radius:10px;background:gold;color:#000;font-weight:600;display:flex;justify-content:center;flex:1;width:80%}.avatar-inner{width:100%;height:100%;border-radius:50%;background:var(--card);display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;color:var(--foreground);border:2px solid #f7931a}.user-id{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.balance-row{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:.75rem;width:100%}.balance-item{flex:1;text-align:center;border-right:1px solid rgba(0,0,0,.1)}.balance-item:last-child{border-right:none}.profile-card{display:flex;align-items:center;gap:16px;padding:18px 22px;border-radius:14px;color:#fff}.avatar img{width:100%;height:100%;object-fit:cover}.profile-content{flex:1}.top-row{display:flex;align-items:center;gap:10px;margin-bottom:6px}.username{font-size:20px;font-weight:700;letter-spacing:.5px}.vip-badge{display:flex;align-items:center;gap:6px;background:linear-gradient(180deg,#cfd7ff,#8fa1ff);color:#1b2366;font-size:13px;font-weight:700;padding:3px 8px;border-radius:20px}.vip-icon{width:18px;height:18px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:12px;font-weight:700}.uid-row{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,#132b96,#05053d);color:#fff;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:6px;cursor:pointer}.uid-row span{opacity:.9}.copy-icon{width:16px;height:16px;cursor:pointer;opacity:.9}.copy-icon:hover{opacity:1}.last-login{font-size:14px;opacity:.85}.up-balance-label{font-size:.7rem;color:var(--muted-foreground);text-align:center}.up-balance-value{font-size:1.1rem;font-weight:700;color:#000}.up-content{flex:1;overflow-y:auto;padding:0 1rem 1rem;display:flex;flex-direction:column;gap:.75rem;padding-bottom:100px}.card{background:var(--card);border-radius:1rem;box-shadow:var(--shadow-md);overflow:hidden}.token-card{background:linear-gradient(180deg,#162d5a,#091734);border-radius:1rem;padding:1rem;position:relative;overflow:hidden}.token-card .tier-badge{position:absolute;top:.75rem;right:.75rem;display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:9999px;font-size:.7rem;font-weight:600}.tier-badge.gold{background:linear-gradient(90deg,#f6be13,#fbe36a,#f6be13,#da950b,#f6be13);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite;color:var(--foreground)}.tier-badge.base{background:linear-gradient(90deg,#ebebeb,#fff,#ebebeb,#d9d9d9,#ebebeb);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite;color:#222}.tier-badge.vip{background:linear-gradient(90deg,#df2020,#f25a5a,#df2020,#ad1f1f,#df2020);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite;color:#fff}.tier-badge.bronze{background:#b4783c33;color:#cc9166;border:1px solid rgba(180,120,60,.3)}.tier-badge.platinum{background:linear-gradient(135deg,#d1dbe0,#a7b6be);color:#415058}.token-header{display:flex;align-items:flex-start;gap:.75rem}.token-icon{width:40px;height:40px;border-radius:50%;background:rgba(var(--accent),.2);background:#f6be1333;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:var(--accent)}.token-info{flex:1}.token-amount{font-size:1.1rem;font-weight:700;color:var(--card-dark-foreground)}.token-rate{font-size:.8rem;color:#fff9;display:flex;align-items:center;gap:.25rem}.token-buttons{display:flex;gap:.5rem;margin-top:.75rem}.token-btn{flex:1;padding:.5rem 1rem;border-radius:.75rem;font-size:.85rem;font-weight:500;border:none;cursor:pointer;transition:all .2s}.token-btn.withdraw{background:#f6be1333;color:var(--accent)}.token-btn.withdraw:hover{background:#f6be134d}.token-btn.exchange{background:var(--primary-dark);color:var(--primary-foreground)}.token-btn.exchange:hover{opacity:.9}.tier-card{padding:1rem;border-radius:1rem}.tier-card.gold{background:linear-gradient(135deg,#f6be1326,#da950b33);border:1px solid hsl(45,93%,52%,.4);box-shadow:var(--shadow-gold)}.tier-card.bronze{background:linear-gradient(135deg,#b4783c26,#a0642833);border:1px solid rgba(180,120,60,.3)}.tier-card.platinum{background:linear-gradient(135deg,#d1dbe04d,#a7b6be4d);border:1px solid hsl(200,15%,70%,.4)}.tier-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.tier-info{display:flex;align-items:center;gap:.5rem}.tier-icon{font-size:1.75rem}.tier-title{font-weight:700}.tier-title.gold{color:var(--accent-dark)}.tier-title.bronze{color:var(--tier-bronze)}.tier-title.platinum{color:#576b75}.tier-subtitle{font-size:.7rem;color:var(--muted-foreground)}.tier-icons{display:flex;gap:.25rem}.tier-icons span{font-size:1.25rem}.tier-icons span.inactive{opacity:.3}.progress-bar{height:8px;background:#0000001a;border-radius:9999px;overflow:hidden}.progress-fill{height:100%;border-radius:9999px;transition:width .7s ease}.progress-fill.gold{background:linear-gradient(90deg,#f6be13,#fbe36a,#f6be13,#da950b,#f6be13);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}.progress-fill.bronze{background:var(--tier-bronze)}.progress-fill.platinum{background:linear-gradient(90deg,#a3b8c2,#d3dbde,#a3b8c2)}.referral-card{padding:1rem;position:relative;overflow:hidden;background:linear-gradient(135deg,#f6be1326,#da950b33);border:1px solid hsl(45,93%,52%,.4);box-shadow:var(--shadow-gold);cursor:pointer}.referral-card:before{content:"";position:absolute;top:0;right:0;width:96px;height:96px;background:linear-gradient(to bottom left,hsl(45,93%,52%,.1),transparent);border-bottom-left-radius:100%}.referral-content{display:flex;align-items:center;justify-content:space-between}.referral-label{font-size:.7rem;color:var(--muted-foreground);margin-bottom:.25rem}.referral-amount{font-size:1.5rem;font-weight:700}.referral-change{display:flex;align-items:center;gap:.25rem;font-size:.7rem;color:#24a85b;font-weight:500;margin-top:.25rem}.referral-icon{width:48px;height:48px;border-radius:.75rem;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);box-shadow:var(--shadow-gold);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.stats-card{background:linear-gradient(90deg,hsl(45,93%,52%,.1),hsl(45,93%,52%,.05),transparent);padding:1rem}.stats-row{display:flex;align-items:center;justify-content:space-between}.stat-item{flex:1;text-align:center;border-right:1px solid rgba(0,0,0,.1)}.stat-item:last-child{border-right:none}.stat-label{font-size:.7rem;color:var(--muted-foreground);margin-bottom:.25rem;display:flex;align-items:center;justify-content:center;gap:.25rem}.stat-value{font-size:1.25rem;font-weight:700;color:#000}.details-btn{background:var(--foreground);color:var(--background);padding:.4rem 1rem;border-radius:9999px;font-size:.8rem;font-weight:600;border:none;cursor:pointer;transition:opacity .2s}.details-btn:hover{opacity:.9}.stat-date{font-size:.7rem;color:var(--muted-foreground);margin-top:.25rem}.action-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border);cursor:pointer;transition:background .2s}.action-item:last-child{border-bottom:none}.action-item:hover{background:var(--secondary)}.action-left{display:flex;align-items:center;gap:.75rem}.action-icon{width:32px;height:32px;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.action-icon svg{width:16px;height:16px}.action-icon.amber{background:#fcf1cf;color:#b88f14}.action-icon.up-blue{background:#d8ebfd;color:#1773cf}.action-icon.slate{background:#e8ebee;color:#5c6670}.action-icon.emerald{background:#d6f5e6;color:#248f59}.action-icon.gold{background:#f6be1333;color:var(--accent-dark)}.action-label{font-size:.9rem;font-weight:500}.action-arrow{color:var(--muted-foreground)}.action-arrow svg{width:16px;height:16px}.logout-btn{width:100%;background:#fff;color:#ef4343;border:none;border-radius:40px;font-size:16px;font-weight:600;padding:15px 0;cursor:pointer;margin-top:10px;transition:background .2s ease;background:#ffe5e5}.logout-btn:hover{background:#ffd3d3}.wu-header{background:linear-gradient(180deg,var(--su-primary) 0%,var(--su-primary-dark) 100%);overflow:hidden}.wu-header-glow{position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(245,106,13,.15) 0%,transparent 70%);pointer-events:none}.wu-header-content{max-width:480px;margin:0 auto;padding:20px 24px;position:relative;z-index:10}.wu-nav-row{display:flex;align-items:center;justify-content:space-between}.wu-back-btn{display:flex;align-items:center;gap:8px;color:#fffc;background:#ffffff1a;border:none;padding:10px 16px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.back-btn:hover{color:#fff;background:#fff3}.history-btn{display:flex;align-items:center;gap:8px;color:#ffffffe6;background:#ffffff1a;border:none;padding:8px 14px;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.history-btn:hover{background:#fff3}.history-btn svg{color:#f56a0d}.hero-section{text-align:center;padding:2px 0 10px}.hero-icon{width:72px;height:72px;background:linear-gradient(135deg,#f56a0d,#e55b00);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 8px 24px #f56a0d66}.hero-icon svg{width:32px;height:32px;color:#fff}.hero-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:0}.hero-subtitle{color:#fff9;font-size:14px}.balance-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.balance-label{font-size:12px;color:#fff9;font-weight:500}.balance-value{font-size:20px;font-weight:700;color:#fff}.wu-usdt-badge{background:linear-gradient(135deg,#36b087,#2a8969);color:#fff;font-size:.75rem;font-weight:700;padding:.5rem .875rem;border-radius:.5rem}.wu-no-bank-text{font-size:12px;color:var(--su-muted);margin-bottom:0}.main-content{max-width:480px;margin:-24px auto 0;padding:0 24px 32px}.wu-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;overflow:hidden}.section{padding:24px;border-bottom:1px solid #f0f0f0}.section:last-child{border-bottom:none}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.section-label{font-size:11px;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:1px}.add-btn{display:flex;align-items:center;gap:6px;color:#f56a0d;background:#f56a0d1a;border:none;padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.add-btn:hover{background:#f56a0d26}.currency-buttons{display:flex;gap:12px}.currency-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:2px solid transparent}.currency-btn.inactive{background:#f5f5f5;color:#888}.currency-btn.inactive:hover{background:#eee}.currency-btn.active-usdt{background:linear-gradient(135deg,#36b087,#2a8969);color:#fff;border-color:#f56a0d;box-shadow:0 4px 12px #26a17b4d}.currency-btn.active-payx{background:linear-gradient(135deg,#132d97,#06063c);color:#fff;border-color:#f56a0d;box-shadow:0 4px 12px #132d974d}.currency-icon{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff}.currency-icon.payx{background:#ef4444}.currency-icon.usdt{background:#309c78}.wallet-address{font-family:monospace;font-size:14px;font-weight:600;color:#1a1a1a;word-break:break-all}.amount-input-wrapper{position:relative}.amount-input{width:100%;padding:20px 80px 20px 20px;font-size:24px;font-weight:700;color:#1a1a1a;background:#f5f5f5;border:2px solid transparent;border-radius:12px;outline:none;transition:all .2s}.amount-input:focus{border-color:#132d97;background:#fff}.amount-input::placeholder{color:#aaa;font-weight:400;font-size:16px}.amount-suffix{position:absolute;right:20px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:8px}.amount-suffix .currency-icon{width:20px;height:20px}.amount-suffix span{font-size:14px;font-weight:700;color:#309c78}.amount-info{display:flex;justify-content:space-between;align-items:flex-start;margin-top:14px;padding-top:14px;border-top:1px dashed #e0e0e0}.amount-info-left{font-size:14px}.amount-info-left .highlight{color:#f56a0d;font-weight:600}.highlight{color:#2563eb!important;font-size:14px;font-weight:500}.refund-color{color:#666!important;font-size:14px;font-weight:500}.amount-info-left .usdt-mini{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:#309c78;border-radius:50%;color:#fff;font-size:8px;font-weight:700;margin-left:4px}.amount-info-right{font-size:14px;color:#888}.amount-info-right .bold{font-weight:600}.confirm-btn{width:100%;padding:16px;background:linear-gradient(135deg,#f56a0d,#e55b00);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 16px #f56a0d66}.confirm-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #f56a0d80}.confirm-btn:disabled{background:#d1d5db;box-shadow:none;cursor:not-allowed;transform:none}.security-note{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:16px;font-size:12px;color:#888}.modal-overlay{position:fixed;inset:0;background:#00000080;z-index:100;display:none;align-items:flex-end;justify-content:center}.modal{width:100%;max-width:480px;background:#fff;border-radius:24px 24px 0 0;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #f0f0f0}.modal-title{font-size:18px;font-weight:700;color:#1a1a1a}.modal-close{width:32px;height:32px;background:#f5f5f5;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#888;transition:all .2s}.modal-close:hover{background:#eee}.modal-content{padding:24px;text-align:center}.modal-amount-label{color:#888;font-size:14px;margin-bottom:8px}.modal-amount{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px}.modal-amount .currency-icon{width:24px;height:24px;font-size:12px}.modal-amount-value{font-size:32px;font-weight:700;color:#1a1a1a}.modal-fee{color:#888;font-size:14px}.password-dots{display:flex;justify-content:center;gap:12px;margin:32px 0}.password-dot{width:48px;height:48px;border-radius:12px;border:2px solid #e0e0e0;background:#f5f5f5;display:flex;align-items:center;justify-content:center;transition:all .2s}.password-dot.filled{background:#132d97;border-color:#132d97}.password-dot.filled:after{content:"";width:12px;height:12px;background:#fff;border-radius:50%}.number-pad{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:16px;background:#f5f5f5}.number-btn{padding:20px;font-size:20px;font-weight:600;background:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.number-btn:hover{background:#eee}.number-btn:active{background:#ddd}.number-btn.empty{background:transparent;cursor:default}.modal-submit{display:none;width:calc(100% - 32px);margin:0 16px 16px;padding:16px;background:linear-gradient(135deg,#f56a0d,#e55b00);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #f56a0d66}.modal-submit.visible{display:block}.toast{position:fixed;top:20px;left:50%;transform:translate(-50%) translateY(-100px);background:#1a1a1a;color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;z-index:200;transition:transform .3s ease}.toast.success{background:#22c55e}.toast.error{background:#ef4444}.toast.visible{transform:translate(-50%) translateY(0)}.modal-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:none;align-items:flex-end;justify-content:center}.modal-overlay.active{display:flex}.modal{width:100%;max-width:480px;background:#fff;border-radius:24px 24px 0 0}.info-line{display:flex;align-items:center;gap:3px}:root{--su-primary: hsl(229, 78%, 33%);--su-primary-dark: hsl(240, 85%, 13%);--su-accent: hsl(24, 99%, 58%);--su-background: #ffffff;--su-foreground: hsl(230, 50%, 10%);--su-muted: hsl(230, 15%, 45%);--su-muted-bg: hsl(230, 20%, 96%);--su-border: hsl(230, 20%, 90%);--su-success: hsl(142, 76%, 36%)}.txn-page{padding:20px;max-width:500px;margin:auto}.txn-top-card{border-radius:20px;text-align:center;margin-bottom:24px}.txn-top-card h1{font-size:42px;margin:10px 0}.txn-top-card.failed{color:#dc2626}.txn-receive-label{color:var(--su-muted);font-weight:500}.txn-time{display:block;margin-top:8px;color:var(--su-muted)}.txn-status-row{display:flex;align-items:center;justify-content:center;margin-top:20px;background:#ffffff1a;border-radius:1rem;padding:12px 1.25rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.txn-step{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--su-muted)}.txn-step.active{color:var(--su-success)}.txn-line{width:60px;height:2px;background:var(--su-border);margin:0 10px}.txn-section{background:var(--su-background);border-radius:16px;padding:18px;margin-bottom:20px;border:1px solid var(--su-border)}.txn-section h3{margin-bottom:16px}.txn-row{display:flex;justify-content:space-between;margin-bottom:14px;color:var(--su-foreground)}.txn-copy{display:flex;gap:6px;align-items:center;cursor:pointer}.txn-trade{display:flex;align-items:center;gap:8px}.usdt-badge{background:linear-gradient(135deg,#26a17b,#1a7d5c);color:#fff;padding:4px 8px;border-radius:8px;font-weight:700}:root{--su-primary: hsl(229, 78%, 33%);--su-primary-dark: hsl(240, 85%, 13%);--su-accent: hsl(24, 99%, 58%);--su-accent-dark: hsl(24, 99%, 48%);--su-background: hsl(0, 0%, 100%);--su-foreground: hsl(230, 50%, 10%);--su-muted: hsl(230, 15%, 45%);--su-muted-bg: hsl(230, 20%, 96%);--su-border: hsl(230, 20%, 90%);--su-success: hsl(142, 76%, 36%)}.referral-root-container{display:flex;justify-content:center;padding:20px}.referral-card-box{width:100%;max-width:420px;border-radius:18px;color:#000}.referral-title-text{font-size:20px;font-weight:500}.referral-subtitle-text{color:#b9c0cc;margin-top:6px;margin-bottom:18px}.referral-code-container{margin-top:3px;border:2px dashed #f56a0d;border-radius:8px;padding:8px 16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.referral-code-text{font-size:20px;letter-spacing:4px;color:#f56a0d;font-weight:600}.referral-copy-button{background:none;border:none;color:#f56a0d;cursor:pointer}.referral-action-row{display:flex;gap:12px;margin-bottom:20px}.referral-whatsapp-button{flex:1;background:#f56a0d;border:none;padding:12px;border-radius:10px;color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.referral-more-button{flex:1;background:#2a2f3c;border:none;padding:12px;border-radius:10px;color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.referral-how-title{font-size:18px;margin-bottom:10px;border-top:1px solid rgb(205,205,205);padding-top:20px}.referral-step-row{display:flex;align-items:center;gap:12px;margin-bottom:10px;color:#979797}.rx-referral-page{padding:25px 10px}.rx-referral-title{font-size:18px;margin-bottom:10px}.rx-referral-empty{text-align:center;padding:40px;color:#888}.rx-referral-card{display:flex;align-items:center;justify-content:space-between;border-radius:15px;padding:8px 10px;margin-bottom:10px;box-shadow:0 3px 3px #0000000d;border:1px solid rgba(0,0,0,.05)}.rx-referral-icon-box{width:36px;height:36px;border-radius:8px;background:#ffdfc9;display:flex;align-items:center;justify-content:center;color:#f56a0d}.rx-referral-card-info{flex:1;margin-left:10px}.rx-referral-card-title{font-size:16px;font-weight:500}.rx-referral-card-time{font-size:13px;color:#777;display:flex;align-items:center;gap:2px;margin-top:4px}.rx-referral-card-right{text-align:right}.rx-referral-card-amount{font-size:16px;font-weight:600;color:#16a34a}.rx-referral-card-status{font-size:11px;color:#989898}.rx-referral-total-box{margin-top:18px;font-size:16px}.rx-referral-total-box span{font-weight:600;color:#16a34a}.rx-referral-loadmore-wrapper{display:flex;justify-content:center;margin-top:20px}.rx-referral-loadmore-btn{text-decoration:underline;color:#f56a0d;background-color:#fff;border:0px;text-align:center;cursor:pointer}.modal-overlay{position:fixed;inset:0;background:#0000004d;display:flex;justify-content:center;align-items:center;z-index:100}.modal-box{width:80%;max-width:300px;background:#fff;border-radius:16px;transform:scale(.9);opacity:0;transition:transform .2s ease,opacity .2s ease;overflow:hidden;box-shadow:0 2px 10px #0000001a;padding-top:2rem}.modal-box.in{transform:scale(1);opacity:1}.modal-text{font-size:15px;color:#111;text-align:center;margin:0 0 15px;line-height:1.4}.modal-actions{display:flex;border-top:.5px solid #ddd}.btn{flex:1;height:44px;border:none;background:transparent;font-size:15px;cursor:pointer}.cancel_btn{color:#7f6eff;font-weight:400;border-right:.5px solid #ddd}.confirm_btn{color:#6954ff;font-weight:500}.btn:active{background:#f5f5f5}.page-loader-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;z-index:9999;display:flex;justify-content:center;align-items:center;pointer-events:auto}.loader-box{width:74px;height:74px;background:#000000d9;border-radius:16px;display:flex;justify-content:center;align-items:center}.loader{width:48px;height:48px;border-radius:50%;position:relative;animation:rotate 1s linear infinite}.loader:before{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:5px solid #FFF;animation:prixClipFix 2s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}
