/* Generated theme.css — do not edit directly */
/* Edit theme.json on Yandex Disk instead */

:root {
    --primary: #1565c0;
    --primaryLight: #1976d2;
    --primaryDark: #0d47a1;
    --bgLight: #e3f2fd;
    --bgLight2: #bbdefb;
    --accent: #42a5f5;
    --accentHover: #1e88e5;
    --textOnPrimary: #ffffff;
    --textDark: #263238;
    --textMuted: #455a64;
    --textMuted2: #78909c;
    --cardBg: #ffffff;
    --cardBorder: #bbdefb;
    --footerBg: #1565c0;
    --headerGradient: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    --heroText: #1565c0;
    --btnGradient: linear-gradient(135deg, #64b5f6 0%, #42a5f5 100%);
    --btnHoverGradient: linear-gradient(135deg, #42a5f5 0%, #1e88e5 100%);
    --chatHeaderGradient: linear-gradient(135deg, #1565c0, #1976d2);
    --sectionBg: #f5f8fc;
    --featuresBg: #e3f2fd;
    --contactBg: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

body { background-color: var(--sectionBg); }
