/* CompactCSS source: /apps/transcribe/style.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos gathers foundation, form, status, and interaction into one local cascade; Awtsmoos.com keeps every style inside this route's own arcade.
 */

/* CompactCSS source: /apps/transcribe/styles/foundation.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos gives this transcription vessel its bounded night sky; on Awtsmoos.com every panel stays local, readable, and shy of overflow nearby.
 */
body.awtsmoos-transcribe {
	--tr-bg: #07101c;
	--tr-panel: rgba(14, 28, 46, .9);
	--tr-panel-soft: rgba(18, 37, 59, .72);
	--tr-border: rgba(128, 221, 255, .18);
	--tr-accent: #7ee8ff;
	--tr-accent-strong: #a7f3ff;
	--tr-text: #f4fbff;
	--tr-muted: #9db2c6;
	--tr-danger: #ff9fbe;
	--tr-success: #8dffc7;
	margin: 0;
	min-width: 0;
	min-height: 100dvh;
	color: var(--tr-text);
	background:
		radial-gradient(circle at 12% 5%, rgba(72, 170, 255, .18), transparent 34rem),
		radial-gradient(circle at 88% 90%, rgba(124, 92, 255, .14), transparent 30rem),
		var(--tr-bg);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.awtsmoos-transcribe,
.awtsmoos-transcribe * {
	box-sizing: border-box;
}

.awtsmoos-transcribe .transcribe-shell {
	width: min(100% - 24px, 760px);
	margin-inline: auto;
	padding: max(28px, env(safe-area-inset-top)) 0 max(36px, env(safe-area-inset-bottom));
}

.awtsmoos-transcribe .transcribe-hero {
	padding: 12px 4px 20px;
}

.awtsmoos-transcribe h1,
.awtsmoos-transcribe h2,
.awtsmoos-transcribe p {
	margin-top: 0;
}

.awtsmoos-transcribe h1 {
	margin-bottom: 10px;
	font-size: clamp(2rem, 8vw, 3.6rem);
	line-height: .98;
	letter-spacing: -.045em;
}

.awtsmoos-transcribe h2 {
	margin-bottom: 0;
	font-size: 1.35rem;
}

.awtsmoos-transcribe .transcribe-hero > p:last-child {
	max-width: 62ch;
	margin-bottom: 0;
	color: var(--tr-muted);
	line-height: 1.65;
}

.awtsmoos-transcribe .transcribe-kicker {
	margin-bottom: 10px;
	color: var(--tr-accent);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.awtsmoos-transcribe .transcribe-card {
	min-width: 0;
	padding: clamp(18px, 5vw, 30px);
	border: 1px solid var(--tr-border);
	border-radius: 24px;
	background: linear-gradient(145deg, var(--tr-panel), rgba(8, 18, 31, .92));
	box-shadow: 0 24px 70px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .04);
	backdrop-filter: blur(18px);
}

.awtsmoos-transcribe .transcribe-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	justify-content: space-between;
	padding: 18px 6px 0;
	color: var(--tr-muted);
	font-size: .82rem;
}

.awtsmoos-transcribe .transcribe-footer a {
	color: var(--tr-accent);
	font-weight: 700;
	text-underline-offset: 3px;
}



/* CompactCSS source: /apps/transcribe/styles/form.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos lets each input become a clear kli for one human intention; Awtsmoos.com keeps advanced power folded until chosen attention.
 */
.awtsmoos-transcribe .transcribe-form {
	display: grid;
	gap: 18px;
}

.awtsmoos-transcribe .transcribe-field {
	display: grid;
	min-width: 0;
	gap: 7px;
}

.awtsmoos-transcribe .transcribe-field > span {
	font-size: .9rem;
	font-weight: 760;
}

.awtsmoos-transcribe .transcribe-field small {
	color: var(--tr-muted);
	font-size: .76rem;
	line-height: 1.45;
}

.awtsmoos-transcribe .transcribe-field input {
	width: 100%;
	min-width: 0;
	min-height: 48px;
	padding: 11px 13px;
	border: 1px solid rgba(151, 212, 238, .22);
	border-radius: 13px;
	color: var(--tr-text);
	background: rgba(4, 12, 22, .72);
	font: inherit;
}

.awtsmoos-transcribe .transcribe-field input[type="file"] {
	padding: 7px;
	color: var(--tr-muted);
}

.awtsmoos-transcribe .transcribe-field input[type="file"]::file-selector-button {
	min-height: 34px;
	margin-right: 10px;
	padding: 7px 11px;
	border: 1px solid var(--tr-border);
	border-radius: 9px;
	color: var(--tr-text);
	background: var(--tr-panel-soft);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.awtsmoos-transcribe .transcribe-advanced {
	min-width: 0;
	border: 1px solid rgba(151, 212, 238, .14);
	border-radius: 14px;
	background: rgba(4, 12, 22, .34);
}

.awtsmoos-transcribe .transcribe-advanced summary {
	padding: 13px 14px;
	color: var(--tr-muted);
	font-weight: 750;
	cursor: pointer;
	user-select: none;
}

.awtsmoos-transcribe .transcribe-advanced[open] summary {
	border-bottom: 1px solid rgba(151, 212, 238, .12);
	color: var(--tr-accent-strong);
}

.awtsmoos-transcribe .transcribe-advanced .transcribe-field {
	padding: 14px;
}

.awtsmoos-transcribe .transcribe-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
}

@media (min-width: 520px) {
	.awtsmoos-transcribe .transcribe-actions {
		grid-template-columns: minmax(0, 1fr) auto;
	}
}



