/* Orbitix tasarım sistemi — orbitix.tr'den birebir token'lar.
   Koyu tema, mor/indigo accent, Geist tipografi. */

:root {
  /* Yüzeyler / arka plan */
  --bg: #0a0a0f;
  --bg-1: #101019;
  --surface: #15151f;
  --surface-2: #1c1c2a;
  --surface-3: #22222e;

  /* Kenarlık */
  --border: #26263a;
  --border-soft: #1d1d2b;

  /* Metin */
  --text: #ececf3;
  --text-2: #b0b0c2;
  --text-muted: #7c7c92;

  /* Accent (mor/indigo) */
  --accent: #7b7af7;
  --accent-2: #5856d6;
  --accent-3: #a09fff;
  --accent-glow: rgba(123, 122, 247, 0.4);
  --accent-soft: rgba(123, 122, 247, 0.14);

  /* Durum renkleri */
  --success: #3ddc97;
  --warning: #ffb547;
  --danger: #ff5b6e;
  --whatsapp: #25d366;

  /* Şekil */
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-pill: 99px;

  /* Gölge */
  --shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.55);

  /* Tipografi */
  --font-sans: "Geist", system-ui, -apple-system, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, monospace;

  /* Layout ölçüleri */
  --sidebar-w: 248px;
  --topbar-h: 60px;
}
