:root {
	--datv-yellow: #fef266;
	--datv-yellow-soft: #fff8a3;
	--datv-ink: #15161a;
	--datv-surface: #1f2024;
	--datv-panel: #282a30;
	--datv-panel-soft: #31343b;
	--datv-line: rgba(255, 255, 255, 0.1);
	--datv-text: #f7f7f4;
	--datv-muted: #b9bdc6;
	--datv-blue: #69d7e5;
	--datv-danger: #ff786d;
	--datv-radius: 18px;
	--datv-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

/* The header and footer are deliberately outside every selector in this file. */
.datv-home a:focus-visible,
.datv-home button:focus-visible,
.datv-home input:focus-visible,
.datv-directory a:focus-visible,
.datv-directory button:focus-visible,
.datv-directory input:focus-visible,
.datv-directory select:focus-visible,
.datv-enhanced-content a:focus-visible,
.datv-enhanced-content button:focus-visible,
.datv-sidebar-card a:focus-visible,
.datv-sidebar-card button:focus-visible,
.datv-sidebar-card input:focus-visible {
	outline: 3px solid var(--datv-blue);
	outline-offset: 3px;
}

body.datv-design-full-width #content,
body.datv-design-full-width #main-content,
body.datv-design-full-width .main-content,
body.datv-design-full-width .content-area {
	width: 100%;
	max-width: none;
}

body.datv-design-full-width .sidebar,
body.datv-design-full-width #sidebar {
	display: none;
}

body.datv-design-full-width #the-post,
body.datv-design-full-width .page-content,
body.datv-design-full-width .container-wrapper.post-content {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.datv-design-full-width #the-post > .entry-header,
body.datv-design-full-width #the-post > .entry-header-outer,
body.datv-design-full-width .page-title,
body.datv-design-full-width .entry-header .post-title {
	display: none;
}

body.datv-design-full-width #the-post > .entry-content,
body.datv-design-full-width .entry-content {
	padding: 0;
}

.datv-home,
.datv-directory {
	max-width: 1180px;
	margin: 0 auto;
	padding: 18px 10px 64px;
	font-size: 16px;
	line-height: 1.65;
}

.datv-home *,
.datv-directory * {
	box-sizing: border-box;
}

.datv-home h1,
.datv-home h2,
.datv-home h3,
.datv-directory h1,
.datv-directory h2,
.datv-directory h3 {
	margin-top: 0;
	color: var(--datv-text);
	font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", sans-serif;
	font-weight: 800;
	letter-spacing: -0.025em;
}

.datv-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	color: var(--datv-yellow);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.datv-kicker::before {
	width: 22px;
	height: 3px;
	border-radius: 99px;
	background: currentColor;
	content: "";
}

.datv-home-hero {
	display: grid;
	grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.6fr);
	gap: 20px;
	padding: 24px;
	border: 1px solid var(--datv-line);
	border-radius: 24px;
	background:
		radial-gradient(circle at 12% 10%, rgba(254, 242, 102, 0.12), transparent 30%),
		linear-gradient(145deg, #18191d, #25272c);
	box-shadow: var(--datv-shadow);
}

.datv-home-hero__intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px 16px 22px 8px;
}

.datv-home-hero__intro h1 {
	max-width: 540px;
	margin-bottom: 18px;
	font-size: clamp(38px, 4vw, 64px);
	line-height: 0.98;
}

.datv-home-hero__intro > p {
	max-width: 520px;
	margin: 0 0 24px;
	color: var(--datv-muted);
	font-size: 17px;
}

.datv-hero-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	margin-bottom: 16px;
}

.datv-hero-search input,
.datv-directory-filter input,
.datv-directory-filter select {
	min-width: 0;
	height: 48px;
	padding: 0 15px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--datv-text);
	font: inherit;
}

.datv-directory-filter select option {
	background: var(--datv-panel);
	color: var(--datv-text);
}

.datv-hero-search input::placeholder,
.datv-directory-filter input::placeholder {
	color: #9297a2;
}

