:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17201d;background:#f4f6f5;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input{font:inherit}.app{min-height:100vh;display:grid;grid-template-columns:232px 1fr;padding-top:28px}.demoBanner{position:fixed;z-index:20;inset:0 0 auto;height:28px;background:#203e36;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;display:grid;place-items:center}aside{position:fixed;top:28px;bottom:0;width:232px;background:#fff;border-right:1px solid #dfe5e2;display:flex;flex-direction:column;z-index:10}.brand{height:80px;padding:17px 18px;display:flex;align-items:center;gap:11px;border-bottom:1px solid #edf0ef}.mark{width:38px;height:38px;background:#173c32;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800}.brand strong,.brand span,.sideFoot strong,.sideFoot span{display:block}.brand strong{font-size:14px}.brand span,.sideFoot span{font-size:11px;color:#6d7773;margin-top:2px}nav{padding:12px 10px;display:grid;gap:3px;overflow:auto}nav button{height:40px;border:0;background:transparent;color:#55605c;display:flex;align-items:center;gap:11px;padding:0 12px;cursor:pointer;text-align:left}nav button:hover{background:#f0f4f2;color:#173c32}nav button.active{background:#e5efeb;color:#173c32;font-weight:700;border-left:3px solid #1f6b56;padding-left:9px}.sideFoot{margin:auto 14px 15px;padding:12px;border:1px solid #dfe5e2;display:flex;gap:9px;align-items:center}.sideFoot strong{font-size:12px}.mobileClose,.mobileMenu{display:none}main{grid-column:2;min-width:0}.topbar{height:58px;background:#fff;border-bottom:1px solid #dfe5e2;display:flex;align-items:center;padding:0 28px;gap:18px}.live,.health{font-size:12px;display:flex;align-items:center;gap:7px}.live i{width:7px;height:7px;border-radius:50%;background:#2c8d69}.health{margin-left:auto;color:#48615a}.operator{width:30px;height:30px;border-radius:50%;background:#dbe7e3;color:#173c32;font-size:11px;font-weight:800;display:grid;place-items:center}.view{padding:30px;max-width:1560px;margin:0 auto}.viewHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.eyebrow{font-size:11px;text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#1f6b56;margin:0 0 7px}.viewHeader h1{font-size:26px;line-height:1.15;margin:0 0 6px;letter-spacing:0}.viewHeader p:not(.eyebrow){font-size:13px;color:#66716d;margin:0;max-width:620px}.search{height:38px;min-width:250px;border:1px solid #ccd5d1;background:#fff;display:flex;align-items:center;gap:8px;padding:0 11px;color:#6f7b76}.search:focus-within{border-color:#347a65;box-shadow:0 0 0 2px #dcece6}.search input{border:0;outline:0;width:100%;background:transparent;font-size:12px;color:#17201d}.viewActions{display:flex;gap:8px}.iconBtn{width:38px;height:38px;border:1px solid #ccd5d1;background:#fff;display:grid;place-items:center;color:#4d5b56;cursor:pointer}.iconBtn:hover{border-color:#347a65;color:#1f6b56}.iconBtn.small{width:30px;height:30px;border:0;background:transparent}.metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid #dfe5e2;background:#fff;margin-bottom:18px}.metric{padding:17px 16px;border-right:1px solid #e7ebe9;min-width:0}.metric:last-child{border:0}.metric span,.metric small{display:block;color:#69746f}.metric span{font-size:11px;font-weight:700}.metric strong{display:block;font-size:23px;line-height:1.2;margin:8px 0 4px}.metric small{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panelGrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.panel{background:#fff;border:1px solid #dfe5e2;min-height:236px}.panel>header{height:48px;padding:0 15px 0 18px;border-bottom:1px solid #edf0ef;display:flex;align-items:center;justify-content:space-between}.panel h2{font-size:13px;margin:0}.empty{min-height:178px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}.emptyIcon{width:38px;height:38px;border:1px solid #d4dfdb;background:#f0f5f3;display:grid;place-items:center;color:#37765f;margin-bottom:11px}.empty strong{font-size:13px}.empty span{font-size:11px;color:#71807a;max-width:280px;margin-top:5px;line-height:1.45}.activityRow{display:flex;gap:12px;align-items:flex-start;padding:17px 18px;border-bottom:1px solid #edf0ef}.activityDot{width:8px;height:8px;background:#2b8063;border-radius:50%;margin-top:4px}.activityRow strong,.activityRow small{display:block}.activityRow strong{font-size:12px}.activityRow small{font-size:10px;color:#75807c;margin-top:4px}.tableShell{background:#fff;border:1px solid #dfe5e2;min-height:440px}.tableHead{height:43px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;padding:0 18px;border-bottom:1px solid #dfe5e2;background:#f8faf9}.tableHead span{font-size:10px;text-transform:uppercase;font-weight:800;color:#6e7975}.tableShell .empty{min-height:395px}@media(max-width:1100px){.metrics{grid-template-columns:repeat(3,1fr)}.metric:nth-child(3){border-right:0}.metric:nth-child(-n+3){border-bottom:1px solid #e7ebe9}}@media(max-width:760px){.app{display:block;padding-top:28px}aside{transform:translate(-100%);transition:transform .2s;width:min(86vw,300px);box-shadow:10px 0 30px #14282126}aside.open{transform:translate(0)}main{min-width:0}.mobileClose{display:grid;margin-left:auto;width:34px;height:34px;border:0;background:transparent;place-items:center}.mobileMenu{display:grid;width:34px;height:34px;border:0;background:transparent;place-items:center}.topbar{height:54px;padding:0 14px;gap:10px}.health{display:none}.view{padding:21px 14px 84px}.viewHeader{align-items:stretch;flex-direction:column;gap:16px}.viewHeader h1{font-size:22px}.search{min-width:0;width:100%}.viewActions{width:100%}.viewActions .search{flex:1}.metrics{grid-template-columns:1fr 1fr}.metric{border-bottom:1px solid #e7ebe9}.metric:nth-child(2n){border-right:0}.panelGrid{grid-template-columns:1fr}.tableHead{display:none}.tableShell{min-height:390px}.tableShell .empty{min-height:388px}}.liveBanner{position:fixed;z-index:20;inset:0 0 auto;height:28px;background:#165f49;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;display:grid;place-items:center}.dataRow{min-height:52px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;padding:8px 18px;border-bottom:1px solid #edf0ef}.dataRow span{font-size:12px;overflow:hidden;text-overflow:ellipsis}.statusCell{color:#285e4e;font-weight:700}.signOut{border:0;background:transparent;color:#52615c;display:flex;align-items:center;gap:6px;font-size:11px;cursor:pointer}.authPage{min-height:100vh;display:grid;place-items:center;padding:24px;background:#eef2f0}.authCard{width:min(100%,400px);background:#fff;border:1px solid #d7dfdc;padding:34px}.authMark{width:44px;height:44px;background:#173c32;color:#fff;display:grid;place-items:center;font-size:13px;font-weight:800;margin-bottom:24px}.authCard h1{font-size:25px;margin:0 0 8px;letter-spacing:0}.authCard>p:not(.eyebrow){font-size:13px;line-height:1.5;color:#66716d;margin:0 0 24px}.authCard label{display:grid;gap:7px;font-size:11px;font-weight:700;margin-top:15px}.authCard input{height:42px;border:1px solid #c8d2ce;padding:0 11px;outline:0}.authCard input:focus{border-color:#347a65;box-shadow:0 0 0 2px #dcece6}.primaryBtn,.secondaryBtn{height:42px;width:100%;margin-top:20px;border:1px solid #173c32;font-weight:700;cursor:pointer}.primaryBtn{background:#173c32;color:#fff}.secondaryBtn{background:#fff;color:#173c32}.primaryBtn:disabled{opacity:.65}.authError{font-size:12px;color:#9b2e26;background:#fff2f0;border:1px solid #f0c7c2;padding:9px;margin-top:14px}@media(max-width:760px){.dataRow{grid-template-columns:1fr;gap:8px;padding:14px}.dataRow span{display:grid;grid-template-columns:minmax(92px,38%) 1fr;gap:10px;white-space:normal}.dataRow span:before{content:attr(data-label);font-size:9px;text-transform:uppercase;font-weight:800;color:#7a8581}.signOut span{display:none}.authCard{padding:26px 22px}}.health.attention{color:#9a5b13;font-weight:700}
