.creator-hub-shell[data-page="home"] {
	--bg: #07080d;
	--bg-soft: #0c0d14;
	--panel: rgba(13, 16, 25, 0.86);
	--panel-strong: rgba(11, 14, 21, 0.96);
	--line: rgba(255, 255, 255, 0.1);
	--text: #f5f7ff;
	--text-main: #f5f7ff;
	--text-soft: rgba(245, 247, 255, 0.82);
	--text-muted: rgba(245, 247, 255, 0.58);
	--purple: #a85cff;
	--green: #8dff6a;
	--shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
	--radius-xl: 34px;
	--radius-lg: 24px;
	--radius-md: 18px;
	--display: "Chakra Petch", "Segoe UI", sans-serif;
	--body: "Manrope", "Segoe UI", sans-serif;
	--ease-out: 240ms cubic-bezier(0.22, 1, 0.36, 1);
	padding: 28px 18px 40px;
	background:
		radial-gradient(circle at top left, rgba(168, 92, 255, 0.14), transparent 28%),
		radial-gradient(circle at 80% 10%, rgba(141, 255, 106, 0.08), transparent 22%),
		radial-gradient(circle at 50% 110%, rgba(168, 92, 255, 0.08), transparent 34%),
		conic-gradient(from 180deg at 50% 50%, rgba(255, 255, 255, 0.018), transparent 28%, rgba(255, 255, 255, 0.012) 48%, transparent 72%, rgba(255, 255, 255, 0.018)),
		linear-gradient(180deg, #05060a 0%, #090a11 100%);
	color: var(--text);
	font-family: var(--body);
}

@keyframes creatorHubLivePulse {
	0%,
	100% {
		transform: scale(1);
		box-shadow:
			0 0 0 0 rgba(141, 255, 106, 0.28),
			0 0 0 8px rgba(141, 255, 106, 0);
	}

	55% {
		transform: scale(1.06);
		box-shadow:
			0 0 0 0 rgba(141, 255, 106, 0.38),
			0 0 0 10px rgba(141, 255, 106, 0.08);
	}
}

@keyframes creatorHubLiveGlow {
	0%,
	100% {
		text-shadow: 0 0 0 rgba(141, 255, 106, 0);
	}

	50% {
		text-shadow: 0 0 14px rgba(141, 255, 106, 0.24);
	}
}

body.creator-hub-template-page .creator-hub-shell[data-page="home"] {
	min-height: 100svh;
}

.creator-hub-shell[data-page="home"] .creator-hub-noise,
.creator-hub-shell[data-page="home"] .creator-hub-orb {
	display: none;
}

.creator-hub-shell[data-page="home"] .creator-hub-stage {
	position: relative;
	width: min(1320px, 100%);
	margin: 0 auto;
}

.creator-hub-shell[data-page="home"] .creator-hub-stage::before,
.creator-hub-shell[data-page="home"] .creator-hub-stage::after {
	content: "";
	position: absolute;
	pointer-events: none;
	filter: blur(54px);
	opacity: 0.42;
	z-index: 0;
}

.creator-hub-shell[data-page="home"] .creator-hub-stage::before {
	top: 90px;
	left: -50px;
	width: 220px;
	height: 220px;
	background: rgba(168, 92, 255, 0.2);
}

.creator-hub-shell[data-page="home"] .creator-hub-stage::after {
	right: -40px;
	top: 340px;
	width: 200px;
	height: 200px;
	background: rgba(141, 255, 106, 0.14);
}

.creator-hub-shell[data-page="home"] .creator-hub-grid {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 84%);
	opacity: 0.32;
}

.creator-hub-shell[data-page="home"] .creator-hub-grid::before,
.creator-hub-shell[data-page="home"] .creator-hub-grid::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.creator-hub-shell[data-page="home"] .creator-hub-grid::before {
	inset: 0;
	background:
		linear-gradient(115deg, transparent 0%, transparent 38%, rgba(168, 92, 255, 0.032) 42%, transparent 46%, transparent 100%),
		linear-gradient(115deg, transparent 0%, transparent 62%, rgba(141, 255, 106, 0.028) 66%, transparent 70%, transparent 100%);
	opacity: 0.78;
}

.creator-hub-shell[data-page="home"] .creator-hub-grid::after {
	right: 34px;
	bottom: 42px;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.032);
	box-shadow:
		0 0 0 26px rgba(255, 255, 255, 0.015),
		0 0 0 54px rgba(255, 255, 255, 0.01);
	opacity: 0.34;
}

.creator-hub-shell[data-page="home"] .creator-hub-render-target {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
}

.creator-hub-shell[data-page="home"] .topbar,
.creator-hub-shell[data-page="home"] .hero-meta,
.creator-hub-shell[data-page="home"] .hero-stat-row,
.creator-hub-shell[data-page="home"] .stream-meta,
.creator-hub-shell[data-page="home"] .channel-grid,
.creator-hub-shell[data-page="home"] .lower-grid {
	display: grid;
	gap: 18px;
}

.creator-hub-shell[data-page="home"] .topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 6px 4px 22px;
}

.creator-hub-shell[data-page="home"] .brand {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.creator-hub-shell[data-page="home"] .brand-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: auto;
	min-width: 0;
	height: 56px;
	padding: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	position: relative;
	overflow: visible;
}

.creator-hub-shell[data-page="home"] .brand-copy strong,
.creator-hub-shell[data-page="home"] .nav a,
.creator-hub-shell[data-page="home"] .section-kicker,
.creator-hub-shell[data-page="home"] .stat-label,
.creator-hub-shell[data-page="home"] .tile-kicker,
.creator-hub-shell[data-page="home"] .stream-label,
.creator-hub-shell[data-page="home"] .module-kicker,
.creator-hub-shell[data-page="home"] .connection-label,
.creator-hub-shell[data-page="home"] .voice-name {
	font-family: var(--display);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.creator-hub-shell[data-page="home"] .brand-copy strong,
.creator-hub-shell[data-page="home"] h1,
.creator-hub-shell[data-page="home"] .section-head h2,
.creator-hub-shell[data-page="home"] .channel-tile h3,
.creator-hub-shell[data-page="home"] .stream-focus h3,
.creator-hub-shell[data-page="home"] .module-card h3,
.creator-hub-shell[data-page="home"] .project-card h3,
.creator-hub-shell[data-page="home"] .qa-question,
.creator-hub-shell[data-page="home"] .voice-card blockquote,
.creator-hub-shell[data-page="home"] .voice-name,
.creator-hub-shell[data-page="home"] .streamer-tag strong,
.creator-hub-shell[data-page="home"] .identity-tag strong,
.creator-hub-shell[data-page="home"] .project-badge,
.creator-hub-shell[data-page="home"] .connection-value,
.creator-hub-shell[data-page="home"] .meta-box strong,
.creator-hub-shell[data-page="home"] .update-item strong {
	color: var(--text-main);
}

.creator-hub-shell[data-page="home"] .brand-copy span,
.creator-hub-shell[data-page="home"] .section-head p,
.creator-hub-shell[data-page="home"] .channel-tile p,
.creator-hub-shell[data-page="home"] .stream-focus p,
.creator-hub-shell[data-page="home"] .module-card p,
.creator-hub-shell[data-page="home"] .project-card p,
.creator-hub-shell[data-page="home"] .qa-answer,
.creator-hub-shell[data-page="home"] .update-item span,
.creator-hub-shell[data-page="home"] .streamer-tag span,
.creator-hub-shell[data-page="home"] .identity-tag span,
.creator-hub-shell[data-page="home"] .voice-role,
.creator-hub-shell[data-page="home"] .module-chip {
	color: var(--text-soft);
}

.creator-hub-shell[data-page="home"] .section-kicker,
.creator-hub-shell[data-page="home"] .stat-label,
.creator-hub-shell[data-page="home"] .tile-kicker,
.creator-hub-shell[data-page="home"] .stream-label,
.creator-hub-shell[data-page="home"] .module-kicker,
.creator-hub-shell[data-page="home"] .connection-label {
	color: var(--text-muted);
}

.creator-hub-shell[data-page="home"] .brand-copy strong {
	display: block;
	font-size: 1.02rem;
}

.creator-hub-shell[data-page="home"] .brand-copy span {
	color: var(--text-muted);
	font-size: 0.9rem;
}

.creator-hub-shell[data-page="home"] .brand-copy {
	min-width: 0;
}

.creator-hub-shell[data-page="home"] .nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px;
}

.creator-hub-shell[data-page="home"] .nav a {
	position: relative;
	overflow: hidden;
	padding: 12px 16px;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--text-soft);
	text-decoration: none;
	font-size: 0.84rem;
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		background-color var(--ease-out),
		color var(--ease-out),
		box-shadow var(--ease-out);
}

.creator-hub-shell[data-page="home"] .nav a::after,
.creator-hub-shell[data-page="partner"] .nav a::after,
.creator-hub-shell[data-page="legal"] .nav a::after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 8px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(168, 92, 255, 0.96), rgba(141, 255, 106, 0.9));
	box-shadow: 0 0 14px rgba(168, 92, 255, 0.22);
	opacity: 0;
	transform: scaleX(0.45);
	transform-origin: center;
	transition:
		transform var(--ease-out),
		opacity var(--ease-out),
		box-shadow var(--ease-out);
}

.creator-hub-shell[data-page="home"] .nav a.is-active,
.creator-hub-shell[data-page="partner"] .nav a.is-active,
.creator-hub-shell[data-page="legal"] .nav a.is-active {
	border-color: rgba(168, 92, 255, 0.24);
	background:
		linear-gradient(135deg, rgba(168, 92, 255, 0.16), rgba(141, 255, 106, 0.08)),
		rgba(255, 255, 255, 0.04);
	color: var(--text-main);
	box-shadow: 0 14px 24px rgba(18, 22, 35, 0.16);
}

.creator-hub-shell[data-page="home"] .nav a.is-active::after,
.creator-hub-shell[data-page="partner"] .nav a.is-active::after,
.creator-hub-shell[data-page="legal"] .nav a.is-active::after {
	opacity: 1;
	transform: scaleX(1);
}

.creator-hub-shell[data-page="home"] .hero-stage {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: 28px;
	padding: 34px;
	border-radius: var(--radius-xl);
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 22%),
		radial-gradient(circle at 18% 16%, rgba(168, 92, 255, 0.18), transparent 26%),
		radial-gradient(circle at 85% 10%, rgba(141, 255, 106, 0.1), transparent 22%),
		var(--panel-strong);
	box-shadow: var(--shadow);
	isolation: isolate;
}

.creator-hub-shell[data-page="home"] .hero-stage::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(168, 92, 255, 0.05), transparent 32%),
		linear-gradient(90deg, transparent 68%, rgba(141, 255, 106, 0.04));
	pointer-events: none;
	z-index: -1;
}

.creator-hub-shell[data-page="home"] .hero-stage::after {
	content: "";
	position: absolute;
	left: 34px;
	right: 34px;
	bottom: 28px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(168, 92, 255, 0.36), rgba(141, 255, 106, 0.2), transparent);
	opacity: 0.75;
}

.creator-hub-shell[data-page="home"] .hero-copy {
	position: relative;
	display: grid;
	align-content: center;
	gap: 20px;
	padding: 8px 0 6px;
}

.creator-hub-shell[data-page="home"] .hero-copy::before {
	content: "";
	position: absolute;
	left: -18px;
	top: 22px;
	width: 200px;
	height: 200px;
	background: var(--creator-brand-logo, none) center / contain no-repeat;
	opacity: 0.08;
	transform: rotate(-12deg);
	filter: drop-shadow(0 16px 32px rgba(105, 49, 164, 0.18));
	pointer-events: none;
	z-index: -1;
}

.creator-hub-shell[data-page="home"] .hero-meta {
	grid-template-columns: auto auto;
	justify-content: flex-start;
}

.creator-hub-shell[data-page="home"] .meta-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	max-width: 100%;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	font-size: 0.92rem;
	color: var(--text-soft);
}

.creator-hub-shell[data-page="home"] .meta-pill strong {
	color: var(--green);
	text-shadow: 0 0 16px rgba(141, 255, 106, 0.18);
}

.creator-hub-shell[data-page="home"] .meta-pill--live strong {
	animation: creatorHubLiveGlow 2s ease-in-out infinite;
}

.creator-hub-shell[data-page="home"] .meta-pill--live::before {
	content: "";
	flex: 0 0 9px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--green);
	animation: creatorHubLivePulse 2s ease-in-out infinite;
}

.creator-hub-shell[data-page="home"] h1 {
	margin: 0;
	max-width: 9ch;
	font-family: var(--display);
	font-size: clamp(3.25rem, 7.4vw, 6rem);
	line-height: 0.9;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	text-wrap: balance;
}

.creator-hub-shell[data-page="home"] h1 span {
	color: var(--green);
	display: inline-block;
	text-shadow: 0 0 24px rgba(141, 255, 106, 0.16);
}

.creator-hub-shell[data-page="home"] .hero-copy > p {
	margin: 0;
	max-width: 48ch;
	font-size: 1rem;
	line-height: 1.68;
	color: var(--text-soft);
}

.creator-hub-shell[data-page="home"] .hero-stat-row {
	grid-template-columns: repeat(3, minmax(0, auto));
	align-items: start;
	justify-content: flex-start;
	gap: 18px;
	margin-top: 10px;
}

.creator-hub-shell[data-page="home"] .hero-stat {
	min-width: 0;
	padding: 0 22px 0 14px;
	border-left: 2px solid rgba(168, 92, 255, 0.36);
}

.creator-hub-shell[data-page="home"] .hero-stat strong {
	display: block;
	margin-top: 6px;
	font-size: 1rem;
	line-height: 1.35;
}

.creator-hub-shell[data-page="home"] .hero-stat:nth-child(2) {
	border-left-color: rgba(141, 255, 106, 0.46);
}

.creator-hub-shell[data-page="home"] .hero-stat:nth-child(3) {
	border-left-color: rgba(255, 255, 255, 0.16);
}

