.allhs-ops{
  --nav:#183b56;--nav2:#244a64;--ink:#17324a;--muted:#66788a;--line:#dbe4ea;--bg:#f4f7f9;--teal:#14788a;--good:#13795b;--warn:#b7791f;--bad:#b42318;
  display:grid;grid-template-columns:252px minmax(0,1fr);min-height:760px;
  width:min(1600px,calc(100vw - 32px));max-width:none;margin:20px 0 50px;margin-left:50%;transform:translateX(-50%);
  background:var(--bg);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 18px 55px rgba(23,50,74,.09);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink)
}
.allhs-ops *{box-sizing:border-box}.allhs-ops a:focus-visible,.allhs-ops button:focus-visible,.allhs-ops input:focus-visible,.allhs-ops select:focus-visible{outline:3px solid rgba(20,120,138,.22);outline-offset:2px}
.allhs-ops-nav{min-width:0;background:linear-gradient(180deg,var(--nav),var(--nav2));color:#fff;padding:24px 16px;display:flex;flex-direction:column}
.allhs-ops-brand{display:flex;align-items:center;gap:11px;padding:0 10px 22px;white-space:nowrap}.allhs-ops-brand strong{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:11px;background:#2e79b9;color:#fff;font-size:18px}.allhs-ops-brand span{font-size:18px;font-weight:750}
.allhs-ops-nav nav{display:flex;flex-direction:column;gap:4px}.allhs-ops-nav a{color:rgba(255,255,255,.86);text-decoration:none;padding:11px 12px;border-radius:9px;display:flex;gap:10px;align-items:center;font-size:14px;font-weight:650;line-height:1.25}.allhs-ops-nav a .dashicons{flex:0 0 20px;width:20px;height:20px;font-size:20px}.allhs-ops-nav a:hover,.allhs-ops-nav a.is-active{background:rgba(255,255,255,.13);color:#fff}.allhs-ops-nav a.is-external{margin-top:14px;border-top:1px solid rgba(255,255,255,.14);border-radius:0;padding-top:18px}.allhs-ops-version{margin-top:auto;padding:20px 12px 4px;color:rgba(255,255,255,.58);font-size:11px;line-height:1.55}
.allhs-ops-main{min-width:0;padding:32px 34px 38px}.allhs-ops-top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.allhs-ops-top>div:first-child{min-width:0}.allhs-ops-top h1{font-size:32px;line-height:1.12;margin:0 0 8px;color:var(--ink)}.allhs-ops-top p{margin:0;color:var(--muted);max-width:900px;line-height:1.55}.allhs-ops-toplinks{flex:0 0 auto;white-space:nowrap;padding-top:3px}.allhs-ops-toplinks a{color:var(--teal);text-decoration:none;font-weight:700}
.allhs-ops-grid{display:grid;gap:16px;margin-bottom:18px;align-items:start}.allhs-ops-grid.metrics{grid-template-columns:repeat(6,minmax(135px,1fr))}.allhs-ops-grid.two{grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr)}
.allhs-ops-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:13px;padding:20px;margin-bottom:18px;box-shadow:0 4px 16px rgba(23,50,74,.035)}.allhs-ops-grid>.allhs-ops-card{margin-bottom:0}
.allhs-ops-card.metric{padding:18px 17px;min-height:132px;display:flex;flex-direction:column}.allhs-ops-card.metric>span{font-size:12px;line-height:1.4;min-height:34px;text-transform:uppercase;letter-spacing:.035em;color:var(--muted);font-weight:750}.allhs-ops-card.metric>strong{font-size:28px;line-height:1.08;margin:8px 0 6px;overflow-wrap:anywhere}.allhs-ops-card.metric small{margin-top:auto;color:var(--muted);line-height:1.35}.allhs-ops-card.metric.good{border-top:3px solid var(--good)}.allhs-ops-card.metric.warn{border-top:3px solid var(--warn)}.allhs-ops-card.metric.bad{border-top:3px solid var(--bad)}
.card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:15px}.card-head>div{min-width:0}.card-head h2,.allhs-ops-card h2{margin:0 0 8px;font-size:20px;line-height:1.2}.card-head a{flex:0 0 auto;color:var(--teal);font-weight:700;text-decoration:none;white-space:nowrap}
.allhs-ops-tablewrap{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;border-radius:8px}.allhs-ops table{width:100%;min-width:680px;border-collapse:collapse;font-size:13px;line-height:1.45}.allhs-ops th{text-align:left;color:#596d7f;font-size:11px;text-transform:uppercase;letter-spacing:.04em;padding:11px 10px;border-bottom:1px solid var(--line);white-space:nowrap}.allhs-ops td{padding:13px 10px;border-bottom:1px solid #edf2f5;vertical-align:top;overflow-wrap:break-word}.allhs-ops tbody tr:last-child td{border-bottom:0}.allhs-ops tbody tr:hover td{background:#fbfcfd}.allhs-ops td strong{display:block}.allhs-ops td small{display:block;color:var(--muted);margin-top:3px;max-width:360px;line-height:1.4}.allhs-ops td a{color:var(--ink);text-decoration:none}.allhs-ops td a:hover{text-decoration:underline}.allhs-ops code{display:inline-block;max-width:100%;font-size:11.5px;line-height:1.35;word-break:normal;overflow-wrap:anywhere;background:#f3f6f8;color:#25445d;border-radius:5px;padding:3px 5px}
.allhs-ops .table-risk{min-width:760px}.allhs-ops .table-payments{min-width:820px}.allhs-ops .table-customers{min-width:900px}.allhs-ops .table-cohorts{min-width:580px}.allhs-ops .table-content{min-width:900px}.allhs-ops .table-jobs{min-width:940px}.allhs-ops .table-reminders{min-width:1120px}.allhs-ops .table-audit{min-width:900px;table-layout:fixed}.allhs-ops .table-audit th:nth-child(1),.allhs-ops .table-audit td:nth-child(1){width:150px;white-space:nowrap}.allhs-ops .table-audit th:nth-child(2),.allhs-ops .table-audit td:nth-child(2){width:180px}.allhs-ops .table-audit th:nth-child(3),.allhs-ops .table-audit td:nth-child(3){width:92px}.allhs-ops .table-audit th:nth-child(4),.allhs-ops .table-audit td:nth-child(4){width:125px}.allhs-ops .table-audit th:nth-child(5),.allhs-ops .table-audit td:nth-child(5){width:145px}.allhs-ops .table-audit th:nth-child(6),.allhs-ops .table-audit td:nth-child(6){width:auto;min-width:220px}
.risk{display:inline-flex;border-radius:99px;padding:4px 8px;font-size:10px;font-weight:800;letter-spacing:.03em;background:#edf2f5;color:#516577;white-space:nowrap}.risk.low,.risk.ok,.risk.completed{background:#e7f5ef;color:#13795b}.risk.medium,.risk.warning,.risk.retry{background:#fff4d6;color:#8a5b10}.risk.high,.risk.info,.risk.pending{background:#ffebc4;color:#995e00}.risk.critical,.risk.failed,.risk.bad{background:#fde8e7;color:#b42318}.risk.running{background:#e8f1ff;color:#175cd3}
.stage-form{display:flex;gap:6px;align-items:center;min-width:195px}.stage-form select{width:132px;max-width:132px}.stage-form button,.allhs-ops-alert button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:6px 8px;cursor:pointer}.allhs-ops-btn{display:inline-block;border:0;border-radius:8px;background:var(--teal);color:#fff!important;text-decoration:none;padding:10px 15px;font-weight:700;cursor:pointer;white-space:nowrap}.allhs-ops-btn.small{padding:7px 10px;font-size:12px}.inline-form{display:inline-block;margin:0}.button-row{display:flex;gap:10px;flex-wrap:wrap}
.allhs-ops-notice{background:#e7f5ef;border:1px solid #bce2d2;color:#116149;border-radius:10px;padding:10px 13px;margin-bottom:18px}.allhs-ops-empty{text-align:center;color:var(--muted);padding:34px 12px}.allhs-ops-empty.good{color:var(--good)}.allhs-ops-card.note{background:#f7fafc;color:#44596c;line-height:1.55}
.health-list{display:flex;flex-direction:column}.health-row{display:grid;grid-template-columns:13px minmax(0,1fr) auto;gap:12px;align-items:start;padding:13px 0;border-bottom:1px solid #edf2f5}.health-row:last-child{border:0}.health-row p{margin:3px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.health-dot{width:11px;height:11px;border-radius:50%;margin-top:5px;background:#a9b5bf}.health-dot.ok{background:var(--good)}.health-dot.warning{background:#d59a23}.health-dot.critical{background:var(--bad)}.health-dot.info{background:#3976c3}.health-status{font-size:10px;font-weight:800;color:var(--muted);white-space:nowrap}
.allhs-ops-alerts{display:flex;flex-direction:column;gap:9px}.allhs-ops-alert{display:flex;justify-content:space-between;gap:15px;padding:13px;border-left:4px solid #7790a3;background:#f8fafb;border-radius:7px}.allhs-ops-alert>div{min-width:0}.allhs-ops-alert.warning,.allhs-ops-alert.high{border-left-color:#d59a23}.allhs-ops-alert.critical{border-left-color:var(--bad)}.allhs-ops-alert p{margin:4px 0;color:#44596c}.allhs-ops-alert small{color:var(--muted)}
.allhs-ops-tabs{display:flex;gap:6px;flex-wrap:wrap;margin:0 0 16px}.allhs-ops-tabs a{text-decoration:none;border:1px solid var(--line);background:#fff;color:var(--ink);padding:7px 10px;border-radius:8px;font-weight:650;font-size:13px}.allhs-ops-tabs a.is-active{background:var(--nav);color:#fff;border-color:var(--nav)}
.bar-list>div{margin:13px 0}.bar-list>div>div{display:flex;justify-content:space-between;gap:18px;font-size:13px;margin-bottom:5px}.bar-list>div>div span{min-width:0;overflow-wrap:anywhere}.bar-list i{display:block;height:7px;background:#eef3f6;border-radius:8px;overflow:hidden}.bar-list b{display:block;height:100%;background:var(--teal);border-radius:8px}.funnel{display:flex;flex-direction:column;gap:7px}.funnel>div{display:flex;justify-content:space-between;gap:18px;align-items:center;background:#f5f8fa;padding:10px 12px;border-radius:8px}.funnel strong{font-size:18px}.tag{display:inline-flex;background:#e7f5ef;color:#13795b;border-radius:99px;padding:2px 6px;font-size:9px;font-weight:800;white-space:nowrap}
.settings-form h2{margin-top:26px;padding-top:20px;border-top:1px solid var(--line)}.settings-form h2:first-of-type{margin-top:0;padding-top:0;border:0}.settings-form label{display:flex;flex-direction:column;gap:6px;font-weight:650;font-size:13px;margin:12px 0}.settings-form input[type=email],.settings-form input[type=number],.settings-form input[type=time],.settings-form input[type=text]{width:100%;max-width:460px;border:1px solid #cdd8df;border-radius:8px;padding:9px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 26px}.settings-form .toggle{flex-direction:row;align-items:flex-start;font-weight:500;line-height:1.45}.settings-form .toggle input{flex:0 0 auto;width:18px;height:18px;margin-top:1px}.muted{color:var(--muted);font-size:13px;line-height:1.5}.checklist{margin:12px 0 0;padding-left:20px;line-height:1.8}.allhs-ops-login{max-width:680px;margin:70px auto;padding:35px;background:#fff;border:1px solid #dbe4ea;border-radius:15px;text-align:center}
@media(max-width:1250px){.allhs-ops{grid-template-columns:232px minmax(0,1fr)}.allhs-ops-main{padding:28px 28px 34px}.allhs-ops-grid.metrics{grid-template-columns:repeat(3,minmax(145px,1fr))}.allhs-ops-grid.two{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr)}}
@media(max-width:980px){.allhs-ops-grid.two{grid-template-columns:1fr}.allhs-ops-top h1{font-size:29px}}
@media(max-width:850px){.allhs-ops{display:block;width:calc(100vw - 12px);margin:8px 0 24px;margin-left:50%;transform:translateX(-50%);border-radius:12px}.allhs-ops-nav{padding:13px}.allhs-ops-brand{padding-bottom:10px}.allhs-ops-nav nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.allhs-ops-nav a{font-size:11px;padding:8px;justify-content:center;text-align:center;min-height:38px}.allhs-ops-nav a .dashicons{display:none}.allhs-ops-nav a.is-external{margin:0;border:0;border-radius:9px;padding-top:8px}.allhs-ops-version{display:none}.allhs-ops-main{padding:18px}.allhs-ops-grid.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.allhs-ops-grid.two,.form-grid{grid-template-columns:1fr}.allhs-ops-top{gap:12px}.allhs-ops-top h1{font-size:26px}.allhs-ops-top p{font-size:14px}.allhs-ops-toplinks{display:none}.allhs-ops-card.metric{min-height:116px}.allhs-ops-card.metric>span{min-height:0}.allhs-ops-tablewrap{border:1px solid #edf2f5}}
@media(max-width:520px){.allhs-ops-nav nav{grid-template-columns:repeat(2,minmax(0,1fr))}.allhs-ops-grid.metrics{grid-template-columns:1fr 1fr;gap:10px}.allhs-ops-card.metric{padding:14px;min-height:108px}.allhs-ops-card.metric>strong{font-size:23px}.allhs-ops-card{padding:14px}.allhs-ops-main{padding:12px}.allhs-ops th,.allhs-ops td{padding:9px 8px}.card-head{align-items:flex-start}.allhs-ops-alert{flex-direction:column}.allhs-ops-btn{white-space:normal;text-align:center}}
