.voice-configurator-hero{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;background:linear-gradient(120deg,var(--surface) 0,var(--surface-alt) 100%);border:1px solid var(--line);border-radius:18px;padding:22px 24px;margin-bottom:28px;box-shadow:var(--shadow)}.voice-configurator-hero-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;flex-shrink:0;background:var(--accent-yellow);color:var(--accent-ink)}.voice-configurator-hero-icon .mi{width:28px;height:28px}.voice-configurator-hero-eyebrow{margin:0 0 4px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft)}.voice-configurator-hero-title{margin:0 0 6px;font-size:19px;line-height:1.3}.voice-configurator-hero-sub{margin:0;font-size:13.5px;color:var(--ink-soft);line-height:1.5;max-width:52ch}.voice-configurator-hero-btn{white-space:nowrap;display:flex;align-items:center;gap:8px;flex-shrink:0}.voice-configurator-hero-btn.is-highlighted{animation:1.4s ease-in-out 2 voiceHeroHighlight}@keyframes voiceHeroHighlight{0%,100%{box-shadow:0 0 0 0 color-mix(in srgb,var(--accent-yellow) 55%,transparent)}50%{box-shadow:0 0 0 10px color-mix(in srgb,var(--accent-yellow) 0,transparent)}}@media (max-width:720px){.voice-configurator-hero{grid-template-columns:1fr;text-align:center;padding:20px}.voice-configurator-hero-icon{margin:0 auto}.voice-configurator-hero-sub{max-width:none}.voice-configurator-hero-btn{width:100%}.voice-assistant{bottom:calc(var(--mobile-bar-h) + 1rem)}}.voice-highlight-overlay{position:absolute;pointer-events:none;border-radius:var(--radius,10px);z-index:400;animation:1.3s ease-in-out infinite voiceHighlightPulse}@keyframes voiceHighlightPulse{0%,100%{outline-offset:2px}50%{outline-offset:5px}}.voice-highlight-overlay--added{outline:3px solid var(--accent-yellow-dk);box-shadow:0 0 0 6px color-mix(in srgb,var(--accent-yellow) 35%,transparent),0 0 22px 4px color-mix(in srgb,var(--accent-yellow) 45%,transparent);background-color:color-mix(in srgb,var(--accent-yellow) 14%,transparent)}.voice-highlight-overlay--removed{outline:#d32f2f solid 3px;box-shadow:0 0 0 6px color-mix(in srgb,#d32f2f 28%,transparent),0 0 22px 4px color-mix(in srgb,#d32f2f 30%,transparent);background-color:color-mix(in srgb,#d32f2f 12%,transparent)}.voice-highlight-overlay--updated{outline:3px solid var(--ink);box-shadow:0 0 0 6px color-mix(in srgb,var(--ink) 22%,transparent),0 0 22px 4px color-mix(in srgb,var(--ink) 25%,transparent);background-color:color-mix(in srgb,var(--ink) 10%,transparent)}@media (prefers-reduced-motion:reduce){.voice-configurator-hero-btn.is-highlighted{animation:none}.voice-highlight-overlay{animation:none;outline-offset:3px}}.voice-instructions [hidden]{display:none!important}.voice-instructions{position:fixed;top:50%;right:.75rem;transform:translateY(-50%);z-index:960}.voice-instructions-fab{position:relative;display:flex;align-items:center;justify-content:center;width:46px;height:46px;background:var(--ink);color:var(--bg);border:none;border-radius:999px;cursor:pointer;box-shadow:0 3px 14px var(--shadow-md);transition:box-shadow .2s}.voice-instructions-fab:focus-visible,.voice-instructions-fab:hover{box-shadow:0 4px 18px var(--shadow-lg)}.voice-instructions-fab:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.voice-instructions-fab .mi{width:18px;height:18px}.voice-instructions-fab.is-pulsing{animation:.5s cubic-bezier(.3,1.6,.4,1) voiceInstructionsPulse}@keyframes voiceInstructionsPulse{0%,100%{transform:scale(1)}35%{transform:scale(1.18)}}.voice-instructions-count{position:absolute;top:-4px;left:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--accent-yellow);color:var(--accent-ink);font-size:10.5px;font-weight:700;line-height:18px;text-align:center}.voice-instructions-panel{position:absolute;top:50%;right:calc(100% + 10px);transform:translateY(-50%) translateX(8px);width:min(300px,calc(100vw - 2.5rem));max-height:min(60vh,420px);background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-lift);padding:14px;display:flex;flex-direction:column;gap:10px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,transform .2s cubic-bezier(.2,.8,.2,1),visibility 0s linear .2s}.voice-instructions-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(-50%) translateX(0);transition:opacity .22s,transform .22s cubic-bezier(.2,.8,.2,1),visibility linear}.voice-instructions-head{display:flex;align-items:center;justify-content:space-between}.voice-instructions-title{margin:0;font-weight:700;font-size:14px}.voice-instructions-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1px solid var(--line);background:0 0;color:var(--ink-soft);cursor:pointer;flex-shrink:0}.voice-instructions-close:hover{background:var(--bg);color:var(--ink)}.voice-instructions-close:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.voice-instructions-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;overflow-y:auto}.voice-instruction-item{display:flex;align-items:flex-start;gap:8px;padding:8px;border-radius:10px;background:var(--bg);transition:opacity .3s}.voice-instruction-item.is-done{opacity:.55}.voice-instruction-item.is-flash{animation:1s voiceInstructionFlash}@keyframes voiceInstructionFlash{0%,100%{background:var(--bg)}25%{background:color-mix(in srgb,var(--accent-yellow) 30%,var(--bg))}}.voice-instruction-toggle{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;margin-top:1px;border-radius:6px;border:1.5px solid var(--line);background:0 0;color:transparent;cursor:pointer;transition:.15s}.voice-instruction-toggle[aria-pressed=true]{background:var(--accent-yellow-dk);border-color:var(--accent-yellow-dk);color:var(--accent-ink)}.voice-instruction-toggle .mi{width:13px;height:13px}.voice-instruction-toggle:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.voice-instruction-text{flex:1;font-size:12.5px;line-height:1.4}.voice-instruction-item.is-done .voice-instruction-text{text-decoration:line-through}.voice-instruction-remove{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;border-radius:50%;border:none;background:0 0;color:var(--ink-soft);cursor:pointer}.voice-instruction-remove:hover{background:var(--surface-alt);color:var(--ink)}.voice-instruction-remove:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.voice-instruction-remove .mi{width:13px;height:13px}@media (max-width:720px){.voice-instructions-panel{width:min(280px,calc(100vw - 2rem))}}@media (prefers-reduced-motion:reduce){.voice-instructions-panel{transition:opacity .01s linear;transform:translateY(-50%)}.voice-instructions-fab{transition:none}.voice-instructions-fab.is-pulsing{animation:none}.voice-instruction-item.is-flash{animation:none;background:color-mix(in srgb,var(--accent-yellow) 25%,var(--bg))}}