.tadaoto-voice-beep-page .tool-heading { max-width: 1040px; }
.vbp-app { --vbp: #0693cd; --vbp-hover: #235c9a; --vbp-wave: #ff7eb6; --vbp-dark: #27131f; max-width: 1040px; margin: 32px auto 72px; }
.vbp-app .tool-panel { margin: 24px 0; }
.vbp-text-label { display: flex; justify-content: space-between; gap: 16px; margin: 24px 0 8px; font-weight: 700; color: #20242a; }
.vbp-text-label small { color: #78828d; font-weight: 500; }
.vbp-app textarea { width: 100%; min-height: 108px; padding: 16px; border: 1px solid #cbd3db; border-radius: 12px; box-sizing: border-box; color: #20242a; font: inherit; line-height: 1.65; resize: vertical; }
.vbp-app fieldset { margin: 24px 0 0; padding: 0; border: 0; }
.vbp-app legend { margin-bottom: 10px; font-weight: 700; }
.vbp-presets, .vbp-timbre { display: flex; flex-wrap: wrap; gap: 9px; }
.vbp-preset, .vbp-timbre label, .vbp-chip { border: 1px solid #d2d9df; border-radius: 999px; background: #fff; color: #27313a; font: inherit; font-weight: 700; cursor: pointer; transition: border-color .2s, background .2s, color .2s; }
.vbp-preset { min-width: 108px; padding: 10px 16px; }
.vbp-preset:hover, .vbp-preset:focus-visible, .vbp-chip:hover, .vbp-chip:focus-visible { border-color: var(--vbp); color: var(--vbp); }
.vbp-timbre input { position: absolute; opacity: 0; pointer-events: none; }
.vbp-timbre span { display: block; padding: 9px 14px; }
.vbp-timbre label:has(input:checked) { border-color: var(--vbp); background: #edf4fc; color: var(--vbp-hover); box-shadow: inset 0 0 0 1px var(--vbp); }
.vbp-wave { display: block; width: 100%; height: 132px; margin: 24px 0 0; border-radius: 12px; }
.vbp-current { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 12px 0 0; color: #27313a; font-weight: 700; }
.vbp-current small { color: #78828d; font-weight: 500; }
.vbp-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.vbp-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 18px; border: 1px solid #c4ced8; border-radius: 9px; background: #fff; color: #26313b; box-sizing: border-box; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; }
.vbp-button:hover, .vbp-button:focus-visible { border-color: var(--vbp); color: var(--vbp); }
.vbp-button:disabled { opacity: .45; cursor: not-allowed; }
.vbp-button--primary { border-color: var(--vbp); background: var(--vbp); color: #fff; }
.vbp-button--primary:hover, .vbp-button--primary:focus-visible { border-color: var(--vbp-hover); background: var(--vbp-hover); color: #fff; }
.vbp-button--play { width: 46px; padding: 0; border-radius: 50%; }
.vbp-status { min-height: 1.5em; margin: 12px 0 0; color: #4e5d69; }
.vbp-status.is-error { color: #c93636; }
.vbp-history { margin-top: 26px; padding-top: 20px; border-top: 1px solid #e3e8ec; }
.vbp-history h3 { margin: 0 0 12px; font-size: 16px; }
.vbp-history-list { display: flex; flex-wrap: wrap; gap: 8px; }
.vbp-chip { padding: 8px 12px; font-size: 13px; }
.vbp-tune .tool-section-heading, .vbp-materials .tool-section-heading { margin-bottom: 22px; }
.vbp-sliders { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
.vbp-slider { display: grid; gap: 10px; color: #27313a; font-weight: 700; }
.vbp-slider input { width: 100%; accent-color: var(--vbp); }
.vbp-material-note { margin: 12px 0 0; color: #6d7883; }
.vbp-note { margin-top: 24px; padding: 24px 28px; border-radius: 12px; background: var(--tool-panel); color: #35414c; }
.vbp-app :focus-visible { outline: 3px solid rgba(6, 147, 205, .32); outline-offset: 3px; }
.vbp-note h2 { margin: 0 0 12px; font-size: 18px; }
.vbp-note ul { margin: 0; padding-left: 1.3em; }
.vbp-note li + li { margin-top: 7px; }
@media (max-width: 720px) {
  .vbp-app { margin-top: 20px; }
  .vbp-sliders { grid-template-columns: 1fr; }
  .vbp-current { align-items: flex-start; flex-direction: column; }
  .vbp-actions .vbp-button:not(.vbp-button--play) { flex: 1 1 180px; }
}
