/*
Theme Name: Greatwizardx
Template: twentytwentyfour
Description: Custom child theme for greatwizardx.com - WoW Classic PvP guides and streaming hub. Dark theme.
Version: 2.0
Author: Greatwizardx
*/

body {
	background-color: #12140F;
	color: #EDEDE6;
}

/* Live status dot */
.gw-live-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #E24B4A;
	margin-right: 6px;
}

.gw-live-label {
	color: #E88685;
	font-weight: 500;
	font-size: 0.85rem;
}

/* Card surfaces - slightly lighter than page background, thin glow border */
.gw-card-surface {
	background: #1B1E16;
	border: 1px solid rgba(95,232,196,0.12);
	border-radius: 12px;
}

/* Guide category cards - colored border glow instead of solid fill,
   keeps text high-contrast for long guide reading */
.gw-guide-card {
	border-radius: 12px;
	padding: 1.25rem;
	border: 1px solid;
}

.gw-guide-card.gw-purple { background: #1E1A2E; border-color: rgba(167,139,250,0.3); color: #E7E2FA; }
.gw-guide-card.gw-coral  { background: #2C1B16; border-color: rgba(240,146,110,0.3); color: #F5DDD3; }
.gw-guide-card.gw-teal   { background: #12241F; border-color: rgba(95,232,196,0.3); color: #D6F5EB; }

.gw-guide-card h3 {
	font-size: 1rem;
	font-weight: 500;
	margin: 0.5rem 0 0.25rem;
}

.gw-guide-card p {
	font-size: 0.85rem;
	opacity: 0.75;
	margin: 0;
}

/* Video / embed placeholder box */
.gw-embed-box {
	aspect-ratio: 16/9;
	background: #0D0F0A;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3E4136;
}

/* Partner strip in footer - deliberately understated */
.gw-partners-strip {
	font-size: 0.75rem;
	opacity: 0.6;
	border-top: 1px solid rgba(255,255,255,0.06);
	padding-top: 0.75rem;
	margin-top: 1.5rem;
}

/* Long-form guide/article body text needs extra contrast + line-height
   on a dark background, more than the default theme provides */
.entry-content p,
.entry-content li {
	color: #D8D8CE;
	line-height: 1.7;
	font-size: 1.05rem;
}

.entry-content a {
	color: #5FE8C4;
}

/* Links generally */
a {
	color: #5FE8C4;
}
