.voice-dialog{width:min(560px,calc(100vw - 32px));max-height:calc(100dvh - 32px);padding:0;border:1px solid #dce5f0;border-radius:24px;color:#172b4d;background:#fff;box-shadow:0 24px 90px #142c4e38;overflow:auto;font-size:17px}
.voice-dialog::backdrop{background:#13294566;backdrop-filter:blur(5px)}
.voice-head{display:flex;align-items:center;justify-content:space-between;padding:24px 28px 12px;gap:16px}.voice-head h2{font-size:25px;margin:4px 0;font-weight:650}.voice-eyebrow{font-size:13px;letter-spacing:.12em;color:#547397;font-weight:700}
.voice-dialog button{min-height:48px;border-radius:12px;font-size:16px;padding:10px 18px;cursor:pointer}.voice-dialog .icon-button{width:48px;padding:12px;background:#f0f5fb;border:0}.voice-dialog svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7}.voice-dialog button:disabled{opacity:.45;cursor:default}
.voice-body{padding:12px 28px 24px}.voice-orb{display:flex;align-items:center;justify-content:center;margin:8px auto 18px;width:84px;height:84px;border-radius:50%;background:#eaf3ff;color:#1768cf}.voice-orb svg{width:36px;height:36px}.voice-orb.is-recording{background:#dcecff;box-shadow:0 0 0 10px #edf5ff;animation:voice-pulse 1.4s ease-in-out infinite}
.voice-status{text-align:center;font-size:19px;font-weight:600;line-height:1.45;margin:0 0 10px}.voice-timer{text-align:center;font-variant-numeric:tabular-nums;color:#1768cf;font-weight:600}.voice-note{font-size:15px;line-height:1.6;color:#5a6c82}.voice-error{font-size:16px;line-height:1.5;background:#fff1f1;color:#9e2838;border-radius:12px;padding:12px 14px}
.voice-label{display:grid;gap:8px;font-size:16px;font-weight:600;margin-top:18px}.voice-label select,.voice-label textarea{box-sizing:border-box;width:100%;padding:12px 14px;border:1px solid #ccd9e8;border-radius:12px;color:#172b4d;background:#fff;font:inherit;font-size:17px;line-height:1.5}.voice-label textarea{resize:vertical;min-height:136px;font-weight:400}
.voice-footer{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;padding:18px 28px 24px;border-top:1px solid #e4ebf4}.voice-footer button{border:1px solid #cfdae8;background:white;color:#174e8d}.voice-footer .primary{background:#1768cf;border-color:#1768cf;color:white}.voice-dialog :focus-visible{outline:3px solid #78b5ff;outline-offset:3px}
.gpt-input-row>.gpt-mic{flex:0 0 48px;min-width:48px;align-self:flex-end;height:48px;padding:10px;border:1px solid #cddbeb;border-radius:12px;background:#f0f6ff;color:#1768cf}.gpt-mic svg{width:24px;height:24px}.gpt-tabs{flex-wrap:wrap}
@keyframes voice-pulse{50%{box-shadow:0 0 0 16px #edf5ff}}
@media(prefers-reduced-motion:reduce){.voice-orb.is-recording{animation:none}}
@media(max-width:600px){.voice-head{padding:20px 20px 10px}.voice-body{padding:12px 20px 20px}.voice-footer{padding:16px 20px 20px;display:grid;grid-template-columns:1fr}.voice-dialog{border-radius:20px}.voice-orb{width:70px;height:70px}.voice-head h2{font-size:23px}}
