.wtd-upload-tool {
	margin: 25px 0;
	padding: 22px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #ffffff;
}

.wtd-upload-header h3 {
	margin: 0 0 6px;
	font-size: 22px;
}

.wtd-upload-header p {
	margin: 0 0 18px;
	color: #6b7280;
}

.wtd-placement-options {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-bottom: 18px;
}

.wtd-placement-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	cursor: pointer;
	background: #f9fafb;
	transition: 0.2s ease;
}

.wtd-placement-card:hover,
.wtd-placement-card.wtd-active {
	border-color: #111827;
	background: #ffffff;
}

.wtd-placement-card input {
	position: absolute;
	top: 12px;
	right: 12px;
}

.wtd-placement-title {
	font-weight: 600;
	color: #111827;
}

.wtd-placement-price {
	color: #16a34a;
	font-weight: 600;
}

.wtd-upload-field {
	margin-bottom: 18px;
}

.wtd-upload-field label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
}

.wtd-upload-field input[type="file"] {
	width: 100%;
	padding: 12px;
	border: 1px dashed #cbd5e1;
	border-radius: 10px;
	background: #f8fafc;
}

.wtd-preview-wrap {
	margin-top: 20px;
}

.wtd-preview-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 14px;
}

.wtd-preview-tab {
	padding: 8px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #ffffff;
	cursor: pointer;
	font-weight: 600;
}

.wtd-preview-tab.active {
	background: #111827;
	color: #ffffff;
	border-color: #111827;
}

.wtd-tshirt-preview {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 360px;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	overflow: hidden;
}

.wtd-shirt-shape {
	position: relative;
	width: 260px;
	height: 320px;
	background: #ffffff;
	border: 2px solid #d1d5db;
	border-radius: 36px 36px 18px 18px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.wtd-shirt-shape::before,
.wtd-shirt-shape::after {
	content: "";
	position: absolute;
	top: 34px;
	width: 72px;
	height: 120px;
	background: #ffffff;
	border: 2px solid #d1d5db;
	z-index: 0;
}

.wtd-shirt-shape::before {
	left: -58px;
	transform: rotate(18deg);
	border-radius: 20px 0 18px 18px;
}

.wtd-shirt-shape::after {
	right: -58px;
	transform: rotate(-18deg);
	border-radius: 0 20px 18px 18px;
}

.wtd-shirt-neck {
	position: absolute;
	top: -2px;
	left: 50%;
	width: 86px;
	height: 44px;
	background: #f8fafc;
	border: 2px solid #d1d5db;
	border-top: 0;
	border-radius: 0 0 50px 50px;
	transform: translateX(-50%);
	z-index: 2;
}

.wtd-print-area {
	position: absolute;
	display: none;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px dashed #94a3b8;
	background: rgba(248, 250, 252, 0.7);
	z-index: 3;
	overflow: hidden;
}

.wtd-print-area-front {
	top: 92px;
	left: 50%;
	width: 132px;
	height: 150px;
	transform: translateX(-50%);
}

.wtd-print-area-back {
	top: 88px;
	left: 50%;
	width: 145px;
	height: 165px;
	transform: translateX(-50%);
}

.wtd-print-area-chest {
	top: 86px;
	left: 73px;
	width: 54px;
	height: 54px;
}

.wtd-view-front .wtd-print-area-front {
	display: flex;
}

.wtd-view-back .wtd-print-area-back {
	display: flex;
}

.wtd-view-chest .wtd-print-area-chest {
	display: flex;
}

.wtd-preview-placeholder {
	font-size: 12px;
	color: #64748b;
	padding: 6px;
}

.wtd-preview-image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.wtd-image-info {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 12px;
}

.wtd-image-info div {
	padding: 12px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #ffffff;
}

.wtd-image-info span {
	display: block;
	font-size: 13px;
	color: #6b7280;
}

.wtd-image-info strong {
	display: block;
	margin-top: 4px;
	color: #111827;
}

.wtd-upload-status {
	margin-top: 14px;
	font-weight: 600;
}

.wtd-upload-status.success {
	color: #16a34a;
}

.wtd-upload-status.error {
	color: #dc2626;
}

.wtd-price-summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 16px;
	padding: 14px;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
}

.wtd-price-summary strong {
	font-size: 18px;
	color: #111827;
}

@media (max-width: 767px) {
	.wtd-placement-options {
		grid-template-columns: 1fr;
	}

	.wtd-image-info {
		grid-template-columns: 1fr;
	}

	.wtd-shirt-shape {
		width: 220px;
		height: 290px;
	}
}


.wtd-quality-excellent .wtd-image-quality {
	color: #16a34a;
}

.wtd-quality-good .wtd-image-quality {
	color: #2563eb;
}

.wtd-quality-poor .wtd-image-quality {
	color: #dc2626;
}