.creator-hub-shell[data-page="home"] .hero-visual {
	position: relative;
	min-height: 580px;
	display: grid;
	align-content: stretch;
	padding: 10px 10px 18px;
	isolation: isolate;
}

.creator-hub-shell[data-page="home"] .hero-visual::before {
	content: "";
	position: absolute;
	right: -56px;
	top: -34px;
	width: 196px;
	height: 196px;
	background: conic-gradient(from 208deg, rgba(168, 92, 255, 0) 0deg 14deg, rgba(168, 92, 255, 0.48) 14deg 34deg, rgba(168, 92, 255, 0.96) 34deg 198deg, rgba(168, 92, 255, 0.18) 198deg 226deg, rgba(141, 255, 106, 0.9) 226deg 304deg, rgba(141, 255, 106, 0.16) 304deg 326deg, rgba(141, 255, 106, 0) 326deg 360deg);
	border-radius: 50%;
	transform: rotate(24deg);
	mask: radial-gradient(farthest-side, transparent calc(100% - 18px), #000 calc(100% - 17px));
	filter: drop-shadow(0 12px 32px rgba(122, 57, 191, 0.28));
	opacity: 0.92;
	z-index: 4;
}

.creator-hub-shell[data-page="home"] .hero-visual::after {
	content: "";
	position: absolute;
	left: -26px;
	bottom: 28px;
	width: 112px;
	height: 132px;
	background-image: radial-gradient(circle, rgba(141, 255, 106, 0.9) 1px, transparent 1.5px);
	background-size: 14px 14px;
	mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%), linear-gradient(90deg, #000 0%, #000 70%, transparent 100%);
	opacity: 0.62;
	z-index: 5;
}

.creator-hub-shell[data-page="home"] .visual-panel {
	position: relative;
	overflow: hidden;
	flex: 1;
	z-index: 1;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 28%),
		linear-gradient(145deg, rgba(168, 92, 255, 0.18), rgba(9, 11, 16, 0.2) 42%, rgba(141, 255, 106, 0.12)),
		#0c0f16;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.03),
		0 24px 46px rgba(0, 0, 0, 0.28);
}

.creator-hub-shell[data-page="home"] .visual-frame {
	position: absolute;
	inset: 20px;
	isolation: isolate;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		radial-gradient(circle at 30% 20%, rgba(168, 92, 255, 0.18), transparent 24%),
		radial-gradient(circle at 78% 18%, rgba(141, 255, 106, 0.1), transparent 20%),
		linear-gradient(180deg, rgba(7, 9, 14, 0.84), rgba(9, 12, 18, 0.96));
	overflow: hidden;
}

.creator-hub-shell[data-page="home"] .visual-frame::before {
	content: "";
	position: absolute;
	left: clamp(150px, 34%, 220px);
	right: 22px;
	bottom: 16px;
	height: 10px;
	background: linear-gradient(90deg, rgba(168, 92, 255, 0.8), rgba(141, 255, 106, 0.8));
	border-radius: 999px;
	filter: blur(0.2px);
	opacity: 0.92;
	z-index: 6;
}

.creator-hub-shell[data-page="home"] .visual-portrait {
	position: absolute;
	inset: 34px 26px 44px 26px;
	z-index: 1;
	border-radius: 24px;
	background:
		radial-gradient(circle at 66% 20%, rgba(141, 255, 106, 0.15), transparent 22%),
		linear-gradient(160deg, rgba(18, 22, 35, 0.55), rgba(8, 10, 15, 0.05)),
		linear-gradient(135deg, #111522, #0a0d14);
	overflow: hidden;
}

.creator-hub-shell[data-page="home"] .visual-portrait::before {
	content: "";
	position: absolute;
	inset: auto auto -18px -28px;
	width: 260px;
	height: 260px;
	background: radial-gradient(circle at center, rgba(168, 92, 255, 0.42), transparent 58%);
	filter: blur(6px);
	z-index: 0;
}

.creator-hub-shell[data-page="home"] .visual-portrait::after {
	content: none;
}

.creator-hub-shell[data-page="home"] .visual-portrait-badge {
	position: absolute;
	left: 22px;
	top: 18px;
	z-index: 4;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(7, 10, 16, 0.42);
	font-family: var(--display);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	color: var(--text-soft);
}

.creator-hub-shell[data-page="home"] .visual-portrait-image,
.creator-hub-shell[data-page="home"] .identity-portrait-image {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
	filter: saturate(1.02) contrast(1.04) brightness(0.92);
	transition: transform var(--ease-out);
}

.creator-hub-shell[data-page="home"] .identity-portrait-image {
	object-position: center 24%;
}

.creator-hub-shell[data-page="home"] .visual-portrait-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(7, 9, 14, 0.04) 0%, rgba(7, 9, 14, 0.1) 34%, rgba(7, 9, 14, 0.42) 100%),
		linear-gradient(125deg, rgba(168, 92, 255, 0.14), transparent 34%, rgba(141, 255, 106, 0.08));
}

.creator-hub-shell[data-page="home"] .streamer-tag,
.creator-hub-shell[data-page="home"] .identity-tag {
	position: absolute;
	left: 28px;
	bottom: 34px;
	display: grid;
	gap: 4px;
	z-index: 7;
	max-width: calc(100% - 48px);
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(9, 11, 18, 0.56);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

.creator-hub-shell[data-page="home"] .streamer-tag strong,
.creator-hub-shell[data-page="home"] .identity-tag strong {
	font-size: 1rem;
}

.creator-hub-shell[data-page="home"] .streamer-tag span,
.creator-hub-shell[data-page="home"] .identity-tag span {
	font-size: 0.88rem;
	color: var(--text-muted);
}

.creator-hub-shell[data-page="home"] .identity-tag {
	max-width: 270px;
	background: rgba(11, 14, 22, 0.84);
	backdrop-filter: blur(16px);
	box-shadow: 0 18px 28px rgba(8, 10, 14, 0.22);
}

.creator-hub-shell[data-page="home"] .identity-tag strong {
	font-size: 1.28rem;
}

.creator-hub-shell[data-page="home"] .lower-grid {
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
	margin-top: 24px;
}

.creator-hub-shell[data-page="home"] .lower-grid,
.creator-hub-shell[data-page="home"] .extra-modules,
.creator-hub-shell[data-page="home"] .projects-section,
.creator-hub-shell[data-page="home"] .voices-section,
.creator-hub-shell[data-page="home"] .identity-section {
	position: relative;
	padding-top: 18px;
}

.creator-hub-shell[data-page="home"] .lower-grid::before,
.creator-hub-shell[data-page="home"] .extra-modules::before,
.creator-hub-shell[data-page="home"] .projects-section::before,
.creator-hub-shell[data-page="home"] .voices-section::before,
.creator-hub-shell[data-page="home"] .identity-section::before {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06) 18%, rgba(168, 92, 255, 0.26) 48%, rgba(141, 255, 106, 0.18) 72%, transparent);
	pointer-events: none;
}

.creator-hub-shell[data-page="home"] .lower-grid::after,
.creator-hub-shell[data-page="home"] .extra-modules::after,
.creator-hub-shell[data-page="home"] .projects-section::after,
.creator-hub-shell[data-page="home"] .voices-section::after,
.creator-hub-shell[data-page="home"] .identity-section::after {
	content: "";
	position: absolute;
	left: clamp(18px, 8vw, 64px);
	top: -4px;
	width: 64px;
	height: 10px;
	background: radial-gradient(circle, rgba(141, 255, 106, 0.88) 0 1.1px, transparent 1.8px) 0 50% / 16px 10px repeat-x;
	opacity: 0.6;
	pointer-events: none;
}

.creator-hub-shell[data-page="home"] .channels,
.creator-hub-shell[data-page="home"] .stream-board {
	position: relative;
	overflow: hidden;
	padding: 28px;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 18%),
		var(--panel);
	box-shadow: var(--shadow);
}

.creator-hub-shell[data-page="home"] .channels::before,
.creator-hub-shell[data-page="home"] .stream-board::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(125deg, rgba(168, 92, 255, 0.08), transparent 36%, rgba(141, 255, 106, 0.04));
}

.creator-hub-shell[data-page="home"] .channels::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 12px;
	width: 132px;
	height: 132px;
	background: var(--creator-brand-logo, none) center / contain no-repeat;
	opacity: 0.065;
	transform: rotate(9deg);
	filter: drop-shadow(0 12px 24px rgba(18, 22, 35, 0.14));
	pointer-events: none;
}

.creator-hub-shell[data-page="home"] .section-head {
	position: relative;
	display: grid;
	gap: 8px;
	margin-bottom: 22px;
	z-index: 1;
}

.creator-hub-shell[data-page="home"] .section-head h2 {
	margin: 0;
	font-family: var(--display);
	font-size: clamp(1.6rem, 3.8vw, 2.4rem);
	line-height: 1;
	text-transform: uppercase;
}

.creator-hub-shell[data-page="home"] .section-head p {
	margin: 0;
	color: var(--text-soft);
	line-height: 1.6;
}

.creator-hub-shell[data-page="home"] .channel-grid {
	grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.95fr);
	align-items: stretch;
}

.creator-hub-shell[data-page="home"] .channel-tile {
	--tile-accent-border: rgba(255, 255, 255, 0.12);
	--tile-accent-glow: rgba(168, 92, 255, 0.16);
	--tile-accent-wash: rgba(168, 92, 255, 0.1);
	--tile-accent-shadow: rgba(18, 22, 35, 0.16);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 18px;
	border-radius: 20px;
	border: 1px solid var(--tile-accent-border);
	background: rgba(255, 255, 255, 0.03);
	min-height: 196px;
	box-shadow: 0 18px 32px var(--tile-accent-shadow);
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		box-shadow var(--ease-out),
		background-color var(--ease-out),
		filter var(--ease-out);
}

.creator-hub-shell[data-page="home"] .channel-tile-large {
	min-height: 208px;
	padding: 22px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 42%),
		rgba(255, 255, 255, 0.04);
}

.creator-hub-shell[data-page="home"] .channel-tile::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(120deg, var(--tile-accent-wash), transparent 42%),
		radial-gradient(circle at 84% 22%, rgba(255, 255, 255, 0.06), transparent 22%);
	transition:
		opacity var(--ease-out),
		transform var(--ease-out);
}

.creator-hub-shell[data-page="home"] .channel-tile::after {
	content: "";
	position: absolute;
	right: -20px;
	bottom: -20px;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: radial-gradient(circle, var(--tile-accent-glow), transparent 68%);
	transition:
		transform var(--ease-out),
		opacity var(--ease-out),
		filter var(--ease-out);
}

.creator-hub-shell[data-page="home"] .channel-tile-twitch {
	--tile-accent-border: rgba(168, 92, 255, 0.24);
	--tile-accent-glow: rgba(168, 92, 255, 0.2);
	--tile-accent-wash: rgba(168, 92, 255, 0.12);
	--tile-accent-shadow: rgba(85, 34, 140, 0.16);
}

.creator-hub-shell[data-page="home"] .channel-tile-discord {
	--tile-accent-border: rgba(88, 101, 242, 0.24);
	--tile-accent-glow: rgba(88, 101, 242, 0.18);
	--tile-accent-wash: rgba(88, 101, 242, 0.1);
	--tile-accent-shadow: rgba(36, 44, 108, 0.16);
}

.creator-hub-shell[data-page="home"] .channel-tile-tiktok {
	--tile-accent-border: rgba(37, 244, 238, 0.22);
	--tile-accent-glow: rgba(37, 244, 238, 0.18);
	--tile-accent-wash: rgba(37, 244, 238, 0.1);
	--tile-accent-shadow: rgba(11, 63, 67, 0.16);
}

.creator-hub-shell[data-page="home"] .channel-tile-whatsapp {
	--tile-accent-border: rgba(37, 211, 102, 0.22);
	--tile-accent-glow: rgba(37, 211, 102, 0.16);
	--tile-accent-wash: rgba(37, 211, 102, 0.09);
	--tile-accent-shadow: rgba(18, 67, 41, 0.14);
}

.creator-hub-shell[data-page="home"] .channel-tile-youtube {
	--tile-accent-border: rgba(255, 59, 48, 0.22);
	--tile-accent-glow: rgba(255, 59, 48, 0.16);
	--tile-accent-wash: rgba(255, 59, 48, 0.1);
	--tile-accent-shadow: rgba(74, 22, 18, 0.16);
}

.creator-hub-shell[data-page="home"] .channel-tile-instagram {
	--tile-accent-border: rgba(214, 41, 118, 0.22);
	--tile-accent-glow: rgba(214, 41, 118, 0.16);
	--tile-accent-wash: rgba(214, 41, 118, 0.1);
	--tile-accent-shadow: rgba(73, 19, 44, 0.15);
}

.creator-hub-shell[data-page="home"] .channel-icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin-bottom: 18px;
	padding: 11px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(168, 92, 255, 0.28), rgba(141, 255, 106, 0.2));
	transition:
		transform var(--ease-out),
		box-shadow var(--ease-out),
		background var(--ease-out);
}

.creator-hub-shell[data-page="home"] .channel-icon-image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
}

.creator-hub-shell[data-page="home"] .channel-icon-fallback {
	font-family: var(--display);
	font-weight: 700;
	font-size: 0.94rem;
}

.creator-hub-shell[data-page="home"] .channel-tile h3,
.creator-hub-shell[data-page="home"] .module-card h3,
.creator-hub-shell[data-page="home"] .project-card h3,
.creator-hub-shell[data-page="home"] .qa-question {
	margin: 0;
	font-family: var(--display);
	line-height: 1;
	text-transform: uppercase;
}

.creator-hub-shell[data-page="home"] .channel-tile h3 {
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 1.1rem;
}

.creator-hub-shell[data-page="home"] .channel-tile-large h3 {
	font-size: 1.4rem;
}

