/* Docmix Radio — layout base. Colores y fuente vía variables. */

:root {
	--docmix-bg: #0c0c0c;
	--docmix-bg-elevated: #121212;
	--docmix-accent: #2673ef;
	--docmix-accent-soft: rgba(38, 115, 239, 0.18);
	--docmix-text: #ffffff;
	--docmix-muted: #8b93a1;
	--docmix-border: rgba(38, 115, 239, 0.22);
	--docmix-font: "Montserrat", sans-serif;
	--docmix-header-h: 84px;
	--docmix-player-h: 92px;
	--docmix-max: 1140px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: var(--docmix-header-h);
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: var(--docmix-bg);
	color: var(--docmix-text);
	font-family: var(--docmix-font);
	font-size: 16px;
	line-height: 1.6;
	min-height: 100vh;
	padding-top: var(--docmix-header-h);
	padding-bottom: var(--docmix-player-h);
	-webkit-font-smoothing: antialiased;
}

body.nav-open {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--docmix-accent);
	text-decoration: none;
}

.docmix-skip {
	position: absolute;
	left: -999px;
	top: 0;
	background: var(--docmix-accent);
	color: #fff;
	padding: 8px 16px;
	z-index: 10000;
}

.docmix-skip:focus {
	left: 16px;
}

/* Header */

.docmix-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: var(--docmix-header-h);
	background: rgba(12, 12, 12, 0.38);
	backdrop-filter: blur(18px) saturate(170%);
	-webkit-backdrop-filter: blur(18px) saturate(170%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.docmix-header__inner {
	width: min(100% - 40px, var(--docmix-max));
	height: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px;
}

.docmix-brand {
	justify-self: start;
}

.docmix-brand .custom-logo-link,
.docmix-brand .custom-logo {
	display: block;
}

.docmix-brand .custom-logo {
	height: 58px;
	width: auto;
	max-width: 220px;
	object-fit: contain;
}

.docmix-brand__text {
	color: var(--docmix-text);
	font-weight: 800;
	font-size: 1.15rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.docmix-nav {
	justify-self: center;
}

.docmix-header__end {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 10px;
}

.docmix-nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.docmix-nav-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--docmix-text);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.docmix-menu {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.docmix-menu a {
	display: block;
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 6px 10px;
	background: transparent;
	border-radius: 0;
	transition: color 0.2s ease;
}

.docmix-menu a:hover,
.docmix-menu .current-menu-item > a,
.docmix-menu a.is-active {
	color: var(--docmix-accent);
	background: transparent;
}

.docmix-nav-overlay {
	display: none;
}

/* Landing sections — vacías a propósito, se arman después */

.docmix-main {
	min-height: calc(100vh - var(--docmix-header-h) - var(--docmix-player-h) - 72px);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.docmix-section {
	min-height: 0;
	scroll-margin-top: var(--docmix-header-h);
}

.docmix-section--hero {
	min-height: 0;
	padding: 28px 0 12px;
}

.docmix-hero {
	width: min(100% - 40px, var(--docmix-max));
	margin: 0 auto;
}

.docmix-hero__media {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--docmix-bg);
}

.docmix-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
}

.docmix-hero__video::-webkit-media-controls,
.docmix-hero__video::-webkit-media-controls-enclosure,
.docmix-hero__video::-webkit-media-controls-panel,
.docmix-hero__video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
	opacity: 0;
}

