:root{
  --fogo-black:#050505;
  --fogo-black-2:#111111;
  --fogo-panel:#171717;
  --fogo-red:#d90000;
  --fogo-red-2:#ff2418;
  --fogo-orange:#ff6a00;
  --fogo-white:#ffffff;
  --fogo-cream:#fff7f2;
  --fogo-ink:#161616;
  --fogo-muted:#6e6e6e;
  --fogo-border:#dfdfdf;
  --fogo-bg:#050505;
  --fogo-shadow:0 18px 46px rgba(0,0,0,.30);
}

.vdm-fogo-shell,.vdm-fogo-public{box-sizing:border-box;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.vdm-fogo-shell *,.vdm-fogo-public *{box-sizing:border-box}
.vdm-fogo-shell{width:min(1060px,100%);margin:22px auto;padding:0 14px 34px;color:var(--fogo-ink)}

/* Cabecera Fogo: negro, rojo y fuego */
.vdm-fogo-hero{position:relative;isolation:isolate;overflow:hidden;min-height:250px;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:38px 42px;border:2px solid var(--fogo-red-2);border-radius:28px;background:radial-gradient(circle at 78% 18%,rgba(255,36,24,.24),transparent 30%),linear-gradient(118deg,#050505 0 38%,#180000 38% 70%,#430000 100%);box-shadow:var(--fogo-shadow),inset 0 0 45px rgba(217,0,0,.12)}
.vdm-fogo-hero:before{content:"";position:absolute;z-index:-1;left:-5%;top:-125px;width:54%;height:330px;border:5px solid var(--fogo-red);border-left:0;border-bottom:0;border-radius:0 0 100% 0;transform:rotate(-4deg);opacity:.96}
.vdm-fogo-hero:after{content:"";position:absolute;z-index:-1;left:-10%;right:-10%;bottom:-118px;height:175px;background:linear-gradient(90deg,#060606,#2b0000 55%,#570000);border-top:5px solid var(--fogo-red-2);border-radius:55% 55% 0 0/35% 35% 0 0;transform:rotate(-2deg)}
.vdm-fogo-hero__brand{position:relative;z-index:2;display:flex;align-items:flex-start;gap:20px;max-width:790px}
.vdm-fogo-flame{width:88px;min-width:88px;height:auto;fill:var(--fogo-red-2);stroke:#ff8b68;stroke-width:2;filter:drop-shadow(0 7px 20px rgba(255,36,24,.35))}
.vdm-fogo-kicker{display:block;margin:3px 0 8px;color:#ff6b57;font-size:12px;font-weight:950;letter-spacing:.19em;text-transform:uppercase}
.vdm-fogo-hero h2{margin:0;color:#fff;font-size:clamp(34px,5vw,58px);font-weight:950;line-height:.98;letter-spacing:-.045em;text-transform:uppercase;text-shadow:0 3px 15px rgba(0,0,0,.4)}
.vdm-fogo-hero p{max-width:700px;margin:17px 0 0;color:#f2dada;font-size:15px;line-height:1.65}
.vdm-fogo-hero__orb{position:relative;z-index:2;display:grid;place-items:center;width:94px;height:94px;min-width:94px;border-radius:50%;background:radial-gradient(circle at 35% 25%,#ff8a62 0,#ff321d 30%,#d60000 65%,#650000 100%);border:3px solid #ff6d59;box-shadow:inset 0 0 0 5px rgba(8,8,8,.9),0 15px 35px rgba(0,0,0,.4)}
.vdm-fogo-hero__orb span{font-size:38px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}

.vdm-fogo-status-row{display:flex;flex-wrap:wrap;gap:9px;margin:16px 4px 0}
.vdm-fogo-connection{display:inline-flex;align-items:center;gap:9px;margin:0;padding:11px 15px;border-radius:999px;background:#fff;border:1px solid #d7d7d7;color:#4e4e4e;font-size:13px;box-shadow:0 5px 14px rgba(0,0,0,.08)}
.vdm-fogo-connection.on{background:#eef8f0;border-color:#bfdfc4;color:#236936}.vdm-fogo-connection.warn{background:#fff5e4;border-color:#ebcf9f;color:#7b5513}.vdm-fogo-connection.off{background:#fff0f0;border-color:#efc1c1;color:#8d3333}
.vdm-fogo-dot{width:9px;height:9px;border-radius:50%;background:#929292;box-shadow:0 0 0 4px rgba(146,146,146,.13)}
.vdm-fogo-connection.on .vdm-fogo-dot{background:#2fa653;box-shadow:0 0 0 4px rgba(47,166,83,.13)}.vdm-fogo-connection.warn .vdm-fogo-dot{background:#d6951c}.vdm-fogo-connection.off .vdm-fogo-dot{background:#d64848}

.vdm-fogo-alert{margin:16px 0;padding:14px 16px;border-radius:14px;border:1px solid transparent;font-weight:750;line-height:1.45}.vdm-fogo-alert.ok{background:#edf9f0;color:#246e38;border-color:#c4e4ca}.vdm-fogo-alert.warn{background:#fff5e4;color:#72500d;border-color:#ead09b}.vdm-fogo-alert.bad{background:#fff0f0;color:#8a3030;border-color:#efc3c3}

.vdm-fogo-tabs{display:flex;gap:7px;width:max-content;max-width:100%;margin:22px 0 16px;padding:6px;border:1px solid #2a2a2a;border-radius:17px;background:#151515;box-shadow:0 8px 22px rgba(0,0,0,.18)}
.vdm-fogo-tabs a{padding:11px 18px;border-radius:12px;color:#ddd!important;text-decoration:none!important;font-size:14px;font-weight:850;white-space:nowrap;transition:.18s ease}.vdm-fogo-tabs a.active{color:#fff!important;background:linear-gradient(135deg,#8e0000,#e10b00);box-shadow:inset 0 0 0 1px rgba(255,116,91,.55),0 8px 18px rgba(190,0,0,.24)}

.vdm-fogo-card{position:relative;overflow:hidden;padding:30px;border:1px solid #dedede;border-top:4px solid var(--fogo-red);border-radius:24px;background:#fff;box-shadow:0 15px 36px rgba(0,0,0,.18)}
.vdm-fogo-card:after{content:"";position:absolute;right:-95px;top:-118px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(217,0,0,.10),transparent 68%);pointer-events:none}
.vdm-fogo-eyebrow{display:block;margin-bottom:6px;color:#b30000;font-size:11px;font-weight:950;letter-spacing:.18em}.vdm-fogo-card h3{margin:0 0 22px;color:#111;font-size:28px;line-height:1.18;letter-spacing:-.025em}
.vdm-fogo-form{position:relative;z-index:1;display:grid;gap:17px}.vdm-fogo-form label>span{display:block;margin-bottom:7px;color:#2c2c2c;font-size:13px;font-weight:850}
.vdm-fogo-form input[type="text"],.vdm-fogo-form input[type="url"],.vdm-fogo-form input[type="datetime-local"],.vdm-fogo-form textarea,.vdm-fogo-form select{width:100%;padding:12px 14px!important;border:1px solid #cfcfcf!important;border-radius:13px!important;background:#fff!important;color:#181818!important;font:inherit!important;box-shadow:none!important;outline:none;transition:border-color .2s,box-shadow .2s}
.vdm-fogo-form select{min-height:47px;appearance:auto}.vdm-fogo-form textarea{min-height:96px;resize:vertical}.vdm-fogo-form input:focus,.vdm-fogo-form textarea:focus,.vdm-fogo-form select:focus{border-color:#e10b00!important;box-shadow:0 0 0 4px rgba(217,0,0,.11)!important}.vdm-fogo-form small{display:block;margin-top:6px;color:#737373;font-size:12px;line-height:1.45}.vdm-fogo-cols{display:grid;grid-template-columns:1fr 1fr;gap:14px}

.vdm-fogo-primary{display:flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:12px 18px!important;border:1px solid #ff4d42!important;border-radius:15px!important;background:linear-gradient(135deg,#8f0000 0%,#d90800 56%,#330000 100%)!important;color:#fff!important;font:inherit!important;font-weight:950!important;cursor:pointer;box-shadow:0 12px 24px rgba(181,0,0,.26);transition:transform .18s,box-shadow .18s}.vdm-fogo-primary:hover{transform:translateY(-1px);box-shadow:0 15px 30px rgba(181,0,0,.34)}.vdm-fogo-primary b{color:#ffb09c;font-size:22px;font-weight:400}.vdm-fogo-primary[aria-busy="true"]{opacity:.72;cursor:wait!important}

.vdm-fogo-list{display:grid;gap:13px}.vdm-fogo-list-item{display:grid;grid-template-columns:118px 1fr;gap:16px;padding:12px;border:1px solid #dedede;border-radius:18px;background:#fafafa}.vdm-fogo-list-item__media{display:grid;place-items:center;overflow:hidden;height:104px;border-radius:14px;background:radial-gradient(circle at 50% 20%,#4a0000,#080808 70%);color:#ff3a28;font-size:31px}.vdm-fogo-list-item__media img{width:100%;height:100%;object-fit:cover}.vdm-fogo-list-item__body{min-width:0;padding:4px 4px 4px 0}.vdm-fogo-list-item h4{margin:5px 0 4px;color:#191919;font-size:18px;overflow-wrap:anywhere}
.vdm-fogo-tag,.vdm-fogo-public-card__tag{display:inline-flex;padding:5px 9px;border-radius:999px;background:#171717;color:#fff;font-size:10px;font-weight:950;letter-spacing:.1em;border:1px solid #3b3b3b}.vdm-fogo-tag.promocion,.vdm-fogo-public-card__tag.promocion{background:#a90000;border-color:#e42b20}.vdm-fogo-tag.evento,.vdm-fogo-public-card__tag.evento{background:#6d1900;border-color:#ff6a00}
.vdm-fogo-sync{display:block;margin:5px 0 10px;color:#747474}.vdm-fogo-sync.ok{color:#2e8346}.vdm-fogo-sync.pending{color:#8a6718}.vdm-fogo-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.vdm-fogo-actions form{margin:0}.vdm-fogo-actions a,.vdm-fogo-actions button{appearance:none;padding:8px 12px!important;border:1px solid #c7c7c7!important;border-radius:10px!important;background:#fff!important;color:#222!important;font:inherit!important;font-size:12px!important;font-weight:850!important;text-decoration:none!important;cursor:pointer}.vdm-fogo-actions a:hover,.vdm-fogo-actions button:hover{border-color:#e10b00!important;color:#b00000!important}.vdm-fogo-actions .notify{border-color:#ff9b84!important;background:#fff4f0!important;color:#a62918!important}.vdm-fogo-actions .danger{border-color:#e7b5b5!important;background:#fff2f2!important;color:#9b3434!important}.vdm-fogo-actions button:disabled{opacity:.48!important;cursor:not-allowed!important}.vdm-fogo-empty{padding:26px;border:1px solid #333;border-radius:16px;background:#111;color:#ddd;text-align:center}

/* Notificaciones */
.vdm-fogo-notification-box{display:grid;grid-template-columns:48px 1fr;gap:13px;align-items:flex-start;padding:16px;border:1px solid #e4b1a8;border-radius:17px;background:linear-gradient(145deg,#fff,#fff3ef)}.vdm-fogo-notification-box__icon{position:relative;display:grid;place-items:center;width:46px;height:46px;border:2px solid #ff5a47;border-radius:50%;background:linear-gradient(145deg,#1b1b1b,#9b0000);color:#fff;font-size:0;box-shadow:0 8px 18px rgba(143,0,0,.22)}.vdm-fogo-notification-box__icon:before{content:"";position:absolute;top:11px;left:14px;width:17px;height:18px;border-radius:10px 10px 7px 7px;background:#fff}.vdm-fogo-notification-box__icon:after{content:"";position:absolute;left:19px;bottom:10px;width:7px;height:3px;border-radius:999px;background:#fff;box-shadow:0 -3px 0 2px #e10b00}.vdm-fogo-notification-box__body>strong{display:block;margin:0 0 8px;color:#222;font-size:15px}.vdm-fogo-notification-toggle{display:flex!important;align-items:flex-start;gap:9px;margin:0!important;cursor:pointer}.vdm-fogo-notification-toggle input{margin-top:3px;accent-color:#d90800}.vdm-fogo-notification-toggle>span{display:block!important;margin:0!important;color:#333!important;font-size:13px!important;font-weight:850!important}.vdm-fogo-notification-box.disabled{border-color:#d8d8d8;background:#f4f4f4;opacity:.82}.vdm-fogo-notification-box.disabled .vdm-fogo-notification-box__icon{filter:grayscale(.7);opacity:.68}.vdm-fogo-notification-warning{color:#8a4b35!important;font-weight:750}

/* Selector wp.media */
.vdm-fogo-media-picker{display:flex;flex-direction:column;gap:12px;padding:15px;border:1.5px dashed #e03b2f;border-radius:17px;background:linear-gradient(145deg,#fff,#fff3f0)}
.vdm-fogo-media-picker [hidden]{display:none!important}.vdm-fogo-media-picker__label>span{display:block;margin-bottom:5px;color:#222;font-weight:850}.vdm-fogo-media-picker__label small{display:block;color:#6f6f6f;font-size:12px;line-height:1.5}
.vdm-fogo-media-empty{display:flex;align-items:center;gap:12px;min-height:90px;padding:15px;background:#fff;border:1px dashed #e4a59d;border-radius:13px;color:#696969}.vdm-fogo-media-empty>span{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:12px;background:#ffe5df;color:#b00000;font-size:20px;font-weight:900}.vdm-fogo-media-empty strong,.vdm-fogo-media-empty small{display:block}.vdm-fogo-media-empty strong{color:#222;font-size:13px}.vdm-fogo-media-empty small{margin-top:3px;font-size:11px;line-height:1.45}
.vdm-fogo-media-preview{overflow:hidden;padding:8px;background:#fff;border:1px solid #e2c3bd;border-radius:14px}.vdm-fogo-media-preview img{display:block;width:100%;max-height:360px;object-fit:cover;border-radius:10px}.vdm-fogo-media-actions{display:flex;flex-wrap:wrap;gap:9px}.vdm-fogo-media-actions button{min-height:43px;margin:0;padding:10px 15px;border-radius:11px;font:inherit;font-size:12px;font-weight:850;cursor:pointer}.vdm-fogo-elegir-imagen{color:#fff;background:linear-gradient(135deg,#9e0000,#e20c00);border:1px solid #ff4d42}.vdm-fogo-quitar-imagen-boton{color:#7b2c32;background:#fff;border:1px solid #d9b9bc}

/* Tarjetas públicas */
.vdm-fogo-public{display:grid!important;grid-template-columns:repeat(var(--vdm-fogo-cols,3),minmax(0,1fr))!important;align-items:start!important;gap:18px!important;width:100%!important;max-width:1180px!important;margin:0 auto!important;padding:22px 0 30px!important;background:transparent!important;color:#fff}
.vdm-fogo-public .vdm-fogo-public-card{position:relative!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;isolation:isolate!important;width:100%!important;min-width:0!important;height:auto!important;margin:0!important;padding:0!important;border:1px solid #8f0000!important;border-radius:19px!important;background:#101010!important;box-shadow:0 13px 28px rgba(0,0,0,.34)!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important}.vdm-fogo-public .vdm-fogo-public-card:hover{transform:translateY(-3px)!important;border-color:#ff2d20!important;box-shadow:0 18px 34px rgba(0,0,0,.48),0 0 0 1px rgba(217,0,0,.22)!important}
.vdm-fogo-public .vdm-fogo-public-card__media{position:relative!important;display:block!important;flex:none!important;overflow:hidden!important;width:100%!important;height:auto!important;aspect-ratio:4/3!important;margin:0!important;padding:0!important;border-radius:0!important;background:radial-gradient(circle at 50% 20%,#500000,#070707 72%)!important;line-height:0!important;text-decoration:none!important}.vdm-fogo-public .vdm-fogo-public-card__media:after{content:"";position:absolute;inset:auto -12% -24px -12%;height:56px;border-top:3px solid #d90000;border-radius:50% 50% 0 0/65% 65% 0 0;background:#101010;pointer-events:none}.vdm-fogo-public .vdm-fogo-public-card__media img{position:absolute!important;inset:0!important;display:block!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center!important;border:0!important;border-radius:0!important}.vdm-fogo-public .vdm-fogo-public-card__media>span{display:grid!important;place-items:center!important;width:100%!important;height:100%!important;color:#ff2d20!important;font-size:44px!important;line-height:1!important}
.vdm-fogo-public .vdm-fogo-public-card__body{position:relative!important;z-index:2!important;display:flex!important;flex:1!important;flex-direction:column!important;width:100%!important;min-width:0!important;height:auto!important;margin:0!important;padding:18px 17px 16px!important;background:#101010!important;transform:none!important}.vdm-fogo-public .vdm-fogo-public-card__tag{position:static!important;width:max-content!important;margin:0 0 8px!important;line-height:1.2!important}.vdm-fogo-public .vdm-fogo-public-card h3{position:static!important;display:block!important;margin:0 0 7px!important;padding:0!important;color:#fff!important;font-family:inherit!important;font-size:20px!important;font-weight:950!important;line-height:1.2!important;letter-spacing:-.02em!important;text-transform:none!important;overflow-wrap:anywhere!important}.vdm-fogo-public .vdm-fogo-public-card p{position:static!important;margin:0 0 13px!important;padding:0!important;color:#cfcfcf!important;font-family:inherit!important;font-size:13px!important;font-weight:400!important;line-height:1.5!important;text-transform:none!important;overflow-wrap:anywhere!important}.vdm-fogo-public .vdm-fogo-public-card__details{display:flex!important;flex-direction:column!important;gap:5px!important;margin:0 0 14px!important;padding:0!important;color:#ff9b86!important;font-size:12px!important;line-height:1.45!important}.vdm-fogo-public .vdm-fogo-public-card__button{position:static!important;display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:45px!important;margin:auto 0 0!important;padding:11px 13px!important;border:1px solid #e02a20!important;border-radius:12px!important;background:linear-gradient(135deg,#870000,#d70b00)!important;color:#fff!important;font-family:inherit!important;font-size:13px!important;font-weight:950!important;line-height:1.2!important;text-decoration:none!important;box-shadow:none!important;transform:none!important}.vdm-fogo-public .vdm-fogo-public-card__button b{color:#ffd1c7!important;font-size:18px!important}

/* Fondo negro similar a la interfaz Fogo. JS añade la clase incluso en constructores/PWA. */
body.vdm-fogo-promos-page,body:has(.vdm-fogo-public),body:has(.vdm-fogo-shell){background:var(--fogo-bg)!important}
body.vdm-fogo-promos-page #page,body.vdm-fogo-promos-page .site-content,body.vdm-fogo-promos-page .content-area,body.vdm-fogo-promos-page .inside-article,body.vdm-fogo-promos-page article.page,body.vdm-fogo-promos-page .entry-content,body:has(.vdm-fogo-public) #page,body:has(.vdm-fogo-public) .site-content,body:has(.vdm-fogo-public) .content-area,body:has(.vdm-fogo-public) .inside-article,body:has(.vdm-fogo-public) article.page,body:has(.vdm-fogo-public) .entry-content,body:has(.vdm-fogo-shell) #page,body:has(.vdm-fogo-shell) .site-content,body:has(.vdm-fogo-shell) .content-area,body:has(.vdm-fogo-shell) .inside-article,body:has(.vdm-fogo-shell) article.page,body:has(.vdm-fogo-shell) .entry-content{background:var(--fogo-bg)!important}
body.vdm-fogo-promos-page .entry-content,body:has(.vdm-fogo-public) .entry-content,body:has(.vdm-fogo-shell) .entry-content{overflow:visible!important}

@media(max-width:900px){.vdm-fogo-public{grid-template-columns:repeat(min(2,var(--vdm-fogo-cols,3)),minmax(0,1fr))!important}.vdm-fogo-hero{padding:32px 27px}.vdm-fogo-hero__orb{width:80px;height:80px;min-width:80px}.vdm-fogo-flame{width:70px;min-width:70px}}
@media(max-width:620px){.vdm-fogo-shell{padding:0 8px 24px}.vdm-fogo-hero{min-height:235px;padding:27px 19px 78px;border-radius:23px}.vdm-fogo-hero__brand{gap:12px}.vdm-fogo-flame{width:52px;min-width:52px}.vdm-fogo-hero h2{font-size:32px}.vdm-fogo-hero p{font-size:13px}.vdm-fogo-hero__orb{display:none}.vdm-fogo-status-row{display:grid;grid-template-columns:1fr;margin-left:0;margin-right:0}.vdm-fogo-status-row .vdm-fogo-connection{width:100%;border-radius:14px;align-items:flex-start}.vdm-fogo-card{padding:20px;border-radius:20px}.vdm-fogo-tabs{width:100%;overflow:auto}.vdm-fogo-tabs a{flex:1;text-align:center}.vdm-fogo-cols{grid-template-columns:1fr}.vdm-fogo-list-item{grid-template-columns:82px 1fr}.vdm-fogo-list-item__media{height:82px}.vdm-fogo-notification-box{grid-template-columns:40px 1fr;padding:14px}.vdm-fogo-notification-box__icon{width:40px;height:40px}.vdm-fogo-notification-box__icon:before{left:11px;top:8px}.vdm-fogo-notification-box__icon:after{left:16px;bottom:7px}.vdm-fogo-media-actions{flex-direction:column}.vdm-fogo-media-actions button{width:100%}.vdm-fogo-public{grid-template-columns:1fr!important;gap:15px!important;padding:14px 0 24px!important}.vdm-fogo-public .vdm-fogo-public-card{border-radius:17px!important}.vdm-fogo-public .vdm-fogo-public-card__media{aspect-ratio:4/3!important}.vdm-fogo-public .vdm-fogo-public-card__body{padding:17px 15px 15px!important}.vdm-fogo-public .vdm-fogo-public-card h3{font-size:19px!important}}
