:root{color-scheme:light;--brand: #4f46e5;--brand-strong: #4338ca;--brand-soft: rgba(79, 70, 229, .1);--brand-gradient: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);--accent: #d97706;--ok: #059669;--warn: #d97706;--bad: #e11d48;--app-bg: #f4f5fa;--surface: #ffffff;--surface-2: #f8fafc;--border: #e6e8f0;--text: #0f172a;--text-muted: #64748b;--text-faint: #94a3b8;--sider-bg: #141a2e;--sider-accent: #1e2545;--radius-sm: 8px;--radius: 12px;--radius-lg: 18px;--shadow-1: 0 1px 2px rgba(15, 23, 42, .05), 0 1px 3px rgba(15, 23, 42, .04);--shadow-2: 0 8px 24px rgba(15, 23, 42, .08);--shadow-3: 0 18px 44px rgba(15, 23, 42, .16);--page-x: 24px;--page-y: 24px;--gap: 16px;--header-h: 64px;--sider-w: 244px;--sider-w-collapsed: 80px}[data-theme=dark]{color-scheme:dark;--brand-soft: rgba(99, 102, 241, .18);--app-bg: #0a0f1f;--surface: #141a2b;--surface-2: #1a2136;--border: #252d44;--text: #e8ecf6;--text-muted: #9aa8c2;--text-faint: #6b7a99;--sider-bg: #070b16;--sider-accent: #121831;--shadow-1: 0 1px 3px rgba(0, 0, 0, .5);--shadow-2: 0 10px 32px rgba(0, 0, 0, .55);--shadow-3: 0 20px 48px rgba(0, 0, 0, .65)}@media (max-width: 991px){:root{--page-x: 16px;--page-y: 16px;--gap: 12px;--header-h: 60px}}@media (max-width: 575px){:root{--page-x: 12px;--page-y: 12px;--gap: 10px;--header-h: 56px}}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%}@media (max-width: 575px){html{font-size:15px}}body{margin:0;padding:0;min-height:100vh;font-size:1rem;color:var(--text);background-color:var(--app-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s ease,color .2s ease;overflow-x:hidden}[dir=rtl],[dir=rtl] .ant-typography,[dir=rtl] input,[dir=rtl] textarea,[dir=rtl] button{font-family:Noto Sans Arabic,Noto Naskh Arabic,Segoe UI,Tahoma,Arial,sans-serif}[dir=ltr],[dir=ltr] input,[dir=ltr] textarea,[dir=ltr] button{font-family:Inter,Segoe UI,system-ui,-apple-system,Arial,sans-serif}[dir=rtl] .ant-table,[dir=rtl] .ant-descriptions,[dir=rtl] .ant-menu{line-height:1.75}img,svg,video,canvas{max-width:100%}.app-content{padding:var(--page-y) var(--page-x);min-width:0}.app-header{box-shadow:0 1px 8px #0f172a0f}.user-menu-trigger{max-width:min(220px,34vw)}@media (max-width: 575px){.user-menu-trigger{max-width:120px}}.app-content>*{max-width:1680px;margin-inline:auto}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:var(--gap)}.page-head__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}@media (max-width: 575px){.page-head{flex-direction:column;align-items:stretch}.page-head__actions{width:100%}.page-head__actions>.ant-btn{flex:1 1 auto}}.ltr-text,.num{direction:ltr;unicode-bidi:isolate;font-variant-numeric:tabular-nums;display:inline-block}.ant-table,.ant-statistic-content,.ant-descriptions{font-variant-numeric:tabular-nums}@media (max-width: 767px){.hide-mobile{display:none!important}}@media (min-width: 768px){.only-mobile{display:none!important}}.ant-layout{background:transparent}.ant-card{border-color:var(--border);box-shadow:var(--shadow-1)}.ant-card-hoverable:hover{box-shadow:var(--shadow-2);transform:translateY(-1px);transition:box-shadow .2s ease,transform .2s ease}.ant-table-thead>tr>th{font-weight:600;letter-spacing:.01em}.ant-table-content,.ant-table-body{scrollbar-width:thin}@media (max-width: 575px){.ant-table-tbody>tr>td,.ant-table-thead>tr>th{padding-block:10px!important;padding-inline:10px!important}.ant-table-pagination.ant-pagination{display:flex;flex-wrap:wrap;row-gap:8px;justify-content:center}.ant-pagination-options{display:none!important}}@media (max-width: 575px){.ant-modal{max-width:calc(100vw - 16px)!important;margin:8px auto!important;top:8px!important;padding-bottom:8px}.ant-modal-content{padding:16px!important}.ant-modal-body{max-height:calc(100dvh - 170px);overflow-y:auto;overscroll-behavior:contain}}.ant-tabs-nav{margin-bottom:12px!important}.ant-descriptions-bordered .ant-descriptions-item-label{font-weight:500}.ant-steps-item-title{word-break:normal;overflow-wrap:anywhere}.recharts-wrapper text{font-family:inherit;font-size:12px}@media (max-width: 575px){.header-lang.ant-select{width:62px!important}.header-lang .ant-select-selection-item{font-size:13px}}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}::selection{background:var(--brand-soft);color:var(--text)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd2e0;border-radius:999px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:#aeb8cc;background-clip:content-box}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#303a55;background-clip:content-box}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#3d4a6b;background-clip:content-box}.app-sider::-webkit-scrollbar{width:6px}.app-sider::-webkit-scrollbar-thumb{background:#94a3b859}.status-draft{color:#94a3b8}.status-confirmed{color:#0ea5e9}.status-in_progress{color:#d97706}.status-ready{color:#059669}.status-delivered{color:#7c3aed}.status-cancelled{color:#e11d48}.priority-urgent{color:#e11d48;font-weight:600}.priority-vip{color:#7c3aed;font-weight:700}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media print{.no-print,.ant-layout-sider,.ant-layout-header,.ant-drawer,.ant-modal-mask{display:none!important}html,body{background:#fff!important;color:#000!important}.ant-layout,.app-content{margin:0!important;padding:0!important;background:#fff!important}.ant-card{box-shadow:none!important;border:1px solid #ddd!important}}
