/* Esnake Pack 2.3.0 — tres apariencias de serpiente, estáticas y ligeras. */
:root {
  --eth-snake-opacity: .11;
  --eth-snake-scale: 168px;
  --eth-ambient-intensity: .26;
  --eth-neon-intensity: .34;
  --eth-neon-blur: 15px;
  --eth-neon-mix: 16%;
  --eth-aura-opacity: .32;
  --eth-visual-accent: #8b5cf6;
  --eth-visual-secondary: #7cff6b;
  --eth-aura-size: 138px;
  --eth-obsidian: #020504;
  --eth-obsidian-2: #07100b;
  --eth-scale-line: color-mix(in srgb, var(--eth-visual-secondary) 22%, transparent);
  --eth-iridescent: linear-gradient(90deg, var(--eth-visual-secondary), #d6ff8e 34%, var(--eth-visual-accent) 72%, var(--eth-visual-secondary));
}

html { background: var(--eth-obsidian); }

body.eth-visual-rework {
  position: relative;
  overflow-x: clip;
  isolation: isolate;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% -8%, color-mix(in srgb, var(--eth-visual-secondary) 12%, transparent), transparent 27%),
    radial-gradient(circle at 90% 8%, color-mix(in srgb, var(--eth-visual-accent) 9%, transparent), transparent 23%),
    linear-gradient(180deg, #030705 0%, #020504 56%, #050309 100%);
}

/* El nuevo concepto no cubre toda la página con escamas. Solo las usa en marcos y cabeceras. */
body.eth-visual-rework::before,
body.eth-visual-rework::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: -1;
}

