/* 法国分站主题 - 蓝白红配色 */
:root {
    --theme-primary: #002395;
    --theme-accent: #ed2939;
    --theme-bg: #ffffff;
}
a { color: var(--theme-primary); }
.btn-primary, .submit-btn { background: var(--theme-primary) !important; border-color: var(--theme-primary) !important; }
.btn-primary:hover { background: var(--theme-accent) !important; border-color: var(--theme-accent) !important; }
.nav > li > a:hover, .nav > li.active > a { color: var(--theme-accent) !important; }
