/**
 * SMT ERP - Soft light minimalist theme (muted)
 */
:root {
    --primary: #5c6b82;
    --primary-dark: #4a5668;
    --primary-light: #7a8799;
    --challan-red: #c45c6a;
    --challan-red-dark: #a84a57;
    --secondary: #ffffff;
    --accent: #5a8f78;
    --accent-dark: #4a7764;
    --purple: #8b8daa;
    --purple-light: #a8a9be;
    --orange: #c4926a;
    --pink: #c48a9a;
    --sky: #6b8fad;
    --mint: #8fb5a3;
    --amber: #c9a86a;

    --firm-smt: #6b7c94;
    --firm-het: #b8896a;
    --firm-all: #8a8daa;

    --bg-color: #f6f7f9;
    --bg-subtle: #eef0f3;
    --card-bg: #ffffff;
    --sidebar-bg: #ffffff;
    --sidebar-border: #e8eaee;
    --sidebar-hover: #f3f4f6;
    --sidebar-active-bg: #f0f2f5;
    --sidebar-text: #6b7280;
    --sidebar-text-active: #4a5668;

    --text-primary: #2d3440;
    --text-secondary: #5c6370;
    --text-muted: #9aa3b0;
    --border-color: #e2e5ea;
    --border-light: #eef0f3;

    --paper-ink: #2d3440;
    --paper-border: #dde1e8;
    --paper-border-mid: #9aa3b0;
    --paper-fill: #f8f9fb;
    --paper-fill-alt: #f1f3f6;
    --focus-ring: rgba(92, 107, 130, 0.14);

    --gradient-brand: linear-gradient(180deg, #fafbfc 0%, #f4f6f8 100%);
    --gradient-page: linear-gradient(180deg, #f8f9fb 0%, #f3f5f7 100%);
    --gradient-save: linear-gradient(180deg, #6a9a84 0%, #5a8f78 100%);
    --gradient-sky: linear-gradient(180deg, #7a96ad 0%, #6b8fad 100%);

    --radius: 12px;
    --radius-sm: 8px;
    --radius-lg: 16px;
    --shadow-sm: 0 1px 2px rgba(45, 52, 64, 0.05);
    --shadow-md: 0 4px 16px rgba(45, 52, 64, 0.06);
    --shadow-lg: 0 8px 28px rgba(45, 52, 64, 0.08);

    --font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    --transition: 0.18s ease;
    --sidebar-width: 252px;
    --sidebar-collapsed-width: 68px;
    --header-height: 64px;
    --content-max-width: 100%;
    --right-panel-width: 320px;
}
