.honeycomb-button{position:relative;width:120px;height:120px;background-color:#0d9488;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;transition:all .3s ease;border:none}.honeycomb-button:hover{background-color:#0f766e;transform:scale(1.05)}.honeycomb-recording{background-color:#134e4a;color:#fcd34d}.honeycomb-loading{background-color:#0d9488;opacity:.7}.honeycomb-button-disabled{width:120px;height:120px;background-color:#d1d5db;border-radius:50%;color:#9ca3af;cursor:not-allowed}.honeycomb-button-disabled,.honeycomb-content{display:flex;align-items:center;justify-content:center}.honeycomb-content{flex-direction:column}@keyframes pulse-recording{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}.recording-indicator{animation:pulse-recording 2s infinite}.whisper-button,.whisper-button-container{display:flex;justify-content:center;align-items:center}.whisper-button{position:relative;width:120px;height:120px;background-color:#0071c5;border-radius:50%;color:white;transition:all .3s ease;border:none}.whisper-button:hover{background-color:#2192e6;transform:scale(1.05)}.whisper-recording{background-color:#134e4a;color:#fcd34d;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(252,211,77,.4)}70%{box-shadow:0 0 0 10px rgba(252,211,77,0)}to{box-shadow:0 0 0 0 rgba(252,211,77,0)}}.whisper-secondary{background-color:#6b7280;width:80px;height:80px}.whisper-secondary:hover{background-color:#4b5563}.whisper-button:disabled{background-color:#d1d5db;color:#9ca3af;cursor:not-allowed;transform:none}.whisper-content{display:flex;flex-direction:column;align-items:center;justify-content:center}