/*
Theme Name: Dream
Theme URI: https://example.com/
Author: Codex
Description: Premium dark dream interpretation theme.
Version: 1.0.0
Text Domain: dream
*/

:root {
	--dream-bg: #050814;
	--dream-bg-2: #070c19;
	--dream-surface: rgba(10, 14, 28, 0.86);
	--dream-surface-2: rgba(15, 19, 36, 0.9);
	--dream-surface-3: rgba(23, 27, 47, 0.82);
	--dream-stroke: rgba(150, 160, 255, 0.13);
	--dream-stroke-strong: rgba(200, 208, 255, 0.24);
	--dream-text: #f2f5ff;
	--dream-muted: #9ea8cb;
	--dream-muted-2: #7680a8;
	--dream-accent: #8d6dff;
	--dream-accent-2: #6e7cff;
	--dream-accent-3: #58c8ff;
	--dream-glow: rgba(141, 109, 255, 0.36);
	--dream-glow-soft: rgba(80, 92, 214, 0.18);
	--dream-radius-xl: 28px;
	--dream-radius-lg: 24px;
	--dream-radius-md: 18px;
	--dream-radius-sm: 14px;
	--dream-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
	--dream-shadow-soft: 0 16px 44px rgba(0, 0, 0, 0.28);
	--dream-font: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--dream-font);
	color: var(--dream-text);
	background:
		url('data:image/svg+xml;utf8,<svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg"><filter id="noiseFilter"><feTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="3" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noiseFilter)" opacity="0.05"/></svg>'),
		radial-gradient(circle at 20% 15%, rgba(83, 107, 255, 0.22), transparent 24%),
		radial-gradient(circle at 82% 18%, rgba(162, 99, 255, 0.24), transparent 22%),
		radial-gradient(circle at 48% 60%, rgba(35, 45, 110, 0.25), transparent 28%),
		linear-gradient(180deg, #050816 0%, #060915 28%, #03050d 100%);
	color-scheme: dark;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 18% 22%, rgba(144, 90, 255, 0.15), transparent 30%),
		radial-gradient(circle at 78% 24%, rgba(74, 148, 255, 0.08), transparent 26%),
		radial-gradient(circle at 50% 80%, rgba(22, 24, 45, 0.4), transparent 34%);
	z-index: -2;
}

body::after {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
	background-size: 80px 80px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), transparent 30%, transparent 72%, rgba(0, 0, 0, 0.18));
	z-index: -3;
}

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

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

svg {
	display: block;
}

button,
input,
select,
textarea {
	font: inherit;
}

.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;
}

.screen-reader-text:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	clip: auto;
	white-space: normal;
}

.dream-page {
	position: relative;
	min-height: 100vh;
}

.dream-shell {
	width: 100%;
	margin: 0 auto;
	padding-inline: 32px;
}

.dream-header {
	position: relative;
	z-index: 40;
	padding: 10px 0 12px;
}

.dream-header__inner {
	min-height: 72px;
	display: flex;
	align-items: center;
	gap: 24px;
	padding-block: 14px;
	padding-inline: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.dream-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-width: 220px;
	flex: 0 0 auto;
}

.dream-brand__logo {
	height: 60px;
	width: auto;
	object-fit: contain;
	transform: scale(2.8);
	transform-origin: left center;
	margin-left: 10px;
}

.dream-brand__mark {
	position: relative;
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
}

.dream-brand__glow {
	position: absolute;
	inset: -6px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(155, 118, 255, 0.6), transparent 68%);
	filter: blur(4px);
	opacity: 0.9;
}

.dream-brand__icon {
	position: relative;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	background: linear-gradient(180deg, rgba(170, 143, 255, 0.95), rgba(95, 106, 255, 0.92));
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 10px 28px rgba(111, 89, 255, 0.32);
	color: #fff;
}

.dream-brand__icon svg,
.dream-icon-button svg,
.dream-pill-button__icon svg,
.dream-search__icon svg,
.favorite-item__heart svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.dream-brand__copy {
	display: grid;
	line-height: 1;
}

.dream-brand__title {
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.dream-brand__subtitle {
	margin-top: 2px;
	font-size: 0.98rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	background: linear-gradient(90deg, #fbf7ff 0%, #9a8cff 44%, #6a82ff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.dream-nav {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
}

.dream-nav__list {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 34px;
	padding: 0;
	margin: 0;
}

.dream-nav__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.96rem;
	font-weight: 700;
	color: #eef1ff;
	padding: 8px 0;
	transition: color 0.3s ease, transform 0.3s ease;
}

.dream-nav__link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	border-radius: 999px;
	background: #e9dcf5;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
}

.dream-nav__item.is-current .dream-nav__link::after,
.dream-nav__link:hover::after,
.dream-nav__link:focus-visible::after {
	transform: scaleX(1);
}

.dream-nav__link:hover,
.dream-nav__link:focus-visible {
	color: #ffffff;
	transform: translateY(-1px);
}

.dream-nav__caret {
	font-size: 0.7rem;
	line-height: 1;
	transform: translateY(-1px);
	color: var(--dream-muted);
}

.dream-header__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-left: auto;
}

.dream-pill-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 46px;
	padding: 0 20px;
	border: none;
	border-radius: 8px;
	background: linear-gradient(180deg, #4d4c93, #3a3977);
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	transition: transform 0.3s ease, filter 0.3s ease;
	font-weight: 600;
}
.dream-pill-button:hover {
	filter: brightness(1.1);
	transform: translateY(-1px);
}

.dream-icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	min-height: 46px;
	padding: 0;
	border: none;
	background: transparent;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	transition: color 0.3s ease, transform 0.3s ease;
}
.dream-icon-button:hover {
	color: #a0a8ff;
	transform: translateY(-1px);
}

.dream-icon-button:hover,
.dream-pill-button:hover,
.dream-icon-button:focus-visible,
.dream-pill-button:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(171, 151, 255, 0.34);
	box-shadow: 0 16px 34px rgba(38, 32, 84, 0.34), 0 0 0 1px rgba(146, 115, 255, 0.12) inset;
}

.dream-pill-button--favorites {
	padding-inline: 18px;
	background: linear-gradient(180deg, rgba(104, 87, 209, 0.96), rgba(83, 88, 196, 0.88));
	color: #fff;
	box-shadow: 0 16px 40px rgba(94, 85, 192, 0.32), 0 0 26px rgba(130, 100, 255, 0.18);
}

