:root {
    --bg-deep: #0c0c0e;
    --bg-card: #141416;
    --bg-card-elevated: #1a1a1d;
    --border-subtle: rgba(255, 255, 255, 0.06);
    --border-accent: rgba(201, 169, 98, 0.3);

    --text-primary: #f5f5f4;
    --text-secondary: rgba(245, 245, 244, 0.6);
    --text-tertiary: rgba(245, 245, 244, 0.35);

    --gold: #C9A962;
    --gold-dim: rgba(201, 169, 98, 0.15);
    --champagne: #E8DCC4;

    --positive: #34D399;
    --positive-dim: rgba(52, 211, 153, 0.12);
    --negative: #F87171;
    --negative-dim: rgba(248, 113, 113, 0.12);
    --warning: #FBBF24;

    --safe-top: env(safe-area-inset-top);
    --safe-bottom: env(safe-area-inset-bottom);

    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Outfit', -apple-system, sans-serif;
}
