:root {
    --gr-primary: #c9a961;
    --gr-primary-dark: #9c7e3a;
    --gr-accent: #e8c766;
}
body.theme-dark .appheader {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%) !important;
    border-bottom: 3px solid #c9a961;
}
