:root {
    --color-bg-main: #e8f4fd;
    --color-surface: #ffffff;
    --color-primary: #082750;
    --color-secondary: #2c7da0;
    --color-accent: #ffb347;
    --color-border: #d4e6f1;
    --text-main: #1b2b40;
    --text-muted: #abbbc5;
    --text-on-dark: #ffffff;
    --status-success: #2e8b57;
    --status-danger: #e74c4c;
    --status-warning: #f39c12;
    --radius-md: 10px;
    --shadow-soft: 0 6px 14px rgba(0, 0, 0, 0.08);
    --transition: 0.2s ease-in-out;
    --text-on-inv: #141010;
}