/**
 * Estilos del Detector de falso lossless.
 * Hereda tokens y componentes (theme-agnostic) de iat-core.css.
 */

.iat-lossless__drop {
	border: 2px dashed var(--iat-line);
	border-radius: var(--iat-radius-sm);
	padding: 1.5rem;
	text-align: center;
	margin-top: 1rem;
}
.iat-lossless__file { font: inherit; font-size: .9rem; color: var(--iat-muted); }
.iat-lossless__file::file-selector-button {
	font: inherit;
	font-weight: 700;
	color: #fff;
	background: var(--iat-accent);
	border: 0;
	border-radius: 999px;
	padding: .6em 1.2em;
	margin-right: .7rem;
	cursor: pointer;
}

.iat-lossless__loading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .8rem;
	padding: 2rem 0;
	font-weight: 600;
}
/* .iat-spinner vive en iat-core.css (compartido con la ficha de disco). */

.iat-lossless__verdict {
	font-size: 1.4rem;
	font-weight: 800;
	text-align: center;
	margin: .5rem 0 1rem;
}

.iat-lossless__wrap {
	background: #0a0a0c;
	border: 1px solid var(--iat-line);
	border-radius: var(--iat-radius-sm);
	padding: 0;
	margin: .5rem 0;
	overflow: hidden;
}
.iat-lossless__canvas { display: block; width: 100%; height: 300px; }