.datv-hero-search button,
.datv-directory-filter button,
.datv-button,
.datv-show-card .datv-card-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 17px;
	border: 0;
	border-radius: 9px;
	background: var(--datv-yellow);
	box-shadow: none;
	color: #151515 !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease;
}

.datv-hero-search button:hover,
.datv-directory-filter button:hover,
.datv-button:hover,
.datv-show-card .datv-card-link:hover {
	background: var(--datv-yellow-soft);
	color: #090909 !important;
	transform: translateY(-1px);
}

.datv-text-link,
.datv-section-title > a {
	align-self: flex-start;
	color: var(--datv-yellow) !important;
	font-weight: 750;
	text-decoration: none !important;
}

.datv-text-link:hover,
.datv-section-title > a:hover {
	color: #fff !important;
}

.datv-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(3, 145px);
	gap: 10px;
}

.datv-show-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--datv-line);
	border-radius: var(--datv-radius);
	background: var(--datv-panel);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.datv-show-card:hover {
	border-color: rgba(254, 242, 102, 0.48);
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.25);
	transform: translateY(-3px);
}

.datv-show-card__image {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #17181c;
}

.datv-show-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform 320ms ease;
}

.datv-show-card:hover .datv-show-card__image img {
	transform: scale(1.035);
}

.datv-show-card__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(8, 9, 11, 0.55), transparent 52%);
	pointer-events: none;
}

.datv-image-placeholder {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 8px;
	width: 100%;
	height: 100%;
	padding-bottom: 20%;
	background: radial-gradient(circle at center, #343842, #17181c 70%);
}

.datv-image-placeholder i {
	display: block;
	width: 5px;
	border-radius: 5px;
	background: var(--datv-yellow);
}

.datv-image-placeholder i:nth-child(1) { height: 24%; opacity: 0.45; }
.datv-image-placeholder i:nth-child(2) { height: 48%; opacity: 0.75; }
.datv-image-placeholder i:nth-child(3) { height: 72%; }

.datv-show-card__decade {
	position: absolute;
	right: 12px;
	bottom: 12px;
	padding: 5px 10px;
	border-radius: 99px;
	background: var(--datv-yellow);
	color: #151515;
	font-size: 11px;
	font-weight: 850;
	line-height: 1.1;
}

.datv-show-card__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 18px;
}

.datv-show-card__copy h3 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.08;
}

.datv-show-card__copy h3 a {
	color: var(--datv-text) !important;
	text-decoration: none !important;
}

.datv-show-card__copy h3 a:hover {
	color: var(--datv-yellow) !important;
}

.datv-show-card__copy p {
	margin: 0 0 17px;
	color: var(--datv-muted);
	font-size: 14px;
	line-height: 1.55;
}

.datv-show-card .datv-card-link {
	min-height: 36px;
	margin-top: auto;
	padding: 8px 12px;
	font-size: 12px;
}

.datv-show-card .datv-card-link span {
	margin-left: 7px;
}

.datv-feature-card {
	display: block;
	border-radius: 14px;
}

.datv-feature-card--lead {
	grid-row: 1 / span 3;
}

.datv-feature-card .datv-show-card__image {
	position: absolute;
	inset: 0;
	aspect-ratio: auto;
}

.datv-feature-card .datv-show-card__shade {
	background: linear-gradient(to top, rgba(7, 8, 10, 0.94), rgba(7, 8, 10, 0.08) 72%);
}

.datv-feature-card .datv-show-card__decade {
	top: 12px;
	right: auto;
	bottom: auto;
	left: 12px;
}

.datv-feature-card .datv-show-card__copy {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 15px;
}

.datv-feature-card .datv-show-card__copy h3 {
	margin: 0;
	font-size: 18px;
}

.datv-feature-card--lead .datv-show-card__copy {
	padding: 24px;
}

.datv-feature-card--lead .datv-show-card__copy h3 {
	font-size: clamp(27px, 3vw, 40px);
}

.datv-feature-card .datv-card-link,
.datv-feature-card .datv-show-card__copy p {
	display: none;
}

.datv-home-section {
	margin-top: 58px;
}

.datv-section-title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}