.docmix-marquee {
	margin-top: 18px;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.docmix-marquee__track {
	display: flex;
	width: max-content;
	animation: docmix-marquee 45s linear infinite;
}

.docmix-marquee:hover .docmix-marquee__track {
	animation-play-state: paused;
}

.docmix-marquee__group {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.docmix-marquee span {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	padding: 10px 0;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	white-space: nowrap;
	background: linear-gradient(90deg, #8b93a1 0%, #ffffff 45%, #b4bac4 100%);
	background-size: 200% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	animation: docmix-marquee-shine 8s ease-in-out infinite;
}

.docmix-marquee span::after {
	content: "•";
	margin: 0 2.2rem;
	background: none;
	-webkit-text-fill-color: #9aa3b0;
	color: #9aa3b0;
	font-size: 0.7rem;
	flex-shrink: 0;
}

@keyframes docmix-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@keyframes docmix-marquee-shine {
	0%,
	100% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.docmix-marquee__track,
	.docmix-marquee span {
		animation: none;
	}
}

/* Páginas internas */

.docmix-page {
	padding: 64px 0 96px;
}

.docmix-page__inner {
	width: min(100% - 40px, 860px);
	margin: 0 auto;
}

.docmix-page__title {
	margin: 0 0 24px;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	font-weight: 800;
	letter-spacing: -0.02em;
}

.docmix-page__content {
	color: var(--docmix-muted);
}

.docmix-page__content a {
	color: var(--docmix-accent);
}

/* Chat en vivo */

.docmix-wrap {
	width: min(100% - 40px, var(--docmix-max));
	margin: 0 auto;
}

.docmix-section--chat {
	min-height: 0;
	padding: 56px 0 40px;
}

.docmix-section-head {
	text-align: center;
	margin-bottom: 28px;
}

.docmix-kicker {
	margin: 0 0 8px;
	color: var(--docmix-accent);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

body.docmix-theme .docmix-section-head h2 {
	margin: 0 0 10px;
	color: var(--docmix-text);
	font-size: 1.8rem !important;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.docmix-section-head__lead {
	margin: 0 auto;
	max-width: 520px;
	color: var(--docmix-muted);
	font-size: 0.98rem;
}

.docmix-section--about {
	min-height: 0;
	padding: 72px 0 48px;
}

.docmix-about {
	display: grid;
	grid-template-columns: minmax(280px, 1.15fr) 1fr;
	align-items: center;
	gap: 28px;
	padding: 22px;
	overflow: hidden;
	border: 1px solid var(--docmix-border);
	border-radius: 20px;
	background: rgba(16, 16, 16, 0.85);
}

.docmix-about__photo {
	position: relative;
	width: 100%;
	aspect-ratio: 1360 / 1000;
	min-height: 0;
	border-radius: 16px;
	overflow: hidden;
	background: #111;
}

.docmix-about__photo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.docmix-about__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8px 12px 8px 0;
	text-align: left;
}

.docmix-about__text p {
	margin: 0 0 18px;
	color: var(--docmix-muted);
	font-size: 1.02rem;
	line-height: 1.75;
}

.docmix-about__text p.docmix-about__lead {
	color: var(--docmix-text);
	font-size: 1.18rem;
	font-weight: 600;
	line-height: 1.55;
}

.docmix-about__text p.docmix-about__close {
	margin-top: 22px;
	margin-bottom: 0;
	color: var(--docmix-accent);
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

/* Programación */

.docmix-section--program {
	min-height: 0;
	padding: 56px 0 40px;
}

.docmix-program-empty {
	margin: 0;
	text-align: center;
	color: var(--docmix-muted);
}

/* Videos / Éxitos */

.docmix-section--videos {
	min-height: 0;
	padding: 56px 0 48px;
}

.docmix-videos {
	display: grid;
	gap: 18px;
}

.docmix-videos[data-count="1"] {
	grid-template-columns: minmax(280px, 760px);
	justify-content: center;
}

.docmix-videos[data-count="2"],
.docmix-videos[data-count="4"] {
	grid-template-columns: 1fr 1fr;
}

.docmix-videos[data-count="3"] {
	grid-template-columns: repeat(3, 1fr);
}

.docmix-videos__item {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid var(--docmix-border);
	background: #111;
}

.docmix-videos__item iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.docmix-carousel {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 12px;
}

.docmix-carousel__viewport {
	overflow: hidden;
	container-type: inline-size;
}

.docmix-carousel__track {
	display: flex;
	gap: 16px;
	transition: transform 0.35s ease;
	will-change: transform;
}

.docmix-carousel__slide {
	flex: 0 0 auto;
	width: calc((100cqi - 64px) / 5);
	aspect-ratio: 1 / 1;
	padding: 0;
	border: 1px solid var(--docmix-border);
	border-radius: 16px;
	overflow: hidden;
	background: #121212;
	cursor: pointer;
}

.docmix-carousel__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.35s ease;
}

.docmix-carousel__slide:hover img {
	transform: scale(1.05);
}

.docmix-carousel__nav {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid var(--docmix-border);
	border-radius: 50%;
	background: #141414;
	color: var(--docmix-text);
	cursor: pointer;
}

.docmix-carousel__nav:hover:not(:disabled) {
	border-color: var(--docmix-accent);
	color: var(--docmix-accent);
}

.docmix-carousel__nav:disabled {
	opacity: 0.35;
	cursor: default;
}

.docmix-carousel__nav svg {
	width: 20px;
	height: 20px;
}

.docmix-lightbox {
	position: fixed;
	inset: 0;
	z-index: 4000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.88);
	padding: 48px 72px;
}

.docmix-lightbox[hidden] {
	display: none !important;
}

.docmix-lightbox__img {
	max-width: min(92vw, 920px);
	max-height: 86vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 12px;
}

.docmix-lightbox__close,
.docmix-lightbox__nav {
	position: absolute;
	border: 0;
	background: rgba(18, 18, 18, 0.9);
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
}

.docmix-lightbox__close {
	top: 18px;
	right: 18px;
	width: 44px;
	height: 44px;
	font-size: 28px;
	line-height: 1;
}

.docmix-lightbox__nav {
	top: 50%;
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
}

.docmix-lightbox__nav svg {
	width: 22px;
	height: 22px;
}

.docmix-lightbox__nav.is-prev {
	left: 16px;
}

.docmix-lightbox__nav.is-next {
	right: 16px;
}

body.lightbox-open {
	overflow: hidden;
}

@media (max-width: 1100px) {
	.docmix-carousel__slide {
		width: calc((100cqi - 48px) / 4);
	}
}

@media (max-width: 800px) {
	.docmix-carousel__slide {
		width: calc((100cqi - 16px) / 2);
	}
}

@media (max-width: 560px) {
	.docmix-carousel__slide {
		width: 100cqi;
	}

	.docmix-carousel__nav {
		width: 36px;
		height: 36px;
	}

	.docmix-lightbox {
		padding: 56px 16px;
	}
}

.docmix-chat {
	background: linear-gradient(180deg, rgba(18, 18, 18, 0.95), rgba(10, 10, 10, 0.92));
	border: 1px solid var(--docmix-border);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(38, 115, 239, 0.08);
}

.docmix-chat__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 20px;
	border-bottom: 1px solid var(--docmix-border);
	background: rgba(38, 115, 239, 0.06);
}

.docmix-chat__live {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--docmix-text);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.docmix-chat__pulse {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3ee28a;
	box-shadow: 0 0 0 0 rgba(62, 226, 138, 0.7);
	animation: docmix-live 1.6s ease-out infinite;
}

.docmix-chat__online {
	margin: 0;
	color: var(--docmix-muted);
	font-size: 0.82rem;
}

.docmix-chat__online strong {
	color: var(--docmix-accent);
	font-weight: 800;
}

.docmix-chat__messages {
	height: 420px;
	overflow-y: auto;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	scrollbar-width: thin;
	scrollbar-color: var(--docmix-accent) transparent;
}

.docmix-chat__empty {
	margin: auto;
	max-width: 320px;
	text-align: center;
	color: var(--docmix-muted);
	font-size: 0.95rem;
}

.docmix-bubble-row {
	display: flex;
	width: 100%;
	justify-content: flex-start;
}

.docmix-bubble-row.is-mine {
	justify-content: flex-end;
}

.docmix-bubble {
	max-width: 92%;
	padding: 10px 14px 12px;
	border-radius: 14px 14px 14px 4px;
	background: #171717;
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.docmix-bubble-row.is-mine .docmix-bubble {
	border-radius: 14px 14px 4px 14px;
	background: var(--docmix-accent);
	border-color: transparent;
}

.docmix-bubble__meta {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 4px;
}

.docmix-bubble__meta strong {
	font-size: 0.75rem;
	font-weight: 800;
	color: var(--docmix-accent);
}

.docmix-bubble-row.is-mine .docmix-bubble__meta strong,
.docmix-bubble-row.is-mine .docmix-bubble__meta time,
.docmix-bubble-row.is-mine .docmix-bubble__text {
	color: #fff;
}

.docmix-bubble__meta time {
	font-size: 0.68rem;
	color: var(--docmix-muted);
	white-space: nowrap;
}

.docmix-bubble__text {
	margin: 0;
	color: var(--docmix-text);
	font-size: 0.92rem;
	line-height: 1.45;
	word-break: break-word;
}

.docmix-chat__form {
	display: grid;
	grid-template-columns: 160px 1fr auto;
	gap: 10px;
	padding: 14px;
	border-top: 1px solid var(--docmix-border);
	background: #0f0f0f;
	position: relative;
}

.docmix-chat__nick,
.docmix-chat__input,
.docmix-chat__send {
	font-family: inherit;
	font-size: 0.92rem;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.docmix-chat__nick,
.docmix-chat__input {
	background: #161616;
	color: var(--docmix-text);
	padding: 12px 14px;
	outline: none;
}

.docmix-chat__nick:focus,
.docmix-chat__input:focus {
	border-color: var(--docmix-accent);
	box-shadow: 0 0 0 3px var(--docmix-accent-soft);
}

.docmix-chat__send {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 18px;
	background: var(--docmix-accent);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
	transition: transform 0.15s ease, filter 0.15s ease;
}

.docmix-chat__send:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

.docmix-chat__send:disabled {
	opacity: 0.55;
	cursor: wait;
	transform: none;
}

.docmix-chat__send svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.docmix-chat__status {
	grid-column: 1 / -1;
	margin: 0;
	color: #ff8b8b;
	font-size: 0.8rem;
}

.docmix-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@keyframes docmix-live {
	0% {
		box-shadow: 0 0 0 0 rgba(62, 226, 138, 0.55);
	}
	100% {
		box-shadow: 0 0 0 10px rgba(62, 226, 138, 0);
	}
}

/* Contactos */

.docmix-section--contact {
	min-height: 0;
	padding: 56px 0 40px;
}

.docmix-contact {
	display: grid;
	grid-template-columns: 1fr 1fr;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid var(--docmix-border);
	background: rgba(12, 12, 12, 0.35);
	backdrop-filter: blur(16px);
}

.docmix-contact__info-panel,
.docmix-contact__form-panel {
	padding: 36px 32px 32px;
}

.docmix-contact__info-panel {
	background: rgba(18, 18, 18, 0.72);
	border-right: 1px solid var(--docmix-border);
	color: var(--docmix-text);
}

.docmix-contact__form-panel {
	background: rgba(10, 10, 10, 0.45);
	color: var(--docmix-text);
}

.docmix-contact h3 {
	margin: 0 0 24px;
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--docmix-text);
}

.docmix-contact__info {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.docmix-contact__info li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.docmix-contact__icon {
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--docmix-accent-soft);
	border: 1px solid var(--docmix-border);
}

.docmix-contact__icon svg {
	width: 18px;
	height: 18px;
	fill: var(--docmix-accent);
}

.docmix-contact__info div span {
	display: block;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--docmix-accent);
}

.docmix-contact__info a,
.docmix-contact__info p {
	margin: 4px 0 0;
	color: var(--docmix-text);
	font-size: 0.98rem;
	font-weight: 600;
}

.docmix-contact__social-wrap {
	padding-top: 20px;
	border-top: 1px solid var(--docmix-border);
}

.docmix-contact__social-label {
	margin: 0 0 12px;
	color: var(--docmix-muted);
	font-size: 0.88rem;
}

.docmix-section--apps {
	padding: 28px 0 96px;
}

.docmix-apps-cta {
	text-align: center;
}

.docmix-apps-cta h2 {
	margin: 0 0 12px;
	color: var(--docmix-text);
	font-size: 1.35rem;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.docmix-apps-cta__lead {
	margin: 0 auto 28px;
	max-width: 420px;
	color: var(--docmix-muted);
	font-size: 0.98rem;
	line-height: 1.6;
}

.docmix-apps {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.docmix-apps--cta {
	justify-content: center;
}

.docmix-apps__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 180px;
	padding: 10px 16px 10px 14px;
	border: 1px solid var(--docmix-border);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
}

.docmix-apps__btn svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	fill: currentColor;
}

.docmix-apps__btn span {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
	text-align: left;
}

.docmix-apps__btn small {
	color: var(--docmix-muted);
	font-size: 0.62rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.docmix-apps__btn strong {
	font-size: 0.92rem;
	font-weight: 800;
}

.docmix-apps__btn:hover,
.docmix-apps__btn:focus-visible {
	background: var(--docmix-accent);
	border-color: var(--docmix-accent);
	color: #fff;
}

.docmix-apps__btn:hover small,
.docmix-apps__btn:focus-visible small {
	color: rgba(255, 255, 255, 0.85);
}

.docmix-social {
	display: flex;
	gap: 10px;
}

.docmix-social a {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--docmix-border);
	color: var(--docmix-text);
}

.docmix-header__social a {
	width: 36px;
	height: 36px;
}

.docmix-social a:hover {
	background: var(--docmix-accent);
	border-color: var(--docmix-accent);
	color: #fff;
}

.docmix-social svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.docmix-contact__form {
	display: grid;
	gap: 10px;
	position: relative;
}

.docmix-contact__form input,
.docmix-contact__form textarea,
.docmix-contact__form button {
	font-family: inherit;
	font-size: 0.92rem;
	border-radius: 12px;
}

.docmix-contact__form input,
.docmix-contact__form textarea {
	width: 100%;
	background: #161616;
	color: var(--docmix-text);
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 12px 14px;
	outline: none;
	resize: vertical;
}

.docmix-contact__form input:-webkit-autofill,
.docmix-contact__form input:-webkit-autofill:hover,
.docmix-contact__form input:-webkit-autofill:focus,
.docmix-contact__form textarea:-webkit-autofill {
	-webkit-text-fill-color: #ffffff;
	caret-color: #ffffff;
	box-shadow: 0 0 0 1000px #161616 inset;
	transition: background-color 9999s ease-out;
}

.docmix-contact__form input:focus,
.docmix-contact__form textarea:focus {
	border-color: var(--docmix-accent);
	box-shadow: 0 0 0 3px var(--docmix-accent-soft);
}

.docmix-altcha {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	justify-self: start;
	max-width: 100%;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	background: rgba(22, 22, 22, 0.9);
	color: #d0d4dc;
	font-weight: 600;
	cursor: pointer;
	text-align: left;
}

.docmix-altcha:hover,
.docmix-altcha:focus-visible {
	border-color: var(--docmix-accent);
}

.docmix-altcha__box {
	position: relative;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	border: 2px solid rgba(255, 255, 255, 0.28);
	border-radius: 6px;
	background: #111;
}

.docmix-altcha.is-verifying {
	cursor: wait;
	opacity: 0.85;
}

.docmix-altcha.is-verifying .docmix-altcha__box {
	border-color: var(--docmix-accent);
}

.docmix-altcha.is-verified {
	cursor: default;
}

.docmix-altcha.is-verified .docmix-altcha__box {
	border-color: var(--docmix-accent);
	background: var(--docmix-accent);
}

.docmix-altcha.is-verified .docmix-altcha__box::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.docmix-altcha.is-error {
	border-color: #ff8b8b;
	color: #ff8b8b;
}

.docmix-contact__form button[type="submit"] {
	justify-self: start;
	padding: 12px 22px;
	border: 0;
	background: var(--docmix-accent);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.docmix-contact__form button[type="submit"]:disabled {
	opacity: 0.55;
	cursor: wait;
}

.docmix-contact__status {
	margin: 0;
	font-size: 0.85rem;
	color: #ff8b8b;
}

.docmix-contact__status.is-ok {
	color: #3ee28a;
}

/* Reproductor sticky */

body.docmix-theme .docmix-player {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1100;
	height: auto;
	padding: 14px 0 18px;
	background: rgba(12, 12, 12, 0.52);
	backdrop-filter: blur(18px) saturate(170%);
	-webkit-backdrop-filter: blur(18px) saturate(170%);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.28);
}

body.docmix-theme .docmix-player p {
	margin: 0;
	line-height: 1.3;
}

.docmix-player__inner {
	width: min(100% - 32px, var(--docmix-max));
	height: auto;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 18px;
	padding: 0;
}

.docmix-player__now {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.docmix-player__eq {
	display: flex;
	align-items: flex-end;
	gap: 3px;
	height: 22px;
	flex-shrink: 0;
}

.docmix-player__eq span {
	width: 3px;
	height: 8px;
	border-radius: 2px;
	background: var(--docmix-accent);
	opacity: 0.45;
}

.docmix-player.is-playing .docmix-player__eq span {
	opacity: 1;
	animation: docmix-eq 0.9s ease-in-out infinite;
}

.docmix-player.is-playing .docmix-player__eq span:nth-child(2) {
	animation-delay: 0.15s;
}

.docmix-player.is-playing .docmix-player__eq span:nth-child(3) {
	animation-delay: 0.3s;
}

@keyframes docmix-eq {
	0%,
	100% {
		height: 7px;
	}
	50% {
		height: 22px;
	}
}

.docmix-player__meta {
	min-width: 0;
}

.docmix-player__badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 3px;
	color: var(--docmix-muted);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.docmix-player__badge.is-live {
	color: var(--docmix-accent);
}

.docmix-player__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
}

.docmix-player__badge.is-live .docmix-player__dot {
	box-shadow: 0 0 0 0 rgba(38, 115, 239, 0.6);
	animation: docmix-live-dot 1.6s ease-out infinite;
}

@keyframes docmix-live-dot {
	0% {
		box-shadow: 0 0 0 0 rgba(38, 115, 239, 0.55);
	}
	70% {
		box-shadow: 0 0 0 8px rgba(38, 115, 239, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(38, 115, 239, 0);
	}
}

.docmix-player__title {
	margin: 0;
	color: #fff;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.docmix-player.is-live .docmix-player__title {
	font-weight: 800;
}

.docmix-player__sub {
	margin: 4px 0 0;
	padding-bottom: 2px;
	color: var(--docmix-muted);
	font-size: 0.72rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.docmix-player__play {
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 50%;
	background: var(--docmix-accent);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.docmix-player__play:hover,
.docmix-player__play:focus-visible {
	transform: scale(1.05);
}

.docmix-player__play svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.docmix-player__icon-play {
	margin-left: 2px;
}

.docmix-player__icon-pause,
.docmix-player.is-playing .docmix-player__icon-play {
	display: none;
}

.docmix-player.is-playing .docmix-player__icon-pause {
	display: block;
}

.docmix-player__volume {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 140px;
}

.docmix-player__mute {
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.docmix-player__mute svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.docmix-player__icon-muted,
.docmix-player.is-muted .docmix-player__icon-vol {
	display: none;
}

.docmix-player.is-muted .docmix-player__icon-muted {
	display: block;
}

.docmix-player__slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 4px;
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.16);
	outline: none;
}

.docmix-player__slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.docmix-player__slider::-moz-range-thumb {
	width: 12px;
	height: 12px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

/* WhatsApp flotante */

.docmix-whatsapp {
	position: fixed;
	right: 24px;
	bottom: calc(var(--docmix-player-h) + 16px);
	z-index: 1200;
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #ffffff;
	color: var(--docmix-accent);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.docmix-whatsapp svg {
	width: 30px;
	height: 30px;
	fill: currentColor;
}

.docmix-whatsapp:hover,
.docmix-whatsapp:focus-visible {
	background: var(--docmix-accent);
	color: #fff;
	transform: scale(1.08);
	box-shadow: 0 10px 24px rgba(38, 115, 239, 0.45);
}

.docmix-whatsapp::after {
	content: attr(data-tooltip);
	position: absolute;
	right: 66px;
	top: 50%;
	transform: translateY(-50%) translateX(8px);
	padding: 8px 12px;
	border-radius: 10px;
	background: rgba(10, 10, 10, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.docmix-whatsapp:hover::after,
.docmix-whatsapp:focus-visible::after {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(0);
}

/* Footer */

.docmix-footer {
	border-top: 1px solid var(--docmix-border);
	background: #0a0a0a;
}

.docmix-footer__inner {
	width: min(100% - 40px, var(--docmix-max));
	margin: 0 auto;
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.docmix-footer__copy,
.docmix-footer__visits {
	margin: 0;
	font-size: 0.85rem;
	color: var(--docmix-muted);
}

.docmix-footer__copy a {
	color: var(--docmix-muted);
	text-decoration: none;
}

.docmix-footer__copy a:hover,
.docmix-footer__copy a:focus-visible {
	color: var(--docmix-accent);
}

.docmix-footer__visits {
	margin-left: auto;
	text-align: right;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.docmix-footer__visits span {
	color: var(--docmix-accent);
	font-weight: 800;
}

/* Móvil */

@media (max-width: 900px) {
	:root {
		--docmix-header-h: 72px;
		--docmix-player-h: 82px;
	}

	.docmix-header {
		z-index: 2100;
	}

	.docmix-header__inner {
		width: min(100% - 28px, var(--docmix-max));
		display: flex;
		justify-content: space-between;
		gap: 12px;
	}

	.docmix-header__end {
		margin-left: auto;
	}

	.docmix-header__social a {
		width: 32px;
		height: 32px;
	}

	.docmix-brand .custom-logo {
		height: 46px;
	}

	.docmix-hero {
		width: min(100% - 28px, var(--docmix-max));
	}

	.docmix-about {
		grid-template-columns: 1fr;
		justify-items: center;
		padding: 18px;
		gap: 18px;
	}

	.docmix-videos,
	.docmix-videos[data-count="2"],
	.docmix-videos[data-count="3"],
	.docmix-videos[data-count="4"] {
		grid-template-columns: 1fr;
	}

	.docmix-about__photo {
		width: 100%;
		height: auto;
		aspect-ratio: 1360 / 1000;
	}

	.docmix-about__text {
		padding: 4px 8px 8px;
	}

	.docmix-contact {
		grid-template-columns: 1fr;
	}

	.docmix-contact__info-panel {
		border-right: 0;
		border-bottom: 1px solid var(--docmix-border);
	}

	.docmix-contact__info-panel,
	.docmix-contact__form-panel {
		padding: 22px 18px 20px;
	}

	.docmix-contact__info {
		grid-template-columns: 1fr;
	}

	.docmix-wrap {
		width: min(100% - 28px, var(--docmix-max));
	}

	.docmix-chat__messages {
		height: 360px;
		padding: 16px;
	}

	.docmix-chat__form {
		grid-template-columns: 1fr auto;
	}

	.docmix-chat__nick {
		grid-column: 1 / -1;
	}

	.docmix-chat__send span {
		display: none;
	}

	.docmix-header__social {
		display: none;
	}

	.docmix-nav--desktop {
		display: none;
	}

	.docmix-nav-toggle {
		display: flex;
		position: relative;
		z-index: 2200;
	}

	.docmix-nav-overlay {
		display: flex;
		position: fixed;
		inset: 0;
		z-index: 2000;
		align-items: center;
		justify-content: center;
		padding: calc(var(--docmix-header-h) + 12px) 24px 32px;
		background: rgba(8, 8, 8, 0.94);
		backdrop-filter: blur(18px) saturate(160%);
		-webkit-backdrop-filter: blur(18px) saturate(160%);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.22s ease, visibility 0.22s ease;
	}

	body.nav-open .docmix-nav-overlay {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.docmix-nav-overlay__panel {
		width: min(100%, 360px);
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 28px;
	}

	.docmix-nav-overlay .docmix-menu {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
	}

	.docmix-nav-overlay .docmix-menu a {
		text-align: center;
		font-size: 1.05rem;
		padding: 14px 8px;
		color: #ffffff;
		background: transparent;
	}

	.docmix-nav-overlay__social {
		justify-content: center;
	}

	body.nav-open .docmix-nav-toggle span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	body.nav-open .docmix-nav-toggle span:nth-child(2) {
		opacity: 0;
	}

	body.nav-open .docmix-nav-toggle span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	.docmix-footer__inner {
		flex-wrap: wrap;
		padding: 20px 0;
	}

	.docmix-whatsapp {
		right: 16px;
		bottom: calc(var(--docmix-player-h) + 12px);
		width: 48px;
		height: 48px;
	}

	.docmix-whatsapp svg {
		width: 26px;
		height: 26px;
	}

	.docmix-whatsapp::after {
		display: none;
	}

	.docmix-player__inner {
		width: min(100% - 20px, var(--docmix-max));
		grid-template-columns: 1fr auto auto;
		gap: 8px;
	}

	.docmix-player__sub,
	.docmix-player__slider {
		display: none;
	}

	.docmix-player__volume {
		min-width: 0;
	}

	.docmix-player__play {
		width: 44px;
		height: 44px;
	}
}