.creator-hub-shell[data-page="home"] .channel-tile p,
.creator-hub-shell[data-page="home"] .stream-focus p,
.creator-hub-shell[data-page="home"] .module-card p,
.creator-hub-shell[data-page="home"] .project-card p,
.creator-hub-shell[data-page="home"] .qa-answer {
	margin: 0;
	color: var(--text-soft);
	line-height: 1.62;
}

.creator-hub-shell[data-page="home"] .module-card p {
	line-height: 1.68;
}

.creator-hub-shell[data-page="home"] .channel-tile-large p {
	max-width: 34ch;
	font-size: 0.98rem;
}

.creator-hub-shell[data-page="home"] .tile-link,
.creator-hub-shell[data-page="home"] .module-link {
	display: inline-flex;
	margin-top: auto;
	padding-top: 18px;
	color: var(--green);
	font-weight: 700;
	text-decoration: none;
	transition:
		transform var(--ease-out),
		color var(--ease-out),
		text-shadow var(--ease-out);
}

.creator-hub-shell[data-page="home"] .tile-link::after,
.creator-hub-shell[data-page="home"] .module-link::after {
	content: "->";
	margin-left: 8px;
	transition: transform var(--ease-out);
}

.creator-hub-shell[data-page="home"] .tile-link.is-disabled,
.creator-hub-shell[data-page="home"] .module-link.is-disabled,
.creator-hub-shell[data-page="home"] .project-action.is-disabled,
.creator-hub-shell[data-page="home"] .nav a.is-disabled {
	opacity: 0.56;
	pointer-events: none;
}

.creator-hub-shell[data-page="home"] .stream-board {
	display: grid;
	align-content: start;
	gap: 24px;
}

.creator-hub-shell[data-page="home"] .stream-focus {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 18px;
	padding: 24px;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(145deg, rgba(168, 92, 255, 0.16), rgba(255, 255, 255, 0.02) 42%, rgba(141, 255, 106, 0.09)),
		rgba(255, 255, 255, 0.02);
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		box-shadow var(--ease-out);
}

.creator-hub-shell[data-page="home"] .stream-focus h3 {
	margin: 0;
	font-family: var(--display);
	font-size: 2rem;
	line-height: 0.96;
	text-transform: uppercase;
}

.creator-hub-shell[data-page="home"] .stream-focus .stream-meta {
	margin-top: 4px;
}

.creator-hub-shell[data-page="home"] .stream-meta,
.creator-hub-shell[data-page="home"] .module-connection {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.creator-hub-shell[data-page="home"] .module-connection {
	display: grid;
	gap: 14px;
	margin-top: 4px;
}

.creator-hub-shell[data-page="home"] .meta-box,
.creator-hub-shell[data-page="home"] .connection-item {
	display: grid;
	gap: 8px;
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.creator-hub-shell[data-page="home"] .meta-box strong,
.creator-hub-shell[data-page="home"] .connection-value {
	display: block;
	margin-top: 8px;
	font-size: 1rem;
}

.creator-hub-shell[data-page="home"] .connection-value-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.creator-hub-shell[data-page="home"] .connection-value {
	flex: 1 1 auto;
	min-width: 0;
	margin-top: 0;
	font-family: "JetBrains Mono", monospace;
	line-height: 1.45;
	word-break: break-word;
}

.creator-hub-shell[data-page="home"] .connection-copy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 56px;
	padding: 8px 10px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	color: var(--text-muted);
	font-family: var(--display);
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	cursor: pointer;
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		background-color var(--ease-out),
		color var(--ease-out),
		box-shadow var(--ease-out);
}

.creator-hub-shell[data-page="home"] .connection-copy.is-copied {
	border-color: rgba(141, 255, 106, 0.28);
	background: rgba(141, 255, 106, 0.12);
	color: var(--green);
	box-shadow: 0 0 0 1px rgba(141, 255, 106, 0.08);
}

.creator-hub-shell[data-page="home"] .module-card-minecraft h3 {
	font-size: clamp(1.64rem, 3vw, 2rem);
}

.creator-hub-shell[data-page="home"] .update-list {
	display: grid;
	gap: 14px;
}

.creator-hub-shell[data-page="home"] .update-item {
	display: grid;
	gap: 6px;
	padding: 16px 18px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		background-color var(--ease-out);
}

.creator-hub-shell[data-page="home"] .update-item strong {
	font-size: 1rem;
}

.creator-hub-shell[data-page="home"] .update-item span {
	color: var(--text-muted);
	font-size: 0.92rem;
}

.creator-hub-shell[data-page="home"] .extra-modules,
.creator-hub-shell[data-page="home"] .projects-section,
.creator-hub-shell[data-page="home"] .voices-section,
.creator-hub-shell[data-page="home"] .identity-section {
	display: grid;
	gap: 18px;
	margin-top: 24px;
}

.creator-hub-shell[data-page="home"] .extra-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr);
	gap: 18px;
}

.creator-hub-shell[data-page="home"] .module-card,
.creator-hub-shell[data-page="home"] .identity-visual,
.creator-hub-shell[data-page="home"] .identity-panel,
.creator-hub-shell[data-page="home"] .voice-card,
.creator-hub-shell[data-page="home"] .project-card {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%),
		rgba(255, 255, 255, 0.03);
	box-shadow: 0 18px 34px rgba(18, 22, 35, 0.16);
}

.creator-hub-shell[data-page="home"] .module-card {
	--module-border: rgba(255, 255, 255, 0.1);
	--module-glow: rgba(168, 92, 255, 0.16);
	--module-wash: rgba(168, 92, 255, 0.08);
	--module-shadow: rgba(18, 22, 35, 0.16);
	display: grid;
	gap: 16px;
	padding: 24px;
	border: 1px solid var(--module-border);
	box-shadow: 0 18px 32px var(--module-shadow);
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		box-shadow var(--ease-out),
		background-color var(--ease-out);
}

.creator-hub-shell[data-page="home"] .module-card > * {
	position: relative;
	z-index: 1;
}

.creator-hub-shell[data-page="home"] .module-card::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(135deg, var(--module-wash), transparent 42%),
		radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.05), transparent 24%);
	transition:
		opacity var(--ease-out),
		transform var(--ease-out);
}

.creator-hub-shell[data-page="home"] .module-card::after {
	content: "";
	position: absolute;
	right: -22px;
	bottom: -18px;
	width: 110px;
	height: 110px;
	border-radius: 26px;
	background: radial-gradient(circle, var(--module-glow), transparent 72%);
	transition:
		transform var(--ease-out),
		opacity var(--ease-out);
}

.creator-hub-shell[data-page="home"] .module-card-large {
	min-height: 300px;
}

.creator-hub-shell[data-page="home"] .module-card-minecraft {
	--module-border: rgba(141, 255, 106, 0.24);
	--module-glow: rgba(141, 255, 106, 0.16);
	--module-wash: rgba(141, 255, 106, 0.1);
	--module-shadow: rgba(18, 67, 41, 0.15);
	gap: 18px;
	padding: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 26%),
		linear-gradient(135deg, rgba(24, 36, 21, 0.92), rgba(12, 17, 24, 0.96));
}

.creator-hub-shell[data-page="home"] .module-icon {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	border: 1px solid rgba(141, 255, 106, 0.18);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 72%),
		radial-gradient(circle at 28% 24%, rgba(141, 255, 106, 0.18), transparent 60%),
		rgba(255, 255, 255, 0.05);
	box-shadow:
		0 14px 26px rgba(10, 16, 24, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.creator-hub-shell[data-page="home"] .module-icon-image {
	display: block;
	width: 38px;
	height: 38px;
	max-width: none;
	object-fit: contain;
	filter: drop-shadow(0 8px 12px rgba(9, 12, 17, 0.28));
}

.creator-hub-shell[data-page="home"] .module-watermark {
	position: absolute;
	right: -8px;
	bottom: 10px;
	width: 182px;
	height: 182px;
	opacity: 0.14;
	background: var(--creator-minecraft-logo, none) center / contain no-repeat;
	transform: rotate(-14deg);
	filter: drop-shadow(0 18px 34px rgba(17, 23, 34, 0.18)) saturate(1.05);
	transition:
		transform var(--ease-out),
		opacity var(--ease-out);
}

.creator-hub-shell[data-page="home"] .module-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}

.creator-hub-shell[data-page="home"] .module-chip,
.creator-hub-shell[data-page="home"] .voice-role {
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	font-size: 0.84rem;
	color: var(--text-soft);
}

.creator-hub-shell[data-page="home"] .voice-role {
	padding: 6px 10px;
	font-size: 0.76rem;
	color: var(--text-muted);
}

.creator-hub-shell[data-page="home"] .voice-browser {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(220px, 0.74fr);
	gap: 18px;
	align-items: stretch;
}

.creator-hub-shell[data-page="home"] .voice-detail-card,
.creator-hub-shell[data-page="home"] .voice-browser-nav {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%),
		rgba(255, 255, 255, 0.03);
	box-shadow: 0 18px 34px rgba(18, 22, 35, 0.16);
}

.creator-hub-shell[data-page="home"] .voice-detail-card {
	display: grid;
	align-content: start;
	gap: 20px;
	padding: 28px;
	background:
		linear-gradient(145deg, rgba(168, 92, 255, 0.16), rgba(255, 255, 255, 0.02) 44%, rgba(141, 255, 106, 0.08)),
		rgba(255, 255, 255, 0.03);
}

.creator-hub-shell[data-page="home"] .voice-detail-card::before {
	content: "";
	position: absolute;
	left: 26px;
	top: 28px;
	bottom: 28px;
	width: 3px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(168, 92, 255, 0.95), rgba(141, 255, 106, 0.54));
	opacity: 0.9;
	pointer-events: none;
}

.creator-hub-shell[data-page="home"] .voice-detail-card::after {
	content: "";
	position: absolute;
	right: -26px;
	bottom: -20px;
	width: 160px;
	height: 160px;
	border-radius: 38px;
	background: radial-gradient(circle, rgba(168, 92, 255, 0.2), transparent 72%);
	pointer-events: none;
}

.creator-hub-shell[data-page="home"] .voice-detail-card > * {
	position: relative;
	z-index: 1;
}

.creator-hub-shell[data-page="home"] .voice-detail-card-measure {
	position: absolute;
	left: -9999px;
	top: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: -1;
}

.creator-hub-shell[data-page="home"] .voice-detail-emote-host {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 1;
	pointer-events: none;
}

.creator-hub-shell[data-page="home"] .voice-emote-detail {
	width: 56px;
	height: 56px;
	opacity: 0.9;
	transform: rotate(8deg);
	filter: drop-shadow(0 12px 20px rgba(10, 16, 24, 0.24));
}

.creator-hub-shell[data-page="home"] .voice-detail-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	padding-left: 18px;
	padding-right: 62px;
}

.creator-hub-shell[data-page="home"] .voice-detail-name {
	font-family: var(--display);
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	line-height: 1;
	text-transform: uppercase;
}

.creator-hub-shell[data-page="home"] .voice-role-detail {
	color: var(--text-soft);
}

.creator-hub-shell[data-page="home"] .voice-detail-quote {
	margin: 0;
	padding-left: 18px;
	max-width: 29ch;
	font-size: clamp(1.14rem, 2.4vw, 1.68rem);
	line-height: 1.72;
	color: var(--text-main);
}

.creator-hub-shell[data-page="home"] .voice-browser-nav {
	display: flex;
	min-height: 0;
	padding: 12px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 18%),
		rgba(255, 255, 255, 0.02);
}

.creator-hub-shell[data-page="home"] .voice-browser-nav-viewport {
	flex: 1 1 auto;
	min-height: 0;
	overflow: auto;
	overscroll-behavior: contain;
	padding-right: 4px;
	scrollbar-width: thin;
	scrollbar-color: rgba(168, 92, 255, 0.34) transparent;
}

.creator-hub-shell[data-page="home"] .voice-browser-nav-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.creator-hub-shell[data-page="home"] .voice-browser-option {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: grid;
	gap: 6px;
	padding: 14px 14px 14px 16px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	color: var(--text-main);
	text-align: left;
	cursor: pointer;
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		background-color var(--ease-out),
		box-shadow var(--ease-out);
}

.creator-hub-shell[data-page="home"] .voice-browser-option::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	bottom: 14px;
	width: 2px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(168, 92, 255, 0.9), rgba(141, 255, 106, 0.52));
	opacity: 0;
	transform: scaleY(0.32);
	transform-origin: center;
	transition:
		opacity var(--ease-out),
		transform var(--ease-out);
}

.creator-hub-shell[data-page="home"] .voice-browser-option-name {
	font-family: var(--display);
	font-size: 0.98rem;
	line-height: 1;
	text-transform: uppercase;
}

.creator-hub-shell[data-page="home"] .voice-browser-option-role {
	display: inline-flex;
	width: fit-content;
	padding: 5px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	font-size: 0.76rem;
	color: var(--text-muted);
}

.creator-hub-shell[data-page="home"] .voice-browser-option.is-active {
	border-color: rgba(168, 92, 255, 0.2);
	background:
		linear-gradient(135deg, rgba(168, 92, 255, 0.1), transparent 60%),
		rgba(255, 255, 255, 0.04);
	box-shadow:
		0 16px 28px rgba(18, 22, 35, 0.18),
		0 0 0 1px rgba(255, 255, 255, 0.03);
}

.creator-hub-shell[data-page="home"] .voice-browser-option.is-active::before {
	opacity: 1;
	transform: scaleY(1);
}

.creator-hub-shell[data-page="home"] .voice-browser-option:hover {
	transform: translateY(-2px);
	border-color: rgba(168, 92, 255, 0.16);
	box-shadow: 0 14px 24px rgba(18, 22, 35, 0.16);
}

.creator-hub-shell[data-page="home"] .concept-carousel {
	display: grid;
	gap: 14px;
}

