/**
 * UI refinada — sidebar e dashboard da sede.
 *
 * @package IADAL_Gestao
 */

:root {
	--iadal-sidebar-width: 292px;
}

body.iadal-app-body--authenticated {
	background: #eef2f7;
}

body.admin-bar .iadal-sidebar {
	top: 32px;
	height: calc(100vh - 32px);
}

body.admin-bar .iadal-shell__main {
	min-height: calc(100vh - 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar .iadal-sidebar {
		top: 46px;
		height: calc(100vh - 46px);
	}

	body.admin-bar .iadal-shell__main {
		min-height: calc(100vh - 46px);
	}
}

/* —— Sidebar —— */
.iadal-sidebar {
	background:
		radial-gradient(ellipse 90% 40% at 0% 0%, rgba(245, 158, 11, 0.1) 0%, transparent 55%),
		linear-gradient(180deg, #061528 0%, #0a2240 45%, #0f2f5f 100%);
	border-right: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: 6px 0 32px rgba(6, 21, 40, 0.2);
}

.iadal-sidebar__brand {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 20px 14px 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
	overflow: visible;
}

.iadal-sidebar__logo-img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 112px;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}

.iadal-sidebar__nav {
	padding: 14px 10px;
	gap: 3px;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}

.iadal-sidebar__nav::-webkit-scrollbar {
	width: 5px;
}

.iadal-sidebar__nav::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.18);
	border-radius: 999px;
}

.iadal-sidebar__section {
	padding: 16px 12px 6px;
	font-size: 10px;
	letter-spacing: 0.14em;
	opacity: 0.55;
}

.iadal-sidebar__link {
	gap: 10px;
	padding: 9px 10px;
	border-radius: 14px;
	border: 1px solid transparent;
	font-size: 13.5px;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.iadal-sidebar__link-icon-wrap {
	width: 36px;
	height: 36px;
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.08);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.iadal-sidebar__link-icon {
	font-size: 17px;
	width: 17px;
	height: 17px;
	opacity: 1;
	color: #e8f1fb;
}

.iadal-sidebar__link:hover,
.iadal-sidebar__link:focus {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.06);
}

.iadal-sidebar__link:hover .iadal-sidebar__link-icon-wrap,
.iadal-sidebar__link:focus .iadal-sidebar__link-icon-wrap {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.14);
}

.iadal-sidebar__link.is-active {
	background: linear-gradient(90deg, rgba(245, 158, 11, 0.16) 0%, rgba(255, 255, 255, 0.09) 100%);
	border-color: rgba(245, 158, 11, 0.22);
	box-shadow: inset 3px 0 0 #f59e0b;
	padding-left: 9px;
}

.iadal-sidebar__link.is-active .iadal-sidebar__link-icon-wrap {
	background: rgba(245, 158, 11, 0.2);
	border-color: rgba(245, 158, 11, 0.35);
}

.iadal-sidebar__link.is-active .iadal-sidebar__link-icon {
	color: #fde68a;
}

.iadal-sidebar__badge {
	min-width: 20px;
	height: 20px;
	font-size: 10px;
	box-shadow: 0 2px 6px rgba(239, 68, 68, 0.35);
}

.iadal-sidebar__footer {
	padding: 12px 10px 18px;
}

.iadal-sidebar__logout {
	border: 1px solid rgba(255, 255, 255, 0.1);
	font-weight: 600;
	font-size: 13px;
}

.iadal-sidebar__logout:hover,
.iadal-sidebar__logout:focus {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
}

/* —— Dashboard sede —— */
.iadal-dashboard--sede {
	max-width: 1280px;
	margin: 0 auto;
}

.iadal-welcome-banner {
	position: relative;
	overflow: hidden;
	padding: 28px 32px;
	margin-bottom: 24px;
	border-radius: 20px;
	background:
		radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.1) 0%, transparent 42%),
		linear-gradient(125deg, #0f2f5f 0%, #1a4f8c 55%, #1e5a9e 100%);
	box-shadow: 0 16px 40px rgba(10, 34, 64, 0.18);
}

.iadal-welcome-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
		-18deg,
		rgba(255, 255, 255, 0.03) 0,
		rgba(255, 255, 255, 0.03) 1px,
		transparent 1px,
		transparent 14px
	);
	pointer-events: none;
}

.iadal-welcome-banner__content {
	position: relative;
	z-index: 1;
}