.dream-pill-button__icon {
	display: inline-flex;
	width: 18px;
	height: 18px;
	color: #fff;
}

.dream-main {
	padding-bottom: 32px;
}

.dream-home {
	padding-top: 10px;
	display: grid;
	gap: 18px;
}

.dream-leaderboard {
	display: flex;
	justify-content: center;
}

.ad-banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: repeating-linear-gradient(
		45deg,
		rgba(20, 24, 40, 0.8),
		rgba(20, 24, 40, 0.8) 15px,
		rgba(28, 34, 56, 0.6) 15px,
		rgba(28, 34, 56, 0.6) 30px
	);
	border: 1px dashed rgba(133, 143, 214, 0.25);
	border-radius: 12px;
	color: #aeb5cc;
	text-align: center;
	gap: 6px;
	position: relative;
	overflow: hidden;
}

.ad-banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 0%, rgba(155, 108, 255, 0.1), transparent 70%);
}

.ad-banner__label {
	font-size: 1.05rem;
	font-weight: 800;
	color: #fff;
	position: relative;
	z-index: 1;
}

.ad-banner__desc {
	font-size: 0.85rem;
	opacity: 0.8;
	position: relative;
	z-index: 1;
}

.ad-banner__size {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	opacity: 0.6;
	background: rgba(0,0,0,0.4);
	padding: 4px 8px;
	border-radius: 6px;
	position: relative;
	z-index: 1;
	margin-top: 4px;
}

.ad-banner--wide {
	width: min(100%, 970px);
	height: 90px;
	padding: 12px 18px;
}

.ad-banner--mid {
	width: min(100%, 728px);
	height: 90px;
	padding: 10px 18px;
}

.ad-banner--hero {
	width: 100%;
	min-height: 100%;
	padding: 120px 16px 110px;
	border-radius: 20px;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.ad-banner--rect {
	min-height: 250px;
	padding: 18px;
}

.dream-hero {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 64px 44px;
	border: 1px solid rgba(120, 131, 210, 0.12);
	border-radius: 22px;
	background: #080a15;
	box-shadow: 0 26px 68px rgba(0, 0, 0, 0.42), 0 0 34px rgba(109, 89, 255, 0.08);
	position: relative;
	overflow: hidden;
	min-height: 620px;
}

.dream-hero::before {
	content: '';
	position: absolute;
	inset: -150px;
	background: radial-gradient(ellipse at 30% 60%, rgba(155, 108, 255, 0.15) 0%, transparent 50%),
				radial-gradient(ellipse at 80% 20%, rgba(83, 107, 255, 0.12) 0%, transparent 40%);
	pointer-events: none;
	z-index: 0;
	animation: nebulaPulse 12s ease-in-out infinite alternate;
}

@keyframes nebulaPulse {
	0% { opacity: 0.5; transform: scale(1); }
	100% { opacity: 1; transform: scale(1.05); }
}

.dream-hero > * {
	position: relative;
	z-index: 1;
}

.dream-hero__copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 0;
	max-width: 580px;
	min-height: 100%;
}

.hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	align-self: flex-start;
	margin-bottom: 16px;
	padding: 7px 12px;
	border-radius: 999px;
	border: 1px solid rgba(117, 125, 214, 0.22);
	background: rgba(12, 16, 33, 0.84);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #f7f5ff;
}

.hero-eyebrow__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(180deg, #ffce5e, #ff9f1f);
	box-shadow: 0 0 0 3px rgba(255, 191, 60, 0.12);
}

.hero-title {
	margin: 0;
	width: 100%;
	max-width: 100%;
	font-size: clamp(3.5rem, 5.2vw, 5.7rem);
	font-weight: 900;
	line-height: 0.92;
	letter-spacing: -0.07em;
	text-wrap: balance;
}

.hero-title span {
	display: block;
}

.hero-title__accent {
	background: linear-gradient(90deg, #8f71ff 0%, #7986ff 48%, #6487ff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.hero-text {
	margin: 14px 0 0;
	width: 100%;
	max-width: 100%;
	font-size: 0.98rem;
	line-height: 1.48;
	color: #d7deff;
}

.dream-search {
	margin-top: 28px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0;
	width: 100%;
	padding: 8px;
	border-radius: 50px;
	background: #fff;
	border: 2px solid rgba(155, 108, 255, 0.4);
	box-shadow: 0 0 32px rgba(155, 108, 255, 0.4), 0 12px 24px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.dream-search:focus-within {
	box-shadow: 0 0 48px rgba(155, 108, 255, 0.6), 0 12px 24px rgba(0, 0, 0, 0.3);
	border-color: #9b6cff;
}

.dream-search__input {
	height: 64px;
	border: 0;
	padding: 0 28px;
	border-radius: 40px 0 0 40px;
	background: transparent;
	color: #1e2232;
	outline: none;
	font-size: 1.15rem;
	font-weight: 600;
}

.dream-search__input::placeholder {
	color: #8c93a8;
	font-weight: 500;
	transition: opacity 0.3s ease;
}

.dream-search__button {
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 118px;
	height: 56px;
	padding: 0 18px;
	border: 0;
	border-radius: 16px;
	background: linear-gradient(180deg, #a985ff 0%, #7c67ff 100%);
	color: #fff;
	font-weight: 900;
	box-shadow: 0 16px 34px rgba(111, 95, 255, 0.4), 0 0 30px rgba(142, 112, 255, 0.3);
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.dream-search__button:hover,
.dream-search__button:focus-visible {
	transform: translateY(-1px);
	filter: brightness(1.03);
	box-shadow: 0 18px 38px rgba(111, 95, 255, 0.42), 0 0 26px rgba(142, 112, 255, 0.28);
}

.dream-search__icon {
	display: inline-flex;
	width: 18px;
	height: 18px;
}

.hero-popular {
	margin-top: 12px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 0.88rem;
	color: #e4e8fb;
}

.hero-popular__label {
	color: #d4d7ec;
	font-weight: 600;
}

.hero-popular__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hero-chip {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 12px;
	border-radius: 24px;
	border: 1px solid rgba(140, 147, 219, 0.28);
	background: rgba(8, 11, 24, 0.66);
	color: #ffffff;
	font-size: 0.86rem;
	font-weight: 600;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.hero-chip:hover,
.hero-chip:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(161, 122, 255, 0.5);
	background: rgba(23, 24, 49, 0.84);
}

.dream-hero__visual {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	isolation: auto;
}

.dream-hero__visual::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(8, 12, 22, 1) 0%, rgba(8, 12, 22, 0.9) 30%, rgba(8, 12, 22, 0.4) 60%, transparent 100%);
	z-index: 1;
	pointer-events: none;
}

.dream-hero__frame {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	border: none;
	overflow: hidden;
	background: none;
	box-shadow: none;
}

.dream-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
	transform: none;
	filter: saturate(1.08) contrast(1.04);
}

.dream-hero__ad {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}

.dream-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 24px;
	align-items: start;
}