body.eth-visual-rework::before {
  inset: 0 auto 0 0;
  width: clamp(22px, 4vw, 62px);
  opacity: 0;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--eth-visual-secondary) 7%, transparent), transparent),
    url("../images/snake-skin.svg") center top / var(--eth-snake-scale) auto repeat-y;
  -webkit-mask-image: linear-gradient(to right, #000, transparent 92%);
  mask-image: linear-gradient(to right, #000, transparent 92%);
  transition: opacity .25s ease;
}

body.eth-visual-rework.eth-snake-texture::before { opacity: var(--eth-snake-opacity); }

body.eth-visual-rework::after {
  right: 0;
  top: 0;
  width: min(30vw, 440px);
  height: min(52vh, 560px);
  opacity: 0;
  background: radial-gradient(ellipse at 100% 0%, color-mix(in srgb, var(--eth-visual-accent) 18%, transparent), transparent 68%);
  transition: opacity .25s ease;
}

body.eth-ambient-venom::after { opacity: calc(var(--eth-ambient-intensity) * .62); }
body.eth-ambient-scales::after {
  opacity: calc(var(--eth-ambient-intensity) * .44);
  background:
    url("../images/snake-skin.svg") right top / calc(var(--eth-snake-scale) * .9) auto repeat,
    linear-gradient(135deg, transparent, color-mix(in srgb, var(--eth-visual-secondary) 10%, transparent));
  -webkit-mask-image: linear-gradient(135deg, #000, transparent 72%);
  mask-image: linear-gradient(135deg, #000, transparent 72%);
}
body.eth-ambient-trail::after {
  opacity: calc(var(--eth-ambient-intensity) * .75);
  width: min(48vw, 720px);
  height: 4px;
  top: 148px;
  right: -8vw;
  border-radius: 999px;
  background: var(--eth-iridescent);
  box-shadow: 0 0 16px color-mix(in srgb, var(--eth-visual-secondary) 20%, transparent);
  transform: rotate(-8deg);
}
body.eth-motion-full.eth-ambient-trail::after { animation: eth-trail-breathe 5.8s ease-in-out infinite; }
body.eth-ambient-none::after { display: none; }

/* Cabeceras: negro mate, escamas solo en una esquina y línea iridiscente inferior. */
body.eth-visual-rework :is(.hero,.archive-hero,.eth-suite-hero,.event-single__hero,.collection-entry__hero) {
  position: relative;
  isolation: isolate;
  border-color: color-mix(in srgb, var(--eth-visual-secondary) 15%, rgba(255,255,255,.05));
  background:
    radial-gradient(circle at 76% 22%, color-mix(in srgb, var(--eth-visual-secondary) 10%, transparent), transparent 30%),
    linear-gradient(135deg, rgba(4,10,7,.98), rgba(8,7,13,.97));
}

body.eth-visual-rework :is(.hero,.archive-hero,.eth-suite-hero)::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 auto auto;
  width: min(46%, 620px);
  height: 100%;
  pointer-events: none;
  opacity: calc(var(--eth-snake-opacity) * .82);
  background: url("../images/snake-skin.svg") right top / clamp(150px, 18vw, 240px) auto repeat;
  -webkit-mask-image: linear-gradient(100deg, transparent 2%, #000 64%, #000);
  mask-image: linear-gradient(100deg, transparent 2%, #000 64%, #000);
}

body.eth-visual-rework :is(.hero,.archive-hero,.eth-suite-hero)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  pointer-events: none;
  background: var(--eth-iridescent);
  opacity: .55;
}

body.eth-visual-rework .hero__visual {
  position: relative;
  min-height: clamp(340px, 38vw, 500px);
}
body.eth-visual-rework .hero__visual::before {
  content: "";
  position: absolute;
  width: min(84%, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--eth-visual-secondary) 26%, transparent);
  background:
    radial-gradient(circle, rgba(0,0,0,.08) 0 44%, rgba(0,0,0,.58) 75%),
    url("../images/snake-skin.svg") center / 150px auto repeat;
  opacity: .34;
  box-shadow: inset 0 0 0 12px rgba(0,0,0,.18), 0 24px 70px rgba(0,0,0,.38);
}
body.eth-visual-rework .hero__visual::after {
  content: "";
  position: absolute;
  width: min(76%, 390px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--eth-visual-accent) 22%, transparent);
  pointer-events: none;
}
body.eth-visual-rework .hero__visual img {
  width: min(88%, 440px);
  animation: none !important;
  filter: drop-shadow(0 32px 56px rgba(0,0,0,.52)) drop-shadow(0 0 22px color-mix(in srgb, var(--eth-visual-secondary) 15%, transparent));
}
body.eth-visual-rework .hero__glow { display: none; }

body.eth-neon-enabled :is(.eth-suite-kicker,.eyebrow,.eth-live-label,.stream-bar__slogan) {
  text-shadow: 0 0 var(--eth-neon-blur) color-mix(in srgb, var(--eth-visual-secondary) 42%, transparent);
}
body.eth-neon-enabled :is(.site-branding__logo,.custom-logo) {
  filter: drop-shadow(0 0 13px color-mix(in srgb, var(--eth-visual-secondary) 20%, transparent)) drop-shadow(0 10px 24px rgba(0,0,0,.32));
}

/* Botones: bisel oscuro y borde de veneno; sin reflejos que crucen la pantalla. */
body.eth-visual-rework :is(.button,.eth-button,.eth-toolbar-button,.wp-block-button__link,.elementor-button,.section-link,.post-card__link) {
  position: relative;
  isolation: isolate;
  transform: translate3d(var(--eth-troll-x,0),var(--eth-troll-y,0),0) rotate(var(--eth-troll-r,0deg));
  transition: transform .2s cubic-bezier(.2,.8,.2,1), border-color .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}
body.eth-visual-rework :is(.button--primary,.eth-button:not(.eth-button--ghost),.wp-block-button__link,.elementor-button) {
  border: 1px solid color-mix(in srgb, var(--eth-visual-secondary) 48%, transparent);
  background: linear-gradient(145deg, color-mix(in srgb, var(--eth-visual-secondary) 86%, #fff 4%), color-mix(in srgb, var(--eth-visual-secondary) 55%, #17341d));
  box-shadow: inset 0 1px rgba(255,255,255,.18), 0 10px 26px rgba(0,0,0,.28);
}
body.eth-visual-rework :is(.button--primary,.eth-button:not(.eth-button--ghost),.wp-block-button__link,.elementor-button):hover {
  transform: translate3d(var(--eth-troll-x,0),calc(var(--eth-troll-y,0) - 2px),0) rotate(var(--eth-troll-r,0deg));
  box-shadow: inset 0 1px rgba(255,255,255,.2), 0 14px 34px color-mix(in srgb, var(--eth-visual-secondary) var(--eth-neon-mix), rgba(0,0,0,.25));
}
body.eth-visual-rework :is(.button--secondary,.eth-button--ghost,.eth-toolbar-button,.section-link) {
  border-color: color-mix(in srgb, var(--eth-visual-secondary) 22%, rgba(255,255,255,.07));
  background: linear-gradient(145deg, rgba(10,18,13,.96), rgba(5,8,7,.96));
}
body.eth-visual-rework :is(.button--secondary,.eth-button--ghost,.eth-toolbar-button,.section-link):hover {
  border-color: color-mix(in srgb, var(--eth-visual-secondary) 52%, transparent);
  background: linear-gradient(145deg, rgba(15,29,19,.98), rgba(7,11,9,.98));
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
}
body.eth-visual-rework .section-link,
body.eth-visual-rework .post-card__link {
  background-image: linear-gradient(90deg,var(--eth-visual-secondary),var(--eth-visual-accent));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
}
body.eth-visual-rework .section-link:hover,
body.eth-visual-rework .post-card__link:hover { background-size: 100% 2px; }

/* Tarjetas: obsidiana mate, pequeña banda de escamas y filo iridiscente. */
body.eth-visual-rework :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-calendar-event,.eth-community-card,.post-card,.notice-card,.entry-panel,.twitch-hub-panel,.twitch-extra-panel,.community-cta,.site-footer__panel) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--eth-visual-secondary) 15%, rgba(255,255,255,.05));
  background: linear-gradient(155deg, rgba(9,17,12,.97), rgba(4,8,6,.985));
  box-shadow: 0 18px 48px rgba(0,0,0,.24);
  transition: transform .22s cubic-bezier(.2,.8,.2,1), border-color .22s ease, box-shadow .22s ease;
}
body.eth-visual-rework.eth-snake-texture :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-community-card,.post-card,.community-cta,.site-footer__panel)::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 0 auto 0;
  height: 24px;
  pointer-events: none;
  opacity: calc(var(--eth-snake-opacity) * .72);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--eth-visual-secondary) 12%, transparent), transparent),
    url("../images/snake-skin.svg") center / 120px auto repeat;
  -webkit-mask-image: linear-gradient(to bottom,#000,transparent);
  mask-image: linear-gradient(to bottom,#000,transparent);
}
body.eth-visual-rework :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-community-card,.post-card)::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 14%;
  right: 14%;
  bottom: 0;
  height: 1px;
  pointer-events: none;
  background: var(--eth-iridescent);
  opacity: .35;
}
body.eth-visual-rework.eth-motion-soft :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-community-card,.post-card):hover,
body.eth-visual-rework.eth-motion-full :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-community-card,.post-card):hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--eth-visual-secondary) 34%, transparent);
  box-shadow: 0 22px 54px rgba(0,0,0,.31);
}
body.eth-visual-rework.eth-motion-full :is(.eth-card,.eth-collection-card,.post-card):hover img { transform: scale(1.025); }

