:root {
    color-scheme: dark;
    --page-bg: #0f1113;
    --surface: #171b1f;
    --surface-raised: #20262b;
    --surface-soft: #121619;
    --line: #303840;
    --line-strong: #46515a;
    --text: #eef3f5;
    --text-muted: #aab4ba;
    --text-soft: #76838c;
    --accent: #5bc0de;
    --accent-strong: #ffd166;
    --ok: #7bd88f;
    --warning: #f4a261;
    --danger: #ef476f;
    --shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
    --radius-sm: 6px;
    --radius-md: 8px;
    --space-xs: 6px;
    --space-sm: 10px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --font-ui: "Segoe UI", Arial, sans-serif;
    --font-log: "Cascadia Mono", "Consolas", monospace;
}
