:root {
    --bg: #030303;
    --accent: #4f46e5; /* Indigo for KVKK */
    --accent-glow: rgba(79, 70, 229, 0.1);
}

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

/* KVKK tema rengi ile tech-tag override */
.tech-tag { background: rgba(79, 70, 229, 0.1); border: 1px solid rgba(79, 70, 229, 0.2); }

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