:root{color:#111;font-synthesis:none;background:#fff;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}.app{background:#fff;grid-template-columns:236px 1fr;min-height:100vh;display:grid}aside{background:#fff;border-right:1px solid #e7e7e7;flex-direction:column;width:236px;padding:24px 14px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:11px;padding:0 9px 26px;display:flex}.brand-mark{color:#fff;background:#111;place-items:center;width:34px;height:34px;font-size:15px;font-weight:700;display:grid}.brand b{letter-spacing:1.2px;font-size:12px;display:block}.brand span,.aside-foot span{color:#777;margin-top:3px;font-size:11px;display:block}nav{flex-direction:column;gap:2px;display:flex}nav a{cursor:pointer;text-align:left;color:#555;background:0 0;border:0;border-radius:5px;align-items:center;gap:11px;height:42px;padding:0 11px;font-size:13px;text-decoration:none;display:flex}nav svg{width:18px}nav em{color:#888;margin-left:auto;font-size:11px;font-style:normal}.aside-foot{border-top:1px solid #eee;align-items:center;gap:10px;margin-top:auto;padding:18px 9px 0;display:flex}.aside-foot svg{width:18px}.aside-foot b{font-size:11px}.aside-foot span{color:#25834a}.aside-foot span.connection-error{color:brown}main{grid-column:2;min-width:0;padding:34px 40px}header{justify-content:space-between;align-items:end;margin-bottom:32px;display:flex}header p,.drawer-head p{color:#777;text-transform:uppercase;letter-spacing:1px;margin:0 0 7px;font-size:11px}h1{letter-spacing:-.6px;margin:0;font-size:26px}h2{margin:0;font-size:15px}.refresh{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:5px;align-items:center;gap:7px;height:36px;padding:0 12px;font-size:12px;display:flex}.refresh svg{width:15px}.refresh:disabled{opacity:.5}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.metrics{border:1px solid #e6e6e6;grid-template-columns:repeat(4,1fr);display:grid}.metrics button{text-align:left;cursor:pointer;background:#fff;border:0;border-right:1px solid #e6e6e6;padding:22px}.metrics button:hover{background:#fafafa}.metrics span,.metrics small{color:#666;font-size:11px;display:block}.metrics strong{letter-spacing:-1px;margin:15px 0 8px;font-size:28px;display:block}.grid{grid-template-columns:minmax(0,1fr) 280px;gap:20px;margin-top:20px;display:grid}.panel,.content{background:#fff;border:1px solid #e6e6e6}.panel-head{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;height:57px;padding:0 18px;display:flex}.panel-head button{cursor:pointer;background:0 0;border:0;font-size:11px;text-decoration:underline}.health{padding:20px}.health h2{margin-bottom:17px}.health-row{border-top:1px solid #eee;justify-content:space-between;align-items:center;padding:15px 0;font-size:12px;display:flex}.health-row span{color:#555;align-items:center;gap:8px;display:flex}.dot{background:#2d9b57;border-radius:50%;width:7px;height:7px}.dot.warning{background:#c67a19}.toolbar{border-bottom:1px solid #e6e6e6;align-items:center;gap:20px;height:60px;padding:0 16px;display:flex}.toolbar input{border:1px solid #ddd;border-radius:4px;outline:none;width:min(390px,70%);height:34px;padding:0 11px}.toolbar input:focus{border-color:#111}.toolbar span{color:#777;margin-left:auto;font-size:11px}.table-wrap{overflow:auto}table{border-collapse:collapse;white-space:nowrap;width:100%}th{text-align:left;color:#777;text-transform:uppercase;letter-spacing:.7px;background:#fafafa;border-bottom:1px solid #e8e8e8;padding:12px 16px;font-size:10px;font-weight:400}td{text-overflow:ellipsis;border-bottom:1px solid #eee;max-width:280px;padding:14px 16px;font-size:12px;overflow:hidden}tbody tr{cursor:pointer}tbody tr:hover{background:#fafafa}tbody tr:focus-visible{outline-offset:-2px;outline:2px solid #111}.empty{text-align:center;color:#777;padding:48px}.status{text-transform:capitalize;border-radius:10px;align-items:center;padding:3px 7px;font-size:10px;display:inline-flex}.status.good{color:#176d37;background:#eaf6ee}.status.warn{color:#955f0c;background:#fff3df}.status.bad{color:brown;background:#fdeaea}.status.neutral{color:#555;background:#f1f1f1}.notice{background:snow;border:1px solid #e3c2c2;max-width:600px;padding:24px}.notice p{color:#666;font-size:13px}.notice button{color:#fff;cursor:pointer;background:#111;border:0;padding:9px 13px}.drawer-backdrop{z-index:10;background:#0003;position:fixed;inset:0}.drawer{width:min(480px,100%);padding:28px;left:auto;box-shadow:-10px 0 40px #00000014}.drawer-head{border-bottom:1px solid #eee;justify-content:space-between;padding-bottom:20px;display:flex}.drawer-head button{cursor:pointer;background:#fff;border:0}.drawer-head svg{width:20px}.drawer dl{margin:8px 0;overflow:auto}.drawer dl div{border-bottom:1px solid #eee;padding:13px 0}.drawer dt{text-transform:uppercase;color:#888;letter-spacing:.8px;margin-bottom:6px;font-size:9px}.drawer dd{overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.5}@media (width<=900px){.app{grid-template-columns:66px 1fr}aside{width:66px;padding:18px 9px}.brand{padding:0 7px 20px}.brand>div:last-child,nav span,nav em,.aside-foot div{display:none}nav a{justify-content:center;padding:0}.aside-foot{justify-content:center;padding:15px 0}.metrics{grid-template-columns:repeat(2,1fr)}.metrics button:nth-child(2){border-right:0}.metrics button:nth-child(-n+2){border-bottom:1px solid #e6e6e6}main{padding:26px 22px}.grid{grid-template-columns:1fr}.health{display:none}}@media (width<=560px){main{padding:20px 14px}header{margin-bottom:22px}.metrics{grid-template-columns:1fr}.metrics button{border-right:0;border-bottom:1px solid #e6e6e6!important}.metrics button:last-child{border-bottom:0!important}.refresh{font-size:0}.refresh svg{width:18px}}:root{color:#111;background:#fff;font-family:Arial,Helvetica,sans-serif}body,.app{background:#fff}.app{grid-template-columns:236px 1fr}.app>aside{color:#111;background:#fff;border-right:1px solid #e7e7e7;width:236px;padding:24px 14px}.brand{gap:11px;padding:0 9px 26px}.brand-mark{width:34px;height:34px;box-shadow:none;background:#111;border-radius:0;font-size:15px}.brand b,.aside-foot b{color:#111}.brand span,.aside-foot span{color:#777}nav{gap:2px}nav a{color:#555;border-radius:5px;height:42px;padding:0 11px;font-size:13px;font-weight:400}nav a:hover,nav a.active{color:#111;background:#f3f3f3}nav a.active svg,nav em{color:#777}.aside-foot{border-color:#eee}main{padding:34px 40px}header{margin-bottom:32px}header p,.drawer-head p{color:#777;letter-spacing:1px;font-weight:400}h1{color:#111;letter-spacing:-.6px;font-size:26px;line-height:normal}h2{color:#111;font-size:15px}.refresh{color:#111;background:#fff;border-color:#ddd;border-radius:5px;height:36px;padding:0 12px;font-weight:400}.metrics{border:1px solid #e6e6e6;gap:0}.metrics button,.panel,.content{box-shadow:none;background:#fff;border:0;border-radius:0}.metrics button{border-right:1px solid #e6e6e6;padding:22px}.metrics button:last-child{border:0}.panel,.content{border:1px solid #e6e6e6}.metrics strong,td{color:#111}.grid{gap:20px;margin-top:20px}.toolbar input{background:#fff;border-color:#ddd;border-radius:4px;height:34px}th{color:#777;background:#fafafa;border-color:#e8e8e8}.drawer{background:var(--sutu-cream);border-left:1px solid var(--sutu-border)}@media (width<=900px){.app{grid-template-columns:74px 1fr}.app>aside{width:74px}}
