:root{--bg-base:#ecf2f7;--bg-accent:#d5e5f3;--panel:rgba(255,255,255,0.88);--panel-strong:rgba(255,255,255,0.96);--ink-1:#0f253f;--ink-2:#46627c;--brand-1:#0f7fb0;--brand-2:#2ba58f;--warn:#dd6b20;--danger:#d64545;--ok:#2f9e44;--shadow-lg:0 18px 40px rgba(20,45,80,0.13);--shadow-md:0 10px 24px rgba(20,45,80,0.09)}body,html{height:100%;margin:0;color:var(--ink-1);font-family:Bahnschrift,DIN Alternate,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:radial-gradient(1200px 700px at 90% -10%,rgba(43,165,143,.2),transparent 65%),radial-gradient(850px 520px at -10% -20%,rgba(15,127,176,.23),transparent 60%),linear-gradient(145deg,var(--bg-base) 0,#f5f9fc 45%,var(--bg-accent) 100%);background-attachment:fixed}*{box-sizing:border-box}#__next{min-height:100%}.shell-layout{background:transparent!important}.shell-content{margin:20px;min-width:0}.console-sidebar{position:sticky!important;top:0;height:100vh;overflow:auto}.console-sidebar-inner{min-height:100%;padding:18px 12px;background:radial-gradient(circle at 20% 0,rgba(43,165,143,.18),transparent 34%),#10273b}.console-sidebar-brand{display:grid;gap:5px;padding:6px 12px 22px}.console-sidebar-brand .ant-typography{color:rgba(255,255,255,.72);margin:0}.console-sidebar-brand .ant-typography:first-child{color:#fff;font-size:20px}.console-topbar{min-height:64px;height:auto;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;line-height:normal;background:var(--panel-strong);border-bottom:1px solid rgba(15,127,176,.12);box-shadow:0 5px 20px rgba(20,45,80,.07);position:sticky;top:0;z-index:900}.console-topbar-title{min-width:max-content}.console-topbar-actions{justify-content:flex-end}.round-tag{border-radius:999px;margin-inline-end:0}.topbar-popover-list{width:min(360px,80vw);max-height:420px;overflow-y:auto}.topbar-popover-item{padding:9px 0;border-bottom:1px solid rgba(15,37,63,.08)}.page-toolbar-controls,.page-toolbar-row,.page-toolbar-status{min-width:0}.dashboard-standby-summary{padding:10px 12px;border-radius:12px;background:rgba(82,196,26,.08);border:1px solid rgba(0,0,0,.06)}.dashboard-standby-summary.is-active{background:rgba(250,173,20,.1)}.dashboard-standby-item{padding:8px 10px;border-radius:10px;background:rgba(255,255,255,.72);border:1px solid rgba(250,173,20,.22)}.dashboard-standby-meta{display:block;margin-top:4px;font-size:12px}.dashboard-load-item{min-height:112px;padding:10px;border-radius:12px;border:1px solid rgba(0,0,0,.06);background:rgba(15,127,176,.06)}.dashboard-load-item.is-offline{background:rgba(0,0,0,.025)}.dashboard-load-value{margin-top:10px;display:flex;align-items:baseline;justify-content:space-between}.dashboard-load-value .ant-typography:first-child{font-size:22px}.dashboard-mail-policy{padding:8px 10px;border-radius:8px;border:1px solid rgba(0,0,0,.06)}.tablet-navigation-drawer .ant-drawer-body{padding:0;background:#10273b}.glass-card.ant-card{background:var(--panel);border:1px solid rgba(15,127,176,.14);box-shadow:var(--shadow-md);border-radius:16px;backdrop-filter:blur(5px)}.glass-card.ant-card .ant-card-head{border-bottom:1px solid rgba(35,102,133,.12)}.offline-row td{background:#fff2ef!important}.status-dot{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:6px}.status-dot-ok{background:var(--ok);box-shadow:0 0 0 5px rgba(47,158,68,.16)}.status-dot-off{background:#94a7bb}.status-dot-bad{background:var(--danger);box-shadow:0 0 0 5px rgba(214,69,69,.14)}.behavior-hero.ant-card{overflow:hidden;border:1px solid rgba(15,127,176,.22);border-radius:18px;background:linear-gradient(120deg,rgba(255,255,255,.96),rgba(229,247,244,.9)),repeating-linear-gradient(90deg,transparent 0 48px,rgba(15,127,176,.05) 48px 49px);box-shadow:var(--shadow-lg)}.habit-heatmap-scroll{overflow-x:auto;padding:10px 4px 16px}.habit-heatmap{min-width:980px;display:grid;grid-template-columns:92px 1fr;gap:7px 10px}.habit-time-axis{position:relative;height:22px;color:var(--ink-2);font-size:12px}.habit-time-axis span{position:absolute;transform:translateX(-50%)}.habit-row{display:contents}.habit-row-label{align-self:center;font-size:12px;font-weight:700;color:var(--ink-2);white-space:nowrap}.habit-slot-grid{display:grid;grid-template-columns:repeat(96,minmax(6px,1fr));gap:2px}.habit-slot{position:relative;height:25px;border-radius:3px;border:1px solid rgba(15,37,63,.06)}.habit-slot-insufficient{background:repeating-linear-gradient(135deg,#d5dde5 0 3px,#eef2f5 3px 6px)}.habit-slot-idle{background:#dce5ec}.habit-slot-standby{background:#f3c969}.habit-slot-standby-strong{background:#dfa92f}.habit-slot-active-low{background:#acd7ec}.habit-slot-active-mid{background:#4da6d0}.habit-slot-active-high{background:#126d9a}.habit-live-active:after,.habit-live-standby:after{content:"";position:absolute;inset:-2px;border:2px solid #086ca0;border-radius:4px;z-index:2;animation:habit-live-pulse 1.4s ease-in-out infinite alternate}.habit-live-standby:after{border-color:#d59000}.habit-slot-current{box-shadow:inset 2px 0 #d64545}.habit-legend span{display:inline-flex;align-items:center;gap:6px;color:var(--ink-2);font-size:12px}.habit-legend i{width:20px;height:12px;display:inline-block;border-radius:3px}@keyframes habit-live-pulse{0%{opacity:.55}to{opacity:1}}.ai-assistant-float.ant-float-btn{width:76px;height:76px;border-radius:24px;box-shadow:0 18px 38px rgba(15,127,176,.36),0 0 0 10px rgba(43,165,143,.12);z-index:1100}.ai-assistant-float.ant-float-btn:before{content:"";position:absolute;inset:-8px;border-radius:30px;border:2px solid rgba(15,127,176,.22);animation:ai-assistant-pulse 2.2s ease-out infinite}.ai-assistant-float.ant-float-btn .ant-float-btn-body{width:76px;height:76px;border-radius:24px;background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.42),transparent 30%),linear-gradient(145deg,#0f7fb0,#16a1c8 46%,#2ba58f);border:1px solid rgba(255,255,255,.36);box-shadow:inset 0 1px 0 rgba(255,255,255,.28)}.ai-assistant-float.ant-float-btn .ant-float-btn-body:hover{background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.5),transparent 32%),linear-gradient(145deg,#0b6f9f,#1097c8 42%,#229e88)}.ai-assistant-float.ant-float-btn .ant-float-btn-icon{width:100%;margin:0}.ai-assistant-float-icon{display:grid;place-items:center;gap:2px;color:#fff;line-height:1;text-shadow:0 1px 8px rgba(0,0,0,.18)}.ai-assistant-float-icon .anticon{font-size:30px}.ai-assistant-float-icon span{font-size:15px;font-weight:800;letter-spacing:.08em}@keyframes ai-assistant-pulse{0%{transform:scale(.92);opacity:.75}70%{transform:scale(1.18);opacity:0}to{transform:scale(1.18);opacity:0}}@media (max-width:640px){.ai-assistant-float.ant-float-btn,.ai-assistant-float.ant-float-btn .ant-float-btn-body{width:64px;height:64px;border-radius:20px}.ai-assistant-float.ant-float-btn:before{border-radius:26px}.ai-assistant-float-icon .anticon{font-size:25px}.ai-assistant-float-icon span{font-size:13px}}@media (max-width:1023px){.shell-content{margin:14px}.console-topbar{padding:9px 14px;align-items:flex-start}.console-topbar-actions{max-width:72%}.console-topbar-actions .round-tag:first-child,.topbar-clock{display:none}.page-toolbar-controls,.page-toolbar-status{width:100%}.page-toolbar-status{justify-content:flex-end}.ant-table-wrapper{overflow-x:auto}}@media (max-width:767px){.shell-content{margin:10px}.console-topbar-actions .ant-tag{display:none}.console-page-title{max-width:42vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-toolbar .ant-cascader,.page-toolbar .ant-select{width:min(100%,280px)!important}}