:root {
  /* Ana renkler */
  --mice-primary:        #2563eb;
  --mice-primary-dark:   #1d4ed8;
  --mice-primary-light:  #eff6ff;

  /* Sidebar */
  --mice-sidebar-bg:     #0f172a;
  --mice-sidebar-hover:  #1e3a8a;
  --mice-sidebar-text:   #cbd5e1;
  --mice-sidebar-active: #ffffff;
  --mice-sidebar-width:  260px;

  /* Yüzey */
  --mice-surface:        #ffffff;
  --mice-surface-2:      #f8fafc;
  --mice-border:         #e2e8f0;

  /* Metin */
  --mice-text:           #1e293b;
  --mice-text-muted:     #64748b;

  /* Durum renkleri */
  --mice-success:        #16a34a;
  --mice-success-bg:     #f0fdf4;
  --mice-warning:        #d97706;
  --mice-warning-bg:     #fffbeb;
  --mice-danger:         #dc2626;
  --mice-danger-bg:      #fef2f2;
  --mice-info:           #0284c7;
  --mice-info-bg:        #f0f9ff;

  /* Tipografi */
  --mice-font:           'Inter', 'Segoe UI', sans-serif;
  --mice-font-mono:      'JetBrains Mono', 'Consolas', monospace;

  /* Gölge / radius */
  --mice-shadow-sm:      0 1px 3px rgba(0,0,0,.08);
  --mice-shadow:         0 4px 12px rgba(0,0,0,.10);
  --mice-radius:         8px;
  --mice-radius-sm:      4px;
}
