*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
}
:after,
:before {
    --tw-content: "";
}
:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji,
        Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
}
body {
    line-height: inherit;
    margin: 0;
}
hr {
    border-top-width: 1px;
    color: inherit;
    height: 0;
}
hr.separador-radios {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    border-color: #4b556385;
    /* gris */
    opacity: 0.5;
}

.logo img {
    display: none;
}

.dark-theme .logo-dark {
    display: inline;
}

.light-theme .logo-light {
    display: inline;
}


/* ESTILO DE GENEROS Y PAISES */

@media not all and (min-width: 1024px) {
    .post-radio__meta {
        justify-content: center;
    }
}


.radio-archive-header {
    margin-bottom: 2rem;
    text-align: left;
}

.radio-archive-header h1 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff; /* gris oscuro */
    margin-bottom: -0.2rem;
   
}

.radio-archive-header p {
    font-size: 16px;
    color: #ffffff; /* gris medio */
    font-weight: 400;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}







.light-theme .radio-archive-header {
    margin-bottom: 2rem;
    text-align: left;
}

.light-theme .radio-archive-header h1 {
    font-size: 30px;
    font-weight: 700;
    color: #334155;
    /* gris azulado claro */
}

.light-theme .radio-archive-header p {
    font-size: 16px;
    color: #334155;
    /* gris claro */
    font-weight: 400;
}




/* FIN ESTILO DE GENEROS Y PAISES */



#notification-popup {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  background: white;
  color: black;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 250px;
  padding: 1rem;
  z-index: 999;
}








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;
    text-decoration: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-size: 1em;
    font-variation-settings: normal;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
}

.fade-in {
    animation: fadeIn 0.3s ease-in forwards;
}

.fade-out {
    animation: fadeOut 0.3s ease-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.98);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.98);
    }
}


.hder-search {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 9999px;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}

.post-radio__meta a.flag:after {
    background-color: hsla(0, 0%, 100%, .1);
    content: "";
    display: block;
    height: 1rem;
    margin-left: 1rem;
    width: .125rem;
}


.post-radio__meta span:after {
    background-color: hsla(0, 0%, 100%, .1);
    content: "";
    display: block;
    height: 1rem;
    margin-left: 1rem;
    width: .125rem;
}


.post-radio__meta {
    align-items: center;
    display: flex
;
    flex-wrap: wrap;
    gap: .0rem;
    margin-bottom: .625rem;
}

.post-radio__meta a.flag {
    background-color: transparent;
    font-size: 1rem;
    line-height: 1.5rem;
}

.post-radio__meta a {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 9999px;
    display: flex
;
    font-size: .875rem;
    font-weight: 600;
    gap: .5rem;
    line-height: 1.25rem;
    padding: .125rem .75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    transition-duration: .3s;
}



.post-radio__metaxd {
    align-items: center;
    display: flex
;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}



@media not all and (min-width: 1024px) {
    .alert__wrapper {
        overflow: hidden;
    }
}

@media (min-width: 1024px) {
    .alert__wrapper {
        align-items: center;
        display: flex;
        gap: 1rem;
    }
}

.alert__wrapper svg {
    opacity: 0.75;
}

@media not all and (min-width: 1024px) {
    .alert__wrapper svg {
        float: left;
        margin-right: 1rem;
    }
}







