/* ─── BARITU VERTICALES DASHBOARD — Design Tokens ────────────────────────
   Enterprise infrastructure operations · Production-ready · Execution-oriented
   Warmer than Core · More accessible · Domain-operational
────────────────────────────────────────────────────────────────────────── */
:root {
  /* Backgrounds — slightly warmer/lighter than Core */
  --bg-base:      #111214;
  --bg-elevated:  #161820;
  --bg-overlay:   #1a1d24;
  --bg-surface:   #1e2128;
  --bg-hover:     rgba(245,242,236,.04);
  --bg-active:    rgba(0,173,80,.08);

  /* Borders */
  --border:       #242730;
  --border-warm:  rgba(232,226,216,.06);
  --border-soft:  rgba(232,226,216,.035);
  --border-focus: rgba(0,173,80,.32);

  /* Text */
  --text-primary:   #e0dbd2;
  --text-secondary: #858a9a;
  --text-muted:     #4c5060;
  --text-ghost:     #30333e;

  /* Brand */
  --p:        #00AD50;
  --p-soft:   rgba(0,173,80,.1);
  --p-border: rgba(0,173,80,.2);
  --p-text:   #3ce58f;
  --p-dim:    rgba(0,173,80,.05);

  /* Operational green — primary accent for Verticales */
  --eco:        #2a8055;
  --eco-soft:   rgba(42,128,85,.1);
  --eco-border: rgba(42,128,85,.2);
  --eco-text:   #4fab7a;
  --eco-dim:    rgba(42,128,85,.05);

  /* Earth cream */
  --cream:        #ede8df;
  --cream-soft:   rgba(237,232,223,.055);
  --cream-border: rgba(220,214,200,.1);

  /* Status */
  --ok:        #4a9e6e;
  --ok-bright: #5db888;
  --ok-soft:   rgba(74,158,110,.09);
  --warn:      #c08040;
  --warn-soft: rgba(192,128,64,.09);
  --err:       #b85050;
  --err-bright:#d46060;
  --err-soft:  rgba(184,80,80,.09);

  /* Operational tokens */
  --rt-active:  rgba(74,158,110,.12);
  --rt-border:  rgba(74,158,110,.18);
  --rt-text:    #4a9e6e;
  --rt-pulse:   #5db888;
  --orch-active: rgba(0,173,80,.1);
  --orch-border: rgba(0,173,80,.18);
  --orch-text:   #3ce58f;

  /* Confidence */
  --conf-high:   #4a9e6e;
  --conf-medium: #c08040;
  --conf-low:    #b85050;

  /* Typography */
  --font: 'Aeonik', 'Satoshi', system-ui, sans-serif;
  --mono: 'Aeonik Mono', 'DM Mono', monospace;

  /* Sizing */
  --sidebar-w: 64px;   /* icon-only sidebar for Verticales */
  --topbar-h:  54px;
  --radius:    10px;
  --radius-sm: 6px;
  --radius-lg: 14px;
  --radius-xl: 18px;

  /* Motion */
  --ease:      cubic-bezier(.33,1,.68,1);
  --ease-soft: cubic-bezier(.25,1,.5,1);
  --dur:       .2s;
  --dur-md:    .35s;
  --dur-lg:    .5s;
  --dur-breath: 3.2s;
  --dur-pulse:  2.6s;
}
