/* LeonPeru V25 · Editor web */
:root{--site-accent:#e60000}
.primary,.add-product{background:linear-gradient(135deg,color-mix(in srgb,var(--site-accent) 82%,#000),var(--site-accent))!important}
.stat{border-left-color:var(--site-accent)!important}
::selection{background:var(--site-accent)!important;color:#fff}

.site-editor-v25{display:grid;gap:18px;color:var(--adm-text,#111827)}
.site-editor-hero-v25{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px;border:1px solid var(--adm-line,#dfe5ec);border-radius:16px;background:linear-gradient(135deg,#fff,#f8fafc)}
.site-editor-hero-v25 h3{margin:3px 0 7px;font-size:24px}.site-editor-hero-v25 p{margin:0;color:var(--adm-muted,#667085);max-width:720px;line-height:1.55}
.site-editor-actions-v25{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.site-editor-actions-v25 button{white-space:nowrap}
.site-editor-state-v25{font-size:12px;color:var(--adm-muted,#667085);font-weight:700}
.site-editor-nav-v25{display:flex;gap:8px;flex-wrap:wrap}.site-editor-nav-v25 a{padding:9px 12px;border:1px solid var(--adm-line,#dfe5ec);border-radius:999px;background:#fff;color:#344054;font-size:12px;font-weight:800}.site-editor-nav-v25 a:hover{border-color:#e30613;color:#e30613}
.site-editor-section-v25{scroll-margin-top:90px;background:#fff;border:1px solid var(--adm-line,#dfe5ec);border-radius:16px;overflow:hidden}
.site-editor-section-head-v25{display:flex;justify-content:space-between;gap:15px;padding:18px 20px;border-bottom:1px solid var(--adm-line,#dfe5ec);background:#fafbfc}.site-editor-section-head-v25 h4{font-size:17px;margin:0;color:#101828}.site-editor-section-head-v25 p{margin:5px 0 0;color:#667085;font-size:12px;line-height:1.45}
.site-editor-grid-v25{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;padding:20px}.site-editor-grid-v25.three{grid-template-columns:repeat(3,minmax(0,1fr))}.site-editor-grid-v25.one{grid-template-columns:1fr}
.site-field-v25{display:grid;gap:7px;min-width:0}.site-field-v25.wide{grid-column:1/-1}.site-field-v25>span{font-size:11px;font-weight:900;letter-spacing:.045em;color:#475467;text-transform:uppercase}.site-field-v25 small{color:#98a2b3;font-size:11px;line-height:1.4}
.site-field-v25 input,.site-field-v25 textarea,.site-field-v25 select{width:100%;min-height:43px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;color:#101828;padding:10px 12px;font:inherit;font-size:13px;outline:none}.site-field-v25 textarea{min-height:92px;resize:vertical;line-height:1.5}.site-field-v25 input:focus,.site-field-v25 textarea:focus,.site-field-v25 select:focus{border-color:#e30613;box-shadow:0 0 0 3px rgba(227,6,19,.08)}
.site-color-row-v25{display:grid;grid-template-columns:70px 1fr;gap:9px}.site-color-row-v25 input[type=color]{padding:4px;height:43px}
.site-switch-grid-v25{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:20px}.site-switch-v25{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e4e7ec;border-radius:12px;padding:13px 14px;background:#fff}.site-switch-v25 span{font-size:12px;font-weight:800;color:#344054}.site-switch-v25 input{width:20px;height:20px;accent-color:#e30613}
.site-image-field-v25{display:grid;grid-template-columns:1fr auto;gap:8px}.site-upload-btn-v25{border:1px solid #d0d5dd;background:#f8fafc;color:#344054;border-radius:10px;padding:0 13px;font-size:12px;font-weight:900;cursor:pointer}.site-upload-btn-v25:hover{border-color:#e30613;color:#e30613}.site-image-preview-v25{min-height:110px;border:1px dashed #d0d5dd;border-radius:12px;background:#f8fafc;display:grid;place-items:center;overflow:hidden;color:#98a2b3;font-size:12px}.site-image-preview-v25 img{width:100%;height:150px;object-fit:cover;display:block}.site-image-preview-v25.logo img{object-fit:contain;background:#111;padding:15px;height:100px}
.site-editor-danger-v25{border-color:#fecaca;background:#fff7f7}.site-editor-danger-v25 .site-editor-section-head-v25{background:#fff5f5}
.site-editor-sticky-v25{position:sticky;bottom:0;z-index:6;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;background:rgba(255,255,255,.94);border:1px solid #dfe5ec;border-radius:14px;box-shadow:0 -10px 30px rgba(15,23,42,.08);backdrop-filter:blur(10px)}
.site-editor-sticky-v25 .left{min-width:0}.site-editor-sticky-v25 b{display:block;font-size:12px}.site-editor-sticky-v25 small{display:block;color:#667085;margin-top:2px}
@media(max-width:980px){.site-editor-grid-v25,.site-editor-grid-v25.three{grid-template-columns:1fr}.site-switch-grid-v25{grid-template-columns:1fr 1fr}.site-editor-hero-v25{display:block}.site-editor-actions-v25{justify-content:flex-start;margin-top:14px}}
@media(max-width:620px){.site-switch-grid-v25{grid-template-columns:1fr}.site-editor-grid-v25{padding:14px}.site-editor-section-head-v25{padding:15px}.site-image-field-v25{grid-template-columns:1fr}.site-upload-btn-v25{min-height:42px}.site-editor-sticky-v25{align-items:stretch;flex-direction:column}.site-editor-sticky-v25 .site-editor-actions-v25{width:100%}.site-editor-sticky-v25 button{flex:1}}

/* Productos de tienda V25 */
.store-admin-v25{display:grid;gap:16px;color:#101828}.store-admin-head-v25{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.store-admin-head-v25 h3{margin:4px 0 6px}.store-admin-head-v25 p{margin:0;color:#667085;max-width:720px;line-height:1.5}.store-new-v25,.store-product-row-v25{background:#fff;border:1px solid #dfe5ec;border-radius:16px;padding:18px}.store-product-form-v25{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px}.store-product-form-v25 label{display:grid;gap:6px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;color:#667085}.store-product-form-v25 .wide{grid-column:1/-1}.store-product-form-v25 input,.store-product-form-v25 select,.store-product-form-v25 textarea{width:100%;min-height:40px;border:1px solid #d0d5dd;border-radius:9px;background:#fff;color:#101828;padding:9px 10px;font:inherit;font-size:12px}.store-product-form-v25 textarea{min-height:65px;resize:vertical}.store-active-v25{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;text-transform:none!important;font-size:12px!important;color:#344054!important}.store-active-v25 input{width:auto!important;min-height:0!important;accent-color:#e30613}.store-form-actions-v25{display:flex;align-items:end;gap:8px}.store-products-list-v25{display:grid;gap:12px}.store-product-row-v25{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;align-items:start}.store-product-id-v25{display:flex;gap:11px;align-items:center;padding:4px}.store-product-id-v25>span{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:#f6f7f9;border:1px solid #e4e7ec;font-size:25px}.store-product-id-v25 b,.store-product-id-v25 small{display:block}.store-product-id-v25 b{font-size:13px}.store-product-id-v25 small{font-size:10px;color:#667085;margin-top:5px}.store-product-form-v25.compact{grid-template-columns:1.5fr 1fr .7fr .6fr .6fr}.store-product-form-v25.compact .store-form-actions-v25{justify-content:flex-end}@media(max-width:1100px){.store-product-row-v25{grid-template-columns:1fr}.store-product-form-v25,.store-product-form-v25.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.store-product-form-v25 .wide{grid-column:1/-1}}@media(max-width:650px){.store-admin-head-v25{display:block}.store-admin-head-v25 .site-editor-actions-v25{margin-top:12px}.store-product-form-v25,.store-product-form-v25.compact{grid-template-columns:1fr}.store-product-form-v25 .wide{grid-column:auto}}

/* V26.9 · Páginas internas */
.site-editor-page-v269{scroll-margin-top:18px}
.site-page-tag-v269{display:inline-flex;margin-bottom:6px;padding:5px 8px;border-radius:999px;background:#fff1f2;border:1px solid #fecdd3;color:#b4232d;font-size:9px;font-weight:900;letter-spacing:.12em}
.site-branch-editors-v269{margin-top:12px}
.site-editor-nav-v25{scrollbar-width:thin}
.site-editor-nav-v25 a{white-space:nowrap}
@media(max-width:760px){.site-editor-nav-v25{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:7px}.site-editor-nav-v25 a{flex:0 0 auto}.site-editor-page-v269 .site-editor-grid-v25,.site-editor-page-v269 .site-editor-grid-v25.three{grid-template-columns:1fr}}


/* ===== V27.2 CMS TOTAL ===== */
body{background-color:var(--cms-page-bg,#f4f6f8)}
.header{background-color:var(--cms-header-bg,#fff)}
.game-strip{background:var(--cms-game-strip,#b50000)}
.cms-section-bg-v272{position:relative;background-image:linear-gradient(rgba(247,248,250,.92),rgba(247,248,250,.92)),var(--cms-section-bg)!important;background-size:cover!important;background-position:center!important;background-attachment:scroll!important}
.sede-home-detail-card.cms-section-bg-v272{background-image:linear-gradient(rgba(255,255,255,.90),rgba(255,255,255,.96)),var(--cms-section-bg)!important}
.booking-box.cms-section-bg-v272,.account-box.cms-section-bg-v272{background-image:linear-gradient(rgba(255,255,255,.94),rgba(255,255,255,.96)),var(--cms-section-bg)!important}
.lp-content-art.cms-art-image-v272,.lp-card-art.cms-art-image-v272{background-image:linear-gradient(rgba(8,10,14,.18),rgba(8,10,14,.28)),var(--cms-art-image)!important;background-size:cover!important;background-position:center!important}
.cms-art-image-v272>*{opacity:0!important}
.site-editor-v25 .site-image-preview-v25{position:relative}.site-editor-v25 .site-image-preview-v25:after{content:'VISTA PREVIA';position:absolute;right:7px;bottom:7px;padding:3px 6px;border-radius:6px;background:rgba(17,24,39,.72);color:#fff;font-size:8px;font-weight:900;letter-spacing:.08em}
.site-editor-v25 input[data-image-field="1"]{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}
.store-product-image-field-v272{display:grid;grid-template-columns:1fr auto;gap:6px}.store-product-image-field-v272 button{border:1px solid #d0d5dd;border-radius:8px;background:#f8fafc;font-size:10px;font-weight:900;padding:0 9px;cursor:pointer}.store-product-thumb-v272{width:64px;height:64px;border-radius:12px;object-fit:cover;border:1px solid #e4e7ec;background:#f8fafc}.store-product-id-v25.has-image>span{display:none}
@media(max-width:650px){.store-product-image-field-v272{grid-template-columns:1fr}.store-product-image-field-v272 button{min-height:38px}}

/* V27.2.1 · CMS TOTAL usability */
.site-editor-search-v272{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:12px 0 4px;padding:13px 14px;border:1px solid var(--adm-line,#dfe5ec);border-radius:14px;background:#fff;position:sticky;top:0;z-index:6}
.site-editor-search-v272>div{display:grid;gap:2px}.site-editor-search-v272 b{font-size:12px}.site-editor-search-v272 small{color:#667085;font-size:10px}.site-editor-search-v272 input{width:min(430px,100%);min-height:42px;border:1px solid #d8dee7;border-radius:10px;padding:0 13px;font-size:14px;background:#f8fafc;color:#101828}
.header.cms-section-bg-v272{background-image:linear-gradient(rgba(255,255,255,.86),rgba(255,255,255,.92)),var(--cms-section-bg)!important}
.game-strip.cms-section-bg-v272{background-image:linear-gradient(rgba(145,0,0,.76),rgba(190,0,0,.78)),var(--cms-section-bg)!important}
.footer-pro.cms-section-bg-v272{background-image:linear-gradient(rgba(15,17,20,.94),rgba(15,17,20,.96)),var(--cms-section-bg)!important;color:#fff}
@media(max-width:700px){.site-editor-search-v272{align-items:stretch;flex-direction:column;position:static}.site-editor-search-v272 input{width:100%}}
