*{box-sizing:border-box}body{margin:0;font-family:Arial;background:#fffaf7;color:#111}header{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:5}.nav{max-width:1100px;margin:auto;padding:10px 16px;display:flex;justify-content:space-between;align-items:center}.logo{height:58px}.btn{border:0;border-radius:10px;padding:11px 15px;font-weight:800;cursor:pointer}.red{background:#e52b2b;color:#fff}.dark{background:#111;color:#fff}.cart{border:0;background:#111;color:#fff;border-radius:999px;padding:12px 16px;font-weight:800}.hero{background:#151111;color:#fff;padding:45px 18px}.hero-in{max-width:1100px;margin:auto;text-align:center}.hero img{width:180px;background:#fff;border-radius:18px}.container{max-width:1100px;margin:auto;padding:30px 16px 80px}.cats,.subs{max-width:720px;margin:25px auto;display:flex;flex-direction:column;gap:11px}.link{background:#fff;border:1px solid #eee;border-radius:15px;padding:18px;font-size:19px;font-weight:800;display:flex;justify-content:space-between}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden}.photo{height:170px;background:#ddd;display:flex;align-items:center;justify-content:center;color:#777}.cardbody{padding:14px}.price{font-weight:900;font-size:20px;margin:8px 0}.add{width:100%;background:#e52b2b;color:#fff;border:0;border-radius:9px;padding:11px;font-weight:800}.overlay{display:none;position:fixed;inset:0;background:#0008;z-index:20}.overlay.open{display:block}.drawer{position:absolute;right:0;top:0;width:min(470px,100%);height:100%;background:#fff;padding:20px;overflow:auto}.top{display:flex;justify-content:space-between}.close{border:0;border-radius:50%;width:36px;height:36px}.box{background:#fff;border:1px solid #ddd;border-radius:12px;padding:14px;margin:12px 0}.radio{display:block;margin:9px 0}.item{padding:12px 0;border-bottom:1px solid #eee;display:flex;justify-content:space-between}.admin{background:#f4f4f4;min-height:100vh}.adminbox{max-width:420px;margin:70px auto;background:#fff;padding:25px;border-radius:15px}.adminwrap{max-width:1150px;margin:auto;padding:25px 16px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat{background:#fff;padding:18px;border-radius:12px}.stat b{display:block;font-size:25px;margin-top:5px}.section{background:#fff;padding:20px;border-radius:14px;margin-top:16px}.table{width:100%;border-collapse:collapse}.table td,.table th{padding:10px;border-bottom:1px solid #eee;text-align:left}@media(max-width:700px){.grid{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr 1fr}}.hint{color:#777;font-size:13px;margin:5px 0 8px}.desc{color:#555;font-size:13px;line-height:1.35}.modifier-tag{font-size:12px;font-weight:800;margin:7px 0;color:#8b1c1c}.assign{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.assign label{background:#f7f7f7;padding:8px;border-radius:8px}@media(max-width:700px){.assign{grid-template-columns:1fr}}
.qtyrow{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid #eee}.qtyctrl{display:flex;align-items:center;gap:5px}.qtyctrl button{width:30px;height:30px;border:1px solid #ddd;background:#fff;border-radius:7px;font-size:18px;cursor:pointer}.modqty{width:42px;height:30px;text-align:center;border:1px solid #ddd;border-radius:7px}.hint{font-size:12px;color:#777;margin:4px 0 8px}
.hint{font-size:.85rem;opacity:.7;margin:.25rem 0 .7rem}.qtyrow{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:8px 0;border-top:1px solid #eee}.qtyctrl{display:flex;align-items:center;gap:4px}.qtyctrl button{width:32px;height:32px;border:1px solid #ddd;background:#fff;border-radius:8px;font-size:18px}.modqty{width:44px;text-align:center;padding:7px;border:1px solid #ddd;border-radius:8px}.assign{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:6px;margin-top:10px}.assign label{background:#fafafa;padding:7px;border-radius:7px}.btn{display:inline-block;text-decoration:none;cursor:pointer}

.navtools{display:flex;align-items:center;gap:8px;position:relative}.searchwrap{position:relative}.searchwrap input,.mobileSearch input{width:230px;padding:11px 13px;border:1px solid #ddd;border-radius:999px;background:#fff}.sectionmenu{padding:10px 12px;border:1px solid #ddd;border-radius:999px;background:#fff;font-weight:700}.searchresults{position:absolute;top:46px;left:0;width:min(380px,90vw);background:#fff;border:1px solid #ddd;border-radius:14px;box-shadow:0 10px 30px #0002;z-index:50;overflow:hidden;display:none}.searchresults.open{display:block}.searchresult{display:block;padding:10px 13px;border-bottom:1px solid #eee;text-decoration:none;color:#111}.searchresult small{display:block;color:#777;margin-top:2px}.mobileSearch{max-width:720px;margin:0 auto 20px;position:relative;display:none}.banner{background:#111;overflow:hidden}.bannertrack{display:flex;transition:transform .55s ease}.bannerSlide{min-width:100%;min-height:300px;padding:42px max(7vw,24px);display:flex;justify-content:space-between;align-items:center;color:#fff;text-decoration:none;position:relative;overflow:hidden}.bannerSlide:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 50%,#fff2,transparent 38%)}.bannerSlide>div{position:relative;z-index:1}.bannerSlide small{font-weight:900;letter-spacing:2px}.bannerSlide h1{font-size:clamp(30px,5vw,58px);margin:8px 0}.bannerSlide p{font-size:18px;max-width:560px}.bannerSlide span{display:inline-block;margin-top:10px;background:#e52b2b;padding:12px 18px;border-radius:999px;font-weight:900}.b1{background:linear-gradient(110deg,#140d0d,#8e1717)}.b2{background:linear-gradient(110deg,#111,#4c1111)}.b3{background:linear-gradient(110deg,#251313,#a12a2a)}.b4{background:linear-gradient(110deg,#151111,#69320d)}.b5{background:linear-gradient(110deg,#111,#254d3b)}.bannerArt{font-size:clamp(70px,13vw,150px);letter-spacing:10px;filter:drop-shadow(0 15px 15px #0006);transform:rotate(-5deg)}.dots{text-align:center;background:#111;padding:10px}.dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#777;margin:0 5px;cursor:pointer}.dot.active{background:#e52b2b}.featured{border-color:#e52b2b!important;background:#fff5f5}.card{transition:transform .18s,box-shadow .18s}.card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0001}
@media(max-width:820px){.navtools .searchwrap{display:none}.mobileSearch{display:block}.navtools{gap:5px}.sectionmenu{max-width:125px}.bannerSlide{min-height:250px;padding:30px 22px}.bannerArt{font-size:70px;letter-spacing:2px}.bannerSlide p{font-size:15px}.bannerSlide h1{font-size:31px}}
.bannerArt img{width:min(42vw,430px);max-height:270px;display:block;border-radius:24px;box-shadow:0 18px 45px #0006}.bannerArt{transform:none}.bannerSlide{gap:30px}@media(max-width:820px){.bannerArt img{width:42vw;max-height:180px}}
.service-modal{align-items:center;justify-content:center}.service-modal.open,.service-notice.open{display:flex}.service-card,.notice-card{width:min(460px,calc(100% - 28px));background:#fff;border-radius:22px;padding:25px;box-shadow:0 20px 60px #0004}.service-card h2,.notice-card h2{margin-top:0}.service-option{display:block;border:1px solid #ddd;border-radius:14px;padding:15px;margin:10px 0;cursor:pointer}.service-option small{display:block;color:#777;margin:5px 0 0 24px}.notice-card{text-align:center}.notice-icon{width:54px;height:54px;border-radius:50%;background:#e52b2b;color:#fff;font-size:34px;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.switchrow{display:flex;gap:10px;align-items:flex-start;background:#fafafa;border:1px solid #eee;padding:14px;border-radius:12px}.switchrow input{width:20px;height:20px}@media(max-width:600px){.service-card,.notice-card{padding:20px}.service-card h2{font-size:23px}.notice-card h2{font-size:22px}}

/* v16 visual refresh: black/white/red inspired by the visual language of modern sushi sites, without copying their assets. */
:root{--red:#e31e2f;--black:#111;--cream:#fffaf7;--muted:#6b6b6b}body{background:var(--cream);color:#171717}.nav{padding:8px 16px}.logo{border-radius:12px;object-fit:cover}.hero,.banner{background:#0c0c0c}.bannerSlide{background:linear-gradient(115deg,#0b0b0b 0%,#171717 60%,#2a0b0f 100%)}.btn.red,.add{background:var(--red)}.link,.card,.box{box-shadow:0 8px 26px rgba(0,0,0,.06)}.link{color:#171717;text-decoration:none}.section-home{padding:0;overflow:hidden;align-items:center}.section-home img{width:120px;height:78px;object-fit:cover}.section-home span{flex:1;padding:18px;font-size:18px}.section-home b{padding:18px}.section-link{padding:0;overflow:hidden;align-items:center}.section-link img{width:115px;height:72px;object-fit:cover}.section-link span{flex:1;padding:16px}.section-link b{padding:16px}.photo{height:210px;background:#eee}.photo img{width:100%;height:100%;object-fit:cover;display:block}.promo-note{margin:12px 0;padding:12px;border-radius:12px;background:#fff1f2;border:1px solid #f4b0b7;color:#9f1522}.searchresults{z-index:30}.searchresult{display:block}.bannerArt img{object-fit:cover}.cats{gap:14px}.link:hover{border-color:#e31e2f;transform:translateY(-2px)}@media(max-width:700px){.section-home img{width:95px;height:68px}.section-link img{width:95px;height:64px}.photo{height:160px}.bannerSlide{min-height:300px}}

/* ===== v17 dark storefront ===== */
body{background:#07090b;color:#f5f5f5}header{background:#090a0c;border-bottom:1px solid #26282c}.nav a{color:#fff}.sectionmenu,.searchwrap input,.mobileSearch input{background:#11151a;color:#fff;border-color:#333}.sectionmenu option{background:#111;color:#fff}.btn{color:#fff;background:#17191d;border:1px solid #333}.dark{background:#fff;color:#111}.cart{background:#e31e2f;color:#fff}.container{background:#07090b}.link,.card,.box,.section,.stat{background:#101215;color:#f5f5f5;border-color:#292c31}.link:hover{border-color:#e31e2f;background:#15171b}.desc,.hint{color:#aaa}.price{color:#fff}.photo{background:#17191d}.old-price{text-decoration:line-through;color:#777!important;font-size:14px!important;margin:3px 0!important}.discount-box{display:inline-block;background:#e31e2f;color:#fff;font-size:12px;font-weight:900;padding:5px 8px;border-radius:999px;margin:5px 0}.discount-pill{background:#e31e2f;color:#fff;padding:2px 6px;border-radius:999px}.featured{background:#160d0f}.searchresults{background:#11151a;border-color:#333}.searchresult{color:#fff;border-color:#292c31}.searchresult small{color:#aaa}.banner{background:#050607}.bannerSlide{background:#08090b}.bannerSlide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.2));pointer-events:none}.bannerSlide>div{z-index:2}.dots{background:#050607}.service-modal{background:rgba(0,0,0,.86)}.service-card{background:#0d1013;color:#fff;border:1px solid #333;text-align:center;position:relative}.service-card h2{font-size:28px;margin:4px 0 8px;color:#fff}.welcome-kicker{font-size:12px;font-weight:900;letter-spacing:3px;color:#aaa}.welcome-question{font-size:18px;color:#ddd}.welcome-logo{width:125px;height:125px;object-fit:contain;border-radius:20px;background:#111;margin-bottom:6px}.modal-x{position:absolute;right:12px;top:10px;background:#222;color:#fff;border:1px solid #444;border-radius:50%;width:34px;height:34px;font-size:22px}.service-option{background:#11151a;border-color:#333;text-align:left}.service-option:hover{border-color:#e31e2f}.service-option small{color:#aaa}.notice-card{background:#0d1013;color:#fff;border:1px solid #333}.admin{background:#07090b;color:#fff}.admin header{background:#090a0c}.adminbox{background:#101215;color:#fff;border:1px solid #292c31}.adminbox input,.admin input,.admin select,.admin textarea{background:#0d1013;color:#fff;border:1px solid #333;border-radius:8px}.admin .section{background:#101215}.admin .stat{background:#101215}.banner-admin-item{display:flex;gap:16px;align-items:center}.banner-admin-img{width:180px;height:90px;object-fit:cover;border-radius:12px}.promo-form{background:#0b0d10;border:1px solid #292c31;padding:18px;border-radius:14px;display:grid;gap:8px;max-width:560px}.promo-form input,.promo-form select{padding:10px}.section-home img,.section-link img{filter:saturate(1.05) contrast(1.05)}
@media(max-width:700px){.grid{grid-template-columns:1fr}.nav{flex-wrap:wrap}.navtools{width:100%;justify-content:flex-end}.service-card{max-height:90vh;overflow:auto}.bannerSlide{min-height:280px}.bannerArt img{width:46vw}.bannerSlide h1{font-size:29px}.bannerSlide p{font-size:14px}.banner-admin-item{align-items:flex-start;flex-direction:column}.banner-admin-img{width:100%;height:150px}}

/* ===== v19 clean dark UI ===== */
html,body{margin:0;background:#050607!important;color:#f7f7f7!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit}.container{max-width:1180px;margin:0 auto;padding:26px 18px 60px;background:#050607}.nav{max-width:1180px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:12px 18px}.logo{width:86px;height:58px;object-fit:contain;background:transparent;border-radius:0}.navtools{display:flex;align-items:center;gap:9px}.searchwrap input,.mobileSearch input,.sectionmenu{background:#11151a!important;color:#fff!important;border:1px solid #30343a!important}.sectionmenu option{background:#11151a;color:#fff}.btn{background:#15181d;color:#fff;border:1px solid #34383f;border-radius:9px;padding:10px 13px;font-weight:800}.btn.red,.add{background:#e31e2f!important;border-color:#e31e2f!important;color:#fff!important}.dark{background:#fff!important;color:#111!important;border-color:#fff!important}.cart{border:0;background:#e31e2f;color:#fff;border-radius:10px;padding:10px 12px;font-weight:900}.banner{max-width:1180px;margin:10px auto 0;border:1px solid #24282d;border-radius:16px;overflow:hidden}.bannerSlide{background:#0a0b0d!important;min-height:350px;padding:40px 5%;box-sizing:border-box}.bannerArt img{width:min(44vw,480px)!important;height:280px!important;object-fit:cover!important;border-radius:16px!important}.bannerSlide h1{color:#fff}.bannerSlide p{color:#cfd2d5}.section-heading{margin:28px 0 12px;color:#fff;font-weight:900;letter-spacing:1px;border-bottom:1px solid #24282d;padding-bottom:9px}.section-heading span{border-bottom:3px solid #e31e2f;padding-bottom:8px}.cats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.section-home,.section-link{background:#101317!important;border:1px solid #282d33!important;border-radius:13px!important;display:flex!important;min-height:100px;overflow:hidden}.section-home img,.section-link img{width:150px!important;height:100px!important;object-fit:cover!important;flex:none}.section-home span,.section-link span{color:#fff!important;font-weight:900}.card{background:#101317!important;border:1px solid #282d33!important;border-radius:14px!important;overflow:hidden}.photo{height:210px!important;background:#0b0d10!important}.photo img{object-fit:cover!important}.cardbody{padding:15px}.card h3{color:#fff}.desc{color:#b8bcc1!important}.price{color:#fff!important}.old-price{color:#777!important}.subs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.category-page h1{font-size:clamp(30px,5vw,48px);margin:12px 0}.category-subtitle{color:#9da3aa}.empty-guide{border:1px dashed #34383f;border-radius:14px;padding:28px;color:#aaa;text-align:center;background:#0c0f12}.service-modal{background:rgba(0,0,0,.88)!important}.service-card{background:#0c0f12!important;color:#fff!important;border:1px solid #34383f!important;width:min(560px,calc(100% - 28px));border-radius:18px!important}.welcome-logo{width:110px!important;height:110px!important}.redtext{color:#e31e2f}.service-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.service-option{background:#11151a!important;border:1px solid #34383f!important;color:#fff!important;text-align:center!important;display:flex!important;flex-direction:column;align-items:center;gap:7px}.service-option input{position:absolute;opacity:0}.service-option:has(input:checked){border-color:#e31e2f!important;box-shadow:0 0 0 1px #e31e2f inset}.service-icon{font-size:36px;background:#e31e2f;border-radius:50%;width:58px;height:58px;display:grid;place-items:center}.service-option small{margin:0!important;color:#aaa!important}.modal-x{position:absolute;right:12px;top:12px;width:34px;height:34px;border-radius:50%;background:#171a1e;color:#fff;border:1px solid #3a3f46;font-size:22px}.service-card{position:relative}.drawer{background:#0c0f12!important;color:#fff!important;border-left:1px solid #34383f}.box{background:#11151a!important;border:1px solid #292e34!important;color:#fff!important}.box input,.box select{background:#0b0e11!important;color:#fff!important;border-color:#34383f!important}.qtyctrl button{background:#181c20!important;color:#fff!important;border-color:#34383f!important}.modqty{background:#0b0e11!important;color:#fff!important;border-color:#34383f!important}.searchresults{background:#101317!important;border-color:#34383f!important}.searchresult{color:#fff!important;border-color:#292e34!important}.service-notice{background:rgba(0,0,0,.88)!important}.notice-card{background:#0c0f12!important;color:#fff!important;border-color:#34383f!important}.notice-card h2{color:#fff!important}footer{background:#090b0e!important;color:#aaa!important;text-align:center;padding:26px;border-top:1px solid #24282d}.photo img,.section-home img,.section-link img,.bannerArt img{image-rendering:auto}
@media(max-width:820px){.cats,.subs{grid-template-columns:1fr 1fr}.nav{flex-wrap:wrap}.navtools{width:100%;justify-content:flex-end}.sectionmenu{max-width:150px}.bannerSlide{min-height:290px;padding:26px 18px}.bannerArt img{width:43vw!important;height:180px!important}.bannerSlide h1{font-size:29px}.section-home img,.section-link img{width:105px!important;height:82px!important}.photo{height:190px!important}}
@media(max-width:560px){.cats,.subs{grid-template-columns:1fr}.service-choice-grid{grid-template-columns:1fr}.bannerSlide{gap:14px}.bannerArt img{width:40vw!important;height:145px!important}.navtools .btn.dark{display:none}.logo{width:74px;height:50px}.card .photo{height:210px!important}}

/* ===== v26 Variante B: clean hero + large visual cards ===== */
.home-v26{max-width:1240px!important}.home-v26 .cats{display:grid;grid-template-columns:repeat(5,1fr);max-width:none;gap:12px}.home-v26 .section-home{display:block!important;min-height:0!important;background:#0e1114!important}.home-v26 .section-home img{display:block;width:100%!important;height:145px!important}.home-v26 .section-home span{display:block;padding:12px 13px 4px;font-size:14px}.home-v26 .section-home b{display:block;padding:0 13px 12px;color:#e31e2f}.home-v26 h2{font-size:28px;margin:30px 0 16px;text-align:left!important}.home-v26 .banner{margin-top:2px}.home-v26 .bannerSlide{min-height:390px}.home-v26 .bannerArt img{width:min(48vw,560px)!important;height:320px!important}.category-v26 .subs{max-width:none;grid-template-columns:repeat(4,1fr)}.category-v26 .grid{grid-template-columns:repeat(4,1fr)}.category-v26 .section-link{display:block!important}.category-v26 .section-link img{width:100%!important;height:145px!important}.category-v26 .section-link span{display:block;padding:12px 13px 4px}.category-v26 .section-link b{display:block;padding:0 13px 12px;color:#e31e2f}.category-v26 .breadcrumb{margin-bottom:8px}.category-v26 .category-subtitle{font-size:15px}.category-v26 .card{box-shadow:0 8px 28px rgba(0,0,0,.22)}
@media(max-width:1000px){.home-v26 .cats,.category-v26 .subs,.category-v26 .grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){.home-v26 .cats,.category-v26 .subs,.category-v26 .grid{grid-template-columns:1fr 1fr}.home-v26 .section-home img{height:120px!important}.home-v26 .bannerSlide{min-height:300px}.home-v26 .bannerArt img{height:170px!important;width:43vw!important}.category-v26 .section-link img{height:120px!important}}
@media(max-width:430px){.home-v26 .cats,.category-v26 .subs,.category-v26 .grid{grid-template-columns:1fr}.home-v26 .bannerSlide{display:block}.home-v26 .bannerArt{margin-top:15px}.home-v26 .bannerArt img{width:100%!important;height:190px!important}}

/* Disponibilidad rápida del Admin */
.availability-tools{margin:10px 0 16px}.availability-tools input{width:100%;box-sizing:border-box;padding:11px;border-radius:9px;border:1px solid #29313a;background:#0b1014;color:#fff}.availability-group{border:1px solid #202a31;border-radius:12px;padding:12px;margin:12px 0;background:#0a0f13}.availability-group h3{margin:0 0 8px;color:#fff}.availability-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 8px;border-bottom:1px solid #1a2228}.availability-row:last-child{border-bottom:0}.availability-row.nested{padding-left:18px}.availability-row small{display:block;color:#8e9aa4;margin-top:3px}.availability-row .switchrow{margin:0;white-space:nowrap}.availability-row input[type=checkbox]{accent-color:#e11;font-size:18px}.availability-row input[type=checkbox]:disabled{opacity:.45}
.menu-editor,.sub-editor{border:1px solid #333;border-radius:14px;margin:10px 0;background:#101010}.menu-editor>summary,.sub-editor>summary{cursor:pointer;padding:14px;display:flex;justify-content:space-between;gap:10px;list-style:none}.editor-panel{padding:14px;border-top:1px solid #292929}.editor-panel.compact{background:#0b0b0b}.editor-row{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;margin-bottom:12px}.editor-main{display:flex;flex-direction:column;gap:6px}.editor-thumb{width:150px;height:90px;object-fit:cover;border-radius:10px;display:block;margin-bottom:6px}.editor-thumb.small{width:90px;height:65px}.product-editor{border-top:1px solid #292929;padding:12px 0}.product-editor-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-fields{display:grid;grid-template-columns:1fr 140px 1.5fr 180px 180px auto;gap:8px;align-items:start;margin-top:10px}.product-fields textarea{min-height:70px}.product-fields input,.product-fields select,.product-fields textarea{background:#171717;color:#fff;border:1px solid #444;border-radius:8px;padding:9px}.sub-editor h4,.menu-editor h4{margin:12px 0 8px}@media(max-width:800px){.editor-row,.product-fields{grid-template-columns:1fr}.editor-thumb{width:100%;height:130px}.product-editor-head{align-items:flex-start}}