/* Títulos y separadores con gesto de serpiente, sin fondos pesados. */
body.eth-visual-rework :is(.section-heading,.mini-section-heading,.eth-suite-panel-heading) {
  position: relative;
}
body.eth-visual-rework :is(.section-heading,.mini-section-heading,.eth-suite-panel-heading)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: clamp(70px,12vw,150px);
  height: 2px;
  border-radius: 999px;
  background: var(--eth-iridescent);
  opacity: .62;
}

/* Pestañas: selector simple con “colmillo” inferior. */
body.eth-visual-rework .eth-suite-tabs {
  border-color: color-mix(in srgb, var(--eth-visual-secondary) 14%, rgba(255,255,255,.05));
  background: rgba(4,8,6,.96);
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
}
body.eth-visual-rework .eth-suite-tabs button[aria-selected="true"] {
  position: relative;
  background: linear-gradient(180deg, color-mix(in srgb, var(--eth-visual-secondary) 12%, transparent), transparent);
}
body.eth-visual-rework .eth-suite-tabs button[aria-selected="true"]::after {
  content: "";
  position: absolute;
  left: 24%;
  right: 24%;
  bottom: 3px;
  height: 3px;
  clip-path: polygon(0 0,100% 0,84% 100%,16% 100%);
  background: var(--eth-iridescent);
}

/* El botón troll conserva el clic y solo recibe un filo reconocible. */
body.eth-troll-enabled .is-eth-troll-target {
  z-index: 8;
  border-color: color-mix(in srgb, var(--eth-visual-accent) 58%, var(--eth-visual-secondary));
  box-shadow: 0 0 0 2px rgba(2,5,4,.92), 0 0 0 3px color-mix(in srgb, var(--eth-visual-secondary) 35%, transparent), 0 10px 28px rgba(0,0,0,.28);
}
body.eth-troll-enabled .is-eth-troll-moving { transition-duration: .16s; }
body.eth-troll-enabled .is-eth-troll-resting { cursor: pointer; }

/* Aura opcional: aro pequeño, sin desenfoque ni mezcla de capas. */
.eth-cursor-aura {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9997;
  width: var(--eth-aura-size);
  height: var(--eth-aura-size);
  margin: calc(var(--eth-aura-size) / -2) 0 0 calc(var(--eth-aura-size) / -2);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-999px,-999px,0) scale(.86);
  border: 1px solid color-mix(in srgb, var(--eth-visual-secondary) 20%, transparent);
  background: radial-gradient(circle, color-mix(in srgb, var(--eth-visual-secondary) 6%, transparent), transparent 68%);
  transition: opacity .16s ease;
}
.eth-cursor-aura.is-visible { opacity: var(--eth-aura-opacity); }

@keyframes eth-trail-breathe {
  0%,100% { opacity: calc(var(--eth-ambient-intensity) * .42); transform: rotate(-8deg) scaleX(.94); }
  50% { opacity: calc(var(--eth-ambient-intensity) * .78); transform: rotate(-8deg) scaleX(1); }
}

/* Rendimiento: el perfil suave no mantiene animaciones continuas. */
body.eth-motion-soft::after,
body.eth-motion-soft .hero__visual img { animation: none !important; will-change: auto !important; }

