@font-face{font-family:Dana;src:url("./fonts/dana/dana-fanum-regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Dana;src:url("./fonts/dana/dana-fanum-medium.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Dana;src:url("./fonts/dana/dana-fanum-demibold.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Dana;src:url("./fonts/dana/dana-fanum-bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Dana;src:url("./fonts/dana/dana-fanum-extrabold.woff2") format("woff2");font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:Dana;src:url("./fonts/dana/dana-fanum-black.woff2") format("woff2");font-weight:900;font-style:normal;font-display:swap}

:root {
  color-scheme: light dark;
  --bg:#ddc6b6; --surface:rgba(255,248,245,.64); --surface-strong:rgba(255,250,248,.82);
  --ink:#1a0a0f; --secondary:#1c1c28; --muted:#735e63; --line:rgba(26,10,15,.14); --blush:#f6e6ea;
  --accent:#7b263f; --accent-2:#c7677f; --progress:#74142f; --progress-deep:#4b091d; --good:#13765b; --warn:#a4670b; --bad:#a32c3a;
  --shadow:0 22px 55px rgba(44,15,24,.13); --nav-h:78px; --radius:22px;
  --safe-bottom:env(safe-area-inset-bottom,0px); --safe-top:env(safe-area-inset-top,0px);
  font-family:Dana,"Noto Sans Arabic",Tahoma,sans-serif;
}
[data-theme="dark"] { --bg:#232023; --surface:rgba(39,34,39,.76); --surface-strong:rgba(49,42,48,.92); --ink:#fff5f7; --muted:#bfaeb3; --line:rgba(246,230,234,.13); --accent:#ec91aa; --accent-2:#a84160; --progress:#8f1d40; --progress-deep:#51091f; --blush:#3d2b33; --shadow:0 24px 65px rgba(0,0,0,.31); }
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--ink)}body{overflow-x:hidden;font-size:15px}button,input,select,textarea{font:inherit}button{color:inherit}.is-hidden{display:none!important}
.ambient{position:fixed;border-radius:50%;filter:blur(2px);opacity:.58;pointer-events:none;z-index:0}.ambient-a{width:320px;height:320px;top:-120px;left:-100px;background:radial-gradient(circle,#f7e9ea 0,transparent 68%)}.ambient-b{width:430px;height:430px;right:-230px;bottom:10%;background:radial-gradient(circle,rgba(141,52,78,.26),transparent 68%)}
.glass{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);backdrop-filter:blur(22px) saturate(1.15);-webkit-backdrop-filter:blur(22px) saturate(1.15)}
.splash{position:fixed;inset:0;display:grid;place-content:center;justify-items:center;gap:28px;z-index:30;background:var(--bg);transition:.5s ease}.splash.done{opacity:0;transform:scale(1.04);pointer-events:none}.brand-mark{font-weight:850;letter-spacing:.42em;font-size:clamp(24px,8vw,40px);margin-left:.42em}.splash p{font-size:13px;color:var(--muted)}.orb{width:70px;height:70px;position:relative}.orb span{position:absolute;inset:0;border:1px solid var(--accent);border-radius:45% 55% 52% 48%;animation:spin 2.6s linear infinite}.orb span:nth-child(2){inset:8px;animation-direction:reverse;animation-duration:2s}.orb span:nth-child(3){inset:23px;background:var(--accent);border:0;animation:pulse 1.6s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{transform:scale(.65);opacity:.55}}
.app{position:relative;z-index:2;max-width:720px;margin:auto;padding:calc(14px + var(--safe-top)) 14px calc(var(--nav-h) + 30px + var(--safe-bottom));min-height:100vh}.topbar{height:70px;border-radius:22px;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;position:sticky;top:calc(8px + var(--safe-top));z-index:12}.eyebrow{display:block;color:var(--muted);font-size:12px;margin-bottom:3px}.topbar h1{font-size:20px;margin:0;letter-spacing:.12em}.top-actions{display:flex;align-items:center;gap:9px}.icon-button,.avatar{border:1px solid var(--line);background:var(--surface-strong);width:42px;height:42px;border-radius:15px;display:grid;place-items:center;position:relative}.icon-button svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8}.icon-button b{position:absolute;top:6px;right:7px;background:var(--bad);width:7px;height:7px;border-radius:50%;display:none}.icon-button b.show{display:block}.avatar{background:linear-gradient(145deg,var(--accent),var(--accent-2));color:white;font-weight:800;border:0}
.view{padding:18px 0;display:grid;gap:14px}.hero{border-radius:28px;padding:22px;min-height:188px;position:relative;overflow:hidden;background:linear-gradient(140deg,#1a0a0f,#48202d);color:#fff5f7;box-shadow:0 28px 60px rgba(26,10,15,.28)}.hero:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-60px;top:-70px;border:35px solid rgba(246,230,234,.07)}.hero .label{font-size:14px;color:#d9bec7}.hero-value{font-size:32px;font-weight:850;margin:12px 0 4px;font-variant-numeric:tabular-nums}.hero .sub{font-size:13px;color:#d9bec7}.hero-actions{display:flex;gap:8px;margin-top:22px;position:relative;z-index:1}.button{min-height:46px;border:0;border-radius:16px;padding:0 17px;background:var(--accent);color:white;font-size:15px;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.button.secondary{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18)}.button.ghost{background:var(--surface-strong);border:1px solid var(--line);color:var(--ink)}.button.danger{background:var(--bad)}.button.block{width:100%}.button:disabled{opacity:.48;cursor:not-allowed}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-top:3px}.section-head h2{font-size:19px;margin:0}.section-head p{font-size:12px;color:var(--muted);margin:4px 0 0}.text-button{border:0;background:transparent;color:var(--accent);font-size:14px;font-weight:750;padding:6px}.grid{display:grid;gap:10px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-card,.card{border-radius:var(--radius);padding:16px}.quick-card{min-height:112px;text-align:start;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);background:var(--surface);box-shadow:0 12px 30px rgba(40,14,23,.07)}.quick-card svg{width:25px;height:25px;fill:none;stroke:var(--accent);stroke-width:1.7}.quick-card strong{font-size:15px}.quick-card small{color:var(--muted);font-size:11px}.service-card{display:grid;gap:13px}.service-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.service-title{display:flex;align-items:center;gap:10px}.service-title strong{font-size:15px}.service-icon{width:45px;height:45px;border-radius:15px;background:var(--blush);display:grid;place-items:center;color:var(--accent)}.status{font-size:12px;border-radius:99px;padding:6px 9px;background:rgba(19,118,91,.12);color:var(--good);white-space:nowrap}.status.off{background:rgba(163,44,58,.12);color:var(--bad)}.progress{height:9px;background:var(--line);border-radius:99px;overflow:hidden}.progress span{display:block;height:100%;background:linear-gradient(90deg,var(--accent-2),var(--accent));border-radius:inherit;transition:width .35s ease}.progress.remaining span{background:linear-gradient(90deg,var(--good),#42b78f)}.progress.unlimited span{background:linear-gradient(90deg,var(--accent-2),var(--good))}.meta-row{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:var(--muted)}.location-row{display:flex;gap:5px;flex-wrap:wrap}.location-chip{background:var(--surface-strong);border:1px solid var(--line);border-radius:99px;padding:5px 8px;font-size:12px}.promo{background:linear-gradient(145deg,var(--surface-strong),var(--blush));border-radius:24px;padding:19px;display:grid;grid-template-columns:1fr auto;gap:15px;align-items:center}.promo h3{margin:0 0 7px;font-size:19px}.promo p{margin:0;color:var(--muted);font-size:13px;line-height:1.8}.promo-orb{width:67px;height:67px;border-radius:22px;background:linear-gradient(145deg,var(--accent),#1a0a0f);color:white;display:grid;place-items:center;font-size:28px;transform:rotate(-6deg)}
.payg-entry{width:100%;border:1px solid var(--line);color:var(--text);text-align:start;font:inherit;cursor:pointer}.payg-entry .text-button{display:inline-block;padding:7px 0 0}.payg-details{display:grid;gap:14px}.payg-details h2,.payg-details p{margin:0}.payg-hero .sub bdi{unicode-bidi:isolate}
.bottom-nav{position:fixed;z-index:20;bottom:calc(10px + var(--safe-bottom));left:50%;transform:translateX(-50%);width:min(calc(100% - 28px),692px);height:var(--nav-h);border-radius:25px;padding:8px;display:grid;grid-template-columns:repeat(4,1fr)}.nav-item{border:0;background:transparent;border-radius:18px;color:var(--muted);display:grid;place-items:center;align-content:center;gap:4px;font-size:11px}.nav-item svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7}.nav-item.active{background:var(--surface-strong);color:var(--accent);box-shadow:0 8px 20px rgba(39,10,20,.09)}
.list{display:grid;gap:9px}.list-item{border:1px solid var(--line);background:var(--surface);border-radius:19px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:start}.list-item .body{min-width:0;flex:1}.list-item h3{font-size:15px;margin:0 0 5px}.list-item p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}.chevron{color:var(--muted);font-size:21px}.price{font-weight:850;color:var(--accent);font-size:15px;white-space:nowrap}.segmented{display:flex;background:var(--surface);border:1px solid var(--line);padding:5px;border-radius:17px;gap:4px}.segmented button{flex:1;min-height:40px;border:0;border-radius:13px;background:transparent;color:var(--muted)}.segmented button.active{background:var(--surface-strong);color:var(--accent);box-shadow:0 8px 20px rgba(20,5,10,.08)}
.detail-stat{padding:14px;border-radius:18px;border:1px solid var(--line);background:var(--surface)}.detail-stat small{display:block;color:var(--muted);font-size:11px;margin-bottom:7px}.detail-stat b{font-size:17px}.copy-box{display:flex;align-items:center;gap:8px;padding:11px;border-radius:15px;background:var(--surface-strong);border:1px solid var(--line);direction:ltr}.copy-box code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;flex:1}.copy-box button{border:0;background:var(--blush);color:var(--accent);border-radius:10px;padding:8px;font-size:13px}
.form{display:grid;gap:12px}.field{display:grid;gap:7px}.field label{font-size:13px;color:var(--muted)}.input{width:100%;min-height:50px;border-radius:16px;border:1px solid var(--line);background:var(--surface-strong);color:var(--ink);padding:0 14px;outline:none}.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 15%,transparent)}input[type=file].input{padding:12px}.hint{font-size:12px;color:var(--muted);line-height:1.7}.notice{border-radius:18px;padding:13px;border:1px solid rgba(164,103,11,.25);background:rgba(164,103,11,.08);font-size:13px;line-height:1.8}.notice.danger{border-color:rgba(163,44,58,.25);background:rgba(163,44,58,.08)}
.empty,.error-state{text-align:center;padding:42px 18px;border-radius:24px}.empty-icon{font-size:42px;margin-bottom:12px}.empty h2,.error-state h2{font-size:18px}.empty p,.error-state p{font-size:12px;color:var(--muted);line-height:1.8}.spinner{width:25px;height:25px;border-radius:50%;border:3px solid var(--line);border-top-color:var(--accent);animation:spin .8s linear infinite}
.skeleton{border-radius:22px;background:linear-gradient(100deg,var(--line) 20%,var(--surface-strong) 40%,var(--line) 60%);background-size:220% 100%;animation:shimmer 1.3s infinite}.hero-skeleton{height:190px}.card-skeleton{height:112px}.list-skeleton{height:160px}@keyframes shimmer{to{background-position-x:-220%}}
.toast{position:fixed;z-index:50;left:50%;bottom:calc(100px + var(--safe-bottom));transform:translate(-50%,20px);width:max-content;max-width:calc(100% - 34px);background:#1a0a0f;color:#fff;border-radius:14px;padding:11px 15px;font-size:12px;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}.overlay{position:fixed;inset:0;z-index:60;background:rgba(18,8,12,.52);display:grid;place-items:center;padding:18px;backdrop-filter:blur(6px)}.modal{width:min(100%,520px);border-radius:26px;padding:22px;position:relative}.modal-close{position:absolute;left:14px;top:10px;border:0;background:transparent;font-size:27px;color:var(--muted)}.sheet-overlay{align-items:end;padding:0}.sheet{width:min(100%,720px);border-radius:28px 28px 0 0;padding:12px 18px calc(22px + var(--safe-bottom));max-height:86vh;overflow:auto}.sheet-handle{width:46px;height:5px;background:var(--line);border-radius:99px;margin:0 auto 18px}
.setting-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line)}.toggle{width:48px;height:28px;border-radius:99px;border:0;background:var(--line);padding:3px;direction:ltr}.toggle:after{content:"";display:block;width:22px;height:22px;background:white;border-radius:50%;transition:.2s}.toggle.on{background:var(--good)}.toggle.on:after{transform:translateX(20px)}
@media (min-width:640px){.view{padding-top:22px}.dashboard-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:14px}.dashboard-grid .hero{grid-row:span 2}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* v1.3.1 mobile layout and ticket conversation */
.quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.quick-actions .quick-card{min-height:96px}
.quick-actions .quick-card>div{display:grid;gap:5px;min-width:0}
.quick-actions .quick-card strong,.quick-actions .quick-card small{display:block;line-height:1.55;white-space:normal}
.quick-actions .quick-card strong{font-size:14px}.quick-actions .quick-card small{font-size:10px}
.location-flags{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:4px;direction:ltr}
.location-flags span{min-width:0;height:30px;border:1px solid var(--line);background:var(--surface-strong);border-radius:9px;display:grid;place-items:center;font-size:17px}
.country-flag{display:block;width:25px;height:18px;object-fit:cover;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.18)}.country-fallback{font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif}.plan-description{white-space:pre-wrap;line-height:1.8;overflow-wrap:anywhere}
.textarea{min-height:110px;padding:13px;resize:vertical}
.form h2{margin:0 0 8px}.form+.section-head{margin-top:12px}.field{min-width:0}.field:after{content:none!important}
.ticket-thread{display:grid;gap:9px}
.ticket-message{max-width:88%;padding:11px 13px;border-radius:18px;background:var(--surface);border:1px solid var(--line)}
.ticket-message.user{justify-self:start;border-bottom-right-radius:6px}
.ticket-message.admin{justify-self:end;background:var(--blush);border-bottom-left-radius:6px}
.ticket-message small{color:var(--muted);font-size:10px}.ticket-message p{margin:5px 0 0;white-space:pre-wrap;line-height:1.75;font-size:13px}
@media (max-width:390px){.hero{padding:18px}.hero-value{font-size:26px}.button{padding-inline:13px}.location-flags{grid-template-columns:repeat(5,1fr)}}