.creator-hub-shell[data-page="home"] .concept-carousel-controls {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.creator-hub-shell[data-page="home"] .concept-carousel-arrow {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	color: var(--text);
	font-size: 1rem;
	cursor: pointer;
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		background-color var(--ease-out);
}

.creator-hub-shell[data-page="home"] .concept-carousel-arrow:disabled {
	opacity: 0.4;
	cursor: default;
}

.creator-hub-shell[data-page="home"] .concept-carousel.is-single .concept-carousel-controls {
	display: none;
}

.creator-hub-shell[data-page="home"] .concept-carousel-viewport {
	overflow: hidden;
	touch-action: pan-y;
}

.creator-hub-shell[data-page="home"] .concept-carousel-track {
	display: flex;
	transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.creator-hub-shell[data-page="home"] .concept-carousel-slide {
	flex: 0 0 100%;
	min-width: 0;
}

.creator-hub-shell[data-page="home"] .concept-carousel.is-draggable .concept-carousel-viewport {
	cursor: grab;
}

.creator-hub-shell[data-page="home"] .concept-carousel.is-dragging .concept-carousel-viewport {
	cursor: grabbing;
	user-select: none;
}

.creator-hub-shell[data-page="home"] .voice-card {
	padding: 24px;
	display: grid;
	align-content: start;
	gap: 18px;
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		box-shadow var(--ease-out);
}

.creator-hub-shell[data-page="home"] .voice-emote {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 54px;
	height: 54px;
	object-fit: contain;
	opacity: 0.82;
	filter: drop-shadow(0 10px 18px rgba(10, 16, 24, 0.22));
	transform: rotate(8deg);
	pointer-events: none;
	z-index: 1;
	transition:
		transform var(--ease-out),
		opacity var(--ease-out),
		filter var(--ease-out);
}

.creator-hub-shell[data-page="home"] .voice-card::before {
	content: "";
	position: absolute;
	right: -18px;
	bottom: -22px;
	width: 120px;
	height: 120px;
	border-radius: 32px;
	background: radial-gradient(circle, rgba(168, 92, 255, 0.18), transparent 72%);
	pointer-events: none;
}

.creator-hub-shell[data-page="home"] .voice-card-large {
	min-height: 0;
}

.creator-hub-shell[data-page="home"] .voice-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.creator-hub-shell[data-page="home"] .voice-card blockquote {
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.72;
	color: var(--text-main);
}

.creator-hub-shell[data-page="home"] .project-card {
	--project-border: rgba(255, 255, 255, 0.08);
	--project-shadow: rgba(18, 22, 35, 0.16);
	--project-accent: rgba(168, 92, 255, 0.18);
	--project-cover: none;
	--project-cover-position: center 34%;
	--project-tilt-x: 0deg;
	--project-tilt-y: 0deg;
	--project-glow-x: 82%;
	--project-glow-y: 18%;
	--project-lift: 0px;
	min-height: 336px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	border-color: var(--project-border);
	background:
		linear-gradient(180deg, rgba(8, 10, 16, 0.24), rgba(8, 10, 16, 0.56) 52%, rgba(8, 10, 16, 0.9)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%),
		rgba(255, 255, 255, 0.03);
	box-shadow: 0 18px 34px var(--project-shadow);
	transform: perspective(1400px) rotateX(var(--project-tilt-x)) rotateY(var(--project-tilt-y)) translate3d(0, var(--project-lift), 0);
	transform-style: preserve-3d;
	will-change: transform, box-shadow;
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		box-shadow var(--ease-out);
}

.creator-hub-shell[data-page="home"] .project-card::before {
	content: "";
	position: absolute;
	inset: -8%;
	background-image: var(--project-cover);
	background-position: var(--project-cover-position);
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: blur(8px) saturate(1.06) brightness(0.82);
	transform: translateZ(0) scale(1.06);
	transition:
		transform var(--ease-out),
		opacity var(--ease-out),
		filter var(--ease-out);
}

.creator-hub-shell[data-page="home"] .project-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(8, 10, 16, 0.08), rgba(8, 10, 16, 0.14) 44%, rgba(8, 10, 16, 0.24)),
		radial-gradient(circle at var(--project-glow-x) var(--project-glow-y), var(--project-accent), transparent 30%);
	pointer-events: none;
	opacity: 0.96;
	transition:
		opacity var(--ease-out),
		filter var(--ease-out);
}

.creator-hub-shell[data-page="home"] .project-card > * {
	position: relative;
	z-index: 1;
	backface-visibility: hidden;
}

.creator-hub-shell[data-page="home"] .project-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	padding: 6px 11px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(11, 14, 22, 0.62);
	font-size: 0.72rem;
	font-family: var(--display);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--text-main);
	transform: translateZ(32px);
}

.creator-hub-shell[data-page="home"] .project-badge::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 12px currentColor;
}

.creator-hub-shell[data-page="home"] .project-badge--live,
.creator-hub-shell[data-page="home"] .project-badge--active {
	border-color: rgba(141, 255, 106, 0.24);
	background: rgba(20, 38, 22, 0.7);
	color: var(--green);
}

.creator-hub-shell[data-page="home"] .project-badge--new {
	border-color: rgba(168, 92, 255, 0.24);
	background: rgba(27, 17, 39, 0.72);
	color: #d6b8ff;
}

.creator-hub-shell[data-page="home"] .project-badge--pause {
	border-color: rgba(255, 194, 99, 0.24);
	background: rgba(41, 30, 13, 0.74);
	color: #ffcf88;
}

.creator-hub-shell[data-page="home"] .project-badge--default {
	color: var(--text-main);
}

.creator-hub-shell[data-page="home"] .project-card .module-kicker,
.creator-hub-shell[data-page="home"] .project-card h3,
.creator-hub-shell[data-page="home"] .project-card p {
	transform: translateZ(20px);
}

.creator-hub-shell[data-page="home"] .project-card h3 {
	font-size: 1.48rem;
	line-height: 1.02;
}

.creator-hub-shell[data-page="home"] .project-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
	transform: translateZ(28px);
}

.creator-hub-shell[data-page="home"] .project-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	text-decoration: none;
	font-weight: 800;
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		background-color var(--ease-out),
		box-shadow var(--ease-out);
}

.creator-hub-shell[data-page="home"] .project-action-primary {
	background:
		linear-gradient(135deg, rgba(168, 92, 255, 0.28), rgba(141, 255, 106, 0.18)),
		rgba(255, 255, 255, 0.05);
	color: var(--text-main);
	box-shadow: 0 14px 26px rgba(18, 22, 35, 0.16);
}

.creator-hub-shell[data-page="home"] .project-action-secondary {
	background: rgba(255, 255, 255, 0.04);
	color: var(--text-soft);
}

.creator-hub-shell[data-page="home"] .project-card--purple {
	--project-border: rgba(168, 92, 255, 0.24);
	--project-shadow: rgba(85, 34, 140, 0.14);
	--project-accent: rgba(168, 92, 255, 0.24);
	--project-cover-position: center 30%;
}

.creator-hub-shell[data-page="home"] .project-card--green {
	--project-border: rgba(141, 255, 106, 0.22);
	--project-shadow: rgba(18, 67, 41, 0.14);
	--project-accent: rgba(141, 255, 106, 0.18);
	--project-cover-position: center 34%;
}

.creator-hub-shell[data-page="home"] .project-card--blue {
	--project-border: rgba(83, 177, 255, 0.22);
	--project-shadow: rgba(27, 58, 96, 0.14);
	--project-accent: rgba(83, 177, 255, 0.2);
	--project-cover-position: center 42%;
}

.creator-hub-shell[data-page="home"] .identity-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 18px;
}

.creator-hub-shell[data-page="home"] .identity-visual {
	padding: 18px;
	min-height: 490px;
}

.creator-hub-shell[data-page="home"] .identity-visual::before {
	content: "";
	position: absolute;
	left: 20px;
	bottom: 18px;
	width: 84px;
	height: 110px;
	background: radial-gradient(circle, rgba(141, 255, 106, 0.8) 0 1px, transparent 1.5px) 0 0 / 16px 16px;
	opacity: 0.78;
	pointer-events: none;
}

.creator-hub-shell[data-page="home"] .identity-portrait {
	position: relative;
	height: 100%;
	min-height: 454px;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(168, 92, 255, 0.16);
	background:
		linear-gradient(135deg, rgba(168, 92, 255, 0.16), transparent 44%),
		linear-gradient(180deg, rgba(6, 10, 16, 0.04), rgba(6, 10, 16, 0.38));
}

.creator-hub-shell[data-page="home"] .identity-portrait::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 78% 18%, rgba(168, 92, 255, 0.16), transparent 26%),
		radial-gradient(circle at 18% 80%, rgba(141, 255, 106, 0.12), transparent 32%);
	pointer-events: none;
	z-index: 1;
}

.creator-hub-shell[data-page="home"] .identity-panel {
	padding: 28px;
	display: grid;
	align-content: start;
	gap: 18px;
}

.creator-hub-shell[data-page="home"] .identity-panel-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 1;
}

.creator-hub-shell[data-page="home"] .identity-panel-kicker-emote {
	width: 24px;
	height: 24px;
	object-fit: contain;
	filter: drop-shadow(0 8px 14px rgba(10, 16, 24, 0.18));
}

.creator-hub-shell[data-page="home"] .identity-panel-emote {
	position: absolute;
	right: 18px;
	bottom: 22px;
	width: 88px;
	height: 88px;
	object-fit: contain;
	opacity: 0.12;
	transform: rotate(-10deg);
	filter: drop-shadow(0 16px 24px rgba(10, 16, 24, 0.18));
	pointer-events: none;
	z-index: 0;
}

.creator-hub-shell[data-page="home"] .qa-list {
	display: grid;
	gap: 0;
	position: relative;
	z-index: 1;
}