.dream-sidebar,
.dream-content {
	min-width: 0;
}

.dream-sidebar {
	display: grid;
	gap: 18px;
}

.dream-content {
	display: grid;
	gap: 48px;
}

.panel {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(141, 151, 220, 0.11);
	border-radius: var(--dream-radius-lg);
	background:
		linear-gradient(180deg, rgba(10, 14, 28, 0.9), rgba(8, 12, 22, 0.92)),
		linear-gradient(90deg, rgba(118, 85, 255, 0.08), rgba(71, 101, 255, 0.05));
	box-shadow: var(--dream-shadow-soft);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.panel--categories,
.panel--tools,
.panel--popular,
.panel--latest {
	background: transparent;
	border: none;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 26%, transparent 74%, rgba(255, 255, 255, 0.02)),
		radial-gradient(circle at 18% 16%, rgba(149, 114, 255, 0.12), transparent 26%);
	pointer-events: none;
}

.panel--categories::before,
.panel--tools::before,
.panel--popular::before,
.panel--latest::before {
	display: none;
}

.panel:hover {
	transform: translateY(-2px);
	border-color: rgba(158, 133, 255, 0.24);
	box-shadow: 0 22px 56px rgba(0, 0, 0, 0.34);
}

.panel--categories:hover,
.panel--tools:hover,
.panel--popular:hover,
.panel--latest:hover {
	transform: none;
	box-shadow: none;
}

.panel__head {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 18px 18px 0;
}

.panel__head h2 {
	margin: 0;
	font-size: 1.02rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	color: #f7f8ff;
}

.panel__head--compact {
	padding-bottom: 4px;
}

.panel__head--stacked {
	align-items: flex-start;
	flex-direction: column;
}

.panel__link {
	font-size: 0.86rem;
	font-weight: 700;
	color: #8c7cff;
	transition: color 0.3s ease, transform 0.3s ease;
}

.panel__link:hover,
.panel__link:focus-visible {
	color: #c3b8ff;
	transform: translateX(2px);
}

.panel__button {
	position: relative;
	z-index: 1;
	margin: 16px 18px 18px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: calc(100% - 36px);
	min-height: 42px;
	padding: 0 14px;
	border-radius: 12px;
	border: 1px solid rgba(132, 141, 210, 0.18);
	background: linear-gradient(180deg, rgba(18, 22, 42, 0.88), rgba(11, 14, 28, 0.9));
	color: #f0f2ff;
	font-size: 0.92rem;
	font-weight: 700;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.panel__button:hover,
.panel__button:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(166, 132, 255, 0.36);
	box-shadow: 0 14px 30px rgba(74, 58, 168, 0.24);
}

.panel--categories {
	padding-bottom: 0;
	min-height: 493px;
}

