:root {
    --color-bg: #080604;
    --color-bg-soft: #12100d;
    --color-surface: #1a1612;
    --color-card: #221d18;
    --color-line: rgba(200, 151, 46, 0.16);
    --color-text: #f4e8d4;
    --color-text-soft: #c0ae92;
    --color-text-muted: #8f816c;
    --color-gold: #c8972e;
    --color-gold-strong: #ebb448;
    --shadow-soft: 0 24px 60px rgba(0, 0, 0, 0.28);
    --container: min(1180px, calc(100vw - 48px));
    --radius-sm: 4px;
    --radius-md: 8px;
    --header-height: 84px;
}