.creator-hub-shell[data-page="home"] .qa-item {
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.creator-hub-shell[data-page="home"] .qa-item:first-child {
	padding-top: 0;
	border-top: 0;
}

.creator-hub-shell[data-page="home"] .qa-item:last-child {
	padding-bottom: 0;
}

.creator-hub-shell[data-page="home"] .qa-question {
	margin: 0 0 10px;
	font-size: clamp(1.34rem, 2vw, 1.72rem);
	line-height: 1.02;
}

@media (hover: hover) {
	.creator-hub-shell[data-page="home"] .nav a:hover {
		transform: translateY(-2px);
		border-color: rgba(168, 92, 255, 0.22);
		background: rgba(255, 255, 255, 0.04);
		color: var(--text);
		box-shadow: 0 10px 18px rgba(18, 22, 35, 0.18);
	}

	.creator-hub-shell[data-page="home"] .connection-copy:hover {
		transform: translateY(-2px);
		border-color: rgba(141, 255, 106, 0.22);
		background: rgba(141, 255, 106, 0.08);
		color: var(--text-main);
		box-shadow: 0 10px 18px rgba(18, 22, 35, 0.18);
	}

	.creator-hub-shell[data-page="home"] .channel-tile:hover {
		transform: translateY(-6px);
		background: rgba(255, 255, 255, 0.045);
		box-shadow:
			0 24px 40px var(--tile-accent-shadow),
			0 0 0 1px rgba(255, 255, 255, 0.03);
	}

	.creator-hub-shell[data-page="home"] .channel-tile:hover::before {
		opacity: 1;
		transform: scale(1.02);
	}

	.creator-hub-shell[data-page="home"] .channel-tile:hover::after {
		transform: scale(1.12);
		opacity: 0.92;
		filter: blur(2px);
	}

	.creator-hub-shell[data-page="home"] .channel-tile:hover .channel-icon {
		transform: translateY(-2px);
		box-shadow: 0 12px 20px rgba(18, 22, 35, 0.18);
	}

	.creator-hub-shell[data-page="home"] .channel-tile:hover .tile-link,
	.creator-hub-shell[data-page="home"] .module-card:hover .module-link {
		transform: translateX(2px);
		text-shadow: 0 0 16px rgba(141, 255, 106, 0.22);
	}

	.creator-hub-shell[data-page="home"] .channel-tile:hover .tile-link::after,
	.creator-hub-shell[data-page="home"] .module-card:hover .module-link::after {
		transform: translateX(4px);
	}

	.creator-hub-shell[data-page="home"] .stream-focus:hover,
	.creator-hub-shell[data-page="home"] .update-item:hover {
		transform: translateY(-4px);
		border-color: rgba(168, 92, 255, 0.18);
		box-shadow: 0 20px 32px rgba(18, 22, 35, 0.18);
	}

	.creator-hub-shell[data-page="home"] .module-card:hover {
		transform: translateY(-5px);
		border-color: var(--module-border);
		box-shadow:
			0 24px 38px var(--module-shadow),
			0 0 0 1px rgba(255, 255, 255, 0.03);
	}

	.creator-hub-shell[data-page="home"] .module-card:hover::before {
		transform: scale(1.02);
		opacity: 1;
	}

	.creator-hub-shell[data-page="home"] .module-card:hover::after {
		transform: scale(1.08);
		opacity: 0.9;
	}

	.creator-hub-shell[data-page="home"] .module-card-minecraft:hover .module-watermark {
		transform: rotate(-12deg) scale(1.03);
		opacity: 0.18;
	}

	.creator-hub-shell[data-page="home"] .identity-visual:hover .identity-portrait-image {
		transform: scale(1.03);
	}

.creator-hub-shell[data-page="home"] .voice-card:hover {
	transform: translateY(-5px);
	border-color: rgba(168, 92, 255, 0.16);
	box-shadow: 0 24px 38px rgba(18, 22, 35, 0.18);
}

.creator-hub-shell[data-page="home"] .voice-detail-card:hover {
	transform: translateY(-4px);
	border-color: rgba(168, 92, 255, 0.16);
	box-shadow: 0 24px 38px rgba(18, 22, 35, 0.18);
}

.creator-hub-shell[data-page="home"] .voice-detail-card:hover .voice-emote-detail {
	transform: rotate(12deg) scale(1.05);
}

	.creator-hub-shell[data-page="home"] .voice-card:hover .voice-emote {
		transform: rotate(13deg) scale(1.06);
		opacity: 0.96;
		filter: drop-shadow(0 14px 22px rgba(10, 16, 24, 0.26));
	}

	.creator-hub-shell[data-page="home"] .project-card:hover {
		--project-lift: -10px;
		border-color: var(--project-border);
		box-shadow:
			0 36px 56px var(--project-shadow),
			0 0 0 1px rgba(255, 255, 255, 0.03);
	}

.creator-hub-shell[data-page="home"] .project-card:hover::before {
		transform: translateZ(0) scale(1.12);
		opacity: 0.48;
		filter: blur(6px) saturate(1.14) brightness(0.9);
	}

	.creator-hub-shell[data-page="home"] .project-card:hover::after {
		opacity: 1;
		filter: saturate(1.04);
	}

	.creator-hub-shell[data-page="home"] .project-action:hover,
	.creator-hub-shell[data-page="home"] .concept-carousel-arrow:hover:not(:disabled) {
		transform: translateY(-2px);
	}
}

@media (max-width: 1080px) {
	.creator-hub-shell[data-page="home"] .hero-stage,
	.creator-hub-shell[data-page="home"] .lower-grid,
	.creator-hub-shell[data-page="home"] .identity-grid {
		grid-template-columns: 1fr;
	}

	.creator-hub-shell[data-page="home"] h1 {
		max-width: 14ch;
	}
}

@media (max-width: 760px) {
	.creator-hub-shell[data-page="home"] {
		padding: 18px 12px 28px;
	}

	.creator-hub-shell[data-page="home"] .topbar,
	.creator-hub-shell[data-page="partner"] .topbar,
	.creator-hub-shell[data-page="legal"] .topbar {
		flex-direction: column-reverse;
		align-items: stretch;
		gap: 14px;
		padding-bottom: 16px;
	}

	.creator-hub-shell[data-page="home"] .nav,
	.creator-hub-shell[data-page="partner"] .nav,
	.creator-hub-shell[data-page="legal"] .nav {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		justify-content: stretch;
		width: 100%;
		gap: 10px;
	}

	.creator-hub-shell[data-page="home"] .nav a,
	.creator-hub-shell[data-page="partner"] .nav a,
	.creator-hub-shell[data-page="legal"] .nav a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 48px;
		padding: 10px 8px 12px;
		text-align: center;
		font-size: 0.78rem;
		letter-spacing: 0.04em;
	}

	.creator-hub-shell[data-page="home"] .brand,
	.creator-hub-shell[data-page="partner"] .brand,
	.creator-hub-shell[data-page="legal"] .brand {
		width: 100%;
	}

	.creator-hub-shell[data-page="home"] .brand-mark {
		height: 52px;
	}

	.creator-hub-shell[data-page="home"] .brand-mark-image,
	.creator-hub-shell[data-page="partner"] .brand-mark-image,
	.creator-hub-shell[data-page="legal"] .brand-mark-image {
		height: 52px;
	}

	.creator-hub-shell[data-page="home"] .brand-copy,
	.creator-hub-shell[data-page="partner"] .brand-copy,
	.creator-hub-shell[data-page="legal"] .brand-copy {
		min-width: 0;
	}

	.creator-hub-shell[data-page="home"] .brand-copy span,
	.creator-hub-shell[data-page="partner"] .brand-copy span,
	.creator-hub-shell[data-page="legal"] .brand-copy span {
		font-size: 0.84rem;
		line-height: 1.38;
	}

	.creator-hub-shell[data-page="home"] .hero-stage,
	.creator-hub-shell[data-page="home"] .channels,
	.creator-hub-shell[data-page="home"] .stream-board {
		padding: 22px;
	}

	.creator-hub-shell[data-page="home"] .stream-meta {
		grid-template-columns: 1fr 1fr;
	}

	.creator-hub-shell[data-page="home"] .hero-meta {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
	}

	.creator-hub-shell[data-page="home"] .hero-copy::before {
		width: 150px;
		height: 150px;
		left: -8px;
		top: 34px;
		opacity: 0.07;
	}

	.creator-hub-shell[data-page="home"] .channel-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.creator-hub-shell[data-page="home"] .channel-tile,
	.creator-hub-shell[data-page="home"] .channel-tile-large {
		min-height: 0;
		padding: 20px;
	}

	.creator-hub-shell[data-page="home"] .identity-visual {
		min-height: 440px;
	}

	.creator-hub-shell[data-page="home"] .identity-panel {
		padding: 24px;
	}

	.creator-hub-shell[data-page="home"] .identity-tag {
		left: 24px;
		bottom: 22px;
	}

	.creator-hub-shell[data-page="home"] .hero-stat-row {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.creator-hub-shell[data-page="home"] .hero-stat {
		padding-right: 0;
	}

	.creator-hub-shell[data-page="home"] .hero-visual {
		min-height: 520px;
	}

	.creator-hub-shell[data-page="home"] .hero-visual::before {
		right: -46px;
		top: -28px;
		width: 170px;
		height: 170px;
	}

	.creator-hub-shell[data-page="home"] .hero-visual::after {
		left: -20px;
		bottom: 18px;
		width: 92px;
		height: 108px;
	}

	.creator-hub-shell[data-page="home"] .visual-portrait {
		inset: 22px 14px 104px 14px;
	}

	.creator-hub-shell[data-page="home"] .visual-frame::before {
		left: clamp(126px, 36%, 170px);
	}

	.creator-hub-shell[data-page="home"] .streamer-tag {
		left: 22px;
		bottom: 26px;
		max-width: calc(100% - 38px);
		padding: 12px 14px;
	}

	.creator-hub-shell[data-page="home"] .stream-focus h3 {
		font-size: 1.72rem;
	}

	.creator-hub-shell[data-page="home"] .voice-browser {
		grid-template-columns: 1fr;
	}

	.creator-hub-shell[data-page="home"] .voice-browser-nav {
		min-height: 0 !important;
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.creator-hub-shell[data-page="home"] .voice-browser-nav-viewport {
		overflow-x: auto;
		overflow-y: hidden;
		padding: 2px 2px 8px;
		scroll-snap-type: x proximity;
	}

	.creator-hub-shell[data-page="home"] .voice-browser-nav-list {
		flex-direction: row;
		gap: 12px;
		min-width: max-content;
	}

	.creator-hub-shell[data-page="home"] .voice-browser-option {
		flex: 0 0 min(286px, 76vw);
		scroll-snap-align: start;
	}

	.creator-hub-shell[data-page="home"] .voice-detail-quote {
		max-width: none;
	}
}

@media (max-width: 560px) {
	.creator-hub-shell[data-page="home"] .stream-meta,
	.creator-hub-shell[data-page="home"] .module-connection {
		grid-template-columns: 1fr;
	}

	.creator-hub-shell[data-page="home"] .channel-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.creator-hub-shell[data-page="home"] .identity-visual {
		padding: 14px;
		min-height: 404px;
	}

	.creator-hub-shell[data-page="home"] .identity-portrait {
		min-height: 388px;
	}

	.creator-hub-shell[data-page="home"] .identity-panel,
	.creator-hub-shell[data-page="home"] .voice-card,
	.creator-hub-shell[data-page="home"] .project-card {
		padding: 20px;
	}

	.creator-hub-shell[data-page="home"] .voice-detail-card {
		padding: 20px;
	}

	.creator-hub-shell[data-page="home"] .voice-detail-card::before {
		left: 20px;
		top: 20px;
		bottom: 20px;
	}

	.creator-hub-shell[data-page="home"] .voice-detail-meta,
	.creator-hub-shell[data-page="home"] .voice-detail-quote {
		padding-left: 14px;
	}

	.creator-hub-shell[data-page="home"] .voice-detail-meta {
		padding-right: 52px;
	}

	.creator-hub-shell[data-page="home"] .voice-detail-quote {
		font-size: 1.04rem;
		line-height: 1.66;
	}

	.creator-hub-shell[data-page="home"] .voice-emote-detail {
		width: 48px;
		height: 48px;
	}

	.creator-hub-shell[data-page="home"] .voice-browser-option {
		flex-basis: min(250px, 72vw);
	}

	.creator-hub-shell[data-page="home"] .identity-tag {
		left: 20px;
		right: 20px;
		bottom: 18px;
		max-width: none;
	}

	.creator-hub-shell[data-page="home"] .project-card {
		min-height: 300px;
	}

	.creator-hub-shell[data-page="home"] .module-watermark {
		width: 132px;
		height: 132px;
		right: -16px;
		bottom: -8px;
		opacity: 0.12;
	}

	.creator-hub-shell[data-page="home"] .hero-stage {
		padding: 18px;
	}

	.creator-hub-shell[data-page="home"] h1 {
		max-width: 10ch;
		font-size: clamp(2.7rem, 12vw, 4rem);
	}

	.creator-hub-shell[data-page="home"] .hero-copy::before,
	.creator-hub-shell[data-page="home"] .channels::after {
		display: none;
	}

	.creator-hub-shell[data-page="home"] .channels,
	.creator-hub-shell[data-page="home"] .stream-board {
		padding: 20px;
	}

	.creator-hub-shell[data-page="home"] .hero-visual {
		min-height: 480px;
		padding: 0;
	}

	.creator-hub-shell[data-page="home"] .hero-visual::before {
		right: -42px;
		top: -24px;
		width: 148px;
		height: 148px;
	}

	.creator-hub-shell[data-page="home"] .hero-visual::after {
		left: -16px;
		bottom: 12px;
		width: 74px;
		height: 92px;
	}

	.creator-hub-shell[data-page="home"] .visual-frame {
		inset: 14px;
	}

	.creator-hub-shell[data-page="home"] .visual-portrait {
		inset: 16px 12px 92px 12px;
	}

	.creator-hub-shell[data-page="home"] .visual-frame::before {
		left: 106px;
		right: 16px;
		bottom: 14px;
	}

	.creator-hub-shell[data-page="home"] .visual-portrait-image {
		object-position: center center;
	}

	.creator-hub-shell[data-page="home"] .streamer-tag {
		left: 18px;
		right: 18px;
		bottom: 18px;
		max-width: none;
	}
}

.creator-hub-shell .brand-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	border-radius: 0;
	background: none !important;
	box-shadow: none !important;
	overflow: visible;
}

.creator-hub-shell .brand-mark::before,
.creator-hub-shell .brand-mark::after {
	display: none;
}

.creator-hub-shell .brand-mark-image {
	display: block;
	width: auto;
	height: 50px;
	max-width: none;
	object-fit: contain;
	filter: drop-shadow(0 10px 24px rgba(105, 49, 164, 0.24));
}

.creator-hub-shell .brand-mark-fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(168, 92, 255, 0.22), rgba(141, 255, 106, 0.16));
	font-family: var(--display);
	font-weight: 700;
	color: var(--text-main);
}

.creator-hub-shell[data-page="home"] .concept-carousel-viewport {
	overflow: hidden;
	padding: 12px 10px 24px;
}

.creator-hub-shell[data-page="home"] .concept-carousel-track {
	display: flex;
	align-items: stretch;
	will-change: transform;
}

.creator-hub-shell[data-page="home"] .concept-carousel-slide {
	display: flex;
	min-width: 0;
	padding: 4px 6px 8px;
	box-sizing: border-box;
}

.creator-hub-shell[data-page="home"] .concept-carousel-slide > * {
	width: 100%;
}

.creator-hub-shell[data-page="home"] .projects-carousel .project-card,
.creator-hub-shell[data-page="home"] .voices-carousel .voice-card {
	height: 100%;
}

.creator-hub-shell[data-page="home"] .voices-carousel .concept-carousel-track {
	align-items: flex-start;
}

.creator-hub-shell[data-page="home"] .voices-carousel .voice-card {
	height: auto;
}

.creator-hub-shell[data-page="home"] .module-card-minecraft .module-connection {
	grid-template-columns: minmax(0, 1.45fr) minmax(160px, 0.82fr);
	align-items: stretch;
}

.creator-hub-shell[data-page="home"] .module-card-minecraft .connection-item {
	align-content: start;
}

.creator-hub-shell[data-page="partner"],
.creator-hub-shell[data-page="legal"] {
	--bg: #07080d;
	--panel: rgba(13, 16, 25, 0.86);
	--panel-strong: rgba(11, 14, 21, 0.96);
	--line: rgba(255, 255, 255, 0.1);
	--text: #f5f7ff;
	--text-main: #f5f7ff;
	--text-soft: rgba(245, 247, 255, 0.82);
	--text-muted: rgba(245, 247, 255, 0.58);
	--purple: #a85cff;
	--green: #8dff6a;
	--shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
	--radius-xl: 34px;
	--radius-lg: 24px;
	--radius-md: 18px;
	--display: "Chakra Petch", "Segoe UI", sans-serif;
	--body: "Manrope", "Segoe UI", sans-serif;
	--ease-out: 240ms cubic-bezier(0.22, 1, 0.36, 1);
	padding: 28px 18px 40px;
	background:
		radial-gradient(circle at top left, rgba(168, 92, 255, 0.14), transparent 28%),
		radial-gradient(circle at 80% 10%, rgba(141, 255, 106, 0.08), transparent 22%),
		radial-gradient(circle at 50% 110%, rgba(168, 92, 255, 0.08), transparent 34%),
		conic-gradient(from 180deg at 50% 50%, rgba(255, 255, 255, 0.018), transparent 28%, rgba(255, 255, 255, 0.012) 48%, transparent 72%, rgba(255, 255, 255, 0.018)),
		linear-gradient(180deg, #05060a 0%, #090a11 100%);
	color: var(--text);
	font-family: var(--body);
}

body.creator-hub-template-page .creator-hub-shell[data-page="partner"],
body.creator-hub-template-page .creator-hub-shell[data-page="legal"] {
	min-height: 100svh;
}

.creator-hub-shell[data-page="partner"] .creator-hub-noise,
.creator-hub-shell[data-page="partner"] .creator-hub-orb,
.creator-hub-shell[data-page="legal"] .creator-hub-noise,
.creator-hub-shell[data-page="legal"] .creator-hub-orb {
	display: none;
}

.creator-hub-shell[data-page="partner"] .creator-hub-stage,
.creator-hub-shell[data-page="legal"] .creator-hub-stage {
	position: relative;
	width: min(1320px, 100%);
	margin: 0 auto;
}

.creator-hub-shell[data-page="partner"] .creator-hub-stage::before,
.creator-hub-shell[data-page="partner"] .creator-hub-stage::after,
.creator-hub-shell[data-page="legal"] .creator-hub-stage::before,
.creator-hub-shell[data-page="legal"] .creator-hub-stage::after {
	content: "";
	position: absolute;
	pointer-events: none;
	filter: blur(54px);
	opacity: 0.42;
	z-index: 0;
}

.creator-hub-shell[data-page="partner"] .creator-hub-stage::before,
.creator-hub-shell[data-page="legal"] .creator-hub-stage::before {
	top: 90px;
	left: -50px;
	width: 220px;
	height: 220px;
	background: rgba(168, 92, 255, 0.2);
}

.creator-hub-shell[data-page="partner"] .creator-hub-stage::after,
.creator-hub-shell[data-page="legal"] .creator-hub-stage::after {
	right: -40px;
	top: 340px;
	width: 200px;
	height: 200px;
	background: rgba(141, 255, 106, 0.14);
}

.creator-hub-shell[data-page="partner"] .creator-hub-grid,
.creator-hub-shell[data-page="legal"] .creator-hub-grid {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 84%);
	opacity: 0.32;
}

