.voice-dialog{box-sizing:border-box;width:min(620px,calc(100vw - 40px));max-height:calc(100vh - 40px);overflow:auto;background:#fff;border:1px solid #e8e8e8;border-radius:16px;box-shadow:0 24px 80px rgba(25,48,61,.24);padding:26px;position:relative;color:#333}.voice-title{display:flex;gap:12px;align-items:center;padding-right:34px}.voice-title h3{margin:0;font-size:19px;line-height:1.35}.voice-title p{margin:5px 0 0;color:#8b9298;font-size:13px}.voice-icon{display:flex;flex:0 0 42px;width:42px;height:42px;align-items:center;justify-content:center;border-radius:12px;background:#fff3e6;color:#ff8200;font-size:21px}.voice-status{margin-top:22px;padding:12px 14px;border-radius:9px;background:#fff7ef;color:#a65f24;font-size:13px}.voice-status.recording{background:#fff0df;color:#e66f00}.voice-dialog textarea{box-sizing:border-box;display:block;width:100%;min-height:180px;height:180px;resize:vertical;margin:12px 0;border:1px solid #dfe5e7;border-radius:9px;padding:13px;background:#fafbfb;color:#333;font:14px/1.7 inherit}.voice-dialog textarea:focus{outline:2px solid #ffd2a5;border-color:#ff9b3d}.voice-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.voice-actions button{min-height:38px;padding:8px 15px}.voice-note{display:block;color:#8b9298;margin-top:14px;font-size:12px;line-height:1.6}