.hder-search input {
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 600;
  height: 2.5rem;
  line-height: 1.25rem;
  min-width: 201px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.hder-search input::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.hder-search input::placeholder {
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.hder-search svg {
  height: 1.25rem;
  width: 1.25rem;
  fill: transparent;
}
.gap-5 {
  gap: 1.25rem;
}


button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
button,
select {
    text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
:-moz-focusring {
    outline: auto;
}
:-moz-ui-invalid {
    box-shadow: none;
}
progress {
    vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}
fieldset {
    margin: 0;
}
fieldset,
legend {
    padding: 0;
}
menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
dialog {
    padding: 0;
}
textarea {
    resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9ca3af;
    opacity: 1;
}
input::placeholder,
textarea::placeholder {
    color: #9ca3af;
    opacity: 1;
}
[role="button"],
button {
    cursor: pointer;
}
:disabled {
    cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}
img,
video {
    height: auto;
    max-width: 100%;
}
[hidden]:where(:not([hidden="until-found"])) {
    display: none;
}
:root {
    --nxt-body-color: 4, 4, 4;
    --nxt-primary-color: 80, 25, 232;
    --nxt-secondary-color: 116, 61, 255;
    --nxt-text-color: 23, 23, 23;
    --nxt-light-color: 36, 36, 36;
    --nxt-light-color-hover: 51, 51, 51;
    --nxt-light-color-hover-2: 72, 72, 72;
    --nxt-container-color: 18, 18, 18;
    --nxt-wrapper-color: 24, 24, 24;
    --nxt-player-width: 355px;
    --nxt-player-height-mobile: 72px;
    --rst-wrapper-color: 241, 245, 249;
}
body {
    margin: 0;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--nxt-body-color), var(--tw-bg-opacity, 1));
    font-family: Montserrat;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
.pointer-events-none {
    pointer-events: none;
}
.absolute {
    position: absolute;
}
.left-0 {
    left: 0;
}
.right-\[1\.25rem\] {
    right: 1.25rem;
}
.top-0 {
    top: 0;
}
.top-6 {
    top: 1.5rem;
}
.z-50 {
    z-index: 50;
}
.col-span-full {
    grid-column: 1/-1;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-12 {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.-ml-1 {
    margin-left: -0.25rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mt-12 {
    margin-top: 3rem;
}
.line-clamp-1 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.\!hidden {
    display: none !important;
}
.hidden {
    display: none;
}
.aspect-square {
    aspect-ratio: 1/1;
}
.\!h-\[20px\] {
    height: 20px !important;
}
.\!h-\[24px\] {
    height: 24px !important;
}
.h-12 {
    height: 3rem;
}
.h-4 {
    height: 1rem;
}
.h-6 {
    height: 1.5rem;
}
.h-\[24px\] {
    height: 24px;
}
.h-auto {
    height: auto;
}
.h-full {
    height: 100%;
}
.w-4 {
    width: 1rem;
}
.w-6 {
    width: 1.5rem;
}
.w-\[100px\] {
    width: 100px;
}
.w-\[60\%\] {
    width: 60%;
}
.w-\[85\%\] {
    width: 85%;
}
.w-\[90px\] {
    width: 90px;
}
.w-\[calc\(100\%_-_90px\)\] {
    width: calc(100% - 90px);
}
.w-auto {
    width: auto;
}
.w-full {
    width: 100%;
}
@keyframes pulse {
    0%,
    to {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}
.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.place-content-center {
    place-content: center;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-4 {
    gap: 1rem;
}
.self-stretch {
    align-self: stretch;
}
.overflow-hidden {
    overflow: hidden;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-xl {
    border-radius: 0.75rem;
}
.bg-wrapper {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--nxt-wrapper-color), var(--tw-bg-opacity, 1));
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.p-4 {
    padding: 1rem;
}
.p-6 {
    padding: 1.5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.text-center {
    text-align: center;
}
.align-middle {
    vertical-align: middle;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.font-bold {
    font-weight: 700;
}
.font-semibold {
    font-weight: 600;
}
.uppercase {
    text-transform: uppercase;
}
.leading-none {
    line-height: 1;
}
.text-primary {
    --tw-text-opacity: 1;
    color: rgba(var(--nxt-primary-color), var(--tw-text-opacity, 1));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/75 {
    color: hsla(0, 0%, 100%, 0.75);
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-75 {
    opacity: 0.75;
}
.duration-300 {
    transition-duration: 0.3s;
}
.duration-500 {
    transition-duration: 0.5s;
}
.animate-duration-300 {
    animation-duration: 0.3s;
}
::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: rgba(var(--nxt-light-color-hover), 1);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(var(--nxt-light-color-hover-2), 1);
}
body.no-scroll {
    overflow: hidden;
}
svg {
    height: 1.5rem;
    width: 1.5rem;
    fill: currentColor;
}
@media (min-width: 1024px) {
    html:has(#wpadminbar) .nxt-wrapper {
        padding-top: 3rem;
    }
}

body {
    overscroll-behavior: none;
    touch-action: manipulation;
}

.nxt-wrapper {
    align-items: flex-start;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--rst-body-color), var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {
    .nxt-wrapper {
        flex-direction: row-reverse;
        padding: 0 1rem;
    }
}
.light-theme .headline h1,
.light-theme .headline p,
.light-theme .headline__title {
    --tw-text-opacity: 1;
    color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}

.light-theme .bg-wrapper {
    --tw-bg-opacity: 1;
    background-color: #e2e8f080;
    color: #0f172a;
}

.light-theme .bg-wrapper:hover {
    background-color: #ffffff;
    color: #0f172a;
    /* Puedes mantener o cambiar el color del texto si es necesario */
}

.light-theme .text-white {
    --tw-text-opacity: 1;
    color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}

.nxt-main {
    height: 100%;
    overflow: hidden;
    padding-top: 0 !important;
    position: relative;
    width: 100%;
    --tw-bg-opacity: 1;
        background-color: rgba(var(--nxt-container-color), var(--tw-bg-opacity, 1));
}


.light-theme .nxt-main {
    background-color: #f1f5f9;
           
}

@media (min-width: 1024px) {
    .nxt-main {
        border-radius: 0.75rem;
        height: calc(100% - 32px);
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-top: 1rem;
        padding-bottom: 1rem;
        padding-right: 0.5rem;
        padding-top: 0;
        width: calc(100% - var(--nxt-player-width) - 16px);
    }
}
.nxt-main__inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 50;
}


@media not all and (min-width: 1024px) {
    .nxt-main__inner {
        padding-bottom: 72px;
    }
}
@media (min-width: 1024px) {
    .nxt-main__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.nxt-main__inner {
    display: flex;
    flex-direction: column;
}
html:has(.single-nxtuner-radio) .nxt-main:before {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: var(--bg-post-color, transparent)
        var(--tw-gradient-to-position);
    opacity: 0.2;
}
.loader {
    display: inline-flex;
    height: var(--icon-size, 32px);
    position: relative;
    width: var(--icon-size, 32px);
}
.loader:before {
    animation: nxtSpin 0.7s linear infinite;
    border-color: currentColor transparent transparent;
    border-radius: 9999px;
    border-width: 3px;
    content: "";
    height: 75%;
    left: 15%;
    position: absolute;
    top: 15%;
    width: 75%;
}
.logo img {
    height: 24px;
}



.plyer-aside {
    border-radius: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    overflow-y: auto;
    z-index: 100;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--nxt-light-color), var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 1024px) {
    .plyer-aside {
        height: calc(100% - 32px);
        left: 1rem;
        position: fixed;
        top: 1rem;
        width: var(--nxt-player-width);
        z-index: 40;
    }
}

.border-light {
    --tw-border-opacity: 1;
    border-color: rgba(var(--rst-light-color), var(--tw-border-opacity, 1));
}


.plyer-aside__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0.5rem 1.5rem;
    text-align: center;
}
.plyer-aside__header a {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 2.25rem;
    text-transform: uppercase;
}
.plyer-aside__header button {
    font-size: 1.125rem;
    line-height: 1.75rem;
    transition-duration: 0.3s;
}
.plyer-aside__header button:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.plyer-aside__title {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}
.plyer-aside__title img {
    height: 28px;
}
.plyer-aside__title button[data-action="fullscreen"] {
    position: absolute;
    right: 0;
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: 0s;
}
@media not all and (min-width: 1024px) {
    .plyer-aside__title button[data-action="fullscreen"] {
        display: none;
    }
}
.plyer-aside__title button[data-action="fullscreen"] svg {
    height: 1rem;
    width: 1rem;
}

.post-radio__socials {
  border-bottom-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
}
.post-radio__socials h2 {
  font-weight: 600;
  opacity: 0.5;
}
.post-radio__socials ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.post-radio__socials ul li a.wider {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  background: #333;
  font-weight: 600;
  gap: 1rem;
  line-height: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: auto;
}

.post-radio__socials ul li a {
    border-radius: .5rem;
    display: grid
;
    height: 2.5rem;
    place-content: center;
    width: 2.5rem;
    --tw-bg-opacity: 1;
    background-color: #333;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    transition-duration: .3s;
}



.plyer-aside__content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
    position: relative;
    z-index: 10;
}
@media (min-width: 1024px) {
    .plyer-aside__content {
        justify-content: space-between;
        padding-bottom: 3rem;
        padding-top: 1.25rem;
    }
}


.plyer-aside__current {
    display: flex;
    flex-direction: column;
    font-size: 1.125rem;
    font-weight: 700;
    gap: 0;
    line-height: 1.75rem;
    margin-top: 1.5rem;
    text-align: center;
}
.plyer-aside__current span:first-child {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.25rem;
    text-transform: uppercase;
}
.plyer-aside__back {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 1.25rem;
    margin: -1.25rem;
    position: absolute;
    top: 1.25rem;
    width: 100%;
    --tw-blur: blur(12px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.plyer-aside__back:before {
    background-color: var(--bg-color, #111);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .plyer-aside {
        border-radius: 0;
        bottom: 0;
        height: var(--nxt-player-height-mobile);
        left: 0;
        position: fixed;
        width: 100%;
    }
    .plyer-aside .plyer__action {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .plyer-aside .plyer__action button[data-nxt-action="play"] {
        display: flex;
    }
}
.plyer-aside.is-expanded {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.plyer-aside.is-expanded button[data-action="expand"] i {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.plyer-aside.is-expanded .plyer-aside__header {
    display: flex !important;
}
.plyer-aside.is-expanded .plyer {
    display: flex !important;
    flex-direction: column;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 20rem;
}
.plyer-aside.is-expanded .plyer button[data-action="expand"] {
    font-size: 1.25rem;
    left: 0;
    line-height: 1.75rem;
    margin-left: 2rem;
    margin-right: 2rem;
    position: absolute;
    top: 3rem;
}
.plyer-aside.is-expanded .plyer__meta {
    margin-top: 1rem;
    text-align: left;
    width: 100%;
}
.plyer-aside.is-expanded .plyer__duration {
    align-items: center;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
}
.plyer-aside.is-expanded .plyer__cover {
    aspect-ratio: 1/1;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.plyer-aside.is-expanded .plyer__progress {
    display: block;
}
.plyer-aside.is-expanded .plyer__action {
    flex-grow: 0;
    position: relative;
    top: auto;
    --tw-translate-y: 0px;
    justify-content: center;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.plyer-aside.is-expanded .plyer__action button,
.plyer-aside.is-expanded .plyer__action div {
    display: grid;
}
.plyer-aside.is-fullscreen-mode {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 200;
}
.plyer-aside.is-fullscreen-mode .plyer {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-left: 5rem;
    padding-right: 5rem;
}
.plyer-aside.is-fullscreen-mode .plyer__name {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.plyer-aside.is-fullscreen-mode .plyer__cover {
    height: 180px;
    margin-bottom: 0;
    width: 180px;
}
.plyer-aside.is-fullscreen-mode .plyer__duration {
    width: 100%;
}
.plyer-aside.is-fullscreen-mode .plyer-aside__title a {
    display: none;
}
.plyer-aside.is-fullscreen-mode
    .plyer-aside__title
    button[data-action="fullscreen"] {
    margin-right: 70px;
    margin-top: 2rem;
}
.plyer-aside.is-fullscreen-mode .plyer-aside__back {
    --bg-color: #000;
    animation: nxtBgTop 120s;
    background-position: top;
}
.plyer-aside.is-fullscreen-mode .plyer-aside__current {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding-left: 70px;
    padding-right: 70px;
    text-align: left;
    width: 100%;
}
.plyer-aside.is-fullscreen-mode .plyer-aside__current img {
    border-radius: 0.5rem;
    display: block;
    height: 60px;
    width: 60px;
}
@media not all and (min-width: 1024px) {
    .plyer {
        align-items: center;
        display: flex;
        height: var(--nxt-player-height-mobile);
    }
}



.plyer__cover {
    margin-bottom: 2rem;
    position: relative;
    width: 100%;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media not all and (min-width: 1024px) {
    .plyer__cover {
        height: 3rem;
        margin-bottom: 0;
        margin-right: 1rem;
        width: 3rem;
    }
}
@media (min-width: 1024px) {
    .plyer__cover {
        width: 320px;
    }
}
.plyer__cover img {
    aspect-ratio: 1/1;
    border-radius: 0.5rem;
    display: block;
    width: 100%;
}
.plyer__meta {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
@media (min-width: 1024px) {
    .plyer__meta {
        gap: 0.125rem;
    }
}
.plyer__name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    line-height: 1;
}
@media (min-width: 1024px) {
    .plyer__name {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.plyer__artist {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1;
}
@media (min-width: 1024px) {
    .plyer__artist {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.plyer__progress {
    background-color: hsla(0, 0%, 100%, 0.25);
    border-radius: 9999px;
    height: 0.25rem;
    margin-top: 1rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media not all and (min-width: 1024px) {
    .plyer__progress {
        display: none;
    }
}
.plyer__progress span {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: var(--w-progress);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    transition-duration: 0.3s;
}
.plyer__duration {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}
@media not all and (min-width: 1024px) {
    .plyer__duration {
        display: none;
    }
}
.plyer__duration span {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.plyer__action {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 1rem;
}
@media not all and (min-width: 1024px) {
    .plyer__action {
        flex: 1 1 0%;
        justify-content: flex-end;
        margin-top: 0;
    }
}
.plyer__action svg {
    height: 1.5rem;
    width: 1.5rem;
    fill: currentColor;
}
.plyer__action.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.plyer__action button,
.plyer__action div {
    border-radius: 9999px;
    cursor: pointer;
    display: grid;
    font-size: 1rem;
    height: 2.5rem;
    line-height: 1.5rem;
    place-content: center;
    width: 2.5rem;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-duration: 0.5s;
}
@media not all and (min-width: 1024px) {
    .plyer__action button,
    .plyer__action div {
        display: none;
    }
}
@media (min-width: 1024px) {
    .plyer__action button,
    .plyer__action div {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
.plyer__action div[data-nxt-action="volume"] {
    position: relative;
}
.plyer__action div[data-nxt-action="volume"] .vol {
    bottom: 100%;
    height: 40px;
    left: 50%;
    margin-bottom: 1.5rem;
    pointer-events: none;
    position: absolute;
    width: auto;
    --tw-translate-x: -50%;
    --tw-translate-y: 1rem;
    --tw-rotate: -90deg;
    background-color: hsla(0, 0%, 100%, 0.25);
    border-radius: 0.5rem;
    opacity: 0;
    padding-left: 48px;
    padding-right: 8px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.light-theme .hover\:bg-light2:hover {
    background-color: #e2e8f080 !important;
    /* o el color claro que prefieras */
    --tw-bg-opacity: 1;
    color: #0f172a;
    /* opcional: texto oscuro en fondo claro */
}

.plyer__action div[data-nxt-action="volume"] .vol input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 9999px;
    height: 6px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.plyer__action div[data-nxt-action="volume"] .vol input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    height: 16px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 16px;
}
.plyer__action div[data-nxt-action="volume"] button {
    position: relative;
    z-index: 10;
}
.plyer__action div[data-nxt-action="volume"]:hover .vol {
    pointer-events: auto;
    --tw-translate-y: 0px;
    opacity: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media screen and (max-width: 1024px) {
    .plyer-aside:not(.is-expanded) .plyer__progress {
        bottom: 0;
        display: block;
        height: 3px;
        left: -1rem;
        position: absolute;
        width: calc(100% + 32px);
    }
}
button[data-nxt-action="play"] svg {
    height: 3rem;
    width: 3rem;
    fill: white;
}
@keyframes nxtSpin {
    0% {
        transform: rotate(-1turn);
    }
    to {
        transform: rotate(0);
    }
}
@keyframes nxtBgTop {
    0% {
        background-position: top;
    }
    to {
        background-position: bottom;
    }
}
.hder {
    align-items: center;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 1.5rem;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 50;
    --tw-backdrop-blur: blur(16px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur)
        var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
        var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate)
        var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
        var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
        var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
        var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
        var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
        var(--tw-backdrop-sepia);
}
@media (min-width: 1024px) {
    .hder {
        width: calc(100% + 64px);
        --tw-translate-x: -2rem;
        padding-left: 3rem;
        padding-right: 3rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y))
            rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
            skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
            scaleY(var(--tw-scale-y));
    }
}
.hder-btn {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    border-radius: 9999px;
    z-index: 9999;
    height: 2.5rem;
    --tw-gradient-from: rgba(var(--nxt-primary-color), 1)
        var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(var(--nxt-primary-color), 0)
        var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgba(var(--nxt-secondary-color), 1)
        var(--tw-gradient-to-position);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media screen and (max-width: 1023px) {
    .main-menu {
        align-items: center;
        display: none;
        flex-direction: column;
        height: 100vh;
        justify-content: space-between;
        padding-bottom: 160px;
        padding-top: 120px;
        position: fixed;
        z-index: 50;
    }



    
    .main-menu,
    .main-menu:before {
        background-color: rgba(var(--nxt-body-color), 0.7);
        left: 0;
        top: 0;
        width: 100%;
    }
    .main-menu:before {
        content: "";
        height: 100%;
        position: absolute;
        --tw-backdrop-blur: blur(4px);
        -webkit-backdrop-filter: var(--tw-backdrop-blur)
            var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
            var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate)
            var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
            var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
            var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
            var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
            var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
            var(--tw-backdrop-sepia);
    }
    .main-menu ul,
    .main-menu.is-visible {
        display: flex;
    }
    .main-menu ul {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
        position: relative;
        text-align: left;
        z-index: 50;
    }
    .main-menu ul li a {
        border-radius: 9999px;
        display: block;
        font-weight: 700;
        height: 2.5rem;
        line-height: 2.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        transition-duration: 0.3s;
    }
    .main-menu ul li a:hover {
        background-color: hsla(0, 0%, 100%, 0.1);
    }
    .main-menu ul li.current_page_item a {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        --tw-text-opacity: 1;
        color: rgba(var(--nxt-text-color), var(--tw-text-opacity, 1));
    }
    .main-menu ul .sub-menu {
        margin-left: 1.5rem;
    }
    .main-menu > a {
        position: relative;
        z-index: 50;
    }
}
@media (min-width: 1024px) {
    .main-menu {
        justify-content: space-between;
        width: 100%;
    }
    .main-menu,
    .main-menu ul {
        align-items: center;
        display: flex;
    }
    .main-menu ul {
        gap: 1.5rem;
    }
    .main-menu ul li {
        position: relative;
    }
    .main-menu ul li a {
        border-radius: 9999px;
        display: block;
        font-weight: 700;
        height: 2.5rem;
        line-height: 2.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        transition-duration: 0.3s;
    }
    .main-menu ul li a:hover {
        background-color: hsla(0, 0%, 100%, 0.1);
    }
    .main-menu ul li.current_page_item a {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        --tw-text-opacity: 1;
        color: rgba(var(--nxt-text-color), var(--tw-text-opacity, 1));
    }
    .main-menu ul .sub-menu {
        border-radius: 0.5rem;
        display: none;
        flex-direction: column;
        gap: 0;
        justify-content: flex-start;
        left: 0;
        min-width: 200px;
        position: absolute;
        top: 100%;
        white-space: nowrap;
        --tw-bg-opacity: 1;
        background-color: rgba(
            var(--nxt-wrapper-color),
            var(--tw-bg-opacity, 1)
        );
        text-align: left;
    }
    .main-menu ul .sub-menu li {
        width: 100%;
    }
    .main-menu ul .sub-menu li a {
        border-radius: 0.25rem;
        height: auto;
        line-height: 1.5;
        padding: 1rem;
    }
    .main-menu ul li:hover > .sub-menu {
        display: flex;
    }
    @keyframes fade-in-down {
        0% {
            opacity: 0;
            transform: translateY(-20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .main-menu ul li:hover > .sub-menu {
        animation: fade-in-down 0.6s ease-in-out both;
    }
}




/* PLAY 2 Y CARD PERSONALIZADO */
.radio-card-personalizado .play2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    place-content: center;
    width: 3rem;
    height: 3rem;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    border-radius: 9999px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;

    /* Gradientes (usa tus variables o colores fijos si prefieres) */
    --tw-gradient-from: rgba(var(--nxt-primary-color), 1);
    --tw-gradient-to: rgba(var(--nxt-secondary-color), 1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

/* Mostrar el play al hacer hover */
.radio-card-personalizado:hover .play2 {
    opacity: 1;
}

/* SVG dentro del play */
.radio-card-personalizado .play2 svg {
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
}

.card .radio:hover .play2 {
    --tw-translate-y: -50%;
    opacity: 1;
}

.card .play2,
.card .radio:hover .play2 {
    transform: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.card .play2 {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-content: center;
    width: 3rem;
    height: 3rem;
    margin: 0;
    z-index: 30;
    opacity: 0;
    border-radius: 9999px;
    transition-duration: 0.5s;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));

    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-gradient-from: rgba(var(--nxt-primary-color), 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(var(--nxt-secondary-color), 1) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.card .play2 svg {
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-x: 0.125rem;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}

.card .play2:hover svg {
    --tw-scale-x: 1.15;
    --tw-scale-y: 1.15;
}

/* Contenedor de la imagen */
.radio-card-personalizado .zoom-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

/* Contenedor principal sin estilos heredados */
.radio-card-personalizado {
    width: 100%;
    max-width: 200px;
    margin: 1rem auto;
    border-radius: .5rem;
    border: none;
    background: transparent;
    overflow: hidden;
    position: relative;
}

/* FIN PLAY 2 Y CARD PERSONALIZADO */










.card {
    border-radius: 0.5rem;
    display: block;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--nxt-wrapper-color), var(--tw-bg-opacity, 1));
}
.light-theme .custom-page .page-field {
    border-radius: 0.5rem;
    display: block;
    position: relative;
    width: 100%;
    background-color: #e2e8f0;
    transition-duration: 0.3s;
    color: #0f172a;
    /* opcional para buen contraste */
}


.card:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: #181818;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.card:hover .radio-backend {
  display: block;
  --tw-bg-opacity: 1;
  animation: fadeIn 0.2s forwards;
  background-color: rgba(var(--rst-light-color), var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {
  .card .radio-backend {
    padding: 1rem;
  }
}
.card .radio-backend h3 {
  text-align: center;
}
.card:hover .radio-backend {
  display: block;
  --tw-bg-opacity: 1;
  animation: fadeIn 0.2s forwards;
  background-color: rgba(var(--rst-light-color), var(--tw-bg-opacity, 1));
}




@media (min-width: 1024px) {
    .card {
        padding: 1rem;
    }
}

.radio-image {
    transition: opacity 0.3s ease-in-out;
}

.radio-image.fade-out {
    opacity: 0;
}

.radio-image.fade-in {
    opacity: 1;
}

.song-info {
    font-size: 0.8rem;
    color: #666;
    margin-top: 0.25rem;
    display: none;
}

.song-info.active {
    display: block;
}



.card img {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    display: block;
    width: 100%;
}
@media (min-width: 1024px) {
    .card img {
        border-radius: 0.25rem;
    }
}
.card .radio picture {
    display: block;
    position: relative;
}
.card .radio picture img {
    aspect-ratio: 1/1;
    display: block;
}
.card .radio header {
    padding: 1rem;
    text-align: center;
}
@media (min-width: 1024px) {
    .card .radio header {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
.card .radio header h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
}
@media not all and (min-width: 1024px) {
    .card .radio header h3 {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
/* ESTILO DE LOS SLIDER */






/* Aplica a cada slide de Swiper para respetar bordes redondeados */
.swiper-slide {
    overflow: hidden;
    border-radius: .5rem; 
  }
  .swiper-slider-images {
    position: relative;
}
.swiper-slider-images .swiper-dots {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    margin-bottom: 1.5rem;
    position: absolute;
    width: 100%;
    z-index: 50;
}
.swiper-slider-images .swiper-dots span {
    background-color: hsla(0, 0%, 100%, 0.9);
    height: 0.75rem;
    width: 0.75rem;
}
.swiper-slider-images .swiper-dots span.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--nxt-primary-color), var(--tw-bg-opacity, 1));
}
.swiper-slider-images .swiper-navigation {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}
.swiper-slider-images .swiper-navigation button {
    pointer-events: auto;
}
.swiper-slider-images .swiper-navigation button svg {
    height: 2.5rem;
    width: 2.5rem;
    fill: currentColor;
}
.swiper-slider-images .swiper-navigation button.button-prev svg {
    transform: rotateY(180deg);
}
.swiper-slider-images .swiper-navigation button.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.swiper-featured.is-standby .swiper-wrapper {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  @media (min-width: 640px) {
    .swiper-featured.is-standby .swiper-wrapper {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (min-width: 768px) {
    .swiper-featured.is-standby .swiper-wrapper {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (min-width: 1536px) {
    .swiper-featured.is-standby .swiper-wrapper {
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }
  }
  .swiper-featured.is-standby .swiper-wrapper .swiper-slide:nth-child(n + 8) {
    display: none;
  }
  .swiper-featured {
    position: relative;
  }
  .swiper-featured .swiper-featured-nav {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
  }

  @media (min-width: 1024px) {
    .swiper-featured .swiper-featured-nav {
      opacity: 0;
    }
  }
  .swiper-featured .swiper-featured-nav button {
    display: grid;
    height: 3rem;
    place-content: center;
    pointer-events: auto;
    width: 2.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--rst-wrapper-color), var(--tw-bg-opacity, 1));
    transition-duration: 0.3s;
  }
  .swiper-featured .swiper-featured-nav button.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .swiper-featured .swiper-featured-nav button.swiper-featured-button-prev {
    border-bottom-right-radius: 9999px;
    border-top-right-radius: 9999px;
  }
  .swiper-featured .swiper-featured-nav button.swiper-featured-button-next {
    border-bottom-left-radius: 9999px;
    border-top-left-radius: 9999px;
  }
  .swiper-featured .swiper-featured-nav button:hover {
    width: 3rem;
  }
  .swiper-featured:hover .swiper-featured-nav {
    opacity: 1;
  }
  
  
  .light-theme .swiper-featured-nav button {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--rst-container-color), var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
  }
  .light-theme .swiper-featured-nav button:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(var(--rst-secondary-color), var(--tw-text-opacity, 1)) !important;
  }

  /* Oculta los puntos de navegación */
.swiper-featured .swiper-dots {
    display: none !important;
  }
  
  /* Contenedor de navegación */
  .swiper-featured .swiper-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
  }
  
  /* Botones de flecha */
  
  
  .swiper-featured .button-prev {
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    padding: 10px;
    border-radius: 0px 100px 100px 0px;
    pointer-events: all;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  
  .swiper-featured .button-next {
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    padding: 10px;
    border-radius: 100px 0px 0px 100px;
    pointer-events: all;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  /* Botón hover con fondo blanco */
  .swiper-featured .button-prev:hover,
  .swiper-featured .button-next:hover {
    background-color: rgb(255, 255, 255);
  }
  
  /* Icono SVG negro en hover */
  .swiper-featured .button-prev:hover svg,
  .swiper-featured .button-next:hover svg {
    fill: #000000 !important;
  }
  
  
  
  
  .button-prev svg {
    transform: rotate(180deg); /* la convierte en ← */
    border-radius: 100px 0px 0px 100px;
  }
  
  .swiper-featured .swiper-navigation {
    opacity: 0;
    pointer-events: none; /* evita que hagan clic cuando están ocultas */
    transition: opacity 0.3s ease;
  }
  
  .swiper-featured:hover .swiper-navigation {
    opacity: 1;
    pointer-events: auto;
  }
  
  
  
  /* Icono siguiente no rotado */
  .swiper-featured .button-next .svg-icon {
    transform: none;
  }



 /* FLECHAS DE NAVEGACION */


  /* Oculta los puntos de navegación */
.swiper-featured .swiper-dots {
    display: none !important;
  }
  
  /* Contenedor de navegación */
  .swiper-featured .swiper-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
  }
  
  /* Botones de flecha */
  
  
  .swiper-featured .button-prev {
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    padding: 10px;
    border-radius: 0px 100px 100px 0px;
    pointer-events: all;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  
  .swiper-featured .button-next {
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    padding: 10px;
    border-radius: 100px 0px 0px 100px;
    pointer-events: all;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  /* Botón hover con fondo blanco */
  .swiper-featured .button-prev:hover,
  .swiper-featured .button-next:hover {
    background-color: rgb(255, 255, 255);
  }
  
  /* Icono SVG negro en hover */
  .swiper-featured .button-prev:hover svg,
  .swiper-featured .button-next:hover svg {
    fill: #000000 !important;
  }
  
  
  
  
  .button-prev svg {
    transform: rotate(180deg); /* la convierte en ← */
    border-radius: 100px 0px 0px 100px;
  }
  
  .swiper-featured .swiper-navigation {
    opacity: 0;
    pointer-events: none; /* evita que hagan clic cuando están ocultas */
    transition: opacity 0.3s ease;
  }
  
  .swiper-featured:hover .swiper-navigation {
    opacity: 1;
    pointer-events: auto;
  }
  
  
  
  /* Icono siguiente no rotado */
  .swiper-featured .button-next .svg-icon {
    transform: none;
  }

  /* FIN FLECHAS DE NAVEGACION */


/* Aplica a cada slide de Swiper para respetar bordes redondeados */
.swiper-slide {
    overflow: hidden;
    border-radius: .5rem;
}

.swiper-slider-images {
    position: relative;
}

.swiper-slider-images .swiper-dots {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    margin-bottom: 1.5rem;
    position: absolute;
    width: 100%;
    z-index: 50;
}

.swiper-slider-images .swiper-dots span {
    background-color: hsla(0, 0%, 100%, 0.9);
    height: 0.75rem;
    width: 0.75rem;
}

.swiper-slider-images .swiper-dots span.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--nxt-primary-color), var(--tw-bg-opacity, 1));
}

.swiper-slider-images .swiper-navigation {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}

.swiper-slider-images .swiper-navigation button {
    pointer-events: auto;
}

.swiper-slider-images .swiper-navigation button svg {
    height: 2.5rem;
    width: 2.5rem;
    fill: currentColor;
}

.swiper-slider-images .swiper-navigation button.button-prev svg {
    transform: rotateY(180deg);
}

.swiper-slider-images .swiper-navigation button.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.swiper-featured.is-standby .swiper-wrapper {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
    .swiper-featured.is-standby .swiper-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .swiper-featured.is-standby .swiper-wrapper {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1536px) {
    .swiper-featured.is-standby .swiper-wrapper {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}

.swiper-featured.is-standby .swiper-wrapper .swiper-slide:nth-child(n + 8) {
    display: none;
}

.swiper-featured {
    position: relative;
}

.swiper-featured .swiper-featured-nav {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}

@media (min-width: 1024px) {
    .swiper-featured .swiper-featured-nav {
        opacity: 0;
    }
}

.swiper-featured .swiper-featured-nav button {
    display: grid;
    height: 3rem;
    place-content: center;
    pointer-events: auto;
    width: 2.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--rst-wrapper-color), var(--tw-bg-opacity, 1));
    transition-duration: 0.3s;
}

.swiper-featured .swiper-featured-nav button.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.swiper-featured .swiper-featured-nav button.swiper-featured-button-prev {
    border-bottom-right-radius: 9999px;
    border-top-right-radius: 9999px;
}

.swiper-featured .swiper-featured-nav button.swiper-featured-button-next {
    border-bottom-left-radius: 9999px;
    border-top-left-radius: 9999px;
}

.swiper-featured .swiper-featured-nav button:hover {
    width: 3rem;
}

.swiper-featured:hover .swiper-featured-nav {
    opacity: 1;
}


.light-theme .swiper-featured-nav button {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--rst-container-color), var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}

.light-theme .swiper-featured-nav button:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(var(--rst-secondary-color), var(--tw-text-opacity, 1)) !important;
}

/* Oculta los puntos de navegación */
.swiper-featured .swiper-dots {
    display: none !important;
}

/* Contenedor de navegación */
.swiper-featured .swiper-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Botones de flecha */


.swiper-featured .button-prev {
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    padding: 10px;
    border-radius: 0px 100px 100px 0px;
    pointer-events: all;
    cursor: pointer;
    transition: background 0.3s;
}


.swiper-featured .button-next {
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    padding: 10px;
    border-radius: 100px 0px 0px 100px;
    pointer-events: all;
    cursor: pointer;
    transition: background 0.3s;
}

/* Botón hover con fondo blanco */
.swiper-featured .button-prev:hover,
.swiper-featured .button-next:hover {
    background-color: rgb(255, 255, 255);
}

/* Icono SVG negro en hover */
.swiper-featured .button-prev:hover svg,
.swiper-featured .button-next:hover svg {
    fill: #000000 !important;
}




.button-prev svg {
    transform: rotate(180deg);
    /* la convierte en ← */
    border-radius: 100px 0px 0px 100px;
}

.swiper-featured .swiper-navigation {
    opacity: 0;
    pointer-events: none;
    /* evita que hagan clic cuando están ocultas */
    transition: opacity 0.3s ease;
}

.swiper-featured:hover .swiper-navigation {
    opacity: 1;
    pointer-events: auto;
}



/* Icono siguiente no rotado */
.swiper-featured .button-next .svg-icon {
    transform: none;
}



/* FLECHAS DE NAVEGACION */


/* Oculta los puntos de navegación */
.swiper-featured .swiper-dots {
    display: none !important;
}

/* Contenedor de navegación */
.swiper-featured .swiper-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Botones de flecha */


.swiper-featured .button-prev {
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    padding: 10px;
    border-radius: 0px 100px 100px 0px;
    pointer-events: all;
    cursor: pointer;
    transition: background 0.3s;
}


.swiper-featured .button-next {
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    padding: 10px;
    border-radius: 100px 0px 0px 100px;
    pointer-events: all;
    cursor: pointer;
    transition: background 0.3s;
}

/* Botón hover con fondo blanco */
.swiper-featured .button-prev:hover,
.swiper-featured .button-next:hover {
    background-color: rgb(255, 255, 255);
}

/* Icono SVG negro en hover */
.swiper-featured .button-prev:hover svg,
.swiper-featured .button-next:hover svg {
    fill: #000000 !important;
}




.button-prev svg {
    transform: rotate(180deg);
    /* la convierte en ← */
    border-radius: 100px 0px 0px 100px;
}

.swiper-featured .swiper-navigation {
    opacity: 0;
    pointer-events: none;
    /* evita que hagan clic cuando están ocultas */
    transition: opacity 0.3s ease;
}

.swiper-featured:hover .swiper-navigation {
    opacity: 1;
    pointer-events: auto;
}



/* Icono siguiente no rotado */
.swiper-featured .button-next .svg-icon {
    transform: none;
}

/* FIN FLECHAS DE NAVEGACION */





/* FIN ESTILO DE LOS SLIDER */


.card .radio header p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 0.875rem;
    line-height: 1.25rem;
    opacity: 0.8;
}
@media (min-width: 1024px) {
    .card .radio header p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.card .radio:hover .play {
    --tw-translate-y: 0px;
    opacity: 1;
}



.card {
    position: relative;
   
}


.card .play,
.card .radio:hover .play {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.card .play {
    bottom: 0;
    display: grid;
    height: 3rem;
    margin: 0.375rem;
    position: absolute;
    right: 0;
    width: 3rem;
    z-index: 30;
    --tw-translate-y: 1rem;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    border-radius: 9999px;
    place-content: center;
    --tw-gradient-from: rgba(var(--nxt-primary-color), 1)
        var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(var(--nxt-primary-color), 0)
        var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgba(var(--nxt-secondary-color), 1)
        var(--tw-gradient-to-position);
    font-size: 1.25rem;
    line-height: 1.75rem;
    opacity: 0;
    transition-duration: 0.5s;
}
.card .play svg {
    height: 1.25rem;
    pointer-events: none;
    width: 1.25rem;
    --tw-translate-x: 0.125rem;
}
.card .play svg,
.card .play:hover svg {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.card .play:hover svg {
    --tw-scale-x: 1.15;
    --tw-scale-y: 1.15;
}

.history {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}
.history > h2 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
}
@media (min-width: 1024px) {
    .history > h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.history-item {
  --thumbnail-artist: 92px;
  align-items: center;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: #181818;
  padding: 1rem;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.history-item:hover {
  --tw-bg-opacity: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -0.125rem;
background-color: rgba(var(--nxt-light-color), var(--tw-bg-opacity, 1));
}

.history-item picture {
  pointer-events: none;
  position: relative;
  width: var(--thumbnail-artist);
  z-index: 5;
}

.history-item picture img {
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.history-item__body {
  padding-left: 1rem;
  padding-right: 1rem;
  pointer-events: none;
  position: relative;
  width: calc(100% - var(--thumbnail-artist));
  z-index: 5;
}
.history-item__body h3 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
}
.history-item__body h3,
.history-item__body p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.history-item__body p {
    opacity: 0.8;
}

.history-item__bg {
  background-position: 0 5%;
  pointer-events: none;
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  background-size: cover;
  opacity: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-blur: blur(16px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.history-item__bg,
.history-item__bg:before {
  border-radius: 0.5rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.history-item__bg:before {
  background-color: hsla(0, 0%, 100%, 0.2);
  content: "";
}
.history-item__bg:after {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  opacity: 0.25;
}
.history-item:hover picture {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgba(0, 0, 0, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.history-item:hover .history-item__bg {
  background-position: 0 0;
  opacity: 1;
}


.post__header {
    margin-bottom: 3rem;
}
.post__header h1 {
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 2.25rem;
}
.post__content {
    color: var(--tw-prose-body);
    max-width: 100ch;
}
.post__content
    :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
    margin-top: 1.25em;
}
.post__content
    :where([class~="lead"]):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-bottom: 1.2em;
    margin-top: 1.2em;
}
.post__content
    :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    font-weight: 500;
    text-decoration: underline;
}
.post__content
    :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.post__content
    :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
}
.post__content
    :where(blockquote strong):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
}
.post__content
    :where(thead th strong):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
}
.post__content
    :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
    padding-inline-start: 1.625em;
}
.post__content
    :where(ol[type="A"]):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: upper-alpha;
}
.post__content
    :where(ol[type="a"]):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: lower-alpha;
}
.post__content
    :where(ol[type="A s"]):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: upper-alpha;
}
.post__content
    :where(ol[type="a s"]):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: lower-alpha;
}
.post__content
    :where(ol[type="I"]):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: upper-roman;
}
.post__content
    :where(ol[type="i"]):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: lower-roman;
}
.post__content
    :where(ol[type="I s"]):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: upper-roman;
}
.post__content
    :where(ol[type="i s"]):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: lower-roman;
}
.post__content
    :where(ol[type="1"]):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: decimal;
}
.post__content
    :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: disc;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
    padding-inline-start: 1.625em;
}
.post__content
    :where(ol > li):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    )::marker {
    color: var(--tw-prose-counters);
    font-weight: 400;
}
.post__content
    :where(ul > li):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    )::marker {
    color: var(--tw-prose-bullets);
}
.post__content
    :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.post__content
    :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-bottom: 3em;
    margin-top: 3em;
}
.post__content
    :where(blockquote):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    border-inline-start-color: var(--tw-prose-quote-borders);
    border-inline-start-width: 0.25rem;
    color: var(--tw-prose-quotes);
    font-style: italic;
    font-weight: 500;
    margin-bottom: 1.6em;
    margin-top: 1.6em;
    padding-inline-start: 1em;
    quotes: "\201C""\201D""\2018""\2019";
}
.post__content
    :where(blockquote p:first-of-type):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ):before {
    content: open-quote;
}
.post__content
    :where(blockquote p:last-of-type):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ):after {
    content: close-quote;
}
.post__content
    :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-size: 2.25em;
    font-weight: 800;
    line-height: 1.1111111;
    margin-bottom: 0.8888889em;
    margin-top: 0;
}
.post__content
    :where(h1 strong):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 900;
}
.post__content
    :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3333333;
    margin-bottom: 1em;
    margin-top: 2em;
}
.post__content
    :where(h2 strong):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 800;
}
.post__content
    :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0.6em;
    margin-top: 1.6em;
}
.post__content
    :where(h3 strong):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 700;
}
.post__content
    :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}
.post__content
    :where(h4 strong):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 700;
}
.post__content
    :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 2em;
    margin-top: 2em;
}
.post__content
    :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    display: block;
    margin-bottom: 2em;
    margin-top: 2em;
}
.post__content
    :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 2em;
    margin-top: 2em;
}
.post__content
    :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-radius: 0.3125rem;
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),
        0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    color: var(--tw-prose-kbd);
    font-family: inherit;
    font-size: 0.875em;
    font-weight: 500;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-top: 0.1875em;
    padding-inline-start: 0.375em;
}
.post__content
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-size: 0.875em;
    font-weight: 600;
}
.post__content
    :where(code):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ):before {
    content: "`";
}
.post__content
    :where(code):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ):after {
    content: "`";
}
.post__content
    :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
}
.post__content
    :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
}
.post__content
    :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}