.creator-hub-shell[data-page="partner"] .creator-hub-grid::before,
.creator-hub-shell[data-page="partner"] .creator-hub-grid::after,
.creator-hub-shell[data-page="legal"] .creator-hub-grid::before,
.creator-hub-shell[data-page="legal"] .creator-hub-grid::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.creator-hub-shell[data-page="partner"] .creator-hub-grid::before,
.creator-hub-shell[data-page="legal"] .creator-hub-grid::before {
	inset: 0;
	background:
		linear-gradient(115deg, transparent 0%, transparent 38%, rgba(168, 92, 255, 0.032) 42%, transparent 46%, transparent 100%),
		linear-gradient(115deg, transparent 0%, transparent 62%, rgba(141, 255, 106, 0.028) 66%, transparent 70%, transparent 100%);
	opacity: 0.78;
}

.creator-hub-shell[data-page="partner"] .creator-hub-grid::after,
.creator-hub-shell[data-page="legal"] .creator-hub-grid::after {
	right: 34px;
	bottom: 42px;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.032);
	box-shadow:
		0 0 0 26px rgba(255, 255, 255, 0.015),
		0 0 0 54px rgba(255, 255, 255, 0.01);
	opacity: 0.34;
}

.creator-hub-shell[data-page="partner"] .creator-hub-render-target,
.creator-hub-shell[data-page="legal"] .creator-hub-render-target {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.creator-hub-shell[data-page="partner"] .topbar,
.creator-hub-shell[data-page="legal"] .topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 6px 4px 22px;
}

.creator-hub-shell[data-page="partner"] .topbar {
	position: sticky;
	top: 10px;
	z-index: 18;
	margin-bottom: 6px;
	padding: 14px 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 26px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 32%),
		linear-gradient(135deg, rgba(168, 92, 255, 0.08), rgba(141, 255, 106, 0.04)),
		rgba(9, 11, 17, 0.84);
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 42px rgba(10, 12, 20, 0.24);
}

.creator-hub-shell[data-page="partner"] .brand,
.creator-hub-shell[data-page="legal"] .brand {
	display: flex;
	align-items: center;
	gap: 14px;
}

.creator-hub-shell[data-page="partner"] .brand-copy strong,
.creator-hub-shell[data-page="legal"] .brand-copy strong,
.creator-hub-shell[data-page="partner"] h1,
.creator-hub-shell[data-page="legal"] h1,
.creator-hub-shell[data-page="partner"] .section-head h2,
.creator-hub-shell[data-page="legal"] .section-head h2,
.creator-hub-shell[data-page="partner"] .concept-panel h2,
.creator-hub-shell[data-page="legal"] .concept-panel h2,
.creator-hub-shell[data-page="partner"] .concept-note-card h2,
.creator-hub-shell[data-page="legal"] .concept-note-card h2,
.creator-hub-shell[data-page="partner"] .concept-case-card h3,
.creator-hub-shell[data-page="legal"] .concept-legal-card h2,
.creator-hub-shell[data-page="partner"] .concept-stat-card strong,
.creator-hub-shell[data-page="legal"] .concept-note-item strong {
	color: var(--text-main);
	font-family: var(--display);
}

.creator-hub-shell[data-page="partner"] .brand-copy span,
.creator-hub-shell[data-page="legal"] .brand-copy span,
.creator-hub-shell[data-page="partner"] .section-head p,
.creator-hub-shell[data-page="legal"] .section-head p,
.creator-hub-shell[data-page="partner"] .concept-page-hero-copy p,
.creator-hub-shell[data-page="legal"] .concept-page-hero-copy p,
.creator-hub-shell[data-page="partner"] .concept-note-card p,
.creator-hub-shell[data-page="legal"] .concept-note-card p,
.creator-hub-shell[data-page="partner"] .concept-case-card p,
.creator-hub-shell[data-page="legal"] .concept-legal-card li,
.creator-hub-shell[data-page="partner"] .concept-list li,
.creator-hub-shell[data-page="legal"] .concept-list li {
	color: var(--text-soft);
}

.creator-hub-shell[data-page="partner"] .section-kicker,
.creator-hub-shell[data-page="legal"] .section-kicker,
.creator-hub-shell[data-page="partner"] .stat-label,
.creator-hub-shell[data-page="legal"] .stat-label {
	color: var(--text-muted);
	font-family: var(--display);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.creator-hub-shell[data-page="partner"] .brand-copy strong,
.creator-hub-shell[data-page="legal"] .brand-copy strong {
	display: block;
	font-size: 1.02rem;
}

.creator-hub-shell[data-page="partner"] .brand-copy span,
.creator-hub-shell[data-page="legal"] .brand-copy span {
	font-size: 0.9rem;
}

.creator-hub-shell[data-page="partner"] .nav,
.creator-hub-shell[data-page="legal"] .nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px;
}

.creator-hub-shell[data-page="partner"] .nav a,
.creator-hub-shell[data-page="legal"] .nav a {
	position: relative;
	overflow: hidden;
	padding: 12px 16px;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--text-soft);
	text-decoration: none;
	font-family: var(--display);
	font-size: 0.84rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		background-color var(--ease-out),
		color var(--ease-out),
		box-shadow var(--ease-out);
}

.creator-hub-shell[data-page="partner"] .concept-page-hero,
.creator-hub-shell[data-page="legal"] .concept-page-hero {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
	gap: 24px;
	padding: 30px;
	border-radius: var(--radius-xl);
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 22%),
		radial-gradient(circle at 18% 16%, rgba(168, 92, 255, 0.16), transparent 26%),
		radial-gradient(circle at 85% 10%, rgba(141, 255, 106, 0.08), transparent 22%),
		var(--panel-strong);
	box-shadow: var(--shadow);
}

.creator-hub-shell[data-page="partner"] [id^="partner-"] {
	scroll-margin-top: 118px;
}

.creator-hub-shell[data-page="partner"] .concept-page-hero--partner {
	grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
	gap: 28px;
	padding: 34px;
}

.creator-hub-shell[data-page="legal"] .concept-page-hero--legal {
	grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
	gap: 26px;
	padding: 32px;
}

.creator-hub-shell[data-page="legal"] .concept-page-hero--legal::before,
.creator-hub-shell[data-page="legal"] .concept-page-hero--legal::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.creator-hub-shell[data-page="legal"] .concept-page-hero--legal::before {
	inset: 0;
	background:
		linear-gradient(90deg, rgba(168, 92, 255, 0.05), transparent 34%),
		linear-gradient(90deg, transparent 58%, rgba(141, 255, 106, 0.04));
	opacity: 0.9;
}

.creator-hub-shell[data-page="legal"] .concept-page-hero--legal::after {
	left: 34px;
	right: 34px;
	bottom: 28px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(168, 92, 255, 0.3), rgba(141, 255, 106, 0.2), transparent);
	opacity: 0.7;
}

.creator-hub-shell[data-page="partner"] .concept-page-hero--partner::before,
.creator-hub-shell[data-page="partner"] .concept-page-hero--partner::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.creator-hub-shell[data-page="partner"] .concept-page-hero--partner::before {
	inset: 0;
	background:
		linear-gradient(90deg, rgba(168, 92, 255, 0.06), transparent 34%),
		linear-gradient(90deg, transparent 58%, rgba(141, 255, 106, 0.045));
	opacity: 0.92;
}

.creator-hub-shell[data-page="partner"] .concept-page-hero--partner::after {
	left: 34px;
	right: 34px;
	bottom: 28px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(168, 92, 255, 0.34), rgba(141, 255, 106, 0.22), transparent);
	opacity: 0.72;
}

.creator-hub-shell[data-page="partner"] .concept-page-hero-copy,
.creator-hub-shell[data-page="legal"] .concept-page-hero-copy {
	display: grid;
	align-content: center;
	gap: 18px;
}

.creator-hub-shell[data-page="partner"] .concept-page-hero-copy {
	position: relative;
	z-index: 1;
	gap: 20px;
}

.creator-hub-shell[data-page="partner"] h1,
.creator-hub-shell[data-page="legal"] h1 {
	margin: 0;
	max-width: 11ch;
	font-size: clamp(2.8rem, 6.4vw, 5rem);
	line-height: 0.92;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	text-wrap: balance;
}

.creator-hub-shell[data-page="partner"] h1 {
	max-width: 10.5ch;
}

.creator-hub-shell[data-page="partner"] h1 span,
.creator-hub-shell[data-page="legal"] h1 span {
	color: var(--green);
	text-shadow: 0 0 24px rgba(141, 255, 106, 0.16);
}

.creator-hub-shell[data-page="partner"] .concept-page-hero-copy p,
.creator-hub-shell[data-page="legal"] .concept-page-hero-copy p {
	margin: 0;
	max-width: 52ch;
	line-height: 1.68;
}

.creator-hub-shell[data-page="partner"] .concept-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.creator-hub-shell[data-page="partner"] .concept-hero-actions--partner {
	margin-top: 4px;
}

.creator-hub-shell[data-page="partner"] .concept-action,
.creator-hub-shell[data-page="legal"] .concept-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 18px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	text-decoration: none;
	font-weight: 800;
	color: var(--text-main);
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		background-color var(--ease-out),
		box-shadow var(--ease-out);
}

.creator-hub-shell[data-page="partner"] .concept-action--primary {
	background:
		linear-gradient(135deg, rgba(168, 92, 255, 0.28), rgba(141, 255, 106, 0.18)),
		rgba(255, 255, 255, 0.05);
	box-shadow: 0 14px 26px rgba(18, 22, 35, 0.16);
}

.creator-hub-shell[data-page="partner"] .concept-action--secondary {
	background: rgba(255, 255, 255, 0.035);
	color: var(--text-soft);
}

.creator-hub-shell[data-page="partner"] .partner-hero-highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.creator-hub-shell[data-page="partner"] .partner-hero-highlight {
	padding: 16px 16px 18px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%),
		rgba(255, 255, 255, 0.03);
	box-shadow: 0 14px 28px rgba(18, 22, 35, 0.12);
}

.creator-hub-shell[data-page="partner"] .partner-hero-highlight strong {
	display: block;
	margin-top: 8px;
	color: var(--text-main);
	font-family: var(--display);
	font-size: 1rem;
	line-height: 1.38;
}

.creator-hub-shell[data-page="partner"] .concept-note-card,
.creator-hub-shell[data-page="legal"] .concept-note-card,
.creator-hub-shell[data-page="partner"] .concept-panel,
.creator-hub-shell[data-page="legal"] .concept-panel,
.creator-hub-shell[data-page="partner"] .concept-stat-card,
.creator-hub-shell[data-page="legal"] .concept-legal-card,
.creator-hub-shell[data-page="partner"] .concept-case-card {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%),
		rgba(255, 255, 255, 0.03);
	box-shadow: 0 18px 34px rgba(18, 22, 35, 0.16);
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		box-shadow var(--ease-out);
}

.creator-hub-shell[data-page="partner"] .concept-note-card,
.creator-hub-shell[data-page="legal"] .concept-note-card {
	display: grid;
	align-content: start;
	gap: 14px;
	padding: 26px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%),
		linear-gradient(145deg, rgba(168, 92, 255, 0.12), rgba(255, 255, 255, 0.02) 42%, rgba(141, 255, 106, 0.08)),
		rgba(255, 255, 255, 0.03);
}

.creator-hub-shell[data-page="partner"] .concept-note-card--profile {
	gap: 18px;
	padding: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 24%),
		linear-gradient(145deg, rgba(168, 92, 255, 0.14), rgba(255, 255, 255, 0.02) 42%, rgba(141, 255, 106, 0.1)),
		rgba(255, 255, 255, 0.03);
}

.creator-hub-shell[data-page="partner"] .partner-profile-header {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.creator-hub-shell[data-page="partner"] .partner-profile-avatar {
	position: relative;
	overflow: hidden;
	width: 88px;
	height: 104px;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background:
		linear-gradient(145deg, rgba(168, 92, 255, 0.18), rgba(141, 255, 106, 0.1)),
		rgba(9, 11, 18, 0.92);
	box-shadow: 0 16px 30px rgba(18, 22, 35, 0.18);
}

.creator-hub-shell[data-page="partner"] .partner-profile-avatar-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.creator-hub-shell[data-page="partner"] .partner-profile-copy {
	display: grid;
	gap: 10px;
}

.creator-hub-shell[data-page="partner"] .partner-profile-copy h2 {
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2rem);
	line-height: 0.98;
	text-transform: uppercase;
}

