/* Modern SaaS: default blue, crisp, broad-audience interface */
:root {
    --app-bg: #f6f7fb;
    --app-card: #ffffff;
    --app-border: rgba(15, 23, 42, 0.08);
    --app-primary: #2563eb;
    --app-primary-dark: #1d4ed8;
    --app-soft: #eef3ff;
    --app-text: #0f172a;
    --app-muted: #64748b;
    --app-success: #10b981;
}