.post__content
    :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}
.post__content
    :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
}
.post__content
    :where(blockquote code):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
}
.post__content
    :where(thead th code):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
}
.post__content
    :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    background-color: var(--tw-prose-pre-bg);
    border-radius: 0.375rem;
    color: var(--tw-prose-pre-code);
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.7142857;
    margin-bottom: 1.7142857em;
    margin-top: 1.7142857em;
    overflow-x: auto;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-top: 0.8571429em;
    padding-inline-start: 1.1428571em;
}
.post__content
    :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    background-color: transparent;
    border-radius: 0;
    border-width: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0;
}
.post__content
    :where(pre code):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ):before {
    content: none;
}
.post__content
    :where(pre code):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ):after {
    content: none;
}
.post__content
    :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-bottom: 2em;
    margin-top: 2em;
    table-layout: auto;
    width: 100%;
}
.post__content
    :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-color: var(--tw-prose-th-borders);
    border-bottom-width: 1px;
}
.post__content
    :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
    vertical-align: bottom;
}
.post__content
    :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-color: var(--tw-prose-td-borders);
    border-bottom-width: 1px;
}
.post__content
    :where(tbody tr:last-child):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    border-bottom-width: 0;
}
.post__content
    :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: baseline;
}
.post__content
    :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-top-color: var(--tw-prose-th-borders);
    border-top-width: 1px;
}
.post__content
    :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: top;
}
.post__content
    :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-align: start;
}
.post__content
    :where(figure > *):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 0;
    margin-top: 0;
}
.post__content
    :where(figcaption):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.post__content {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}
