:root{--ink:#17231f;--muted:#6c7974;--line:#dce3de;--green:#123c31;--good:#287157;--warn:#a8650d;--bad:#b4443b;--paper:#fbfcfa;--bg:#f3f5f2}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px/1.45 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.topbar{height:72px;padding:0 max(24px,calc((100vw - 1440px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--paper)}.brand{display:flex;align-items:center;gap:12px}.brand>span:last-child{display:flex;flex-direction:column}.brand strong{font-size:14px}.brand small,.refresh small{color:var(--muted)}.logo{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--green);color:#c8f36b;font-size:25px}.monitor{color:var(--muted);font-size:12px}.monitor i{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;background:#24a06b;box-shadow:0 0 0 4px #24a06b1f}main{max-width:1500px;margin:auto;padding:34px 30px}.intro{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:26px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.13em;color:var(--muted)}h1{margin:10px 0 4px;font-size:38px;line-height:1.1;letter-spacing:-.04em}h2{margin:0;font-size:16px}.intro p{margin:0;color:var(--muted);font-size:15px}.refresh{display:flex;align-items:center;gap:14px}.refresh>span{display:flex;flex-direction:column;text-align:right;font-size:12px}button,input,select{font:inherit}button{cursor:pointer;border:0}.refresh button{height:40px;padding:0 17px;border-radius:7px;background:var(--green);color:#fff;font-weight:700}.refresh button:disabled{opacity:.6}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:22px}.metrics article{min-height:126px;padding:20px;border:1px solid var(--line);background:var(--paper);display:flex;flex-direction:column}.metrics span{color:var(--muted);font-size:12px}.metrics strong{margin:6px 0;font-size:30px;line-height:1}.metrics small{margin-top:auto;color:#89938f}.metrics .warning{border-top:3px solid #d58b22}.alert{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;padding:14px 18px;border-left:4px solid #d58b22;background:#fff8ea;color:#70470e}.alert button{background:none;color:#815112;text-decoration:underline;font-weight:700}.panel{overflow:hidden;border:1px solid var(--line);background:var(--paper);box-shadow:0 8px 30px #19372c0d}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 20px;border-bottom:1px solid #e0e6e2}.toolbar small{color:#72807a}.filters{display:flex;gap:8px}.filters input,.filters select{height:40px;border:1px solid #d7dfda;border-radius:7px;background:#fff;padding:0 12px;color:#33453e}.filters input{width:270px}.table-wrap{overflow-x:auto}table{width:100%;min-width:1050px;border-collapse:collapse;text-align:left}th{padding:12px 18px;background:#f5f7f4;color:#75817c;font-size:11px;letter-spacing:.08em;text-transform:uppercase}td{padding:15px 18px;border-top:1px solid #e5eae7;background:#fff}tbody tr:hover td{background:#f8faf7}.name{font-weight:700}.instance{display:block;margin-top:3px;color:#87928d;font:11px ui-monospace,monospace}.number{text-align:right}.pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700}.pill:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}.good{color:var(--good)}.bad{color:var(--bad)}.warn{color:var(--warn)}.quiet{color:#7f8a85}.api{display:inline-block;padding:4px 8px;border:1px solid #ced8d3;border-radius:5px;background:#f0f5f2;font-size:12px;font-weight:700}.loading{text-align:center;padding:50px;color:var(--muted)}footer{display:flex;justify-content:space-between;gap:20px;padding:16px 2px;color:#7a8681;font-size:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:900px){.metrics{grid-template-columns:repeat(2,1fr)}.intro,.toolbar{align-items:stretch;flex-direction:column}.refresh{justify-content:space-between}.filters{flex-wrap:wrap}.filters label:first-child{width:100%}.filters input{width:100%}}@media(max-width:560px){.monitor{display:none}main{padding:24px 15px}.metrics{grid-template-columns:1fr 1fr}.metrics article{padding:16px}.filters label{width:100%}.filters select{width:100%}.alert{align-items:flex-start;flex-direction:column;gap:10px}h1{font-size:32px}}
