.voice-agent{position:fixed;bottom:92px;right:24px;width:380px;max-width:calc(100vw - 48px);height:520px;max-height:calc(100vh - 140px);z-index:9999;display:flex;flex-direction:column;background:var(--unth-color-bg);border:1px solid var(--unth-color-border);border-radius:var(--unth-radius-card);overflow:hidden;box-shadow:var(--unth-shadow-chat-panel);transform-origin:bottom right;font-family:var(--unth-font-body)}.voice-agent-head-actions{display:flex;align-items:center;gap:4px}.voice-pill{position:fixed;bottom:24px;right:92px;z-index:9999;display:flex;align-items:center;gap:8px;padding:8px 10px 8px 14px;background:var(--unth-color-bg);border:1px solid var(--unth-color-border);border-radius:var(--unth-radius-pill);box-shadow:var(--unth-shadow-chat-panel);cursor:pointer;font-family:var(--unth-font-body);max-width:calc(100vw - 120px)}.voice-pill-live{border-color:var(--unth-color-accent)}.voice-pill-dot{width:8px;height:8px;border-radius:50%;background:var(--unth-color-muted);flex-shrink:0}.voice-pill-live .voice-pill-dot{background:var(--unth-color-accent);animation:chatPulse 1.4s ease-in-out infinite}.voice-pill-text{font-size:12px;font-weight:600;color:var(--unth-color-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.voice-pill-icon{color:var(--unth-color-muted);flex-shrink:0}.voice-pill-end{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--unth-color-panel);border:none;color:var(--unth-color-muted);cursor:pointer;flex-shrink:0;transition:all var(--unth-dur-fast) var(--unth-ease)}.voice-pill-end:hover{background:var(--unth-color-ink);color:var(--unth-color-text-invert)}@media(max-width:480px){.voice-agent{right:0;bottom:0;width:100vw;height:100vh;max-width:100vw;max-height:100vh;border-radius:0;border:none}.voice-pill{right:16px;bottom:84px}}.voice-agent-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--unth-color-border);flex-shrink:0}.voice-agent-title{font-family:var(--unth-font-display);font-size:15px;font-weight:600;color:var(--unth-color-ink)}.voice-agent-close{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--unth-color-muted);cursor:pointer;transition:all var(--unth-dur-fast) var(--unth-ease)}.voice-agent-close:hover{background:var(--unth-color-panel);color:var(--unth-color-ink)}.voice-agent-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:24px;text-align:center}.voice-agent-status{font-family:var(--unth-font-display);font-size:15px;font-weight:500;color:var(--unth-color-ink);min-height:1.4em;margin:0}.voice-agent-note{font-size:12px;color:var(--unth-color-muted);max-width:260px;line-height:1.5;margin:0}.voice-memory-consent{display:flex;align-items:flex-start;gap:8px;font-size:11px;line-height:1.35;color:var(--unth-color-muted);cursor:pointer}.voice-memory-consent input{margin-top:2px;accent-color:var(--unth-color-accent)}.voice-memory-forget{border:0;background:none;color:var(--unth-color-muted);text-decoration:underline;font-size:10px;cursor:pointer;padding:0}.voice-privacy-details{max-width:280px;color:var(--unth-color-muted);font-size:11px}.voice-privacy-details summary{cursor:pointer;text-decoration:underline;text-underline-offset:2px}.voice-privacy-details .voice-agent-note{margin-top:10px}.voice-agent-start,.voice-agent-stop{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:var(--unth-radius-button);font-family:var(--unth-font-display);font-size:14px;font-weight:600;cursor:pointer;transition:all var(--unth-dur-fast) var(--unth-ease)}.voice-agent-start{background:var(--unth-color-accent);color:var(--unth-color-text-on-lime-fixed);border:none}.voice-agent-start:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--unth-shadow-glow-lime)}.voice-agent-start:disabled{opacity:.6;cursor:not-allowed}.voice-agent-stop{background:transparent;color:var(--unth-color-ink);border:1px solid var(--unth-color-border)}.voice-agent-stop:hover{background:var(--unth-color-panel);border-color:var(--unth-color-ink)}.voice-call-timer{font-family:var(--unth-font-mono);font-size:11px;color:var(--unth-color-muted)}.voice-call-controls{display:flex;gap:8px}.voice-agent-mute{display:inline-flex;align-items:center;gap:7px;padding:12px 18px;border-radius:var(--unth-radius-button);border:1px solid var(--unth-color-border);background:var(--unth-color-panel);color:var(--unth-color-ink);font:600 14px var(--unth-font-display);cursor:pointer}.voice-agent-mute.is-muted{background:#fff1f2;border-color:#fda4af;color:#be123c}.voice-post-call-note{max-width:280px;margin:0;color:var(--unth-color-muted);font-size:11px;line-height:1.45}.voice-orb-wrap{position:relative;width:160px;height:160px;display:flex;align-items:center;justify-content:center}.voice-orb-glow{position:absolute;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,var(--unth-color-accent) 0%,transparent 70%);filter:blur(6px)}.voice-orb-core{position:relative;width:90px;height:90px;border-radius:50%;background:var(--unth-color-accent);box-shadow:var(--unth-shadow-glow-lime)}@media(prefers-reduced-motion:reduce){.voice-orb-glow,.voice-orb-core{animation:none!important}}.voice-agent-full{width:100%;height:100%;background:var(--unth-color-panel);border:none;border-radius:0;overflow:hidden;margin:0;font-family:var(--unth-font-body)}.voice-agent-dashboard{display:grid;grid-template-columns:360px 1fr;height:100%;width:100%}.voice-page-main{height:100vh;background:var(--unth-color-bg);color:var(--unth-color-text);display:flex;flex-direction:column;overflow:hidden;padding-top:0;box-sizing:border-box}.voice-page-header{padding:12px 16px;height:48px;border-bottom:1px solid var(--unth-color-border);flex-shrink:0;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.voice-page-header h1{font-family:var(--unth-font-display);font-size:14px;font-weight:700;color:var(--unth-color-ink);display:flex;align-items:center;gap:8px;margin:0}.voice-page-header-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--unth-color-accent)}.voice-page-close-btn{background:transparent;border:none;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:6px;border-radius:50%;transition:all .2s}.voice-page-close-btn:hover{color:#cbd5e1;background:#1e293b}.voice-page-section{flex:1;min-height:0;background:var(--unth-color-bg);padding:0;display:flex;align-items:stretch;justify-content:center;overflow:hidden}.voice-page-wrapper{width:100%;height:100%;max-width:none;min-height:0;overflow:hidden}@media(max-width:768px){.voice-page-header{padding:10px 12px;height:44px}.voice-page-wrapper{max-width:100%;height:100%}.voice-agent-full{height:100%;border-radius:0;border:none;box-shadow:none}.voice-agent-dashboard{display:flex;flex-direction:column;height:100%;overflow:hidden}.voice-agent-left-pane{flex:0 0 auto;height:auto!important;border-right:none;border-bottom:1px solid var(--unth-color-border);min-height:0;overflow:visible}.voice-agent-left-pane .voice-agent-head{display:none}.voice-agent-right-pane{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.voice-dialogue-timeline{padding:16px}.inline-showcase-card{margin:12px 0 12px 16px!important;width:calc(100% - 16px)}.voice-agent-body{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;width:100%;height:auto;padding:12px 16px!important;gap:8px 12px!important;box-sizing:border-box;flex:none}.voice-orb-wrap{width:44px!important;height:44px!important;grid-row:1 / span 2;margin:0!important}.voice-orb-glow{width:44px!important;height:44px!important;filter:blur(8px)!important}.voice-orb-core{width:26px!important;height:26px!important;box-shadow:0 0 12px #38c6f666!important}.voice-agent-status{font-size:13px;margin:0!important;text-align:left;min-height:0}.voice-agent-note{display:none!important}.voice-agent-start,.voice-agent-stop{grid-column:2;width:100%;justify-content:center;margin:0!important;padding:10px 14px!important;font-size:13px!important;min-height:44px!important;display:inline-flex;align-items:center;gap:6px}.voice-call-timer{grid-column:2;justify-self:start}.voice-call-controls{grid-column:1 / -1;width:100%}.voice-call-controls .voice-agent-mute,.voice-call-controls .voice-agent-stop{flex:1;width:auto;min-height:44px;justify-content:center}.voice-post-call-note{grid-column:1 / -1;text-align:center}.voice-memory-consent,.voice-memory-forget,.voice-privacy-details{grid-column:1 / -1;justify-self:center}.voice-console-header{padding:10px 16px;min-height:58px}.voice-conversation-heading small{display:none}.voice-prompt-chips{grid-template-columns:1fr!important}}.voice-agent-left-pane{display:flex;flex-direction:column;height:100%;border-right:1px solid var(--unth-color-border);background:var(--unth-color-bg)}.voice-agent-right-pane{display:flex;flex-direction:column;height:100%;background:#0f172a;color:#e2e8f0;overflow:hidden;min-height:0}.voice-console-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #1e293b;font-family:var(--unth-font-display);font-size:13px;font-weight:600;color:#94a3b8}.voice-conversation-heading{display:flex;flex-direction:column;gap:2px;color:#f8fafc}.voice-conversation-heading span{font-size:14px}.voice-conversation-heading small{color:#64748b;font-size:10px;font-weight:500}.voice-console-live-badge{color:#10b981;font-size:11px;font-weight:700;letter-spacing:.05em;animation:chatPulse 1.5s infinite}.voice-console-logs{flex:1;padding:20px;overflow-y:auto;font-family:var(--unth-font-mono);font-size:12px;line-height:1.6;display:flex;flex-direction:column;gap:12px;text-align:left}.voice-log-row{display:flex;gap:12px;align-items:flex-start}.voice-log-time{color:#475569;flex-shrink:0;width:55px}.voice-log-content{flex:1;word-break:break-word}.voice-log-system{color:#94a3b8}.voice-log-error{color:#ef4444}.voice-log-model{color:var(--unth-color-accent)}.voice-log-tool{color:#38bdf8}.voice-log-tool-success{color:#10b981}.voice-log-json{background:#1e293b;padding:10px;border-radius:var(--unth-radius-button);border:1px solid #334155;color:#38bdf8;margin-top:6px;font-size:11px;overflow-x:auto;text-align:left}.voice-tabs{display:flex;gap:12px}.voice-tab-button{background:transparent;border:none;border-bottom:2px solid transparent;color:#64748b;padding:6px 12px;font-family:var(--unth-font-display);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;gap:6px}.voice-tab-button:hover{color:#e2e8f0}.voice-tab-button.active{color:var(--unth-color-accent);border-bottom-color:var(--unth-color-accent)}.voice-dialogue-timeline{flex:1;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:16px;background:#0f172a}.voice-dialogue-row{display:flex;gap:10px;align-items:flex-start;max-width:85%;flex-shrink:0}.voice-dialogue-row.bubble-user{margin-left:auto;flex-direction:row-reverse}.voice-dialogue-row.bubble-model{margin-right:auto}.dialogue-avatar{width:24px;height:24px;border-radius:50%;background:#1e293b;display:flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0}.voice-dialogue-row.bubble-user .dialogue-avatar{background:var(--unth-color-accent);color:#000}.dialogue-bubble{background:#1e293b;padding:10px 14px;border-radius:12px;font-size:13px;line-height:1.4;color:#f1f5f9;text-align:left;border:1px solid #334155;box-shadow:0 2px 4px #0000001a}.voice-dialogue-row.bubble-model .dialogue-bubble{border-top-left-radius:2px}.voice-dialogue-row.bubble-user .dialogue-bubble{background:#38c6f61a;border-color:#38c6f633;border-top-right-radius:2px}.dialogue-time{display:block;font-size:9px;color:#475569;margin-top:4px;text-align:right}.voice-timeline-empty{color:#94a3b8;font-size:13px;margin:auto;text-align:center;max-width:620px;padding:24px;display:flex;flex-direction:column;gap:10px}.voice-timeline-empty strong{color:#f8fafc;font-family:var(--unth-font-display);font-size:22px}.voice-prompt-chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}.voice-prompt-chips span{padding:12px 14px;border:1px solid #334155;background:#1e293b;border-radius:999px;color:#cbd5e1;font-size:12px;font-style:normal}.voice-placeholder-board{text-align:center;max-width:420px;padding:20px}.voice-placeholder-icon{font-size:32px;margin-bottom:12px;animation:pulse 2s infinite ease-in-out}.voice-placeholder-board h3{font-family:var(--unth-font-display);font-size:18px;font-weight:700;color:#f8fafc;margin-bottom:8px}.voice-placeholder-board p{font-size:13px;color:#94a3b8;line-height:1.5;margin-bottom:24px}.voice-placeholder-capabilities{display:flex;flex-direction:column;gap:16px;text-align:left}.capability-item{display:flex;gap:12px;align-items:flex-start}.capability-icon{font-size:18px;background:#1e293b;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #334155}.capability-item strong{display:block;font-size:13px;color:#e2e8f0}.capability-item span{font-size:11px;color:#64748b}.voice-showcase-card{background:#1e293b;border-radius:12px;border:1px solid #334155;overflow:hidden;box-shadow:0 10px 15px -3px #0000004d;width:100%;max-width:480px;text-align:left;display:flex;flex-direction:column;flex-shrink:0}.showcase-card-image-container{width:100%;height:140px;overflow:hidden;background:#0f172a;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #334155}.showcase-card-image{max-height:100px;object-fit:contain}.showcase-card-body{padding:20px}.showcase-badge{font-family:var(--unth-font-display);font-size:9px;font-weight:700;text-transform:uppercase;color:var(--unth-color-accent);letter-spacing:.05em;margin-bottom:6px}.voice-showcase-card h3{font-family:var(--unth-font-display);font-size:20px;font-weight:700;color:#f8fafc;margin-bottom:8px}.voice-showcase-card p{font-size:13px;color:#94a3b8;line-height:1.5}.discovery-brief-card{border-color:#cdfb5673}.discovery-brief-grid{display:grid;gap:10px;margin-top:14px}.discovery-brief-row{display:grid;grid-template-columns:minmax(110px,.7fr) 1.3fr;gap:14px;padding:10px 0;border-top:1px solid #334155}.discovery-brief-row span{color:#94a3b8;font-size:11px}.discovery-brief-row strong{color:#f8fafc;font-size:12px;font-weight:600;line-height:1.4}.discovery-brief-note{margin:14px 0 0;color:#cbd5e1!important;font-size:11px!important}.showcase-deliverables{margin-top:16px;padding-top:16px;border-top:1px solid #334155}.showcase-deliverables h4{font-size:12px;font-weight:600;color:#f1f5f9;margin-bottom:8px}.showcase-deliverables ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.showcase-deliverables li{font-size:12px;color:#cbd5e1}.showcase-pricing-grid{display:flex;flex-direction:column;gap:12px;margin-top:16px}.pricing-grid-col{background:#0f172a;border:1px solid #1e293b;padding:12px 16px;border-radius:8px;display:flex;flex-direction:column;transition:all .2s}.pricing-grid-col.active{border-color:var(--unth-color-accent);box-shadow:0 0 12px #38c6f626}.pricing-grid-col .col-header{font-weight:700;font-size:13px;color:#f8fafc}.pricing-grid-col.starter .col-header{color:#10b981}.pricing-grid-col.professional .col-header{color:#38bdf8}.pricing-grid-col.enterprise .col-header{color:#a855f7}.pricing-grid-col .col-price{font-size:16px;font-weight:700;color:#f8fafc;margin:4px 0}.pricing-grid-col ul{list-style:none;padding:0;margin:4px 0 0;font-size:11px;color:#94a3b8;display:flex;flex-direction:column;gap:2px}.case-study-metric-badge{background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);color:#f59e0b;font-size:11px;font-weight:700;padding:4px 8px;border-radius:4px;display:inline-block;margin-top:6px}.case-study-highlights{margin-top:12px;background:#0f172a;padding:12px;border-radius:6px}.case-study-highlights strong{display:block;font-size:12px;color:#f8fafc}.case-study-highlights span{font-size:11px;color:#94a3b8;line-height:1.4;display:block;margin-top:2px}.showcase-link-btn{display:inline-block;background:var(--unth-color-accent);color:#000;padding:8px 16px;border-radius:6px;text-decoration:none;font-weight:700;font-size:12px;margin-top:16px;transition:opacity .2s}.showcase-link-btn:hover{opacity:.9}.inline-log-card{background:#1e293b;padding:8px 12px;border-radius:6px;border:1px solid #334155;margin:4px 0;font-weight:500;color:#cbd5e1}.inline-showcase-card{align-self:flex-start;margin:12px 0 12px 34px!important;max-width:520px;width:calc(100% - 34px)}@keyframes pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}
