.paddel-upload {
	max-width: 640px;
	margin: 0 auto;
	padding: 1.5rem 1.25rem 4rem;
	position: relative;
}

.paddel-langtoggle {
	position: absolute;
	top: 1rem;
	right: 1.25rem;
	background: transparent;
	border: 1px solid #455;
	color: #cfd8dc;
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
	cursor: pointer;
	font-size: 0.85rem;
	letter-spacing: 0.05em;
}

.paddel-intro {
	margin: 2.5rem 0 2rem;
}
.paddel-intro h1 {
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 0 0 1rem;
}
.paddel-intro p {
	margin: 0 0 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #d6dde2;
}
.paddel-intro a { color: #7ec4ff; }

.paddel-form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.paddel-file {
	display: block;
	background: #1d2530;
	border: 2px dashed #3b4855;
	border-radius: 12px;
	padding: 1.5rem 1rem;
	text-align: center;
	cursor: pointer;
	transition: border-color 0.15s ease;
}
.paddel-file:hover, .paddel-file.has-file {
	border-color: #7ec4ff;
}
.paddel-file input[type="file"] {
	display: none;
}
.paddel-file.has-file::before {
	content: "✓ ";
	color: #7ec4ff;
}

.paddel-check {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	font-size: 0.95rem;
	line-height: 1.4;
	cursor: pointer;
	user-select: none;
}
.paddel-check input[type="checkbox"] {
	width: 22px;
	height: 22px;
	margin: 0;
	flex-shrink: 0;
	accent-color: #7ec4ff;
}

.paddel-submit {
	margin-top: 0.5rem;
	padding: 0.95rem 1.5rem;
	font-size: 1.05rem;
	font-weight: 600;
	color: #0d1116;
	background: #7ec4ff;
	border: 0;
	border-radius: 12px;
	cursor: pointer;
	transition: background 0.15s ease, opacity 0.15s ease;
}
.paddel-submit:disabled {
	background: #455;
	color: #888;
	cursor: not-allowed;
}

.paddel-status {
	min-height: 1.5em;
	font-size: 0.95rem;
	color: #d6dde2;
}
.paddel-status.is-error { color: #ff8a80; }
.paddel-status.is-success { color: #7eff9c; }

[data-lang="sv"] [data-lang-only="en"] { display: none; }
[data-lang="en"] [data-lang-only="sv"] { display: none; }