.post__content
    :where(picture > img):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 0;
    margin-top: 0;
}
.post__content
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.post__content
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.post__content
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.post__content
    :where(.prose > ul > li p):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 0.75em;
    margin-top: 0.75em;
}
.post__content
    :where(.prose > ul > li > p:first-child):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 1.25em;
}
.post__content
    :where(.prose > ul > li > p:last-child):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 1.25em;
}
.post__content
    :where(.prose > ol > li > p:first-child):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 1.25em;
}
.post__content
    :where(.prose > ol > li > p:last-child):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 1.25em;
}
.post__content
    :where(ul ul, ul ol, ol ul, ol ol):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 0.75em;
    margin-top: 0.75em;
}
.post__content
    :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
    margin-top: 1.25em;
}
.post__content
    :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}
.post__content
    :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
}
.post__content
    :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
}
.post__content
    :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
}
.post__content
    :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
}
.post__content
    :where(thead th:first-child):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-start: 0;
}
.post__content
    :where(thead th:last-child):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-end: 0;
}
.post__content
    :where(tbody td, tfoot td):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-top: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.post__content
    :where(tbody td:first-child, tfoot td:first-child):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-start: 0;
}
.post__content
    :where(tbody td:last-child, tfoot td:last-child):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-end: 0;
}
.post__content
    :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 2em;
    margin-top: 2em;
}
.post__content
    :where(.prose > :first-child):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0;
}
.post__content
    :where(.prose > :last-child):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 0;
}
.post__content {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-prose-quotes: #fff;
    --tw-prose-links: rgba(var(--nxt-secondary-color), 1);
}
.custom-page {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.custom-page h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    margin-top: 0;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.custom-page .post__header {
    text-align: center;
}
.custom-page .post__content {
    width: 100%;
}
.custom-page .page-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem;
    width: 100%;
}


