/* ==========================================================================
   SANATEKIBI — Set Modu ("Plato / Gece")
   Dusuk isikli sette kullanim icin: cok koyu zemin, yuksek kontrast metin,
   buyutulmus dokunma hedefi. Renk teması olarak calisir (data-theme="set");
   ayri bir bilgi mimarisi/yerlesim degildir.
   ========================================================================== */
:root[data-theme="set"] {
  /* Yuzeyler */
  --color-bg: #080c10;
  --color-surface: #111a22;
  --color-surface-2: #17222c;
  --color-surface-muted: #17222c;
  --color-surface-hover: #1d2c37;

  /* Cizgiler (yuksek gorunurluk) */
  --color-surface-border: #33454f;
  --color-border: #33454f;
  --color-border-strong: #465b67;

  /* Metin (yuksek kontrast) */
  --color-text-main: #ffffff;
  --color-text: #ffffff;
  --color-text-muted: #c2d0da;
  --color-text-faint: #93a3ae;
  --color-on-brand: #061014;

  /* Marka ve aksiyon (dusuk isikta okunur, parlak) */
  --color-brand: #5cd8c9;
  --color-brand-hover: #74e2d5;
  --color-brand-soft: #0e2c27;
  --color-accent: #5cd8c9;
  --color-primary: #85b0ff;
  --color-primary-hover: #a0c3ff;
  --color-primary-soft: #142542;

  /* Durum renkleri */
  --color-success: #5ad79a;
  --color-success-soft: #0f3021;
  --color-warning: #f2b65c;
  --color-warning-soft: #3a2c11;
  --color-danger: #ff8a7d;
  --color-danger-soft: #3a1a16;
  --color-error: #ff8a7d;
  --color-info: #6cc4ee;
  --color-info-soft: #0f2a37;

  /* Navigasyon aktif durumu */
  --color-nav-active-bg: #0e2c27;
  --color-nav-active-text: #74e2d5;

  /* Odak halkasi */
  --color-focus-ring: #a0c3ff;

  /* Golgeler */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.6);
  --shadow-md: 0 6px 18px rgba(0, 0, 0, 0.6);
  --shadow-lg: 0 18px 46px rgba(0, 0, 0, 0.7);

  /* Buyutulmus dokunma hedefi */
  --control-h: 50px;
  --control-h-sm: 44px;
  --radius-md: 12px;
  --radius-lg: 18px;
}
