html[data-theme="hell"] {
	--gw-bg: #120607;
	--gw-surface: rgba(29, 10, 11, 0.97);
	--gw-surface-strong: #2c0e10;
	--gw-panel: #3a1215;
	--gw-panel-soft: rgba(48, 15, 18, 0.94);
	--gw-line: rgba(255, 105, 74, 0.34);
	--gw-line-strong: rgba(255, 74, 54, 0.56);
	--gw-text: #fff1eb;
	--gw-muted: #e2b6ab;
	--gw-accent: #ff4a36;
	--gw-accent-strong: #d9261d;
	--gw-gold: #ffb347;
	--gw-danger: #ff3149;
	--gw-success: #ff7a32;
	--gw-link: #ff7d5b;
	--gw-link-hover: #ffcc66;
	--gw-shadow: 0 18px 48px rgba(0, 0, 0, 0.44);
	-webkit-tap-highlight-color: rgba(255, 74, 54, 0.22);
}

html[data-theme="hell"],
html[data-theme="hell"] body {
	background-color: var(--gw-bg);
}

html[data-theme="hell"] body {
	color: var(--gw-text);
	background:
		radial-gradient(circle at 14% 0%, rgba(255, 74, 54, 0.24), transparent 30rem),
		linear-gradient(135deg, rgba(255, 179, 71, 0.12), transparent 24rem),
		linear-gradient(180deg, #2a0b0d 0%, #120607 58%, #080203 100%);
	background-attachment: fixed;
}

html[data-theme="hell"] body::before {
	background-image:
		linear-gradient(rgba(255, 190, 150, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 190, 150, 0.03) 1px, transparent 1px);
}

html[data-theme="hell"] a,
html[data-theme="hell"] a:link,
html[data-theme="hell"] a:visited {
	color: var(--gw-link);
}

html[data-theme="hell"] a:hover,
html[data-theme="hell"] a:focus,
html[data-theme="hell"] a:active {
	color: var(--gw-link-hover);
}

html[data-theme="hell"] header > .flex-container > .link-container,
html[data-theme="hell"] .site-content-frame::before,
html[data-theme="hell"] footer {
	background: rgba(18, 6, 7, 0.96);
	border-color: rgba(255, 105, 74, 0.28);
}

html[data-theme="hell"] .site-content-frame {
	background:
		linear-gradient(180deg, rgba(58, 18, 21, 0.62), rgba(18, 6, 7, 0.86)),
		rgba(29, 10, 11, 0.9);
	border-color: rgba(255, 105, 74, 0.2);
}

html[data-theme="hell"] .site-brand-mark {
	box-shadow:
		0 0 0 1px rgba(255, 105, 74, 0.4),
		0 0 22px rgba(255, 74, 54, 0.18);
}

html[data-theme="hell"] .site-header-theme-toggle:hover,
html[data-theme="hell"] .site-header-theme-toggle:focus,
html[data-theme="hell"] .site-icon-button:hover,
html[data-theme="hell"] .site-icon-button:focus,
html[data-theme="hell"] .site-button:hover,
html[data-theme="hell"] .site-button:focus {
	border-color: rgba(255, 125, 91, 0.76);
	box-shadow: 0 0 18px rgba(255, 74, 54, 0.24);
}

html[data-theme="hell"] .site-button--primary,
html[data-theme="hell"] .site-button.is-active,
html[data-theme="hell"] .dashboard-nav-link.is-active,
html[data-theme="hell"] .channel-dashboard-tabs button.is-active,
html[data-theme="hell"] .channel-dashboard-tabs a.is-active,
html[data-theme="hell"] .admin-layout .admin-tabs button.is-active {
	color: #170506;
	background: linear-gradient(135deg, #ffb347, #ff4a36);
	border-color: rgba(255, 204, 102, 0.78);
	box-shadow: 0 0 24px rgba(255, 74, 54, 0.24);
}

html[data-theme="hell"] .dashboard-nav-link:hover,
html[data-theme="hell"] .dashboard-nav-link:focus,
html[data-theme="hell"] .channel-dashboard-tabs button:hover,
html[data-theme="hell"] .channel-dashboard-tabs button:focus,
html[data-theme="hell"] .channel-dashboard-tabs a:hover,
html[data-theme="hell"] .channel-dashboard-tabs a:focus,
html[data-theme="hell"] .admin-layout .admin-tabs button:hover,
html[data-theme="hell"] .admin-layout .admin-tabs button:focus {
	color: #170506;
	background: #ff7d5b;
	border-color: rgba(255, 204, 102, 0.74);
}

html[data-theme="hell"] .site-table thead th,
html[data-theme="hell"] .forum-table thead th,
html[data-theme="hell"] .admin-table thead th,
html[data-theme="hell"] .warrior-table thead th {
	color: #170506;
	background: linear-gradient(90deg, #ff4a36 0%, #9b1e22 55%, #ffb347 100%);
}

html[data-theme="hell"] .forum-page-actions a,
html[data-theme="hell"] .forum-page-actions a:link,
html[data-theme="hell"] .forum-page-actions a:visited,
html[data-theme="hell"] .forum-category-filter a,
html[data-theme="hell"] .forum-category-filter a:visited {
	color: var(--gw-text);
	background: rgba(18, 6, 7, 0.96);
	background-image: none;
	border-color: rgba(255, 105, 74, 0.42);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.04),
		0 0 16px rgba(255, 74, 54, 0.1);
}

html[data-theme="hell"] .forum-page-actions a:hover,
html[data-theme="hell"] .forum-page-actions a:focus,
html[data-theme="hell"] .forum-category-filter a:hover,
html[data-theme="hell"] .forum-category-filter a:focus {
	color: #170506;
	background: #ff7d5b;
	border-color: rgba(255, 204, 102, 0.74);
	box-shadow: 0 0 20px rgba(255, 74, 54, 0.28);
}

html[data-theme="hell"] .forum-page-actions a.is-active,
html[data-theme="hell"] .forum-page-actions a[aria-current="page"],
html[data-theme="hell"] .forum-category-filter a.is-active {
	color: #170506;
	background: var(--gw-gold);
	border-color: rgba(255, 204, 102, 0.78);
	box-shadow: 0 0 22px rgba(255, 179, 71, 0.22);
}

html[data-theme="hell"] .forum-hero,
html[data-theme="hell"] .content-panel,
html[data-theme="hell"] .site-card,
html[data-theme="hell"] .dashboard-card,
html[data-theme="hell"] .channel-card,
html[data-theme="hell"] .forum-search-panel {
	background:
		linear-gradient(135deg, rgba(74, 20, 24, 0.44), rgba(18, 6, 7, 0.96)),
		var(--gw-panel-soft);
	border-color: rgba(255, 105, 74, 0.3);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
}

html[data-theme="hell"] .forum-kicker,
html[data-theme="hell"] .forum-section-heading span,
html[data-theme="hell"] .creator-section-heading > span,
html[data-theme="hell"] .admin-section-heading > span,
html[data-theme="hell"] .channel-section-heading > span,
html[data-theme="hell"] .online-users-label {
	color: var(--gw-accent);
}

html[data-theme="hell"] .forum-stat span,
html[data-theme="hell"] .forum-board-count,
html[data-theme="hell"] .rank-top-credit,
html[data-theme="hell"] .site-header-clock strong {
	color: var(--gw-gold);
}

html[data-theme="hell"] .online-dot,
html[data-theme="hell"] .chat-presence-dot,
html[data-theme="hell"] .voice-activity.is-speaking > span,
html[data-theme="hell"] .voice-activity.is-idle > span {
	background: #ff7a32;
	box-shadow: 0 0 12px rgba(255, 122, 50, 0.48);
}

html[data-theme="hell"] .dashboard-shell,
html[data-theme="hell"] .channel-dashboard-shell,
html[data-theme="hell"] .admin-layout {
	background: linear-gradient(180deg, rgba(58, 18, 21, 0.32), rgba(18, 6, 7, 0.72));
}

html[data-theme="hell"] .dashboard-sidebar,
html[data-theme="hell"] .admin-sidebar {
	background:
		linear-gradient(180deg, rgba(48, 15, 18, 0.95), rgba(11, 3, 4, 0.97)),
		var(--gw-surface);
	border-color: rgba(255, 105, 74, 0.24);
}

html[data-theme="hell"] .dashboard-nav-link,
html[data-theme="hell"] .dashboard-nav-link:visited,
html[data-theme="hell"] .admin-sidebar-tools a,
html[data-theme="hell"] .admin-sidebar-tools a:visited {
	color: var(--gw-text);
	background: rgba(29, 10, 11, 0.74);
	border-color: rgba(255, 105, 74, 0.18);
}

html[data-theme="hell"] .home-lineup-card,
html[data-theme="hell"] .stream-deals-strip,
html[data-theme="hell"] .videos-section,
html[data-theme="hell"] .live-feed-card,
html[data-theme="hell"] .home-video-card,
html[data-theme="hell"] .dashboard-summary-card {
	background:
		linear-gradient(135deg, rgba(58, 18, 21, 0.88), rgba(15, 4, 5, 0.96)),
		var(--gw-surface);
	border-color: rgba(255, 105, 74, 0.24);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3);
}

html[data-theme="hell"] .home-lineup-card:hover,
html[data-theme="hell"] .home-lineup-card:focus-within,
html[data-theme="hell"] .home-video-card:hover,
html[data-theme="hell"] .home-video-card:focus-within {
	border-color: rgba(255, 125, 91, 0.56);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), 0 0 24px rgba(255, 74, 54, 0.16);
}

html[data-theme="hell"] h2,
html[data-theme="hell"] h3,
html[data-theme="hell"] .videos-section-heading h2,
html[data-theme="hell"] .live-feeds-heading h2 {
	color: #ffb347;
}
