.chat-orb{width:100%;height:100%;position:relative}.chat-orb-canvas{opacity:0;width:100%;height:100%;transition:opacity .4s}.chat-orb-canvas canvas{width:100%;height:100%;display:block}.chat-orb[data-ready=true] .chat-orb-canvas{opacity:1}.chat-orb-fallback{opacity:.45;background:radial-gradient(circle at 33% 30%,#bceeff,#4b83e2 32%,#33328c 62%,#a493ed);border-radius:50%;transition:opacity .3s;position:absolute;inset:28%;box-shadow:0 0 28px #6687ed22}.chat-orb[data-ready=true]:not([data-failed=true]) .chat-orb-fallback,.chat-orb[data-failed=true] .chat-orb-canvas{opacity:0}
.phone-call-page{text-align:center;overscroll-behavior:contain;flex-direction:column;justify-content:flex-start;align-items:center;gap:1.5rem;width:100%;min-width:0;height:100%;min-height:0;padding:2rem 1.25rem;display:flex;overflow-y:auto}.phone-call-page>*{flex-shrink:0;min-width:0;max-width:100%}.phone-call-page>header{margin-top:auto}.phone-call-page>:last-child{margin-bottom:auto}.phone-call-page header{gap:.35rem;display:grid}.phone-call-page :is(h1,p){margin:0}.phone-call-page :is(header,.phone-call-status,.phone-call-usage){overflow-wrap:anywhere}.phone-call-page h1{font-size:var(--text-page);font-weight:var(--weight-heading);line-height:var(--leading-heading)}.phone-call-page header p,.phone-call-page header span,.phone-call-usage{color:var(--muted-foreground);font-size:var(--text-ui)}.phone-call-visual{justify-items:center;gap:.75rem;width:min(100%,26rem);display:grid}.phone-call-orb{aspect-ratio:1;width:min(70vw,100%,19rem);animation:.5s cubic-bezier(.22,1,.36,1) both phone-orb-in}.phone-call-waveform{width:100%;height:3rem;animation:.45s cubic-bezier(.22,1,.36,1) .18s both phone-wave-in}.phone-call-status{font-size:var(--text-section);font-variant-numeric:tabular-nums;gap:.4rem;display:grid}.phone-call-status span{color:var(--muted-foreground);font-size:var(--text-ui)}.phone-call-usage{gap:.3rem;width:min(100%,28rem);display:grid}.phone-call-usage span{font-size:var(--text-caption)}.phone-credit-summary,.phone-time-summary{gap:.45rem;min-width:0;display:grid}.phone-credit-summary strong{color:var(--foreground);font-size:var(--text-ui);font-weight:var(--weight-label)}.phone-time-summary{border-top:1px solid var(--border);margin-top:.75rem;padding-top:.75rem}.phone-usage-row{font-variant-numeric:tabular-nums;flex-wrap:wrap;justify-content:space-between;gap:.25rem .75rem;display:flex}.phone-credit-meter,.phone-time-progress{appearance:none;background:var(--accent);width:100%;min-width:0;height:.6rem;accent-color:var(--brand);border:0;border-radius:999px;display:block;overflow:hidden}.phone-credit-meter::-webkit-meter-bar{background:var(--accent);border:0;border-radius:999px}.phone-time-progress::-webkit-progress-bar{background:var(--accent);border:0;border-radius:999px}.phone-credit-meter::-webkit-meter-optimum-value{background:var(--brand);border-radius:999px}.phone-time-progress::-webkit-progress-value{background:var(--brand);border-radius:999px}.phone-credit-meter::-moz-meter-bar{background:var(--brand);border-radius:999px}.phone-time-progress::-moz-progress-bar{background:var(--brand);border-radius:999px}.phone-call-usage[data-credit-state=bounded] strong{font-variant-numeric:tabular-nums}.phone-call-actions,.phone-audio-controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;min-width:0;max-width:100%;display:flex}.phone-audio-controls{padding-block:.5rem}.phone-call-actions .ui-button,.phone-audio-controls .ui-button{white-space:normal;overflow-wrap:anywhere;flex-shrink:0;min-width:44px;max-width:100%;height:auto;min-height:44px;padding-block:8px}.phone-call-actions .ui-button{border-radius:999px}.phone-call-actions{z-index:1;border-radius:var(--radius);background:var(--background);padding:.5rem .25rem;position:sticky;bottom:0}.phone-audio-status,.phone-audio-error,.call-action-error{overflow-wrap:anywhere;min-width:0;font-size:var(--text-caption);margin:0}.phone-audio-error,.call-action-error{color:var(--error)}.phone-audio-controls>:is(.phone-audio-status,.phone-audio-error),.contact-call-action>.call-action-error{flex-basis:100%}.phone-call-page[data-focus=true]{z-index:40;background:var(--background);height:auto;position:fixed;inset:0}.contact-call-action{align-items:center;display:inline-flex}.phone-audio-status{color:var(--muted-foreground)}@keyframes phone-orb-in{0%{opacity:0;transform:scale(.88)translateY(8px)}to{opacity:1;transform:none}}@keyframes phone-wave-in{0%{opacity:0;clip-path:inset(0 50%);transform:translateY(-8px)}to{opacity:1;clip-path:inset(0);transform:none}}@media (prefers-reduced-motion:reduce){html:not([data-dialout-reduced-motion=off]) :is(.phone-call-orb,.phone-call-waveform){animation:none}}html[data-dialout-motion=on] :is(.phone-call-orb,.phone-call-waveform){animation:none}@media (max-height:650px){.phone-call-page{gap:.8rem;padding-block:1rem}.phone-call-orb{width:min(38vh,100%,14rem)}}
