:root{--blue:#0a84ae;--blue-dark:#076e92;--light:#f2f4f8;--text:#2d3748;--muted:#718096;--red:#e54b4b;--green:#15b57a;--border:#dce3eb;--side-col-width:306px}
*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,Arial,sans-serif;color:var(--text)}html{background:#fbfeff}body{background:linear-gradient(180deg,#fcfeff 0%,#f9fcff 34%,#f7fbff 68%,#fbfdff 100%);background-attachment:fixed}a{text-decoration:none;color:inherit}.container{width:min(1280px,calc(100% - 24px));margin:0 auto}.flex{display:flex;align-items:center}.between{justify-content:space-between}.small{font-size:12px}.topbar{background:var(--blue-dark);color:#fff;padding:6px 0;box-shadow:none}.topbar-right{display:flex;gap:18px;align-items:center}.topbar{position:relative;z-index:1}.topbar::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(255,255,255,.10)}.header-stack{position:sticky;top:0;z-index:60;background:#fff;box-shadow:0 12px 24px rgba(15,23,42,.08);transition:box-shadow .22s ease,border-color .22s ease}.site-header-wrap{background:#fff;border-bottom:1px solid rgba(148,163,184,.12);box-shadow:none;position:relative;top:auto;z-index:auto;transition:border-color .22s ease}.header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;background:#fff;padding:14px 0;transition:padding .22s ease,gap .22s ease}.logo-wrap{display:flex;gap:12px;align-items:center;min-width:0;flex-wrap:nowrap}.logo-wrap>*{flex-shrink:0}.logo-link{display:flex;align-items:center;gap:12px;min-width:0;flex-wrap:nowrap;border-radius:14px;transition:transform .16s ease,filter .2s ease,opacity .2s ease}.logo-link:hover{transform:translateY(-1px);filter:brightness(.99)}.logo-link:active{transform:translateY(0) scale(.99)}.logo-link:focus-visible{outline:2px solid rgba(10,132,174,.22);outline-offset:3px}.logo-mark{width:48px;height:48px;border-radius:10px;background:linear-gradient(135deg,var(--blue),#175f9b);color:#fff;display:grid;place-items:center;font-size:26px;font-weight:800;box-shadow:0 4px 12px rgba(10,132,174,.2)}.logo-copy{min-width:0;line-height:1}.logo-text{font-size:30px;font-weight:800;letter-spacing:.2px;white-space:nowrap;display:block}.logo-sub{font-size:11px;color:var(--muted);white-space:nowrap;margin-top:4px;display:block}.search-bar{display:flex;height:42px;background:#f5f7fa;border:1px solid var(--border);border-radius:4px;overflow:hidden;min-width:0;width:100%;max-width:none;justify-self:stretch;align-self:stretch}.search-bar input{flex:1;border:0;background:transparent;padding:0 14px;font-size:14px;min-width:0}.search-bar button{width:52px;border:0;background:#f0f3f7;font-size:20px;color:#5a6573;cursor:pointer;flex:0 0 52px}.header-actions{display:flex;gap:14px;justify-content:flex-end;align-items:center;min-width:0;flex-wrap:nowrap}.mini-box{display:flex;gap:10px;align-items:center;color:#516174;min-width:0;white-space:nowrap}.mini-box .icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f4f8fb;color:var(--blue);font-size:16px;flex:0 0 34px}.mini-box b{display:block;color:#22374d;font-size:13px;line-height:1.1;margin-bottom:2px}.mini-box small{display:block;font-size:15px;line-height:1.15;color:#22374d;font-weight:700;letter-spacing:.1px}.avatar{background:linear-gradient(135deg,var(--blue),#175f9b);border:1px solid #0b74a0;border-radius:10px;padding:10px 16px;font-size:13px;font-weight:800;color:#fff;box-shadow:0 10px 22px rgba(10,132,174,.22);white-space:nowrap;flex:0 0 auto}.avatar:hover{filter:brightness(.98);transform:translateY(-1px)}.menu{background:#fff;border-top:1px solid rgba(255,255,255,.75);border-bottom:1px solid rgba(148,163,184,.14);box-shadow:none;position:relative;top:auto;z-index:auto;transition:border-color .22s ease}.nav-inner{display:flex;gap:10px;padding:10px 0;font-size:13px;font-weight:600;color:#4a5568;flex-wrap:wrap;transition:padding .22s ease,gap .22s ease}.nav-inner a{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;transition:color .2s ease,background-color .2s ease,transform .16s ease,box-shadow .2s ease;transform-origin:center center}.nav-inner a::after{content:"";position:absolute;left:14px;right:14px;bottom:6px;height:2px;border-radius:999px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .2s ease,opacity .2s ease;opacity:.7}.nav-inner a:hover{color:#0b74a0;background:#f4f8fb;box-shadow:0 8px 16px rgba(15,23,42,.06);transform:translateY(-1px)}.nav-inner a:hover::after{transform:scaleX(1)}.nav-inner a:active{transform:translateY(0) scale(.98);box-shadow:0 4px 10px rgba(15,23,42,.06)}.nav-inner a.active,.nav-inner a.is-current,.nav-inner a[aria-current="page"]{color:#0b74a0;background:#eef7fb;box-shadow:inset 0 0 0 1px rgba(10,132,174,.12)}.nav-inner a.active::after,.nav-inner a.is-current::after,.nav-inner a[aria-current="page"]::after{transform:scaleX(1)}.main-area{padding:22px 0 44px}.alert-box{background:#fff;border:1px solid #dde4eb;border-radius:8px;padding:18px 20px;box-shadow:0 2px 8px rgba(19,31,48,.04);font-size:13px;line-height:1.7;margin-bottom:16px}.alert-box b{color:#ea4335}.home-shell{display:block}.home-top-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--side-col-width);grid-template-areas:"notice auth" "quick auth";column-gap:16px;row-gap:10px;align-items:stretch}.notice-panel{grid-area:notice}.quick-links{grid-area:quick;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:0;align-items:stretch}.content-grid{margin-top:16px}.products-wrap{width:100%;min-width:0;background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px;box-shadow:0 10px 24px rgba(15,23,42,.07)}.products-group-wrap{background:transparent;border:0;border-radius:0;padding:0;box-shadow:none;overflow:visible}.products-group-head{padding:0;background:transparent}.products-group-head h2{display:inline-flex;align-items:center;margin:0;padding:10px 14px;background:linear-gradient(135deg,#1d4d8f 0%,#0a84ae 100%);color:#fff;font-size:16px;line-height:1.25;font-weight:800;letter-spacing:.2px;border-radius:12px 12px 0 0;box-shadow:none}.products-group-divider{height:1px;background:linear-gradient(90deg,rgba(7,110,146,.24),rgba(148,163,184,.12));margin:0 0 18px}.products-group-wrap .featured-product-list{padding:18px}.qcard{color:#fff;border-radius:8px;padding:18px 16px;min-height:96px;display:flex;gap:12px;align-items:center;box-shadow:0 10px 20px rgba(15,23,42,.08);position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .22s ease,filter .22s ease}.qcard::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,0));opacity:0;transition:opacity .22s ease;pointer-events:none}.qcard span{width:42px;height:42px;border-radius:10px;background:rgba(255,255,255,.2);display:grid;place-items:center;font-size:24px;font-weight:700;transition:transform .18s ease,background-color .22s ease}.qcard b{display:block;font-size:14px;transition:transform .18s ease}.qcard small{opacity:.9;transition:opacity .2s ease}.qcard:hover{transform:translateY(-3px);box-shadow:0 16px 28px rgba(15,23,42,.16);filter:saturate(1.04)}.qcard:hover::after{opacity:1}.qcard:hover span{transform:scale(1.06);background:rgba(255,255,255,.28)}.qcard:hover b{transform:translateY(-1px)}.qcard:active{transform:translateY(0) scale(.985);box-shadow:0 8px 16px rgba(15,23,42,.14)}.qcard:active span{transform:scale(.98)}.blue{background:linear-gradient(135deg,#1a73e8,#0a84ae)}.steel{background:linear-gradient(135deg,#5d7187,#8999ab)}.violet{background:linear-gradient(135deg,#7b61ff,#9b6bff)}.gold{background:linear-gradient(135deg,#bf8f14,#90a51c)}.content-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-items:start}.section-title{background:var(--blue-dark);color:#fff;padding:10px 14px;border-radius:6px;font-size:13px;font-weight:700;letter-spacing:.3px;margin-bottom:12px;box-shadow:0 8px 18px rgba(17,78,114,.18)}.section-title.dark{background:#114e72}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:14px;box-shadow:0 10px 24px rgba(15,23,42,.07)}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.cat{font-size:11px;background:#e7f4fb;color:#0b74a0;padding:5px 8px;border-radius:4px;font-weight:700}.stock{font-size:11px;color:var(--green);font-weight:700}.card h3{margin:0 0 10px;font-size:15px;color:#23364a;min-height:40px}.card ul{list-style:none;margin:0 0 12px;padding:0}.card li{font-size:12px;color:#556273;padding:4px 0;position:relative;padding-left:16px}.card li:before{content:"●";position:absolute;left:0;top:4px;color:#6bbc5b;font-size:10px}.card-bottom strong{display:block;text-align:right;color:#1d4d8f;font-size:18px;margin:8px 0 12px}.btn-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.btn{display:flex;align-items:center;justify-content:center;height:34px;border-radius:4px;font-size:12px;font-weight:700}.btn-outline{background:#e8f8ff;color:#0a779c;border:1px solid #bfe6f3}.btn-fill{background:var(--blue-dark);color:#fff}.side-auth{position:static;top:auto;width:100%;justify-self:stretch;align-self:start}.side-btn{width:100%;border:0;height:38px;border-radius:5px;font-weight:800;font-size:12px;margin-bottom:10px;cursor:pointer}.primary-btn{background:#28499a;color:#fff}.secondary-btn{background:#e31e2f;color:#fff}.mini-stat{background:#fff;border:1px solid var(--border);border-radius:8px;padding:12px;display:grid;gap:10px;box-shadow:0 10px 24px rgba(15,23,42,.07)}.mini-stat div{display:flex;justify-content:space-between;align-items:center;font-size:12px}.mini-stat b{font-size:18px;color:#1f365c}.mini-stat span{color:var(--muted)}.floating-social{position:fixed;right:10px;top:220px;display:grid;gap:8px;z-index:20}.floating-social a{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--border);box-shadow:0 5px 12px rgba(15,23,42,.08);font-size:14px}.detail-grid{display:grid;grid-template-columns:1fr 320px;gap:18px;align-items:start}.product-head,.detail-box,.buy-card{background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 10px 24px rgba(15,23,42,.07)}.product-head{padding:18px 20px;margin-bottom:14px}.product-brand{font-size:12px;color:#0a84ae;font-weight:700;margin-bottom:6px}.product-head h1{margin:0 0 10px;font-size:28px;color:#22374d}.badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.badge{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:800;color:#fff}.badge.red{background:#f04d5c}.badge.blue{background:#2a95d6}.price-line{font-size:34px;font-weight:800;color:#ef3a3a}.detail-box{padding:18px 20px;margin-bottom:14px}.detail-box h3{margin:0 0 10px;font-size:16px}.spec-list{padding-left:18px;margin:0}.spec-list li{padding:4px 0;font-size:14px;color:#425466}.share-row{display:flex;gap:10px;flex-wrap:wrap}.share-row span{padding:8px 10px;background:#f5f8fb;border:1px solid var(--border);border-radius:4px;font-size:12px}.buy-card{padding:16px;position:sticky;top:calc(var(--sticky-stack-height, 0px) + 16px);transition:top .22s ease}.buy-title{font-size:13px;font-weight:800;color:#3a4b61;margin-bottom:12px;text-align:center}.buy-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;padding:10px 0;border-bottom:1px dashed #e6edf3}.buy-row.qty div{display:flex;align-items:center;gap:6px}.buy-row button{width:28px;height:28px;border:1px solid var(--border);background:#fff;border-radius:4px;cursor:pointer}.buy-row input{width:52px;height:30px;border:1px solid var(--border);border-radius:4px;text-align:center}.label{display:block;margin:12px 0 8px;font-size:12px;color:#516174;font-weight:600}.coupon{width:100%;height:38px;border:1px solid var(--border);border-radius:4px;padding:0 12px}.promo-box{margin:12px 0;background:#fff7f7;border:1px dashed #f26b6b;border-radius:6px;padding:12px;font-size:12px;line-height:1.8;color:#c63e3e}.primary{color:#1e4d95}.pay-btn{width:100%;height:40px;border:0;border-radius:5px;background:var(--blue-dark);color:#fff;font-weight:800;margin-top:14px;cursor:pointer}.wish-btn{width:100%;height:38px;border:1px solid var(--border);border-radius:5px;background:#fff;margin-top:10px;color:#5b6878}.product-section{margin-top:18px}.product-list{display:grid;gap:14px}.product-row-card{display:grid;grid-template-columns:220px minmax(0,1fr) 260px;gap:18px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px;box-shadow:0 10px 24px rgba(15,23,42,.07)}.product-row-image{align-self:stretch}.product-row-image img{display:block;width:100%;height:100%;min-height:150px;object-fit:cover;border-radius:10px;border:1px solid #d8e3ec;box-shadow:0 8px 18px rgba(15,23,42,.08);background:#eaf3f8}.product-row-main{min-width:0;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.product-row-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.product-row-card h3{margin:0 0 10px;font-size:20px;color:#23364a}.product-row-desc{margin:0 0 12px;color:#5b6878;font-size:14px;line-height:1.8}.product-row-meta{display:flex;gap:18px;flex-wrap:wrap;color:#667688;font-size:12px}.product-row-meta b{color:#23364a}.product-row-side{display:grid;gap:14px;justify-items:stretch;align-self:stretch;align-content:center;padding-left:8px;border-left:1px solid #e7edf3}.product-row-side strong{display:block;text-align:right;color:#1d4d8f;font-size:28px;line-height:1.2}.product-row-actions{display:grid;gap:10px}.product-row-actions .btn{height:40px;border-radius:8px;font-size:12px;letter-spacing:.2px}

@media (max-width: 1180px){.header{grid-template-columns:auto minmax(0,1fr) auto;gap:12px}.header-actions{gap:10px}.mini-box small{font-size:13px}}
@media (max-width: 1100px){.header{grid-template-columns:1fr;gap:12px;padding:12px 0}.search-bar{max-width:none}.header-actions{justify-content:flex-start;flex-wrap:wrap}.home-top-layout,.detail-grid{grid-template-columns:1fr;grid-template-areas:"notice" "auth" "quick"}.product-row-card{grid-template-columns:1fr;}.cards,.quick-links{grid-template-columns:1fr 1fr}.content-grid{grid-template-columns:1fr}.side-auth{position:static}.product-row-side{border-left:0;border-top:1px solid #e7edf3;padding-left:0;padding-top:14px}.product-row-side strong{text-align:left}.floating-social{display:none}}
@media (max-width: 700px){.quick-links,.cards,.content-grid,.detail-grid{grid-template-columns:1fr}.home-top-layout{grid-template-columns:1fr;grid-template-areas:"notice" "auth" "quick"}.nav-inner{overflow:auto;white-space:nowrap}.logo-wrap{gap:10px}.logo-mark{width:42px;height:42px;font-size:22px}.logo-copy{overflow:hidden}.logo-text{font-size:22px;text-overflow:ellipsis;overflow:hidden}.logo-sub{font-size:10px;text-overflow:ellipsis;overflow:hidden}.product-head h1{font-size:22px}.price-line{font-size:28px}.topbar-right{display:none}.header-actions{justify-content:space-between}.mini-box{display:flex}.mini-box .icon{width:30px;height:30px;font-size:14px}.mini-box b{font-size:12px}.mini-box small{font-size:12px}.avatar{padding:9px 14px;font-size:12px}.product-row-card{padding:14px}.product-row-image img{min-height:136px}.product-row-card h3{font-size:17px}.product-row-desc{font-size:13px}.product-row-actions{grid-template-columns:1fr}.product-row-side strong{font-size:24px;text-align:left}}

.site-footer{margin-top:28px;background:#fff;border-top:1px solid rgba(7,110,146,.10);box-shadow:0 -10px 28px rgba(15,23,42,.06)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:24px;padding:28px 0}.footer-brand p,.footer-col p{margin:10px 0 0;color:#37556f;font-size:13px;line-height:1.8}.footer-logo{display:flex;align-items:center;gap:12px}.footer-col h4{margin:0 0 12px;font-size:14px;color:#16354c}.footer-col a{display:block;color:#264b66;font-size:13px;padding:6px 0}.footer-social{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.footer-social a{display:inline-flex;padding:7px 10px;border:1px solid rgba(7,110,146,.18);border-radius:20px;background:rgba(255,255,255,.55);font-size:12px;color:#18435b}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);background:var(--blue-dark);box-shadow:inset 0 1px 0 rgba(255,255,255,.10)}.footer-bottom-inner{display:flex;justify-content:space-between;gap:12px;padding:14px 0;color:rgba(255,255,255,.92);font-size:12px}.footer-bottom a{color:#fff}@media (max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom-inner{flex-direction:column}}@media (max-width:700px){.footer-grid{grid-template-columns:1fr;padding:22px 0}.footer-logo .logo-text{font-size:24px}.footer-bottom-inner{font-size:11px}}

.auth-panel{background:#fff;border:1px solid var(--border);border-radius:10px;padding:14px;box-shadow:0 10px 24px rgba(15,23,42,.07)}
.auth-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}
.auth-switch a{display:flex;align-items:center;justify-content:center;height:42px;border-radius:6px;background:#eef4f8;border:1px solid #d8e3ec;color:#4a5b70;font-size:13px;font-weight:800}
.auth-switch a.active{background:var(--blue-dark);border-color:var(--blue-dark);color:#fff;box-shadow:0 8px 18px rgba(17,78,114,.18)}
.auth-form label{display:block;font-size:12px;font-weight:700;color:#425466;margin:0 0 7px}
.auth-form input{width:100%;height:42px;border:1px solid var(--border);border-radius:6px;padding:0 12px;background:#fbfdff;margin-bottom:12px;font-size:13px}
.auth-form input:focus{outline:none;border-color:#8fc7dd;box-shadow:0 0 0 3px rgba(10,132,174,.08)}
.large-btn{height:42px;font-size:13px;margin-top:4px}
.auth-inline{display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:12px;color:#64748b;margin:2px 0 12px}
.remember{display:flex !important;align-items:center;gap:8px;font-size:12px;color:#64748b;font-weight:500 !important}
.remember input{width:16px;height:16px;margin:0}
.auth-note{margin:12px 0 0;font-size:12px;color:#64748b;text-align:center}
.auth-note a,.auth-inline a{color:#0a779c;font-weight:700}
.compact-auth{margin-bottom:10px}
.register-preview{padding-top:8px;border-top:1px dashed #e4ebf1}
.auth-page-wrap{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,520px);gap:20px;align-items:start}
.card-surface{background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px;box-shadow:0 10px 24px rgba(15,23,42,.07)}
.auth-hero h1{margin:6px 0 10px;font-size:32px;color:#203449}
.auth-hero p{margin:0;color:#667688;font-size:14px;line-height:1.9;max-width:680px}
.hero-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.hero-points span{padding:10px 14px;border-radius:999px;background:#f5f9fc;border:1px solid #dce7ef;font-size:12px;font-weight:700;color:#43607c}
.wide-auth{padding:18px;min-width:0}
.double-field{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width: 1100px){.auth-page-wrap{grid-template-columns:1fr}.content-grid{grid-template-columns:1fr}}
@media (max-width: 700px){.home-shell,.content-grid,.auth-page-wrap,.double-field,.quick-links{grid-template-columns:1fr}.auth-hero h1{font-size:24px}.auth-panel{padding:12px}}


.home-login-panel{grid-area:auth;padding:14px 14px 12px;width:100%;max-width:100%;position:relative;top:auto;z-index:1;align-self:stretch;display:flex;flex-direction:column}.home-login-panel .auth-form{flex:1;display:flex;flex-direction:column}.home-login-panel .auth-form .side-btn{margin-top:auto}
.home-auth-head{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}
.auth-title{margin-bottom:0;text-align:center}
.register-link-btn{display:flex;align-items:center;justify-content:center;height:46px;border-radius:10px;background:linear-gradient(135deg,#ffffff 0%,#f3f8fc 100%);border:1px solid #cfe0eb;color:#1c4f77;font-size:13px;font-weight:800;letter-spacing:.2px;box-shadow:0 10px 22px rgba(15,23,42,.08);position:relative;overflow:hidden}.register-link-btn::before{content:"✦";margin-right:8px;font-size:14px;color:#0a84ae}.register-link-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(15,23,42,.1);background:linear-gradient(135deg,#ffffff 0%,#edf6fb 100%)}
.home-auth-form{width:100%;margin-bottom:0}
.home-auth-inline{margin-top:2px}
.left-note{text-align:left}.compact-login-note{margin:2px 0 0;font-size:12px;line-height:1.55}
@media (max-width:700px){.home-login-panel{padding:12px}.register-link-btn{height:42px;font-size:12px}}


.notice-panel{background:#fff;border:1px solid var(--border);border-radius:8px;padding:12px 16px;margin:0;box-shadow:0 10px 24px rgba(15,23,42,.07);line-height:1.45}
.notice-head{margin-bottom:10px}
.notice-panel h2{margin:0 0 4px;font-size:16px;color:#c62828;font-weight:800;display:flex;align-items:center;gap:8px}
.notice-head-icon,.mini-icon{display:inline-flex;align-items:center;justify-content:center}
.notice-sub{margin:0;color:#425466;font-size:13px}
.notice-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
.notice-col{min-width:0;display:grid;gap:8px;align-content:start}
.notice-panel h3{margin:0 0 2px;font-size:13px;color:#22374d;display:flex;align-items:center;gap:7px;min-height:22px}
.notice-panel p{margin:0 0 6px;color:#425466;font-size:13px}
.notice-panel a{color:#0a779c;font-weight:700}
.notice-item{display:grid;grid-template-columns:26px 1fr;gap:10px;align-items:start;padding:0;min-height:38px}
.notice-item.contact{min-height:28px}
.notice-icon{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f4f8fb;border:1px solid #d9e5ee;font-size:13px;line-height:1;box-shadow:0 3px 8px rgba(15,23,42,.05)}
.notice-text{font-size:12.8px;color:#425466;line-height:1.58;padding-top:2px}
.notice-thanks{margin-top:4px;margin-bottom:0;font-weight:700;color:#22374d;font-size:12.6px;display:flex;align-items:center;gap:7px;min-height:22px}
@media (max-width: 700px){.notice-grid{grid-template-columns:1fr;gap:10px}.notice-panel{padding:12px}}


.auth-layout{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,460px);gap:24px;align-items:stretch}.auth-info h1{margin:10px 0 10px;font-size:30px;color:#203449}.auth-info p{margin:0 0 14px;color:#667688;line-height:1.8}.feature-list{margin:0;padding-left:18px;color:#425466;line-height:1.8}.auth-card{display:flex;flex-direction:column;gap:10px}.light-card{background:#fff}.auth-card h2{margin:0;font-size:24px;color:#203449}.muted{margin:0 0 4px;color:#718096;font-size:13px}.auth-card label{font-size:13px;font-weight:700;color:#425466}.auth-card input{width:100%;height:44px;border:1px solid var(--border);border-radius:8px;padding:0 14px;background:#fbfdff;font-size:14px}.auth-card input:focus{outline:none;border-color:#8fc7dd;box-shadow:0 0 0 3px rgba(10,132,174,.08)}.button{display:inline-flex;align-items:center;justify-content:center;height:44px;border:0;border-radius:8px;background:var(--blue-dark);color:#fff;font-weight:800;cursor:pointer}.button.full{width:100%}.text-link{color:#0a779c;font-weight:700;font-size:13px}.auth-links-stack{display:flex;flex-direction:column;gap:8px;align-items:flex-start;margin-top:2px}@media (max-width: 900px){.featured-product-title-row{align-items:flex-start}.featured-product-price{font-size:18px;padding:8px 12px}.featured-product-bottom{grid-template-columns:1fr;gap:12px}.featured-product-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.featured-product-actions,.featured-product-actions.full-width{grid-template-columns:1fr 1fr}}


.auth-switch-2{grid-template-columns:1fr 1fr}
.forgot-standalone-wrap{display:flex;justify-content:center;width:100%}
.forgot-shell{width:min(1280px,100%);max-width:100%;padding:20px}
.forgot-header h1{margin:6px 0 10px;font-size:32px;color:#203449}
.forgot-header p{margin:0;color:#667688;font-size:14px;line-height:1.9;max-width:760px}
.forgot-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--side-col-width);gap:16px;margin-top:22px;align-items:start}
.forgot-form-panel,.forgot-help-panel{background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px}
.forgot-form .large-btn{margin-top:8px}
.forgot-help-panel h3{margin:0 0 12px;font-size:18px;color:#203449}
.forgot-list{margin:0;padding-left:18px;color:#556677;line-height:1.8}
.forgot-links{display:flex;flex-direction:column;gap:10px;margin-top:18px}
.forgot-links a{color:#0a779c;font-weight:700}
.forgot-status{display:flex;flex-direction:column;gap:6px;margin-top:18px;padding:14px 16px;border-radius:10px;border:1px solid #bfe3cc;background:#f2fbf5;color:#245b38}
.success-box strong{font-size:14px}
.success-box span{font-size:13px;line-height:1.7}
@media (max-width: 900px){.featured-product-title-row{align-items:flex-start}.featured-product-price{font-size:18px;padding:8px 12px}.featured-product-bottom{grid-template-columns:1fr;gap:12px}.featured-product-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.featured-product-actions,.featured-product-actions.full-width{grid-template-columns:1fr 1fr}}
@media (max-width: 700px){.forgot-header h1{font-size:24px}.forgot-form-panel,.forgot-help-panel{padding:14px}}

body.header-scrolled .header-stack{box-shadow:0 14px 28px rgba(15,23,42,.10)}
body.header-scrolled .site-header-wrap{border-bottom-color:rgba(148,163,184,.10)}
body.header-scrolled .header{padding:10px 0;gap:14px}
body.header-scrolled .menu{border-bottom-color:rgba(148,163,184,.12)}
body.header-scrolled .nav-inner{padding:8px 0;gap:8px}
body.header-scrolled .logo-mark{width:44px;height:44px;font-size:24px}
body.header-scrolled .logo-text{font-size:27px}
body.header-scrolled .logo-sub{margin-top:2px}
@media (max-width:1100px){.header-stack,.site-header-wrap,.menu{position:relative;top:auto}.side-auth,.buy-card{position:static}}




.featured-product-list{display:grid;gap:16px}
.featured-product-row{background:#fff;border:1px solid var(--border);border-radius:16px;padding:0;box-shadow:0 12px 26px rgba(15,23,42,.07);overflow:hidden;position:relative;transition:transform .2s ease,box-shadow .24s ease,border-color .24s ease,filter .24s ease}.featured-product-row::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,132,174,.03),rgba(29,77,143,.01));opacity:0;pointer-events:none;transition:opacity .24s ease}.featured-product-row:hover{transform:translateY(-4px);border-color:rgba(10,132,174,.28);box-shadow:0 18px 34px rgba(15,23,42,.14);filter:saturate(1.02)}.featured-product-row:hover::after{opacity:1}.featured-product-row:hover .featured-product-head{background:linear-gradient(180deg,#ffffff 0%,#eef7fb 100%)}.featured-product-row:hover .featured-product-price{box-shadow:0 12px 24px rgba(10,132,174,.22);transform:translateY(-1px)}.featured-product-row:hover .featured-product-desc{color:#425466}.featured-product-row:hover .featured-meta-chip{border-color:#bfd8e5;background:#f3f9fc}.featured-product-row:active{transform:translateY(-1px) scale(.995);box-shadow:0 10px 20px rgba(15,23,42,.12)}.featured-product-row:active .featured-product-price{transform:translateY(0) scale(.985)}
.featured-product-head{display:block;padding:8px 14px 7px;background:linear-gradient(180deg,#fbfdff 0%,#f5f9fc 100%)}
.featured-product-title{min-width:0;flex:1 1 auto}
.featured-product-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:nowrap}
.featured-product-title-main{display:flex;align-items:center;gap:8px;min-width:0;flex:1 1 auto}
.featured-product-title-main .cat{display:inline-flex;align-items:center;justify-content:center;margin-bottom:0;flex:0 0 auto;height:26px;padding:0 10px;border-radius:999px;background:linear-gradient(135deg,#1d4d8f,#0a84ae);color:#fff;box-shadow:0 6px 14px rgba(10,132,174,.14);font-size:10px}
.featured-product-row h3{margin:0;font-size:15px;line-height:1.05;color:#203449;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1 1 auto}
.featured-product-price{display:inline-flex;align-items:center;justify-content:center;padding:4px 9px;border-radius:10px;background:linear-gradient(135deg,#1d4d8f,#0a84ae);color:#fff;box-shadow:0 8px 18px rgba(10,132,174,.16);font-size:15px;font-weight:800;white-space:nowrap;line-height:1;transition:transform .2s ease,box-shadow .24s ease}
.featured-product-divider{height:1px;background:linear-gradient(90deg,rgba(7,110,146,.24),rgba(148,163,184,.12));margin:0}
.featured-product-body{display:grid;gap:14px;align-items:start;padding:18px}
.featured-product-desc{margin:0;color:#556677;font-size:14px;line-height:1.8;transition:color .24s ease}
.featured-product-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}
.featured-product-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.featured-meta-chip{background:#f8fbfd;border:1px solid #dbe5ee;border-radius:10px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;height:38px;white-space:nowrap;transition:background-color .24s ease,border-color .24s ease,box-shadow .24s ease}
.featured-meta-chip span{font-size:11px;color:#708295;font-weight:600}.featured-meta-chip b{font-size:14px;color:#213a56;line-height:1}
.featured-product-actions{display:grid;grid-template-columns:repeat(2,minmax(0,152px));gap:8px;justify-content:start;align-content:center}.featured-product-actions.full-width{grid-template-columns:repeat(2,minmax(0,172px))}.featured-product-actions .btn{height:36px;border-radius:9px;font-size:11px;padding:0 8px;transition:transform .16s ease,box-shadow .2s ease,filter .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease;box-shadow:0 6px 14px rgba(15,23,42,.06)}.featured-product-actions .btn:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(15,23,42,.12);filter:brightness(.99)}.featured-product-actions .btn:active{transform:translateY(0) scale(.98);box-shadow:0 4px 10px rgba(15,23,42,.1)}.featured-product-actions .btn.btn-outline:hover{background:#dff3fb;border-color:#9dd8ec;color:#075f7b}.featured-product-actions .btn.btn-fill:hover{background:#1e3f86}.featured-product-actions .btn.btn-fill:active{background:#18346f}
@media (max-width: 900px){.featured-product-title-row{align-items:flex-start}.featured-product-price{font-size:18px;padding:6px 10px}.featured-product-bottom{grid-template-columns:1fr;gap:12px}.featured-product-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.featured-product-actions,.featured-product-actions.full-width{grid-template-columns:1fr 1fr}}
@media (max-width: 640px){.featured-product-head{padding:8px 11px 7px}.featured-product-body{padding:14px}.featured-product-title-row{gap:8px}.featured-product-title-main{gap:6px}.featured-product-title-main .cat{height:24px;padding:0 8px;font-size:9px}.featured-product-row h3{font-size:13px}.featured-product-desc{font-size:13px}.featured-product-meta{display:flex;flex-direction:column;align-items:stretch}.featured-product-actions,.featured-product-actions.full-width{grid-template-columns:1fr}.featured-meta-chip{height:42px;justify-content:space-between}}


.catalog-group-stack{display:grid;gap:18px;padding:0}.catalog-subgroup{background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border:1px solid #dbe6ee;border-radius:18px;padding:0;overflow:hidden;box-shadow:0 10px 22px rgba(15,23,42,.05)}
.catalog-subgroup-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px 14px;background:linear-gradient(135deg,#1d4d8f 0%,#0a84ae 100%)}
.catalog-subgroup-head h3{display:block;margin:0 0 8px;padding:0;border-radius:0;background:transparent;color:#fff;line-height:1.2;font-size:17px;font-weight:800;letter-spacing:.2px;box-shadow:none}
.catalog-subgroup-head p{margin:0;color:rgba(255,255,255,.9);font-size:13px;line-height:1.7;max-width:760px}
.catalog-subgroup-count{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);color:#fff;font-size:12px;font-weight:800;white-space:nowrap}
.catalog-subgroup-divider{height:1px;background:linear-gradient(90deg,rgba(29,77,143,.95) 0%,rgba(10,132,174,.9) 100%);margin:0}
.catalog-subgroup .featured-product-list{padding:18px}
@media (max-width: 900px){.catalog-subgroup-head{flex-direction:column;align-items:flex-start}.catalog-subgroup-head p{max-width:none}}


/* v54: compact product title bar */
.featured-product-head{padding:5px 12px 5px !important}
.featured-product-title-row{gap:8px !important}
.featured-product-title-main{gap:6px !important}
.featured-product-title-main .cat{height:22px !important;padding:0 8px !important;font-size:9px !important;line-height:1 !important}
.featured-product-row h3{font-size:13px !important;line-height:1 !important}
.featured-product-price{padding:3px 8px !important;font-size:13px !important;min-height:22px !important;border-radius:8px !important}
@media (max-width: 640px){
  .featured-product-head{padding:5px 10px 5px !important}
  .featured-product-title-main .cat{height:20px !important;padding:0 7px !important;font-size:8px !important}
  .featured-product-row h3{font-size:12px !important}
  .featured-product-price{padding:2px 7px !important;font-size:12px !important;min-height:20px !important}
}


/* v55: reduce vertical spacing from title to description */
.featured-product-body{padding:12px 16px 13px !important;gap:10px !important}
.featured-product-desc{font-size:13px !important;line-height:1.55 !important}
.featured-product-bottom{gap:10px !important}
.featured-product-meta{gap:8px !important}
.featured-meta-chip{height:34px !important;padding:0 9px !important}
.featured-meta-chip span{font-size:10px !important}
.featured-meta-chip b{font-size:13px !important}
@media (max-width: 640px){
  .featured-product-body{padding:10px 12px 11px !important;gap:8px !important}
  .featured-product-desc{font-size:12px !important;line-height:1.45 !important}
  .featured-meta-chip{height:32px !important}
}

/* v56: lower product and group title height slightly */
.products-group-head h2{padding:8px 12px !important;font-size:15px !important;line-height:1.15 !important}
.catalog-subgroup-head{padding:14px 18px 11px !important}
.catalog-subgroup-head h3{margin:0 0 6px !important;font-size:15px !important;line-height:1.12 !important}
.catalog-subgroup-head p{font-size:12px !important;line-height:1.55 !important}
.catalog-subgroup-count{height:30px !important;padding:0 10px !important;font-size:11px !important}
.featured-product-head{padding:4px 11px 4px !important}
.featured-product-title-row{gap:7px !important}
.featured-product-title-main{gap:5px !important}
.featured-product-title-main .cat{height:20px !important;padding:0 7px !important;font-size:8px !important}
.featured-product-row h3{font-size:12px !important;line-height:1 !important}
.featured-product-price{padding:2px 7px !important;font-size:12px !important;min-height:20px !important}
@media (max-width: 640px){
  .products-group-head h2{padding:7px 10px !important;font-size:14px !important}
  .catalog-subgroup-head{padding:12px 14px 10px !important}
  .catalog-subgroup-head h3{margin:0 0 5px !important;font-size:14px !important}
  .catalog-subgroup-head p{font-size:11px !important;line-height:1.45 !important}
  .catalog-subgroup-count{height:28px !important;padding:0 9px !important;font-size:10px !important}
  .featured-product-head{padding:4px 9px 4px !important}
  .featured-product-title-main .cat{height:18px !important;padding:0 6px !important;font-size:7px !important}
  .featured-product-row h3{font-size:11px !important}
  .featured-product-price{padding:2px 6px !important;font-size:11px !important;min-height:18px !important}
}

/* v57: color stats chips for quantity, sold, remaining */
.featured-product-meta .featured-meta-chip:nth-child(1){
  background:#e8f8ef !important;
  border-color:#2eaf68 !important;
}
.featured-product-meta .featured-meta-chip:nth-child(1) span,
.featured-product-meta .featured-meta-chip:nth-child(1) b{
  color:#1d7f4b !important;
}
.featured-product-meta .featured-meta-chip:nth-child(2){
  background:#fdeeee !important;
  border-color:#e05656 !important;
}
.featured-product-meta .featured-meta-chip:nth-child(2) span,
.featured-product-meta .featured-meta-chip:nth-child(2) b{
  color:#b73838 !important;
}
.featured-product-meta .featured-meta-chip:nth-child(3){
  background:#fff3e6 !important;
  border-color:#ef9b36 !important;
}
.featured-product-meta .featured-meta-chip:nth-child(3) span,
.featured-product-meta .featured-meta-chip:nth-child(3) b{
  color:#c56d12 !important;
}
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1){
  background:#e3f6eb !important;
  border-color:#25975a !important;
}
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2){
  background:#fce7e7 !important;
  border-color:#d84848 !important;
}
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3){
  background:#ffeedb !important;
  border-color:#e88e22 !important;
}


/* v58: corrected stronger visual updates for group/product titles and stat chips */
.products-group-head h2{
  padding:6px 12px !important;
  font-size:14px !important;
  line-height:1.05 !important;
  border-radius:10px 10px 0 0 !important;
}
.catalog-subgroup-head{
  padding:11px 16px 9px !important;
}
.catalog-subgroup-head h3{
  margin:0 0 4px !important;
  font-size:14px !important;
  line-height:1.05 !important;
}
.catalog-subgroup-head p{
  font-size:11px !important;
  line-height:1.4 !important;
}
.catalog-subgroup-count{
  height:26px !important;
  padding:0 9px !important;
  font-size:10px !important;
}
.featured-product-head{
  padding:3px 10px !important;
}
.featured-product-title-row{
  gap:6px !important;
}
.featured-product-title-main{
  gap:4px !important;
}
.featured-product-title-main .cat{
  height:18px !important;
  padding:0 6px !important;
  font-size:7px !important;
}
.featured-product-row h3{
  font-size:11px !important;
  line-height:1 !important;
}
.featured-product-price{
  padding:2px 6px !important;
  min-height:18px !important;
  font-size:11px !important;
  border-radius:7px !important;
}
.featured-product-meta .featured-meta-chip:nth-child(1){
  background:#e6f7ec !important;
  border:2px solid #2fad66 !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35) !important;
}
.featured-product-meta .featured-meta-chip:nth-child(1) span,
.featured-product-meta .featured-meta-chip:nth-child(1) b{
  color:#187847 !important;
}
.featured-product-meta .featured-meta-chip:nth-child(2){
  background:#fde9e9 !important;
  border:2px solid #de4b4b !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35) !important;
}
.featured-product-meta .featured-meta-chip:nth-child(2) span,
.featured-product-meta .featured-meta-chip:nth-child(2) b{
  color:#b12d2d !important;
}
.featured-product-meta .featured-meta-chip:nth-child(3){
  background:#fff0df !important;
  border:2px solid #ee9421 !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35) !important;
}
.featured-product-meta .featured-meta-chip:nth-child(3) span,
.featured-product-meta .featured-meta-chip:nth-child(3) b{
  color:#bd6508 !important;
}
@media (max-width: 640px){
  .products-group-head h2{padding:5px 10px !important;font-size:13px !important}
  .catalog-subgroup-head{padding:10px 12px 8px !important}
  .catalog-subgroup-head h3{font-size:13px !important}
  .catalog-subgroup-head p{font-size:10px !important;line-height:1.35 !important}
  .catalog-subgroup-count{height:24px !important;font-size:9px !important}
  .featured-product-head{padding:3px 8px !important}
  .featured-product-title-main .cat{height:17px !important;padding:0 5px !important;font-size:6px !important}
  .featured-product-row h3{font-size:10px !important}
  .featured-product-price{font-size:10px !important;min-height:17px !important}
}

/* v59: raise product title bar a bit and use darker stat chip backgrounds */
.featured-product-head{
  padding:6px 12px 6px !important;
}
.featured-product-title-row{
  gap:8px !important;
}
.featured-product-title-main{
  gap:6px !important;
}
.featured-product-title-main .cat{
  height:21px !important;
  padding:0 7px !important;
  font-size:8px !important;
}
.featured-product-row h3{
  font-size:12px !important;
  line-height:1.08 !important;
}
.featured-product-price{
  padding:3px 7px !important;
  min-height:21px !important;
  font-size:12px !important;
  border-radius:8px !important;
}
.featured-product-meta .featured-meta-chip:nth-child(1){
  background:#2fad66 !important;
  border:2px solid #218a4d !important;
  box-shadow:none !important;
}
.featured-product-meta .featured-meta-chip:nth-child(1) span,
.featured-product-meta .featured-meta-chip:nth-child(1) b{
  color:#ffffff !important;
}
.featured-product-meta .featured-meta-chip:nth-child(2){
  background:#de4b4b !important;
  border:2px solid #b93535 !important;
  box-shadow:none !important;
}
.featured-product-meta .featured-meta-chip:nth-child(2) span,
.featured-product-meta .featured-meta-chip:nth-child(2) b{
  color:#ffffff !important;
}
.featured-product-meta .featured-meta-chip:nth-child(3){
  background:#ee9421 !important;
  border:2px solid #c87610 !important;
  box-shadow:none !important;
}
.featured-product-meta .featured-meta-chip:nth-child(3) span,
.featured-product-meta .featured-meta-chip:nth-child(3) b{
  color:#ffffff !important;
}
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1){
  background:#27995a !important;
  border-color:#1d7f49 !important;
}
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2){
  background:#cf4040 !important;
  border-color:#ad2f2f !important;
}
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3){
  background:#df8614 !important;
  border-color:#b96c0d !important;
}
@media (max-width: 640px){
  .featured-product-head{padding:5px 10px 5px !important}
  .featured-product-title-main .cat{height:19px !important;padding:0 6px !important;font-size:7px !important}
  .featured-product-row h3{font-size:11px !important;line-height:1.06 !important}
  .featured-product-price{padding:2px 6px !important;min-height:19px !important;font-size:11px !important}
}

/* v60: raise product title a little more and enlarge text slightly */
.featured-product-head{
  padding:8px 13px 8px !important;
}
.featured-product-title-row{
  gap:9px !important;
}
.featured-product-title-main{
  gap:7px !important;
}
.featured-product-title-main .cat{
  height:23px !important;
  padding:0 8px !important;
  font-size:9px !important;
}
.featured-product-row h3{
  font-size:13px !important;
  line-height:1.12 !important;
}
.featured-product-price{
  padding:4px 8px !important;
  min-height:23px !important;
  font-size:13px !important;
  border-radius:8px !important;
}
@media (max-width: 640px){
  .featured-product-head{padding:6px 11px 6px !important}
  .featured-product-title-main .cat{height:20px !important;padding:0 7px !important;font-size:8px !important}
  .featured-product-row h3{font-size:12px !important;line-height:1.08 !important}
  .featured-product-price{padding:3px 7px !important;min-height:20px !important;font-size:12px !important}
}

/* v61: refine action buttons and brighten stat chips */
.featured-product-actions{
  grid-template-columns:repeat(2,minmax(0,138px)) !important;
  gap:7px !important;
}
.featured-product-actions.full-width{
  grid-template-columns:repeat(2,minmax(0,150px)) !important;
}
.featured-product-actions .btn{
  height:34px !important;
  padding:0 10px !important;
  font-size:11px !important;
  border-radius:8px !important;
}

.featured-meta-chip{
  border:0 !important;
  box-shadow:0 6px 14px rgba(15,23,42,.08) !important;
}
.featured-product-row:hover .featured-meta-chip{
  border:0 !important;
}
.featured-product-meta .featured-meta-chip:nth-child(1){
  background:#43d17a !important;
  box-shadow:0 8px 16px rgba(67,209,122,.22) !important;
}
.featured-product-meta .featured-meta-chip:nth-child(2){
  background:#ff5a5f !important;
  box-shadow:0 8px 16px rgba(255,90,95,.22) !important;
}
.featured-product-meta .featured-meta-chip:nth-child(3){
  background:#ffb23f !important;
  box-shadow:0 8px 16px rgba(255,178,63,.24) !important;
}
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1){
  background:#39c86f !important;
  box-shadow:0 10px 18px rgba(57,200,111,.24) !important;
}
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2){
  background:#ff4c52 !important;
  box-shadow:0 10px 18px rgba(255,76,82,.24) !important;
}
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3){
  background:#ffaa24 !important;
  box-shadow:0 10px 18px rgba(255,170,36,.26) !important;
}
@media (max-width: 640px){
  .featured-product-actions,
  .featured-product-actions.full-width{grid-template-columns:1fr !important}
  .featured-product-actions .btn{height:33px !important;font-size:11px !important}
}

/* v62: remove all stat chip borders/rings in every state */
.featured-meta-chip,
.featured-product-meta .featured-meta-chip,
.featured-product-row .featured-meta-chip,
.featured-product-row:hover .featured-meta-chip,
.featured-product-row:focus-within .featured-meta-chip,
.featured-product-row:active .featured-meta-chip{
  border:none !important;
  outline:none !important;
  box-shadow:0 8px 18px rgba(15,23,42,.08) !important;
  background-clip:padding-box !important;
}
.featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1){
  background:#48d97f !important;
  box-shadow:0 8px 18px rgba(72,217,127,.22) !important;
}
.featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2){
  background:#ff6469 !important;
  box-shadow:0 8px 18px rgba(255,100,105,.22) !important;
}
.featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3){
  background:#ffbb4d !important;
  box-shadow:0 8px 18px rgba(255,187,77,.24) !important;
}

/* v63: hard remove any stat chip outline/ring from all override layers */
.featured-product-meta,
.featured-product-meta *{
  outline:none;
}
.featured-meta-chip,
.featured-product-meta .featured-meta-chip,
.featured-product-row .featured-meta-chip,
.featured-product-row:hover .featured-meta-chip,
.featured-product-row:focus-within .featured-meta-chip,
.featured-product-row:active .featured-meta-chip{
  border:0 !important;
  border-color:transparent !important;
  outline:0 !important;
  outline-color:transparent !important;
  box-shadow:0 5px 12px rgba(15,23,42,.07) !important;
  background-image:none !important;
  background-clip:border-box !important;
}
.featured-meta-chip::before,
.featured-meta-chip::after,
.featured-product-meta .featured-meta-chip::before,
.featured-product-meta .featured-meta-chip::after{
  content:none !important;
  display:none !important;
}
.featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(1){
  background:#4fe486 !important;
  box-shadow:0 5px 12px rgba(79,228,134,.18) !important;
}
.featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(2){
  background:#ff6d72 !important;
  box-shadow:0 5px 12px rgba(255,109,114,.18) !important;
}
.featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(3){
  background:#ffbf52 !important;
  box-shadow:0 5px 12px rgba(255,191,82,.18) !important;
}

/* v64: remove visible rim around stat chips, use only soft drop shadow */
.featured-meta-chip,
.featured-product-meta .featured-meta-chip,
.featured-product-row .featured-meta-chip,
.featured-product-row:hover .featured-meta-chip,
.featured-product-row:focus-within .featured-meta-chip,
.featured-product-row:active .featured-meta-chip{
  border:none !important;
  border-color:transparent !important;
  outline:none !important;
  box-shadow:none !important;
  background-image:none !important;
  background-clip:padding-box !important;
  -webkit-appearance:none !important;
  appearance:none !important;
  filter:drop-shadow(0 4px 8px rgba(15,23,42,.10)) !important;
}
.featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(1){
  background:#4fe486 !important;
  filter:drop-shadow(0 4px 8px rgba(79,228,134,.20)) !important;
}
.featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(2){
  background:#ff6d72 !important;
  filter:drop-shadow(0 4px 8px rgba(255,109,114,.20)) !important;
}
.featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(3){
  background:#ffbf52 !important;
  filter:drop-shadow(0 4px 8px rgba(255,191,82,.22)) !important;
}
.featured-meta-chip::before,
.featured-meta-chip::after,
.featured-product-meta .featured-meta-chip::before,
.featured-product-meta .featured-meta-chip::after{
  content:none !important;
  display:none !important;
  border:none !important;
  box-shadow:none !important;
  background:none !important;
}

/* v65: blend statistic card borders into page background so rounded rims do not show */
.hero-side.card,
.dashboard-grid > .card:first-child,
.summary-card{
  border-color:#eef2f5 !important;
  box-shadow:0 8px 18px rgba(15,23,42,.04) !important;
  background-clip:padding-box;
}

.hero-side,
.stats-tiles{
  display:grid;
  gap:12px;
}

.stats-tiles{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.metric,
.stat-tile,
.summary-card{
  background:#fff;
  border:1px solid #eef2f5;
  border-radius:12px;
  background-clip:padding-box;
}

.metric,
.stat-tile{
  padding:14px 16px;
  box-shadow:none;
}

.summary-card{
  display:grid;
  gap:6px;
  padding:16px 18px;
}

.metric span,
.stat-tile span,
.summary-card span{
  display:block;
  font-size:13px;
  color:#718096;
}

.metric strong,
.stat-tile strong,
.summary-card strong{
  display:block;
  color:#203449;
  font-size:22px;
  line-height:1.2;
}

@media (max-width:700px){
  .stats-tiles{
    grid-template-columns:1fr;
  }
}

/* v66: make stat chip outer rim blend into card background so rounded border is invisible */
.featured-meta-chip,
.featured-product-meta .featured-meta-chip,
.featured-product-row .featured-meta-chip,
.featured-product-row:hover .featured-meta-chip,
.featured-product-row:focus-within .featured-meta-chip,
.featured-product-row:active .featured-meta-chip{
  border:0 !important;
  outline:0 !important;
  filter:none !important;
  background-clip:padding-box !important;
  box-shadow:0 0 0 2px #fff, 0 6px 14px rgba(15,23,42,.08) !important;
}

.featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(1){
  box-shadow:0 0 0 2px #fff, 0 6px 14px rgba(79,228,134,.18) !important;
}

.featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(2){
  box-shadow:0 0 0 2px #fff, 0 6px 14px rgba(255,109,114,.18) !important;
}

.featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(3){
  box-shadow:0 0 0 2px #fff, 0 6px 14px rgba(255,191,82,.20) !important;
}

/* v67: remove halo around statistic chips and darken fill colors slightly */
.featured-meta-chip,
.featured-product-meta .featured-meta-chip,
.featured-product-row .featured-meta-chip,
.featured-product-row:hover .featured-meta-chip,
.featured-product-row:focus-within .featured-meta-chip,
.featured-product-row:active .featured-meta-chip{
  border:0 !important;
  outline:0 !important;
  filter:none !important;
  background-image:none !important;
  background-clip:padding-box !important;
  box-shadow:0 5px 12px rgba(15,23,42,.09) !important;
}

.featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(1){
  background:#44cf77 !important;
  box-shadow:0 5px 12px rgba(68,207,119,.18) !important;
}
.featured-product-meta .featured-meta-chip:nth-child(1) span,
.featured-product-meta .featured-meta-chip:nth-child(1) b,
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1) span,
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1) b,
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1) span,
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1) b,
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(1) span,
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(1) b{
  color:#fff !important;
}

.featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(2){
  background:#f05e64 !important;
  box-shadow:0 5px 12px rgba(240,94,100,.18) !important;
}
.featured-product-meta .featured-meta-chip:nth-child(2) span,
.featured-product-meta .featured-meta-chip:nth-child(2) b,
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2) span,
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2) b,
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2) span,
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2) b,
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(2) span,
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(2) b{
  color:#fff !important;
}

.featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(3){
  background:#f1af3f !important;
  box-shadow:0 5px 12px rgba(241,175,63,.20) !important;
}
.featured-product-meta .featured-meta-chip:nth-child(3) span,
.featured-product-meta .featured-meta-chip:nth-child(3) b,
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3) span,
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3) b,
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3) span,
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3) b,
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(3) span,
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(3) b{
  color:#fff !important;
}

/* v68: product group stat chips clean solid fill only, no rim/halo in any state */
.featured-meta-chip,
.featured-product-meta .featured-meta-chip,
.featured-product-row .featured-meta-chip,
.featured-product-row:hover .featured-meta-chip,
.featured-product-row:focus-within .featured-meta-chip,
.featured-product-row:active .featured-meta-chip{
  border:none !important;
  outline:none !important;
  outline-offset:0 !important;
  box-shadow:none !important;
  filter:none !important;
  background-image:none !important;
  background-clip:border-box !important;
  -webkit-appearance:none !important;
  appearance:none !important;
}

.featured-meta-chip::before,
.featured-meta-chip::after,
.featured-product-meta .featured-meta-chip::before,
.featured-product-meta .featured-meta-chip::after,
.featured-product-row:hover .featured-meta-chip::before,
.featured-product-row:hover .featured-meta-chip::after{
  content:none !important;
  display:none !important;
  border:none !important;
  box-shadow:none !important;
  background:none !important;
}

.featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(1){
  background:#44cf77 !important;
}

.featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(2){
  background:#f05e64 !important;
}

.featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(3){
  background:#f1af3f !important;
}

.featured-product-meta .featured-meta-chip:nth-child(1) span,
.featured-product-meta .featured-meta-chip:nth-child(1) b,
.featured-product-meta .featured-meta-chip:nth-child(2) span,
.featured-product-meta .featured-meta-chip:nth-child(2) b,
.featured-product-meta .featured-meta-chip:nth-child(3) span,
.featured-product-meta .featured-meta-chip:nth-child(3) b,
.featured-product-row:hover .featured-product-meta .featured-meta-chip span,
.featured-product-row:hover .featured-product-meta .featured-meta-chip b,
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip span,
.featured-product-row:focus-within .featured-product-meta .featured-meta-chip b,
.featured-product-row:active .featured-product-meta .featured-meta-chip span,
.featured-product-row:active .featured-product-meta .featured-meta-chip b{
  color:#fff !important;
}


/* v69: actual current product detail stat boxes - solid background only, no border/rim, no hover change */
.detail-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:18px;
  align-items:start;
}
.detail-main,
.checkout-panel{
  min-width:0;
}
.detail-desc{
  margin:0 0 14px;
  color:#556677;
  line-height:1.8;
}
.detail-info-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.detail-info-grid > div,
.detail-main .detail-info-grid > div,
.detail-main:hover .detail-info-grid > div,
.detail-main:focus-within .detail-info-grid > div,
.detail-info-grid > div:hover,
.detail-info-grid > div:focus,
.detail-info-grid > div:active{
  background:#f4f7fb !important;
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
  filter:none !important;
  transform:none !important;
  background-image:none !important;
  border-radius:12px;
  padding:12px 14px;
}
.detail-info-grid > div::before,
.detail-info-grid > div::after{
  content:none !important;
  display:none !important;
}
.detail-info-grid > div small{
  display:block;
  margin-bottom:6px;
  color:#718096;
  font-size:12px;
}
.detail-info-grid > div strong{
  display:block;
  color:#203449;
  font-size:15px;
  line-height:1.35;
}
@media (max-width: 900px){
  .detail-layout{
    grid-template-columns:1fr;
  }
}
@media (max-width: 640px){
  .detail-info-grid{
    grid-template-columns:1fr;
  }
}


/* final override: remove border around stats chips on home product cards */
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(3){
  border:0 !important;
  border-color:transparent !important;
  outline:0 !important;
  box-shadow:none !important;
  -webkit-box-shadow:none !important;
  filter:none !important;
  background:#f4f7fb !important;
  background-image:none !important;
  transform:none !important;
}
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip::before,
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip::after,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip::before,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip::after{
  content:none !important;
  display:none !important;
}


/* final override v2: stats chips use solid backgrounds only, no border, no hover change */
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(3){
  border:0 !important;
  border-color:transparent !important;
  outline:0 !important;
  box-shadow:none !important;
  -webkit-box-shadow:none !important;
  filter:none !important;
  background-image:none !important;
  transform:none !important;
}
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip{
  border-radius:12px !important;
}
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(1){
  background:#166534 !important;
}
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(2){
  background:#dc2626 !important;
}
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(3){
  background:#f59e0b !important;
}
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip span,
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip b,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip span,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip span,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip b,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip span,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip b{
  color:#ffffff !important;
}
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip::before,
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip::after,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip::before,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip::after,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip::before,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip::after,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip::before,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip::after{
  content:none !important;
  display:none !important;
}

/* final override v5: keep title/subtitle slightly larger but closer together across all groups */
.catalog-subgroup-head h3{
  font-size:15px !important;
  line-height:1.16 !important;
  font-weight:800 !important;
  letter-spacing:.3px !important;
  margin:0 0 3px !important;
}
.catalog-subgroup-head p{
  font-size:12px !important;
  line-height:1.5 !important;
  font-style:italic !important;
  font-weight:400 !important;
  letter-spacing:.1px !important;
  color:rgba(255,255,255,.94) !important;
  margin:0 !important;
}
@media (max-width: 900px){
  .catalog-subgroup-head h3{
    font-size:15px !important;
    margin:0 0 3px !important;
  }
  .catalog-subgroup-head p{
    font-size:12px !important;
    line-height:1.5 !important;
  }
}
@media (max-width: 640px){
  .catalog-subgroup-head h3{
    font-size:14px !important;
    margin:0 0 2px !important;
  }
  .catalog-subgroup-head p{
    font-size:11px !important;
    line-height:1.42 !important;
  }
}

/* final override v6: gradient stat chips and label size equal to value */
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(3){
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  -webkit-box-shadow:none !important;
  background-clip:padding-box !important;
}

.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(1){
  background:#166534 !important;
  background-image:linear-gradient(180deg,#166534 0%,#22c55e 100%) !important;
}

.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(2){
  background:#b91c1c !important;
  background-image:linear-gradient(180deg,#b91c1c 0%,#f87171 100%) !important;
}

.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(3){
  background:#d97706 !important;
  background-image:linear-gradient(180deg,#d97706 0%,#fbbf24 100%) !important;
}

.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip span,
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip b,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip span,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip span,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip b,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip span,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip b{
  font-size:13px !important;
  line-height:1 !important;
}

.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip span,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip span,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip span,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip span{
  font-weight:700 !important;
}

.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(1) span,
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(1) b,
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(2) span,
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(2) b,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1) span,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1) b,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2) span,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2) b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1) span,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1) b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2) span,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2) b,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(1) span,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(1) b,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(2) span,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(2) b{
  color:#ffffff !important;
}

.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(3) span,
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(3) b,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3) span,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3) b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3) span,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3) b,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(3) span,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(3) b{
  color:#5b3a00 !important;
}

/* v74: enlarge quick-link secondary labels like "Tài nguyên số" by about 2 sizes */
.quick-links .quick-item span{
  font-size:16px !important;
  line-height:1.2 !important;
}

@media (max-width:700px){
  .quick-links .quick-item span{
    font-size:15px !important;
  }
}

/* v75: enlarge category badges next to product titles like "Hotmail US", "Hotmail VN", "Tài nguyên số" */
.featured-product-list .featured-product-row .featured-product-title-main .cat,
.featured-product-list .featured-product-row:hover .featured-product-title-main .cat,
.featured-product-list .featured-product-row:focus-within .featured-product-title-main .cat,
.featured-product-list .featured-product-row:active .featured-product-title-main .cat{
  min-height:24px !important;
  height:auto !important;
  padding:4px 10px !important;
  font-size:10px !important;
  line-height:1.15 !important;
  font-weight:800 !important;
  white-space:nowrap !important;
}

@media (max-width:700px){
  .featured-product-list .featured-product-row .featured-product-title-main .cat,
  .featured-product-list .featured-product-row:hover .featured-product-title-main .cat,
  .featured-product-list .featured-product-row:focus-within .featured-product-title-main .cat,
  .featured-product-list .featured-product-row:active .featured-product-title-main .cat{
    min-height:22px !important;
    padding:3px 9px !important;
    font-size:9px !important;
  }
}

/* v76: make stat chips lower/slimmer than action buttons */
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip{
  height:30px !important;
  min-height:30px !important;
  padding:0 8px !important;
  gap:5px !important;
  border-radius:8px !important;
  align-items:center !important;
}

.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip span,
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip b,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip span,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip span,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip b,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip span,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip b{
  line-height:1 !important;
}

@media (max-width: 640px){
  .featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip,
  .featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip,
  .featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip,
  .featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip{
    height:30px !important;
    min-height:30px !important;
    padding:0 8px !important;
    gap:6px !important;
    justify-content:space-between !important;
  }
}


/* v77: move product price from title area to stat row beside "Còn lại" */
.featured-product-list .featured-product-row .featured-product-title-row,
.featured-product-list .featured-product-row:hover .featured-product-title-row,
.featured-product-list .featured-product-row:focus-within .featured-product-title-row,
.featured-product-list .featured-product-row:active .featured-product-title-row{
  justify-content:flex-start !important;
}

.featured-product-list .featured-product-row .featured-product-meta .featured-meta-price,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-price,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-price,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-price{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:30px !important;
  min-height:30px !important;
  padding:0 10px !important;
  margin-left:0 !important;
  border:0 !important;
  border-radius:8px !important;
  background:#1d4d8f !important;
  background-image:linear-gradient(180deg,#1d4d8f 0%,#0a84ae 100%) !important;
  color:#ffffff !important;
  box-shadow:none !important;
  -webkit-box-shadow:none !important;
  font-size:13px !important;
  font-weight:800 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  transform:none !important;
}

.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-price,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-price,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-price{
  background-image:linear-gradient(180deg,#1d4d8f 0%,#0a84ae 100%) !important;
  color:#ffffff !important;
}

@media (max-width: 640px){
  .featured-product-list .featured-product-row .featured-product-meta .featured-meta-price,
  .featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-price,
  .featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-price,
  .featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-price{
    width:100% !important;
    justify-content:flex-start !important;
    padding:0 10px !important;
  }
}

/* notice panel refinement: domain rename, split columns, subtle divider */
.notice-head-divider{height:1px;margin:6px 0 8px;background:linear-gradient(90deg,rgba(198,40,40,.22),rgba(148,163,184,.18),rgba(255,255,255,0));border-radius:999px}
.notice-grid.notice-grid-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;align-items:stretch;border:1px solid rgba(148,163,184,.16);border-radius:12px;overflow:hidden;background:linear-gradient(180deg,#fbfdff 0%,#f6f9fc 100%)}
.notice-grid.notice-grid-split .notice-col{padding:12px 14px;gap:9px;background:transparent}
.notice-grid.notice-grid-split .notice-col + .notice-col{border-left:1px solid rgba(148,163,184,.22);box-shadow:inset 1px 0 0 rgba(255,255,255,.9)}
.notice-grid.notice-grid-split .notice-item{min-height:40px}
.notice-grid.notice-grid-split .notice-item.contact{min-height:30px}
.notice-grid.notice-grid-split .notice-thanks{margin-top:8px;padding-top:8px;border-top:1px dashed rgba(148,163,184,.24)}
@media (max-width:700px){.notice-grid.notice-grid-split{grid-template-columns:1fr}.notice-grid.notice-grid-split .notice-col + .notice-col{border-left:0;border-top:1px solid rgba(148,163,184,.18);box-shadow:none}}


/* auth mysql + profile panel */
.auth-status{margin-bottom:16px}
.auth-success{border-color:#b8e7cc;background:#f3fff8}
.auth-success b{color:#0f9f57}
.auth-error{border-color:#f1c0c0;background:#fff7f7}
.auth-error b{color:#dc2626}
.auth-db-note{margin:0 0 10px;padding:10px 12px;border-radius:10px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:12px;line-height:1.6}
.profile-summary-card,.profile-card-view{display:grid;gap:12px}
.profile-head-compact{align-items:flex-start}
.profile-main-name{font-size:20px;font-weight:800;color:#17324d;line-height:1.2}
.profile-main-account{font-size:13px;font-weight:700;color:#0a84ae}
.profile-stats-grid{display:grid;grid-template-columns:1fr;gap:10px}
.profile-stats-grid > div{padding:11px 12px;border-radius:12px;background:#f7fafc;border:1px solid #e2e8f0;display:grid;gap:4px}
.profile-stats-grid span{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.35px}
.profile-stats-grid b{font-size:15px;color:#16324b}
.profile-badge{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:6px 10px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:11px;font-weight:800;letter-spacing:.3px}
.profile-card-head{display:grid;gap:6px;padding:4px 0 2px}
.profile-card-head strong{font-size:20px;color:#16324b}
.profile-card-head small{font-size:13px;color:#64748b}
.logout-inline-form{margin:0}
.profile-logout-btn{border:0;background:#e31e2f;color:#fff;padding:10px 14px;border-radius:10px;font-size:12px;font-weight:800;cursor:pointer;box-shadow:0 10px 18px rgba(227,30,47,.18)}
.profile-logout-btn:hover{filter:brightness(.98)}
.profile-stats-grid-home{margin-top:4px}
@media (max-width:700px){
  .profile-main-name,.profile-card-head strong{font-size:18px}
  .profile-stats-grid b{font-size:14px}
}

/* v69: member page, profile edit, and post-login flow */
.member-entry-card,.profile-summary-card-home-link{display:grid;gap:14px}
.member-entry-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.member-action-stack{display:grid;gap:6px}
.logout-bottom-form,.member-logout-bottom{margin-top:6px}
.member-page-wrap{display:block;padding:6px 0 10px}
.member-page-shell{padding:26px;border-radius:24px;display:grid;gap:22px;background:linear-gradient(180deg,#fdfefe 0%,#f7fbff 100%);border:1px solid #d9e6f0;box-shadow:0 18px 42px rgba(15,23,42,.08)}
.member-page-head{display:grid;gap:12px}
.member-page-topline{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;border-radius:14px;background:linear-gradient(180deg,#0d5a98 0%,#1476bf 100%)}
.member-title-bar{margin:0;padding:0;min-height:0;background:transparent;color:#fff}
.member-page-intro h1{margin:0 0 8px;font-size:28px;line-height:1.1;color:#0f2741}
.member-page-intro p{margin:0;max-width:760px;color:#56708b;line-height:1.7}
.member-back-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:12px;text-decoration:none;font-weight:700;color:#fff;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28)}
.member-wallet-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.member-wallet-card{display:grid;gap:8px;padding:18px;border-radius:18px;background:linear-gradient(180deg,#ffffff 0%,#f3f8ff 100%);border:1px solid #dbe6f0;box-shadow:0 10px 24px rgba(15,23,42,.05)}
.member-wallet-card span{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#6b8197}
.member-wallet-card b{font-size:14px;color:#163458}
.member-wallet-card strong{font-size:28px;line-height:1.1;color:#0e4b85}
.member-wallet-card.accent-card{background:linear-gradient(180deg,#fff8ea 0%,#fff2d0 100%);border-color:#f3d28f}
.member-wallet-card.accent-card strong{color:#b56b00}
.member-content-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);gap:20px;align-items:start}
.member-profile-panel,.member-edit-panel{background:#fff;border:1px solid #dbe6f0;border-radius:20px;padding:20px;box-shadow:0 10px 24px rgba(15,23,42,.04)}
.member-full-panel{width:100%}
.member-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}
.member-panel-head h2{margin:0 0 6px;font-size:22px;color:#102b4b}
.member-panel-head p{margin:0;color:#68819a;line-height:1.6}
.member-inline-badge{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;background:#eef6ff;border:1px solid #cfe2f7;color:#1b4e83;font-weight:700;font-size:12px;white-space:nowrap}
.member-profile-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.member-profile-list>div{display:grid;gap:6px;padding:14px 15px;border-radius:16px;background:#f7fbff;border:1px solid #dbe8f3}
.member-profile-list span{font-size:12px;color:#6f8497;font-weight:700}
.member-profile-list b{font-size:15px;color:#173654;line-height:1.6;word-break:break-word}
.member-profile-list .device-text{font-size:13px;font-weight:600;color:#35536f}
.member-form{gap:10px}
.member-form input{border-radius:12px}
.member-2fa-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px}
.member-wide-field{display:grid;gap:8px}
.member-2fa-form .side-btn{min-width:180px}
.member-purchase-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}
.member-purchase-summary-card{display:grid;gap:8px;padding:16px;border-radius:16px;background:linear-gradient(180deg,#ffffff 0%,#f4f9ff 100%);border:1px solid #dbe6f0;box-shadow:0 8px 22px rgba(15,23,42,.04)}
.member-purchase-summary-card span{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#6b8197}
.member-purchase-summary-card strong{font-size:24px;line-height:1.1;color:#0e4b85}
.member-purchase-table{min-width:1800px}
.member-purchase-table .history-agent-cell{min-width:260px}
.member-login-history-wrap{overflow:auto;border:1px solid #d9e5ef;border-radius:18px;background:#f9fcff}
.member-login-table{width:100%;min-width:1120px;border-collapse:separate;border-spacing:0}
.member-login-table thead th{position:sticky;top:0;background:#edf6ff;color:#123d66;font-size:12px;text-transform:uppercase;letter-spacing:.4px;padding:14px 12px;text-align:left;border-bottom:1px solid #d7e4f1}
.member-login-table tbody td{padding:14px 12px;border-bottom:1px solid #e7eef5;font-size:13px;color:#254563;vertical-align:top;line-height:1.55}
.member-login-table tbody tr:nth-child(even){background:#fcfeff}
.member-login-table tbody tr:last-child td{border-bottom:none}
.member-login-table .history-agent-cell{min-width:320px;word-break:break-word;color:#35536f}
.member-empty-note{padding:16px 18px;border-radius:16px;background:#f7fbff;border:1px dashed #cfe0ee;color:#42627f;line-height:1.7}
.member-logout-bottom{display:flex;justify-content:flex-end}
.member-logout-bottom .side-btn{min-width:190px}
@media (max-width: 1100px){.member-wallet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.member-content-grid{grid-template-columns:1fr}.member-profile-list{grid-template-columns:1fr 1fr}.member-2fa-form{grid-template-columns:1fr}.member-purchase-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 720px){.member-page-shell{padding:18px;border-radius:18px}.member-page-topline{flex-direction:column;align-items:stretch}.member-wallet-grid{grid-template-columns:1fr}.member-profile-list{grid-template-columns:1fr}.member-panel-head{flex-direction:column}.member-inline-badge{min-height:30px}.member-wallet-card strong{font-size:24px}.member-purchase-summary-grid{grid-template-columns:1fr}.member-purchase-summary-card strong{font-size:22px}.member-logout-bottom{justify-content:stretch}.member-logout-bottom .side-btn,.member-entry-btn,.member-2fa-form .side-btn{width:100%}.member-login-table{min-width:0}.member-login-table thead{display:none}.member-login-table,.member-login-table tbody,.member-login-table tr,.member-login-table td{display:block;width:100%}.member-login-table tbody tr{padding:12px 14px;border-bottom:1px solid #e7eef5}.member-login-table tbody td{padding:6px 0;border-bottom:none}.member-login-table tbody td::before{content:attr(data-label);display:block;font-size:11px;text-transform:uppercase;letter-spacing:.4px;color:#6b8197;font-weight:700;margin-bottom:4px}}

.member-actions-grid{display:grid;grid-template-columns:minmax(0,320px);gap:12px}
.member-panel-link{text-decoration:none;text-align:center}
.member-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.member-page-topline-sub{justify-content:space-between}
@media (max-width: 720px){.member-actions-grid{grid-template-columns:1fr}.member-title-row{flex-direction:column;align-items:stretch}.member-page-topline-sub{align-items:stretch}}

/* Fix vertical centering for member purchase history button */
.member-panel-link{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:1.2;
  padding:0 14px;
}

/* v70: real Google Authenticator 2FA flow */
.outline-btn{background:#fff;border:1px solid #cfe0ee;color:#1a4f7a;box-shadow:0 10px 18px rgba(15,23,42,.05)}
.outline-btn:hover{background:#f7fbff}
.member-2fa-state{display:grid;gap:16px}
.member-2fa-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.member-2fa-meta>div{display:grid;gap:6px;padding:14px 15px;border-radius:16px;background:#f7fbff;border:1px solid #dbe8f3}
.member-2fa-meta span{font-size:12px;color:#6f8497;font-weight:700}
.member-2fa-meta b{font-size:15px;color:#173654;line-height:1.6;word-break:break-word}
.member-2fa-setup-card{display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px;align-items:center;padding:18px;border-radius:18px;background:linear-gradient(180deg,#ffffff 0%,#f5fbff 100%);border:1px solid #dbe6f0;box-shadow:0 8px 22px rgba(15,23,42,.04)}
.member-2fa-qr-box{display:flex;align-items:center;justify-content:center;min-height:220px;padding:14px;border-radius:18px;background:#fff;border:1px solid #d7e4f1;box-shadow:inset 0 0 0 1px rgba(255,255,255,.75)}
.member-2fa-qr-canvas{display:flex;align-items:center;justify-content:center;width:100%;min-height:184px}
.member-2fa-qr-canvas img,.member-2fa-qr-canvas canvas{display:block !important;max-width:100%;height:auto}
.member-2fa-setup-info{display:grid;gap:12px}
.member-2fa-setup-info h3{margin:0;color:#102b4b;font-size:20px}
.member-2fa-setup-info p{margin:0;color:#5c7690;line-height:1.7}
.member-2fa-secret-code{padding:14px 16px;border-radius:16px;background:#0f2741;color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:18px;font-weight:800;letter-spacing:1.6px;line-height:1.6;word-break:break-word}
.member-2fa-actions{display:flex;flex-wrap:wrap;gap:12px}
.member-2fa-inline-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px}
.member-2fa-inline-form .side-btn{min-width:210px}
.twofa-login-card{display:grid;gap:16px;max-width:640px;margin:0 auto}
.twofa-login-note{margin:0}
.twofa-login-form{display:grid;gap:12px}
.twofa-code-input{text-align:center;font-size:26px;letter-spacing:10px;font-weight:800}
.member-2fa-qr-canvas .twofa-qr-fallback{display:grid;gap:8px;text-align:center;color:#5c7690;line-height:1.6}
@media (max-width:1100px){.member-2fa-setup-card{grid-template-columns:1fr}.member-2fa-meta{grid-template-columns:1fr 1fr}.member-2fa-inline-form{grid-template-columns:1fr}}
@media (max-width:720px){.member-2fa-meta{grid-template-columns:1fr}.member-2fa-secret-code{font-size:16px;letter-spacing:1px}.member-2fa-actions,.member-2fa-actions form{width:100%}.member-2fa-actions .side-btn,.member-2fa-inline-form .side-btn{width:100%}.twofa-code-input{font-size:22px;letter-spacing:8px}}

/* v71: fix 2FA layout overlap */
.member-2fa-panel,
.member-2fa-state,
.member-2fa-setup-card,
.member-2fa-setup-info,
.member-2fa-qr-box,
.member-2fa-qr-canvas{
  min-width:0;
}
.member-2fa-setup-card{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  gap:18px !important;
  overflow:hidden;
}
.member-2fa-qr-box{
  width:100%;
  max-width:260px;
  margin:0 auto;
  min-height:unset;
  aspect-ratio:1 / 1;
  box-sizing:border-box;
}
.member-2fa-qr-canvas{
  width:100%;
  min-height:0;
  overflow:hidden;
}
.member-2fa-qr-canvas img,
.member-2fa-qr-canvas canvas{
  max-width:100% !important;
  width:100% !important;
  height:auto !important;
  margin:0 auto;
}
.member-2fa-setup-info{
  width:100%;
  gap:14px;
}
.member-2fa-secret-code{
  display:block;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.member-2fa-actions{
  align-items:stretch;
}
.member-2fa-actions form{
  flex:1 1 220px;
}
.member-2fa-actions .side-btn{
  width:100%;
}
@media (max-width:720px){
  .member-2fa-qr-box{
    max-width:220px;
    padding:12px;
  }
}


/* v72: member tabs layout and stable 2fa viewport */
.member-tabs-shell{display:grid;grid-template-columns:280px minmax(0,1fr);gap:20px;align-items:start}
.member-tab-content-area{min-width:0;display:grid;grid-column:2;grid-row:1}
.member-tab-panel{min-width:0}
.member-tab-panel.is-hidden{display:none}
.member-tab-panel.is-active{display:block}
.member-tabs-nav{display:grid;gap:12px;position:sticky;top:18px;grid-column:1;grid-row:1;align-self:start}
.member-tab-btn{display:grid;gap:5px;padding:16px 18px;border-radius:18px;text-decoration:none;background:linear-gradient(180deg,#ffffff 0%,#f4f9ff 100%);border:1px solid #dbe6f0;box-shadow:0 10px 24px rgba(15,23,42,.04);color:#173654;transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease}
.member-tab-btn:hover{transform:translateY(-1px);border-color:#9ac3ea;box-shadow:0 14px 28px rgba(15,23,42,.08)}
.member-tab-btn.is-active{background:linear-gradient(180deg,#0d5a98 0%,#1476bf 100%);border-color:#1476bf;color:#fff;box-shadow:0 16px 30px rgba(20,118,191,.24)}
.member-tab-kicker{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.45px;color:#6e87a1}
.member-tab-btn.is-active .member-tab-kicker{color:rgba(255,255,255,.72)}
.member-tab-btn strong{font-size:17px;line-height:1.3}
.member-tab-btn small{font-size:12px;line-height:1.6;color:#5d7892}
.member-tab-btn.is-active small{color:rgba(255,255,255,.9)}
#member-twofa-setup-card{scroll-margin-top:24px}
@media (max-width:1100px){.member-tabs-shell{grid-template-columns:1fr}.member-tab-content-area{grid-column:auto;grid-row:auto}.member-tabs-nav{grid-column:auto;grid-row:auto;order:-1;position:static;grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:720px){.member-tabs-nav{grid-template-columns:1fr}.member-tab-btn{padding:14px 15px}.member-tab-btn strong{font-size:16px}}


/* v73: compact left tabs, equal profile panels, password tab */
.member-content-grid{align-items:stretch}
.member-profile-panel,
.member-edit-panel{display:flex;flex-direction:column;height:100%}
.member-profile-panel .member-profile-list,
.member-edit-panel .member-form{flex:1}
.member-form{align-content:start}
.member-password-panel{max-width:820px}
.member-password-form{max-width:560px}
.member-tabs-shell{grid-template-columns:240px minmax(0,1fr);gap:18px}
.member-tabs-nav{gap:10px}
.member-tab-btn{gap:4px;padding:12px 13px;border-radius:14px}
.member-tab-kicker{font-size:10px;letter-spacing:.35px}
.member-tab-btn strong{font-size:15px;line-height:1.25}
.member-tab-btn small{font-size:11px;line-height:1.45}
.member-inline-badge{padding:6px 10px}
@media (max-width:1100px){.member-tabs-shell{grid-template-columns:1fr}.member-password-panel{max-width:none}.member-password-form{max-width:none}}
@media (max-width:720px){.member-tab-btn{padding:12px}.member-tab-btn strong{font-size:15px}.member-tab-btn small{font-size:11px}}

/* v74: final member tabs polish - left nav, right content, password tab, no viewport jump side effects */
.member-tabs-shell{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:18px;
  align-items:start;
}
.member-tabs-nav{
  grid-column:1;
  grid-row:1;
  display:grid;
  gap:10px;
  position:sticky;
  top:18px;
  align-self:start;
}
.member-tab-content-area{
  grid-column:2;
  grid-row:1;
  min-width:0;
  display:block;
}
.member-tab-btn{
  display:grid;
  gap:4px;
  padding:11px 12px;
  border-radius:14px;
  text-decoration:none;
  align-content:center;
}
.member-tab-btn strong{
  font-size:15px;
  line-height:1.25;
}
.member-tab-btn small{
  font-size:11px;
  line-height:1.45;
}
.member-tab-kicker{
  font-size:10px;
  letter-spacing:.35px;
}
.member-tab-panel{
  min-width:0;
}
.member-tab-panel.is-hidden{
  display:none !important;
}
.member-tab-panel.is-active{
  display:block !important;
}
.member-password-panel{
  max-width:860px;
}
.member-password-form{
  max-width:560px;
}
#member-twofa-setup-card{
  scroll-margin-top:24px;
}
@media (max-width:1100px){
  .member-tabs-shell{
    grid-template-columns:1fr;
  }
  .member-tabs-nav,
  .member-tab-content-area{
    grid-column:auto;
    grid-row:auto;
    position:static;
  }
  .member-tabs-nav{
    order:-1;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .member-password-panel,
  .member-password-form{
    max-width:none;
  }
}
@media (max-width:720px){
  .member-tabs-nav{
    grid-template-columns:1fr;
  }
  .member-tab-btn{
    padding:11px 12px;
  }
}


/* v75: member tabs no-jump viewport and full-width password form */
.member-tab-content-area{align-self:start;min-height:0}
.member-tab-btn{width:100%;appearance:none;-webkit-appearance:none;text-align:left;cursor:pointer;font:inherit}
.member-tab-btn:focus{outline:none}
.member-tab-btn:focus-visible{outline:2px solid #1476bf;outline-offset:2px}
.member-password-panel,.member-password-form{max-width:none}
.member-password-form{width:100%}
.member-password-panel .member-panel-head{margin-bottom:10px}
.member-password-panel .member-inline-badge{display:none !important}
.member-tab-panel.is-hidden{display:none !important;visibility:hidden}
.member-tab-panel.is-active{display:block !important;visibility:visible}
#member-tabs{overflow-anchor:none}
.member-tab-content-area,.member-tabs-shell{overflow-anchor:none}


/* v76: stabilize member tabs, remove home hover mark, smooth sticky header */
.nav-inner a.nav-home,
.nav-inner a.nav-home:hover,
.nav-inner a.nav-home:active,
.nav-inner a.nav-home.is-current,
.nav-inner a.nav-home[aria-current="page"]{
  color:inherit;
  background:transparent;
  box-shadow:none;
  transform:none;
}
.nav-inner a.nav-home::after,
.nav-inner a.nav-home:hover::after,
.nav-inner a.nav-home.is-current::after,
.nav-inner a.nav-home[aria-current="page"]::after{
  transform:scaleX(0);
  opacity:0;
}
.member-tab-btn{
  justify-items:start;
}
.member-tab-panel[hidden]{
  display:none !important;
}
.member-tab-panel.is-active{
  display:block !important;
}
.member-tab-content-area{
  min-height:520px;
}
.header-stack,
.site-header-wrap,
.header,
.menu,
.nav-inner,
.logo-mark,
.logo-text,
.logo-sub{
  transition:box-shadow .2s ease,border-color .2s ease,background-color .2s ease,color .2s ease !important;
}
body.header-scrolled .header{
  padding:14px 0;
  gap:16px;
}
body.header-scrolled .nav-inner{
  padding:10px 0;
  gap:10px;
}
body.header-scrolled .logo-mark{
  width:48px;
  height:48px;
  font-size:26px;
}
body.header-scrolled .logo-text{
  font-size:30px;
}
body.header-scrolled .logo-sub{
  margin-top:4px;
}
@media (max-width:1100px){
  .member-tab-content-area{
    min-height:0;
  }
}

/* v77b: make quantity/sold/remaining stat chips use same background as price */
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(3){
  background:#1d4d8f !important;
  background-image:linear-gradient(180deg,#1d4d8f 0%,#0a84ae 100%) !important;
  color:#ffffff !important;
  box-shadow:none !important;
  -webkit-box-shadow:none !important;
}

.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(1) span,
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(1) b,
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(2) span,
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(2) b,
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(3) span,
.featured-product-list .featured-product-row .featured-product-meta .featured-meta-chip:nth-child(3) b,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1) span,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(1) b,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2) span,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(2) b,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3) span,
.featured-product-list .featured-product-row:hover .featured-product-meta .featured-meta-chip:nth-child(3) b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1) span,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(1) b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2) span,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(2) b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3) span,
.featured-product-list .featured-product-row:focus-within .featured-product-meta .featured-meta-chip:nth-child(3) b,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(1) span,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(1) b,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(2) span,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(2) b,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(3) span,
.featured-product-list .featured-product-row:active .featured-product-meta .featured-meta-chip:nth-child(3) b{
  color:#ffffff !important;
}

.catalog-empty-note,
.admin-empty-note{background:#fff;border:1px solid #dce3eb;border-radius:16px;padding:18px 20px;color:#556677;font-size:14px;line-height:1.7;box-shadow:0 10px 24px rgba(15,23,42,.05)}

/* v78: member profile + wallet refresh, modern left sidebar, home-aligned styling */
.member-page-shell{
  background:linear-gradient(180deg,#ffffff 0%,#f5faff 100%);
  border:1px solid #d7e4f0;
  box-shadow:0 18px 44px rgba(15,23,42,.07);
}
.member-page-topline{
  padding:12px 16px;
  border-radius:16px;
  background:linear-gradient(180deg,#0d5a98 0%,#0a84ae 100%);
  box-shadow:0 14px 30px rgba(13,90,152,.22);
}
.member-page-intro-modern{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding:22px 24px;
  border-radius:22px;
  background:linear-gradient(135deg,#eff7ff 0%,#ffffff 58%,#f2fbff 100%);
  border:1px solid #d9e7f2;
}
.member-page-kicker{
  display:inline-flex;
  margin-bottom:10px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.5px;
  text-transform:uppercase;
  color:#0a84ae;
}
.member-page-intro-modern h1{
  margin:0 0 10px;
  font-size:30px;
  line-height:1.08;
  color:#14324d;
}
.member-page-intro-modern p{
  margin:0;
  max-width:760px;
  color:#516b84;
  line-height:1.75;
}
.member-page-intro-meta{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
}
.member-page-intro-meta span,
.member-soft-badge,
.member-mini-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid #d7e5f1;
  color:#1c507b;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}
.member-tabs-shell{
  grid-template-columns:232px minmax(0,1fr);
  gap:22px;
  align-items:start;
}
.member-tabs-nav{
  gap:0;
  padding:8px 0;
  background:#ffffff;
  border:1px solid #d9e6f1;
  border-radius:18px;
  box-shadow:0 14px 28px rgba(15,23,42,.05);
  overflow:hidden;
}
.member-tab-btn{
  padding:11px 14px !important;
  border:0;
  border-left:3px solid transparent;
  border-radius:0 !important;
  border-bottom:1px solid #e8eff6;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}
.member-tab-btn:last-child{border-bottom:none}
.member-tab-btn:hover{
  background:#f7fbff !important;
  border-color:#d7e5f1;
}
.member-tab-btn.is-active{
  background:#eef7ff !important;
  border-left-color:#0a84ae;
  color:#14324d;
}
.member-tab-btn.is-active .member-tab-kicker,
.member-tab-btn.is-active small{
  color:#467097;
}
.member-tab-kicker{
  font-size:10px;
  letter-spacing:.42px;
  color:#6f879d;
}
.member-tab-btn strong{
  font-size:14px;
  line-height:1.28;
}
.member-tab-btn small{
  font-size:11px;
  line-height:1.45;
  color:#60809b;
}
.member-wallet-overview-panel,
.member-profile-summary-panel,
.member-edit-panel-modern,
.member-password-panel,
.member-2fa-panel,
.member-login-history-panel,
.member-purchase-history-panel{
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  border:1px solid #dbe6f0;
  box-shadow:0 12px 28px rgba(15,23,42,.045);
}
.member-panel-head-wide{
  align-items:flex-start;
}
.member-panel-head h2,
.member-panel-head h3{
  color:#14324d;
}
.member-panel-head p{
  color:#5a748d;
}
.member-wallet-grid-inline{
  margin-top:4px;
}
.member-wallet-card{
  padding:18px 18px 20px;
  border-radius:20px;
  background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);
  border:1px solid #d8e5f1;
  box-shadow:0 12px 22px rgba(15,23,42,.04);
}
.member-wallet-card span{
  color:#62809a;
}
.member-wallet-card b{
  color:#183955;
}
.member-wallet-card strong{
  color:#0d5a98;
}
.member-wallet-card.accent-card{
  background:linear-gradient(180deg,#0d5a98 0%,#0a84ae 100%);
  border-color:transparent;
}
.member-wallet-card.accent-card span,
.member-wallet-card.accent-card b,
.member-wallet-card.accent-card strong{
  color:#ffffff;
}
.member-overview-grid,
.member-preview-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.member-overview-card,
.member-activity-card{
  padding:18px;
  border-radius:18px;
  background:#ffffff;
  border:1px solid #dbe7f2;
}
.member-overview-label{
  display:block;
  margin-bottom:10px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.45px;
  text-transform:uppercase;
  color:#0a84ae;
}
.member-overview-card strong{
  display:block;
  margin-bottom:6px;
  font-size:20px;
  color:#16324b;
}
.member-overview-card p{
  margin:0;
  color:#5d7891;
  line-height:1.7;
}
.member-activity-list{
  display:grid;
  gap:10px;
}
.member-activity-item{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:13px 14px;
  border-radius:14px;
  background:#f7fbff;
  border:1px solid #e2edf6;
}
.member-activity-item strong{
  display:block;
  margin-bottom:4px;
  color:#16324b;
  font-size:14px;
}
.member-activity-item p{
  margin:0;
  color:#68839a;
  line-height:1.6;
  font-size:12px;
}
.member-activity-item span{
  flex:0 0 auto;
  color:#0d5a98;
  font-size:12px;
  font-weight:800;
  text-align:right;
  max-width:170px;
  line-height:1.5;
}
.member-content-grid-profile{
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:18px;
}
.member-profile-summary-panel{
  padding:22px;
}
.member-profile-hero{
  display:flex;
  align-items:center;
  gap:18px;
  padding:18px;
  margin-bottom:18px;
  border-radius:20px;
  background:linear-gradient(135deg,#eff7ff 0%,#ffffff 60%,#f4fbff 100%);
  border:1px solid #d8e6f1;
}
.member-profile-avatar{
  display:flex;
  align-items:center;
  justify-content:center;
  width:72px;
  height:72px;
  border-radius:22px;
  background:linear-gradient(180deg,#0d5a98 0%,#0a84ae 100%);
  color:#ffffff;
  font-size:26px;
  font-weight:800;
  letter-spacing:.5px;
  box-shadow:0 14px 28px rgba(13,90,152,.22);
}
.member-profile-kicker{
  display:inline-flex;
  margin-bottom:8px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.45px;
  text-transform:uppercase;
  color:#0a84ae;
}
.member-profile-meta h2{
  margin:0 0 8px;
  font-size:28px;
  color:#14324d;
}
.member-profile-meta p{
  margin:0;
  color:#5a748d;
}
.member-profile-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.member-profile-list-modern{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.member-profile-list-modern>div{
  padding:15px 16px;
  border-radius:16px;
  background:#ffffff;
  border:1px solid #dfeaf3;
}
.member-edit-panel-modern .member-form input,
.member-password-form input,
.member-2fa-inline-form input{
  background:#fbfdff;
  border:1px solid #d8e5f0;
}
.member-edit-panel-modern .member-form input:focus,
.member-password-form input:focus,
.member-2fa-inline-form input:focus{
  border-color:#0a84ae;
  box-shadow:0 0 0 4px rgba(10,132,174,.08);
}
.member-mini-link{
  transition:background-color .2s ease,border-color .2s ease,color .2s ease;
}
.member-mini-link:hover{
  background:#eef7ff;
  border-color:#bcd8ee;
}
@media (max-width:1100px){
  .member-page-intro-modern,
  .member-profile-hero{
    flex-direction:column;
    align-items:flex-start;
  }
  .member-page-intro-meta{
    justify-content:flex-start;
  }
  .member-tabs-shell,
  .member-content-grid-profile,
  .member-overview-grid,
  .member-preview-grid{
    grid-template-columns:1fr;
  }
  .member-tabs-nav{
    padding:0;
  }
  .member-tab-btn{
    border-left:0;
    border-top:3px solid transparent;
  }
  .member-tab-btn.is-active{
    border-left:0;
    border-top-color:#0a84ae;
  }
}
@media (max-width:720px){
  .member-page-intro-modern{
    padding:18px;
  }
  .member-page-intro-modern h1{
    font-size:26px;
  }
  .member-tabs-nav{
    border-radius:16px;
  }
  .member-activity-item{
    flex-direction:column;
    align-items:flex-start;
  }
  .member-activity-item span{
    max-width:none;
    text-align:left;
  }
  .member-profile-list-modern,
  .member-overview-grid,
  .member-preview-grid{
    grid-template-columns:1fr;
  }
}

/* v79: member sidebar flatten + cleaner tab content layout */
.member-tabs-nav{
  padding:6px 0;
  border-radius:0;
  box-shadow:none;
  background:#ffffff;
}
.member-tab-btn,
.member-tab-btn:hover,
.member-tab-btn.is-active{
  border-radius:0 !important;
}
.member-tab-btn{
  padding:12px 14px !important;
}
.member-tab-content-area{
  display:grid;
  gap:18px;
}
.member-content-grid-profile-clean{
  grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);
  gap:20px;
}
.member-section-stack{
  display:grid;
  gap:16px;
}
.member-info-block,
.member-side-note-card,
.member-table-shell{
  padding:18px;
  border:1px solid #dbe6f0;
  border-radius:18px;
  background:#ffffff;
}
.member-info-block-head,
.member-table-head{
  display:grid;
  gap:6px;
  margin-bottom:14px;
}
.member-info-block-head h3,
.member-table-head h3,
.member-side-note-card h3{
  margin:0;
  font-size:18px;
  color:#14324d;
}
.member-info-block-head p,
.member-table-head p,
.member-side-note-card p{
  margin:0;
  color:#607a93;
  line-height:1.65;
}
.member-profile-list-compact{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.member-profile-list-compact > div{
  background:#f8fbff;
  border-color:#e2ebf3;
}
.member-quick-stats-grid,
.member-mini-summary-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.member-mini-summary-grid-3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.member-mini-summary-grid-4{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.member-quick-stat-card,
.member-mini-summary-card{
  display:grid;
  gap:6px;
  padding:14px 15px;
  border-radius:16px;
  background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);
  border:1px solid #dce8f2;
}
.member-quick-stat-card span,
.member-mini-summary-card span{
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.42px;
  color:#648098;
}
.member-quick-stat-card strong,
.member-mini-summary-card strong{
  font-size:15px;
  line-height:1.5;
  color:#14324d;
  word-break:break-word;
}
.member-form-clean{
  display:grid;
  gap:14px;
}
.member-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.member-form-grid > div{
  display:grid;
  gap:8px;
}
.member-form-clean label{
  font-size:12px;
  font-weight:800;
  color:#486883;
  text-transform:uppercase;
  letter-spacing:.35px;
}
.member-form-clean input{
  min-height:48px;
  padding:12px 14px;
  background:#fbfdff;
  border:1px solid #d9e5ef;
  border-radius:14px;
}
.member-submit-btn{
  min-height:46px;
}
.member-panel-head-clean{
  margin-bottom:14px;
}
.member-split-layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(260px,.75fr);
  gap:18px;
  align-items:start;
}
.member-side-note-card{
  background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);
}
.member-clean-list{
  margin:0;
  padding-left:18px;
  color:#506f88;
  line-height:1.8;
}
.member-clean-list li + li{
  margin-top:6px;
}
.member-table-shell{
  padding:0;
  overflow:hidden;
}
.member-table-head{
  padding:18px 18px 0;
}
.member-table-shell .member-login-history-wrap{
  margin-top:14px;
  border-left:0;
  border-right:0;
  border-bottom:0;
  border-radius:0;
}
.member-purchase-summary-grid-clean{
  margin-bottom:18px;
}
.member-login-table thead th{
  white-space:nowrap;
}
@media (max-width:1100px){
  .member-content-grid-profile-clean,
  .member-split-layout,
  .member-mini-summary-grid-3,
  .member-mini-summary-grid-4{
    grid-template-columns:1fr;
  }
  .member-form-grid,
  .member-profile-list-compact,
  .member-quick-stats-grid,
  .member-mini-summary-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width:720px){
  .member-tabs-nav{
    border-radius:0;
  }
  .member-form-grid,
  .member-profile-list-compact,
  .member-quick-stats-grid,
  .member-mini-summary-grid,
  .member-mini-summary-grid-3,
  .member-mini-summary-grid-4{
    grid-template-columns:1fr;
  }
  .member-info-block,
  .member-side-note-card,
  .member-table-head{
    padding:16px;
  }
}

/* v80: member tabs tidy typography + grouped spacing */
.member-page-shell{
  padding:22px;
}
.member-tab-content-area{
  display:grid;
  gap:20px;
}
.member-tab-panel,
.member-tab-panel.is-active{
  min-width:0;
}
.member-profile-panel,
.member-edit-panel,
.member-wallet-overview-panel,
.member-password-panel,
.member-2fa-panel,
.member-login-history-panel,
.member-purchase-history-panel{
  gap:18px;
  padding:22px;
  border-radius:22px;
}
.member-panel-head{
  gap:12px;
  margin-bottom:0;
}
.member-panel-head h2{
  margin:0 0 4px;
  font-size:20px;
  line-height:1.3;
}
.member-panel-head h3,
.member-group-head h3,
.member-info-block-head h3,
.member-table-head h3,
.member-side-note-card h3,
.member-activity-card .member-panel-head h3{
  margin:0;
  font-size:16px;
  line-height:1.35;
}
.member-panel-head p,
.member-group-head p,
.member-info-block-head p,
.member-table-head p,
.member-side-note-card p,
.member-activity-card .member-panel-head p{
  margin:0;
  font-size:13px;
  line-height:1.65;
  color:#617a93;
}
.member-page-intro-modern h1{
  font-size:25px;
  line-height:1.15;
}
.member-page-intro-modern p{
  font-size:14px;
  line-height:1.7;
}
.member-page-intro-meta span,
.member-soft-badge,
.member-mini-link,
.member-inline-badge{
  font-size:11px;
}
.member-profile-meta h2{
  font-size:24px;
  line-height:1.2;
}
.member-profile-meta p,
.member-overview-card p,
.member-activity-item p,
.member-clean-list,
.member-empty-note{
  font-size:13px;
  line-height:1.65;
}
.member-group-wrap{
  display:grid;
  gap:14px;
  padding:18px;
  border:1px solid #dce7f0;
  border-radius:20px;
  background:linear-gradient(180deg,#fbfdff 0%,#f7fbff 100%);
}
.member-group-wrap-tight{
  gap:12px;
}
.member-group-head{
  display:grid;
  gap:4px;
  padding-bottom:10px;
  border-bottom:1px solid #e5edf5;
}
.member-wallet-grid-inline,
.member-overview-grid,
.member-preview-grid,
.member-mini-summary-grid,
.member-purchase-summary-grid,
.member-split-layout{
  margin:0;
}
.member-wallet-grid,
.member-overview-grid,
.member-preview-grid,
.member-mini-summary-grid,
.member-purchase-summary-grid{
  gap:14px;
}
.member-wallet-card,
.member-overview-card,
.member-activity-card,
.member-quick-stat-card,
.member-mini-summary-card,
.member-purchase-summary-card,
.member-info-block,
.member-side-note-card{
  border-radius:18px;
}
.member-wallet-card{
  padding:16px;
}
.member-wallet-card span,
.member-overview-label,
.member-quick-stat-card span,
.member-mini-summary-card span,
.member-purchase-summary-card span,
.member-profile-list span,
.member-form-clean label{
  font-size:10px;
  letter-spacing:.4px;
}
.member-wallet-card b,
.member-profile-list b,
.member-activity-item strong,
.member-quick-stat-card strong,
.member-mini-summary-card strong,
.member-purchase-summary-card strong{
  font-size:14px;
  line-height:1.55;
}
.member-wallet-card strong{
  font-size:24px;
  line-height:1.1;
}
.member-overview-card strong{
  font-size:17px;
  line-height:1.35;
}
.member-activity-item{
  padding:12px 14px;
}
.member-activity-item span{
  font-size:11px;
  line-height:1.45;
}
.member-profile-list,
.member-profile-list-compact,
.member-form-grid,
.member-quick-stats-grid{
  gap:12px;
}
.member-info-block,
.member-side-note-card,
.member-table-head{
  padding:16px;
}
.member-profile-list>div,
.member-profile-list-compact>div{
  padding:13px 14px;
}
.member-form-clean{
  gap:12px;
}
.member-form-clean input,
.member-wide-field input{
  min-height:44px;
  padding:11px 13px;
  font-size:14px;
}
.member-submit-btn{
  min-height:44px;
}
.member-table-shell{
  border-radius:20px;
}
.member-table-head{
  padding-bottom:14px;
}
.member-login-table thead th{
  padding:12px 10px;
  font-size:11px;
}
.member-login-table tbody td{
  padding:12px 10px;
  font-size:12px;
  line-height:1.6;
}
.member-login-table .history-agent-cell{
  min-width:240px;
}
.member-tabs-shell{
  gap:20px;
}
.member-tabs-nav{
  padding:4px 0;
}
.member-tab-btn{
  gap:3px;
  padding:11px 13px !important;
}
.member-tab-btn strong{
  font-size:13px;
  line-height:1.3;
}
.member-tab-btn small{
  font-size:10px;
  line-height:1.5;
}
@media (max-width:1100px){
  .member-page-shell,
  .member-profile-panel,
  .member-edit-panel,
  .member-wallet-overview-panel,
  .member-password-panel,
  .member-2fa-panel,
  .member-login-history-panel,
  .member-purchase-history-panel{
    padding:18px;
  }
  .member-group-wrap,
  .member-info-block,
  .member-side-note-card{
    padding:16px;
  }
}
@media (max-width:720px){
  .member-page-shell{
    padding:16px;
  }
  .member-page-intro-modern h1{
    font-size:22px;
  }
  .member-profile-meta h2{
    font-size:20px;
  }
  .member-wallet-card strong{
    font-size:21px;
  }
  .member-panel-head h2{
    font-size:18px;
  }
  .member-group-wrap,
  .member-info-block,
  .member-side-note-card,
  .member-table-head{
    padding:14px;
  }
}


/* v4.1: unify member title bar into main rounded shell */
.member-shell-unified{
  padding:0;
  gap:0;
  overflow:hidden;
}
.member-shell-unified .member-page-head-unified{
  gap:0;
  background:linear-gradient(180deg,#fdfefe 0%,#f7fbff 100%);
  border-bottom:1px solid #dfe9f2;
}
.member-shell-unified .member-page-topline-unified{
  padding:18px 24px;
  border-radius:0;
  background:transparent;
  border-bottom:1px solid #e5edf4;
}
.member-shell-unified .member-title-bar{
  color:#153551;
}
.member-shell-unified .member-back-link{
  min-height:38px;
  padding:0 14px;
  border-radius:10px;
  color:#1b4e83;
  background:#eef6ff;
  border:1px solid #d4e3f1;
}
.member-shell-unified .member-back-link:hover{
  background:#e6f1fc;
}
.member-shell-unified .member-page-intro-modern{
  padding:20px 24px 24px;
}
.member-shell-unified .member-tabs-shell{
  padding:22px;
}
@media (max-width:1100px){
  .member-shell-unified .member-page-topline-unified,
  .member-shell-unified .member-page-intro-modern,
  .member-shell-unified .member-tabs-shell{
    padding-left:18px;
    padding-right:18px;
  }
  .member-shell-unified .member-tabs-shell{
    padding-top:18px;
    padding-bottom:18px;
  }
}
@media (max-width:720px){
  .member-shell-unified .member-page-topline-unified{
    padding:16px;
  }
  .member-shell-unified .member-page-intro-modern{
    padding:16px;
  }
  .member-shell-unified .member-tabs-shell{
    padding:16px;
  }
}

/* v4.2: flatten member header and move utility actions under sidebar */
.member-shell-unified .member-page-head-unified{
  background:linear-gradient(180deg,#fdfefe 0%,#f7fbff 100%);
  border-bottom:none;
}
.member-shell-unified .member-page-topline-unified{
  padding:18px 24px 12px;
  background:transparent;
  border-bottom:none;
  border-radius:0;
  box-shadow:none;
}
.member-shell-unified .member-title-bar{
  padding:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
  color:#153551;
}
.member-shell-unified .member-page-intro-modern{
  padding:0 24px 20px;
  border-radius:0;
  background:transparent;
  border:0;
  box-shadow:none;
}
.member-shell-unified .member-page-intro-modern h1{
  font-size:27px;
  line-height:1.18;
  margin:0 0 8px;
}
.member-shell-unified .member-page-intro-modern p{
  max-width:760px;
  font-size:14px;
  line-height:1.7;
}
.member-shell-unified .member-page-kicker{
  margin-bottom:8px;
}
.member-shell-unified .member-page-intro-meta span{
  background:#f7fbff;
}
.member-sidebar-actions{
  display:grid;
  gap:8px;
  margin-top:12px;
}
.member-sidebar-actions .member-sidebar-action-btn,
.member-sidebar-actions .side-btn{
  width:100%;
  margin:0;
  border-radius:0;
}
.member-sidebar-logout-form{
  display:block;
  width:100%;
}
.member-sidebar-actions .member-entry-btn{
  display:flex;
}
.member-sidebar-actions .admin-entry-btn{
  background:#28499a;
}
.member-sidebar-actions .secondary-btn{
  background:#e31e2f;
}
@media (max-width:1100px){
  .member-sidebar-actions{
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-top:14px;
  }
}
@media (max-width:720px){
  .member-shell-unified .member-page-topline-unified{
    padding:16px 16px 10px;
  }
  .member-shell-unified .member-page-intro-modern{
    padding:0 16px 16px;
  }
  .member-shell-unified .member-page-intro-modern h1{
    font-size:24px;
  }
  .member-sidebar-actions{
    grid-template-columns:1fr;
  }
}


#products{
  scroll-margin-top:calc(var(--sticky-stack-height, 0px) + 18px);
}

/* v77: keep member 2FA actions in-view after POST/redirect */
#member-tabs,
#member-twofa-panel,
#member-twofa-setup-card{
  scroll-margin-top:calc(var(--sticky-stack-height, 0px) + 18px);
}
#member-twofa-panel{
  overflow-anchor:auto;
}
.member-2fa-actions form,
.member-2fa-inline-form,
.member-sidebar-logout-form,
.logout-inline-form{
  margin:0;
}


/* v10.2 bank topup sync: home + member */
.topup-home-section{margin:26px 0 8px}
.topup-home-card,.member-topup-shell{display:grid;gap:18px}
.topup-home-card{padding:22px;border:1px solid #d9e5f1;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f6fbff 100%);box-shadow:0 14px 34px rgba(15,23,42,.06)}
.topup-home-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.topup-home-badge{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;background:#e8f2ff;color:#11508a;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px}
.topup-home-head h2{margin:0 0 8px;font-size:28px;line-height:1.2;color:#102b4b}
.topup-home-head p{margin:0;color:#5f7791;line-height:1.7;max-width:760px}
.topup-home-side-note{min-width:220px;padding:14px 16px;border-radius:16px;background:#eff7ff;border:1px solid #d7e6f5;color:#42627f;line-height:1.7;font-size:13px}
.topup-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:start}
.topup-qr-card,.topup-info-card{border:1px solid #d9e5f1;background:#fff;border-radius:22px;padding:18px}
.topup-qr-card{display:grid;gap:14px;position:sticky;top:110px}
.topup-qr-media{display:flex;align-items:center;justify-content:center;min-height:320px;padding:14px;border-radius:18px;background:#f8fbff;border:1px solid #dbe8f4}
.topup-qr-media img{display:block;max-width:100%;height:auto;border-radius:16px}
.topup-empty-note{color:#67809a;text-align:center;line-height:1.7}
.topup-amount-wrap{display:grid;gap:10px}
.topup-amount-label{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#67809a}
.topup-amount-chips{display:flex;flex-wrap:wrap;gap:10px}
.topup-amount-chip{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid #d8e4f0;background:#fff;border-radius:999px;color:#21476c;font-weight:800;transition:.18s ease;cursor:pointer}
.topup-amount-chip:hover{background:#f1f8ff;border-color:#b9d2ea}
.topup-amount-chip.is-active{background:#103a63;border-color:#103a63;color:#fff}
.topup-amount-note{color:#6b8197;line-height:1.6}
.topup-info-card{display:grid;gap:16px}
.topup-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.topup-info-grid>div{display:grid;gap:6px;padding:15px 16px;border-radius:16px;background:#f8fbff;border:1px solid #dbe8f4;position:relative}
.topup-info-grid>div.full{grid-column:1/-1}
.topup-info-grid span{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#6d8498}
.topup-info-grid strong{font-size:16px;color:#163458;line-height:1.55;word-break:break-word}
.topup-copy-btn{margin-top:8px;justify-self:flex-start;height:32px;padding:0 12px;border-radius:999px;border:1px solid #cfe0ef;background:#fff;color:#21476c;font-size:12px;font-weight:800;cursor:pointer}
.topup-copy-btn:hover{background:#edf6ff}
.topup-helper-note,.topup-note-stack p{margin:0;color:#5f7791;line-height:1.7}
.topup-note-stack{display:grid;gap:10px}
.topup-note-stack .warning{color:#9a4b00;background:#fff6e6;border:1px solid #f1d39c;padding:12px 14px;border-radius:14px}
.topup-steps-card,.topup-promos-card{display:grid;gap:12px;padding:18px;border-radius:18px;border:1px solid #dbe7f2;background:#fdfefe}
.topup-steps-card h3,.topup-promos-card h3{margin:0;font-size:18px;color:#123252}
.topup-steps-card ol{margin:0;padding-left:20px;color:#58728f;display:grid;gap:8px;line-height:1.7}
.topup-promos-list{display:grid;gap:10px}
.topup-promos-list article{display:grid;gap:4px;padding:13px 14px;border-radius:14px;background:#fff7e8;border:1px solid #f3ddb0}
.topup-promos-list strong{font-size:14px;color:#7a4e05}
.topup-promos-list span{font-size:13px;color:#916117;line-height:1.6}
.member-topup-shell .topup-qr-card{position:static;top:auto}
.topup-info-card-single{width:100%}
.topup-request-meta{display:grid;gap:12px;padding:16px 18px;border-radius:18px;background:#f8fbff;border:1px solid #dbe8f4}
.topup-request-meta .topup-amount-wrap{gap:12px}
.topup-request-meta .topup-amount-note{margin:0}
.topup-request-meta .topup-amount-chips{margin:0}
.has-topup-dialog-open{overflow:hidden}
@media (max-width:1100px){.topup-shell{grid-template-columns:1fr}.topup-qr-card{position:static}.topup-info-grid{grid-template-columns:1fr 1fr}.topup-home-head{flex-direction:column}.topup-home-side-note{min-width:0;width:100%}}
@media (max-width:720px){.topup-home-card{padding:18px;border-radius:20px}.topup-home-head h2{font-size:23px}.topup-qr-card,.topup-info-card{border-radius:18px;padding:16px}.topup-qr-media{min-height:250px}.topup-amount-chip{width:100%}.topup-amount-chips{display:grid;grid-template-columns:1fr 1fr}.topup-info-grid{grid-template-columns:1fr}}


/* v11.1 home topup reveal + cleaner product catalog */
#topup-bank{scroll-margin-top:calc(var(--sticky-stack-height, 0px) + 18px)}
.topup-home-section{display:none;margin:18px 0 10px}
.topup-home-section.is-open{display:block;animation:topupReveal .22s ease}
@keyframes topupReveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.topup-home-card{padding:20px;border-radius:20px;background:#fff;border:1px solid #d9e5f1;box-shadow:0 10px 26px rgba(15,23,42,.05)}
.topup-home-head{align-items:flex-start;gap:16px}
.topup-home-head-actions{display:grid;gap:10px;justify-items:end;min-width:240px}
.topup-home-side-note{min-width:0;width:100%;padding:12px 14px;border-radius:14px;background:#f4f8fd;border:1px solid #dbe6f2;color:#5a7189;font-size:13px;line-height:1.65}
.topup-home-support-card{display:grid;gap:12px;width:100%;padding:14px 16px;border-radius:16px;background:linear-gradient(180deg,#f4f9ff 0%,#eef6ff 100%);border:1px solid #d8e8fb;box-shadow:0 10px 24px rgba(30,64,175,.06)}
.topup-home-support-card-inline{padding:0;background:transparent;border:none;box-shadow:none}
.topup-home-support-copy{display:grid;gap:6px}
.topup-home-support-copy strong{font-size:14px;color:#123b68}
.topup-home-support-copy p{margin:0;color:#56708d;line-height:1.65;font-size:13px}
.topup-home-support-copy small{color:#31597e;font-size:12px;font-weight:700}
.topup-home-support-links{display:flex;gap:8px;flex-wrap:wrap}
.topup-home-support-links a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;background:#fff;border:1px solid #cfe0f4;color:#1d4f86;font-size:12px;font-weight:800;text-decoration:none}
.topup-home-support-links a:hover{background:#f8fbff;border-color:#9fc1eb}
.topup-home-close-btn{height:38px;padding:0 16px;border:1px solid #cedaea;background:#fff;border-radius:12px;color:#21476c;font-size:13px;font-weight:800;cursor:pointer}
.topup-home-close-btn:hover{background:#f3f8fd}
.topup-home-head-links{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;width:100%}
.topup-home-link-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.topup-home-link-btn.secondary{background:#f7fafc;color:#5b6f85}
.products-group-head h2{background:linear-gradient(135deg,#1d4d8f 0%,#0a84ae 100%);letter-spacing:.08em}
.catalog-subgroup-head p{margin:6px 0 0;color:#68819a;line-height:1.65}
.catalog-subgroup-head p:empty{display:none}
@media (max-width:1100px){.topup-home-head-actions{min-width:0;width:100%;justify-items:stretch}.topup-home-close-btn{width:100%}.topup-home-support-links{display:grid;grid-template-columns:1fr}}

.buy-form-card{display:block}
.buy-form-note{margin:12px 0 0;font-size:12px;line-height:1.7;color:#5b6878}
.pay-btn[disabled]{opacity:.65;cursor:not-allowed}
.pay-btn-link{display:flex;align-items:center;justify-content:center}
.buy-summary-box{background:#f8fbff;border-color:#c9def0;color:#36506a}


.member-order-link{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border:1px solid #d8e3f2;border-radius:10px;background:#fff;color:#1f5fbf;font-size:12px;font-weight:700;text-decoration:none;white-space:nowrap}
.member-order-link:hover{border-color:#9fc0ef;background:#f5f9ff}
.member-order-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}
.member-order-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px;box-shadow:0 8px 24px rgba(15,23,42,.04)}
.member-order-card--wide{grid-column:1/-1}
.member-order-card h3{margin:0 0 14px;font-size:16px;color:#0f172a}
.member-order-meta{margin:0;display:grid;gap:10px}
.member-order-meta div{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px dashed #e5edf7}
.member-order-meta div:last-child{border-bottom:none;padding-bottom:0}
.member-order-meta dt{margin:0;color:#64748b;font-size:13px;font-weight:600}
.member-order-meta dd{margin:0;color:#0f172a;font-size:14px;font-weight:700;text-align:right}
.member-order-delivery-wrap{margin-top:18px}
.member-order-delivery-list{display:grid;gap:10px}
.member-order-delivery-item{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fbff}
.member-order-delivery-item span{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:28px;border-radius:999px;background:#e8f1ff;color:#1d4ed8;font-weight:700;font-size:12px}
.member-order-delivery-item code{margin:0;white-space:pre-wrap;word-break:break-word;background:none;padding:0;color:#0f172a;font-size:13px}
@media (max-width: 980px){.member-order-grid{grid-template-columns:1fr}}

.member-order-actions-inline{display:flex;gap:8px;flex-wrap:wrap}.member-order-link.secondary{background:#f8fafc;color:#0f172a;border:1px solid rgba(15,23,42,.12)}.member-order-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}


/* v1-frontend: compact purchase history and tighter frontend table logic */
.member-purchase-table-compact{
  min-width:1180px;
}
.member-purchase-table-compact th:nth-child(1),
.member-purchase-table-compact td:nth-child(1){
  width:52px;
}
.member-purchase-table-compact th:nth-child(5),
.member-purchase-table-compact td:nth-child(5){
  width:132px;
}
.member-purchase-table-compact th:nth-child(8),
.member-purchase-table-compact td:nth-child(8){
  width:150px;
}
.member-purchase-table-compact .history-agent-cell{
  min-width:240px;
  max-width:280px;
}
.purchase-main-stack,
.purchase-note-stack{
  display:grid;
  gap:4px;
  min-width:0;
}
.purchase-main-stack strong,
.purchase-note-stack strong{
  font-size:13px;
  line-height:1.45;
  color:#123654;
}
.purchase-order-code{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:4px 10px;
  border-radius:999px;
  background:#edf6ff;
  color:#0b5cab;
  font-weight:800;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.purchase-title-clamp{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  word-break:break-word;
}
.purchase-subline{
  font-size:12px;
  line-height:1.55;
  color:#5f7891;
  word-break:break-word;
}
.purchase-price-stack strong{
  color:#0d5a98;
}
.purchase-status-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
.purchase-status-badge.is-success{
  background:#ecfdf3;
  border-color:#b7efcb;
  color:#16794c;
}
.purchase-status-badge.is-warning{
  background:#fff7e8;
  border-color:#f5d79b;
  color:#b26a00;
}
.purchase-status-badge.is-danger{
  background:#fff1f2;
  border-color:#ffc9cf;
  color:#c24155;
}
.purchase-status-badge.is-neutral{
  background:#f8fafc;
  border-color:#dbe4ee;
  color:#44576b;
}
.purchase-note-preview{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  word-break:break-word;
  color:#35536f;
  line-height:1.6;
}
.purchase-note-empty{
  display:inline-flex;
  color:#7b8ea1;
  font-size:12px;
  line-height:1.55;
}
.member-order-actions-inline-compact{
  align-items:flex-start;
}
.member-order-actions-inline-compact .member-order-link{
  min-width:90px;
}
.member-purchase-history-panel .member-table-head p,
.member-purchase-history-panel .member-group-head p,
.member-purchase-history-panel .member-page-intro p{
  max-width:860px;
}
.member-login-table.member-purchase-table-compact tbody td{
  background-clip:padding-box;
}
.member-login-table.member-purchase-table-compact tbody tr:hover{
  background:#f7fbff;
}
.member-order-detail-panel .member-purchase-table .history-agent-cell{
  max-width:420px;
}
.member-order-delivery-item code{
  display:block;
  max-width:100%;
  overflow-wrap:anywhere;
}
@media (max-width: 1100px){
  .member-purchase-table-compact{
    min-width:1040px;
  }
}
@media (max-width: 720px){
  .member-purchase-table-compact,
  .member-purchase-table-compact tbody,
  .member-purchase-table-compact tr,
  .member-purchase-table-compact td{
    min-width:0;
  }
  .member-purchase-table-compact tbody tr{
    margin:0 10px 12px;
    padding:12px 14px;
    border:1px solid #e2ebf3;
    border-radius:16px;
    background:#ffffff;
    box-shadow:0 6px 16px rgba(15,23,42,.04);
  }
  .member-purchase-table-compact tbody td{
    padding:7px 0;
  }
  .member-purchase-table-compact .history-agent-cell{
    min-width:0;
    max-width:none;
  }
  .purchase-order-code,
  .purchase-status-badge{
    min-height:28px;
  }
  .member-order-actions-inline-compact{
    width:100%;
  }
  .member-order-actions-inline-compact .member-order-link{
    flex:1 1 calc(50% - 4px);
    min-width:0;
  }
}


/* v2-frontend: multi-select order download and tighter purchase history UI */
.member-bulk-download-form{display:grid;gap:14px}
.member-bulk-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:14px 16px;border:1px solid #dbe6f0;border-radius:16px;background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);box-shadow:0 8px 20px rgba(15,23,42,.04)}
.member-bulk-toggle{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:800;color:#123654}
.member-bulk-toggle input,.member-bulk-check input{width:16px;height:16px;accent-color:#0d5a98;cursor:pointer}
.member-bulk-toolbar-meta{display:grid;gap:4px;min-width:220px;flex:1 1 240px}
.member-bulk-toolbar-meta strong{font-size:14px;line-height:1.4;color:#0f2741}
.member-bulk-toolbar-meta span{font-size:12px;line-height:1.6;color:#5d7790}
.member-bulk-download-btn{min-height:38px;padding:0 14px;cursor:pointer}
.member-bulk-download-btn[disabled]{opacity:.55;cursor:not-allowed;pointer-events:none}
.member-bulk-check-cell{width:74px;white-space:nowrap}
.member-bulk-check{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#56708b}
.member-purchase-table-compact th:nth-child(1),
.member-purchase-table-compact td:nth-child(1){width:84px}
.member-purchase-table-compact th:nth-child(2),
.member-purchase-table-compact td:nth-child(2){width:56px}
.member-purchase-table-compact th:nth-child(6),
.member-purchase-table-compact td:nth-child(6){width:132px}
.member-purchase-table-compact th:nth-child(9),
.member-purchase-table-compact td:nth-child(9){width:150px}
.member-login-table.member-purchase-table-compact tbody tr.is-selected{background:#eef6ff}
.member-login-table.member-purchase-table-compact tbody tr.is-selected td{border-bottom-color:#d6e5f6}
@media (max-width:720px){
  .member-bulk-toolbar{padding:14px;border-radius:14px;align-items:stretch}
  .member-bulk-toolbar-meta{min-width:0}
  .member-bulk-download-btn{width:100%}
  .member-bulk-check{justify-content:flex-start}
}

/* v3.1: brighter premium frontend refresh for quick panels, buttons, and floating socials */
:root{
  --blue:#2563eb;
  --blue-dark:#1d4ed8;
  --light:#f4f8ff;
  --text:#1e293b;
  --muted:#64748b;
  --border:#d7e5f6;
}
html,body{
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 42%,#f8fbff 100%) !important;
}
.header-stack{
  background:rgba(255,255,255,.94) !important;
  backdrop-filter:blur(18px);
  box-shadow:0 20px 42px rgba(37,99,235,.10),0 8px 22px rgba(15,23,42,.06) !important;
}
.site-header-wrap,
.menu,
.notice-panel,
.auth-panel,
.products-wrap,
.product-head,
.detail-box,
.buy-card,
.card-surface,
.topup-home-card,
.member-page-shell,
.forgot-form-panel,
.forgot-help-panel,
.product-row-card,
.featured-product-row{
  border-color:rgba(201,218,242,.92) !important;
  box-shadow:0 22px 44px rgba(37,99,235,.08),0 10px 24px rgba(15,23,42,.06) !important;
}
.products-group-head h2,
.section-title,
.section-title.dark{
  background:linear-gradient(135deg,#2563eb 0%,#3b82f6 45%,#7c3aed 100%) !important;
  box-shadow:0 14px 28px rgba(59,130,246,.24) !important;
}
.logo-mark,
.avatar{
  background:linear-gradient(135deg,#2563eb 0%,#3b82f6 58%,#7c3aed 100%) !important;
  border-color:rgba(59,130,246,.42) !important;
  box-shadow:0 16px 30px rgba(59,130,246,.24) !important;
}
.search-bar{
  background:#f8fbff !important;
  border-color:#d8e6fa !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 8px 18px rgba(37,99,235,.06) !important;
}
.search-bar button{
  background:linear-gradient(135deg,#eff6ff,#e0f2fe) !important;
  color:#2563eb !important;
}
.quick-links{
  gap:16px !important;
}
.qcard{
  min-height:108px !important;
  padding:20px 18px !important;
  border-radius:22px !important;
  border:1px solid rgba(255,255,255,.28) !important;
  box-shadow:0 20px 40px rgba(37,99,235,.16),0 10px 24px rgba(15,23,42,.10) !important;
  align-items:center !important;
  isolation:isolate;
}
.qcard::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right, rgba(255,255,255,.34), transparent 40%);
  opacity:.95;
  pointer-events:none;
}
.qcard::after{
  opacity:1 !important;
  background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,0) 48%) !important;
}
.qcard:hover{
  transform:translateY(-5px) scale(1.01) !important;
  box-shadow:0 28px 48px rgba(37,99,235,.20),0 12px 28px rgba(15,23,42,.12) !important;
  filter:saturate(1.08) brightness(1.01) !important;
}
.qcard:active{
  transform:translateY(-1px) scale(.986) !important;
  box-shadow:0 14px 24px rgba(37,99,235,.16),0 8px 18px rgba(15,23,42,.10) !important;
}
.qcard-visual,
.qcard span.qcard-visual{
  width:58px !important;
  height:58px !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.18) !important;
  border:1px solid rgba(255,255,255,.34) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.38),0 12px 20px rgba(15,23,42,.10) !important;
  backdrop-filter:blur(8px);
  display:grid !important;
  place-items:center !important;
  flex:0 0 58px;
  overflow:hidden;
}
.qcard-visual svg{
  width:34px;
  height:34px;
  display:block;
}
.qcard-copy,
.qcard > div{
  position:relative;
  z-index:1;
  min-width:0;
}
.qcard b{
  font-size:16px !important;
  letter-spacing:.15px;
}
.qcard small{
  display:block;
  margin-top:5px;
  font-size:12px;
  color:rgba(255,255,255,.92) !important;
}
.qcard-fb-live{
  background:linear-gradient(135deg,#2563eb 0%,#3b82f6 48%,#60a5fa 100%) !important;
}
.qcard-twofa{
  background:linear-gradient(135deg,#0f766e 0%,#14b8a6 48%,#2dd4bf 100%) !important;
}
.qcard-fb-icon{
  background:linear-gradient(135deg,#7c3aed 0%,#8b5cf6 45%,#a78bfa 100%) !important;
}
.qcard-random-face{
  background:linear-gradient(135deg,#f97316 0%,#fb7185 52%,#f59e0b 100%) !important;
}
.qcard-generic{
  background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%) !important;
}
.floating-social{
  right:14px !important;
  top:220px !important;
  gap:12px !important;
}
.floating-social a,
.social-link{
  width:46px !important;
  height:46px !important;
  border-radius:16px !important;
  border:1px solid rgba(255,255,255,.28) !important;
  box-shadow:0 20px 36px rgba(37,99,235,.16),0 10px 24px rgba(15,23,42,.12) !important;
  color:#fff !important;
  transition:transform .18s ease,box-shadow .22s ease,filter .22s ease !important;
}
.social-link:hover{
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 24px 42px rgba(37,99,235,.18),0 12px 28px rgba(15,23,42,.14) !important;
}
.social-link:active{
  transform:translateY(0) scale(.97);
}
.social-love{background:linear-gradient(135deg,#fb7185,#ef4444) !important;}
.social-telegram{background:linear-gradient(135deg,#0ea5e9,#38bdf8) !important;}
.social-facebook{background:linear-gradient(135deg,#2563eb,#3b82f6) !important;}
.social-zalo{background:linear-gradient(135deg,#06b6d4,#0ea5e9) !important;}
.social-facebook-icon,
.social-facebook-icon svg{
  width:20px;
  height:20px;
  display:block;
}
.pay-btn,
.pay-btn-link,
.side-btn.primary-btn,
.home-auth-form .side-btn,
.auth-form > .side-btn.primary-btn{
  position:relative;
  overflow:hidden;
  border:0 !important;
  background:linear-gradient(135deg,#2563eb 0%,#3b82f6 46%,#7c3aed 100%) !important;
  color:#fff !important;
  box-shadow:0 16px 28px rgba(59,130,246,.26),0 8px 18px rgba(15,23,42,.10) !important;
  transition:transform .18s ease,box-shadow .22s ease,filter .22s ease !important;
}
.pay-btn::after,
.pay-btn-link::after,
.side-btn.primary-btn::after,
.home-auth-form .side-btn::after,
.auth-form > .side-btn.primary-btn::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,rgba(255,255,255,0) 20%,rgba(255,255,255,.22) 48%,rgba(255,255,255,0) 74%);
  transform:translateX(-120%);
  transition:transform .42s ease;
  pointer-events:none;
}
.pay-btn:hover,
.pay-btn-link:hover,
.side-btn.primary-btn:hover,
.home-auth-form .side-btn:hover,
.auth-form > .side-btn.primary-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 34px rgba(59,130,246,.30),0 12px 24px rgba(15,23,42,.12) !important;
  filter:saturate(1.04) brightness(1.01);
}
.pay-btn:hover::after,
.pay-btn-link:hover::after,
.side-btn.primary-btn:hover::after,
.home-auth-form .side-btn:hover::after,
.auth-form > .side-btn.primary-btn:hover::after{
  transform:translateX(120%);
}
.pay-btn:active,
.pay-btn-link:active,
.side-btn.primary-btn:active,
.home-auth-form .side-btn:active,
.auth-form > .side-btn.primary-btn:active{
  transform:translateY(0) scale(.985);
  box-shadow:0 10px 18px rgba(59,130,246,.24),0 6px 14px rgba(15,23,42,.10) !important;
}
.pay-btn[disabled]{
  box-shadow:none !important;
  filter:saturate(.8);
}
.featured-product-row{
  border-radius:20px !important;
  box-shadow:0 20px 38px rgba(37,99,235,.10),0 10px 24px rgba(15,23,42,.08) !important;
}
.featured-product-row:hover{
  box-shadow:0 28px 52px rgba(37,99,235,.14),0 12px 26px rgba(15,23,42,.10) !important;
}
.featured-product-head{
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
}
.featured-product-price{
  background:linear-gradient(135deg,#eff6ff,#ffffff) !important;
  color:#1d4ed8 !important;
  box-shadow:0 12px 24px rgba(59,130,246,.14) !important;
}
.notice-panel{
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
}
@media (max-width:1100px){
  .quick-links{grid-template-columns:1fr 1fr !important}
}
@media (max-width:700px){
  .quick-links{grid-template-columns:1fr !important}
  .qcard{min-height:96px !important;border-radius:20px !important}
  .qcard-visual,.qcard span.qcard-visual{width:54px !important;height:54px !important;flex-basis:54px}
  .qcard-visual svg{width:31px;height:31px}
  .floating-social{display:none !important}
}


/* v3.2: member title cleanup + top/footer gradient refresh */
.member-page-topline-unified .member-title-bar,
.member-shell-unified .member-title-bar,
.section-title.member-title-bar{
  background:none !important;
  background-image:none !important;
  box-shadow:none !important;
  border:0 !important;
  color:#163b62 !important;
  padding:0 !important;
  min-height:0 !important;
}
.member-page-topline-unified{
  background:transparent !important;
  box-shadow:none !important;
}
.member-page-topline-unified .member-back-link{
  box-shadow:0 10px 20px rgba(37,99,235,.10);
}
.topbar{
  background:linear-gradient(90deg,#173b77 0%,#2457a7 42%,#4fa2ff 100%) !important;
  color:#fff;
  box-shadow:0 10px 22px rgba(23,59,119,.16) !important;
}
.topbar::after{
  background:linear-gradient(90deg,rgba(255,255,255,.06),rgba(255,255,255,.30),rgba(255,255,255,.08)) !important;
}
.site-footer{
  background:linear-gradient(180deg,#f7fbff 0%,#eef5ff 100%) !important;
  border-top:1px solid rgba(79,162,255,.18) !important;
  box-shadow:0 -14px 32px rgba(37,99,235,.08) !important;
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.18) !important;
  background:linear-gradient(90deg,#173b77 0%,#2457a7 42%,#4fa2ff 100%) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 -10px 26px rgba(23,59,119,.16) !important;
}
.footer-bottom-inner{
  color:rgba(255,255,255,.96) !important;
}
.footer-col a,
.footer-brand p,
.footer-col p{
  color:#31516e;
}


/* v3.3: main site background softened to near-white with a slight cool blue tint */
.main-area{background:transparent}
.home-shell,.catalog-shell,.auth-page-wrap,.member-page-shell{position:relative}


/* v3.4: remove unintended violet cast from main site background and keep a very light cool-white base */
html{background:#ffffff !important;}
body{background:linear-gradient(180deg,#ffffff 0%,#fbfdff 42%,#f8fbff 100%) !important;background-attachment:fixed;}
.main-area{background:transparent !important;}

/* v3.5: tone down blue-violet accent shadows so the site keeps depth without casting color onto the background */
.topbar{
  box-shadow:0 8px 18px rgba(23,59,119,.08) !important;
}
.site-footer{
  box-shadow:0 -10px 24px rgba(37,99,235,.03) !important;
}
.footer-bottom{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 -8px 18px rgba(23,59,119,.06) !important;
}
.member-page-topline-unified .member-back-link{
  box-shadow:0 8px 16px rgba(37,99,235,.05) !important;
}
.floating-social a,
.social-link{
  box-shadow:0 14px 24px rgba(37,99,235,.05),0 8px 18px rgba(15,23,42,.10) !important;
}
.social-link:hover{
  box-shadow:0 18px 28px rgba(37,99,235,.06),0 10px 20px rgba(15,23,42,.12) !important;
}
.pay-btn,
.pay-btn-link,
.side-btn.primary-btn,
.home-auth-form .side-btn,
.auth-form > .side-btn.primary-btn{
  box-shadow:0 12px 22px rgba(59,130,246,.07),0 8px 16px rgba(15,23,42,.10) !important;
}
.pay-btn:hover,
.pay-btn-link:hover,
.side-btn.primary-btn:hover,
.home-auth-form .side-btn:hover,
.auth-form > .side-btn.primary-btn:hover{
  box-shadow:0 16px 26px rgba(59,130,246,.08),0 10px 18px rgba(15,23,42,.12) !important;
}
.pay-btn:active,
.pay-btn-link:active,
.side-btn.primary-btn:active,
.home-auth-form .side-btn:active,
.auth-form > .side-btn.primary-btn:active{
  box-shadow:0 8px 14px rgba(59,130,246,.05),0 6px 12px rgba(15,23,42,.10) !important;
}
.qcard,
.quick-links .qcard,
.quick-links .qcard:hover,
.qcard:hover{
  box-shadow:0 12px 24px rgba(15,23,42,.08) !important;
}
.outline-btn,
.member-tab-btn,
.products-wrap,
.card,
.member-order-card,
.member-bulk-toolbar,
.topup-home-card,
.member-wallet-card,
.member-profile-panel,
.member-edit-panel,
.member-purchase-summary-card,
.member-2fa-setup-card,
.catalog-subgroup,
.product-head,
.detail-box,
.buy-card{
  box-shadow:0 10px 22px rgba(15,23,42,.05) !important;
}

/* v3.6: make global shadows even softer and remove square halo around rounded product/category panels */
.topbar{
  box-shadow:0 5px 12px rgba(23,59,119,.05) !important;
}
.site-footer{
  box-shadow:0 -6px 16px rgba(37,99,235,.02) !important;
}
.footer-bottom{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 -4px 12px rgba(23,59,119,.04) !important;
}
.floating-social a,
.social-link{
  box-shadow:0 8px 16px rgba(37,99,235,.025),0 5px 12px rgba(15,23,42,.08) !important;
}
.social-link:hover{
  box-shadow:0 10px 18px rgba(37,99,235,.03),0 6px 14px rgba(15,23,42,.09) !important;
}
.pay-btn,
.pay-btn-link,
.side-btn.primary-btn,
.home-auth-form .side-btn,
.auth-form > .side-btn.primary-btn{
  box-shadow:0 8px 16px rgba(59,130,246,.04),0 5px 12px rgba(15,23,42,.08) !important;
}
.pay-btn:hover,
.pay-btn-link:hover,
.side-btn.primary-btn:hover,
.home-auth-form .side-btn:hover,
.auth-form > .side-btn.primary-btn:hover{
  box-shadow:0 10px 18px rgba(59,130,246,.05),0 6px 14px rgba(15,23,42,.09) !important;
}
.pay-btn:active,
.pay-btn-link:active,
.side-btn.primary-btn:active,
.home-auth-form .side-btn:active,
.auth-form > .side-btn.primary-btn:active{
  box-shadow:0 5px 10px rgba(59,130,246,.03),0 4px 8px rgba(15,23,42,.07) !important;
}
.qcard,
.quick-links .qcard,
.quick-links .qcard:hover,
.qcard:hover{
  box-shadow:0 8px 18px rgba(15,23,42,.06) !important;
}
.outline-btn,
.member-tab-btn,
.products-wrap,
.card,
.member-order-card,
.member-bulk-toolbar,
.topup-home-card,
.member-wallet-card,
.member-profile-panel,
.member-edit-panel,
.member-purchase-summary-card,
.member-2fa-setup-card,
.catalog-subgroup,
.product-head,
.detail-box,
.buy-card,
.product-row-card,
.featured-product-row{
  box-shadow:0 6px 16px rgba(15,23,42,.04) !important;
}

.products-wrap,
.catalog-subgroup,
.featured-product-row,
.product-row-card{
  position:relative;
  overflow:hidden !important;
  background-clip:padding-box !important;
  isolation:isolate;
  transform:translateZ(0);
  -webkit-mask-image:-webkit-radial-gradient(white, black);
}

.catalog-subgroup::before,
.catalog-subgroup::after,
.featured-product-row::before,
.featured-product-row::after,
.product-row-card::before,
.product-row-card::after{
  border-radius:inherit !important;
}

.catalog-subgroup{
  border-radius:18px !important;
}
.featured-product-row,
.product-row-card{
  border-radius:16px !important;
}

.catalog-subgroup-head{
  border-radius:18px 18px 0 0 !important;
  overflow:hidden;
}
.featured-product-head{
  border-radius:16px 16px 0 0 !important;
  overflow:hidden;
  background-clip:padding-box !important;
}
.featured-product-body{
  position:relative;
  z-index:1;
  background:#fff;
}


/* v3.7: homepage notice panel hover sync with quick panels */
.home-top-layout > .notice-panel{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  transition:transform .22s ease, box-shadow .24s ease, border-color .24s ease, filter .24s ease !important;
}
.home-top-layout > .notice-panel::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg, rgba(255,255,255,0) 18%, rgba(255,255,255,.26) 50%, rgba(255,255,255,0) 78%);
  opacity:0;
  transform:translateX(-120%);
  transition:transform .48s ease, opacity .22s ease;
  z-index:0;
}
.home-top-layout > .notice-panel > *{
  position:relative;
  z-index:1;
}
.home-top-layout > .notice-panel:hover{
  transform:translateY(-4px) scale(1.004) !important;
  border-color:rgba(189,208,236,.98) !important;
  box-shadow:0 18px 34px rgba(37,99,235,.05),0 8px 18px rgba(15,23,42,.055) !important;
  filter:saturate(1.015) brightness(1.003);
}
.home-top-layout > .notice-panel:hover::before{
  opacity:1;
  transform:translateX(120%);
}
.home-top-layout > .notice-panel:active{
  transform:translateY(-1px) scale(.998) !important;
  box-shadow:0 10px 22px rgba(37,99,235,.04),0 5px 12px rgba(15,23,42,.045) !important;
}
@media (max-width:700px){
  .home-top-layout > .notice-panel:hover{
    transform:translateY(-2px) scale(1.002) !important;
  }
}

/* v3.8: login panel hover sync + topbar shadow even lighter */
.topbar{
  box-shadow:0 2px 6px rgba(23,59,119,.025) !important;
}

.home-top-layout > .home-login-panel{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  transition:transform .22s ease, box-shadow .24s ease, border-color .24s ease, filter .24s ease !important;
}
.home-top-layout > .home-login-panel::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg, rgba(255,255,255,0) 18%, rgba(255,255,255,.22) 50%, rgba(255,255,255,0) 78%);
  opacity:0;
  transform:translateX(-120%);
  transition:transform .48s ease, opacity .22s ease;
  z-index:0;
}
.home-top-layout > .home-login-panel > *{
  position:relative;
  z-index:1;
}
.home-top-layout > .home-login-panel:hover{
  transform:translateY(-4px) scale(1.004) !important;
  border-color:rgba(189,208,236,.98) !important;
  box-shadow:0 18px 34px rgba(37,99,235,.045),0 8px 18px rgba(15,23,42,.05) !important;
  filter:saturate(1.015) brightness(1.003);
}
.home-top-layout > .home-login-panel:hover::before{
  opacity:1;
  transform:translateX(120%);
}
.home-top-layout > .home-login-panel:active{
  transform:translateY(-1px) scale(.998) !important;
  box-shadow:0 10px 22px rgba(37,99,235,.035),0 5px 12px rgba(15,23,42,.04) !important;
}

@media (max-width:700px){
  .home-top-layout > .home-login-panel:hover{
    transform:translateY(-2px) scale(1.002) !important;
  }
}

/* v3.9: shrink and soften the homepage header shadow under the top navigation */
.header-stack{
  box-shadow:0 8px 16px rgba(15,23,42,.065),0 2px 5px rgba(37,99,235,.022) !important;
}
.site-header-wrap,
.menu{
  box-shadow:none !important;
}

/* v4.3: make homepage header shadow visible again, but still tight and not wide */
.header-stack{
  box-shadow:0 6px 10px rgba(15,23,42,.095),0 1px 3px rgba(37,99,235,.035) !important;
}

/* v4.4 final topbar/header shadow: light purple, visible but tight */
.header-stack{
  box-shadow:0 7px 12px rgba(15,23,42,.08),0 2px 6px rgba(167,139,250,.08) !important;
}
.site-header-wrap,
.menu{
  box-shadow:none !important;
}


.home-alert-bar{position:relative;overflow:hidden;padding:0;border-radius:12px;background:linear-gradient(135deg,rgba(255,255,255,.99),rgba(247,250,255,.99));border:1px solid rgba(205,217,235,.78);box-shadow:0 4px 12px rgba(15,23,42,.04)}
.home-alert-layout{display:grid;grid-template-columns:178px minmax(0,1fr);align-items:stretch}
.alert-ticker{position:relative;overflow:hidden;height:44px;display:flex;align-items:center;padding:0 16px}
.alert-ticker-track{display:inline-flex;align-items:center;gap:60px;min-width:max-content;will-change:transform;animation:homeTickerMove 19s linear infinite}
.alert-ticker-item{position:relative;display:inline-flex;align-items:center;white-space:nowrap;font-size:14px;font-weight:800;letter-spacing:.1px;color:#4b3cc7;animation:homeTickerBlink 2.2s ease-in-out infinite}
.home-alert-side{display:flex;align-items:center;justify-content:center;gap:10px;padding:0 14px;background:linear-gradient(135deg,#1d4d8f 0%,#0a84ae 100%);border-right:1px solid rgba(255,255,255,.14);color:#fff}
.home-alert-side-icon{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.14)}
.home-alert-side-icon svg{width:16px;height:16px;display:block}
.home-alert-side-copy{display:grid;gap:1px;line-height:1.05}
.home-alert-side-kicker{font-size:10px;font-weight:700;letter-spacing:.9px;text-transform:uppercase;color:rgba(255,255,255,.76)}
.home-alert-side-text{font-size:14px;font-weight:800;letter-spacing:.18px;color:#fff}
@keyframes homeTickerMove{0%{transform:translateX(0)}100%{transform:translateX(calc(-50% - 30px))}}
@keyframes homeTickerBlink{0%,100%{opacity:1}50%{opacity:.8}}
@media (prefers-reduced-motion: reduce){.alert-ticker-track,.alert-ticker-item{animation:none}.alert-ticker{height:auto;padding:12px 16px}.alert-ticker-item{white-space:normal}}
@media (max-width: 768px){.home-alert-layout{grid-template-columns:136px minmax(0,1fr)}.alert-ticker{height:42px;padding:0 12px}.alert-ticker-item{font-size:13px}.alert-ticker-track{gap:42px;animation-duration:16s}.home-alert-side{padding:0 10px;gap:8px}.home-alert-side-icon{width:28px;height:28px}.home-alert-side-icon svg{width:15px;height:15px}.home-alert-side-kicker{font-size:9px}.home-alert-side-text{font-size:12px}}
@media (max-width: 560px){.home-alert-layout{grid-template-columns:1fr}.home-alert-side{border-right:0;border-bottom:1px solid rgba(255,255,255,.18);min-height:42px}}


/* v4.7: footer brand links back home + footer hover colors with strong contrast on light background */
.footer-logo-link{
  display:inline-flex;
  align-items:center;
  border-radius:16px;
  transition:transform .18s ease,filter .18s ease;
}
.footer-logo-link:hover{
  transform:translateY(-1px);
  filter:saturate(1.03);
}
.footer-logo-link:active{
  transform:translateY(0) scale(.99);
}
.footer-logo-link:focus-visible{
  outline:2px solid rgba(11,95,165,.26);
  outline-offset:4px;
}
.footer-brand .logo-copy,
.footer-brand .logo-text,
.footer-brand .logo-sub{
  transition:color .18s ease;
}
.footer-logo-link:hover .logo-text{
  color:#0b5fa5 !important;
}
.footer-logo-link:hover .logo-sub{
  color:#9a4d00 !important;
}
.footer-col a,
.footer-social a,
.footer-bottom a,
.footer-brand a{
  transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .16s ease,box-shadow .18s ease;
}
.footer-col a:hover,
.footer-col a:focus-visible{
  color:#0b5fa5 !important;
  transform:translateX(2px);
}
.footer-col a:active{
  transform:translateX(0);
}
.footer-social a:hover,
.footer-social a:focus-visible{
  color:#7a3d00 !important;
  border-color:rgba(122,61,0,.22) !important;
  background:rgba(255,248,240,.96) !important;
  box-shadow:0 8px 16px rgba(122,61,0,.08);
}
.footer-bottom a:hover,
.footer-bottom a:focus-visible{
  color:#ffe6a8 !important;
}


/* FAQ page */
.faq-page-wrap{display:block}.faq-page-shell{background:#fff;border:1px solid rgba(208,220,232,.88);border-radius:24px;padding:22px;box-shadow:0 16px 36px rgba(15,23,42,.06)}
.faq-hero{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:18px;align-items:stretch;margin-bottom:18px}.faq-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,#eef5ff,#f3f8ff);border:1px solid rgba(117,143,212,.18);font-size:12px;font-weight:800;color:#355b9c;letter-spacing:.2px}.faq-hero h1{margin:12px 0 10px;font-size:32px;line-height:1.1;color:#20344d}.faq-hero p{margin:0;max-width:780px;font-size:14px;line-height:1.8;color:#607084}.faq-hero-side{display:grid;gap:8px;align-content:start;padding:18px;border-radius:20px;background:linear-gradient(180deg,#f8fbff 0%,#f2f7ff 100%);border:1px solid rgba(157,180,205,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.faq-hero-side strong{font-size:13px;color:#22374d}.faq-hero-side span{font-size:13px;color:#5c6d81}
.faq-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.faq-tab{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:#f6f9fd;border:1px solid rgba(184,198,214,.42);font-size:13px;font-weight:700;color:#506174;box-shadow:0 6px 14px rgba(15,23,42,.04);transition:transform .18s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.faq-tab:hover{transform:translateY(-1px);background:#eef5ff;color:#214d8c;box-shadow:0 10px 18px rgba(15,23,42,.08)}.faq-tab.is-active{background:linear-gradient(135deg,#214d8c 0%,#0a84ae 100%);border-color:rgba(18,78,114,.15);color:#fff;box-shadow:0 12px 26px rgba(33,77,140,.16)}
.faq-panel{background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border:1px solid rgba(213,223,234,.9);border-radius:22px;padding:22px;box-shadow:0 14px 30px rgba(15,23,42,.05)}.faq-panel-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}.faq-panel-kicker{display:inline-block;font-size:12px;font-weight:800;color:#54709b;letter-spacing:.24px;text-transform:uppercase;margin-bottom:8px}.faq-panel-head h2{margin:0 0 8px;font-size:24px;color:#22374d}.faq-panel-head p{margin:0;font-size:14px;line-height:1.75;color:#627286;max-width:760px}.faq-back-home{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:12px;background:#f5f8fc;border:1px solid rgba(184,198,214,.42);font-size:13px;font-weight:700;color:#39516c;transition:transform .16s ease,background-color .2s ease,color .2s ease}.faq-back-home:hover{transform:translateY(-1px);background:#eef5ff;color:#214d8c}
.faq-list{display:grid;gap:12px}.faq-item{background:#fff;border:1px solid rgba(215,224,234,.95);border-radius:18px;box-shadow:0 8px 18px rgba(15,23,42,.04);overflow:hidden}.faq-item summary{list-style:none;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:18px 18px 18px 16px;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-item-index{display:inline-grid;place-items:center;min-width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#eef4ff,#f7faff);border:1px solid rgba(172,191,219,.36);font-size:12px;font-weight:800;color:#476593}.faq-item-question{font-size:15px;font-weight:700;color:#24374e;line-height:1.45}.faq-item-icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#f4f8fd;color:#567298;font-size:20px;font-weight:700;transition:transform .2s ease,background-color .2s ease,color .2s ease}.faq-item[open] .faq-item-icon{transform:rotate(45deg);background:#edf5ff;color:#214d8c}.faq-answer{padding:0 18px 18px 72px}.faq-answer p{margin:0;font-size:14px;line-height:1.85;color:#617184}
.faq-help-strip{margin-top:18px;display:flex;justify-content:space-between;gap:16px;align-items:center;padding:18px;border-radius:18px;background:linear-gradient(135deg,#f7fbff 0%,#f5f9ff 100%);border:1px solid rgba(188,203,219,.28)}.faq-help-strip strong{display:block;margin-bottom:6px;font-size:15px;color:#22374d}.faq-help-strip p{margin:0;font-size:13px;line-height:1.75;color:#617184;max-width:760px}.faq-help-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.faq-help-actions .btn{min-width:150px;height:40px;border-radius:10px}
@media (max-width:900px){.faq-hero,.faq-panel-head,.faq-help-strip{grid-template-columns:1fr;display:grid}.faq-help-actions{justify-content:flex-start}}
@media (max-width:640px){.faq-page-shell,.faq-panel{padding:16px}.faq-hero h1{font-size:26px}.faq-tab{width:100%}.faq-item summary{padding:15px 14px;gap:10px}.faq-answer{padding:0 14px 16px 14px}}


/* v4.9: faq sidebar layout + viewport stability pass */
html,body{max-width:100%;overflow-x:clip}
body{overflow-x:clip}
@supports not (overflow: clip){html,body{overflow-x:hidden}body{overflow-x:hidden}}
img,svg,canvas,video,iframe{max-width:100%}
.container,.main-area,.home-shell,.catalog-shell,.auth-page-wrap,.member-page-shell,.topup-home-card,.topup-shell,.faq-page-shell,.faq-body-layout,.faq-main,.faq-panel,.notice-panel,.products-wrap,.products-group-wrap,.product-row-card,.home-top-layout,.quick-links,.detail-grid,.header,.nav-inner,.auth-layout,.member-tabs-layout{min-width:0}
.faq-answer p,.faq-hero p,.faq-help-strip p,.notice-text,.product-row-desc,.topup-home-side-note,.member-purchase-delivery,.member-purchase-ordercode,.auth-card input,.search-bar input,.logo-text,.logo-sub{overflow-wrap:anywhere;word-break:break-word}
.faq-page-shell{overflow:hidden}
.faq-hero,.faq-body-layout,.faq-panel-head,.faq-help-strip{min-width:0}
.faq-page-wrap{display:block}
.faq-hero{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:18px;align-items:stretch;margin-bottom:18px}
.faq-body-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;align-items:start}
.faq-sidebar{display:grid;gap:14px;position:sticky;top:calc(var(--sticky-stack-height, 0px) + 18px);align-self:start;min-width:0}
.faq-sidebar-card{background:linear-gradient(180deg,#ffffff 0%,#f9fcff 100%);border:1px solid rgba(211,222,234,.92);border-radius:20px;padding:18px;box-shadow:0 14px 28px rgba(15,23,42,.05);min-width:0}
.faq-sidebar-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;font-size:11px;font-weight:800;letter-spacing:.24px;color:#5d78a1;text-transform:uppercase}
.faq-tabs{display:grid;gap:10px;margin:0}
.faq-tab{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;min-height:58px;padding:12px 14px;border-radius:16px;background:#f6f9fd;border:1px solid rgba(184,198,214,.42);font-size:13px;font-weight:700;color:#506174;box-shadow:0 6px 14px rgba(15,23,42,.04);transition:transform .18s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease;min-width:0}
.faq-tab-label{min-width:0}
.faq-tab small{font-size:11px;font-weight:700;color:#7890a6;white-space:nowrap}
.faq-tab:hover{transform:translateY(-1px);background:#eef5ff;color:#214d8c;box-shadow:0 10px 18px rgba(15,23,42,.08)}
.faq-tab.is-active{background:linear-gradient(135deg,#214d8c 0%,#0a84ae 100%);border-color:rgba(18,78,114,.15);color:#fff;box-shadow:0 12px 26px rgba(33,77,140,.16)}
.faq-tab.is-active small{color:rgba(255,255,255,.88)}
.faq-sidebar-points{margin:0;padding-left:18px;display:grid;gap:10px;color:#586b82;font-size:13px;line-height:1.75}
.faq-main{min-width:0}
.faq-panel{background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border:1px solid rgba(213,223,234,.9);border-radius:22px;padding:22px;box-shadow:0 14px 30px rgba(15,23,42,.05);min-width:0}
.faq-panel-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px;min-width:0}
.faq-panel-side-actions{display:grid;gap:10px;justify-items:end;align-content:start;min-width:0}
.faq-panel-count{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;background:#f5f8fc;border:1px solid rgba(184,198,214,.42);font-size:12px;font-weight:800;color:#476389;white-space:nowrap}
.faq-list{display:grid;gap:12px;min-width:0}
.faq-item{background:#fff;border:1px solid rgba(215,224,234,.95);border-radius:18px;box-shadow:0 8px 18px rgba(15,23,42,.04);overflow:hidden;min-width:0}
.faq-item summary{list-style:none;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:18px 18px 18px 16px;cursor:pointer;min-width:0}
.faq-item-question{min-width:0}
.faq-answer{padding:0 18px 18px 72px;min-width:0}
.faq-answer p{margin:0;font-size:14px;line-height:1.85;color:#617184}
.faq-help-strip{margin-top:18px;display:flex;justify-content:space-between;gap:16px;align-items:center;padding:18px;border-radius:18px;background:linear-gradient(135deg,#f7fbff 0%,#f5f9ff 100%);border:1px solid rgba(188,203,219,.28);min-width:0}
.faq-help-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
@media (max-width:1100px){.faq-body-layout{grid-template-columns:1fr}.faq-sidebar{position:static;top:auto}.faq-sidebar-card{padding:16px}.faq-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:900px){.faq-hero{grid-template-columns:1fr}.faq-panel-head,.faq-help-strip{display:grid;grid-template-columns:1fr}.faq-panel-side-actions{justify-items:start}.faq-help-actions{justify-content:flex-start}}
@media (max-width:640px){.faq-page-shell,.faq-panel{padding:16px}.faq-hero h1{font-size:26px}.faq-tabs{grid-template-columns:1fr}.faq-tab{min-height:54px;padding:11px 12px}.faq-item summary{padding:15px 14px;gap:10px}.faq-answer{padding:0 14px 16px 14px}.faq-panel-count{min-height:34px}}

/* v5.0 recreated: product rows inside each category use flat list lines instead of rounded cards */
.catalog-group-stack{
  gap:16px !important;
}
.catalog-subgroup,
.catalog-group-stack .catalog-subgroup,
.catalog-group-stack .catalog-subgroup:hover,
.catalog-group-stack .catalog-subgroup:focus-within{
  background:#ffffff !important;
  border:1px solid #dbe6ee !important;
  border-radius:14px !important;
  box-shadow:none !important;
  overflow:hidden !important;
}
.catalog-subgroup .featured-product-list,
.catalog-group-stack .catalog-subgroup .featured-product-list{
  display:block !important;
  padding:0 !important;
}
.catalog-subgroup .featured-product-row,
.catalog-group-stack .catalog-subgroup .featured-product-row,
.catalog-group-stack .catalog-subgroup .featured-product-row:hover,
.catalog-group-stack .catalog-subgroup .featured-product-row:focus-within,
.catalog-group-stack .catalog-subgroup .featured-product-row:active{
  background:#ffffff !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:none !important;
  transform:none !important;
  margin:0 !important;
  overflow:visible !important;
  position:relative !important;
}
.catalog-subgroup .featured-product-row::after,
.catalog-group-stack .catalog-subgroup .featured-product-row::after{
  content:none !important;
  display:none !important;
}
.catalog-subgroup .featured-product-row + .featured-product-row,
.catalog-group-stack .catalog-subgroup .featured-product-row + .featured-product-row{
  border-top:1px solid rgba(148,163,184,.18) !important;
}
.catalog-subgroup .featured-product-row::before,
.catalog-group-stack .catalog-subgroup .featured-product-row::before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,rgba(148,163,184,.08),rgba(148,163,184,.28),rgba(148,163,184,.08));
  pointer-events:none;
}
.catalog-subgroup .featured-product-row:last-child::before,
.catalog-group-stack .catalog-subgroup .featured-product-row:last-child::before{
  display:none;
}
.catalog-subgroup .featured-product-head,
.catalog-group-stack .catalog-subgroup .featured-product-head{
  background:transparent !important;
  padding:16px 18px 8px !important;
}
.catalog-subgroup .featured-product-divider,
.catalog-group-stack .catalog-subgroup .featured-product-divider{
  display:none !important;
}
.catalog-subgroup .featured-product-body,
.catalog-group-stack .catalog-subgroup .featured-product-body{
  padding:0 18px 16px !important;
  gap:10px !important;
}
.catalog-subgroup .featured-product-desc,
.catalog-group-stack .catalog-subgroup .featured-product-desc{
  margin:0 !important;
}
.catalog-subgroup .featured-product-row:hover,
.catalog-group-stack .catalog-subgroup .featured-product-row:hover{
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
}
.catalog-subgroup .featured-product-row:hover .featured-product-title-main h3,
.catalog-group-stack .catalog-subgroup .featured-product-row:hover .featured-product-title-main h3{
  color:#15314f !important;
}
.catalog-subgroup .featured-product-row:hover .featured-product-head,
.catalog-group-stack .catalog-subgroup .featured-product-row:hover .featured-product-head{
  background:transparent !important;
}
.catalog-subgroup .featured-product-row:hover .featured-product-desc,
.catalog-group-stack .catalog-subgroup .featured-product-row:hover .featured-product-desc{
  color:#425466 !important;
}
.catalog-subgroup .featured-product-row:hover .featured-product-actions .btn,
.catalog-group-stack .catalog-subgroup .featured-product-row:hover .featured-product-actions .btn{
  transform:translateY(-1px);
}
@media (min-width: 901px){
  .catalog-subgroup .featured-product-row:hover,
  .catalog-group-stack .catalog-subgroup .featured-product-row:hover{
    transform:translateX(4px) !important;
  }
}
@media (max-width: 640px){
  .catalog-subgroup .featured-product-row::before,
  .catalog-group-stack .catalog-subgroup .featured-product-row::before{
    left:12px;
    right:12px;
  }
  .catalog-subgroup .featured-product-head,
  .catalog-group-stack .catalog-subgroup .featured-product-head{
    padding:14px 12px 8px !important;
  }
  .catalog-subgroup .featured-product-body,
  .catalog-group-stack .catalog-subgroup .featured-product-body{
    padding:0 12px 14px !important;
  }
}

/* v5.0.3: compact post-login action buttons in homepage profile panel */
.profile-summary-card-home-link{gap:12px}
.profile-summary-card-home-link .member-action-stack{gap:4px}
.profile-summary-card-home-link .member-action-stack .side-btn{margin:0;height:40px}
.profile-summary-card-home-link .logout-bottom-form{margin-top:0}
@media (max-width:700px){
  .profile-summary-card-home-link{gap:10px}
  .profile-summary-card-home-link .member-action-stack{gap:3px}
  .profile-summary-card-home-link .member-action-stack .side-btn{height:39px}
}

/* v5.1: product rows use image-left list layout with cleaner right-side content */
.catalog-subgroup .featured-product-list,
.catalog-group-stack .catalog-subgroup .featured-product-list{
  padding:0 !important;
  display:flex;
  flex-direction:column;
}
.catalog-subgroup .featured-product-row,
.catalog-group-stack .catalog-subgroup .featured-product-row{
  display:grid !important;
  grid-template-columns:190px minmax(0,1fr);
  align-items:stretch;
  gap:0;
  min-height:190px;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-bottom:1px solid rgba(148,163,184,.22) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
  position:relative;
  filter:none !important;
}
.catalog-subgroup .featured-product-row:last-child,
.catalog-group-stack .catalog-subgroup .featured-product-row:last-child{
  border-bottom:0 !important;
}
.catalog-subgroup .featured-product-row::before,
.catalog-subgroup .featured-product-row::after,
.catalog-group-stack .catalog-subgroup .featured-product-row::before,
.catalog-group-stack .catalog-subgroup .featured-product-row::after{
  content:none !important;
  display:none !important;
}
.catalog-subgroup .featured-product-row:hover,
.catalog-group-stack .catalog-subgroup .featured-product-row:hover{
  transform:translateX(4px) !important;
  background:linear-gradient(90deg,rgba(10,132,174,.03),rgba(255,255,255,0)) !important;
  border-color:rgba(10,132,174,.24) !important;
  box-shadow:none !important;
}
.catalog-subgroup .featured-product-media,
.catalog-group-stack .catalog-subgroup .featured-product-media{
  display:flex;
  align-items:stretch;
  justify-content:stretch;
  min-width:190px;
  padding:16px 18px 16px 0;
}
.catalog-subgroup .featured-product-media-frame,
.catalog-group-stack .catalog-subgroup .featured-product-media-frame{
  width:100%;
  height:100%;
  min-height:158px;
  border-radius:18px;
  overflow:hidden;
  background:linear-gradient(135deg,#eef5fb 0%,#f8fbff 100%);
  box-shadow:inset 0 0 0 1px rgba(173,190,210,.42);
}
.catalog-subgroup .featured-product-image,
.catalog-group-stack .catalog-subgroup .featured-product-image{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.catalog-subgroup .featured-product-image-fallback,
.catalog-group-stack .catalog-subgroup .featured-product-image-fallback{
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#204b88 0%,#0a84ae 100%);
  color:#fff;
  font-size:15px;
  font-weight:800;
  letter-spacing:.4px;
  text-transform:uppercase;
  padding:18px;
  text-align:center;
}
.catalog-subgroup .featured-product-main,
.catalog-group-stack .catalog-subgroup .featured-product-main{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:16px 0;
}
.catalog-subgroup .featured-product-head,
.catalog-group-stack .catalog-subgroup .featured-product-head{
  padding:0 !important;
  background:transparent !important;
}
.catalog-subgroup .featured-product-title,
.catalog-group-stack .catalog-subgroup .featured-product-title,
.catalog-subgroup .featured-product-title-row,
.catalog-group-stack .catalog-subgroup .featured-product-title-row,
.catalog-subgroup .featured-product-title-main,
.catalog-group-stack .catalog-subgroup .featured-product-title-main{
  min-width:0;
}
.catalog-subgroup .featured-product-title-main,
.catalog-group-stack .catalog-subgroup .featured-product-title-main{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
}
.catalog-subgroup .featured-product-row h3,
.catalog-group-stack .catalog-subgroup .featured-product-row h3{
  font-size:20px !important;
  line-height:1.3 !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:initial !important;
}
.catalog-subgroup .featured-product-divider,
.catalog-group-stack .catalog-subgroup .featured-product-divider{
  height:1px;
  margin:12px 0 14px;
  background:linear-gradient(90deg,rgba(10,132,174,.18),rgba(148,163,184,.14));
}
.catalog-subgroup .featured-product-body,
.catalog-group-stack .catalog-subgroup .featured-product-body{
  padding:0 !important;
  gap:14px !important;
}
.catalog-subgroup .featured-product-desc,
.catalog-group-stack .catalog-subgroup .featured-product-desc{
  margin:0;
  color:#556677;
  font-size:14px;
  line-height:1.65;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
.catalog-subgroup .featured-product-bottom,
.catalog-group-stack .catalog-subgroup .featured-product-bottom{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:end;
}
.catalog-subgroup .featured-product-meta,
.catalog-group-stack .catalog-subgroup .featured-product-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
.catalog-subgroup .featured-product-side,
.catalog-group-stack .catalog-subgroup .featured-product-side{
  min-width:248px;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
}
.catalog-subgroup .featured-product-price,
.catalog-group-stack .catalog-subgroup .featured-product-price{
  margin:0 !important;
  align-self:flex-end;
}
.catalog-subgroup .featured-product-actions,
.catalog-group-stack .catalog-subgroup .featured-product-actions{
  width:260px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.catalog-subgroup .featured-product-actions .btn,
.catalog-group-stack .catalog-subgroup .featured-product-actions .btn{
  width:100%;
}
@media (max-width: 980px){
  .catalog-subgroup .featured-product-row,
  .catalog-group-stack .catalog-subgroup .featured-product-row{
    grid-template-columns:154px minmax(0,1fr);
    min-height:168px;
  }
  .catalog-subgroup .featured-product-media,
  .catalog-group-stack .catalog-subgroup .featured-product-media{
    min-width:154px;
    padding:14px 16px 14px 0;
  }
  .catalog-subgroup .featured-product-media-frame,
  .catalog-group-stack .catalog-subgroup .featured-product-media-frame{
    min-height:126px;
  }
  .catalog-subgroup .featured-product-row h3,
  .catalog-group-stack .catalog-subgroup .featured-product-row h3{
    font-size:17px !important;
  }
  .catalog-subgroup .featured-product-bottom,
  .catalog-group-stack .catalog-subgroup .featured-product-bottom{
    grid-template-columns:1fr;
    align-items:start;
  }
  .catalog-subgroup .featured-product-side,
  .catalog-group-stack .catalog-subgroup .featured-product-side{
    min-width:0;
    width:100%;
    align-items:flex-start;
  }
}
@media (max-width: 640px){
  .catalog-subgroup .featured-product-row,
  .catalog-group-stack .catalog-subgroup .featured-product-row{
    grid-template-columns:110px minmax(0,1fr);
    min-height:132px;
  }
  .catalog-subgroup .featured-product-media,
  .catalog-group-stack .catalog-subgroup .featured-product-media{
    min-width:110px;
    padding:12px 12px 12px 0;
  }
  .catalog-subgroup .featured-product-media-frame,
  .catalog-group-stack .catalog-subgroup .featured-product-media-frame{
    min-height:86px;
    border-radius:14px;
  }
  .catalog-subgroup .featured-product-main,
  .catalog-group-stack .catalog-subgroup .featured-product-main{
    padding:12px 0;
  }
  .catalog-subgroup .featured-product-divider,
  .catalog-group-stack .catalog-subgroup .featured-product-divider{
    margin:8px 0 10px;
  }
  .catalog-subgroup .featured-product-row h3,
  .catalog-group-stack .catalog-subgroup .featured-product-row h3{
    font-size:14px !important;
  }
  .catalog-subgroup .featured-product-desc,
  .catalog-group-stack .catalog-subgroup .featured-product-desc{
    font-size:13px;
    -webkit-line-clamp:2;
  }
  .catalog-subgroup .featured-product-actions,
  .catalog-group-stack .catalog-subgroup .featured-product-actions{
    width:100%;
    grid-template-columns:1fr 1fr;
  }
}

/* v5.1.1: tame product row typography and image sizing, use clean square thumbnail */
.catalog-subgroup .featured-product-row,
.catalog-group-stack .catalog-subgroup .featured-product-row{
  grid-template-columns: 156px minmax(0,1fr) !important;
  min-height: 0 !important;
  align-items: center !important;
}
.catalog-subgroup .featured-product-media,
.catalog-group-stack .catalog-subgroup .featured-product-media{
  min-width: 156px !important;
  padding: 14px 16px 14px 18px !important;
  align-items: center !important;
}
.catalog-subgroup .featured-product-media-frame,
.catalog-group-stack .catalog-subgroup .featured-product-media-frame{
  width: 122px !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg,#f4f8fc 0%,#eef5fb 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(173,190,210,.34) !important;
  overflow: hidden !important;
}
.catalog-subgroup .featured-product-image,
.catalog-group-stack .catalog-subgroup .featured-product-image{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 14px !important;
  background: transparent !important;
}
.catalog-subgroup .featured-product-main,
.catalog-group-stack .catalog-subgroup .featured-product-main{
  padding: 16px 0 16px 0 !important;
  justify-content: center !important;
}
.catalog-subgroup .featured-product-title-main,
.catalog-group-stack .catalog-subgroup .featured-product-title-main{
  gap: 6px !important;
}
.catalog-subgroup .featured-product-row h3,
.catalog-group-stack .catalog-subgroup .featured-product-row h3{
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  white-space: normal !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}
.catalog-subgroup .featured-product-desc,
.catalog-group-stack .catalog-subgroup .featured-product-desc{
  font-size: 13px !important;
  line-height: 1.6 !important;
  -webkit-line-clamp: 2 !important;
}
.catalog-subgroup .featured-product-divider,
.catalog-group-stack .catalog-subgroup .featured-product-divider{
  margin: 10px 0 12px !important;
}
.catalog-subgroup .featured-product-body,
.catalog-group-stack .catalog-subgroup .featured-product-body{
  gap: 12px !important;
}
.catalog-subgroup .featured-product-bottom,
.catalog-group-stack .catalog-subgroup .featured-product-bottom{
  grid-template-columns: minmax(0,1fr) auto !important;
  gap: 12px !important;
  align-items: end !important;
}
.catalog-subgroup .featured-product-meta,
.catalog-group-stack .catalog-subgroup .featured-product-meta{
  gap: 8px !important;
}
.catalog-subgroup .featured-product-side,
.catalog-group-stack .catalog-subgroup .featured-product-side{
  min-width: 228px !important;
  gap: 8px !important;
}
.catalog-subgroup .featured-product-price,
.catalog-group-stack .catalog-subgroup .featured-product-price{
  font-size: 15px !important;
  padding: 5px 10px !important;
  border-radius: 10px !important;
}
.catalog-subgroup .featured-product-actions,
.catalog-group-stack .catalog-subgroup .featured-product-actions{
  width: 232px !important;
  gap: 8px !important;
}
.catalog-subgroup .featured-product-actions .btn,
.catalog-group-stack .catalog-subgroup .featured-product-actions .btn{
  height: 38px !important;
  font-size: 11px !important;
  padding: 0 10px !important;
}
@media (max-width: 980px){
  .catalog-subgroup .featured-product-row,
  .catalog-group-stack .catalog-subgroup .featured-product-row{
    grid-template-columns: 132px minmax(0,1fr) !important;
  }
  .catalog-subgroup .featured-product-media,
  .catalog-group-stack .catalog-subgroup .featured-product-media{
    min-width: 132px !important;
    padding: 12px 14px 12px 16px !important;
  }
  .catalog-subgroup .featured-product-media-frame,
  .catalog-group-stack .catalog-subgroup .featured-product-media-frame{
    width: 102px !important;
    border-radius: 16px !important;
  }
  .catalog-subgroup .featured-product-row h3,
  .catalog-group-stack .catalog-subgroup .featured-product-row h3{
    font-size: 14px !important;
  }
  .catalog-subgroup .featured-product-side,
  .catalog-group-stack .catalog-subgroup .featured-product-side{
    min-width: 0 !important;
    width: 100% !important;
    align-items: flex-start !important;
  }
  .catalog-subgroup .featured-product-actions,
  .catalog-group-stack .catalog-subgroup .featured-product-actions{
    width: 100% !important;
    max-width: 260px !important;
  }
}
@media (max-width: 640px){
  .catalog-subgroup .featured-product-row,
  .catalog-group-stack .catalog-subgroup .featured-product-row{
    grid-template-columns: 102px minmax(0,1fr) !important;
  }
  .catalog-subgroup .featured-product-media,
  .catalog-group-stack .catalog-subgroup .featured-product-media{
    min-width: 102px !important;
    padding: 10px 10px 10px 12px !important;
  }
  .catalog-subgroup .featured-product-media-frame,
  .catalog-group-stack .catalog-subgroup .featured-product-media-frame{
    width: 80px !important;
    border-radius: 14px !important;
  }
  .catalog-subgroup .featured-product-image,
  .catalog-group-stack .catalog-subgroup .featured-product-image{
    padding: 10px !important;
  }
  .catalog-subgroup .featured-product-main,
  .catalog-group-stack .catalog-subgroup .featured-product-main{
    padding: 12px 0 !important;
  }
  .catalog-subgroup .featured-product-row h3,
  .catalog-group-stack .catalog-subgroup .featured-product-row h3{
    font-size: 13px !important;
    line-height: 1.24 !important;
  }
  .catalog-subgroup .featured-product-desc,
  .catalog-group-stack .catalog-subgroup .featured-product-desc{
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
  .catalog-subgroup .featured-product-actions,
  .catalog-group-stack .catalog-subgroup .featured-product-actions{
    grid-template-columns: 1fr !important;
    max-width: none !important;
  }
}


/* v5.1.2: align product price with stats and pull action buttons inward */
.featured-product-bottom--compact{
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
  align-items:stretch !important;
}
.featured-product-meta--with-price{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:10px !important;
  align-items:stretch !important;
}
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip,
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-price-chip,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-price-chip,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-price-chip,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-price-chip{
  background:#f4f7fb !important;
  color:#22374d !important;
  border:1px solid rgba(203,213,225,.85) !important;
  box-shadow:none !important;
  min-height:62px !important;
  padding:10px 12px !important;
}
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip span,
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip b,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip span,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip span,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip b,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip span,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip b{
  color:#22374d !important;
}
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip span{
  font-size:11px !important;
  color:#6b7a90 !important;
  margin-bottom:6px !important;
}
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip b{
  font-size:18px !important;
  line-height:1.1 !important;
  font-weight:800 !important;
}
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-price-chip b{
  color:#0a84ae !important;
}
.featured-product-actions--inset{
  display:flex !important;
  justify-content:flex-end !important;
  gap:10px !important;
  padding-right:14px !important;
  padding-left:8px !important;
  margin-top:2px !important;
}
.featured-product-actions--inset .btn{
  min-width:154px !important;
}
@media (max-width: 980px){
  .featured-product-meta--with-price{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .featured-product-actions--inset{
    padding-right:8px !important;
    padding-left:4px !important;
    flex-wrap:wrap !important;
  }
}
@media (max-width: 640px){
  .featured-product-meta--with-price{
    grid-template-columns:1fr !important;
  }
  .featured-product-actions--inset{
    padding-right:0 !important;
    padding-left:0 !important;
  }
  .featured-product-actions--inset .btn{
    min-width:0 !important;
  }
}

/* v5.1.3: keep stats + price on same row with actions, and reduce row height */
.catalog-subgroup .featured-product-row,
.catalog-group-stack .catalog-subgroup .featured-product-row{
  border-bottom:1px solid rgba(148,163,184,.20) !important;
}
.catalog-subgroup .featured-product-media,
.catalog-group-stack .catalog-subgroup .featured-product-media{
  min-width:142px !important;
  padding:10px 10px 10px 12px !important;
}
.catalog-subgroup .featured-product-media-frame,
.catalog-group-stack .catalog-subgroup .featured-product-media-frame{
  width:108px !important;
  border-radius:14px !important;
  box-shadow:inset 0 0 0 1px rgba(173,190,210,.28) !important;
}
.catalog-subgroup .featured-product-image,
.catalog-group-stack .catalog-subgroup .featured-product-image{
  padding:8px !important;
  object-fit:contain !important;
}
.catalog-subgroup .featured-product-main,
.catalog-group-stack .catalog-subgroup .featured-product-main{
  padding:11px 0 !important;
}
.catalog-subgroup .featured-product-divider,
.catalog-group-stack .catalog-subgroup .featured-product-divider{
  margin:8px 0 10px !important;
}
.catalog-subgroup .featured-product-body,
.catalog-group-stack .catalog-subgroup .featured-product-body{
  gap:10px !important;
}
.catalog-subgroup .featured-product-bottom--compact,
.catalog-group-stack .catalog-subgroup .featured-product-bottom--compact{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  flex-wrap:nowrap !important;
}
.catalog-subgroup .featured-product-meta--with-price,
.catalog-group-stack .catalog-subgroup .featured-product-meta--with-price{
  flex:1 1 auto !important;
  min-width:0 !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:8px !important;
  align-items:stretch !important;
}
.catalog-subgroup .featured-product-meta--with-price .featured-meta-chip,
.catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip{
  min-height:52px !important;
  padding:8px 10px !important;
  border-radius:11px !important;
}
.catalog-subgroup .featured-product-meta--with-price .featured-meta-chip span,
.catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip span{
  font-size:10px !important;
  margin-bottom:4px !important;
}
.catalog-subgroup .featured-product-meta--with-price .featured-meta-chip b,
.catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip b{
  font-size:15px !important;
}
.catalog-subgroup .featured-product-actions--inset,
.catalog-group-stack .catalog-subgroup .featured-product-actions--inset{
  flex:0 0 auto !important;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,136px)) !important;
  gap:8px !important;
  padding:0 12px 0 4px !important;
  margin:0 !important;
}
.catalog-subgroup .featured-product-actions--inset .btn,
.catalog-group-stack .catalog-subgroup .featured-product-actions--inset .btn{
  min-width:0 !important;
  width:100% !important;
  height:36px !important;
}
@media (max-width: 1100px){
  .catalog-subgroup .featured-product-bottom--compact,
  .catalog-group-stack .catalog-subgroup .featured-product-bottom--compact{
    flex-direction:column !important;
    align-items:stretch !important;
  }
  .catalog-subgroup .featured-product-actions--inset,
  .catalog-group-stack .catalog-subgroup .featured-product-actions--inset{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    padding:0 !important;
  }
}
@media (max-width: 640px){
  .catalog-subgroup .featured-product-row,
  .catalog-group-stack .catalog-subgroup .featured-product-row{
    grid-template-columns:96px minmax(0,1fr) !important;
  }
  .catalog-subgroup .featured-product-media,
  .catalog-group-stack .catalog-subgroup .featured-product-media{
    min-width:96px !important;
    padding:8px 8px 8px 10px !important;
  }
  .catalog-subgroup .featured-product-media-frame,
  .catalog-group-stack .catalog-subgroup .featured-product-media-frame{
    width:72px !important;
    border-radius:12px !important;
  }
  .catalog-subgroup .featured-product-image,
  .catalog-group-stack .catalog-subgroup .featured-product-image{
    padding:6px !important;
  }
  .catalog-subgroup .featured-product-meta--with-price,
  .catalog-group-stack .catalog-subgroup .featured-product-meta--with-price{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .catalog-subgroup .featured-product-actions--inset,
  .catalog-group-stack .catalog-subgroup .featured-product-actions--inset{
    grid-template-columns:1fr 1fr !important;
  }
}

/* v5.1.4: compact inline stat chips + price, lower than action buttons */
.catalog-subgroup .featured-product-meta--with-price,
.catalog-group-stack .catalog-subgroup .featured-product-meta--with-price{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:8px !important;
}
.catalog-subgroup .featured-product-meta--with-price .featured-meta-chip,
.catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:4px !important;
  min-height:0 !important;
  height:30px !important;
  padding:0 10px !important;
  border-radius:9px !important;
  white-space:nowrap !important;
}
.catalog-subgroup .featured-product-meta--with-price .featured-meta-chip span,
.catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip span{
  display:inline !important;
  margin:0 !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:700 !important;
  color:#64748b !important;
}
.catalog-subgroup .featured-product-meta--with-price .featured-meta-chip span::after,
.catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip span::after{
  content:":";
  margin-left:3px;
}
.catalog-subgroup .featured-product-meta--with-price .featured-meta-chip b,
.catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip b{
  display:inline !important;
  margin:0 !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:800 !important;
}
.catalog-subgroup .featured-product-meta--with-price .featured-meta-chip:nth-child(1) b,
.catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip:nth-child(1) b{
  color:#ffffff !important;
}
.catalog-subgroup .featured-product-meta--with-price .featured-meta-chip:nth-child(2) b,
.catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip:nth-child(2) b{
  color:#ffffff !important;
}
.catalog-subgroup .featured-product-meta--with-price .featured-meta-chip:nth-child(3) b,
.catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip:nth-child(3) b{
  color:#ffffff !important;
}
.catalog-subgroup .featured-product-meta--with-price .featured-meta-price-chip,
.catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-price-chip{
  background:#eef3f8 !important;
}
.catalog-subgroup .featured-product-meta--with-price .featured-meta-price-chip span,
.catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-price-chip span{
  color:#5d7086 !important;
}
.catalog-subgroup .featured-product-meta--with-price .featured-meta-price-chip b,
.catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-price-chip b{
  color:#0a84ae !important;
}
.catalog-subgroup .featured-product-actions--inset .btn,
.catalog-group-stack .catalog-subgroup .featured-product-actions--inset .btn{
  height:36px !important;
}
@media (max-width: 1100px){
  .catalog-subgroup .featured-product-meta--with-price,
  .catalog-group-stack .catalog-subgroup .featured-product-meta--with-price{
    width:100% !important;
  }
}
@media (max-width: 640px){
  .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip,
  .catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip{
    height:32px !important;
  }
  .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip span,
  .catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip span,
  .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip b,
  .catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip b{
    font-size:12px !important;
  }
}

/* v5.1.5: product row hover stays fixed, no lift or scale */
.featured-product-row,
.featured-product-row:hover,
.featured-product-row:focus-within,
.featured-product-row:active{
  transform:none !important;
  filter:none !important;
}

.featured-product-row{
  transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease !important;
}

.featured-product-row:hover,
.featured-product-row:focus-within{
  border-color:rgba(10,132,174,.20) !important;
  box-shadow:0 10px 18px rgba(15,23,42,.08) !important;
}

.featured-product-row:active{
  border-color:rgba(10,132,174,.18) !important;
  box-shadow:0 8px 14px rgba(15,23,42,.07) !important;
}

.featured-product-row:hover::after,
.featured-product-row:focus-within::after{
  opacity:.65 !important;
}

.featured-product-row:active::after{
  opacity:.45 !important;
}

.featured-product-row:hover .featured-product-price,
.featured-product-row:focus-within .featured-product-price,
.featured-product-row:active .featured-product-price{
  transform:none !important;
  box-shadow:none !important;
}

/* final override v5.1.6: disable product row hover/active completely */
.featured-product-row,
.featured-product-row::after,
.featured-product-head,
.featured-product-desc,
.featured-product-price,
.featured-product-meta,
.featured-meta-chip{
  transition-property:none !important;
}

.featured-product-row:hover,
.featured-product-row:focus-within,
.featured-product-row:active{
  transform:none !important;
  filter:none !important;
  border-color:var(--border) !important;
  box-shadow:0 12px 26px rgba(15,23,42,.07) !important;
}

.featured-product-row:hover::after,
.featured-product-row:focus-within::after,
.featured-product-row:active::after{
  opacity:0 !important;
}

.featured-product-row:hover .featured-product-head,
.featured-product-row:focus-within .featured-product-head,
.featured-product-row:active .featured-product-head{
  background:linear-gradient(180deg,#fbfdff 0%,#f5f9fc 100%) !important;
}

.featured-product-row:hover .featured-product-price,
.featured-product-row:focus-within .featured-product-price,
.featured-product-row:active .featured-product-price{
  transform:none !important;
  box-shadow:0 8px 18px rgba(10,132,174,.16) !important;
}

.featured-product-row:hover .featured-product-desc,
.featured-product-row:focus-within .featured-product-desc,
.featured-product-row:active .featured-product-desc{
  color:#556677 !important;
}

.featured-product-row:hover .featured-meta-chip,
.featured-product-row:focus-within .featured-meta-chip,
.featured-product-row:active .featured-meta-chip{
  filter:none !important;
}

/* final override v5.1.7: stats chips and price stay completely static on hover */
.featured-product-price,
.featured-meta-chip,
.featured-product-row .featured-product-price,
.featured-product-row .featured-meta-chip,
.featured-product-row:hover .featured-product-price,
.featured-product-row:hover .featured-meta-chip,
.featured-product-row:focus-within .featured-product-price,
.featured-product-row:focus-within .featured-meta-chip,
.featured-product-row:active .featured-product-price,
.featured-product-row:active .featured-meta-chip,
.featured-product-price:hover,
.featured-meta-chip:hover,
.featured-product-price:focus,
.featured-meta-chip:focus,
.featured-product-price:active,
.featured-meta-chip:active{
  transform:none !important;
  translate:none !important;
  scale:none !important;
  filter:none !important;
  box-shadow:none !important;
  transition:none !important;
}

.featured-product-row .featured-product-price,
.featured-product-row:hover .featured-product-price,
.featured-product-row:focus-within .featured-product-price,
.featured-product-row:active .featured-product-price{
  min-height:22px !important;
  line-height:1 !important;
}

.featured-product-row .featured-meta-chip,
.featured-product-row:hover .featured-meta-chip,
.featured-product-row:focus-within .featured-meta-chip,
.featured-product-row:active .featured-meta-chip{
  height:32px !important;
  min-height:32px !important;
  line-height:1 !important;
}

/* v5.1.8: lock product row stat/price chips to compact size in all states; override older hover-specific blocks */
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip,
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-price-chip,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-price-chip,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-price-chip,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-price-chip{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:4px !important;
  white-space:nowrap !important;
  min-height:0 !important;
  height:30px !important;
  padding:0 10px !important;
  border-radius:9px !important;
  line-height:1 !important;
  transform:none !important;
  translate:none !important;
  scale:none !important;
  filter:none !important;
  box-shadow:none !important;
}

.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip span,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip span,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip span,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip span,
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-price-chip span,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-price-chip span,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-price-chip span,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-price-chip span{
  display:inline !important;
  margin:0 !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:700 !important;
}

.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip b,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip b,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip b,
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-price-chip b,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-price-chip b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-price-chip b,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-price-chip b{
  display:inline !important;
  margin:0 !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:800 !important;
  transform:none !important;
  translate:none !important;
  scale:none !important;
}

.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip span::after,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip span::after,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip span::after,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip span::after,
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-price-chip span::after,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-price-chip span::after,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-price-chip span::after,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-price-chip span::after{
  content:":";
  margin-left:3px;
}

.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-price-chip,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-price-chip,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-price-chip,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-price-chip{
  background:#eef3f8 !important;
  border:1px solid rgba(203,213,225,.85) !important;
}

.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-price-chip span,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-price-chip span,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-price-chip span,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-price-chip span{
  color:#5d7086 !important;
}

.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-price-chip b,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-price-chip b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-price-chip b,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-price-chip b{
  color:#0a84ae !important;
}

@media (max-width: 640px){
  .featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip,
  .featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip,
  .featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip,
  .featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip,
  .featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-price-chip,
  .featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-price-chip,
  .featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-price-chip,
  .featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-price-chip{
    height:32px !important;
    min-height:0 !important;
  }

  .featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip span,
  .featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip span,
  .featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip span,
  .featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip span,
  .featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip b,
  .featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip b,
  .featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip b,
  .featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip b,
  .featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-price-chip span,
  .featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-price-chip span,
  .featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-price-chip span,
  .featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-price-chip span,
  .featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-price-chip b,
  .featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-price-chip b,
  .featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-price-chip b,
  .featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-price-chip b{
    font-size:12px !important;
  }
}

/* v5.1.9: product note wraps cleanly and stays smaller than title */
.catalog-subgroup .featured-product-main,
.catalog-group-stack .catalog-subgroup .featured-product-main,
.catalog-subgroup .featured-product-head,
.catalog-group-stack .catalog-subgroup .featured-product-head,
.catalog-subgroup .featured-product-body,
.catalog-group-stack .catalog-subgroup .featured-product-body,
.catalog-subgroup .featured-product-title,
.catalog-group-stack .catalog-subgroup .featured-product-title,
.catalog-subgroup .featured-product-title-row,
.catalog-group-stack .catalog-subgroup .featured-product-title-row,
.catalog-subgroup .featured-product-title-main,
.catalog-group-stack .catalog-subgroup .featured-product-title-main{
  min-width:0 !important;
}

.catalog-subgroup .featured-product-desc,
.catalog-group-stack .catalog-subgroup .featured-product-desc{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  font-size:12px !important;
  line-height:1.5 !important;
  color:#5f6f81 !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  overflow-wrap:anywhere !important;
  word-break:break-word !important;
}

.catalog-subgroup .featured-product-row:hover .featured-product-desc,
.catalog-group-stack .catalog-subgroup .featured-product-row:hover .featured-product-desc,
.catalog-subgroup .featured-product-row:focus-within .featured-product-desc,
.catalog-group-stack .catalog-subgroup .featured-product-row:focus-within .featured-product-desc,
.catalog-subgroup .featured-product-row:active .featured-product-desc,
.catalog-group-stack .catalog-subgroup .featured-product-row:active .featured-product-desc{
  color:#5f6f81 !important;
}

@media (max-width: 640px){
  .catalog-subgroup .featured-product-desc,
  .catalog-group-stack .catalog-subgroup .featured-product-desc{
    font-size:11px !important;
    line-height:1.45 !important;
  }
}

/* Contact standalone page */
.contact-page-wrap{display:block}
.contact-page-shell{background:#fff;border:1px solid rgba(208,220,232,.88);border-radius:24px;padding:22px;box-shadow:0 16px 36px rgba(15,23,42,.06);overflow:hidden}
.contact-hero{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:18px;align-items:stretch;margin-bottom:18px}.contact-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,#eef5ff,#f3f8ff);border:1px solid rgba(117,143,212,.18);font-size:12px;font-weight:800;color:#355b9c;letter-spacing:.2px}.contact-hero h1{margin:12px 0 10px;font-size:32px;line-height:1.1;color:#20344d}.contact-hero p{margin:0;max-width:820px;font-size:14px;line-height:1.8;color:#607084}.contact-hero-side{display:grid;gap:8px;align-content:start;padding:18px;border-radius:20px;background:linear-gradient(180deg,#f8fbff 0%,#f2f7ff 100%);border:1px solid rgba(157,180,205,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.contact-hero-side strong{font-size:13px;color:#22374d}.contact-hero-side span{font-size:13px;color:#5c6d81;overflow-wrap:anywhere}
.contact-body-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;align-items:start}.contact-sidebar{display:grid;gap:14px;position:sticky;top:calc(var(--sticky-stack-height, 0px) + 18px);align-self:start;min-width:0}.contact-sidebar-card{background:linear-gradient(180deg,#ffffff 0%,#f9fcff 100%);border:1px solid rgba(211,222,234,.92);border-radius:20px;padding:18px;box-shadow:0 14px 28px rgba(15,23,42,.05);min-width:0}.contact-sidebar-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;font-size:11px;font-weight:800;letter-spacing:.24px;color:#5d78a1;text-transform:uppercase}.contact-page-tabs{display:grid;gap:10px;margin:0}.contact-page-tab{display:grid;grid-template-columns:minmax(0,1fr);gap:4px;align-items:center;min-height:62px;padding:12px 14px;border-radius:16px;background:#f6f9fd;border:1px solid rgba(184,198,214,.42);font-size:13px;font-weight:700;color:#506174;box-shadow:0 6px 14px rgba(15,23,42,.04);transition:transform .18s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease;min-width:0}.contact-page-tab:hover{transform:translateY(-1px);background:#eef5ff;color:#214d8c;box-shadow:0 10px 18px rgba(15,23,42,.08)}.contact-page-tab.is-accent{background:linear-gradient(135deg,#214d8c 0%,#0a84ae 100%);border-color:rgba(18,78,114,.15);color:#fff;box-shadow:0 12px 26px rgba(33,77,140,.16)}.contact-page-tab-label{min-width:0}.contact-page-tab small{font-size:11px;font-weight:700;color:#7890a6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-page-tab.is-accent small{color:rgba(255,255,255,.9)}.contact-sidebar-points{margin:0;padding-left:18px;display:grid;gap:10px;color:#586b82;font-size:13px;line-height:1.75}
.contact-main{min-width:0}.contact-panel{background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border:1px solid rgba(213,223,234,.9);border-radius:22px;padding:22px;box-shadow:0 14px 30px rgba(15,23,42,.05);min-width:0}.contact-panel-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px;min-width:0}.contact-panel-kicker{display:inline-block;font-size:12px;font-weight:800;color:#54709b;letter-spacing:.24px;text-transform:uppercase;margin-bottom:8px}.contact-panel-head h2{margin:0 0 8px;font-size:24px;color:#22374d}.contact-panel-head p{margin:0;font-size:14px;line-height:1.75;color:#627286;max-width:760px}.contact-panel-side-actions{display:grid;gap:10px;justify-items:end;align-content:start;min-width:0}.contact-panel-count{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;background:#f5f8fc;border:1px solid rgba(184,198,214,.42);font-size:12px;font-weight:800;color:#476389;white-space:nowrap}
.contact-page-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.86fr);gap:18px;align-items:start}.contact-page-story,.contact-channels-stack{display:grid;gap:16px}.contact-help-strip{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:18px 20px;border-radius:20px;background:linear-gradient(135deg,#f7fbff,#edf6ff);border:1px solid rgba(194,210,227,.5)}.contact-help-strip strong{display:block;margin-bottom:6px;font-size:16px;color:#23384e}.contact-help-strip p{margin:0;font-size:13px;line-height:1.75;color:#607084;max-width:720px}.contact-help-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;align-items:center}.contact-help-actions .btn{min-width:158px;height:42px;padding:0 18px;border-radius:12px;font-size:12px;font-weight:800;letter-spacing:.18px;box-shadow:0 8px 18px rgba(15,23,42,.07);transition:transform .16s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.contact-help-actions .btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(15,23,42,.11)}.contact-help-actions .btn:active{transform:translateY(0) scale(.985);box-shadow:0 6px 14px rgba(15,23,42,.1)}.contact-help-actions .btn.btn-outline{background:#ffffff;color:#174e8d;border:1px solid rgba(117,153,205,.34)}.contact-help-actions .btn.btn-outline:hover{background:#eef5ff;color:#143f72;border-color:rgba(77,126,191,.42)}.contact-help-actions .btn.btn-fill{background:linear-gradient(135deg,#214d8c 0%,#0a84ae 100%);color:#fff;border:1px solid rgba(18,78,114,.14)}.contact-help-actions .btn.btn-fill:hover{background:linear-gradient(135deg,#1d467f 0%,#08789d 100%)}
@media (max-width: 1120px){.contact-body-layout,.contact-page-grid,.contact-hero{grid-template-columns:1fr}.contact-sidebar{position:static}.contact-panel-side-actions{justify-items:start}.contact-help-strip{flex-direction:column;align-items:flex-start}.contact-help-actions{justify-content:flex-start}}
@media (max-width: 768px){.contact-page-shell{padding:18px;border-radius:20px}.contact-hero h1{font-size:26px}.contact-panel,.contact-sidebar-card{padding:18px}.contact-panel-head{flex-direction:column}.contact-page-tab{min-height:58px}.contact-help-strip{padding:16px}}
@media (max-width: 560px){.contact-panel-head h2{font-size:22px}.contact-help-actions{width:100%}.contact-help-actions .btn{width:100%;justify-content:center}}

/* Contact tab section */
.contact-home-section{
  margin-top:16px;
}
.contact-home-card{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  border:1px solid rgba(148,163,184,.18);
  border-radius:20px;
  padding:24px;
  box-shadow:0 18px 36px rgba(15,23,42,.08);
}
.contact-home-head{
  display:grid;
  grid-template-columns:minmax(0,1.6fr) minmax(280px,.9fr);
  gap:22px;
  align-items:start;
  padding-bottom:18px;
  border-bottom:1px solid rgba(148,163,184,.16);
}
.contact-home-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(10,132,174,.10);
  color:#0b74a0;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}
.contact-home-head h2{
  margin:12px 0 10px;
  font-size:30px;
  line-height:1.2;
  color:#14314d;
}
.contact-home-head p{
  margin:0;
  color:#587089;
  font-size:15px;
  line-height:1.8;
}
.contact-home-head-actions{
  display:grid;
  gap:14px;
}
.contact-home-side-note{
  padding:16px 18px;
  border-radius:16px;
  background:linear-gradient(135deg,#0f4e86 0%,#0a84ae 100%);
  color:#fff;
  font-size:14px;
  line-height:1.7;
  box-shadow:0 14px 28px rgba(10,132,174,.20);
}
.contact-home-head-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.contact-home-link-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:12px;
  background:#0f4e86;
  color:#fff;
  font-size:13px;
  font-weight:800;
  transition:transform .16s ease,box-shadow .2s ease,filter .2s ease;
  box-shadow:0 12px 22px rgba(15,78,134,.14);
}
.contact-home-link-btn.secondary{
  background:#eef5fb;
  color:#17446d;
  box-shadow:none;
}
.contact-home-link-btn:hover{
  transform:translateY(-2px);
  filter:brightness(.99);
}
.contact-home-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.9fr);
  gap:20px;
  margin-top:20px;
  align-items:start;
}
.contact-home-story,
.contact-channels-stack{
  display:grid;
  gap:16px;
}
.contact-story-card{
  background:#fff;
  border:1px solid rgba(148,163,184,.16);
  border-radius:18px;
  padding:22px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
}
.contact-story-card-soft{
  background:linear-gradient(180deg,#f8fcff 0%,#f1f7fd 100%);
}
.contact-story-kicker{
  display:inline-flex;
  margin-bottom:10px;
  color:#0b74a0;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}
.contact-story-card h3{
  margin:0 0 12px;
  color:#16324f;
  font-size:22px;
  line-height:1.35;
}
.contact-story-card p{
  margin:0 0 14px;
  color:#536b84;
  font-size:14px;
  line-height:1.85;
}
.contact-story-card p:last-child{
  margin-bottom:0;
}
.contact-story-card a{
  color:#0b74a0;
  font-weight:700;
}
.contact-steps-list{
  display:grid;
  gap:12px;
}
.contact-step-item{
  padding:16px 18px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(148,163,184,.14);
}
.contact-step-item strong{
  display:block;
  margin-bottom:6px;
  color:#16324f;
  font-size:15px;
}
.contact-step-item p{
  margin:0;
}
.contact-channel-card{
  display:grid;
  grid-template-columns:56px minmax(0,1fr);
  gap:14px;
  align-items:start;
  padding:18px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(148,163,184,.16);
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  transition:transform .16s ease,box-shadow .2s ease,border-color .2s ease;
}
.contact-channel-card:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 28px rgba(15,23,42,.09);
  border-color:rgba(10,132,174,.24);
}
.contact-channel-icon{
  width:56px;
  height:56px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#0f4e86 0%,#0a84ae 100%);
  color:#fff;
  font-size:20px;
  font-weight:800;
  box-shadow:0 12px 20px rgba(10,132,174,.16);
}
.contact-channel-copy{
  min-width:0;
}
.contact-channel-kicker{
  display:block;
  color:#0b74a0;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  margin-bottom:6px;
}
.contact-channel-copy strong{
  display:block;
  color:#16324f;
  font-size:19px;
  line-height:1.35;
  overflow-wrap:anywhere;
}
.contact-channel-copy p{
  margin:8px 0 0;
  color:#587089;
  font-size:13px;
  line-height:1.7;
}
@media (max-width: 1100px){
  .contact-home-head,
  .contact-home-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width: 768px){
  .contact-home-card{
    padding:18px;
    border-radius:18px;
  }
  .contact-home-head h2{
    font-size:24px;
  }
  .contact-channel-copy strong{
    font-size:17px;
  }
}
@media (max-width: 520px){
  .contact-channel-card{
    grid-template-columns:1fr;
  }
  .contact-channel-icon{
    width:48px;
    height:48px;
    border-radius:14px;
  }
}


.policy-page-wrap{display:block}.policy-page-shell{background:#fff;border:1px solid rgba(208,220,232,.88);border-radius:24px;padding:22px;box-shadow:0 16px 36px rgba(15,23,42,.06);overflow:hidden}.policy-hero{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:18px;align-items:stretch;margin-bottom:18px}.policy-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,#eef5ff,#f3f8ff);border:1px solid rgba(117,143,212,.18);font-size:12px;font-weight:800;color:#355b9c;letter-spacing:.2px}.policy-hero h1{margin:12px 0 10px;font-size:32px;line-height:1.1;color:#20344d}.policy-hero p{margin:0;max-width:860px;font-size:14px;line-height:1.82;color:#607084}.policy-hero-side{display:grid;gap:8px;align-content:start;padding:18px;border-radius:20px;background:linear-gradient(180deg,#f8fbff 0%,#f2f7ff 100%);border:1px solid rgba(157,180,205,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}.policy-hero-side strong{font-size:13px;color:#22374d}.policy-hero-side span{font-size:13px;color:#5c6d81;overflow-wrap:anywhere}.policy-body-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;align-items:start}.policy-sidebar{display:grid;gap:14px;position:sticky;top:calc(var(--sticky-stack-height, 0px) + 18px);align-self:start;min-width:0}.policy-sidebar-card{background:linear-gradient(180deg,#ffffff 0%,#f9fcff 100%);border:1px solid rgba(211,222,234,.92);border-radius:20px;padding:18px;box-shadow:0 14px 28px rgba(15,23,42,.05);min-width:0}.policy-sidebar-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;font-size:11px;font-weight:800;letter-spacing:.24px;color:#5d78a1;text-transform:uppercase}.policy-page-tabs{display:grid;gap:10px;margin:0}.policy-page-tab{display:grid;grid-template-columns:minmax(0,1fr);gap:4px;align-items:center;min-height:62px;padding:12px 14px;border-radius:16px;background:#f6f9fd;border:1px solid rgba(184,198,214,.42);font-size:13px;font-weight:700;color:#506174;box-shadow:0 6px 14px rgba(15,23,42,.04);transition:transform .18s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease;min-width:0}.policy-page-tab:hover{transform:translateY(-1px);background:#eef5ff;color:#214d8c;box-shadow:0 10px 18px rgba(15,23,42,.08)}.policy-page-tab.is-accent{background:linear-gradient(135deg,#214d8c 0%,#0a84ae 100%);border-color:rgba(18,78,114,.15);color:#fff;box-shadow:0 12px 26px rgba(33,77,140,.16)}.policy-page-tab small{font-size:11px;font-weight:700;color:#7890a6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.policy-page-tab.is-accent small{color:rgba(255,255,255,.9)}.policy-sidebar-points{margin:0;padding-left:18px;display:grid;gap:10px;color:#586b82;font-size:13px;line-height:1.75}.policy-main{min-width:0}.policy-panel{background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border:1px solid rgba(213,223,234,.9);border-radius:22px;padding:22px;box-shadow:0 14px 30px rgba(15,23,42,.05);min-width:0}.policy-panel-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px;min-width:0}.policy-panel-kicker{display:inline-block;font-size:12px;font-weight:800;color:#54709b;letter-spacing:.24px;text-transform:uppercase;margin-bottom:8px}.policy-panel-head h2{margin:0 0 8px;font-size:24px;color:#22374d}.policy-panel-head p{margin:0;font-size:14px;line-height:1.75;color:#627286;max-width:760px}.policy-panel-side-actions{display:grid;gap:10px;justify-items:end;align-content:start;min-width:0}.policy-panel-count{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;background:#f5f8fc;border:1px solid rgba(184,198,214,.42);font-size:12px;font-weight:800;color:#476389;white-space:nowrap}.policy-sections{display:grid;gap:16px}.policy-section-card{scroll-margin-top:128px;background:#fff;border:1px solid rgba(213,223,234,.9);border-radius:20px;padding:20px;box-shadow:0 10px 20px rgba(15,23,42,.04)}.policy-section-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;font-size:11px;font-weight:800;letter-spacing:.22px;color:#54709b;text-transform:uppercase}.policy-section-card h3{margin:0 0 12px;font-size:20px;line-height:1.35;color:#22374d}.policy-section-card p{margin:0 0 14px;font-size:14px;line-height:1.88;color:#5f6f83}.policy-section-card p:last-child{margin-bottom:0}.policy-help-strip{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:18px 20px;border-radius:20px;background:linear-gradient(135deg,#f7fbff,#edf6ff);border:1px solid rgba(194,210,227,.5)}.policy-help-strip strong{display:block;margin-bottom:6px;font-size:16px;color:#23384e}.policy-help-strip p{margin:0;font-size:13px;line-height:1.75;color:#607084;max-width:720px}.policy-help-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;align-items:center}.policy-help-actions .btn{min-width:158px;height:42px;padding:0 18px;border-radius:12px;font-size:12px;font-weight:800;letter-spacing:.18px;box-shadow:0 8px 18px rgba(15,23,42,.07);transition:transform .16s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.policy-help-actions .btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(15,23,42,.11)}.policy-help-actions .btn:active{transform:translateY(0) scale(.985);box-shadow:0 6px 14px rgba(15,23,42,.1)}.policy-help-actions .btn.btn-outline{background:#ffffff;color:#174e8d;border:1px solid rgba(117,153,205,.34)}.policy-help-actions .btn.btn-outline:hover{background:#eef5ff;color:#143f72;border-color:rgba(77,126,191,.42)}.policy-help-actions .btn.btn-fill{background:linear-gradient(135deg,#214d8c 0%,#0a84ae 100%);color:#fff;border:1px solid rgba(18,78,114,.14)}.policy-help-actions .btn.btn-fill:hover{background:linear-gradient(135deg,#1d467f 0%,#08789d 100%)}@media (max-width:1120px){.policy-body-layout,.policy-hero{grid-template-columns:1fr}.policy-sidebar{position:static}.policy-panel-side-actions{justify-items:start}.policy-help-strip{flex-direction:column;align-items:flex-start}.policy-help-actions{justify-content:flex-start}}@media (max-width:768px){.policy-page-shell{padding:18px;border-radius:20px}.policy-hero h1{font-size:26px}.policy-panel,.policy-sidebar-card,.policy-section-card{padding:18px}.policy-panel-head{flex-direction:column}.policy-page-tab{min-height:58px}.policy-help-strip{padding:16px}}@media (max-width:560px){.policy-panel-head h2{font-size:22px}.policy-help-actions{width:100%}.policy-help-actions .btn{width:100%;justify-content:center}}

/* v5.1.10: nudge product titles slightly right after removing category badge */
.catalog-subgroup .featured-product-title-row,
.catalog-group-stack .catalog-subgroup .featured-product-title-row{
  padding-left:4px !important;
}
.catalog-subgroup .featured-product-title-main,
.catalog-group-stack .catalog-subgroup .featured-product-title-main{
  padding-left:2px !important;
}
.catalog-subgroup .featured-product-row h3,
.catalog-group-stack .catalog-subgroup .featured-product-row h3{
  padding-left:1px !important;
}
@media (max-width: 640px){
  .catalog-subgroup .featured-product-title-row,
  .catalog-group-stack .catalog-subgroup .featured-product-title-row{
    padding-left:3px !important;
  }
  .catalog-subgroup .featured-product-title-main,
  .catalog-group-stack .catalog-subgroup .featured-product-title-main{
    padding-left:1px !important;
  }
}

/* v5.1.11: align description and stats/price row with nudged product title */
.catalog-subgroup .featured-product-desc,
.catalog-group-stack .catalog-subgroup .featured-product-desc{
  padding-left:7px !important;
}
.catalog-subgroup .featured-product-meta--with-price,
.catalog-group-stack .catalog-subgroup .featured-product-meta--with-price{
  padding-left:7px !important;
  box-sizing:border-box !important;
}
@media (max-width: 640px){
  .catalog-subgroup .featured-product-desc,
  .catalog-group-stack .catalog-subgroup .featured-product-desc,
  .catalog-subgroup .featured-product-meta--with-price,
  .catalog-group-stack .catalog-subgroup .featured-product-meta--with-price{
    padding-left:4px !important;
  }
}

/* v6.0.0: subtle vertical divider between product image and content */
.catalog-subgroup .featured-product-main,
.catalog-group-stack .catalog-subgroup .featured-product-main{
  position:relative !important;
  padding-left:18px !important;
}
.catalog-subgroup .featured-product-main::before,
.catalog-group-stack .catalog-subgroup .featured-product-main::before{
  content:"";
  position:absolute;
  left:0;
  top:14px;
  bottom:14px;
  width:1px;
  background:linear-gradient(180deg,rgba(148,163,184,.02) 0%,rgba(148,163,184,.34) 18%,rgba(148,163,184,.42) 50%,rgba(148,163,184,.34) 82%,rgba(148,163,184,.02) 100%) !important;
  box-shadow:1px 0 0 rgba(255,255,255,.72) !important;
  pointer-events:none;
}
@media (max-width: 980px){
  .catalog-subgroup .featured-product-main,
  .catalog-group-stack .catalog-subgroup .featured-product-main{
    padding-left:16px !important;
  }
  .catalog-subgroup .featured-product-main::before,
  .catalog-group-stack .catalog-subgroup .featured-product-main::before{
    top:12px;
    bottom:12px;
  }
}
@media (max-width: 640px){
  .catalog-subgroup .featured-product-main,
  .catalog-group-stack .catalog-subgroup .featured-product-main{
    padding-left:13px !important;
  }
  .catalog-subgroup .featured-product-main::before,
  .catalog-group-stack .catalog-subgroup .featured-product-main::before{
    top:10px;
    bottom:10px;
  }
}

/* v6.0.1: center product thumbnail between left card edge and vertical divider */
.catalog-subgroup .featured-product-media,
.catalog-group-stack .catalog-subgroup .featured-product-media{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:10px 14px !important;
  box-sizing:border-box !important;
}
.catalog-subgroup .featured-product-media-frame,
.catalog-group-stack .catalog-subgroup .featured-product-media-frame{
  margin:0 auto !important;
}
@media (max-width: 980px){
  .catalog-subgroup .featured-product-media,
  .catalog-group-stack .catalog-subgroup .featured-product-media{
    padding:9px 12px !important;
  }
}
@media (max-width: 640px){
  .catalog-subgroup .featured-product-media,
  .catalog-group-stack .catalog-subgroup .featured-product-media{
    padding:8px 12px !important;
  }
}

/* v6.0.2: use uploaded plus icon at left of each category title */
.catalog-subgroup-head h3,
.catalog-group-stack .catalog-subgroup-head h3{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
}
.catalog-subgroup-head h3::before,
.catalog-group-stack .catalog-subgroup-head h3::before{
  content:"";
  width:22px;
  height:22px;
  flex:0 0 22px;
  display:inline-block;
  background:url('../images/category-plus-icon.png') center/contain no-repeat;
  filter:drop-shadow(0 2px 6px rgba(10,132,174,.14));
}
@media (max-width: 640px){
  .catalog-subgroup-head h3,
  .catalog-group-stack .catalog-subgroup-head h3{
    gap:8px !important;
  }
  .catalog-subgroup-head h3::before,
  .catalog-group-stack .catalog-subgroup-head h3::before{
    width:18px;
    height:18px;
    flex-basis:18px;
  }
}

.search-bar{position:relative;overflow:visible}.search-input-wrap{position:relative;flex:1;min-width:0;display:flex;align-items:stretch}.search-input-wrap input{width:100%}.search-suggest{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #dbe4ee;border-radius:12px;box-shadow:0 20px 40px rgba(15,23,42,.12);padding:8px;z-index:70;display:grid;gap:6px;max-height:340px;overflow:auto}.search-suggest[hidden]{display:none !important}.search-suggest:empty{display:none !important}.search-suggest-item{display:grid;gap:3px;padding:10px 12px;border-radius:10px;background:#fff;color:#1f2f43;border:1px solid transparent}.search-suggest-item:hover{background:#f7fbff;border-color:#d7e8f5}.search-suggest-item strong{font-size:13px}.search-suggest-item span{font-size:12px;color:#4d6076}.search-suggest-item small{font-size:11px;color:#738396;line-height:1.45}.search-bar-live{overflow:visible}

.wish-form-card{margin-top:10px}.wish-btn{display:flex;align-items:center;justify-content:center;text-decoration:none}.wish-btn-link{color:#5b6878}.wish-btn.is-active{background:#fff1f2;border-color:#f8c6cf;color:#be123c;font-weight:700}.member-inline-action-form{margin:0}.member-order-toolbar-inline{display:grid;gap:8px}.member-order-toolbar-inline .member-order-link{display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer}


/* v4.8: recently viewed, reviews, and restock alerts */
.stock-alert-form-card{margin-top:10px}.stock-alert-btn{width:100%;height:38px;border:1px solid #c9d8e6;border-radius:5px;background:#f8fbff;color:#1f4f7e;font-weight:700;display:flex;align-items:center;justify-content:center;text-decoration:none}.stock-alert-btn-link{color:#1f4f7e}.stock-alert-btn.is-active{background:#fff7ed;border-color:#fdba74;color:#c2410c}.stock-ready-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;border-color:#c7e7d1;background:linear-gradient(135deg,#f8fff9,#f3fff6)}.stock-ready-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;background:#0f766e;color:#fff;font-weight:700}.product-review-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product-review-summary-card{padding:14px;border-radius:12px;background:#f8fbff;border:1px solid #dce7f2;display:grid;gap:6px}.product-review-summary-card span{font-size:12px;color:#5b6878}.product-review-summary-card strong{font-size:24px;color:#173654}.product-review-summary-card small{font-size:12px;color:#64748b}.product-review-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.9fr);gap:18px}.product-review-panel,.product-review-form-panel{background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px;box-shadow:0 10px 24px rgba(15,23,42,.07)}.product-review-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.product-review-panel-head h3{margin:0 0 6px;font-size:18px;color:#173654}.product-review-panel-head p{margin:0;color:#5b6878;line-height:1.7}.product-review-list{display:grid;gap:12px}.product-review-card{border:1px solid #e3edf6;border-radius:12px;padding:14px;background:#fbfdff}.product-review-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.product-review-card h4{margin:0 0 8px;font-size:15px;color:#173654}.product-review-card p{margin:0;color:#526172;line-height:1.7}.product-review-rating{margin-top:6px;font-size:16px;letter-spacing:1px;color:#d97706}.product-review-meta{display:grid;justify-items:end;gap:6px}.review-verified-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;background:#ecfdf3;border:1px solid #b7e7c7;color:#15803d;font-size:11px;font-weight:800}.product-review-form{display:grid;gap:10px}.review-input{width:100%;min-height:40px;border:1px solid #d7e3ee;border-radius:10px;padding:10px 12px;font:inherit;background:#fff}.review-textarea{resize:vertical;min-height:132px}.review-select{appearance:none;-webkit-appearance:none}.review-submit-btn{margin-top:2px}.stock-alert-state{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800}.stock-alert-state.is-ready{background:#ecfdf3;color:#15803d;border:1px solid #b7e7c7}.stock-alert-state.is-waiting{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}
@media (max-width: 980px){.product-review-layout{grid-template-columns:1fr}.product-review-summary-grid{grid-template-columns:1fr}.stock-ready-banner{flex-direction:column;align-items:flex-start}}
@media (max-width: 720px){.stock-ready-banner{padding:14px}.product-review-card-head{flex-direction:column}.product-review-meta{justify-items:start}.stock-alert-btn,.wish-btn{font-size:13px}}


/* v4.9: wishlist button parity + review text-only note */
.wish-btn,
.wish-btn-link{
  position:relative;
  overflow:hidden;
  min-height:40px;
  border:0 !important;
  border-radius:5px;
  background:linear-gradient(135deg,#db2777 0%,#ec4899 46%,#f97316 100%) !important;
  color:#fff !important;
  font-weight:800;
  box-shadow:0 8px 16px rgba(236,72,153,.06),0 5px 12px rgba(15,23,42,.08) !important;
  transition:transform .18s ease,box-shadow .22s ease,filter .22s ease !important;
}
.wish-btn::after,
.wish-btn-link::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,rgba(255,255,255,0) 20%,rgba(255,255,255,.22) 48%,rgba(255,255,255,0) 74%);
  transform:translateX(-120%);
  transition:transform .42s ease;
  pointer-events:none;
}
.wish-btn:hover,
.wish-btn-link:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 18px rgba(236,72,153,.08),0 6px 14px rgba(15,23,42,.09) !important;
  filter:saturate(1.04) brightness(1.01);
}
.wish-btn:hover::after,
.wish-btn-link:hover::after{
  transform:translateX(120%);
}
.wish-btn:active,
.wish-btn-link:active{
  transform:translateY(0) scale(.985);
  box-shadow:0 5px 10px rgba(236,72,153,.05),0 4px 8px rgba(15,23,42,.07) !important;
}
.wish-btn:focus-visible,
.wish-btn-link:focus-visible{
  outline:2px solid rgba(236,72,153,.24);
  outline-offset:3px;
}
.wish-btn.is-active{
  background:linear-gradient(135deg,#be123c 0%,#e11d48 44%,#fb7185 100%) !important;
  color:#fff !important;
  font-weight:800;
}
.review-security-note{
  padding:10px 12px;
  border-radius:10px;
  border:1px solid #fde68a;
  background:#fffbeb;
  color:#92400e;
  font-size:12px;
  line-height:1.65;
}


/* v84: history tab headings aligned with profile style */
.member-panel-head.member-lined-head{
  display:grid;
  grid-template-columns:1fr;
  align-items:start;
  gap:8px;
  padding-bottom:12px;
  border-bottom:1px solid #e5edf5;
  margin-bottom:2px;
}
.member-panel-head.member-lined-head .member-inline-badge{
  justify-self:start;
  min-height:auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#6c8196;
  font-size:12px;
  font-weight:700;
  letter-spacing:.1px;
}
.member-panel-head.member-lined-head h2{
  margin:0 0 4px;
}
@media (max-width:720px){
  .member-panel-head.member-lined-head{
    padding-bottom:10px;
  }
}


/* vfinal: flatten standalone purchase history page title bar */
.member-page-topline-plain{
  display:grid;
  gap:14px;
  padding:0 0 14px;
  border-radius:0;
  background:transparent !important;
  border-bottom:1px solid #dfe7ef;
  box-shadow:none !important;
}
.member-page-topline-plain .member-title-row{
  display:block;
}
.member-page-topline-plain .member-title-bar{
  background:none !important;
  background-image:none !important;
  color:#163b62 !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  min-height:0 !important;
}
.member-title-links{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.member-page-topline-plain .member-back-link{
  min-height:38px;
  padding:0 14px;
  border-radius:10px;
  color:#1b4e83;
  background:#eef6ff;
  border:1px solid #d4e3f1;
}
.member-page-topline-plain .member-back-link:hover{
  background:#e6f1fc;
}
@media (max-width:720px){
  .member-page-topline-plain{
    gap:10px;
  }
  .member-title-links{
    flex-direction:column;
  }
}

/* v3.7: center profile 2FA action button labels cleanly */
#member-profile-twofa-status .side-btn,
#member-profile-twofa-status .member-submit-btn,
.member-2fa-actions .side-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  line-height:1.2 !important;
  padding:0 16px !important;
}

#member-profile-twofa-status .member-2fa-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

#member-profile-twofa-status .member-2fa-actions .side-btn{
  margin-bottom:0 !important;
}

/* v6.0.1: unify product stat chip backgrounds with price chip and sync buy-now CTA with login button */
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip:nth-child(3),
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip:nth-child(1),
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip:nth-child(2),
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip:nth-child(3){
  background:#eef3f8 !important;
  background-image:none !important;
  border:1px solid rgba(203,213,225,.85) !important;
}

.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip:nth-child(1) span,
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip:nth-child(1) b,
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip:nth-child(2) span,
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip:nth-child(2) b,
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip:nth-child(3) span,
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip:nth-child(3) b,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip:nth-child(1) span,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip:nth-child(1) b,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip:nth-child(2) span,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip:nth-child(2) b,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip:nth-child(3) span,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip:nth-child(3) b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip:nth-child(1) span,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip:nth-child(1) b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip:nth-child(2) span,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip:nth-child(2) b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip:nth-child(3) span,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip:nth-child(3) b,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip:nth-child(1) span,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip:nth-child(1) b,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip:nth-child(2) span,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip:nth-child(2) b,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip:nth-child(3) span,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip:nth-child(3) b{
  color:#5d7086 !important;
}

.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip:nth-child(1) b,
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip:nth-child(2) b,
.featured-product-list .featured-product-row .featured-product-meta--with-price .featured-meta-chip:nth-child(3) b,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip:nth-child(1) b,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip:nth-child(2) b,
.featured-product-list .featured-product-row:hover .featured-product-meta--with-price .featured-meta-chip:nth-child(3) b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip:nth-child(1) b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip:nth-child(2) b,
.featured-product-list .featured-product-row:focus-within .featured-product-meta--with-price .featured-meta-chip:nth-child(3) b,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip:nth-child(1) b,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip:nth-child(2) b,
.featured-product-list .featured-product-row:active .featured-product-meta--with-price .featured-meta-chip:nth-child(3) b{
  color:#0a84ae !important;
}

.featured-product-actions .btn.btn-fill,
.product-row-actions .btn.btn-fill,
.btn-row .btn.btn-fill{
  position:relative;
  overflow:hidden;
  border:0 !important;
  border-radius:10px !important;
  background:linear-gradient(135deg,#2563eb 0%,#3b82f6 46%,#7c3aed 100%) !important;
  color:#fff !important;
  box-shadow:0 8px 16px rgba(59,130,246,.04),0 5px 12px rgba(15,23,42,.08) !important;
  transition:transform .18s ease,box-shadow .22s ease,filter .22s ease !important;
}

.featured-product-actions .btn.btn-fill::after,
.product-row-actions .btn.btn-fill::after,
.btn-row .btn.btn-fill::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,rgba(255,255,255,0) 20%,rgba(255,255,255,.22) 48%,rgba(255,255,255,0) 74%);
  transform:translateX(-120%);
  transition:transform .42s ease;
  pointer-events:none;
}

.featured-product-actions .btn.btn-fill:hover,
.product-row-actions .btn.btn-fill:hover,
.btn-row .btn.btn-fill:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 18px rgba(59,130,246,.05),0 6px 14px rgba(15,23,42,.09) !important;
  filter:saturate(1.04) brightness(1.01);
}

.featured-product-actions .btn.btn-fill:hover::after,
.product-row-actions .btn.btn-fill:hover::after,
.btn-row .btn.btn-fill:hover::after{
  transform:translateX(120%);
}

.featured-product-actions .btn.btn-fill:active,
.product-row-actions .btn.btn-fill:active,
.btn-row .btn.btn-fill:active{
  transform:translateY(0) scale(.985);
  box-shadow:0 5px 10px rgba(59,130,246,.03),0 4px 8px rgba(15,23,42,.07) !important;
}

/* v6.0.3: product row thumbnail without card background or rounded corners */
.catalog-subgroup .featured-product-media-frame,
.catalog-group-stack .catalog-subgroup .featured-product-media-frame{
  background:transparent !important;
  background-image:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
  -webkit-box-shadow:none !important;
  overflow:visible !important;
}
.catalog-subgroup .featured-product-image,
.catalog-group-stack .catalog-subgroup .featured-product-image{
  background:transparent !important;
  border-radius:0 !important;
  padding:0 !important;
}

/* v6.0.4: disable visual hover effect on product rows */
.catalog-subgroup .featured-product-row,
.catalog-subgroup .featured-product-row:hover,
.catalog-subgroup .featured-product-row:focus-within,
.catalog-subgroup .featured-product-row:active,
.catalog-group-stack .catalog-subgroup .featured-product-row,
.catalog-group-stack .catalog-subgroup .featured-product-row:hover,
.catalog-group-stack .catalog-subgroup .featured-product-row:focus-within,
.catalog-group-stack .catalog-subgroup .featured-product-row:active{
  transform:none !important;
  translate:none !important;
  filter:none !important;
  background:#ffffff !important;
  border-color:transparent !important;
  box-shadow:none !important;
}

.catalog-subgroup .featured-product-row::after,
.catalog-subgroup .featured-product-row:hover::after,
.catalog-subgroup .featured-product-row:focus-within::after,
.catalog-subgroup .featured-product-row:active::after,
.catalog-group-stack .catalog-subgroup .featured-product-row::after,
.catalog-group-stack .catalog-subgroup .featured-product-row:hover::after,
.catalog-group-stack .catalog-subgroup .featured-product-row:focus-within::after,
.catalog-group-stack .catalog-subgroup .featured-product-row:active::after{
  opacity:0 !important;
  display:none !important;
}

.catalog-subgroup .featured-product-row:hover .featured-product-head,
.catalog-subgroup .featured-product-row:focus-within .featured-product-head,
.catalog-subgroup .featured-product-row:active .featured-product-head,
.catalog-group-stack .catalog-subgroup .featured-product-row:hover .featured-product-head,
.catalog-group-stack .catalog-subgroup .featured-product-row:focus-within .featured-product-head,
.catalog-group-stack .catalog-subgroup .featured-product-row:active .featured-product-head{
  background:transparent !important;
}

.catalog-subgroup .featured-product-row:hover .featured-product-title-main h3,
.catalog-subgroup .featured-product-row:focus-within .featured-product-title-main h3,
.catalog-subgroup .featured-product-row:active .featured-product-title-main h3,
.catalog-group-stack .catalog-subgroup .featured-product-row:hover .featured-product-title-main h3,
.catalog-group-stack .catalog-subgroup .featured-product-row:focus-within .featured-product-title-main h3,
.catalog-group-stack .catalog-subgroup .featured-product-row:active .featured-product-title-main h3{
  color:#15314f !important;
}

.catalog-subgroup .featured-product-row:hover .featured-product-desc,
.catalog-subgroup .featured-product-row:focus-within .featured-product-desc,
.catalog-subgroup .featured-product-row:active .featured-product-desc,
.catalog-group-stack .catalog-subgroup .featured-product-row:hover .featured-product-desc,
.catalog-group-stack .catalog-subgroup .featured-product-row:focus-within .featured-product-desc,
.catalog-group-stack .catalog-subgroup .featured-product-row:active .featured-product-desc{
  color:#5f6f81 !important;
}

.catalog-subgroup .featured-product-row:hover .featured-product-price,
.catalog-subgroup .featured-product-row:focus-within .featured-product-price,
.catalog-subgroup .featured-product-row:active .featured-product-price,
.catalog-group-stack .catalog-subgroup .featured-product-row:hover .featured-product-price,
.catalog-group-stack .catalog-subgroup .featured-product-row:focus-within .featured-product-price,
.catalog-group-stack .catalog-subgroup .featured-product-row:active .featured-product-price,
.catalog-subgroup .featured-product-row:hover .featured-meta-chip,
.catalog-subgroup .featured-product-row:focus-within .featured-meta-chip,
.catalog-subgroup .featured-product-row:active .featured-meta-chip,
.catalog-group-stack .catalog-subgroup .featured-product-row:hover .featured-meta-chip,
.catalog-group-stack .catalog-subgroup .featured-product-row:focus-within .featured-meta-chip,
.catalog-group-stack .catalog-subgroup .featured-product-row:active .featured-meta-chip{
  transform:none !important;
  translate:none !important;
  filter:none !important;
  box-shadow:none !important;
}

.catalog-subgroup .featured-product-row:hover .featured-product-actions .btn,
.catalog-subgroup .featured-product-row:focus-within .featured-product-actions .btn,
.catalog-subgroup .featured-product-row:active .featured-product-actions .btn,
.catalog-group-stack .catalog-subgroup .featured-product-row:hover .featured-product-actions .btn,
.catalog-group-stack .catalog-subgroup .featured-product-row:focus-within .featured-product-actions .btn,
.catalog-group-stack .catalog-subgroup .featured-product-row:active .featured-product-actions .btn{
  transform:none !important;
}

/* v6.0.5: shrink product row thumbnail so row height stays compact */
.catalog-subgroup .featured-product-row,
.catalog-group-stack .catalog-subgroup .featured-product-row{
  grid-template-columns:118px minmax(0,1fr) !important;
}

.catalog-subgroup .featured-product-media,
.catalog-group-stack .catalog-subgroup .featured-product-media{
  min-width:118px !important;
  width:118px !important;
  padding:8px 8px 8px 10px !important;
}

.catalog-subgroup .featured-product-media-frame,
.catalog-group-stack .catalog-subgroup .featured-product-media-frame{
  width:78px !important;
  max-width:78px !important;
  aspect-ratio:1 / 1 !important;
  margin:0 auto !important;
}

.catalog-subgroup .featured-product-image,
.catalog-group-stack .catalog-subgroup .featured-product-image{
  width:100% !important;
  height:100% !important;
  max-width:78px !important;
  max-height:78px !important;
  object-fit:contain !important;
  padding:0 !important;
}

@media (max-width: 980px){
  .catalog-subgroup .featured-product-row,
  .catalog-group-stack .catalog-subgroup .featured-product-row{
    grid-template-columns:104px minmax(0,1fr) !important;
  }
  .catalog-subgroup .featured-product-media,
  .catalog-group-stack .catalog-subgroup .featured-product-media{
    min-width:104px !important;
    width:104px !important;
    padding:8px 8px 8px 8px !important;
  }
  .catalog-subgroup .featured-product-media-frame,
  .catalog-group-stack .catalog-subgroup .featured-product-media-frame{
    width:68px !important;
    max-width:68px !important;
  }
  .catalog-subgroup .featured-product-image,
  .catalog-group-stack .catalog-subgroup .featured-product-image{
    max-width:68px !important;
    max-height:68px !important;
  }
}

@media (max-width: 640px){
  .catalog-subgroup .featured-product-row,
  .catalog-group-stack .catalog-subgroup .featured-product-row{
    grid-template-columns:88px minmax(0,1fr) !important;
  }
  .catalog-subgroup .featured-product-media,
  .catalog-group-stack .catalog-subgroup .featured-product-media{
    min-width:88px !important;
    width:88px !important;
    padding:6px 6px 6px 8px !important;
  }
  .catalog-subgroup .featured-product-media-frame,
  .catalog-group-stack .catalog-subgroup .featured-product-media-frame{
    width:56px !important;
    max-width:56px !important;
  }
  .catalog-subgroup .featured-product-image,
  .catalog-group-stack .catalog-subgroup .featured-product-image{
    max-width:56px !important;
    max-height:56px !important;
  }
}


.news-page-wrap,.news-detail-wrap{padding:16px 0 28px}
.news-page-shell,.news-detail-shell{padding:28px;border-radius:28px;background:#fff;box-shadow:0 20px 50px rgba(15,23,42,.08);border:1px solid rgba(148,163,184,.16)}
.news-page-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:22px}
.news-page-head h1{margin:8px 0 10px;font-size:34px;line-height:1.15;color:#0f172a}
.news-page-head p{margin:0;max-width:760px;color:#64748b;line-height:1.7}
.news-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:700;font-size:12px;letter-spacing:.08em}
.news-head-side{min-width:150px;padding:18px 20px;border-radius:22px;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;display:grid;gap:6px;text-align:center}
.news-head-side strong{font-size:34px;line-height:1}
.news-listing{display:grid;gap:18px}
.news-card{display:grid;grid-template-columns:300px minmax(0,1fr);gap:22px;padding:20px;border:1px solid #e2e8f0;border-radius:24px;background:#fff;align-items:center}
.news-card-thumb,.news-related-thumb,.news-detail-thumb{display:block;overflow:hidden;border-radius:20px;background:#f8fafc}
.news-card-thumb img,.news-related-thumb img,.news-detail-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.news-card-thumb img{height:210px}
.news-card-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:10px;font-size:13px;color:#64748b}
.news-keyword-chip{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:700;text-decoration:none}
.news-card-body h2{margin:0 0 10px;font-size:28px;line-height:1.2}
.news-card-body h2 a,.news-related-body h3 a{color:#0f172a;text-decoration:none}
.news-card-body p{margin:0;color:#475569;line-height:1.75}
.news-card-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:18px}
.news-card-actions .btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:42px;padding:11px 18px;border-radius:14px;font-size:12px;font-weight:700;letter-spacing:.02em;line-height:1.2;max-width:100%}
.news-read-btn{background:linear-gradient(180deg,#f8fbff 0%,#eef4fb 100%);border:1px solid #d7e2ee;color:#4c627d;box-shadow:0 8px 18px rgba(15,23,42,.05);transition:transform .16s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}
.news-read-btn:hover{background:linear-gradient(180deg,#f3f8ff 0%,#e9f1fb 100%);border-color:#c9d8e8;color:#28496b;transform:translateY(-1px);box-shadow:0 12px 22px rgba(15,23,42,.07)}
.news-read-btn:active{transform:translateY(0) scale(.985);box-shadow:0 6px 12px rgba(15,23,42,.06)}
.news-keyword-chip-link:hover{background:#dbeafe;color:#1e40af}
.news-keyword-chip-link:focus-visible,.news-seo-tag-link:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}
.news-seo-tag-link:hover{background:#eef4ff;border-color:#cbdcf6;color:#1e3a8a}
.news-breadcrumb{display:flex;gap:10px;flex-wrap:wrap;align-items:center;font-size:14px;color:#64748b;margin-bottom:18px}
.news-breadcrumb a{color:#1d4ed8;text-decoration:none}
.news-detail-head{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:28px;align-items:start;padding-bottom:24px;border-bottom:1px solid #e2e8f0}
.news-detail-thumb img{height:320px}
.news-detail-intro h1{margin:0 0 14px;font-size:38px;line-height:1.15;color:#0f172a}
.news-detail-excerpt{margin:0;color:#475569;font-size:17px;line-height:1.8}
.news-seo-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.news-seo-tags span,.news-seo-tags a{display:inline-flex;padding:8px 12px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;font-size:13px;font-weight:600;text-decoration:none}
.news-detail-content{padding-top:26px;color:#1e293b;font-size:16px;line-height:1.85}
.news-detail-content p{margin:0 0 16px}
.news-detail-content h2,.news-detail-content h3,.news-detail-content h4{margin:28px 0 12px;color:#0f172a}
.news-detail-content ul,.news-detail-content ol{margin:0 0 18px 20px}
.news-detail-content a{color:#1d4ed8;word-break:break-word}
.news-related-link-box{margin-top:22px;padding:18px 20px;border-radius:20px;background:#f8fafc;border:1px solid #e2e8f0;display:grid;gap:8px}
.news-related-link-box span{font-weight:700;color:#0f172a}
.news-related-link-box a{color:#1d4ed8;word-break:break-all}
.news-related-section{margin-top:34px}
.news-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.news-related-card{border:1px solid #e2e8f0;border-radius:22px;background:#fff;overflow:hidden}
.news-related-thumb img{height:180px}
.news-related-body{padding:16px 16px 18px}
.news-related-body h3{margin:0 0 8px;font-size:19px;line-height:1.35}
.news-related-body p{margin:0;color:#64748b;line-height:1.65}
@media (max-width: 991px){.news-card,.news-detail-head{grid-template-columns:1fr}.news-card-thumb img,.news-detail-thumb img{height:240px}.news-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-page-head{align-items:flex-start;flex-direction:column}}
@media (max-width: 640px){.news-page-shell,.news-detail-shell{padding:18px;border-radius:22px}.news-card{padding:14px;gap:16px}.news-card-body h2{font-size:22px}.news-detail-intro h1{font-size:28px}.news-related-grid{grid-template-columns:1fr}.news-head-side{width:100%}}


.home-news-section{margin-top:28px;padding:28px;border-radius:28px;background:#fff;border:1px solid rgba(148,163,184,.16);box-shadow:0 20px 50px rgba(15,23,42,.06);--home-news-gap:18px;--home-news-visible:4}
.home-news-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px}
.home-news-head h2{margin:6px 0 6px;font-size:22px;line-height:1.2;color:#0f172a;font-weight:700}
.home-news-head p{margin:0;max-width:760px;color:#64748b;font-size:14px;line-height:1.55}
.home-news-head-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.home-news-controls{display:inline-flex;align-items:center;gap:10px}
.home-news-control-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;border:1px solid #d7e2ee;background:linear-gradient(180deg,#ffffff 0%,#f4f8fc 100%);color:#28496b;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 10px 20px rgba(15,23,42,.05);transition:transform .16s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}
.home-news-control-btn:hover{transform:translateY(-1px);border-color:#bfd3e7;box-shadow:0 14px 24px rgba(15,23,42,.08);background:linear-gradient(180deg,#ffffff 0%,#edf4fb 100%)}
.home-news-control-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}
.home-news-more-btn{min-height:44px;border-radius:14px;padding:11px 18px;white-space:nowrap}
.home-news-slider-shell{position:relative}
.home-news-viewport{overflow:hidden}
.home-news-grid{display:flex;gap:var(--home-news-gap);will-change:transform;transition:transform .48s ease}
.home-news-card{display:flex;flex:0 0 calc((100% - (var(--home-news-gap) * (var(--home-news-visible) - 1))) / var(--home-news-visible));flex-direction:column;min-width:0;border:1px solid #e2e8f0;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);overflow:hidden;box-shadow:0 14px 28px rgba(15,23,42,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.home-news-card:hover{transform:translateY(-3px);box-shadow:0 18px 32px rgba(15,23,42,.08);border-color:#d3dfec}
.home-news-thumb{display:block;overflow:hidden;background:linear-gradient(135deg,#2563eb 0%,#175f9b 100%)}
.home-news-thumb img{display:block;width:100%;height:72px;object-fit:cover;transition:transform .28s ease}
.home-news-card:hover .home-news-thumb img{transform:scale(1.03)}
.home-news-body{display:flex;flex:1 1 auto;flex-direction:column;gap:6px;padding:12px 12px 13px}
.home-news-meta{display:flex;flex-wrap:wrap;gap:5px;align-items:center;font-size:10px;color:#64748b}
.home-news-body h3{margin:0;font-size:14px;line-height:1.2;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.home-news-body h3 a{color:#0f172a;text-decoration:none}
.home-news-body p{margin:0;font-size:13px;color:#475569;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.home-news-read-link{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;margin-top:auto;padding:9px 14px;border-radius:12px;background:linear-gradient(180deg,#f8fbff 0%,#eef4fb 100%);border:1px solid #d7e2ee;color:#4c627d;font-size:11px;font-weight:700;letter-spacing:.01em;text-decoration:none;transition:transform .16s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}
.home-news-read-link:hover{background:linear-gradient(180deg,#f3f8ff 0%,#e9f1fb 100%);border-color:#c9d8e8;color:#28496b;transform:translateY(-1px);box-shadow:0 10px 18px rgba(15,23,42,.06)}
.home-news-pagination{display:flex;justify-content:center;gap:8px;margin-top:18px}
.home-news-dot{width:9px;height:9px;border:0;border-radius:999px;background:#d8e4ef;cursor:pointer;transition:transform .18s ease,background-color .18s ease,opacity .18s ease}
.home-news-dot.is-active{background:#0d5a98;transform:scale(1.12)}
.home-news-dot:hover{background:#7ba9d1}
@media (max-width: 1199px){.home-news-section{--home-news-visible:3}}
@media (max-width: 991px){.home-news-section{--home-news-visible:2}.home-news-head{flex-direction:column;align-items:flex-start}.home-news-head-actions{width:100%;justify-content:space-between}}
@media (max-width: 640px){.home-news-section{padding:18px;border-radius:22px;--home-news-gap:14px;--home-news-visible:1}.home-news-head h2{font-size:19px}.home-news-head p{font-size:13px;line-height:1.5}.home-news-thumb img{height:64px}.home-news-head-actions{flex-direction:column;align-items:stretch}.home-news-controls{justify-content:space-between;width:100%}.home-news-more-btn{width:100%;justify-content:center}}



/* v7-profile: compact recently viewed rows, no expand */
.member-recently-viewed-table{
  table-layout:fixed;
}
.member-recently-viewed-table th:nth-child(1),
.member-recently-viewed-table td:nth-child(1){width:52px}
.member-recently-viewed-table th:nth-child(2),
.member-recently-viewed-table td:nth-child(2){width:30%}
.member-recently-viewed-table th:nth-child(3),
.member-recently-viewed-table td:nth-child(3){width:32%}
.member-recently-viewed-table th:nth-child(4),
.member-recently-viewed-table td:nth-child(4){width:120px}
.member-recently-viewed-table th:nth-child(5),
.member-recently-viewed-table td:nth-child(5){width:148px}
.member-recently-viewed-table th:nth-child(6),
.member-recently-viewed-table td:nth-child(6){width:118px}
.member-recently-viewed-table tbody td{
  padding-top:10px;
  padding-bottom:10px;
  vertical-align:middle;
  line-height:1.35;
}
.member-recently-viewed-table .recently-viewed-main-stack,
.member-recently-viewed-table .recently-viewed-meta-stack{
  display:block !important;
  min-width:0;
  max-width:100%;
}
.member-recently-viewed-table .recently-viewed-title,
.member-recently-viewed-table .recently-viewed-subline,
.member-recently-viewed-table .recently-viewed-desc{
  display:block;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.member-recently-viewed-table .recently-viewed-title{
  line-height:1.35;
}
.member-recently-viewed-table .recently-viewed-main-stack > .recently-viewed-subline{
  display:none;
}
.member-recently-viewed-table .recently-viewed-meta-stack > .recently-viewed-subline:nth-of-type(n+2),
.member-recently-viewed-table .recently-viewed-meta-stack > .recently-viewed-desc{
  display:none;
}
.member-recently-viewed-table tbody tr:hover .recently-viewed-title,
.member-recently-viewed-table tbody tr:hover .recently-viewed-subline,
.member-recently-viewed-table tbody tr:hover .recently-viewed-desc{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
@media (max-width: 720px){
  .member-recently-viewed-table{
    table-layout:auto;
  }
}
.member-recently-viewed-table .recently-viewed-tooltip::before{
    display:none;
  }
}


/* v8.1 topup request flow */
.member-topup-request-card{
  display:grid;
  gap:14px;
  padding:16px;
  border-radius:18px;
  border:1px solid #dbe7f2;
  background:#f8fbff;
}
.member-topup-request-form{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:14px;
  align-items:stretch;
}
.member-topup-request-field{
  display:grid;
  gap:8px;
}
.topup-request-input{
  height:46px;
  padding:0 14px;
  border-radius:12px;
  border:1px solid #cfe0ef;
  background:#ffffff;
  color:#163458;
  font-size:15px;
  font-weight:700;
}
.member-topup-request-field small{
  color:#67809a;
  line-height:1.6;
}
.member-topup-submit-btn{
  min-width:190px;
  width:min(100%, 220px);
  justify-self:center;
  align-self:center;
  margin-top:6px;
}
.member-topup-current-request{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.member-topup-current-request>div{
  display:grid;
  gap:6px;
  padding:14px 15px;
  border-radius:16px;
  background:#ffffff;
  border:1px solid #dbe8f4;
}
.member-topup-current-request>div.full{
  grid-column:1/-1;
}
.member-topup-current-request span{
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#6d8498;
}
.member-topup-current-request strong{
  font-size:15px;
  color:#163458;
  line-height:1.6;
  word-break:break-word;
}
.member-topup-history-table{
  min-width:1080px;
}
.member-topup-history-table td strong{
  color:#0d5a98;
}
.member-topup-dialog-overlay{
  position:fixed;
  inset:0;
  z-index:1200;
  display:none;
}
.member-topup-dialog-overlay[aria-hidden="true"]{
  display:none !important;
}
.member-topup-dialog-overlay.is-open{
  display:block;
}
.member-topup-dialog-backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.58);
  backdrop-filter:blur(2px);
}
.member-topup-dialog-card{
  position:relative;
  z-index:1;
  width:min(920px, calc(100vw - 32px));
  max-height:calc(100vh - 48px);
  overflow:auto;
  margin:24px auto;
  padding:22px;
  border-radius:24px;
  background:#ffffff;
  box-shadow:0 24px 60px rgba(15,23,42,.24);
  display:grid;
  gap:18px;
}
.member-topup-dialog-close{
  position:absolute;
  top:12px;
  right:12px;
  z-index:3;
  width:40px;
  height:40px;
  border:0;
  border-radius:999px;
  background:#eef5fb;
  color:#173a5e;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}
.member-topup-dialog-head{
  display:grid;
  gap:8px;
  padding-right:42px;
}
.member-topup-dialog-kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  height:28px;
  padding:0 12px;
  border-radius:999px;
  background:#e8f2ff;
  color:#11508a;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.member-topup-dialog-head h3{
  margin:0;
  font-size:26px;
  line-height:1.2;
  color:#102b4b;
}
.member-topup-dialog-head p{
  margin:0;
  color:#5f7791;
  line-height:1.7;
}
.member-topup-live-status{
  display:grid;
  gap:10px;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid #dbe8f4;
  background:#f8fbff;
}
.member-topup-live-status strong{
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#15538d;
}
.member-topup-live-status p{
  margin:0;
  color:#163458;
  line-height:1.65;
}
.member-topup-live-status small{
  color:#6d8498;
  line-height:1.6;
}

.member-topup-live-status-loading{
  display:none;
  position:relative;
  width:100%;
  height:10px;
  border-radius:999px;
  overflow:hidden;
  background:linear-gradient(180deg,#edf3f9,#dde7f2);
  box-shadow:inset 0 1px 2px rgba(16,43,75,.08);
}
.member-topup-live-status-loading span{
  position:absolute;
  top:0;
  left:-38%;
  width:38%;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#f8cd62,#e5a126,#f8cd62);
  animation:topupPendingBar 1.55s ease-in-out infinite;
  opacity:.95;
}
.member-topup-live-status-loading span:nth-child(2){
  animation-delay:.28s;
  opacity:.55;
}
.member-topup-live-status-loading span:nth-child(3){
  animation-delay:.56s;
  opacity:.35;
}
.member-topup-live-status.is-pending .member-topup-live-status-loading{
  display:block;
}
@keyframes topupPendingBar{
  0%{
    transform:translateX(0);
  }
  100%{
    transform:translateX(365%);
  }
}
.member-topup-live-status.is-success{
  border-color:#cdebd7;
  background:#f2fbf5;
}
.member-topup-live-status.is-success strong{
  color:#1a7f43;
}
.member-topup-live-status.is-danger{
  border-color:#f3d3d7;
  background:#fff5f6;
}
.member-topup-live-status.is-danger strong{
  color:#bf1e2e;
}
.member-topup-live-status.is-pending strong{
  color:#9a6700;
}
.member-topup-dialog-submit-btn.is-loading{
  opacity:.78;
  pointer-events:none;
}
.member-topup-dialog-grid{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:18px;
}
.member-topup-dialog-qr{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:280px;
  padding:14px;
  border-radius:20px;
  border:1px solid #dbe8f4;
  background:#f8fbff;
}
.member-topup-dialog-qr img{
  display:block;
  max-width:100%;
  height:auto;
  border-radius:16px;
}
.member-topup-dialog-info{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.member-topup-dialog-row{
  display:grid;
  gap:6px;
  padding:15px 16px;
  border-radius:16px;
  background:#f8fbff;
  border:1px solid #dbe8f4;
}
.member-topup-dialog-row.full{
  grid-column:1/-1;
}
.member-topup-dialog-row span{
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#6d8498;
}
.member-topup-dialog-row strong{
  font-size:16px;
  color:#163458;
  line-height:1.65;
  word-break:break-word;
}
.member-topup-dialog-actions{
  display:flex;
  justify-content:center;
}
.member-topup-dialog-submit-btn{
  min-width:180px;
}
@media (max-width:720px){
  .member-topup-request-form{
    grid-template-columns:1fr;
  }
  .member-topup-submit-btn{
    width:min(100%, 220px);
  }
  .member-topup-current-request{
    grid-template-columns:1fr;
  }
  .member-topup-history-table{
    min-width:0;
  }
  .member-topup-dialog-card{
    width:calc(100vw - 18px);
    margin:9px auto;
    padding:18px;
    max-height:calc(100vh - 18px);
  }
  .member-topup-dialog-grid,
  .member-topup-dialog-info{
    grid-template-columns:1fr;
  }
  .member-topup-dialog-qr{
    min-height:220px;
  }
}



.member-topup-preview-card{
  width:min(620px, calc(100vw - 32px));
}
.member-topup-preview-summary{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.member-topup-preview-summary > div{
  display:grid;
  gap:6px;
  padding:14px 15px;
  border-radius:16px;
  background:#f8fbff;
  border:1px solid #dbe8f4;
}
.member-topup-preview-summary > div.full{
  grid-column:1/-1;
}
.member-topup-preview-summary span{
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#6d8498;
}
.member-topup-preview-summary strong{
  font-size:15px;
  color:#163458;
  line-height:1.6;
  word-break:break-word;
}
.member-topup-dialog-confirm-form{
  display:grid;
  gap:14px;
}
.member-topup-home-history-wrap{
  margin-top:18px;
}
@media (max-width:720px){
  .member-topup-preview-summary{
    grid-template-columns:1fr;
  }
}

/* v6.1.1: move branded H panel to left side while keeping mobile stat/button alignment */
.catalog-subgroup .featured-product-row,
.catalog-group-stack .catalog-subgroup .featured-product-row{
  grid-template-columns:156px minmax(0,1fr) !important;
}

.catalog-subgroup .featured-product-main,
.catalog-group-stack .catalog-subgroup .featured-product-main{
  order:2 !important;
  padding:14px 16px 14px 18px !important;
  justify-content:center !important;
}

.catalog-subgroup .featured-product-main::before,
.catalog-group-stack .catalog-subgroup .featured-product-main::before{
  content:none !important;
  display:none !important;
}

.catalog-subgroup .featured-product-title-row,
.catalog-group-stack .catalog-subgroup .featured-product-title-row,
.catalog-subgroup .featured-product-title-main,
.catalog-group-stack .catalog-subgroup .featured-product-title-main,
.catalog-subgroup .featured-product-row h3,
.catalog-group-stack .catalog-subgroup .featured-product-row h3,
.catalog-subgroup .featured-product-desc,
.catalog-group-stack .catalog-subgroup .featured-product-desc,
.catalog-subgroup .featured-product-meta--with-price,
.catalog-group-stack .catalog-subgroup .featured-product-meta--with-price{
  padding-left:0 !important;
}

.catalog-subgroup .featured-product-media,
.catalog-group-stack .catalog-subgroup .featured-product-media{
  order:1 !important;
  min-width:156px !important;
  width:156px !important;
  padding:0 !important;
  position:relative !important;
  align-self:stretch !important;
  display:flex !important;
  align-items:stretch !important;
  justify-content:stretch !important;
}

.catalog-subgroup .featured-product-media::before,
.catalog-group-stack .catalog-subgroup .featured-product-media::before{
  content:"";
  position:absolute;
  right:0;
  top:14px;
  bottom:14px;
  width:1px;
  background:linear-gradient(180deg,rgba(148,163,184,.03) 0%,rgba(148,163,184,.34) 18%,rgba(148,163,184,.45) 50%,rgba(148,163,184,.34) 82%,rgba(148,163,184,.03) 100%);
  box-shadow:-1px 0 0 rgba(255,255,255,.76);
  pointer-events:none;
}

.catalog-subgroup .featured-product-media-frame,
.catalog-group-stack .catalog-subgroup .featured-product-media-frame{
  width:100% !important;
  max-width:none !important;
  min-height:100% !important;
  height:auto !important;
  aspect-ratio:auto !important;
  margin:0 !important;
  border-radius:0 !important;
  background:linear-gradient(135deg,var(--blue),#175f9b) !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08) !important;
  position:relative !important;
  display:grid !important;
  place-items:center !important;
  overflow:hidden !important;
}

.catalog-subgroup .featured-product-media-frame::before,
.catalog-group-stack .catalog-subgroup .featured-product-media-frame::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,.04) 46%,rgba(255,255,255,.02) 100%);
  pointer-events:none;
}

.catalog-subgroup .featured-product-media-frame::after,
.catalog-group-stack .catalog-subgroup .featured-product-media-frame::after{
  content:"";
  position:absolute;
  inset:auto auto -20% -18%;
  width:76%;
  height:76%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.24) 0%,rgba(255,255,255,.08) 44%,rgba(255,255,255,0) 72%);
  pointer-events:none;
}

.catalog-subgroup .featured-product-brand-mark,
.catalog-group-stack .catalog-subgroup .featured-product-brand-mark{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:78px;
  height:78px;
  border-radius:20px;
  background:rgba(255,255,255,.12);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18),0 18px 34px rgba(7,31,61,.14);
  color:#fff;
  font-size:50px;
  line-height:1;
  font-weight:900;
  letter-spacing:.5px;
  text-shadow:0 8px 18px rgba(7,31,61,.18);
}

@media (max-width: 980px){
  .catalog-subgroup .featured-product-row,
  .catalog-group-stack .catalog-subgroup .featured-product-row{
    grid-template-columns:128px minmax(0,1fr) !important;
  }

  .catalog-subgroup .featured-product-main,
  .catalog-group-stack .catalog-subgroup .featured-product-main{
    padding:13px 14px 13px 16px !important;
  }

  .catalog-subgroup .featured-product-media,
  .catalog-group-stack .catalog-subgroup .featured-product-media{
    min-width:128px !important;
    width:128px !important;
  }

  .catalog-subgroup .featured-product-media::before,
  .catalog-group-stack .catalog-subgroup .featured-product-media::before{
    top:12px;
    bottom:12px;
  }

  .catalog-subgroup .featured-product-brand-mark,
  .catalog-group-stack .catalog-subgroup .featured-product-brand-mark{
    width:64px;
    height:64px;
    border-radius:18px;
    font-size:42px;
  }
}

@media (max-width: 640px){
  .catalog-subgroup .featured-product-row,
  .catalog-group-stack .catalog-subgroup .featured-product-row{
    grid-template-columns:92px minmax(0,1fr) !important;
    min-height:0 !important;
  }

  .catalog-subgroup .featured-product-main,
  .catalog-group-stack .catalog-subgroup .featured-product-main{
    padding:12px 12px 12px 12px !important;
  }

  .catalog-subgroup .featured-product-media,
  .catalog-group-stack .catalog-subgroup .featured-product-media{
    min-width:92px !important;
    width:92px !important;
  }

  .catalog-subgroup .featured-product-media::before,
  .catalog-group-stack .catalog-subgroup .featured-product-media::before{
    top:10px;
    bottom:10px;
  }

  .catalog-subgroup .featured-product-brand-mark,
  .catalog-group-stack .catalog-subgroup .featured-product-brand-mark{
    width:50px;
    height:50px;
    border-radius:14px;
    font-size:31px;
  }

  .catalog-subgroup .featured-product-bottom--compact,
  .catalog-group-stack .catalog-subgroup .featured-product-bottom--compact{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:10px !important;
  }

  .catalog-subgroup .featured-product-meta--with-price,
  .catalog-group-stack .catalog-subgroup .featured-product-meta--with-price,
  .catalog-subgroup .featured-product-actions--inset,
  .catalog-group-stack .catalog-subgroup .featured-product-actions--inset{
    width:100% !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    padding:0 !important;
    margin:0 !important;
  }

  .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip,
  .catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip,
  .catalog-subgroup .featured-product-actions--inset .btn,
  .catalog-group-stack .catalog-subgroup .featured-product-actions--inset .btn{
    width:100% !important;
    min-width:0 !important;
    height:40px !important;
    min-height:40px !important;
  }

  .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip,
  .catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip{
    justify-content:space-between !important;
    padding:0 10px !important;
  }

  .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip span,
  .catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip span,
  .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip b,
  .catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip b{
    font-size:12px !important;
  }

  .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip span::after,
  .catalog-group-stack .catalog-subgroup .featured-product-meta--with-price .featured-meta-chip span::after{
    margin-left:2px;
  }
}
