:root{color:#17202a;background:#eef2f5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 14% 0%,rgba(53,181,132,.13),transparent 29rem),linear-gradient(145deg,#f4f7f9,#e9eef2)}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.shell{max-width:1160px;margin:0 auto;padding:28px}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.brand{display:flex;align-items:center;gap:14px}.brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;color:#fff;background:#0b7167;box-shadow:0 8px 24px #0b71673d;font-size:.9rem;font-weight:800;letter-spacing:.08em}.brand h1{margin:0;font-size:1.25rem;letter-spacing:-.025em}.brand p{margin:3px 0 0;color:#75808b;font-size:.86rem}.connection{display:flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid #dce3e8;border-radius:999px;background:#ffffffb8;color:#5e6974;font-size:.85rem;font-weight:650}.status-dot{width:9px;height:9px;border-radius:50%;background:#9aa4ad;box-shadow:0 0 0 4px #9aa4ad21}.status-dot[data-state=ready]{background:#21a477;box-shadow:0 0 0 4px #21a47726}.status-dot[data-state=busy]{background:#e5a61b;box-shadow:0 0 0 4px #e5a61b24}.status-dot[data-state=error]{background:#d55757;box-shadow:0 0 0 4px #d5575724}.workspace{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(390px,1.1fr);gap:24px;align-items:start}.phone-card,.history-card{background:#fffffff0;border:1px solid rgba(211,219,225,.85);border-radius:24px;box-shadow:0 20px 60px #1c2d3a17,0 2px 6px #1c2d3a0a}.phone-card{padding:24px 34px 28px}.phone-heading,.history-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.eyebrow{display:block;margin-bottom:6px;color:#8a949d;font-size:.66rem;font-weight:800;letter-spacing:.11em}.phone-heading strong{font-size:1rem}.enable-button{border:0;border-radius:11px;padding:10px 14px;color:#07685f;background:#ddf4ec;font-size:.8rem;font-weight:750}.display{display:grid;justify-items:center;padding:36px 8px 24px}.display>span:first-child{color:#7a858f;font-size:.82rem}#phone-number{width:100%;border:0;outline:0;padding:10px 0 4px;color:#101923;background:transparent;text-align:center;font-size:clamp(1.65rem,4vw,2.35rem);font-weight:650;letter-spacing:-.03em}#phone-number::placeholder{color:#c3cbd1}.call-timer{min-height:1.25rem;color:#0b7167;font-variant-numeric:tabular-nums;font-size:.8rem;font-weight:700}.keypad{display:grid;grid-template-columns:repeat(3,72px);justify-content:center;gap:12px 22px}.keypad button{display:grid;place-items:center;width:72px;height:58px;border:1px solid #edf0f2;border-radius:18px;color:#1c2732;background:#f7f9fa;transition:transform .12s ease,background .12s ease}.keypad button:hover{background:#eef3f4;transform:translateY(-1px)}.keypad button:active{transform:translateY(1px) scale(.98)}.keypad strong{line-height:1;font-size:1.45rem;font-weight:600}.keypad span{min-height:.6rem;color:#98a1a8;font-size:.55rem;font-weight:750;letter-spacing:.12em}.call-actions{display:grid;grid-template-columns:72px 84px 72px;justify-content:center;align-items:center;gap:26px;margin-top:24px}.call-button{display:grid;place-items:center;width:78px;height:78px;border:0;border-radius:50%;color:#fff;background:#159c70;box-shadow:0 13px 27px #159c7047;font-size:1.8rem;transform:rotate(-15deg);transition:.16s ease}.call-button:hover:not(:disabled){transform:rotate(-15deg) translateY(-2px);box-shadow:0 16px 34px #159c7054}.call-button.hangup{background:#d94d57;box-shadow:0 13px 27px #d94d5740;transform:rotate(135deg)}.round-action{display:grid;place-items:center;gap:5px;border:0;color:#6c7882;background:transparent}.round-action>span{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:#f0f3f5;font-size:1.15rem}.round-action small{font-size:.68rem;font-weight:700}.round-action[aria-pressed=true]>span{color:#d94d57;background:#fdebec}.notice{min-height:1.2rem;margin:17px 0 0;color:#bd4048;text-align:center;font-size:.78rem}.history-card{min-height:620px;overflow:hidden}.history-heading{padding:26px 28px 20px;border-bottom:1px solid #edf0f2}.history-heading h2{margin:0;font-size:1.15rem}.history-heading button{width:36px;height:36px;border:0;border-radius:10px;color:#65717b;background:#f0f3f5;font-size:1.15rem}.call-history{min-height:470px;padding:8px 14px}.empty-history{margin:90px auto;color:#8b969f;text-align:center;font-size:.86rem}.history-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:14px;border:0;border-bottom:1px solid #f0f2f3;border-radius:12px;color:inherit;background:transparent;text-align:left}.history-row:hover{background:#f7f9fa}.history-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;font-weight:800}.history-icon.inbound{color:#137f62;background:#e6f5f0}.history-icon.outbound{color:#446aa9;background:#eaf0fa}.history-detail{min-width:0}.history-detail strong,.history-detail small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-detail strong{font-size:.89rem}.history-detail small{margin-top:4px;color:#8c969f;font-size:.7rem}.call-status{padding:5px 8px;border-radius:99px;color:#6e7982;background:#eef1f3;font-size:.62rem;font-weight:750;text-transform:capitalize}.call-status.completed{color:#177457;background:#e7f4ef}.call-status.failed,.call-status.busy,.call-status.no-answer{color:#a74a50;background:#faebec}.signed-in{display:grid;gap:3px;padding:18px 28px;border-top:1px solid #edf0f2;background:#fafbfb}.signed-in span{color:#8a949d;font-size:.68rem}.signed-in strong{overflow:hidden;text-overflow:ellipsis;color:#4e5963;font-size:.78rem}.modal{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:20px;background:#0510189e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal[hidden]{display:none}.modal-card{width:min(380px,100%);padding:34px;border-radius:24px;background:#fff;text-align:center;box-shadow:0 30px 80px #0000003d}.ring-pulse{display:grid;place-items:center;width:70px;height:70px;margin:0 auto 20px;border-radius:50%;color:#fff;background:#159c70;font-size:1.6rem;animation:ring 1.5s ease-in-out infinite}.modal-card p{margin:0;color:#7e8992;font-size:.8rem}.modal-card h2{margin:8px 0 26px;font-size:1.5rem}.incoming-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.incoming-actions button{border:0;border-radius:12px;padding:13px;color:#fff;font-weight:750}.decline{background:#d94d57}.answer{background:#159c70}@keyframes ring{0%,to{box-shadow:0 0 #159c7042}50%{box-shadow:0 0 0 14px #159c7000}}@media(max-width:850px){.shell{padding:18px}.workspace{grid-template-columns:1fr}.phone-card,.history-card{width:min(100%,590px);margin-inline:auto}.history-card{min-height:auto}.call-history{min-height:320px}}@media(max-width:480px){.shell{padding:14px}.topbar{align-items:flex-start}.connection{padding:8px 10px}.connection span:last-child{max-width:84px}.phone-card{padding:20px 16px 24px}.keypad{grid-template-columns:repeat(3,66px);gap:10px 18px}.keypad button{width:66px;height:54px}.call-actions{grid-template-columns:66px 78px 66px;gap:18px}}
