.bam4u-dashboard-admin {
	max-width: 1180px;
}

.bam4u-dashboard-filters,
.bam4u-dashboard-grid,
.bam4u-dashboard-panels,
.bam4u-stats-widget {
	box-sizing: border-box;
}

.bam4u-dashboard-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: end;
	margin: 18px 0 22px;
	padding: 16px;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	background: #fff;
}

.bam4u-dashboard-filters label,
.bam4u-dashboard-panel label {
	display: grid;
	gap: 6px;
	font-weight: 600;
}

.bam4u-dashboard-filters label span,
.bam4u-dashboard-panel label span {
	color: #646970;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.bam4u-dashboard-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 14px;
	margin: 0 0 22px;
}

.bam4u-dashboard-card,
.bam4u-dashboard-panel {
	border: 1px solid #dcdcde;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.bam4u-dashboard-card {
	display: grid;
	gap: 8px;
	min-height: 108px;
	padding: 18px;
}

.bam4u-dashboard-card span {
	color: #646970;
	font-size: 13px;
	font-weight: 700;
}

.bam4u-dashboard-card strong {
	color: #1d2327;
	font-size: 34px;
	line-height: 1;
}

.bam4u-dashboard-card .bam4u-dashboard-date {
	font-size: 18px;
	line-height: 1.25;
}

.bam4u-dashboard-card small {
	color: #646970;
}

.bam4u-dashboard-panels {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr);
	gap: 16px;
}

.bam4u-dashboard-panel {
	padding: 18px;
}

.bam4u-dashboard-panel h2 {
	margin-top: 0;
}

.bam4u-dashboard-panel label {
	margin: 0 0 14px;
}

.bam4u-dashboard-panel input[type="number"] {
	max-width: 180px;
}

.bam4u-stats-widget {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	width: 100%;
}

.bam4u-stats-item {
	display: grid;
	gap: 8px;
	min-height: 118px;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
	box-shadow: 0 12px 28px rgba(11, 32, 68, 0.08);
}

.bam4u-stats-item span {
	color: #475467;
	font-size: clamp(14px, 1.8vw, 16px);
	font-weight: 700;
	line-height: 1.35;
}

.bam4u-stats-item strong {
	color: #0f63ff;
	font-size: clamp(34px, 6vw, 52px);
	line-height: 1;
	letter-spacing: 0;
}

@media (max-width: 720px) {
	.bam4u-dashboard-panels,
	.bam4u-stats-widget {
		grid-template-columns: 1fr;
	}

	.bam4u-dashboard-filters {
		align-items: stretch;
	}

	.bam4u-dashboard-filters label,
	.bam4u-dashboard-filters .button {
		width: 100%;
	}
}
