@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--brand-navy: #133A68;--brand-blue: #026099;--brand-blue-hover: #014C7A;--brand-teal: #1F979E;--brand-green: #71B663;--brand-grey: #6A7F92;--bg-app: #F5F7FA;--bg-card: #FFFFFF;--bg-section: #F8FAFC;--bg-table-header: #EEF3F7;--bg-sidebar: #133A68;--bg-sidebar-hover: #0F3158;--bg-sidebar-active: #026099;--text-primary: #1F2937;--text-secondary: #6A7F92;--text-disabled: #9CA3AF;--text-sidebar: #DDE7F3;--border-default: #D9DEE8;--border-focus: #026099;--border-light: #EEF3F7;--status-success: #15803D;--status-warning: #D97706;--status-error: #DC2626;--status-info: #026099;--status-pending: #7C3AED;--status-inactive: #475569;--mod-sales: #026099;--mod-dealer: #1F979E;--mod-finance: #15803D;--mod-tender: #4F46E5;--mod-production: #334155;--mod-purchase: #B45309;--mod-qc: #7C3AED;--mod-service: #0284C7;--mod-reports: #475569}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-app);color:var(--text-primary);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}.ant-layout{min-height:100vh;background:var(--bg-app)!important}.ant-layout-content{background:var(--bg-app)!important}.ant-card{border-radius:12px!important;border:1px solid var(--border-default)!important;box-shadow:0 1px 3px #133a680f,0 1px 2px #133a680a!important;transition:box-shadow .2s,transform .2s!important}.ant-card:hover{box-shadow:0 4px 16px #0260991a!important}.ant-card-head{border-bottom:1px solid var(--border-light)!important;background:var(--bg-section)!important;border-radius:12px 12px 0 0!important;font-weight:700!important;color:var(--brand-navy)!important;font-size:13px!important;min-height:46px!important}.ant-card-head-title{font-weight:800!important;font-size:13px!important;color:var(--brand-navy)!important}.ant-card-body{padding:16px 20px!important}.ant-table{border-radius:12px!important;overflow:hidden!important;border:1px solid var(--border-default)!important;box-shadow:0 1px 3px #133a680d!important}.ant-table-container{border-radius:12px!important}.ant-table-thead>tr>th{background:var(--bg-table-header)!important;border-bottom:2px solid var(--border-default)!important;font-weight:700!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.06em!important;color:var(--brand-navy)!important;padding:10px 14px!important;white-space:nowrap!important}.ant-table-thead>tr>th:before{display:none!important}.ant-table-tbody>tr>td{border-bottom:1px solid var(--border-light)!important;padding:11px 14px!important;font-size:13px!important;color:var(--text-primary)!important;transition:background .1s!important}.ant-table-tbody>tr:nth-child(2n)>td{background:var(--bg-section)!important}.ant-table-tbody>tr:hover>td{background:#eaf2f8!important}.ant-table-tbody>tr:last-child>td{border-bottom:none!important}.ant-table-row-danger>td{background:#fee2e2!important}.ant-table-row-danger:hover>td{background:#fecaca!important}.ant-table-row-warning>td{background:#fef3c7!important}.ant-btn{border-radius:8px!important;font-weight:600!important;font-size:12px!important;height:34px!important;padding:0 14px!important;transition:all .2s!important;display:inline-flex!important;align-items:center!important;gap:5px!important}.ant-btn-primary{background:var(--brand-blue)!important;border-color:var(--brand-blue)!important;box-shadow:0 1px 3px #0260994d!important}.ant-btn-primary:hover{background:var(--brand-blue-hover)!important;border-color:var(--brand-blue-hover)!important;box-shadow:0 4px 12px #02609959!important;transform:translateY(-1px)!important}.ant-btn-default:hover{border-color:var(--brand-blue)!important;color:var(--brand-blue)!important}.ant-btn-sm{height:28px!important;padding:0 10px!important;font-size:11px!important}.ant-btn-lg{height:40px!important;padding:0 20px!important;font-size:14px!important}.ant-btn-link{height:auto!important;padding:0!important;color:var(--brand-blue)!important}.ant-btn-text{background:transparent!important;border:none!important;box-shadow:none!important}.ant-tag{border-radius:6px!important;font-size:11px!important;font-weight:600!important;padding:1px 8px!important;line-height:20px!important;height:22px!important;display:inline-flex!important;align-items:center!important}.ant-input,.ant-input-number,.ant-select-selector,.ant-picker,.ant-input-affix-wrapper{border-radius:8px!important;border-color:var(--border-default)!important;font-size:13px!important;transition:all .2s!important}.ant-input:hover,.ant-input-number:hover,.ant-picker:hover,.ant-input-affix-wrapper:hover{border-color:var(--brand-blue)!important}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused,.ant-picker-focused,.ant-select-focused .ant-select-selector{border-color:var(--brand-blue)!important;box-shadow:0 0 0 3px #0260991f!important}.ant-input-search .ant-input{border-radius:8px 0 0 8px!important}.ant-input-search .ant-btn{border-radius:0 8px 8px 0!important;height:34px!important}.ant-form-item-label>label{font-weight:600!important;font-size:12px!important;color:var(--text-secondary)!important}.ant-form-item{margin-bottom:14px!important}.ant-select-selector{border-radius:8px!important;min-height:34px!important}.ant-select-selection-item{font-size:13px!important}.ant-select-item-option-selected{background:#eaf2f8!important;color:var(--brand-blue)!important}.ant-select-item-option-active{background:#f5f7fa!important}.ant-modal-content{border-radius:16px!important;box-shadow:0 20px 60px #133a682e!important;border:1px solid var(--border-default)!important;overflow:hidden!important}.ant-modal-header{border-radius:16px 16px 0 0!important;padding:16px 24px!important;border-bottom:1px solid var(--border-light)!important;background:var(--bg-section)!important}.ant-modal-title{font-weight:800!important;font-size:15px!important;color:var(--brand-navy)!important}.ant-modal-body{padding:20px 24px!important}.ant-modal-footer{padding:12px 24px!important;border-top:1px solid var(--border-light)!important;background:var(--bg-section)!important}.ant-drawer-header{border-bottom:1px solid var(--border-light)!important;background:var(--bg-section)!important;padding:14px 20px!important}.ant-drawer-title{font-weight:800!important;font-size:15px!important;color:var(--brand-navy)!important}.ant-drawer-body{padding:20px!important}.ant-drawer-footer{border-top:1px solid var(--border-light)!important;background:var(--bg-section)!important;padding:12px 20px!important}.ant-tabs-tab{font-size:13px!important;font-weight:600!important;color:var(--text-secondary)!important;padding:8px 14px!important}.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--brand-blue)!important}.ant-tabs-ink-bar{background:var(--brand-blue)!important;height:2px!important;border-radius:2px!important}.ant-tabs-card .ant-tabs-tab{border-radius:8px 8px 0 0!important;border:1px solid var(--border-default)!important;background:var(--bg-section)!important;margin-right:4px!important}.ant-tabs-card .ant-tabs-tab-active{background:#fff!important;border-bottom-color:#fff!important;color:var(--brand-blue)!important}.ant-alert{border-radius:10px!important;border:1px solid transparent!important;font-size:12px!important}.ant-alert-success{background:#f0fdf4!important;border-color:#86efac!important}.ant-alert-warning{background:#fffbeb!important;border-color:#fcd34d!important}.ant-alert-error{background:#fee2e2!important;border-color:#fca5a5!important}.ant-alert-info{background:#eaf2f8!important;border-color:#93c5fd!important}.ant-alert-message{font-weight:700!important;font-size:12px!important}.ant-pagination{margin-top:12px!important}.ant-pagination-item{border-radius:8px!important;border:1px solid var(--border-default)!important;font-weight:600!important;font-size:12px!important;min-width:32px!important;height:32px!important;line-height:30px!important}.ant-pagination-item-active{background:var(--brand-blue)!important;border-color:var(--brand-blue)!important}.ant-pagination-item-active a{color:#fff!important}.ant-pagination-prev .ant-pagination-item-link,.ant-pagination-next .ant-pagination-item-link{border-radius:8px!important;border-color:var(--border-default)!important;height:32px!important;width:32px!important;display:flex!important;align-items:center!important;justify-content:center!important}.ant-descriptions-bordered .ant-descriptions-item-label{background:var(--bg-table-header)!important;font-weight:700!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.04em!important;color:var(--brand-navy)!important}.ant-descriptions-bordered .ant-descriptions-item-content{font-size:13px!important;color:var(--text-primary)!important}.ant-descriptions-bordered{border-radius:10px!important;overflow:hidden!important;border-color:var(--border-default)!important}.ant-statistic-title{font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.05em!important;color:var(--text-secondary)!important}.ant-statistic-content{font-weight:800!important;color:var(--brand-navy)!important}.ant-steps-item-title{font-weight:600!important;font-size:12px!important}.ant-steps-item-finish .ant-steps-item-icon{background:var(--status-success)!important;border-color:var(--status-success)!important}.ant-steps-item-process .ant-steps-item-icon{background:var(--brand-blue)!important;border-color:var(--brand-blue)!important}.ant-timeline-item-content{font-size:12px!important}.ant-upload-drag{border-radius:10px!important;border:2px dashed var(--border-default)!important;transition:all .2s!important}.ant-upload-drag:hover{border-color:var(--brand-blue)!important;background:#eaf2f8!important}.ant-progress-line,.ant-progress-inner,.ant-progress-bg{border-radius:100px!important}.ant-badge-count{border-radius:10px!important;font-size:10px!important;font-weight:700!important;min-width:18px!important;height:18px!important;line-height:18px!important;padding:0 5px!important;background:var(--status-error)!important}.ant-message-notice-content{border-radius:10px!important;box-shadow:0 4px 20px #133a6824!important;font-size:13px!important;font-weight:500!important;border:1px solid var(--border-default)!important}.ant-tooltip-inner{border-radius:8px!important;font-size:11px!important;font-weight:500!important;background:var(--brand-navy)!important}.ant-popover-content .ant-popover-inner{border-radius:12px!important;box-shadow:0 8px 30px #133a6824!important}.ant-popover-inner{border-radius:12px!important;box-shadow:0 8px 30px #133a6824!important;border:1px solid var(--border-default)!important}.ant-breadcrumb{font-size:11px!important}.ant-breadcrumb-link{font-weight:600!important;color:var(--text-secondary)!important}.ant-breadcrumb-separator{color:var(--border-default)!important}.ant-breadcrumb li:last-child .ant-breadcrumb-link{color:var(--brand-navy)!important}.ant-list-item{padding:10px 0!important}.ant-list-item-meta-title{font-weight:700!important;font-size:13px!important;color:var(--brand-navy)!important}.ant-divider-horizontal{border-color:var(--border-light)!important;margin:12px 0!important}.ant-divider-inner-text{font-size:11px!important;font-weight:700!important;color:var(--text-secondary)!important;text-transform:uppercase!important;letter-spacing:.06em!important}.ant-collapse{border-radius:10px!important;border-color:var(--border-default)!important}.ant-collapse-header{font-weight:700!important;font-size:13px!important;color:var(--brand-navy)!important}.ant-collapse-item{border-color:var(--border-light)!important}.ant-menu-item-selected{background:#0260991a!important;color:var(--brand-blue)!important}.ant-menu-item-selected:after{border-color:var(--brand-blue)!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-section)}::-webkit-scrollbar-thumb{background:#b8c8d8;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--brand-grey)}h1,h2,h3,h4,h5{font-weight:800!important;letter-spacing:-.02em!important;color:var(--brand-navy)!important}.ant-typography{color:var(--text-primary)!important}.ant-card .ant-table{border:none!important;box-shadow:none!important;border-radius:0!important}.ant-card .ant-table-container{border-radius:0!important}.status-draft{color:#475569;background:#f1f5f9;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600}.status-pending{color:#92400e;background:#fef3c7;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600}.status-approved{color:var(--status-success);background:#dcfce7;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600}.status-rejected{color:#991b1b;background:#fee2e2;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600}.status-active{color:var(--brand-blue);background:#eaf2f8;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600}.status-closed{color:#374151;background:#e5e7eb;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600}.status-critical{color:#fff;background:var(--status-error);border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600}.status-teal{color:#fff;background:var(--brand-teal);border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600}.kpi-excellent{color:#166534;background:#dcfce7;border-radius:6px;padding:2px 8px;font-size:10px;font-weight:700}.kpi-on-track{color:#047857;background:#ecfdf5;border-radius:6px;padding:2px 8px;font-size:10px;font-weight:700}.kpi-attention{color:#92400e;background:#fef3c7;border-radius:6px;padding:2px 8px;font-size:10px;font-weight:700}.kpi-poor{color:#9a3412;background:#ffedd5;border-radius:6px;padding:2px 8px;font-size:10px;font-weight:700}.kpi-critical{color:#991b1b;background:#fee2e2;border-radius:6px;padding:2px 8px;font-size:10px;font-weight:700}.page-content{padding:24px;background:var(--bg-app);min-height:calc(100vh - 56px)}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.page-header h2{font-size:22px;font-weight:900;color:var(--brand-navy);margin:0;letter-spacing:-.02em}.section-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.section-header:before{content:"";display:block;width:3px;height:16px;background:var(--brand-blue);border-radius:2px}.filter-bar{background:var(--bg-card);border:1px solid var(--border-default);border-radius:12px;padding:14px 16px;margin-bottom:16px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.section-accent-navy{border-left:4px solid var(--brand-navy);padding-left:12px}.section-accent-blue{border-left:4px solid var(--brand-blue);padding-left:12px}.section-accent-teal{border-left:4px solid var(--brand-teal);padding-left:12px}.section-accent-green{border-left:4px solid var(--brand-green);padding-left:12px}.module-header-sales{background:linear-gradient(135deg,var(--brand-navy) 0%,#024E80 100%)}.module-header-dealer{background:linear-gradient(135deg,var(--brand-navy) 0%,#196E74 100%)}.module-header-finance{background:linear-gradient(135deg,var(--brand-navy) 0%,#0E5C2A 100%)}.module-header-tender{background:linear-gradient(135deg,var(--brand-navy) 0%,#3730A3 100%)}.module-header-production{background:linear-gradient(135deg,var(--brand-navy) 0%,#1E293B 100%)}.module-header-service{background:linear-gradient(135deg,var(--brand-navy) 0%,#0369A1 100%)}.module-header-qc{background:linear-gradient(135deg,var(--brand-navy) 0%,#581C87 100%)}.ant-menu-dark{background:var(--bg-sidebar)!important}.ant-menu-dark .ant-menu-item{color:var(--text-sidebar)!important;border-radius:8px!important;margin:2px 8px!important}.ant-menu-dark .ant-menu-item:hover{background:var(--bg-sidebar-hover)!important;color:#fff!important}.ant-menu-dark .ant-menu-item-selected{background:var(--bg-sidebar-active)!important;color:#fff!important}.ant-menu-dark .ant-menu-sub{background:#00000026!important}.ant-menu-dark .ant-menu-submenu-title{color:var(--text-sidebar)!important}.ant-menu-dark .ant-menu-submenu-title:hover{color:#fff!important;background:var(--bg-sidebar-hover)!important;border-radius:8px!important}.ant-layout-sider{background:var(--bg-sidebar)!important}.ant-layout-sider-trigger{background:var(--brand-blue-hover)!important}