.creator-hub-shell[data-page="partner"] .concept-note-grid--profile {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.creator-hub-shell[data-page="partner"] .partner-profile-mini-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.creator-hub-shell[data-page="partner"] .partner-profile-mini-stat {
	padding: 14px 15px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.035);
}

.creator-hub-shell[data-page="partner"] .partner-profile-mini-stat strong {
	display: block;
	margin-top: 8px;
	color: var(--green);
	font-family: var(--display);
	font-size: 1rem;
	line-height: 1.2;
}

.creator-hub-shell[data-page="partner"] .partner-profile-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.creator-hub-shell[data-page="partner"] .partner-profile-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.03);
	color: var(--text-main);
	text-decoration: none;
	font-family: var(--display);
	font-size: 0.82rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		background-color var(--ease-out),
		box-shadow var(--ease-out);
}

.creator-hub-shell[data-page="partner"] .partner-profile-link:hover,
.creator-hub-shell[data-page="partner"] .partner-profile-link:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(168, 92, 255, 0.2);
	background:
		linear-gradient(135deg, rgba(168, 92, 255, 0.14), rgba(141, 255, 106, 0.08)),
		rgba(255, 255, 255, 0.05);
	box-shadow: 0 12px 24px rgba(18, 22, 35, 0.14);
}

.creator-hub-shell[data-page="partner"] .concept-note-card--quiet,
.creator-hub-shell[data-page="legal"] .concept-note-card--quiet {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 24%),
		rgba(255, 255, 255, 0.025);
}

.creator-hub-shell[data-page="partner"] .concept-note-grid,
.creator-hub-shell[data-page="legal"] .concept-note-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 4px;
}

.creator-hub-shell[data-page="partner"] .concept-note-item,
.creator-hub-shell[data-page="legal"] .concept-note-item {
	padding: 14px 15px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.creator-hub-shell[data-page="partner"] .concept-note-item strong,
.creator-hub-shell[data-page="legal"] .concept-note-item strong {
	display: block;
	margin-top: 8px;
	line-height: 1.45;
	word-break: break-word;
}

.creator-hub-shell[data-page="partner"] .concept-page-section,
.creator-hub-shell[data-page="legal"] .concept-page-section {
	display: grid;
	gap: 18px;
}

.creator-hub-shell[data-page="partner"] .section-head,
.creator-hub-shell[data-page="legal"] .section-head {
	display: grid;
	gap: 8px;
}

.creator-hub-shell[data-page="partner"] .section-head h2,
.creator-hub-shell[data-page="legal"] .section-head h2 {
	margin: 0;
	font-size: clamp(1.6rem, 3.8vw, 2.4rem);
	line-height: 1;
	text-transform: uppercase;
}

.creator-hub-shell[data-page="partner"] .section-head p,
.creator-hub-shell[data-page="legal"] .section-head p {
	margin: 0;
	line-height: 1.6;
}

.creator-hub-shell[data-page="partner"] .concept-stat-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.creator-hub-shell[data-page="partner"] .concept-stat-card {
	padding: 22px 20px;
}

.creator-hub-shell[data-page="partner"] .concept-stat-card strong {
	display: block;
	margin-top: 8px;
	font-size: 1.06rem;
	line-height: 1.38;
}

.creator-hub-shell[data-page="partner"] .concept-page-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
}

.creator-hub-shell[data-page="partner"] .concept-page-grid--partner-flow {
	grid-template-columns: minmax(0, 1.18fr) repeat(2, minmax(0, 0.91fr));
	align-items: stretch;
}

.creator-hub-shell[data-page="partner"] .concept-panel,
.creator-hub-shell[data-page="legal"] .concept-legal-card {
	padding: 26px;
}

.creator-hub-shell[data-page="partner"] .concept-panel-copy {
	margin: 0 0 16px;
	color: var(--text-soft);
	line-height: 1.62;
}

.creator-hub-shell[data-page="partner"] .concept-panel--feature {
	display: grid;
	align-content: start;
	gap: 0;
}

.creator-hub-shell[data-page="partner"] .concept-panel-copy--feature {
	margin-bottom: 18px;
	max-width: 42ch;
}

.creator-hub-shell[data-page="partner"] .concept-panel--community {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%),
		linear-gradient(145deg, rgba(168, 92, 255, 0.12), rgba(255, 255, 255, 0.02) 42%, rgba(141, 255, 106, 0.08)),
		rgba(255, 255, 255, 0.03);
}

.creator-hub-shell[data-page="partner"] .concept-panel--offers {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%),
		linear-gradient(145deg, rgba(168, 92, 255, 0.08), rgba(255, 255, 255, 0.02) 48%, transparent),
		rgba(255, 255, 255, 0.028);
}

.creator-hub-shell[data-page="partner"] .concept-panel--audience {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%),
		linear-gradient(145deg, rgba(141, 255, 106, 0.08), rgba(255, 255, 255, 0.02) 48%, transparent),
		rgba(255, 255, 255, 0.028);
}

.creator-hub-shell[data-page="legal"] .concept-legal-card {
	display: grid;
	align-content: start;
	gap: 14px;
	min-height: 100%;
}

.creator-hub-shell[data-page="partner"] .concept-panel h2,
.creator-hub-shell[data-page="legal"] .concept-legal-card h2 {
	margin: 0 0 16px;
	font-size: 1.42rem;
	line-height: 1.02;
	text-transform: uppercase;
}

.creator-hub-shell[data-page="legal"] .concept-legal-card-body {
	margin: 0;
	line-height: 1.72;
	color: var(--text-main);
}

.creator-hub-shell[data-page="partner"] .concept-list,
.creator-hub-shell[data-page="legal"] .concept-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.creator-hub-shell[data-page="partner"] .concept-list li,
.creator-hub-shell[data-page="legal"] .concept-list li {
	position: relative;
	padding-left: 18px;
	line-height: 1.65;
}

.creator-hub-shell[data-page="partner"] .concept-list li::before,
.creator-hub-shell[data-page="legal"] .concept-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--purple), var(--green));
	box-shadow: 0 0 14px rgba(141, 255, 106, 0.18);
	transform: translateY(-50%);
}

.creator-hub-shell[data-page="partner"] .concept-case-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.creator-hub-shell[data-page="partner"] .partner-proof-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
	gap: 18px;
	align-items: stretch;
}

.creator-hub-shell[data-page="partner"] .concept-case-grid--partner {
	align-self: stretch;
}

.creator-hub-shell[data-page="partner"] .concept-case-card {
	display: grid;
	gap: 12px;
	padding: 24px;
	align-content: start;
	min-height: 100%;
}

.creator-hub-shell[data-page="partner"] .concept-case-card:nth-child(1) {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%),
		linear-gradient(145deg, rgba(168, 92, 255, 0.08), transparent 60%),
		rgba(255, 255, 255, 0.03);
}

.creator-hub-shell[data-page="partner"] .concept-case-card:nth-child(2) {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%),
		linear-gradient(145deg, rgba(141, 255, 106, 0.08), transparent 60%),
		rgba(255, 255, 255, 0.03);
}

.creator-hub-shell[data-page="partner"] .concept-case-card:nth-child(3) {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%),
		linear-gradient(145deg, rgba(168, 92, 255, 0.06), rgba(141, 255, 106, 0.04) 70%, transparent),
		rgba(255, 255, 255, 0.03);
}

.creator-hub-shell[data-page="partner"] .concept-case-card h3 {
	margin: 0;
	font-size: 1.32rem;
	line-height: 1.04;
	text-transform: uppercase;
}

.creator-hub-shell[data-page="partner"] .concept-case-card p {
	margin: 0;
	line-height: 1.65;
}

.creator-hub-shell[data-page="partner"] .concept-note-card--proof,
.creator-hub-shell[data-page="partner"] .concept-note-card--reach {
	align-content: start;
}

.creator-hub-shell[data-page="partner"] .partner-proof-prep-grid {
	display: grid;
	gap: 12px;
}

.creator-hub-shell[data-page="partner"] .partner-proof-placeholder {
	padding: 16px 16px 18px;
	border-radius: 18px;
	border: 1px dashed rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.025);
}

.creator-hub-shell[data-page="partner"] .partner-proof-placeholder strong {
	display: block;
	margin-top: 8px;
	color: var(--text-main);
	font-family: var(--display);
	font-size: 1.02rem;
	line-height: 1.28;
}

.creator-hub-shell[data-page="partner"] .partner-proof-placeholder p {
	margin: 8px 0 0;
	color: var(--text-soft);
	line-height: 1.58;
}

.creator-hub-shell[data-page="partner"] .partner-reach-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: 18px;
	align-items: stretch;
}

.creator-hub-shell[data-page="partner"] .partner-disclosure-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.creator-hub-shell[data-page="partner"] .partner-disclosure-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.03);
	color: var(--text-main);
	font-family: var(--display);
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.creator-hub-shell[data-page="partner"] .partner-contact-card {
	grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
	gap: 22px;
	padding: 30px;
}

.creator-hub-shell[data-page="partner"] .partner-contact-copy {
	display: grid;
	align-content: start;
	gap: 14px;
}

.creator-hub-shell[data-page="partner"] .partner-contact-meta {
	display: grid;
	align-content: start;
	gap: 16px;
}

.creator-hub-shell[data-page="partner"] .partner-contact-mail {
	display: inline-flex;
	align-items: center;
	min-height: 54px;
	padding: 0 18px;
	border-radius: 18px;
	border: 1px solid rgba(141, 255, 106, 0.18);
	background:
		linear-gradient(135deg, rgba(168, 92, 255, 0.16), rgba(141, 255, 106, 0.1)),
		rgba(255, 255, 255, 0.04);
	color: var(--text-main);
	text-decoration: none;
	font-family: var(--display);
	font-size: 1rem;
	letter-spacing: 0.02em;
	word-break: break-word;
	box-shadow: 0 16px 30px rgba(18, 22, 35, 0.14);
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		box-shadow var(--ease-out);
}

.creator-hub-shell[data-page="partner"] .partner-contact-mail:hover,
.creator-hub-shell[data-page="partner"] .partner-contact-mail:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(141, 255, 106, 0.28);
	box-shadow: 0 20px 34px rgba(18, 22, 35, 0.18);
}

.creator-hub-shell[data-page="legal"] .concept-legal-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 18px;
}

.creator-hub-shell[data-page="legal"] .concept-link-card {
	text-decoration: none;
	color: inherit;
}

.creator-hub-shell[data-page="legal"] .concept-link-card::after {
	content: ">";
	position: absolute;
	right: 22px;
	bottom: 20px;
	font-family: var(--display);
	font-size: 1.08rem;
	color: var(--green);
	opacity: 0.82;
	transition:
		transform var(--ease-out),
		opacity var(--ease-out);
}

.creator-hub-shell[data-page="legal"] .concept-link-card:hover::after,
.creator-hub-shell[data-page="legal"] .concept-link-card:focus-visible::after {
	transform: translateX(4px);
	opacity: 1;
}

.creator-hub-shell[data-page="legal"] .concept-link-card.is-disabled::after {
	opacity: 0.28;
	transform: none;
}

.creator-hub-shell[data-page="legal"] .legal-hero-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.creator-hub-shell[data-page="legal"] .legal-hero-link,
.creator-hub-shell[data-page="legal"] .legal-sidebar-link {
	display: grid;
	gap: 6px;
	padding: 14px 15px 15px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	color: var(--text-main);
	text-decoration: none;
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		background-color var(--ease-out),
		box-shadow var(--ease-out);
}

.creator-hub-shell[data-page="legal"] .legal-hero-link strong,
.creator-hub-shell[data-page="legal"] .legal-sidebar-link strong {
	font-family: var(--display);
	font-size: 0.96rem;
	line-height: 1.02;
	text-transform: uppercase;
}

.creator-hub-shell[data-page="legal"] .legal-hero-link span,
.creator-hub-shell[data-page="legal"] .legal-sidebar-link span {
	color: var(--text-muted);
	font-size: 0.84rem;
	line-height: 1.45;
}

.creator-hub-shell[data-page="legal"] .legal-hero-link:hover,
.creator-hub-shell[data-page="legal"] .legal-hero-link:focus-visible,
.creator-hub-shell[data-page="legal"] .legal-sidebar-link:hover,
.creator-hub-shell[data-page="legal"] .legal-sidebar-link:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(168, 92, 255, 0.18);
	background:
		linear-gradient(135deg, rgba(168, 92, 255, 0.12), rgba(141, 255, 106, 0.06)),
		rgba(255, 255, 255, 0.04);
	box-shadow: 0 14px 24px rgba(18, 22, 35, 0.14);
}

.creator-hub-shell[data-page="legal"] .legal-hero-link.is-active,
.creator-hub-shell[data-page="legal"] .legal-sidebar-link.is-active,
.creator-hub-shell[data-page="legal"] .legal-jump-link.is-active {
	border-color: rgba(141, 255, 106, 0.22);
	background:
		linear-gradient(135deg, rgba(168, 92, 255, 0.16), rgba(141, 255, 106, 0.1)),
		rgba(255, 255, 255, 0.05);
	box-shadow:
		0 14px 26px rgba(18, 22, 35, 0.16),
		0 0 0 1px rgba(255, 255, 255, 0.03);
}

.creator-hub-shell[data-page="legal"] .legal-hero-link.is-active strong,
.creator-hub-shell[data-page="legal"] .legal-sidebar-link.is-active strong,
.creator-hub-shell[data-page="legal"] .legal-jump-link.is-active strong {
	color: var(--text-main);
	text-shadow: 0 0 18px rgba(141, 255, 106, 0.12);
}

.creator-hub-shell[data-page="legal"] .legal-jump-nav {
	position: sticky;
	top: 16px;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 14px;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 24%),
		rgba(9, 11, 17, 0.84);
	backdrop-filter: blur(16px);
	box-shadow: 0 18px 36px rgba(10, 12, 20, 0.2);
}