.custom-page .page-field {
    border-radius: 0.5rem;
    display: block;
    position: relative;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(36 36 36);
    transition-duration: 0.3s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.custom-page .page-field:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(
        var(--nxt-light-color-hover),
        var(--tw-bg-opacity, 1)
    );
}
.custom-page .page-field i {
    display: grid;
    height: 52px;
    left: 0;
    opacity: 0.5;
    place-content: center;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 3rem;
}


.custom-page .page-field input,
.custom-page .page-field select,
.custom-page .page-field textarea {
    background-color: transparent;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    line-height: 52px;
    min-height: 52px;
    padding-left: 3rem;
    width: 100%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.custom-page .page-field input::-moz-placeholder,
.custom-page .page-field select::-moz-placeholder,
.custom-page .page-field textarea::-moz-placeholder {
    color: hsla(0, 0%, 100%, 0.5);
}
.custom-page .page-field input::placeholder,
.custom-page .page-field select::placeholder,
.custom-page .page-field textarea::placeholder {
    color: hsla(0, 0%, 100%, 0.5);
}
.custom-page .page-field input:focus,
.custom-page .page-field select:focus,
.custom-page .page-field textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.custom-page .page-field textarea {
  min-height: 92px;
  padding-top: 1rem;
}
.custom-page .page-field select {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-light-color), var(--tw-bg-opacity, 1));
}

.custom-page .page-field.select:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 1rem;
  top: calc(50% + 2px);
  width: 0;
  z-index: 10;
  --tw-translate-y: -50%;
  border-color: transparent;
  border-width: 4px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}


