#voice-hint.voice-feedback{position:fixed;z-index:65;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;padding:13px 15px;border:1px solid #c4d0b9;border-radius:19px;background:#f8faef;color:#294633;box-shadow:0 8px 26px #213a2b1c;font-family:system-ui,-apple-system,"PingFang SC",sans-serif;pointer-events:none;box-sizing:border-box;isolation:isolate}
#voice-hint.voice-feedback[hidden]{display:none!important}
#voice-hint .vf-icon{height:42px;width:42px;display:grid;place-items:center;border-radius:14px;background:#e3ecd6;color:#486b45}
#voice-hint .vf-icon svg{width:36px;height:36px}
#voice-hint .vf-copy{display:flex;flex-direction:column;gap:3px;min-width:0}
#voice-hint .vf-copy small{font-size:10px;line-height:1.4;letter-spacing:.1em;color:#728065;font-weight:650}
#voice-hint .vf-line{font-size:15px;font-weight:550;line-height:1.55;overflow-wrap:anywhere}
#voice-hint[data-kind="thinking"]{background:#fff9e7;border-color:#d9c990}
#voice-hint[data-kind="thinking"] .vf-icon{background:#f1e8c7;color:#7c6b32}
#voice-hint .vf-pulse{position:absolute;right:14px;top:11px;display:flex;gap:3px}
#voice-hint .vf-pulse i{width:3px;height:3px;border-radius:50%;background:#829369;animation:vf-breathe 1.6s ease-in-out infinite}
#voice-hint .vf-pulse i:nth-child(2){animation-delay:.2s}#voice-hint .vf-pulse i:nth-child(3){animation-delay:.4s}
#voice-hint[data-anchor="mentor-reading"]{grid-template-columns:34px minmax(0,1fr);gap:9px;padding:10px 12px;border-radius:17px;box-shadow:0 10px 24px #213a2b24}
#voice-hint[data-anchor="mentor-reading"]::after{content:'';position:absolute;left:54%;bottom:-9px;width:16px;height:16px;background:inherit;border-right:1px solid #c4d0b9;border-bottom:1px solid #c4d0b9;transform:rotate(45deg);border-radius:0 0 4px 0}
#voice-hint[data-anchor="mentor-reading"][data-kind="thinking"]::after{border-color:#d9c990}
#voice-hint[data-anchor="mentor-reading"] .vf-icon{width:34px;height:34px;border-radius:11px}
#voice-hint[data-anchor="mentor-reading"] .vf-icon svg{width:29px;height:29px}
#voice-hint[data-anchor="mentor-reading"] .vf-copy small{font-size:9px}
#voice-hint[data-anchor="mentor-reading"] .vf-line{font-size:14px;line-height:1.45}
@keyframes vf-breathe{0%,100%{opacity:.25;transform:translateY(0)}50%{opacity:.9;transform:translateY(-2px)}}
@media(prefers-reduced-motion:reduce){#voice-hint .vf-pulse i{animation:none}}
