:root{--bg:#0b0d14;--surface:#12141c;--border:#1e2433;--text:#f1f5f9;--muted:#8b95a5;--primary:#2b8ef5;--primary-hover:#1e74e4}.g-toast-container{position:fixed;top:16px;right:16px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none;max-width:400px;width:calc(100% - 32px)}.g-toast{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:12px;font-size:.86rem;font-weight:600;line-height:1.4;pointer-events:auto;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 32px rgba(0,0,0,.3),0 2px 8px rgba(0,0,0,.2);animation:gToastEnter .3s cubic-bezier(.21,1.02,.73,1) forwards;transform-origin:top right}.g-toast-leave{animation:gToastLeave .3s ease forwards}@keyframes gToastEnter{0%{opacity:0;transform:translateX(40px) scale(.96)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes gToastLeave{0%{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(40px) scale(.96)}}.g-toast-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}.g-toast-msg{flex:1 1;min-width:0}.g-toast-error{background:rgba(28,18,20,.92);color:#fca5a5;border:1px solid rgba(239,68,68,.25)}.g-toast-error .g-toast-icon{background:rgba(239,68,68,.15);color:#ef4444}.g-toast-success{background:rgba(15,28,20,.92);color:#86efac;border:1px solid rgba(34,197,94,.25)}.g-toast-success .g-toast-icon{background:rgba(34,197,94,.15);color:#22c55e}.g-toast-info{background:rgba(18,20,28,.92);color:#93c5fd;border:1px solid rgba(96,165,250,.25)}.g-toast-info .g-toast-icon{background:rgba(96,165,250,.15);color:#60a5fa}@media (max-width:520px){.g-toast-container{right:8px;left:8px;width:auto;max-width:none}}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{text-size-adjust:100%;touch-action:manipulation}body,html{overscroll-behavior:none}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,select,textarea{font-size:16px}[role=button],a,button{touch-action:manipulation}a{color:inherit}.app-preloader{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#f7f7f8;transition:opacity .35s ease,visibility .35s ease}.app-preloader.hidden{opacity:0;visibility:hidden;pointer-events:none}.app-preloader-grid{position:absolute;inset:0;overflow:hidden;opacity:.6}.app-preloader-content{display:flex;align-items:center;gap:16px;animation:preloaderEnter .5s cubic-bezier(.21,1.02,.73,1) forwards;transform-origin:center;margin-top:-5vh}@keyframes preloaderEnter{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.app-preloader-logo{width:56px;height:56px;border-radius:14px;flex-shrink:0;overflow:hidden}.app-preloader-title{font-size:27px;font-weight:800;color:#0f172a;letter-spacing:-.7px;line-height:1.15;animation:preloaderTitleSlide .45s cubic-bezier(.21,1.02,.73,1) .2s both}@keyframes preloaderTitleSlide{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.page-spinner{width:32px;height:32px;border:3px solid rgba(43,142,245,.15);border-top:3px solid var(--primary);border-radius:50%;animation:pageSpin .7s linear infinite}@keyframes pageSpin{to{transform:rotate(1turn)}}.container{max-width:1140px;margin:0 auto;padding:0 16px}.top-nav{position:-webkit-sticky;position:sticky;top:10px;z-index:50;margin:14px auto 0;padding:12px 20px;max-width:1140px;border:1px solid var(--border);border-radius:999px;background:rgba(18,20,28,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:space-between;align-items:center}.brand{text-decoration:none;font-weight:800}.nav-links{display:flex;gap:18px;align-items:center}.nav-links a{text-decoration:none;color:#cbd5e1;font-size:.94rem}.nav-links a:hover{color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid transparent;padding:10px 14px;text-decoration:none;font-weight:700;cursor:pointer}.btn-primary{color:#fff;background:var(--primary)}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:#12141c;border-color:var(--border)}.section{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:28px}.main-stack{display:grid;grid-gap:18px;gap:18px;margin-top:10px;padding-bottom:32px}.hero-grid{display:grid;grid-gap:22px;gap:22px;grid-template-columns:minmax(0,1.1fr) minmax(260px,360px);align-items:center}.hero h1{margin:0;font-size:clamp(1.7rem,4vw,2.8rem);line-height:1.18}.hero p{color:var(--muted);line-height:1.65}.mock-phone{width:230px;height:460px;margin:0 auto;border-radius:30px;border:3px solid #1e2433;background:linear-gradient(160deg,#111827,#12141c 55%,#111827)}.cards{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.card{border:1px solid var(--border);border-radius:16px;padding:16px;background:#0b0d14}.card h3{margin:0 0 8px;font-size:1.06rem}.card p{margin:0;color:var(--muted);line-height:1.55}.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:20px}.auth-card{width:min(440px,100%);border:1px solid var(--border);border-radius:18px;padding:24px;box-shadow:0 14px 34px rgba(0,0,0,.08)}.auth-card h1{margin:0 0 18px;font-size:1.4rem}.field{display:grid;grid-gap:8px;gap:8px;margin-bottom:14px}.field label{color:#cbd5e1;font-size:.85rem}.field input{border:1px solid #1e2433;border-radius:12px;padding:12px 14px;font-size:1rem}.field input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(43,142,245,.15)}.help{color:var(--muted);font-size:.92rem}.dash{padding:18px 0 28px}.dash-hero{background:linear-gradient(180deg,#2f9af6,#2b8ef5);color:#fff;border-radius:22px;padding:22px}.dash-hero h1{margin:0 0 4px}.dash-balance{margin-top:14px;font-size:2.2rem;font-weight:800}html{scroll-behavior:smooth}.ps-site{background:#0b0d14}.ps-fade-pre{opacity:0;transform:translateY(24px)}.ps-fade-in{opacity:1;transform:translateY(0);transition:opacity .7s ease,transform .7s ease}.ps-topbar-wrap{position:-webkit-sticky;position:sticky;top:12px;z-index:30;padding:12px 14px 0}.ps-topbar{max-width:1220px;margin:0 auto;height:56px;border-radius:999px;background:rgba(18,20,28,.72);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(30,36,51,.6);display:flex;align-items:center;justify-content:space-between;padding:0 16px;transition:background .3s ease}.ps-brand{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#f1f5f9;font-weight:800}.ps-brand img{width:28px;height:28px;object-fit:contain}.ps-links{display:flex;align-items:center;gap:18px}.ps-links a{text-decoration:none;color:#cbd5e1;font-size:.78rem;transition:color .2s ease}.ps-links a:hover{color:#2b8ef5}.ps-topbar-right{display:flex;align-items:center;gap:10px}.ps-login-btn{text-decoration:none;height:34px;border-radius:8px;min-width:48px;padding:0 12px;font-size:.72rem;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#2b8ef5;font-weight:700;transition:background .2s ease}.ps-login-btn:hover{background:#1e74e4}.ps-hamburger{display:none;background:none;border:none;color:#f1f5f9;cursor:pointer;padding:4px}.ps-mobile-menu{display:none;flex-direction:column;gap:0;max-width:1220px;margin:8px auto 0;background:rgba(18,20,28,.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid #1e2433;border-radius:16px;padding:8px 0;animation:psSlideDown .25s ease}@keyframes psSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ps-mobile-menu a{display:block;padding:14px 20px;text-decoration:none;color:#cbd5e1;font-size:.92rem;font-weight:500;transition:background .15s ease,color .15s ease}.ps-mobile-menu a:hover{background:rgba(43,142,245,.08);color:#2b8ef5}.ps-mobile-login{margin:4px 12px 8px;text-align:center;background:#2b8ef5!important;color:#fff!important;border-radius:10px;font-weight:700!important}.ps-main{max-width:1220px;margin:0 auto;padding:10px 16px 28px}.ps-hero{border-radius:18px;background:linear-gradient(180deg,#101624,#0b0d14 50%,#0d1220);border:1px solid #1e2433;text-align:center;padding:48px 16px 0;position:relative;overflow:hidden;min-height:780px}.ps-hero:before{content:"";top:-40%;left:50%;transform:translateX(-50%);width:140%;height:80%;background:radial-gradient(ellipse at center,rgba(38,128,233,.08) 0,transparent 70%)}.ps-hero-particles,.ps-hero:before{position:absolute;pointer-events:none}.ps-hero-particles{inset:0;background:radial-gradient(1.5px 1.5px at 20% 30%,rgba(43,142,245,.3),transparent),radial-gradient(1px 1px at 40% 70%,rgba(99,102,241,.2),transparent),radial-gradient(1.5px 1.5px at 60% 15%,rgba(43,142,245,.25),transparent),radial-gradient(1px 1px at 80% 50%,rgba(99,102,241,.15),transparent),radial-gradient(1.5px 1.5px at 10% 80%,rgba(43,142,245,.2),transparent),radial-gradient(1px 1px at 90% 85%,rgba(99,102,241,.2),transparent);animation:psFloat 8s ease-in-out infinite alternate}@keyframes psPhoneRise{0%{opacity:0;transform:translateX(-50%) translateY(40px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes psBadgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes psBadgeSlideLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes psBadgeSlideRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.ps-hero h1{margin:0 auto;max-width:760px;font-size:clamp(2.1rem,4.2vw,4rem);line-height:1.06;letter-spacing:-.02em;color:#f1f5f9;font-weight:800}.ps-hero h1,.ps-hero p{position:relative;z-index:1}.ps-hero p{margin:12px auto 0;max-width:720px;font-size:.92rem;line-height:1.55;color:#8b95a5}.ps-store-row{margin-top:14px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap;position:relative;z-index:1}.ps-store-btn{border:1px solid #1e2433;border-radius:10px;background:#12141c;font-size:.76rem;color:#f1f5f9;font-weight:700;height:40px;padding:0 16px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease}.ps-store-btn:hover{border-color:#2b8ef5;background:rgba(43,142,245,.08)}.ps-store-btn-dark{background:transparent;color:#fff;border-color:hsla(0,0%,100%,.6)}.ps-store-btn-dark:hover{border-color:#fff;background:hsla(0,0%,100%,.1)}.ps-trusted-badge{margin-top:16px;display:inline-block;padding:6px 18px;border-radius:999px;background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.25);color:#22c55e;font-size:.78rem;font-weight:600;position:relative;z-index:1}.ps-hero-image-wrap{position:relative;margin-top:32px;display:flex;justify-content:center;align-items:flex-start;min-height:420px;z-index:1}.ps-hero-bg{position:absolute;left:50%;transform:translateX(-50%);width:min(960px,90vw);opacity:.85;top:0;filter:blur(.5px);mask-image:linear-gradient(180deg,#000 30%,transparent 95%);-webkit-mask-image:linear-gradient(180deg,#000 30%,transparent 95%)}.ps-hero-phone{position:relative;z-index:3;width:min(260px,48vw);animation:psPhoneRise .8s ease-out both;filter:drop-shadow(0 20px 60px rgba(38,128,233,.18)) drop-shadow(0 8px 24px rgba(0,0,0,.4));border-radius:24px}.ps-hero-users{left:max(2%,calc(50% - 380px));top:200px;width:min(200px,28vw);animation:psBadgeSlideLeft .7s ease-out .4s both,psBadgeFloat 4s ease-in-out 1.2s infinite}.ps-hero-lower,.ps-hero-users{position:absolute;z-index:4;border-radius:14px;filter:drop-shadow(0 8px 32px rgba(0,0,0,.5));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ps-hero-lower{right:max(2%,calc(50% - 380px));top:180px;width:min(260px,34vw);animation:psBadgeSlideRight .7s ease-out .6s both,psBadgeFloat 4s ease-in-out 1.8s infinite}.ps-block{margin-top:0;border:none;border-radius:0;background:transparent;padding:70px 30px}.ps-block+.ps-block{border-top:1px solid rgba(30,36,51,.5)}.ps-block h2{margin:0;text-align:center;font-size:clamp(2rem,4vw,3.25rem);line-height:1.04;letter-spacing:-.02em}.ps-feature-grid{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.ps-feature-card{border-radius:16px;padding:28px;min-height:320px;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;border:1px solid hsla(0,0%,100%,.05)}.ps-feature-card:before{content:"";position:absolute;inset:0;border-radius:16px;padding:1px;background:linear-gradient(135deg,transparent,rgba(43,142,245,0) 40%,rgba(43,142,245,.12));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease;pointer-events:none}.ps-feature-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,0,0,.2);border-color:rgba(43,142,245,.15)}.ps-feature-card:hover:before{opacity:1}.ps-fcard-art{width:100%;height:200px;border-radius:14px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;color:#2b8ef5;margin-bottom:16px}.ps-feature-card:hover .ps-fcard-art{transform:scale(1.02)}.ps-fcard-art{transition:transform .3s ease}.ps-feature-card-gray .ps-fcard-art{background:hsla(0,0%,100%,.03)}.ps-feature-card-rose .ps-fcard-art{background:rgba(244,114,182,.04)}.ps-feature-card-gold .ps-fcard-art{background:rgba(250,204,21,.04)}.ps-flag-cluster{position:relative;width:220px;height:180px}.ps-gear{position:absolute;border-radius:50%;border:2px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.02)}.ps-gear-1{width:120px;height:120px;top:10px;left:20px}.ps-gear-2{width:90px;height:90px;top:40px;right:10px}.ps-flag-circle{position:absolute;border-radius:50%;overflow:hidden;border:3px solid hsla(0,0%,100%,.15);box-shadow:0 4px 16px rgba(0,0,0,.3);transition:transform .3s ease}.ps-flag-circle:hover{transform:scale(1.1)}.ps-flag-circle svg{width:100%;height:100%;display:block}.ps-flag-us{width:58px;height:58px;top:16px;left:40px;z-index:3}.ps-flag-au{width:54px;height:54px;top:10px;right:30px;z-index:2}.ps-flag-gb{width:52px;height:52px;bottom:16px;left:20px;z-index:2}.ps-flag-ru{width:48px;height:48px;bottom:24px;left:90px;z-index:1}.ps-flag-ca{width:52px;height:52px;bottom:10px;right:24px;z-index:2}.ps-num-preview{width:100%;display:flex;justify-content:center}.ps-num-preview-card{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:14px;padding:18px 22px;display:flex;flex-direction:column;gap:6px;min-width:220px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 32px rgba(0,0,0,.2);transition:transform .3s ease}.ps-num-preview-card:hover{transform:translateY(-2px)}.ps-num-country{font-size:.72rem;color:#8b95a5;font-weight:500;letter-spacing:.02em}.ps-num-number{font-size:1.4rem;font-weight:800;color:#f1f5f9;letter-spacing:-.01em}.ps-num-mask{display:flex;align-items:center;gap:8px;color:#64748b;font-size:.85rem;letter-spacing:.1em}.ps-num-mask svg{opacity:.5;flex-shrink:0}.ps-esim-stats{position:relative;width:100%;display:flex;align-items:center;justify-content:center;gap:24px}.ps-esim-blob{position:absolute;border-radius:50%;opacity:.25}.ps-esim-blob-1{width:130px;height:130px;background:radial-gradient(circle,#facc15,transparent 70%);top:-20px;left:10%}.ps-esim-blob-2{width:100px;height:100px;background:radial-gradient(circle,#fb923c,transparent 70%);bottom:-10px;right:15%}.ps-esim-stat{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:20px 24px;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 6px 24px rgba(0,0,0,.15);position:relative;z-index:1;transition:transform .3s ease}.ps-esim-stat:hover{transform:translateY(-2px)}.ps-esim-stat strong{display:block;font-size:1.5rem;font-weight:800;color:#f1f5f9}.ps-esim-stat span{font-size:.78rem;color:#8b95a5;font-weight:500}.ps-social-scatter{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;width:100%;padding:0 8px}.ps-social-bubble{display:flex;flex-direction:column;align-items:center;gap:5px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:12px 10px 8px;width:74px;transition:transform .3s ease,box-shadow .3s ease}.ps-social-bubble:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.ps-social-bubble span{font-size:.62rem;color:#8b95a5;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:64px;text-align:center}.ps-social-bubble svg{width:26px;height:26px}.ps-sb-ig{border-color:rgba(228,64,95,.2)}.ps-sb-fb{border-color:rgba(24,119,242,.2)}.ps-sb-tt{border-color:hsla(0,0%,100%,.1)}.ps-sb-yt{border-color:rgba(255,0,0,.2)}.ps-sb-tg{border-color:rgba(34,158,217,.2)}.ps-sb-tw{border-color:hsla(0,0%,100%,.1)}.ps-feature-card h3{margin:0 0 10px;font-size:1.6rem;line-height:1.1}.ps-feature-card p{margin:0;max-width:460px;color:#8b95a5;line-height:1.5}.ps-feature-card img{width:100%;border-radius:10px;margin-bottom:12px}.ps-feature-card-gray{background:hsla(0,0%,100%,.02)}.ps-feature-card-rose{background:rgba(244,114,182,.03)}.ps-feature-card-gold{background:rgba(250,204,21,.03)}.ps-premium{background:linear-gradient(180deg,#0d1117,#0b0d14)}.ps-premium-sub{margin:12px auto 0;text-align:center;color:#8b95a5;max-width:820px}.ps-premium-grid{margin-top:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.ps-premium-card{border:1px solid hsla(0,0%,100%,.05);border-radius:14px;background:hsla(0,0%,100%,.02);padding:24px;transition:transform .2s ease,border-color .2s ease}.ps-premium-card:hover{transform:translateY(-3px);border-color:rgba(43,142,245,.15)}.ps-premium-kpi{display:inline-block;color:#2b8ef5;font-size:2.2rem;font-weight:800;margin-bottom:8px;text-shadow:0 0 30px rgba(43,142,245,.3)}.ps-premium-card h3{margin:0 0 6px;font-size:1.1rem}.ps-premium-card p{margin:0;color:#8b95a5}.ps-status-strip{margin-top:16px;display:flex;flex-wrap:wrap;gap:10px}.ps-status-pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid hsla(0,0%,100%,.06);padding:8px 12px;background:hsla(0,0%,100%,.03);color:#cbd5e1;font-size:.83rem;font-weight:600;transition:border-color .2s ease}.ps-status-pill:hover{border-color:rgba(34,197,94,.3)}.ps-status-pill i{width:8px;height:8px;border-radius:50%;background:#22c55e;display:inline-block;box-shadow:0 0 8px rgba(34,197,94,.5)}.ps-country{text-align:center}.ps-country p{margin:10px auto 0;max-width:880px;color:#8b95a5}.ps-country-visual{position:relative;width:100%;max-width:900px;height:460px;margin:40px auto 0}.ps-phone-mockup{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:180px;filter:drop-shadow(0 20px 40px rgba(43,142,245,.25));z-index:2;filter:drop-shadow(0 4px 30px rgba(43,142,245,.15))}.ps-phone-mockup svg{width:100%;height:auto}.ps-phone-glow{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:220px;height:360px;border-radius:40px;background:radial-gradient(ellipse at center,rgba(43,142,245,.12) 0,transparent 70%);z-index:1;pointer-events:none}@keyframes psFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.ps-float-icon{position:absolute;width:52px;height:52px;border-radius:50%;background:hsla(0,0%,100%,.95);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(0,0,0,.12);z-index:3;animation:psFloat 3.5s ease-in-out infinite;will-change:transform}.ps-fi-snapchat{top:8%;left:18%;animation-delay:0s}.ps-fi-instagram{top:4%;left:42%;animation-delay:.4s}.ps-fi-google{top:10%;right:20%;animation-delay:.8s}.ps-fi-tiktok{top:35%;left:6%;animation-delay:1.2s}.ps-fi-youtube{top:38%;right:5%;animation-delay:.6s}.ps-fi-telegram{bottom:30%;left:12%;animation-delay:1.6s}.ps-fi-twitter{top:5%;right:8%;animation-delay:2s}.ps-fi-discord{bottom:8%;left:28%;animation-delay:.3s}.ps-fi-whatsapp{bottom:12%;right:24%;animation-delay:1s}.ps-fi-facebook{bottom:5%;right:10%;animation-delay:1.8s}.ps-fi-twitch{top:22%;left:32%;animation-delay:2.2s}.ps-fi-spotify{bottom:25%;right:14%;animation-delay:.9s}.ps-fi-star{top:18%;right:34%;animation-delay:1.4s}.ps-fi-globe{bottom:38%;left:3%;animation-delay:2.5s}.ps-fi-uk{bottom:10%;left:8%;animation-delay:1.1s}.ps-fi-us{top:42%;right:28%;animation-delay:2.8s}.ps-country-hand-left,.ps-country-hand-right{position:absolute;top:50%;transform:translateY(-50%);width:64px;height:64px;border-radius:50%;background:hsla(0,0%,100%,.06);display:flex;align-items:center;justify-content:center;font-size:2rem;z-index:3;box-shadow:0 4px 16px rgba(0,0,0,.1)}.ps-country-hand-left{left:-10px}.ps-country-hand-right{right:-10px}.ps-how{background:transparent}.ps-how-timeline{position:relative;max-width:1100px;margin:32px auto 0}.ps-how-row{display:grid;grid-template-columns:1fr 60px 1fr;grid-gap:32px;gap:32px;align-items:center;padding-bottom:80px}.ps-how-row:last-child{padding-bottom:0}.ps-how-text h3{margin:0;font-size:1.6rem;font-weight:700}.ps-how-text p{margin:10px 0 0;color:#8b95a5;line-height:1.55}.ps-how-row-alt .ps-how-text{text-align:right}.ps-how-center,.ps-how-visual{display:flex;justify-content:center;align-items:center}.ps-how-center{position:relative;align-self:stretch}.ps-how-line{position:absolute;top:-40px;bottom:-40px;left:50%;transform:translateX(-50%);width:2px;background:linear-gradient(180deg,rgba(43,142,245,0),rgba(43,142,245,.7) 20%,rgba(43,142,245,.7) 80%,rgba(43,142,245,0));z-index:1}.ps-how-row:first-child .ps-how-line{top:50%}.ps-how-row:last-child .ps-how-line{bottom:50%}.ps-how-dot{position:relative;width:14px;height:14px;border-radius:50%;background:#2b8ef5;box-shadow:0 0 0 4px rgba(43,142,245,.18),0 0 16px rgba(43,142,245,.55);z-index:2}.ps-mock-card{width:340px;min-height:210px;border-radius:24px;padding:26px;box-shadow:0 18px 48px rgba(0,0,0,.35);box-sizing:border-box;display:flex;flex-direction:column;gap:14px}.ps-mock-blue{background:linear-gradient(135deg,#3a8bef,#5ba0f5);color:#fff}.ps-mock-light{background:#f5f6f8;color:#1a2030;box-shadow:0 18px 48px rgba(0,0,0,.25)}.ps-mock-inner{background:#fff;border-radius:14px;padding:16px;gap:12px}.ps-mock-field,.ps-mock-inner{display:flex;flex-direction:column}.ps-mock-field{gap:6px}.ps-mock-label{font-size:.72rem;color:#6b7280;font-weight:500}.ps-mock-input{border:1px solid #e5e7eb;border-radius:8px;padding:9px 12px;font-size:.8rem;color:#9ca3af;background:#fff}.ps-mock-bal-label{font-size:.78rem;color:#6b7280}.ps-mock-bal-amount{display:flex;align-items:center;gap:10px;font-size:1.9rem;font-weight:700;color:#111827}.ps-mock-bank{margin-top:auto;background:#fff;border-radius:12px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 14px rgba(0,0,0,.06)}.ps-mock-bank-left{display:flex;align-items:center;gap:10px;font-size:.88rem;font-weight:500;color:#1a2030}.ps-mock-bank-icon{width:30px;height:30px;background:rgba(43,142,245,.12)}.ps-mock-bank-icon,.ps-mock-chev{border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.ps-mock-chev{width:22px;height:22px;background:#2b8ef5}.ps-mock-services{display:flex;flex-direction:column;gap:10px}.ps-mock-pill{background:#fff;border-radius:10px;padding:10px 14px;gap:10px;font-weight:500;box-shadow:0 2px 8px rgba(0,0,0,.06)}.ps-mock-dash-head,.ps-mock-pill{display:flex;align-items:center;font-size:.85rem;color:#1a2030}.ps-mock-dash-head{justify-content:space-between;font-weight:600;padding-bottom:6px;border-bottom:1px solid #e5e7eb}.ps-mock-dash-row{background:#fff;border-radius:10px;padding:9px 12px;display:flex;align-items:center;gap:10px;font-size:.72rem;color:#374151;box-shadow:0 2px 6px rgba(0,0,0,.04);flex-wrap:wrap}.ps-mock-dash-country{font-weight:600;color:#1a2030}.ps-mock-dash-num{color:#6b7280}.ps-mock-dash-price{font-weight:700;color:#1a2030;margin-left:auto}.ps-mock-dash-meta{color:#6b7280;font-size:.7rem}.ps-mock-dash-foot{display:flex;justify-content:space-between;align-items:center;font-size:.72rem;color:#6b7280;padding-top:4px}.ps-mock-dash-active{background:rgba(34,197,94,.15);color:#16a34a;padding:3px 10px;border-radius:999px;font-weight:600}.ps-faq{display:grid;grid-template-columns:360px 1fr;grid-gap:24px;gap:24px;align-items:start}.ps-faq-head h2{text-align:left}.ps-faq-head p{margin-top:10px;color:#8b95a5}.ps-faq-list{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.05);border-radius:12px;overflow:hidden}.ps-faq-item{border-bottom:1px solid hsla(0,0%,100%,.05)}.ps-faq-item:last-child{border-bottom:none}.ps-faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px;border:none;background:none;color:#f1f5f9;font-size:1.05rem;font-weight:500;cursor:pointer;text-align:left;font-family:inherit;gap:12px;transition:color .2s ease}.ps-faq-question:hover{color:#2b8ef5}.ps-faq-chevron{color:#64748b;flex-shrink:0;transition:transform .3s ease}.ps-faq-open .ps-faq-chevron{transform:rotate(180deg)}.ps-faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 20px}.ps-faq-open .ps-faq-answer{max-height:200px;padding:0 20px 20px}.ps-faq-answer p{margin:0;color:#8b95a5;line-height:1.6;font-size:.92rem}.ps-testimonials{background:transparent}.ps-testimonial-grid{margin-top:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.ps-testimonial-card{border:1px solid hsla(0,0%,100%,.05);border-radius:14px;background:hsla(0,0%,100%,.02);padding:24px;transition:transform .2s ease,border-color .2s ease;position:relative}.ps-testimonial-card:hover{transform:translateY(-3px);border-color:rgba(43,142,245,.15)}.ps-testimonial-quote{font-size:3rem;line-height:1;color:rgba(43,142,245,.2);font-family:Georgia,serif;margin-bottom:-8px}.ps-testimonial-card p{margin:0;color:#cbd5e1;line-height:1.6;font-size:.92rem}.ps-testimonial-stars{display:flex;gap:2px;margin-top:14px}.ps-testimonial-author{display:flex;align-items:center;gap:12px;margin-top:14px}.ps-testimonial-avatar{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.82rem;flex-shrink:0}.ps-testimonial-author strong{color:#f1f5f9;font-size:.85rem}.ps-download{margin-top:20px;border-radius:22px;background:linear-gradient(135deg,#1d73c9,#2b8ef5 50%,#6366f1);min-height:280px;padding:30px 34px;display:grid;grid-template-columns:460px 1fr;align-items:center;color:#fff}.ps-download img{width:min(520px,100%);transform:translateY(16px)}.ps-download h2{margin:0;font-size:3rem;line-height:1}.ps-download p{margin:12px 0 0;max-width:360px;color:hsla(0,0%,100%,.9)}.ps-footer{max-width:1220px;margin:16px auto 0;border-radius:0;background:#0f1d34;color:#d5deed;padding:32px 32px 0;display:grid;grid-template-columns:1.4fr .8fr 1fr;align-items:start;grid-gap:20px;gap:20px}.ps-brand-footer{color:#fff}.ps-footer-tagline{margin:10px 0 0;font-size:.82rem;color:#8b95a5;line-height:1.5;max-width:280px}.ps-footer-links{display:flex;flex-direction:column;gap:10px}.ps-footer-links strong{color:#f1f5f9;font-size:.92rem;margin-bottom:4px}.ps-footer-links a{color:#8b95a5;text-decoration:none;font-size:.85rem;transition:color .2s ease}.ps-footer-links a:hover{color:#2b8ef5}.ps-footer-contact strong{display:block;margin-bottom:8px;color:#f1f5f9;font-size:.92rem}.ps-footer-contact a{color:#8b95a5;text-decoration:none;font-size:.85rem;transition:color .2s ease}.ps-footer-contact a:hover{color:#2b8ef5}.ps-footer-socials{display:flex;gap:12px;margin-top:14px}.ps-footer-socials a{width:36px;height:36px;border-radius:50%;border:1px solid #1e2433;background:hsla(0,0%,100%,.04);display:inline-flex;align-items:center;justify-content:center;color:#8b95a5;transition:all .2s ease}.ps-footer-socials a:hover{border-color:#2b8ef5;color:#2b8ef5;background:rgba(43,142,245,.08)}.ps-footer-bottom{grid-column:1/-1;border-top:1px solid rgba(30,36,51,.6);padding:16px 0;margin-top:8px;text-align:center;font-size:.78rem;color:#64748b}@media (max-width:1080px){.ps-hero-users{left:max(1%,calc(50% - 340px));width:min(180px,24vw)}.ps-hero-lower{right:max(1%,calc(50% - 340px));width:min(230px,30vw)}}@media (max-width:900px){.cards,.hero-grid{grid-template-columns:1fr}.nav-links,.ps-links{display:none}.ps-hamburger{display:inline-flex}.ps-mobile-menu{display:flex}.ps-hero{min-height:auto;padding-top:28px;padding-bottom:16px}.ps-hero-image-wrap{min-height:340px;margin-top:20px}.ps-hero-phone{width:min(200px,44vw)}.ps-hero-users{left:3%;top:140px;width:min(140px,26vw)}.ps-hero-lower{right:3%;top:120px;width:min(170px,32vw)}.ps-hero-bg{width:min(680px,96vw)}.ps-block{padding:48px 18px}.ps-download,.ps-faq,.ps-feature-grid,.ps-premium-grid,.ps-testimonial-grid{grid-template-columns:1fr}.ps-how-row,.ps-how-row-alt{grid-template-columns:1fr;gap:20px;padding-bottom:48px}.ps-how-row .ps-how-text,.ps-how-row-alt .ps-how-text{order:1;text-align:center}.ps-how-row .ps-how-center,.ps-how-row-alt .ps-how-center{display:none}.ps-how-row .ps-how-visual,.ps-how-row-alt .ps-how-visual{order:2}.ps-mock-card{width:100%;max-width:340px}.ps-faq-head h2{text-align:center}.ps-country-visual{height:350px}.ps-phone-mockup{width:120px}.ps-phone-glow{width:160px;height:260px}.ps-float-icon{width:40px;height:40px}.ps-float-icon svg{width:20px;height:20px}.ps-country-hand-left,.ps-country-hand-right{display:none}.ps-footer{grid-template-columns:1fr}.ps-footer-bottom{grid-column:1}.ps-download h2{font-size:2rem}.ps-feature-card h3{font-size:1.3rem}.ps-fcard-art{height:170px;margin-bottom:16px}.ps-flag-cluster{width:190px;height:160px}.ps-social-bubble{width:64px;padding:10px 8px 6px}.ps-social-bubble svg{width:22px;height:22px}.ps-num-number{font-size:1.15rem}.ps-how-text h3{font-size:1.3rem}}@media (max-width:520px){.ps-hero{padding-top:22px;padding-bottom:8px}.ps-hero h1{font-size:1.7rem;max-width:320px}.ps-hero p{font-size:.82rem}.ps-hero-image-wrap{min-height:280px;margin-top:16px}.ps-hero-phone{width:min(180px,48vw)}.ps-hero-users{left:0;top:130px;width:min(115px,28vw)}.ps-hero-lower,.ps-hero-users{filter:drop-shadow(0 6px 20px rgba(0,0,0,.5))}.ps-hero-lower{right:0;top:110px;width:min(140px,34vw)}.ps-hero-bg{width:100vw}.ps-store-btn{font-size:.7rem;height:38px;padding:0 12px;gap:6px}.ps-trusted-badge{font-size:.72rem;padding:5px 14px}}.bs-loading,.dx-loading,.fw-loading,.tx-loading{display:flex;align-items:center;justify-content:center;min-height:60vh;color:#64748b;font-size:1rem}@keyframes psSpinner{to{transform:rotate(1turn)}}.ps-spinner{display:inline-block;width:24px;height:24px;border:3px solid #1e2433;border-top-color:#2680e9;border-radius:50%;animation:psSpinner .6s linear infinite;vertical-align:middle;margin-right:8px}.dx{min-height:100vh;background:#0b0d14;color:#f1f5f9;font-family:Inter,Segoe UI,Arial,sans-serif;position:relative;overflow-x:hidden}.dx-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:#12141c;padding:16px 16px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1e2433}.dx-welcome small{display:block;color:#8b95a5;font-size:.82rem;letter-spacing:.01em}.dx-welcome h1{margin:4px 0 0;font-size:1.65rem;font-weight:700;color:#f1f5f9}.dx-header-right{display:flex;align-items:center;gap:10px}.dx-icon-btn{width:36px;height:36px;border-radius:50%;border:1px solid #1e2433;background:#12141c;color:#cbd5e1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.dx-icon-btn:hover{background:#161922}.dx-avatar{display:inline-flex;align-items:center;gap:8px}.dx-avatar>span{background:#1e2433;color:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem}.dx-avatar-img,.dx-avatar>span{width:34px;height:34px;border-radius:50%}.dx-avatar-img{object-fit:cover;display:block}.dx-avatar small{font-size:.72rem;color:#8b95a5;max-width:56px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-menu-btn{width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;margin-left:2px}.dx-hero{position:relative;background:#1e7fe8;padding:6px 16px 86px;min-height:360px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;overflow:hidden}.dx-hero-grid{position:absolute;top:0;right:0;width:52%;max-width:220px;height:200px;overflow:hidden;pointer-events:none;opacity:.9}.dx-hero-top{justify-content:space-between}.dx-hero-profile,.dx-hero-top{display:flex;align-items:center}.dx-hero-profile{gap:10px}.dx-hero-avatar{position:relative;width:56px;height:56px;border-radius:28px;background:#12141c;border:2px solid hsla(0,0%,100%,.55);overflow:hidden;cursor:pointer;padding:0}.dx-hero-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.dx-hero-avatar-letter{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#f1f5f9;font-weight:700;font-size:1.3rem}.dx-hero-avatar-dot{position:absolute;bottom:3px;right:3px;width:12px;height:12px;border-radius:6px;background:#ff9800;border:2px solid #12141c}.dx-hero-welcome-label{color:hsla(0,0%,100%,.88);font-size:12px;font-weight:600}.dx-hero-welcome-name{color:#fff;font-size:21px;font-weight:800;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-hero-icons{display:flex;gap:10px}.dx-hero-icon-btn{width:38px;height:38px;border-radius:19px;border:1px solid hsla(0,0%,100%,.42);background:transparent;color:hsla(0,0%,100%,.96);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dx-hero-balance{margin-top:54px;text-align:center}.dx-hero-balance-label{color:hsla(0,0%,100%,.93);font-size:13px;font-weight:600;letter-spacing:.15px}.dx-hero-balance-row{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:4px}.dx-hero-balance-value{color:#fff;font-size:43px;font-weight:800;letter-spacing:-.9px}.dx-hero-eye-btn{background:none;border:none;color:hsla(0,0%,100%,.95);cursor:pointer;padding:4px}.dx-hero-fund-btn{display:flex;align-items:center;justify-content:center;margin:18px auto 24px;width:132px;height:38px;border-radius:11px;background:#12141c;color:#007aff;font-size:15px;font-weight:700;text-decoration:none;box-shadow:0 2px 6px rgba(0,26,61,.12)}.dx-quick-panel{margin:-20px 16px 0;position:relative;z-index:2;background:#12141c;border:1px solid #1e2433;border-radius:16px;display:flex;justify-content:space-between;padding:16px 8px;box-shadow:0 8px 16px rgba(0,0,0,.12)}.dx-quick-item{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:7px;background:none;border:none;color:#8b95a5;cursor:pointer;font-family:inherit}.dx-quick-item span{font-size:11px;font-weight:600;color:#f1f5f9}.dx-body{padding:0 16px 32px}.dx-section{margin-top:20px}.dx-section-heading{display:flex;align-items:center;margin-bottom:10px}.dx-section-title{font-size:17px;font-weight:700;color:#f1f5f9}.dx-section-count{font-size:17px;font-weight:800;color:#007aff;margin-left:8px}.dx-empty-card{border:1px solid #1e2433;border-radius:16px;background:#12141c;min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:22px 16px}.dx-empty-cloud{position:relative;width:140px;height:100px}.dx-empty-bubble{position:absolute;border-radius:50%}.dx-eb1{width:60px;height:46px;top:12px;left:18px;background:#1e2433}.dx-eb2{width:60px;height:60px;top:8px;left:52px;background:#161922}.dx-eb3{width:52px;height:40px;top:38px;left:12px;background:#1e2433}.dx-eb4{width:66px;height:46px;top:38px;right:4px;background:#161922}.dx-empty-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;border-radius:50%;background:#64748b;border:3px solid #fff;display:flex;align-items:center;justify-content:center;color:#fff;z-index:2}.dx-empty-msg{margin-top:12px;font-size:13px;font-weight:500;color:#8b95a5}.dx-carousel{display:flex;gap:10px;overflow-x:auto;padding:2px 0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.dx-carousel::-webkit-scrollbar{display:none}.dx-rental-card{min-width:280px;max-width:320px;flex-shrink:0;border:1px solid #1e2433;border-radius:14px;background:#12141c;padding:15px 16px;box-shadow:0 1px 6px rgba(0,0,0,.09)}.dx-rental-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.dx-rental-title-left{display:flex;align-items:center;gap:10px;flex:1 1;min-width:0}.dx-rental-flag{font-size:22px;line-height:26px}.dx-rental-country{font-size:15px;font-weight:600;letter-spacing:-.2px;color:#f1f5f9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-rental-meta{font-size:12px;font-weight:500;color:#8b95a5;margin-top:2px;flex-shrink:0}.dx-rental-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.dx-rental-phone-row{display:flex;align-items:center;gap:8px;flex:1 1;min-width:0}.dx-rental-phone{font-size:16px;font-weight:600;letter-spacing:.15px;color:#f1f5f9}.dx-rental-copy{background:none;border:none;color:#8b95a5;cursor:pointer;padding:2px}.dx-rental-price{font-size:16px;font-weight:700;color:#f1f5f9;margin-left:8px}.dx-esim-validity{font-size:12px;font-weight:500;color:#8b95a5;margin-top:10px}.dx-promo-carousel{margin-top:20px}.dx-promo-track{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.dx-promo-track::-webkit-scrollbar{display:none}.dx-promo-slide{position:relative;min-width:100%;scroll-snap-align:start;border-radius:16px;padding:16px;display:flex;align-items:flex-start;gap:14px;color:#fff;overflow:hidden;min-height:132px}.dx-promo-waves{position:absolute;inset:0;pointer-events:none}.dx-promo-icon-wrap{position:relative;z-index:1;flex-shrink:0;opacity:.95}.dx-promo-copy{position:relative;z-index:1;flex:1 1;display:flex;flex-direction:column;gap:4px}.dx-promo-copy strong{font-size:16px;font-weight:800}.dx-promo-copy p{font-size:12px;font-weight:500;color:hsla(0,0%,100%,.92);line-height:17px;margin:0}.dx-promo-link{color:#fff;font-weight:800;font-size:13px;text-decoration:underline;margin-top:8px}.dx-promo-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:14px}.dx-promo-dot{width:7px;height:6px;border-radius:3px;background:#1e2433;transition:all .2s ease}.dx-promo-dot.is-active{width:22px;background:#007aff}.dx-tx-section{margin-top:22px}.dx-tx-header{display:flex;align-items:center;justify-content:space-between}.dx-tx-heading{font-size:17px;font-weight:700;color:#f1f5f9}.dx-tx-view-all{font-size:13px;font-weight:600;color:#007aff;text-decoration:none}.dx-tx-empty{padding:20px 0;text-align:center;color:#8b95a5;font-size:14px}.dx-tx-empty-card{border:1px solid #1e2433;border-radius:16px;background:#12141c;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 20px;margin-top:8px}.dx-tx-empty-card strong{font-size:15px;font-weight:800;color:#f1f5f9;margin-top:10px}.dx-tx-empty-card p{font-size:13px;font-weight:500;color:#8b95a5;margin:6px 0 0}.dx-tx-list{margin-top:8px}.dx-tx-row{justify-content:space-between;padding:13px 0}.dx-tx-left,.dx-tx-row{display:flex;align-items:center}.dx-tx-left{gap:10px;flex:1 1;min-width:0}.dx-tx-icon-wrap{width:34px;height:34px;border-radius:10px;border:1px solid #1e2433;background:transparent;display:flex;align-items:center;justify-content:center;color:#8b95a5;flex-shrink:0}.dx-tx-title{font-size:17px;font-weight:700;color:#f1f5f9;text-transform:capitalize}.dx-tx-date{font-size:12px;color:#8b95a5;margin-top:2px;opacity:.85}.dx-tx-amount{font-size:16px;font-weight:700;letter-spacing:-.15px;margin-left:10px;flex-shrink:0}.dx-tx-amount.is-credit,.dx-tx-amount.is-debit{color:#c76577}.dx-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:40;animation:dxFade .18s ease}@keyframes dxFade{0%{opacity:0}to{opacity:1}}.dx-drawer{position:fixed;top:0;left:0;bottom:0;width:80%;max-width:300px;background:#12141c;z-index:50;padding:16px 14px 14px;transform:translateX(-105%);transition:transform .25s ease;display:flex;flex-direction:column;overflow-y:auto}.dx-drawer.is-open{transform:translateX(0)}.dx-drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.dx-drawer-brand{display:flex;align-items:center;gap:8px}.dx-brand-mark{width:36px;height:36px;border-radius:10px;background:linear-gradient(145deg,#2269ff 12%,#1e4cd4 95%);border:1px solid hsla(0,0%,100%,.1);position:relative;overflow:hidden}.dx-bm-capsule{position:absolute;top:24%;left:22%;width:50%;height:20%;border-radius:999px;background:hsla(0,0%,100%,.16)}.dx-bm-arrow{position:absolute;right:9%;top:19%;width:0;height:0;border-top:4.8px solid transparent;border-bottom:4.8px solid transparent;border-left:6.8px solid #f8faff}.dx-bm-bubble{left:38%;top:48%;width:30%;height:19%;border-radius:2.8px}.dx-bm-bubble,.dx-bm-tail{position:absolute;background:#f8faff}.dx-bm-tail{left:49%;top:57%;width:14%;height:8%;border-radius:.7px;transform:skewX(-32deg)}.dx-brand-word{color:#f1f5f9;font-size:17px;font-weight:800;letter-spacing:-.2px}.dx-drawer-close{width:28px;height:28px;border-radius:14px;border:none;background:transparent;color:#8b95a5;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.dx-drawer-close:hover{color:#f1f5f9}.dx-drawer-search{display:flex;align-items:center;gap:8px;border:1px solid #1e2433;border-radius:999px;background:#12141c;padding:11px 12px;margin-bottom:14px;color:#8b95a5}.dx-drawer-search input{border:none;outline:none;background:transparent;flex:1 1;font-size:14px;color:#f1f5f9;padding:0}.dx-drawer-search input::placeholder{color:#8b95a5}.dx-drawer-menu{display:flex;flex-direction:column;gap:2px;margin-bottom:14px}.dx-drawer-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:12px;text-decoration:none;color:#8b95a5;font-size:15px;font-weight:500;transition:background .15s ease}.dx-drawer-item:hover:not(.is-active){background:hsla(0,0%,100%,.04)}.dx-drawer-item svg{flex-shrink:0;width:20px;height:20px}.dx-drawer-item.is-active{background:#2680e9;color:#fff}.dx-drawer-item.is-active svg{color:#fff}.dx-drawer-promo{margin-top:auto;border-radius:16px;background:linear-gradient(135deg,#1997ff,#1d74d8);color:#fff;padding:12px;margin-bottom:10px}.dx-drawer-promo-crown{font-size:22px;display:block}.dx-drawer-promo strong{display:block;font-size:13px;font-weight:800;line-height:20px;margin-top:2px}.dx-drawer-promo p{color:hsla(0,0%,100%,.9);font-size:11px;line-height:16px;margin:4px 0 0}.dx-drawer-store-row{display:flex;gap:8px;margin-top:8px}.dx-drawer-store-btn{flex:1 1;background:#0b4e93;border:1px solid hsla(0,0%,100%,.55);border-radius:7px;padding:6px 0;color:#fff;font-size:9px;font-weight:800;letter-spacing:.2px;cursor:pointer;text-align:center;font-family:inherit}@media (min-width:769px){.dx-body{max-width:560px;margin:0 auto}.dx-quick-panel{max-width:560px;margin-left:auto;margin-right:auto;margin-top:-20px}}.tx-page{min-height:100vh;background:#0b0d14;color:#f1f5f9;font-family:Inter,Segoe UI,Arial,sans-serif;position:relative;overflow-x:hidden}.tx-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:#0b0d14;padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.tx-back-btn{width:40px;height:40px;border-radius:50%;background:#1e2433;display:inline-flex;align-items:center;justify-content:center;color:#f1f5f9;text-decoration:none;flex-shrink:0}.tx-header-title{margin:0;font-size:18px;font-weight:700;color:#f1f5f9;text-align:center;flex:1 1}.tx-header-spacer{width:40px;flex-shrink:0}.tx-main{padding:0 16px 32px}.tx-search{display:flex;align-items:center;gap:10px;border:1px solid #1e2433;border-radius:24px;padding:11px 14px;color:#8b95a5;margin-bottom:16px}.tx-search input{border:none;outline:none;background:transparent;width:100%;font-size:.95rem;color:#f1f5f9;font-family:inherit}.tx-search input::placeholder{color:#8b95a5}.tx-tabs-wrap{margin-bottom:16px}.tx-tabs{display:flex;gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tx-tabs::-webkit-scrollbar{display:none}.tx-tab{padding:10px 14px 8px;background:none;font-size:.88rem;font-weight:500;color:#8b95a5;cursor:pointer;white-space:nowrap;font-family:inherit;border:none;border-bottom:2.5px solid transparent;transition:color .15s,border-color .15s;flex-shrink:0}.tx-tab.is-active{color:#2680e9;font-weight:600;border-bottom-color:#2680e9}.tx-tabs-divider{height:1px;background:#1e2433}.tx-list{margin-top:4px}.tx-row{display:flex;align-items:center;padding:13px 0;width:100%;border:none;background:none;cursor:pointer;text-align:left;font:inherit;color:inherit;transition:opacity .15s}.tx-row:active{opacity:.7}.tx-row-icon{width:44px;height:44px;border-radius:10px;background:#1e2433;display:flex;align-items:center;justify-content:center;color:#8b95a5;flex-shrink:0;margin-right:12px}.tx-row-mid{flex:1 1;min-width:0;display:flex;flex-direction:column}.tx-row-title{font-size:16px;font-weight:700;color:#f1f5f9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tx-row-date{font-size:12px;color:#8b95a5;margin-top:4px}.tx-row-amount{font-size:16px;font-weight:700;margin-left:10px;flex-shrink:0}.tx-row-amount.is-credit{color:#fca5a5}.tx-row-amount.is-debit{color:#8b95a5}.tx-row-sep{height:1px;background:#1e2433;margin-left:56px}.tx-empty-card{border:1px solid #1e2433;border-radius:16px;background:#12141c;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 20px;margin-top:20px}.tx-empty-cloud{position:relative;width:140px;height:100px}.tx-empty-cloud>div{position:absolute;border-radius:50%}.tx-ec-b1{width:60px;height:46px;top:12px;left:18px;background:#1d2b45}.tx-ec-b2{width:60px;height:60px;top:8px;left:52px;background:#162035}.tx-ec-b3{width:52px;height:40px;top:38px;left:12px;background:#1d2b45}.tx-ec-b4{width:66px;height:46px;top:38px;right:4px;background:#162035}.tx-ec-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;border-radius:50%;background:#4b5e7d;border:3px solid #fff;display:flex;align-items:center;justify-content:center;color:#fff;z-index:2}.tx-empty-title{display:block;font-size:15px;font-weight:800;color:#f1f5f9;margin-top:10px}.tx-empty-sub{font-size:13px;font-weight:500;color:#8b95a5;margin:6px 0 0}.tx-load-more{display:block;width:100%;padding:14px 0;margin-top:8px;border:1px solid #1e2433;border-radius:12px;background:#12141c;color:#2680e9;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;text-align:center;transition:background .15s}.tx-load-more:hover{background:#161922}.tx-load-more:disabled{color:#8b95a5;cursor:not-allowed}.tx-detail-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:200;animation:txFadeIn .2s ease}@keyframes txFadeIn{0%{opacity:0}to{opacity:1}}@keyframes txPopUp{0%{opacity:0;transform:translate(-50%,-50%) scale(.92)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.tx-detail-sheet{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:201;background:#f8f9fb;border-radius:18px;padding:20px 20px 32px;max-height:80vh;width:92%;max-width:420px;overflow-y:auto;animation:txPopUp .25s cubic-bezier(.21,1.02,.73,1) forwards;color:#1e293b;box-shadow:0 20px 60px rgba(0,0,0,.4)}.tx-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tx-detail-close{width:32px;height:32px;border-radius:50%;border:none;background:#e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;transition:background .2s}.tx-detail-close:hover{background:#d1d5db}.tx-detail-title{font-size:1.05rem;font-weight:700;color:#111827;margin:0}.tx-detail-meta{justify-content:space-between;margin-bottom:18px}.tx-detail-id,.tx-detail-meta{display:flex;align-items:center}.tx-detail-id{gap:6px;font-size:.82rem;color:#6b7280}.tx-detail-copy{border:none;background:none;cursor:pointer;padding:2px;color:#9ca3af;display:flex;align-items:center}.tx-detail-copy:hover{color:#6b7280}.tx-detail-date{font-size:.82rem;color:#111827;font-weight:600}.tx-detail-date small{font-weight:400;color:#6b7280;font-size:.78rem}.tx-detail-amount-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:22px 20px;text-align:center;margin-bottom:16px}.tx-detail-amount-label{display:block;font-size:.8rem;color:#6b7280;margin-bottom:4px}.tx-detail-amount-value{display:block;font-size:1.8rem;font-weight:800;color:#111827;letter-spacing:-.02em}.tx-detail-status{display:inline-block;margin-top:8px;font-size:.78rem;font-weight:600;padding:3px 14px;border-radius:999px}.tx-detail-status-completed{color:#16a34a;background:rgba(22,163,74,.1)}.tx-detail-status-pending{color:#d97706;background:rgba(217,119,6,.1)}.tx-detail-status-failed{color:#dc2626;background:rgba(220,38,38,.1)}.tx-detail-info{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.tx-detail-info-row{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid #f0f1f3}.tx-detail-info-row:last-child{border-bottom:none}.tx-detail-info-label{font-size:.85rem;color:#6b7280}.tx-detail-info-value{font-size:.85rem;font-weight:600;color:#111827}.tx-detail-method{display:flex;align-items:center;gap:6px}.tx-detail-method svg{color:#6b7280}@media (min-width:769px){.tx-main{max-width:560px;margin:0 auto}.tx-detail-sheet{max-width:480px}}.auth-page{min-height:100vh;background:#0b0d14;font-family:Inter,Segoe UI,Arial,sans-serif;color:#f1f5f9;position:relative;overflow:hidden}.auth-top{padding:16px 20px;position:relative;z-index:2}.auth-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#f1f5f9;font-weight:800;font-size:1.25rem}.auth-brand img{width:32px;height:32px}.auth-body{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;padding:0 20px 40px;min-height:calc(100vh - 70px);justify-content:center}.auth-body-signup{justify-content:flex-start;padding-top:20px}.auth-arc{width:340px;height:170px;margin-bottom:-40px;position:relative;z-index:0}.auth-arc svg{width:100%;height:100%}.auth-card{width:100%;max-width:420px;background:#12141c;border:1px solid #1e2433;border-radius:16px;padding:28px 24px 24px;box-shadow:0 4px 24px rgba(0,0,0,.06);position:relative;z-index:1}.auth-card h1{margin:0 0 20px;font-size:1.35rem;font-weight:700;text-align:center}.auth-card-desc{margin:-12px 0 20px;font-size:.9rem;color:#8b95a5;text-align:center;line-height:1.5}.auth-label{margin-bottom:16px;font-size:.9rem;font-weight:500}.auth-input,.auth-label{display:block;color:#f1f5f9}.auth-input{width:100%;margin-top:8px;height:48px;border:1px solid #1e2433;border-radius:12px;padding:0 14px;font-size:.95rem;background:#12141c;outline:none;transition:border-color .15s ease}.auth-input:focus{border-color:#2680e9;box-shadow:0 0 0 3px rgba(38,128,233,.1)}.auth-input::placeholder{color:#64748b}.auth-pw-wrap{position:relative;margin-top:8px}.auth-pw-wrap .auth-input{margin-top:0;padding-right:48px}.auth-pw-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:none;background:transparent;color:#64748b;cursor:pointer;padding:4px;display:inline-flex;align-items:center;justify-content:center}.auth-pw-toggle:hover{color:#cbd5e1}.auth-pw-reqs{margin-top:8px;display:flex;flex-direction:column;gap:2px}.auth-pw-reqs span{font-size:.82rem;color:#8b95a5;font-weight:400}.auth-forgot{display:block;margin-bottom:20px;font-size:.88rem;color:#2680e9;text-decoration:none;font-weight:500}.auth-forgot:hover{text-decoration:underline}.auth-btn{display:block;width:100%;height:48px;border:none;border-radius:12px;background:#2680e9;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s ease}.auth-btn:hover{background:#1d6fd1}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-error{background:#1c1214;color:#dc2626;border:1px solid #4a1c1c;border-radius:10px}.auth-error,.auth-success{padding:12px 14px;font-size:.88rem;margin-bottom:16px;line-height:1.4}.auth-success{background:#0f1c14;color:#16a34a;border:1px solid #1a4a2a;border-radius:10px}.auth-alt{margin-top:20px;font-size:.9rem;color:#cbd5e1;text-align:center}.auth-alt a{color:#2680e9;text-decoration:none;font-weight:600}.auth-alt a:hover{text-decoration:underline}.auth-heading{margin:0 0 6px;font-size:1.4rem;font-weight:700;text-align:center}.auth-subheading{margin:0 0 24px;font-size:.92rem;color:#8b95a5;text-align:center}.auth-form-signup{width:100%;max-width:420px}.auth-consent{margin:4px 0 20px;font-size:.82rem;color:#8b95a5;line-height:1.5}.auth-consent a{color:#2680e9;text-decoration:none;font-weight:500}.auth-step-back{position:absolute;top:20px;left:20px;width:40px;height:40px;border-radius:50%;border:none;background:none;color:#f1f5f9;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.auth-step-back:hover{background:hsla(0,0%,100%,.08)}.auth-pw-met{color:#22c55e!important}.auth-username-form{width:100%;max-width:420px}.auth-input-valid{border-color:#22c55e!important}.auth-input-error{border-color:#ef4444!important}.auth-username-status{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:.82rem;font-weight:500}.auth-username-ok{color:#22c55e}.auth-username-err{color:#ef4444}.auth-username-checking{color:#8b95a5}.auth-mini-spinner{width:14px;height:14px;border:2px solid #3a4050;border-top-color:#2b8ef5;border-radius:50%;animation:authSpin .6s linear infinite;flex-shrink:0}@keyframes authSpin{to{transform:rotate(1turn)}}.auth-verify-icon{margin-bottom:16px}.auth-code-row,.auth-verify-icon{display:flex;justify-content:center}.auth-code-row{gap:10px;margin:8px 0 0}.auth-code-input{width:48px;height:56px;border:2px solid #1e2433;border-radius:12px;background:#12141c;color:#f1f5f9;font-size:1.4rem;font-weight:700;text-align:center;font-family:inherit;outline:none;transition:border-color .15s;caret-color:#2b8ef5}.auth-code-input:focus{border-color:#2b8ef5}.auth-resend-row{margin-top:20px;text-align:center;font-size:.88rem;color:#8b95a5}.auth-resend-link{background:none;border:none;color:#2b8ef5;font-weight:600;cursor:pointer;font-family:inherit;font-size:.88rem}.auth-resend-link:hover{text-decoration:underline}.auth-resend-timer{color:#64748b;font-weight:500}.auth-consent a:hover{text-decoration:underline}.auth-back-row{width:100%;max-width:420px;margin-bottom:16px}.auth-back{display:inline-flex;align-items:center;gap:8px;font-size:.92rem;color:#f1f5f9;text-decoration:none;font-weight:500}.auth-back:hover{color:#2680e9}.auth-decor-left,.auth-decor-right{position:fixed;z-index:0;display:flex;flex-direction:column;gap:12px}.auth-decor-left{left:-14px;bottom:80px}.auth-decor-right{right:-14px;top:45%}.auth-decor-block{width:36px;height:48px;border-radius:8px;background:#2680e9;opacity:.7}.auth-decor-left .auth-decor-block:nth-child(2){opacity:.5;margin-left:6px}.auth-decor-left .auth-decor-block:nth-child(3){opacity:.3;margin-left:12px}.auth-decor-right .auth-decor-block:first-child{opacity:.6}.auth-decor-right .auth-decor-block:nth-child(2){opacity:.4;margin-right:6px}@media (min-width:769px){.auth-card{padding:36px 32px 28px}.auth-decor-left{left:20px}.auth-decor-right{right:20px}.auth-decor-block{width:44px;height:56px}}.fw-page{min-height:100vh;background:#0b0d14;color:#f1f5f9;font-family:Inter,Segoe UI,Arial,sans-serif;position:relative;overflow-x:hidden}.fw-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:#12141c;padding:16px 16px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1e2433}.fw-welcome small{display:block;color:#8b95a5;font-size:.82rem}.fw-welcome h1{margin:4px 0 0;font-size:1.65rem;font-weight:700;color:#f1f5f9}.fw-header-right{display:flex;align-items:center;gap:10px}.fw-icon-btn{width:36px;height:36px;border-radius:50%;border:1px solid #1e2433;background:#12141c;color:#cbd5e1;justify-content:center;cursor:pointer}.fw-avatar,.fw-icon-btn{display:inline-flex;align-items:center}.fw-avatar{gap:8px}.fw-avatar>span{width:34px;height:34px;border-radius:50%;background:#1e2433;color:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem}.fw-avatar small{font-size:.72rem;color:#8b95a5}.fw-menu-btn{width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.fw-main{padding:16px 16px 40px;max-width:480px;margin:0 auto}.fw-back{display:inline-flex;align-items:center;gap:8px;border:none;background:transparent;color:#f1f5f9;font-size:.94rem;font-weight:500;cursor:pointer;padding:0;margin-bottom:16px}.fw-back:hover{color:#2680e9}.fw-card{background:#12141c;border:1px solid #1e2433;border-radius:16px;padding:24px 20px 28px;box-shadow:0 2px 12px rgba(0,0,0,.04)}.fw-card h2{margin:0 0 4px;font-size:1.3rem;font-weight:700;text-align:center}.fw-card-sub{margin:0 0 20px;font-size:.92rem;color:#cbd5e1}.fw-methods{display:grid;grid-gap:14px;gap:14px;margin-bottom:24px}.fw-method{display:grid;grid-template-columns:44px 1fr 24px;align-items:start;grid-gap:12px;gap:12px;border:1px solid #1e2433;border-radius:14px;padding:16px 14px;background:#12141c;cursor:pointer;text-align:left;transition:border-color .15s ease}.fw-method.is-selected{border-color:#2680e9;box-shadow:0 0 0 2px rgba(38,128,233,.12)}.fw-method-icon{width:44px;height:44px;border-radius:50%;background:#1a1e2a;color:#cbd5e1;display:inline-flex;align-items:center;justify-content:center}.fw-method-body{display:flex;flex-direction:column;gap:2px}.fw-method-body strong{font-size:.96rem;font-weight:600;color:#f1f5f9}.fw-method-min{font-size:.82rem;color:#2680e9;font-weight:500}.fw-method-desc{font-size:.82rem;color:#8b95a5;margin-top:2px;line-height:1.4}.fw-radio{width:20px;height:20px;border-radius:50%;border:2px solid #1e2433;margin-top:4px;transition:all .15s ease;position:relative}.fw-radio.is-checked{border-color:#2680e9}.fw-radio.is-checked:after{content:"";position:absolute;top:3px;left:3px;width:10px;height:10px;border-radius:50%;background:#2680e9}.fw-continue{display:block;width:100%;height:48px;border:none;border-radius:12px;background:#2680e9;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s ease;margin-top:4px}.fw-continue:hover{background:#1d6fd1}.fw-continue:disabled{background:#93c5fd;cursor:not-allowed}.fw-select-row{display:flex;align-items:center;gap:10px;border:1px solid #1e2433;border-radius:12px;padding:12px 14px;margin-top:16px;cursor:pointer}.fw-select-icon{width:36px;height:36px;border-radius:50%;background:#1a1e2a;color:#cbd5e1;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.fw-select-row span{font-size:.95rem;font-weight:500;color:#f1f5f9;flex:1 1}.fw-select-chevron{color:#64748b;flex-shrink:0}.fw-field-label{margin:18px 0 8px;font-size:.88rem;color:#cbd5e1;font-weight:500}.fw-currency-row{display:flex;align-items:center;gap:8px;border:1px solid #1e2433;border-radius:12px;padding:12px 14px;cursor:pointer}.fw-currency-flag{font-size:1.2rem}.fw-currency-row strong{font-size:.95rem;font-weight:600}.fw-currency-sep{color:#1e2433}.fw-currency-row>span:last-of-type{flex:1 1;color:#8b95a5;font-size:.9rem}.fw-amount-card{margin-top:18px;background:#0b0d14;border:1px solid #1e2433;border-radius:14px;padding:20px 16px;text-align:center}.fw-amount-card>p{margin:0 0 12px;font-size:.9rem;color:#cbd5e1}.fw-amount-input{display:inline-flex;align-items:center;gap:2px;justify-content:center}.fw-amount-input input,.fw-amount-input span{font-size:2rem;font-weight:700;color:#f1f5f9}.fw-amount-input input{border:none;outline:none;background:transparent;width:120px;text-align:left}.fw-amount-input input::placeholder{color:#f1f5f9}.fw-amount-min{display:block;margin-top:6px;font-size:.84rem;color:#64748b}.fw-info-banner{display:flex;align-items:flex-start;gap:10px;margin:20px 0 22px;padding:14px;border-radius:12px;background:#1c1a12;border:1px solid #92400e}.fw-info-banner svg{flex-shrink:0;color:#fbbf24;margin-top:1px}.fw-info-banner p{margin:0;font-size:.82rem;color:#fbbf24;line-height:1.5}.fw-card-fields-section{margin:18px 0 10px}.fw-card-field-row{margin-bottom:14px}.fw-card-label{display:block;font-size:.82rem;font-weight:600;color:#94a3b8;margin-bottom:6px;letter-spacing:.3px}.fw-card-field{height:48px;border:1px solid rgba(148,163,184,.25);border-radius:10px;background:rgba(15,23,42,.6);overflow:hidden;transition:border-color .2s}.fw-card-field:focus-within{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.15)}.fw-card-field-split{display:flex;gap:12px}.fw-card-field-half{flex:1 1}.fw-secure-badge{display:flex;align-items:center;gap:8px;margin-top:14px;padding:10px 14px;border-radius:10px;background:rgba(22,163,74,.08);border:1px solid rgba(22,163,74,.15)}.fw-secure-badge span{font-size:.78rem;color:#4ade80;line-height:1.45}.bs-page{min-height:100vh;background:#0b0d14;color:#f1f5f9;font-family:Inter,Segoe UI,Arial,sans-serif;position:relative;overflow-x:hidden}.bs-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:#12141c;padding:16px 16px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1e2433}.bs-welcome small{display:block;color:#8b95a5;font-size:.82rem}.bs-welcome h1{margin:4px 0 0;font-size:1.65rem;font-weight:700;color:#f1f5f9}.bs-header-right{display:flex;align-items:center;gap:10px}.bs-icon-btn{width:36px;height:36px;border-radius:50%;border:1px solid #1e2433;background:#12141c;color:#cbd5e1;justify-content:center;cursor:pointer}.bs-avatar,.bs-icon-btn{display:inline-flex;align-items:center}.bs-avatar{gap:8px}.bs-avatar>span{width:34px;height:34px;border-radius:50%;background:#1e2433;color:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem}.bs-avatar small{font-size:.72rem;color:#8b95a5}.bs-menu-btn{width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.bs-main{padding:16px 16px 40px;max-width:480px;margin:0 auto}.bs-page-title{margin:0 0 12px;font-size:1.3rem;font-weight:700}.bs-yt-link{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#12141c;border:1px solid #1e2433;border-radius:12px;text-decoration:none;color:#f1f5f9;font-size:.88rem;font-weight:500;margin-bottom:20px}.bs-yt-link svg:last-child{color:#2680e9}.bs-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:60px 20px 30px}.bs-empty strong{margin-top:10px;font-size:1.05rem;font-weight:600}.bs-empty p{margin:4px 0 0;font-size:.88rem;color:#64748b}.bs-primary-btn{display:block;width:100%;height:50px;border:none;border-radius:12px;background:#2680e9;color:#12141c;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s ease;margin-top:8px}.bs-primary-btn:hover{background:#1d6fd1}.bs-primary-btn:disabled{background:#93c5fd;cursor:not-allowed}.bs-back{display:inline-flex;align-items:center;gap:8px;border:none;background:transparent;color:#f1f5f9;font-size:.94rem;font-weight:500;cursor:pointer;padding:0;margin-bottom:16px}.bs-back:hover{color:#2680e9}.bs-card{background:#12141c;border:1px solid #1e2433;border-radius:16px;padding:24px 20px 28px;box-shadow:0 2px 12px rgba(0,0,0,.04)}.bs-card h2{margin:0 0 16px;font-size:1.3rem;font-weight:700;text-align:center}.bs-field-label{margin:16px 0 6px;font-size:.9rem;font-weight:600;color:#f1f5f9}.bs-field-hint{margin:0 0 12px;font-size:.82rem;color:#8b95a5;line-height:1.4}.bs-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-bottom:20px}.bs-cat-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 6px;border:1px solid #1e2433;border-radius:14px;background:#12141c;cursor:pointer;transition:all .15s ease}.bs-cat-item:hover{border-color:#1e2433}.bs-cat-item.is-selected{border-color:#2680e9;background:#111827;box-shadow:0 0 0 2px rgba(38,128,233,.12)}.bs-cat-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.bs-cat-icon img{width:28px;height:28px;object-fit:contain}.bs-cat-item span{font-size:.82rem;font-weight:500;color:#f1f5f9}.bs-select-row{display:flex;align-items:center;gap:10px;border:1px solid #1e2433;border-radius:12px;padding:12px 14px;cursor:pointer}.bs-select-icon{width:22px;height:22px;object-fit:contain;flex-shrink:0}.bs-select-row span{flex:1 1;font-size:.95rem;font-weight:500;color:#f1f5f9}.bs-select-chevron{color:#64748b;flex-shrink:0}.bs-select{display:block;width:100%;height:48px;border:1px solid #1e2433;border-radius:12px;padding:0 14px;font-size:.95rem;color:#8b95a5;background:#12141c;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer;margin-bottom:4px}.bs-select:focus{border-color:#2680e9}.bs-input{display:block;width:100%;height:48px;border:1px solid #1e2433;border-radius:12px;padding:0 14px;font-size:.95rem;color:#f1f5f9;background:#12141c;outline:none;margin-bottom:4px}.bs-input:focus{border-color:#2680e9;box-shadow:0 0 0 3px rgba(38,128,233,.1)}.bs-input::placeholder{color:#64748b}.bs-preview-table{width:100%;border-collapse:collapse;margin-bottom:20px}.bs-preview-table td{padding:12px 0;font-size:.9rem;vertical-align:top;border-bottom:1px solid #1e2433}.bs-preview-label{color:#8b95a5;font-weight:400;width:100px}.bs-preview-value{color:#f1f5f9;font-weight:500;text-align:right;word-break:break-all}.bs-error-banner{display:flex;align-items:center;gap:12px;padding:16px 18px;background:#ef4444;color:#fff;border-radius:14px;font-size:.92rem;font-weight:500;margin-bottom:16px;line-height:1.4}.bs-error-banner svg{flex-shrink:0;color:#fff;width:20px;height:20px}.bs-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:40;animation:dxFade .18s ease}.bs-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:50;width:92%;max-width:420px;background:#12141c;border-radius:24px;padding:36px 24px 28px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.5);animation:bsPopUp .25s cubic-bezier(.16,1,.3,1) forwards}@keyframes bsPopUp{0%{opacity:0;transform:translate(-50%,-50%) scale(.92)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.bs-modal-icon-wrap{margin-bottom:16px;display:flex;justify-content:center}.bs-modal h3{margin:0 0 8px;font-size:1.25rem;font-weight:700;color:#f1f5f9}.bs-modal-sub{margin:0 0 24px;font-size:.92rem;color:#8b95a5;line-height:1.4}.bs-modal-note{margin-top:18px;padding:16px;background:#0b0d14;border:1px solid #1e2433;border-radius:14px;font-size:.84rem;color:#cbd5e1;line-height:1.55;text-align:left}.bs-modal-note a{color:#2680e9;text-decoration:none;font-weight:500}.bn-bar{position:fixed;bottom:0;left:0;right:0;z-index:20;display:flex;align-items:stretch;justify-content:space-around;height:56px;background:#12141c;border-top:1px solid #1e2433;padding-bottom:env(safe-area-inset-bottom,0)}.bn-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:1 1;text-decoration:none;color:#6b7280;font-size:.68rem;font-weight:500;transition:color .15s;-webkit-tap-highlight-color:transparent}.bn-item svg{flex-shrink:0}.bn-item.is-active{color:#007aff}.bn-item.is-active svg{stroke:#007aff}.has-bottom-nav{padding-bottom:64px}.st-page{min-height:100vh;background:#0b0d14;color:#f1f5f9}.st-hero{background:#1f6fb6;height:130px;position:relative;display:flex;align-items:flex-start;padding:18px 20px}.st-hero-back{width:38px;height:38px;border-radius:50%;background:hsla(0,0%,100%,.18);border:none;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.st-avatar-wrap{margin-top:-55px;margin-bottom:16px;position:relative;z-index:2}.st-avatar-big,.st-avatar-wrap{display:flex;justify-content:center}.st-avatar-big{width:110px;height:110px;border-radius:55px;border:4px solid #0b0d14;overflow:hidden;background:#121c30;align-items:center}.st-avatar-big-img{width:100%;height:100%;object-fit:cover;display:block}.st-avatar-big-letter{font-size:2.4rem;font-weight:700;color:#2680e9}.st-body{padding:0 20px 40px;max-width:480px;margin:0 auto}.st-section-title{font-size:.88rem;font-weight:700;color:#90a0c1;margin:24px 0 10px;text-transform:none}.st-details-card{background:#12141c;border:1px solid #1e2433;border-radius:12px;padding:0 16px;margin-bottom:8px}.st-details-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.st-details-label{font-size:.86rem;font-weight:500;color:#90a0c1}.st-details-value{font-size:.86rem;font-weight:600;color:#eaf1ff;text-align:right}.st-details-divider{height:1px;background:#1e2433}.st-settings-list{display:flex;flex-direction:column;gap:8px}.st-row{display:flex;align-items:center;gap:12px;background:#12141c;border:1px solid #1e2433;border-radius:12px;padding:14px 16px;cursor:pointer;font-family:inherit;text-decoration:none;color:inherit;width:100%;text-align:left;transition:background .15s}.st-row:hover{background:#181d2e}.st-row-icon-wrap{width:36px;height:36px;border-radius:50%;background:rgba(38,128,233,.12);color:#2680e9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.st-row-icon-wrap--danger{background:rgba(255,91,127,.12);color:#ff5b7f}.st-row-label{flex:1 1;font-size:.9rem;font-weight:600;color:#eaf1ff}.st-row-label--danger{color:#ff5b7f}.st-row-chevron{color:#64748b;flex-shrink:0}.st-row-chevron--danger{color:#ff5b7f}.st-row--danger{border-color:rgba(255,91,127,.2)}.st-switch{width:48px;height:26px;border-radius:13px;border:none;background:#1e2433;cursor:pointer;position:relative;transition:background .2s;padding:0;flex-shrink:0}.st-switch.is-on{background:#2680e9}.st-switch-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.12);transition:transform .2s}.st-switch.is-on .st-switch-thumb{transform:translateX(22px)}.st-sub{min-height:100vh;background:#0b0d14}.st-sub-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;position:-webkit-sticky;position:sticky;top:0;background:#0b0d14;z-index:10}.st-back-btn{width:38px;height:38px;border-radius:50%;border:1px solid #1e2433;background:#12141c;color:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.st-sub-title{font-size:1.1rem;font-weight:800;color:#f1f5f9;text-align:center;flex:1 1;margin:0}.st-header-spacer{width:38px;flex-shrink:0}.st-sub-body{padding:8px 20px 40px;max-width:480px;margin:0 auto}.st-edit-avatar-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:28px}.st-avatar-btns{display:flex;gap:10px}.st-avatar-upload-btn{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 16px;border:1.5px solid #2680e9;border-radius:20px;background:#12141c;color:#2680e9;font-size:.84rem;font-weight:600;cursor:pointer;font-family:inherit}.st-avatar-upload-btn:disabled{opacity:.55;cursor:not-allowed}.st-avatar-remove-btn{display:inline-flex;align-items:center;height:36px;padding:0 16px;border:1.5px solid #ff5b7f;border-radius:20px;background:transparent;color:#ff5b7f;font-size:.84rem;font-weight:600;cursor:pointer;font-family:inherit}.st-form-group{margin-bottom:20px}.st-label{display:block;font-size:.86rem;font-weight:600;color:#eaf1ff;margin-bottom:8px}.st-input{width:100%;height:50px;border:1px solid #1e2433;border-radius:12px;padding:0 16px;font-size:.9rem;color:#f1f5f9;background:#12141c;font-family:inherit;outline:none;box-sizing:border-box;transition:border-color .15s}.st-input:focus{border-color:#2680e9}.st-input--disabled{background:#1a1e2a;color:#64748b;cursor:not-allowed}.st-input::placeholder{color:#64748b}.st-btn-primary{display:flex;align-items:center;justify-content:center;width:100%;height:50px;border:none;border-radius:12px;background:#2680e9;color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;font-family:inherit;margin-top:8px}.st-btn-primary:disabled{opacity:.55;cursor:not-allowed}.st-danger-section{margin-top:32px}.st-pw-field{position:relative}.st-pw-field .st-input{padding-right:48px}.st-pw-eye{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#64748b;display:grid;place-items:center;padding:0}.st-pw-indicators{margin-bottom:20px;display:flex;flex-direction:column;gap:8px}.st-pw-rule{display:flex;align-items:center;gap:8px;font-size:.82rem;color:#64748b}.st-pw-rule.is-met{color:#22c55e}.st-pw-dot{width:8px;height:8px;border-radius:50%;background:#64748b;flex-shrink:0}.st-pw-rule.is-met .st-pw-dot{background:#22c55e}.st-ref-section{margin-bottom:20px}.st-ref-field{display:flex;align-items:center;gap:8px;background:#12141c;border:1px solid #1e2433;border-radius:12px;padding:12px 16px}.st-ref-value{flex:1 1;font-size:.9rem;font-weight:600;color:#eaf1ff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-ref-value--link{font-size:.82rem;color:#90a0c1}.st-ref-copy-btn{width:32px;height:32px;border-radius:8px;border:1px solid #1e2433;background:#0b0d14;color:#2680e9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.st-ref-copy-btn:hover{background:#161922}.st-ref-rewards{margin-top:24px}.st-ref-rewards-title{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:700;color:#eaf1ff;margin:0 0 14px}.st-ref-empty{text-align:center;color:#90a0c1;font-size:.9rem;font-weight:500;padding:20px 0}.st-ref-reward-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #1e2433;font-size:.86rem;color:#cbd5ec}.st-modal-backdrop{position:fixed;inset:0;background:rgba(7,13,26,.75);z-index:100;animation:dxFade .18s ease}.st-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:110;width:calc(100% - 32px);max-width:360px;background:#12141c;border:1px solid #1e2433;border-radius:16px;padding:28px 24px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.5)}.st-modal-close{position:absolute;top:12px;right:12px;background:none;border:none;color:#64748b;cursor:pointer;padding:4px}.st-modal-title{font-size:1.1rem;font-weight:700;color:#eaf1ff;margin:0 0 12px}.st-modal-text{font-size:.86rem;color:#90a0c1;line-height:1.55;margin:0 0 20px}.st-modal-delete-btn{width:100%;height:46px;border:none;border-radius:10px;background:#2680e9;color:#fff;font-size:.92rem;font-weight:700;cursor:pointer;font-family:inherit}.st-modal-delete-btn:disabled{opacity:.55;cursor:not-allowed}.st-modal-btns{display:flex;gap:10px}.st-modal-cancel-btn{border:1px solid #1e2433;border-radius:10px;background:#12141c;color:#eaf1ff;font-weight:600}.st-modal-cancel-btn,.st-modal-confirm-btn{flex:1 1;height:46px;font-size:.9rem;cursor:pointer;font-family:inherit}.st-modal-confirm-btn{border:none;border-radius:10px;background:#ff5b7f;color:#fff;font-weight:700}.sm-page{min-height:100vh;background:#0b0d14;color:#f1f5f9;font-family:Inter,Segoe UI,Arial,sans-serif;position:relative;overflow-x:hidden}.sm-main{padding:16px 14px 100px;max-width:480px;margin:0 auto}.sm-loading{display:flex;align-items:center;justify-content:center;min-height:60vh;color:#8b95a5;font-size:.95rem}.sm-toast{position:fixed;top:16px;left:50%;transform:translateX(-50%);z-index:200;padding:10px 20px;border-radius:10px;font-size:.88rem;font-weight:600;max-width:90%;text-align:center;cursor:pointer;animation:smToastIn .22s ease;box-shadow:0 4px 20px rgba(0,0,0,.4)}.sm-toast-error{background:#1c1214;color:#ef4444;border:1px solid #4a1c1c}.sm-toast-success{background:#0f1c14;color:#22c55e;border:1px solid #1a3a1a}.sm-toast-info{background:#12141c;color:#60a5fa;border:1px solid #1e2433}@keyframes smToastIn{0%{opacity:0;transform:translateX(-50%) translateY(-12px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.sm-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.sm-header-back{width:38px;height:38px;border-radius:19px;border:1px solid #1e2433;background:#12141c;color:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;flex-shrink:0}.sm-header-back:hover{background:#1a1e2a}.sm-header-title{font-size:19px;font-weight:800;color:#f1f5f9;margin:0;text-align:center}.sm-tutorial-banner{display:flex;align-items:center;gap:9px;background:rgba(38,128,233,.08);border-radius:22px;padding:9px 12px;margin-bottom:18px;text-decoration:none;cursor:pointer;transition:background .15s}.sm-tutorial-banner:hover{background:rgba(38,128,233,.14)}.sm-tutorial-yt{width:22px;height:22px;border-radius:5px;background:#12141c;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:red}.sm-tutorial-text{flex:1 1;font-size:13px;font-weight:500;color:#cbd5e1}.sm-section-heading{font-size:1rem;font-weight:700;color:#f1f5f9;margin:18px 0 12px}.sm-orders-list{display:flex;flex-direction:column;gap:10px;padding-bottom:80px}.sm-order-card{display:block;width:100%;text-align:left;background:#12141c;border:1px solid #1e2433;border-radius:14px;padding:14px 16px;cursor:pointer;transition:background .15s,border-color .15s;font-family:inherit}.sm-order-card:hover{background:#181b26;border-color:#2b3344}.sm-order-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.sm-order-card-phone{font-size:.95rem;font-weight:700;color:#f1f5f9;letter-spacing:.2px}.sm-order-card-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.72rem;font-weight:700;text-transform:capitalize;white-space:nowrap}.sm-order-card-meta{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#8b95a5;margin-bottom:4px}.sm-order-card-flag{font-size:.9rem}.sm-order-card-id{font-size:.78rem;color:#64748b;font-weight:500}.sm-order-card-refund{font-size:.75rem;color:#22c55e;margin-top:4px;font-weight:500}.sm-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.sm-empty-icon{margin-bottom:16px;opacity:.7}.sm-empty-title{font-size:1.05rem;font-weight:700;color:#f1f5f9;margin:0 0 4px}.sm-empty-sub{font-size:.88rem;color:#64748b;margin:0 0 20px}.sm-empty-cta{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 28px;border-radius:10px;background:#2b8ef5;color:#fff;font-size:.9rem;font-weight:700;border:none;cursor:pointer;font-family:inherit;transition:background .15s}.sm-empty-cta:hover{background:#1e74e4}.sm-fab{position:fixed;bottom:86px;right:20px;width:54px;height:54px;border-radius:50%;background:#2b8ef5;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px rgba(43,142,245,.4);transition:background .15s,transform .15s;z-index:30}.sm-fab:hover{background:#1e74e4;transform:scale(1.06)}@media (min-width:769px){.sm-fab{bottom:32px;right:calc(50% - 220px)}}.sm-form-group{margin-bottom:16px}.sm-label{display:block;font-size:14px;font-weight:700;color:#f1f5f9;margin-bottom:8px}.sm-inline-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.sm-balance-text{font-size:12px;font-weight:600;color:#8b95a5}.sm-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:50px;border:1px solid #1e2433;border-radius:10px;padding:0 14px;font-size:14px;font-weight:700;color:#f1f5f9;background:#12141c;cursor:pointer;text-align:left;font-family:inherit}.sm-dropdown-trigger svg{color:#8b95a5;flex-shrink:0}.sm-dropdown-disabled,.sm-dropdown-trigger:disabled{opacity:.55;cursor:not-allowed}.sm-dropdown-left{display:flex;align-items:center;gap:10px;flex:1 1;min-width:0}.sm-placeholder{color:#8b95a5;font-weight:500}.sm-flag-circle{width:32px;height:32px;border-radius:16px;background:#1a1e2a;border:1px solid #1e2433;display:inline-flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;overflow:hidden;line-height:1}.sm-dropdown-panel{margin-top:10px;border-radius:12px;border:1px solid #1e2433;background:#12141c;padding:10px 12px;box-shadow:0 8px 24px rgba(0,0,0,.3)}.sm-dropdown-search{display:block;width:100%;height:44px;border-radius:10px;border:1px solid #1e2433;background:#1a1e2a;padding:0 12px;font-size:14px;color:#f1f5f9;outline:none;font-family:inherit;margin-bottom:8px}.sm-dropdown-search::placeholder{color:#8b95a5}.sm-dropdown-list{max-height:280px;overflow-y:auto}.sm-dropdown-list-tall{max-height:280px}.sm-dropdown-row{display:flex;align-items:center;gap:12px;width:100%;padding:10px 4px;border:none;border-radius:10px;background:transparent;color:#f1f5f9;font-size:15px;font-weight:600;cursor:pointer;text-align:left;font-family:inherit;transition:background .1s}.sm-dropdown-row:hover{background:#1a1e2a}.sm-dropdown-row-active{background:rgba(38,128,233,.1)}.sm-dropdown-row-active .sm-dropdown-row-name{color:#2680e9;font-weight:700}.sm-dropdown-row-name{flex:1 1}.sm-dropdown-row-sub{margin-top:2px;font-size:12px;font-weight:500;color:#8b95a5}.sm-dropdown-row-service{flex-wrap:nowrap}.sm-dropdown-service-text{flex:1 1;min-width:0}.sm-dropdown-empty{padding:20px 14px;text-align:center;color:#8b95a5;font-size:14px}.sm-readonly-field{height:44px;border-radius:10px;background:#1a1e2a;padding:0 14px;display:flex;align-items:center;font-size:15px;font-weight:700;color:#f1f5f9}.sm-discount-wrap{display:flex;align-items:center;border:1px solid #1e2433;background:#12141c;border-radius:10px;padding:0 12px;height:50px}.sm-discount-input{flex:1 1;background:transparent;outline:none;color:#f1f5f9}.sm-apply-link,.sm-discount-input{border:none;font-size:14px;font-family:inherit}.sm-apply-link{background:none;color:#2680e9;font-weight:800;cursor:pointer;padding:0}.sm-apply-link:hover{text-decoration:underline}.sm-sticky-bottom{position:fixed;bottom:72px;left:0;right:0;padding:0 14px;max-width:480px;margin:0 auto;z-index:10}.sm-proceed-btn{display:flex;align-items:center;justify-content:center;width:100%;height:50px;border:none;border-radius:10px;background:#2680e9;color:#fff;font-size:14px;font-weight:800;cursor:pointer;font-family:inherit;transition:background .15s}.sm-proceed-btn:hover{background:#1d6fd1}.sm-proceed-btn:disabled{opacity:.55;cursor:not-allowed}.sm-preview-card{background:#1a1e2a;border-radius:14px;border:1px solid #1e2433;padding:4px 16px}.sm-preview-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0;min-height:52px}.sm-preview-label{color:#8b95a5;font-size:15px;font-weight:600}.sm-preview-value{color:#f1f5f9;font-size:15px;font-weight:700;text-align:right;display:flex;align-items:center;gap:8px;flex-shrink:1}.sm-preview-flag{font-size:20px}.sm-preview-divider{height:1px;background:#1e2433}.sm-cta-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:52px;border:none;border-radius:12px;background:#2680e9;color:#fff;font-size:16px;font-weight:800;cursor:pointer;margin-top:28px;font-family:inherit;transition:background .15s}.sm-cta-btn:hover{background:#1d6fd1}.sm-cta-btn:disabled{opacity:.55;cursor:not-allowed}.sm-loading-overlay{position:fixed;inset:0;background:rgba(11,13,20,.85);z-index:60;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#f1f5f9;font-size:.95rem}.sm-spinner{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.25);border-top-color:#fff;border-radius:50%}.sm-spinner,.sm-spinner-lg{animation:smSpin .6s linear infinite}.sm-spinner-lg{width:36px;height:36px;border:3px solid hsla(0,0%,100%,.15);border-top-color:#2680e9;border-radius:50%}@keyframes smSpin{to{transform:rotate(1turn)}}.sm-meta-header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:14px}.sm-order-id-row{display:flex;align-items:center;gap:8px;flex-shrink:1}.sm-order-id-text{color:#f1f5f9;font-size:13px;font-weight:700}.sm-date-text{color:#8b95a5;font-size:12px;text-align:right;max-width:48%}.sm-card{background:#12141c;border-radius:14px;border:1px solid #1e2433;padding:14px;margin-bottom:12px}.sm-card-divider{height:1px;background:#1e2433;margin:16px 0}.sm-hero-flag-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.sm-hero-flag{font-size:18px}.sm-hero-country{color:#8b95a5;font-size:13px}.sm-hero-phone-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.sm-hero-phone{color:#f1f5f9;font-size:22px;font-weight:800;flex:1 1}.sm-status-pill-wrap{text-align:center;margin-top:4px}.sm-status-pill{display:inline-block;padding:5px 14px;border-radius:999px;font-size:12px;font-weight:700}.sm-badge-green{background:#0f1c14;color:#22c55e}.sm-badge-red{background:#1c1214;color:#ef4444}.sm-badge-orange{background:#1c1a12;color:#f59e0b}.sm-badge-yellow{background:#1c1a12;color:#eab308}.sm-badge-gray{background:#1a1e2a;color:#8b95a5}.sm-refund-note{color:#8b95a5;font-size:12px;line-height:1.42;text-align:center;margin-top:8px}.sm-section-title-muted{color:#8b95a5;font-size:13px;font-weight:700;text-align:center;margin-bottom:14px}.sm-countdown-row{display:flex;align-items:center;gap:6px;margin-bottom:4px}.sm-count-cell{flex:1 1;background:#12141c;border-radius:12px;border:1px solid #1e2433;padding:10px 6px;text-align:center}.sm-count-val{display:block;font-size:22px;font-weight:800;color:#2680e9;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sm-count-lbl{display:block;margin-top:4px;font-size:10px;font-weight:600;color:#8b95a5}.sm-count-colon{font-size:18px;font-weight:800;color:#8b95a5;margin-bottom:18px}.sm-count-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.sm-count-meta-label{color:#8b95a5;font-size:13px;font-weight:600}.sm-count-meta-value{color:#f1f5f9;font-size:13px;font-weight:700;text-align:right;flex:1 1}.sm-count-hint{color:#8b95a5;font-size:12px;line-height:1.5;margin-top:10px}.sm-detail-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid #1e2433}.sm-detail-row-last{border-bottom:none}.sm-detail-label{color:#8b95a5;font-size:13px;flex-shrink:0}.sm-detail-value{flex:1 1;text-align:right;color:#f1f5f9;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.sm-detail-flag-sm{font-size:14px}.sm-code-bold{font-size:15px;font-weight:800;color:#f1f5f9}.sm-copy-icon{width:28px;height:28px;border:none;background:transparent;color:#8b95a5;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:6px;padding:0;flex-shrink:0}.sm-copy-icon:hover{color:#f1f5f9}.sm-copy-inline{width:auto;height:auto}.sm-sms-msg{background:#0b0d14;border:1px solid #1e2433;border-radius:10px;padding:10px 12px;margin-top:8px}.sm-sms-from{font-size:12px;color:#8b95a5;margin-bottom:4px;font-weight:600}.sm-sms-text{font-size:13px;color:#f1f5f9;line-height:1.45;word-break:break-word}.sm-cancel-btn{display:flex;align-items:center;justify-content:center;width:100%;height:48px;border:none;border-radius:10px;background:#b91c1c;color:#fff;font-size:14px;font-weight:800;cursor:pointer;margin-top:8px;font-family:inherit}.sm-cancel-btn:hover{background:#991b1b}.sm-cancel-btn:disabled{opacity:.6;cursor:not-allowed}.sm-modal-backdrop{position:fixed;inset:0;background:rgba(11,20,40,.62);z-index:100;animation:dxFade .18s ease}.sm-modal-center{position:fixed;inset:0;z-index:110;display:flex;align-items:center;justify-content:center;padding:16px;pointer-events:none}.sm-success-card{pointer-events:auto;width:100%;max-width:400px;background:#fff;border-radius:14px;padding:18px 22px 22px;text-align:center;border:1px solid #d8dee9;box-shadow:0 20px 60px rgba(15,23,42,.3);animation:smPopUp .25s cubic-bezier(.21,1.02,.73,1) forwards}@keyframes smPopUp{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes smModalIn{0%{opacity:0;transform:scale(.95) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.sm-success-icon{margin-bottom:6px}.sm-success-title{font-size:18px;font-weight:500;color:#121826;margin:0 0 14px}.sm-success-divider{height:1px;background:rgba(15,23,42,.12);margin-bottom:12px}.sm-success-id-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.sm-success-id-text{color:#64748b;font-size:13px;font-weight:600}.sm-success-id-text strong{color:#0f172a;font-weight:700}.sm-success-view-link{background:none;border:none;color:#1f8fd8;font-size:14px;font-weight:600;text-decoration:underline;cursor:pointer;font-family:inherit;padding:0}.sm-success-number-block{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:22px;text-align:left}.sm-success-number-main{display:flex;align-items:flex-start;gap:10px;flex:1 1;min-width:0}.sm-success-number-flag{font-size:22px;margin-top:2px}.sm-success-number-col{flex:1 1;min-width:0}.sm-success-country{font-size:14px;font-weight:700;color:#0f172a}.sm-success-phone-row{display:flex;align-items:center;gap:8px;margin-top:6px;flex-wrap:wrap}.sm-success-digits{font-size:15px;font-weight:700;color:#0f172a}.sm-success-service-right{font-size:13px;font-weight:700;color:#334155;text-align:right;max-width:36%;margin-top:2px}.sm-awesome-btn{width:100%;height:50px;border:none;border-radius:10px;background:#2585e8;color:#fff;font-size:16px;font-weight:800;cursor:pointer;font-family:inherit;transition:background .15s}.sm-awesome-btn:hover{background:#1d6fd1}.sm-success-card .sm-copy-icon{color:#2680e9}.sm-success-card .sm-copy-icon:hover{color:#1d6fd1}@media (min-width:769px){.sm-main{margin:0 auto;padding:20px 20px 100px}.sm-main,.sm-sticky-bottom{max-width:520px}}.rn-page{min-height:100vh;background:#0b0d14;color:#f1f5f9;font-family:Inter,Segoe UI,Arial,sans-serif;position:relative;overflow-x:hidden}.rn-main{padding:16px 16px 40px;max-width:480px;margin:0 auto;position:relative;min-height:calc(100vh - 120px)}.rn-step-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;margin-top:4px}.rn-back-circle{width:40px;height:40px;border-radius:50%;background:#1a1e2a;border:1px solid #1e2433;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#f1f5f9;flex-shrink:0;transition:background .15s}.rn-back-circle:hover{background:#232838}.rn-step-title{font-size:19px;font-weight:800;color:#f1f5f9;text-align:center;flex:1 1}.rn-header-spacer{width:40px;flex-shrink:0}.rn-tutorial-banner{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#12141c;border:1px solid #1e2433;border-radius:12px;text-decoration:none;color:#f1f5f9;font-size:.88rem;font-weight:500;margin-bottom:20px;width:100%;transition:border-color .15s}.rn-tutorial-banner:hover{border-color:#2680e9}.rn-tutorial-icon{width:24px;height:24px;border-radius:6px;background:#1a1e2a;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.rn-tutorial-text{flex:1 1;font-size:.86rem}.rn-tabs{display:flex;gap:0;margin-bottom:16px;border-bottom:2px solid #1e2433}.rn-tab{flex:1 1;padding:12px 0;background:none;font-size:.92rem;font-weight:500;color:#8b95a5;cursor:pointer;text-align:center;font-family:inherit;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.rn-tab-active{color:#2680e9;font-weight:600;border-bottom-color:#2680e9}.rn-loading{justify-content:center;min-height:200px;color:#64748b;font-size:.95rem;gap:8px}.rn-empty,.rn-loading{display:flex;align-items:center}.rn-empty{flex-direction:column;text-align:center;padding:50px 20px 30px}.rn-empty strong{margin-top:10px;font-size:1.05rem;font-weight:600}.rn-empty p{margin:4px 0 0;font-size:.88rem;color:#64748b}.rn-empty-btn{margin-top:18px;padding:10px 28px;border-radius:10px;border:none;background:#2680e9;color:#fff;font-size:.92rem;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.rn-empty-btn:hover{background:#1d6fd1}.rn-badge{font-size:.74rem;font-weight:700;padding:3px 12px;border-radius:20px;text-transform:capitalize;white-space:nowrap}.rn-badge-active{background:rgba(43,196,138,.2);color:#86efac}.rn-badge-expired{background:rgba(185,28,28,.15);color:#fca5a5}.rn-badge-default,.rn-badge-released{background:#1e2433;color:#8b95a5}.rn-badge-pill{padding:6px 18px;font-size:.82rem;font-weight:800}.rn-card-list{display:grid;grid-gap:12px;gap:12px}.rn-rental-card{background:#12141c;border:1px solid #1e2433;border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:10px;cursor:pointer;text-align:left;font-family:inherit;color:inherit;width:100%;transition:border-color .15s}.rn-rental-card:hover{border-color:#2a3040}.rn-rental-top{display:flex;align-items:center;justify-content:space-between}.rn-rental-order{font-size:.82rem;font-weight:600;color:#8b95a5}.rn-rental-mid{display:flex;align-items:center;gap:8px}.rn-rental-flag{font-size:1.3rem}.rn-rental-country{font-size:.9rem;font-weight:500;color:#f1f5f9}.rn-rental-dur{font-size:.78rem;color:#8b95a5;margin-left:auto}.rn-rental-bottom{display:flex;align-items:center;gap:8px}.rn-rental-phone{font-size:1.05rem;font-weight:800;color:#f1f5f9;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rn-rental-copy{width:30px;height:30px;border-radius:8px;border:1px solid #1e2433;background:#0b0d14;color:#2680e9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s}.rn-rental-copy:hover{background:#161922}.rn-rental-price{font-size:.92rem;font-weight:700;color:#2680e9;flex-shrink:0}.rn-fab{position:fixed;bottom:80px;right:20px;width:56px;height:56px;border-radius:50%;border:none;background:#2680e9;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 20px rgba(38,128,233,.4);z-index:15;transition:transform .15s,box-shadow .15s}.rn-fab:hover{transform:scale(1.08);box-shadow:0 8px 28px rgba(38,128,233,.55)}.rn-card-wrap{background:#12141c;border:1px solid #1e2433;border-radius:16px;padding:24px 20px 28px;box-shadow:0 2px 12px rgba(0,0,0,.04)}.rn-error{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#1c1214;color:#ef4444;border:1px solid #4a1c1c;border-radius:10px;font-size:.88rem;margin-bottom:16px;line-height:1.4}.rn-form-group{margin-bottom:16px;position:relative}.rn-label{display:block;color:#f1f5f9;font-size:.88rem;font-weight:700;margin-bottom:8px}.rn-inline-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.rn-balance-text{color:#8b95a5;font-size:.78rem;font-weight:600}.rn-dropdown{width:100%;min-height:50px;border-radius:10px;border:1px solid #1e2433;background:#12141c;padding:0 14px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-family:inherit;color:#f1f5f9;transition:border-color .15s}.rn-dropdown:hover{border-color:#2a3040}.rn-dropdown-disabled{opacity:.5;cursor:not-allowed}.rn-dropdown-text{font-size:.92rem;font-weight:700;color:#f1f5f9;flex:1 1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rn-dropdown-placeholder{color:#64748b;font-weight:500}.rn-options-panel{margin-top:8px;border-radius:12px;border:1px solid #1e2433;background:#12141c;padding:10px 12px;box-shadow:0 8px 24px rgba(0,0,0,.3);z-index:5;position:relative}.rn-options-search{width:100%;height:42px;border-radius:10px;border:1px solid #1e2433;background:#1a1e2a;padding:0 12px;font-size:.9rem;color:#f1f5f9;outline:none;margin-bottom:8px;font-family:inherit;box-sizing:border-box}.rn-options-search::placeholder{color:#64748b}.rn-options-search:focus{border-color:#2680e9}.rn-options-list{max-height:260px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#1e2433 transparent}.rn-options-list::-webkit-scrollbar{width:4px}.rn-options-list::-webkit-scrollbar-thumb{background:#1e2433;border-radius:4px}.rn-options-empty{padding:20px 0;text-align:center;color:#64748b;font-size:.9rem}.rn-option-row{display:flex;align-items:center;gap:10px;padding:10px 8px;border-radius:10px;border:none;background:none;width:100%;cursor:pointer;text-align:left;font-family:inherit;color:#f1f5f9;transition:background .12s}.rn-option-row:hover{background:#1a1e2a}.rn-option-active{background:rgba(38,128,233,.1)}.rn-option-text-col{flex:1 1;min-width:0}.rn-option-name{display:block;font-size:.92rem;font-weight:700;color:#f1f5f9}.rn-option-active .rn-option-name{color:#2680e9}.rn-option-sub{display:block;margin-top:2px;font-size:.78rem;font-weight:500;color:#8b95a5}.rn-option-check{color:#2680e9;flex-shrink:0}.rn-flag-circle{width:32px;height:32px;border-radius:50%;border:1px solid #1e2433;display:inline-flex;justify-content:center;font-size:1.1rem;flex-shrink:0;line-height:1}.rn-flag-circle,.rn-readonly-field{background:#1a1e2a;align-items:center}.rn-readonly-field{height:44px;border-radius:10px;padding:0 14px;display:flex;font-size:.92rem;font-weight:600;color:#f1f5f9}.rn-proceed-btn{display:flex;align-items:center;justify-content:center;width:100%;height:50px;border:none;border-radius:10px;background:#2680e9;color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;font-family:inherit;margin-top:8px;transition:background .15s}.rn-get-number-btn{height:52px}.rn-proceed-btn:hover{background:#1d6fd1}.rn-proceed-btn:disabled{opacity:.6;cursor:not-allowed}.rn-preview-card{background:#0b0d14;border:1px solid #1e2433;border-radius:14px;padding:4px 16px;margin-bottom:20px}.rn-preview-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0;min-height:52px}.rn-preview-label{color:#8b95a5;font-size:.92rem;font-weight:600;width:88px;flex-shrink:0}.rn-preview-value{color:#f1f5f9;font-size:.92rem;font-weight:700;text-align:right;flex:1 1;display:inline-flex;align-items:center;justify-content:flex-end}.rn-preview-divider{height:1px;background:#1e2433}.rn-detail-meta-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;gap:8px}.rn-detail-meta-left{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.rn-detail-meta-label{color:#8b95a5;font-size:.82rem;font-weight:600}.rn-detail-meta-val{color:#f1f5f9;font-size:.82rem;font-weight:800}.rn-detail-copy-sm{border:none;background:none;color:#8b95a5;cursor:pointer;padding:2px;display:inline-flex;align-items:center;margin-left:4px;transition:color .15s}.rn-detail-copy-sm:hover{color:#2680e9}.rn-detail-meta-date{color:#8b95a5;font-size:.75rem;font-weight:500;max-width:48%;text-align:right}.rn-detail-hero{background:#12141c;border:1px solid #1e2433;border-radius:14px;padding:16px;margin-bottom:14px}.rn-detail-country-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.rn-detail-flag{font-size:1.15rem}.rn-detail-country-name{color:#8b95a5;font-size:.88rem;font-weight:600}.rn-detail-number-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.rn-detail-phone{font-size:22px;font-weight:800;color:#f1f5f9;flex:1 1}.rn-detail-badge-wrap{display:flex;justify-content:center}.rn-detail-refund-note{margin:10px 0 0;font-size:.78rem;color:#8b95a5;text-align:center}.rn-detail-card{background:#12141c;border:1px solid #1e2433;border-radius:14px;padding:16px;margin-bottom:14px}.rn-countdown-title{color:#8b95a5;font-size:.82rem;font-weight:700;text-align:center;margin-bottom:14px}.rn-countdown-row{display:flex;align-items:center;gap:6px;margin-bottom:4px}.rn-countdown-cell{flex:1 1;background:#0b0d14;border:1px solid #1e2433;border-radius:12px;padding:10px 6px;text-align:center}.rn-countdown-val{display:block;font-size:22px;font-weight:800;color:#2680e9;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rn-countdown-lbl{display:block;margin-top:4px;font-size:10px;font-weight:600;color:#8b95a5}.rn-countdown-colon{font-size:18px;font-weight:800;color:#8b95a5;margin-bottom:18px}.rn-detail-divider{height:1px;background:#1e2433;margin:16px 0}.rn-autorenew-row{display:flex;align-items:center;justify-content:space-between}.rn-autorenew-label{font-size:1rem;font-weight:800;color:#f1f5f9}.rn-autorenew-help{color:#8b95a5;font-size:.75rem;line-height:1.5;margin:10px 0 0}.rn-toggle{position:relative;display:inline-block;cursor:pointer}.rn-toggle input{position:absolute;opacity:0;width:0;height:0}.rn-toggle-track{display:block;width:48px;height:28px;border-radius:14px;background:#1e2433;border:1px solid #2a3040;position:relative;transition:background .2s,border-color .2s}.rn-toggle-on .rn-toggle-track{background:rgba(38,128,233,.35);border-color:#2680e9}.rn-toggle-thumb{position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.3)}.rn-toggle-on .rn-toggle-thumb{transform:translateX(20px)}.rn-toggle-disabled{opacity:.5;cursor:not-allowed}.rn-detail-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;margin-top:4px}.rn-detail-section-title{font-size:17px;font-weight:800;color:#f1f5f9}.rn-detail-search{width:100%;height:44px;border-radius:12px;border:1px solid #1e2433;background:#12141c;padding:0 14px;font-size:.88rem;color:#f1f5f9;outline:none;margin-bottom:12px;font-family:inherit;box-sizing:border-box}.rn-detail-search::placeholder{color:#8b95a5}.rn-detail-search:focus{border-color:#2680e9}.rn-detail-empty-msgs{text-align:center}.rn-detail-empty-msgs p{color:#8b95a5;font-size:.88rem;margin:0}.rn-msg-list{display:grid;grid-gap:10px;gap:10px}.rn-msg-card{background:#12141c;border:1px solid #1e2433;border-radius:14px;padding:14px 16px}.rn-msg-row{display:flex;gap:12px}.rn-msg-avatar-wrap{position:relative;width:48px;height:48px;flex-shrink:0}.rn-msg-avatar{width:48px;height:48px;border-radius:50%;background:rgba(38,128,233,.15);display:flex;align-items:center;justify-content:center;font-size:22px}.rn-msg-online-dot{position:absolute;right:-1px;bottom:-1px;width:12px;height:12px;border-radius:50%;background:#22c55e;border:2px solid #12141c}.rn-msg-body{flex:1 1;min-width:0}.rn-msg-top{display:flex;justify-content:space-between;align-items:baseline}.rn-msg-sender{font-size:1rem;font-weight:800;color:#f1f5f9}.rn-msg-time{font-size:.75rem;color:#8b95a5;font-weight:600}.rn-msg-text{margin:6px 0 0;font-size:.88rem;color:#cbd5e1;line-height:1.45}.rn-msg-from{display:block;margin-top:4px;font-size:.7rem;color:#8b95a5}.rn-detail-actions{display:flex;gap:12px;margin-top:16px;margin-bottom:8px}.rn-action-ghost{flex:1 1;padding:12px 0;border-radius:12px;border:1px solid #1e2433;background:#12141c;color:#f1f5f9;font-size:.88rem;font-weight:800;cursor:pointer;font-family:inherit;text-align:center;transition:background .15s}.rn-action-ghost:hover{background:#1a1e2a}.rn-action-ghost:disabled{opacity:.5;cursor:not-allowed}.rn-action-danger{flex:1 1;padding:12px 0;border-radius:12px;border:1px solid rgba(185,28,28,.3);background:rgba(185,28,28,.1);color:#fca5a5;font-size:.88rem;font-weight:800;cursor:pointer;font-family:inherit;text-align:center;transition:background .15s}.rn-action-danger:hover{background:rgba(185,28,28,.18)}.rn-action-danger:disabled{opacity:.5;cursor:not-allowed}.rn-modal-backdrop{position:fixed;inset:0;background:rgba(11,20,40,.62);z-index:60;animation:dxFade .18s ease}.rn-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:70;width:calc(100% - 32px);max-width:400px;background:#fff;border-radius:14px;padding:18px 22px 22px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.4);animation:rnPopUp .25s cubic-bezier(.21,1.02,.73,1) forwards}@keyframes rnPopUp{0%{opacity:0;transform:translate(-50%,-50%) scale(.92)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.rn-modal-seal{margin-bottom:8px}.rn-modal-title{margin:0 0 14px;font-size:1.15rem;font-weight:500;color:#121826}.rn-modal-divider{height:1px;background:rgba(15,23,42,.12);margin-bottom:12px}.rn-modal-order-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;text-align:left}.rn-modal-order-text{color:#64748b;font-size:.82rem;font-weight:600}.rn-modal-order-text strong{color:#0f172a;font-weight:700}.rn-modal-view-details{border:none;background:none;color:#1f8fd8;font-size:.88rem;font-weight:600;text-decoration:underline;cursor:pointer;font-family:inherit}.rn-modal-number-block{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;text-align:left;gap:12px}.rn-modal-number-main{display:flex;align-items:flex-start;gap:10px;flex:1 1;min-width:0}.rn-modal-flag{font-size:1.3rem;margin-top:2px}.rn-modal-number-col{flex:1 1;min-width:0}.rn-modal-country{font-size:.88rem;font-weight:700;color:#0f172a}.rn-modal-phone-row{display:flex;align-items:center;gap:8px;margin-top:6px;flex-wrap:wrap}.rn-modal-digits{font-size:.95rem;font-weight:700;color:#0f172a}.rn-modal-copy-btn{border:none;background:none;color:#2680e9;cursor:pointer;padding:2px;display:inline-flex;align-items:center;position:relative}.rn-copied-tooltip{position:absolute;top:-28px;left:50%;transform:translateX(-50%);background:#0f172a;color:#fff;font-size:.72rem;padding:4px 8px;border-radius:6px;white-space:nowrap;pointer-events:none}.rn-modal-right-label{font-size:.82rem;font-weight:700;color:#334155;text-align:right;max-width:36%;line-height:1.5}.rn-modal-awesome{display:block;width:100%;height:50px;border-radius:10px;border:none;background:#2585e8;color:#fff;font-size:1rem;font-weight:800;cursor:pointer;font-family:inherit;transition:background .15s}.rn-modal-awesome:hover{background:#1d6fd1}@media (min-width:769px){.rn-main{max-width:480px;margin:0 auto;padding:20px 20px 40px}.rn-fab{right:calc(50% - 260px)}}