.toggle-container{display:flex;align-items:center;gap:4px;width:100%;justify-content:center}.toggle-label{font-size:.75rem;font-weight:500;transition:color .2s ease}.toggle-label.active{font-weight:600}.toggle-label.inactive{color:#6b7280}.toggle-label.active.voice{color:#059669}.toggle-label.active.chat{color:#9333ea}.toggle-switch{position:relative;width:38px;height:20px;border-radius:9999px;cursor:pointer;transition:all .2s ease}.toggle-background{position:absolute;inset:0;border-radius:9999px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.voice-mode .toggle-background{background:linear-gradient(90deg,#10b981,#14b8a6)}.chat-mode .toggle-background{background:linear-gradient(90deg,#a78bfa,#f472b6)}.toggle-button{position:absolute;top:2px;height:16px;width:16px;background-color:#fff;border-radius:9999px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:transform .2s ease}.voice-mode .toggle-button{transform:translateX(2px)}.chat-mode .toggle-button{transform:translateX(20px)}