:root {
    --bg: #030303;
    --accent: #3b82f6; /* Blue for legal */
    --accent-glow: rgba(59, 130, 246, 0.1);
}

/* .spotlight, .cyber-grid, .tech-tag, .reveal → global.css'den miras alınır */

@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