@media (max-width: 1024px) {
  body.eth-visual-rework .hero__visual::before { width: min(78vw,390px); }
  body.eth-visual-rework .hero__visual::after { width: min(70vw,350px); }
}

@media (max-width: 782px), (pointer: coarse) {
  body.eth-visual-rework::before { display: none; }
  .eth-cursor-aura { display: none !important; }
  body.eth-troll-enabled .is-eth-troll-target {
    --eth-troll-x: 0px !important;
    --eth-troll-y: 0px !important;
    --eth-troll-r: 0deg !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.eth-visual-rework *,
  body.eth-visual-rework *::before,
  body.eth-visual-rework *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .eth-cursor-aura { display: none !important; }
  body.eth-troll-enabled .is-eth-troll-target {
    --eth-troll-x: 0px !important;
    --eth-troll-y: 0px !important;
    --eth-troll-r: 0deg !important;
  }
}

/* Esnake Pack 2.4.0 - Cobra Imperial definitiva. */
body.eth-look-imperial {
  --eth-imperial-gold: var(--eth-visual-accent, #ddb85f);
  --eth-imperial-green: var(--eth-visual-secondary, #35bd70);
  --eth-imperial-line: color-mix(in srgb, var(--eth-imperial-gold) 56%, transparent);
  --eth-imperial-soft: color-mix(in srgb, var(--eth-imperial-gold) 10%, transparent);
}
body.eth-look-imperial :is(a,button,input,select,textarea):focus-visible {
  outline: 3px solid var(--eth-imperial-gold);
  outline-offset: 3px;
}
body.eth-look-imperial :is(.site-header,.stream-bar) {
  border-bottom-color: var(--eth-imperial-line);
  box-shadow: 0 8px 28px rgba(0,0,0,.34);
}
body.eth-look-imperial :is(.hero,.archive-hero,.eth-suite-hero,.event-single__hero,.collection-entry__hero) {
  border-color: var(--eth-imperial-line);
  box-shadow: inset 0 0 0 3px rgba(221,184,95,.045),0 22px 54px rgba(0,0,0,.28);
}
body.eth-look-imperial :is(.button--primary,.eth-button:not(.eth-button--ghost),.wp-block-button__link,.elementor-button) {
  min-height: 42px;
  color: #171407;
  text-shadow: 0 1px rgba(255,255,255,.24);
}
body.eth-look-imperial :is(.button--secondary,.eth-button--ghost,.eth-toolbar-button,.section-link) {
  min-height: 40px;
}
body.eth-look-imperial :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-calendar-event,.eth-community-card,.post-card,.notice-card,.entry-panel,.twitch-hub-panel,.twitch-extra-panel,.community-cta,.site-footer__panel) {
  box-shadow: inset 0 0 0 2px rgba(221,184,95,.025),0 12px 30px rgba(0,0,0,.2);
}
body.eth-look-imperial :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-community-card,.post-card):hover {
  border-color: var(--eth-imperial-line);
  box-shadow: inset 0 0 0 2px rgba(221,184,95,.04),0 16px 36px rgba(0,0,0,.26);
}
body.eth-look-imperial .eth-suite-tabs {
  scrollbar-width: thin;
  scrollbar-color: var(--eth-imperial-gold) rgba(255,255,255,.05);
}
@media (max-width: 1024px) {
  body.eth-look-imperial :is(.hero,.archive-hero,.eth-suite-hero) { padding-inline: clamp(20px,4vw,42px); }
  body.eth-look-imperial :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-community-card,.post-card) { min-width: 0; }
}
@media (max-width: 782px) {
  body.eth-look-imperial { overflow-x: clip; }
  body.eth-look-imperial :is(.hero,.archive-hero,.eth-suite-hero,.event-single__hero,.collection-entry__hero) { border-width: 1px; box-shadow: 0 14px 34px rgba(0,0,0,.24); }
  body.eth-look-imperial :is(.button--primary,.button--secondary,.eth-button,.eth-toolbar-button,.wp-block-button__link,.elementor-button) { max-width:100%; white-space:normal; }
  body.eth-look-imperial .eth-suite-tabs { justify-content:flex-start; overflow-x:auto; scroll-snap-type:x proximity; }
  body.eth-look-imperial .eth-suite-tabs button { flex:0 0 auto; scroll-snap-align:start; }
}

body.eth-motion-off::after,
body.eth-motion-off .eth-cursor-aura { animation: none !important; }
body.eth-motion-off :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-community-card,.post-card,.button,.eth-button,.eth-toolbar-button) {
  transform: none !important;
  animation: none !important;
}

/* ======================================================================
   Esnake Pack 2.3.0 — Galería de apariencias
   La base anterior se conserva como .eth-look-emerald. Los otros dos
   estilos solo usan fondos estáticos y microinteracciones por hover.
   ====================================================================== */