.datv-section-title h2,
.datv-skull-intro h2 {
	margin: 0;
	font-size: clamp(29px, 3vw, 42px);
	line-height: 1.05;
}

.datv-decade-grid {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 9px;
}

.datv-decade-card {
	position: relative;
	display: flex;
	min-height: 116px;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	padding: 15px;
	border: 1px solid var(--datv-line);
	border-radius: 14px;
	background:
		linear-gradient(145deg, rgba(254, 242, 102, 0.12), transparent 62%),
		var(--datv-panel);
	color: var(--datv-text) !important;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.datv-decade-card::before {
	position: absolute;
	top: 13px;
	left: 15px;
	width: 24px;
	height: 4px;
	border-radius: 8px;
	background: var(--datv-yellow);
	box-shadow: 9px 8px 0 rgba(254, 242, 102, 0.55), 18px 16px 0 rgba(254, 242, 102, 0.25);
	content: "";
}

.datv-decade-card:hover {
	border-color: var(--datv-yellow);
	background-color: var(--datv-panel-soft);
	color: var(--datv-yellow) !important;
	transform: translateY(-2px);
}

.datv-decade-card span {
	font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
	font-size: 21px;
	font-weight: 850;
}

.datv-decade-card small {
	margin-top: 3px;
	color: var(--datv-muted);
	font-size: 10px;
	line-height: 1.3;
}

.datv-decade-card.is-empty,
.datv-genre-card.is-empty {
	opacity: 0.58;
}

.datv-genre-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}

.datv-genre-card {
	display: flex;
	min-height: 190px;
	flex-direction: column;
	padding: 20px;
	border: 1px solid var(--datv-line);
	border-radius: var(--datv-radius);
	background: linear-gradient(150deg, var(--datv-panel-soft), var(--datv-panel));
	color: var(--datv-text) !important;
	text-decoration: none !important;
	transition: border-color 170ms ease, transform 170ms ease;
}

.datv-genre-card:hover {
	border-color: rgba(105, 215, 229, 0.7);
	transform: translateY(-3px);
}

.datv-genre-card__signal {
	display: flex;
	height: 32px;
	align-items: flex-end;
	gap: 4px;
	margin-bottom: 18px;
}

.datv-genre-card__signal i {
	display: block;
	width: 5px;
	border-radius: 99px;
	background: var(--datv-blue);
}

.datv-genre-card__signal i:nth-child(1) { height: 25%; opacity: 0.35; }
.datv-genre-card__signal i:nth-child(2) { height: 48%; opacity: 0.55; }
.datv-genre-card__signal i:nth-child(3) { height: 72%; opacity: 0.78; }
.datv-genre-card__signal i:nth-child(4) { height: 100%; }

.datv-genre-card strong {
	font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
	font-size: 21px;
}

.datv-genre-card p {
	margin: 8px 0 16px;
	color: var(--datv-muted);
	font-size: 13px;
	line-height: 1.5;
}

.datv-genre-card small {
	margin-top: auto;
	color: var(--datv-blue);
	font-size: 11px;
	font-weight: 800;
}

.datv-skull-intro {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
	padding: 22px 24px;
	border: 1px solid rgba(254, 242, 102, 0.26);
	border-radius: var(--datv-radius);
	background: linear-gradient(90deg, rgba(254, 242, 102, 0.1), transparent 60%), var(--datv-panel);
}

.datv-skull-intro p {
	margin: 8px 0 0;
	color: var(--datv-muted);
}

.datv-skull-mark {
	width: 78px;
	height: 78px;
	flex: 0 0 auto;
	filter: drop-shadow(0 7px 12px rgba(0, 0, 0, 0.3));
}

.datv-skull-mark img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.datv-show-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
}

.datv-show-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* All-shows directory. */
.datv-directory-hero {
	padding: clamp(34px, 6vw, 72px);
	border: 1px solid var(--datv-line);
	border-radius: 24px;
	background:
		linear-gradient(120deg, rgba(254, 242, 102, 0.13), transparent 50%),
		repeating-linear-gradient(90deg, transparent 0, transparent 42px, rgba(255, 255, 255, 0.018) 43px),
		var(--datv-ink);
	box-shadow: var(--datv-shadow);
}

