/* EGEX Network — HOLDCO/NVIDIA brand compliance */
:root {
  --color-primary: #76b900;
  --color-primary-dim: #4a7300;
  --color-primary-bright: #96e600;
  --color-bg: #0b0b0b;
  --color-surface: #131313;
  --color-surface-elevated: #333a41;
  --color-surface-glass: rgba(11,11,11,0.85);
  --color-text: #ffffff;
  --color-text-muted: rgba(255,255,255,0.55);
  --color-text-dim: rgba(255,255,255,0.25);
  --color-border: rgba(118,185,0,0.1);
  --color-border-strong: rgba(118,185,0,0.28);
  --color-glow: rgba(118,185,0,0.4);
  --font-heading: 'DejaVu Sans Mono', 'Courier New', monospace;
  --font-body: 'DejaVu Sans Mono', 'Courier New', monospace;
}


body.theme-minimal { background: #0a0a0a; }
.minimal-main { max-width: 700px; }
.hero-title {
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1;
}
.hero-subtitle {
	font-size: 1rem;
	margin-top: 0.5rem;
}
.section h2 {
	color: #ef4444;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.85rem;
	margin-bottom: 1.5rem;
}
.blog-grid {
	grid-template-columns: 1fr;
	gap: 2rem;
}
.blog-card {
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(239,68,68,0.1);
	border-radius: 0;
	padding-bottom: 2rem;
}
.blog-card:hover {
	border-color: rgba(239,68,68,0.3);
	transform: none;
}
.blog-card-body h3 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #e5e5e5;
}
.minimal-footer { color: #888; }

