/**
 * PAP Afiliados PRO - CSV Import/Export Page Styles
 *
 * @package PAP_Afiliados_Pro
 * @since   2.0.0
 */

/* Sections */
.papafpro-csv-section {
	margin-bottom: 24px;
	padding: 20px;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
}

.papafpro-csv-section h2 {
	margin-top: 0;
	margin-bottom: 8px;
}

/* Dropzone */
.papafpro-csv-dropzone {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	margin-top: 12px;
	padding: 32px 20px;
	border: 2px dashed #c3c4c7;
	border-radius: 8px;
	background: #f9f9f9;
	text-align: center;
	cursor: pointer;
	transition: border-color 0.2s, background-color 0.2s;
}

.papafpro-csv-dropzone:hover {
	border-color: #2271b1;
	background: #f0f6fc;
}

.papafpro-csv-dropzone--active {
	border-color: #2271b1;
	background: #e7f3ff;
}

.papafpro-csv-dropzone__icon {
	font-size: 48px;
	width: 48px;
	height: 48px;
	color: #c3c4c7;
	margin-bottom: 8px;
}

.papafpro-csv-dropzone__text {
	font-size: 14px;
	font-weight: 600;
	color: #1d2327;
	margin: 4px 0;
}

.papafpro-csv-dropzone__hint {
	font-size: 12px;
	color: #646970;
	margin: 4px 0 0;
}

/* Preview */
.papafpro-csv-preview {
	margin-top: 16px;
}

.papafpro-csv-info {
	margin-bottom: 8px;
	color: #646970;
	font-size: 13px;
}

.papafpro-csv-table-wrap {
	max-height: 400px;
	overflow-y: auto;
	margin-bottom: 12px;
}

.papafpro-csv-table-wrap table td {
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Messages */
.papafpro-csv-error {
	color: #d63638;
	font-weight: 600;
	margin: 4px 0;
}

.papafpro-csv-warning {
	color: #dba617;
	font-weight: 600;
	margin: 4px 0;
}

.papafpro-csv-actions {
	margin-top: 12px;
}

.papafpro-csv-actions .button {
	margin-right: 8px;
}

/* Download images checkbox */
.papafpro-csv-download-images-wrap {
	margin: 12px 0 0;
	padding: 10px 12px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 4px;
}

.papafpro-csv-download-images-wrap label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	color: #1d2327;
}

.papafpro-csv-download-images-wrap .description {
	display: block;
	margin-top: 4px;
	margin-left: 22px;
	font-size: 12px;
	color: #646970;
	font-weight: 400;
}

/* Progress bar */
.papafpro-csv-progress {
	margin-top: 16px;
}

.papafpro-csv-progress__bar {
	height: 24px;
	background: #e0e0e0;
	border-radius: 12px;
	overflow: hidden;
}

.papafpro-csv-progress__fill {
	height: 100%;
	width: 0;
	background: #4caf50;
	border-radius: 12px;
	transition: width 0.3s ease;
}

.papafpro-csv-progress__text {
	margin-top: 8px;
	font-size: 13px;
	color: #1d2327;
	text-align: center;
}

/* Results */
.papafpro-csv-results {
	margin-top: 16px;
	padding: 16px 20px;
	background: #f0fff0;
	border: 1px solid #46b450;
	border-radius: 4px;
}

.papafpro-csv-results h3 {
	margin: 0 0 8px;
	color: #2e7d32;
}

.papafpro-csv-results p {
	margin: 4px 0;
}

/* Responsive */
@media screen and (max-width: 782px) {
	.papafpro-csv-section {
		padding: 12px;
	}

	.papafpro-csv-dropzone {
		min-height: 140px;
		padding: 20px 12px;
	}
}

/* === Import/Export Hub Tabs === */

.papafpro-hub-tabs {
	margin-bottom: 20px;
}

/* === Stats Export Controls === */

.papafpro-stats-export-controls {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.papafpro-stats-export-controls label {
	font-weight: 600;
}

.papafpro-stats-period-select {
	min-width: 160px;
}

.papafpro-stats-export-feedback {
	margin-top: 12px;
	color: #00a32a;
	font-weight: 600;
}

/* === Preset Import/Export === */

.papafpro-preset-export-list {
	margin: 12px 0;
	max-height: 320px;
	overflow-y: auto;
}

.papafpro-preset-loading {
	margin: 8px 0;
	color: #646970;
	font-style: italic;
}

.papafpro-preset-export-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #dcdcde;
}

.papafpro-preset-export-actions label {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.papafpro-preset-preview {
	margin-top: 16px;
}

.papafpro-preset-import-options {
	margin-top: 12px;
	padding: 10px 12px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 4px;
}

.papafpro-preset-import-options label {
	font-weight: 600;
	margin-right: 8px;
}

.papafpro-preset-badge {
	display: inline-block;
	padding: 2px 8px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.6;
	border-radius: 10px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.papafpro-preset-badge--new {
	background: #e5f6ee;
	color: #00713b;
	border: 1px solid #00a32a;
}

.papafpro-preset-badge--conflict {
	background: #fcf0f1;
	color: #a00010;
	border: 1px solid #d63638;
}

.papafpro-preset-results-errors {
	margin: 8px 0 0 18px;
	color: #d63638;
	font-size: 13px;
	list-style: disc;
}