.panel--categories-new {
	background: transparent;
	border: none;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.categories-header {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 24px 20px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(20, 24, 45, 0.8), rgba(12, 14, 28, 0.95)),
				radial-gradient(circle at top right, rgba(168, 181, 255, 0.15), transparent 60%);
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.categories-header::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background-image: radial-gradient(1.5px 1.5px at 20px 30px, #eee, rgba(0,0,0,0)), radial-gradient(1.5px 1.5px at 40px 70px, #fff, rgba(0,0,0,0)), radial-gradient(2px 2px at 90px 40px, #ddd, rgba(0,0,0,0));
	background-size: 150px 150px;
	opacity: 0.15;
	pointer-events: none;
}

.categories-header__icon {
	flex-shrink: 0;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: radial-gradient(circle at center, rgba(168, 181, 255, 0.15), transparent);
	border: 1px solid rgba(168, 181, 255, 0.2);
}

.categories-header__text {
	display: flex;
	flex-direction: column;
	gap: 6px;
	position: relative;
	z-index: 1;
}

.categories-header__text h2 {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 800;
	color: #fff;
	font-family: var(--dream-font-serif, "Lora", serif);
	letter-spacing: -0.01em;
}

.categories-header__text p {
	margin: 0;
	font-size: 0.85rem;
	font-weight: 500;
	color: #aeb5cc;
	line-height: 1.4;
}

.category-list-premium {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.category-card {
	position: relative;
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(22, 26, 45, 0.7), rgba(16, 18, 32, 0.85));
	border: 1px solid rgba(255, 255, 255, 0.04);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, border-color 0.3s ease;
}

.category-card:hover {
	transform: translateX(4px);
	border-color: rgba(255, 255, 255, 0.1);
	background: linear-gradient(180deg, rgba(28, 33, 56, 0.8), rgba(20, 23, 40, 0.95));
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.category-card__link {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	padding: 16px;
	text-decoration: none;
}

.category-card__icon-wrapper {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: var(--tone);
	background: radial-gradient(circle at top left, rgba(255,255,255,0.05), transparent);
	border: 1px solid var(--tone);
	box-shadow: inset 0 2px 10px rgba(0,0,0,0.2), 0 0 10px rgba(0,0,0,0.1);
	opacity: 0.9;
}

.category-card__icon-wrapper svg {
	width: 22px;
	height: 22px;
}

.category-card__content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.category-card__title {
	font-size: 1.05rem;
	font-weight: 800;
	color: #fff;
}

.category-card__desc {
	font-size: 0.75rem;
	font-weight: 500;
	color: #7b85a3;
	line-height: 1.3;
}

.category-card__arrow {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.4);
	transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.category-card:hover .category-card__arrow {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.category-btn-all {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	padding: 18px 20px;
	text-decoration: none;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(28, 14, 52, 0.9), rgba(12, 6, 26, 0.95));
	border: 1px solid rgba(176, 133, 255, 0.15);
	box-shadow: 0 10px 30px rgba(28, 14, 52, 0.4);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.category-btn-all::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background-image: radial-gradient(1px 1px at 10px 10px, #a8b5ff, rgba(0,0,0,0)), radial-gradient(1px 1px at 30px 40px, #fff, rgba(0,0,0,0)), radial-gradient(2px 2px at 80px 20px, #ddd, rgba(0,0,0,0));
	background-size: 100px 100px;
	opacity: 0.2;
	pointer-events: none;
}

.category-btn-all:hover {
	transform: translateY(-2px);
	border-color: rgba(176, 133, 255, 0.4);
	box-shadow: 0 15px 40px rgba(74, 38, 168, 0.4);
}

.category-btn-all__icon {
	color: #b085ff;
}

.category-btn-all__text {
	display: flex;
	flex-direction: column;
	gap: 4px;
	position: relative;
	z-index: 1;
}

.category-btn-all__title {
	font-size: 1.05rem;
	font-weight: 800;
	color: #fff;
}

.category-btn-all__desc {
	font-size: 0.75rem;
	font-weight: 500;
	color: #9a8cff;
}

.category-btn-all__arrow {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #4a26a8;
	color: #fff;
	box-shadow: 0 4px 12px rgba(74, 38, 168, 0.5);
	position: relative;
	z-index: 1;
}

.panel--ad-rect {
	padding: 0;
	min-height: 254px;
	display: flex;
}

.panel--ad-rect .ad-banner {
	flex: 1 1 auto;
}

.panel--tools {
	padding-bottom: 18px;
}

.tools-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
}

.tools-grid--premium {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	padding: 10px 18px 0;
}

.tool-card--premium {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
	background: rgba(20, 24, 40, 0.4);
	border: 1px solid rgba(133, 143, 214, 0.14);
	border-radius: 16px;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	gap: 16px;
}

.tool-card--premium:hover {
	background: rgba(155, 108, 255, 0.1);
	border-color: rgba(155, 108, 255, 0.3);
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 16px 32px rgba(155, 108, 255, 0.15);
}

.tool-card--premium .tool-card__icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(155, 108, 255, 0.15);
	color: #9b6cff;
	border-radius: 12px;
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tool-card--premium .tool-card__icon svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.tool-card--premium:hover .tool-card__icon {
	transform: scale(1.15) translateY(-4px);
	box-shadow: 0 8px 16px rgba(155, 108, 255, 0.3);
}

.tool-card--premium .tool-card__content {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.tool-card--premium .tool-card__label {
	font-size: 1.1rem;
	font-weight: 800;
	color: #fff;
	margin-top: 0;
}

.tool-card--premium .tool-card__desc {
	font-size: 0.85rem;
	color: #aeb5cc;
	line-height: 1.4;
}

.tool-card {
	min-height: 142px;
	padding: 18px 10px 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	gap: 12px;
	border: 1px solid rgba(166, 131, 255, 0.1);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(46, 40, 84, 0.8), rgba(24, 20, 50, 0.9));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 12px 24px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.tool-card:hover,
.tool-card:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(166, 131, 255, 0.36);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(176, 133, 255, 0.08) inset;
}

.tool-card__icon {
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	background: transparent;
	color: #9a8cff;
	box-shadow: none;
}

.tool-card__icon svg {
	width: 44px;
	height: 44px;
	fill: currentColor;
	filter: drop-shadow(0 4px 12px rgba(154, 140, 255, 0.4));
}

.tool-card__label {
	font-size: 0.82rem;
	line-height: 1.25;
	font-weight: 700;
	color: #f4f6ff;
	max-width: 96%;
}

.panel--popular {
	padding-bottom: 18px;
}

.dream-card-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 16px;
	padding: 14px 18px 0;
}

.dream-card {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border: none;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(22, 26, 43, 0.7) 0%, rgba(14, 17, 30, 0.9) 100%);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
}

.dream-card::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 16px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	pointer-events: none;
	transition: all 0.4s ease;
}

.dream-card:hover,
.dream-card:focus-visible {
	transform: translateY(-6px);
	background: linear-gradient(180deg, rgba(32, 38, 63, 0.8) 0%, rgba(18, 22, 38, 0.95) 100%);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(138, 131, 226, 0.15);
}

.dream-card:hover::after {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.dream-card__media {
	display: block;
	aspect-ratio: 1.55 / 1;
	overflow: hidden;
	background: transparent;
	padding: 0;
	position: relative;
}

.dream-card__media img,
.dream-card__media svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dream-card:hover .dream-card__media img,
.dream-card:hover .dream-card__media svg {
	transform: scale(1.05);
}

.dream-card__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 24px 16px 18px;
	position: relative;
}

.dream-card__title {
	font-size: 1.05rem;
	line-height: 1.3;
	font-weight: 800;
	color: #ffffff;
	transition: color 0.3s ease;
}

.dream-card:hover .dream-card__title {
	color: #c2c7ff;
}

/* Premium Card Features */
.dream-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 10;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 0.65rem;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.dream-card__bookmark {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 10;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: background 0.2s;
	cursor: pointer;
}

.dream-card__bookmark:hover {
	background: rgba(255, 255, 255, 0.2);
}

.dream-card__avatar {
	position: absolute;
	top: -24px;
	left: 16px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #151825;
	border: 2px solid var(--card-theme, #333);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 12;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
	overflow: hidden;
}

.dream-card__avatar svg {
	width: 180%;
	height: 180%;
	flex-shrink: 0;
}

.dream-card__avatar svg rect {
	display: none !important;
}

.dream-card__avatar * {
	stroke: var(--card-theme, #999) !important;
}

.dream-card__meta-row {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.8rem;
	margin-bottom: 2px;
}

.dream-card__rating {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #9b6cff;
	font-weight: 700;
}

.dream-card__dot {
	color: rgba(255,255,255,0.2);
}

.dream-card__meta {
	font-weight: 600;
	color: rgba(174, 181, 204, 0.7);
}

.dream-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	border-top: 1px solid rgba(255,255,255,0.05);
	padding-top: 14px;
}

.dream-card__tags {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.dream-card__tag {
	font-size: 0.65rem;
	padding: 3px 8px;
	border-radius: 12px;
	background: color-mix(in srgb, var(--card-theme) 15%, transparent);
	color: color-mix(in srgb, var(--card-theme) 80%, white);
	border: 1px solid color-mix(in srgb, var(--card-theme) 30%, transparent);
	white-space: nowrap;
}

.dream-card__action {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #7a3bfc;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	transition: background 0.3s, transform 0.3s;
	flex-shrink: 0;
}

.dream-card:hover .dream-card__action {
	background: #9b6cff;
	transform: translateX(3px);
}

/* Trending Today Section */
.trending-today {
	padding: 0 0 24px;
}

.trending-today__header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
	color: #e4e6f2;
}

.trending-today__header svg {
	width: 24px;
	height: 24px;
	color: #ff5757;
	fill: none !important;
}

.trending-today__header h2 {
	font-size: 1.4rem;
	font-weight: 800;
	margin: 0;
	text-transform: uppercase;
}

.trending-today__scroll {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 16px;
	padding-bottom: 12px;
	scrollbar-width: none;
}

.trending-today__scroll::-webkit-scrollbar {
	display: none;
}

.trending-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 24px;
	background: rgba(20, 24, 40, 0.6);
	border: 1px solid rgba(133, 143, 214, 0.14);
	border-radius: 999px;
	color: #e4e6f2;
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	white-space: nowrap;
	scroll-snap-align: start;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.trending-pill svg {
	width: 20px;
	height: 20px;
	color: #9b6cff;
}

.trending-pill:hover {
	background: rgba(155, 108, 255, 0.15);
	border-color: rgba(155, 108, 255, 0.4);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(155, 108, 255, 0.1);
}

/* Feature Bar */


.dream-stats-bar {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	padding: 48px 18px;
	border-top: 1px solid rgba(133, 143, 214, 0.1);
	margin-top: 24px;
}

.stat-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 8px;
}