.iadal-welcome-banner__eyebrow {
	color: #fde68a;
	opacity: 1;
	letter-spacing: 0.12em;
}

.iadal-welcome-banner h2 {
	font-size: clamp(1.4rem, 2.5vw, 1.85rem);
	font-weight: 700;
	letter-spacing: -0.02em;
}

.iadal-welcome-banner__badge {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.16);
	position: relative;
	z-index: 1;
}

.iadal-summary-grid {
	gap: 16px;
	margin-bottom: 28px;
}

.iadal-dashboard--sede .iadal-summary-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (max-width: 1400px) {
	.iadal-dashboard--sede .iadal-summary-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.iadal-summary-card {
	align-items: stretch;
	padding: 18px 18px 16px;
	border-radius: 18px;
	border-color: #e8eef5;
	box-shadow: 0 4px 16px rgba(10, 34, 64, 0.05);
}

.iadal-dashboard--sede .iadal-summary-card {
	position: relative;
	flex-direction: column;
	gap: 14px;
	min-height: 148px;
	overflow: hidden;
	background:
		radial-gradient(circle at 100% 0%, rgba(26, 79, 140, 0.06) 0%, transparent 42%),
		linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
	border: 1px solid rgba(15, 47, 95, 0.08);
	box-shadow: 0 10px 28px rgba(10, 34, 64, 0.07);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.iadal-dashboard--sede .iadal-summary-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--iadal-card-accent, #1a4f8c);
}

.iadal-dashboard--sede .iadal-summary-card--congregacoes {
	--iadal-card-accent: #1a4f8c;
}

.iadal-dashboard--sede .iadal-summary-card--membros {
	--iadal-card-accent: #0284c7;
}

.iadal-dashboard--sede .iadal-summary-card--criticos {
	--iadal-card-accent: #d97706;
}

.iadal-dashboard--sede .iadal-summary-card--usuarios {
	--iadal-card-accent: #4f46e5;
}

.iadal-dashboard--sede .iadal-summary-card--notificacoes {
	--iadal-card-accent: #db2777;
}

.iadal-dashboard--sede .iadal-summary-card--status {
	--iadal-card-accent: #059669;
}

.iadal-summary-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.iadal-summary-card__go {
	font-size: 16px;
	font-weight: 700;
	color: var(--iadal-card-accent, #1a4f8c);
	opacity: 0.55;
	line-height: 1;
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.iadal-summary-card--link:hover,
.iadal-summary-card--link:focus {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(10, 34, 64, 0.12);
	border-color: rgba(15, 47, 95, 0.16);
}

.iadal-summary-card--link:hover .iadal-summary-card__go,
.iadal-summary-card--link:focus .iadal-summary-card__go {
	opacity: 1;
	transform: translateX(2px);
}

.iadal-summary-card__icon {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: linear-gradient(145deg, #e8f1fb 0%, #dbeafe 100%);
	color: #1a4f8c;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.iadal-dashboard--sede .iadal-summary-card--congregacoes .iadal-summary-card__icon {
	background: linear-gradient(145deg, #dbeafe 0%, #bfdbfe 100%);
	color: #1a4f8c;
}

.iadal-dashboard--sede .iadal-summary-card--membros .iadal-summary-card__icon {
	background: linear-gradient(145deg, #e0f2fe 0%, #bae6fd 100%);
	color: #0369a1;
}

.iadal-dashboard--sede .iadal-summary-card--usuarios .iadal-summary-card__icon {
	background: linear-gradient(145deg, #e0e7ff 0%, #c7d2fe 100%);
	color: #4338ca;
}

.iadal-dashboard--sede .iadal-summary-card--notificacoes .iadal-summary-card__icon {
	background: linear-gradient(145deg, #fce7f3 0%, #fbcfe8 100%);
	color: #be185d;
}

.iadal-dashboard--sede .iadal-summary-card--status .iadal-summary-card__icon {
	background: linear-gradient(145deg, #d1fae5 0%, #a7f3d0 100%);
	color: #047857;
}

.iadal-summary-card--criticos .iadal-summary-card__icon {
	background: linear-gradient(145deg, #fef3c7 0%, #fde68a 100%);
	color: #b45309;
}

.iadal-summary-card--criticos .iadal-summary-card__value {
	color: #b45309;
}

.iadal-summary-card__content {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.iadal-summary-card__label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #64748b;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.iadal-dashboard--sede .iadal-summary-card__value {
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.05;
	color: #0f2f5f;
}

.iadal-summary-card__content p {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.4;
	color: #64748b;
	overflow-wrap: anywhere;
}

.iadal-dashboard--sede .iadal-summary-card .iadal-badge {
	align-self: flex-start;
	margin-top: 2px;
	font-size: 13px;
	padding: 7px 12px;
}

.iadal-dashboard__layout {
	gap: 24px;
}

.iadal-dashboard__modules,
.iadal-timeline-panel {
	border-radius: 20px;
	border-color: #e8eef5;
	padding: 24px;
	box-shadow: 0 8px 24px rgba(10, 34, 64, 0.06);
}

.iadal-dashboard__section-head {
	margin-bottom: 20px;
}

.iadal-dashboard__section-head h2 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.iadal-dashboard__section-head p {
	font-size: 13px;
}

.iadal-module-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.iadal-module-btn {
	flex-direction: row;
	align-items: center;
	gap: 14px;
	min-height: 68px;
	padding: 14px 16px;
	border-radius: 14px;
	border-color: #e8eef5;
	background: #fafbfd;
}

.iadal-module-btn:hover,
.iadal-module-btn:focus {
	background: #ffffff;
	border-color: rgba(26, 79, 140, 0.28);
	box-shadow: 0 8px 20px rgba(10, 34, 64, 0.08);
}

.iadal-module-btn--highlight {
	background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
	border-color: rgba(26, 79, 140, 0.22);
}

.iadal-module-btn__icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0;
}

.iadal-module-btn__label {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

/* —— Gráficos do dashboard —— */
.iadal-sede-charts {
	margin-bottom: 28px;
}

.iadal-sede-charts__head {
	margin-bottom: 18px;
}

.iadal-sede-charts__head h2 {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--iadal-primary-dark);
}

.iadal-sede-charts__head p {
	margin: 0;
	font-size: 13px;
	color: var(--iadal-gray-500);
}

.iadal-sede-charts__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: 16px;
}

.iadal-sede-chart-card {
	padding: 20px;
	border-radius: 18px;
	border: 1px solid #e8eef5;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	box-shadow: 0 6px 20px rgba(10, 34, 64, 0.05);
}

.iadal-sede-chart-card--wide {
	grid-column: 1 / -1;
}

.iadal-sede-donut {
	display: grid;
	grid-template-columns: minmax(120px, 1fr) minmax(220px, 320px) minmax(120px, 1fr);
	align-items: center;
	gap: 10px 14px;
	min-height: 340px;
}

.iadal-sede-donut__legend {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-height: 340px;
	overflow-y: auto;
	scrollbar-width: thin;
}

.iadal-sede-donut__legend--left {
	text-align: right;
}

.iadal-sede-donut__legend--left .iadal-sede-donut__item {
	flex-direction: row-reverse;
}

.iadal-sede-donut__legend--left .iadal-sede-donut__text {
	align-items: flex-end;
	text-align: right;
}

.iadal-sede-donut__item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.iadal-sede-donut__swatch {
	width: 10px;
	height: 10px;
	border-radius: 3px;
	flex-shrink: 0;
	margin-top: 3px;
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.iadal-sede-donut__text {
	display: flex;
	flex-direction: column;
	gap: 1px;
	min-width: 0;
}

.iadal-sede-donut__name {
	font-size: 11px;
	line-height: 1.3;
	color: #334155;
	font-weight: 600;
	overflow-wrap: anywhere;
}

.iadal-sede-donut__value {
	font-size: 12px;
	line-height: 1.2;
	color: #0f2f5f;
	font-weight: 800;
}

.iadal-sede-chart-card h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: var(--iadal-primary-dark);
}

.iadal-sede-chart-card__hint {
	margin: 4px 0 14px;
	font-size: 12px;
	color: var(--iadal-gray-500);
	overflow-wrap: anywhere;
}

.iadal-sede-chart-card__head {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 8px;
}

.iadal-sede-chart-card__head .iadal-sede-chart-card__hint {
	margin: 4px 0 0;
}

.iadal-sede-chart-card__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.iadal-sede-chart-filter {
	min-height: 36px;
	padding: 6px 10px;
	border: 1px solid rgba(15, 47, 95, 0.14);
	border-radius: 8px;
	background: #fff;
	color: var(--iadal-primary-dark);
	font-size: 13px;
}

.iadal-sede-chart-filter--date[hidden] {
	display: none;
}

.iadal-sede-chart-card__status {
	margin: 0 0 8px;
	font-size: 12px;
	color: var(--iadal-gray-500);
}

.iadal-sede-chart-card__status.is-error {
	color: #b45309;
}

.iadal-sede-chart-wrap {
	position: relative;
	height: 240px;
}

.iadal-sede-chart-wrap--donut {
	height: 280px;
	max-width: 340px;
	margin: 0 auto;
	width: 100%;
}

.iadal-sede-chart-wrap--donut-lg {
	height: 320px;
	max-width: none;
	margin: 0;
}

.iadal-sede-chart-card--congregations .iadal-sede-chart-wrap--donut-lg {
	height: 300px;
}

.iadal-sede-chart-card--wide .iadal-sede-chart-wrap {
	height: 300px;
}

.iadal-sede-chart-card--wide .iadal-sede-chart-wrap--horizontal {
	height: auto;
	min-height: 280px;
}

.iadal-sede-chart-legend {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	align-items: center;
}

.iadal-sede-chart-legend li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 600;
	color: #334155;
}

.iadal-sede-chart-legend__swatch {
	width: 12px;
	height: 12px;
	border-radius: 4px;
	flex-shrink: 0;
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.iadal-sede-chart-legend__swatch--good {
	background: #059669;
}

.iadal-sede-chart-legend__swatch--critical {
	background: #dc2626;
}

.iadal-sede-chart-card--quality {
	background: linear-gradient(165deg, #ffffff 0%, #f8fafc 55%, #f1f5f9 100%);
}

@media (min-width: 1100px) {
	.iadal-module-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.iadal-dashboard--sede .iadal-summary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.iadal-dashboard__layout {
		grid-template-columns: 1fr;
	}

	.iadal-sede-charts__grid {
		grid-template-columns: 1fr;
	}

	.iadal-sede-donut {
		grid-template-columns: minmax(100px, 1fr) minmax(200px, 280px) minmax(100px, 1fr);
		min-height: 300px;
	}
}

@media (max-width: 640px) {
	.iadal-module-grid {
		grid-template-columns: 1fr;
	}

	.iadal-dashboard--sede .iadal-dashboard__modules,
	.iadal-dashboard--sede .iadal-timeline-panel,
	.iadal-dashboard--sede .iadal-sede-chart-card {
		padding: 18px;
		border-radius: 18px;
	}

	.iadal-sede-chart-card__head {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.iadal-sede-chart-card__filters {
		width: 100%;
	}

	.iadal-sede-chart-filter {
		width: 100%;
	}

	.iadal-sede-chart-wrap {
		height: 220px;
	}

	.iadal-sede-donut {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
		gap: 12px;
		min-height: 0;
	}

	.iadal-sede-donut__legend {
		max-height: none;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 8px 12px;
	}

	.iadal-sede-donut__legend--left,
	.iadal-sede-donut__legend--right {
		text-align: left;
	}

	.iadal-sede-donut__legend--left .iadal-sede-donut__item {
		flex-direction: row;
	}

	.iadal-sede-donut__legend--left .iadal-sede-donut__text {
		align-items: flex-start;
		text-align: left;
	}

	.iadal-sede-chart-wrap--donut,
	.iadal-sede-chart-wrap--donut-lg,
	.iadal-sede-chart-card--congregations .iadal-sede-chart-wrap--donut-lg {
		height: 240px;
		max-width: 260px;
		margin: 0 auto;
		order: -1;
	}

	.iadal-welcome-banner {
		padding: 22px 20px;
	}

	.iadal-sidebar__logo-img {
		max-height: 96px;
	}
}

@media (max-width: 782px) {
	/* —— Resumo: grade 2 colunas compacta —— */
	.iadal-dashboard--sede .iadal-summary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px;
		margin-bottom: 20px;
	}

	.iadal-dashboard--sede .iadal-summary-card {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		min-height: 0;
		padding: 14px 12px 12px;
		border-radius: 14px;
	}

	.iadal-dashboard--sede .iadal-summary-card--status {
		grid-column: 1 / -1;
	}

	.iadal-dashboard--sede .iadal-summary-card__go {
		display: none;
	}

	.iadal-dashboard--sede .iadal-summary-card__icon {
		width: 36px;
		height: 36px;
		border-radius: 11px;
	}

	.iadal-dashboard--sede .iadal-summary-card__icon .dashicons {
		font-size: 18px;
		width: 18px;
		height: 18px;
	}

	.iadal-dashboard--sede .iadal-summary-card__label {
		margin-bottom: 0;
		font-size: 10px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.04em;
	}

	.iadal-dashboard--sede .iadal-summary-card__value {
		font-size: 22px;
		margin-bottom: 0;
		line-height: 1.15;
	}

	.iadal-dashboard--sede .iadal-summary-card__content p {
		display: none;
	}

	.iadal-dashboard--sede .iadal-badge {
		padding: 4px 8px;
		font-size: 12px;
		line-height: 1.2;
		white-space: normal;
	}

	/* —— Banner de boas-vindas —— */
	.iadal-dashboard--sede .iadal-welcome-banner {
		padding: 18px 16px;
		margin-bottom: 16px;
		border-radius: 16px;
	}

	.iadal-dashboard--sede .iadal-welcome-banner h2 {
		font-size: 1.45rem;
		line-height: 1.2;
	}

	.iadal-dashboard--sede .iadal-welcome-banner__eyebrow {
		font-size: 10px;
	}

	.iadal-dashboard--sede .iadal-welcome-banner__meta {
		font-size: 13px;
	}

	/* —— Módulos: lista estilo app nativo —— */
	.iadal-dashboard--sede .iadal-dashboard__modules {
		padding: 16px;
		border-radius: 16px;
	}

	.iadal-dashboard--sede .iadal-dashboard__section-head {
		margin-bottom: 14px;
	}

	.iadal-dashboard--sede .iadal-dashboard__section-head h2 {
		font-size: 16px;
	}

	.iadal-dashboard--sede .iadal-dashboard__section-head p {
		font-size: 12px;
	}

	.iadal-dashboard--sede .iadal-module-grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.iadal-dashboard--sede .iadal-module-btn {
		min-height: 54px;
		padding: 10px 12px 10px 10px;
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 1px 4px rgba(10, 34, 64, 0.06);
		transform: none;
		-webkit-tap-highlight-color: transparent;
	}

	.iadal-dashboard--sede .iadal-module-btn:hover,
	.iadal-dashboard--sede .iadal-module-btn:focus {
		transform: none;
		box-shadow: 0 2px 8px rgba(10, 34, 64, 0.1);
	}

	.iadal-dashboard--sede .iadal-module-btn:active {
		transform: scale(0.985);
		opacity: 0.92;
	}

	.iadal-dashboard--sede .iadal-module-btn__icon {
		width: 42px;
		height: 42px;
		border-radius: 12px;
		background: linear-gradient(145deg, #e8f1fb 0%, #dbeafe 100%);
		border: none;
		font-size: 19px;
	}

	.iadal-dashboard--sede .iadal-module-btn__label {
		flex: 1;
		font-size: 15px;
		font-weight: 600;
		padding-right: 4px;
	}

	.iadal-dashboard--sede .iadal-module-btn::after {
		content: "";
		width: 7px;
		height: 7px;
		border-right: 2px solid #94a3b8;
		border-top: 2px solid #94a3b8;
		transform: rotate(45deg);
		flex-shrink: 0;
		margin-left: auto;
	}

	.iadal-dashboard--sede .iadal-module-btn--disabled::after {
		display: none;
	}

	.iadal-dashboard--sede .iadal-module-btn--highlight {
		background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
		border-color: rgba(26, 79, 140, 0.3);
		box-shadow: 0 2px 10px rgba(26, 79, 140, 0.12);
	}

	.iadal-dashboard--sede .iadal-module-btn--highlight .iadal-module-btn__icon {
		background: linear-gradient(145deg, #1a4f8c 0%, #0f2f5f 100%);
		color: #fff;
	}

	/* —— Gráficos —— */
	.iadal-dashboard--sede .iadal-sede-charts__head h2 {
		font-size: 16px;
	}

	.iadal-dashboard--sede .iadal-sede-charts__head p {
		font-size: 12px;
	}
}

@media (max-width: 380px) {
	.iadal-module-grid {
		grid-template-columns: 1fr;
	}

	.iadal-dashboard--sede .iadal-summary-card {
		padding: 15px;
	}

	.iadal-dashboard--sede .iadal-welcome-banner {
		padding: 20px 18px;
	}
}