.datv-directory-hero h1 {
	margin-bottom: 13px;
	font-size: clamp(40px, 6vw, 72px);
	line-height: 0.98;
}

.datv-directory-hero p {
	max-width: 650px;
	margin: 0;
	color: var(--datv-muted);
	font-size: 18px;
}

.datv-directory-filter {
	display: grid;
	grid-template-columns: minmax(220px, 1.7fr) minmax(145px, 0.7fr) minmax(175px, 0.9fr) auto auto;
	align-items: end;
	gap: 12px;
	margin: 22px 0;
	padding: 18px;
	border: 1px solid var(--datv-line);
	border-radius: var(--datv-radius);
	background: var(--datv-panel);
}

.datv-directory-filter > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 6px;
}

.datv-directory-filter label {
	color: var(--datv-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.datv-directory-filter button {
	height: 48px;
}

.datv-clear-filters {
	display: inline-flex;
	height: 48px;
	align-items: center;
	padding: 0 5px;
	color: var(--datv-yellow) !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none !important;
}

.datv-directory-status {
	display: flex;
	align-items: baseline;
	gap: 7px;
	margin: 24px 0 15px;
	color: var(--datv-muted);
}

.datv-directory-status strong {
	color: var(--datv-text);
	font-size: 18px;
}

.datv-pagination {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.datv-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.datv-pagination a,
.datv-pagination span {
	display: inline-flex;
	min-width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 1px solid var(--datv-line);
	border-radius: 9px;
	background: var(--datv-panel);
	color: var(--datv-text) !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
}

.datv-pagination a:hover,
.datv-pagination .current {
	border-color: var(--datv-yellow);
	background: var(--datv-yellow);
	color: #111 !important;
}

.datv-directory-empty {
	padding: 60px 25px;
	border: 1px dashed rgba(255, 255, 255, 0.2);
	border-radius: var(--datv-radius);
	background: var(--datv-panel);
	text-align: center;
}

.datv-directory-empty > span {
	display: block;
	margin-bottom: 8px;
	color: var(--datv-yellow);
	font-size: 50px;
}

.datv-directory-empty h2 {
	margin-bottom: 10px;
	font-size: 32px;
}

.datv-directory-empty p {
	margin: 0 auto 20px;
	color: var(--datv-muted);
}

/* Existing single-show articles: no database content is changed. */
body.datv-single-show #the-post > .entry-content.datv-enhanced-content,
body.datv-single-show .entry-content.datv-enhanced-content {
	color: #e9ebef;
	font-size: 17px;
	line-height: 1.76;
}

.datv-enhanced-content > p:first-child:not(.datv-section p) {
	font-size: 18px;
}

.datv-section {
	position: relative;
	margin: 0 0 18px;
	overflow: hidden;
	padding: clamp(21px, 4vw, 34px);
	border: 1px solid var(--datv-line);
	border-radius: var(--datv-radius);
	background: linear-gradient(145deg, #23252a, #1e2024);
}

.datv-section::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: rgba(255, 255, 255, 0.12);
	content: "";
}

.datv-section-heading {
	margin: 0 0 18px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--datv-text) !important;
	font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", sans-serif;
	font-size: clamp(24px, 3vw, 31px) !important;
	font-weight: 850 !important;
	line-height: 1.12 !important;
}

.datv-section-icon {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	margin-right: 11px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.055);
	font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
	font-size: 21px;
	line-height: 1;
	vertical-align: middle;
}

.datv-section-icon--skull-face {
	padding: 2px;
	border-color: rgba(254, 242, 102, 0.4);
	border-radius: 50%;
	background: rgba(254, 242, 102, 0.08);
}

.datv-section-icon--skull-face img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.datv-section-heading::after,
.datv-section-heading::before {
	display: none !important;
}

.datv-section p:last-child,
.datv-section ul:last-child,
.datv-section ol:last-child {
	margin-bottom: 0;
}

.datv-section a {
	color: var(--datv-yellow) !important;
	text-decoration-color: rgba(254, 242, 102, 0.45) !important;
	text-underline-offset: 3px;
}

.datv-section a:hover {
	color: #fff !important;
}

.datv-section--overview {
	background:
		linear-gradient(100deg, rgba(254, 242, 102, 0.11), transparent 60%),
		#23252a;
}

.datv-section--overview::before,
.datv-section--strength::before {
	background: var(--datv-yellow);
}

.datv-section--overview p {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 550;
	line-height: 1.58;
}

.datv-section--transmission::before,
.datv-section--vibe::before,
.datv-section--deep-dive::before {
	background: var(--datv-blue);
}

.datv-section--transmission > ul,
.datv-section--vibe > ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.datv-section--transmission > ul > li,
.datv-section--vibe > ul > li {
	margin: 0 !important;
	padding: 13px 15px !important;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
}

.datv-section--transmission > ul > li::before,
.datv-section--vibe > ul > li::before {
	display: none !important;
}

.datv-section--transmission > ul > li > ul {
	grid-column: 1 / -1;
	margin: 8px 0 0;
}

.datv-section--transmission .datv-detail-tag {
	display: inline-flex;
	align-items: center;
	margin: 1px 2px;
	padding: 2px 7px;
	border: 1px solid rgba(254, 242, 102, 0.32);
	border-radius: 99px;
	background: rgba(254, 242, 102, 0.08);
	color: var(--datv-yellow) !important;
	font-size: 0.9em;
	font-weight: 750;
	line-height: 1.45;
	text-decoration: none !important;
}

.datv-section--transmission .datv-detail-tag:hover {
	border-color: var(--datv-yellow);
	background: var(--datv-yellow);
	color: #151515 !important;
}

.datv-section--strength {
	background:
		radial-gradient(circle at 92% 15%, rgba(254, 242, 102, 0.16), transparent 24%),
		linear-gradient(145deg, #292a27, #202126);
}

.datv-section--strength::after {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 58px;
	height: 30px;
	border-top: 4px solid var(--datv-yellow);
	border-right: 4px solid var(--datv-yellow);
	border-radius: 0 18px 0 0;
	opacity: 0.45;
	content: "";
}

.datv-section--spoiler {
	border-color: rgba(255, 120, 109, 0.3);
	background: linear-gradient(145deg, rgba(255, 120, 109, 0.08), transparent 40%), #202126;
}

.datv-section--spoiler::before {
	background: var(--datv-danger);
}

.datv-section--spoiler .datv-section-heading {
	margin: 0 !important;
}

.datv-spoiler-toggle {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--datv-text);
	font: inherit;
	font-weight: inherit;
	text-align: left;
	cursor: pointer;
}

.datv-spoiler-toggle__state {
	flex: 0 0 auto;
	padding: 7px 10px;
	border: 1px solid rgba(255, 120, 109, 0.5);
	border-radius: 99px;
	color: #ffb3ad;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.datv-spoiler-body {
	padding-top: 22px;
}

.datv-section--characters::before,
.datv-section--legacy::before {
	background: #caa8ff;
}

.datv-section--memorable::before,
.datv-section--performance::before,
.datv-section--icon-potential::before,
.datv-section--skull-face::before {
	background: var(--datv-yellow);
}

.datv-section--skull-face {
	background: linear-gradient(120deg, rgba(254, 242, 102, 0.11), transparent 52%), #202126;
}

.datv-section--deeper {
	background: linear-gradient(120deg, rgba(105, 215, 229, 0.1), transparent 48%), #202126;
}

.datv-section--deeper a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	margin: 4px 5px 4px 0;
	padding: 8px 13px;
	border-radius: 8px;
	background: var(--datv-yellow);
	color: #151515 !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
}