.custom-page .page-field input[type="file"]:hover:before {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-light-color-hover), var(--tw-bg-opacity, 1));
}
.custom-page .page-field:has(input[type="file"]) {
    background-color: transparent;
}
.custom-page .page-field input[type="file"] {
    padding-left: 9rem;
}
/* Estilo por defecto (modo oscuro o normal) */
.custom-page .page-field input[type="file"]:before {
    content: "Cargar portada";
    display: grid;
    height: 3rem;
    left: 0;
    position: absolute;
    top: 50%;
    width: 8rem;
    --tw-translate-y: -50%;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-radius: 0.5rem;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    place-content: center;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    vertical-align: middle;
    color: #fff;
    /* Texto blanco por defecto */
}

.custom-page .page-field input[type="file"]:hover:before {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--nxt-light-color-hover), var(--tw-bg-opacity, 1));
}

/* Versión para tema claro */
.light-theme .custom-page .page-field input[type="file"]:before {
    background-color: #e2e8f080;
    /* Fondo claro */
    color: #0f172a;
    /* Texto oscuro */
    
}

.light-theme .custom-page .page-field input[type="file"]:hover:before {
    background-color: #662CFD;
    /* Hover morado fuerte */
    color: #fff;
    /* Texto blanco */
}

.custom-page .page-field input[type="file"]::-webkit-file-upload-button {
    display: none;
    visibility: hidden;
}

.alert {
    align-items: center;
    border-left-width: 4px;
    display: flex
;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    --tw-border-opacity: 1;
    border-color: #282828;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding: .5rem 1.5rem;
}


.custom-page .alert {
    align-items: center;
    border-radius: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--nxt-wrapper-color), var(--tw-bg-opacity, 1));
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding: 1rem;
}
.custom-page .alert i,
.custom-page .alert svg {
    opacity: 0.75;
}
.custom-page .page-submit {
    border-radius: 0.5rem;
    display: inline-block;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--nxt-primary-color), var(--tw-bg-opacity, 1));
    font-weight: 600;
    line-height: 48px;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {
    .custom-page .page-submit {
        margin-top: 3rem;
    }
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none; /* si estás usando fondo */
}


/* TEMA 2*/
.hder #theme-toggle {
  border-radius: 9999px;
  display: grid;
  z-index: 11;
  height: 2.5rem;
  place-content: center;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 2.5rem;
}
.hder #theme-toggle:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.hder #theme-toggle .light {
  display: block;
}
.hder #theme-toggle .dark,
.light-theme body .hder #theme-toggle .light {
  display: none;
}
.light-theme body .hder #theme-toggle .dark {
  display: block;
}
.light-theme body:not(.is-overlay) .hder-search {
  background-color: rgba(0, 0, 0, 0.1);
  transition-duration: 0.3s;
}
.light-theme body:not(.is-overlay) .hder-search input {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme body:not(.is-overlay) .hder-search input::-moz-placeholder {
  color: rgba(var(--rst-text-color), 0.75);
}
.light-theme body:not(.is-overlay) .hder-search input::placeholder {
  color: rgba(var(--rst-text-color), 0.75);
}
.light-theme body:not(.is-overlay) .hder-search svg {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme body:not(.is-overlay) .hder-search:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-wrapper-color), var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.light-theme body:not(.is-overlay) .hder,
.light-theme body:not(.is-overlay) .hder #theme-toggle {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme body:not(.is-overlay) .hder #theme-toggle:hover {
  background-color: rgba(var(--rst-primary-color), 0.1);
  --tw-text-opacity: 1;
  color: rgba(var(--rst-primary-color), var(--tw-text-opacity, 1));
}
.light-theme .main-menu .dropdown-menu__title,
.light-theme .main-menu ul li > a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.light-theme .main-menu ul li.current_page_item a {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .light-theme .main-menu ul li > a {
    --tw-text-opacity: 1;
    color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
  }
  .light-theme .main-menu ul li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .light-theme .main-menu ul li.current_page_item a {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--rst-wrapper-color), var(--tw-bg-opacity, 1));
  }
  .light-theme .main-menu .dropdown-menu__genres {
    --tw-border-opacity: 1;
    border-right-color: rgba(
      var(--rst-light-color),
      var(--tw-border-opacity, 1)
    );
  }
  .light-theme .main-menu .dropdown-menu__title {
    --tw-text-opacity: 1;
    color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
  }
  .light-theme .main-menu .dropdown-menu__genres ul li a {
    --tw-text-opacity: 1 !important;
    color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1)) !important;
  }
  .light-theme .main-menu .dropdown-menu__genres ul li a:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(
      var(--rst-light-color),
      var(--tw-bg-opacity, 1)
    ) !important;
  }
  .light-theme .main-menu .dropdown-menu__genres ul li a img {
    --tw-invert: invert(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
      var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
      var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .light-theme .main-menu .dropdown-menu__countries ul li a {
    --tw-text-opacity: 1 !important;
    color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1)) !important;
  }
  .light-theme .main-menu .dropdown-menu__countries ul li a:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(
      var(--rst-light-color),
      var(--tw-bg-opacity, 1)
    ) !important;
  }
}

.light-theme .card {
  background-color: rgba(var(--rst-light-color), 0.5);
}
.light-theme .card .radio-backend,
.light-theme .card:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-wrapper-color), var(--tw-bg-opacity, 1));
}
.light-theme .card header h3,
.light-theme .card header p {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme .card-overlay picture {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.light-theme .card-overlay header {
  --tw-gradient-from: rgba(0, 0, 0, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.light-theme .card-overlay .play {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(var(--rst-primary-color), 1)
    var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(var(--rst-primary-color), 0)
    var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgba(var(--rst-secondary-color), 1)
    var(--tw-gradient-to-position);
}

.card-topradio:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-light-color), var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.light-theme .card-topradio {
  background-color: rgba(var(--rst-light-color), 0.5);
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}






.light-theme .card-topradio:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-wrapper-color), var(--tw-bg-opacity, 1));
}
.light-theme .card-topradio__about,
.light-theme .card-topradio__index,
.light-theme .card-topradio__title {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.carchive:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-light-color), var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}



.light-theme .carchive {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-light-color), var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme .carchive:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-wrapper-color), var(--tw-bg-opacity, 1));
}

.light-theme .history h2,
.light-theme .history-loader {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme .history-notice {
  --tw-border-opacity: 1;
  border-color: rgba(var(--rst-light-color), var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme .history-item {
  background-color: rgba(0, 0, 0, 0.05);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.light-theme .history-item:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-wrapper-color), var(--tw-bg-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.light-theme .history-item h3,
.light-theme .history-item p {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme .history-item:hover h3,
.light-theme .history-item:hover p {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.light-theme .msong__content .append {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-wrapper-color), var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.light-theme .msong-data__hder {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.light-theme .msong-data__info ul span {
  background-color: rgba(0, 0, 0, 0.05);
}
.light-theme .msong-data__hder h3,
.light-theme .msong-data__hder p,
.light-theme .msong-data__info ul {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}



.light-theme .post__header h1 {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme .post__content {
  color: var(--tw-prose-body);
  max-width: 100ch;
}
.light-theme
  .post__content
  :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}
.light-theme
  .post__content
  :where([class~="lead"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
}
.light-theme
  .post__content
  :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  font-weight: 500;
  text-decoration: underline;
}
.light-theme
  .post__content
  :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.light-theme
  .post__content
  :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}
.light-theme
  .post__content
  :where(blockquote strong):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: inherit;
}
.light-theme
  .post__content
  :where(thead th strong):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: inherit;
}
.light-theme
  .post__content
  :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-bottom: 1.25em;
  margin-top: 1.25em;
  padding-inline-start: 1.625em;
}
.light-theme
  .post__content
  :where(ol[type="A"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: upper-alpha;
}
.light-theme
  .post__content
  :where(ol[type="a"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: lower-alpha;
}
.light-theme
  .post__content
  :where(ol[type="A s"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: upper-alpha;
}
.light-theme
  .post__content
  :where(ol[type="a s"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: lower-alpha;
}
.light-theme
  .post__content
  :where(ol[type="I"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: upper-roman;
}
.light-theme
  .post__content
  :where(ol[type="i"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: lower-roman;
}
.light-theme
  .post__content
  :where(ol[type="I s"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: upper-roman;
}
.light-theme
  .post__content
  :where(ol[type="i s"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: lower-roman;
}
.light-theme
  .post__content
  :where(ol[type="1"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: decimal;
}
.light-theme
  .post__content
  :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: disc;
  margin-bottom: 1.25em;
  margin-top: 1.25em;
  padding-inline-start: 1.625em;
}
.light-theme
  .post__content
  :where(ol > li):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::marker {
  color: var(--tw-prose-counters);
  font-weight: 400;
}
.light-theme
  .post__content
  :where(ul > li):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::marker {
  color: var(--tw-prose-bullets);
}
.light-theme
  .post__content
  :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.light-theme
  .post__content
  :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-bottom: 3em;
  margin-top: 3em;
}
.light-theme
  .post__content
  :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-inline-start-color: var(--tw-prose-quote-borders);
  border-inline-start-width: 0.25rem;
  color: var(--tw-prose-quotes);
  font-style: italic;
  font-weight: 500;
  margin-bottom: 1.6em;
  margin-top: 1.6em;
  padding-inline-start: 1em;
  quotes: "\201C""\201D""\2018""\2019";
}
.light-theme
  .post__content
  :where(blockquote p:first-of-type):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ):before {
  content: open-quote;
}
.light-theme
  .post__content
  :where(blockquote p:last-of-type):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ):after {
  content: close-quote;
}
.light-theme
  .post__content
  :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.1111111;
  margin-bottom: 0.8888889em;
  margin-top: 0;
}
.light-theme
  .post__content
  :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 900;
}
.light-theme
  .post__content
  :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3333333;
  margin-bottom: 1em;
  margin-top: 2em;
}
.light-theme
  .post__content
  :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 800;
}
.light-theme
  .post__content
  :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.6em;
  margin-top: 1.6em;
}
.light-theme
  .post__content
  :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}
.light-theme
  .post__content
  :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.light-theme
  .post__content
  :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}
