:root {
    --bg-canvas: #101012;
    --bg-surface: #19191b;
    --bg-elevated: #252326;
    --bg-inset: #121214;
    --bg-sidebar: #101012;
    --text-primary: #eee8dc;
    --text-secondary: #c5bfb3;
    --text-muted: #aaa49b;
    --border-subtle: #403c38;
    --border-strong: #79664e;
    --accent-primary: #be9864;
    --accent-secondary: #d3a0a3;
    --accent-fill: #66252d;
    --accent-fill-hover: #7b313a;
    --accent-wash: #29171c;
    --accent-edge: #92515a;
    --ornament-ink: #80694b;
    --surface-grain: #cdb99305;
    --surface-sheen: #cebda108;
    --role-dj: #c1b0d0;
    --on-accent: #fff3e7;
    --status-ready: #a3c4a0;
    --status-stale: #e4bf78;
    --status-degraded: #dec08b;
    --status-offline: #d4a8a6;
    --status-error: #f3aaa5;
    --status-unknown: #b9bcb6;
    --focus-ring: #e1b778;
    --backdrop: #080b0ac4;
    --shadow-soft: 0 3px 14px #0000001c;
    --shadow-raised: 0 18px 70px #00000066;
    --radius-sm: 3px;
    --radius-md: 4px;
    --radius-lg: 6px;
    --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px;
    --space-5: 20px; --space-6: 24px; --space-8: 32px; --space-10: 40px;
    --font-ui: 'Segoe UI', system-ui, -apple-system, sans-serif;
    --font-title: Georgia, 'Times New Roman', serif;
    --font-mono: Consolas, 'Courier New', monospace;
    --font-xs: .75rem; --font-sm: .8125rem; --font-base: .875rem;
    --font-lg: 1.0625rem; --font-xl: 1.375rem; --font-title-size: 1.9rem;
    --sidebar-width: 238px;
    --motion-fast: 160ms;
}
:root[data-theme='light'] {
    --bg-canvas: #e7e4dc;
    --bg-surface: #f4f0e6;
    --bg-elevated: #ebe5d8;
    --bg-inset: #e5dfd2;
    --bg-sidebar: #dcd7cb;
    --text-primary: #292629;
    --text-secondary: #4d4744;
    --text-muted: #605b51;
    --border-subtle: #b8ac97;
    --border-strong: #887252;
    --accent-primary: #6e512b;
    --accent-secondary: #792f3b;
    --accent-fill: #65242d;
    --accent-fill-hover: #541b26;
    --accent-wash: #eadbd5;
    --accent-edge: #8a434d;
    --ornament-ink: #91764e;
    --surface-grain: #61451e07;
    --surface-sheen: #fffdf357;
    --role-dj: #614675;
    --on-accent: #fff3e7;
    --status-ready: #365e38;
    --status-stale: #725015;
    --status-degraded: #715115;
    --status-offline: #7f393a;
    --status-error: #983831;
    --status-unknown: #565d54;
    --focus-ring: #713239;
    --backdrop: #24291fd1;
    --shadow-soft: 0 3px 14px #403b2710;
    --shadow-raised: 0 18px 70px #403b2733;
}
