/* GLASS_THEME_0817 — macOS-inspired tokens for the Wired2Scale web shell.
   Brand green stays the accent. Chrome is elevated gray glass, not a void. */
:root {
  --bg: #1c1d1f;
  --bg-wash: #242628;
  --panel: rgba(48, 50, 54, 0.72);
  --panel-solid: #2c2e32;
  --panel2: rgba(38, 40, 44, 0.88);
  --glass: rgba(255, 255, 255, 0.06);
  --glass-hi: rgba(255, 255, 255, 0.10);
  --border: rgba(255, 255, 255, 0.10);
  --line: rgba(255, 255, 255, 0.08);
  --green: #2EE47B;
  --green-hi: #6BF5A6;
  --green-dim: #1f8f52;
  --text: #f2f4f3;
  --dim: #9aa3a0;
  --red: #F0525F;
  --amber: #E8A83B;
  --blue: #4B8DF8;
  --radius: 16px;
  --radius-lg: 20px;
  --radius-sm: 10px;
  --blur: 22px;
  --shadow: 0 10px 40px rgba(0, 0, 0, 0.38);
  --nav-w: 264px;
  --nav-w-collapsed: 68px;
  --topbar-h: 56px;
}
@media (prefers-reduced-transparency: reduce) {
  :root {
    --panel: #2c2e32;
    --panel2: #26282c;
    --glass: #323438;
    --blur: 0px;
  }
}
