:root{--app-height:var(--tg-viewport-stable-height,100dvh)}html,body{overscroll-behavior:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background:#f0f4f8;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,Segoe UI,Roboto,sans-serif}#root{min-height:var(--app-height);-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}input,textarea,[contenteditable=true],.selectable{-webkit-touch-callout:default;-webkit-user-select:text;user-select:text}:root{--bg:#f0f4f8;--surface:#fff;--text:#0f2030;--muted:#7a8e99;--primary:#ff6f61;--primary-dark:#003b5c;--primary-soft:#ffe9e7;--border:#dde6ed;--shadow:0 2px 14px #003b5c12;--radius:18px;--green:#28b567;--cta-gradient:linear-gradient(135deg, #ff6f61 0%, #e85a4f 100%);--cta-glow:#ff6f61}.dark{--bg:#0a1e2e;--surface:#123;--text:#e8f0f5;--muted:#7a95a8;--primary:#ff7f72;--primary-dark:#e8f0f5;--primary-soft:#1a2e3e;--border:#1e3548;--shadow:0 2px 14px #0000004d}*{box-sizing:border-box}html,body{background:var(--bg);height:100%;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,Segoe UI,Roboto,sans-serif}#root{background:var(--bg);min-height:100%;margin:0;padding:0}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input,textarea{caret-color:var(--text)}.app{max-width:480px;min-height:var(--app-height);background:var(--bg);color:var(--text);margin:0 auto;padding:0 20px}.app--with-nav{padding-bottom:calc(var(--tg-safe-area-inset-bottom,0px) + var(--tg-content-safe-area-inset-bottom,0px) + 80px)}.sticky-top{z-index:40;padding:calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px) + 0px) 20px 12px;-webkit-backdrop-filter:blur(20px);background:#f0f4f8d1;margin:0 -20px;position:sticky;top:0;box-shadow:0 1px #003b5c1a,0 4px 20px #003b5c0f}.dark .sticky-top{background:#0a1e2ee0;box-shadow:0 1px #00000040,0 4px 20px #0003}.header{justify-content:space-between;align-items:center;margin-bottom:0;display:flex}.user{align-items:center;gap:12px;display:flex}.avatar{width:46px;height:46px;color:var(--primary);background:#d0e4f0;border:2px solid #003b5c33;border-radius:50%;flex-shrink:0;place-items:center;font-size:18px;font-weight:700;display:grid;overflow:hidden}.avatar-photo{object-fit:cover;width:100%;height:100%;display:block}.user-text{flex-direction:column;line-height:1.2;display:flex}.hello{letter-spacing:.08em;color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:700}.name{color:var(--text);font-size:16px;font-weight:800}.balance{color:var(--primary);font-size:16px;font-weight:700}.balance-skeleton{border-radius:6px;width:84px;height:16px;display:inline-block}.hero-title{color:var(--text);letter-spacing:-.5px;margin:22px 0 20px;font-size:30px;font-weight:900;line-height:1.18}.hero-title em{color:var(--primary);font-style:normal}.search{background:var(--surface);box-shadow:var(--shadow);color:var(--muted);border-radius:999px;align-items:center;gap:10px;margin-bottom:20px;padding:14px 18px;display:flex}.search input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:16px}.search input::placeholder{color:var(--muted)}.search input::-webkit-search-cancel-button{display:none}.search-clear{cursor:pointer;color:var(--muted);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.search-clear:active{color:var(--text)}.search-modal-skeleton-row{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:13px 18px;display:flex}.search-modal-skeleton-row:last-child{border-bottom:none}.search-modal-skeleton-icon{border-radius:8px;flex-shrink:0;width:32px;height:32px}.search-modal-skeleton-name{border-radius:6px;width:120px;height:14px}.search-modal{background:var(--surface);box-shadow:var(--shadow);border-radius:18px;margin-top:-12px;margin-bottom:20px;overflow:hidden}.search-modal-row{text-align:left;cursor:pointer;border:none;border-bottom:1px solid var(--border);background:0 0;align-items:center;gap:14px;width:100%;padding:13px 18px;display:flex}.search-modal-row:last-child{border-bottom:none}.search-modal-row:active{background:var(--border)}.search-modal-icon{flex-shrink:0;justify-content:center;align-items:center;font-size:24px;line-height:1;display:inline-flex}.search-modal-flag-img{object-fit:cover;border-radius:50%;width:28px;height:28px;display:block}.search-modal-name{color:var(--text);font-size:15px;font-weight:500}.search-modal-section{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;background:var(--bg);border-bottom:1px solid var(--border);padding:8px 18px 6px;font-size:12px;font-weight:600}.search-modal-empty{text-align:center;color:var(--muted);padding:18px;font-size:14px}.promo-card{color:#fff;background:linear-gradient(135deg,#003b5c 0%,#002840 60%,#001a2b 100%);border-radius:22px;margin-bottom:28px;padding:22px 20px 24px;position:relative;overflow:hidden}.promo-badge{letter-spacing:.08em;text-transform:uppercase;background:#fff3;border-radius:999px;margin-bottom:10px;padding:4px 12px;font-size:10px;font-weight:800;display:inline-block}.promo-title{color:#fff;margin:0 0 8px;font-size:22px;font-weight:900}.promo-desc{color:#ffffffd9;max-width:200px;margin:0 0 18px;font-size:13px;line-height:1.45}.promo-btn{color:var(--primary);cursor:pointer;background:#fff;border:none;border-radius:999px;padding:11px 24px;font-size:14px;font-weight:700;transition:transform .15s;display:inline-block}.promo-btn:active{transform:scale(.96)}.promo-icon{color:#ffffff26;pointer-events:none;position:absolute;top:50%;right:-18px;transform:translateY(-50%)}.dest-tabs{scrollbar-width:none;gap:8px;margin-bottom:18px;display:flex;overflow-x:auto}.dest-tabs::-webkit-scrollbar{display:none}.dest-tab{color:var(--muted);cursor:pointer;letter-spacing:.01em;background:0 0;border:none;border-radius:999px;flex-shrink:0;padding:9px 16px;font-size:14px;font-weight:600;transition:all .2s}.dest-tab.active{background:var(--primary-dark);color:#fff;font-weight:700}.dark .dest-tab{color:var(--muted)}.dark .dest-tab.active{background:var(--primary);color:#fff}.popular{margin-bottom:22px}.section-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.section-head h3{color:var(--text);margin:0;font-size:17px;font-weight:800}.view-all-link{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:600}.dest-list{flex-direction:column;gap:2px;display:flex}.dest-row{background:var(--surface);cursor:pointer;box-shadow:var(--shadow);border-radius:16px;align-items:center;gap:14px;margin-bottom:10px;padding:14px;transition:transform .15s;display:flex}.dest-row:active{transform:scale(.98)}.dest-row-img{object-fit:cover;border-radius:12px;flex-shrink:0;width:62px;height:62px;display:block}.dest-row-info{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.dest-row-country{color:var(--text);font-size:16px;font-weight:700}.dest-row-coverage{color:var(--muted);align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.coverage-dot{background:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.coverage-dot:after{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:7px;height:5px;display:block;transform:rotate(-45deg)translateY(-1px)}.dest-row-price{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.dest-starting-at{letter-spacing:.06em;color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:700}.dest-row-amount{color:var(--primary);font-size:20px;font-weight:800}.region-row{cursor:default}.region-icon{background:var(--surface);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;font-size:28px;display:flex;overflow:hidden}.region-flag-img{object-fit:cover;width:100%;height:100%;display:block}.regions-state{text-align:center;color:var(--muted);padding:24px 0;font-size:14px}.regions-error{color:#e53e3e}.error-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:40px 24px;display:flex}.error-state-icon{color:#e53e3e;background:#e53e3e1f;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:4px;display:flex}.error-state-title{color:var(--text);margin:0;font-size:15px;font-weight:600}.error-state-message{color:var(--muted);max-width:280px;margin:0;font-size:13px;line-height:1.4}.screen-header{align-items:center;gap:6px;padding:8px 0 24px;display:flex}.screen-header--tight{padding-bottom:16px}.screen-header--flush{padding-bottom:0}.pill-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:999px;margin-top:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:opacity .15s}.pill-btn:active{opacity:.85}.surface-card{background:var(--surface);box-shadow:var(--shadow);border-radius:24px}.chevron-toggle{color:var(--muted);flex-shrink:0;transition:transform .2s;display:flex;transform:rotate(90deg)}.chevron-toggle--open{transform:rotate(-90deg)}.accordion-head{text-align:left;cursor:pointer;width:100%;color:var(--text);background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;padding:0;display:flex}.screen-title{color:var(--text);margin:0;font-size:20px;font-weight:800}.screen-title,.profile-title,.my-esims-title,.screen-title-row{transition:opacity .2s,transform .25s}.screen-title-row{align-items:center;gap:12px;min-width:0;display:flex}.title-docked-away{opacity:0;pointer-events:none;transform:translateY(-8px)}.docked-title{top:var(--docked-title-top,0px);z-index:60;box-sizing:border-box;padding-top:var(--tg-safe-area-inset-top,0px);height:calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px));min-height:calc(var(--tg-safe-area-inset-top,0px) + 44px);-webkit-backdrop-filter:blur(20px);opacity:0;pointer-events:none;background:#f0f4f8d1;justify-content:center;align-items:center;gap:8px;transition:opacity .2s,transform .25s;display:flex;position:fixed;left:0;right:0;transform:translateY(-6px)}.docked-title span{color:var(--text);font-size:17px;font-weight:700}.docked-title-flag{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:18px;line-height:1;display:flex;overflow:hidden}.docked-title-flag-img{object-fit:cover;width:100%;height:100%;display:block}.docked-title--visible{opacity:1;transform:translateY(0)}.dark .docked-title{background:#0a1e2ee0}.empty-state{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:48px 20px;display:flex}.empty-state-icon{margin-bottom:4px;font-size:40px;line-height:1}.empty-state-title{color:var(--text);margin:0;font-size:16px;font-weight:700}.empty-state-text{color:var(--muted);max-width:260px;margin:0;font-size:13px;line-height:1.4}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,#dde6ed 25%,#e8f0f5 50%,#dde6ed 75%) 0 0/800px 100%;border-radius:6px;animation:1.4s linear infinite shimmer}.dark .skeleton{background:linear-gradient(90deg,#1a2e3e 25%,#1e3548 50%,#1a2e3e 75%) 0 0/800px 100%}.skeleton-row{background:var(--surface);border-radius:18px;align-items:center;gap:14px;margin-bottom:12px;padding:14px;display:flex}.skeleton-icon{border-radius:12px;flex-shrink:0;width:62px;height:62px}.skeleton-info{flex-direction:column;flex:1;gap:10px;display:flex}.skeleton-name{width:55%;height:14px}.skeleton-sub{width:35%;height:11px}.skeleton-price{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;display:flex}.skeleton-label{width:56px;height:10px}.skeleton-amount{width:36px;height:18px}.bottom-nav{-webkit-backdrop-filter:blur(20px);padding:8px 0 calc(var(--tg-safe-area-inset-bottom,0px) + var(--tg-content-safe-area-inset-bottom,0px) + 8px);z-index:50;background:#ffffffc7;border-radius:24px 24px 0 0;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -1px #003b5c14,0 -4px 24px #003b5c12}.dark .bottom-nav{background:#112233eb;box-shadow:0 -1px #0000004d,0 -4px 24px #0003}.nav{cursor:pointer;color:#0f2030;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:6px;padding:4px 0;transition:color .2s;display:flex;position:relative}.dark .nav{color:#e8f0f580}.dark .nav.active{color:#e8f0f5}.nav-icon-wrap{color:#0f2030;justify-content:center;align-items:center;display:flex}.dark .nav-icon-wrap{color:#e8f0f580}.dark .nav.active .nav-icon-wrap{color:#e8f0f5}.nav.active .nav-icon-wrap{color:#0f2030}.nav-label{color:#0f2030;letter-spacing:.01em;font-size:13px;font-weight:700}.dark .nav-label{color:#e8f0f580}.dark .nav.active .nav-label{color:#e8f0f5}.nav-underline{background:var(--primary);border-radius:999px;width:28px;height:2.5px;margin-top:-2px;display:block}.profile{padding-top:calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px))}.profile-title{margin:0 0 20px;font-size:28px;font-weight:800}.profile-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);align-items:center;gap:16px;margin-bottom:14px;padding:20px;display:flex}.profile-avatar-wrap{flex-shrink:0;position:relative}.profile-avatar{width:64px;height:64px;color:var(--primary);letter-spacing:.5px;background:#d0e4f0;border:3px solid #003b5c40;border-radius:50%;place-items:center;font-size:20px;font-weight:800;display:grid}.profile-status-dot{background:var(--green);border:2.5px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;bottom:2px;right:2px}.profile-info{flex-direction:column;gap:6px;min-width:0;display:flex}.profile-name{color:var(--text);font-size:20px;font-weight:800}.profile-role-badge{color:var(--primary);letter-spacing:.08em;align-items:center;gap:4px;font-size:11px;font-weight:700;display:inline-flex}.profile-menu{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:14px;overflow:hidden}.menu-item{width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;align-items:center;gap:14px;padding:17px 18px;font-size:15px;font-weight:600;transition:background .15s;display:flex}.menu-item:not(:last-child){border-bottom:1px solid var(--border)}.menu-item:active{background:var(--bg)}.menu-icon-rel{color:var(--muted);flex-shrink:0;align-items:center;display:flex;position:relative}.menu-notif-dot{background:var(--primary);border:1.5px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-3px}.menu-item>svg:first-child,.menu-item>.menu-icon-rel{color:var(--muted);flex-shrink:0}.menu-item>span{text-align:left;flex:1}.menu-item>svg:last-child{color:#c8c0b8;flex-shrink:0}.account-info{min-height:var(--app-height);padding-top:calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px));flex-direction:column;padding-bottom:16px;display:flex}.form-screen{height:var(--app-height);background:var(--bg);z-index:5;flex-direction:column;display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden}.form-screen-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;width:100%;max-width:480px;min-height:0;padding:calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px)) 20px 16px;box-sizing:border-box;flex:1;margin:0 auto;overflow-y:auto}.form-screen--keyboard .form-screen-content{min-height:calc(100% + 48px)}.form-screen-cta,.saved-cards-action{width:100%;max-width:480px;padding:12px 20px calc(var(--tg-safe-area-inset-bottom,0px) + var(--tg-content-safe-area-inset-bottom,0px) + 20px);background:var(--bg);box-sizing:border-box;margin:0 auto}.form-screen-cta{flex-shrink:0}.form-screen--keyboard .form-screen-cta{padding-bottom:12px}.form-screen--keyboard .docked-title{height:44px;min-height:44px;padding-top:0}.account-back-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:2px;margin-left:-4px;padding:6px 4px;font-size:15px;font-weight:600;display:flex}.account-back-btn:active{opacity:.65}.legal-doc{color:var(--text);font-size:14px;line-height:1.6}.legal-doc h2{color:var(--text);margin:28px 0 10px;font-size:17px;font-weight:800}.legal-doc h3{color:var(--text);margin:20px 0 8px;font-size:14.5px;font-weight:700}.legal-doc p{color:var(--text);margin:0 0 12px}.legal-doc ul{margin:0 0 12px;padding-left:22px}.legal-doc li{margin-bottom:6px}.legal-doc a{color:var(--primary);word-break:break-word;text-decoration:none}.legal-doc a:active{opacity:.7}.legal-doc code{background:var(--surface-2,#7f7f7f1f);border-radius:4px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px}.legal-doc strong{color:var(--text);font-weight:700}.legal-meta{color:var(--muted);font-size:12.5px;margin-bottom:18px!important}.account-fields{flex-direction:column;flex:1;gap:16px;display:flex}.account-field-group{flex-direction:column;gap:6px;display:flex}.account-field-label{letter-spacing:.09em;color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:700}.account-field-label.primary{color:var(--primary)}.account-field{background:var(--surface);box-shadow:var(--shadow);border-radius:14px;align-items:center;gap:12px;padding:16px 18px;display:flex}.account-field.editable{border:1.5px solid var(--border);box-shadow:none}.account-field.editable.invalid{border-color:#e05252}.account-field-icon.error,.account-field-label.error{color:#e05252}.account-success-alert{color:#2e7d52;background:#e9f7ef;border-radius:12px;align-items:center;gap:8px;margin-bottom:16px;padding:12px 16px;font-size:14px;font-weight:600;display:flex}.account-field-icon{flex-shrink:0;align-items:center;display:flex}.account-field-icon.muted{color:var(--muted)}.account-field-icon.primary{color:var(--primary)}.account-field-value{color:var(--text);flex:1;font-size:15px;font-weight:600}.account-field-input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:16px;font-weight:600}.account-field-skeleton{border-radius:6px;flex:1;max-width:180px;height:14px}.account-edit-btn{color:var(--muted);padding:0;line-height:1}.account-edit-btn:active{color:var(--primary)}.account-field-hint{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.4}.account-locked-note{color:#b0a89e;text-align:center;margin:20px 0 0;font-size:12px;line-height:1.5}.account-save-btn{background:var(--cta-gradient);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:100%;padding:18px;font-size:16px;font-weight:700;transition:transform .15s,opacity .15s;display:flex}.account-save-btn:active{opacity:.9;transform:scale(.97)}.account-save-btn:disabled{opacity:.4;cursor:not-allowed}.loyalty{min-height:var(--app-height);padding-top:calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px));flex-direction:column;gap:12px;padding-bottom:12px;display:flex}.loyalty-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:20px;padding:22px;display:flex}.loyalty-group{flex-direction:column;gap:4px;display:flex}.loyalty-eyebrow{letter-spacing:.12em;color:var(--muted);text-transform:uppercase;margin:0;font-size:11px;font-weight:700}.loyalty-eyebrow-mixed{text-transform:none}.loyalty-section-label{letter-spacing:.1em;color:var(--muted);text-transform:uppercase;margin:0 0 10px;font-size:10px;font-weight:700}.loyalty-spending{letter-spacing:-.02em;color:var(--primary);margin:0;font-size:40px;font-weight:800;line-height:1}.loyalty-spending-currency{color:var(--muted);font-size:15px;font-weight:500}.loyalty-row{justify-content:space-between;align-items:center;display:flex}.loyalty-row-divider{border-top:1px solid var(--border);padding-top:16px}.loyalty-text-right{text-align:right}.loyalty-meta-label{letter-spacing:.08em;color:var(--muted);text-transform:uppercase;margin:0 0 2px;font-size:10px;font-weight:700}.loyalty-meta-value{color:var(--text);margin:0;font-size:16px;font-weight:700}.loyalty-perk{color:var(--green);align-items:center;gap:4px;margin:0;font-size:14px;font-weight:700;display:inline-flex}.loyalty-perk-star{font-size:14px;line-height:1}.loyalty-progress-track{background:var(--border);border-radius:999px;width:100%;height:5px;overflow:hidden}.loyalty-progress-fill{background:var(--primary);border-radius:999px;height:100%;transition:width .4s}.loyalty-progress-meta{color:var(--muted);justify-content:space-between;margin:8px 0 0;font-size:11px;font-weight:500;display:flex}.loyalty-skeleton-eyebrow{border-radius:4px;width:110px;height:11px}.loyalty-skeleton-spending{border-radius:8px;width:180px;height:38px;margin-top:8px}.loyalty-skeleton-label{border-radius:4px;width:72px;height:10px}.loyalty-skeleton-value{border-radius:5px;width:90px;height:16px;margin-top:6px}.loyalty-text-right .loyalty-skeleton-label,.loyalty-text-right .loyalty-skeleton-value{margin-left:auto}.loyalty-skeleton-bar{border-radius:999px;width:100%;height:5px}.loyalty-skeleton-meta{border-radius:4px;width:140px;height:11px;margin-top:10px}.loyalty-balance-amount{letter-spacing:-.02em;color:var(--text);margin:0;font-size:28px;font-weight:800}.loyalty-balance-currency{color:var(--muted);font-size:14px;font-weight:500}.loyalty-balance-skeleton{border-radius:8px;width:160px;height:28px}.loyalty-quick-row{scrollbar-width:none;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.loyalty-quick-row::-webkit-scrollbar{display:none}.loyalty-quick-chip{border:1.5px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:999px;flex-shrink:0;padding:9px 18px;font-size:14px;font-weight:700;transition:background .15s,border-color .15s,color .15s}.loyalty-quick-chip.active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 4px 12px #ff6f6140}.loyalty-stepper{background:var(--bg);border-radius:18px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.loyalty-stepper-btn{background:var(--surface);border:1px solid var(--border);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:20px;font-weight:600;transition:transform .1s;display:flex}.loyalty-stepper-btn:active{transform:scale(.94)}.loyalty-stepper-center{text-align:center}.loyalty-stepper-amount{color:var(--text);margin:0;font-size:20px;font-weight:800}.loyalty-pay-row{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.loyalty-pay-row--2{grid-template-columns:repeat(2,1fr)}.loyalty-pay-row--1{grid-template-columns:1fr}.loyalty-card-pay>.co-card-toggle:last-child{margin-bottom:0}.loyalty-pay-tile{background:var(--bg);border:1.5px solid var(--border);cursor:pointer;border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:14px 8px;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex}.loyalty-pay-tile:active{transform:scale(.97)}.loyalty-pay-tile.active{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 15%, transparent)}.loyalty-pay-icon{justify-content:center;align-items:center;display:flex}.loyalty-pay-icon--blue{color:#3b82f6}.loyalty-pay-icon--orange{color:#f59e0b}.loyalty-pay-icon--purple{color:#7c3aed}.loyalty-pay-label{letter-spacing:.05em;color:var(--muted);text-transform:uppercase;text-align:center;font-size:9px;font-weight:700;line-height:1.3}.loyalty-pay-tile.active .loyalty-pay-label{color:var(--text)}.loyalty-topup-btn{background:var(--primary);color:#fff;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;padding:16px;font-size:12px;font-weight:800;transition:transform .1s,opacity .15s,background .15s;display:flex}.loyalty-topup-icon{justify-content:center;align-items:center;display:inline-flex}.loyalty-topup-btn--crypto{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%)}.loyalty-topup-btn--telegram_stars{background:linear-gradient(135deg,#a78bfa 0%,#7c3aed 100%)}.loyalty-topup-btn--apple_pay{background:#000}.loyalty-topup-btn--google_pay{background:#1a73e8}.loyalty-topup-btn:active{opacity:.9;transform:scale(.98)}.loyalty-topup-btn:disabled{opacity:.55;cursor:default}.loyalty-pay-native{background:var(--bg);border:1.5px solid var(--border);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:10px;padding:14px;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex}.loyalty-pay-native:active{transform:scale(.99)}.loyalty-pay-native.active{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 15%, transparent)}.loyalty-pay-native-icon{justify-content:center;align-items:center;display:flex}.loyalty-pay-native-icon--apple_pay{color:var(--text)}.loyalty-pay-native-icon--google_pay{color:#1a73e8}.loyalty-pay-native-label{color:var(--text);font-size:13px;font-weight:700}.loyalty-topup-msg{color:var(--primary);text-align:center;font-size:12px;font-weight:600}.loyalty-topup-msg--pending{color:var(--text-secondary);font-weight:500;line-height:1.4}.loyalty-history{gap:12px}.loyalty-empty{flex-direction:column;align-items:center;gap:8px;padding:18px 0 6px;display:flex}.loyalty-empty-icon{color:var(--muted);opacity:.6;font-size:28px}.loyalty-empty-text{color:var(--muted);margin:0;font-size:13px;font-style:italic}.wtx-list{flex-direction:column;display:flex}.wtx-list--scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;max-height:335px;padding-right:10px;overflow-y:auto}.wtx-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:12px 0;display:flex}.wtx-row:last-child{border-bottom:none}.wtx-dot{border-radius:999px;flex-shrink:0;width:12px;height:12px}.wtx-dot--credit{background:var(--green)}.wtx-dot--debit{background:#ff3b30}.wtx-info{flex:1;min-width:0}.wtx-label{color:var(--text);margin:0;font-size:15px;font-weight:600}.wtx-date{color:var(--muted);margin:4px 0 0;font-size:13px}.wtx-amount{white-space:nowrap;flex-shrink:0;margin:0;font-size:15px;font-weight:700}.wtx-amount--credit{color:var(--green)}.wtx-amount--debit{color:#ff3b30}.wtx-sign{font-weight:700}.theme-toggle{background:var(--border);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;width:48px;height:28px;margin-left:auto;padding:0;transition:background .25s;position:relative}.theme-toggle.on{background:var(--primary)}.theme-toggle-thumb{background:var(--surface);width:22px;height:22px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;transition:transform .25s;display:flex;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #00000026}.theme-toggle.on .theme-toggle-thumb{color:var(--primary);transform:translate(20px)}.saved-cards{min-height:var(--app-height);padding-top:calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px));flex-direction:column;padding-bottom:90px;display:flex}.order-history{min-height:var(--app-height);padding-top:calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px));flex-direction:column;padding-bottom:14px;display:flex}.oh-search{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--muted);align-items:center;gap:10px;margin-bottom:16px;padding:0 14px;display:flex;position:relative}.oh-search-input{color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:13px 0;font-size:14px;font-weight:500}.oh-search-input::placeholder{color:var(--muted)}.oh-filters{gap:8px;margin-bottom:18px;padding-bottom:4px;display:flex;overflow-x:auto}.oh-chip{background:var(--surface);border:1px solid var(--border);color:var(--muted);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:8px 16px;font-size:12px;font-weight:600}.oh-chip.active{background:var(--primary);border-color:var(--primary);color:#fff}.oh-list{flex-direction:column;gap:14px;display:flex}.oh-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.oh-card-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.oh-card-id{align-items:center;gap:12px;display:flex}.oh-flag{background:var(--primary-soft);width:46px;height:46px;color:var(--muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:24px;display:flex;overflow:hidden}.oh-flag-img{object-fit:cover;width:100%;height:100%}.oh-country{color:var(--text);margin:0;font-size:15px;font-weight:800}.oh-plan{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:3px 0 0;font-size:10px;font-weight:600}.oh-status{letter-spacing:.02em;text-transform:uppercase;border-radius:999px;flex-shrink:0;align-self:flex-start;padding:5px 11px;font-size:10px;font-weight:700}.oh-status-completed{background:color-mix(in srgb, var(--green) 16%, transparent);color:var(--green)}.oh-status-processing{color:#c9821a;background:#f5a6232e}.oh-status-canceled{background:color-mix(in srgb, var(--primary) 14%, transparent);color:var(--primary)}.oh-card-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px;display:grid}.oh-cell{background:var(--bg);border-radius:14px;flex-direction:column;gap:5px;padding:10px 12px;display:flex}.oh-cell-right{text-align:right;align-items:flex-end}.oh-cell-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:9px;font-weight:700}.oh-cell-value{color:var(--text);font-size:13px;font-weight:700}.oh-amount{color:var(--primary)}.oh-card-foot{justify-content:space-between;align-items:center;padding:0 2px;display:flex}.oh-date{color:var(--muted);font-size:11px;font-weight:500}.oh-action{color:var(--muted);border-radius:8px;align-items:center;gap:2px;padding:4px 2px;font-size:12px;font-weight:700;display:inline-flex}.oh-action-active{color:var(--primary)}.oh-action:active{opacity:.6}.order-details{min-height:var(--app-height);padding-top:calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px));flex-direction:column;gap:16px;padding-bottom:16px;display:flex}.order-details--processing{padding-bottom:calc(120px + var(--tg-safe-area-inset-bottom,0px))}.op-bar{z-index:30;max-width:480px;padding:14px 20px calc(var(--tg-safe-area-inset-bottom,0px) + var(--tg-content-safe-area-inset-bottom,0px) + 14px);background:var(--bg);border-top:1px solid var(--border);flex-direction:column;gap:10px;margin:0 auto;display:flex;position:fixed;bottom:0;left:0;right:0}.op-processing-btn{background:var(--cta-gradient);color:#fff;width:100%;box-shadow:0 6px 20px color-mix(in srgb, var(--cta-glow) 35%, transparent);cursor:pointer;-webkit-user-select:none;user-select:none;border:none;border-radius:999px;justify-content:center;align-items:center;gap:12px;padding:18px;font-size:18px;font-weight:800;animation:2s cubic-bezier(.4,0,.6,1) infinite op-pulse;display:flex}.op-processing-btn:active{transform:scale(.95)}@keyframes op-pulse{0%,to{opacity:1}50%{opacity:.6}}.op-processing-spinner{animation:.9s linear infinite spin;display:flex}.op-notice{color:var(--text);margin:0;font-size:14px;font-weight:600;line-height:1.4}.op-notice--error{color:#ef4444}.op-notice-btn{background:var(--primary);color:#fff;border:none;border-radius:16px;width:100%;padding:15px;font-size:15px;font-weight:700}.op-notice-btn:active{transform:scale(.98)}.od-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:24px;padding:20px}.od-card-title{color:var(--text);margin:0 0 16px;font-size:17px;font-weight:800}.od-info-row{flex-direction:column;gap:4px;display:flex}.od-info-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.od-info-value{color:var(--text);font-size:15px;font-weight:800}.od-order-id{word-break:break-all;font-size:14px}.od-divider{background:var(--border);height:1px;margin:14px 0}.od-status-badge{background:color-mix(in srgb, var(--green) 16%, transparent);color:var(--green);border-radius:999px;align-self:flex-start;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-flex}.od-receipt-btn{background:var(--bg);width:100%;color:var(--text);border:1px solid var(--border);border-radius:16px;margin-top:18px;padding:15px;font-size:15px;font-weight:700}.od-receipt-btn:active{transform:scale(.98)}.od-country{align-items:center;gap:14px;margin-bottom:18px;display:flex}.od-flag{background:var(--primary-soft);width:48px;height:48px;color:var(--muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:26px;display:flex;overflow:hidden}.od-flag-img{object-fit:cover;width:100%;height:100%}.od-country-name{color:var(--text);margin:0;font-size:22px;font-weight:800}.od-section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 10px;font-size:11px;font-weight:700}.od-rows{flex-direction:column;gap:8px;display:flex}.od-row{background:var(--bg);border-radius:16px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.od-row-left{color:var(--text);align-items:center;gap:12px;font-size:14px;font-weight:500;display:flex}.od-row-left svg{color:var(--muted)}.od-row-value{color:var(--text);font-size:14px;font-weight:700}.od-payment{padding:0 4px}.od-payment-title{color:var(--text);margin:0 0 16px;font-size:16px;font-weight:800}.od-payment-row{justify-content:space-between;align-items:center;display:flex}.od-payment-label{color:var(--muted);font-size:14px}.od-payment-method{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:10px;align-items:center;gap:8px;padding:7px 12px;font-size:13px;font-weight:700;display:inline-flex}.od-total-row{justify-content:space-between;align-items:flex-end;display:flex}.od-total-label{color:var(--text);font-size:16px;font-weight:500}.od-total-value{color:var(--text);letter-spacing:-.02em;font-size:24px;font-weight:800}.receipt-screen{min-height:var(--app-height);padding-top:calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px));flex-direction:column;padding-bottom:16px;display:flex}.receipt-header{justify-content:space-between;align-items:center;padding:8px 0 20px;display:flex}.receipt-download-btn{width:40px;height:40px;color:var(--primary);background:var(--surface);border:1px solid var(--border);border-radius:12px;justify-content:center;align-items:center;display:flex}.receipt-download-btn:active{transform:scale(.95)}.receipt-download-btn:disabled{opacity:.6}.receipt-spinner{border:2px solid color-mix(in srgb, var(--primary) 30%, transparent);border-top-color:var(--primary);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite receipt-spin}@keyframes receipt-spin{to{transform:rotate(360deg)}}.receipt-paper{color:#1c1b1a;background:#fff;border-radius:16px;padding:28px 24px;box-shadow:0 4px 20px #1c1b1a0f,0 0 1px #8a726533}.receipt-brand{justify-content:space-between;align-items:flex-start;margin-bottom:36px;display:flex}.receipt-brand-left{align-items:center;gap:8px;display:flex}.receipt-logo{border-radius:50%;flex-shrink:0;width:40px;height:40px;overflow:hidden}.receipt-logo-img{object-fit:cover;width:100%;height:100%;display:block}.receipt-logo-text{letter-spacing:-.03em;color:#1c1b1a;font-size:22px;font-weight:800}.receipt-tag{letter-spacing:.2em;color:#8a7265;opacity:.7;font-size:11px;font-weight:700}.receipt-block{margin-bottom:28px}.receipt-merchant-name{color:#1c1b1a;margin:0 0 4px;font-size:13px;font-weight:700}.receipt-merchant-address{color:#574337;margin:0;font-size:11px;font-weight:300;line-height:1.6}.receipt-customer-name{color:#1c1b1a;margin:0 0 2px;font-size:13px;font-weight:700}.receipt-customer-email{color:#30666f;word-break:break-all;margin:0;font-size:11px;font-weight:500}.receipt-rule{background:linear-gradient(90deg,#0000,#ddc1b166,#0000);height:1px;margin:0 0 28px}.receipt-grid{grid-template-columns:1fr 1fr;gap:22px 16px;margin-bottom:32px;display:grid}.receipt-grid-cell{flex-direction:column;gap:4px;display:flex}.receipt-grid-label{letter-spacing:.1em;text-transform:uppercase;color:#8a7265;opacity:.75;font-size:10px;font-weight:700}.receipt-grid-value{color:#1c1b1a;font-size:12px;font-weight:500}.receipt-accent{color:#994700;font-weight:700}.receipt-payment{align-items:center;gap:6px;display:inline-flex}.receipt-payment svg{color:#574337}.receipt-summary{margin-bottom:32px}.receipt-summary-title{letter-spacing:.12em;text-transform:uppercase;color:#574337;margin:0 0 16px;font-size:11px;font-weight:700}.receipt-table-head{border-bottom:1px solid #e6e2df;grid-template-columns:1fr 5fr 4fr;gap:8px;padding-bottom:10px;display:grid}.receipt-table-head span{letter-spacing:.06em;text-transform:uppercase;color:#8a7265;font-size:9px;font-weight:700}.receipt-col-amount{text-align:right}.receipt-table-row{border-bottom:1px solid #e6e2df99;grid-template-columns:1fr 5fr 4fr;align-items:center;gap:8px;padding:16px 0;display:grid}.receipt-qty-value{color:#1c1b1a;font-size:14px;font-weight:700}.receipt-item-title{color:#1c1b1a;font-size:12px;font-weight:600;display:block}.receipt-item-spec{color:#574337;font-size:10px;display:block}.receipt-item-amount{color:#1c1b1a;font-size:14px;font-weight:700}.receipt-totals{flex-direction:column;align-items:flex-end;gap:6px;margin-top:22px;display:flex}.receipt-total-line{color:#574337;justify-content:space-between;width:100%;max-width:150px;font-size:11px;display:flex}.receipt-total-line span:last-child{color:#1c1b1a;font-weight:500}.receipt-final{padding-top:4px;font-size:13px;font-weight:700}.receipt-final span:first-child{color:#1c1b1a}.receipt-footer{border-top:1px dashed #8a72654d;flex-direction:column;gap:6px;padding-top:24px;display:flex}.receipt-fine{color:#574337d9;margin:0;font-size:9px;line-height:1.6}.saved-cards-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:24px 8px;display:flex}.saved-cards-empty-visual{width:220px;height:140px;margin-bottom:16px;position:relative}.saved-cards-empty-card{background:var(--surface);border:1px solid var(--border);width:100%;height:100%;box-shadow:var(--shadow);opacity:.45;border-radius:18px;flex-direction:column;justify-content:space-between;padding:18px;display:flex}.saved-cards-empty-card-row{justify-content:space-between;align-items:center;display:flex}.saved-cards-empty-chip{background:var(--border);border-radius:6px;width:36px;height:24px}.saved-cards-empty-brand{background:var(--border);border-radius:50%;width:28px;height:28px}.saved-cards-empty-number{background:var(--border);border-radius:4px;width:70%;height:10px}.saved-cards-empty-meta{background:var(--border);border-radius:4px;width:36px;height:8px}.saved-cards-empty-icon{color:var(--muted);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.saved-cards-empty-icon-circle{background:var(--bg);width:72px;height:72px;box-shadow:var(--shadow);border-radius:50%;justify-content:center;align-items:center;display:flex}.saved-cards-empty-title{color:var(--text);max-width:280px;margin:0;font-size:18px;font-weight:800;line-height:1.3}.saved-cards-empty-text{color:var(--muted);max-width:280px;margin:0;font-size:14px;line-height:1.5}.saved-cards-action{z-index:10;position:fixed;bottom:0;left:0;right:0}.saved-cards-add-btn{background:var(--cta-gradient);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:100%;padding:18px;font-size:16px;font-weight:700;transition:transform .15s,opacity .15s;display:flex}.saved-cards-add-btn:active{opacity:.9;transform:scale(.97)}.add-card-body{flex-direction:column;gap:16px;display:flex}.add-card-field{flex-direction:column;gap:6px;min-width:0;display:flex}.add-card-label{letter-spacing:.09em;color:var(--primary);text-transform:uppercase;font-size:11px;font-weight:700}.add-card-input-wrap{align-items:center;display:flex;position:relative}.add-card-input{background:var(--surface);border:1.5px solid var(--border);color:#000;border-radius:14px;outline:none;width:100%;padding:16px 18px;font-family:inherit;font-size:16px;font-weight:600;transition:border-color .15s}.dark .add-card-input{color:var(--text)}.add-card-input::placeholder{color:var(--muted);opacity:.7}.add-card-input:focus{border-color:var(--primary)}.add-card-input--with-suffix{padding-right:120px}.add-card-brands{pointer-events:none;align-items:center;gap:6px;display:flex;position:absolute;right:10px}.add-card-brand{background:var(--surface);border:1px solid var(--border);letter-spacing:.05em;min-width:34px;height:22px;color:var(--muted);opacity:.5;border-radius:4px;justify-content:center;align-items:center;padding:0 5px;font-size:9px;font-weight:800;transition:opacity .15s;display:flex}.add-card-brand--active{opacity:1;border-color:var(--primary);color:var(--text)}.add-card-brand--visa{color:#1a1f71}.add-card-brand--amex{color:#2e77bc}.dark .add-card-brand--visa{color:#8fa0ff}.dark .add-card-brand--amex{color:#6fb2e8}.add-card-brand--mc{gap:0;padding:0;position:relative}.add-card-brand-mc-c{border-radius:50%;width:12px;height:12px;display:inline-block}.add-card-brand-mc-c--red{background:#eb001b;margin-right:-4px}.add-card-brand-mc-c--yellow{mix-blend-mode:multiply;background:#f79e1b}.dark .add-card-brand-mc-c--yellow{mix-blend-mode:normal}.add-card-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.add-card-secure{flex-direction:column;align-items:flex-start;gap:8px;padding:8px 2px 4px;display:flex}.add-card-stripe-badge{letter-spacing:.08em;text-transform:uppercase;color:var(--primary);background:var(--primary-soft);border-radius:6px;padding:4px 8px;font-size:10px;font-weight:700}.add-card-secure-link{color:var(--muted);border-bottom:1px solid var(--border);padding-bottom:1px;font-size:12px;text-decoration:none}.add-card-submit{background:var(--cta-gradient);color:#fff;cursor:pointer;border:none;border-radius:14px;width:100%;margin-top:4px;padding:18px;font-size:16px;font-weight:700;transition:transform .15s,opacity .15s}.add-card-submit:active{opacity:.92;transform:scale(.98)}.add-card-submit:disabled{opacity:.4;cursor:not-allowed;transform:none}.profile-version{text-align:center;letter-spacing:.1em;color:#c8c0b8;text-transform:uppercase;margin:8px 0 0;font-size:10px;font-weight:700}.esim-card{color:#fff;background:linear-gradient(140deg,#003b5c 0%,#002840 55%,#001520 100%);border-radius:22px;margin-bottom:20px;padding:16px 18px 14px;position:relative;overflow:hidden;box-shadow:0 10px 36px #003b5c52,0 2px 8px #00000024}.card-carousel{margin-bottom:20px}.card-carousel-viewport{touch-action:pan-y;border-radius:22px;overflow:hidden}.card-carousel-track{will-change:transform;transition:transform .45s cubic-bezier(.4,0,.2,1);display:flex}.card-carousel-slide{flex:0 0 100%;min-width:100%}.card-carousel-slide>*{box-shadow:none;margin-bottom:0}.card-carousel-dots{justify-content:center;align-items:center;gap:6px;margin-top:12px;display:flex}.card-carousel-dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:width .25s,background .25s}.card-carousel-dot--active{background:var(--primary);border-radius:999px;width:18px}@media (prefers-reduced-motion:reduce){.card-carousel-track,.card-carousel-dot{transition:none}}.empty-esim-card{box-sizing:border-box;background:#0b2a3c;border-radius:22px;flex-direction:column;justify-content:space-between;width:100%;height:251px;padding:16px 18px 14px;display:flex;position:relative;overflow:hidden}.empty-esim-deco{pointer-events:none;background:#ffffff09;border-radius:50%;width:240px;height:240px;position:absolute;bottom:-90px;left:-60px}.empty-esim-head{z-index:1;justify-content:space-between;align-items:flex-start;gap:12px;display:flex;position:relative}.empty-esim-copy{flex-direction:column;gap:8px;display:flex}.empty-esim-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#7f97a8;font-size:10px;font-weight:700}.empty-esim-title{color:#fff;max-width:200px;font-size:24px;font-weight:800;line-height:1.2}.empty-esim-sub{color:#a9bbc7;max-width:190px;font-size:13px;line-height:1.45}.empty-esim-chip{letter-spacing:.1em;color:#34c77b;background:#34c77b24;border:1px solid #34c77b59;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;padding:5px 11px;font-size:10px;font-weight:800;display:flex}.empty-esim-chip-dot{background:#34c77b;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite emptyEsimBlink}.empty-esim-illustration{transform-origin:100% 0;pointer-events:none;justify-content:center;align-items:center;width:172px;height:172px;display:flex;position:absolute;top:58px;right:8px;transform:scale(.72)}.empty-esim-orbit{border:1.5px dotted #ef6a5373;border-radius:50%;width:172px;height:172px;animation:30s linear infinite emptyEsimSpin;position:absolute}.empty-esim-globe{background:#10394f;border-radius:50%;width:144px;height:144px;position:absolute;overflow:hidden;box-shadow:inset -14px -10px 30px #00000059}.empty-esim-meridian{border-radius:50%;height:144px;position:absolute;top:0;left:50%}.empty-esim-meridian--1{border:1px solid #ffffff1a;width:144px;margin-left:-72px}.empty-esim-meridian--2{border:1px solid #ffffff17;width:96px;margin-left:-48px}.empty-esim-meridian--3{border:1px solid #ffffff14;width:44px;margin-left:-22px}.empty-esim-parallel{height:1px;position:absolute}.empty-esim-parallel--equator{background:#ffffff1f;top:71px;left:0;right:0}.empty-esim-parallel--north{background:#ffffff14;top:42px;left:8px;right:8px}.empty-esim-parallel--south{background:#ffffff14;top:102px;left:8px;right:8px}.empty-esim-globe-dots{fill:#7ba3bd;position:absolute;top:0;left:0}.empty-esim-globe-shade{border-radius:50%;position:absolute;inset:0;box-shadow:inset -16px -12px 32px #0006,inset 12px 10px 26px #ffffff0d}.empty-esim-pin{flex-direction:column;align-items:center;animation:5s ease-in-out infinite emptyEsimFloat;display:flex;position:absolute;top:30px;left:62px}.empty-esim-pin-pulse{border:2px solid #ef6a5359;border-radius:50%;width:56px;height:56px;animation:3.2s ease-out infinite emptyEsimPulse;position:absolute}.empty-esim-pin-body{background:#ef6a53;border-radius:50% 50% 50% 3px;justify-content:center;align-items:center;width:34px;height:34px;display:flex;transform:rotate(-45deg);box-shadow:0 8px 18px #ef6a5366}.empty-esim-pin-hole{background:#0b2a3c;border-radius:50%;width:12px;height:12px;transform:rotate(45deg)}.empty-esim-steps{z-index:1;flex-direction:column;gap:14px;display:flex;position:relative}.empty-esim-divider{background:#ffffff1a;height:1px}.empty-esim-steps-row{align-items:center;gap:10px;display:flex}.empty-esim-step{flex-direction:column;flex:1;gap:5px;display:flex}.empty-esim-step-sep{background:#3b5468;border-radius:50%;width:5px;height:5px}.empty-esim-step-label{color:#fff;font-size:12px;font-weight:800}.empty-esim-step:last-child .empty-esim-step-label{color:#ef6a53}.empty-esim-step-hint{color:#7f97a8;font-size:11px;line-height:1.3}@keyframes emptyEsimBlink{0%,to{opacity:1}50%{opacity:.35}}@keyframes emptyEsimSpin{to{transform:rotate(360deg)}}@keyframes emptyEsimFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes emptyEsimPulse{0%{opacity:.55;transform:scale(.75)}70%{opacity:0;transform:scale(1.35)}to{opacity:0}}@media (prefers-reduced-motion:reduce){.empty-esim-chip-dot,.empty-esim-orbit,.empty-esim-pin,.empty-esim-pin-pulse{animation:none}}.cbc-card{box-sizing:border-box;background:#f6f2ee;border-radius:22px;flex-direction:column;align-items:center;width:100%;height:251px;padding:16px 18px 14px;display:flex;position:relative;overflow:hidden}.cbc-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#8b7f70;align-self:flex-start;font-size:10px;font-weight:700}.cbc-illustration{width:200px;height:104px;margin-top:-2px;position:relative}.cbc-illustration svg{display:block;overflow:visible}.cbc-title{text-align:center;color:#10202b;margin-top:8px;font-size:19px;font-weight:800;line-height:1.25}.cbc-sub{text-align:center;color:#5f6f7c;max-width:290px;margin-top:5px;font-size:13px;line-height:1.4}.cbc-coin{animation:3.6s ease-in infinite cbcCoinDrop}.cbc-coin--2{animation-delay:1.2s}.cbc-coin--3{animation-delay:2.4s}.cbc-plane{animation:6s ease-in-out infinite cbcGlide}@keyframes cbcCoinDrop{0%{opacity:0;transform:translate(6px,-10px)}15%{opacity:1}80%{opacity:1}to{opacity:0;transform:translate(-4px,26px)}}@keyframes cbcGlide{0%,to{transform:translate(0)}50%{transform:translate(-6px,4px)}}@media (prefers-reduced-motion:reduce){.cbc-coin,.cbc-plane{animation:none}}.upc-card{box-sizing:border-box;background:#cfd4fb;border-radius:22px;flex-direction:column;width:100%;height:251px;padding:16px 18px 14px;display:flex;position:relative;overflow:hidden}.upc-deco{background:#ffffff4d;border-radius:50%;width:240px;height:240px;position:absolute;bottom:-90px;left:-70px}.upc-copy{flex-direction:column;gap:8px;display:flex;position:relative}.upc-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#5b6191;font-size:10px;font-weight:700}.upc-title{color:#141a33;max-width:160px;font-size:24px;font-weight:800;line-height:1.2}.upc-sub{color:#3b4160;max-width:165px;font-size:13px;line-height:1.45}.upc-illustration{width:150px;height:150px;animation:7s ease-in-out infinite upcFloat;position:absolute;top:48px;right:14px}.upc-traveler{width:96px;height:146px;position:absolute;bottom:0;right:2px}.upc-traveler>*,.upc-suitcase>*{position:absolute}.upc-ground-shadow{background:#141a3329;border-radius:50%;width:66px;height:10px;bottom:0;left:14px}.upc-leg{border-radius:7px;width:13px;height:44px;bottom:6px}.upc-leg--back{background:#3d4478;left:30px}.upc-leg--front{background:#2b3160;left:47px}.upc-shoe{background:#141a33;border-radius:5px;width:20px;height:9px;bottom:2px}.upc-shoe--back{left:26px}.upc-shoe--front{left:45px}.upc-torso{background:#fff;border-radius:16px 16px 10px 10px;width:38px;height:52px;bottom:44px;left:26px;box-shadow:0 12px 24px #141a3329}.upc-jacket{background:#ef6a53;border-radius:16px 0 0 10px;width:14px;height:52px;bottom:44px;left:26px}.upc-arm{background:#f3c3a5;border-radius:6px;width:11px}.upc-arm--raised{height:34px;bottom:70px;left:62px;transform:rotate(22deg)}.upc-arm--down{height:30px;bottom:66px;left:16px;transform:rotate(-14deg)}.upc-phone{color:#cfd4fb;background:#141a33;border-radius:6px;justify-content:center;align-items:center;width:22px;height:32px;font-size:15px;font-weight:700;line-height:1;display:flex;bottom:92px;left:66px}.upc-head{background:#f3c3a5;border-radius:12px;width:24px;height:26px;bottom:92px;left:34px}.upc-hair{background:#2b3160;border-radius:15px 15px 4px 4px;width:30px;height:18px;bottom:110px;left:31px}.upc-hair-side{background:#2b3160;border-radius:0 8px 8px 0;width:12px;height:16px;bottom:104px;left:53px}.upc-suitcase{transform-origin:0 100%;width:78px;height:74px;position:absolute;bottom:-4px;left:-8px;transform:scale(.88)}.upc-suitcase-handle{border:3px solid #141a33;border-bottom:none;border-radius:8px 8px 0 0;width:26px;height:16px;top:0;left:26px}.upc-suitcase-body{background:#141a33;border-radius:12px;justify-content:center;align-items:center;width:74px;height:50px;display:flex;top:14px;left:2px}.upc-suitcase-belt{background:#cfd4fb;width:74px;height:11px}.upc-suitcase-label{color:#141a33;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:42px;height:32px;font-size:22px;font-weight:700;line-height:1;display:flex;position:absolute;top:9px;left:16px}.upc-wheel{background:#141a33;border-radius:50%;width:9px;height:9px;top:64px}.upc-wheel--left{left:12px}.upc-wheel--right{left:56px}@keyframes upcFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media (prefers-reduced-motion:reduce){.upc-illustration{animation:none}}.esim-card-deco-1{pointer-events:none;background:#ff6f611a;border-radius:50%;width:180px;height:180px;position:absolute;top:-50px;right:-50px}.esim-card-deco-2{pointer-events:none;background:#ffffff0a;border-radius:50%;width:130px;height:130px;position:absolute;bottom:-55px;right:20px}.esim-card-deco-3{pointer-events:none;background:#ff6f610f;border-radius:50%;width:90px;height:90px;position:absolute;bottom:-20px;left:-30px}.esim-card-top{z-index:1;align-items:center;gap:10px;margin-bottom:14px;display:flex;position:relative}.esim-flag-wrap{background:#ffffff1a;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex;overflow:hidden}.esim-flag-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.esim-meta{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.esim-country-name{color:#fff;font-size:16px;font-weight:800;line-height:1.2}.esim-plan-name{color:#ffffff80;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:500;overflow:hidden}.esim-live-badge{color:#4cd88a;letter-spacing:.1em;background:#28b56726;border:1px solid #28b5674d;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;padding:5px 11px;font-size:10px;font-weight:800;display:flex}.esim-live-dot{background:#4cd88a;border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite esim-blink}@keyframes esim-blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.65)}}.esim-remaining{z-index:1;margin-bottom:14px;position:relative}.esim-remaining-label{letter-spacing:.16em;color:#ffffff61;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:800;display:block}.esim-remaining-value{align-items:baseline;gap:7px;display:flex}.esim-remaining-num{color:#ff6f61;letter-spacing:-2px;font-size:42px;font-weight:900;line-height:1}.esim-remaining-unit{color:#ff6f61a6;letter-spacing:-.5px;padding-bottom:3px;font-size:18px;font-weight:800}.esim-bar-wrap{z-index:1;margin-bottom:14px;position:relative}.esim-bar-track{background:#ffffff1a;border-radius:999px;width:100%;height:9px;margin-bottom:9px;position:relative;overflow:visible}.esim-bar-fill{background:linear-gradient(90deg,#ff6f61 0%,#ff9a8b 100%);border-radius:999px;height:100%;transition:width .7s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.esim-bar-fill:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff40 50%,#0000 100%) 0 0/200% 100%;animation:2.2s linear infinite esim-shimmer;position:absolute;inset:0}@keyframes esim-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.esim-bar-glow{pointer-events:none;background:#ff9a8b;border-radius:50%;width:14px;height:14px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 3px #ff6f6140}.esim-bar-stats{color:#ffffff6b;justify-content:space-between;align-items:center;font-size:11px;font-weight:500;display:flex}.esim-bar-pct{color:#ffffffb3;font-size:11px;font-weight:700}.esim-card-footer{z-index:1;border-top:1px solid #ffffff17;justify-content:space-between;align-items:center;padding-top:12px;display:flex;position:relative}.esim-days-chip{color:#ffffff8c;align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.esim-details-btn{color:#ff9a8b;cursor:pointer;background:#ff6f6129;border:1px solid #ff6f6147;border-radius:999px;align-items:center;gap:4px;padding:8px 14px 8px 16px;font-size:12px;font-weight:700;transition:all .15s;display:flex}.esim-details-btn:active{background:#ff6f6147;transform:scale(.96)}.cd-root{min-height:var(--app-height);background:var(--bg);color:var(--text);flex-direction:column;display:flex;overflow-x:hidden}.cd-hero-wrap{padding:calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px) + 10px) 20px 0;position:relative}.cd-back-btn{top:calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px) + 10px);background:var(--surface);width:36px;height:36px;box-shadow:var(--shadow);color:var(--text);cursor:pointer;z-index:5;border:none;border-radius:50%;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute;left:20px}.cd-back-btn:active{opacity:.65}.cd-hero{border-radius:22px;flex-shrink:0;height:200px;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001f}.cd-hero-img{object-fit:cover;width:100%;height:100%;display:block}.cd-hero-skeleton{border-radius:22px;position:absolute;inset:0}.cd-hero-fallback{background:radial-gradient(120% 90% at 100% 0,#ff6f6152 0%,#ff6f6100 60%),radial-gradient(80% 70% at 0 100%,#0080a047 0%,#0080a000 65%),linear-gradient(140deg,#003b5c 0%,#002840 55%,#001520 100%);width:100%;height:100%;position:relative;overflow:hidden}.cd-hero-fallback-flag{opacity:.18;filter:saturate(1.1);pointer-events:none;-webkit-user-select:none;user-select:none;font-size:200px;line-height:1;position:absolute;top:50%;right:-18px;transform:translateY(-50%)}.cd-hero-fallback-flag-img{border-radius:12px;width:240px;height:auto;display:block}.cd-hero-gradient{background:linear-gradient(#0000 0% 50%,#0000008c 100%);position:absolute;inset:0}.cd-hero-bottom{z-index:2;align-items:center;gap:12px;display:flex;position:absolute;bottom:14px;left:14px;right:14px}.cd-flag-badge{background:0 0;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:44px;display:flex;overflow:hidden}.cd-flag-badge-img{object-fit:cover;border-radius:14px;width:100%;height:100%;display:block}.cd-hero-title{color:#fff;letter-spacing:-.5px;text-shadow:0 2px 8px #0000004d;margin:0;font-size:28px;font-weight:900;line-height:1}.cd-body{flex:1;padding:20px 20px 0}.cd-info-card{background:var(--surface);box-shadow:var(--shadow);border-radius:16px;margin-bottom:18px;padding:4px 16px}.cd-info-row{align-items:center;gap:12px;padding:14px 0;display:flex}.cd-info-divider{background:var(--border);height:1px;margin:0 4px}.icon-tile{background:var(--bg);width:34px;height:34px;color:var(--text);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cd-info-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.network-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.cd-region-networks{color:var(--text);text-underline-offset:3px;text-align:left;cursor:pointer;background:0 0;border:none;flex:1;padding:0;font-size:14px;font-weight:600;text-decoration:underline}.rcn-backdrop{z-index:100;background:#00000073;align-items:flex-end;animation:.2s rcn-fade-in;display:flex;position:fixed;inset:0}@keyframes rcn-fade-in{0%{opacity:0}to{opacity:1}}.rcn-sheet{background:var(--bg);border-radius:22px 22px 0 0;flex-direction:column;width:100%;max-width:600px;height:88vh;margin:0 auto;animation:.28s cubic-bezier(.32,.72,0,1) rcn-slide-up;display:flex;overflow:hidden}@keyframes rcn-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.rcn-handle-area{cursor:grab;touch-action:none;flex-shrink:0;justify-content:center;padding:12px 0 6px;display:flex}.rcn-handle{background:var(--muted);pointer-events:none;border-radius:999px;width:36px;height:4px}.rcn-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px 12px;display:flex}.rcn-title{color:var(--text);font-size:20px;font-weight:800}.rcn-close{background:var(--surface);width:32px;height:32px;color:var(--text);cursor:pointer;box-shadow:var(--shadow);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.rcn-search-wrap{background:var(--surface);border:1.5px solid var(--border);color:var(--muted);border-radius:14px;flex-shrink:0;align-items:center;gap:10px;margin:0 20px 16px;padding:12px 16px;display:flex}.rcn-search-input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:16px}.rcn-search-input::placeholder{color:var(--muted)}.rcn-list{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;padding:0 20px;overflow-y:auto}.rcn-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:12px 0;display:flex}.rcn-row:last-child{border-bottom:none}.rcn-flag{background:var(--surface);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:28px;display:flex;overflow:hidden}.rcn-flag-img{object-fit:cover;width:100%;height:100%;display:block}.rcn-name{color:var(--text);flex:1;min-width:0;font-size:15px;font-weight:700}.rcn-networks-col{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:5px;display:flex}.rcn-network-row{align-items:center;gap:6px;display:flex}.rcn-network{color:var(--muted);text-align:right;text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:12px;overflow:hidden}.rcn-speed{color:var(--text);border:1.5px solid var(--border);border-radius:6px;flex-shrink:0;padding:2px 6px;font-size:11px;font-weight:700}.rcn-empty{text-align:center;color:var(--muted);padding:40px 0;font-size:14px}.speed-badge{background:var(--bg);border:1.5px solid var(--border);color:var(--text);border-radius:8px;flex-shrink:0;padding:3px 8px;font-size:12px;font-weight:700}.cd-compat-label{color:var(--text);flex:1;font-size:14px;font-weight:500}.cd-compat-yes{color:var(--green);background:#28b5671f;border:1.5px solid #28b56759;border-radius:999px;flex-shrink:0;align-items:center;gap:4px;padding:5px 14px;font-size:13px;font-weight:600;display:flex}.cd-compat-check{font-size:12px;font-weight:700}.cd-compat-check-btn{cursor:pointer;font-family:inherit;transition:transform .1s,background .15s}.cd-compat-check-btn:active{transform:scale(.96)}.esim-device-icon{background:var(--surface-2,#7f7f7f1f);width:38px;height:38px;color:var(--text);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cd-type-toggle{gap:10px;margin-bottom:22px;display:flex}.cd-type-btn{border:2px solid var(--border);cursor:pointer;color:var(--muted);background:0 0;border-radius:999px;flex:1;padding:11px 10px;font-size:14px;font-weight:600;transition:all .18s}.cd-type-btn--active{background:var(--primary);border-color:var(--primary);color:#fff;font-weight:700}.cd-plans-title{color:var(--text);margin:0 0 16px;font-size:17px;font-weight:700}.cd-plans-list{flex-direction:column;gap:20px;margin-bottom:20px;display:flex}.cd-day-group{flex-direction:column;gap:8px;display:flex}.cd-day-label{color:var(--text);font-size:13px;font-weight:700}.cd-day-cards{flex-direction:column;gap:8px;display:flex}.cd-plan-card{background:var(--surface);cursor:pointer;text-align:left;border:1.5px solid #0000;border-radius:14px;justify-content:space-between;align-items:center;width:100%;padding:16px 18px;transition:all .18s;display:flex;box-shadow:0 1px 4px #0000000f}.cd-plan-card--active{border-color:var(--primary);border-width:1.5px}.cd-plan-card:active{transform:scale(.98)}.cd-plan-gb{align-items:baseline;gap:0;display:flex}.cd-plan-gb-num{color:var(--text);font-size:16px;font-weight:600}.cd-plan-gb-unit{color:var(--muted);font-size:13px;font-weight:500}.cd-plan-price-wrap{align-items:baseline;gap:0;display:flex}.cd-plan-price{color:var(--text);font-size:16px;font-weight:600}.cd-plan-currency{color:var(--muted);font-size:13px;font-weight:500}.cd-tip{background:var(--surface);box-shadow:var(--shadow);border-radius:16px;gap:12px;padding:16px;display:flex}.cd-tip-icon{flex-shrink:0;margin-top:1px;font-size:20px;line-height:1}.cd-tip-body{flex-direction:column;gap:5px;display:flex}.cd-tip-title{color:var(--text);font-size:13px;font-weight:800}.cd-tip-text{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.cd-buy-wrap{max-width:480px;padding:12px 20px calc(var(--tg-safe-area-inset-bottom,0px) + var(--tg-content-safe-area-inset-bottom,0px) + 12px);background:var(--bg);border-top:1px solid var(--border);margin:0 auto;position:fixed;bottom:0;left:0;right:0}.cd-buy-btn{background:var(--cta-gradient);color:#fff;cursor:pointer;width:100%;box-shadow:0 6px 20px color-mix(in srgb, var(--cta-glow) 35%, transparent);letter-spacing:.01em;border:none;border-radius:999px;justify-content:center;align-items:center;padding:18px;font-size:16px;font-weight:800;transition:transform .15s,opacity .15s;display:flex}.cd-buy-btn:active{opacity:.9;transform:scale(.97)}.cd-buy-btn:disabled{background:var(--surface);color:var(--text-secondary);box-shadow:none;cursor:not-allowed;opacity:.6}.cd-no-plans{text-align:center;color:var(--text-secondary);padding:32px 0;font-size:14px}.cd-buy-arrow{font-weight:400}.co-root{min-height:var(--app-height);background:var(--bg);color:var(--text);flex-direction:column;display:flex;overflow-x:hidden}.co-header{padding:calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px) + 12px) 20px 16px;flex-shrink:0;align-items:center;gap:12px;display:flex}.co-back-btn{background:var(--surface);width:36px;height:36px;box-shadow:var(--shadow);color:var(--text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .15s;display:flex}.co-back-btn:active{opacity:.65}.co-body{flex:1;padding:0 20px}.co-country-card{background:var(--surface);box-shadow:var(--shadow);border-radius:18px;flex-direction:column;gap:16px;margin-bottom:28px;padding:16px;display:flex}.co-country-card-top{align-items:center;gap:14px;display:flex}.co-country-thumb{object-fit:cover;border-radius:14px;flex-shrink:0;width:72px;height:72px;display:block}.co-country-thumb--flag{background:var(--bg);border-radius:50%;justify-content:center;align-items:center;font-size:40px;line-height:1;display:flex;overflow:hidden}.co-country-thumb-img{object-fit:cover;width:100%;height:100%;display:block}.co-country-thumb-skeleton{border-radius:14px;flex-shrink:0;width:72px;height:72px}.co-country-info{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.co-country-name{color:var(--text);margin:0;font-size:22px;font-weight:800;line-height:1.1}.co-country-icons{flex-wrap:wrap;align-items:center;gap:3px;display:flex}.co-country-flag{flex-shrink:0;width:16px;height:16px;font-size:16px;line-height:1}.co-country-flag-img{object-fit:cover;width:100%;height:100%;display:block}.co-regional-badge{letter-spacing:.06em;color:var(--muted);text-transform:uppercase;white-space:nowrap;margin-left:4px;font-size:9px;font-weight:700}.co-error{color:#e05252;text-align:center;margin:0;padding:8px 0;font-size:14px}.co-info-row{gap:12px;display:flex}.co-info-box{background:var(--bg);border-radius:14px;flex-direction:column;flex:1;gap:6px;padding:14px 16px;display:flex}.co-info-icon{color:var(--primary);align-items:center;line-height:0;display:flex}.co-info-label{color:var(--muted);font-size:12px;font-weight:500}.co-info-value{color:var(--text);font-size:20px;font-weight:800}.co-section-title{color:var(--text);text-align:center;margin:0 0 14px;font-size:15px;font-weight:700}.co-apple-pay{color:#fff;cursor:pointer;background:#000;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;margin-bottom:10px;padding:18px;font-size:18px;font-weight:700;transition:opacity .15s;display:flex}.dark .co-apple-pay{background:#1a1a1a}.co-apple-pay:active{opacity:.8}.co-main-payments{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:10px;display:grid}.co-main-payments--single{grid-template-columns:1fr}.co-alt-btn-icon--black{color:var(--text)}.co-alt-btn-icon--purple{color:#7c3aed}.co-alt-btn:disabled{opacity:.6;cursor:not-allowed}.co-pay-methods{flex-direction:column;gap:10px;margin-bottom:10px;display:flex}.co-native-pay-btn{flex-direction:row;justify-content:center;gap:10px;width:100%;padding:14px 20px}.co-native-pay-label{color:var(--text);font-size:15px;font-weight:600}.co-pay-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.co-pay-row--single{grid-template-columns:1fr}.co-pay-row .co-native-pay-btn{width:auto}.co-stars-error{color:#ef4444;text-align:center;margin:-4px 0 10px;font-size:13px}.co-alt-payments{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:28px;display:grid}.co-alt-btn{background:var(--surface);box-shadow:var(--shadow);cursor:pointer;border:none;border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;transition:transform .15s;display:flex}.co-alt-btn:active{transform:scale(.97)}.co-alt-btn--selected{border:2px solid var(--accent,#3b82f6);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent,#3b82f6) 15%, transparent)}.co-alt-btn-icon{justify-content:center;align-items:center;display:flex}.co-alt-btn-icon--blue{color:#3b82f6}.co-alt-btn-icon--orange{color:#f59e0b}.co-alt-btn-label{letter-spacing:.05em;color:var(--muted);text-transform:uppercase;text-align:center;font-size:9px;font-weight:700;line-height:1.3}.co-divider-row{align-items:center;gap:10px;margin-bottom:14px;display:flex}.co-divider-line{background:var(--border);flex:1;height:1px}.co-divider-text{color:var(--text);white-space:nowrap;font-size:15px;font-weight:700}.co-card-toggle{background:var(--surface);box-shadow:var(--shadow);cursor:pointer;border:none;border-radius:14px;align-items:center;gap:14px;width:100%;margin-bottom:10px;padding:16px 18px;transition:transform .15s;display:flex}.co-card-toggle:active{transform:scale(.98)}.co-card-toggle-icon{background:var(--bg);width:40px;height:40px;color:var(--text);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.co-card-toggle-info{text-align:left;flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.co-card-toggle-name{color:var(--text);font-size:15px;font-weight:700}.co-card-toggle-brands{color:var(--muted);font-size:12px;font-weight:500}.co-card-form{background:var(--surface);box-shadow:var(--shadow);border-radius:14px;flex-direction:column;gap:18px;margin-bottom:12px;padding:18px;display:flex}.co-field-group{flex-direction:column;gap:7px;display:flex}.co-field-label{letter-spacing:.09em;color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:700}.co-field-input-wrap{background:var(--bg);border:1.5px solid var(--border);border-radius:10px;align-items:center;gap:10px;min-width:0;padding:12px 14px;transition:border-color .15s;display:flex;overflow:hidden}.co-field-input-wrap:focus-within{border-color:var(--primary)}.co-field-input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:16px}.co-field-input::placeholder{color:var(--muted)}.co-field-row{gap:12px;display:flex;overflow:hidden}.co-field-row .co-field-group{flex:1;min-width:0}.co-buy-bar{max-width:480px;padding:10px 20px calc(var(--tg-safe-area-inset-bottom,0px) + var(--tg-content-safe-area-inset-bottom,0px) + 14px);background:var(--bg);border-top:1px solid var(--border);z-index:30;flex-direction:column;gap:6px;margin:0 auto;display:flex;position:fixed;bottom:0;left:0;right:0}.co-buy-bar-top{min-height:0}.co-buy-bar-row{align-items:center;gap:14px;display:flex}.co-pay-error{color:#ef4444;text-align:center;margin:0;font-size:12px}.co-price-wrap{flex-shrink:0;align-items:baseline;display:flex}.co-price-amount{color:var(--text);letter-spacing:-.5px;font-size:26px;font-weight:900}.co-price-currency{color:var(--muted);font-size:13px;font-weight:600}.co-buy-btn{background:var(--cta-gradient);color:#fff;box-shadow:0 6px 20px color-mix(in srgb, var(--cta-glow) 35%, transparent);letter-spacing:.01em;cursor:pointer;border:none;border-radius:999px;flex:1;justify-content:center;align-items:center;gap:6px;padding:17px 20px;font-size:16px;font-weight:800;transition:transform .15s,opacity .15s;display:flex}.co-buy-btn:active{opacity:.9;transform:scale(.97)}.co-buy-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.co-buy-btn-icon{justify-content:center;align-items:center;display:inline-flex}.co-buy-btn--apple_pay{background:#000;box-shadow:0 6px 20px #00000059}.co-buy-btn--google_pay{background:#1a73e8;box-shadow:0 6px 20px #1a73e859}.co-buy-btn--telegram_stars{background:linear-gradient(135deg,#a78bfa 0%,#7c3aed 100%);box-shadow:0 6px 20px #7c3aed59}.co-buy-btn--crypto{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);box-shadow:0 6px 20px #f59e0b59}.ccs-root{height:var(--app-height);background:var(--bg);color:var(--text);flex-direction:column;display:flex;position:relative;overflow:hidden}.ccs-tabs{background:var(--surface);border-radius:12px;flex-shrink:0;gap:4px;margin:6px 16px 20px;padding:4px;display:flex}.ccs-tab{color:var(--muted);cursor:pointer;letter-spacing:.01em;background:0 0;border:none;border-radius:9px;flex:1;padding:9px 0;font-size:13px;font-weight:600;transition:color .18s,background .18s,box-shadow .18s}.ccs-tab--active{color:var(--text);background:var(--bg);box-shadow:0 1px 4px #0000001a}.ccs-tab:disabled{opacity:.38;cursor:default}.ccs-next-bar{padding:12px 16px calc(env(safe-area-inset-bottom,0px) + 12px);background:var(--bg);border-top:1.5px solid var(--border);position:absolute;bottom:0;left:0;right:0}.ccs-next-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:15px 20px;font-size:15px;font-weight:600;display:flex}.ccs-next-arrow{margin-left:2px}.ccs-deposit-root{flex-direction:column;flex:1;display:flex;overflow:hidden}.ccs-deposit-loading{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:32px;display:flex}.ccs-deposit-spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.ccs-deposit-loading-text{color:var(--muted);text-align:center;font-size:14px}.ccs-payment-failed-text{color:var(--muted);max-width:280px;font-size:14px;line-height:1.5}.ccs-payment-failed-banner{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:8px;margin:0 16px 4px;padding:10px 14px;font-size:13px;line-height:1.4;display:flex}.ccs-payment-failed-dismiss{cursor:pointer;opacity:.7;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:flex}.ccs-deposit-sk-timer{flex-direction:column;align-items:center;gap:10px;width:100%;display:flex}.ccs-deposit-scroll{flex-direction:column;flex:1;align-items:center;gap:16px;padding:24px 16px 0;display:flex;overflow-y:auto}.ccs-timer-wrap{flex-direction:column;align-items:center;gap:10px;width:100%;display:flex}.ccs-timer-bar-track{background:var(--border);border-radius:999px;width:100%;height:10px;overflow:hidden}.ccs-timer-bar-fill{background:var(--primary);border-radius:999px;height:100%;transition:width 1s linear}.ccs-timer-value{color:var(--text);letter-spacing:-.5px;font-size:36px;font-weight:800;line-height:1}.ccs-timer-label{color:var(--muted);letter-spacing:.1em;font-size:11px;font-weight:600}.ccs-network-badge{background:var(--primary);color:#fff;letter-spacing:.07em;border-radius:999px;align-items:center;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.ccs-qr-card{background:var(--surface);border-radius:16px;flex-direction:column;align-items:center;gap:8px;width:100%;padding:14px 16px;display:flex;box-shadow:0 1px 6px #0000000f}.ccs-qr-wrap{background:#fff;border-radius:10px;padding:8px;display:flex}.ccs-send-exactly-label{letter-spacing:.1em;color:var(--muted);margin:0;font-size:10px;font-weight:700}.ccs-amount-row{align-items:center;gap:8px;display:flex}.ccs-amount-value{color:var(--primary);font-size:28px;font-weight:700}.ccs-amount-currency{color:var(--primary);font-size:22px;font-weight:700}.ccs-copy-btn{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.ccs-copy-btn--copied{color:var(--green)}.ccs-address-card{background:var(--surface);border-radius:16px;justify-content:space-between;align-items:center;width:100%;padding:14px 16px;display:flex;box-shadow:0 1px 6px #0000000f}.ccs-address-left{flex-direction:column;gap:2px;display:flex}.ccs-address-label{letter-spacing:.08em;color:var(--muted);font-size:10px;font-weight:700}.ccs-address-value{color:var(--text);font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.ccs-addr-copy-btn{background:var(--primary);color:#fff;letter-spacing:.06em;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:2px;padding:8px 14px;font-size:12px;font-weight:700;transition:opacity .15s;display:flex}.ccs-addr-copy-btn--copied{background:var(--green)}.ccs-warning-card{background:#fef3c7;border-radius:14px;align-items:flex-start;gap:10px;width:100%;padding:14px 16px;display:flex}.ccs-warning-text{color:#92400e;font-size:12px;line-height:1.5}.ccs-header{padding:calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px) + 16px) 20px 16px;background:var(--bg);flex-shrink:0;align-items:center;display:flex}.ccs-icon-btn{background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .15s;display:flex}.ccs-icon-btn:active{opacity:.6}.ccs-title{color:var(--text);text-align:center;flex:1;font-size:18px;font-weight:800}.ccs-plan-bar{background:var(--surface);box-shadow:var(--shadow);border-radius:18px;flex-shrink:0;align-items:center;gap:14px;margin:0 16px 14px;padding:16px;display:flex}.ccs-plan-thumb{background:var(--bg);border:1px solid var(--border);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:30px;display:flex;overflow:hidden}.ccs-plan-thumb-img{object-fit:cover;width:100%;height:100%;display:block}.ccs-plan-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.ccs-plan-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;overflow:hidden}.ccs-plan-validity{color:var(--muted);font-size:13px}.ccs-plan-price-col{flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}.ccs-plan-price{color:var(--primary);font-size:22px;font-weight:800;line-height:1.1}.ccs-plan-price-sub{color:var(--muted);letter-spacing:.06em;margin-top:2px;font-size:10px;font-weight:700}.ccs-plan-price-crypto{color:var(--muted);margin-top:2px;font-size:12px;font-weight:700}.ccs-estimate-loading{opacity:.5}.ccs-search-wrap{background:var(--surface);border:1.5px solid var(--border);border-radius:999px;flex-shrink:0;align-items:center;gap:10px;height:52px;margin:0 16px 6px;padding:0 18px;display:flex}.ccs-search-ico{flex-shrink:0}.ccs-search-input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:16px}.ccs-search-input::placeholder{color:var(--muted)}.ccs-search-clear{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:4px;display:flex}.ccs-scroll{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.ccs-loading-list{flex-direction:column;padding:8px 16px;display:flex}.ccs-skeleton-row{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:16px 0;display:flex}.ccs-skeleton-row:last-child{border-bottom:none}.ccs-sk-circle{border-radius:10px;flex-shrink:0;width:40px;height:40px}.ccs-sk-lines{flex-direction:column;flex:1;gap:8px;display:flex}.ccs-sk-right{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.ccs-sk-line-a{border-radius:8px;width:90px;height:15px}.ccs-sk-line-b{border-radius:6px;width:120px;height:12px}.ccs-section-label{letter-spacing:.06em;color:var(--muted);text-transform:uppercase;margin:0;padding:18px 16px 12px;font-size:12px;font-weight:700}.ccs-popular-row{gap:12px;padding:0 16px 4px;display:flex}.ccs-popular-card{background:var(--surface);border:1.5px solid var(--border);cursor:pointer;border-radius:20px;flex-direction:column;flex:1;align-items:center;gap:12px;padding:20px 8px 16px;transition:opacity .15s;display:flex}.ccs-popular-card:active{opacity:.65}.ccs-popular-card--selected{border-color:var(--primary);background:var(--primary-soft)}.ccs-popular-name{color:var(--text);letter-spacing:.01em;font-size:14px;font-weight:800}.ccs-coin-circle{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;line-height:1;display:flex}.ccs-coin-square{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;line-height:1;display:flex}.ccs-list{margin:0;padding:0 16px;list-style:none}.ccs-list li{border-bottom:1px solid var(--border)}.ccs-list li:last-child{border-bottom:none}.ccs-row{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:14px 0;transition:opacity .12s;display:flex}.ccs-row:active{opacity:.6}.ccs-row--selected{background:var(--primary-soft)}.ccs-row-mid{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.ccs-row-top-line{align-items:center;gap:8px;display:flex}.ccs-row-name{color:var(--text);white-space:nowrap;font-size:16px;font-weight:700}.ccs-badge{background:var(--bg);color:var(--muted);border:1.5px solid var(--border);border-radius:6px;flex-shrink:0;padding:3px 8px;font-size:11px;font-weight:700;line-height:1.4}.ccs-row-sub{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.ccs-row-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:5px;display:flex}.ccs-row-amount{color:var(--text);font-size:15px;font-weight:700}.ccs-fee{letter-spacing:.02em;font-size:11px;font-weight:700}.ccs-fee--green{color:var(--green)}.ccs-fee--red{color:#ff3b30}.ccs-fee--gray{color:var(--muted)}.ccs-empty{text-align:center;color:var(--muted);margin:0;padding:48px 16px;font-size:15px}.scs-overlay{z-index:100;background:#00000080;position:fixed;inset:0}.scs-sheet{z-index:101;background:var(--surface);border-radius:20px 20px 0 0;flex-direction:column;max-width:480px;max-height:90dvh;margin:0 auto;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -4px 32px #0000002e}.scs-handle{background:var(--border);border-radius:2px;flex-shrink:0;width:40px;height:4px;margin:10px auto 0}.scs-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 20px 4px;display:flex}.scs-title{color:var(--text);margin:0;font-size:17px;font-weight:700}.scs-close-btn{background:var(--bg);width:28px;height:28px;color:var(--muted);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;transition:background .15s;display:flex}.scs-close-btn:active{background:var(--border)}.scs-body{flex-direction:column;flex:1;gap:16px;padding:20px 20px 0;display:flex;overflow-y:auto}.scs-error{color:#ff3b30;text-align:center;background:#ff3b3014;border-radius:10px;margin:0;padding:8px 12px;font-size:13px}.scs-pay-bar{padding:16px 20px calc(var(--tg-safe-area-inset-bottom,0px) + var(--tg-content-safe-area-inset-bottom,0px) + 16px);border-top:1.5px solid var(--border);background:var(--surface);flex-shrink:0}.scs-pay-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:15px 20px;font-size:15px;font-weight:600;transition:opacity .15s,transform .1s;display:flex}.scs-pay-btn:active{opacity:.9;transform:scale(.98)}.scs-pay-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.scs-pay-arrow{margin-left:2px}.my-esims{padding-top:calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px))}.my-esims-title{color:var(--text);letter-spacing:-.3px;margin:0 0 20px;font-size:28px;font-weight:800}.my-esims-tabs{background:var(--surface);box-shadow:var(--shadow);border-radius:999px;justify-content:space-between;margin-bottom:20px;padding:4px 6px;display:flex}.my-esims-tab{text-align:center;color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;flex:1 1 0;padding:8px 6px;font-size:13px;font-weight:600;transition:background .15s,color .15s}.my-esims-tab--active{background:var(--primary-dark);color:#fff}.dark .my-esims-tab--active{background:var(--primary)}.my-esims-list{flex-direction:column;gap:12px;display:flex}.my-esims-card{background:var(--surface);box-shadow:var(--shadow);border-radius:18px;grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:center;row-gap:12px;padding:16px 18px;display:grid}.my-esims-card-left{align-items:center;gap:12px;display:flex}.my-esims-flag-wrap{background:var(--primary-soft);border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:22px;display:grid}.my-esims-flag-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.my-esims-country{color:var(--text);font-size:16px;font-weight:700}.my-esims-ready-badge{color:#3b82f6;white-space:nowrap;background:#3b82f61f;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:600;display:flex}.my-esims-ready-dot{background:#3b82f6;border-radius:50%;flex-shrink:0;width:7px;height:7px}.my-esims-ready-badge--suspended{color:#f59e0b;background:#f59e0b1f}.my-esims-ready-badge--suspended .my-esims-ready-dot{background:#f59e0b}.my-esims-ready-badge--expired{color:#6b7280;background:#6b728024}.my-esims-ready-badge--expired .my-esims-ready-dot{background:#6b7280}.my-esims-ready-badge--canceled{color:#ef4444;background:#ef44441f}.my-esims-ready-badge--canceled .my-esims-ready-dot{background:#ef4444}.my-esims-card-stats{grid-column:1/-1;align-items:center;gap:16px;display:flex}.my-esims-stat{color:var(--muted);align-items:center;gap:6px;font-size:14px;display:flex}.my-esims-stat-icon{color:var(--primary);display:inline-flex}.my-esims-stat-label{color:var(--text);font-weight:600}.my-esims-expiry{border-top:1px solid var(--border);grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;padding-top:12px;font-size:13px;display:flex}.my-esims-expiry-label{color:var(--muted)}.my-esims-expiry-value{color:var(--text);font-weight:600}.my-esims-card-actions{grid-column:1/-1;display:flex}.my-esims-card-actions .esim-details-btn{background:var(--cta-gradient);color:#fff;border:none;justify-content:center;width:100%;padding:14px 16px;font-size:14px}.my-esims-card-actions .esim-details-btn:active{background:var(--cta-gradient);opacity:.9}.my-esims-flag-wrap--skeleton{background:var(--border)}.my-esims-skeleton-expiry{border-radius:6px;width:140px;height:13px}.my-esims-skeleton-name{border-radius:6px;width:100px;height:14px}.my-esims-skeleton-badge{border-radius:999px;width:120px;height:28px}.my-esims-skeleton-stat{border-radius:6px;width:56px;height:14px}.esim-skel{background:linear-gradient(90deg,#ffffff0f 25%,#ffffff24 50%,#ffffff0f 75%) 0 0/800px 100%;border-radius:6px;animation:1.4s linear infinite shimmer}.error-boundary{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;display:flex}.error-boundary-text{color:var(--text);margin:0;font-size:15px;font-weight:600}.error-boundary-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:10px 22px;font-size:14px;font-weight:700}.add-card-stripe-element{align-items:center;display:flex}.add-card-stripe-element :where(.StripeElement){width:100%;padding:0}.add-card-stripe-element,.add-card-stripe-element :where(.StripeElement),.add-card-stripe-element iframe{touch-action:pan-y}.add-card-input--focused{border-color:var(--primary)}.add-card-error{color:#ff3b30;margin:-4px 0 4px;font-size:13px;font-weight:500}body.splash-locked{overflow:hidden}.splash{z-index:9999;opacity:1;pointer-events:all;background:#f0f4f8;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:fixed;inset:0}.splash--dark{background:#0a1e2e}.splash--hidden{opacity:0;pointer-events:none}.esim-usage{min-height:var(--app-height);padding-top:calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px));flex-direction:column;gap:16px;padding-bottom:120px;display:flex}.eud-banner{color:#1fa463;background:#28b5671f;border:1px solid #28b5674d;border-radius:18px;align-items:flex-start;gap:10px;padding:14px 16px;display:flex}.eud-banner-text{margin:0;font-size:13px;font-weight:500;line-height:1.4}.eud-banner--notice{color:#c9821a;background:#f5a62324;border-color:#f5a62357}.eud-card{padding:20px}.eud-card-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding-bottom:18px;display:flex}.eud-country{align-items:center;gap:12px;min-width:0;display:flex}.eud-flag{background:var(--primary-soft);border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:22px;display:grid;overflow:hidden}.eud-flag-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.eud-country-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:19px;font-weight:800;overflow:hidden}.eud-badge{white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.eud-badge-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.eud-badge--active{color:#1fa463;background:#28b56724}.eud-badge--pending{color:#c77b0a;background:#ff9f1c29}.eud-badge--expired{color:var(--primary);background:#ff6f6124}.eud-card-body{border-bottom:1px solid var(--border);flex-direction:column;gap:14px;padding:18px 0;display:flex}.eud-network{color:var(--muted);align-items:center;gap:10px;display:flex}.eud-network--grouped{gap:12px}.eud-network--grouped .pkg-networks{flex:1}.eud-network-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.eud-iccid{background:var(--bg);border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.eud-iccid-text{flex-direction:column;gap:3px;min-width:0;display:flex}.eud-iccid-label{color:var(--text);font-size:13px;font-weight:700}.eud-iccid-value{color:var(--muted);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;font-size:13px}.eud-outline-btn{border:1px solid var(--text);width:100%;color:var(--text);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:13px;font-size:15px;font-weight:600;transition:background .15s;display:flex}.eud-outline-btn:active{background:var(--bg)}.eud-remaining{padding-top:18px}.eud-remaining-label{color:var(--text);margin:0 0 12px;font-size:14px;font-weight:700}.eud-stats{grid-template-columns:1fr 1fr;gap:12px;display:grid}.eud-stat{background:var(--bg);border-radius:16px;padding:14px}.eud-stat-head{color:var(--muted);align-items:center;gap:6px;margin-bottom:12px;display:flex}.eud-stat-icon{color:var(--primary);display:inline-flex}.eud-stat-value{color:var(--text);font-size:15px;font-weight:800}.eud-stat-track{background:var(--border);border-radius:999px;height:8px;overflow:hidden}.eud-stat-fill{background:#6fd9a0;border-radius:999px;height:100%;transition:width .3s}.eud-history{overflow:hidden}.eud-history .accordion-head{padding:18px 20px}.eud-history-title{font-size:16px;font-weight:800}.eud-history-chevron--open{transform:rotate(90deg)}.eud-history-body{flex-direction:column;gap:10px;padding:0 20px 20px;display:flex}.eud-history-row{background:var(--bg);border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.eud-history-plan{flex-direction:column;gap:4px;display:flex}.eud-history-days{color:var(--muted);font-size:14px}.eud-history-data{color:var(--text);font-size:16px;font-weight:800}.eud-history-meta{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.eud-history-badge{white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700}.eud-history-badge--done{color:#1fa463;background:#28b56724}.eud-history-badge--pending{color:#c77b0a;background:#ff9f1c29}.eud-history-badge--failed{color:var(--primary);background:#ff6f6124}.eud-skeleton-history-row{border-radius:18px;height:76px}.eud-history-date-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:2px;padding:0;transition:opacity .15s;display:flex}.eud-history-date-btn:active{opacity:.6}.eud-history-date{color:var(--muted);font-size:13px}.eud-faq{flex-direction:column;gap:12px;padding:20px;display:flex}.eud-faq-title{color:var(--text);margin:0 0 2px;font-size:18px;font-weight:800}.eud-faq-item{background:var(--bg);border-radius:18px;padding:16px}.eud-faq-item .accordion-head{align-items:flex-start}.eud-faq-question{font-size:15px;font-weight:700;line-height:1.35}.eud-faq-chevron--open{transform:rotate(-90deg)}.eud-faq-answer{color:var(--muted);margin:10px 0 0;font-size:14px;line-height:1.55}.eud-topup-bar{max-width:480px;padding:12px 20px calc(var(--tg-safe-area-inset-bottom,0px) + var(--tg-content-safe-area-inset-bottom,0px) + 16px);background:var(--bg);border-top:1px solid var(--border);z-index:30;margin:0 auto;position:fixed;bottom:0;left:0;right:0}.eud-topup-btn{color:#fff;background:var(--cta-gradient);width:100%;box-shadow:0 8px 24px color-mix(in srgb, var(--cta-glow) 28%, transparent);cursor:pointer;border:none;border-radius:999px;padding:16px;font-size:17px;font-weight:800;transition:transform .15s}.eud-topup-btn:active{transform:scale(.98)}.eud-skeleton-banner{border-radius:18px;height:62px}.eud-skeleton-card{border-radius:24px;height:340px}.eud-skeleton-history{border-radius:24px;height:150px}.rcn-sheet--auto{height:auto;max-height:88vh;padding-bottom:calc(var(--tg-safe-area-inset-bottom,0px) + var(--tg-content-safe-area-inset-bottom,0px))}.pkg-info-body{flex-direction:column;gap:22px;padding:8px 20px 24px;display:flex;overflow-y:auto}.pkg-info-note{flex-direction:column;gap:8px;display:flex}.pkg-info-note+.pkg-info-note{border-top:1px solid var(--border);padding-top:22px}.pkg-info-head{color:var(--text);align-items:center;gap:10px;display:flex}.pkg-info-title{color:var(--text);margin:0;font-size:17px;font-weight:700}.pkg-info-text{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.pkg{min-height:var(--app-height);padding-top:calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px));flex-direction:column;gap:20px;padding-bottom:120px;display:flex}.pkg-country-card{background:var(--surface);box-shadow:var(--shadow);border-radius:24px;align-items:center;gap:14px;padding:18px 20px;display:flex}.pkg-country-flag{background:var(--primary-soft);border-radius:50%;flex-shrink:0;place-items:center;width:48px;height:48px;font-size:26px;display:grid;overflow:hidden}.pkg-country-flag-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.pkg-country-name{color:var(--text);flex:1;min-width:0;margin:0;font-size:22px;font-weight:800;line-height:1.2}.pkg-notice{background:var(--primary-soft);border-radius:16px;align-items:center;gap:10px;padding:12px 14px;display:flex}.pkg-notice-text{min-width:0;color:var(--text);flex:1;font-size:13px;font-weight:600;line-height:1.4}.pkg-notice-close{width:24px;height:24px;color:var(--muted);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.pkg-iccid-card{background:var(--surface);box-shadow:var(--shadow);border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.pkg-iccid-text{flex-direction:column;gap:4px;min-width:0;display:flex}.pkg-iccid-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:700}.pkg-iccid-value{color:var(--text);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;font-size:16px;font-weight:700}.pkg-copy-btn{background:var(--bg);width:38px;height:38px;color:var(--muted);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;place-items:center;transition:background .15s,color .15s;display:grid}.pkg-copy-btn:active{transform:scale(.94)}.pkg-copy-btn--copied{color:#22c55e;background:#22c55e24}.pkg-section{flex-direction:column;gap:10px;display:flex}.pkg-section-label{color:var(--text);margin:0 0 2px 4px;font-size:15px;font-weight:700}.pkg-row{background:var(--surface);box-shadow:var(--shadow);border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.pkg-row-left{color:var(--muted);align-items:center;gap:12px;min-width:0;display:flex}.pkg-row-icon{color:var(--primary);display:inline-flex}.pkg-networks{flex-direction:column;gap:2px;min-width:0;display:flex}.pkg-row-label{color:var(--text);font-size:15px}.pkg-row-value{color:var(--text);font-size:17px;font-weight:800}.pkg-row-badge{background:var(--bg);color:var(--muted);border-radius:6px;padding:3px 8px;font-size:12px;font-weight:700}.pkg-qr-card{text-align:center;background:var(--surface);box-shadow:var(--shadow);border-radius:24px;flex-direction:column;align-items:center;gap:6px;padding:24px 20px;display:flex}.pkg-qr-title{color:var(--text);margin:0;font-size:17px;font-weight:700}.pkg-qr-text{color:var(--muted);margin:0 0 14px;font-size:13px}.pkg-qr-frame{background:#fff;border-radius:18px;padding:18px;line-height:0}.pkg-qr-img{object-fit:contain;width:190px;height:190px;display:block}.pkg-qr-fallback{color:var(--muted);max-width:260px;margin:0;font-size:13px}.pkg-skeleton-country{border-radius:24px;height:84px}.pkg-skeleton-iccid{border-radius:18px;height:74px}.pkg-skeleton-label{border-radius:6px;width:90px;height:15px;margin:0 0 2px 4px}.pkg-skeleton-row{border-radius:18px;height:56px}.pkg-skeleton-qr{border-radius:24px;height:340px}.pkg-install-bar{max-width:480px;padding:12px 20px calc(var(--tg-safe-area-inset-bottom,0px) + var(--tg-content-safe-area-inset-bottom,0px) + 16px);background:var(--bg);border-top:1px solid var(--border);z-index:30;flex-direction:column;gap:8px;margin:0 auto;display:flex;position:fixed;bottom:0;left:0;right:0}.pkg-install-btn{color:#fff;background:var(--cta-gradient);width:100%;box-shadow:0 8px 24px color-mix(in srgb, var(--cta-glow) 28%, transparent);cursor:pointer;border:none;border-radius:999px;padding:16px;font-size:17px;font-weight:800;transition:transform .15s,box-shadow .15s}.pkg-install-btn:active{transform:scale(.98)}.kebab{flex-shrink:0;position:relative}.kebab-btn{background:var(--bg);width:38px;height:38px;color:var(--text);box-shadow:var(--shadow);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;transition:background .15s,transform .15s;display:flex}.kebab-btn:active{transform:scale(.94)}.kebab-dot{background:currentColor;border-radius:50%;width:4px;height:4px}.kebab-menu{background:var(--surface);border:1px solid var(--border);z-index:40;border-radius:14px;min-width:176px;padding:6px;animation:.14s kebab-in;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 30px #0000002e}@keyframes kebab-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.kebab-item{text-align:left;width:100%;color:var(--text);border-radius:10px;padding:11px 12px;font-size:15px;font-weight:700;display:block}.kebab-item:active{background:var(--primary-soft)}.kebab-item--danger{color:#ef4444}.cfd-backdrop{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:24px;animation:.2s cfd-fade-in;display:flex;position:fixed;inset:0}@keyframes cfd-fade-in{0%{opacity:0}to{opacity:1}}.cfd-dialog{background:var(--surface);border-radius:22px;width:100%;max-width:340px;padding:24px 22px 18px;animation:.18s cubic-bezier(.32,.72,0,1) cfd-pop;box-shadow:0 20px 50px #00000047}@keyframes cfd-pop{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.cfd-title{color:var(--text);margin:0 0 8px;font-size:19px;font-weight:800}.cfd-text{color:var(--muted);margin:0 0 20px;font-size:14px;line-height:1.5}.cfd-actions{flex-direction:column;gap:8px;display:flex}.cfd-confirm{color:#fff;background:var(--cta-gradient);border-radius:14px;width:100%;padding:14px;font-size:16px;font-weight:800}.cfd-confirm--danger{background:#ef4444}.cfd-confirm:disabled{opacity:.65;cursor:default}.cfd-cancel{width:100%;color:var(--text);border-radius:14px;padding:13px;font-size:15px;font-weight:700}.cfd-cancel:disabled{opacity:.5;cursor:default}.toast{left:50%;bottom:calc(var(--tg-safe-area-inset-bottom,0px) + var(--tg-content-safe-area-inset-bottom,0px) + 84px);z-index:150;background:var(--primary-dark);max-width:min(88vw,420px);color:var(--bg);text-align:center;border-radius:14px;padding:12px 18px;font-size:14px;font-weight:700;animation:.22s cubic-bezier(.32,.72,0,1) toast-in;position:fixed;transform:translate(-50%);box-shadow:0 10px 30px #00000040}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}