/* v1.3.9 RTL/Bidi isolation */
.bidi{display:inline-block;unicode-bidi:isolate;max-width:100%}.service-id,.copy-box code{direction:ltr;text-align:left;unicode-bidi:isolate}.money-value,.metric-value{white-space:nowrap;font-variant-numeric:tabular-nums}.list-item p,.hint,.hero .sub,.notice{unicode-bidi:plaintext}.meta-row>span{display:inline-flex;align-items:center;gap:4px}.input{unicode-bidi:plaintext}.input[type="number"],.input[dir="ltr"]{direction:ltr;text-align:left}.ticket-message p{unicode-bidi:plaintext}

/* v1.3.9 live data, remaining quota and direct configs */
.service-hero-id{font-size:22px}.config-list{display:grid;grid-template-columns:1fr;gap:9px}.config-item{min-width:0;min-height:62px;border:1px solid var(--line);border-radius:17px;background:var(--surface);padding:10px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;text-align:start}.config-number{width:34px;height:34px;border-radius:11px;background:var(--blush);color:var(--accent);display:grid;place-items:center;font-weight:850}.config-body{min-width:0;display:grid;gap:2px}.config-body strong{font-size:14px}.config-body small{font-size:11px;color:var(--muted);direction:ltr;text-align:start}.config-copy{font-size:12px;font-weight:800;color:var(--accent)}.processing{text-align:center;padding:44px 20px;border-radius:24px}.processing .spinner{margin:0 auto 16px}.processing h2{font-size:20px;margin:0 0 8px}.processing p{font-size:13px;color:var(--muted);line-height:1.8;margin:0}
@media (max-width:390px){.section-head h2{font-size:18px}.service-hero-id{font-size:20px}}

