/**
 * Mobiluygulaman — global light brand tokens
 * Beyaz · koyu turuncu · koyu yeşil
 */
:root {
  --brand-orange-900: #431407;
  --brand-orange-800: #7c2d12;
  --brand-orange-700: #9a3412;
  --brand-orange-600: #c2410c;
  --brand-orange-500: #ea580c;
  --brand-green-900: #14532d;
  --brand-green-800: #166534;
  --brand-green-700: #15803d;
  --brand-green-600: #16a34a;
  --brand-white: #ffffff;
  --brand-cream: #fff7ed;
  --brand-cream-soft: #ffedd5;
  --brand-cream-muted: #fef3c7;

  /* Studio / AI shell */
  --st-bg: #ffffff;
  --st-surface: #fff7ed;
  --st-surface-2: #ffedd5;
  --st-border: rgba(154, 52, 18, 0.14);
  --st-text: #431407;
  --st-muted: #9a3412;
  --st-accent: #c2410c;
  --st-accent-2: #ea580c;
  --st-accent-glow: rgba(194, 65, 12, 0.22);
  --st-success: #166534;
  --st-success-light: #15803d;
  --st-success-bg: rgba(22, 101, 52, 0.1);
  --st-warning: #b45309;
  --st-error: #b91c1c;
  --st-radius: 18px;
  --st-radius-sm: 12px;
  --st-shadow: 0 8px 32px rgba(124, 45, 18, 0.08);
  --st-header-h: 64px;
  --ai-rail-w: 220px;

  /* Admin / global app.css aliases */
  --primary: #c2410c;
  --primary-light: #ea580c;
  --primary-dark: #9a3412;
  --success: #166534;
  --success-light: #15803d;
}

html, body {
  color-scheme: light;
}