.stat-item__icon {
	color: #9b6cff;
	margin-bottom: 8px;
	background: rgba(155, 108, 255, 0.1);
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.stat-item__icon svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.stat-item__value {
	font-size: 2.2rem;
	font-weight: 900;
	color: #fff;
	background: linear-gradient(90deg, #fff, #b1bbf5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.1;
}

.stat-item__label {
	font-size: 0.85rem;
	color: #aeb5cc;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

@media (max-width: 1024px) {
	.dream-features-bar {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.dream-features-bar {
		grid-template-columns: 1fr;
	}
}

.panel--spotlight {
	padding-bottom: 12px;
}

.panel--spotlight {
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.spotlight-carousel {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	border: 1px solid rgba(136, 146, 214, 0.12);
	border-radius: 18px;
	background: #0c1021;
}

.spotlight__slides {
	display: grid;
}

.spotlight__slide {
	grid-area: 1 / 1;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px 60px;
	z-index: 1;
}

.spotlight__slide.is-active {
	opacity: 1;
	visibility: visible;
}

.highlight-purple {
	background: linear-gradient(90deg, #9b6cff, #6f8dff);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: block;
}

.spotlight__background {
	position: absolute;
	inset: 0;
	width: 100%;
	z-index: 0;
}

.spotlight__slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 65%;
	background: linear-gradient(90deg, rgba(12, 16, 33, 0.95) 0%, rgba(12, 16, 33, 0.65) 50%, transparent 100%);
	-webkit-mask-image: linear-gradient(to right, black 55%, transparent 100%);
	mask-image: linear-gradient(to right, black 55%, transparent 100%);
	z-index: 1;
	pointer-events: none;
}

.spotlight__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 25%;
}

.spotlight__background--portas .spotlight__image,
.spotlight__background--cobra .spotlight__image {
	/* Puxar um pouco para a direita e manter o topo visivel */
	object-position: 30% 25%; 
}

.spotlight__background--ia .spotlight__image {
	/* Puxar para a direita e achatar levemente para mostrar a mulher deitada */
	width: 80%;
	position: absolute;
	right: 0;
	object-fit: fill;
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%);
	mask-image: linear-gradient(to right, transparent 0%, black 20%);
}

.spotlight__background--biblia .spotlight__image {
	/* Alinha a imagem à direita para evitar que a cruz seja cortada, mantendo o topo */
	object-position: right 15%;
}

.spotlight__content {
	position: relative;
	z-index: 2;
	max-width: 55%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.spotlight__content--wide {
	max-width: 60%;
}

.spotlight__eyebrow {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	gap: 8px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(18, 22, 40, 0.6);
	border: 1px solid rgba(138, 131, 226, 0.16);
	color: #c2c7ff;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.06em;
}

.spotlight__content h3 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 2.8rem);
	line-height: 1.1;
	letter-spacing: -0.04em;
	font-weight: 900;
	color: #fff;
}

.spotlight__content p {
	margin: 0;
	color: #aeb5cc;
	font-size: 0.95rem;
	line-height: 1.6;
}

.spotlight__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 0.8rem;
	color: #8993ba;
	margin-top: 10px;
}

.spotlight__meta span {
	display: flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}

.spotlight__meta--features span:not(.sep) {
	align-items: flex-start;
	white-space: normal;
	line-height: 1.3;
	font-size: 0.75rem;
}



.spotlight__meta svg {
	width: 14px;
	height: 14px;
	fill: #7d66ff;
}

.spotlight__meta--features svg {
	flex-shrink: 0;
	margin-top: 1px;
	width: 18px;
	height: 18px;
	fill: none;
}

.spotlight__meta .sep {
	color: #3b4266;
}

.spotlight__button {
	display: inline-flex;
	align-self: flex-start;
	margin-top: 8px;
	min-height: 44px;
	padding: 0 20px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 8px;
	background: linear-gradient(90deg, #7c5cff, #5d6fff);
	color: #fff;
	font-weight: 700;
	font-size: 0.9rem;
}

.spotlight__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(16, 20, 38, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.05);
	color: #fff;
	display: grid;
	place-items: center;
	cursor: pointer;
	font-size: 1.2rem;
}

.spotlight__arrow--prev { left: 16px; }
.spotlight__arrow--next { right: 16px; }

.spotlight__dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.spotlight__dots .spotlight__dot {
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.spotlight__dot:hover {
	background: rgba(255, 255, 255, 0.6);
}

.spotlight__dot.is-active {
	width: 24px;
	background: #9575ff;
	box-shadow: 0 0 12px rgba(149, 117, 255, 0.6);
}


.panel--latest {
	padding-bottom: 18px;
}

.latest-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	padding: 14px 18px 0;
}

.latest-card {
	overflow: hidden;
	border: 1px solid rgba(133, 143, 214, 0.14);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(18, 22, 40, 0.92), rgba(10, 13, 26, 0.94));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.latest-card:hover,
.latest-card:focus-visible {
	transform: translateY(-6px);
	border-color: rgba(160, 129, 255, 0.4);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
}

.latest-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.latest-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1.45 / 1;
	background: linear-gradient(180deg, rgba(44, 49, 88, 0.85), rgba(17, 21, 39, 0.9));
}