/* v1.3.9 mobile containment, typography and CSP-safe quota progress */
html:lang(fa){font-family:Dana,"Noto Sans Arabic",Tahoma,sans-serif;text-rendering:optimizeLegibility}
body{line-height:1.65}.app{width:100%;overflow:clip}.view{width:100%;gap:18px}.view>*{min-width:0;max-width:100%}.hero,.card,.grid,.list,.section-head,.copy-box,.config-list,.service-stats,.service-actions{min-width:0;max-width:100%}
.section-head{align-items:flex-start;margin-top:8px;gap:12px;padding-inline:2px}.section-head>div{min-width:0}.section-head h2{font-weight:800;line-height:1.45;letter-spacing:-.01em}.section-head p{line-height:1.8;margin-top:5px}.hero .label,.hero .sub,.hint,.notice,.list-item p{line-height:1.8}.service-title>div{min-width:0}.service-title strong{display:block;line-height:1.55}.detail-stat{min-width:0;overflow:hidden}.detail-stat b{display:block;max-width:100%;overflow-wrap:anywhere;line-height:1.5}.service-stats{gap:12px}.service-actions .button{padding-inline:10px;white-space:normal;line-height:1.5}
.quota-progress{display:block;width:100%;height:10px;border:0;border-radius:999px;overflow:hidden;appearance:none;-webkit-appearance:none;background:var(--line);direction:ltr}.quota-progress::-webkit-progress-bar{background:var(--line);border-radius:999px}.quota-progress::-webkit-progress-value{background:var(--progress);border-radius:999px;transition:width .35s ease}.quota-progress::-moz-progress-bar{background:var(--progress);border-radius:999px}.quota-progress.unlimited::-webkit-progress-value{background:var(--progress)}.quota-progress.unlimited::-moz-progress-bar{background:var(--progress)}
.copy-box{width:100%;overflow:hidden}.copy-box code{display:block;min-width:0;width:0;max-width:100%;flex:1 1 0}.copy-box button{flex:0 0 auto}.config-list{width:100%;overflow:hidden}.config-item{width:100%;max-width:100%;overflow:hidden;grid-template-columns:42px minmax(0,1fr) 42px;padding:11px 12px;direction:rtl}.config-flag{width:42px;height:42px;border-radius:13px;background:var(--surface-strong);display:grid;place-items:center;font-size:24px}.config-flag .country-flag{width:30px;height:21px}.config-body strong{font-size:15px;line-height:1.4}.config-body small{font-size:11px}.config-copy{width:42px;text-align:center;font-size:12px;white-space:nowrap}.sale-info{display:grid;gap:8px;padding:16px;border-radius:20px}.sale-info strong{font-size:16px;color:var(--accent)}.sale-info p{font-size:13px;line-height:1.8;margin:0}.sale-flags{display:flex;flex-wrap:wrap;gap:7px;direction:ltr}.sale-flags span{width:39px;height:34px;border:1px solid var(--line);border-radius:11px;background:var(--surface-strong);display:grid;place-items:center;font-size:21px}.sale-flags .country-flag{width:27px;height:19px}
@media (max-width:390px){.app{padding-inline:10px}.view{gap:15px}.grid.two.service-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-stat{padding:12px}.detail-stat b{font-size:15px}.config-item{grid-template-columns:38px minmax(0,1fr) 40px;padding-inline:9px}.config-flag{width:38px;height:38px;font-size:22px}.bottom-nav{width:calc(100% - 20px)}}