/* ---------- Veneno Cyber: HUD streamer morado + verde ácido ---------- */
body.eth-visual-rework.eth-look-cyber {
  --eth-iridescent: linear-gradient(90deg, var(--eth-visual-accent), #d946ef 42%, var(--eth-visual-secondary));
  --eth-scale-line: color-mix(in srgb, var(--eth-visual-accent) 26%, transparent);
  background:
    linear-gradient(rgba(168,85,247,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92,255,114,.025) 1px, transparent 1px),
    radial-gradient(circle at 8% 4%, rgba(168,85,247,.14), transparent 30%),
    radial-gradient(circle at 94% 12%, rgba(92,255,114,.09), transparent 28%),
    linear-gradient(180deg, #03030a 0%, #05040d 48%, #020207 100%);
  background-size: 48px 48px, 48px 48px, auto, auto, auto;
}
body.eth-look-cyber.eth-snake-texture::before {
  inset: 0;
  width: auto;
  opacity: calc(var(--eth-snake-opacity) * .42);
  background:
    url("../images/snake-skin.svg") right -54px top -42px / 250px auto no-repeat,
    linear-gradient(90deg, transparent 0 72%, rgba(92,255,114,.04));
  -webkit-mask-image: linear-gradient(135deg, transparent 30%, #000 100%);
  mask-image: linear-gradient(135deg, transparent 30%, #000 100%);
}
body.eth-look-cyber::after {
  top: 126px;
  right: -6vw;
  width: min(50vw, 760px);
  height: 2px;
  opacity: calc(var(--eth-ambient-intensity) * .78);
  background: linear-gradient(90deg, transparent, var(--eth-visual-accent), var(--eth-visual-secondary), transparent);
  box-shadow: 0 0 12px color-mix(in srgb, var(--eth-visual-accent) 45%, transparent);
  transform: rotate(-3deg);
}
body.eth-look-cyber :is(.site-header,.stream-bar) {
  border-color: rgba(168,85,247,.22);
  background: linear-gradient(90deg, rgba(5,4,14,.97), rgba(10,5,20,.94) 58%, rgba(3,14,8,.94));
  box-shadow: 0 1px rgba(92,255,114,.10), 0 12px 34px rgba(0,0,0,.28);
}
body.eth-look-cyber :is(.hero,.archive-hero,.eth-suite-hero,.event-single__hero,.collection-entry__hero) {
  border-radius: 10px;
  border-color: color-mix(in srgb, var(--eth-visual-accent) 42%, transparent);
  background:
    linear-gradient(115deg, rgba(168,85,247,.12), transparent 32%),
    linear-gradient(300deg, rgba(92,255,114,.08), transparent 30%),
    linear-gradient(145deg, rgba(9,7,22,.98), rgba(3,4,10,.99));
  box-shadow: inset 0 0 0 1px rgba(92,255,114,.055), 0 22px 58px rgba(0,0,0,.35);
}
body.eth-look-cyber :is(.hero,.archive-hero,.eth-suite-hero)::before {
  width: 43%;
  opacity: calc(var(--eth-snake-opacity) * .56);
  background:
    repeating-linear-gradient(135deg, transparent 0 13px, rgba(168,85,247,.13) 14px, transparent 15px 28px),
    url("../images/snake-skin.svg") right center / 210px auto repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000);
  mask-image: linear-gradient(90deg, transparent, #000);
}
body.eth-look-cyber :is(.hero,.archive-hero,.eth-suite-hero)::after {
  height: 3px;
  opacity: .78;
  background: linear-gradient(90deg, var(--eth-visual-accent), transparent 38%, var(--eth-visual-secondary));
}
body.eth-look-cyber .hero__visual::before {
  border-radius: 18px;
  transform: rotate(7deg);
  border-color: color-mix(in srgb, var(--eth-visual-accent) 40%, transparent);
  background:
    linear-gradient(135deg, rgba(168,85,247,.10), rgba(92,255,114,.05)),
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(255,255,255,.025) 23px 24px);
  box-shadow: inset 0 0 0 1px rgba(92,255,114,.10), 0 24px 60px rgba(0,0,0,.42);
}
body.eth-look-cyber .hero__visual::after {
  border-radius: 18px;
  transform: rotate(-5deg);
  border-color: color-mix(in srgb, var(--eth-visual-secondary) 35%, transparent);
}
body.eth-look-cyber :is(.section-heading,.mini-section-heading,.eth-suite-panel-heading,h1,h2) {
  letter-spacing: -.02em;
}
body.eth-look-cyber :is(.eth-suite-kicker,.eyebrow,.eth-live-label,.stream-bar__slogan) {
  color: var(--eth-visual-secondary);
  letter-spacing: .16em;
  text-transform: uppercase;
}
body.eth-look-cyber :is(.button--primary,.eth-button:not(.eth-button--ghost),.wp-block-button__link,.elementor-button) {
  border-radius: 8px;
  border-color: color-mix(in srgb, var(--eth-visual-accent) 65%, var(--eth-visual-secondary));
  color: #fff;
  background: linear-gradient(115deg, color-mix(in srgb, var(--eth-visual-accent) 88%, #160726), color-mix(in srgb, var(--eth-visual-accent) 58%, #0a0b17));
  box-shadow: inset 0 1px rgba(255,255,255,.16), 0 0 0 1px rgba(92,255,114,.06), 0 10px 28px rgba(0,0,0,.30);
}
body.eth-look-cyber :is(.button--primary,.eth-button:not(.eth-button--ghost),.wp-block-button__link,.elementor-button):hover {
  border-color: var(--eth-visual-secondary);
  box-shadow: inset 0 1px rgba(255,255,255,.18), 0 0 18px rgba(168,85,247,.24), 0 14px 34px rgba(0,0,0,.34);
}
body.eth-look-cyber :is(.button--secondary,.eth-button--ghost,.eth-toolbar-button,.section-link) {
  border-radius: 8px;
  border-color: rgba(168,85,247,.32);
  background: linear-gradient(135deg, rgba(15,10,28,.97), rgba(5,7,13,.97));
}
body.eth-look-cyber :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-calendar-event,.eth-community-card,.post-card,.notice-card,.entry-panel,.twitch-hub-panel,.twitch-extra-panel,.community-cta,.site-footer__panel) {
  border-radius: 10px;
  border-color: rgba(168,85,247,.26);
  background:
    linear-gradient(145deg, rgba(16,11,29,.90), rgba(5,7,13,.96));
  box-shadow: inset 0 0 0 1px rgba(92,255,114,.035), 0 18px 48px rgba(0,0,0,.30);
}
body.eth-look-cyber.eth-snake-texture :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-community-card,.post-card,.community-cta,.site-footer__panel)::before {
  height: 18px;
  opacity: calc(var(--eth-snake-opacity) * .50);
  background:
    linear-gradient(90deg, var(--eth-visual-accent), transparent 48%, var(--eth-visual-secondary)),
    url("../images/snake-skin.svg") center / 150px auto repeat;
}
body.eth-look-cyber :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-community-card,.post-card)::after {
  left: 0;
  right: auto;
  bottom: 18%;
  width: 2px;
  height: 64%;
  background: linear-gradient(var(--eth-visual-accent), var(--eth-visual-secondary));
  opacity: .75;
}
body.eth-look-cyber .eth-suite-tabs {
  border-radius: 10px;
  border-color: rgba(168,85,247,.28);
  background: rgba(6,5,15,.92);
}
body.eth-look-cyber .eth-suite-tabs button[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(180deg, rgba(168,85,247,.22), rgba(92,255,114,.035));
}
body.eth-look-cyber .eth-suite-tabs button[aria-selected="true"]::after {
  background: linear-gradient(90deg, var(--eth-visual-accent), var(--eth-visual-secondary));
  box-shadow: 0 0 14px rgba(168,85,247,.32);
}
body.eth-motion-full.eth-look-cyber .eth-suite-tabs button[aria-selected="true"]::after {
  animation: eth-trail-breathe 6s ease-in-out infinite;
}

/* ---------- Cobra Imperial: oscuro premium, esmeralda y oro viejo ---------- */
body.eth-visual-rework.eth-look-imperial {
  --eth-iridescent: linear-gradient(90deg, #8b692d, var(--eth-visual-accent) 35%, #f2d78d 54%, var(--eth-visual-secondary));
  --eth-scale-line: color-mix(in srgb, var(--eth-visual-accent) 28%, transparent);
  background:
    radial-gradient(circle at 50% -12%, rgba(212,170,82,.10), transparent 34%),
    radial-gradient(circle at 8% 34%, rgba(53,189,112,.07), transparent 26%),
    linear-gradient(180deg, #070805 0%, #040504 62%, #080704 100%);
}
body.eth-look-imperial.eth-snake-texture::before {
  inset: 0;
  width: auto;
  opacity: calc(var(--eth-snake-opacity) * .54);
  background:
    url("../images/snake-skin.svg") left top / 160px auto repeat-y,
    url("../images/snake-skin.svg") right top / 160px auto repeat-y;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 13%, transparent 87%, #000);
  mask-image: linear-gradient(90deg, #000, transparent 13%, transparent 87%, #000);
}
body.eth-look-imperial::after {
  right: 50%;
  top: 126px;
  width: min(72vw, 1120px);
  height: 1px;
  transform: translateX(50%);
  opacity: calc(var(--eth-ambient-intensity) * .64);
  background: linear-gradient(90deg, transparent, rgba(212,170,82,.72), var(--eth-visual-secondary), rgba(212,170,82,.72), transparent);
  box-shadow: 0 0 10px rgba(212,170,82,.18);
}
body.eth-look-imperial :is(.site-header,.stream-bar) {
  border-color: rgba(212,170,82,.18);
  background: linear-gradient(90deg, rgba(8,10,6,.98), rgba(15,13,8,.96), rgba(7,12,8,.98));
  box-shadow: 0 1px rgba(53,189,112,.10), 0 14px 36px rgba(0,0,0,.28);
}
body.eth-look-imperial :is(.hero,.archive-hero,.eth-suite-hero,.event-single__hero,.collection-entry__hero) {
  border-radius: 8px;
  border: 1px solid rgba(212,170,82,.34);
  background:
    radial-gradient(circle at 72% 28%, rgba(53,189,112,.09), transparent 32%),
    linear-gradient(145deg, rgba(15,18,10,.985), rgba(7,8,5,.99));
  box-shadow: inset 0 0 0 4px rgba(212,170,82,.035), inset 0 0 0 5px rgba(53,189,112,.035), 0 24px 64px rgba(0,0,0,.35);
}
body.eth-look-imperial :is(.hero,.archive-hero,.eth-suite-hero)::before {
  inset: 10px 10px auto auto;
  width: min(36%, 480px);
  height: calc(100% - 20px);
  opacity: calc(var(--eth-snake-opacity) * .82);
  border-left: 1px solid rgba(212,170,82,.16);
  background: url("../images/snake-skin.svg") right top / 145px auto repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 55%);
  mask-image: linear-gradient(90deg, transparent, #000 55%);
}
body.eth-look-imperial :is(.hero,.archive-hero,.eth-suite-hero)::after {
  left: 8%;
  right: 8%;
  height: 1px;
  opacity: .82;
  background: linear-gradient(90deg, transparent, var(--eth-visual-accent), var(--eth-visual-secondary), transparent);
}
body.eth-look-imperial .hero__visual::before {
  border-radius: 50%;
  border: 1px solid rgba(212,170,82,.38);
  background:
    radial-gradient(circle, rgba(53,189,112,.08), rgba(0,0,0,.30) 58%, rgba(0,0,0,.62)),
    url("../images/snake-skin.svg") center / 145px auto repeat;
  box-shadow: inset 0 0 0 8px rgba(212,170,82,.035), 0 28px 70px rgba(0,0,0,.38);
}
body.eth-look-imperial .hero__visual::after {
  width: min(80%, 410px);
  border-color: rgba(212,170,82,.22);
}
body.eth-look-imperial :is(.hero h1,.archive-hero h1,.eth-suite-hero h1,.section-heading h2,.mini-section-heading h2) {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.015em;
}
body.eth-look-imperial :is(.eth-suite-kicker,.eyebrow,.eth-live-label,.stream-bar__slogan) {
  color: #e4c776;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-shadow: none;
}
body.eth-look-imperial :is(.button--primary,.eth-button:not(.eth-button--ghost),.wp-block-button__link,.elementor-button) {
  border-radius: 7px;
  border-color: rgba(242,215,141,.56);
  color: #111006;
  background: linear-gradient(145deg, #e2c36e, #a57b31 66%, #6f5422);
  box-shadow: inset 0 1px rgba(255,255,255,.34), 0 10px 28px rgba(0,0,0,.32);
}
body.eth-look-imperial :is(.button--primary,.eth-button:not(.eth-button--ghost),.wp-block-button__link,.elementor-button):hover {
  border-color: #f4dc99;
  box-shadow: inset 0 1px rgba(255,255,255,.36), 0 13px 32px rgba(0,0,0,.34), 0 0 16px rgba(212,170,82,.15);
}
body.eth-look-imperial :is(.button--secondary,.eth-button--ghost,.eth-toolbar-button,.section-link) {
  border-radius: 7px;
  border-color: rgba(212,170,82,.28);
  color: #fffbed;
  background: linear-gradient(145deg, rgba(20,22,13,.98), rgba(8,10,6,.98));
}
body.eth-look-imperial :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-calendar-event,.eth-community-card,.post-card,.notice-card,.entry-panel,.twitch-hub-panel,.twitch-extra-panel,.community-cta,.site-footer__panel) {
  border-radius: 8px;
  border-color: rgba(212,170,82,.24);
  background: linear-gradient(150deg, rgba(19,22,13,.97), rgba(7,9,5,.99));
  box-shadow: inset 0 0 0 3px rgba(212,170,82,.025), 0 18px 48px rgba(0,0,0,.28);
}
body.eth-look-imperial.eth-snake-texture :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-community-card,.post-card,.community-cta,.site-footer__panel)::before {
  inset: 0 0 auto 0;
  height: 28px;
  opacity: calc(var(--eth-snake-opacity) * .78);
  background:
    linear-gradient(180deg, rgba(212,170,82,.15), transparent),
    url("../images/snake-skin.svg") center / 118px auto repeat;
}
body.eth-look-imperial :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-community-card,.post-card)::after {
  left: 12%;
  right: 12%;
  height: 1px;
  opacity: .70;
  background: linear-gradient(90deg, transparent, var(--eth-visual-accent), var(--eth-visual-secondary), transparent);
}
body.eth-look-imperial .eth-suite-tabs {
  border-radius: 8px;
  border-color: rgba(212,170,82,.24);
  background: rgba(10,12,7,.95);
  box-shadow: inset 0 0 0 3px rgba(212,170,82,.02);
}
body.eth-look-imperial .eth-suite-tabs button[aria-selected="true"] {
  color: #f6df99;
  background: linear-gradient(180deg, rgba(212,170,82,.12), rgba(53,189,112,.035));
}
body.eth-look-imperial .eth-suite-tabs button[aria-selected="true"]::after {
  left: 18%;
  right: 18%;
  background: linear-gradient(90deg, transparent, #e1c16a, var(--eth-visual-secondary), transparent);
  box-shadow: none;
}

/* Las tres apariencias mantienen la accesibilidad y evitan trabajo continuo. */
@media (max-width: 760px) {
  body.eth-look-cyber::after,
  body.eth-look-imperial::after { display: none; }
  body.eth-look-cyber :is(.hero,.archive-hero,.eth-suite-hero)::before,
  body.eth-look-imperial :is(.hero,.archive-hero,.eth-suite-hero)::before { width: 58%; }
}

@media (prefers-reduced-motion: reduce) {
  body.eth-look-cyber *,
  body.eth-look-imperial * { animation: none !important; }
}

/* Ajustes finales 2.4: deben permanecer al final para prevalecer sobre 2.3. */
body.eth-look-imperial :is(a,button,input,select,textarea):focus-visible{outline:3px solid var(--eth-imperial-gold,#ddb85f);outline-offset:3px}
body.eth-look-imperial :is(.site-header,.stream-bar){border-bottom-color:color-mix(in srgb,var(--eth-imperial-gold,#ddb85f) 56%,transparent);box-shadow:0 8px 28px rgba(0,0,0,.34)}
body.eth-look-imperial :is(.hero,.archive-hero,.eth-suite-hero,.event-single__hero,.collection-entry__hero){border-color:color-mix(in srgb,var(--eth-imperial-gold,#ddb85f) 56%,transparent);box-shadow:inset 0 0 0 3px rgba(221,184,95,.045),0 22px 54px rgba(0,0,0,.28)}
body.eth-look-imperial :is(.button--primary,.eth-button:not(.eth-button--ghost),.wp-block-button__link,.elementor-button){min-height:42px;color:#171407;text-shadow:0 1px rgba(255,255,255,.24)}
body.eth-look-imperial :is(.button--secondary,.eth-button--ghost,.eth-toolbar-button,.section-link){min-height:40px}
body.eth-look-imperial :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-calendar-event,.eth-community-card,.post-card,.notice-card,.entry-panel,.twitch-hub-panel,.twitch-extra-panel,.community-cta,.site-footer__panel){box-shadow:inset 0 0 0 2px rgba(221,184,95,.025),0 12px 30px rgba(0,0,0,.2)}
body.eth-look-imperial :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-community-card,.post-card):hover{border-color:color-mix(in srgb,var(--eth-imperial-gold,#ddb85f) 56%,transparent);box-shadow:inset 0 0 0 2px rgba(221,184,95,.04),0 16px 36px rgba(0,0,0,.26)}
body.eth-look-imperial .eth-suite-tabs{scrollbar-width:thin;scrollbar-color:var(--eth-imperial-gold,#ddb85f) rgba(255,255,255,.05)}
@media(max-width:1024px){body.eth-look-imperial :is(.hero,.archive-hero,.eth-suite-hero){padding-inline:clamp(20px,4vw,42px)}body.eth-look-imperial :is(.eth-card,.eth-collection-card,.eth-suite-event,.eth-community-card,.post-card){min-width:0}}
@media(max-width:782px){body.eth-look-imperial{overflow-x:clip}body.eth-look-imperial :is(.hero,.archive-hero,.eth-suite-hero,.event-single__hero,.collection-entry__hero){border-width:1px;box-shadow:0 14px 34px rgba(0,0,0,.24)}body.eth-look-imperial :is(.button--primary,.button--secondary,.eth-button,.eth-toolbar-button,.wp-block-button__link,.elementor-button){max-width:100%;white-space:normal}body.eth-look-imperial .eth-suite-tabs{justify-content:flex-start;overflow-x:auto;scroll-snap-type:x proximity}body.eth-look-imperial .eth-suite-tabs button{flex:0 0 auto;scroll-snap-align:start}}
