.shopping-hero-actions{display:flex;gap:8px;flex-shrink:0}.voice-button{border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.12);color:white;border-radius:10px;padding:10px 14px;font-weight:700}
.voice-modal{padding:25px}.voice-example{display:flex;align-items:center;gap:13px;background:var(--paper);border-radius:13px;padding:14px;margin:17px 0}.voice-example>span{width:38px;height:38px;flex:0 0 38px;border-radius:50%;background:var(--black);color:white;display:grid;place-items:center}.voice-example p{display:flex;flex-direction:column;margin:0;font-size:11px}.voice-example strong{color:var(--ink);margin-top:4px}
.voice-record{width:100%;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid var(--line);background:var(--card-color);border-radius:13px;padding:14px;color:var(--ink)}.voice-record>span{color:#c63c34;font-size:20px}.voice-record small{color:var(--muted)}.voice-record.recording{background:#fff0ef;border-color:#e3a09c}.voice-record.recording>span{animation:voicePulse 1s infinite}@keyframes voicePulse{50%{transform:scale(1.35);opacity:.5}}
.voice-modal textarea{resize:vertical;border:1px solid #d9d6d0;border-radius:10px;padding:11px;font:inherit}.voice-process{width:100%;margin-top:10px}.voice-preview{display:grid;gap:6px;margin-top:15px}.voice-preview>strong{font-size:11px;margin-bottom:3px}.voice-preview>div{display:flex;align-items:center;justify-content:space-between;background:var(--paper);border-radius:10px;padding:10px 12px}.voice-preview span{display:flex;flex-direction:column}.voice-preview small{color:var(--muted);margin-top:2px}.voice-preview em{font-style:normal;font-weight:700;font-size:11px}.voice-preview>p{text-align:center;color:var(--muted);font-size:11px}
@media(max-width:650px){.shopping-hero-actions{width:100%;flex-direction:column}.shopping-hero-actions button{width:100%}.voice-record{flex-wrap:wrap}.voice-record small{width:100%}}
