.voice-changer-page {
	padding: 0;
}

.voice-changer {
	margin: 0 auto 40px;
	max-width: 960px;
	color: #17212f;
	text-align: left;
}

.vc-header {
	padding: 30px 0 18px;
	text-align: center;
}

.vc-header h1 {
	margin: 0 0 12px;
	color: #000;
}

.vc-intro {
	margin: 0 auto 14px;
	max-width: 720px;
	color: #30425b;
	font-size: 1.08rem;
	line-height: 1.55;
}

.vc-privacy {
	display: inline-block;
	margin: 0;
	padding: 10px 14px;
	border: 1px solid #cfe1dc;
	border-radius: 5px;
	background: #f0f8f5;
	color: #235144;
	font-size: .95rem;
	line-height: 1.45;
}

.vc-section {
	margin: 0 0 18px;
	padding: 22px;
	border: 1px solid #d6e1ea;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 14px rgba(23, 33, 47, .07);
}

.vc-section h2 {
	margin: 0 0 10px;
	color: #17212f;
	font-size: 1.2rem;
	line-height: 1.3;
}

.vc-section-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.vc-muted,
.vc-dropzone-subtitle {
	margin: 0;
	color: #6a7a8d;
	font-size: .95rem;
	line-height: 1.45;
}

.vc-file-input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.vc-dropzone {
	display: flex;
	min-height: 170px;
	padding: 24px;
	border: 2px dashed #9cb2c4;
	border-radius: 8px;
	background: #f7fafc;
	color: #30425b;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.vc-dropzone[hidden] {
	display: none;
}

.vc-dropzone:hover,
.vc-dropzone:focus-within,
.vc-dropzone.is-dragging {
	border-color: #0090c5;
	background: #eef8fb;
	box-shadow: 0 0 0 3px rgba(0, 144, 197, .12);
}

.vc-dropzone-title {
	display: block;
	margin-bottom: 8px;
	font-size: 1.25rem;
	font-weight: 700;
}

.vc-upload-meta-row {
	display: flex;
	margin-top: 12px;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
}

.vc-upload-meta-row[hidden],
.vc-status[hidden],
.vc-waveform-empty[hidden],
.vc-waveform-loading[hidden] {
	display: none;
}

.vc-file-meta {
	color: #30425b;
	font-size: .95rem;
	line-height: 1.4;
	flex: 1 1 auto;
	min-width: 0;
}

.vc-file-meta,
.vc-preview-time,
.vc-control strong {
	font-variant-numeric: tabular-nums;
}

.vc-button,
.vc-preset {
	display: inline-flex;
	padding: 9px 14px;
	border: 1px solid #b9cad8;
	border-radius: 6px;
	background: #fff;
	color: #17212f;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	font-size: .95rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.vc-preset {
	border-color: #0090c5;
	background: #0090c5;
}

.vc-button:hover,
.vc-button:focus,
.vc-preset:hover,
.vc-preset:focus {
	border-color: #0090c5;
	box-shadow: 0 0 0 3px rgba(0, 144, 197, .12);
}

.vc-button:disabled,
.vc-preset:disabled,
.vc-control input:disabled,
.vc-compare-toggle input:disabled + span {
	cursor: not-allowed;
	opacity: .58;
}

.vc-button-primary {
	border-color: #0090c5;
	background: #0090c5;
	color: #fff;
}

.vc-button-primary:hover,
.vc-button-primary:focus {
	background: #007fab;
	color: #fff;
}

.vc-button-secondary {
	background: #f7fafc;
}

.vc-button.white,
.vc-preset.white {
	color: #fff;
}

.vc-presets {
	display: grid;
	margin-top: 18px;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
}

.vc-presets .vc-preset.is-active {
	border-color: #EEA541 !important;
	background: #EEA541 !important;
	color: #fff;
}

.vc-preview-wave-row {
	display: grid;
	gap: 14px;
	grid-template-columns: 54px minmax(0, 1fr);
	align-items: center;
}

.vc-waveform-shell {
	position: relative;
	min-height: 126px;
	border: 1px solid #d6e1ea;
	border-radius: 8px;
	background: #f7fafc;
	overflow: hidden;
}

.vc-waveform {
	min-height: 126px;
}

.vc-waveform-empty,
.vc-waveform-loading {
	position: absolute;
	inset: 0;
	display: flex;
	padding: 18px;
	color: #6a7a8d;
	align-items: center;
	justify-content: center;
	font-size: .95rem;
	line-height: 1.45;
	text-align: center;
	pointer-events: none;
}

.vc-waveform-loading {
	background: rgba(247, 250, 252, .86);
	color: #30425b;
	font-weight: 800;
}

.vc-preview-bar {
	display: grid;
	margin-top: 14px;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
}