.latest-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.latest-card:hover .latest-card__media img {
	transform: scale(1.08);
}

.latest-card__tag {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 1;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(20, 21, 40, 0.74);
	border: 1px solid rgba(175, 164, 255, 0.14);
	color: #cfcdff;
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.latest-card__body {
	display: grid;
	gap: 4px;
	padding: 9px 10px 12px;
}

.latest-card__title {
	font-size: 0.93rem;
	line-height: 1.22;
	font-weight: 800;
	color: #f6f7ff;
}

.latest-card__date {
	font-size: 0.77rem;
	color: var(--dream-muted);
}

.latest-card__placeholder {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.latest-card__placeholder-shine {
	position: absolute;
	inset: 12% 14%;
	border-radius: 18px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 58%);
	filter: blur(6px);
}

.latest-card__placeholder--0 {
	background: url('assets/images/placeholder-0.png') center/cover no-repeat;
}

.latest-card__placeholder--1 {
	background: url('assets/images/placeholder-1.png') center/cover no-repeat;
}

.latest-card__placeholder--2 {
	background: url('assets/images/placeholder-2.png') center/cover no-repeat;
}

.latest-card__placeholder--3 {
	background: url('assets/images/placeholder-3.png') center/cover no-repeat;
}

.dream-sidebar--right {
	display: grid;
	gap: 18px;
}

.panel--favorites,
.panel--newsletter {
	padding-bottom: 18px;
}

.favorite-list {
	display: grid;
	gap: 10px;
	padding: 14px 18px 0;
}

.favorite-item {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 8px 8px;
	border-radius: 14px;
	transition: background 0.3s ease, transform 0.3s ease;
}

.favorite-item:hover,
.favorite-item:focus-visible {
	background: rgba(126, 111, 255, 0.08);
	transform: translateX(2px);
}

.favorite-item__thumb {
	width: 42px;
	height: 42px;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(135, 145, 214, 0.12);
	background: rgba(18, 22, 40, 0.9);
}

.favorite-item__thumb svg {
	width: 100%;
	height: 100%;
}

.favorite-item__copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.favorite-item__title {
	font-size: 0.9rem;
	font-weight: 800;
	color: #f7f8ff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.favorite-item__meta {
	font-size: 0.74rem;
	color: var(--dream-muted);
}

.favorite-item__heart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: #a88cff;
}

.newsletter__text {
	position: relative;
	z-index: 1;
	padding: 12px 18px 0;
	margin: 0;
	color: #d9dfff;
	font-size: 0.94rem;
	line-height: 1.45;
}

.newsletter {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
	padding: 14px 18px 0;
}

.newsletter__input {
	height: 44px;
	border: 1px solid rgba(136, 146, 214, 0.14);
	border-radius: 12px;
	padding: 0 14px;
	background: rgba(14, 18, 34, 0.88);
	color: #f1f4ff;
	outline: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.newsletter__input::placeholder {
	color: #8790ad;
}

.newsletter__input:focus {
	border-color: rgba(166, 134, 255, 0.38);
	box-shadow: 0 0 0 3px rgba(121, 102, 255, 0.14);
}

.newsletter__button {
	height: 42px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(180deg, #9b79ff 0%, #7a65ff 100%);
	color: #fff;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 16px 34px rgba(111, 95, 255, 0.32);
	transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.newsletter__button:hover,
.newsletter__button:focus-visible {
	transform: translateY(-1px);
	filter: brightness(1.03);
	box-shadow: 0 18px 38px rgba(111, 95, 255, 0.42);
}

.newsletter__note {
	position: relative;
	z-index: 1;
	margin: 12px 18px 0;
	font-size: 0.74rem;
	color: #95a0c2;
	text-align: center;
}

.dream-footer {
	padding: 8px 0 24px;
}

.dream-footer__leaderboard {
	margin-bottom: 26px;
}

.dream-footer__grid {
	display: grid;
	grid-template-columns: 1.12fr 0.86fr 0.86fr 0.86fr 300px;
	gap: 28px;
	align-items: start;
	padding: 0 0 24px;
}

.dream-footer__brand {
	max-width: 300px;
}

.dream-brand--footer {
	margin-bottom: 16px;
}

.dream-brand--footer .dream-brand__mark {
	background: #7b78ff;
	box-shadow: 0 0 0 1px rgba(123, 120, 255, 0.2), 0 0 24px rgba(123, 120, 255, 0.4);
}

.dream-brand--footer .dream-brand__title {
	color: #ffffff;
}

.dream-brand--footer .dream-brand__subtitle {
	background: none;
	color: #7b78ff;
	-webkit-text-fill-color: #7b78ff;
}

.dream-footer__description {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.6;
	color: #aeb5cc;
	font-weight: 500;
}

.dream-social {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
}

.dream-social a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.04);
	background: rgba(14, 18, 32, 0.6);
	color: #080b12; /* Dark icons inside lighter dark circles */
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
	transition: all 0.3s ease;
}

.dream-social a:hover,
.dream-social a:focus-visible {
	transform: translateY(-2px);
	background: #7b78ff;
	border-color: #7b78ff;
	color: #ffffff;
	box-shadow: 0 8px 20px rgba(123, 120, 255, 0.3);
}

.dream-social svg {
	width: 16px;
	height: 16px;
}

.dream-footer__column h3 {
	margin: 4px 0 16px;
	font-size: 1rem;
	font-weight: 900;
	color: #f7f8ff;
}

.dream-footer__column ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

.dream-footer__column a {
	color: #c7ceed;
	font-size: 0.93rem;
	transition: color 0.3s ease, transform 0.3s ease;
}

.dream-footer__column a:hover,
.dream-footer__column a:focus-visible {
	color: #ffffff;
	transform: translateX(2px);
}

.dream-footer__ad {
	display: flex;
	justify-content: flex-end;
}

.dream-footer__ad .ad-banner {
	width: 100%;
	max-width: 300px;
	min-height: 250px;
}

.dream-footer__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(121, 128, 183, 0.12);
	color: #a7b0ce;
	font-size: 0.8rem;
}

.dream-footer__meta p {
	margin: 0;
}

.dream-footer__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 18px;
}

.dream-footer__links a {
	color: #a9b1d1;
	transition: color 0.3s ease;
}