.creator-hub-shell[data-page="legal"] .legal-jump-link {
	display: grid;
	gap: 5px;
	min-width: 0;
	padding: 12px 14px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.025);
	color: var(--text-main);
	text-decoration: none;
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		background-color var(--ease-out),
		box-shadow var(--ease-out);
}

.creator-hub-shell[data-page="legal"] .legal-jump-link strong {
	font-family: var(--display);
	font-size: 0.9rem;
	line-height: 1;
	text-transform: uppercase;
}

.creator-hub-shell[data-page="legal"] .legal-jump-link span {
	color: var(--text-muted);
	font-size: 0.8rem;
	line-height: 1.42;
}

.creator-hub-shell[data-page="legal"] .legal-jump-link:hover,
.creator-hub-shell[data-page="legal"] .legal-jump-link:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(141, 255, 106, 0.18);
	background:
		linear-gradient(135deg, rgba(168, 92, 255, 0.12), rgba(141, 255, 106, 0.06)),
		rgba(255, 255, 255, 0.04);
	box-shadow: 0 12px 22px rgba(18, 22, 35, 0.14);
}

.creator-hub-shell[data-page="legal"] .concept-legal-grid--overview {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.creator-hub-shell[data-page="legal"] .concept-legal-grid--overview .concept-legal-card {
	min-height: 100%;
}

.creator-hub-shell[data-page="legal"] .legal-text-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
	gap: 18px;
	align-items: start;
}

.creator-hub-shell[data-page="legal"] .legal-text-main {
	display: grid;
	gap: 18px;
}

.creator-hub-shell[data-page="legal"] .legal-text-group {
	position: relative;
	display: grid;
	gap: 14px;
	scroll-margin-top: 112px;
}

.creator-hub-shell[data-page="legal"] .legal-text-group + .legal-text-group {
	margin-top: 8px;
	padding-top: 24px;
}

.creator-hub-shell[data-page="legal"] .legal-text-group + .legal-text-group::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(168, 92, 255, 0.24), rgba(141, 255, 106, 0.18), transparent);
	opacity: 0.7;
}

.creator-hub-shell[data-page="legal"] .legal-section-head {
	display: grid;
	gap: 8px;
	padding: 0 2px;
	max-width: 62ch;
}

.creator-hub-shell[data-page="legal"] .concept-legal-grid--text {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
}

.creator-hub-shell[data-page="legal"] .concept-legal-card--text {
	min-height: 100%;
}

.creator-hub-shell[data-page="legal"] .concept-legal-card--text.is-wide {
	grid-column: span 2;
}

.creator-hub-shell[data-page="legal"] .concept-legal-card--text.is-compact {
	align-content: start;
}

.creator-hub-shell[data-page="legal"] .concept-legal-card--text h2 {
	margin-bottom: 4px;
}

.creator-hub-shell[data-page="legal"] .legal-card-copy {
	display: grid;
	gap: 12px;
	max-width: 68ch;
}

.creator-hub-shell[data-page="legal"] .legal-card-paragraph {
	margin: 0;
	color: var(--text-main);
	line-height: 1.82;
}

.creator-hub-shell[data-page="legal"] .legal-card-paragraph strong,
.creator-hub-shell[data-page="legal"] .legal-card-list strong {
	color: var(--text-main);
	font-weight: 800;
}

.creator-hub-shell[data-page="legal"] .legal-card-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.creator-hub-shell[data-page="legal"] .legal-card-list li {
	position: relative;
	padding-left: 18px;
	color: var(--text-main);
	line-height: 1.7;
}

.creator-hub-shell[data-page="legal"] .legal-card-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.74em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--purple), var(--green));
	box-shadow: 0 0 14px rgba(141, 255, 106, 0.16);
	transform: translateY(-50%);
}

.creator-hub-shell[data-page="legal"] .legal-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 4px;
}

.creator-hub-shell[data-page="legal"] .legal-text-sidebar {
	position: sticky;
	top: 112px;
	display: grid;
	gap: 16px;
}

.creator-hub-shell[data-page="legal"] .legal-sidebar-card {
	gap: 16px;
}

.creator-hub-shell[data-page="legal"] .legal-sidebar-links {
	display: grid;
	gap: 10px;
}

.creator-hub-shell .concept-footer {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 16px;
	margin-top: 28px;
	padding: 24px;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%),
		linear-gradient(145deg, rgba(168, 92, 255, 0.1), rgba(255, 255, 255, 0.02) 42%, rgba(141, 255, 106, 0.08)),
		rgba(255, 255, 255, 0.03);
	box-shadow: 0 18px 34px rgba(18, 22, 35, 0.16);
}

.creator-hub-shell .concept-footer-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.creator-hub-shell .concept-footer-brand {
	display: grid;
	gap: 8px;
	max-width: 42ch;
}

.creator-hub-shell .concept-footer-brand strong {
	color: var(--text-main);
	font-family: var(--display);
	font-size: clamp(1.2rem, 2.2vw, 1.8rem);
	line-height: 1.04;
	text-transform: uppercase;
}

.creator-hub-shell .concept-footer-brand p,
.creator-hub-shell .concept-footer-note {
	margin: 0;
	color: var(--text-soft);
	line-height: 1.58;
}

.creator-hub-shell .concept-footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.creator-hub-shell .concept-footer-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 16px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.03);
	color: var(--text-main);
	text-decoration: none;
	font-family: var(--display);
	font-size: 0.96rem;
	text-transform: uppercase;
	transition:
		transform var(--ease-out),
		border-color var(--ease-out),
		background-color var(--ease-out),
		box-shadow var(--ease-out);
}

.creator-hub-shell .concept-footer-links a:hover,
.creator-hub-shell .concept-footer-links a:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(168, 92, 255, 0.2);
	background:
		linear-gradient(135deg, rgba(168, 92, 255, 0.14), rgba(141, 255, 106, 0.08)),
		rgba(255, 255, 255, 0.05);
	box-shadow: 0 12px 24px rgba(18, 22, 35, 0.16);
}

.creator-hub-shell .concept-footer-links a.is-active {
	border-color: rgba(168, 92, 255, 0.24);
	background:
		linear-gradient(135deg, rgba(168, 92, 255, 0.18), rgba(141, 255, 106, 0.08)),
		rgba(255, 255, 255, 0.05);
	box-shadow: 0 10px 20px rgba(18, 22, 35, 0.16);
}

.creator-hub-shell .concept-footer-meta {
	display: grid;
	gap: 8px;
	padding-top: 4px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.creator-hub-shell[data-page="partner"] .nav a:hover,
.creator-hub-shell[data-page="legal"] .nav a:hover,
.creator-hub-shell[data-page="partner"] .concept-action:hover {
	transform: translateY(-2px);
	border-color: rgba(168, 92, 255, 0.22);
	background: rgba(255, 255, 255, 0.04);
	color: var(--text-main);
	box-shadow: 0 10px 18px rgba(18, 22, 35, 0.18);
}

.creator-hub-shell[data-page="partner"] .concept-note-card:hover,
.creator-hub-shell[data-page="legal"] .concept-note-card:hover,
.creator-hub-shell[data-page="partner"] .concept-panel:hover,
.creator-hub-shell[data-page="legal"] .concept-legal-card:hover,
.creator-hub-shell[data-page="partner"] .concept-stat-card:hover,
.creator-hub-shell[data-page="partner"] .concept-case-card:hover {
	transform: translateY(-4px);
	border-color: rgba(168, 92, 255, 0.16);
	box-shadow: 0 24px 38px rgba(18, 22, 35, 0.18);
}

@media (max-width: 1080px) {
	.creator-hub-shell[data-page="partner"] .concept-page-hero,
	.creator-hub-shell[data-page="legal"] .concept-page-hero,
	.creator-hub-shell[data-page="partner"] .concept-page-grid,
	.creator-hub-shell[data-page="legal"] .concept-legal-grid,
	.creator-hub-shell[data-page="partner"] .partner-proof-layout,
	.creator-hub-shell[data-page="partner"] .partner-reach-layout,
	.creator-hub-shell[data-page="partner"] .partner-contact-card {
		grid-template-columns: 1fr;
	}

	.creator-hub-shell[data-page="partner"] .concept-stat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.creator-hub-shell[data-page="partner"] .concept-case-grid {
		grid-template-columns: 1fr;
	}

	.creator-hub-shell[data-page="partner"] .partner-hero-highlights {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.creator-hub-shell[data-page="legal"] .concept-legal-grid--overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.creator-hub-shell[data-page="legal"] .legal-text-layout,
	.creator-hub-shell[data-page="legal"] .concept-legal-grid--text {
		grid-template-columns: 1fr;
	}

	.creator-hub-shell[data-page="legal"] .concept-legal-card--text.is-wide {
		grid-column: auto;
	}

	.creator-hub-shell[data-page="legal"] .legal-text-sidebar {
		position: static;
		top: auto;
	}

	.creator-hub-shell[data-page="legal"] .legal-hero-links,
	.creator-hub-shell[data-page="legal"] .legal-sidebar-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.creator-hub-shell[data-page="partner"],
	.creator-hub-shell[data-page="legal"] {
		padding: 18px 12px 28px;
	}

	.creator-hub-shell[data-page="partner"] .topbar,
	.creator-hub-shell[data-page="legal"] .topbar {
		flex-direction: column-reverse;
		align-items: stretch;
		gap: 14px;
		padding-bottom: 16px;
	}

	.creator-hub-shell[data-page="partner"] .topbar {
		top: 8px;
		padding: 14px;
	}

	.creator-hub-shell[data-page="partner"] .nav,
	.creator-hub-shell[data-page="legal"] .nav {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		justify-content: stretch;
		width: 100%;
		gap: 10px;
	}

	.creator-hub-shell[data-page="partner"] .nav a,
	.creator-hub-shell[data-page="legal"] .nav a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 48px;
		padding: 10px 8px 12px;
		text-align: center;
	}

	.creator-hub-shell[data-page="partner"] .brand,
	.creator-hub-shell[data-page="legal"] .brand {
		width: 100%;
	}

	.creator-hub-shell[data-page="partner"] .partner-hero-highlights,
	.creator-hub-shell[data-page="partner"] .concept-note-grid--profile,
	.creator-hub-shell[data-page="partner"] .partner-profile-mini-stats {
		grid-template-columns: 1fr;
	}

	.creator-hub-shell[data-page="partner"] .concept-page-hero,
	.creator-hub-shell[data-page="legal"] .concept-page-hero,
	.creator-hub-shell[data-page="partner"] .concept-note-card,
	.creator-hub-shell[data-page="legal"] .concept-note-card,
	.creator-hub-shell[data-page="partner"] .concept-panel,
	.creator-hub-shell[data-page="legal"] .concept-legal-card {
		padding: 22px;
	}

	.creator-hub-shell[data-page="partner"] .concept-note-grid,
	.creator-hub-shell[data-page="legal"] .concept-note-grid {
		grid-template-columns: 1fr;
	}

	.creator-hub-shell[data-page="partner"] .partner-profile-header {
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.creator-hub-shell[data-page="partner"] .partner-profile-avatar {
		width: 72px;
		height: 88px;
	}

	.creator-hub-shell[data-page="partner"] .partner-contact-mail {
		width: 100%;
	}

	.creator-hub-shell[data-page="legal"] .legal-hero-links,
	.creator-hub-shell[data-page="legal"] .legal-sidebar-links,
	.creator-hub-shell[data-page="legal"] .concept-legal-grid--overview,
	.creator-hub-shell[data-page="legal"] .concept-legal-grid--text {
		grid-template-columns: 1fr;
	}

	.creator-hub-shell[data-page="legal"] .legal-jump-nav {
		position: static;
		top: auto;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding: 12px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	.creator-hub-shell[data-page="legal"] .legal-jump-link {
		flex: 0 0 min(280px, calc(100vw - 72px));
		scroll-snap-align: start;
	}

	.creator-hub-shell[data-page="legal"] .legal-card-copy {
		max-width: none;
	}

	.creator-hub-shell .concept-footer {
		padding: 22px;
	}

	.creator-hub-shell .concept-footer-top {
		flex-direction: column;
	}

	.creator-hub-shell .concept-footer-links {
		justify-content: stretch;
		width: 100%;
	}

	.creator-hub-shell .concept-footer-links a {
		flex: 1 1 calc(50% - 10px);
	}
}

@media (max-width: 560px) {
	.creator-hub-shell .brand-mark-image {
		height: 48px;
	}

	.creator-hub-shell[data-page="home"] .module-card-minecraft .module-connection {
		grid-template-columns: 1fr;
	}

	.creator-hub-shell[data-page="partner"] h1,
	.creator-hub-shell[data-page="legal"] h1 {
		max-width: 10ch;
		font-size: clamp(2.5rem, 11vw, 3.9rem);
	}

	.creator-hub-shell[data-page="legal"] .legal-jump-link {
		flex-basis: calc(100vw - 82px);
	}

	.creator-hub-shell[data-page="legal"] .legal-card-paragraph,
	.creator-hub-shell[data-page="legal"] .legal-card-list li {
		font-size: 0.98rem;
		line-height: 1.78;
	}

	.creator-hub-shell[data-page="partner"] .partner-hero-highlights,
	.creator-hub-shell[data-page="partner"] .partner-profile-links,
	.creator-hub-shell[data-page="partner"] .partner-disclosure-tags {
		grid-template-columns: 1fr;
	}

	.creator-hub-shell[data-page="partner"] .partner-profile-links,
	.creator-hub-shell[data-page="partner"] .partner-disclosure-tags {
		display: grid;
	}

	.creator-hub-shell[data-page="partner"] .concept-hero-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.creator-hub-shell[data-page="partner"] .concept-action {
		width: 100%;
	}

	.creator-hub-shell[data-page="partner"] .concept-stat-grid {
		grid-template-columns: 1fr;
	}

	.creator-hub-shell .concept-footer-links {
		display: grid;
		grid-template-columns: 1fr;
	}
}