.datv-section--deeper a:hover {
	background: #fff;
	color: #111 !important;
}

body.datv-single-show .entry-content .button,
body.datv-single-show .entry-content button:not(.datv-spoiler-toggle),
body.datv-single-show .entry-content input[type="submit"] {
	border-color: var(--datv-yellow) !important;
	background: var(--datv-yellow) !important;
	color: #151515 !important;
}

body.datv-single-show .entry-content .button:hover,
body.datv-single-show .entry-content button:not(.datv-spoiler-toggle):hover,
body.datv-single-show .entry-content input[type="submit"]:hover {
	border-color: var(--datv-yellow-soft) !important;
	background: var(--datv-yellow-soft) !important;
	color: #090909 !important;
}

body.datv-single-show .related-posts .post-thumb,
body.datv-single-show .related-posts img {
	border-radius: 12px;
}

body.datv-single-show .related-posts .post-title a:hover {
	color: var(--datv-yellow) !important;
}

body.datv-single-show .entry-header .post-cat-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

body.datv-single-show .entry-header .post-cat {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	margin: 0 !important;
	padding: 4px 9px !important;
	border: 1px solid rgba(254, 242, 102, 0.42) !important;
	border-radius: 99px !important;
	background: rgba(254, 242, 102, 0.08) !important;
	box-shadow: none !important;
	color: var(--datv-yellow) !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	letter-spacing: 0.035em;
	line-height: 1.2 !important;
	text-decoration: none !important;
}

