:root {
  --bg: #07080b;
  --bg-2: #0c0e12;
  --panel: rgba(17,19,24,.82);
  --panel-solid: #111318;
  --panel-hover: #171a21;
  --text: #f5f7fb;
  --muted: #a7adb9;
  --dim: #6f7785;
  --line: rgba(255,255,255,.09);
  --line-strong: rgba(255,255,255,.15);
  --accent: #8b7cff;
  --accent-2: #5f8cff;
  --accent-soft: rgba(139,124,255,.13);
  --success: #49d39a;
  --warning: #f3b55b;
  --danger: #ff6d7d;
  --shadow: 0 24px 80px rgba(0,0,0,.32);
  --radius: 18px;
  --radius-sm: 11px;
  --max: 1180px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --ease: cubic-bezier(.2,.7,.2,1);
}
