:root{color-scheme:light;--bg: #f4f6f9;--panel: #ffffff;--text: #111827;--muted: #6b7280;--line: #e5e7eb;--line-strong: #d1d5db;--soft: #f9fafb;--primary: #2563eb;--primary-soft: #eaf1ff;--ok: #16a34a;--ok-soft: #ecfdf3;--warn: #d97706;--warn-soft: #fff7ed;--bad: #dc2626;--bad-soft: #fef2f2;--info: #2563eb;--info-soft: #eff6ff}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,PingFang SC,Microsoft YaHei,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}button,input,select{font:inherit}button{cursor:pointer}.ops-shell{min-height:100vh;display:grid;grid-template-columns:216px minmax(0,1fr);background:var(--bg)}.ops-sidebar{position:sticky;top:0;height:100vh;border-right:1px solid var(--line);background:#fff;padding:20px 12px}.ops-brand{height:52px;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;margin-bottom:20px;padding:0 8px}.ops-logo{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#111827;color:#fff;font-size:13px;font-weight:900}.ops-brand strong,.ops-brand span,.name-cell strong,.name-cell span,.group-card strong,.group-card span{display:block}.ops-brand strong{overflow:hidden;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.ops-brand span{margin-top:2px;color:var(--muted);font-size:12px}.ops-nav{display:grid;gap:3px}.ops-nav button{min-height:38px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:10px;border:0;border-radius:7px;background:transparent;color:#374151;padding:8px 11px;text-align:left}.ops-nav button:hover{background:#f3f4f6}.ops-nav button.active{background:var(--primary-soft);color:var(--primary);font-weight:800}.ops-main{min-width:0}.ops-topbar{position:sticky;top:0;z-index:5;height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);background:#fffffff0;padding:0 30px}.ops-topbar h1{margin:0;font-size:19px;line-height:1.2}.ops-topbar p{margin:4px 0 0;color:var(--muted);font-size:13px}.ops-top-actions{display:flex;align-items:center;gap:10px}.icon-button,.plain-button,.primary-button,.user-button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;color:#374151;padding:7px 12px;font-size:13px;font-weight:700}.icon-button{width:36px;padding:0}.primary-button{border-color:var(--primary);background:var(--primary);color:#fff}.user-button span{width:26px;height:26px;display:grid;place-items:center;border-radius:999px;background:#111827;color:#fff;font-size:11px}.account-menu-wrap{position:relative}.account-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:20;min-width:138px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 12px 30px #0f172a1f;padding:5px}.account-menu button{width:100%;min-height:32px;border:0;border-radius:6px;background:transparent;color:#374151;padding:6px 9px;text-align:left;font-size:13px;font-weight:700}.account-menu button:hover{background:#f3f4f6}.ops-page{padding:22px 24px 34px}.page-stack{display:grid;gap:14px;max-width:1240px;margin:0}.global-status{display:grid;grid-template-columns:repeat(5,minmax(180px,1fr));gap:12px}.status-box,.panel{border:1px solid var(--line);border-radius:10px;background:var(--panel);box-shadow:0 1px 2px #0f172a08}.status-box{min-height:106px;display:grid;align-content:space-between;gap:12px;padding:14px;text-align:left;font:inherit}.status-box:hover{border-color:#cbd5e1;background:#fbfdff}.status-box-head{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:12px}.status-box svg{width:38px;height:38px;border-radius:8px;padding:9px}.status-box.ok svg{background:var(--ok-soft);color:var(--ok)}.status-box.warn svg{background:var(--warn-soft);color:var(--warn)}.status-box.bad svg{background:var(--bad-soft);color:var(--bad)}.status-box.info svg{background:var(--info-soft);color:var(--info)}.status-box strong{display:block;overflow:hidden;font-size:23px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.status-box-pills{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.status-box-pills span{min-height:28px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#f8fafc;color:var(--muted);padding:4px 6px;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.heartbeat-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.heartbeat-chip{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"name time" "dots dots";align-items:start;gap:12px 10px;border:1px solid var(--line);border-radius:8px;background:#fbfcfd;padding:12px 11px 8px;text-align:left}.heartbeat-chip:hover,.group-card:hover{border-color:#cbd5e1;background:#f8fafc}.heartbeat-dots{grid-area:dots;display:grid;grid-template-columns:repeat(var(--heartbeat-segments, 30),minmax(0,1fr));gap:2px;align-self:end}.heartbeat-dots i{height:3px;border-radius:999px;background:#22c55e;opacity:.62}.heartbeat-dots i.warn{background:#f59e0b}.heartbeat-dots i.bad{background:#ef4444}.heartbeat-chip strong,.heartbeat-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.heartbeat-chip>div:first-child{grid-area:name;min-width:0;display:flex;align-items:baseline;gap:9px}.heartbeat-chip strong{flex:0 0 auto;font-size:13.5px;line-height:1.25}.heartbeat-chip span{min-width:0}.heartbeat-chip span,.heartbeat-chip em{color:var(--muted);font-size:12.5px;font-style:normal;line-height:1.25}.heartbeat-chip em{grid-area:time;text-align:right;white-space:nowrap}.panel{padding:15px}.panel-head{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.panel-head h2{margin:0;font-size:16px}.hint-text{color:var(--muted);font-size:12px}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:9px}.data-table{width:100%;min-width:760px;border-collapse:collapse;background:#fff}.data-table th,.data-table td{border-bottom:1px solid var(--line);padding:12px 14px;text-align:left;vertical-align:middle;font-size:13px}.data-table th:last-child,.data-table td:last-child{width:132px}.data-table th{background:#f8fafc;color:#4b5563;font-weight:800;white-space:nowrap}.data-table tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#fafafa}.data-table tbody tr.is-clickable{cursor:pointer}.data-table tbody tr.is-expanded{background:#f8fafc;box-shadow:inset 3px 0 0 var(--primary)}.data-table tbody tr.expanded-row:hover{background:#f8fafc}.data-table tbody tr.expanded-row td{background:#f8fafc;padding:0}.data-table tbody tr.is-focused{background:#f8fbff;box-shadow:inset 3px 0 0 var(--primary)}.cell-link{border:0;background:transparent;padding:0}.traffic-rate{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;padding:3px 8px;font-size:12px;font-weight:800}.traffic-rate.up{background:#ecfdf5;color:#047857}.traffic-rate.down{background:#eff6ff;color:#1d4ed8}.entry-inline-detail{display:grid;grid-template-columns:190px minmax(0,1fr);align-items:center;gap:18px;border-bottom:1px solid #e2e8f0;box-shadow:inset 3px 0 0 var(--primary);background:#f9fbfd;padding:10px 18px 10px 28px;overflow:hidden}.entry-inline-title{display:grid;gap:3px;min-width:0;padding:0}.entry-inline-title strong,.entry-inline-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entry-inline-title strong{color:#111827;font-size:13px;line-height:1.2}.entry-inline-title span{color:#64748b;font-size:12px;line-height:1.2}.entry-probe-grid{display:flex;align-items:center;gap:22px;min-width:0;overflow:hidden}.entry-probe{min-width:0;display:inline-flex;align-items:center;gap:5px;border-right:0;background:transparent;padding:0}.entry-probe i{flex:0 0 auto;width:5px;height:5px;border-radius:999px;background:#64748b}.entry-probe.ok i{background:#22c55e}.entry-probe.warn i{background:#f59e0b}.entry-probe.bad i{background:#ef4444}.entry-probe.info i{background:#3b82f6}.entry-probe em,.entry-probe strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entry-probe em{color:#64748b;font-size:11px;font-style:normal;font-weight:650;line-height:1}.entry-probe strong{color:#111827;font-size:12px;font-weight:800;line-height:1}.status-pill{display:inline-flex;align-items:center;min-height:23px;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:800;white-space:nowrap}.status-pill.ok{background:var(--ok-soft);color:var(--ok)}.status-pill.warn{background:var(--warn-soft);color:var(--warn)}.status-pill.bad{background:var(--bad-soft);color:var(--bad)}.status-pill.info{background:var(--info-soft);color:var(--info)}.row-actions{display:flex;flex-wrap:nowrap;gap:6px}.row-actions.compact{gap:5px}.row-actions button{position:relative;display:inline-grid;place-items:center;width:28px;min-height:28px;border:1px solid var(--line-strong);border-radius:7px;background:#fff;color:#374151;padding:0;font-size:12px;font-weight:700}.row-actions.compact button{width:25px;min-height:25px;padding:0;font-size:12px}.row-actions button:hover,.plain-button:hover,.icon-button:hover{background:#f9fafb}.row-actions button:hover{border-color:#bfdbfe;color:var(--primary)}.row-actions button:after{position:absolute;left:50%;bottom:calc(100% + 8px);z-index:20;content:attr(data-tooltip);display:none;transform:translate(-50%);border-radius:6px;background:#111827;color:#fff;padding:5px 8px;font-size:12px;font-weight:800;line-height:1;white-space:nowrap;pointer-events:none;box-shadow:0 8px 20px #0f172a2e}.row-actions button:before{position:absolute;left:50%;bottom:calc(100% + 4px);z-index:20;content:"";display:none;transform:translate(-50%);border:4px solid transparent;border-top-color:#111827;pointer-events:none}.row-actions button:hover:after,.row-actions button:hover:before,.row-actions button:focus-visible:after,.row-actions button:focus-visible:before{display:block}.row-actions button:disabled{cursor:not-allowed;border-color:#e5e7eb;background:#f8fafc;color:#a1a1aa}.group-card-grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:12px}.group-card{border:1px solid var(--line);border-radius:8px;background:#fbfcfd;padding:14px;color:inherit;text-align:left}.group-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.group-card span{margin-top:4px;color:var(--muted);font-size:12px}.group-card dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:14px 0 0}.group-card dl div{border:1px solid var(--line);border-radius:6px;background:#fff;padding:8px}.group-card dt{color:var(--muted);font-size:11px}.group-card dd{margin:5px 0 0;font-size:13px;font-weight:800}.entry-page{gap:12px}.entry-page .panel{padding:12px}.entry-page .panel-head{min-height:28px;margin-bottom:10px}.entry-page .panel-head h2{font-size:15px}.entry-page .group-card-grid{grid-template-columns:repeat(auto-fit,minmax(430px,1fr));gap:10px}.entry-page .group-card{display:grid;grid-template-columns:minmax(170px,1.15fr) minmax(240px,1.65fr) auto;align-items:center;gap:12px;padding:10px 12px}.entry-page .group-card .row-actions{justify-content:flex-end}.entry-page .group-card-title{min-width:0;align-self:center}.entry-page .group-card span{margin-top:2px}.entry-page .group-card-title strong{display:flex;align-items:center;gap:8px;white-space:nowrap}.entry-page .group-card-summary{min-width:0;display:grid;grid-template-columns:repeat(4,minmax(54px,1fr));align-items:center;gap:6px;color:#334155;font-size:12px;font-weight:800}.entry-page .group-card-summary span{min-width:0;margin:0;display:grid;gap:2px;color:#475569;text-align:center;white-space:nowrap}.entry-page .group-card-summary em{color:#94a3b8;font-size:10px;font-style:normal;font-weight:800}.entry-page .group-card-summary span+span{border-left:1px solid var(--line)}.batch-actions{display:flex;align-items:center;gap:10px}.batch-actions span{color:#64748b;font-size:12px;font-weight:800}.batch-actions button:disabled{cursor:not-allowed;border-color:#e5e7eb;background:#f8fafc;color:#a1a1aa}.entry-page .data-table{min-width:1040px}.entry-page .data-table th,.entry-page .data-table td{padding:7px 12px;font-size:12px}.entry-page .name-cell strong{font-size:12px}.entry-page .name-cell span{margin-top:2px;font-size:11px}.entry-page .status-pill{min-height:20px;padding:2px 7px;font-size:11px}.entry-page .data-table th:last-child,.entry-page .data-table td:last-child{width:250px}.name-cell strong{font-size:13px}.name-cell span{margin-top:4px;color:var(--muted);font-size:12px}.rule-panel{padding:0;overflow:hidden}.rule-panel-head{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);padding:15px 16px}.rule-panel-head h2{margin:0;font-size:16px}.rule-title-row{display:flex;align-items:center;gap:8px}.rule-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.rule-version-badge{min-height:22px;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:#f8fafc;color:#475569;padding:2px 9px;font-size:12px;font-weight:800}.rule-panel-head p{margin:4px 0 0;color:var(--muted);font-size:12px}.rule-control-bar{border-bottom:1px solid var(--line);background:#fbfcfe;padding:9px 16px}.rule-fields{display:grid;grid-template-columns:210px 280px auto;justify-content:space-between;align-items:end;gap:12px}.select-field{display:grid;gap:5px}.select-field span{color:var(--muted);font-size:12px}.select-field select,.search-box input{width:100%;min-height:34px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;color:var(--text);padding:6px 10px}.rule-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:7px}.rule-actions button{min-height:30px;border:1px solid var(--line-strong);border-radius:7px;background:#fff;color:#374151;padding:5px 9px;font-size:12px;font-weight:700}.rule-actions button:hover{background:#f9fafb}.rule-actions button:disabled{cursor:not-allowed;border-color:#e5e7eb;background:#f8fafc;color:#a1a1aa}.selected-count{color:#64748b;font-size:12px;font-weight:800}.search-box{width:280px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px}.search-box input{width:100%}.backend-code{display:inline-flex;align-items:center;min-height:26px;border:1px solid #dbeafe;border-radius:6px;background:#eff6ff;color:#1d4ed8;padding:3px 8px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px}.row-check{width:15px;height:15px;accent-color:var(--primary)}.landing-node{display:block;min-width:0}.landing-node strong{display:block;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#111827;font-size:12px;font-weight:800}.rule-remark{display:block;max-width:160px;overflow:hidden;color:#475569;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.toast{position:fixed;right:24px;top:82px;z-index:30;min-width:220px;max-width:360px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 14px 36px #0f172a24;color:#111827;padding:12px 14px;font-size:13px;font-weight:800}.toast.ok{border-color:#bbf7d0;color:#15803d}.toast.warn{border-color:#fed7aa;color:#b45309}.toast.bad{border-color:#fecaca;color:#b91c1c}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;background:#0f172a47;padding:20px}.modal-card{width:min(520px,100%);border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 22px 60px #0f172a33;overflow:hidden}.modal-card header,.modal-card footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px}.modal-card header{border-bottom:1px solid var(--line)}.modal-card footer{justify-content:flex-end;border-top:1px solid var(--line);background:#f8fafc}.modal-card h2{margin:0;font-size:16px}.modal-card button,.danger-button{min-height:32px;border:1px solid var(--line-strong);border-radius:7px;background:#fff;color:#374151;padding:6px 10px;font-size:13px;font-weight:800}.danger-button{border-color:#ef4444;background:#ef4444;color:#fff}.modal-body{padding:16px}.modal-body p{margin:0;color:#334155;font-size:13px;line-height:1.7}.action-summary{display:grid;gap:8px;margin:0}.action-summary div{display:grid;grid-template-columns:90px minmax(0,1fr);gap:12px;border-bottom:1px solid var(--line);padding-bottom:8px}.action-summary div:last-child{border-bottom:0;padding-bottom:0}.action-summary dt{color:var(--muted);font-size:12px}.action-summary dd{margin:0;color:#111827;font-size:13px;font-weight:800;overflow-wrap:anywhere}.inline-code{border:1px solid #dbeafe;border-radius:6px;background:#eff6ff;color:#1d4ed8;padding:2px 6px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px}.modal-stack{display:grid;gap:12px}.command-box{display:grid;gap:6px}.command-box-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.command-box-head span{color:var(--muted);font-size:12px;font-weight:800}.command-box-head button{min-height:28px;border:1px solid var(--line-strong);border-radius:7px;background:#fff;color:#334155;padding:4px 10px;font-size:12px;font-weight:800}.command-box pre{overflow:auto;margin:0;border:1px solid var(--line);border-radius:8px;background:#0f172a;color:#e2e8f0;padding:12px;font-size:12px;line-height:1.55;white-space:pre-wrap}.agent-flow{display:flex;flex-wrap:wrap;gap:8px}.agent-flow span{border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;color:#1d4ed8;padding:4px 9px;font-size:12px;font-weight:800}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.modal-actions button,.issue-row button{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line-strong);border-radius:7px;background:#fff;color:#374151;padding:5px 9px;font-size:12px;font-weight:800}.modal-field{display:grid;gap:6px}.modal-field span{color:var(--muted);font-size:12px;font-weight:800}.modal-field select{min-height:36px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;color:var(--text);padding:7px 10px}.issue-list{display:grid;gap:8px}.issue-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid var(--line);border-radius:8px;background:#fbfcfe;padding:10px}.issue-row strong,.issue-row span{display:block}.issue-row strong{color:#111827;font-size:13px}.issue-row span{margin-top:3px;color:#64748b;font-size:12px;overflow-wrap:anywhere}.code-preview{max-height:260px;overflow:auto;margin:0;border:1px solid var(--line);border-radius:8px;background:#0f172a;color:#e2e8f0;padding:12px;font-size:12px;line-height:1.6}.code-preview.tall{max-height:420px}.rule-form-card{width:min(620px,100%)}.entry-access-card{width:min(820px,100%)}.entry-access{display:grid;gap:14px}.access-tabs{display:flex;flex-wrap:wrap;gap:8px;border-bottom:1px solid var(--line);padding-bottom:10px}.access-tabs button{min-height:30px;border:1px solid var(--line-strong);border-radius:7px;background:#fff;color:#475569;padding:5px 10px;font-size:12px;font-weight:800}.access-tabs button.active{border-color:#bfdbfe;background:#eff6ff;color:var(--primary)}.access-pane{display:grid;gap:12px}.rule-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rule-form label{display:grid;gap:6px}.rule-form .field-wide{grid-column:1 / -1}.rule-form span{color:var(--muted);font-size:12px;font-weight:800}.rule-form input,.rule-form select,.rule-form textarea,.import-form textarea{min-height:36px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;color:var(--text);padding:7px 10px}.rule-form textarea{min-height:120px;resize:vertical;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.55}.single-column{grid-template-columns:1fr}.single-column p,.import-form p{grid-column:1 / -1;margin:0;color:#475569;font-size:13px;line-height:1.6}.import-card{width:min(760px,100%)}.import-form{display:grid;gap:10px}.import-form textarea{width:100%;min-height:180px;resize:vertical;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.55}.form-error{border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#b91c1c;padding:8px 10px;font-size:12px;font-weight:800}.rule-panel .data-table th,.rule-panel .data-table td{padding:7px 14px;font-size:12px}.rule-panel .data-table{min-width:1180px}.rule-panel .data-table th:nth-child(4),.rule-panel .data-table td:nth-child(4){width:170px}.rule-panel .data-table th:nth-child(5),.rule-panel .data-table td:nth-child(5){width:270px}.rule-panel .data-table th:first-child,.rule-panel .data-table td:first-child{width:52px}.rule-panel .data-table th:last-child,.rule-panel .data-table td:last-child{width:130px}.rule-panel .name-cell strong{font-size:12px}.rule-panel .name-cell span{margin-top:2px;font-size:11px}.rule-panel .status-pill{min-height:20px;padding:2px 7px;font-size:11px}.rule-panel .row-actions{flex-wrap:nowrap;justify-content:flex-end}.rule-panel .row-actions button{width:26px;min-height:25px;padding:0;font-size:12px}.empty-state{display:grid;place-items:center;gap:6px;min-height:150px;border-top:1px solid var(--line);color:#64748b;text-align:center;padding:24px}.empty-state strong{color:#111827;font-size:14px}.empty-state span{max-width:420px;font-size:13px;line-height:1.6}.fatal-screen{min-height:100vh;display:grid;place-items:center;background:#f8fafc;color:#0f172a;padding:24px}.fatal-panel{width:min(520px,100%);display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;box-shadow:0 16px 40px #0f172a14;padding:18px}.fatal-panel div{display:grid;gap:5px}.fatal-panel strong{font-size:15px}.fatal-panel span{color:#64748b;font-size:13px;line-height:1.55}.fatal-panel button{flex:none;min-height:34px;border:1px solid #0f172a;border-radius:8px;background:#0f172a;color:#fff;padding:0 13px;font-weight:800}@media(max-width:1180px){.global-status{grid-template-columns:repeat(2,minmax(150px,1fr))}.entry-inline-detail{grid-template-columns:1fr}.entry-probe-grid{flex-wrap:wrap}.group-card-grid{grid-template-columns:1fr}.heartbeat-list{grid-template-columns:repeat(2,minmax(0,1fr))}.rule-fields{grid-template-columns:210px minmax(220px,1fr)}.rule-actions{grid-column:1 / -1;justify-content:flex-end}}@media(max-width:760px){.ops-shell{grid-template-columns:1fr}.ops-sidebar{position:static;height:auto}.ops-topbar{height:auto;align-items:flex-start;flex-direction:column;padding:14px 16px}.ops-page{padding:16px}.global-status,.rule-control-bar{grid-template-columns:1fr}.entry-probe-grid{flex-wrap:wrap}.heartbeat-list,.rule-fields{grid-template-columns:1fr}.search-box{width:100%;margin-left:0}.fatal-panel{align-items:stretch;flex-direction:column}}
