/* 企航咨询网站设计规范 - 蓝金双色系 */
:root {
    --primary-blue: #1a3a6b;
    --primary-gold: #d4a84b;
    --primary-blue-light: #2563eb;
    --primary-gold-dark: #c49a3d;
    --text-dark: #1e293b;
    --text-gray: #64748b;
    --text-light: #94a3b8;
    --bg-white: #fff;
    --bg-light: #f8fafc;
    --bg-blue-light: #eff6ff;
    --bg-gold-light: #fef9ee;
    --border-light: #e2e8f0;
    --border-blue: #2563eb;
    --gradient-blue: linear-gradient(135deg, #2563eb, #1d4ed8);
    --gradient-dark: linear-gradient(135deg, #1a3a6b, #0f2744);
    --gradient-gold: linear-gradient(135deg, #d4a84b, #c49a3d);
    --text-white: #fff;
    --bg-message: #f0f4ff;
    --text-muted: #475569;
    --flash-success-bg: #f0fdf4;
    --flash-success-text: #16a34a;
    --flash-error-bg: #fef2f2;
    --flash-error-text: #dc2626;
    --flash-warning-bg: #fffbeb;
    --flash-warning-text: #b45309;
}
