.yaraa-reports-page h1 {
	font-size: 24px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 20px;
}

/* Notice */
.yaraa-notice {
	background: #fff;
	border-left: 4px solid #dba617;
	padding: 12px 16px;
	margin-bottom: 20px;
}

/* Filter Bar */
.yaraa-filter-bar {
	display: flex;
	gap: 12px;		
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.yaraa-select {
	padding: 10px 36px 10px 14px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	font-size: 14px;
	background: #fff;
	min-width: 160px;
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
}

.yaraa-select:focus {
	outline: none;
	border-color: #6366f1;
	box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.yaraa-select-small {
	padding: 6px 28px 6px 10px;
	font-size: 13px;
	min-width: 120px;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 8px center;
}

/* Custom Date Range */
.yaraa-custom-date-range {
	display: flex;
	align-items: center;
	gap: 8px;
}

.yaraa-date-input {
	padding: 8px 12px;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	font-size: 14px;
}

.yaraa-date-separator {
	color: #64748b;
	font-size: 14px;
}

/* Loading State */
.yaraa-loading-state {
	text-align: center;
	padding: 60px 20px;
	background: #fff;
	border-radius: 12px;
	margin-bottom: 20px;
}

.yaraa-loading-state .dashicons {
	font-size: 40px;
	width: 40px;
	height: 40px;
	color: #6366f1;
}

.yaraa-spin {
	animation: yaraa-spin 1s linear infinite;
}

@keyframes yaraa-spin {
	100% {
		transform: rotate(360deg);
	}
}

/* Reports Container */
.yaraa-reports-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Card Styles - Matching Dashboard */
.yaraa-card {
	background: #fff;
	border-radius: 12px;
	border: 2px dashed #e2e8f0;
	overflow: hidden;
	transition: all 0.2s ease;
}

.yaraa-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.yaraa-card-header {
	padding: 16px 20px;
	border-bottom: 1px solid #f1f5f9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f8fafc;
}

.yaraa-card-header h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #1e293b;
	display: flex;
	align-items: center;
	gap: 8px;
}

.yaraa-card-header h3 .dashicons {
	color: #6366f1;
	font-size: 18px;
	width: 18px;
	height: 18px;
}

.yaraa-card-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.yaraa-chart-loading {
	color: #6366f1;
}

.yaraa-card-body {
	padding: 20px;
}

/* Chart Container */
.yaraa-chart-container {
	position: relative;
	height: 250px;
}

.yaraa-chart-horizontal {
	height: 300px;
}

/* Empty State */
.yaraa-empty-state {
	text-align: center;
	padding: 60px 20px;
	color: #64748b;
}

.yaraa-empty-state .dashicons {
	font-size: 48px;
	width: 48px;
	height: 48px;
	color: #cbd5e1;
	margin-bottom: 12px;
}

.yaraa-empty-state p {
	margin: 0;
	font-size: 14px;
}

/* Refresh Icon. */
.refresh {
	margin-top: 4px;
}

/* Responsive. */
@media (max-width: 768px) {
	.yaraa-filter-bar {
		flex-direction: column;
		align-items: stretch;
	}

	.yaraa-select {
		width: 100%;
	}

	.yaraa-custom-date-range {
		flex-direction: column;
	}

	.yaraa-chart-container {
		height: 220px;
	}

	.yaraa-chart-horizontal {
		height: 280px;
		overflow-x: auto;
	}
}

@media (max-width: 480px) {
	.yaraa-card-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.yaraa-card-actions {
		width: 100%;
	}

	.yaraa-select-small {
		width: 100%;
	}
}
.yaraa-reports-page h1 {
	font-size: 24px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 20px;
}

/* Notice. */
.yaraa-notice {
	background: #fff;
	border-left: 4px solid #dba617;
	padding: 12px 16px;
	margin-bottom: 20px;
}

/* Filter Bar. */
.yaraa-filter-bar {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.yaraa-select {
	padding: 10px 36px 10px 14px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	font-size: 14px;
	background: #fff;
	min-width: 160px;
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
}

.yaraa-select:focus {
	outline: none;
	border-color: #6366f1;
	box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.yaraa-select-small {
	padding: 6px 28px 6px 10px;
	font-size: 13px;
	min-width: 120px;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 8px center;
}

/* Custom Date Range. */
.yaraa-custom-date-range {
	display: flex;
	align-items: center;
	gap: 8px;
}

.yaraa-date-input {
	padding: 8px 12px;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	font-size: 14px;
}

.yaraa-date-separator {
	color: #64748b;
	font-size: 14px;
}

/* Loading State. */
.yaraa-loading-state {
	text-align: center;
	padding: 60px 20px;
	background: #fff;
	border-radius: 12px;
	margin-bottom: 20px;
}

.yaraa-loading-state .dashicons {
	font-size: 40px;
	width: 40px;
	height: 40px;
	color: #6366f1;
}

.yaraa-spin {
	animation: yaraa-spin 1s linear infinite;
}

@keyframes yaraa-spin {
	100% {
		transform: rotate(360deg);
	}
}

/* Reports Container. */
.yaraa-reports-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Card Styles - Matching Dashboard. */
.yaraa-card {
	background: #fff;
	border-radius: 12px;
	border: 2px dashed #e2e8f0;
	overflow: hidden;
	transition: all 0.2s ease;
}

.yaraa-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.yaraa-card-header {
	padding: 16px 20px;
	border-bottom: 1px solid #f1f5f9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f8fafc;
}

.yaraa-card-header h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #1e293b;
	display: flex;
	align-items: center;
	gap: 8px;
}

.yaraa-card-header h3 .dashicons {
	color: #6366f1;
	font-size: 18px;
	width: 18px;
	height: 18px;
}

.yaraa-card-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.yaraa-chart-loading {
	color: #6366f1;
}

.yaraa-card-body {
	padding: 20px;
}

/* Chart Container. */
.yaraa-chart-container {
	position: relative;
	height: 250px;
}

.yaraa-chart-horizontal {
	height: 300px;
}

/* Empty State. */
.yaraa-empty-state {
	text-align: center;
	padding: 60px 20px;
	color: #64748b;
}

.yaraa-empty-state .dashicons {
	font-size: 48px;
	width: 48px;
	height: 48px;
	color: #cbd5e1;
	margin-bottom: 12px;
}

.yaraa-empty-state p {
	margin: 0;
	font-size: 14px;
}

/* Refresh Icon. */
.refresh {
	margin-top: 4px;
}

/* Responsive. */
@media (max-width: 768px) {
	.yaraa-filter-bar {
		flex-direction: column;
		align-items: stretch;
	}

	.yaraa-select {
		width: 100%;
	}

	.yaraa-custom-date-range {
		flex-direction: column;
	}

	.yaraa-chart-container {
		height: 220px;
	}

	.yaraa-chart-horizontal {
		height: 280px;
		overflow-x: auto;
	}
}

@media (max-width: 480px) {
	.yaraa-card-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.yaraa-card-actions {
		width: 100%;
	}

	.yaraa-select-small {
		width: 100%;
	}
}