
:root{--bg:#080808;--panel:#111;--panel2:#171717;--line:#262626;--text:#f6f6f6;--muted:#9b9b9b;--red:#f28c28;--red2:#c96a12;--green:#49d17d;--yellow:#f0c14d;--shadow:0 24px 60px rgba(0,0,0,.35)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.45}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.hidden{display:none!important}
.ticker{height:34px;background:#101010;border-bottom:1px solid var(--line);overflow:hidden;display:flex;align-items:center;white-space:nowrap;font-size:11px;letter-spacing:.18em;text-transform:uppercase}.ticker-track{display:inline-flex;gap:50px;animation:ticker 22s linear infinite;padding-left:100%}.ticker-track span:before{content:"●";color:var(--red);margin-right:12px}@keyframes ticker{to{transform:translateX(-100%)}}
.site-header{position:sticky;top:0;z-index:40;background:rgba(8,8,8,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}.header-inner{max-width:1240px;margin:auto;height:76px;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:14px}.vm-mark{width:42px;height:42px;border:1px solid #3c3c3c;border-radius:12px;display:grid;place-items:center;font-weight:900;letter-spacing:-.08em;background:linear-gradient(145deg,#1d1d1d,#0d0d0d);box-shadow:inset 0 1px rgba(255,255,255,.05)}.brand-copy strong{display:block;font-size:13px;letter-spacing:.15em;text-transform:uppercase}.brand-copy span{font-size:11px;color:var(--muted)}.nav-actions{display:flex;align-items:center;gap:10px}.icon-btn,.outline-btn,.primary-btn,.ghost-btn{border-radius:12px;border:1px solid var(--line);padding:11px 15px;background:#131313;color:#fff;transition:.18s ease}.icon-btn:hover,.outline-btn:hover,.ghost-btn:hover{border-color:#555;background:#191919}.primary-btn{background:var(--red);border-color:var(--red);font-weight:800}.primary-btn:hover{background:#ff9d3f}.primary-btn:disabled{opacity:.45;cursor:not-allowed}.ghost-btn{background:transparent}.danger-btn{background:#3a2410;border:1px solid #8a541a;color:#ffc07d;border-radius:10px;padding:9px 12px}.small{padding:8px 11px;font-size:12px}.badge{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:999px;padding:6px 9px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#ccc;background:#111}.badge.red{border-color:#8a541a;color:#ffc07d;background:#24180d}.badge.green{border-color:#1f5f38;color:#7ef0a8;background:#0d2115}.badge.gray{color:#aaa}.dot{width:6px;height:6px;border-radius:50%;background:var(--red)}
.hero{max-width:1240px;margin:auto;padding:92px 28px 46px;display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#a8a8a8;margin-bottom:18px}.hero h1{font-size:clamp(46px,7vw,88px);line-height:.93;letter-spacing:-.055em;margin:0;font-weight:900}.hero h1 em{display:block;font-style:normal;color:var(--red)}.hero p{max-width:620px;color:#aaa;font-size:17px;margin:28px 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-card{min-height:440px;border:1px solid var(--line);border-radius:26px;background:radial-gradient(circle at 70% 25%,rgba(242,140,40,.22),transparent 36%),linear-gradient(150deg,#171717,#0d0d0d 65%);position:relative;overflow:hidden;box-shadow:var(--shadow)}.hero-card:before{content:"VM";position:absolute;right:-24px;bottom:-48px;font-size:220px;font-weight:950;letter-spacing:-.12em;color:rgba(255,255,255,.035)}.hero-card .visual-copy{position:absolute;left:28px;top:28px}.visual-copy span{font-size:11px;color:#aaa;letter-spacing:.16em}.visual-copy strong{display:block;margin-top:8px;font-size:28px;max-width:260px;line-height:1.05}.visual-stack{position:absolute;right:28px;bottom:28px;left:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.visual-chip{height:86px;border:1px solid #292929;border-radius:15px;background:#121212;padding:12px;display:flex;flex-direction:column;justify-content:flex-end}.visual-chip b{font-size:18px}.visual-chip small{color:#777}.stats-wrap{max-width:1240px;margin:0 auto;padding:0 28px 42px}.stats{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#0e0e0e}.stat{padding:24px;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat strong{font-size:32px;letter-spacing:-.04em}.stat span{display:block;color:#777;font-size:12px;margin-top:5px;text-transform:uppercase;letter-spacing:.12em}
.section{max-width:1240px;margin:auto;padding:62px 28px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-kicker{font-size:10px;color:var(--red);letter-spacing:.22em;text-transform:uppercase;font-weight:800}.section h2{font-size:clamp(30px,4vw,52px);letter-spacing:-.045em;margin:6px 0 0}.section-sub{color:#858585;max-width:520px}.toolbar{display:grid;grid-template-columns:1fr auto auto;gap:10px;margin:20px 0 28px}.search,.select,.input,.textarea{width:100%;border:1px solid var(--line);border-radius:13px;background:#101010;color:#fff;padding:13px 14px;outline:none}.search:focus,.select:focus,.input:focus,.textarea:focus{border-color:#5a5a5a}.select{min-width:180px}.textarea{min-height:110px;resize:vertical}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{border:1px solid var(--line);border-radius:20px;background:#101010;overflow:hidden;transition:.2s ease;position:relative}.product-card:hover{transform:translateY(-3px);border-color:#3e3e3e}.product-image{aspect-ratio:1/1;background:linear-gradient(145deg,#151515,#0c0c0c);display:grid;place-items:center;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover}.image-placeholder{font-size:66px;font-weight:950;letter-spacing:-.1em;color:#262626}.card-badges{position:absolute;top:12px;left:12px;display:flex;gap:7px;flex-wrap:wrap}.card-body{padding:17px}.card-top{display:flex;align-items:start;justify-content:space-between;gap:12px}.card-brand{font-size:10px;color:#777;letter-spacing:.14em;text-transform:uppercase}.card-title{font-size:20px;font-weight:850;margin:3px 0 7px}.price{font-weight:900;font-size:20px}.old-price{text-decoration:line-through;color:#656565;font-size:12px;margin-right:7px}.variant-line{font-size:12px;color:#878787;margin:8px 0 14px}.stock-pill{font-size:11px;color:#aaa}.stock-pill strong{color:#fff}.card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:13px;border-top:1px solid #222}.empty{border:1px dashed #333;border-radius:18px;padding:42px;text-align:center;color:#777;grid-column:1/-1}.recent-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.recent-item{border:1px solid var(--line);border-radius:14px;padding:12px;background:#101010;font-size:13px}.recent-item small{color:#777;display:block;margin-top:4px}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.info-card{border:1px solid var(--line);border-radius:20px;padding:26px;background:#101010}.info-card h3{margin:0 0 14px;font-size:22px}.info-card p{color:#909090}.faq-item{border-top:1px solid var(--line);padding:16px 0}.faq-item:first-child{border:0}.faq-item b{display:block;margin-bottom:5px}.footer{border-top:1px solid var(--line);padding:34px 28px;color:#727272;font-size:12px}.footer-inner{max-width:1240px;margin:auto;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.floating-selection{position:fixed;right:24px;bottom:24px;z-index:50;border:0;border-radius:16px;background:var(--red);color:#fff;padding:15px 18px;font-weight:900;box-shadow:0 16px 40px rgba(242,140,40,.25)}
.drawer-backdrop,.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:80;opacity:0;pointer-events:none;transition:.2s}.drawer-backdrop.open,.modal-backdrop.open{opacity:1;pointer-events:auto}.drawer{position:fixed;right:0;top:0;bottom:0;width:min(480px,100%);background:#0d0d0d;border-left:1px solid var(--line);z-index:81;transform:translateX(100%);transition:.25s;padding:22px;overflow:auto}.drawer.open{transform:translateX(0)}.drawer-head,.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.drawer-head h3,.modal-head h3{margin:0;font-size:24px}.selection-item{border:1px solid var(--line);border-radius:14px;padding:13px;margin-bottom:10px;background:#111;display:grid;grid-template-columns:1fr auto;gap:8px}.selection-item small{color:#777}.qty{display:flex;align-items:center;gap:8px}.qty button{width:28px;height:28px;border-radius:8px;border:1px solid #333;background:#171717;color:#fff}.selection-total{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:18px;margin-top:18px;font-size:18px;font-weight:800}.modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-46%);z-index:91;width:min(760px,calc(100% - 28px));max-height:88vh;overflow:auto;border:1px solid #303030;border-radius:22px;background:#0e0e0e;box-shadow:var(--shadow);padding:24px;opacity:0;pointer-events:none;transition:.2s}.modal.open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)}.variant-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.variant-card{border:1px solid var(--line);border-radius:14px;padding:14px;background:#131313}.variant-card h4{margin:0 0 4px}.variant-card p{margin:0;color:#777;font-size:12px}.variant-actions{display:flex;justify-content:space-between;align-items:center;margin-top:14px}
/* admin */
.admin-shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr;background:#090909}.admin-sidebar{position:sticky;top:0;height:100vh;border-right:1px solid var(--line);padding:20px 14px;background:#0c0c0c}.admin-brand{display:flex;align-items:center;gap:12px;padding:4px 8px 22px;border-bottom:1px solid var(--line);margin-bottom:18px}.admin-brand .vm-mark{width:38px;height:38px}.admin-brand small{color:#737373;display:block}.side-label{font-size:9px;letter-spacing:.18em;color:#666;text-transform:uppercase;margin:18px 10px 8px}.side-btn{display:flex;width:100%;align-items:center;gap:10px;border:0;background:transparent;color:#9a9a9a;padding:10px 11px;border-radius:10px;text-align:left}.side-btn:hover,.side-btn.active{background:#171717;color:#fff}.side-btn.active:before{content:"";width:3px;height:16px;background:var(--red);border-radius:3px}.admin-main{min-width:0}.admin-topbar{height:72px;display:flex;justify-content:space-between;align-items:center;padding:0 28px;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(9,9,9,.92);backdrop-filter:blur(15px);z-index:30}.admin-content{padding:28px;max-width:1500px}.admin-content h1{font-size:34px;letter-spacing:-.04em;margin:0}.admin-sub{color:#777;margin-top:4px}.admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0}.kpi{border:1px solid var(--line);border-radius:16px;background:#111;padding:18px}.kpi span{display:block;color:#777;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.kpi strong{font-size:30px;display:block;margin-top:4px}.panel{border:1px solid var(--line);border-radius:18px;background:#101010;margin:18px 0;overflow:hidden}.panel-head{padding:18px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-head h2{margin:0;font-size:18px}.panel-body{padding:20px}.admin-toolbar{display:flex;gap:10px;flex-wrap:wrap}.product-table{width:100%;border-collapse:collapse;font-size:13px}.product-table th,.product-table td{padding:12px;border-bottom:1px solid #222;text-align:left;vertical-align:middle}.product-table th{font-size:10px;color:#707070;text-transform:uppercase;letter-spacing:.12em}.thumb{width:44px;height:44px;border-radius:10px;object-fit:cover;background:#181818;border:1px solid #292929}.row-actions{display:flex;gap:6px}.row-actions button{padding:7px 9px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-field label{display:block;font-size:11px;color:#858585;margin-bottom:7px}.form-field.full{grid-column:1/-1}.form-help{font-size:10px;color:#626262;margin-top:5px}.upload-box{border:1px dashed #3d3d3d;border-radius:13px;padding:18px;text-align:center;color:#777}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.preview-frame{width:100%;height:720px;border:1px solid #333;border-radius:16px;background:#fff}.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.guide-card{padding:16px;border:1px solid var(--line);border-radius:14px;background:#111}.guide-card strong{display:block;margin-bottom:6px}.guide-card p{margin:0;color:#777;font-size:12px}.login-screen{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 0%,rgba(240,38,45,.13),transparent 34%),#080808;padding:22px}.login-card{width:min(460px,100%);border:1px solid var(--line);border-radius:22px;padding:28px;background:#0f0f0f;box-shadow:var(--shadow)}.login-card .vm-mark{margin-bottom:18px}.login-card h1{margin:0;font-size:30px}.login-card p{color:#7e7e7e}.login-form{display:grid;gap:12px;margin-top:22px}.notice{border:1px solid #48361a;background:#1c160d;color:#f1cd7a;padding:12px;border-radius:12px;font-size:12px}.success{border-color:#225538;background:#0d1d14;color:#7fe2a5}.error{border-color:#65242a;background:#220e10;color:#ff9298}.tab-row{display:flex;gap:8px;margin-top:12px}.tab-row button{flex:1}.mobile-menu{display:none}
@media(max-width:980px){.hero{grid-template-columns:1fr}.hero-card{min-height:320px}.catalog-grid{grid-template-columns:repeat(2,1fr)}.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:fixed;left:0;top:0;bottom:0;width:260px;z-index:70;transform:translateX(-100%);transition:.2s}.admin-sidebar.open{transform:none}.mobile-menu{display:inline-flex}.admin-grid{grid-template-columns:repeat(2,1fr)}.settings-grid{grid-template-columns:1fr}.recent-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.header-inner{padding:0 16px;height:66px}.brand-copy span{display:none}.hero{padding:64px 18px 34px}.hero-card{min-height:280px}.stats-wrap,.section{padding-left:18px;padding-right:18px}.stats{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid var(--line)}.catalog-grid,.info-grid,.variant-grid,.form-grid,.guide-grid{grid-template-columns:1fr}.toolbar{grid-template-columns:1fr}.select{min-width:0}.section-head{align-items:flex-start;flex-direction:column}.admin-content{padding:18px}.admin-topbar{padding:0 16px}.admin-grid{grid-template-columns:1fr 1fr}.product-table{min-width:760px}.panel-body.table-wrap{overflow:auto}.visual-stack{grid-template-columns:1fr 1fr 1fr}.visual-chip{height:70px;padding:8px}.visual-chip b{font-size:15px}.hero-card:before{font-size:160px}.floating-selection{right:16px;bottom:16px}.recent-row{grid-template-columns:1fr}.settings-grid{grid-template-columns:1fr}}

/* v2 catalog refinements */
.logo-wrap{padding:4px;background:#111;overflow:hidden}.logo-wrap img,.vm-mark img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.hero-compact{padding-top:72px;padding-bottom:24px;align-items:stretch}.hero-card-compact{min-height:340px}.catalog-section{padding-top:36px}.toolbar-catalog{align-items:stretch}.catalog-grid-models{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card-model{border-radius:24px;background:linear-gradient(180deg,#101216,#0e0e10);box-shadow:0 18px 40px rgba(0,0,0,.22)}.product-card-model .model-cover{aspect-ratio:1/1.08;border-bottom:1px solid #212121}.product-card-model .card-body{display:flex;flex-direction:column;gap:10px}.product-card-model .card-title{font-size:18px}.model-price-row{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.green-pill{display:inline-flex;padding:6px 10px;border:1px solid #1d6c43;border-radius:999px;background:#0b2518;color:#7ff0a7}.model-open-btn{width:100%;border:0;border-radius:14px;background:#f0f0f0;color:#111;padding:14px 16px;font-weight:900;margin-top:6px}.model-open-btn:hover{background:#fff}
.cart-review-bar{position:fixed;left:50%;transform:translateX(-50%);bottom:22px;z-index:70;border:0;border-radius:18px;background:#125b28;color:#fff;padding:18px 26px;font-size:24px;font-weight:900;display:flex;gap:14px;align-items:center;box-shadow:0 18px 44px rgba(0,0,0,.35)}.cart-review-bar span{width:36px;height:36px;border-radius:999px;background:#fff;color:#111;display:grid;place-items:center;font-size:16px}.cart-review-bar.hidden{display:none!important}
.product-modal{width:min(1180px,calc(100% - 28px));padding:0;overflow:hidden}.cart-modal{width:min(1100px,calc(100% - 28px));padding:0;overflow:hidden}.model-modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:24px 26px;border-bottom:1px solid var(--line)}.model-modal-head h3{font-size:42px;line-height:.95;margin:8px 0 0;letter-spacing:-.05em}.model-modal-sub{color:#868686;margin-top:10px;font-size:15px}.model-info-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;padding:18px 22px 0}.model-info-card{border:1px solid var(--line);border-radius:16px;padding:16px 18px;background:#121216}.model-info-card span{display:block;color:#757575;font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:4px}.model-info-card b{font-size:20px}.variant-catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:18px 22px 26px}.variant-showcase{border:1px solid var(--line);border-radius:18px;background:#16181f;overflow:hidden}.variant-showcase.soldout{opacity:.7}.variant-showcase-image{aspect-ratio:1/1;background:linear-gradient(145deg,#1b1b1d,#101010);position:relative;overflow:hidden}.variant-showcase-image img{width:100%;height:100%;object-fit:cover}.variant-top-badge{position:absolute;right:10px;top:10px;border-radius:999px;background:#231c0e;border:1px solid #7d6530;color:#f0c14d;padding:7px 10px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:800}.variant-showcase-body{padding:14px}.variant-showcase-body h4{margin:0 0 4px;font-size:20px;letter-spacing:-.03em}.variant-showcase-body p{margin:0;color:#909090;min-height:34px}.variant-showcase-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px;padding:12px;border:1px solid #262833;border-radius:14px;background:#12141b}.variant-showcase-meta b{display:block;font-size:14px}.variant-showcase-meta small{display:block;color:#7b7b82;font-size:11px;margin-top:4px}.stock-block.ok b{color:#79ef9f}.stock-block.ok small{color:#79ef9f}.variant-chip-row{margin:12px 0}.variant-chip{display:inline-flex;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800;letter-spacing:.03em}.variant-chip.warm{background:#2b1809;color:#f4b95d;border:1px solid #8b5821}.variant-chip.danger{background:#270d11;color:#ff8f95;border:1px solid #7d2028}.variant-chip.gray{background:#181818;color:#a4a4a4;border:1px solid #343434}.full-btn{width:100%;justify-content:center}
.cart-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:0}.cart-items{padding:18px 22px;max-height:560px;overflow:auto}.cart-item-card{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:14px;margin-bottom:12px;background:#111217}.cart-item-left{display:flex;align-items:center;gap:12px;min-width:0}.cart-item-left b{display:block}.cart-item-left small{display:block;color:#858585;margin-top:4px}.cart-item-thumb{width:62px;height:62px;border-radius:14px;object-fit:cover;background:#181818;border:1px solid #2b2b2b;display:block}.thumb-placeholder{display:grid;place-items:center;font-weight:900;color:#555}.cart-qty button{width:38px;height:38px;border-radius:10px}.cart-form-wrap{border-left:1px solid var(--line);padding:18px 22px 22px;background:#0f1013}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkout-step{border:1px solid var(--line);border-radius:16px;background:#121217;padding:14px}.checkout-step.full{grid-column:1/-1}.step-label{font-size:12px;font-weight:800;color:#f2f2f2;margin-bottom:10px}.checkout-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}.checkout-actions .primary-btn,.checkout-actions .outline-btn{flex:1;min-width:180px}.checkout-help{font-size:12px;color:#777;margin-top:12px}.cart-total-line{padding:0 22px 18px;margin:0 22px 0;border-top:1px solid var(--line)}
@media(max-width:1180px){.catalog-grid-models{grid-template-columns:repeat(3,minmax(0,1fr))}.variant-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-layout{grid-template-columns:1fr}.cart-form-wrap{border-left:0;border-top:1px solid var(--line)}}
@media(max-width:860px){.catalog-grid-models{grid-template-columns:repeat(2,minmax(0,1fr))}.model-info-grid{grid-template-columns:1fr}.model-modal-head h3{font-size:30px}.cart-review-bar{width:calc(100% - 28px);font-size:20px;justify-content:center}}
@media(max-width:640px){.catalog-grid-models{grid-template-columns:1fr}.hero-compact{padding-top:56px}.hero-card-compact{min-height:260px}.product-modal,.cart-modal{width:calc(100% - 16px)}.model-modal-head{padding:18px}.model-modal-head h3{font-size:28px}.variant-catalog-grid{grid-template-columns:1fr;padding:16px}.model-info-grid{padding:16px 16px 0}.cart-items{padding:16px}.cart-form-wrap{padding:16px}.checkout-grid{grid-template-columns:1fr}.cart-review-bar{bottom:14px;border-radius:16px;padding:14px 18px;font-size:18px}.cart-review-bar span{width:30px;height:30px;font-size:14px}}

/* v3 fixes: larger logo, scrollable dialogs, delivery points */
.logo-wrap img,.vm-mark img{object-fit:contain!important}
.site-header .vm-mark{width:60px;height:60px;border-radius:16px;padding:2px}
.header-inner{height:88px}
.admin-brand .vm-mark{width:52px;height:52px;border-radius:14px;padding:2px}
.admin-brand{gap:14px}
.login-card .vm-mark{width:74px;height:74px;border-radius:18px;padding:3px}
.product-modal,.cart-modal{max-height:92vh!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;scrollbar-gutter:stable}
.product-modal .model-modal-head,.cart-modal .model-modal-head{position:sticky;top:0;z-index:6;background:rgba(14,14,14,.97);backdrop-filter:blur(14px)}
.product-modal .variant-catalog-grid{padding-bottom:42px}
.variant-showcase-body{display:flex;flex-direction:column;min-height:270px}.variant-showcase-body .full-btn{margin-top:auto}
.delivery-point-meta{margin-top:10px;color:#8d8d93;font-size:12px;line-height:1.5}.delivery-point-meta b{color:#fff}.delivery-point-meta span{color:#8d8d93}
.cart-totals{margin:0 22px 18px;border-top:1px solid var(--line);padding-top:14px}.cart-totals>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:7px 0;color:#8f8f94}.cart-totals .grand{font-size:19px;font-weight:900;color:#fff;border-top:1px solid #24242a;margin-top:4px;padding-top:12px}.cart-totals .grand span:last-child{font-size:22px}
.admin-delivery-modal{width:min(760px,calc(100% - 28px));max-height:90vh;overflow-y:auto}
@media(max-width:640px){.site-header .vm-mark{width:52px;height:52px}.header-inner{height:78px}.admin-brand .vm-mark{width:46px;height:46px}.product-modal,.cart-modal{max-height:94vh!important}.product-modal .model-modal-head,.cart-modal .model-modal-head{padding-right:14px}.variant-showcase-body{min-height:0}}

/* ===== v5 · catálogo alineado al flujo público de Vapor Minds ===== */
.site-header .vm-mark,
.admin-brand .vm-mark,
.login-card .vm-mark{
  padding:0!important;
  overflow:hidden;
  display:grid!important;
  place-items:center!important;
  background:#141414!important;
}
.site-header .vm-mark{width:58px!important;height:58px!important;border-radius:16px!important}
.site-header .vm-mark img{width:82%!important;height:82%!important;object-fit:contain!important;object-position:center center!important;border-radius:0!important;margin:auto!important;display:block!important}
.admin-brand .vm-mark img,.login-card .vm-mark img{width:84%!important;height:84%!important;object-fit:contain!important;object-position:center!important;border-radius:0!important;margin:auto!important}
.header-inner{min-height:82px;height:auto!important;padding-top:9px!important;padding-bottom:9px!important}
.brand{min-width:0}.brand-copy{display:grid;align-content:center}.brand-copy strong{line-height:1.1}.brand-copy span{margin-top:4px}

.live-cart-modal{
  width:min(980px,calc(100% - 28px))!important;
  max-height:92vh!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #32343b!important;
  border-radius:28px!important;
  background:#090a0d!important;
  box-shadow:0 34px 100px rgba(0,0,0,.68)!important;
}
.live-cart-head{
  position:sticky;top:0;z-index:12;
  display:flex;align-items:flex-start;justify-content:space-between;gap:20px;
  padding:24px 26px 20px;
  border-bottom:1px solid #282a31;
  background:rgba(9,10,13,.97);backdrop-filter:blur(16px)
}
.live-cart-head h3{margin:6px 0 0;font-size:36px;line-height:1;letter-spacing:-.055em}
.live-close-btn{width:48px;height:48px;display:grid;place-items:center;flex:0 0 48px;border:1px solid #363840;border-radius:15px;background:#17181e;color:#fff;font-size:25px;line-height:1}
.live-cart-scroll{max-height:calc(92vh - 94px);overflow-y:auto;overscroll-behavior:contain;padding:16px 18px 24px;scrollbar-gutter:stable}
.live-cart-items{display:grid;gap:10px;margin-bottom:14px}
.live-cart-items .cart-item-card{margin:0;background:#111319;border-color:#2d3038;border-radius:18px;padding:13px 14px}
.live-cart-items .cart-item-thumb{width:58px;height:58px;border-radius:13px}
.live-cart-items .cart-item-left b{font-size:14px}.live-cart-items .cart-item-left small{font-size:11px;color:#8e9098}
.live-cart-items .cart-qty{display:grid;grid-template-columns:40px 24px 40px;gap:6px;align-items:center;text-align:center}
.live-cart-items .cart-qty button{width:40px;height:40px;border:1px solid #30333a;background:#17191e;color:#fff;border-radius:12px;font-size:18px;font-weight:800}

.live-checkout-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:12px}
.live-checkout-card{min-width:0;padding:15px;border:1px solid #2c2e35;border-radius:18px;background:#111218}
.live-checkout-delivery{grid-row:span 2}
.live-step-head{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:start;margin-bottom:13px}
.live-step-number{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#d71920;color:#fff;font-size:18px;font-weight:950;box-shadow:0 8px 22px rgba(215,25,32,.22)}
.live-step-head>div{display:grid;gap:3px;padding-top:2px}.live-step-head b{font-size:12px;letter-spacing:.025em}.live-step-head small{color:#8d8f97;font-size:10px;line-height:1.45}
.live-input,.live-select,.live-date-shell{width:100%;border:1px solid #363840!important;border-radius:14px!important;background:#17181e!important;color:#fff!important;min-height:48px!important}
.live-input,.live-select{padding:12px 13px!important;font-size:14px!important;outline:none}.live-input:focus,.live-select:focus{border-color:#666a74!important}
.live-date-shell{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;padding:0 12px}
.live-date-shell input{min-width:0;width:100%;height:46px;border:0;background:transparent;color:#fff;font-weight:750;outline:0;color-scheme:dark}
.live-info-box{margin-top:10px;padding:11px 12px;border:1px solid #225a38;border-radius:13px;background:#0b2416;color:#a3cdb0;font-size:10px;line-height:1.5}
.live-field-label{display:block;margin:2px 0 7px;color:#8e9099;font-size:9px;font-weight:900;letter-spacing:.1em}
.live-check-row{display:flex!important;align-items:flex-start!important;gap:10px!important;margin-top:10px;padding:11px;border:1px solid #2d3037;border-radius:13px;background:#0e0f13;color:#fff!important}
.live-check-row input{width:17px!important;height:17px!important;margin:2px 0 0!important;accent-color:#d71920}.live-check-row span{display:grid;gap:3px}.live-check-row b{font-size:10px}.live-check-row small{color:#858891;font-size:9px;line-height:1.4}

.live-delivery-search-wrap{display:grid;gap:9px}.live-delivery-results{display:grid;gap:7px;max-height:248px;overflow-y:auto;padding-right:2px}
.live-delivery-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:11px 12px;border:1px solid #30323a;border-radius:13px;background:#0d0e12;color:#fff;text-align:left}
.live-delivery-option:hover{border-color:#50535d;background:#15171c}.live-delivery-option.selected{border-color:#267e49;background:#0c2918;box-shadow:inset 0 0 0 1px rgba(60,229,123,.14)}
.live-delivery-option span{display:grid;gap:3px;min-width:0}.live-delivery-option b{font-size:11px}.live-delivery-option small{color:#83858d;font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-delivery-option em{flex:0 0 auto;color:#62e894;font-size:9px;font-style:normal;font-weight:900}
.live-delivery-extra em{color:#ffc857}.live-delivery-empty{padding:12px;border:1px dashed #343740;border-radius:12px;color:#81848d;font-size:10px;text-align:center}
.live-delivery-meta{display:grid;gap:3px;color:#d4d5d9;font-size:10px;line-height:1.45}.live-delivery-meta span,.live-delivery-meta small{color:#8e9097}.live-meta-warning{padding:9px 10px;border-radius:10px;background:#2a200b;color:#efcc75!important}

.live-payment-options{display:grid;gap:8px}.live-payment-option{display:grid!important;grid-template-columns:18px 28px minmax(0,1fr);align-items:center!important;gap:9px!important;min-height:50px;padding:10px 12px;border:1px solid #30323a;border-radius:13px;background:#0e0f13;color:#fff!important;cursor:pointer}
.live-payment-option:has(input:checked){border-color:#267e49;background:#0c2918}.live-payment-option input{width:17px!important;height:17px!important;margin:0!important;accent-color:#3ce57b}.live-payment-option span{font-size:18px}.live-payment-option b{font-size:11px}

.live-review-check{display:flex!important;align-items:flex-start!important;gap:11px!important;margin:13px 0;padding:13px 15px;border:1px solid #30323a;border-radius:15px;background:#101116;color:#fff!important}.live-review-check input{width:18px!important;height:18px!important;margin:2px 0 0!important;accent-color:#d71920}.live-review-check span{display:grid;gap:3px}.live-review-check b{font-size:11px}.live-review-check small{color:#8b8d95;font-size:9px;line-height:1.45}
.live-cart-bottom{display:grid;gap:9px;padding:17px;border:1px solid #30323a;border-radius:18px;background:#0e0f13}.live-total-row{display:flex;align-items:center;justify-content:space-between;gap:15px}.live-total-row span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.live-total-row strong{font-size:28px;letter-spacing:-.04em}.live-subtotal-note{display:flex;gap:14px;flex-wrap:wrap;color:#858891;font-size:10px}.live-subtotal-note b{color:#c9cbd0}.live-whatsapp-btn{width:100%;min-height:52px;border:0;border-radius:14px;background:#f4f1e9;color:#090a0d;font-size:13px;font-weight:950}.live-whatsapp-btn:hover{background:#fff}.live-copy-btn{width:100%;min-height:42px;border:1px solid #31343b;border-radius:12px;background:#17191e;color:#d8d9dd;font-size:10px;font-weight:850}.live-cart-footnote{margin:0;color:#747780;font-size:9px;line-height:1.5;text-align:center}

@media(max-width:760px){
  .site-header .vm-mark{width:52px!important;height:52px!important;border-radius:14px!important}.site-header .vm-mark img{width:80%!important;height:80%!important}
  .live-cart-modal{width:calc(100% - 14px)!important;max-height:95vh!important;border-radius:22px!important}
  .live-cart-head{padding:18px}.live-cart-head h3{font-size:29px}.live-close-btn{width:44px;height:44px;flex-basis:44px}
  .live-cart-scroll{max-height:calc(95vh - 82px);padding:12px}
  .live-checkout-grid{grid-template-columns:1fr}.live-checkout-delivery{grid-row:auto}.live-delivery-results{max-height:210px}
  .live-cart-items .cart-item-card{grid-template-columns:1fr;gap:10px}.live-cart-items .cart-qty{justify-content:end}
}


/* ===== v6 · catálogo/checkout alineado al Vapor Minds público ===== */
.site-header .vm-mark{
  width:52px!important;
  height:52px!important;
  padding:5px!important;
  display:grid!important;
  place-items:center!important;
  overflow:visible!important;
  border-radius:15px!important;
  background:linear-gradient(145deg,#17181b,#0c0d0f)!important;
  border:1px solid #303238!important;
}
.site-header .vm-mark img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
  border-radius:0!important;
  margin:0!important;
}
.header-inner{min-height:72px!important;height:72px!important;padding-top:0!important;padding-bottom:0!important}

.live-cart-modal{
  width:min(860px,calc(100% - 28px))!important;
  max-height:94vh!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #29292d!important;
  border-radius:28px!important;
  background:#09090a!important;
  box-shadow:0 28px 100px rgba(0,0,0,.78)!important;
}
.live-cart-head{
  position:sticky;top:0;z-index:12;
  display:flex;justify-content:space-between;align-items:center;gap:18px;
  padding:14px 16px!important;
  border-bottom:1px solid #222!important;
  background:rgba(9,9,10,.96)!important;
  backdrop-filter:blur(14px)!important;
}
.live-cart-head .section-kicker{color:#ff3333!important;font-size:9px!important;letter-spacing:.17em!important}
.live-cart-head h3{font-size:18px!important;line-height:1.15!important;letter-spacing:0!important;margin:3px 0 0!important}
.live-close-btn{
  width:42px!important;height:42px!important;flex:0 0 42px!important;
  border-radius:14px!important;border:1px solid #333!important;
  background:#171719!important;color:#fff!important;font-size:22px!important
}
.live-cart-scroll{
  max-height:calc(94vh - 72px)!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch;
  padding:16px!important;
}
.live-cart-items{display:grid!important;gap:9px!important;margin:0 0 18px!important}
.live-cart-items .cart-item-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:10px!important;
  align-items:center!important;
  margin:0!important;
  padding:9px!important;
  background:#131315!important;
  border:1px solid #28282c!important;
  border-radius:15px!important;
}
.live-cart-items .cart-item-thumb{width:56px!important;height:56px!important;border-radius:9px!important;object-fit:cover!important}
.live-cart-items .cart-item-left{gap:10px!important}
.live-cart-items .cart-item-left b{font-size:11px!important}
.live-cart-items .cart-item-left small{font-size:9px!important;color:#999!important}
.live-cart-items .cart-qty{display:flex!important;align-items:center!important;gap:7px!important}
.live-cart-items .cart-qty button{width:34px!important;height:34px!important;border-radius:9px!important;border:1px solid #343438!important;background:#1b1b1e!important;color:#fff!important}
.live-cart-items .cart-qty b{min-width:18px;text-align:center;font-size:12px}

.live-checkout-grid{display:grid!important;grid-template-columns:1.2fr .9fr!important;gap:12px!important;margin-top:0!important}
.live-checkout-card{
  position:relative!important;
  min-width:0!important;
  padding:15px!important;
  border:1px solid #2b2b30!important;
  border-radius:19px!important;
  background:#0f0f11!important;
}
.live-checkout-grid .live-payment-card{grid-column:1/-1!important}
.live-step-head{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;gap:10px!important;align-items:start!important;margin-bottom:12px!important}
.live-step-number{
  width:34px!important;height:34px!important;display:grid!important;place-items:center!important;
  border:1px solid #641c1c!important;border-radius:11px!important;background:#260c0c!important;
  color:#ff7373!important;font-size:14px!important;font-weight:900!important;box-shadow:none!important
}
.live-step-head>div{padding-top:0!important;display:block!important}
.live-step-head b{display:block!important;font-size:10px!important;letter-spacing:.08em!important}
.live-step-head small{display:block!important;color:#85858d!important;font-size:9px!important;line-height:1.45!important;margin-top:4px!important}

.live-delivery-search-wrap{position:relative!important;display:block!important}
.live-input{
  width:100%!important;height:52px!important;min-height:52px!important;
  border-radius:14px!important;border:1px solid #323238!important;
  background:#151518!important;color:#fff!important;padding:0 14px!important;
  outline:none!important;font-size:14px!important
}
.live-input:focus{border-color:#25d366!important;box-shadow:0 0 0 3px rgba(37,211,102,.1)!important}
.live-delivery-results{
  position:absolute!important;z-index:30!important;top:58px!important;left:0!important;right:0!important;
  display:grid!important;gap:0!important;max-height:280px!important;overflow:auto!important;
  padding:7px!important;border:1px solid #37373d!important;border-radius:16px!important;
  background:#0d0d0f!important;box-shadow:0 20px 60px #000!important
}
.live-delivery-results.hidden{display:none!important}
.live-delivery-option{
  width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:9px!important;
  padding:11px!important;border:0!important;border-bottom:1px solid #222!important;border-radius:11px!important;
  background:transparent!important;color:#fff!important;text-align:left!important
}
.live-delivery-option:last-child{border-bottom:0!important}
.live-delivery-option:hover,.live-delivery-option.selected{background:#172019!important}
.live-delivery-option b{font-size:11px!important}.live-delivery-option small{font-size:9px!important;color:#909098!important}
.live-delivery-option em{color:#36df78!important;font-size:9px!important;font-weight:800!important}
.live-delivery-extra em{color:#ffca6a!important}
.live-delivery-meta{margin-top:10px!important}
#customDeliveryPoint{margin-top:10px!important}

.live-date-picker{position:relative}
.live-date-button{
  width:100%!important;height:54px!important;border:1px solid #34343a!important;border-radius:14px!important;
  background:#151518!important;color:#fff!important;display:flex!important;align-items:center!important;gap:10px!important;
  padding:0 14px!important;text-align:left!important
}
.live-date-button span{font-size:20px}.live-date-button b{font-size:11px!important}
.live-date-native{
  position:absolute!important;inset:0!important;width:100%!important;height:54px!important;opacity:0!important;
  cursor:pointer!important;color-scheme:dark!important
}
.live-info-box{
  margin:10px 0 0!important;padding:12px!important;
  border:1px solid #255c3b!important;border-radius:14px!important;
  background:#0d2217!important;color:#a2b8a9!important;font-size:9px!important;line-height:1.5!important
}
.live-info-box b{display:block!important;color:#9ed5af!important;margin-bottom:3px!important}

.live-time-picker{position:relative!important;display:grid!important;gap:7px!important}
.live-field-label{font-size:9px!important;font-weight:850!important;letter-spacing:.05em!important;color:#9a9aa2!important}
.live-time-trigger{
  width:100%!important;min-height:54px!important;display:grid!important;grid-template-columns:24px minmax(0,1fr) 24px!important;
  gap:10px!important;align-items:center!important;border:1px solid #34343a!important;border-radius:14px!important;
  background:#151518!important;color:#fff!important;padding:0 14px!important;text-align:left!important;outline:none!important
}
.live-time-trigger.has-selection,.live-time-trigger:focus{border-color:rgba(255,66,72,.72)!important;box-shadow:0 0 0 3px rgba(255,66,72,.08)!important}
.live-time-dot{color:#ff4248!important;font-size:15px!important}
#deliveryTimeTriggerText{font-size:14px!important;font-weight:750!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.live-time-chevron{justify-self:end;color:#8f8f98;font-size:19px;line-height:1;transition:transform .18s ease}
.live-time-trigger[aria-expanded="true"] .live-time-chevron{transform:rotate(180deg)}
.live-time-options{
  position:absolute!important;z-index:30!important;top:82px!important;left:0!important;right:0!important;
  max-height:330px!important;overflow:auto!important;padding:7px!important;border:1px solid #37373d!important;
  border-radius:16px!important;background:#0d0d0f!important;box-shadow:0 22px 70px rgba(0,0,0,.92)!important
}
.live-time-options.hidden{display:none!important}
.live-time-option{
  width:100%!important;display:grid!important;grid-template-columns:30px minmax(0,1fr)!important;gap:9px!important;
  align-items:center!important;padding:12px 11px!important;border:0!important;border-bottom:1px solid #222!important;
  border-radius:11px!important;background:transparent!important;color:#fff!important;text-align:left!important
}
.live-time-option:last-child{border-bottom:0!important}
.live-time-option:hover,.live-time-option.selected{background:linear-gradient(135deg,rgba(83,18,22,.76),rgba(32,15,17,.92))!important}
.live-time-option .dot{color:#ff4248!important;font-size:17px!important}
.live-time-option b{font-size:11px!important}.live-time-option small{display:block!important;margin-top:3px!important;color:#92929b!important;font-size:9px!important}
.live-time-help{margin:10px 3px 0!important;color:#8c8c94!important;font-size:9px!important;line-height:1.5!important}

.live-check-row{
  display:flex!important;align-items:flex-start!important;gap:12px!important;margin-top:12px!important;padding:14px!important;
  border:1px solid rgba(255,74,82,.32)!important;border-radius:16px!important;background:rgba(255,42,52,.055)!important
}
.live-check-row input{width:20px!important;height:20px!important;margin:2px 0 0!important;accent-color:#ff3844!important}
.live-check-row b{font-size:11px!important}.live-check-row small{font-size:9px!important;color:#9b9da4!important}

.live-payment-options{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
.live-payment-option{
  min-height:58px!important;border:1px solid #313137!important;background:#151518!important;color:#fff!important;
  border-radius:14px!important;padding:9px!important;display:grid!important;grid-template-columns:20px 26px minmax(0,1fr)!important;
  align-items:center!important;gap:7px!important
}
.live-payment-option:has(input:checked){border-color:#27cf6b!important;background:#102219!important;box-shadow:0 0 0 2px rgba(37,211,102,.1)!important}
.live-payment-option input{accent-color:#25d366!important}.live-payment-option span{font-size:18px!important}.live-payment-option b{font-size:10px!important}

.live-review-check{
  display:flex!important;align-items:flex-start!important;gap:12px!important;margin:14px 0!important;padding:14px!important;
  border:1px solid #303036!important;border-radius:16px!important;background:#101012!important;color:#fff!important
}
.live-review-check input{width:20px!important;height:20px!important;margin:2px 0 0!important;accent-color:#ff3844!important}
.live-review-check b{font-size:11px!important}.live-review-check small{font-size:9px!important;color:#8f8f98!important}
.live-checkout-error{min-height:18px!important;margin:12px 2px 0!important;color:#ff8080!important;font-size:10px!important}
.live-cart-total{display:flex!important;justify-content:space-between!important;margin:18px 2px 8px!important;font-weight:800!important;font-size:16px!important}
.live-cart-total strong{font-size:20px!important}
.live-subtotal-note{display:flex!important;gap:14px!important;flex-wrap:wrap!important;color:#85858d!important;font-size:9px!important;margin:0 2px 12px!important}
.live-subtotal-note b{color:#c8c8cc!important}
.live-whatsapp-btn{
  width:100%!important;min-height:58px!important;border-radius:18px!important;border:1px solid #14713a!important;
  background:#082e17!important;color:#42e67d!important;font-size:12px!important;font-weight:900!important
}
.live-whatsapp-btn:hover{background:#0b3a1e!important}
.live-copy-btn{
  width:100%!important;min-height:44px!important;margin-top:9px!important;border:1px solid #303036!important;
  border-radius:14px!important;background:#151518!important;color:#d6d6db!important;font-size:10px!important;font-weight:800!important
}
.live-cart-footnote{text-align:center!important;color:#777!important;font-size:9px!important;line-height:1.45!important;margin:9px 12px 0!important}

@media(max-width:760px){
  .site-header .vm-mark{width:48px!important;height:48px!important;padding:4px!important;border-radius:14px!important}
  .header-inner{height:68px!important;min-height:68px!important}
  .live-cart-modal{width:100%!important;max-height:100dvh!important;height:auto!important;border-radius:24px 24px 0 0!important;border-bottom:0!important;top:auto!important;bottom:0!important;left:0!important;transform:none!important}
  .live-cart-modal.open{transform:none!important}
  .live-cart-scroll{max-height:calc(100dvh - 72px)!important;padding:14px!important}
  .live-checkout-grid{grid-template-columns:1fr!important}
  .live-checkout-grid .live-payment-card{grid-column:auto!important}
  .live-payment-options{grid-template-columns:1fr!important}
  .live-cart-items .cart-item-card{grid-template-columns:minmax(0,1fr) auto!important}
}

/* ===== v7 · landing page / menu / hero rotator ===== */
.landing-body{background:radial-gradient(circle at 72% 12%,rgba(120,0,0,.18),transparent 28%),radial-gradient(circle at 22% 10%,rgba(21,47,84,.14),transparent 22%),#050506;color:#f4f4f2;min-height:100vh}
.landing-ticker{height:40px;background:#dc1d23;color:#fff;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}
.landing-ticker-track{display:flex;gap:52px;white-space:nowrap;padding-left:100%;animation:landingTicker 22s linear infinite;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.landing-ticker-track span::after{content:'•';margin-left:52px;opacity:.75}
@keyframes landingTicker{to{transform:translateX(-100%)}}
.landing-header{position:sticky;top:0;z-index:40;background:rgba(7,7,8,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}
.landing-header-inner{max-width:1280px;height:96px;padding:0 28px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}
.landing-brand{display:flex;align-items:center;gap:16px}
.landing-brand-mark{width:56px;height:56px;border:1px solid #323238;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#17181b,#0b0c0e);padding:6px;overflow:hidden}
.landing-brand-mark img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}
.landing-brand-copy{display:grid;gap:4px}.landing-brand-copy strong{font-size:13px;letter-spacing:.24em;text-transform:uppercase}.landing-brand-copy small{font-size:12px;color:#a8abb2}
.landing-header-actions{display:flex;align-items:center;gap:12px}.landing-top-cta,.landing-main-btn,.landing-secondary-btn,.landing-showcase-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:16px;font-weight:800;transition:.2s ease}
.landing-top-cta{background:#17181c;border:1px solid #2d2f36;color:#fff}.landing-top-cta:hover{background:#20222a}
.landing-menu-btn{width:50px;height:50px;border-radius:18px;border:1px solid #31333a;background:#17181c;display:grid;place-items:center;gap:4px;padding:0}
.landing-menu-btn span{width:18px;height:2px;background:#fff;border-radius:999px;display:block}
.landing-hero{max-width:1280px;margin:0 auto;padding:52px 28px 36px;display:grid;grid-template-columns:1.08fr .92fr;gap:44px;align-items:center}
.landing-overline{font-size:12px;letter-spacing:.24em;color:#d3d6dd;text-transform:uppercase;margin-bottom:22px;opacity:.82}
.landing-hero-copy h1{margin:0;font-size:clamp(58px,7vw,96px);line-height:.92;letter-spacing:-.065em;font-weight:900;max-width:760px}.landing-hero-copy h1 em{display:block;font-style:normal;color:#ff3038}
.landing-hero-copy p{max-width:720px;font-size:19px;line-height:1.55;color:#b0b3bb;margin:26px 0 34px}
.landing-hero-actions{display:flex;gap:14px;flex-wrap:wrap}.landing-main-btn{background:#f5f1e9;color:#090909;border:1px solid rgba(255,255,255,.07)}.landing-main-btn:hover{transform:translateY(-1px);background:#fff}.landing-secondary-btn{background:#121316;border:1px solid #2c2d34;color:#f4f4f2}.landing-secondary-btn:hover{background:#191a20}
.landing-showcase{padding:26px;border:1px solid #2b2d33;border-radius:34px;background:linear-gradient(180deg,rgba(18,19,23,.96),rgba(12,13,16,.96));box-shadow:0 26px 80px rgba(0,0,0,.36)}
.landing-showcase-top{display:flex;justify-content:flex-start;margin-bottom:18px}.landing-stock-pill{display:inline-flex;align-items:center;min-height:38px;padding:0 16px;border:1px solid rgba(255,83,90,.35);border-radius:999px;color:#ff8a8f;background:rgba(90,17,20,.26);font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.landing-rotator{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;min-height:344px}
.landing-preview-card{overflow:hidden;border:1px solid #2e3138;border-radius:24px;background:#121419;display:grid;grid-template-rows:200px auto}.landing-preview-media{position:relative;background:linear-gradient(145deg,#13161c,#0d0f13)}.landing-preview-media img{width:100%;height:100%;object-fit:cover;display:block}.landing-preview-media.placeholder{display:grid;place-items:center}.landing-preview-fallback{font-size:62px;font-weight:900;letter-spacing:-.08em;color:#2b2f38}
.landing-preview-body{padding:16px}.landing-preview-body span{font-size:10px;letter-spacing:.18em;color:#ff5b62;text-transform:uppercase;font-weight:800}.landing-preview-body h3{font-size:19px;line-height:1.08;margin:10px 0 9px;letter-spacing:-.04em}.landing-preview-body small{color:#9ea2aa;font-size:12px;line-height:1.45}
.landing-showcase-note{margin:18px 0 16px;color:#aeb2b8;font-size:15px;line-height:1.5}
.landing-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px}.landing-quick-link{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 18px;border:1px solid #2d3037;border-radius:16px;background:#111318}.landing-quick-link span{font-weight:700}.landing-quick-link b{font-size:18px;color:#adb2ba}.landing-showcase-button{width:100%;background:#f5f1e9;color:#09090a;border:1px solid rgba(255,255,255,.07)}
.landing-stats{max-width:1280px;margin:0 auto;padding:0 28px 24px;display:grid;grid-template-columns:1.3fr repeat(3,.56fr);gap:14px}.landing-stat-card{min-height:110px;padding:22px;border:1px solid #26282f;border-radius:24px;background:#0d0e11;display:grid;align-content:center}.landing-stat-card strong{font-size:46px;letter-spacing:-.05em}.landing-stat-card span{font-size:12px;color:#8f939c;letter-spacing:.16em;text-transform:uppercase;margin-top:6px}.landing-stat-verified{display:flex;align-items:center;gap:12px}.landing-stat-verified::before{content:'';width:12px;height:12px;border-radius:50%;background:#3fd86f;box-shadow:0 0 0 6px rgba(63,216,111,.12)}.landing-stat-verified b{font-size:20px;letter-spacing:-.03em}.landing-stat-verified small{display:block;color:#90949c;margin-top:4px}
.landing-info-section{max-width:1280px;margin:0 auto;padding:58px 28px 0}.landing-section-head{max-width:820px;margin-bottom:24px}.landing-section-head span{display:block;font-size:11px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:#ff555d;margin-bottom:12px}.landing-section-head h2{margin:0;font-size:clamp(34px,4vw,60px);line-height:1;letter-spacing:-.05em}.landing-section-head p{margin:14px 0 0;color:#a3a7af;font-size:17px;line-height:1.55}.landing-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.landing-info-card,.landing-delivery-card,.landing-delivery-empty{padding:22px;border:1px solid #25272d;border-radius:22px;background:#101115}.landing-info-card span{font-size:11px;font-weight:900;color:#ff5f65;letter-spacing:.18em}.landing-info-card h3{margin:16px 0 10px;font-size:24px;letter-spacing:-.04em}.landing-info-card p{margin:0;color:#a5aab2;line-height:1.6}
.landing-delivery-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding-bottom:54px}.landing-delivery-card b{display:block;font-size:20px;letter-spacing:-.03em}.landing-delivery-card small{display:block;color:#9ba0a8;font-size:14px;line-height:1.5;margin:8px 0 18px}.landing-delivery-card span{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:999px;background:#102517;border:1px solid #245d39;color:#89eeae;font-size:12px;font-weight:800}.landing-delivery-empty{grid-column:1/-1;color:#90949d;text-align:center}
.landing-menu-overlay{position:fixed;inset:0;background:rgba(8,8,10,.56);backdrop-filter:blur(5px);opacity:0;pointer-events:none;z-index:91;transition:.22s ease}.landing-menu-overlay.open{opacity:1;pointer-events:auto}.landing-menu-panel{position:fixed;top:14px;right:14px;bottom:14px;width:min(390px,calc(100% - 20px));padding:18px;border-radius:28px;background:#f3f0ec;color:#131417;box-shadow:0 22px 70px rgba(0,0,0,.32);z-index:92;transform:translateX(110%);transition:.24s ease;overflow:auto}.landing-menu-panel.open{transform:translateX(0)}.landing-menu-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.landing-menu-brand{display:flex;gap:12px;align-items:flex-start}.landing-menu-logo{width:48px;height:48px;border-radius:16px;border:1px solid #d9d4cf;background:#fff;display:grid;place-items:center;padding:5px}.landing-menu-logo img{width:100%;height:100%;object-fit:contain}.landing-menu-brand strong{display:block;font-size:14px}.landing-menu-brand small{color:#787d87}.landing-menu-close{width:44px;height:44px;border-radius:16px;border:1px solid #d8d3ce;background:#f7f4f1;font-size:28px;line-height:1;color:#131417}.landing-menu-list{display:grid;gap:12px}.landing-menu-item{display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:14px;padding:14px;border:1px solid #e0dbd5;border-radius:20px;background:rgba(255,255,255,.54)}.landing-menu-item.highlight{border-color:#f1b2b5;background:#fff}.landing-menu-icon{width:44px;height:44px;border-radius:14px;border:1px solid #d6d1cc;background:#efefef;display:grid;place-items:center;font-weight:900}.landing-menu-item.highlight .landing-menu-icon{background:#e1272d;color:#fff;border-color:#e1272d}.landing-menu-item b{display:block;font-size:22px;letter-spacing:-.04em}.landing-menu-item small{display:block;color:#6d727c;font-size:12px;line-height:1.45}
.hidden{display:none!important}
@media(max-width:1080px){.landing-hero{grid-template-columns:1fr}.landing-stats{grid-template-columns:1fr 1fr}.landing-info-grid,.landing-delivery-list{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.landing-header-inner{height:84px;padding:0 16px}.landing-brand-copy strong{font-size:12px;letter-spacing:.18em}.landing-brand-copy small{font-size:10px}.landing-top-cta{padding:0 14px;min-height:44px;border-radius:14px}.landing-menu-btn{width:44px;height:44px;border-radius:14px}.landing-hero{padding:34px 16px 28px;gap:26px}.landing-hero-copy h1{font-size:clamp(42px,14vw,62px)}.landing-hero-copy p{font-size:16px;margin:20px 0 24px}.landing-showcase{padding:18px;border-radius:24px}.landing-rotator{grid-template-columns:1fr;min-height:auto}.landing-stats{padding:0 16px 22px;grid-template-columns:1fr}.landing-info-section{padding:42px 16px 0}.landing-info-grid,.landing-delivery-list{grid-template-columns:1fr}.landing-menu-panel{top:8px;right:8px;bottom:8px;width:calc(100% - 16px);padding:14px}.landing-menu-item b{font-size:20px}}

/* ===== v8 home (más parecido a vaporminds.store) ===== */
.vm-home-body{margin:0;background:#efebe7;color:#131316;font-family:'Inter',system-ui,-apple-system,sans-serif}
.vm-home-ticker{height:38px;background:#f28c28;color:#fff;overflow:hidden;display:flex;align-items:center}
.vm-home-ticker-track{display:flex;gap:54px;white-space:nowrap;padding-left:100%;animation:vmHomeTicker 24s linear infinite;font-size:11px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.vm-home-ticker-track span::after{content:'•';margin-left:54px;opacity:.8}@keyframes vmHomeTicker{to{transform:translateX(-100%)}}
.vm-home-shell{max-width:1360px;margin:0 auto;padding:0 20px 42px}
.vm-home-header{height:104px;display:flex;align-items:center;justify-content:space-between;background:#f8f5f2;padding:0 22px;border:1px solid #e5dfdb;border-top:none;border-radius:0 0 28px 28px;position:sticky;top:0;z-index:30}
.vm-home-brand{display:flex;align-items:center;gap:18px;color:#17181c;font-weight:800;letter-spacing:.22em;text-transform:uppercase;font-size:14px}.vm-home-brand img{width:42px;height:42px;object-fit:contain;display:block}
.vm-home-header-actions{display:flex;align-items:center;gap:12px}.vm-home-pill-link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:16px;background:#111318;border:1px solid #111318;color:#fff;font-weight:700}.vm-home-menu-btn{width:48px;height:48px;border-radius:16px;border:1px solid #ddd7d1;background:#f6f2ee;display:grid;place-items:center;gap:4px}.vm-home-menu-btn span{width:18px;height:2px;background:#17181b;border-radius:999px;display:block}
.vm-home-hero{padding:54px 18px 34px;text-align:center}.vm-home-hero-logo-wrap{display:flex;justify-content:center;margin-bottom:18px}.vm-home-hero-logo{width:78px;height:78px;object-fit:contain;display:block}
.vm-home-overline{font-size:12px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:#80848c;margin-bottom:14px}.vm-home-title{margin:0 auto;max-width:1160px;font-size:clamp(42px,5.6vw,84px);line-height:.96;letter-spacing:-.07em;font-weight:900;color:#0f1013}.vm-home-title em{display:block;font-style:normal;color:#f28c28}.vm-home-description{margin:18px auto 0;max-width:860px;font-size:18px;line-height:1.55;color:#6e737c}
.vm-home-action-grid{margin:28px auto 0;max-width:760px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.vm-home-primary-btn,.vm-home-secondary-btn,.vm-home-dark-link,.vm-home-card-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:58px;padding:0 18px;border-radius:18px;font-weight:800;text-align:center;transition:.2s ease}.vm-home-primary-btn{grid-column:1/span 1;background:#111318;color:#fff;border:1px solid #111318}.vm-home-primary-btn:hover,.vm-home-dark-link:hover,.vm-home-card-btn:hover{transform:translateY(-1px)}.vm-home-secondary-btn{background:#f5f2ee;color:#1a1b1f;border:1px solid #ddd7d1}.vm-home-action-grid .vm-home-secondary-btn:last-child{grid-column:1/span 1}.vm-home-dark-link,.vm-home-card-btn{background:#111318;color:#fff;border:1px solid #111318}.vm-home-action-grid a:nth-child(3){grid-column:1/span 1}.vm-home-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 18px}.vm-home-btn-icon svg{width:18px;height:18px;display:block}
.vm-home-stats-bar{margin:36px auto 0;max-width:860px;display:grid;grid-template-columns:1.4fr repeat(3,.6fr);gap:10px;padding:10px;border:1px solid #ded9d4;border-radius:30px;background:#f7f4f1;box-shadow:0 10px 30px rgba(15,15,15,.04)}
.vm-home-verified-card,.vm-home-stat-item{min-height:90px;border:1px solid #e4ded8;border-radius:22px;background:#fff;display:flex;align-items:center;justify-content:center;padding:0 18px}.vm-home-verified-card{justify-content:flex-start;gap:14px}.vm-home-dot{width:12px;height:12px;border-radius:50%;background:#4ad478;box-shadow:0 0 0 6px rgba(74,212,120,.16)}.vm-home-verified-card strong{display:block;font-size:18px;letter-spacing:-.03em}.vm-home-verified-card small{display:block;font-size:13px;color:#80858d;margin-top:4px}.vm-home-stat-item{flex-direction:column}.vm-home-stat-item b{font-size:42px;line-height:1;letter-spacing:-.06em}.vm-home-stat-item span{margin-top:8px;font-size:12px;color:#878b93;letter-spacing:.16em;text-transform:uppercase;font-weight:700}
.vm-home-showcase-section,.vm-home-delivery-section{margin-top:28px;background:#f8f5f2;border:1px solid #e3ddd7;border-radius:32px;padding:24px}.vm-home-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.vm-home-section-head.left{justify-content:flex-start}.vm-home-section-head span{display:block;color:#f28c28;font-size:11px;font-weight:800;letter-spacing:.24em;text-transform:uppercase;margin-bottom:10px}.vm-home-section-head h2{margin:0;font-size:clamp(34px,4vw,58px);line-height:1;letter-spacing:-.06em}.vm-home-section-head p{margin:12px 0 0;color:#747982;font-size:16px;line-height:1.5}
.vm-home-rotator-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;min-height:380px}.vm-home-product-card{overflow:hidden;border:1px solid #e2dbd4;border-radius:26px;background:#fff;display:grid;grid-template-rows:200px auto;box-shadow:0 16px 34px rgba(12,12,12,.04)}.vm-home-product-media{background:linear-gradient(135deg,#161719,#2b1b0f);position:relative}.vm-home-product-media img{width:100%;height:100%;object-fit:cover;display:block}.vm-home-product-media.placeholder{display:grid;place-items:center;background:radial-gradient(circle at 30% 25%,rgba(242,140,40,.22),transparent 30%),linear-gradient(135deg,#17181a,#0e0f12)}.vm-home-placeholder-mark{font-size:74px;font-weight:900;letter-spacing:-.09em;color:#383b44}.vm-home-product-copy{padding:18px 18px 20px}.vm-home-product-copy span{display:block;font-size:11px;color:#f28c28;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.vm-home-product-copy h3{margin:10px 0 8px;font-size:28px;line-height:1;letter-spacing:-.06em;color:#0e0f11}.vm-home-product-copy p{margin:0 0 16px;color:#747882;line-height:1.45;font-size:15px}.vm-home-card-btn{min-height:50px;width:100%}
.vm-home-delivery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.vm-home-delivery-card,.vm-home-empty{padding:22px;border:1px solid #e2dbd4;border-radius:24px;background:#fff}.vm-home-delivery-card b{display:block;font-size:22px;letter-spacing:-.04em;color:#15161a}.vm-home-delivery-card small{display:block;margin-top:10px;color:#767b84;line-height:1.55;font-size:15px;min-height:46px}.vm-home-delivery-card span{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:#112715;border:1px solid #276337;color:#8aefaa;font-size:12px;font-weight:800}.vm-home-empty{grid-column:1/-1;text-align:center;color:#7e828b}
.vm-home-menu-overlay{position:fixed;inset:0;background:rgba(16,16,19,.18);backdrop-filter:blur(7px);opacity:0;pointer-events:none;transition:.22s ease;z-index:95}.vm-home-menu-overlay.show{opacity:1;pointer-events:auto}.vm-home-menu-panel{position:fixed;top:16px;right:16px;bottom:16px;width:min(390px,calc(100% - 22px));background:#f4f1ed;border:1px solid #e0dad4;border-radius:28px;padding:18px;box-shadow:0 28px 80px rgba(0,0,0,.22);transform:translateX(110%);transition:.24s ease;overflow:auto;z-index:96}.vm-home-menu-panel.show{transform:translateX(0)}.vm-home-menu-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px}.vm-home-menu-brand{display:flex;gap:12px}.vm-home-menu-brand-logo{width:48px;height:48px;border-radius:16px;border:1px solid #dcd6d1;background:#fff;display:grid;place-items:center;padding:5px}.vm-home-menu-brand-logo img{width:100%;height:100%;object-fit:contain}.vm-home-menu-brand strong{display:block;font-size:16px;letter-spacing:-.02em}.vm-home-menu-brand small{display:block;color:#737881;font-size:12px}.vm-home-menu-close{width:44px;height:44px;border-radius:16px;border:1px solid #d9d3ce;background:#f8f5f1;font-size:28px;line-height:1;color:#101114}
.vm-home-menu-list{display:grid;gap:12px;margin-top:18px}.vm-home-menu-item{display:grid;grid-template-columns:52px 1fr 18px;gap:14px;align-items:center;padding:14px;border:1px solid #ded8d3;border-radius:20px;background:rgba(255,255,255,.64);color:#121316}.vm-home-menu-item.active{background:#fff}.vm-home-menu-icon{width:44px;height:44px;border-radius:14px;border:1px solid #d8d3ce;background:#ece9e5;display:grid;place-items:center;font-weight:900}.vm-home-menu-icon.red{background:#f28c28;border-color:#f28c28;color:#111}.vm-home-menu-item b{display:block;font-size:21px;line-height:1;letter-spacing:-.04em}.vm-home-menu-item small{display:block;color:#717680;font-size:12px;line-height:1.45;margin-top:4px}.vm-home-menu-item span:last-child{font-size:22px;color:#7d828b}
@media (max-width:1120px){.vm-home-rotator-grid,.vm-home-delivery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vm-home-stats-bar{grid-template-columns:1fr 1fr}.vm-home-verified-card{grid-column:1/-1}}
@media (max-width:760px){.vm-home-shell{padding:0 10px 28px}.vm-home-header{height:86px;padding:0 14px;border-radius:0 0 20px 20px}.vm-home-pill-link{display:none}.vm-home-brand{gap:12px;font-size:12px;letter-spacing:.18em}.vm-home-brand img{width:38px;height:38px}.vm-home-hero{padding:34px 8px 26px}.vm-home-hero-logo{width:72px;height:72px}.vm-home-title{font-size:clamp(38px,11vw,58px)}.vm-home-description{font-size:16px}.vm-home-action-grid{grid-template-columns:1fr;max-width:100%}.vm-home-primary-btn,.vm-home-secondary-btn{grid-column:1/-1}.vm-home-stats-bar{grid-template-columns:1fr;padding:8px;border-radius:22px}.vm-home-showcase-section,.vm-home-delivery-section{padding:18px;border-radius:24px}.vm-home-section-head{display:block}.vm-home-section-head h2{margin-top:2px}.vm-home-dark-link{width:100%;margin-top:14px}.vm-home-rotator-grid,.vm-home-delivery-grid{grid-template-columns:1fr;min-height:auto}.vm-home-product-card{grid-template-rows:200px auto}.vm-home-menu-panel{top:8px;right:8px;bottom:8px;width:calc(100% - 16px)}}
.hidden{display:none!important}

/* ===== v9 overrides: home oscuro + catálogo con drawer/tutorial/puntos ===== */
.vm-home-body{background:radial-gradient(circle at 20% 0%,rgba(148,88,20,.36),transparent 20%),radial-gradient(circle at 82% 8%,rgba(172,102,20,.24),transparent 20%),#07080b;color:#f4f5f7}
.vm-home-shell{max-width:1400px}
.vm-home-header{background:rgba(10,11,14,.92);border:1px solid rgba(255,255,255,.06);border-top:none;backdrop-filter:blur(14px)}
.vm-home-brand{color:#fff}.vm-home-pill-link{background:#111318;border-color:#2a2d34}.vm-home-menu-btn{background:#111318;border-color:#2a2d34}.vm-home-menu-btn span{background:#f3f4f7}
.vm-home-overline{color:#9fa5af}.vm-home-title{color:#f5f6f8}.vm-home-description{color:#acb1ba}
.vm-home-secondary-btn{background:#12141a;color:#fff;border-color:#2b2f37}.vm-home-stats-bar{background:rgba(15,16,20,.88);border-color:rgba(255,255,255,.07);box-shadow:none}.vm-home-verified-card,.vm-home-stat-item{background:#0e1015;border-color:#252932;color:#fff}.vm-home-verified-card small,.vm-home-stat-item span{color:#8f95a0}
.vm-home-showcase-section,.vm-home-delivery-section{background:rgba(13,15,19,.96);border-color:rgba(255,255,255,.07)}.vm-home-section-head h2,.vm-home-delivery-card b{color:#fff}.vm-home-section-head p,.vm-home-delivery-card small,.vm-home-empty{color:#9ea3ad}
.vm-home-product-card,.vm-home-delivery-card,.vm-home-empty{background:#111318;border-color:#262a32}.vm-home-product-copy h3{color:#fff}.vm-home-product-copy p{color:#9096a0}
.vm-home-menu-overlay{background:rgba(5,6,9,.55)}.vm-home-menu-panel{background:#f2efeb;border-color:#ddd7d2}.vm-home-menu-item{background:rgba(255,255,255,.78)}

.catalog-nav-actions{gap:10px}
.menu-trigger-btn{min-width:48px;padding:0 14px;font-size:20px;line-height:1}
.catalog-search-note{margin:0 0 14px;color:#9aa0aa;font-size:14px}
.vm-catalog-guide .vm-guide-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.vm-guide-step{background:#0f1218;border:1px solid rgba(255,255,255,.06);border-radius:24px;padding:20px}
.vm-guide-step span{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#f28c28;color:#111;font-size:22px;font-weight:800;margin-bottom:18px}
.vm-guide-step h3{margin:0 0 10px;font-size:22px;letter-spacing:-.03em;color:#fff}.vm-guide-step p{margin:0;color:#98a0ac;line-height:1.55}
.vm-tutorial-grid{display:grid;grid-template-columns:1.25fr .95fr;gap:20px;align-items:stretch}.vm-video-card,.vm-tutorial-copy,.vm-delivery-aside .vm-aside-card{background:#0f1218;border:1px solid rgba(255,255,255,.06);border-radius:28px}
.vm-video-card{padding:18px}.vm-video-wrap{position:relative;padding-top:56.25%;overflow:hidden;border-radius:22px;background:#0a0b0e}.vm-video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.vm-tutorial-copy{padding:24px}.vm-tutorial-copy h3{margin:0 0 12px;font-size:34px;letter-spacing:-.05em;color:#fff}.vm-tutorial-copy p,.vm-tutorial-copy li{color:#98a0ac;line-height:1.6}.vm-tutorial-copy ul{margin:14px 0 0;padding-left:20px}.tutorial-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.vm-delivery-layout{display:grid;grid-template-columns:minmax(0,1.35fr) 340px;gap:20px;align-items:start}.vm-delivery-top-copy span{display:inline-block;color:#8cf2a0;background:rgba(20,88,35,.18);border:1px solid rgba(63,190,95,.35);padding:10px 14px;border-radius:999px;font-size:13px;font-weight:700}.vm-delivery-top-copy p{margin:12px 0 18px;color:#98a0ac}
.vm-points-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.vm-point-card{background:#0f1218;border:1px solid rgba(255,255,255,.06);border-radius:22px;padding:18px}.vm-point-card-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:8px}.vm-point-card b{font-size:20px;line-height:1.05;letter-spacing:-.04em;color:#fff}.vm-point-card small,.vm-point-card p,.vm-point-card em{display:block;color:#99a0ab;line-height:1.5}.vm-point-card p{margin:10px 0 0}.vm-point-card em{margin-top:8px;font-style:normal}.vm-point-card span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:800}.vm-point-card span.free{background:rgba(20,88,35,.18);border:1px solid rgba(63,190,95,.35);color:#8cf2a0}.vm-point-card span.fee{background:rgba(226,38,46,.12);border:1px solid rgba(226,38,46,.32);color:#ff9ca0}.vm-point-card.extra{border-style:dashed}
.vm-delivery-aside{display:grid;gap:14px}.vm-delivery-aside .vm-aside-card{padding:18px}.vm-aside-card span{display:block;color:#fff;font-size:14px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:12px}.vm-aside-card p,.vm-aside-card li{color:#9da3ae;line-height:1.55}.vm-aside-card ul{margin:0;padding-left:18px}
.catalog-drawer-backdrop{position:fixed;inset:0;background:rgba(6,7,10,.48);backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:.22s ease;z-index:91}.catalog-drawer-backdrop.open{opacity:1;pointer-events:auto}
.catalog-drawer{position:fixed;top:14px;right:14px;bottom:14px;width:min(390px,calc(100% - 22px));background:#f4f1ed;border:1px solid #dfd8d2;border-radius:28px;padding:18px;box-shadow:0 30px 90px rgba(0,0,0,.34);transform:translateX(110%);transition:.24s ease;z-index:92;overflow:auto}.catalog-drawer.open{transform:translateX(0)}
.catalog-drawer-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px}.catalog-drawer-brand{display:flex;gap:12px}.catalog-drawer-logo{width:48px;height:48px;border-radius:16px;border:1px solid #dbd5cf;background:#fff;display:grid;place-items:center;padding:5px}.catalog-drawer-logo img{width:100%;height:100%;object-fit:contain}.catalog-drawer-brand strong{display:block;font-size:16px;color:#111}.catalog-drawer-brand small{display:block;font-size:12px;color:#727781}.catalog-drawer-close{width:44px;height:44px;border-radius:16px;border:1px solid #d8d1cb;background:#f8f5f1;font-size:28px;line-height:1;color:#111}
.catalog-drawer-list{display:grid;gap:12px}.catalog-drawer-item{display:grid;grid-template-columns:52px 1fr 16px;gap:14px;align-items:center;padding:14px;border-radius:20px;border:1px solid #ded8d2;background:rgba(255,255,255,.68);color:#121316}.catalog-drawer-item.active{background:#fff}.catalog-drawer-icon{width:44px;height:44px;border-radius:14px;background:#ece8e4;border:1px solid #d8d3cd;display:grid;place-items:center;font-weight:900}.catalog-drawer-icon.red{background:#e1242c;border-color:#e1242c;color:#fff}.catalog-drawer-item b{display:block;font-size:21px;line-height:1;letter-spacing:-.04em}.catalog-drawer-item small{display:block;color:#6f7580;font-size:12px;margin-top:4px;line-height:1.45}.catalog-drawer-item span:last-child{color:#7a808a;font-size:22px}

@media (max-width:1080px){.vm-catalog-guide .vm-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vm-tutorial-grid,.vm-delivery-layout{grid-template-columns:1fr}.vm-points-grid{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.catalog-nav-actions .outline-btn.small{display:none}.vm-catalog-guide .vm-guide-grid,.vm-points-grid{grid-template-columns:1fr}.vm-video-card,.vm-tutorial-copy{padding:14px}.vm-tutorial-copy h3{font-size:28px}.catalog-drawer{top:8px;right:8px;bottom:8px;width:calc(100% - 16px)}
.vm-home-ticker{height:32px}.vm-home-ticker-track{gap:36px;font-size:10px}.vm-home-ticker-track span::after{margin-left:36px}.vm-home-showcase-section,.vm-home-delivery-section{padding:16px}}
.live-customer-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.live-customer-fields .live-input{width:100%}@media(max-width:760px){.live-customer-fields{grid-template-columns:1fr}}

/* v12 sold-out overlays */
.model-cover{position:relative;overflow:hidden}
.sold-out-overlay{position:absolute;left:18px;right:18px;top:50%;transform:translateY(-50%) rotate(-6deg);z-index:5;display:flex;align-items:center;justify-content:center;min-height:56px;border:2px solid rgba(255,255,255,.9);background:rgba(8,8,10,.86);color:#fff;font-size:22px;font-weight:950;letter-spacing:.22em;text-transform:uppercase;box-shadow:0 12px 30px rgba(0,0,0,.35)}
.product-card-model:has(.sold-out-overlay) .model-cover img{filter:saturate(.55) brightness(.68)}
.variant-showcase-image{position:relative}
.variant-sold-out-overlay{position:absolute;left:12px;right:12px;top:50%;transform:translateY(-50%) rotate(-5deg);z-index:4;display:flex;align-items:center;justify-content:center;min-height:44px;border:1.5px solid rgba(255,255,255,.9);background:rgba(8,8,10,.86);color:#fff;font-size:15px;font-weight:950;letter-spacing:.18em;text-transform:uppercase}
.variant-showcase.soldout .variant-showcase-image img{filter:saturate(.45) brightness(.62)}

/* ===== v14 · tema negro + naranja Anáhuac ===== */
:root{
  --red:#f58220 !important;
  --red2:#c9650d !important;
  --orange-anahuac:#f58220;
  --orange-anahuac-soft:#ff9b46;
}
.primary-btn,.floating-selection{background:var(--orange-anahuac)!important;border-color:var(--orange-anahuac)!important;color:#111!important}
.primary-btn:hover{background:var(--orange-anahuac-soft)!important}
.hero h1 em,.section-kicker,.vm-home-title em,.vm-home-section-head span,.vm-home-product-copy span{color:var(--orange-anahuac)!important}
.hero-card{background:radial-gradient(circle at 70% 25%,rgba(245,130,32,.24),transparent 36%),linear-gradient(150deg,#171717,#0d0d0d 65%)!important}
.ticker-track span:before{color:var(--orange-anahuac)!important}
.vm-home-ticker{background:var(--orange-anahuac)!important;color:#111!important}
.vm-home-body{background:radial-gradient(circle at 18% 0%,rgba(245,130,32,.23),transparent 24%),radial-gradient(circle at 84% 8%,rgba(245,130,32,.14),transparent 22%),#07080b!important}
.vm-home-menu-icon.red,.catalog-drawer-icon.red,.vm-guide-step span{background:var(--orange-anahuac)!important;border-color:var(--orange-anahuac)!important;color:#111!important}
.badge.red{border-color:#8b531f!important;color:#ffc58f!important;background:#2b1b0e!important}
.vm-point-card span.fee{background:rgba(245,130,32,.12)!important;border-color:rgba(245,130,32,.32)!important;color:#ffc58f!important}


/* --- V15 catalog smoke + orange top line --- */
.catalog-page{position:relative;overflow-x:hidden;background:radial-gradient(circle at 18% 12%,rgba(242,140,40,.08),transparent 26%),radial-gradient(circle at 85% 18%,rgba(242,140,40,.08),transparent 22%),linear-gradient(180deg,#060606 0%,#070707 45%,#080808 100%);}
.catalog-page::before,.catalog-page::after{content:"";position:fixed;pointer-events:none;z-index:0;filter:blur(70px);mix-blend-mode:screen;opacity:.32;background:radial-gradient(circle,rgba(242,140,40,.22) 0%,rgba(242,140,40,.10) 32%,rgba(242,140,40,0) 72%);}
.catalog-page::before{width:44vw;height:44vw;left:-8vw;top:16vh;animation:catalogSmokeA 16s ease-in-out infinite alternate;}
.catalog-page::after{width:38vw;height:38vw;right:-6vw;top:8vh;animation:catalogSmokeB 20s ease-in-out infinite alternate;}
.catalog-page main,.catalog-page .site-header,.catalog-page .ticker,.catalog-page .footer{position:relative;z-index:1;}
@keyframes catalogSmokeA{0%{transform:translate3d(0,0,0) scale(1);opacity:.18}35%{transform:translate3d(7vw,-2vh,0) scale(1.08);opacity:.34}65%{transform:translate3d(14vw,5vh,0) scale(.96);opacity:.26}100%{transform:translate3d(8vw,10vh,0) scale(1.12);opacity:.20}}
@keyframes catalogSmokeB{0%{transform:translate3d(0,0,0) scale(1);opacity:.12}40%{transform:translate3d(-8vw,6vh,0) scale(1.14);opacity:.26}70%{transform:translate3d(-16vw,2vh,0) scale(1);opacity:.18}100%{transform:translate3d(-10vw,11vh,0) scale(1.1);opacity:.22}}
.catalog-page .ticker{height:38px;background:linear-gradient(90deg,#d97813 0%,#f28c28 48%,#f5a24d 100%);color:#fff;border-bottom:1px solid rgba(255,255,255,.18);box-shadow:0 8px 30px rgba(242,140,40,.18);}
.catalog-page .ticker-track{gap:58px;animation-duration:24s;font-weight:800;}
.catalog-page .ticker-track span:before{color:rgba(255,255,255,.9);margin-right:14px;}
.catalog-page .site-header{background:rgba(7,7,7,.74);}
.catalog-page .hero{padding-top:78px;}
.catalog-page .eyebrow{color:#b7b7b7;letter-spacing:.28em;}
.catalog-page .hero h1{font-size:clamp(52px,7vw,94px);}
.catalog-page .hero h1 em{color:#ece9e4;}
.catalog-page .hero p{max-width:560px;color:#b3b3b3;}
.catalog-page .hero-card{background:radial-gradient(circle at 72% 22%,rgba(242,140,40,.30),transparent 34%),linear-gradient(150deg,#141414,#0a0a0a 70%);}
.catalog-page .hero-card .visual-copy span{color:#d8ba9b;}
.catalog-page .hero-card .visual-copy strong{max-width:320px;line-height:1.04;}


/* --- V16 stronger periodic smoke --- */
.catalog-smoke-wrap{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}
.catalog-smoke{position:absolute;display:block;border-radius:999px;filter:blur(90px);mix-blend-mode:screen;background:radial-gradient(circle,rgba(255,175,75,.34) 0%,rgba(242,140,40,.18) 26%,rgba(242,140,40,.08) 48%,rgba(242,140,40,0) 74%);opacity:.26;transform:translate3d(0,0,0) scale(1);animation:smokeDrift 22s ease-in-out infinite alternate;}
.catalog-smoke.smoke-1{width:36vw;height:36vw;left:-8vw;top:18vh;animation-duration:18s;}
.catalog-smoke.smoke-2{width:32vw;height:32vw;right:-6vw;top:22vh;animation-duration:24s;animation-delay:-5s;}
.catalog-smoke.smoke-3{width:28vw;height:28vw;left:28vw;bottom:-8vh;animation-duration:20s;animation-delay:-9s;}
@keyframes smokeDrift{0%{transform:translate3d(0,0,0) scale(1);opacity:.14}25%{transform:translate3d(5vw,-2vh,0) scale(1.08);opacity:.24}50%{transform:translate3d(10vw,3vh,0) scale(1.16);opacity:.32}75%{transform:translate3d(3vw,8vh,0) scale(1.06);opacity:.22}100%{transform:translate3d(12vw,12vh,0) scale(1.18);opacity:.16}}
.catalog-page.smoke-boost .catalog-smoke{opacity:.52;filter:blur(105px);background:radial-gradient(circle,rgba(255,190,110,.60) 0%,rgba(242,140,40,.34) 25%,rgba(242,140,40,.14) 50%,rgba(242,140,40,0) 76%);}
.catalog-page.smoke-boost .catalog-smoke.smoke-1{animation-duration:10s;}
.catalog-page.smoke-boost .catalog-smoke.smoke-2{animation-duration:12s;}
.catalog-page.smoke-boost .catalog-smoke.smoke-3{animation-duration:11s;}
.catalog-page.smoke-boost::before,.catalog-page.smoke-boost::after{opacity:.50;filter:blur(58px);}
@media (max-width:760px){.catalog-smoke.smoke-1{width:62vw;height:62vw;left:-22vw;top:22vh}.catalog-smoke.smoke-2{width:54vw;height:54vw;right:-20vw;top:18vh}.catalog-smoke.smoke-3{width:50vw;height:50vw;left:10vw;bottom:4vh}}


/* --- V17 smoke stronger, bottom-to-top every 15s --- */
.catalog-page{position:relative;overflow-x:hidden;}
.catalog-smoke-wrap{position:fixed;left:0;right:0;bottom:-12vh;top:auto;height:120vh;pointer-events:none;z-index:0;overflow:hidden;}
.catalog-page main,.catalog-page .site-header,.catalog-page .ticker,.catalog-page .footer{position:relative;z-index:2;}
.catalog-page::before,.catalog-page::after{z-index:1;}
.catalog-smoke{position:absolute;bottom:-18vh;border-radius:50%;pointer-events:none;mix-blend-mode:screen;filter:blur(58px);opacity:0;transform:translate3d(0,0,0) scale(.74);background:radial-gradient(circle,rgba(255,214,160,.78) 0%,rgba(255,163,72,.52) 18%,rgba(242,140,40,.28) 38%,rgba(242,140,40,.10) 55%,rgba(242,140,40,0) 72%);box-shadow:0 0 90px rgba(242,140,40,.18);}
.catalog-smoke.smoke-1{width:34vw;height:34vw;left:-8vw;animation:smokeRise1 15s linear infinite;}
.catalog-smoke.smoke-2{width:28vw;height:28vw;left:18vw;animation:smokeRise2 15s linear infinite 3s;}
.catalog-smoke.smoke-3{width:30vw;height:30vw;right:16vw;animation:smokeRise3 15s linear infinite 6s;}
.catalog-smoke.smoke-4{width:32vw;height:32vw;right:-8vw;animation:smokeRise4 15s linear infinite 9s;}
.catalog-smoke.smoke-5{width:24vw;height:24vw;left:44vw;animation:smokeRise5 15s linear infinite 12s;}
@keyframes smokeRise1{0%{transform:translate3d(0,20vh,0) scale(.50);opacity:0}8%{opacity:.34}24%{opacity:.48}50%{transform:translate3d(8vw,-8vh,0) scale(.92);opacity:.44}72%{opacity:.26}100%{transform:translate3d(14vw,-108vh,0) scale(1.34);opacity:0}}
@keyframes smokeRise2{0%{transform:translate3d(0,16vh,0) scale(.54);opacity:0}10%{opacity:.32}28%{opacity:.46}58%{transform:translate3d(-6vw,-20vh,0) scale(.96);opacity:.40}100%{transform:translate3d(-11vw,-104vh,0) scale(1.28);opacity:0}}
@keyframes smokeRise3{0%{transform:translate3d(0,18vh,0) scale(.48);opacity:0}12%{opacity:.35}26%{opacity:.50}56%{transform:translate3d(5vw,-14vh,0) scale(1.02);opacity:.44}100%{transform:translate3d(10vw,-112vh,0) scale(1.38);opacity:0}}
@keyframes smokeRise4{0%{transform:translate3d(0,22vh,0) scale(.58);opacity:0}12%{opacity:.30}30%{opacity:.42}54%{transform:translate3d(-7vw,-15vh,0) scale(.98);opacity:.38}100%{transform:translate3d(-14vw,-110vh,0) scale(1.30);opacity:0}}
@keyframes smokeRise5{0%{transform:translate3d(0,18vh,0) scale(.46);opacity:0}10%{opacity:.30}24%{opacity:.44}50%{transform:translate3d(3vw,-12vh,0) scale(.86);opacity:.34}100%{transform:translate3d(7vw,-98vh,0) scale(1.16);opacity:0}}
.catalog-page.smoke-burst .catalog-smoke{filter:blur(66px);background:radial-gradient(circle,rgba(255,227,188,.92) 0%,rgba(255,173,85,.64) 16%,rgba(242,140,40,.40) 34%,rgba(242,140,40,.16) 52%,rgba(242,140,40,0) 72%);box-shadow:0 0 140px rgba(242,140,40,.34);}
.catalog-page.smoke-burst .catalog-smoke.smoke-1,.catalog-page.smoke-burst .catalog-smoke.smoke-2,.catalog-page.smoke-burst .catalog-smoke.smoke-3,.catalog-page.smoke-burst .catalog-smoke.smoke-4,.catalog-page.smoke-burst .catalog-smoke.smoke-5{animation-duration:9s;}
.catalog-page.smoke-burst::before,.catalog-page.smoke-burst::after{opacity:.68 !important;filter:blur(48px) !important;}
@media (max-width:760px){.catalog-smoke.smoke-1{width:62vw;height:62vw;left:-20vw}.catalog-smoke.smoke-2{width:46vw;height:46vw;left:8vw}.catalog-smoke.smoke-3{width:52vw;height:52vw;right:8vw}.catalog-smoke.smoke-4{width:56vw;height:56vw;right:-18vw}.catalog-smoke.smoke-5{width:40vw;height:40vw;left:30vw}}


/* ===== v20 cart flow / orange accents / exact time ===== */
:root{--vm-orange:#f28c28;--vm-orange-soft:#ffb15f;--vm-orange-deep:#8a4b13;}
.live-cart-head .section-kicker{color:var(--vm-orange)!important}
.live-step-number{border-color:rgba(242,140,40,.52)!important;background:rgba(242,140,40,.13)!important;color:#ffb568!important}
.live-time-trigger.has-selection,.live-time-trigger:focus{border-color:rgba(242,140,40,.78)!important;box-shadow:0 0 0 3px rgba(242,140,40,.10)!important}
.live-time-dot,.live-time-option .dot{color:var(--vm-orange)!important}
.live-time-option:hover,.live-time-option.selected{background:linear-gradient(135deg,rgba(108,61,17,.78),rgba(37,24,13,.94))!important}
.live-check-row{border-color:rgba(242,140,40,.35)!important;background:rgba(242,140,40,.06)!important}
.live-check-row input,.live-review-check input{accent-color:var(--vm-orange)!important}
.live-payment-option:has(input:checked){border-color:var(--vm-orange)!important;background:rgba(242,140,40,.10)!important;box-shadow:0 0 0 2px rgba(242,140,40,.08)!important}
.live-payment-option input{accent-color:var(--vm-orange)!important}
.live-input:focus{border-color:var(--vm-orange)!important;box-shadow:0 0 0 3px rgba(242,140,40,.10)!important}
.live-delivery-option:hover,.live-delivery-option.selected{background:rgba(242,140,40,.09)!important}
.live-whatsapp-btn{border-color:#a55b18!important;background:#3a210d!important;color:#ffb66d!important}
.live-whatsapp-btn:hover{background:#4b2b10!important}
.live-info-box{border-color:rgba(242,140,40,.34)!important;background:rgba(242,140,40,.07)!important;color:#b8aa9b!important}
.live-info-box b{color:#ffb66d!important}
.live-add-more-btn{width:100%;min-height:46px;margin:0 0 16px;border:1px solid rgba(242,140,40,.45);border-radius:14px;background:rgba(242,140,40,.07);color:#ffb66d;font-weight:900;font-size:11px;letter-spacing:.03em}
.live-add-more-btn:hover{background:rgba(242,140,40,.14)}
.live-time-mode{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 12px}
.live-time-mode-btn{min-height:42px;border:1px solid #313238;border-radius:12px;background:#151518;color:#9c9ca4;font-size:10px;font-weight:850}
.live-time-mode-btn.active{border-color:rgba(242,140,40,.72);background:rgba(242,140,40,.12);color:#ffb66d;box-shadow:0 0 0 2px rgba(242,140,40,.07)}
.live-exact-time{display:grid;gap:9px;margin-top:4px}.live-exact-time.hidden{display:none!important}
.live-exact-time-grid{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) minmax(80px,.8fr);gap:8px;align-items:center}
.live-time-select{width:100%;height:50px;border:1px solid #34343a;border-radius:13px;background:#151518;color:#fff;padding:0 11px;outline:none}
.live-time-select:focus{border-color:var(--vm-orange);box-shadow:0 0 0 3px rgba(242,140,40,.09)}
.live-time-colon{color:#9b9ba3;font-weight:900;text-align:center}
.live-apply-exact-btn{min-height:44px;border:1px solid rgba(242,140,40,.58);border-radius:13px;background:rgba(242,140,40,.10);color:#ffb66d;font-size:10px;font-weight:900}
#exactTimeHint{color:#8f8f98;font-size:9px;line-height:1.45}#exactTimeHint.error{color:#ff9c74}
@media(max-width:620px){.live-exact-time-grid{grid-template-columns:1fr auto 1fr}.live-exact-time-grid #exactPeriod{grid-column:1/-1}.live-time-mode{grid-template-columns:1fr}}

/* ===== v22 · Legacy público sincronizado ===== */
.vm-legacy-section{padding-top:40px;padding-bottom:70px}
.vm-legacy-banner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:22px 24px;border:1px solid rgba(242,140,40,.34);border-radius:24px;background:linear-gradient(90deg,rgba(242,140,40,.09),rgba(242,140,40,.16),rgba(16,18,24,.96));box-shadow:0 22px 58px rgba(0,0,0,.24)}
.vm-legacy-banner.is-disabled{border-color:rgba(255,255,255,.12);background:linear-gradient(90deg,rgba(255,255,255,.025),rgba(255,255,255,.05),rgba(16,18,24,.96))}
.vm-legacy-banner-copy{display:grid;gap:7px}.vm-legacy-banner-copy span{color:#f2a14f;font-size:10px;font-weight:950;letter-spacing:.18em}.vm-legacy-banner-copy strong{font-size:clamp(25px,3.2vw,36px);line-height:1.04;letter-spacing:-.045em}.vm-legacy-banner-copy p{margin:0;color:#9da4ae;line-height:1.55}
.vm-legacy-open-btn{min-height:54px;padding:0 22px;border:0;border-radius:15px;background:#f4f1e9;color:#090a0d;font-weight:950;white-space:nowrap}.vm-legacy-open-btn:hover{background:#fff;transform:translateY(-1px)}
.vm-legacy-modal{width:min(820px,calc(100% - 28px));max-height:92vh;padding:0;overflow:hidden;background:#0b0d12;border:1px solid #2b2e36;border-radius:28px}
.vm-legacy-modal-head{position:sticky;top:0;z-index:8;display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:22px 24px 18px;border-bottom:1px solid #24272e;background:rgba(11,13,18,.97);backdrop-filter:blur(16px)}
.vm-legacy-modal-head h3{margin:7px 0 0;font-size:38px;line-height:1;letter-spacing:-.05em}.vm-legacy-close{width:50px;height:50px;border:1px solid rgba(242,140,40,.44);border-radius:17px;background:#161920;color:#fff;font-size:31px;line-height:1}
.vm-legacy-scroll{max-height:calc(92vh - 92px);overflow-y:auto;padding:20px;scrollbar-gutter:stable}
.vm-legacy-hero-card{display:grid;grid-template-columns:125px minmax(0,1fr);gap:18px;padding:18px;border:1px solid rgba(242,140,40,.3);border-radius:24px;background:linear-gradient(135deg,rgba(242,140,40,.17),rgba(19,22,29,.96) 58%,rgba(242,140,40,.07))}
.vm-legacy-hero-badge{min-height:125px;border-radius:23px;border:1px solid rgba(242,140,40,.3);background:#11141b;display:grid;place-items:center;align-content:center;text-align:center}.vm-legacy-hero-badge span{font-family:Georgia,serif;font-size:50px;letter-spacing:-.1em}.vm-legacy-hero-badge small{margin-top:5px;color:#f7c16f;font-size:11px;font-weight:900;letter-spacing:.22em}
.vm-legacy-hero-copy{display:grid;align-content:center;gap:9px}.vm-legacy-hero-copy>span{display:inline-flex;justify-self:start;min-height:32px;padding:0 11px;align-items:center;border:1px solid rgba(242,140,40,.28);border-radius:999px;background:rgba(242,140,40,.08);color:#f3bd6a;font-size:10px;font-weight:900;letter-spacing:.12em}.vm-legacy-hero-copy strong{font-size:clamp(31px,4vw,48px);line-height:.96;letter-spacing:-.055em}.vm-legacy-hero-copy p{margin:0;color:#a1a8b2;line-height:1.55}
.vm-legacy-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.vm-legacy-step{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;padding:15px;border:1px solid #282b33;border-radius:20px;background:#11141a}.vm-legacy-step>span{width:40px;height:40px;border-radius:13px;background:#f28c28;color:#111;display:grid;place-items:center;font-weight:950}.vm-legacy-step b{display:block;font-size:17px}.vm-legacy-step p{margin:5px 0 0;color:#8f97a2;font-size:13px;line-height:1.5}
.vm-legacy-panel{margin-top:16px;padding:18px;border:1px solid #282b33;border-radius:22px;background:#101319}.vm-legacy-panel-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:13px}.vm-legacy-panel-top.compact{margin-bottom:10px}.vm-legacy-panel-top small{display:block;color:#e9b967;font-size:10px;font-weight:950;letter-spacing:.17em;margin-bottom:6px}.vm-legacy-panel-top h4{margin:0;font-size:29px;line-height:1;letter-spacing:-.045em}.vm-legacy-panel-top>strong{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border:1px solid rgba(242,140,40,.3);border-radius:999px;background:rgba(242,140,40,.08);color:#f7c176;font-size:15px;white-space:nowrap}.vm-legacy-rule-panel>p{margin:0;color:#949ba6}
.vm-legacy-reward-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.vm-legacy-reward-card{display:grid;gap:7px;padding:15px;border:1px solid #2b2e36;border-radius:18px;background:#0c0f15}.vm-legacy-reward-card.featured{border-color:rgba(242,140,40,.42);background:linear-gradient(180deg,rgba(242,140,40,.11),rgba(12,15,21,.98))}.vm-legacy-reward-card small{color:#f0bd6c;font-size:11px;font-weight:950}.vm-legacy-reward-card b{font-size:22px;line-height:1.05;letter-spacing:-.035em}.vm-legacy-reward-card span{color:#a0a6b0;font-size:12px}.vm-legacy-reward-card em{color:#777f8a;font-size:11px;font-style:normal}.vm-legacy-footnote{margin:13px 0 0;color:#7e8691;font-size:11px;line-height:1.5}.vm-legacy-bullet-list{margin:0;padding-left:18px;display:grid;gap:10px;color:#9ca4ae;font-size:13px;line-height:1.5}.vm-legacy-bullet-list li::marker{color:#f28c28}
@media(max-width:820px){.vm-legacy-banner,.vm-legacy-hero-card,.vm-legacy-reward-grid{grid-template-columns:1fr}.vm-legacy-open-btn{width:100%}.vm-legacy-steps{grid-template-columns:1fr}.vm-legacy-panel-top{flex-direction:column}.vm-legacy-modal{max-height:95vh}.vm-legacy-scroll{max-height:calc(95vh - 86px)}}
@media(max-width:560px){.vm-legacy-section{padding-top:24px}.vm-legacy-banner{padding:17px;border-radius:20px}.vm-legacy-modal{width:calc(100% - 12px);border-radius:23px}.vm-legacy-modal-head{padding:17px}.vm-legacy-modal-head h3{font-size:30px}.vm-legacy-scroll{padding:12px}.vm-legacy-hero-card{padding:13px}.vm-legacy-hero-badge{min-height:105px}.vm-legacy-panel-top h4{font-size:25px}}


/* VM-CDMX v25 home refinements */
.vm-home-hero{padding:44px 18px 28px;text-align:left}
.vm-home-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr);gap:28px;align-items:center}
.vm-home-hero-copy{min-width:0}
.vm-home-overline{margin-bottom:14px}
.vm-home-title{margin:0;max-width:700px;font-size:clamp(56px,6.4vw,92px);line-height:.92;letter-spacing:-.075em;text-align:left}
.vm-home-description{margin:18px 0 0;max-width:760px;font-size:18px}
.vm-home-action-grid{margin:24px 0 0;max-width:760px;grid-template-columns:repeat(2,minmax(0,1fr))}
.vm-home-action-grid a:nth-child(3){grid-column:1/span 1}
.vm-home-hero-side{min-width:0}
.vm-home-hero-panel{background:rgba(13,15,19,.96);border:1px solid rgba(255,255,255,.08);border-radius:34px;padding:26px;box-shadow:0 20px 50px rgba(0,0,0,.22)}
.vm-home-hero-panel.empty{display:grid;place-items:center;min-height:220px;color:#aab0ba;text-align:center}
.vm-home-hero-panel-pill{display:inline-flex;align-items:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(242,140,40,.28);background:rgba(242,140,40,.08);color:#f2a24d;font-size:11px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;margin-bottom:18px}
.vm-home-hero-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.vm-home-hero-cards.single{grid-template-columns:1fr}
.vm-home-hero-mini-card{overflow:hidden;border:1px solid #292d35;border-radius:24px;background:#121419;display:grid;grid-template-rows:184px auto}
.vm-home-hero-mini-media{position:relative;background:linear-gradient(145deg,#13161b,#101217)}
.vm-home-hero-mini-media img{width:100%;height:100%;display:block;object-fit:cover}
.vm-home-hero-mini-media.placeholder{display:grid;place-items:center;background:radial-gradient(circle at 28% 24%,rgba(242,140,40,.24),transparent 32%),linear-gradient(145deg,#16181d,#0f1116)}
.vm-home-hero-mini-copy{padding:14px 16px 16px}
.vm-home-hero-mini-copy span{display:block;font-size:10px;color:#f28c28;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin-bottom:7px}
.vm-home-hero-mini-copy strong{display:block;color:#fff;font-size:18px;line-height:1.02;letter-spacing:-.04em}
.vm-home-hero-mini-copy small{display:block;color:#9096a0;line-height:1.5;font-size:13px;margin-top:8px}
.vm-home-hero-panel-copy{margin:18px 0 0;color:#a0a6af;font-size:16px;line-height:1.55}
.vm-home-hero-chip-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}
.vm-home-hero-chip{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 16px;border-radius:18px;background:#121419;border:1px solid #2a2e35;color:#f1f2f4;font-weight:700}
.vm-home-hero-chip::after{content:'↗';font-size:14px;color:#89909b}
.vm-home-hero-panel-btn{display:flex;align-items:center;justify-content:center;min-height:58px;margin-top:16px;border-radius:18px;background:#f3f0ec;border:1px solid #f3f0ec;color:#101114;font-weight:900}
.vm-home-stats-bar{margin-top:28px}
.vm-home-showcase-section{margin-top:22px}
.vm-home-rotator-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}
.vm-home-product-card{grid-template-rows:170px auto}
.vm-home-product-media img{object-fit:cover;object-position:center}
.vm-home-product-copy{padding:16px 16px 18px}
.vm-home-product-copy h3{font-size:24px}
.vm-home-product-copy p{min-height:44px}

@media (max-width:1120px){
  .vm-home-hero-grid{grid-template-columns:1fr;gap:24px}
  .vm-home-title{max-width:860px}
}
@media (max-width:760px){
  .vm-home-hero{padding:32px 8px 24px;text-align:left}
  .vm-home-hero-grid{grid-template-columns:1fr;gap:20px}
  .vm-home-title{font-size:clamp(40px,12vw,64px);max-width:none}
  .vm-home-description{font-size:16px}
  .vm-home-action-grid{grid-template-columns:1fr;max-width:none}
  .vm-home-hero-panel{padding:18px;border-radius:24px}
  .vm-home-hero-cards,.vm-home-hero-chip-row{grid-template-columns:1fr}
  .vm-home-hero-mini-card{grid-template-rows:170px auto}
  .vm-home-product-card{grid-template-rows:180px auto}
}

/* v26 catálogo sin recuadro lateral */
.catalog-page .catalog-hero-single{display:block;max-width:1240px;padding-top:66px;padding-bottom:28px}.catalog-page .catalog-hero-copy{max-width:1020px}.catalog-page .catalog-hero-single h1{max-width:1050px;font-size:clamp(54px,7vw,94px)}.catalog-page .catalog-hero-single p{max-width:760px;font-size:18px}.catalog-page .stats-wrap{padding-top:0}.catalog-page .catalog-section{padding-top:36px}@media(max-width:760px){.catalog-page .catalog-hero-single{padding-top:44px}.catalog-page .catalog-hero-single h1{font-size:clamp(44px,12vw,66px)}}
/* v26 popup público */
.vm-public-popup-wrap{position:fixed;inset:0;z-index:120;pointer-events:none}.vm-public-popup-wrap.open{pointer-events:auto}.vm-public-popup-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.68);backdrop-filter:blur(10px);opacity:0;transition:.22s ease}.vm-public-popup{position:absolute;left:50%;top:50%;width:min(720px,calc(100% - 28px));max-height:88vh;overflow:auto;transform:translate(-50%,-46%) scale(.98);opacity:0;border:1px solid #32343c;border-radius:28px;background:#0e1015;box-shadow:0 34px 100px rgba(0,0,0,.62);transition:.22s ease}.vm-public-popup-wrap.open .vm-public-popup-backdrop{opacity:1}.vm-public-popup-wrap.open .vm-public-popup{opacity:1;transform:translate(-50%,-50%) scale(1)}.vm-public-popup-close{position:absolute;right:14px;top:14px;z-index:3;width:46px;height:46px;border:1px solid rgba(255,255,255,.15);border-radius:15px;background:rgba(12,13,17,.86);color:#fff;font-size:28px}.vm-public-popup-media{height:min(42vh,330px);background:#15171c}.vm-public-popup-media img{width:100%;height:100%;object-fit:cover;display:block}.vm-public-popup-copy{padding:24px}.vm-public-popup-copy small{display:block;color:#f5a04d;font-weight:900;letter-spacing:.18em}.vm-public-popup-copy h3{margin:10px 0 14px;font-size:clamp(36px,6vw,58px);line-height:.94;letter-spacing:-.06em}.vm-public-popup-copy h3 em{display:block;font-style:normal;color:#f28c28}.vm-public-popup-copy p{margin:0;color:#a2a8b2;font-size:16px;line-height:1.6}.vm-public-popup-button{display:flex;align-items:center;justify-content:center;min-height:54px;margin-top:20px;border-radius:16px;background:#f28c28;color:#111;font-weight:900}.vm-video-wrap video{width:100%;height:100%;display:block;object-fit:cover;background:#000}@media(max-width:640px){.vm-public-popup{border-radius:22px}.vm-public-popup-copy{padding:18px}.vm-public-popup-media{height:260px}}

/* v27 popup content formatting */
.vm-public-popup-copy p strong{color:#fff;font-weight:900}.vm-public-popup-copy p br{content:'';display:block;margin-top:6px}
.live-whatsapp-btn:disabled{opacity:.58;cursor:wait}


/* ===== v29 · checkout de pago, cambio y transferencia ===== */
.live-payment-card-wide{grid-column:1/-1}.live-payment-detail{margin-top:12px;padding:14px;border:1px solid #30343d;border-radius:16px;background:#0d0f14}.live-payment-detail-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.live-payment-detail-head b,.live-transfer-head b{display:block;font-size:13px}.live-payment-detail-head small,.live-transfer-head small{display:block;margin-top:3px;color:#8e949e;font-size:10px;line-height:1.45}.live-change-choice{display:flex;gap:6px}.live-change-choice button{min-width:54px;height:38px;border-radius:11px;border:1px solid #343842;background:#171a20;color:#a9afb8;font-weight:850}.live-change-choice button.active{background:var(--orange-anahuac);border-color:var(--orange-anahuac);color:#111}.live-cash-fields{display:grid;gap:8px;margin-top:13px}.live-cash-fields label{font-size:10px;font-weight:850;color:#aeb3bc;letter-spacing:.04em}.live-money-input{display:grid;grid-template-columns:38px 1fr;align-items:center;border:1px solid #383c45;border-radius:13px;background:#16191f;overflow:hidden}.live-money-input span{display:grid;place-items:center;height:46px;border-right:1px solid #30343c;color:#f3a14d;font-weight:900}.live-money-input input{height:46px;border:0;outline:0;background:transparent;color:#fff;padding:0 12px;font-weight:800}.live-change-result{padding:10px 12px;border-radius:12px;background:rgba(67,213,122,.08);border:1px solid rgba(67,213,122,.22);color:#86e8aa;font-size:11px;line-height:1.45}.live-change-result.error{background:rgba(242,140,40,.09);border-color:rgba(242,140,40,.28);color:#ffc78e}.live-transfer-head{margin-bottom:12px}.live-transfer-data{display:grid;grid-template-columns:.75fr 1fr 1.7fr;gap:10px}.live-transfer-data>div{min-width:0;padding:12px;border:1px solid #2c3038;border-radius:13px;background:#14171d}.live-transfer-data span{display:block;color:#868c96;font-size:9px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.live-transfer-data b{display:block;margin-top:5px;color:#fff;font-size:13px;overflow-wrap:anywhere}.live-transfer-data .clabe-row{position:relative;padding-right:76px}.live-transfer-data button{position:absolute;right:8px;top:50%;transform:translateY(-50%);height:34px;padding:0 10px;border-radius:10px;border:1px solid rgba(242,140,40,.35);background:rgba(242,140,40,.08);color:#ffc17f;font-size:10px;font-weight:850}@media(max-width:760px){.live-payment-card-wide{grid-column:auto}.live-payment-detail-head{align-items:flex-start;flex-direction:column}.live-transfer-data{grid-template-columns:1fr}.live-transfer-data .clabe-row{padding-right:76px}}


/* ===== v30 · vistos recientemente, cupones y cuenta Legacy ===== */
.recent-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.recent-product-card{padding:0!important;overflow:hidden;border:1px solid #272a31;border-radius:20px;background:#101217;color:#fff;text-align:left;cursor:pointer;transition:.2s ease}
.recent-product-card:hover{transform:translateY(-2px);border-color:#3a3e47}
.recent-product-media{height:150px;position:relative;display:grid;place-items:center;background:linear-gradient(145deg,#17191e,#0d0f13);overflow:hidden}
.recent-product-media img{width:100%;height:100%;object-fit:cover;display:block}
.recent-product-media>span{font-size:44px;font-weight:950;color:#343841;letter-spacing:-.08em}
.recent-product-media>em{position:absolute;inset:auto 10px 10px auto;padding:6px 9px;border-radius:999px;background:#151515;border:1px solid #4b4b4b;color:#ddd;font-size:9px;font-style:normal;font-weight:900;letter-spacing:.12em}
.recent-product-copy{display:grid;gap:6px;padding:14px 15px 16px}
.recent-product-copy>small{color:#f2a153;font-size:9px;font-weight:900;letter-spacing:.15em}
.recent-product-copy>b{font-size:18px;line-height:1.02;letter-spacing:-.03em}
.recent-product-copy>span{color:#a4aab4;font-size:13px}
.recent-product-copy>div{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:5px;padding-top:10px;border-top:1px solid #24272d}
.recent-product-copy>div strong{font-size:17px}.recent-product-copy>div em{color:#8f96a0;font-size:10px;font-style:normal}

.live-coupon-card{grid-column:1/-1}
.live-coupon-entry{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:14px}
.live-coupon-entry .live-input{text-transform:uppercase;font-weight:850;letter-spacing:.08em}
.live-coupon-apply{min-height:48px;padding:0 18px;border:0;border-radius:13px;background:#f28c28;color:#111;font-weight:950}
.live-coupon-apply:disabled{opacity:.55}
.live-coupon-result{margin-top:12px;padding:13px 14px;border-radius:15px;border:1px solid #2f6840;background:#102019;color:#a5efb9;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center}
.live-coupon-result.error{display:block;border-color:#7c322c;background:#24110f;color:#ffb0a9}.live-coupon-result.success{display:grid}
.live-coupon-result div b,.live-coupon-result div span{display:block}.live-coupon-result div span{margin-top:3px;font-size:11px;color:#91b89c}.live-coupon-result>strong{font-size:18px}.live-coupon-result>button{min-height:34px;padding:0 11px;border:1px solid #355f42;border-radius:10px;background:transparent;color:#b8e9c5;font-weight:800}
#discountRow{color:#96e7ac}#discountValue{color:#96e7ac}

.vm-legacy-account-copy{margin:0 0 14px;color:#9ca4ae;line-height:1.55}
.vm-legacy-register-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.vm-legacy-register-form label{display:grid;gap:7px;color:#9ba2ad;font-size:11px;font-weight:800}.vm-legacy-register-form label.full{grid-column:1/-1}.vm-legacy-register-form label span em{color:#6f7681;font-style:normal;font-weight:600}
.vm-legacy-register-form input{width:100%;min-height:48px;padding:0 13px;border:1px solid #30343c;border-radius:13px;background:#0b0e13;color:#fff;outline:none}.vm-legacy-register-form input:focus{border-color:#a66324}
.vm-legacy-register-form button{grid-column:1/-1;min-height:50px;border:0;border-radius:14px;background:#f28c28;color:#111;font-weight:950}.vm-legacy-register-form button:disabled{opacity:.55}
.vm-legacy-register-status{margin-top:12px;padding:12px 13px;border-radius:13px;border:1px solid #315e3e;background:#102019;color:#9eeab4;font-size:12px;line-height:1.5}.vm-legacy-register-status.error{border-color:#77312d;background:#24110f;color:#ffaaa4}
.vm-legacy-member-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:15px;border:1px solid #2e323a;border-radius:17px;background:#0c0f14}.vm-legacy-member-card small,.vm-legacy-code-box small{display:block;color:#e6b366;font-size:9px;font-weight:900;letter-spacing:.16em}.vm-legacy-member-card strong{display:block;margin-top:5px;font-size:22px}.vm-legacy-member-card>div>span{display:block;margin-top:4px;color:#8f97a2;font-size:12px}.vm-legacy-member-points{text-align:right}.vm-legacy-member-points b{display:block;font-size:34px;color:#f2a153;line-height:1}.vm-legacy-member-points span{color:#a4aab3;font-size:11px}
.vm-legacy-code-box{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:12px;padding:14px;border:1px dashed #5c4a35;border-radius:16px;background:#111218}.vm-legacy-code-box b{display:block;margin-top:5px;font-size:20px;letter-spacing:.08em}.vm-legacy-code-box button,.vm-legacy-signout{min-height:40px;padding:0 13px;border:1px solid #373b44;border-radius:12px;background:#171a20;color:#fff;font-weight:800}.vm-legacy-member-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.vm-legacy-member-meta span{padding:8px 10px;border-radius:999px;background:#151820;border:1px solid #2a2e36;color:#a4aab4;font-size:11px}.vm-legacy-member-meta b{color:#fff}.vm-legacy-signout{margin-top:12px;width:100%}

@media(max-width:980px){.recent-row{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.recent-row{grid-template-columns:1fr}.recent-product-media{height:190px}.live-coupon-entry{grid-template-columns:1fr}.live-coupon-result.success{grid-template-columns:1fr}.vm-legacy-register-form{grid-template-columns:1fr}.vm-legacy-register-form label.full,.vm-legacy-register-form button{grid-column:auto}.vm-legacy-member-card{grid-template-columns:1fr}.vm-legacy-member-points{text-align:left}.vm-legacy-code-box{align-items:flex-start;flex-direction:column}.vm-legacy-code-box button{width:100%}}


/* ===== v31 · perfil Legacy + canje de puntos ===== */
.vm-profile-trigger{width:44px;height:44px;padding:0;border:1px solid #2e3138;border-radius:14px;background:#111318;color:#d5d8de;display:grid;place-items:center;cursor:pointer}.vm-profile-trigger:hover{border-color:#4a4f59;background:#171a20}.vm-profile-avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#20232a;border:1px solid #343842;color:#aeb4bd;font-size:13px;font-weight:950}.vm-profile-avatar svg{width:19px;height:19px}.vm-profile-avatar.has-member{background:rgba(242,140,40,.14);border-color:rgba(242,140,40,.48);color:#ffb66c}
.vm-profile-backdrop{position:fixed;inset:0;background:rgba(5,6,8,.46);backdrop-filter:blur(7px);opacity:0;pointer-events:none;transition:.2s ease;z-index:101}.vm-profile-backdrop.open{opacity:1;pointer-events:auto}.vm-profile-panel{position:fixed;top:14px;right:14px;width:min(400px,calc(100% - 20px));max-height:calc(100vh - 28px);overflow:auto;padding:20px;border:1px solid #30343c;border-radius:28px;background:#0d0f14;color:#fff;box-shadow:0 34px 100px rgba(0,0,0,.58);z-index:102;transform:translateX(112%);transition:.24s ease}.vm-profile-panel.open{transform:translateX(0)}
.vm-profile-panel-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding-bottom:16px;border-bottom:1px solid #262a31}.vm-profile-panel-head small{display:block;color:#f2a153;font-size:9px;font-weight:900;letter-spacing:.18em}.vm-profile-panel-head h3{margin:6px 0 0;font-size:24px;letter-spacing:-.04em}.vm-profile-panel-head button{width:42px;height:42px;border:1px solid #30343c;border-radius:13px;background:#16191f;color:#fff;font-size:25px}
.vm-profile-guest{text-align:center;padding:30px 8px 8px}.vm-profile-big-avatar{width:78px;height:78px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:#171a20;border:1px solid #30343c;color:#8f96a1;font-size:31px;font-weight:950}.vm-profile-big-avatar svg{width:38px;height:38px}.vm-profile-big-avatar.initial{margin:0;background:rgba(242,140,40,.12);border-color:rgba(242,140,40,.38);color:#ffb66c}.vm-profile-guest h4{margin:0;font-size:22px}.vm-profile-guest p{margin:9px auto 18px;max-width:290px;color:#949ba6;line-height:1.5}.vm-profile-guest button,.vm-profile-primary{width:100%;min-height:50px;border:0;border-radius:14px;background:#f28c28;color:#111;font-weight:950}
.vm-profile-identity{display:grid;grid-template-columns:78px 1fr;gap:15px;align-items:center;padding:20px 0}.vm-profile-identity h4{margin:0;font-size:24px;letter-spacing:-.04em}.vm-profile-identity p{margin:5px 0 0;color:#9299a4;font-size:12px;overflow-wrap:anywhere}.vm-profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.vm-profile-stats article{padding:13px 10px;border:1px solid #2b2f37;border-radius:15px;background:#12151b}.vm-profile-stats span{display:block;color:#858d98;font-size:9px;line-height:1.3}.vm-profile-stats b{display:block;margin-top:6px;font-size:22px;color:#fff}.vm-profile-stats article:nth-child(2) b{color:#f2a153}.vm-profile-code{margin:12px 0;padding:14px;border:1px dashed #584830;border-radius:15px;background:#111318}.vm-profile-code span{display:block;color:#8f96a1;font-size:9px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.vm-profile-code b{display:block;margin-top:6px;font-size:18px;letter-spacing:.08em}.vm-profile-secondary{width:100%;min-height:46px;margin-top:9px;border:1px solid #30343c;border-radius:13px;background:#16191f;color:#c4c9d0;font-weight:850}
.live-legacy-redeem-card{grid-column:1/-1}.live-legacy-redeem-guest{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:13px;padding:14px;border:1px solid #30343c;border-radius:15px;background:#0e1015}.live-legacy-redeem-guest b{display:block;font-size:12px}.live-legacy-redeem-guest small{display:block;margin-top:4px;color:#8f96a0;font-size:10px;line-height:1.45}.live-legacy-redeem-guest button{min-height:42px;padding:0 14px;border:1px solid rgba(242,140,40,.42);border-radius:12px;background:rgba(242,140,40,.08);color:#ffc17f;font-weight:850;white-space:nowrap}.live-legacy-balance{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:13px;padding:13px 14px;border:1px solid #2f333c;border-radius:15px;background:#0f1218}.live-legacy-balance span{display:block;color:#9097a2;font-size:9px;text-transform:uppercase;letter-spacing:.13em}.live-legacy-balance b{display:block;margin-top:4px;font-size:16px}.live-legacy-balance strong{color:#f2a153;font-size:24px}.live-legacy-balance button{min-height:36px;padding:0 11px;border:1px solid #343842;border-radius:10px;background:#171a20;color:#c5cad1;font-size:10px;font-weight:850}.live-legacy-reward-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:10px}.live-legacy-reward{min-height:86px;padding:12px;border:1px solid #30343c;border-radius:14px;background:#12151b;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left}.live-legacy-reward span b,.live-legacy-reward span small{display:block}.live-legacy-reward span b{font-size:13px}.live-legacy-reward span small{margin-top:5px;color:#8e959f;font-size:9px;line-height:1.35}.live-legacy-reward>strong{font-size:14px;color:#9ee8b3;white-space:nowrap}.live-legacy-reward.selected{border-color:rgba(242,140,40,.62);background:rgba(242,140,40,.08);box-shadow:inset 0 0 0 1px rgba(242,140,40,.12)}.live-legacy-reward:disabled{opacity:.48;cursor:not-allowed}.live-legacy-redeem-status{margin-top:10px;padding:10px 12px;border-radius:12px;background:#11141a;border:1px solid #292d35;color:#9299a4;font-size:10px;line-height:1.45}.live-legacy-redeem-status b{color:#f0f1f3}#couponDiscountRow,#legacyDiscountRow{color:#96e7ac}#couponDiscountValue,#legacyDiscountValue{color:#96e7ac}
@media(max-width:760px){.catalog-nav-actions{gap:6px}.vm-profile-trigger{width:42px;height:42px}.vm-profile-panel{top:8px;right:8px;width:calc(100% - 16px);max-height:calc(100vh - 16px)}.vm-profile-stats{grid-template-columns:1fr}.vm-profile-identity{grid-template-columns:68px 1fr}.vm-profile-big-avatar{width:68px;height:68px}.live-legacy-redeem-guest{align-items:flex-start;flex-direction:column}.live-legacy-redeem-guest button{width:100%}.live-legacy-reward-options{grid-template-columns:1fr}}


/* ===== v32 · inicio de sesión Legacy visible en todos los accesos ===== */
.vm-legacy-banner-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.vm-legacy-login-btn{min-height:48px;padding:0 17px;border:1px solid #3a3f48;border-radius:14px;background:#14171d;color:#f3f4f6;font-weight:900}
.vm-legacy-login-btn:hover{border-color:rgba(242,140,40,.5);color:#ffc17f}
.vm-legacy-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 16px;padding:5px;border:1px solid #2d3139;border-radius:15px;background:#0c0f14}
.vm-legacy-auth-tabs button{min-height:42px;border:0;border-radius:11px;background:transparent;color:#9299a4;font-weight:900}
.vm-legacy-auth-tabs button.active{background:#f28c28;color:#111}
.vm-legacy-register-form.single-form{grid-template-columns:1fr}
.vm-legacy-register-form.single-form label,.vm-legacy-register-form.single-form button{grid-column:1/-1}
.vm-profile-auth-actions{display:grid;gap:9px}
.vm-profile-auth-actions button{width:100%;min-height:50px;border:0;border-radius:14px;background:#f28c28;color:#111;font-weight:950}
.vm-profile-auth-actions button.secondary{background:#16191f;color:#d2d6dc;border:1px solid #30343c}
.live-legacy-guest-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.live-legacy-guest-actions button.secondary{background:#171a20;color:#cbd0d7;border-color:#353a43}
.vm-legacy-rewards-auth{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin-top:14px;padding:12px 13px;border:1px solid #2d3139;border-radius:14px;background:#0f1217}
.vm-legacy-rewards-auth span{margin-right:auto;color:#9299a4;font-size:11px;font-weight:800}
.vm-legacy-rewards-auth button{min-height:38px;padding:0 12px;border:1px solid rgba(242,140,40,.4);border-radius:11px;background:rgba(242,140,40,.09);color:#ffc17f;font-weight:900}
.vm-legacy-rewards-auth button.secondary{border-color:#343943;background:#171a20;color:#c9ced5}
@media(max-width:820px){.vm-legacy-banner-actions{justify-content:stretch}.vm-legacy-banner-actions button{width:100%}.vm-legacy-rewards-auth{align-items:stretch;flex-direction:column}.vm-legacy-rewards-auth span{margin-right:0}.vm-legacy-rewards-auth button{width:100%}}


/* ===== v33 · acceso Legacy en hero de catálogo ===== */
.catalog-hero-legacy-card{
  margin-top:22px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  max-width:980px;
  padding:16px 18px;
  border:1px solid rgba(242,140,40,.28);
  border-radius:22px;
  background:linear-gradient(90deg,rgba(242,140,40,.07),rgba(18,20,25,.96));
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}
.catalog-hero-legacy-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#f28c28,#d96f0d);
  color:#0c0d10;
  font-size:24px;
  font-weight:900;
}
.catalog-hero-legacy-copy{min-width:0}
.catalog-hero-legacy-copy span{
  display:block;
  color:#f2a14f;
  font-size:9px;
  font-weight:950;
  letter-spacing:.18em;
  margin-bottom:5px;
}
.catalog-hero-legacy-copy strong{
  display:block;
  color:#f7f7f5;
  font-size:18px;
  line-height:1.15;
  letter-spacing:-.025em;
}
.catalog-hero-legacy-copy p{
  margin:5px 0 0!important;
  max-width:none!important;
  color:#9299a4!important;
  font-size:13px!important;
  line-height:1.45;
}
.catalog-hero-legacy-btn{
  min-height:50px;
  padding:0 20px;
  border-radius:15px;
  border:1px solid #f3f0e9;
  background:#f3f0e9;
  color:#0d0e11;
  font-weight:900;
  white-space:nowrap;
  cursor:pointer;
}
.catalog-hero-legacy-btn:hover{background:#fff;transform:translateY(-1px)}
@media(max-width:760px){
  .catalog-hero-legacy-card{grid-template-columns:auto 1fr;padding:15px;gap:13px}
  .catalog-hero-legacy-btn{grid-column:1/-1;width:100%}
}


/* ===== v34 · carrito visual, Legacy centrado y métricas admin ===== */
.catalog-cart-trigger{
  position:relative;
  width:46px;
  height:42px;
  padding:0;
  display:grid;
  place-items:center;
  border:1px solid #30333a;
  border-radius:14px;
  background:#111318;
  color:#f4f4f2;
  cursor:pointer;
}
.catalog-cart-trigger svg{width:23px;height:23px;display:block}
.catalog-cart-trigger:hover{border-color:#50545d;background:#17191f}
.catalog-cart-badge{
  position:absolute;
  top:-7px;
  right:-7px;
  min-width:21px;
  height:21px;
  padding:0 5px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f28c28;
  border:2px solid #08090b;
  color:#0a0b0d;
  font-size:10px;
  font-weight:950;
  line-height:1;
}
.catalog-hero-legacy-card{width:min(980px,100%);margin:22px auto 0!important}
.vm-revenue-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.vm-revenue-stats article{padding:20px;border:1px solid #292d34;border-radius:18px;background:#101217}
.vm-revenue-stats small{display:block;color:#8f96a1;font-size:10px;font-weight:900;letter-spacing:.14em}
.vm-revenue-stats b{display:block;margin-top:7px;color:#fff;font-size:clamp(25px,3vw,38px);letter-spacing:-.05em}
.vm-revenue-stats span{display:block;margin-top:5px;color:#f0a14c;font-size:12px;font-weight:800}
.vm-edit-order-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:16px;border:1px solid #292d34;border-radius:16px;background:#101217;margin-bottom:16px}
.vm-edit-order-summary>div>small,.vm-edit-order-total small{display:block;color:#848b96;font-size:9px;font-weight:900;letter-spacing:.14em;margin-bottom:8px}
.vm-edit-order-item{display:flex;justify-content:space-between;gap:18px;padding:7px 0;border-top:1px solid #23262d;color:#d9dde3;font-size:12px}
.vm-edit-order-item:first-of-type{border-top:0}
.vm-edit-order-total{min-width:130px;text-align:right}
.vm-edit-order-total b{font-size:26px;color:#fff}
.vm-edit-order-warning{margin-top:14px;padding:12px 13px;border:1px solid rgba(242,140,40,.25);border-radius:13px;background:rgba(242,140,40,.06);color:#d8aa78;font-size:11px;line-height:1.5}
@media(max-width:760px){
  .vm-revenue-stats{grid-template-columns:1fr}
  .vm-edit-order-summary{grid-template-columns:1fr}
  .vm-edit-order-total{text-align:left}
}


/* ===== v35 · Legacy alineado al ancho de estadísticas ===== */
.catalog-page .catalog-hero-copy{max-width:none!important;width:100%}
.catalog-page .catalog-hero-legacy-card{width:100%!important;max-width:none!important;margin:22px 0 0!important}


/* ===== v42 · adaptación móvil integral Home + Catálogo ===== */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}
body{overflow-x:hidden}
button,a,input,select,textarea{touch-action:manipulation}
@media (hover:none){button:hover,a:hover{transform:none!important}}

@media (max-width:820px){
  :root{--vm-mobile-gutter:14px}
  body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}
  input,select,textarea,.search,.select,.live-input,.live-select{font-size:16px!important}
  button,.primary-btn,.outline-btn,.ghost-btn,.model-open-btn,.vm-home-primary-btn,.vm-home-secondary-btn,.vm-home-dark-link,.vm-home-card-btn{min-height:44px}

  /* HOME */
  .vm-home-body{min-width:0}
  .vm-home-shell{width:100%;padding:0 10px calc(30px + env(safe-area-inset-bottom))}
  .vm-home-ticker{height:30px}
  .vm-home-ticker-track{font-size:9px;gap:28px}
  .vm-home-header{height:72px!important;min-height:72px;padding:0 12px!important;border-radius:0 0 18px 18px;top:0}
  .vm-home-brand{min-width:0;gap:10px;font-size:11px;letter-spacing:.13em}
  .vm-home-brand img{width:38px!important;height:38px!important;flex:0 0 38px}
  .vm-home-header-actions{gap:7px;flex:0 0 auto}
  .vm-home-menu-btn{width:44px;height:44px;border-radius:14px}
  .vm-home-pill-link{display:none!important}
  .vm-home-hero{padding:34px 6px 22px!important;text-align:left!important}
  .vm-home-hero-grid{grid-template-columns:1fr!important;gap:20px!important}
  .vm-home-overline{font-size:10px;letter-spacing:.2em;margin-bottom:12px}
  .vm-home-title{font-size:clamp(40px,12.2vw,62px)!important;line-height:.94!important;letter-spacing:-.065em!important;max-width:100%!important;text-align:left!important}
  .vm-home-description{font-size:16px!important;line-height:1.55;margin:17px 0 0!important;max-width:100%!important}
  .vm-home-action-grid{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;margin:22px 0 0!important;max-width:none!important}
  .vm-home-action-grid>*{grid-column:1/-1!important;width:100%;min-height:52px;border-radius:16px}
  .vm-home-stats-bar{grid-template-columns:1fr!important;gap:8px;padding:8px!important;margin-top:22px!important;border-radius:20px!important}
  .vm-home-verified-card,.vm-home-stat-item{min-width:0;padding:13px 14px!important}
  .vm-home-stat-item b{font-size:25px!important}
  .vm-home-showcase-section,.vm-home-delivery-section{margin-top:18px!important;padding:16px!important;border-radius:22px!important}
  .vm-home-section-head{display:block!important;margin-bottom:14px!important}
  .vm-home-section-head h2{font-size:clamp(30px,9vw,42px)!important;line-height:1!important}
  .vm-home-section-head p{font-size:14px!important}
  .vm-home-dark-link{width:100%!important;margin-top:12px!important;min-height:50px}
  .vm-home-rotator-grid,.vm-home-delivery-grid{grid-template-columns:1fr!important;gap:12px!important;min-height:0!important}
  .vm-home-product-card{grid-template-rows:min(56vw,210px) auto!important;border-radius:20px!important}
  .vm-home-product-copy{padding:15px!important}
  .vm-home-product-copy h3{font-size:25px!important}
  .vm-home-delivery-card{padding:17px!important;border-radius:18px!important}
  .vm-home-menu-panel{top:0!important;right:0!important;bottom:0!important;width:min(92vw,390px)!important;border-radius:24px 0 0 24px!important;padding:calc(14px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom))!important}
  .vm-home-menu-item{min-height:72px!important;padding:12px!important}
  .vm-home-menu-item b{font-size:18px!important}

  /* CATÁLOGO: header y hero */
  .ticker{height:30px!important}
  .ticker-track{font-size:9px!important;gap:28px!important}
  .site-header{top:0!important}
  .header-inner{height:66px!important;min-height:66px!important;padding:0 10px!important;gap:7px!important}
  .brand{min-width:0!important;gap:8px!important;flex:1 1 auto!important}
  .site-header .vm-mark{width:44px!important;height:44px!important;flex:0 0 44px!important;border-radius:13px!important}
  .brand-copy{min-width:0!important}
  .brand-copy strong{font-size:11px!important;letter-spacing:.12em!important;white-space:nowrap!important}
  .brand-copy span{display:none!important}
  .catalog-nav-actions{display:flex!important;align-items:center!important;gap:5px!important;flex:0 0 auto!important}
  .catalog-nav-actions .outline-btn.small{display:none!important}
  #catalogMenu,.vm-profile-trigger,.catalog-cart-trigger{width:40px!important;height:40px!important;min-height:40px!important;border-radius:12px!important;padding:0!important}
  #catalogMenu{font-size:20px!important;line-height:1!important}
  .vm-profile-avatar{width:28px!important;height:28px!important}
  .catalog-cart-trigger svg{width:21px!important;height:21px!important}
  .catalog-cart-badge{top:-6px!important;right:-5px!important;min-width:19px!important;height:19px!important;font-size:9px!important}
  .catalog-page .catalog-hero-single{padding:34px var(--vm-mobile-gutter) 18px!important}
  .catalog-page .catalog-hero-single h1{font-size:clamp(40px,12vw,62px)!important;line-height:.94!important;letter-spacing:-.06em!important}
  .catalog-page .catalog-hero-single p{font-size:16px!important;line-height:1.55!important;margin:18px 0 20px!important;max-width:100%!important}
  .hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;width:100%!important}
  .hero-actions>*{width:100%!important;min-width:0!important;min-height:50px!important;padding:0 10px!important;border-radius:14px!important;font-size:13px!important}
  .catalog-hero-legacy-card{grid-template-columns:44px minmax(0,1fr)!important;gap:11px!important;padding:14px!important;margin-top:16px!important;border-radius:18px!important}
  .catalog-hero-legacy-icon{width:44px!important;height:44px!important;border-radius:13px!important;font-size:20px!important}
  .catalog-hero-legacy-copy strong{font-size:15px!important}
  .catalog-hero-legacy-copy p{font-size:12px!important;margin-top:4px!important}
  .catalog-hero-legacy-btn{grid-column:1/-1!important;width:100%!important;min-height:48px!important;border-radius:14px!important}
  .stats-wrap{padding:0 var(--vm-mobile-gutter) 24px!important}
  .stats{grid-template-columns:1fr!important;border-radius:18px!important}
  .stat{padding:15px 16px!important;border-right:0!important;border-bottom:1px solid var(--line)!important}
  .stat:last-child{border-bottom:0!important}
  .stat strong{font-size:27px!important}
  .stat span{font-size:10px!important}

  /* CATÁLOGO: contenido */
  .section{padding:34px var(--vm-mobile-gutter)!important}
  .section-head{display:flex!important;align-items:flex-start!important;flex-direction:column!important;gap:8px!important;margin-bottom:18px!important}
  .section h2{font-size:clamp(30px,9vw,40px)!important;line-height:1!important}
  .section-sub{font-size:14px!important;line-height:1.55!important;max-width:100%!important}
  .catalog-search-note{font-size:12px!important;line-height:1.45!important;margin-bottom:10px!important}
  .toolbar,.toolbar-catalog{grid-template-columns:1fr!important;gap:8px!important;margin:12px 0 18px!important}
  .search,.select{min-height:50px!important;border-radius:14px!important;padding:12px 13px!important;min-width:0!important;width:100%!important}
  .catalog-grid-models{grid-template-columns:1fr!important;gap:12px!important}
  .product-card-model{border-radius:20px!important}
  .product-card-model .model-cover{aspect-ratio:1/1!important}
  .product-card-model .card-body{padding:15px!important}
  .product-card-model .card-title{font-size:19px!important}
  .model-open-btn{min-height:50px!important;border-radius:13px!important}
  .recent-row{grid-template-columns:1fr!important;gap:10px!important}
  .recent-item{padding:12px!important}
  .vm-catalog-guide .vm-guide-grid,.vm-points-grid{grid-template-columns:1fr!important;gap:10px!important}
  .vm-guide-step{padding:16px!important;border-radius:18px!important}
  .vm-tutorial-grid,.vm-delivery-layout{grid-template-columns:1fr!important;gap:12px!important}
  .vm-video-card,.vm-tutorial-copy,.vm-delivery-aside{padding:14px!important;border-radius:18px!important}
  .vm-video-wrap{aspect-ratio:16/9!important;height:auto!important}
  .vm-video-wrap iframe{width:100%!important;height:100%!important}
  .tutorial-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  .tutorial-actions>*{width:100%!important}
  .vm-aside-card{padding:14px!important}
  .footer-inner{padding:20px var(--vm-mobile-gutter) calc(20px + env(safe-area-inset-bottom))!important;display:grid!important;gap:6px!important;text-align:center!important}

  /* PRODUCTO: modal móvil completo */
  .product-modal{left:0!important;top:0!important;width:100%!important;height:100dvh!important;max-height:100dvh!important;border:0!important;border-radius:0!important;transform:none!important;padding:0!important}
  .product-modal.open{transform:none!important}
  .product-modal .model-modal-head{padding:calc(13px + env(safe-area-inset-top)) 14px 13px!important;align-items:center!important;gap:10px!important}
  .product-modal .model-modal-head h3{font-size:27px!important;margin-top:4px!important}
  .product-modal .model-modal-sub{font-size:13px!important;margin-top:6px!important}
  .product-modal .model-modal-head button{min-width:64px!important;min-height:44px!important}
  .model-info-grid{grid-template-columns:1fr!important;padding:12px 12px 0!important;gap:8px!important}
  .model-info-card{padding:13px!important;border-radius:14px!important}
  .variant-catalog-grid{grid-template-columns:1fr!important;padding:12px 12px calc(28px + env(safe-area-inset-bottom))!important;gap:12px!important}
  .variant-showcase{border-radius:18px!important}
  .variant-showcase-image{aspect-ratio:1/1!important}
  .variant-showcase-body{padding:14px!important}
  .variant-showcase-body h4{font-size:20px!important}
  .variant-showcase-meta{grid-template-columns:1fr 1fr!important}

  /* CARRITO: bottom sheet de altura completa, controles táctiles */
  .live-cart-modal{width:100%!important;height:calc(100dvh - env(safe-area-inset-top))!important;max-height:calc(100dvh - env(safe-area-inset-top))!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;border-radius:22px 22px 0 0!important;border-bottom:0!important;transform:none!important}
  .live-cart-head{padding:14px 14px 12px!important;min-height:66px!important}
  .live-cart-head h3{font-size:20px!important}
  .live-close-btn{width:44px!important;height:44px!important;flex:0 0 44px!important}
  .live-cart-scroll{max-height:calc(100dvh - 66px - env(safe-area-inset-top))!important;padding:12px 12px calc(28px + env(safe-area-inset-bottom))!important}
  .live-cart-items{gap:8px!important}
  .live-cart-items .cart-item-card{grid-template-columns:minmax(0,1fr) auto!important;padding:11px!important;border-radius:15px!important}
  .live-cart-items .cart-item-thumb{width:54px!important;height:54px!important}
  .live-cart-items .cart-qty{grid-template-columns:38px 22px 38px!important;gap:5px!important}
  .live-cart-items .cart-qty button{width:38px!important;height:38px!important}
  .live-checkout-grid{grid-template-columns:1fr!important;gap:9px!important}
  .live-checkout-card{padding:13px!important;border-radius:16px!important}
  .live-step-head{grid-template-columns:36px minmax(0,1fr)!important;gap:9px!important}
  .live-step-number{width:36px!important;height:36px!important;border-radius:11px!important;font-size:16px!important}
  .live-input,.live-select,.live-date-shell{min-height:50px!important}
  .live-payment-option{min-height:52px!important;padding:10px!important}
  .live-delivery-results{max-height:190px!important}
  .live-delivery-option{min-height:52px!important}
  .live-cart-bottom{padding:14px!important;border-radius:16px!important}
  .live-total-row strong{font-size:26px!important}
  .live-whatsapp-btn{min-height:56px!important;border-radius:15px!important;font-size:13px!important}
  .live-copy-btn{min-height:46px!important}
  .live-time-mode,.live-exact-time-grid{gap:8px!important}
  .live-time-mode button,.live-time-slots button{min-height:46px!important}
  .floating-selection,.cart-review-bar{left:var(--vm-mobile-gutter)!important;right:var(--vm-mobile-gutter)!important;width:auto!important;bottom:calc(12px + env(safe-area-inset-bottom))!important}

  /* LEGACY / PERFIL / DRAWER */
  .vm-legacy-section{padding-top:22px!important}
  .vm-legacy-banner{grid-template-columns:1fr!important;padding:15px!important;border-radius:18px!important}
  .vm-legacy-banner-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  .vm-legacy-banner-actions button{width:100%!important;min-height:48px!important}
  .vm-legacy-modal{left:0!important;top:auto!important;bottom:0!important;width:100%!important;max-height:calc(100dvh - env(safe-area-inset-top))!important;border-radius:22px 22px 0 0!important;transform:none!important}
  .vm-legacy-modal.open{transform:none!important}
  .vm-legacy-modal-head{padding:14px 14px 12px!important}
  .vm-legacy-modal-head h3{font-size:28px!important}
  .vm-legacy-close{width:44px!important;height:44px!important;border-radius:14px!important}
  .vm-legacy-scroll{max-height:calc(100dvh - 74px - env(safe-area-inset-top))!important;padding:12px 12px calc(28px + env(safe-area-inset-bottom))!important}
  .vm-legacy-steps,.vm-legacy-reward-grid{grid-template-columns:1fr!important}
  .vm-profile-panel{top:0!important;right:0!important;bottom:0!important;width:min(94vw,390px)!important;max-height:100dvh!important;border-radius:24px 0 0 24px!important;padding:calc(14px + env(safe-area-inset-top)) 14px calc(20px + env(safe-area-inset-bottom))!important}
  .vm-profile-stats{grid-template-columns:1fr!important}
  .catalog-drawer{top:0!important;right:0!important;bottom:0!important;width:min(94vw,390px)!important;border-radius:24px 0 0 24px!important;padding:calc(14px + env(safe-area-inset-top)) 14px calc(20px + env(safe-area-inset-bottom))!important}
  .catalog-drawer-item{min-height:68px!important;padding:11px!important}

  /* POPUP */
  .vm-public-popup{width:calc(100% - 16px)!important;max-height:calc(100dvh - 24px)!important;border-radius:20px!important}
  .vm-public-popup-media{height:min(42vh,250px)!important}
  .vm-public-popup-copy{padding:17px!important}
  .vm-public-popup-copy h3{font-size:clamp(32px,10vw,46px)!important}
  .vm-public-popup-button{min-height:52px!important}
}

@media (max-width:430px){
  .vm-home-brand span{display:none!important}
  .brand-copy{display:none!important}
  .catalog-nav-actions{gap:4px!important}
  #catalogMenu,.vm-profile-trigger,.catalog-cart-trigger{width:39px!important;height:39px!important;min-height:39px!important}
  .hero-actions{grid-template-columns:1fr!important}
  .catalog-page .catalog-hero-single h1,.vm-home-title{font-size:clamp(38px,12.5vw,54px)!important}
  .section{padding-left:12px!important;padding-right:12px!important}
  .stats-wrap{padding-left:12px!important;padding-right:12px!important}
  .variant-showcase-meta{grid-template-columns:1fr!important}
  .live-cart-items .cart-item-card{grid-template-columns:1fr!important}
  .live-cart-items .cart-qty{justify-content:start!important}
}

/* ======================================================================
   V44 · AZUL NOCHE TECH · identidad global Vapor Minds CDMX
   Paleta inspirada en el concepto aprobado: azul noche + naranja VM.
   ====================================================================== */
:root{
  --bg:#06101d;
  --panel:#0b1726;
  --panel2:#102238;
  --line:#1d3854;
  --text:#f5f7fa;
  --muted:#9fb0c3;
  --red:#ff7a1a;
  --red2:#d85d00;
  --green:#51d98a;
  --yellow:#f6c65b;
  --vm-night:#06101d;
  --vm-night-2:#08172a;
  --vm-card:#0b1a2c;
  --vm-card-2:#0e2238;
  --vm-line:#1d3854;
  --vm-orange:#ff7a1a;
  --vm-orange-2:#ff9a4d;
  --vm-cold:#d9e7f6;
  --vm-muted:#91a6bc;
  --vm-blue-glow:rgba(40,116,196,.18);
  --vm-orange-glow:rgba(255,122,26,.28);
  --shadow:0 26px 70px rgba(0,0,0,.46);
}
html{background:var(--vm-night)}
body{
  background:
    radial-gradient(circle at 78% 3%,rgba(25,91,165,.16),transparent 28%),
    radial-gradient(circle at 12% 7%,rgba(255,122,26,.08),transparent 24%),
    linear-gradient(180deg,#06101d 0%,#071321 48%,#050c16 100%)!important;
  color:var(--text)!important;
}
::selection{background:rgba(255,122,26,.28);color:#fff}

/* shared navigation + controls */
.ticker,.vm-home-ticker{background:#050c16!important;border-color:rgba(108,154,201,.15)!important;color:#87a0ba!important}
.ticker-track span:before{color:var(--vm-orange)!important}
.site-header{
  background:rgba(5,13,24,.86)!important;
  border-color:rgba(117,160,204,.14)!important;
  box-shadow:0 10px 34px rgba(0,0,0,.18)!important;
}
.vm-mark,.logo-wrap{background:linear-gradient(145deg,#0d2137,#07111e)!important;border-color:#234461!important}
.brand-copy strong{color:#f4f8fc!important}.brand-copy span{color:#8fa5ba!important}
.icon-btn,.outline-btn,.ghost-btn,.select,.search,.input,.textarea{
  background:#0b1a2b!important;border-color:#1c3b58!important;color:#f5f7fa!important;
}
.icon-btn:hover,.outline-btn:hover,.ghost-btn:hover{background:#10253b!important;border-color:#376b95!important}
.primary-btn{background:var(--vm-orange)!important;border-color:var(--vm-orange)!important;color:#09111b!important;box-shadow:0 8px 28px rgba(255,122,26,.14)}
.primary-btn:hover{background:var(--vm-orange-2)!important}
.badge{background:#0b1a2b!important;border-color:#24445f!important;color:#c5d5e5!important}
.badge.red{background:rgba(255,122,26,.11)!important;border-color:rgba(255,122,26,.42)!important;color:#ffb173!important}

/* ----------------------------- HOME ---------------------------------- */
.vm-home-body{
  background:
    radial-gradient(circle at 76% 8%,rgba(37,110,190,.18),transparent 27%),
    radial-gradient(circle at 23% 4%,rgba(255,122,26,.075),transparent 22%),
    linear-gradient(180deg,#06101d 0%,#071525 50%,#050d18 100%)!important;
  color:#f5f7fa!important;
  min-height:100vh;
}
.vm-home-shell{max-width:1480px!important;padding:0 28px 54px!important}
.vm-home-header{
  height:86px!important;
  padding:0 6px!important;
  border:0!important;
  border-bottom:1px solid rgba(103,148,194,.17)!important;
  border-radius:0!important;
  background:rgba(5,13,24,.76)!important;
  backdrop-filter:blur(20px)!important;
  box-shadow:none!important;
}
.vm-home-brand{color:#f6f8fb!important;font-weight:800!important;letter-spacing:.19em!important}
.vm-home-brand img{filter:drop-shadow(0 0 12px rgba(131,173,216,.12))}
.vm-home-pill-link{
  min-height:44px!important;padding:0 17px!important;
  background:transparent!important;border:1px solid var(--vm-orange)!important;color:#ff9a4d!important;
  border-radius:13px!important;box-shadow:0 0 0 1px rgba(255,122,26,.06),0 0 22px rgba(255,122,26,.09)!important;
}
.vm-home-menu-btn,.vm-home-round-action{
  width:44px;height:44px;display:grid;place-items:center;border-radius:14px!important;
  border:1px solid #1e415f!important;background:#09192a!important;color:#e9f1f8!important;
}
.vm-home-menu-btn span{background:#e5edf6!important}
.vm-home-round-action svg{width:21px;height:21px;display:block}
.vm-home-round-action:hover,.vm-home-menu-btn:hover{background:#10263e!important;border-color:#366b94!important}
.vm-home-cart-action{position:relative}.vm-home-cart-action>span{position:absolute;right:-5px;top:-6px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:var(--vm-orange);color:#07111d;font-size:9px;font-weight:900}

.vm-home-hero{padding:54px 18px 34px!important;text-align:left!important}
.vm-home-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr)!important;gap:48px!important;align-items:center!important}
.vm-home-overline{color:#7894b0!important;font-size:10px!important;letter-spacing:.34em!important;margin-bottom:20px!important}
.vm-home-title{font-size:clamp(56px,6.4vw,92px)!important;line-height:.89!important;letter-spacing:-.064em!important;margin:0!important;max-width:820px!important;color:#f7f9fb!important}
.vm-home-title em{color:var(--vm-orange)!important;text-shadow:0 0 34px rgba(255,122,26,.08)!important}
.vm-home-description{max-width:720px!important;margin:22px 0 22px!important;color:#b5c5d5!important;font-size:17px!important;line-height:1.55!important}
.vm-home-action-grid{display:grid!important;grid-template-columns:auto auto auto!important;justify-content:start!important;gap:10px!important;max-width:none!important}
.vm-home-primary-btn,.vm-home-secondary-btn{
  min-height:50px!important;border-radius:14px!important;padding:0 18px!important;font-weight:850!important;
}
.vm-home-primary-btn{background:var(--vm-orange)!important;border:1px solid var(--vm-orange)!important;color:#07111d!important;box-shadow:0 10px 30px rgba(255,122,26,.16)!important}
.vm-home-primary-btn::after{content:'→';margin-left:10px}
.vm-home-secondary-btn{background:#091b2e!important;color:#f4f8fb!important;border:1px solid #245078!important}
.vm-home-secondary-btn:hover{background:#10263e!important;border-color:#3c77a7!important}
.vm-home-btn-icon{color:#f5f8fb!important}.vm-home-btn-icon svg{width:20px!important;height:20px!important}

.vm-home-legacy-card{
  width:min(680px,100%);min-height:68px;margin-top:14px;padding:12px 16px;
  display:grid;grid-template-columns:44px minmax(0,1fr) 32px;align-items:center;gap:12px;
  border-radius:17px;border:1px solid #20496d;background:linear-gradient(90deg,rgba(12,34,57,.92),rgba(8,24,42,.82));
  box-shadow:inset 0 1px rgba(255,255,255,.025);transition:.2s ease;
}
.vm-home-legacy-card:hover{transform:translateY(-1px);border-color:#3675a6;background:linear-gradient(90deg,#0d2741,#0a1d31)}
.vm-home-legacy-crown{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(255,122,26,.11);border:1px solid rgba(255,122,26,.28);color:var(--vm-orange);font-size:20px}
.vm-home-legacy-copy{min-width:0;display:block}.vm-home-legacy-copy b{display:block;color:#fff;font-size:13px}.vm-home-legacy-copy small{display:block;margin-top:3px;color:#8fa8c0;font-size:11px}.vm-home-legacy-arrow{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;border:1px solid #295475;color:#dce8f4;font-size:22px}

/* hero visual built with actual catalog images */
.vm-home-cinematic-showcase{
  position:relative;min-height:470px;border-radius:34px;overflow:hidden;
  border:1px solid rgba(58,106,147,.38);
  background:
    radial-gradient(circle at 52% 48%,rgba(23,69,113,.34),transparent 38%),
    radial-gradient(circle at 58% 54%,rgba(255,122,26,.10),transparent 38%),
    linear-gradient(145deg,#061321,#091a2d 58%,#07111d);
  box-shadow:0 28px 70px rgba(0,0,0,.36),inset 0 1px rgba(255,255,255,.03);
}
.vm-home-cinematic-showcase::before{content:'';position:absolute;inset:auto -8% -32% 8%;height:62%;background:radial-gradient(ellipse at center,#102c49 0%,#081827 48%,transparent 70%);filter:blur(6px);transform:rotate(-5deg)}
.vm-home-cinematic-halo{position:absolute;width:300px;height:300px;border:3px solid var(--vm-orange);border-radius:50%;right:13%;top:10%;box-shadow:0 0 28px rgba(255,122,26,.25),inset 0 0 30px rgba(255,122,26,.05)}
.vm-home-cinematic-glow{position:absolute;width:260px;height:260px;border-radius:50%;right:17%;top:15%;background:rgba(255,122,26,.065);filter:blur(25px)}
.vm-home-cinematic-media{position:absolute;left:15%;right:18%;top:9%;bottom:12%;z-index:3;border-radius:26px;overflow:hidden;display:grid;place-items:center;background:linear-gradient(160deg,rgba(15,39,63,.36),rgba(5,14,24,.18));box-shadow:0 24px 60px rgba(0,0,0,.28)}
.vm-home-cinematic-media img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.96) contrast(1.04)}
.vm-home-cinematic-media::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(3,9,16,.78));pointer-events:none}
.vm-home-cinematic-label{position:absolute;right:22px;top:76px;display:grid;gap:8px;z-index:5;color:#7795b3;font-size:9px;letter-spacing:.28em;text-align:left}
.vm-home-cinematic-caption{position:absolute;z-index:5;left:28px;bottom:24px;max-width:62%}.vm-home-cinematic-caption span{display:block;color:var(--vm-orange);font-size:9px;letter-spacing:.24em;font-weight:900}.vm-home-cinematic-caption strong{display:block;margin-top:5px;color:#fff;font-size:24px;line-height:1;letter-spacing:-.04em}.vm-home-cinematic-caption small{display:block;margin-top:7px;color:#9db0c3;font-size:11px}
.vm-home-cinematic-signature{position:absolute;z-index:5;right:24px;bottom:26px;color:#d8e6f2;font-size:12px;font-style:italic;text-align:right;line-height:1.1;transform:rotate(-4deg)}.vm-home-cinematic-signature em{color:var(--vm-orange);font-style:normal;font-size:9px;letter-spacing:.18em}

/* requested removal of Home count cards */
.vm-home-stats-bar{display:none!important}
.vm-home-showcase-section{
  margin-top:6px!important;padding:26px 18px 20px!important;border:0!important;border-radius:0!important;
  background:transparent!important;box-shadow:none!important;
}
.vm-home-section-head{margin-bottom:18px!important}.vm-home-section-head span{color:var(--vm-orange)!important;letter-spacing:.24em!important}.vm-home-section-head h2{color:#f5f8fb!important;font-size:clamp(31px,3.2vw,48px)!important;letter-spacing:-.05em!important}.vm-home-section-head p{color:#91a7bd!important}
.vm-home-dark-link{color:var(--vm-orange)!important;background:transparent!important;border:0!important;padding:10px 0!important;font-weight:850!important}
.vm-home-rotator-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;min-height:0!important}
.vm-home-product-card{background:linear-gradient(180deg,#0b1a2c,#081522)!important;border:1px solid #1f4667!important;border-radius:20px!important;overflow:hidden!important;box-shadow:0 16px 36px rgba(0,0,0,.22)!important;transition:.2s ease!important}
.vm-home-product-card:hover{transform:translateY(-3px);border-color:#3975a4!important;box-shadow:0 20px 46px rgba(0,0,0,.32)!important}
.vm-home-product-media{background:linear-gradient(145deg,#0c2035,#081522)!important}.vm-home-product-media img{filter:saturate(1.03)}
.vm-home-product-copy{background:linear-gradient(180deg,rgba(7,19,32,.18),rgba(5,14,24,.72))!important}.vm-home-product-copy span{color:#7da0c3!important}.vm-home-product-copy h3{color:#f5f8fb!important}.vm-home-product-copy p{color:#8fa6bb!important}
.vm-home-card-btn{background:#0a1d31!important;border:1px solid #2b5f87!important;color:#eaf2f9!important}.vm-home-card-btn::after{content:'→';margin-left:auto}.vm-home-card-btn:hover{background:#102a45!important;border-color:#4b88b7!important}
.vm-home-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:20px;padding:16px 4px 4px;border-top:1px solid rgba(63,108,147,.25)}
.vm-home-benefits article{display:grid;grid-template-columns:40px 1fr;gap:10px;align-items:center;min-width:0;padding:8px 15px;border-right:1px solid rgba(66,109,148,.22)}.vm-home-benefits article:last-child{border-right:0}.vm-home-benefit-icon{width:36px;height:36px;display:grid;place-items:center;color:var(--vm-orange);font-size:20px}.vm-home-benefits b{display:block;color:#f4f8fb;font-size:11px}.vm-home-benefits small{display:block;color:#829bb3;font-size:10px;margin-top:3px}
.vm-home-delivery-section{margin-top:16px!important;background:linear-gradient(180deg,rgba(9,26,44,.85),rgba(6,17,29,.88))!important;border:1px solid #173b59!important;border-radius:26px!important;padding:22px!important}
.vm-home-delivery-card,.vm-home-empty{background:#0b1b2d!important;border-color:#1f496c!important}.vm-home-delivery-card b{color:#f6f9fc!important}.vm-home-delivery-card small{color:#8fa6bb!important}.vm-home-delivery-card span{background:rgba(81,217,138,.08)!important;border-color:rgba(81,217,138,.34)!important;color:#83e8aa!important}
.vm-home-menu-panel{background:#071422!important;border-color:#224561!important}.vm-home-menu-item{border-color:#173851!important;background:#091a2b!important}.vm-home-menu-item.active,.vm-home-menu-item:hover{background:#102943!important;border-color:#336a94!important}.vm-home-menu-item small{color:#88a1b8!important}.vm-home-menu-overlay{background:rgba(2,7,13,.72)!important}

/* ---------------------------- CATALOG -------------------------------- */
.catalog-page{background:
  radial-gradient(circle at 78% 8%,rgba(35,106,184,.15),transparent 26%),
  radial-gradient(circle at 17% 10%,rgba(255,122,26,.06),transparent 22%),
  #06101d!important;color:#f5f7fa!important}
.catalog-page .catalog-smoke{opacity:.18!important;filter:hue-rotate(170deg) saturate(.65)!important}
.catalog-page .hero-compact{padding-top:70px!important;padding-bottom:30px!important}
.catalog-page .catalog-hero-single{max-width:1280px!important;border-radius:32px!important;padding:68px 48px 46px!important;margin-top:28px!important;background:
  radial-gradient(circle at 88% 38%,rgba(255,122,26,.10),transparent 28%),
  radial-gradient(circle at 75% 28%,rgba(35,110,188,.18),transparent 32%),
  linear-gradient(135deg,rgba(8,25,43,.92),rgba(5,14,24,.90))!important;
  border:1px solid #183b58!important;overflow:hidden!important;position:relative!important}
.catalog-page .catalog-hero-single::after{content:'';position:absolute;width:360px;height:360px;border:2px solid rgba(255,122,26,.66);border-radius:50%;right:-80px;top:-120px;box-shadow:0 0 45px rgba(255,122,26,.09);pointer-events:none}
.catalog-page .catalog-hero-copy{position:relative;z-index:2!important}.catalog-page .eyebrow{color:#7695b4!important}.catalog-page .hero h1{color:#f5f8fb!important}.catalog-page .hero h1 em{color:var(--vm-orange)!important}.catalog-page .hero p{color:#a8bccf!important}
.catalog-hero-legacy-card{background:linear-gradient(90deg,#0b2035,#091827)!important;border-color:#255171!important;box-shadow:none!important}.catalog-hero-legacy-icon{background:rgba(255,122,26,.10)!important;border-color:rgba(255,122,26,.28)!important;color:var(--vm-orange)!important}.catalog-hero-legacy-copy span{color:#ff9b4a!important}.catalog-hero-legacy-copy strong{color:#fff!important}.catalog-hero-legacy-copy p{color:#8fa7bd!important}.catalog-hero-legacy-btn{background:var(--vm-orange)!important;color:#08111b!important;border-color:var(--vm-orange)!important}
.catalog-page .stats{background:#08192a!important;border-color:#1d405f!important}.catalog-page .stat{border-color:#1d405f!important}.catalog-page .stat strong{color:#f4f8fc!important}.catalog-page .stat span{color:#7793ae!important}
.catalog-page .section{max-width:1280px!important}.catalog-page .section-kicker{color:var(--vm-orange)!important}.catalog-page .section h2{color:#f5f8fb!important}.catalog-page .section-sub{color:#8fa4b9!important}.catalog-search-note{color:#7893ad!important}
.catalog-page .search,.catalog-page .select{background:#0b1a2b!important;border-color:#1e425f!important;color:#f5f8fb!important}.catalog-page .search:focus,.catalog-page .select:focus{border-color:#3e7dab!important;box-shadow:0 0 0 3px rgba(49,116,173,.10)!important}
.product-card-model{background:linear-gradient(180deg,#0b1b2e,#081522)!important;border-color:#1e4668!important;box-shadow:0 18px 44px rgba(0,0,0,.24)!important}.product-card-model:hover{border-color:#3a79a8!important}.product-card-model .model-cover{border-color:#1b3d5a!important;background:#091827!important}.product-card-model .card-brand{color:#7798b8!important}.product-card-model .card-title{color:#f6f9fc!important}.product-card-model .variant-line,.stock-pill{color:#8ea6bc!important}.model-open-btn{background:#0e2944!important;color:#f4f8fb!important;border:1px solid #2e628b!important}.model-open-btn:hover{background:#143755!important;border-color:#4d8abb!important}.price{color:#f7f9fb!important}.old-price{color:#667f97!important}
.catalog-page .info-card,.vm-guide-step,.vm-video-card,.vm-tutorial-copy,.vm-delivery-aside .vm-aside-card,.vm-legacy-banner{background:#0a1a2c!important;border-color:#1d4566!important}.vm-guide-step span{background:var(--vm-orange)!important;color:#08111b!important}.vm-guide-step p,.vm-tutorial-copy p,.vm-tutorial-copy li{color:#91a8be!important}.vm-delivery-top-copy{background:#0a1a2c!important;border-color:#1d4566!important;color:#9db2c5!important}.vm-points-grid>*{background:#0b1b2e!important;border-color:#1f4869!important}.vm-legacy-banner{box-shadow:0 18px 50px rgba(0,0,0,.20)!important}.vm-legacy-open-btn{background:var(--vm-orange)!important;color:#08111b!important}.vm-legacy-login-btn{background:#0c2239!important;border-color:#2b587b!important;color:#eef5fb!important}
.footer{background:#050d17!important;border-color:#17324a!important;color:#718ba4!important}
.vm-profile-trigger,.catalog-cart-trigger{background:#09192a!important;border-color:#214663!important;color:#ecf3f9!important}.vm-profile-trigger:hover,.catalog-cart-trigger:hover{background:#10263e!important;border-color:#3976a4!important}.catalog-cart-badge{background:var(--vm-orange)!important;color:#07111d!important}
.vm-profile-panel{background:#071422!important;border-color:#244b68!important;box-shadow:0 28px 90px rgba(0,0,0,.52)!important}.vm-profile-panel *{border-color:#1d405d}.vm-profile-stat,.vm-profile-code{background:#0a1d31!important;border-color:#224b6b!important}.vm-profile-secondary{background:#0b2035!important;border-color:#2b5a7c!important}

/* Product modal, variants, Legacy, public popup */
.modal,.product-modal,.cart-modal,.vm-legacy-modal,.vm-public-popup{background:#071422!important;border-color:#244b68!important;box-shadow:0 32px 100px rgba(0,0,0,.58)!important}
.product-modal .model-modal-head,.cart-modal .model-modal-head,.vm-legacy-modal-head{background:rgba(6,16,29,.96)!important;border-color:#173a57!important}.model-modal-sub{color:#8fa6bb!important}.model-info-card,.variant-showcase,.variant-showcase-meta{background:#0a1b2e!important;border-color:#1f4667!important}.model-info-card span,.variant-showcase-body p,.variant-showcase-meta small{color:#829bb2!important}.variant-showcase-image{background:#081725!important}.variant-showcase-body h4{color:#fff!important}.variant-top-badge{background:rgba(255,122,26,.12)!important;border-color:rgba(255,122,26,.36)!important;color:#ffad68!important}
.vm-public-popup-copy{background:#071422!important}.vm-public-popup-copy small{color:var(--vm-orange)!important}.vm-public-popup-copy h3{color:#f7f9fb!important}.vm-public-popup-copy h3 em{color:var(--vm-orange)!important}.vm-public-popup-copy p{color:#91a6ba!important}.vm-public-popup-button{background:var(--vm-orange)!important;color:#08111b!important}

/* Checkout / cart: same blue-night visual system, keeping WhatsApp green only where meaningful */
.live-cart-modal{background:#061321!important;border-color:#234966!important}.live-cart-head{background:rgba(6,16,29,.97)!important;border-color:#173a55!important}.live-cart-head .section-kicker{color:var(--vm-orange)!important}.live-cart-items .cart-item-card,.live-checkout-card,.live-cart-bottom{background:#091b2e!important;border-color:#1e4565!important}.live-cart-items .cart-qty button,.live-input,.live-date-button,.live-payment-option,.live-copy-btn{background:#0c2238!important;border-color:#285475!important}.live-input:focus{border-color:#4a89b9!important;box-shadow:0 0 0 3px rgba(74,137,185,.12)!important}.live-step-number{background:rgba(255,122,26,.10)!important;border-color:rgba(255,122,26,.34)!important;color:#ff9c50!important}.live-step-head small,.live-cart-footnote{color:#8199b0!important}.live-delivery-results{background:#071524!important;border-color:#2b5676!important}.live-delivery-option:hover,.live-delivery-option.selected{background:#102943!important}.live-payment-option:has(input:checked){border-color:#3d7eaa!important;background:#0d2943!important}.live-review-check{background:#091b2d!important;border-color:#234b6a!important}.live-whatsapp-btn{background:#25d366!important;color:#04140a!important}.live-whatsapp-btn:hover{background:#47df7e!important}.live-total-row strong{color:#fff!important}

/* mobile */
@media(max-width:1120px){
  .vm-home-hero-grid{grid-template-columns:1fr!important}.vm-home-hero-side{max-width:760px;width:100%;margin:0 auto}.vm-home-rotator-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.vm-home-benefits{grid-template-columns:repeat(2,1fr)!important}.vm-home-benefits article:nth-child(2){border-right:0}.catalog-page .catalog-hero-single{margin-left:18px!important;margin-right:18px!important}
}
@media(max-width:760px){
  .vm-home-shell{padding:0 10px calc(28px + env(safe-area-inset-bottom))!important}.vm-home-header{height:72px!important;padding:0 4px!important}.vm-home-brand span{font-size:11px!important}.vm-home-pill-link{display:none!important}.vm-home-menu-btn,.vm-home-round-action{width:40px!important;height:40px!important;border-radius:12px!important}.vm-home-header-actions{gap:5px!important}.vm-home-hero{padding:32px 4px 22px!important}.vm-home-title{font-size:clamp(42px,13vw,61px)!important;line-height:.91!important}.vm-home-description{font-size:15px!important;margin:18px 0!important}.vm-home-action-grid{grid-template-columns:1fr!important;width:100%!important}.vm-home-primary-btn,.vm-home-secondary-btn{grid-column:1!important;width:100%!important;justify-content:center!important}.vm-home-legacy-card{margin-top:10px!important}.vm-home-cinematic-showcase{min-height:380px!important;border-radius:24px!important}.vm-home-cinematic-halo{width:220px;height:220px;right:8%;top:12%}.vm-home-cinematic-media{left:10%;right:12%;top:10%;bottom:13%;border-radius:20px}.vm-home-cinematic-label{right:12px;top:48px;font-size:7px}.vm-home-cinematic-caption{left:18px;bottom:18px;max-width:68%}.vm-home-cinematic-caption strong{font-size:20px}.vm-home-cinematic-signature{right:16px;bottom:18px}.vm-home-showcase-section{padding:18px 5px 14px!important}.vm-home-rotator-grid{grid-template-columns:1fr!important}.vm-home-benefits{grid-template-columns:1fr!important;padding-top:12px!important}.vm-home-benefits article{border-right:0!important;border-bottom:1px solid rgba(66,109,148,.18)}.vm-home-benefits article:last-child{border-bottom:0}.vm-home-delivery-section{padding:16px!important;border-radius:22px!important}.catalog-page .catalog-hero-single{margin:12px 8px 0!important;padding:38px 18px 24px!important;border-radius:24px!important}.catalog-page .catalog-hero-single::after{width:240px;height:240px;right:-120px;top:-120px}.catalog-page .section{padding-left:16px!important;padding-right:16px!important}.product-card-model{border-radius:19px!important}
}