body.datv-single-show .entry-header .post-cat:hover {
	border-color: var(--datv-yellow) !important;
	background: var(--datv-yellow) !important;
	color: #151515 !important;
}

/* Purpose-built show sidebar, replacing the generic Jannah category list. */
body.datv-single-show .sidebar .datv-sidebar-card {
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px;
	border: 1px solid var(--datv-line);
	border-radius: 18px;
	background: linear-gradient(145deg, #282a30, #202126);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
	color: var(--datv-text);
}

.datv-sidebar-discover {
	background:
		linear-gradient(135deg, rgba(254, 242, 102, 0.13), transparent 55%),
		linear-gradient(145deg, #282a30, #202126) !important;
}

.datv-sidebar-discover__intro,
.datv-sidebar-heading--skull {
	display: flex;
	align-items: center;
	gap: 12px;
}

.datv-sidebar-discover__intro img,
.datv-sidebar-heading--skull img {
	display: block;
	width: 54px;
	height: 54px;
	flex: 0 0 auto;
	object-fit: contain;
	filter: drop-shadow(0 7px 11px rgba(0, 0, 0, 0.28));
}

.datv-sidebar-discover__intro span,
.datv-sidebar-heading > span,
.datv-sidebar-heading--skull div > span {
	display: block;
	margin-bottom: 3px;
	color: var(--datv-yellow);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.11em;
	line-height: 1.25;
	text-transform: uppercase;
}

.datv-sidebar-discover__intro h3,
.datv-sidebar-heading h3 {
	margin: 0 !important;
	color: #fff !important;
	font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", sans-serif;
	font-size: 22px !important;
	font-weight: 850 !important;
	line-height: 1.12 !important;
}

.datv-sidebar-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	gap: 7px;
	margin: 17px 0 10px;
}

.datv-sidebar-search input[type="search"] {
	width: 100%;
	height: 44px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 9px;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 13px;
}

.datv-sidebar-search input[type="search"]::placeholder {
	color: #aeb2ba;
}

.datv-sidebar-search button {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 9px;
	background: var(--datv-yellow);
	color: #151515;
	font-size: 20px;
	font-weight: 900;
	cursor: pointer;
}

.datv-sidebar-search button:hover {
	background: #fff;
}

.datv-sidebar-all-shows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: var(--datv-yellow) !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none !important;
}

.datv-sidebar-all-shows:hover {
	color: #fff !important;
}

.datv-sidebar-heading {
	margin-bottom: 14px;
}

.datv-sidebar-heading--skull {
	margin-bottom: 15px;
}

.datv-sidebar-heading--skull img {
	width: 45px;
	height: 45px;
}

.datv-sidebar-decades {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
}

.datv-sidebar-decades a {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: space-between;
	gap: 7px;
	padding: 9px 10px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.04);
	color: #f6f6f3 !important;
	font-size: 12px;
	text-decoration: none !important;
}

.datv-sidebar-decades a:hover {
	border-color: rgba(254, 242, 102, 0.5);
	background: rgba(254, 242, 102, 0.09);
	color: var(--datv-yellow) !important;
}

