.professional-voices { margin-top: 18px; padding: 18px; border: 1px solid var(--work-line); border-radius: 16px; background: #fff; }
.professional-voice-label { display: block; margin-bottom: 8px; font-weight: 700; }
#professional-voice-select { display: block; width: 100%; min-height: 48px; padding: 10px 14px; border: 1px solid var(--work-line); border-radius: 10px; background: #fff; color: inherit; font: inherit; cursor: pointer; }
#professional-voice-select:focus-visible { outline: 3px solid var(--work-cobalt); outline-offset: 2px; }
.professional-voice-detail { margin-top: 12px; padding: 14px; border: 1px solid var(--work-line); border-radius: 12px; background: #f7f9ff; }
.professional-voice-detail strong { display: block; }
.professional-voice-detail p { margin: 5px 0 12px; color: var(--work-muted); }
.professional-voice-detail button { min-height: 40px; }
#voice-preview-status { min-height: 1.4em; margin: 12px 0 4px; color: var(--work-muted); font-size: .88rem; }
#voice-preview-audio { display: block; width: 100%; margin-top: 8px; }
#voice-preview-audio[hidden] { display: none; }

.voice-consent {
  margin-top: 14px;
  padding: 20px;
  border: 1px solid var(--work-line);
  border-radius: 16px;
  background: #fff;
}

.voice-consent blockquote {
  margin: 14px 0;
  padding: 16px;
  border-left: 4px solid var(--work-cobalt);
  background: #f3f6ff;
  font-size: 1rem;
  line-height: 1.75;
}

.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 15px 0;
  font-weight: 600;
}

.consent-check input { width: 20px; height: 20px; flex: 0 0 auto; }
.voice-consent #record-time { margin-left: 12px; font: 700 .9rem Inter, system-ui; font-variant-numeric: tabular-nums; }
.danger { margin-top: 12px; color: var(--work-alert); }
.mic-answer { width: 100%; margin-top: 10px; }
.connection-steps select { min-height: 50px; padding: 10px 12px; border: 1px solid var(--work-line); border-radius: 12px; background: #fff; font-size: 16px; }

.advanced-setup #advanced-toggle { width: 100%; text-align: left; }
.advanced-panel { display: grid; gap: 10px; margin-top: 14px; padding: 20px; border: 1px solid var(--work-line); border-radius: 16px; background: #fff; }
.advanced-panel > p { margin: 0 0 6px; color: var(--work-muted); }
.advanced-panel label { font-weight: 700; }
.advanced-panel textarea,.advanced-panel input:not([type=file]) { width: 100%; min-height: 48px; padding: 12px; border: 1px solid var(--work-line); border-radius: 10px; font: inherit; }
.advanced-panel input[type=file] { max-width: 100%; }
.advanced-panel small { color: var(--work-muted); }
.advanced-panel #analyze-profile { justify-self: start; margin-top: 6px; }
.profile-summary { margin-top: 8px; padding: 16px; border-radius: 12px; background: #f3f6ff; }
.profile-summary p { line-height: 1.65; }
.profile-summary li { margin: 5px 0; }
.conversation-choice { max-width: 760px; }
.conversation-choice h1 { font-size: clamp(2rem,5vw,3rem); }
.conversation-modes { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin: 25px 0; }
.conversation-modes .option { min-height: 140px; }
.conversation-help { color: var(--work-muted); }
.natural-conversation { max-height: 320px; overflow-y: auto; padding: 12px; border: 1px solid var(--work-line); border-radius: 14px; background: #f7f9fc; }
.natural-conversation .bubble { white-space: pre-wrap; }
.suggestion-area { margin-top: 14px; }
.suggestion-area > strong { display: block; margin-bottom: 9px; font-size: .88rem; color: var(--work-muted); }
.suggestion-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.suggestion-chips[hidden] { display: none; }
.suggestion-chip { max-width: 100%; padding: 10px 14px; border: 1px solid #c7d3eb; border-radius: 18px 18px 18px 4px; background: #eff4ff; color: var(--work-ink); font: inherit; font-size: .9rem; line-height: 1.35; text-align: left; cursor: pointer; }
.suggestion-chip:hover,.suggestion-chip:focus-visible { border-color: var(--work-cobalt); background: #dfeaff; }
.conversation-form { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 10px; margin-top: 14px; }
.conversation-form textarea { min-width: 0; padding: 12px; border: 1px solid var(--work-line); border-radius: 12px; font: inherit; resize: vertical; }
.conversation-form button { min-height: 50px; }
.conversation-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.additional-notes { margin: 12px 0; }
.additional-notes ul { margin: 5px 0; padding-left: 22px; }
@media(max-width:620px) { .conversation-modes,.conversation-form { grid-template-columns: 1fr; } .conversation-form button { width: 100%; } }
