body { background-color: #080808; color: #a4a4a4; overflow-x: hidden; font-family: 'Space Grotesk', sans-serif; }
#matrix { position: fixed; inset: 0; z-index: -1; opacity: 0.15; pointer-events: none; }
.monolith { background: #111; border: 1px solid rgba(201,164,106,0.1); transition: 0.4s; }
.monolith:hover { border-color: #3CFF9B; transform: translateY(-2px); }
.gold-glow { text-shadow: 0 0 20px rgba(201, 164, 106, 0.4); }
.hidden-lang { display: none !important; }