/* NutriAile - CSS Variables (Default Theme) */
:root{
  /* ══ ANA RENK PALETİ ══ */
  --hue-base:162;

  /* ══ ARKA PLANLAR ══ */
  --bg-body:#445988;
  --bg-primary:#2b3b6e;
  --bg-secondary:#364a81;
  --bg-tertiary:#294a99;
  --bg-elevated:#0b66f9;

  /* ══ METİNLER ══ */
  --text-primary:#d0d8ec;
  --text-secondary:#b1ddda;
  --text-tertiary:#7882a0;

  /* ══ KENARLIKLAR ══ */
  --border-light:#1b2031;
  --border-mid:#1b2031;
  --border-strong:#e42121;
  --pane-border:#1b2031;

  /* ══ ANA VURGU ══ */
  --accent:#1eb357;
  --accent-light:rgba(30,179,87,0.12);
  --accent-hover:#c13e7d;
  --accent-dim:rgba(30,179,87,0.08);

  /* ══ BÖLÜM BAŞLIKLARI ══ */
  --sec-color:#cfd6de;
  --label-color:#a3a052;

  /* ══ KİŞİ 0 (Green) ══ */
  --p0-bg:rgba(105,194,66,0.08);
  --p0-border:rgba(105,194,66,0.25);
  --p0-accent:#69c242;
  --p0-text:#8cd66a;

  /* ══ KİŞİ 1 (Gold) ══ */
  --p1-bg:rgba(192,176,93,0.08);
  --p1-border:rgba(192,176,93,0.25);
  --p1-accent:#c0b05d;
  --p1-text:#d4c87a;

  /* ══ KİŞİ 2 (Blue) ══ */
  --p2-bg:rgba(49,164,221,0.08);
  --p2-border:rgba(49,164,221,0.25);
  --p2-accent:#31a4dd;
  --p2-text:#5cbce8;

  /* ══ KİŞİ 3 (Cyan/Sky) ══ */
  --p3-bg:rgba(56,189,248,0.08);
  --p3-border:rgba(56,189,248,0.25);
  --p3-accent:#38bdf8;
  --p3-text:#7dd3fc;

  /* ══ SEMANTİK — BAŞARI ══ */
  --success-bg:rgba(34,197,94,0.10);
  --success-border:rgba(34,197,94,0.30);
  --success-accent:#22c55e;
  --success-text:#4ade80;

  /* ══ SEMANTİK — UYARI ══ */
  --warning-bg:rgba(36,251,255,0.1);
  --warning-border:rgba(63,195,198,0.25);
  --warning-accent:#3e7066;
  --warning-text:#61a046;

  /* ══ SEMANTİK — TEHLİKE ══ */
  --danger-bg:rgba(239,68,68,0.10);
  --danger-border:rgba(239,68,68,0.30);
  --danger-accent:#ef4444;
  --danger-text:#f87171;

  /* ══ SEMANTİK — BİLGİ ══ */
  --info-bg:rgba(59,130,246,0.10);
  --info-border:rgba(59,130,246,0.30);
  --info-accent:#3b82f6;
  --info-text:#60a5fa;

  /* ══ TİPOGRAFİ ══ */
  --font-family:'Outfit',system-ui,sans-serif;
  --font-size-base:14px;
  --font-weight-normal:400;
  --font-weight-bold:600;
  --line-height:1.5;

  /* ══ BOYUTLAR ══ */
  --radius-sm:8px;
  --radius-md:12px;
  --radius-lg:16px;
  --radius-xl:20px;
  --card-padding:1.7rem;
  --grid-gap:20px;
  --section-gap:1.25rem;

  /* ══ YERLEŞİM ══ */
  --app-max-width:960px;
  --cols-profile:4;
  --cols-macro:4;
  --cols-computed:5;
  --cols-activity:5;
  --cols-week:7;
  --cols-exercise:auto-fill;
  --cols-delta:3;
  --cols-adhd:3;

  /* ══ KART/PANEL ══ */
  --card-shadow-y:0;
  --card-shadow-blur:0;
  --card-shadow-alpha:0;
  --card-border-width:1px;
  --modal-backdrop:0.65;
  --modal-shadow:32px;

  /* ══ BUTONLAR ══ */
  --btn-primary-bg:#c1c431;
  --btn-primary-text:#0d1017;
  --btn-radius:10px;
  --btn-hover-opacity:0.85;
  --chip-radius:20px;
  --badge-bg:#1d9e75;

  /* ══ EFEKTLER ══ */
  --transition-speed:0.2s;
  --hover-lift:2px;
  --hover-shadow-boost:16px;
  --ex-accent:#2caf42;
  --ex-bar-width:3px;
  --focus-color:#2dd4a8;

  /* ══ BOTTOM NAV ══ */
  --bottom-nav-height:64px;
  --bottom-nav-bg:rgba(43,59,110,1);
  --bottom-nav-border:#1b2031;

  /* ══ ESKİ UYUMLULUK ══ */
  --color-danger:var(--danger-accent);
  --hdr-bg:var(--bg-primary);
  --panel-0:var(--p0-bg);
  --panel-1:var(--p1-bg);
  --panel-2:var(--p2-bg);
  --panel-3:var(--p3-bg);
}
