:root {
  /* Apple Palette - San Francisco Estetiği */
  --surface: 0 0% 100%;           /* Saf Beyaz */
  --surface-secondary: 0 0% 98%;  /* Sayfa arka planı */
  --ink: 0 0% 0%;                 /* Saf Siyah Metin */
  --muted: 0 0% 53%;              /* SF Pro Muted Grey */
  --line: 0 0% 89%;               /* İnce Ayırıcılar */
  --brand: 210 100% 50%;          /* Apple Blue */
  --glow: 252 95% 68%;
  
  /* Apple'ın meşhur 'Squircle' (Yumuşatılmış Kare) kavisleri */
  --radius-apple: 20px;
  --radius-button: 999px;
  
  /* Akışkan geçiş efekti */
  --ease-apple: cubic-bezier(0.28, 0.11, 0.32, 1);
}

.dark {
  --surface: 0 0% 0%;             /* Saf Siyah */
  --surface-secondary: 0 0% 8%;   /* Koyu Gri Kartlar */
  --ink: 0 0% 95%;                /* Off-white Metin */
  --muted: 0 0% 60%;
  --line: 0 0% 16%;
  --brand: 210 100% 55%;
}