.light-theme
  .post__content
  :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 2em;
  margin-top: 2em;
}
.light-theme
  .post__content
  :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  display: block;
  margin-bottom: 2em;
  margin-top: 2em;
}
.light-theme
  .post__content
  :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 2em;
  margin-top: 2em;
}
.light-theme
  .post__content
  :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-radius: 0.3125rem;
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),
    0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  color: var(--tw-prose-kbd);
  font-family: inherit;
  font-size: 0.875em;
  font-weight: 500;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-top: 0.1875em;
  padding-inline-start: 0.375em;
}
.light-theme
  .post__content
  :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-size: 0.875em;
  font-weight: 600;
}
.light-theme
  .post__content
  :where(code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ):before {
  content: "`";
}
.light-theme
  .post__content
  :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: "`";
}
.light-theme
  .post__content
  :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}
.light-theme
  .post__content
  :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}
.light-theme
  .post__content
  :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.light-theme
  .post__content
  :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.light-theme
  .post__content
  :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}
.light-theme
  .post__content
  :where(blockquote code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: inherit;
}
.light-theme
  .post__content
  :where(thead th code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: inherit;
}
.light-theme
  .post__content
  :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  background-color: var(--tw-prose-pre-bg);
  border-radius: 0.375rem;
  color: var(--tw-prose-pre-code);
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.7142857;
  margin-bottom: 1.7142857em;
  margin-top: 1.7142857em;
  overflow-x: auto;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-top: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.light-theme
  .post__content
  :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
}
.light-theme
  .post__content
  :where(pre code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ):before {
  content: none;
}
.light-theme
  .post__content
  :where(pre code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ):after {
  content: none;
}
.light-theme
  .post__content
  :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-bottom: 2em;
  margin-top: 2em;
  table-layout: auto;
  width: 100%;
}
.light-theme
  .post__content
  :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-color: var(--tw-prose-th-borders);
  border-bottom-width: 1px;
}
.light-theme
  .post__content
  :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
  vertical-align: bottom;
}
.light-theme
  .post__content
  :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-color: var(--tw-prose-td-borders);
  border-bottom-width: 1px;
}
.light-theme
  .post__content
  :where(tbody tr:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  border-bottom-width: 0;
}
.light-theme
  .post__content
  :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: baseline;
}
.light-theme
  .post__content
  :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-top-color: var(--tw-prose-th-borders);
  border-top-width: 1px;
}
.light-theme
  .post__content
  :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: top;
}
.light-theme
  .post__content
  :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  text-align: start;
}
.light-theme
  .post__content
  :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 0;
  margin-top: 0;
}
.light-theme
  .post__content
  :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.light-theme .post__content {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.light-theme
  .post__content
  :where(picture > img):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-bottom: 0;
  margin-top: 0;
}
.light-theme
  .post__content
  :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.light-theme
  .post__content
  :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.light-theme
  .post__content
  :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.light-theme
  .post__content
  :where(.prose > ul > li p):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-bottom: 0.75em;
  margin-top: 0.75em;
}
.light-theme
  .post__content
  :where(.prose > ul > li > p:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 1.25em;
}
.light-theme
  .post__content
  :where(.prose > ul > li > p:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-bottom: 1.25em;
}
.light-theme
  .post__content
  :where(.prose > ol > li > p:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 1.25em;
}
.light-theme
  .post__content
  :where(.prose > ol > li > p:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-bottom: 1.25em;
}
.light-theme
  .post__content
  :where(ul ul, ul ol, ol ul, ol ol):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-bottom: 0.75em;
  margin-top: 0.75em;
}
.light-theme
  .post__content
  :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}
.light-theme
  .post__content
  :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.light-theme
  .post__content
  :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}
.light-theme
  .post__content
  :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}
.light-theme
  .post__content
  :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}
.light-theme
  .post__content
  :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}
.light-theme
  .post__content
  :where(thead th:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-start: 0;
}
.light-theme
  .post__content
  :where(thead th:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-end: 0;
}
.light-theme
  .post__content
  :where(tbody td, tfoot td):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-top: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.light-theme
  .post__content
  :where(tbody td:first-child, tfoot td:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-start: 0;
}
.light-theme
  .post__content
  :where(tbody td:last-child, tfoot td:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-end: 0;
}
.light-theme
  .post__content
  :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 2em;
  margin-top: 2em;
}
.light-theme
  .post__content
  :where(.prose > :first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 0;
}
.light-theme
  .post__content
  :where(.prose > :last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-bottom: 0;
}
.light-theme .post__content,
.light-theme .post__content h2,
.light-theme .post__content h3,
.light-theme .post__content h4,
.light-theme .post__content h5,
.light-theme .post__content h6,
.light-theme .post__content strong {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
  --tw-prose-quotes: rgba(var(--rst-text-color), 1);
}
.light-theme .custom-page .post__header p {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme .custom-page .page-field:not(:has(input[type="file"])):hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-wrapper-color), var(--tw-bg-opacity, 1));
}
.light-theme .custom-page .page-field input,
.light-theme .custom-page .page-field select,
.light-theme .custom-page .page-field textarea {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme .custom-page .page-field input::-moz-placeholder,
.light-theme .custom-page .page-field select::-moz-placeholder,
.light-theme .custom-page .page-field textarea::-moz-placeholder {
  color: rgba(var(--rst-text-color), 0.75);
}
.light-theme .custom-page .page-field input::placeholder,
.light-theme .custom-page .page-field select::placeholder,
.light-theme .custom-page .page-field textarea::placeholder {
  color: rgba(var(--rst-text-color), 0.75);
}
.light-theme .custom-page .page-field.select:after {
  --tw-border-opacity: 1;
  border-top-color: rgba(var(--rst-light-color), var(--tw-border-opacity, 1));
}
.light-theme .post-radio__description,
.light-theme .post-radio__meta span,
.light-theme .post-radio__title {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme .post-radio__meta a.flag:after,
.light-theme .post-radio__meta span:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.light-theme .post-radio__meta a {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme .post-radio__meta a:not(.flag) {
  background-color: rgba(0, 0, 0, 0.05);
}
.light-theme .post-radio__meta a:not(.flag):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.light-theme .post-radio__action a#fullscreen-link,
.light-theme .post-radio__action button:not(#btn-play) {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-wrapper-color), var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.light-theme .post-radio__action a#fullscreen-link:hover,
.light-theme .post-radio__action button:not(#btn-play):hover {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-primary-color), var(--tw-text-opacity, 1));
}
.light-theme .post-radio__socials h2 {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
  opacity: 1;
}
.light-theme .post-radio__socials ul li a {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-wrapper-color), var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme .post-radio__socials ul li a:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-secondary-color), var(--tw-text-opacity, 1));
}
.light-theme .post-topradio {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-wrapper-color), var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}



.light-theme a.invert-theme {
    background-color: #e4e4e5d6;
    color: #000;
    transition: background-color 0.3s, color 0.3s;
}

.light-theme a.invert-theme:hover {
    background-color: #662CFD;
    color: #fff;
}

.dark-theme a.invert-theme {
    background-color: transparent;
    /* o define otro color si deseas */
    color: #fff;
    /* puedes ajustarlo si quieres contraste */
}

.dark-theme a.invert-theme:hover {
    background-color: #fff;
    color: #000;
}




.light-theme .post-topradio h2,
.light-theme .post-topradio__item a {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme .post-topradio__item a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-light-color), var(--tw-bg-opacity, 1));
}
.light-theme .post-topradio__btn {
  background-color: rgba(var(--rst-light-color), 0.5);
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.light-theme .post-topradio__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-primary-color), var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.light-theme .fter a,
.light-theme .fter__copy,
.light-theme .fter__social {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme .fter__social a {
  color: rgba(var(--rst-text-color), 0.75);
}
.light-theme .fter__social a:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}








.light-theme .alert {
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme .alert--error {
  --tw-border-opacity: 1;
  background-color: rgba(239, 68, 68, 0.05);
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.light-theme .alert--error svg {
  color: currentColor;
}

.alert__action {
    align-items: center;
    border-radius: 9999px;
    display: flex;
    gap: 1rem;
    height: 2.5rem;
    --tw-bg-opacity: 1;
    background-color: #242424;
    line-height: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    transition-duration: 0.3s;
}

.alert__action:hover {
    align-items: center;
    border-radius: 9999px;
    display: flex;
    gap: 1rem;
    height: 2.5rem;
    --tw-bg-opacity: 1;
    background-color: #383838;
    line-height: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    transition-duration: 0.3s;
}




.light-theme .alert__action {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-wrapper-color), var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--rst-text-color), var(--tw-text-opacity, 1));
}
.light-theme .alert__action:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-primary-color), var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.light-theme {
  --rst-body-color: 248, 250, 252;
  --rst-primary-color: 124, 58, 237;
  --rst-secondary-color: 236, 72, 153;
  --rst-text-color: 51, 65, 85;
  --rst-light-color: 226, 232, 240;
  --rst-light-color-hover: 226, 232, 240;
  --rst-light-color-hover-2: 209, 213, 219;
  --rst-container-color: 241, 245, 249;
  --rst-wrapper-color: 255, 255, 255;
}
.light-theme ::-webkit-scrollbar-thumb {
  background: rgb(0, 0, 0, 0.05);
}
.light-theme ::-webkit-scrollbar-thumb:hover {
  background: rgb(0, 0, 0, 0.1);
}











/* FIN TEMA 2*/

