.widget-container{position:relative;height:100%;max-height:100vh;overflow:hidden;display:flex;flex-direction:column}.transcript-area{flex:1 1;overflow-y:auto;display:flex;margin-bottom:-10px;flex-direction:column;scroll-behavior:smooth}.controls-bar{display:flex;flex:0 1;flex-basis:fit-content;height:100%;padding:16px;overflow:hidden;justify-content:space-between;align-items:center}.status-indicator{background-color:var(--background-color);color:var(--text-color);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.1);padding:12px 20px;display:flex;align-items:center;gap:12px;transition:all .2s ease;transform:translateY(-4px)}.status-text{font-size:14px;font-weight:500;white-space:nowrap}.hangup-button{margin-left:auto;margin-top:6px;padding:16px;border:none;border-radius:9999px;cursor:pointer;box-shadow:0 8px 32px rgba(0,0,0,.1);transition:all .2s ease;transform:translateY(-4px)}.hangup-button:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(0,0,0,.15)}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{50%{opacity:.5}}.transcript-container{overflow-y:auto;overflow-x:hidden;height:100%;width:100%;position:relative;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;display:flex;flex-direction:column;margin:1rem auto}.bubble{display:flex;padding:.5rem 1rem}.bubble.reverse{flex-direction:row-reverse}.bubble-content{position:relative;max-width:85%;padding:.75rem 1rem;border-radius:1.25rem;font-size:.9375rem;line-height:1.4;transition:transform .2s ease}.function-result{position:relative;margin:0}.function-result pre{margin:0;white-space:pre-wrap;font-family:monospace;font-size:.875rem;line-height:1.5;padding-left:1.5rem;color:#22c55e!important}.function-icon{position:absolute;left:0;top:.2rem;font-size:1rem}.light .bubble.agent .bubble-content{background:#f1f5f9;color:var(--text-color,#334155)}.light .bubble.user .bubble-content{background:var(--primary-color,#3b82f6);color:white}.light .bubble.error .bubble-content{background:#fee2e2;color:#991b1b}.dark .bubble.agent .bubble-content{background:#1e293b;color:var(--text-color,#e2e8f0)}.dark .bubble.user .bubble-content{background:var(--primary-color,#2563eb);color:white}.dark .bubble.error .bubble-content{background:#7f1d1d;color:#fecaca}.transcript-container::-webkit-scrollbar{width:6px}.transcript-container::-webkit-scrollbar-track{background:transparent}.transcript-container::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:3px}.dark .transcript-container::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1)}