/* CompactCSS source: /apps/transcribe/styles/status.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos lets invisible network movement become visible truth; Awtsmoos.com turns upload, waiting, completion, and failure into readable proof.
 */
.awtsmoos-transcribe .transcribe-status {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	margin-top: 20px;
	padding: 14px;
	border: 1px solid rgba(151, 212, 238, .12);
	border-radius: 14px;
	background: rgba(3, 10, 18, .4);
}

.awtsmoos-transcribe .transcribe-status-dot {
	width: 10px;
	height: 10px;
	margin-top: 5px;
	border-radius: 999px;
	background: var(--tr-muted);
	box-shadow: 0 0 0 4px rgba(157, 178, 198, .08);
}

.awtsmoos-transcribe .transcribe-status strong {
	display: block;
	margin-bottom: 3px;
}

.awtsmoos-transcribe .transcribe-status p {
	margin: 0;
	color: var(--tr-muted);
	font-size: .84rem;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.awtsmoos-transcribe .transcribe-status[data-state="busy"] .transcribe-status-dot {
	background: var(--tr-accent);
	box-shadow: 0 0 14px rgba(126, 232, 255, .68);
	animation: awtsmoos-transcribe-breathe 1.6s ease-in-out infinite;
}

.awtsmoos-transcribe .transcribe-status[data-state="success"] .transcribe-status-dot {
	background: var(--tr-success);
}

.awtsmoos-transcribe .transcribe-status[data-state="error"] .transcribe-status-dot {
	background: var(--tr-danger);
}

.awtsmoos-transcribe .transcribe-result {
	margin-top: 16px;
}

.awtsmoos-transcribe .transcribe-result-heading {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.awtsmoos-transcribe .transcribe-result pre {
	max-height: min(48dvh, 460px);
	margin: 0;
	padding: 16px;
	overflow: auto;
	white-space: pre-wrap;
	overflow-wrap: anywhere;
	border: 1px solid rgba(151, 212, 238, .12);
	border-radius: 14px;
	color: #e9f8ff;
	background: rgba(2, 8, 15, .65);
	font: 500 .9rem/1.65 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

@keyframes awtsmoos-transcribe-breathe {
	0%, 100% {
		transform: scale(.84);
		opacity: .7;
	}
	50% {
		transform: scale(1.12);
		opacity: 1;
	}
}



/* CompactCSS source: /apps/transcribe/styles/interactions.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos lets every action answer touch, focus, hover, and press; Awtsmoos.com keeps motion refined, accessible, and never excessive.
 */
.awtsmoos-transcribe button,
.awtsmoos-transcribe input,
.awtsmoos-transcribe summary,
.awtsmoos-transcribe a,
.awtsmoos-transcribe input[type="file"]::file-selector-button {
	transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.awtsmoos-transcribe button {
	min-height: 46px;
	padding: 11px 15px;
	border: 1px solid var(--tr-border);
	border-radius: 13px;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.awtsmoos-transcribe .transcribe-primary {
	color: #03141c;
	border-color: transparent;
	background: linear-gradient(135deg, var(--tr-accent-strong), #68baff);
	box-shadow: 0 12px 30px rgba(79, 193, 255, .18);
}

.awtsmoos-transcribe .transcribe-secondary {
	color: var(--tr-text);
	background: var(--tr-panel-soft);
}

@media (hover: hover) and (pointer: fine) {
	.awtsmoos-transcribe button:not(:disabled):hover,
	.awtsmoos-transcribe summary:hover,
	.awtsmoos-transcribe input[type="file"]::file-selector-button:hover {
		transform: translateY(-1px);
		border-color: rgba(126, 232, 255, .5);
		box-shadow: 0 10px 26px rgba(50, 177, 255, .14);
	}

	.awtsmoos-transcribe .transcribe-field input:not([type="file"]):hover {
		border-color: rgba(126, 232, 255, .42);
	}

	.awtsmoos-transcribe a:hover {
		color: var(--tr-accent-strong);
	}
}

.awtsmoos-transcribe button:not(:disabled):active,
.awtsmoos-transcribe summary:active,
.awtsmoos-transcribe input[type="file"]::file-selector-button:active {
	transform: translateY(1px) scale(.98);
}

.awtsmoos-transcribe .transcribe-field input:not([type="file"]):active,
.awtsmoos-transcribe a:active {
	color: var(--tr-accent-strong);
	border-color: rgba(126, 232, 255, .62);
}

.awtsmoos-transcribe button:focus-visible,
.awtsmoos-transcribe input:focus-visible,
.awtsmoos-transcribe summary:focus-visible,
.awtsmoos-transcribe a:focus-visible,
.awtsmoos-transcribe input[type="file"]::file-selector-button:focus-visible {
	outline: 3px solid var(--tr-accent);
	outline-offset: 3px;
}

.awtsmoos-transcribe button:disabled,
.awtsmoos-transcribe input:disabled {
	cursor: not-allowed;
	opacity: .48;
}

@media (pointer: coarse) {
	.awtsmoos-transcribe button,
	.awtsmoos-transcribe summary,
	.awtsmoos-transcribe .transcribe-field input,
	.awtsmoos-transcribe input[type="file"]::file-selector-button {
		min-height: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.awtsmoos-transcribe button,
	.awtsmoos-transcribe input,
	.awtsmoos-transcribe summary,
	.awtsmoos-transcribe a,
	.awtsmoos-transcribe input[type="file"]::file-selector-button {
		transition: none;
	}

	.awtsmoos-transcribe .transcribe-status-dot {
		animation: none;
	}
}


