.voice-button{display:inline-flex;align-items:center;gap:8px}.voice-button.is-listening{color:#07111f;background:#ff6b7a;border-color:#ff6b7a;animation:voice-pulse 1.25s infinite}@keyframes voice-pulse{50%{box-shadow:0 0 0 9px rgba(255,107,122,.14)}}
.voice-overlay{position:fixed;inset:0;z-index:1200;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(2,8,16,.78);backdrop-filter:blur(6px)}.voice-overlay.open{display:flex}.voice-dialog{width:min(620px,100%);max-height:90vh;overflow:auto;padding:24px;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:0 30px 90px rgba(0,0,0,.45)}.voice-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.voice-head h2{font-size:1.3rem}.voice-close{width:38px;height:38px;border:1px solid var(--border);border-radius:10px;background:transparent;color:var(--text);font-size:1.35rem;cursor:pointer}.voice-help{margin:7px 0 18px;color:var(--muted);line-height:1.55}.voice-listening{display:grid;justify-items:center;gap:12px;padding:28px 16px;text-align:center}.voice-orb{width:74px;height:74px;display:grid;place-items:center;border-radius:50%;background:rgba(255,107,122,.14);color:#ff8793;font-size:1.8rem;animation:voice-orb 1.1s infinite}@keyframes voice-orb{50%{transform:scale(1.1);box-shadow:0 0 0 14px rgba(255,107,122,.08)}}.voice-live-text{width:100%;min-height:48px;padding:12px;border:1px solid var(--border);border-radius:11px;color:var(--text);background:#091522}.voice-transcript{padding:13px 15px;border-radius:11px;background:#091522;color:var(--muted);font-style:italic}.voice-preview{display:grid;gap:9px;margin:16px 0}.voice-item{display:grid;grid-template-columns:1fr auto;gap:7px 16px;padding:13px 14px;border:1px solid var(--border);border-radius:12px}.voice-item strong{font-size:.9rem}.voice-item small{color:var(--muted)}.voice-item .income{color:var(--primary)}.voice-item .expense{color:var(--danger)}.voice-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:18px}.voice-empty{padding:18px;border:1px dashed var(--border);border-radius:12px;color:var(--muted);text-align:center}@media(max-width:600px){.voice-dialog{padding:19px}.voice-actions{flex-direction:column-reverse}.voice-actions .btn{width:100%}}
.voice-credit-item{border-color:rgba(73,166,255,.25);background:linear-gradient(145deg,rgba(73,166,255,.08),rgba(18,34,56,.55))}.voice-card-question{margin-top:14px}.voice-card-question>span{display:block;margin-bottom:8px;color:var(--text);font-size:.78rem;font-weight:800}.voice-card-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.voice-card-choice{position:relative;min-height:62px;padding:9px 10px;border:1px solid var(--border);border-radius:12px;display:flex;align-items:center;gap:9px;color:var(--text);text-align:left;background:#091522}.voice-card-choice:hover{border-color:rgba(39,230,162,.35)}.voice-card-choice.selected{border-color:var(--primary);background:var(--green-soft);box-shadow:0 0 0 3px rgba(39,230,162,.07)}.voice-card-choice>span:nth-child(2){min-width:0;display:grid}.voice-card-choice strong,.voice-card-choice small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voice-card-choice em{position:absolute;right:7px;top:6px;color:var(--primary);font-size:.6rem;font-style:normal;font-weight:900}.voice-card-symbol{flex:0 0 34px;height:34px;border-radius:9px;display:grid;place-items:center;color:var(--blue);background:var(--blue-soft)}.voice-card-loading,.voice-card-empty{color:var(--muted);font-size:.76rem}@media(max-width:600px){.voice-card-choices{grid-template-columns:1fr}.voice-item{grid-template-columns:1fr}.voice-item>strong:last-child{justify-self:start}}
