:root {
    --bg: #22272e;
    --bg-elevated: #1c2128;
    --surface: #2d333b;
    --surface-muted: #22272e;
    --text: #adbac7;
    --text-strong: #cdd9e5;
    --text-muted: #768390;
    --accent: #539bf5;
    --accent-hover: #6cb6ff;
    --accent-solid: #347d39;
    --accent-solid-hover: #46954a;
    --accent-subtle: rgba(65, 132, 228, 0.18);
    --border: #444c56;
    --border-muted: #373e47;
    --border-focus: #539bf5;
    --error: #ff938a;
    --error-bg: rgba(248, 81, 73, 0.15);
    --error-border: rgba(248, 81, 73, 0.5);
    --shadow-card: none;
}

body {
    font-family: "Fira Code", monospace;
    background: var(--bg);
    color: var(--text);
    min-height: 100vh;
}