.datv-sidebar-decades strong {
	font-weight: 800;
}

.datv-sidebar-decades span {
	display: grid;
	min-width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--datv-muted);
	font-size: 10px;
	font-weight: 800;
}

.datv-sidebar-guides {
	display: grid;
	gap: 0;
}

.datv-sidebar-guide {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	padding: 11px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.085);
}

.datv-sidebar-guide:first-child {
	padding-top: 0;
	border-top: 0;
}

.datv-sidebar-guide:last-child {
	padding-bottom: 0;
}

.datv-sidebar-guide__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	border-radius: 9px;
	background: #15161a;
}

.datv-sidebar-guide__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
}

.datv-sidebar-guide:hover .datv-sidebar-guide__image img {
	transform: scale(1.045);
}

.datv-sidebar-guide__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: var(--datv-yellow);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.datv-sidebar-guide__meta {
	display: block;
	margin-bottom: 3px;
	color: var(--datv-blue);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.datv-sidebar-guide h4 {
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}

.datv-sidebar-guide h4 a {
	color: #fff !important;
	text-decoration: none !important;
}

.datv-sidebar-guide h4 a:hover {
	color: var(--datv-yellow) !important;
}

@media (max-width: 1100px) {
	.datv-home-hero {
		grid-template-columns: 1fr;
	}

	.datv-home-hero__intro {
		padding: 12px 8px 8px;
	}

	.datv-feature-grid {
		grid-template-rows: repeat(2, 190px);
	}

	.datv-feature-card--lead {
		grid-row: 1 / span 2;
	}

	.datv-decade-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.datv-show-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.datv-directory-filter {
		grid-template-columns: 2fr 1fr 1fr;
	}

	.datv-directory-filter button,
	.datv-clear-filters {
		justify-self: start;
	}
}

@media (max-width: 760px) {
	.datv-home,
	.datv-directory {
		padding-right: 0;
		padding-left: 0;
	}

	.datv-home-hero {
		padding: 17px;
		border-radius: 18px;
	}

	.datv-home-hero__intro h1 {
		font-size: 42px;
	}

	.datv-feature-grid {
		grid-template-rows: 270px repeat(2, 150px);
	}

	.datv-feature-card--lead {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.datv-feature-card:last-child {
		grid-column: 1 / -1;
	}

	.datv-decade-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.datv-genre-grid,
	.datv-show-grid,
	.datv-show-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.datv-section-title {
		align-items: flex-start;
		flex-direction: column;
	}

	.datv-skull-intro {
		align-items: flex-start;
	}

	.datv-directory-filter {
		grid-template-columns: 1fr 1fr;
	}

	.datv-filter-search {
		grid-column: 1 / -1;
	}

	.datv-section--transmission > ul,
	.datv-section--vibe > ul {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.datv-hero-search,
	.datv-directory-filter {
		grid-template-columns: 1fr;
	}

	.datv-filter-search {
		grid-column: auto;
	}

	.datv-hero-search button,
	.datv-directory-filter button {
		width: 100%;
	}

	.datv-feature-grid {
		display: flex;
		flex-direction: column;
	}

	.datv-feature-card {
		min-height: 190px;
	}

	.datv-feature-card--lead {
		min-height: 280px;
	}

	.datv-genre-grid,
	.datv-show-grid,
	.datv-show-grid--three {
		grid-template-columns: 1fr;
	}

	.datv-skull-intro {
		flex-direction: column;
	}

	.datv-skull-mark {
		width: 60px;
		height: 60px;
	}

	.datv-directory-hero {
		padding: 34px 24px;
	}

	.datv-directory-hero h1 {
		font-size: 43px;
	}

	.datv-section {
		padding: 22px 20px;
	}

	.datv-spoiler-toggle {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.datv-home *,
	.datv-home *::before,
	.datv-home *::after,
	.datv-directory *,
	.datv-directory *::before,
	.datv-directory *::after,
	.datv-enhanced-content *,
	.datv-enhanced-content *::before,
	.datv-enhanced-content *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
