:root {
  --bg: #0b0e11;
  --surface: #12171e;
  --surface-2: #1a212b;
  --border: #232c38;
  --text: #e6e9ee;
  --text-muted: #8b97a5;
  --green: #22c55e;
  --red: #ef4444;
  --gold: #f0b90b;
  --font-sans: "Inter", system-ui, -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --radius: 10px;
  --shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}

/* Светлая тема */
[data-theme="light"] {
  --bg: #f4f6f9;
  --surface: #ffffff;
  --surface-2: #e9edf3;
  --border: #d7dde6;
  --text: #151a22;
  --text-muted: #5b6775;
  --green: #16a34a;
  --red: #dc2626;
  --gold: #b45309;
  --shadow: 0 6px 24px rgba(20, 30, 45, 0.12);
}
