:root {
    /* Cores de Fundo e Superfície */
    --bg: #0b0c10;
    --bg-header: linear-gradient(180deg, #101217 0%, #08090b 100%);
    --bg-bar: linear-gradient(90deg, #0f1217 0%, #171b22 50%, #0f1217 100%);
    --card: #15181e;
    --card-hover: #1e222b;
    
    /* Cores de Texto */
    --text: #f5f5f0;
    --text-white: #ffffff;
    --muted: #9fa6b2;
    --text-dim: #6c7280;

    /* Dourado Imperial e Efeitos */
    --accent-gold: #d4af37;
    --accent-gold-light: #f7e08b;
    --accent-gold-dark: #aa771c;
    --accent-gold-soft: rgba(212, 175, 55, 0.15);
    --accent-gold-glow: rgba(212, 175, 55, 0.35);

    /* Vermelho Nobre Militar */
    --accent-red: #9e1b1b;
    --accent-red-glow: rgba(158, 27, 27, 0.4);

    /* Bordas e Divisórias */
    --border-gold: rgba(212, 175, 55, 0.35);
    --border-gold-bright: #d4af37;
    --border-subtle: rgba(255, 255, 255, 0.08);

    /* Tipografia */
    --font-heading: 'Cinzel', 'Playfair Display', Georgia, serif;
    --font-subtitle: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    --font-body: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

    /* Alturas */
    --header-height: 110px;
    --nav-bar-height: 52px;
}

