/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    :root, :host {
      --complete: 0;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, "SF Mono", Menlo, monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-negro-mate: #0a0a0a;
    --color-ambar: #e09a2a;
    --color-verde-profundo: #1a3a2a;
    --color-hueso: #ede6d6;
    --color-verde-brillante: #2f7a52;
    --color-hueso-apagado: #9a917f;
    --color-linea: #ede6d624;
    --gradient-start: #e09a2a;
    --gradient-stop: #2f7a52;
    --font-display: "Permanent Marker", "Marker Felt", cursive;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .static {
    position: static;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .resize {
    resize: both;
  }
}

@font-face {
  font-family: Permanent Marker;
  src: url("/fonts/permanent-marker.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --negro-mate: var(--color-negro-mate);
  --ambar: var(--color-ambar);
  --verde-profundo: var(--color-verde-profundo);
  --hueso: var(--color-hueso);
  --verde-brillante: var(--color-verde-brillante);
  --hueso-apagado: var(--color-hueso-apagado);
  --linea: var(--color-linea);
  --snd-logo: url("/logo-snd-round.png");
  --pulse: 1;
  color-scheme: dark;
}

html, body {
  background: var(--negro-mate);
  color: var(--hueso);
  min-height: 100vh;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

@view-transition {
  navigation: auto;
}

@property --complete {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}

.btn {
  box-sizing: border-box;
  cursor: pointer;
  color: var(--hueso-apagado);
  font-family: var(--font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
  background: #0a0a0a8c padding-box padding-box;
  border: 1px solid #0000;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.btn:after {
  content: "";
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-stop));
  -webkit-mask: conic-gradient(from calc(var(--from, 0) * 1deg), #000 calc(var(--complete) * 1%), #0000 calc(var(--complete) * 1%));
  -webkit-mask: conic-gradient(from calc(var(--from, 0) * 1deg), #000 calc(var(--complete) * 1%), #0000 calc(var(--complete) * 1%));
  mask: conic-gradient(from calc(var(--from, 0) * 1deg), #000 calc(var(--complete) * 1%), #0000 calc(var(--complete) * 1%));
  transition: --complete .5s linear;
  position: absolute;
  inset: -1px;
}

.btn:is(:hover, :focus-visible) {
  --complete: 100;
  color: var(--hueso);
}

.gradient-icon {
  background: linear-gradient(180deg, var(--gradient-start) 0%, var(--gradient-stop) 100%);
}

.section-heading {
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
}

.wordmark {
  font-family: var(--font-display);
  color: var(--ambar);
  font-size: clamp(30px, 7vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.wordmark .mark {
  vertical-align: -.5em;
  background-image: var(--snd-logo);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.95em;
  height: 1.95em;
  margin-right: 10px;
  display: inline-block;
}

.tagline {
  font-family: var(--font-mono);
  letter-spacing: .22em;
  color: var(--hueso-apagado);
  text-transform: uppercase;
  border-top: 1px solid var(--linea);
  margin-top: 14px;
  padding-top: 12px;
  font-size: 12px;
}

.state {
  font-family: var(--font-mono);
  letter-spacing: .18em;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
}

.dot {
  background: var(--hueso-apagado);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.state.on .dot {
  background: var(--ambar);
  animation: 2s infinite pulse;
  box-shadow: 0 0 12px #e09a2acc;
}

.state.on {
  color: var(--ambar);
}

.state.off {
  color: var(--hueso-apagado);
}

.state.arch {
  color: var(--verde-brillante);
}

.state.arch .dot {
  background: var(--verde-brillante);
  box-shadow: 0 0 12px #2f7a52cc;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.tv {
  background: radial-gradient(140vmax 70vmax at 50% -12%, #e09a2a1a, transparent 62%), var(--negro-mate);
  z-index: 0;
  flex-direction: column;
  height: 100dvh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.tv .wordmark {
  margin-top: 0;
  font-size: clamp(22px, 3.2vw, 46px);
}

.tv .tagline {
  letter-spacing: .2em;
  margin-top: 12px;
  font-size: 10px;
}

.tv-top {
  z-index: 2;
  width: 100%;
  padding: calc(env(safe-area-inset-top, 0px) + 3.5vh) 6vw 0;
  flex-direction: column;
  flex: none;
  gap: 1.6vh;
  display: flex;
  position: relative;
}

.tv-nav {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  display: flex;
}

.tv-actions {
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.tv-back, .tv-reload {
  color: var(--hueso-apagado);
  font-family: var(--font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid var(--linea);
  white-space: nowrap;
  cursor: pointer;
  background: #0a0a0a59;
  border-radius: 10px;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.tv-back:hover, .tv-reload:hover {
  color: var(--hueso);
  border-color: var(--ambar);
}

.tv-cast-wrap {
  align-items: center;
  display: none;
}

.tv.playing .tv-cast-wrap, .tv.casting .tv-cast-wrap {
  display: inline-flex;
}

google-cast-launcher.tv-cast {
  cursor: pointer;
  --connected-color: var(--ambar);
  --disconnected-color: var(--hueso-apagado);
  width: 22px;
  height: 22px;
}

.tv-state {
  font-family: var(--font-mono);
  letter-spacing: .2em;
  color: var(--hueso-apagado);
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.tv-state .dot {
  background: var(--hueso-apagado);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.tv-state.on .dot {
  background: var(--ambar);
  box-shadow: 0 0 12px #e09a2acc;
}

.tv-state.arch .dot {
  background: var(--verde-brillante);
  box-shadow: 0 0 12px #2f7a52cc;
}

.tv-state.on {
  color: var(--ambar);
}

.tv-state.arch {
  color: var(--verde-brillante);
}

.tv-eq {
  width: auto;
  height: clamp(64px, 15vh, 150px);
  margin: 0 6vw calc(env(safe-area-inset-bottom, 0px) + 3vh);
  z-index: 1;
  border: 1px solid var(--linea);
  background: linear-gradient(#ede6d605, #ede6d60d);
  border-radius: 14px;
  flex: none;
  display: block;
  position: relative;
}

.tv-eq.off {
  opacity: .35;
}

.tv-main {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: center;
  gap: 2.2vh;
  min-height: 0;
  padding: 2vh 6vw 5vh;
  display: flex;
  position: relative;
}

.tv-logo {
  aspect-ratio: 1;
  background-image: var(--snd-logo);
  width: clamp(180px, min(30vw, 36vh), 460px);
  transform: scale(var(--pulse, 1));
  will-change: transform;
  filter: drop-shadow(0 0 26px #e09a2a59);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 80ms ease-out;
}

@keyframes tv-logo-live {
  0%, 100% {
    transform: scale(var(--pulse, 1)) translate(0, 0) rotate(0deg);
  }

  50% {
    transform: scale(var(--pulse, 1)) translate(0.9%, -0.7%) rotate(.4deg);
  }
}

.tv.live .tv-logo {
  animation: .16s steps(2, start) infinite tv-logo-live;
}

.tv-grid {
  z-index: 0;
  pointer-events: none;
  opacity: .5;
  background-image: linear-gradient(#ede6d60e 1px, #0000 1px), linear-gradient(90deg, #ede6d60e 1px, #0000 1px);
  background-size: 44px 44px, 44px 44px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(120% 90% at 50% 45%, #000 28%, #0000 78%);
  mask-image: radial-gradient(120% 90% at 50% 45%, #000 28%, #0000 78%);
}

.tv-smoke {
  pointer-events: none;
  opacity: 0;
  z-index: 0;
  transition: opacity 1.4s;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.tv.live .tv-smoke, .tv.sim .tv-smoke {
  opacity: 1;
}

.tv:not(.live):not(.sim) .tv-smoke .tv-wisp {
  animation-play-state: paused;
}

.tv-smoke:after {
  content: "";
  background: linear-gradient(0deg, #ede6d60e, #0000 72%);
  height: 46vh;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tv-smoke .tv-wisp {
  bottom: calc(6vh - var(--h, 34vh));
  left: var(--left, 50%);
  width: var(--w, 13vw);
  height: var(--h, 34vh);
  transform-origin: 50% 100%;
  filter: blur(calc(var(--blur, 22px) * var(--blur-k, 1)));
  animation: tv-rise var(--rise, 9s) cubic-bezier(.25, .7, .3, 1) infinite, tv-sway var(--sway-dur, 4.4s) ease-in-out infinite;
  animation-delay: var(--rise-d, 0s), var(--sway-d, 0s);
  will-change: transform, translate, opacity;
  position: absolute;
  overflow: visible;
}

.tv-smoke path {
  fill: none;
  stroke: #ede6d626;
  stroke-width: 9px;
  stroke-linecap: round;
}

@keyframes tv-rise {
  0% {
    transform: translateY(0) scale(calc(.32 * var(--pulse, 1))) rotate(0deg);
    opacity: 0;
  }

  14% {
    opacity: calc(.55 + .3 * var(--pulse, 1));
  }

  100% {
    transform: translateY(var(--travel, -48vh)) scale(calc(1.05 * var(--pulse, 1))) rotate(var(--rot, 10deg));
    opacity: 0;
  }
}

@keyframes tv-sway {
  0% {
    translate: 0;
  }

  25% {
    translate: calc(var(--sway, 2.2vw) * var(--pulse, 1)) 0;
  }

  75% {
    translate: calc(var(--sway, 2.2vw) * var(--pulse, 1) * -1) 0;
  }

  100% {
    translate: 0;
  }
}

.tv-smoke .tv-wisp:first-of-type {
  --left: 15%;
  --w: 12vw;
  --h: 30vh;
  --travel: -44vh;
  --rise: 7s;
  --rise-d: -1s;
  --sway: 2vw;
  --sway-dur: 3.6s;
  --sway-d: -.7s;
  --rot: 8deg;
  --blur: 20px;
}

.tv-smoke .tv-wisp:nth-of-type(2) {
  --left: 28%;
  --w: 15vw;
  --h: 36vh;
  --travel: -52vh;
  --rise: 9.5s;
  --rise-d: -6s;
  --sway: -2.6vw;
  --sway-dur: 4.8s;
  --sway-d: -2.1s;
  --rot: -12deg;
  --blur: 25px;
}

.tv-smoke .tv-wisp:nth-of-type(3) {
  --left: 42%;
  --w: 11vw;
  --h: 28vh;
  --travel: -42vh;
  --rise: 8s;
  --rise-d: -3s;
  --sway: 2.8vw;
  --sway-dur: 3.2s;
  --sway-d: -.4s;
  --rot: 15deg;
  --blur: 18px;
}

.tv-smoke .tv-wisp:nth-of-type(4) {
  --left: 55%;
  --w: 14vw;
  --h: 38vh;
  --travel: -56vh;
  --rise: 10.5s;
  --rise-d: -8s;
  --sway: -2.2vw;
  --sway-dur: 4.2s;
  --sway-d: -2.9s;
  --rot: -8deg;
  --blur: 27px;
}

.tv-smoke .tv-wisp:nth-of-type(5) {
  --left: 68%;
  --w: 13vw;
  --h: 33vh;
  --travel: -48vh;
  --rise: 8.5s;
  --rise-d: -4s;
  --sway: 2.4vw;
  --sway-dur: 4s;
  --sway-d: -1.5s;
  --rot: 10deg;
  --blur: 23px;
}

.tv-smoke .tv-wisp:nth-of-type(6) {
  --left: 20%;
  --w: 16vw;
  --h: 34vh;
  --travel: -54vh;
  --rise: 10s;
  --rise-d: -9s;
  --sway: -3vw;
  --sway-dur: 5.2s;
  --sway-d: -3.6s;
  --rot: -10deg;
  --blur: 26px;
}

.tv-smoke .tv-wisp:nth-of-type(7) {
  --left: 48%;
  --w: 10vw;
  --h: 29vh;
  --travel: -46vh;
  --rise: 7.5s;
  --rise-d: -2s;
  --sway: 1.8vw;
  --sway-dur: 3.4s;
  --sway-d: -1.9s;
  --rot: 6deg;
  --blur: 19px;
}

.tv-smoke .tv-wisp:nth-of-type(8) {
  --left: 80%;
  --w: 15vw;
  --h: 35vh;
  --travel: -58vh;
  --rise: 11s;
  --rise-d: -10s;
  --sway: -2.6vw;
  --sway-dur: 4.6s;
  --sway-d: -.9s;
  --rot: -14deg;
  --blur: 28px;
}

.tv-smoke .tv-wisp:nth-of-type(9) {
  --left: 35%;
  --w: 12vw;
  --h: 32vh;
  --travel: -50vh;
  --rise: 9s;
  --rise-d: -5s;
  --sway: 2.8vw;
  --sway-dur: 4.4s;
  --sway-d: -3.1s;
  --rot: 12deg;
  --blur: 24px;
}

.tv.starting {
  cursor: none;
}

.player {
  display: none;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .tv-top {
    padding-top: calc(env(safe-area-inset-top, 0px) + 3vh);
    gap: 1.4vh;
  }

  .tv-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
  }

  .tv-main {
    gap: 1.8vh;
    padding: 2vh 6vw 4vh;
  }

  .tv-logo {
    width: clamp(170px, min(46vw, 40vh), 340px);
    max-height: 40vh;
  }

  .tv .wordmark {
    font-size: clamp(24px, 6vw, 40px);
  }

  .tv .tagline {
    letter-spacing: .16em;
    font-size: 10px;
  }

  .tv-eq {
    height: clamp(56px, 13vh, 110px);
    margin: 0 5vw calc(env(safe-area-inset-bottom, 0px) + 2.2vh);
  }
}

@media (max-width: 640px) {
  .tv-top {
    padding-top: calc(env(safe-area-inset-top, 0px) + 2.4vh);
    gap: 1.2vh;
  }

  .tv-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px;
  }

  .tv-back, .tv-reload {
    padding: 8px 10px;
    font-size: 11px;
  }

  .tv-main {
    gap: 1.6vh;
    padding: 1.5vh 5vw 2vh;
  }

  .tv-logo {
    width: clamp(190px, min(68vw, 40vh), 430px);
    max-height: 44vh;
  }

  .tv .wordmark {
    font-size: clamp(20px, 7.5vw, 34px);
  }

  .tv .tagline {
    letter-spacing: .14em;
    font-size: 9px;
  }

  .tv-eq {
    height: clamp(48px, 12vh, 110px);
    margin: 0 5vw calc(env(safe-area-inset-bottom, 0px) + 1.8vh);
  }

  .tv-smoke {
    --blur-k: .42;
  }

  .tv-smoke .tv-wisp {
    width: calc(var(--w, 13vw) * 1.15);
  }

  .tv-smoke path {
    stroke-width: 14px;
  }

  .tv-smoke .tv-wisp:nth-of-type(n+7) {
    display: none;
  }
}

@media (max-height: 540px) {
  .tv-top {
    padding-top: calc(env(safe-area-inset-top, 0px) + 2vh);
    gap: 1vh;
  }

  .tv-main {
    gap: 1vh;
    padding: 1vh 5vw 1.5vh;
  }

  .tv-logo {
    width: clamp(120px, min(52vw, 30vh), 300px);
    max-height: 30vh;
  }

  .tv .wordmark {
    font-size: clamp(18px, 6vw, 30px);
  }

  .tv .tagline {
    letter-spacing: .12em;
    margin-top: 8px;
    padding-top: 8px;
    font-size: 8px;
  }

  .tv-eq {
    height: clamp(36px, 10vh, 60px);
    margin: 0 5vw calc(env(safe-area-inset-bottom, 0px) + 1.2vh);
  }

  .tv-smoke .tv-wisp:nth-of-type(n+6) {
    display: none;
  }
}

@media (max-height: 400px) {
  .tv .tagline {
    display: none;
  }

  .tv-main {
    gap: .8vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tv-smoke, .tv-smoke .tv-wisp {
    opacity: 0;
    animation: none;
  }

  .tv-logo, .tv.live .tv-logo {
    transition: none;
    animation: none;
    transform: none;
  }
}

.wrap {
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 16px 48px;
  position: relative;
}

body:before {
  content: "";
  background-image: var(--snd-logo);
  opacity: .045;
  pointer-events: none;
  z-index: 0;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: clamp(140px, 34vw, 260px);
  position: fixed;
  inset: 0;
}

.hero {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: 8px;
  display: flex;
}

.hero .wordmark {
  margin-top: 0;
}

.hero .tagline {
  max-width: 100%;
}

.estado {
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 16px;
  margin-top: 20px;
  display: flex;
}

.estado .state {
  margin-top: 0;
}

.hero .estado, .hero .estado .state {
  justify-content: center;
  margin-top: 0;
}

.presencia {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.chispa {
  border: 1px solid var(--linea);
  background: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.chispa.on {
  background: var(--verde-brillante);
  border-color: var(--verde-brillante);
  animation: 3s ease-in-out infinite parpadeo;
  box-shadow: 0 0 10px #2f7a52a6;
}

.chispa.on:nth-child(2n) {
  animation-delay: .5s;
}

.chispa.on:nth-child(3n) {
  animation-delay: 1s;
}

@keyframes parpadeo {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .45;
  }
}

.wrap[data-state="prep"] .ctrl .play {
  pointer-events: none;
  opacity: .45;
  filter: grayscale(.6);
}

.slot {
  border: 1px solid var(--linea);
  background: linear-gradient(#ede6d608, #ede6d603);
  border-radius: 12px;
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
}

.slot .head {
  border-bottom: 1px solid var(--linea);
  padding: 14px 16px;
  overflow: hidden;
}

.mount {
  font-family: var(--font-mono);
  letter-spacing: .15em;
  color: var(--hueso-apagado);
  font-size: 13px;
}

.slot h3 {
  color: var(--hueso);
  margin-top: 6px;
  font-size: 22px;
  font-weight: 800;
}

.slot .body {
  padding: 6px 16px 16px;
}

.ctrl {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin-top: 18px;
  display: flex;
}

.ctrl .play {
  width: 100%;
  margin-top: 0;
}

.play {
  background: var(--ambar);
  color: var(--negro-mate);
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  border: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 15px 22px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  display: inline-flex;
}

.play:hover {
  background: var(--hueso);
  color: var(--negro-mate);
}

.play:focus-visible {
  outline: 2px solid var(--hueso);
  outline-offset: 3px;
}

.msg p.desc {
  color: var(--hueso-apagado);
  margin: 0;
  padding-top: 14px;
  font-size: 14px;
  line-height: 1.5;
}

.msg p.warn {
  color: var(--ambar);
  background: #e09a2a0f;
  border: 1px solid #e09a2a59;
  border-radius: 8px;
  margin: 10px 0 0;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.5;
}

.spec-h {
  font-family: var(--font-mono);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--verde-brillante);
  border-bottom: 1px solid var(--linea);
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  padding-bottom: 6px;
  font-size: 11px;
  display: inline-flex;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}

td {
  vertical-align: top;
  padding: 7px 0;
  font-size: 14px;
}

td.k {
  color: var(--verde-brillante);
  font-family: var(--font-mono);
  letter-spacing: .08em;
  word-wrap: break-word;
  word-break: break-all;
  width: 44%;
  padding-right: 12px;
  font-size: 12px;
}

td.v {
  color: var(--hueso);
  text-align: right;
}

.msg td {
  border-bottom: 1px solid #ede6d60f;
}

.msg tr:last-child td {
  border-bottom: none;
}

.kic {
  align-items: center;
  gap: 7px;
  display: inline-flex;
}

.ts-live {
  font-family: var(--font-mono);
  color: var(--ambar);
  letter-spacing: .08em;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.ts-cl {
  color: var(--hueso-apagado);
  font-size: 13px;
}

.eps {
  margin-top: 40px;
}

.eps > summary {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-top: 1px solid var(--linea);
  color: var(--hueso);
  align-items: center;
  gap: 8px;
  padding-top: 18px;
  font-size: 20px;
  font-weight: 800;
  list-style: none;
  display: flex;
}

.eps > summary::-webkit-details-marker {
  display: none;
}

.eps > summary .eps-count {
  font-family: var(--font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--hueso-apagado);
  margin-left: auto;
  font-size: 11px;
  font-weight: 400;
}

.eps > summary:after {
  content: "+";
  font-family: var(--font-mono);
  color: var(--ambar);
  margin-left: 10px;
  font-weight: 800;
}

.eps[open] > summary:after {
  content: "−";
}

.eps-list {
  flex-direction: column;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.eps-list a {
  border: 1px solid var(--linea);
  background: linear-gradient(#ede6d608, #ede6d603);
  border-radius: 12px;
  align-items: stretch;
  gap: 14px;
  padding: 14px 16px;
  text-decoration: none;
  transition: border-color .2s, background .2s;
  display: flex;
}

.eps-list a:hover {
  background: linear-gradient(#e09a2a0f, #e09a2a05);
  border-color: #e09a2a80;
}

.eps-play {
  aspect-ratio: 1;
  background: var(--verde-profundo);
  width: 46px;
  color: var(--hueso);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.eps-list a:hover .eps-play {
  background: var(--ambar);
  color: var(--negro-mate);
}

.eps-info {
  flex: auto;
  min-width: 0;
}

.eps-title {
  color: var(--hueso);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  display: block;
}

.eps-meta {
  font-family: var(--font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--hueso-apagado);
  margin-top: 4px;
  font-size: 11px;
  display: block;
}

.eps-desc {
  color: var(--hueso-apagado);
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.5;
  display: block;
}

.eps-list .eps-dur {
  color: var(--ambar);
  font-family: var(--font-mono);
  letter-spacing: .1em;
  white-space: nowrap;
  flex: none;
  align-self: center;
  font-size: 12px;
}

.footer {
  font-family: var(--font-mono);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--hueso-apagado);
  border-top: 1px solid var(--linea);
  margin-top: 30px;
  padding-top: 14px;
  font-size: 11px;
}

.footer a {
  color: var(--ambar);
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

@media (min-width: 641px) {
  td {
    padding: 9px 0;
  }

  .estado, .state {
    margin-top: 26px;
  }

  .estado .state {
    margin-top: 0;
  }

  .footer {
    margin-top: 40px;
  }

  .slot .head {
    padding: 18px 22px;
  }

  .slot .body {
    padding: 6px 22px 20px;
  }
}

@media (min-width: 801px) {
  .wrap {
    padding: 56px 24px 64px;
  }
}

@media (max-width: 640px) {
  body:has(.player-box) .wrap {
    padding-bottom: 170px;
  }

  .ctrl {
    z-index: 5;
    left: 14px;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    margin: 0;
    position: fixed;
  }
}
