/* Eski Noqta değişkenleri — styles.css ile uyumlu (geriye dönük). */
:root {
  --noqta-bg: var(--bg, #06070a);
  --noqta-surface: rgba(255, 255, 255, 0.06);
  --noqta-surface2: rgba(255, 255, 255, 0.1);
  --noqta-text: var(--text, #e8e8ec);
  --noqta-muted: var(--text-muted, #9898a8);
  --noqta-accent: var(--accent, #a8e04a);
  --noqta-border: rgba(255, 255, 255, 0.1);
  --noqta-radius: 16px;
}

/* Arka plan styles.css body katmanında; burada ek yüzey dokusu. */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.4;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
}