.vc-play-toggle {
	display: inline-flex;
	width: 54px;
	height: 54px;
	border: 0;
	border-radius: 50%;
	background: #0090c5;
	box-shadow: 0 8px 22px rgba(0, 144, 197, .25);
	cursor: pointer;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	transition: background-color .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.vc-play-toggle:hover,
.vc-play-toggle:focus {
	background: #007fab;
	box-shadow: 0 0 0 4px rgba(0, 144, 197, .16), 0 8px 22px rgba(0, 144, 197, .25);
}

.vc-play-toggle:disabled {
	cursor: not-allowed;
	opacity: .55;
}

.vc-play-icon {
	display: block;
	width: 0;
	height: 0;
	margin-left: 4px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 18px solid #fff;
}

.vc-play-toggle.is-playing .vc-play-icon {
	width: 18px;
	height: 20px;
	margin-left: 0;
	border: 0;
	background: linear-gradient(to right, #fff 0 35%, transparent 35% 65%, #fff 65% 100%);
}

.vc-download-jump {
	text-decoration: none;
}

.vc-preview-download-row {
	margin-top: 20px;
	text-align: left;
}

.vc-download-jump:hover,
.vc-download-jump:focus {
	color: #fff;
	text-decoration: none;
}

.vc-preview-copy {
	min-width: 0;
}

.vc-preview-time {
	margin-bottom: 4px;
	color: #17212f;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.2;
}

.vc-compare-toggle {
	display: inline-flex;
	box-sizing: border-box;
	margin: 0;
	padding: 4px;
	border: 1px solid #c8d7e3;
	border-radius: 7px;
	background: #eef4f8;
	gap: 4px;
	align-items: center;
}

.vc-compare-toggle label {
	display: flex;
	position: relative;
	margin: 0;
	line-height: 0;
	flex: 1 1 0;
}

.vc-compare-toggle input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.vc-compare-toggle span {
	display: flex;
	box-sizing: border-box;
	min-width: 76px;
	width: 100%;
	padding: 9px 14px;
	border-radius: 5px;
	color: #30425b;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	font-size: .95rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.vc-compare-toggle input:checked + span {
	background: #fff;
	color: #006f98;
	box-shadow: 0 1px 4px rgba(23, 33, 47, .12);
}

.vc-advanced-section {
	padding: 0;
}

.vc-advanced-section summary {
	padding: 18px 22px;
	color: #17212f;
	cursor: pointer;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.3;
}

.vc-controls-grid {
	display: grid;
	padding: 0 22px 22px;
	gap: 18px 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vc-control {
	display: grid;
	gap: 8px;
	color: #30425b;
	font-size: .95rem;
	font-weight: 800;
	line-height: 1.35;
}

.vc-control strong {
	color: #17212f;
	font-size: .95rem;
}

.vc-control input {
	width: 100%;
	accent-color: #0090c5;
}

.vc-export-ad {
	margin: 0 0 18px;
}

.vc-export-scroll-target {
	display: block;
	position: relative;
	top: -10px;
}

.vc-export-actions {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 10px;
	width: min(100%, 320px);
}

.vc-export-actions .vc-button {
	width: 100%;
}

.vc-ad-login-message {
	margin: 8px 0 0;
	color: #6a7a8d;
	font-size: .92rem;
}

.vc-status {
	margin-top: 12px;
	padding: 10px 12px;
	border: 1px solid #d6e1ea;
	border-radius: 6px;
	background: #f7fafc;
	color: #30425b;
	font-size: .95rem;
	line-height: 1.45;
}

.vc-status.is-error {
	border-color: #e2b3b3;
	background: #fff4f4;
	color: #8a2d2d;
}

.vc-status.is-success {
	border-color: #b8d9c7;
	background: #f0f8f5;
	color: #235144;
}

@media (max-width: 760px) {
	.voice-changer {
		margin-bottom: 28px;
	}

	.vc-section {
		padding: 18px;
	}

	.vc-section-heading {
		display: block;
	}

	.vc-section-heading .vc-button {
		margin-top: 14px;
	}

	.vc-upload-meta-row,
	.vc-preview-bar {
		display: grid;
		grid-template-columns: 1fr;
	}

	.vc-preview-wave-row {
		grid-template-columns: 54px minmax(0, 1fr);
	}

	.vc-preview-download-row {
		text-align: center;
	}

	.vc-compare-toggle {
		width: 100%;
	}

	.vc-compare-toggle label {
		flex: 1 1 50%;
	}

	.vc-compare-toggle span {
		min-width: 0;
	}

	.vc-controls-grid {
		grid-template-columns: 1fr;
		padding: 0 18px 18px;
	}

	.vc-export-actions {
		margin-right: auto;
		margin-left: auto;
	}
}
