:root{--bg:#f5f5f3;--surface:#fff;--text:#171717;--muted:#777;--line:#e5e5e2;--accent:#171717;color:var(--text);background:var(--bg);font-synthesis:none}:root[data-theme=cobalt]{--bg:#f2f3f7;--surface:#fff;--text:#17191f;--muted:#717680;--line:#e0e3eb;--accent:#3157c8}:root[data-theme=clay]{--bg:#f4efe8;--surface:#fffaf4;--text:#241b17;--muted:#806f64;--line:#e8dbcf;--accent:#a44f32}:root[data-theme=nocturne]{--bg:#101110;--surface:#181a18;--text:#f2f3ef;--muted:#989d94;--line:#2d302d;--accent:#d5ff45}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;transition:background .2s ease,color .2s ease}.app-shell{min-height:100vh;background:var(--bg)}.app-sider{background:#111!important;border-right:0}.brand-block{height:72px;padding:0 22px;display:flex;flex-direction:column;justify-content:center;color:#fff;border-bottom:1px solid #2b2b2b}.brand-title{font-size:15px;font-weight:700;letter-spacing:0}.brand-subtitle{color:#888;font-size:10px;letter-spacing:0;margin-top:3px}.app-menu.ant-menu-dark{background:#111;padding:14px 10px}.app-menu.ant-menu-dark .ant-menu-item{height:44px;line-height:44px;margin:4px 0;border-radius:8px;color:#aaa}.app-menu.ant-menu-dark .ant-menu-item-selected{background:#fff!important;color:#111!important;font-weight:600}.app-menu.ant-menu-dark .ant-menu-item:hover{background:#242424!important;color:#fff!important}.app-header{height:64px!important;padding:0 28px!important;background:color-mix(in srgb,var(--surface) 92%,transparent)!important;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;backdrop-filter:blur(12px)}.app-content{margin:20px;padding:0;min-height:280px;overflow:auto}.page-title{font-size:25px!important;letter-spacing:0;margin:0!important}.page-subtitle{color:var(--muted);font-size:13px;margin-top:5px}.surface-card.ant-card{border:1px solid var(--line);box-shadow:none;border-radius:12px;background:var(--surface)}.metric-card.ant-card .ant-card-body{padding:20px}.metric-label{color:var(--muted);font-size:12px;margin-bottom:12px}.metric-value{color:var(--text);font-size:30px;font-weight:680;line-height:1;letter-spacing:0}.floor-card.ant-card{cursor:pointer;transition:transform .18s ease,border-color .18s ease;height:100%}.floor-card.ant-card:hover{transform:translateY(-2px);border-color:#999}.floor-index{width:38px;height:38px;border-radius:10px;background:var(--accent);color:var(--surface);display:grid;place-items:center;font-size:13px;font-weight:700}.floor-stats{display:flex;gap:16px;color:var(--muted);font-size:12px;margin-top:18px}.status-dot{width:9px;height:9px;border-radius:50%;display:inline-block;margin-right:6px;background:#c8c8c5}.status-dot.on{background:#19a35b;box-shadow:0 0 0 4px #19a35b1c}.device-card.ant-card{border:1px solid #e7e7e4;border-radius:10px;box-shadow:none}.device-card.is-on{border-color:#a6d9bc;background:#fbfffc}.device-card .ant-switch-checked{background:#19a35b!important}.device-special-groups{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin:4px 0 16px;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.device-special-groups .ant-tag{margin-inline:6px 0}.device-area-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:0 0 10px}.device-area-grid{margin-bottom:18px}.group-preview-loading,.group-preview-empty{padding:28px 12px;color:var(--muted);text-align:center}.group-preview-modal{top:24px;padding-bottom:24px}.group-preview-modal .ant-modal-body{max-height:calc(100dvh - 126px);overflow-y:auto;overscroll-behavior:contain}.group-preview-notice.ant-alert-info{color:#1f2933;border-color:#c7d8e3;background:#edf5f9}.group-preview-notice.ant-alert-info .ant-alert-icon,.group-preview-notice.ant-alert-info .ant-alert-message{color:#1f4f67}.group-preview-summary{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 18px}.group-preview-section-title{margin:16px 0 8px;font-size:13px;font-weight:650}.group-preview-specials,.group-preview-list{overflow:auto;max-height:250px;border:1px solid var(--line);border-radius:8px}.group-preview-special-row,.group-preview-row{display:flex;align-items:center;justify-content:space-between;min-height:54px;gap:12px;padding:9px 12px;border-bottom:1px solid var(--line)}.group-preview-special-row:last-child,.group-preview-row:last-child{border-bottom:0}.group-preview-special-row>div,.group-preview-row>div{display:flex;min-width:0;flex-direction:column;gap:2px}.group-preview-special-row strong,.group-preview-row strong,.group-preview-row .ant-typography{overflow-wrap:anywhere}.group-preview-special-row .ant-typography,.group-preview-row .ant-typography{margin:0;font-size:11px}.group-preview-list.mapping{max-height:300px}.group-preview-collapse{margin-top:10px}.group-create-action{display:flex;align-items:center;padding-top:6px}.energy-reading{border:1px solid var(--line);background:var(--bg);border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:7px}.energy-reading span{color:var(--muted);font-size:11px}.energy-reading strong{font-size:22px;letter-spacing:0}.energy-reading small{color:var(--muted);font-size:11px;font-weight:500}.energy-controls{display:grid;gap:7px}.energy-control{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:7px 10px;border:1px solid var(--line);border-radius:8px}.energy-control .ant-switch-checked{background:#19a35b!important}:root[data-theme=nocturne] .app-sider{background:#090a09!important}:root[data-theme=nocturne] .device-card.is-on{background:#162019;border-color:#39744d}.ant-btn-primary{box-shadow:none!important}.ant-card-head{border-bottom-color:#ededeb!important}.ant-btn:focus-visible,.ant-input:focus-visible,.ant-select-selector:focus-visible,a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{color:var(--surface);background:var(--accent)}*{scrollbar-color:color-mix(in srgb,var(--muted) 45%,transparent) transparent;scrollbar-width:thin}.ant-table-wrapper .ant-table{border-radius:10px}.ant-table-thead>tr>th{background:#f6f6f4!important;color:#666!important;font-size:12px}.device-cascade-select{width:100%;display:flex;flex-direction:column;gap:7px}.device-cascade-primary-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:7px;align-items:center}.device-cascade-filter-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.device-cascade-primary-row .ant-select,.device-cascade-filter-row .ant-select,.device-cascade-select>.ant-select{min-width:0;width:100%}.device-controller-section+.device-controller-section{margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}.device-controller-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin:0 0 8px}.group-dashboard-toggle{display:inline-flex;align-items:center;gap:5px;margin-right:6px;font-size:12px;color:var(--muted);white-space:nowrap}.dashboard-group-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:28px 0 12px}.dashboard-custom-group-heading{margin-top:20px}.dashboard-fixed-group{cursor:pointer}.dashboard-fixed-group-main{display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard-fixed-group-name{font-weight:650;font-size:15px}.dashboard-fixed-group-note{color:var(--muted);font-size:11px}.device-cascade-meta{min-height:20px;display:flex;align-items:center;font-size:12px}.device-cascade-meta .anticon{color:var(--muted)}.device-cascade-selected{display:flex;align-items:center;justify-content:space-between;min-height:42px;gap:12px;padding:7px 9px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.device-cascade-selected-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px}.device-cascade-selected-copy strong,.device-cascade-selected-copy .ant-typography{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.device-cascade-selected-copy strong{font-size:13px;font-weight:600}.device-cascade-selected-copy .ant-typography{margin:0;font-size:11px}.scene-action-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;font-weight:600}.scene-editor-modal,.schedule-editor-modal{top:24px;margin-bottom:24px;padding-bottom:0}.scene-editor-modal .ant-modal-body,.schedule-editor-modal .ant-modal-body{max-height:calc(100dvh - 188px);overflow-y:auto;overscroll-behavior:contain;padding-inline:1px}.scene-batch-selector{margin-bottom:12px;padding:12px 0 14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.scene-batch-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.scene-batch-action{display:grid;grid-template-columns:auto 120px;align-items:center;gap:8px;color:var(--muted);font-size:12px}.scene-batch-footer>.ant-btn{min-width:150px}.scene-action-form-row{display:grid;grid-template-columns:24px minmax(0,1fr) 110px 32px;gap:8px;align-items:start;margin-bottom:8px}.scene-action-form-row .ant-form-item{margin-bottom:0;min-width:0}.scene-action-index{padding-top:6px;color:var(--muted);text-align:center;font-variant-numeric:tabular-nums}.scene-action-remove{width:32px;min-width:32px;padding-inline:0!important}.scene-timer-summary{display:flex;align-items:center;gap:7px;min-height:28px;margin:-5px 0 10px;color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums}.scene-timer-summary.active{color:#18794e}.scene-timer-editor{display:grid;grid-template-columns:180px minmax(0,1fr);align-items:start;gap:18px;margin-bottom:18px;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.scene-timer-toggle{display:flex;align-items:center;gap:8px;min-height:32px;font-weight:600}.scene-timer-toggle>.anticon{color:var(--muted)}.scene-timer-toggle>.ant-form-item{margin-left:auto}.schedule-rule-editor{padding:12px;border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--surface) 72%,var(--bg))}.schedule-rule-editor>.ant-form-item{margin-bottom:12px}.schedule-rule-fields{display:grid;grid-template-columns:180px minmax(0,1fr);gap:12px}.schedule-rule-fields.daily{grid-template-columns:minmax(180px,260px)}.schedule-rule-fields>.ant-form-item{min-width:0;margin-bottom:0}.weekday-checkbox-group{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 12px;min-height:32px;align-items:center}.weekday-checkbox-group .ant-checkbox-wrapper{margin-inline-start:0;white-space:nowrap}.schedule-rule-summary{color:var(--text);font-variant-numeric:tabular-nums}.scene-schedule-rule{padding:0;border:0;background:transparent}.schedule-table .ant-table-cell{white-space:nowrap}.page-action-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.mobile-automation-list,.employee-mobile-list,.audit-mobile-list{display:none}.automation-list-item{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.automation-list-item:first-child{border-top:1px solid var(--line)}.automation-list-main{min-width:0;flex:1}.automation-list-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.automation-list-title-row strong{min-width:0;overflow-wrap:anywhere;font-size:15px}.automation-list-plan{margin-top:6px;color:var(--text);font-size:13px;font-variant-numeric:tabular-nums}.automation-list-device{margin:5px 0 8px;overflow-wrap:anywhere;color:var(--muted);font-size:12px}.automation-list-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));flex:none;gap:6px;width:188px}.automation-list-actions .ant-btn{min-width:0}.scene-summary-heading{display:flex;align-items:center;gap:12px;margin-bottom:14px}.scene-summary-icon{display:grid;place-items:center;flex:none;width:40px;height:40px;border:1px solid var(--line);border-radius:8px;color:var(--accent);background:var(--bg);font-size:20px}.scene-summary-copy{min-width:0;flex:1}.scene-summary-name{overflow-wrap:anywhere;font-size:16px;font-weight:650}.scene-summary-description{display:block;overflow:hidden;margin-top:2px;text-overflow:ellipsis;white-space:nowrap}.scene-execution-status{margin-top:12px}.employee-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:16px}.employee-filters{display:grid;grid-template-columns:minmax(220px,1fr) 150px;gap:8px}.role-guide{margin-top:22px;padding-top:16px;border-top:1px solid var(--line)}.role-guide-title{margin-bottom:12px;font-size:14px;font-weight:650}.role-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}.role-guide-item{display:flex;align-items:flex-start;min-width:0;gap:4px;color:var(--muted);font-size:12px;line-height:1.5}.role-guide-item .ant-tag{flex:none}.permission-group-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:20px}.permission-group-grid .ant-checkbox-wrapper{min-width:0;margin-inline-start:0;overflow-wrap:anywhere}.permission-device-list{max-height:360px;overflow:auto;border:1px solid var(--line);border-radius:8px}.permission-device-item{padding:10px 12px;border-bottom:1px solid var(--line)}.permission-device-item:last-child{border-bottom:0}.permission-device-item .ant-checkbox-wrapper{display:flex;align-items:flex-start;min-width:0}.permission-device-name,.permission-device-meta{overflow-wrap:anywhere}.permission-device-name{font-weight:550}.permission-device-meta{margin-left:8px;color:var(--muted);font-size:12px}@media(max-width:767px){.app-header{height:56px!important;padding:0 12px!important}.app-content{margin:10px}.page-title{font-size:21px!important}.desktop-automation-table,.employee-desktop-table,.audit-desktop-table{display:none}.mobile-automation-list,.employee-mobile-list,.audit-mobile-list{display:block}.employee-toolbar{align-items:stretch}.employee-filters{grid-template-columns:minmax(0,1fr) 126px;flex:1 1 100%}.employee-toolbar>.ant-btn{width:100%}.employee-list-item,.audit-list-item{padding:14px 0;border-bottom:1px solid var(--line)}.employee-list-item:first-child,.audit-list-item:first-child{border-top:1px solid var(--line)}.employee-list-heading,.audit-list-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.employee-list-name{min-width:0;overflow-wrap:anywhere;font-size:16px;font-weight:650}.employee-list-meta{display:grid;gap:3px;margin-top:8px;color:var(--muted);font-size:12px}.employee-list-actions{margin-top:12px}.data-list-loading{display:grid;min-height:160px;place-items:center}.audit-list-heading .audit-action-label{min-width:0;flex:1;color:var(--text);font-size:13px;font-weight:650;line-height:1.45;overflow-wrap:anywhere}.audit-list-heading time{flex:0 0 auto;color:var(--muted);font-size:12px;line-height:1.45;font-variant-numeric:tabular-nums;white-space:nowrap}.audit-list-target{margin-top:7px;font-size:13px;font-weight:550;overflow-wrap:anywhere}.audit-list-detail{margin-top:5px;color:var(--muted);font-size:12px;line-height:1.5;overflow-wrap:anywhere}.role-guide-grid{grid-template-columns:1fr}.device-special-groups{align-items:flex-start;flex-direction:column}.device-area-heading{align-items:flex-start;flex-direction:column;gap:3px}.group-create-action{padding-top:0;padding-bottom:16px}}.audit-action-tag{height:auto;max-width:100%;margin:0;line-height:1.45;white-space:normal;overflow-wrap:anywhere}.audit-detail-cell{min-width:220px;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.audit-page-heading{margin-bottom:16px}.audit-page-heading .page-title{display:flex;align-items:center;gap:9px}.audit-page-card .ant-card-body{padding:0}.audit-page-card .ant-table-wrapper{padding:4px 12px 12px}.audit-page-list{padding:0 14px 14px}@media(max-width:576px){.device-cascade-filter-row{grid-template-columns:1fr}.device-cascade-primary-row{grid-template-columns:repeat(2,minmax(0,1fr))}.device-cascade-primary-row>.ant-btn{grid-column:1 / -1;width:100%}.device-cascade-selected{align-items:flex-start}.scene-editor-modal,.schedule-editor-modal{top:12px;margin-bottom:12px}.scene-editor-modal .ant-modal-body,.schedule-editor-modal .ant-modal-body{max-height:calc(100dvh - 172px)}.scene-action-form-row{grid-template-columns:24px minmax(0,1fr) 40px;gap:7px;padding-bottom:12px;border-bottom:1px solid var(--line)}.scene-action-device{grid-column:2;grid-row:1}.scene-action-type{grid-column:2;grid-row:2}.scene-action-remove{grid-column:3;grid-row:1;width:40px;min-width:40px;height:40px}.scene-timer-editor{grid-template-columns:1fr;gap:10px}.schedule-rule-fields,.schedule-rule-fields.daily{grid-template-columns:1fr}.weekday-checkbox-group{grid-template-columns:repeat(2,minmax(0,1fr))}.scene-action-heading{align-items:flex-start}.scene-batch-footer{align-items:stretch;flex-direction:column}.scene-batch-action{grid-template-columns:80px minmax(0,1fr)}.scene-batch-footer>.ant-btn{width:100%}.page-action-heading{align-items:stretch}.page-action-heading>.ant-btn{flex:none}.automation-list-item{flex-direction:column}.automation-list-actions{grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.permission-group-grid{grid-template-columns:1fr}.permission-device-meta{display:block;margin:2px 0 0}}.device-name-full{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.35}@media(max-width:576px){.device-name-full{font-size:14px!important;line-height:1.45}.device-card .ant-card-body{padding:10px 11px!important}}.user-presence{display:inline-flex;align-items:center;gap:4px;vertical-align:middle;margin-right:2px}.user-presence-dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex:none}.user-presence.is-online .user-presence-dot{background:#52c41a;box-shadow:0 0 0 2px #52c41a2e}.user-presence.is-offline .user-presence-dot{background:#bfbfbf}.user-presence-label{color:#8c8c8c;font-size:12px;line-height:1}
