:root {
    --bg: #030303;
    --blue: #0a84ff;
    --emerald: #30d158;
    --zinc-300: #d4d4d8;
    --zinc-400: #a1a1aa;
    --zinc-500: #71717a;
    --glass-border: rgba(255, 255, 255, 0.08);
}

/* .aura, .spotlight → global.css'den miras alınır */
/* Satış ortaklığı sayfası farklı aura-2 kullanır */
.aura-2 { width: 500px; height: 500px; bottom: -100px; left: -100px; background: var(--emerald); opacity: 0.05; }

.text-multi-gradient { 
    background: linear-gradient(to bottom, #ffffff 40%, rgba(255,255,255,0.7) 100%); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}

@keyframes scan { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(100%); } }
@keyframes pulse-soft { 0%, 100% { opacity: 0.3; } 50% { opacity: 0.7; } }
@keyframes flow { from { stroke-dashoffset: 100; } to { stroke-dashoffset: 0; } }

.blueprint-grid { background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px); background-size: 40px 40px; }