:root{--ink:#173c36;--muted:#566c66;--green:#17614d;--deep:#183e37;--lime:#d9efa3;--paper:#fff;--ground:#f2f5f2;--line:#d7e1da;--error:#9b342c;--radius:14px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Tahoma,sans-serif;color:var(--ink);background:var(--ground);font-synthesis:none}
.access-dialog{border:1px solid var(--line);border-radius:14px;padding:32px;max-width:420px;width:90%;color:var(--ink);background:white}.access-dialog::backdrop{background:rgba(15,39,32,.65)}.access-dialog h2{font-size:25px;margin-bottom:12px}.access-dialog p{font-size:14px;color:var(--muted);margin:12px 0 24px}.access-dialog label{display:block;font-size:13px;margin-bottom:8px}.access-dialog input{display:block;width:100%;padding:12px;border:1px solid var(--line);border-radius:6px;margin-bottom:20px;color:var(--ink)}.access-dialog .primary{width:100%}.access-dialog .access-error{color:var(--error);margin-top:0}
*{box-sizing:border-box}body{margin:0;min-width:1000px}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #458368;outline-offset:4px}::selection{background:var(--lime);color:var(--ink)}*{scrollbar-width:thin;scrollbar-color:#b4c7bc transparent}input{caret-color:var(--green)}a{color:inherit;text-underline-offset:4px}h1,h2,h3,p{margin:0}h1{font-size:30px;line-height:1.2;letter-spacing:-.035em;font-weight:600}h2{font-size:18px;letter-spacing:-.015em;font-weight:600}h3{font-size:17px;font-weight:500}p{line-height:1.55}.muted{color:var(--muted)}.small{font-size:12px}.topbar{height:86px;display:flex;align-items:center;padding:0 44px;background:white;border-bottom:1px solid var(--line);gap:24px}.brand{font-size:37px;letter-spacing:-.065em;text-decoration:none;font-weight:650;display:flex;align-items:baseline;gap:4px}.brand-dot{width:7px;height:7px;background:#60944a;border-radius:50%}.brand-description{font-size:13px;color:var(--muted);padding-left:24px;border-left:1px solid var(--line)}.view-label{margin-left:auto;font-size:12px;color:var(--muted)}.text-link{font-size:13px;font-weight:550;text-decoration:none}.text-link:hover{text-decoration:underline}.text-link span{margin-left:10px}.customer-layout{display:grid;grid-template-columns:minmax(600px,1fr) 350px;gap:32px;max-width:1510px;margin:0 auto;padding:36px 44px 22px;min-height:calc(100vh - 136px)}.panel-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.panel-heading p{font-size:14px;margin-top:10px}.status{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;font-size:12px;border:1px solid var(--line);padding:8px 11px;border-radius:6px;background:white}.status:before{content:"";height:6px;width:6px;background:#789088;border-radius:50%}.status[data-status="live"]:before{background:#24814f}.status[data-status="error"]:before{background:var(--error)}.setup{display:flex;gap:18px;margin:25px 0 20px}.setup label{font-size:12px;display:grid;gap:7px;color:var(--muted);flex:1}.setup select{height:40px;border:1px solid var(--line);border-radius:6px;background:white;padding:0 12px;color:var(--ink)}.call-stage{height:410px;position:relative;display:grid;place-items:center;background:var(--deep);color:white;border-radius:var(--radius);overflow:hidden}.agent-presence{text-align:center;padding:35px;max-width:530px}.voice-mark{height:64px;display:flex;align-items:center;justify-content:center;gap:7px;margin-bottom:25px}.voice-mark i{display:block;width:7px;height:24px;background:var(--lime);border-radius:6px}.voice-mark i:nth-child(2),.voice-mark i:nth-child(4){height:43px}.voice-mark i:nth-child(3){height:61px}.call-stage.speaking .voice-mark i{animation:voice .65s ease-in-out infinite alternate}.call-stage.speaking .voice-mark i:nth-child(2n){animation-delay:.3s}@keyframes voice{to{transform:scaleY(.45)}}.agent-presence h2{font-size:29px;letter-spacing:-.025em}.agent-presence p{font-size:14px;color:#c6d9d2;margin:12px 0 25px}.primary{background:var(--green);color:#fff;border:0;border-radius:7px;padding:12px 20px;font-weight:550}.primary:hover{background:#114b3b}.call-start{background:var(--lime);color:var(--ink);display:inline-flex;align-items:center;gap:26px;padding:14px 23px}.call-start:hover{background:#e9f7c5}svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.stage-footer{position:absolute;bottom:20px;left:24px;right:24px;display:flex;justify-content:space-between;font-size:12px;color:#cadbd5}.stage-footer span:last-child,.video-caption span:last-child{font-variant-numeric:tabular-nums}.self-preview{position:absolute;right:18px;top:18px;width:165px;height:120px;border-radius:9px;background:#122e28;overflow:hidden}.self-preview video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.self-preview span{position:absolute;bottom:0;left:0;padding:6px 10px;font-size:10px;background:#122e28;color:white}.call-controls{display:flex;align-items:center;gap:12px;padding:20px 0}.control{display:flex;align-items:center;gap:9px;background:white;border:1px solid var(--line);border-radius:7px;padding:11px 14px;color:var(--ink);font-size:13px}.control[aria-pressed="true"]{background:#e3eddc;border-color:#aabda1}.control:not(:disabled):hover{background:#eaf0e9}.end-call{margin-left:auto;background:#f9e6e2;color:#97362c;border:0;border-radius:7px;padding:13px 22px;font-size:13px;font-weight:550}.end-call:not(:disabled):hover{background:#f3d2ca}.privacy-copy{font-size:12px;color:var(--muted);max-width:73ch}.conversation-panel{background:white;border:1px solid var(--line);border-radius:var(--radius);display:flex;flex-direction:column;overflow:hidden;min-height:650px;max-height:calc(100vh - 160px)}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:23px 22px 18px}.transcript{overflow:auto;padding:4px 22px 20px;flex:1;min-height:0}.empty-state{padding:35px 0;color:var(--muted);font-size:13px}.empty-state h3{color:var(--ink);margin-bottom:11px}.empty-state p{max-width:40ch}.empty-line{display:block;height:1px;width:45px;background:#adc3b1;margin-bottom:25px}.conversation-panel .empty-state{padding-top:110px}.turn{padding:16px 0;border-bottom:1px solid #edf1ed}.turn-label{font-size:11px;font-weight:600;margin-bottom:7px;color:var(--muted);display:flex;gap:8px;align-items:center}.turn.agent .turn-label{color:var(--green)}.turn p{font-size:14px;overflow-wrap:anywhere;white-space:pre-wrap}.turn.streaming .turn-label:after{content:"";width:5px;height:5px;border-radius:50%;background:var(--green)}.composer{padding:16px;display:flex;gap:8px;border-top:1px solid var(--line)}.composer input{width:100%;min-width:0;border:0;background:#f3f6f2;border-radius:6px;padding:12px;font-size:13px;color:var(--ink)}input::placeholder{color:#65766e}.composer button{width:42px;flex-shrink:0;background:var(--green);color:white;border:0;border-radius:6px;display:grid;place-items:center}.error-banner{padding:13px 17px;background:#fff0e9;border:1px solid #e9bbaa;border-radius:7px;color:#81342c;font-size:13px;line-height:1.5;margin-top:14px}.page-footer{display:flex;justify-content:space-between;padding:18px 44px 22px;color:var(--muted);font-size:11px;max-width:1510px;margin:0 auto}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}[hidden]{display:none!important}.agent-layout{max-width:1600px;margin:0 auto;padding:32px 44px 0}.workspace-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.workspace-heading p{margin-top:10px;font-size:13px}.workspace-grid{display:grid;grid-template-columns:minmax(350px,1.1fr) minmax(280px,1fr) minmax(270px,.9fr);gap:28px}.monitor-conversation,.notes-panel,.actions-panel{min-width:0}.customer-video{height:253px;border-radius:12px;position:relative;background:var(--deep);color:white;overflow:hidden}.customer-video img{width:100%;height:100%;object-fit:contain}.customer-video #videoPlaceholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 20px 40px;color:#cbdad4}.customer-video svg{width:34px;height:34px;margin-bottom:16px}.customer-video h2{font-size:17px;color:white}.customer-video p{font-size:12px;margin-top:8px}.video-caption{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;padding:10px 16px;font-size:11px;background:#183e37}.listen-button{width:100%;background:#e1eadc;color:var(--ink);border:0;padding:11px;border-radius:6px;margin-top:10px;font-size:12px;font-weight:550}.listen-button:hover{background:#d6e3ce}.monitor-conversation .section-heading{padding:23px 0 12px}.monitor-transcript{padding:0 12px 0 0;height:295px}.monitor-transcript .empty-state{padding-top:18px}.notes-panel,.actions-panel{background:white;border:1px solid var(--line);border-radius:12px;min-height:620px;align-self:start;padding-bottom:22px}.count{background:#edf2e8;padding:3px 7px;border-radius:4px;font-size:11px;font-variant-numeric:tabular-nums}.section-description{font-size:12px;color:var(--muted);padding:0 22px 20px;border-bottom:1px solid var(--line)}.notes-list,#actions{padding:0 22px;max-height:460px;overflow:auto}.note{padding:20px 0;border-bottom:1px solid var(--line);font-size:14px;line-height:1.6;overflow-wrap:anywhere}.note-index{font-size:11px;color:var(--muted);margin-bottom:7px}.action{padding:20px 0;border-bottom:1px solid var(--line)}.action h3{font-size:15px;line-height:1.45;margin:9px 0}.action p{font-size:13px;color:var(--muted);overflow-wrap:anywhere}.action-status{font-size:10px;font-weight:600;display:inline-block;padding:4px 7px;border-radius:4px;background:#f6eccf;color:#705719}.action-status.acknowledged{background:#e0eddb;color:#36552c}.acknowledge{margin-top:14px;padding:7px 11px;border:1px solid var(--line);background:white;border-radius:5px;color:var(--green);font-size:12px}.acknowledge:hover{background:#f1f6ec}.action-explainer{margin:24px 22px 0;padding-top:16px;border-top:1px solid var(--line);font-size:11px;line-height:1.6;color:var(--muted)}.join-panel{border:1px solid var(--line);border-radius:10px;padding:18px 22px;margin-bottom:24px;background:white}.join-panel label{font-size:13px;font-weight:550}.join-panel>div{display:flex;gap:12px;margin:10px 0}.join-panel input{flex:1;min-width:0;border:1px solid var(--line);border-radius:6px;padding:10px;color:var(--ink)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