.dream-footer__links a:hover,
.dream-footer__links a:focus-visible {
	color: #ffffff;
}

.entry-content,
.wp-block-group,
.site-content {
	position: relative;
}

.alignwide {
	max-width: 1380px;
}

.alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.wp-caption,
.gallery-caption {
	color: var(--dream-muted);
}

.dream-content .panel,
.dream-sidebar .panel,
.dream-footer__grid > * {
	min-width: 0;
}

@media (max-width: 1360px) {
	.dream-shell {
		padding-inline: 20px;
	}

	.dream-hero {
		grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.92fr) 172px;
	}

	.dream-grid {
		grid-template-columns: minmax(0, 1fr) 300px;
	}

	.tools-grid,
	.dream-card-grid,
	.latest-grid {
		gap: 9px;
	}

	.dream-footer__grid {
		grid-template-columns: 1.02fr 0.82fr 0.82fr 0.82fr 284px;
	}
}

@media (max-width: 1180px) {
	.dream-nav {
		display: none;
	}

	.dream-header__actions {
		margin-left: auto;
	}

	.dream-hero {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
	}

	.dream-hero__ad {
		grid-column: 1 / -1;
		min-height: 220px;
	}

	.ad-banner--hero {
		min-height: 220px;
	}

	.dream-grid {
		grid-template-columns: 1fr;
	}

	.dream-sidebar--right {
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dream-sidebar--right .panel--favorites,
	.dream-sidebar--right .panel--newsletter {
		grid-column: auto;
	}

	.dream-footer__grid {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.dream-footer__ad {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}

	.dream-footer__ad .ad-banner {
		max-width: 300px;
	}
}

@media (max-width: 980px) {
	.dream-header__inner {
		gap: 16px;
	}

	.dream-brand {
		min-width: 0;
	}

	.dream-hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.dream-hero__copy {
		padding: 44px 4px 18px;
	}

	.dream-hero__visual {
		min-height: 420px;
	}

	.dream-hero__frame {
		min-height: 420px;
	}

	.dream-grid {
		grid-template-columns: 1fr;
	}

	.dream-sidebar--right {
		grid-template-columns: 1fr;
	}

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

	.dream-card-grid,
	.latest-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.spotlight {
		grid-template-columns: 1fr;
	}

	.dream-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 720px) {
	.dream-shell {
		padding-inline: 16px;
	}

	.dream-header {
		padding-top: 8px;
	}

	.dream-header__inner {
		padding-inline: 14px;
		gap: 12px;
	}

	.dream-brand__title {
		font-size: 0.95rem;
	}

	.dream-brand__subtitle {
		font-size: 0.9rem;
	}

	.dream-pill-button {
		padding-inline: 14px;
	}

	.dream-pill-button--favorites span:last-child {
		display: none;
	}

	.dream-header__actions {
		gap: 8px;
	}

	.dream-hero {
		padding: 14px;
		border-radius: 24px;
	}

	.hero-title {
		font-size: clamp(3rem, 12vw, 4rem);
	}

	.dream-search {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.dream-search__input {
		border-radius: 14px;
	}

	.dream-search__button {
		width: 100%;
	}

	.hero-popular {
		align-items: flex-start;
	}

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

	.dream-card-grid,
	.latest-grid {
		grid-template-columns: 1fr;
	}

	.dream-footer__grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.dream-footer__meta {
		flex-direction: column;
		align-items: flex-start;
	}

	.dream-footer__links {
		justify-content: flex-start;
	}
}

@media (max-width: 520px) {
	.dream-shell {
		padding-inline: 12px;
	}

	.dream-header__inner {
		padding-inline: 12px;
	}

	.dream-brand__copy {
		display: none;
	}

	.dream-icon-button--menu {
		display: inline-flex;
	}

	.tools-grid {
		grid-template-columns: 1fr;
	}

	.hero-eyebrow {
		font-size: 0.68rem;
	}

	.hero-text {
		font-size: 0.97rem;
	}

	.panel__head {
		padding-inline: 14px;
	}

	.tools-grid,
	.dream-card-grid,
	.latest-grid,
	.favorite-list,
	.newsletter,
	.newsletter__text,
	.spotlight {
		padding-inline: 14px;
	}

	.dream-hero__copy {
		padding-inline: 2px;
	}

	.dream-hero__visual {
		min-height: 340px;
	}

	.dream-hero__frame {
		min-height: 340px;
	}

	.dream-search__input,
	.dream-search__button,
	.newsletter__input,
	.newsletter__button {
		height: 48px;
	}

	.dream-footer__ad .ad-banner {
		max-width: 100%;
	}
}

/* Header Dropdown */
.dream-nav__item {
	position: relative;
}

.dream-dropdown {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(10px);
	background: #111523;
	min-width: 220px;
	padding: 12px 0;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.06);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
	z-index: 100;
	pointer-events: none;
}

.dream-nav__item:hover .dream-dropdown,
.dream-nav__item:focus-within .dream-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
	pointer-events: auto;
}

.dream-dropdown li {
	display: block;
}

.dream-dropdown a {
	display: block;
	padding: 10px 24px;
	color: #aeb5cc;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.dream-dropdown a:hover,
.dream-dropdown a:focus {
	color: #fff;
	background: rgba(255,255,255,0.04);
	padding-left: 28px;
}

/* Premium Footer */
.dream-footer--premium {
	position: relative;
	background: #03050d;
	border-top: 1px solid rgba(133, 143, 214, 0.15);
	padding: 64px 0 24px;
	overflow: hidden;
}

.dream-footer__stars {
	position: absolute;
	inset: 0;
	background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="30" r="1" fill="white" opacity="0.5"/><circle cx="150" cy="80" r="1.5" fill="white" opacity="0.3"/><circle cx="80" cy="150" r="1" fill="white" opacity="0.6"/><circle cx="180" cy="180" r="2" fill="white" opacity="0.2"/></svg>');
	opacity: 0.4;
	pointer-events: none;
}

.dream-footer__grid-premium {
	display: grid;
	grid-template-columns: 1.2fr 2fr 1fr;
	gap: 48px;
	margin-bottom: 48px;
	position: relative;
	z-index: 1;
}

.dream-footer__brand-col {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.dream-footer__desc-premium {
	font-size: 0.95rem;
	color: #aeb5cc;
	line-height: 1.5;
	margin: 0;
}

.dream-social--glow {
	display: flex;
	gap: 12px;
	margin-top: 8px;
}

.dream-social--glow a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: rgba(133, 143, 214, 0.1);
	color: #aeb5cc;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.dream-social--glow a svg {
	width: 20px;
	height: 20px;
}

.dream-social--glow a:hover {
	background: #9b6cff;
	color: #fff;
	box-shadow: 0 0 20px rgba(155, 108, 255, 0.6);
	transform: translateY(-2px);
}

.dream-footer__nav-col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.dream-footer__nav-group h3 {
	font-size: 1rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.dream-footer__nav-group ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.dream-footer__nav-group a {
	color: #aeb5cc;
	text-decoration: none;
	font-size: 0.95rem;
	transition: color 0.3s ease;
}

.dream-footer__nav-group a:hover {
	color: #9b6cff;
}

.footer-newsletter {
	background: rgba(20, 24, 40, 0.6);
	border: 1px solid rgba(133, 143, 214, 0.15);
	padding: 24px;
	border-radius: 16px;
}

.footer-newsletter h3 {
	font-size: 1.1rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: 8px;
	margin-top: 0;
}

.footer-newsletter p {
	font-size: 0.85rem;
	color: #aeb5cc;
	margin-bottom: 16px;
	line-height: 1.4;
}

.footer-newsletter__form {
	display: flex;
	gap: 8px;
}

.footer-newsletter__form input {
	flex: 1;
	background: rgba(133, 143, 214, 0.1);
	border: 1px solid rgba(133, 143, 214, 0.2);
	border-radius: 8px;
	padding: 10px 14px;
	color: #fff;
	outline: none;
	font-size: 0.9rem;
	transition: border-color 0.3s ease;
}

.footer-newsletter__form input:focus {
	border-color: #9b6cff;
}

.footer-newsletter__form button {
	background: #9b6cff;
	border: none;
	border-radius: 8px;
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
}

.footer-newsletter__form button svg {
	width: 20px;
	height: 20px;
}

.footer-newsletter__form button:hover {
	background: #b492ff;
	box-shadow: 0 0 16px rgba(155, 108, 255, 0.4);
}

.dream-footer__meta-premium {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 24px;
	border-top: 1px solid rgba(133, 143, 214, 0.15);
	color: #8c93a8;
	font-size: 0.9rem;
	position: relative;
	z-index: 1;
}

.dream-footer__meta-premium p {
	margin: 0;
}

@media (max-width: 1024px) {
	.dream-footer__grid-premium {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}
@media (max-width: 600px) {
	.dream-footer__nav-col {
		grid-template-columns: 1fr;
	}
	.dream-footer__meta-premium {
		flex-direction: column;
		gap: 16px;
		text-align: center;
	}
}

/* --- LIVE SEARCH & TRUST BAR --- */
.dream-search-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #13172c;
	border: 1px solid rgba(155, 108, 255, 0.2);
	border-radius: 16px;
	margin-top: 8px;
	padding: 12px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 20px 40px rgba(0,0,0,0.4);
	z-index: 100;
}
.dream-search-dropdown.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.live-search-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.live-search-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 12px 16px;
	border-radius: 12px;
	cursor: pointer;
	transition: background 0.2s, transform 0.2s;
}
.live-search-item:hover {
	background: rgba(155, 108, 255, 0.1);
	transform: translateX(4px);
}
.live-search-item__thumb {
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.05);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
.live-search-item__content {
	display: flex;
	flex-direction: column;
}
.live-search-item__title {
	font-weight: 600;
	color: #fff;
	font-size: 1rem;
}
.live-search-item__desc {
	font-size: 0.8rem;
	color: #8892b3;
}

.hero-trust-bar {
	display: inline-block;
	margin-top: 24px;
	padding: 10px 24px;
	background: rgba(255,255,255,0.03);
	border-radius: 30px;
	border: 1px solid rgba(255,255,255,0.05);
	text-decoration: none;
	transition: all 0.3s;
}
.hero-trust-bar:hover {
	background: rgba(255,255,255,0.08);
	border-color: rgba(255,255,255,0.15);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.trust-bar-text {
	color: #a0a8c4;
	font-size: 0.9rem;
	font-weight: 500;
}

/* --- MICROINTERACTIONS: BUTTONS & CARDS --- */
/* Buttons */
.btn {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.btn:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 10px 25px rgba(155, 108, 255, 0.3) !important;
	filter: brightness(1.1) !important;
}

/* Dream Cards */
.dream-card {
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.dream-card:hover {
	transform: translateY(-6px) !important;
	box-shadow: 0 24px 48px rgba(0,0,0,0.6) !important;
}
.dream-card__image-container {
	overflow: hidden;
}
.dream-card__image {
	transition: transform 0.6s cubic-bezier(0.2, 0, 0.2, 1) !important;
}
.dream-card:hover .dream-card__image {
	transform: scale(1.05) !important;
}
.dream-card__bookmark {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.dream-card:hover .dream-card__bookmark {
	transform: rotate(12deg) scale(1.15) !important;
	color: #9b6cff !important;
}
.dream-card__meta-rating {
	transition: all 0.3s ease;
}
.dream-card:hover .dream-card__meta-rating {
	box-shadow: 0 0 12px rgba(255, 204, 0, 0.4) !important;
}

/* Scroll Animations */
.animate-up {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s cubic-bezier(0.2, 0, 0, 1), transform 0.8s cubic-bezier(0.2, 0, 0, 1);
}
.animate-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* --- SUBTLE PARTICLES BACKGROUND --- */
body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
	background-image: 
		radial-gradient(circle at center, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		radial-gradient(circle at center, rgba(155, 108, 255, 0.04) 1px, transparent 1px);
	background-size: 80px 80px, 150px 150px;
	background-position: 0 0, 40px 40px;
}

/* --- CONTINUE EXPLORANDO --- */
.panel--explore {
	background: rgba(255,255,255,0.02);
	border: 1px solid rgba(255,255,255,0.05);
	border-radius: 20px;
	padding: 24px;
	margin-top: 16px;
}
.explore-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}
.explore-link {
	padding: 10px 20px;
	background: rgba(155, 108, 255, 0.1);
	color: #9b6cff;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.explore-link:hover {
	background: rgba(155, 108, 255, 0.2);
	transform: translateX(4px);
}

/* --- ALPHABET INDEX --- */
.alphabet-letter:hover {
	background: rgba(155, 108, 255, 0.2) !important;
	color: #9b6cff !important;
	transform: translateY(-2px);
}