@media screen and (max-width: 1023px) {
    .post-radio {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .post-radio__cover {
        aspect-ratio: 1/1;
        margin-bottom: 1rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
        width: 100%;
    }
    .post-radio__cover img {
        display: block;
        height: 100%;
        width: 100%;
    }
    .post-radio__type {
        margin-bottom: 0.5rem;
    }

.light-theme .post-radio__type {
    color: #0f172a !important;
    /* Forzamos prioridad */
    background-color: #e2e8f0 !important;
    /* Opcional, si deseas fondo */
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}


    .post-radio__description,
    .post-radio__title {
        margin-bottom: 1rem;
    }
    .post-radio__title {
        margin-bottom: 1.5rem;
    }
    @media not all and (min-width: 1024px) {
        .post-radio__title {
            font-size: 1.25rem !important;
            line-height: 1.75rem !important;
        }
    }
    .post-radio__action {
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 1024px) {
    .post-radio {
        align-items: center;
        -moz-column-gap: 24px;
        column-gap: 24px;
        display: grid;
        grid-template-columns: 200px 1fr;
        grid-template-rows: auto 53px auto 30px 32px;
        row-gap: 0;
    }
}
@media (min-width: 1280px) {
    .post-radio {
        align-items: center;
        -moz-column-gap: 24px;
        column-gap: 24px;
        display: grid;
        grid-template-columns: 300px 1fr;
        grid-template-rows: auto 74px auto 25px 70px;
        row-gap: 0;
    }
}
@media (min-width: 1024px) {
    .post-radio .post-radio__cover {
        grid-row: 1/-1;
    }
    .post-radio .post-radio__description,
    .post-radio .post-radio__title,
    .post-radio .post-radio__type {
        grid-column-end: 4;
        grid-column-start: 2;
    }
    .post-radio .post-radio__type {
        align-self: flex-end;
        grid-row-end: 2;
        grid-row-start: 1;
    }
}
.post-radio__type {
    font-weight: 600;
    text-transform: uppercase;
}
.post-radio__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 2.25rem;
    line-height: 1;
}
@media (min-width: 1280px) {
    .post-radio__title {
        font-size: 3.75rem;
        line-height: 1;
    }
}
@media (min-width: 1536px) {
    .post-radio__title {
        font-size: 80px;
    }
}
.post-radio__cover {
    aspect-ratio: 1/1;
}
.post-radio__cover img {
    border-radius: 0.5rem;
    display: block;
    height: 100%;
    width: 100%;
}
.post-radio__action {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
@media not all and (min-width: 1024px) {
    .post-radio__action {
        justify-content: center;
    }
}
.post-radio__action button[data-nxt-action="play"] {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    border-radius: 9999px;
    display: grid;
    height: 3rem;
    place-content: center;
    width: 3rem;
    --tw-gradient-from: rgba(var(--nxt-primary-color), 1)
        var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(var(--nxt-primary-color), 0)
        var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgba(var(--nxt-secondary-color), 1)
        var(--tw-gradient-to-position);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {
    .post-radio__action button[data-nxt-action="play"] {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
.post-radio__action button[data-nxt-action="play"] svg {
    height: 1rem;
    width: 1rem;
}
.post-radio__action #installPWA,
.post-radio__action #open-modal {
    align-items: center;
    border-radius: 9999px;
    display: flex;
    gap: 1rem;
    height: 3rem;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--nxt-light-color), var(--tw-bg-opacity, 1));
    font-weight: 600;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition-duration: 0.3s;
}
.post-radio__action #installPWA:hover,
.post-radio__action #open-modal:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(
        var(--nxt-light-color-hover),
        var(--tw-bg-opacity, 1)
    );
}
.post-radio__action #installPWA svg,
.post-radio__action #open-modal svg {
    height: 1rem;
    opacity: 0.5;
    width: 1rem;
}
.post-radio__action #installPWA.is-installed,
.post-radio__action #open-modal.is-installed {
    opacity: 0.5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.fter {
    align-items: center;
    bottom: 0;
    display: flex;
    z-index: 11;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-top: auto;
    position: sticky;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--nxt-container-color), var(--tw-bg-opacity, 1));
    padding: 0.75rem 1rem;
}
.light-theme .fter {
    background-color: rgba(var(--rst-container-color), var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 1024px) {
    .fter {
        gap: 0.5rem;
    }
}
.fter__logo {
    font-weight: 700;
    text-transform: uppercase;
}
@media not all and (min-width: 1024px) {
    .fter__logo {
        order: 1;
    }
}
.fter__logo img {
    height: 1rem;
    width: auto;
}
.fter__copy {
    color: hsla(0, 0%, 100%, 0.9);
    flex-grow: 1;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
}
@media not all and (min-width: 1024px) {
    .fter__copy {
        order: 3;
    }
}
.fter__social {
    align-items: center;
    display: flex;
    gap: 1rem;
}
@media not all and (min-width: 1024px) {
    .fter__social {
        order: 2;
    }
}
.fter__social a {
    color: hsla(0, 0%, 100%, 0.75);
    transition-duration: 0.3s;
}
.fter__social a:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.fter:before {
    background-color: hsla(0, 0%, 100%, 0.1);
    content: "";
    height: 1px;
    left: 1.5rem;
    position: absolute;
    top: 0;
    width: calc(100% - 48px);
}

.mshare {
    background-color: rgba(var(--nxt-body-color), 0.9);
    display: none;
    height: 100vh;
    left: 0;
    padding: 1.5rem;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 110;
}
.mshare button i,
.mshare button svg {
    pointer-events: none;
}
.mshare.is-active {
    display: block;
}
.mshare__title {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    font-weight: 600;
    justify-content: space-between;
    line-height: 1.25rem;
    margin-bottom: 1rem;
}
.mshare__title svg {
    height: 1.25rem;
    width: 1.25rem;
}
.mshare__title button {
    transition-duration: 0.3s;
}
.mshare__title button:hover {
    opacity: 0.5;
}


.mshare__wrapper {
    border-radius: .75rem;
    margin: 10% auto;
    max-width: 500px;
    width: 70%;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--nxt-wrapper-color), var(--tw-bg-opacity, 1));
    padding: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.light-theme .mshare__wrapper {
    color: rgb(15 23 42);
    /* texto negro suave */
    background-color: white;
}

.light-theme .msafari .mshare-embed__copy input,
.light-theme .msafari__copy input,
.light-theme .mshare .mshare-embed__copy input,
.light-theme .mshare__copy input {
    color: rgba(var(--rst-text-color), .5);
}

.mshare__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0rem;
}
.msafari__list a,
.mshare__list a {
    align-items: center;
    border-radius: 0.5rem;
    display: flex;
    flex-grow: 1;
    gap: 1rem;
    height: 3rem;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity, 1));
    /* gris oscuro por defecto */
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    transition-duration: 0.3s;
}

/* Modo light */
.light-theme .mshare__list a {
    background-color: rgba(226, 232, 240, 0.5);
    /* #e2e8f080 */
    color: #000;
    /* texto negro en modo claro */
}

.light-theme .mshare__list a:hover {
    background-color: #662CFD;
    color: #fff;
}



.msafari__list a:hover,
.mshare__list a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-light-color-hover), var(--tw-bg-opacity, 1));
}
.msafari__copy,
.mshare__copy {
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  display: flex;
  --tw-border-opacity: 1;
  border-color: rgba(var(--rst-light-color), var(--tw-border-opacity, 1));
  padding: 0.5rem;
}

.mshare__copy input {
    background-color: transparent;
    color: hsla(0, 0%, 100%, 0.5);
    font-weight: 500;
    height: 2.5rem;
    padding-right: 0.5rem;
    width: 100%;
}
.mshare__copy input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.msafari__copy button,
.mshare__copy button {
  align-items: center;
  border-radius: 0.5rem;
  display: flex;
  gap: 0.5rem;
  height: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-light-color), var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-transform: uppercase;
  transition-duration: 0.3s;
}
.msafari__copy button:hover,
.mshare__copy button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--rst-light-color-hover), var(--tw-bg-opacity, 1));
}
.mshare__copy button span,
.mshare__copy button svg {
    pointer-events: none;
}
.mshare__copy button svg {
    height: 1.25rem;
    width: 1.25rem;
    fill: transparent;
}
.post-pagination {
    margin-top: 2.5rem;
}
.post-pagination .page-numbers {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}
.post-pagination .page-numbers li a,
.post-pagination .page-numbers li span {
    border-radius: 9999px;
    height: 2.5rem;
    width: 2.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--nxt-wrapper-color), var(--tw-bg-opacity, 1));
    font-weight: 600;
}
.post-pagination .page-numbers li a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--nxt-light-color), var(--tw-bg-opacity, 1));
}
.post-pagination .page-numbers li span.current {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    --tw-gradient-from: rgba(var(--nxt-primary-color), 1)
        var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(var(--nxt-primary-color), 0)
        var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgba(var(--nxt-secondary-color), 1)
        var(--tw-gradient-to-position);
    font-weight: 700;
}
.hover\:bg-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--nxt-light-color), var(--tw-bg-opacity, 1));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -0.125rem;
}
.hover\:bg-light2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--nxt-light-color), var(--tw-bg-opacity, 1));
    
}


@media not all and (min-width: 1024px) {
    .max-lg\:\!hidden {
        display: none !important;
    }

    
    .max-lg\:w-full {
        width: 100%;
    }
    .max-lg\:flex-col {
        flex-direction: column;
    }
    .max-lg\:flex-col-reverse {
        flex-direction: column-reverse;
    }
    .max-lg\:justify-evenly {
        justify-content: space-evenly;
    }
    .max-lg\:gap-4 {
        gap: 1rem;
    }
    .max-lg\:gap-6 {
        gap: 1.5rem;
    }
}
@media not all and (min-width: 768px) {
    .max-md\:\!hidden {
        display: none !important;
    }
}
@media not all and (min-width: 640px) {
    .max-sm\:hidden {
        display: none;
    }
}
@media (max-width: 500px) {
    .max-\[500px\]\:hidden {
        display: none;
    }
}
@media (max-width: 480px) {
    .max-\[480px\]\:hidden {
        display: none;
    }
}
@media (min-width: 640px) {
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media not all and (min-width: 1024px) {
    .max-lg\:inline-block {
        display: inline-block !important;
    }
}

@media not all and (min-width: 1024px) {
    .max-lg\: !hidden {
        display: none !important;
    }
}

@media not all and (min-width: 1024px) {
    .max-lg\:inline-block {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .lg\:hidden {
        display: none;
    }
    .lg\:w-\[240px\] {
        width: 240px;
    }
    .lg\:w-\[86px\] {
        width: 86px;
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:gap-4 {
        gap: 1rem;
    }
    .lg\:pl-4 {
        padding-left: 1rem;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .lg\:leading-4 {
        line-height: 1.5rem;
    }
}
@media (min-width: 1536px) {
    .\32xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}


