:root {
    --color-bg: #080809;
    --color-bg-soft: #0e0e10;
    --color-surface: #121214;
    --color-surface-raised: #18181b;
    --color-surface-hover: #202024;

    --color-gold: #d4af37;
    --color-gold-bright: #e5c661;
    --color-gold-soft: #a9882e;
    --color-champagne: #f0dfb5;

    --color-text: #f7f4eb;
    --color-text-soft: #cbc5b8;
    --color-muted: #89857d;
    --color-border: rgba(212, 175, 55, .20);
    --color-border-soft: rgba(255, 255, 255, .08);

    --color-success: #55c79a;
    --color-warning: #e6bd63;
    --color-danger: #e47a7a;

    --font-display: "Bodoni 72", "Didot", "Baskerville", "Times New Roman", serif;
    --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 34px;

    --shadow-soft: 0 24px 70px rgba(0, 0, 0, .32);
    --shadow-gold: 0 0 0 1px rgba(212,175,55,.16), 0 25px 80px rgba(0,0,0,.38);

    --container: 1180px;
    --sidebar-width: 272px;
    --transition: 180ms ease;
}
