:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f6f8;--panel:#fff;--ink:#172126;--muted:#647076;--line:#dce3e7;--teal:#0f766e;--coral:#d45f4f;--gold:#b98716;--mint:#568e64;--blue:#476a8f;--shadow:0 18px 42px #1c2a3014}*{box-sizing:border-box}body{background:linear-gradient(135deg, #0f766e14, transparent 28%), linear-gradient(315deg, #476a8f17, transparent 30%), var(--bg);min-width:320px;color:var(--ink);margin:0;font-family:Cairo,Segoe UI,system-ui,sans-serif}button,input,select,textarea{font:inherit}.app-shell{background:0 0;min-height:100vh}.app-content{inline-size:min(1500px,100% - 32px);margin:0 auto;padding:24px 0 52px}.status-shell{text-align:center;place-content:center;gap:14px;min-height:70vh;display:grid}.hero-panel,.filter-card,.ant-card{box-shadow:var(--shadow)}.hero-panel{border:1px solid var(--line);background:#fffffff0;border-radius:8px;justify-content:space-between;align-items:center;gap:20px;padding:18px;display:flex}.brand-block{align-items:center;gap:14px;min-width:0;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg, var(--teal), var(--blue));border-radius:8px;flex:none;place-content:center;block-size:54px;inline-size:54px;display:grid}.brand-block .ant-typography{margin:0}.brand-block h1.ant-typography{letter-spacing:0;font-size:clamp(1.5rem,2.4vw,2.45rem);line-height:1.12}.brand-block .ant-typography-secondary,.brand-block span.ant-typography{color:var(--muted)}.header-actions{justify-content:flex-end}.share-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:inline-flex}.share-bar .ant-btn{flex:none}.share-bar.compact{justify-content:flex-end}.filter-card{border:1px solid var(--line);border-radius:8px;margin-top:16px}.filter-card .ant-card-body{padding:14px}.filter-grid{grid-template-columns:minmax(280px,1.5fr) repeat(3,minmax(170px,1fr));align-items:end;gap:12px;display:grid}.global-search{min-width:0}.smart-select{gap:6px;min-width:0;display:grid}.smart-select>span{color:var(--muted);font-size:.84rem;line-height:1.1}.smart-select .ant-select{width:100%}.meta-strip{flex-wrap:wrap;align-items:center;gap:8px;margin:14px 2px;display:flex}.meta-strip .ant-tag{border-radius:8px;align-items:center;gap:5px;min-height:30px;padding-inline:10px;display:inline-flex}.workspace-tabs{background:0 0}.workspace-tabs>.ant-tabs-nav{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffffff0;border-radius:8px;margin-bottom:16px;padding:5px}.workspace-tabs .ant-tabs-tab{border-radius:8px;justify-content:center;min-width:150px;margin:0;padding:10px 18px}.workspace-tabs .ant-tabs-tab+.ant-tabs-tab{margin:0 6px 0 0}[dir=ltr] .workspace-tabs .ant-tabs-tab+.ant-tabs-tab{margin:0 0 0 6px}.workspace-tabs .ant-tabs-tab-active{background:#e2f3ee}.workspace-tabs .ant-tabs-ink-bar{display:none}.tab-label{align-items:center;gap:8px;display:inline-flex}.dashboard-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:16px;display:grid}.kpi-grid{grid-column:1/-1;grid-template-columns:repeat(7,minmax(138px,1fr));gap:12px;display:grid}.kpi-card{border:1px solid var(--line);border-radius:8px}.kpi-card .ant-card-body{padding:15px 16px}.kpi-card .ant-statistic-title{min-height:24px;color:var(--muted);font-size:.9rem}.kpi-card .ant-statistic-content{color:var(--ink);font-size:clamp(1.45rem,2vw,2.1rem);font-weight:800}.kpi-card.teal{border-top:4px solid var(--teal)}.kpi-card.gold{border-top:4px solid var(--gold)}.kpi-card.coral{border-top:4px solid var(--coral)}.kpi-card.mint{border-top:4px solid var(--mint)}.span-4{grid-column:span 4}.span-6{grid-column:span 6}.span-12{grid-column:1/-1}.chart-card{border:1px solid var(--line);border-radius:8px;min-width:0}.chart-card .ant-card-head{min-height:52px}.chart-card .ant-card-head-title{color:var(--ink);font-weight:800}.chart-card .ant-card-body{padding:14px}.chart-card svg{flex:none}.chart-height{height:300px}.chart-height.large{height:360px}.recharts-default-tooltip{box-shadow:0 10px 22px #1c2a301f;border-color:var(--line)!important;border-radius:8px!important}.metric-list{gap:8px;display:grid}.metric-row{border:1px solid var(--line);background:#fbfcfd;border-radius:8px;grid-template-columns:minmax(0,1fr) 86px 72px;align-items:center;gap:10px;min-height:42px;padding:8px 10px;display:grid}.metric-header{min-height:36px;color:var(--ink);background:#f2f6f4;font-size:.82rem;font-weight:800}.metric-header strong,.metric-header em{color:var(--ink);font-weight:800}.metric-row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.metric-row strong{color:var(--ink)}.metric-row em{color:var(--muted);font-style:normal}.records-card{border:1px solid var(--line);border-radius:8px}.records-card .ant-card-head-title{white-space:normal}.table-toolbar{grid-template-columns:minmax(260px,1fr) auto;align-items:center;gap:12px;margin-bottom:14px;display:grid}.route-text{color:var(--teal);font-weight:700}.column-checks{gap:12px;display:grid}.column-checks .ant-checkbox-wrapper{margin-inline-start:0}.ant-table-wrapper .ant-table{border-radius:8px}.ant-table-thead>tr>th{white-space:nowrap;font-weight:800}.ant-table-tbody>tr>td{vertical-align:top}.ant-table-cell{overflow-wrap:anywhere}@media (width>=1400px){.filter-grid{grid-template-columns:minmax(300px,1.5fr) repeat(5,minmax(160px,1fr)) auto}}@media (width<=1180px){.filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.global-search{grid-column:1/-1}.kpi-grid{grid-template-columns:repeat(4,minmax(150px,1fr))}.span-4,.span-6{grid-column:span 6}}@media (width<=820px){.app-content{inline-size:min(100% - 24px,1500px);padding-top:12px}.hero-panel{text-align:center;flex-direction:column;align-items:center}.header-actions{justify-content:center;width:100%}.header-actions .ant-btn{flex:150px}.filter-grid,.dashboard-grid,.table-toolbar{grid-template-columns:1fr}.filter-grid{justify-items:stretch}.meta-strip{text-align:center;justify-content:center}.workspace-tabs>.ant-tabs-nav{justify-content:center;display:flex}.workspace-tabs .ant-tabs-nav-list{justify-content:center}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.span-4,.span-6,.span-12{grid-column:1/-1}.workspace-tabs .ant-tabs-tab{min-width:128px}}@media (width<=520px){.brand-block{text-align:center;align-items:center}.brand-block h1.ant-typography{font-size:1.45rem}.header-actions{flex-direction:column;align-items:stretch}.header-actions .ant-space-item,.header-actions .ant-btn,.header-actions .share-bar{width:100%}.share-bar .ant-btn{flex:42px}.kpi-grid{grid-template-columns:1fr}}.app-footer{background:0 0;margin-top:32px;padding:22px 0}.footer-inner{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e5e7eb;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;padding:20px 24px;display:flex;box-shadow:0 8px 28px #0f172a0f}.footer-brand{align-items:center;gap:14px;min-width:0;display:flex}.footer-logo{color:#0f766e;background:#ecfdf5;border:1px solid #ccfbf1;border-radius:14px;flex:0 0 44px;place-items:center;width:44px;height:44px;display:grid}.footer-brand strong{color:#1f2937;margin-bottom:4px;font-size:15px;font-weight:800;display:block}.footer-brand p{color:#6b7280;margin:0;font-size:13px;line-height:1.7}.footer-meta{color:#6b7280;text-align:end;flex-direction:column;align-items:flex-end;gap:6px;font-size:12.5px;line-height:1.6;display:flex}[dir=rtl] .footer-meta{text-align:start;align-items:flex-start}@media (width<=768px){.footer-inner{text-align:center;flex-direction:column;align-items:center;padding:18px}.footer-brand{text-align:center;justify-content:center}.footer-meta,[dir=rtl] .footer-meta{text-align:center;align-items:center}.footer-meta .share-bar{justify-content:center}}
