// ─── 工业暗色调色板(参考西门子 WinCC 风格)─── $bg-base: #0b0f16; $bg-primary: #0f1420; $bg-secondary: #141a28; $bg-card: #182030; $bg-panel: #1c2538; $bg-hover: #22304a; $bg-input: #0b0f16; $border: #263044; $border-light: #2e3d58; $border-active:#00a3be; $text-primary: #c8d6e8; $text-secondary: #6a82a0; $text-muted: #3e5070; // 西门子主色调 - 石油蓝绿 $sms-teal: #00a3be; $sms-teal-dim: #007a8c; $sms-blue: #0066b3; $sms-blue-dim: #004d88; // 状态色 $status-run: #3db86e; $status-warn: #d4880a; $status-fault: #c8322e; $status-stop: #3e5070; $accent-green: #3db86e; $accent-yellow: #d4880a; $accent-red: #c8322e; $accent-cyan: #00a3be; $font-main: 'Segoe UI', 'Microsoft YaHei UI', 'PingFang SC', sans-serif; $font-mono: 'Consolas', 'Courier New', monospace; // 向后兼容 $sms-highlight: $sms-teal;