:root{--bg:#111010;--text:#cec9c0;--accent:#9c8e82;--muted:#4e4842;--border:#252220;--border-strong:#3d3630;--font-display:'Source Serif 4', Georgia, serif;--font-body:'Nunito Sans', system-ui, sans-serif;--font-mono:'JetBrains Mono', 'Courier New', monospace;--max-width:720px;--spacing:2rem; :root.gate-open, .gate-open { --bg: #050505; --text: #b8b4b0; --accent: #6b6560; --muted: #2e2c2a; --border: #1a1816; --border-strong: #2a2622; --font-display: 'Source Serif 4', Georgia, serif; --font-body: 'Nunito Sans', system-ui, sans-serif; --font-mono: 'JetBrains Mono', 'Courier New', monospace; --max-width: 720px; --spacing: 2rem; --cw: #c97d4a; --cw-bg: rgba(201, 125, 74, 0.06); --cw-border: rgba(201, 125, 74, 0.28); } #footer-trigger { cursor: pointer; transition: color 0.4s ease; color: var(--text); } body.gate-active #footer-trigger { color: #a8a09a; text-shadow: 0 0 8px rgba(168, 160, 154, 0.3); } #footer-trigger.gate-open { color: #e8e0d8; text-shadow: 0 0 12px rgba(232, 224, 216, 0.4); opacity: 1; }}