:root {
          --bg: #0f1115;
          --surface: #171a21;
          --surface-2: #1d2230;
          --surface-3: #252c39;
          --text: #f3f5f7;
          --text-muted: #a7aebb;
          --heading: #ffffff;
          --border: #2d3442;
          --accent: #6ea8fe;
          --accent-strong: #4f8cff;
          --success: #7dd3a7;
          --warning: #ffcf66;
          --danger: #ff7a7a;
          --shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
          --radius-sm: 10px;
          --radius-md: 14px;
          --radius-lg: 18px;
          --radius-xl: 24px;
          --container: 1200px;
          --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        }
