*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f4f6f8;color:#17202a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}button{cursor:pointer}.loading,.loginShell{display:grid;min-height:100vh;place-items:center}.loginPanel{display:grid;gap:1rem;width:min(360px,calc(100vw - 2rem));padding:1.4rem;border:1px solid #d9e0e7;border-radius:8px;background:#fff;box-shadow:0 16px 40px #1f2d3d1a}.loginPanel h1{margin:0;font-size:1.35rem}.loginPanel input{width:100%;height:2.7rem;padding:0 .85rem;border:1px solid #cdd6df;border-radius:6px;outline:none}.loginPanel button,.iconButton{border:0;border-radius:6px;background:#17202a;color:#fff}.loginPanel button{height:2.7rem}.errorText,.banner{color:#b42318}.appShell{width:min(1180px,calc(100vw - 2rem));margin:0 auto;padding:2rem 0 3rem}.topBar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.eyebrow{color:#667085;font-size:.78rem;font-weight:800}.topBar h1{margin:.2rem 0 0;font-size:clamp(1.8rem,4vw,3rem)}.actions{display:flex;gap:.5rem}.iconButton{display:inline-grid;width:2.5rem;height:2.5rem;place-items:center}.iconButton.small{width:2.15rem;height:2.15rem}.banner{margin-bottom:1rem;padding:.8rem 1rem;border:1px solid #fecdca;border-radius:6px;background:#fffbfa}.metricGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.metric,.panel{border:1px solid #d9e0e7;border-radius:8px;background:#fff}.metric{display:grid;gap:.35rem;min-height:132px;padding:1rem}.metric span,.metric em{color:#667085;font-style:normal}.metric strong{font-size:2rem}.split{display:grid;grid-template-columns:.86fr 1.4fr;gap:1rem}.panel{min-width:0;padding:1rem}.panel h2{margin:0 0 .9rem;font-size:1rem}.panelHeader{display:flex;align-items:center;justify-content:space-between}.serviceList{display:grid;gap:.6rem}.serviceButton{width:100%;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;text-align:left}.serviceButton.selected{border-color:#98a2b3}.servicePill{display:flex;align-items:center;gap:.75rem;padding:.75rem}.servicePill div{display:grid;gap:.15rem}.servicePill span:not(.dot){color:#667085;font-size:.86rem}.dot{width:.72rem;height:.72rem;border-radius:999px}.dotGood{background:#12b76a}.dotBad{background:#f04438}.logPanel pre{overflow:auto;min-height:360px;max-height:560px;margin:0;padding:.9rem;border-radius:6px;background:#111827;color:#d1d5db;font-size:.78rem;line-height:1.55;white-space:pre-wrap}@media(max-width:820px){.metricGrid,.split{grid-template-columns:1fr}.topBar{align-items:flex-start}}
