:root{
  --bg:#ffffff;
  --soft:#f3fbff;
  --soft2:#eef4ff;
  --text:#0b1437;
  --muted:#5d6b87;
  --line:#dfe8f5;
  --brand:#1DADE2;
  --brand2:#6B64DF;
  --blue:#1769ff;
  --shadow:0 16px 45px rgba(28,75,130,.11);
  --radius:22px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#fff,#f8fbff 55%,#fff)} a{text-decoration:none;color:inherit} img{max-width:100%;display:block}
.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);height:92px;display:flex;align-items:center;gap:26px;padding:0 clamp(18px,5vw,72px)}
.brand{display:flex;align-items:center;gap:12px;min-width:190px}.brand img{width:50px;height:50px;object-fit:contain}.brand strong{display:block;font-size:26px;letter-spacing:-.8px}.brand small{display:block;font-size:13px;color:var(--muted);margin-top:1px}.search{height:48px;min-width:270px;max-width:430px;flex:1;display:flex;align-items:center;gap:10px;padding:0 18px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 10px 30px rgba(18,64,100,.04)}.search span{font-size:22px;color:var(--muted)}.search input{border:0;outline:0;width:100%;font-size:15px;background:transparent;color:var(--text)}
.navlinks{display:flex;align-items:center;gap:26px;font-size:15px;font-weight:700}.navlinks a{padding:34px 0 30px;border-bottom:3px solid transparent}.navlinks a:hover,.navlinks a:first-child{color:var(--blue);border-color:var(--blue)}.actions{display:flex;align-items:center;gap:12px;margin-left:auto}.install-btn,.login-pill,.account-pill,.menu-btn{border:0;border-radius:14px;background:#fff;border:1px solid var(--line);height:46px;padding:0 16px;font-weight:800;color:var(--text);box-shadow:0 10px 30px rgba(18,64,100,.04);cursor:pointer}.install-btn{background:linear-gradient(135deg,var(--blue),#1aaefa);color:#fff;border:0}.account-pill{height:auto;padding:10px 14px;display:block;font-size:13px}.account-pill small{display:block;color:var(--blue);font-weight:700}.login-pill{display:flex;align-items:center}.menu-btn{display:none;font-size:20px}
.page{max-width:1540px;margin:auto;padding:22px clamp(18px,5vw,72px) 0}.hero{min-height:405px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;border:1px solid #dbe8fc;border-radius:var(--radius);padding:54px 70px;background:radial-gradient(circle at 70% 45%,rgba(29,173,226,.24),transparent 34%),linear-gradient(135deg,#6b64df 0%,#2979ff 62%,#1dade2 100%);color:#fff;overflow:hidden;box-shadow:var(--shadow);position:relative}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 73% 40%,rgba(255,255,255,.35),transparent 16%),linear-gradient(90deg,rgba(12,18,54,.22),transparent 65%);pointer-events:none}.hero-copy,.hero-art{position:relative;z-index:1}.eyebrow{display:inline-flex;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);padding:9px 13px;border-radius:9px;font-size:13px;font-weight:900;letter-spacing:.02em}.hero h1{font-size:clamp(38px,4vw,58px);line-height:1.06;margin:20px 0 18px;letter-spacing:-2px}.hero h1 span{color:#57e0ff}.hero p{max-width:530px;font-size:18px;line-height:1.7;color:#eef8ff}.hero-buttons{display:flex;gap:18px;margin:26px 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:13px;min-height:50px;padding:0 26px;font-weight:900;border:1px solid var(--line);transition:.2s}.btn:hover{transform:translateY(-1px)}.btn.primary{background:linear-gradient(135deg,#136dff,#1db5ee);color:#fff;border:0;box-shadow:0 16px 35px rgba(23,105,255,.24)}.btn.ghost{background:#fff;color:var(--text)}.badges{display:flex;gap:16px;flex-wrap:wrap}.badges span{background:rgba(255,255,255,.94);color:#172341;border:1px solid rgba(255,255,255,.45);border-radius:12px;padding:13px 20px;font-weight:800}.hero-art{height:310px}.box-3d{position:absolute;right:12%;bottom:4%;width:285px;height:200px;border-radius:16px 16px 28px 28px;background:linear-gradient(145deg,#fff,#cfe7ff);box-shadow:0 30px 55px rgba(5,24,95,.28);transform:perspective(700px) rotateX(2deg) rotateY(-12deg)}.box-3d:before{content:"";position:absolute;top:-65px;left:30px;right:30px;height:100px;background:linear-gradient(160deg,#f8fdff,#bfe3ff);clip-path:polygon(0 38%,50% 0,100% 38%,72% 100%,28% 100%);filter:drop-shadow(0 10px 18px rgba(29,173,226,.3))}.box-3d img{width:78px;position:absolute;left:50%;top:53%;transform:translate(-50%,-50%);filter:drop-shadow(0 6px 8px rgba(0,80,170,.12))}.tile{position:absolute;display:grid;place-items:center;width:82px;height:82px;background:rgba(255,255,255,.94);border-radius:20px;box-shadow:0 18px 35px rgba(11,46,100,.25);font-weight:900;font-size:24px;color:#0a7ee8}.t1{right:31%;top:20px}.t2{right:18%;top:0;color:#f15b24;font-size:18px}.t3{right:3%;top:28px;background:#122746;color:#45dbff}.t4{right:16%;top:110px;color:#1769ff}
.section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:28px 0 14px}.section-head h2{font-size:22px;margin:0;letter-spacing:-.4px}.section-head a{color:#46567a;font-weight:800}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.category-card,.empty-card{display:flex;align-items:center;gap:18px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:18px;min-height:84px;box-shadow:0 12px 30px rgba(18,64,100,.04)}.category-card:hover,.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(18,64,100,.12)}.category-card{transition:.22s}.cat-icon{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;font-weight:900;color:#fff}.category-card small{display:block;color:var(--muted);margin-top:5px}.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.product-grid.compact{grid-template-columns:repeat(4,1fr)}.product-card{position:relative;display:block;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;min-height:205px;box-shadow:0 12px 30px rgba(18,64,100,.04);transition:.22s}.product-img{width:76px;height:76px;border-radius:17px;display:grid;place-items:center;color:#fff;font-size:34px;font-weight:900;margin-bottom:13px;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}.product-name{font-weight:900;line-height:1.25;min-height:38px}.product-meta{display:inline-flex;margin:8px 0 12px;padding:5px 9px;border-radius:8px;background:#edf4ff;color:#53607b;font-size:12px;font-weight:800}.price-row{display:flex;align-items:center;gap:9px}.price-row strong{font-size:22px}.price-row del{color:#7a859d}.rating{margin-top:9px;color:#ffa51f;font-weight:900}.rating span{color:#64708a;font-weight:700}.cart-mini{position:absolute;right:14px;bottom:14px;width:42px;height:42px;border:1px solid #b9d5ff;border-radius:12px;display:grid;place-items:center;background:#f7fbff}.icon-windows{background:linear-gradient(135deg,#0e6dff,#23c0f4)}.icon-office{background:linear-gradient(135deg,#ff4b1f,#ff8a34)}.icon-shield{background:linear-gradient(135deg,#12b86a,#76dd9c)}.icon-vpn{background:linear-gradient(135deg,#7949ff,#ad77ff)}.icon-play{background:linear-gradient(135deg,#f91839,#ff6d6d)}.icon-design{background:linear-gradient(135deg,#071c3b,#159bff)}.trust-strip{margin:36px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:19px;overflow:hidden;box-shadow:var(--shadow)}.trust-strip div{background:linear-gradient(180deg,#fff,#f8fbff);padding:24px;display:grid;gap:5px}.trust-strip small{display:block;color:var(--muted);font-weight:500}.footer{border-top:1px solid var(--line);margin-top:24px;padding:32px clamp(18px,5vw,72px);display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px;max-width:1540px;margin-left:auto;margin-right:auto;color:#465575}.footer a,.footer span{display:block;margin-top:9px;color:#5b6680}.footer-brand{font-weight:1000;font-size:24px;color:#1769ff}.tiny{font-size:12px}.chat-float{position:fixed;right:28px;bottom:28px;width:60px;height:60px;background:linear-gradient(135deg,#1769ff,#1dade2);color:white;border-radius:20px;display:grid;place-items:center;font-size:25px;box-shadow:0 18px 35px rgba(23,105,255,.35);z-index:30}.list-hero{background:linear-gradient(135deg,#f5fbff,#eef4ff);border:1px solid var(--line);border-radius:var(--radius);padding:36px;margin-bottom:22px}.list-hero h1{margin:8px 0;font-size:38px}.back-link{color:var(--blue);font-weight:900}.product-detail{display:grid;grid-template-columns:480px 1fr;gap:46px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow)}.detail-image{min-height:450px;border-radius:28px;display:grid;place-items:center;color:#fff;font-size:100px;font-weight:1000;overflow:hidden}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-info h1{font-size:42px;letter-spacing:-1px;margin:16px 0}.big{font-size:18px}.detail-price{font-size:42px;font-weight:1000;margin:22px 0;color:#0d1229}.stock-pill{display:inline-flex;padding:9px 14px;border-radius:999px;background:#e9fff2;color:#03964a;font-weight:900}.feature-list{padding:0;list-style:none;display:grid;gap:12px;margin:24px 0}.feature-list li{padding-left:26px;position:relative}.feature-list li:before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:1000}.description{color:#52627f;line-height:1.75}.detail-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.wide-btn{min-width:240px}.auth-card,.success-card{max-width:660px;margin:30px auto;background:#fff;border:1px solid var(--line);border-radius:28px;padding:38px;text-align:center;box-shadow:var(--shadow)}.telegram-logo,.success-icon{margin:auto;width:88px;height:88px;border-radius:28px;background:linear-gradient(135deg,#1dade2,#6b64df);color:#fff;display:grid;place-items:center;font-size:42px;font-weight:1000}.auth-card h1,.success-card h1{font-size:38px;margin:18px 0 10px}.auth-card p,.success-card p{color:#5e6a86;line-height:1.6}.login-benefits{display:grid;gap:12px;text-align:left;margin:25px 0}.login-benefits div,.warning-box,.dev-login{padding:16px;border:1px solid var(--line);border-radius:16px;background:#f9fcff}.login-benefits small{display:block;color:var(--muted);margin-top:4px}.telegram-widget-box{margin:22px 0}.dev-login{display:grid;gap:10px;margin-top:20px}.dev-login input,.payment-form textarea{width:100%;border:1px solid var(--line);border-radius:13px;padding:14px;font:inherit}.muted{color:var(--muted)}.checkout-wrap{max-width:900px;margin:0 auto}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:20px 0;color:#6d7892;font-weight:900;text-align:center}.steps span{border-bottom:4px solid #d7e4f8;padding-bottom:12px}.steps .done{border-color:#1dade2;color:#0b77d7}.steps .active{border-color:#6b64df;color:#4e45d8}.checkout-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow)}.checkout-user{display:flex;align-items:center;gap:16px;border:1px solid var(--line);border-radius:18px;padding:16px;margin-bottom:18px}.checkout-user .avatar{width:58px;height:58px;border-radius:20px;background:linear-gradient(135deg,#1dade2,#6b64df);color:#fff;display:grid;place-items:center;font-weight:1000;font-size:24px}.checkout-user small{display:block;color:var(--muted);margin-top:4px}.checkout-user a{margin-left:auto;color:#1769ff;font-weight:900}.order-review,.payment-form{border-top:1px solid var(--line);padding-top:22px;margin-top:22px}.review-item{display:grid;grid-template-columns:70px 1fr auto;gap:14px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:14px}.mini-img{width:58px;height:58px;border-radius:14px;display:grid;place-items:center;color:#fff;font-weight:900;overflow:hidden}.mini-img img{width:100%;height:100%;object-fit:cover}.review-item small{display:block;color:var(--muted);margin-top:4px}.total-line{display:flex;justify-content:space-between;margin-top:16px;font-size:20px}.payment-form{display:grid;gap:12px}.payment-option{display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:16px;padding:16px;cursor:pointer}.payment-option input{accent-color:#1769ff}.payment-option span{width:45px;height:45px;border-radius:13px;background:#edf6ff;display:grid;place-items:center}.payment-option small{display:block;color:var(--muted);margin-top:3px}.payment-option.selected,.payment-option:hover{border-color:#97c9ff;background:#fbfdff}.success-box{border:1px solid var(--line);border-radius:18px;margin:24px 0;text-align:left;overflow:hidden}.success-box div{display:flex;justify-content:space-between;padding:16px 18px;border-top:1px solid var(--line)}.success-box div:first-child{border-top:0}.success-box span{color:var(--muted)}.center{justify-content:center}.orders-list{display:grid;gap:12px}.order-row{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 10px 28px rgba(18,64,100,.04)}.order-row small{display:block;color:var(--muted);margin-top:4px}.status{padding:8px 12px;border-radius:999px;background:#fff4d6;color:#946300;font-weight:900}.empty-card.wide{grid-column:1/-1}.warning-box{color:#805000;background:#fff8e6;border-color:#ffe1a3}
@media (max-width:1150px){.navlinks{display:none;position:absolute;top:92px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:18px 24px;box-shadow:var(--shadow)}.navlinks.open{display:grid}.navlinks a{padding:10px}.menu-btn{display:block}.search{max-width:none}.category-grid,.product-grid{grid-template-columns:repeat(3,1fr)}.hero{grid-template-columns:1fr;padding:42px}.hero-art{display:none}.product-detail{grid-template-columns:1fr}.detail-image{min-height:300px}}@media (max-width:720px){.topbar{height:auto;flex-wrap:wrap;padding:14px 16px;gap:12px}.brand{min-width:auto}.brand strong{font-size:21px}.brand img{width:44px;height:44px}.search{order:4;min-width:100%;height:44px}.install-btn{display:none}.account-pill{font-size:12px}.page{padding:16px}.hero{padding:28px 22px;min-height:0}.hero h1{font-size:34px}.hero p{font-size:15px}.hero-buttons{flex-direction:column}.btn{width:100%}.badges span{width:100%;text-align:center}.category-grid,.product-grid,.product-grid.compact,.trust-strip{grid-template-columns:1fr}.footer{grid-template-columns:1fr;padding:26px 16px}.product-detail{padding:18px}.detail-info h1{font-size:30px}.detail-price{font-size:34px}.checkout-card,.auth-card,.success-card{padding:20px}.steps{font-size:11px}.order-row{grid-template-columns:1fr}.chat-float{right:16px;bottom:16px}.section-head{align-items:flex-start}.section-head a{font-size:13px}}
.cat-icon img{width:100%;height:100%;object-fit:cover;border-radius:15px}.product-badge{position:absolute;left:14px;top:14px;background:linear-gradient(135deg,var(--brand2),var(--brand));color:#fff;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:1000;box-shadow:0 8px 18px rgba(23,105,255,.16);z-index:2}.product-badge + .product-info{margin-top:4px}


/* Category dropdown in the top navigation */
.nav-item.dropdown{position:relative;display:flex;align-items:center}
.navlinks .nav-trigger{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.dropdown-panel{position:absolute;top:78px;left:50%;transform:translateX(-50%) translateY(8px);width:310px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:0 22px 60px rgba(18,64,100,.18);opacity:0;visibility:hidden;pointer-events:none;transition:.18s;z-index:50}
.nav-item.dropdown:hover .dropdown-panel,.nav-item.dropdown:focus-within .dropdown-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.dropdown-panel:before{content:"";position:absolute;top:-9px;left:50%;width:18px;height:18px;background:#fff;border-left:1px solid var(--line);border-top:1px solid var(--line);transform:translateX(-50%) rotate(45deg)}
.navlinks .dropdown-row{position:relative;z-index:1;display:flex;align-items:center;gap:12px;padding:11px 12px;border:0;border-radius:13px;color:var(--text);font-weight:800}
.navlinks .dropdown-row:hover{background:#f5fbff;color:var(--blue);border:0}
.dropdown-row small{display:block;color:var(--muted);font-size:12px;margin-top:3px;font-weight:700}
.dropdown-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:#fff;font-size:16px;font-weight:1000;flex:0 0 auto;overflow:hidden}
.dropdown-icon img{width:100%;height:100%;object-fit:cover;border-radius:12px}
.dropdown-empty{display:block;padding:14px;color:var(--muted);font-weight:800}
@media (max-width:1150px){.nav-item.dropdown{display:block}.dropdown-panel{position:static;transform:none;width:100%;box-shadow:none;border:0;padding:4px 0 4px 14px;opacity:1;visibility:visible;pointer-events:auto;background:transparent}.dropdown-panel:before{display:none}.navlinks .dropdown-row{padding:10px}.dropdown-icon{width:30px;height:30px;border-radius:9px}.navlinks .nav-trigger{padding:10px}}

/* Category page: child-category buttons under the header */
.category-hero{margin-bottom:22px}
.subcategory-head,.products-head{margin-top:18px}
.subcategory-grid{margin-bottom:28px}
.subcategory-card{min-height:88px;background:linear-gradient(180deg,#fff,#fbfdff)}
.subcategory-card:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(18,64,100,.10)}
.products-head{border-top:1px solid var(--line);padding-top:22px}

/* Speed update for Windows VPS + phones */
.product-card,.category-card,.trust-strip,.list-hero,.hero{content-visibility:auto;contain-intrinsic-size:260px}
.product-grid{align-items:stretch}
.product-card{min-height:182px}.product-img{width:64px;height:64px;font-size:28px}.product-name{font-size:14px;min-height:34px}.product-meta{font-size:11px;margin:6px 0 10px}.price-row strong{font-size:19px}.cart-mini{width:36px;height:36px;border-radius:11px}.category-card{min-height:76px;padding:14px}.cat-icon{width:48px;height:48px}.hero{min-height:330px}.hero h1{font-size:clamp(34px,3.6vw,52px)}.hero p{font-size:16px}.pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin:24px 0 10px;flex-wrap:wrap}.page-btn,.page-info{border:1px solid var(--line);border-radius:14px;padding:12px 16px;background:#fff;font-weight:900;box-shadow:0 10px 25px rgba(18,64,100,.05)}.page-btn.primary{background:linear-gradient(135deg,var(--brand2),var(--brand));color:#fff;border:0}.page-info{color:var(--muted);font-size:13px}
@media (max-width:720px){.page{padding:12px}.hero{padding:22px 18px;border-radius:18px}.hero h1{font-size:30px}.hero p{font-size:14px;line-height:1.55}.section-head{margin:20px 0 10px}.section-head h2{font-size:20px}.category-grid{gap:10px}.category-card{gap:12px;min-height:68px;padding:12px;border-radius:14px}.cat-icon{width:42px;height:42px;border-radius:13px}.category-card small{font-size:12px}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card{padding:12px;border-radius:15px;min-height:170px}.product-img{width:54px;height:54px;border-radius:13px;font-size:24px;margin-bottom:10px}.product-name{font-size:13px;line-height:1.22;min-height:32px}.product-meta{font-size:10px;padding:4px 7px}.price-row strong{font-size:17px}.cart-mini{right:10px;bottom:10px;width:32px;height:32px;font-size:14px}.trust-strip{display:none}.chat-float{width:52px;height:52px;border-radius:18px}.pagination{gap:8px}.page-btn,.page-info{width:100%;text-align:center}.dropdown-panel{max-height:65vh;overflow:auto}}

/* BSTECH update: use category/subcategory icon as product image fallback. */
.product-img.has-image{
  background:#fff !important;
  border:1px solid var(--line);
  box-shadow:0 10px 22px rgba(18,64,100,.05);
}
.product-img.has-image img{
  width:86% !important;
  height:86% !important;
  object-fit:contain !important;
  display:block;
}
.mini-img.has-image{
  background:#fff !important;
  border:1px solid var(--line);
}
.mini-img.has-image img{
  width:86% !important;
  height:86% !important;
  object-fit:contain !important;
}
.detail-image.has-image{
  background:linear-gradient(135deg,#ffffff,#f5faff) !important;
  border:1px solid var(--line);
  min-height:450px;
  overflow:hidden;
}
.detail-image.has-image img{
  width:65% !important;
  max-width:280px !important;
  height:280px !important;
  object-fit:contain !important;
  display:block;
}
@media (max-width:1150px){
  .detail-image.has-image{min-height:300px;}
  .detail-image.has-image img{max-width:230px !important;height:230px !important;}
}
@media (max-width:720px){
  .detail-image.has-image{min-height:240px;border-radius:20px;}
  .detail-image.has-image img{max-width:180px !important;height:180px !important;}
}

/* Account register + top-up update */
.flash{border:1px solid var(--line);border-radius:14px;padding:12px 14px;margin:12px 0;font-weight:800;background:#f6fbff;color:#25415f}.flash.error{background:#fff2f2;border-color:#ffd1d1;color:#a31515}.flash.success{background:#effff5;border-color:#b7f3cd;color:#08783a}.muted{display:block;color:var(--muted);font-size:13px;margin-top:10px}.login-two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px;text-align:left;margin-top:22px}.login-two-col h2,.payment-form h2{margin:0 0 12px}.account-login-form{display:grid;gap:12px}.account-login-form input,.payment-form input{width:100%;height:48px;border:1px solid var(--line);border-radius:14px;padding:0 14px;font-size:15px;background:#fff}.telegram-login-box,.account-login-form{border:1px solid var(--line);border-radius:18px;padding:18px;background:linear-gradient(180deg,#fff,#fbfdff)}.login-benefits{display:grid;gap:10px;margin:12px 0}.login-benefits div{border:1px solid var(--line);border-radius:14px;padding:12px;background:#f8fbff}.login-benefits small{display:block;color:var(--muted);margin-top:4px}.narrow-auth{max-width:560px}.account-balance-box{display:inline-grid;gap:4px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 24px;margin:12px 0 6px;box-shadow:0 10px 25px rgba(18,64,100,.04)}.account-balance-box span{color:var(--muted);font-weight:800}.account-balance-box strong{font-size:36px}.topup-card{max-width:760px;margin:auto}.payment-form textarea{min-height:90px;border:1px solid var(--line);border-radius:14px;padding:14px;font-size:15px;font-family:inherit;resize:vertical}.telegram-widget-box{display:flex;justify-content:center;margin:16px 0}.dev-login{display:grid;gap:10px;margin-top:20px;border-top:1px solid var(--line);padding-top:16px}.dev-login input{height:44px;border:1px solid var(--line);border-radius:12px;padding:0 12px}
@media (max-width:720px){.login-two-col{grid-template-columns:1fr}.auth-card.login-hub-card{padding:18px}.account-balance-box{width:100%}.account-balance-box strong{font-size:30px}.telegram-login-box,.account-login-form{padding:14px}}

/* Google-first account login */
.auth-main-actions {
  display: grid;
  gap: 12px;
  margin: 18px 0 10px;
}
.google-main {
  background: #ffffff;
  color: #0b1736;
  border: 1px solid #d8e6f7;
  box-shadow: 0 8px 20px rgba(25, 101, 205, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  font-weight: 800;
}
.google-main:hover {
  transform: translateY(-1px);
  border-color: #1daee2;
}
.google-g {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(135deg, #4285f4, #34a853, #fbbc05, #ea4335);
}
.google-disabled-box {
  border: 1px dashed #c7d7ee;
  border-radius: 14px;
  padding: 14px;
  background: #f7fbff;
  color: #0b1736;
  display: grid;
  gap: 4px;
}
.auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 14px;
  color: #61708d;
  font-size: 0.92rem;
}
.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #dbe7f6;
}
.account-login-form.register-form {
  display: grid;
  gap: 10px;
}
.account-login-form.register-form input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d8e6f7;
  border-radius: 14px;
  font: inherit;
}

/* Guest checkout login update */
.guest-main{
  background:linear-gradient(135deg,#0b1736,#41506f);
  color:#fff;
  border:1px solid #26385c;
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:900;
}
.guest-main:hover{transform:translateY(-1px);filter:brightness(1.05)}
.guest-note{display:block;color:#61708d;margin-top:-4px;margin-bottom:4px;line-height:1.45}
.guest-contact-box{display:grid;gap:10px;border:1px solid #dbe7f6;border-radius:18px;padding:16px;background:#f8fbff}
.guest-contact-box h2{margin:0}.guest-contact-box small{color:#61708d;line-height:1.5}
.guest-contact-box input{width:100%;height:48px;border:1px solid #d8e6f7;border-radius:14px;padding:0 14px;font:inherit;background:#fff}
.guest-balance-note{border:1px dashed #c8d9ef;border-radius:14px;padding:12px 14px;background:#fbfdff;color:#61708d;font-weight:800}

/* Final BSTECH login/register/account UI */
.bst-auth-wrap{position:relative;min-height:calc(100vh - 150px);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:34px 16px 58px;background:linear-gradient(180deg,#fbfdff,#f6f9fd)}
.bst-auth-help{position:absolute;right:clamp(18px,5vw,80px);top:26px;text-align:right;color:#6d7892;font-size:13px;line-height:1.35;font-weight:700}.bst-auth-help a{color:#0f6df6;font-weight:900}
.bst-auth-card{width:min(100%,520px);background:#fff;border:1px solid #dbe4f2;border-radius:14px;box-shadow:0 18px 55px rgba(16,52,92,.10);padding:38px 42px 34px;color:#111827}.bst-register-card{width:min(100%,650px)}
.bst-auth-brand-mini{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:26px}.bst-logo-mark{width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,#0f6df6,#20b6ed);display:grid;place-items:center;color:#fff;font-weight:1000;font-size:24px;box-shadow:0 10px 26px rgba(15,109,246,.22)}.bst-auth-brand-mini strong{display:block;font-size:21px;color:#0b1736;letter-spacing:.02em}.bst-auth-brand-mini span{display:block;font-size:12px;color:#64708a;font-weight:800;letter-spacing:.08em;margin-top:2px}
.bst-auth-card h1{text-align:center;margin:0 0 8px;color:#050b25;font-size:28px;line-height:1.18;font-weight:900;letter-spacing:-.02em}.bst-register-card h1{text-align:left;font-size:28px}.bst-auth-subtitle{text-align:center;margin:0 0 28px;color:#24314b;font-size:15px;line-height:1.55}.bst-register-card .bst-auth-subtitle{text-align:left}
.bst-flash-list{display:grid;gap:8px;margin-bottom:16px}.bst-social-btn,.bst-secondary-choice,.bst-guest-choice{width:100%;height:56px;border:1px solid #d8e1ed;border-radius:9px;background:#fff;color:#0b1736;display:flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;font-size:15px;font-weight:850;box-shadow:0 8px 22px rgba(16,52,92,.04);transition:.16s}.bst-social-btn:hover,.bst-secondary-choice:hover,.bst-guest-choice:hover{border-color:#0f6df6;box-shadow:0 12px 28px rgba(15,109,246,.12);transform:translateY(-1px)}.bst-social-compact{max-width:100%;margin:auto}.bst-google-g{width:27px;height:27px;border-radius:50%;display:inline-grid;place-items:center;color:#fff;font-weight:1000;background:conic-gradient(#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0 100%)}.bst-secondary-choice span,.bst-guest-choice span{font-size:22px;color:#111827}.bst-social-disabled{border:1px dashed #c9d6e8;background:#f8fbff;border-radius:10px;padding:14px 16px;display:grid;gap:4px;color:#0b1736}.bst-social-disabled span{color:#64708a;font-size:13px}
.bst-divider{display:flex;align-items:center;gap:12px;margin:22px 0;color:#5c667a;font-size:14px}.bst-divider:before,.bst-divider:after{content:"";height:1px;background:#d9e2ee;flex:1}.bst-email-form{display:none;margin-top:16px}.bst-email-form.is-open{display:grid}.bst-register-form,.bst-email-form{gap:17px}.bst-field{display:grid;gap:9px;font-size:14px;font-weight:900;color:#111827}.bst-field input{width:100%;height:48px;border:1px solid #d4dce9;border-radius:6px;background:#fff;padding:0 14px;font-size:15px;outline:none;transition:.15s}.bst-field input:focus{border-color:#0f6df6;box-shadow:0 0 0 4px rgba(15,109,246,.10)}.bst-password-box{position:relative}.bst-password-box input{padding-right:70px}.bst-show-pass{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#0f6df6;font-weight:900;cursor:pointer}.bst-login-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px}.bst-login-row a{color:#0f6df6;font-weight:900}.bst-remember{display:flex;align-items:center;gap:8px;color:#4b5568}.bst-remember input{accent-color:#0f6df6}
.bst-primary{width:100%;height:52px;border:0;border-radius:8px;background:#0f6df6;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;font-size:15px;cursor:pointer;box-shadow:0 12px 28px rgba(15,109,246,.18)}.bst-primary:hover{filter:brightness(1.04);transform:translateY(-1px)}.bst-primary.small{height:42px;font-size:13px;padding:0 16px;width:auto}.bst-auth-bottom{text-align:center;margin:28px 0 0;color:#24314b;font-size:14px}.bst-auth-bottom a{color:#0f6df6;font-weight:900}.bst-auth-trust{display:flex;gap:46px;margin-top:28px;color:#667085;font-weight:800;font-size:13px}.bst-password-rules{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:9px 28px;color:#2f3b52;font-size:13px}.bst-password-rules li{display:flex;align-items:center;gap:9px}.bst-password-rules i{width:13px;height:13px;border-radius:50%;background:#d1d5db;display:inline-block}.bst-password-rules li.ok i{background:#16a34a}.bst-check-row{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#111827;line-height:1.45}.bst-check-row input{width:22px;height:22px;margin:0;accent-color:#0f6df6;flex:0 0 auto}.bst-check-row a{color:#0f6df6;font-weight:900}.bst-register-wrap{padding-top:24px}
.bst-account-shell{display:grid;grid-template-columns:250px 1fr;gap:28px;max-width:1220px;margin:24px auto 50px;padding:0 18px}.bst-account-sidebar{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:var(--shadow);height:max-content;position:sticky;top:110px}.bst-account-logo{display:flex;align-items:center;gap:10px;margin-bottom:18px}.bst-account-logo span,.bst-account-avatar{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#0f6df6,#20b6ed);color:#fff;display:grid;place-items:center;font-weight:1000}.bst-account-logo strong{font-size:18px}.bst-account-sidebar a{display:flex;gap:10px;align-items:center;padding:12px 12px;border-radius:12px;color:#24314b;font-weight:850;text-decoration:none;margin:4px 0}.bst-account-sidebar a:hover,.bst-account-sidebar a.active{background:#edf6ff;color:#0f6df6}.bst-account-main{min-width:0}.bst-account-top{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px 26px;box-shadow:var(--shadow)}.bst-account-top h1{font-size:32px;margin:0 0 4px}.bst-account-top p{margin:0;color:#64708a}.bst-account-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:18px 0}.bst-stat-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:0 12px 30px rgba(18,64,100,.04)}.bst-stat-card span{display:block;color:#64708a;font-weight:900;margin-bottom:8px}.bst-stat-card strong{display:block;font-size:30px;color:#050b25}.bst-stat-card small{display:block;color:#64708a;margin-top:8px}.action-card{display:flex;flex-direction:column;justify-content:center;gap:12px}.bst-account-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;margin-top:18px;box-shadow:var(--shadow)}.bst-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.bst-panel-head h2{margin:0}.bst-panel-head a{color:#0f6df6;font-weight:900}.bst-simple-list{display:grid;gap:10px}.bst-list-row{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:14px}.bst-list-row small{display:block;color:#64708a;margin-top:4px}.bst-status{border-radius:999px;background:#e8fff1;color:#078a45;font-weight:900;padding:7px 10px;font-size:12px}
@media(max-width:900px){.bst-account-shell{grid-template-columns:1fr}.bst-account-sidebar{position:static}.bst-account-stats{grid-template-columns:1fr}.bst-password-rules{grid-template-columns:1fr}.bst-auth-help{position:static;align-self:flex-end;margin:0 8px 12px}.bst-auth-trust{gap:14px;flex-wrap:wrap;justify-content:center}.bst-auth-card{padding:30px 22px}.bst-register-card h1,.bst-register-card .bst-auth-subtitle{text-align:center}}
@media(max-width:560px){.bst-auth-wrap{padding:18px 10px 42px}.bst-auth-card{border-radius:12px;padding:26px 18px}.bst-auth-card h1{font-size:26px}.bst-social-btn,.bst-secondary-choice,.bst-guest-choice,.bst-primary{height:50px}.bst-account-shell{padding:0 10px}.bst-account-top{padding:18px}.bst-list-row{grid-template-columns:1fr}.bst-auth-trust{display:none}}
.bst-auth-card{width:min(100%,520px);background:#fff;border:1px solid #dbe4f2;border-radius:14px;box-shadow:0 18px 55px rgba(16,52,92,.10);padding:38px 42px 34px;color:#111827}.bst-register-card{width:min(100%,650px)}
.bst-auth-brand-mini{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:26px}.bst-logo-mark{width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,#0f6df6,#20b6ed);display:grid;place-items:center;color:#fff;font-weight:1000;font-size:24px;box-shadow:0 10px 26px rgba(15,109,246,.22)}.bst-auth-brand-mini strong{display:block;font-size:21px;color:#0b1736;letter-spacing:.02em}.bst-auth-brand-mini span{display:block;font-size:12px;color:#64708a;font-weight:800;letter-spacing:.08em;margin-top:2px}
.bst-auth-card h1{text-align:center;margin:0 0 8px;color:#050b25;font-size:28px;line-height:1.18;font-weight:900;letter-spacing:-.02em}.bst-register-card h1{text-align:left;font-size:28px}.bst-auth-subtitle{text-align:center;margin:0 0 28px;color:#24314b;font-size:15px;line-height:1.55}.bst-register-card .bst-auth-subtitle{text-align:left}
.bst-flash-list{display:grid;gap:8px;margin-bottom:16px}.bst-social-btn,.bst-secondary-choice,.bst-guest-choice{width:100%;height:56px;border:1px solid #d8e1ed;border-radius:9px;background:#fff;color:#0b1736;display:flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;font-size:15px;font-weight:850;box-shadow:0 8px 22px rgba(16,52,92,.04);transition:.16s}.bst-social-btn:hover,.bst-secondary-choice:hover,.bst-guest-choice:hover{border-color:#0f6df6;box-shadow:0 12px 28px rgba(15,109,246,.12);transform:translateY(-1px)}.bst-social-compact{max-width:100%;margin:auto}.bst-google-g{width:27px;height:27px;border-radius:50%;display:inline-grid;place-items:center;color:#fff;font-weight:1000;background:conic-gradient(#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0 100%)}.bst-secondary-choice span,.bst-guest-choice span{font-size:22px;color:#111827}.bst-social-disabled{border:1px dashed #c9d6e8;background:#f8fbff;border-radius:10px;padding:14px 16px;display:grid;gap:4px;color:#0b1736}.bst-social-disabled span{color:#64708a;font-size:13px}
.bst-divider{display:flex;align-items:center;gap:12px;margin:22px 0;color:#5c667a;font-size:14px}.bst-divider:before,.bst-divider:after{content:"";height:1px;background:#d9e2ee;flex:1}.bst-email-form{display:none;margin-top:16px}.bst-email-form.is-open{display:grid}.bst-register-form,.bst-email-form{gap:17px}.bst-field{display:grid;gap:9px;font-size:14px;font-weight:900;color:#111827}.bst-field input{width:100%;height:48px;border:1px solid #d4dce9;border-radius:6px;background:#fff;padding:0 14px;font-size:15px;outline:none;transition:.15s}.bst-field input:focus{border-color:#0f6df6;box-shadow:0 0 0 4px rgba(15,109,246,.10)}.bst-password-box{position:relative}.bst-password-box input{padding-right:70px}.bst-show-pass{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#0f6df6;font-weight:900;cursor:pointer}.bst-login-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px}.bst-login-row a{color:#0f6df6;font-weight:900}.bst-remember{display:flex;align-items:center;gap:8px;color:#4b5568}.bst-remember input{accent-color:#0f6df6}
.bst-primary{width:100%;height:52px;border:0;border-radius:8px;background:#0f6df6;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;font-size:15px;cursor:pointer;box-shadow:0 12px 28px rgba(15,109,246,.18)}.bst-primary:hover{filter:brightness(1.04);transform:translateY(-1px)}.bst-primary.small{height:42px;font-size:13px;padding:0 16px;width:auto}.bst-auth-bottom{text-align:center;margin:28px 0 0;color:#24314b;font-size:14px}.bst-auth-bottom a{color:#0f6df6;font-weight:900}.bst-auth-trust{display:flex;gap:46px;margin-top:28px;color:#667085;font-weight:800;font-size:13px}.bst-password-rules{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:9px 28px;color:#2f3b52;font-size:13px}.bst-password-rules li{display:flex;align-items:center;gap:9px}.bst-password-rules i{width:13px;height:13px;border-radius:50%;background:#d1d5db;display:inline-block}.bst-password-rules li.ok i{background:#16a34a}.bst-check-row{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#111827;line-height:1.45}.bst-check-row input{width:22px;height:22px;margin:0;accent-color:#0f6df6;flex:0 0 auto}.bst-check-row a{color:#0f6df6;font-weight:900}.bst-register-wrap{padding-top:24px}
.bst-account-shell{display:grid;grid-template-columns:250px 1fr;gap:28px;max-width:1220px;margin:24px auto 50px;padding:0 18px}.bst-account-sidebar{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:var(--shadow);height:max-content;position:sticky;top:110px}.bst-account-logo{display:flex;align-items:center;gap:10px;margin-bottom:18px}.bst-account-logo span,.bst-account-avatar{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#0f6df6,#20b6ed);color:#fff;display:grid;place-items:center;font-weight:1000}.bst-account-logo strong{font-size:18px}.bst-account-sidebar a{display:flex;gap:10px;align-items:center;padding:12px 12px;border-radius:12px;color:#24314b;font-weight:850;text-decoration:none;margin:4px 0}.bst-account-sidebar a:hover,.bst-account-sidebar a.active{background:#edf6ff;color:#0f6df6}.bst-account-main{min-width:0}.bst-account-top{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px 26px;box-shadow:var(--shadow)}.bst-account-top h1{font-size:32px;margin:0 0 4px}.bst-account-top p{margin:0;color:#64708a}.bst-account-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:18px 0}.bst-stat-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:0 12px 30px rgba(18,64,100,.04)}.bst-stat-card span{display:block;color:#64708a;font-weight:900;margin-bottom:8px}.bst-stat-card strong{display:block;font-size:30px;color:#050b25}.bst-stat-card small{display:block;color:#64708a;margin-top:8px}.action-card{display:flex;flex-direction:column;justify-content:center;gap:12px}.bst-account-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;margin-top:18px;box-shadow:var(--shadow)}.bst-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.bst-panel-head h2{margin:0}.bst-panel-head a{color:#0f6df6;font-weight:900}.bst-simple-list{display:grid;gap:10px}.bst-list-row{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:14px}.bst-list-row small{display:block;color:#64708a;margin-top:4px}.bst-status{border-radius:999px;background:#e8fff1;color:#078a45;font-weight:900;padding:7px 10px;font-size:12px}
@media(max-width:900px){.bst-account-shell{grid-template-columns:1fr}.bst-account-sidebar{position:static}.bst-account-stats{grid-template-columns:1fr}.bst-password-rules{grid-template-columns:1fr}.bst-auth-help{position:static;align-self:flex-end;margin:0 8px 12px}.bst-auth-trust{gap:14px;flex-wrap:wrap;justify-content:center}.bst-auth-card{padding:30px 22px}.bst-register-card h1,.bst-register-card .bst-auth-subtitle{text-align:center}}
@media(max-width:560px){.bst-auth-wrap{padding:18px 10px 42px}.bst-auth-card{border-radius:12px;padding:26px 18px}.bst-auth-card h1{font-size:26px}.bst-social-btn,.bst-secondary-choice,.bst-guest-choice,.bst-primary{height:50px}.bst-account-shell{padding:0 10px}.bst-account-top{padding:18px}.bst-list-row{grid-template-columns:1fr}.bst-auth-trust{display:none}}

/* Auth page: use the same real store logo as the website header */
.bst-auth-brand-mini.bst-auth-brand-real{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-bottom:26px;
}
.bst-auth-brand-real img{
  width:52px;
  height:52px;
  object-fit:contain;
  flex:0 0 52px;
}
.bst-auth-brand-real strong{
  display:block;
  font-size:26px;
  line-height:1;
  color:#0b1736;
  letter-spacing:-.5px;
}
.bst-auth-brand-real span{
  display:block;
  margin-top:4px;
  font-size:14px;
  color:#64708a;
  font-weight:600;
  letter-spacing:0;
  text-transform:none;
}
@media (max-width:720px){
  .bst-auth-brand-real img{width:46px;height:46px;flex-basis:46px}
  .bst-auth-brand-real strong{font-size:22px}
  .bst-auth-brand-real span{font-size:13px}
}

/* Account dropdown + direct payment/order improvements */
.account-menu{position:relative;display:inline-flex;align-items:center;z-index:50}
.account-menu .account-pill{display:flex;flex-direction:column;gap:2px;align-items:flex-start;text-decoration:none;background:#fff;border:1px solid #dbe8f7;border-radius:14px;padding:10px 14px;font-weight:800;color:#071338;box-shadow:0 10px 30px rgba(13,55,100,.06);line-height:1.1;max-width:220px}
.account-menu .account-pill span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:170px}
.account-menu .account-pill small{font-size:12px;color:#2672ff;font-weight:800}
.account-dropdown-panel{position:absolute;right:0;top:calc(100% + 10px);min-width:210px;background:#fff;border:1px solid #dbe8f7;border-radius:16px;box-shadow:0 20px 55px rgba(7,19,56,.18);padding:10px;display:none;z-index:999}
.account-menu:hover .account-dropdown-panel,.account-menu:focus-within .account-dropdown-panel{display:block}
.account-dropdown-panel:before{content:"";position:absolute;right:22px;top:-7px;width:14px;height:14px;background:#fff;border-left:1px solid #dbe8f7;border-top:1px solid #dbe8f7;transform:rotate(45deg)}
.account-dropdown-panel a{display:block;padding:11px 12px;border-radius:10px;text-decoration:none;color:#0a1738;font-weight:750}
.account-dropdown-panel a:hover{background:#f0f7ff;color:#057bdc}.account-dropdown-panel a.danger,.danger-text{color:#d02929!important}
.orders-actions,.success-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.orders-panel{max-width:1500px;margin:22px auto;padding:0 28px}.orders-table{background:#fff;border:1px solid #dbe8f7;border-radius:18px;overflow:hidden;box-shadow:0 20px 55px rgba(7,19,56,.06)}
.orders-head,.orders-row{display:grid;grid-template-columns:1.2fr 2fr 1fr 1fr .8fr;gap:14px;align-items:center;padding:16px 18px;border-bottom:1px solid #edf3fb}.orders-head{background:#f5f9ff;font-weight:900;color:#31415f}.orders-row:last-child{border-bottom:0}.orders-row small{display:block;color:#63718e;margin-top:4px}.orders-row strong{color:#071338}.success-icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#dcfce7;color:#16a34a;font-size:38px;font-weight:900;margin:0 auto 14px}.order-success-card{text-align:center;max-width:760px}.success-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0;text-align:left}.success-summary div{border:1px solid #dbe8f7;background:#f8fbff;border-radius:14px;padding:14px}.success-summary span{display:block;color:#63718e;font-size:13px;margin-bottom:5px}.direct-payment-box{border:1px solid #dbe8f7;background:#f8fbff;border-radius:18px;padding:18px;margin:18px 0;text-align:left}.direct-payment-box h2{margin:0 0 8px}.direct-payment-box p{color:#4a5878}.payment-qr{display:block;width:220px;max-width:100%;border-radius:16px;border:1px solid #dbe8f7;background:#fff;padding:8px;margin:14px auto}.paid-box{background:#f0fdf4;border-color:#bbf7d0}.guest-balance-note{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:12px;padding:12px;font-weight:700}.guest-contact-box{background:#f8fbff;border:1px solid #dbe8f7;border-radius:16px;padding:16px;margin-bottom:18px}.guest-contact-box input{display:block;width:100%;margin-top:10px;padding:14px 16px;border:1px solid #d7e4f3;border-radius:12px;font-weight:700}.btn.small,.bst-primary.small{padding:10px 14px;font-size:14px}.page-hero.orders-hero p{max-width:820px}.topbar .actions{gap:10px}
@media(max-width:800px){.account-dropdown-panel{position:fixed;right:12px;top:74px}.orders-head{display:none}.orders-row{grid-template-columns:1fr;gap:8px}.success-summary{grid-template-columns:1fr}.orders-panel{padding:0 14px}.account-menu .account-pill{padding:8px 10px;max-width:145px}.account-menu .account-pill span{max-width:110px}.install-btn{display:none!important}}

.payment-ref-note{margin-top:14px;padding:12px 14px;border-radius:14px;background:#f4f8ff;border:1px solid var(--line);font-weight:700;color:#25324d}.paid-box{background:#f1fff6;border-color:#b9f0c9}

.order-delivery-box{margin-top:10px;border:1px solid #dbe8f7;background:#f8fbff;border-radius:12px;padding:10px 12px}
.order-delivery-box .delivery-title{display:block;color:#31415f;font-weight:900;margin-bottom:6px}
.order-delivery-box code,.delivery-code{display:block;white-space:pre-wrap;word-break:break-word;background:#fff;border:1px solid #dbe8f7;border-radius:10px;padding:10px;color:#071338;font-weight:800;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}
.delivered-box{background:#f0fdf4;border-color:#bbf7d0}
.delivered-box .delivery-code{font-size:15px}
@media(max-width:760px){.orders-head{display:none}.orders-row{grid-template-columns:1fr;gap:8px}.order-delivery-box{margin-top:12px}}


/* Stable click-to-open account menu */
.account-menu{position:relative;display:inline-flex;align-items:center;z-index:1000}
.account-menu .account-pill{display:flex;align-items:center;gap:9px;text-decoration:none;background:#fff;border:1px solid #dbe8f7;border-radius:14px;padding:10px 14px;font-weight:800;color:#071338;box-shadow:0 10px 30px rgba(13,55,100,.06);line-height:1.12;max-width:240px;min-width:178px;cursor:pointer;text-align:left;font-family:inherit}
.account-menu .account-pill:hover,.account-menu .account-pill.active{border-color:#24a7e8;box-shadow:0 14px 34px rgba(36,167,232,.16)}
.account-icon{font-size:16px;line-height:1}.account-text{display:flex;flex-direction:column;min-width:0;gap:2px}.account-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}.account-menu .account-pill small{font-size:12px;color:#2672ff;font-weight:800}.account-arrow{margin-left:auto;font-size:12px;color:#52617a}
.account-dropdown-panel{position:absolute;right:0;top:calc(100% + 10px);min-width:220px;background:#fff;border:1px solid #dbe8f7;border-radius:16px;box-shadow:0 20px 55px rgba(7,19,56,.18);padding:10px;display:none;z-index:9999}
.account-menu:hover .account-dropdown-panel{display:none}
.account-menu.is-open .account-dropdown-panel,.account-dropdown-panel.show{display:block}
.account-dropdown-panel:before{content:"";position:absolute;right:22px;top:-7px;width:14px;height:14px;background:#fff;border-left:1px solid #dbe8f7;border-top:1px solid #dbe8f7;transform:rotate(45deg)}
.account-dropdown-panel:after{content:"";position:absolute;right:0;top:-14px;width:100%;height:14px;background:transparent}
.account-dropdown-panel a{display:block;padding:12px 13px;border-radius:10px;text-decoration:none;color:#0a1738;font-weight:800;white-space:nowrap}
.account-dropdown-panel a:hover{background:#f0f7ff;color:#057bdc}.account-dropdown-panel a.danger,.danger-text{color:#d02929!important}
@media(max-width:800px){.account-dropdown-panel{position:fixed;right:12px;top:78px;min-width:230px}.account-menu .account-pill{padding:8px 10px;max-width:150px;min-width:0}.account-name{max-width:95px}.account-arrow{display:none}}

/* Binance manual payment details */
.payment-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}
.payment-detail-grid div {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.payment-detail-grid div.wide {
  grid-column: 1 / -1;
}
.payment-detail-grid span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.payment-detail-grid strong {
  display: block;
  color: #061848;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.binance-payment-box .warning-box {
  margin-top: 14px;
  text-align: left;
}
@media (max-width: 640px) {
  .payment-detail-grid { grid-template-columns: 1fr; }
}

/* Binance scan-to-pay layout */
.binance-scan-box {
  background: #f8fbff;
  border: 1px solid #dbe8f7;
  border-radius: 22px;
  padding: 24px;
}
.binance-scan-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
  align-items: stretch;
}
.binance-scan-left,
.binance-scan-right {
  background: #fff;
  border: 1px solid #dbe8f7;
  border-radius: 20px;
  padding: 20px;
}
.binance-scan-left {
  text-align: center;
}
.binance-scan-left h3 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 1000;
  letter-spacing: .08em;
  color: #071338;
}
.binance-qr-img {
  width: 220px;
  height: 220px;
  max-width: 100%;
  object-fit: contain;
  border: 1px solid #e5eef8;
  border-radius: 18px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15,42,80,.06);
}
.binance-qr-placeholder {
  width: 220px;
  height: 220px;
  max-width: 100%;
  margin: 0 auto;
  border: 2px dashed #c7d8ee;
  border-radius: 18px;
  background: #f7fbff;
  display: grid;
  place-items: center;
  padding: 18px;
  color: #53627d;
}
.binance-qr-placeholder strong {
  display: block;
  color: #071338;
  font-size: 20px;
}
.binance-qr-placeholder small {
  display: block;
  margin-top: 8px;
  line-height: 1.35;
}
.binance-open-btn {
  display: block;
  margin: 16px auto 14px;
  width: 100%;
  max-width: 240px;
  padding: 14px 18px;
  border-radius: 14px;
  background: #f4b000;
  color: #151515 !important;
  font-weight: 1000;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(244,176,0,.25);
}
.binance-pay-id-card,
.binance-row,
.binance-required-note,
.binance-status-waiting {
  position: relative;
  border: 1px solid #dbe8f7;
  border-radius: 16px;
  background: #f8fbff;
  padding: 15px 54px 15px 16px;
  margin-bottom: 14px;
}
.binance-pay-id-card {
  padding-right: 46px;
  margin-bottom: 0;
  text-align: left;
}
.binance-pay-id-card span,
.binance-row span,
.binance-required-note span {
  display: block;
  color: #62718f;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.binance-pay-id-card strong,
.binance-row strong,
.binance-required-note strong {
  color: #071338;
  font-size: 20px;
  font-weight: 1000;
  word-break: break-word;
}
.binance-row.amount-row strong {
  font-size: 28px;
}
.copy-mini {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 1px solid #cfe0f6;
  border-radius: 10px;
  background: #fff;
  color: #1468ff;
  cursor: pointer;
  font-weight: 1000;
}
.copy-mini:hover {
  background: #eef6ff;
}
.binance-required-note {
  border-color: #f8d28a;
  background: #fff8e7;
}
.binance-required-note p {
  color: #7a5512;
  margin: 10px 0 0;
  line-height: 1.45;
}
.binance-status-waiting {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-right: 16px;
  margin-bottom: 0;
  background: #f1f7ff;
}
.binance-status-waiting strong {
  color: #071338;
  font-weight: 1000;
}
.binance-status-waiting small {
  flex-basis: 100%;
  color: #53627d;
  font-weight: 700;
}
.binance-spinner {
  width: 16px;
  height: 16px;
  border: 3px solid #bfdbfe;
  border-top-color: #1769ff;
  border-radius: 999px;
  animation: binanceSpin .9s linear infinite;
}
@keyframes binanceSpin {
  to { transform: rotate(360deg); }
}
@media (max-width: 760px) {
  .binance-scan-grid {
    grid-template-columns: 1fr;
  }
  .binance-scan-box {
    padding: 16px;
  }
  .binance-scan-left,
  .binance-scan-right {
    padding: 16px;
  }
  .binance-qr-img,
  .binance-qr-placeholder {
    width: 190px;
    height: 190px;
  }
}

/* BSTECH preferred home layout update - 2026 */
:root{
  --bst-page-max: 1420px;
  --bst-soft-shadow: 0 14px 35px rgba(16, 52, 100, .08);
  --bst-card-border: #dce8f7;
}
body{background:linear-gradient(180deg,#f8fbff 0%,#ffffff 44%,#f8fbff 100%)}
.topbar{height:78px;padding:0 clamp(18px,5vw,92px);gap:24px;background:rgba(255,255,255,.94);box-shadow:0 1px 0 rgba(217,228,243,.72)}
.brand{min-width:220px}.brand img{width:50px;height:50px}.brand strong{font-size:23px;letter-spacing:-.4px;color:#111a3a}.brand small{font-size:13px;color:#52617d;font-weight:700}.search{height:48px;max-width:430px;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(18,64,100,.04)}
.navlinks{gap:16px}.navlinks a,.nav-trigger{font-size:15px;color:#0e1735;font-weight:900}.navlinks .nav-home{color:#0578de;position:relative}.navlinks .nav-home:after{content:"";position:absolute;left:10px;right:10px;bottom:-22px;height:3px;border-radius:999px;background:#168deb}.actions{gap:12px}.install-btn{min-height:50px;border:0;border-radius:14px;padding:0 22px;background:linear-gradient(135deg,#0588e9,#19aeee);color:#fff;font-weight:1000;box-shadow:0 13px 25px rgba(5,136,233,.22);cursor:pointer}.install-btn:disabled{opacity:.92}.login-pill{min-height:50px;border-radius:14px;padding:0 22px;display:inline-flex;align-items:center;border:1px solid #d7e4f3;color:#121a36;background:#fff;font-weight:1000;box-shadow:0 8px 22px rgba(18,64,100,.04)}
.page{max-width:var(--bst-page-max);padding:22px clamp(18px,5vw,92px) 0}.hero.bst-hero-v2026{min-height:255px;display:grid;grid-template-columns:1.05fr .95fr;gap:0;align-items:stretch;padding:0;border-radius:22px;overflow:hidden;background:linear-gradient(135deg,#2253d8 0%,#115ce8 52%,#0ea6e9 100%);box-shadow:var(--bst-soft-shadow);border:1px solid #cfe2fb;color:#fff}.hero.bst-hero-v2026:after{display:none}.bst-hero-v2026 .hero-copy{padding:38px 44px 34px;z-index:2}.bst-hero-v2026 h1{margin:0 0 14px;font-size:clamp(30px,3.4vw,42px);line-height:1.12;letter-spacing:-1.25px}.bst-hero-v2026 p{max-width:620px;margin:0;color:#f1f8ff;font-size:17px;line-height:1.52;font-weight:600}.bst-hero-v2026 .hero-buttons{margin:28px 0 0;gap:18px}.bst-hero-v2026 .btn{min-height:52px;border-radius:13px;padding:0 28px;font-size:15px}.bst-hero-v2026 .btn.primary{background:linear-gradient(135deg,#05a7f4,#19c3f4);box-shadow:0 14px 28px rgba(0,164,244,.25)}.bst-hero-v2026 .btn.ghost{background:#fff;color:#16203c;border:0;box-shadow:0 10px 24px rgba(7,27,70,.14)}
.hero-visual{position:relative;min-height:255px;z-index:1;background:radial-gradient(circle at 80% 72%,rgba(255,255,255,.13),transparent 0 28%,transparent 29%),linear-gradient(135deg,rgba(0,97,218,.15),rgba(0,197,240,.32));overflow:hidden}.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.16) 1.2px,transparent 1.2px);background-size:16px 16px;mask-image:linear-gradient(90deg,transparent,black 28%,black 75%,transparent);opacity:.7}.hero-hub{position:absolute;left:48%;top:50%;width:165px;height:150px;transform:translate(-50%,-50%);border-radius:24px;background:linear-gradient(180deg,#fff,#f2f7ff);box-shadow:0 28px 44px rgba(3,24,86,.28);display:grid;place-items:center}.hero-hub img{width:82px;height:82px;object-fit:contain}.hero-mini-card{position:absolute;width:82px;height:74px;border-radius:15px;background:rgba(255,255,255,.97);box-shadow:0 18px 35px rgba(0,35,100,.24);display:grid;place-items:center;gap:2px;padding:8px 7px;text-align:center;color:#071832;font-weight:900}.hero-mini-card small{font-size:10px;line-height:1.1;color:#071832;font-weight:1000;max-width:72px;overflow:hidden;text-overflow:ellipsis}.hero-mini-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;color:#fff;font-size:18px;font-weight:1000;overflow:hidden}.hero-mini-icon img{width:100%;height:100%;object-fit:cover}.hero-mini-1{left:14%;top:20px}.hero-mini-2{right:15%;top:28px}.hero-mini-3{left:16%;bottom:28px}.hero-mini-4{right:15%;bottom:20px}.hero-line{position:absolute;height:2px;border-top:2px dotted rgba(255,255,255,.62);transform-origin:left center}.hero-line-1{width:130px;left:24%;top:78px;transform:rotate(29deg)}.hero-line-2{width:128px;left:58%;top:91px;transform:rotate(-26deg)}.hero-line-3{width:130px;left:25%;bottom:78px;transform:rotate(-27deg)}.hero-line-4{width:126px;left:58%;bottom:82px;transform:rotate(25deg)}.hero-shield-badge{position:absolute;right:41%;top:32px;width:54px;height:54px;border-radius:15px;background:#fff;color:#126dea;display:grid;place-items:center;font-size:28px;font-weight:1000;box-shadow:0 18px 30px rgba(0,35,100,.22)}
.section-head{max-width:var(--bst-page-max);margin:24px 0 12px}.section-head h2{font-size:21px;color:#101936}.section-head a{color:#3b4b6f;font-size:15px}.category-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.category-card,.empty-card{border-color:var(--bst-card-border);border-radius:14px;min-height:70px;padding:12px 16px;background:#fff;box-shadow:0 9px 24px rgba(18,64,100,.055);gap:14px}.cat-icon{width:46px;height:46px;border-radius:12px}.cat-icon img{border-radius:12px}.category-card strong{font-size:15px;color:#111a36}.category-card small{font-size:13px;color:#52617d;font-weight:700}.best-seller-head{margin-top:20px}.product-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.product-card{min-height:172px;border-color:var(--bst-card-border);border-radius:15px;padding:14px;background:#fff;box-shadow:0 9px 24px rgba(18,64,100,.055)}.product-img{width:54px;height:54px;border-radius:11px;font-size:22px;margin-bottom:11px}.product-img img{border-radius:11px}.product-name{font-size:14px;line-height:1.18;color:#0d1732;min-height:38px}.product-meta{font-size:11px;border-radius:8px;background:#eef5ff;color:#5f6a83;margin:7px 0 11px;padding:5px 8px}.price-row strong{font-size:20px;color:#0c142e}.cart-mini{width:35px;height:35px;border-radius:12px;color:#326da8;background:#f7fbff}.trust-strip{margin:14px 0 10px;grid-template-columns:repeat(4,1fr);border-radius:16px;box-shadow:0 10px 24px rgba(18,64,100,.05);background:#dbe6f6}.trust-strip div{display:grid;grid-template-columns:54px 1fr;column-gap:10px;align-items:center;padding:17px 22px}.trust-strip .trust-icon{grid-row:1/3;font-size:29px;display:grid;place-items:center}.trust-strip strong{font-size:15px;color:#101936}.trust-strip small{font-size:13px;color:#52617d}.footer.bstech-footer{max-width:var(--bst-page-max);margin-top:10px;border-top:1px solid #dce8f7;padding:18px clamp(18px,5vw,92px) 8px;grid-template-columns:2.2fr 1.1fr 1.1fr 1.2fr;gap:34px;position:relative;color:#445373}.footer-brand{font-size:25px;color:#086df0}.footer p{margin:6px 0;color:#4f5d78;line-height:1.35}.footer-trust-text{font-size:13px}.footer a,.footer span{font-size:14px;margin-top:7px;color:#4c5a76}.footer strong{color:#111936}.footer-social{display:flex;align-items:center;gap:13px;margin-top:12px;flex-wrap:wrap}.footer-social a{margin:0;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f5f9ff;border:1px solid #d7e5f8;color:#0c7ce7;font-weight:1000;box-shadow:0 8px 18px rgba(18,64,100,.06)}.footer-social .facebook-link{background:#2f73e7;color:#fff;font-family:Arial,sans-serif;font-size:20px}.footer-social span{margin:0;font-size:13px}.payment-methods span{display:flex;align-items:center;gap:9px}.payment-methods b{min-width:28px;color:#0a64d8}.footer-copy{grid-column:1/-1;text-align:center;color:#66738d;font-size:13px;border-top:1px solid #edf2f9;padding-top:8px;margin-top:2px}.chat-float{display:none}
@media (max-width:1280px){.category-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(4,1fr)}.hero-hub{left:50%}.hero-mini-1{left:8%}.hero-mini-3{left:10%}.hero-mini-2,.hero-mini-4{right:8%}}
@media (max-width:1150px){.topbar{height:auto;min-height:78px}.navlinks .nav-home:after{display:none}.page{padding-top:16px}.hero.bst-hero-v2026{grid-template-columns:1fr}.hero-visual{display:block;min-height:230px}.footer.bstech-footer{grid-template-columns:1.5fr 1fr 1fr}.payment-methods{grid-column:1/-1}.trust-strip{grid-template-columns:repeat(2,1fr)}}
@media (max-width:720px){.topbar{padding:12px 16px}.brand{min-width:auto}.brand strong{font-size:21px}.search{order:4}.page{padding:12px}.hero.bst-hero-v2026{border-radius:18px}.bst-hero-v2026 .hero-copy{padding:26px 20px 24px}.bst-hero-v2026 h1{font-size:30px}.bst-hero-v2026 p{font-size:14px}.bst-hero-v2026 .hero-buttons{flex-direction:column;gap:12px;margin-top:22px}.bst-hero-v2026 .btn{width:100%}.hero-visual{display:none}.category-grid{grid-template-columns:1fr;gap:10px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{min-height:166px;padding:12px}.product-img{width:50px;height:50px}.trust-strip{display:grid;grid-template-columns:1fr;margin:12px 0}.trust-strip div{padding:14px 16px}.footer.bstech-footer{grid-template-columns:1fr;padding:20px 16px 8px;gap:16px}.footer-copy{text-align:left}.install-btn{display:none}.login-pill{min-height:44px;padding:0 16px}}


/* BSTECH footer social + support popup update */
.footer-trust-text{display:none!important}.footer-social .social-icon,.footer-social button.social-icon{margin:0;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1px solid #d7e5f8;background:#f5f9ff;color:#0c7ce7;font-weight:1000;box-shadow:0 8px 18px rgba(18,64,100,.06);cursor:pointer;text-decoration:none;line-height:1}.footer-social .social-icon svg{width:18px;height:18px;display:block;fill:currentColor}.footer-social .telegram-icon{background:#229ED9;border-color:#229ED9;color:#fff}.footer-social .chat-icon{background:#f7f3ff;border-color:#ded4ff;color:#6d5dfc}.footer-social .email-icon{background:#f6fbff;border-color:#d6e9fb;color:#0875d8}.footer-social .whatsapp-icon{background:#25D366;border-color:#25D366;color:#fff}.footer-social .facebook-link.social-icon{background:#2f73e7;border-color:#2f73e7;color:#fff;font-family:Arial,sans-serif;font-size:20px}.support-popup-overlay{position:fixed;inset:0;background:rgba(8,18,41,.46);backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;padding:20px;z-index:9999}.support-popup-overlay.show{display:flex}.support-popup{width:min(420px,100%);background:#fff;border:1px solid #dce8f7;border-radius:22px;box-shadow:0 28px 80px rgba(8,30,68,.28);padding:24px;position:relative;animation:supportPopupIn .18s ease-out}.support-popup-close{position:absolute;right:14px;top:12px;width:34px;height:34px;border:0;border-radius:50%;background:#f2f6fc;color:#30405f;font-size:24px;line-height:1;cursor:pointer}.support-popup h3{margin:0 36px 8px 0;color:#101936;font-size:24px}.support-popup p{margin:0 0 18px;color:#52617d;line-height:1.45}.support-popup-actions{display:grid;gap:11px}.support-popup-action{display:flex;align-items:center;gap:13px;padding:14px;border:1px solid #e0eaf7;border-radius:16px;background:#f9fcff;color:#13213d;text-decoration:none;transition:.16s}.support-popup-action:hover{transform:translateY(-1px);box-shadow:0 14px 34px rgba(18,64,100,.12);border-color:#bfd6f2}.support-popup-action svg{width:28px;height:28px;fill:currentColor;flex:0 0 auto}.support-popup-action span{display:grid;gap:2px}.support-popup-action strong{font-size:15px;color:#111936}.support-popup-action small{font-size:13px;color:#5f6d86}.support-popup-action.telegram svg{color:#229ED9}.support-popup-action.whatsapp svg{color:#25D366}.support-popup-action.email svg{color:#0875d8}.support-popup-open{overflow:hidden}.chat-float{border:0;cursor:pointer}.chat-float svg{width:24px;height:24px;fill:currentColor}@keyframes supportPopupIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@media (max-width:720px){.support-popup{border-radius:18px;padding:20px}.support-popup h3{font-size:21px}.footer-social{gap:10px}}


/* BSTECH footer social popup safety fix: keeps popup hidden until clicked and forces SVG icons to stay small. */
.support-popup-overlay[hidden]{display:none!important}
.footer-social .social-icon,
.footer-social button.social-icon{appearance:none;-webkit-appearance:none;padding:0;flex:0 0 34px;max-width:34px;max-height:34px;overflow:hidden}
.footer-social .social-icon svg,
.footer-social button.social-icon svg{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;display:block!important;fill:currentColor!important;overflow:hidden!important}
.support-popup-action svg{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important;display:block!important;fill:currentColor!important;flex:0 0 28px!important;overflow:hidden!important}
.chat-float svg{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;max-width:24px!important;max-height:24px!important;display:block!important;fill:currentColor!important}
.support-popup-close{display:grid!important;place-items:center!important}


/* BSTECH hard fix: keep footer/popup SVG logos small even with old cache/global SVG rules */
.footer-social .social-icon svg,
.footer-social button.social-icon svg,
.support-popup-action svg,
.chat-float svg{
  display:block!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  max-width:18px!important;
  max-height:18px!important;
  fill:currentColor!important;
  flex:0 0 18px!important;
}
.support-popup-action svg{
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  min-height:22px!important;
  max-width:22px!important;
  max-height:22px!important;
  flex-basis:22px!important;
}
.footer-social .social-icon,
.footer-social button.social-icon{
  overflow:hidden!important;
}
.support-popup-overlay[hidden],
.support-popup-overlay:not(.show){
  display:none!important;
}
.support-popup-overlay.show{
  display:flex!important;
}
