:root{--color-primary: #4BBBA1;--color-primary-hover: #3AA890;--color-secondary: #1890FF;--color-secondary-hover: #0F78D4;--color-warning: #FAAB0C;--color-error: #FF4D4F;--color-header-bg: #165551;--color-header-title: #FFFFFF;--color-header-btn: #4BBBA1;--color-sidebar-bg: #011614;--color-sidebar-active: #032A26;--color-sidebar-hover: #021E1C;--color-sidebar-border: #011614;--color-bg: #f5f7fa;--color-card: #ffffff;--color-text-primary: #323233;--color-text-secondary: #646566;--color-text-hint: #969799;--color-text-disabled: #C8C9CC;--color-title-page: #165551;--color-title-card: #101010;--color-border: #DDDDDD;--color-border-input: #e5e6eb;--color-breadcrumb-border: #E0E0E0;--color-table-header: #f0f2f5;--font-family: "Source Han Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--radius: 8px;--radius-sm: 4px;--shadow-card: 0 2px 8px rgba(0,0,0,.08);--shadow-modal: 0 4px 20px rgba(0,0,0,.15)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;font-family:var(--font-family);font-size:13px;color:var(--color-text-primary);background:var(--color-bg)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-track{background:transparent}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.status-dot.completed{background:#4bbba1}.status-dot.pending{background:#faab0c}.status-dot.cancelled{background:#ff4d4f}.status-dot.tentative{background:#1890ff}.status-dot.emergency{background:#ff4d4f}.sla-normal{color:#4bbba1}.sla-warning{color:#faab0c}.sla-overtime{color:#ff4d4f}.card-panel{background:var(--color-card);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:20px}.page-header{font-size:18px;font-weight:700;color:var(--color-title-page);margin-bottom:16px;padding-top:24px}
