:root{--voice-orange-soft:#ffd9bd;--voice-orange-border:#f2a36f;--voice-orange-text:#2a1609;--voice-orange-hover:#ffccaa;--voice-orange-focus:rgba(239,75,18,.28)}button[data-browser-voice="true"],button[data-speak]{background:var(--voice-orange-soft)!important;color:var(--voice-orange-text)!important;border-color:var(--voice-orange-border)!important;box-shadow:none!important}button[data-browser-voice="true"]:hover,button[data-speak]:hover{background:var(--voice-orange-hover)!important;color:var(--voice-orange-text)!important;border-color:#ed8d50!important}button[data-browser-voice="true"]:focus-visible,button[data-speak]:focus-visible{background:var(--voice-orange-soft)!important;color:var(--voice-orange-text)!important;outline:3px solid var(--voice-orange-focus)!important;outline-offset:2px}button[data-browser-voice="true"][data-state="starting"],button[data-browser-voice="true"][data-state="speaking"],button[data-speak][data-state="starting"],button[data-speak][data-state="speaking"],button[data-browser-voice="true"][aria-pressed="true"],button[data-speak][aria-pressed="true"]{background:var(--voice-orange-soft)!important;color:var(--voice-orange-text)!important;border-color:var(--voice-orange-border)!important;box-shadow:inset 0 0 0 1px rgba(239,75,18,.16)!important}button[data-browser-voice="true"][data-state="error"],button[data-speak][data-state="error"]{background:#ffe6d5!important;color:#5f2410!important;border-color:#e9a27b!important}