/* AURA ERP INTELLIGENCE OS — Theme 04: Sandstone Executive
   v0.9.19. One governed token system for every screen and both modes. */
:root {
  color-scheme: dark;
  --bg:#191a19;
  --bg-elevated:#222321;
  --surface:#222321;
  --surface-solid:#242522;
  --surface-soft:#2a2a27;
  --surface-2:#282925;
  --surface-3:#31312d;
  --surface-hover:#35342f;
  --panel:#242522;
  --panel-2:#292a26;
  --panel-soft:#2b2b28;
  --border:rgba(235,224,210,.13);
  --border-strong:rgba(197,138,85,.44);
  --line:rgba(235,224,210,.11);
  --text:#f7f2ea;
  --text-1:#f7f2ea;
  --text-2:#d9d0c5;
  --text-3:#aaa096;
  --muted:#aaa096;
  --primary:#c58a55;
  --primary-strong:#ab7040;
  --primary-soft:rgba(197,138,85,.14);
  --accent:#c58a55;
  --accent-2:#98785e;
  --info:#8191a0;
  --success:#79ad8e;
  --warning:#d1a15c;
  --danger:#d97a73;
  --lane-finance:#9b8160;
  --lane-statutory:#9384a2;
  --lane-advanced:#7a8b96;
  --shadow:0 20px 48px rgba(0,0,0,.25);
  --shadow-soft:0 8px 24px rgba(0,0,0,.16);
  --shadow-sm:0 3px 12px rgba(0,0,0,.13);
  --sidebar:#242321;
  --sidebar-2:#2e2b27;
  --sidebar-text:#f8f1e8;
  --sidebar-text-2:#ded3c7;
  --sidebar-text-3:#a99c90;
  --sidebar-active:rgba(197,138,85,.17);
  --topbar:rgba(30,31,29,.97);
  --focus:0 0 0 3px rgba(197,138,85,.20);
  --radius-xs:6px;
  --radius-sm:9px;
  --radius:12px;
  --radius-lg:16px;
  --transition:160ms cubic-bezier(.2,.75,.25,1);
}

html[data-theme="light"] {
  color-scheme:light;
  --bg:#f6f0e7;
  --bg-elevated:#fffaf3;
  --surface:#fffaf3;
  --surface-solid:#fffdf9;
  --surface-soft:#f1e8dc;
  --surface-2:#f9f3ea;
  --surface-3:#e9dfd2;
  --surface-hover:#eee3d6;
  --panel:#fffdf9;
  --panel-2:#f9f3ea;
  --panel-soft:#f2e8dc;
  --border:rgba(62,75,84,.15);
  --border-strong:rgba(181,111,55,.38);
  --line:rgba(62,75,84,.13);
  --text:#263744;
  --text-1:#263744;
  --text-2:#58656d;
  --text-3:#7f898e;
  --muted:#7f898e;
  --primary:#b56f37;
  --primary-strong:#92552a;
  --primary-soft:rgba(181,111,55,.11);
  --accent:#b56f37;
  --accent-2:#8b705a;
  --info:#607789;
  --success:#487b60;
  --warning:#9f712e;
  --danger:#b95551;
  --lane-finance:#7f705c;
  --lane-statutory:#746b86;
  --lane-advanced:#5f7280;
  --shadow:0 18px 42px rgba(47,53,58,.10);
  --shadow-soft:0 7px 22px rgba(47,53,58,.075);
  --shadow-sm:0 2px 10px rgba(47,53,58,.07);
  --sidebar:#efe5d9;
  --sidebar-2:#e5d8ca;
  --sidebar-text:#26333b;
  --sidebar-text-2:#4e5a60;
  --sidebar-text-3:#7c817f;
  --sidebar-active:rgba(181,111,55,.13);
  --topbar:rgba(255,253,249,.97);
  --focus:0 0 0 3px rgba(181,111,55,.17);
}