/* v1.4.4 polish: full-bleed avatar, product icons and consumed-quota meter */
.eyebrow{display:none}.topbar h1{font-size:19px;letter-spacing:0;line-height:1.5}.avatar{overflow:hidden;padding:0;line-height:0}.profile-photo{display:block;width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover;object-position:center;border-radius:inherit}.account-avatar{width:54px;height:54px;flex:0 0 54px}.wallet-brand{border-radius:20px;padding:15px 17px}.wallet-brand strong{letter-spacing:.22em;font-size:17px}.wallet-brand p{margin:4px 0 0;color:var(--muted);font-size:13px}.trial-entry{width:100%;border:1px solid var(--line);text-align:start;color:var(--ink);font:inherit}
.remaining-summary{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.remaining-summary>span+span{padding-inline-start:8px;border-inline-start:1px solid var(--line)}.trial-art{width:72px;height:72px;display:grid;place-items:center;color:var(--accent);filter:drop-shadow(0 8px 14px color-mix(in srgb,var(--accent) 28%,transparent))}.trial-art svg{width:58px;height:58px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.trial-art svg path:last-child{stroke:#e8b64c}
.payg-entry .payg-bolt{width:54px;height:54px;border:0;border-radius:0;background:transparent;box-shadow:none;color:#f5bb22;font-size:40px;line-height:1;transform:none;text-shadow:0 5px 16px rgba(245,187,34,.28)}
.service-icon.product{overflow:hidden;border:1px solid color-mix(in srgb,var(--accent) 28%,var(--line));background:linear-gradient(145deg,color-mix(in srgb,var(--accent) 18%,var(--surface-strong)),var(--surface));box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 8px 18px rgba(80,16,38,.1)}.service-icon.product.trial{background:linear-gradient(145deg,color-mix(in srgb,#d39b24 20%,var(--surface-strong)),var(--surface))}.product-mark{width:27px;height:27px;fill:none;stroke:var(--accent);stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.service-icon.product.trial .product-mark{stroke:#b47a08}
.quota-progress{height:13px;border:1px solid color-mix(in srgb,var(--progress) 42%,var(--line));background:color-mix(in srgb,var(--surface-strong) 84%,transparent);box-shadow:inset 0 2px 5px rgba(0,0,0,.18),0 2px 8px rgba(74,9,29,.13)}.quota-progress::-webkit-progress-bar{background:color-mix(in srgb,var(--surface-strong) 84%,transparent);border-radius:999px}.quota-progress::-webkit-progress-value{background:linear-gradient(180deg,color-mix(in srgb,var(--progress) 68%,#d86a83),var(--progress) 48%,var(--progress-deep));box-shadow:inset 0 2px 2px rgba(255,255,255,.28),0 0 9px color-mix(in srgb,var(--progress) 34%,transparent)}.quota-progress::-moz-progress-bar{background:linear-gradient(180deg,color-mix(in srgb,var(--progress) 68%,#d86a83),var(--progress) 48%,var(--progress-deep))}
.notification-row{cursor:pointer}.notification-row .body p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.notification-kind{flex:0 0 45px}.notification-detail{border-radius:25px;padding:20px;display:grid;grid-template-columns:52px minmax(0,1fr);gap:15px;align-items:center}.notification-detail-icon{width:52px;height:52px;border-radius:17px;background:var(--blush);display:grid;place-items:center;font-size:25px}.notification-detail h2{margin:7px 0 0;font-size:21px;line-height:1.5}.notification-message{grid-column:1/-1;white-space:pre-wrap;overflow-wrap:anywhere;unicode-bidi:plaintext;font-size:15px;line-height:2;padding:16px;border-radius:18px;background:var(--surface-strong);border:1px solid var(--line)}.notification-detail .detail-stat,.notification-date{grid-column:1/-1}.notification-date{color:var(--muted);font-size:12px;text-align:end}.read-status{display:inline-flex}
html:lang(en){font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-variant-numeric:tabular-nums}html:lang(en) body,html:lang(en) button,html:lang(en) input,html:lang(en) select,html:lang(en) textarea{font-family:inherit}html:lang(en) .bidi,html:lang(en) .money-value,html:lang(en) .metric-value{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
body{font-size:16px}.list-item h3,.service-title strong,.button{font-size:16px}.list-item p,.hint,.notice,.hero .sub{font-size:13px}.section-head h2{font-size:20px}
.topup-methods{display:grid;gap:12px}.withdraw-quote{padding:14px 16px;display:grid;gap:8px}.withdraw-quote p{margin:0;display:flex;justify-content:space-between;gap:12px;align-items:center}.withdrawal-guide{white-space:pre-line}

/* v1.4.6 MASTER visual system: frontend-only dark crimson redesign */
:root,[data-theme="dark"]{
  color-scheme:dark;
  --bg:#0c0c0d;--surface:rgba(23,22,23,.78);--surface-strong:rgba(34,31,32,.93);
  --ink:#f7f1ed;--secondary:#e4d8d4;--muted:#9f9593;--line:rgba(190,58,78,.25);--blush:#2b1d20;
  --accent:#cf485d;--accent-2:#8e2639;--progress:#c83d55;--progress-deep:#6e1428;
  --good:#52b979;--warn:#d39b4a;--bad:#db5364;--shadow:0 24px 65px rgba(0,0,0,.45);--radius:23px;
}
html,body{background:#0c0c0d;color:var(--ink)}
body{background-image:radial-gradient(circle at 78% 7%,rgba(154,28,50,.25),transparent 27rem),radial-gradient(circle at 8% 55%,rgba(102,20,38,.16),transparent 23rem),linear-gradient(180deg,#0b0b0c,#101011 55%,#09090a);background-attachment:fixed}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,black,transparent 85%)}
.ambient{opacity:.72;filter:blur(18px)}.ambient-a{background:radial-gradient(circle,rgba(188,47,70,.32),transparent 70%)}.ambient-b{background:radial-gradient(circle,rgba(130,25,48,.28),transparent 70%)}
.glass,.quick-card,.list-item,.detail-stat,.config-item{background:linear-gradient(145deg,rgba(31,29,30,.88),rgba(16,16,17,.78));border-color:var(--line);box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 18px 44px rgba(0,0,0,.28);backdrop-filter:blur(24px) saturate(1.12);-webkit-backdrop-filter:blur(24px) saturate(1.12)}
.app{max-width:720px;padding-inline:14px}.topbar{height:76px;border-radius:27px;padding:12px 16px;border-color:rgba(190,58,78,.32);background:rgba(18,18,19,.86)}
.topbar h1{font-size:18px;font-weight:850;color:var(--ink)}.topbar h1:where(:not(:empty)){text-shadow:0 1px 18px rgba(207,72,93,.12)}
.top-actions{direction:ltr}.icon-button,.avatar{width:44px;height:44px;border-radius:50%;background:rgba(29,28,29,.95);border:1px solid rgba(207,72,93,.42);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.avatar{background:linear-gradient(145deg,#d55368,#7e1f33)}.icon-button b{background:#d94b61;box-shadow:0 0 12px rgba(217,75,97,.8)}
.view{gap:18px;padding-top:20px}.hero{min-height:200px;padding:24px;border:1px solid rgba(207,72,93,.34);background:radial-gradient(circle at 78% 15%,rgba(176,45,66,.38),transparent 42%),linear-gradient(145deg,#211b1d,#111112 70%);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 28px 64px rgba(0,0,0,.42),0 0 46px rgba(128,23,43,.11)}
.hero:after{width:210px;height:160px;right:auto;left:-50px;top:22px;border:0;border-radius:0;background:radial-gradient(circle at 18% 50%,var(--accent) 0 7px,transparent 8px),radial-gradient(circle at 45% 25%,var(--accent) 0 10px,transparent 11px),radial-gradient(circle at 55% 70%,var(--accent) 0 8px,transparent 9px),radial-gradient(circle at 80% 42%,var(--accent) 0 9px,transparent 10px);opacity:.75;filter:drop-shadow(0 0 13px rgba(207,72,93,.24))}
.hero .label{color:#bfb2af;font-weight:650}.hero-value{font-size:34px;color:var(--ink);letter-spacing:-.02em}.hero .sub{color:#aaa09d}.hero-actions{margin-top:24px}.button{min-height:50px;border-radius:17px;background:linear-gradient(135deg,#d85065,#a62e45);box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 10px 24px rgba(151,37,59,.24)}
.button.secondary,.button.ghost{background:rgba(22,21,22,.76);border:1px solid rgba(207,72,93,.55);color:var(--ink);box-shadow:none}.button:active{transform:translateY(1px)}
.section-head{margin-top:8px}.section-head h2{font-size:21px;color:var(--ink)}.section-head p{color:var(--muted)}.text-button{color:#e15b70}
.quick-actions{gap:12px}.quick-card{min-height:116px;border-radius:23px;padding:17px}.quick-card>span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(207,72,93,.1);color:var(--accent);font-size:23px}.quick-card strong{color:var(--ink);font-size:15px}.quick-card small{color:var(--muted)}
.promo{background:radial-gradient(circle at 85% 20%,rgba(187,48,70,.23),transparent 45%),linear-gradient(145deg,rgba(32,29,30,.96),rgba(15,15,16,.9));border:1px solid var(--line);box-shadow:0 18px 44px rgba(0,0,0,.25)}
.promo-orb{background:linear-gradient(145deg,#d45166,#501421);box-shadow:0 15px 30px rgba(163,37,59,.2)}
.list{gap:11px}.list-item{min-height:76px;border-radius:21px;padding:15px}.list-item h3{color:var(--ink)}.price{color:#e25a70}.chevron{color:#d95469}.status{background:rgba(82,185,121,.12);border:1px solid rgba(82,185,121,.25);color:#61ca89}.status.off{background:rgba(219,83,100,.12);color:#eb687a}
.service-icon,.config-flag,.transaction-icon{border:1px solid rgba(207,72,93,.26);background:rgba(207,72,93,.09);color:var(--accent)}
.detail-stat{border-radius:20px;padding:16px}.detail-stat small{color:var(--muted)}.detail-stat b{color:var(--ink)}
.sale-info{background:linear-gradient(145deg,rgba(29,27,28,.92),rgba(16,16,17,.85));border-color:var(--line)}.sale-info strong{color:#e25a70}.sale-flags span,.location-chip{background:rgba(31,29,30,.92);border-color:var(--line)}
.quota-progress{border-color:rgba(207,72,93,.45);background:#191719}.quota-progress::-webkit-progress-value{background:linear-gradient(180deg,#ec6176,#bb334c 55%,#771a2f)}.quota-progress::-moz-progress-bar{background:linear-gradient(180deg,#ec6176,#bb334c 55%,#771a2f)}
.bottom-nav{height:80px;border-radius:28px;background:rgba(18,18,19,.93);border-color:rgba(190,58,78,.3);box-shadow:0 18px 55px rgba(0,0,0,.52);backdrop-filter:blur(28px)}.nav-item{border-radius:19px;color:#807b7a}.nav-item.active{background:linear-gradient(145deg,rgba(186,52,74,.5),rgba(99,27,42,.48));color:#f05b72;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 8px 22px rgba(148,34,54,.18)}
.wallet-brand{padding:16px 19px;border-radius:24px;display:flex;align-items:center;justify-content:space-between;gap:14px}.wallet-brand strong{letter-spacing:.4em;margin-left:-.4em;color:#fff;font-size:19px}.wallet-brand p{max-width:64%;text-align:end;font-size:11px}.wallet-hero:after{opacity:.9}.wallet-balances{gap:12px}.wallet-transactions{gap:10px}.transaction-item{display:grid;grid-template-columns:48px minmax(0,1fr) auto}.transaction-icon{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;font-size:22px;font-weight:800}.transaction-item .price.positive{color:var(--good)}.transaction-item .price.negative{color:var(--bad)}.wallet-notice{font-size:11px;opacity:.82}
.notice{background:rgba(207,72,93,.065);border-color:rgba(207,72,93,.25)}.notice.danger{background:rgba(219,83,100,.09);border-color:rgba(219,83,100,.32)}
.input{background:#171617;border-color:rgba(207,72,93,.27)}.input:focus{border-color:#cf485d;box-shadow:0 0 0 3px rgba(207,72,93,.13)}
.sheet,.modal{background:linear-gradient(160deg,rgba(35,31,33,.98),rgba(13,13,14,.98));border-color:rgba(207,72,93,.35)}.overlay{background:rgba(5,5,6,.72)}
.empty,.error-state{border:1px solid var(--line);background:rgba(24,22,23,.75)}
@media(max-width:390px){.app{padding-inline:10px}.topbar{height:72px;padding-inline:13px}.hero{padding:20px;min-height:190px}.hero-value{font-size:29px}.hero-actions{gap:9px}.hero-actions .button{padding-inline:12px;font-size:14px}.transaction-item{grid-template-columns:42px minmax(0,1fr) auto;padding-inline:12px}.transaction-icon{width:38px;height:38px}.transaction-item .price{font-size:13px}.wallet-brand p{display:none}.wallet-brand{justify-content:center}}

/* v1.4.7 showcase-layout implementation */
.topbar{display:grid;grid-template-columns:auto 1fr auto;gap:12px}.topbar-brand{grid-column:3;grid-row:1;direction:ltr;letter-spacing:.36em;margin-inline-end:-.36em;font-size:13px;font-weight:850;color:#fff;white-space:nowrap}.topbar>div:first-of-type{grid-column:2;grid-row:1;text-align:center}.top-actions{grid-column:1;grid-row:1}.topbar h1{font-size:16px}.home-showcase{min-height:390px;display:grid;grid-template-columns:1fr 128px;grid-template-rows:1fr auto;align-items:center;gap:12px;padding:28px}.home-showcase:after{display:none}.home-copy{position:relative;z-index:2}.home-copy .label{display:inline-flex;align-items:center;gap:8px}.home-copy .label:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--good);box-shadow:0 0 10px rgba(82,185,121,.65)}.home-copy h2{font-size:44px;line-height:1.16;margin:14px 0 18px;color:#faf4ef}.home-copy h2 em{font-style:normal;color:#d94e64}.home-copy p{color:var(--muted);font-size:13px}.home-service-stats{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.08);padding-top:18px;gap:10px}.home-service-stats span{display:grid;gap:4px}.home-service-stats span+span{border-inline-start:1px solid rgba(255,255,255,.08);padding-inline-start:12px}.home-service-stats small{color:var(--muted);font-size:10px}.home-service-stats b{color:#e25268;font-size:19px}.network-mark{width:126px;height:126px;position:relative;filter:drop-shadow(0 0 18px rgba(207,72,93,.28))}.network-mark:before,.network-mark:after{content:"";position:absolute;inset:24px 10px;border-top:2px dashed rgba(207,72,93,.42);border-bottom:2px dashed rgba(207,72,93,.32);transform:rotate(18deg)}.network-mark:after{transform:rotate(-22deg);inset:35px 20px}.network-mark i{position:absolute;width:18px;height:18px;border-radius:50%;background:#d94c62;z-index:2}.network-mark i:nth-child(1){top:15px;right:42px}.network-mark i:nth-child(2){top:45px;right:5px}.network-mark i:nth-child(3){bottom:15px;right:29px}.network-mark i:nth-child(4){bottom:8px;left:22px}.network-mark i:nth-child(5){top:44px;left:0}.network-mark i:nth-child(6){top:54px;left:48px;width:25px;height:25px}.home-showcase .hero-actions{grid-column:1/-1;margin:0;display:grid;grid-template-columns:1.15fr 1fr}.home-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.home-actions .quick-card{min-height:132px}.home-actions .quick-card>span{align-self:flex-end}.home-actions .quick-card strong{font-size:16px}.page-intro{padding:4px 4px 0}.page-kicker{display:block;direction:ltr;text-align:right;letter-spacing:.35em;color:#d84b62;font-size:11px;font-weight:800}.showcase-service-grid{grid-template-columns:1fr!important}.showcase-service{width:100%;min-height:184px;padding:18px;text-align:inherit}.service-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.service-card-head .service-title{margin-inline-start:auto}.service-card-head .status{order:2}.service-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:4px}.service-metrics span{display:grid;gap:2px;min-width:0}.service-metrics small{font-size:9px;color:var(--muted)}.service-metrics b{font-size:12px;color:#e7dcD8;white-space:nowrap}.showcase-service .location-flags{margin-top:4px;grid-template-columns:repeat(10,1fr)}.services-buy{position:sticky;bottom:96px;z-index:4}.plans-intro{text-align:center;padding:10px 8px 4px}.plans-intro>span{direction:ltr;display:block;letter-spacing:.42em;margin-inline-end:-.42em;color:#d84b62;font-size:11px;font-weight:850}.plans-intro h2{font-size:23px;margin:16px 0 5px}.plans-intro p{font-size:11px;color:var(--muted)}.trial-banner{width:100%;border-radius:22px;padding:16px 18px;display:flex;align-items:center;gap:15px;text-align:start;color:var(--ink)}.trial-banner strong{font-size:17px}.trial-banner p{margin:4px 0 0;color:var(--muted);font-size:11px}.plan-showcase{display:grid;gap:16px}.plan-card{width:100%;min-height:245px;position:relative;border-radius:25px;padding:22px;text-align:start;color:var(--ink);overflow:visible}.plan-card.popular{border-color:#d84b62;box-shadow:0 0 0 1px rgba(216,75,98,.35),0 18px 45px rgba(144,30,50,.26),0 0 38px rgba(207,72,93,.14)}.popular-badge{display:none;position:absolute;top:-13px;inset-inline-start:18px;border-radius:99px;padding:6px 13px;background:linear-gradient(135deg,#c83d55,#8c263a);font-size:10px;font-weight:750}.plan-card.popular .popular-badge{display:block}.plan-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.plan-card-top small{font-size:10px;color:var(--muted)}.plan-card-top h3{font-size:26px;margin:3px 0}.plan-card-top>strong{direction:ltr;color:#df5369;font-size:18px;white-space:nowrap}.plan-card .plan-description{color:#a99f9c;font-size:11px;margin:12px 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.plan-features{display:grid;grid-template-columns:1fr 1fr;gap:7px 13px;font-size:10px;color:#cfc3bf}.plan-features span::first-letter{color:#d94e64}.plan-locations{display:flex;align-items:center;gap:6px;direction:ltr;margin-top:15px}.plan-locations span{width:33px;height:29px;border-radius:8px;border:1px solid var(--line);background:#211f20;display:grid;place-items:center}.plan-locations b{height:29px;min-width:33px;border-radius:8px;background:#262324;display:grid;place-items:center;font-size:9px;color:var(--muted)}.plan-select{display:inline-flex;align-items:center;justify-content:center;min-width:112px;height:42px;border-radius:15px;margin-top:15px;background:#292526;border:1px solid rgba(255,255,255,.08);font-size:13px;font-weight:750}.plan-card.popular .plan-select{background:linear-gradient(135deg,#d85065,#a62e45)}.payg-plan{width:100%;border-radius:22px;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:start;color:var(--ink)}.payg-plan p{margin:3px 0 0;color:var(--muted);font-size:10px}.payg-plan>span{color:#df5369;white-space:nowrap}.service-dashboard{border-radius:28px;padding:24px;background:radial-gradient(circle at 75% 8%,rgba(183,45,67,.32),transparent 42%),linear-gradient(145deg,rgba(31,29,30,.96),rgba(14,14,15,.95))}.service-dashboard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.service-dashboard-head>div{text-align:start}.service-dashboard-head small{color:var(--muted);font-size:10px}.service-dashboard-head h2{font-size:32px;margin:2px 0}.service-dashboard-head p{font-size:10px;color:var(--muted);margin:0}.quota-ring-wrap{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:20px;margin-top:20px}.quota-ring{--used:50;width:156px;height:156px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#d84b62 calc(var(--used)*1%),#242123 0);position:relative;box-shadow:0 14px 35px rgba(0,0,0,.35)}.quota-ring:before{content:"";position:absolute;inset:14px;border-radius:50%;background:#151516;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)}.quota-ring>div{position:relative;z-index:1;text-align:center;display:grid}.quota-ring b{font-size:22px;color:#f8f1ed}.quota-ring span{font-size:10px;color:var(--muted)}.renewal-stat{display:grid;text-align:center;border-inline-start:1px solid rgba(255,255,255,.08);padding-inline-start:18px}.renewal-stat small{font-size:10px;color:var(--muted)}.renewal-stat b{font-size:42px;line-height:1.2;color:#df4f66}.renewal-stat span{font-size:11px;color:#b0a6a3}.service-locations{display:flex;gap:8px;overflow:auto;padding:2px 0 4px;scrollbar-width:none}.service-locations span{min-width:86px;height:45px;border-radius:14px;border:1px solid var(--line);background:rgba(31,29,30,.88);display:flex;align-items:center;justify-content:center;gap:7px}.service-locations b{font-size:10px;white-space:nowrap}.service-locations i{width:5px;height:5px;border-radius:50%;background:#d84b62}.service-primary-actions{display:grid;gap:10px}.showcase-configs .config-item{min-height:70px}.showcase-configs .config-copy{border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:8px 4px}.service-actions{gap:10px}
@media(max-width:420px){.topbar-brand{font-size:11px;letter-spacing:.28em;margin-inline-end:-.28em}.home-showcase{grid-template-columns:1fr 102px;min-height:355px;padding:20px}.home-copy h2{font-size:36px}.network-mark{transform:scale(.82);transform-origin:center}.home-service-stats b{font-size:15px}.home-actions .quick-card{min-height:120px}.service-dashboard{padding:18px}.quota-ring{width:132px;height:132px}.renewal-stat b{font-size:34px}.plan-card{padding:18px}.plan-card-top h3{font-size:23px}.plan-features{grid-template-columns:1fr}.showcase-service .location-flags{grid-template-columns:repeat(5,1fr)}}
.service-metrics .remaining-summary{display:grid;gap:2px;padding:0;border:0}

/* v1.4.8 approved functional hero, quota rings and SVG location selector */
.quick-card svg,.promo-orb svg,.connection-ready svg,.secure-shield svg,.services-summary svg,.ring-meta svg,.location-selector svg,.config-copy svg,.copy-box button svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.home-functional{min-height:390px;display:grid;gap:18px;padding:26px;background:radial-gradient(circle at 82% 12%,rgba(181,43,66,.3),transparent 38%),linear-gradient(145deg,#211b1d,#111112 72%)}.home-functional:after{display:none}.home-functional-head{display:grid;gap:12px}.connection-ready{justify-self:start;display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:7px 11px;color:#62ca89;background:rgba(40,118,70,.15);border:1px solid rgba(82,185,121,.25);font-size:12px;font-weight:700}.connection-ready svg{width:17px;height:17px}.home-functional-head h2{font-size:39px;line-height:1.25;margin:0}.home-functional-head h2 em{font-style:normal;color:#df5369}.secure-panel{display:grid;grid-template-columns:110px 1fr;align-items:center;gap:22px;padding:19px;border-radius:23px;border:1px solid rgba(207,72,93,.22);background:rgba(18,17,18,.68)}.secure-shield{width:100px;height:100px;display:grid;place-items:center;color:#ef5b71}.secure-shield svg{width:88px;height:88px;stroke-width:1.35}.secure-stats{display:grid;grid-template-columns:1fr 1fr;gap:13px;position:relative;padding-bottom:20px}.secure-stats span{display:grid;gap:3px}.secure-stats span+span{border-inline-start:1px solid rgba(255,255,255,.09);padding-inline-start:12px}.secure-stats b{font-size:18px;color:#ea5870}.secure-stats small{font-size:10px;color:var(--muted)}.secure-stats>i{position:absolute;height:5px;border-radius:999px;bottom:0;inset-inline:0;background:linear-gradient(90deg,#df4e67 calc(var(--remaining)*1%),#292628 0);box-shadow:0 0 12px rgba(207,72,93,.2)}.secure-empty{grid-column:1/-1}.secure-empty b{letter-spacing:.28em}.home-functional .hero-actions{display:grid;grid-template-columns:1.15fr 1fr;margin:0}.quick-card>span{color:#eb586f}.quick-card>span svg{width:28px;height:28px}.payg-entry .payg-bolt{display:grid;place-items:center;color:#ee5c72}.payg-entry .payg-bolt svg{width:44px;height:44px;stroke-width:1.35}.services-summary{min-height:170px;border-radius:27px;padding:23px;display:flex;align-items:center;justify-content:space-between;background:radial-gradient(circle at 80% 30%,rgba(189,46,69,.28),transparent 38%),linear-gradient(145deg,rgba(31,29,30,.96),rgba(14,14,15,.94))}.services-summary>div{display:grid;grid-template-columns:auto auto;align-items:end;gap:2px 14px}.services-summary small{grid-column:1/-1;font-size:21px;font-weight:800;color:var(--ink)}.services-summary b{font-size:54px;line-height:1;color:#fff}.services-summary p{margin:0;display:grid;gap:4px;font-size:12px;color:#62ca89}.services-summary p span:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:currentColor;margin-inline-end:7px}.services-summary p .warn{color:#ec596e}.services-summary>span{width:94px;height:94px;display:grid;place-items:center;color:#ec586f;filter:drop-shadow(0 10px 18px rgba(207,72,93,.25))}.services-summary>span svg{width:82px;height:82px;stroke-width:1.25}.service-filters{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:5px;border:1px solid var(--line);border-radius:22px;background:rgba(23,22,23,.85)}.service-filters button{border:0;background:transparent;color:var(--muted);min-height:43px;border-radius:17px}.service-filters button.active{background:linear-gradient(135deg,#d64b62,#9d2b42);color:white;font-weight:750}.service-ring-grid{display:grid;gap:13px}.service-ring-card{width:100%;min-height:168px;border-radius:25px;padding:17px;display:grid;grid-template-columns:116px minmax(0,1fr);align-items:center;gap:17px;text-align:start;color:var(--ink)}.mini-quota-ring{width:112px;height:112px;border-radius:50%;display:grid;place-items:center;position:relative;background:conic-gradient(#df4f68 calc(var(--remaining)*1%),#282527 0);box-shadow:0 13px 28px rgba(0,0,0,.34)}.mini-quota-ring:before{content:"";position:absolute;inset:12px;border-radius:50%;background:#141415}.mini-quota-ring>div{position:relative;z-index:1;text-align:center;display:grid;max-width:82px}.mini-quota-ring b{font-size:16px;line-height:1.3;color:#fff;overflow-wrap:anywhere}.mini-quota-ring span{font-size:9px;color:var(--muted)}.service-ring-body{display:grid;gap:18px;min-width:0}.service-ring-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:9px}.service-ring-head>div{min-width:0;display:grid;gap:3px}.service-ring-head strong{font-size:17px;line-height:1.45}.service-ring-head small{font-size:10px;color:var(--muted);direction:ltr;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service-ring-head .status{font-size:9px}.ring-chevron{color:#e35a70;font-size:26px;line-height:1}.ring-meta{display:flex;align-items:center;gap:18px;color:var(--muted)}.ring-meta span{display:inline-flex;align-items:center;gap:6px}.ring-meta svg{width:19px;height:19px}.ring-meta b{font-size:11px;color:#cfc4c1}.location-selector{border-radius:27px;padding:17px;display:grid;gap:14px}.location-selector-head{display:grid;grid-template-columns:45px minmax(0,1fr) auto;align-items:center;gap:11px}.location-head-icon{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;color:#eb586f;border:1px solid rgba(207,72,93,.35);background:rgba(207,72,93,.07)}.location-head-icon svg{width:22px;height:22px}.location-selector-head>div{display:grid}.location-selector-head strong{font-size:15px}.location-selector-head small{color:#55c47d;font-size:10px}.location-selector-head small i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#55c47d;margin-inline-end:5px;box-shadow:0 0 8px rgba(85,196,125,.6)}.location-chevron{font-size:25px;color:var(--muted)}.location-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}.location-option{min-height:76px;border-radius:17px;border:1px solid rgba(255,255,255,.08);background:rgba(17,17,18,.76);display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;padding:11px}.location-option.selected{border-color:#df5068;box-shadow:inset 0 0 0 1px rgba(223,80,104,.18)}.location-option-icon{width:36px;height:36px;display:grid;place-items:center;color:#a7a09e}.location-option-icon svg{width:27px;height:27px}.location-option b{font-size:13px}.location-option small{grid-column:2;color:var(--muted);font-size:10px;direction:ltr}.location-option>i{grid-column:3;grid-row:1/3;width:24px;height:24px;color:#df5068}.location-option>i svg{width:24px;height:24px}.location-download{gap:8px}.location-download svg{width:20px;height:20px}.showcase-configs .config-copy{display:grid;place-items:center;color:#ea5870}.showcase-configs .config-copy svg,.copy-box button svg{width:19px;height:19px}.copy-box button{display:grid;place-items:center}.is-hidden{display:none!important}
@media(max-width:420px){.home-functional{padding:19px;min-height:355px}.home-functional-head h2{font-size:32px}.secure-panel{grid-template-columns:82px 1fr;gap:13px;padding:14px}.secure-shield{width:76px;height:76px}.secure-shield svg{width:68px;height:68px}.secure-stats b{font-size:14px}.service-ring-card{grid-template-columns:94px minmax(0,1fr);gap:12px;padding:14px}.mini-quota-ring{width:90px;height:90px}.mini-quota-ring:before{inset:10px}.mini-quota-ring b{font-size:13px}.service-ring-head strong{font-size:14px}.ring-meta{gap:10px}.location-option{grid-template-columns:31px minmax(0,1fr) auto;padding:9px}.location-option-icon{width:30px;height:30px}.location-option b{font-size:11px}}
.ring-meta .remaining-summary{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;flex-wrap:nowrap}.ring-meta .remaining-summary small{font-size:8px;color:var(--muted);white-space:nowrap}
.svg-fallback,.svg-empty{display:grid;place-items:center;color:#eb586f}.svg-fallback svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.svg-empty svg{width:46px;height:46px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.payment-stage3 .detail-stat b{font-size:1.45rem;color:var(--accent)}.payment-stage3 .detail-stat small{display:block;margin-top:5px}.payment-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.payment-status-grid span{padding:11px 5px;border:1px solid var(--line);border-radius:12px;text-align:center;font-size:.78rem;background:rgba(255,255,255,.025)}.notice.good{border-color:rgba(72,196,127,.35);color:#62d99a}.notice.danger{border-color:rgba(235,88,111,.42);color:#ff8b9d}

/* v1.4.9 scroll stability, live quota meters and requested layout fixes */
.home-functional{min-height:330px;gap:14px;padding:22px}.home-functional-head{gap:8px}.home-functional-head h2{font-size:35px}.secure-panel{grid-template-columns:88px minmax(0,1fr);gap:16px;padding:15px}.secure-shield{width:82px;height:82px}.secure-shield svg{width:72px;height:72px}.secure-stats{padding-bottom:0;align-items:start}.home-quota-progress{grid-column:1/-1;display:grid;gap:6px;margin-top:2px}.home-quota-progress small{font-size:9px;color:var(--muted)}.home-quota-progress progress{display:block;width:100%;height:7px;border:0;border-radius:999px;overflow:hidden;background:#292628}.home-quota-progress progress::-webkit-progress-bar{background:#292628;border-radius:999px}.home-quota-progress progress::-webkit-progress-value{background:linear-gradient(90deg,#d94d65,#ef6a7d);border-radius:999px;box-shadow:0 0 10px rgba(223,79,104,.35)}.home-quota-progress progress::-moz-progress-bar{background:linear-gradient(90deg,#d94d65,#ef6a7d);border-radius:999px}.home-payg{margin-top:0}.home-actions .quick-card{min-height:124px;display:grid;grid-template-rows:46px minmax(0,1fr);align-content:space-between;gap:12px;font:inherit}.home-actions .quick-card>span{align-self:start}.home-actions .quick-card>div{min-width:0;display:grid;align-content:end;gap:5px}.home-actions .quick-card strong,.home-actions .quick-card small{display:block;position:static;margin:0;line-height:1.55;white-space:normal;overflow-wrap:anywhere}.home-actions .quick-card strong{font-size:15px}.home-actions .quick-card small{font-size:10px;min-height:31px}.home-actions .money-value{white-space:normal}
.quota-ring,.mini-quota-ring{background:#141415!important;overflow:visible}.quota-ring:before,.mini-quota-ring:before{display:none!important}.quota-ring-svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible;transform:rotate(-90deg)}.quota-ring-track,.quota-ring-value{fill:none;stroke-width:10}.quota-ring-track{stroke:#292628}.quota-ring-value{stroke:#e45269;stroke-linecap:round;transition:stroke-dasharray .4s ease;filter:drop-shadow(0 0 4px rgba(228,82,105,.35))}.quota-ring>div,.mini-quota-ring>div{position:relative;z-index:1}.quota-ring small,.mini-quota-ring small{font-size:9px;color:#e25a70}.service-management{padding:14px}.service-management .service-actions{gap:9px}.service-management .button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.subscription-box{margin-top:-4px}
.plan-payg-entry{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px 17px;text-align:start;font:inherit}.plan-payg-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;color:#ed5b72;background:rgba(207,72,93,.1);border:1px solid rgba(207,72,93,.24)}.plan-payg-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.plan-payg-entry>div{min-width:0;display:grid;gap:4px}.plan-payg-entry strong{font-size:15px}.plan-payg-entry p{font-size:10px;line-height:1.75;margin:0;color:var(--muted)}.payg-price{font-size:10px;color:#e45a70;white-space:nowrap}
.wallet-hero{display:grid;grid-template-columns:minmax(0,1fr) 94px;column-gap:18px}.wallet-hero:after{display:none!important}.wallet-hero-copy{grid-column:1;min-width:0;position:relative;z-index:1}.wallet-hero-icon{grid-column:2;grid-row:1;align-self:center;justify-self:center;width:88px;height:88px;border-radius:27px;display:grid;place-items:center;color:#ee5d74;background:linear-gradient(145deg,rgba(207,72,93,.18),rgba(207,72,93,.04));border:1px solid rgba(207,72,93,.3);box-shadow:0 14px 34px rgba(125,26,44,.25)}.wallet-hero-icon svg{width:52px;height:52px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.wallet-hero .hero-actions{grid-column:1/-1}.account-profile-card .service-title{align-items:center}.account-avatar{width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;max-width:56px!important;max-height:56px!important;flex:0 0 56px!important;aspect-ratio:1/1!important;border-radius:50%!important;overflow:hidden}.account-avatar .profile-photo{width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;border-radius:50%!important;object-fit:cover!important}
html:lang(en) .wallet-hero{grid-template-columns:94px minmax(0,1fr)}html:lang(en) .wallet-hero-icon{grid-column:1}html:lang(en) .wallet-hero-copy{grid-column:2;text-align:left}
@media(max-width:420px){.home-functional{min-height:305px;padding:17px}.home-functional-head h2{font-size:29px}.secure-panel{grid-template-columns:70px minmax(0,1fr);gap:11px;padding:12px}.secure-shield{width:66px;height:66px}.secure-shield svg{width:58px;height:58px}.secure-stats b{font-size:13px}.home-actions .quick-card{min-height:118px;padding:14px}.plan-payg-entry{grid-template-columns:44px minmax(0,1fr);gap:10px}.plan-payg-icon{width:42px;height:42px}.payg-price{grid-column:2}.wallet-hero{grid-template-columns:minmax(0,1fr) 72px}.wallet-hero-icon{width:68px;height:68px;border-radius:22px}.wallet-hero-icon svg{width:40px;height:40px}html:lang(en) .wallet-hero{grid-template-columns:72px minmax(0,1fr)}}

/* v1.4.10 clearer home states and featured PAYG purchase card */
.connection-ready.active{color:#62ca89;background:rgba(40,118,70,.15);border-color:rgba(82,185,121,.25)}.connection-ready.renew{color:#f06a7c;background:rgba(184,48,69,.14);border-color:rgba(223,80,104,.3)}.connection-ready.empty{color:#d9a94d;background:rgba(160,113,31,.13);border-color:rgba(217,169,77,.28)}.secure-shield.renew{color:#e75a70}.secure-shield.empty{color:#c59643;opacity:.82}
.plan-payg-entry{min-height:146px;grid-template-columns:76px minmax(0,1fr) auto;padding:20px;border-color:rgba(230,77,101,.58);background:radial-gradient(circle at 12% 50%,rgba(230,77,101,.28),transparent 31%),linear-gradient(145deg,rgba(47,25,31,.98),rgba(17,16,17,.96));box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 18px 44px rgba(144,30,50,.26),0 0 34px rgba(207,72,93,.12)}.plan-payg-icon{width:70px;height:70px;border-radius:22px;background:linear-gradient(145deg,rgba(232,79,104,.26),rgba(113,30,47,.18));border-color:rgba(239,91,115,.46);box-shadow:0 12px 28px rgba(139,30,49,.3)}.plan-payg-icon svg{width:43px;height:43px;stroke-width:1.55}.plan-payg-copy{display:grid;gap:4px!important}.plan-payg-kicker{color:#ef6077;font-size:9px;font-weight:800;letter-spacing:.02em}.plan-payg-entry strong{font-size:20px;line-height:1.45;color:#fff}.plan-payg-entry p{font-size:11px;line-height:1.85;color:#c8bcba;max-width:34em}.plan-payg-cta{color:#f06a7d;font-size:11px;font-weight:800;margin-top:3px}.payg-price{display:grid;justify-items:center;gap:2px;padding:9px 11px;border-radius:14px;background:rgba(8,8,9,.36);border:1px solid rgba(255,255,255,.07);font-size:12px;font-weight:800}.payg-price small{font-size:8px;color:var(--muted)}
@media(max-width:420px){.plan-payg-entry{min-height:154px;grid-template-columns:56px minmax(0,1fr);padding:16px}.plan-payg-icon{width:54px;height:54px;border-radius:18px}.plan-payg-icon svg{width:34px;height:34px}.plan-payg-entry strong{font-size:17px}.payg-price{grid-column:2;justify-self:start;display:inline-flex;align-items:center}.plan-payg-cta{font-size:10px}}

/* v1.4.11 empty-home card alignment only */
.secure-panel-empty{grid-template-columns:64px minmax(0,1fr);gap:16px;min-height:104px;padding:16px 18px}.secure-panel-empty .secure-shield{width:60px;height:60px;min-width:60px}.secure-panel-empty .secure-shield svg{width:54px;height:54px}.secure-panel-empty .secure-stats{display:block;min-width:0;padding:0}.secure-panel-empty .secure-empty{display:grid;grid-template-columns:1fr;gap:5px;min-width:0;text-align:start}.secure-panel-empty .secure-empty b{font-size:14px;line-height:1.4;letter-spacing:.24em;white-space:nowrap;color:#d9a94d}.secure-panel-empty .secure-empty small{font-size:10px;line-height:1.7;white-space:normal;overflow-wrap:anywhere}
@media(max-width:420px){.secure-panel-empty{grid-template-columns:52px minmax(0,1fr);gap:12px;min-height:92px;padding:13px 14px}.secure-panel-empty .secure-shield{width:50px;height:50px;min-width:50px}.secure-panel-empty .secure-shield svg{width:45px;height:45px}.secure-panel-empty .secure-empty b{font-size:12px;letter-spacing:.18em}.secure-panel-empty .secure-empty small{font-size:9px}}

/* v1.4.13 dedicated empty-home icon: no inherited shield sizing or positioning */
.secure-panel-empty{display:grid!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important;gap:16px!important;min-height:104px!important;padding:17px 18px!important}.empty-home-icon{grid-column:1;grid-row:1;position:static!important;box-sizing:border-box;width:60px!important;height:60px!important;min-width:60px!important;min-height:60px!important;aspect-ratio:1;display:flex!important;align-items:center!important;justify-content:center!important;align-self:center!important;justify-self:center!important;margin:0!important;padding:0!important;transform:none!important;border-radius:18px;color:#c59643;background:rgba(197,150,67,.08);border:1px solid rgba(197,150,67,.22)}.empty-home-icon svg{position:static!important;display:block!important;box-sizing:border-box;width:44px!important;height:44px!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;transform:none!important;flex:0 0 44px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.secure-panel-empty>.secure-empty{grid-column:2;grid-row:1;display:grid;gap:5px;min-width:0;text-align:start}.secure-panel-empty>.secure-empty b{font-size:14px;line-height:1.4;letter-spacing:.24em;white-space:nowrap;color:#d9a94d}.secure-panel-empty>.secure-empty small{font-size:10px;line-height:1.7;white-space:normal;overflow-wrap:anywhere}
@media(max-width:420px){.secure-panel-empty{grid-template-columns:52px minmax(0,1fr)!important;gap:12px!important;min-height:94px!important;padding:15px 14px!important}.empty-home-icon{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;border-radius:16px}.empty-home-icon svg{width:42px!important;height:42px!important;flex-basis:42px}.secure-panel-empty>.secure-empty b{font-size:12px;letter-spacing:.18em}.secure-panel-empty>.secure-empty small{font-size:9px}}

/* v1.4.14 dynamic plan categories and compact MASTER value panel */
.plans-intro{padding-bottom:2px}.plans-intro h2{margin-bottom:0}.plan-payg-entry{order:0;position:relative;isolation:isolate;min-height:176px!important;grid-template-columns:82px minmax(0,1fr) auto!important;gap:16px!important;padding:23px!important;overflow:hidden;border-radius:27px!important;border-color:rgba(234,83,108,.66)!important;background:radial-gradient(circle at 8% 50%,rgba(225,63,91,.32),transparent 34%),radial-gradient(circle at 88% 5%,rgba(124,28,46,.28),transparent 36%),linear-gradient(145deg,rgba(47,24,30,.99),rgba(14,14,15,.98))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 20px 50px rgba(116,21,43,.3),0 0 36px rgba(207,72,93,.13)!important}.plan-payg-entry:after{content:"";position:absolute;z-index:-1;width:180px;height:180px;border:1px solid rgba(237,83,109,.13);border-radius:50%;inset-inline-end:-95px;top:-105px;box-shadow:0 0 0 27px rgba(237,83,109,.025),0 0 0 54px rgba(237,83,109,.018)}.plan-payg-icon{position:relative;width:76px!important;height:76px!important;border-radius:24px!important;background:linear-gradient(145deg,rgba(235,82,108,.28),rgba(98,22,38,.2))!important;border-color:rgba(245,101,126,.55)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 15px 34px rgba(125,24,43,.35)!important}.plan-payg-icon svg{position:relative;z-index:2;width:45px!important;height:45px!important;stroke-width:1.45!important}.plan-payg-ring{position:absolute;inset:8px;border:1px dashed rgba(244,104,128,.3);border-radius:19px;transform:rotate(8deg)}.plan-payg-copy{gap:5px!important}.plan-payg-kicker{display:flex;align-items:center;gap:7px;color:#f16a80!important;font-size:10px!important}.plan-payg-kicker:before{content:"";width:18px;height:2px;border-radius:99px;background:currentColor}.plan-payg-entry strong{font-size:21px!important;line-height:1.45!important}.plan-payg-entry p{font-size:11px!important;line-height:1.9!important;color:#d1c3c0!important}.plan-payg-cta{display:inline-flex;align-items:center;width:max-content;margin-top:2px!important;padding:5px 0;color:#f47186!important;font-size:11px!important}.payg-price{min-width:112px!important;padding:11px 13px!important;border-radius:16px!important;background:rgba(7,7,8,.5)!important;border-color:rgba(246,230,234,.1)!important;color:#f36c82!important}.payg-price .money-value{font-size:12px;font-weight:850}.payg-price small{display:block;margin-top:3px;font-size:8px!important;color:#bdaaad!important}
.plan-benefits{border-radius:26px;padding:17px;display:grid;gap:14px;background:linear-gradient(145deg,rgba(33,31,32,.95),rgba(17,17,18,.94));box-shadow:0 16px 38px rgba(0,0,0,.2)}.plan-benefits-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px 11px;border-bottom:1px solid rgba(255,255,255,.07)}.plan-benefits-head>span{direction:ltr;letter-spacing:.34em;margin-inline-end:-.34em;color:#e85a71;font-size:9px;font-weight:850}.plan-benefits-head h2{font-size:16px;margin:0}.plan-benefits-head p{font-size:9px;color:var(--muted);margin:3px 0 0}.plan-benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.plan-benefit{min-width:0;min-height:72px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:9px;padding:10px;border-radius:17px;background:rgba(12,12,13,.52);border:1px solid rgba(232,82,106,.16)}.plan-benefit i{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;color:#e95a71;background:rgba(220,72,96,.1);border:1px solid rgba(226,81,105,.22)}.plan-benefit i svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.plan-benefit>div{min-width:0;display:grid;gap:3px}.plan-benefit b{font-size:11px;line-height:1.5}.plan-benefit small{font-size:8px;line-height:1.55;color:var(--muted);overflow-wrap:anywhere}
.plan-category-nav{display:flex;gap:7px;overflow-x:auto;padding:3px 1px 6px;scrollbar-width:none}.plan-category-nav::-webkit-scrollbar{display:none}.plan-category-nav button{min-width:max-content;min-height:42px;border-radius:15px;padding:0 17px;border:1px solid var(--line);background:rgba(24,23,24,.8);color:var(--muted);font:inherit;font-size:11px}.plan-category-nav button.active{color:#fff;background:linear-gradient(135deg,#d84e66,#92273d);border-color:rgba(239,93,117,.65);box-shadow:0 10px 24px rgba(133,27,47,.25)}.plan-category{scroll-margin-top:105px;display:grid;gap:14px;padding:16px;border-radius:28px;border:1px solid rgba(218,72,96,.25);background:linear-gradient(150deg,rgba(31,29,30,.86),rgba(12,12,13,.82));box-shadow:0 18px 42px rgba(0,0,0,.18)}.plan-category+.plan-category{margin-top:8px}.plan-category-head{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:2px}.plan-category-icon{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;color:#e65a70;background:rgba(220,72,96,.1);border:1px solid rgba(220,72,96,.22)}.plan-category-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.plan-category-head>div{min-width:0}.plan-category-head small{display:block;color:#db5269;font-size:8px;font-weight:750}.plan-category-head h2{margin:3px 0 0;font-size:18px;line-height:1.45;overflow-wrap:anywhere}.plan-category-head>b{font-size:9px;color:#d86a7b;border:1px solid rgba(219,79,103,.22);background:rgba(219,79,103,.07);border-radius:99px;padding:6px 9px;white-space:nowrap}.plan-category .plan-showcase{gap:12px}.plan-category .plan-card{min-height:228px;background:linear-gradient(145deg,rgba(35,32,33,.95),rgba(18,17,18,.93))}
html:lang(en) .plan-payg-kicker:before{order:2}html:lang(en) .plan-category-head{text-align:left}
@media(max-width:420px){.plan-payg-entry{min-height:190px!important;grid-template-columns:58px minmax(0,1fr)!important;gap:12px!important;padding:17px!important}.plan-payg-icon{width:58px!important;height:58px!important;border-radius:19px!important}.plan-payg-icon svg{width:35px!important;height:35px!important}.plan-payg-ring{inset:6px;border-radius:15px}.plan-payg-entry strong{font-size:18px!important}.plan-payg-entry p{font-size:10px!important;line-height:1.8!important}.payg-price{grid-column:2!important;min-width:0!important;justify-self:start!important;display:inline-flex!important;gap:5px!important;padding:8px 10px!important}.payg-price small{margin:0!important}.plan-benefits{padding:14px;gap:11px}.plan-benefit-grid{gap:7px}.plan-benefit{min-height:68px;grid-template-columns:32px minmax(0,1fr);gap:7px;padding:8px}.plan-benefit i{width:31px;height:31px;border-radius:10px}.plan-benefit i svg{width:18px;height:18px}.plan-benefit b{font-size:10px}.plan-benefit small{font-size:7px}.plan-category{padding:13px;border-radius:24px}.plan-category-head{grid-template-columns:36px minmax(0,1fr) auto;gap:8px}.plan-category-icon{width:35px;height:35px}.plan-category-head h2{font-size:16px}.plan-category-head>b{font-size:8px;padding:5px 7px}.plan-category .plan-card{min-height:218px}}

/* v1.4.15 requested purchase-page order and clearer trial/PAYG presentation */
.trial-banner{min-height:112px;padding-block:18px}.trial-banner>div{min-width:0}.trial-banner p{max-width:46em;line-height:1.85}.plan-payg-entry{scroll-margin-top:105px}.plan-payg-icon svg{stroke-width:1.6!important}.plan-category-nav button:first-child{border-color:rgba(232,82,106,.4)}
@media(max-width:420px){.trial-banner{min-height:126px;align-items:flex-start}.trial-banner p{font-size:10px;line-height:1.8}.trial-art{flex:0 0 auto}.plan-payg-entry{scroll-margin-top:96px}}
