:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18201c;background:#f4f7f5;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{cursor:pointer}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#eef4f0,#f8f6ef)}.login-panel{width:min(100%,420px);background:#fff;border:1px solid #dbe3de;border-radius:8px;padding:40px;box-shadow:0 18px 50px #162e2017}.brand-mark{width:48px;height:48px;display:grid;place-items:center;color:#fff;background:#16794a;border-radius:8px;margin-bottom:26px}.brand-mark.small{width:34px;height:34px;margin:0;border-radius:6px}.eyebrow{margin:0 0 8px;color:#16794a;font-size:12px;font-weight:750;letter-spacing:1.4px}h1{font-size:30px;line-height:1.15;letter-spacing:0;margin:0 0 10px}.muted{color:#68746d;line-height:1.55;margin:0}form{display:grid;gap:18px;margin-top:30px}label{display:grid;gap:7px;color:#3b4640;font-size:13px;font-weight:650}input{width:100%;height:44px;border:1px solid #ccd6d0;border-radius:6px;padding:0 12px;color:#18201c;background:#fff;outline:none}input:focus{border-color:#16794a;box-shadow:0 0 0 3px #16794a1f}.primary{border:0;border-radius:6px;height:46px;background:#16794a;color:#fff;font-weight:700;margin-top:2px}.primary.standalone{width:100%;margin-top:28px}.primary:hover{background:#11633c}.primary:disabled{opacity:.65;cursor:wait}.error{color:#a32828;font-size:13px;margin:-5px 0 0}.banner{margin:16px 0;padding:12px 14px;background:#fff0f0;border:1px solid #eccaca;border-radius:6px}header{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1100px)/2));background:#fff;border-bottom:1px solid #dce4df}.brand,.account{display:flex;align-items:center;gap:12px}.account{color:#68746d;font-size:13px}.icon-button{width:38px;height:38px;border:0;background:transparent;border-radius:6px;display:grid;place-items:center;color:#536059}.icon-button:hover{background:#edf2ef;color:#18201c}.icon-button.bordered{border:1px solid #ccd6d0;background:#fff}.content{width:min(1100px,calc(100% - 48px));margin:0 auto;padding:56px 0}.title-row{display:flex;justify-content:space-between;align-items:end;gap:24px}.metrics{display:flex;gap:20px}.count{min-width:92px;padding-left:14px;border-left:2px solid #809087;display:grid}.count.healthy{border-color:#16794a}.count.unhealthy{border-color:#b74343}.count strong{font-size:25px}.count span{color:#68746d;font-size:12px}.toolbar{display:flex;justify-content:space-between;gap:12px;margin:36px 0 14px}.toolbar-actions{display:flex;gap:10px}.search{width:min(380px,calc(100% - 210px));position:relative}.search svg{position:absolute;left:12px;top:13px;color:#77837c}.search input{padding-left:39px}.check-button{height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border:1px solid #16794a;border-radius:6px;background:#16794a;color:#fff;font-size:13px;font-weight:700}.check-button:disabled{opacity:.65;cursor:wait}.table-wrap{position:relative;min-height:190px;background:#fff;border:1px solid #dce4df;border-radius:8px;overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:700px}th,td{padding:16px 18px;text-align:left;border-bottom:1px solid #e7ece9;white-space:nowrap}th{color:#68746d;background:#fafcfb;font-size:11px;text-transform:uppercase;letter-spacing:.8px}td{font-size:13px;color:#4d5952}tbody tr:last-child td{border:0}.mono{color:#18201c;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:650}.copy-button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#16794a;font-size:12px;font-weight:700;padding:7px 8px;border-radius:5px}.copy-button:hover{background:#eaf5ef}.row-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.icon-button.row-check{width:32px;height:32px;color:#16794a}.icon-button.row-check:disabled{opacity:.55;cursor:wait}.status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:5px;background:#edf1ef;color:#58645e;font-size:11px;font-weight:750;text-transform:capitalize}.status.connected{background:#e5f5ec;color:#116b40}.status.disconnected,.status.error{background:#fbeaea;color:#9d3030}.phone-list{display:grid;gap:3px;color:#18201c;font-weight:650}.muted-cell{color:#8a958f}.status-error{display:block;margin-top:4px;color:#a32828;font-size:10px}.empty{position:absolute;top:47px;right:0;bottom:0;left:0;min-width:700px;display:grid;place-items:center;color:#77837c;font-size:14px}.boot{min-height:100vh;display:grid;place-items:center;color:#68746d}.spin{animation:spin .8s linear infinite}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:760px){.login-panel{padding:30px 24px}header{padding:0 18px}.account span{display:none}.content{width:calc(100% - 32px);padding:38px 0}.title-row{align-items:start;flex-direction:column}.metrics{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:18px}.count{min-width:0}.toolbar{align-items:stretch}.search{width:100%}.check-button{width:38px;padding:0;justify-content:center;font-size:0}h1{font-size:25px}}
