:root {
    --color-bg: #171311;
    --color-bg-elevated: #211a18;
    --color-bg-panel: rgba(33, 26, 24, 0.74);
    --color-line: rgba(215, 177, 100, 0.26);
    --color-line-strong: rgba(230, 204, 157, 0.54);
    --color-text: #f2e8d8;
    --color-text-muted: #c0b4a3;
    --color-gold: #d7b164;
    --color-gold-soft: #a17f47;
    --color-silver: #cfc8bf;
    --color-glow: rgba(224, 236, 245, 0.14);
    --color-success: #9dc3a5;
    --color-error: #d99d9d;
    --shadow-soft: 0 18px 60px rgba(0, 0, 0, 0.28);
    --radius-sm: 0.75rem;
    --radius-md: 1.25rem;
    --radius-lg: 2rem;
    --space-2xs: 0.5rem;
    --space-xs: 0.75rem;
    --space-sm: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2rem;
    --space-xl: 3rem;
    --space-2xl: 5rem;
    --container: min(1180px, calc(100vw - 2rem));
    --font-display: "Georgia", "Times New Roman", serif;
    --font-body: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    --transition: 180ms ease;
}

@media (prefers-reduced-motion: reduce) {
    :root {
        --transition: 0ms linear;
    }
}

