/* ============================================================
   RbxDesk palette: BLUE-STEEL MINIMAL
   Cool slate base, soft blue accent, calm Linear-style read.
   Dark theme, low decoration.
   ============================================================ */
:root {
  color-scheme: dark;
  --bg: #0f1115;
  --bg-2: #151821;
  --surface: #1b1f2a;
  --surface-2: #222734;
  --line: rgba(232, 234, 240, 0.09);
  --line-strong: rgba(232, 234, 240, 0.16);
  --text: #e8eaf0;
  --text-dim: #9298a8;
  --text-soft: #c6cad6;

  --accent: #5b8cff;
  --accent-strong: #7aa0ff;
  --accent-ink: #07101f;
  --accent-soft: rgba(91, 140, 255, 0.13);
  --accent-line: rgba(91, 140, 255, 0.32);

  --active: #4ade80;
  --active-soft: rgba(74, 222, 128, 0.14);

  --aura: rgba(91, 140, 255, 0.17);

  --shadow-1: 0 18px 48px -16px rgba(0, 0, 0, 0.5);
  --shadow-2: 0 36px 90px -22px rgba(4, 8, 20, 0.6);
}
