.scoppar-fx {
	--sfx-navy: #001F3F;
	--sfx-red: #D32F2F;
	--sfx-gold: #D4AF37;
	--sfx-green: #128c4a;
	--sfx-bg: #f6f8fc;
	--sfx-text: #102235;
	--sfx-muted: #5e6b78;
	--sfx-line: #d9e2ec;
	--sfx-radius: 16px;

	max-width: 440px;
	margin: 0 auto;
	padding: 28px;
	background: #ffffff;
	border: 1px solid var(--sfx-line);
	border-radius: var(--sfx-radius);
	box-shadow: 0 8px 28px rgba(16, 34, 53, 0.08);
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	color: var(--sfx-text);
}

.scoppar-fx__select {
	width: 100%;
	padding: 13px 14px;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: var(--sfx-text);
	background: #ffffff;
	border: 1.5px solid var(--sfx-line);
	border-radius: calc(var(--sfx-radius) - 4px);
	margin-bottom: 18px;
	cursor: pointer;
	transition: border-color 0.15s ease;
}

.scoppar-fx__select:focus {
	outline: none;
	border-color: var(--sfx-navy);
}

.scoppar-fx__coming-soon-badge {
	display: inline-block;
	background: var(--sfx-gold);
	color: var(--sfx-navy);
	font-family: 'Manrope', sans-serif;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 6px 14px;
	border-radius: 999px;
	margin: 4px 0 14px;
}

.scoppar-fx__coming-soon-note {
	font-size: 13.5px;
	color: var(--sfx-muted);
	line-height: 1.55;
	margin: 0 0 4px;
}

.scoppar-fx__tabs {
	display: flex;
	gap: 8px;
	background: var(--sfx-bg);
	border-radius: calc(var(--sfx-radius) - 4px);
	padding: 4px;
	margin-bottom: 22px;
}

.scoppar-fx__tab {
	flex: 1;
	border: none;
	background: transparent;
	padding: 10px 12px;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: var(--sfx-muted);
	border-radius: calc(var(--sfx-radius) - 8px);
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.scoppar-fx__tab.is-active {
	background: var(--sfx-navy);
	color: #ffffff;
}

.scoppar-fx__row {
	margin-bottom: 6px;
}

.scoppar-fx__label {
	display: block;
	font-size: 12.5px;
	font-weight: 600;
	color: var(--sfx-muted);
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.scoppar-fx__input-wrap {
	display: flex;
	align-items: center;
	border: 1.5px solid var(--sfx-line);
	border-radius: calc(var(--sfx-radius) - 4px);
	overflow: hidden;
	background: #ffffff;
	transition: border-color 0.15s ease;
}

.scoppar-fx__input-wrap:focus-within {
	border-color: var(--sfx-navy);
}

.scoppar-fx__input-wrap--output {
	background: var(--sfx-bg);
}

.scoppar-fx__currency {
	padding: 14px 14px;
	font-family: 'Manrope', sans-serif;
	font-weight: 800;
	font-size: 14px;
	color: var(--sfx-navy);
	background: var(--sfx-bg);
	border-right: 1.5px solid var(--sfx-line);
	min-width: 56px;
	text-align: center;
}

.scoppar-fx__input {
	flex: 1;
	border: none;
	outline: none;
	padding: 14px 16px;
	font-size: 20px;
	font-weight: 700;
	color: var(--sfx-text);
	background: transparent;
	width: 100%;
	-moz-appearance: textfield;
}

.scoppar-fx__input::-webkit-outer-spin-button,
.scoppar-fx__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.scoppar-fx__output {
	flex: 1;
	padding: 14px 16px;
	font-size: 20px;
	font-weight: 800;
	color: var(--sfx-green);
}

.scoppar-fx__arrow {
	text-align: center;
	color: var(--sfx-gold);
	font-size: 20px;
	margin: 10px 0;
}

.scoppar-fx__whatsapp {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 18px;
	padding: 14px 18px;
	background: #25D366;
	color: #ffffff;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	border-radius: calc(var(--sfx-radius) - 4px);
	transition: background 0.15s ease, transform 0.15s ease;
}

.scoppar-fx__whatsapp:hover,
.scoppar-fx__whatsapp:focus {
	background: #1ebe57;
	color: #ffffff;
	transform: translateY(-1px);
}

.scoppar-fx__whatsapp-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.scoppar-fx__error {
	font-size: 12.5px;
	color: var(--sfx-red);
	margin: 4px 0 0;
	text-align: center;
	min-height: 1em;
}

.scoppar-fx__disclaimer {
	font-size: 11.5px;
	color: var(--sfx-muted);
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid var(--sfx-line);
	text-align: center;
	line-height: 1.5;
}
