.agenda-page {
	background: #f4f6f8;
	min-height: calc(100vh - 55px);
	padding: 28px 0 64px;
}

.agenda-page .buttons-agenda {
	margin-bottom: 24px;
}

.agenda-page .button-agenda {
	background: #111827;
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 13px;
	min-height: 44px;
	letter-spacing: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	width: auto;
	padding: 0 18px;
}

.agenda-page .button-agenda:hover,
.agenda-page .button-agenda:focus {
	background: #2f3644;
	color: #fff !important;
	text-decoration: none;
}

.agenda-previous-toggle {
	display: flex;
	justify-content: flex-end;
	margin: -10px 0 24px;
}

.agenda-secondary-action {
	align-items: center;
	background: #fff;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	color: #172033;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 8px;
	min-height: 40px;
	padding: 0 14px;
	text-transform: uppercase;
}

.agenda-secondary-action:hover,
.agenda-secondary-action:focus {
	background: #edf7ee;
	border-color: #b6d2ba;
	color: #2f6f3e;
}

.agenda-previous-toggle + .collapse.in {
	margin-bottom: 34px;
}

.agenda-rooms {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.agenda-day {
	background: transparent;
}

.agenda-day-header {
	align-items: flex-end;
	border-bottom: 1px solid #d8dee8;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
	padding-bottom: 16px;
}

.agenda-day-label {
	color: #6b7280;
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.agenda-day-header h2 {
	color: #172033;
	font-family: "Roboto", sans-serif;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.15;
	margin: 0;
}

.agenda-day-summary {
	align-items: flex-end;
	color: #526173;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	gap: 4px;
	text-align: right;
	white-space: nowrap;
}

.agenda-day-summary strong {
	color: #172033;
	font-size: 16px;
}

.agenda-room-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	align-items: start;
}

.agenda-room-lane {
	min-width: 0;
}

.agenda-room-header {
	align-items: center;
	background: #fff;
	border: 1px solid #dfe5ec;
	border-radius: 8px;
	display: flex;
	gap: 12px;
	margin-bottom: 12px;
	padding: 14px;
}

.agenda-room-icon {
	align-items: center;
	background: #eaf4eb;
	border: 1px solid #c7ddc7;
	border-radius: 8px;
	color: #2f6f3e;
	display: flex;
	flex: 0 0 38px;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.agenda-room-header h3 {
	color: #182033;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
}

.agenda-room-header span {
	color: #677385;
	display: block;
	font-size: 13px;
	margin-top: 3px;
}

.agenda-room-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
}

.agenda-room-item {
	list-style: none;
}

.agenda-activity-card {
	background: #fff;
	border: 1px solid #e1e7ee;
	border-radius: 8px;
	border-top: 5px solid #97bf0c;
	box-shadow: 0 12px 30px rgba(16, 24, 40, 0.07);
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-height: 220px;
	padding: 16px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.agenda-activity-card:hover {
	box-shadow: 0 16px 36px rgba(16, 24, 40, 0.11);
	transform: translateY(-2px);
}

.agenda-activity-meta {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: space-between;
}

.agenda-activity-meta time {
	background: #111827;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	padding: 9px 10px;
}

.agenda-category {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e1e7ee;
	border-radius: 8px;
	color: #111827;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	gap: 7px;
	line-height: 1;
	max-width: 100%;
	padding: 9px 10px;
	text-transform: uppercase;
}

.agenda-category-dot {
	border-radius: 999px;
	display: inline-block;
	flex: 0 0 8px;
	height: 8px;
	width: 8px;
}

.agenda-activity-card h4 {
	color: #172033;
	font-family: "Roboto", sans-serif;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.28;
	margin: 0;
}

.agenda-activity-card h4 a {
	color: inherit;
	text-decoration: none;
}

.agenda-activity-card h4 a:hover,
.agenda-activity-card h4 a:focus {
	color: #2f6f3e;
	text-decoration: none;
}

.agenda-speakers {
	align-items: flex-start;
	color: #536174;
	display: flex;
	font-size: 14px;
	gap: 8px;
	line-height: 1.45;
	margin: 0;
}

.agenda-speakers .fa {
	color: #8a5a00;
	flex: 0 0 auto;
	margin-top: 3px;
}

.agenda-storage-card {
	display: none;
}

.agenda-activity-actions {
	align-items: center;
	border-top: 1px solid #edf1f5;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: auto;
	padding-top: 12px;
}

.agenda-action,
.agenda-icon-link {
	align-items: center;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	color: #172033;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	gap: 6px;
	line-height: 1;
	min-height: 36px;
	padding: 0 11px;
	text-transform: uppercase;
}

.agenda-action[type="button"] {
	appearance: none;
	cursor: pointer;
	font-family: inherit;
}

.agenda-action:hover,
.agenda-action:focus,
.agenda-icon-link:hover,
.agenda-icon-link:focus {
	background: #edf7ee;
	border-color: #b6d2ba;
	color: #2f6f3e;
	text-decoration: none;
}

.agenda-icon-link {
	background: #fff;
}

.agenda-action.add-button {
	background: #97bf0c;
	border-color: #8aad0b;
	color: #111827;
}

.agenda-action.add-button:hover,
.agenda-action.add-button:focus {
	background: #86aa0a;
	border-color: #789708;
	color: #111827;
}

.agenda-action.event-added {
	background: #e7f5ec;
	border-color: #b6dcc2;
	color: #246239;
}

.agenda-action.agenda-remove {
	background: #fff;
	border-color: #d8dee8;
	color: #8f2632;
}

.agenda-action.agenda-remove:hover,
.agenda-action.agenda-remove:focus {
	background: #fff1f2;
	border-color: #f0b6bd;
	color: #7a1e29;
}

.agenda-action.agenda-question {
	background: #fff6df;
	border-color: #f0d48a;
	color: #6f4b00;
}

.agenda-empty-state {
	align-items: center;
	background: #fff;
	border: 1px dashed #cbd5e1;
	border-radius: 8px;
	color: #526173;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	margin: 28px auto 0;
	max-width: 620px;
	padding: 48px 24px;
	text-align: center;
}

.agenda-empty-state .fa {
	color: #97bf0c;
	font-size: 36px;
}

.agenda-empty-state h2 {
	color: #172033;
	font-size: 22px;
	font-weight: 900;
	margin: 0;
}

.agenda-empty-state p {
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
}

.minha-agenda-page {
	background: #f4f6f8;
	min-height: calc(100vh - 55px);
	padding: 32px 0 64px;
}

.minha-agenda-hero {
	align-items: flex-start;
	border-bottom: 1px solid #d8dee8;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0 auto 24px;
	max-width: 980px;
	padding: 0 20px 22px;
}

.minha-agenda-heading {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	min-width: 0;
}

.minha-agenda-icon {
	align-items: center;
	background: #eaf4eb;
	border: 1px solid #c7ddc7;
	border-radius: 8px;
	color: #2f6f3e;
	display: flex;
	flex: 0 0 44px;
	font-size: 20px;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.minha-agenda-kicker {
	color: #6b7280;
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.minha-agenda-heading h1 {
	color: #172033;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.15;
	margin: 0;
}

.minha-agenda-heading p {
	color: #526173;
	font-size: 15px;
	line-height: 1.45;
	margin: 8px 0 0;
	max-width: 560px;
}

.minha-agenda-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.minha-agenda-button {
	align-items: center;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 0 14px;
	text-transform: uppercase;
}

.minha-agenda-button:hover,
.minha-agenda-button:focus {
	text-decoration: none;
}

.minha-agenda-button:focus-visible,
.minha-agenda-card a:focus-visible,
.minha-agenda-card button:focus-visible {
	outline: 3px solid rgba(47, 111, 62, 0.35);
	outline-offset: 3px;
}

.minha-agenda-button-primary {
	background: #111827;
	border-color: #111827;
	color: #fff;
}

.minha-agenda-button-primary:hover,
.minha-agenda-button-primary:focus {
	background: #2f3644;
	border-color: #2f3644;
	color: #fff;
}

.minha-agenda-button-danger {
	background: #fff;
	color: #8f2632;
}

.minha-agenda-button-danger:hover,
.minha-agenda-button-danger:focus {
	background: #fff1f2;
	border-color: #f0b6bd;
	color: #7a1e29;
}

.minha-agenda-button:disabled,
.minha-agenda-button[aria-disabled="true"] {
	background: #eef2f6;
	border-color: #d8dee8;
	color: #8793a3;
	cursor: not-allowed;
}

.minha-agenda-panel {
	margin: 0 auto;
	max-width: 980px;
	padding: 0 20px;
}

.minha-agenda-panel-header {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.minha-agenda-panel-header h2 {
	color: #172033;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
}

.minha-agenda-panel-header p {
	color: #526173;
	font-size: 14px;
	line-height: 1.4;
	margin: 4px 0 0;
}

.activities {
	display: none;
}

.minha-agenda-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.minha-agenda-item {
	list-style: none;
}

.minha-agenda-card {
	align-items: stretch;
	background: #fff;
	border: 1px solid #e1e7ee;
	border-left: 5px solid #97bf0c;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(16, 24, 40, 0.07);
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(145px, 180px) minmax(0, 1fr) auto;
	padding: 16px;
}

.minha-agenda-card-time {
	align-items: flex-start;
	background: #f8fafc;
	border: 1px solid #e1e7ee;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	padding: 12px;
}

.minha-agenda-card-time span {
	color: #526173;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.minha-agenda-card-time strong {
	color: #111827;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.15;
}

.minha-agenda-card-body {
	min-width: 0;
}

.minha-agenda-card-category {
	align-items: center;
	background: #edf7ee;
	border: 1px solid #c7ddc7;
	border-radius: 8px;
	color: #2f6f3e;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 8px;
	padding: 7px 9px;
	text-transform: uppercase;
}

.minha-agenda-card h3 {
	color: #172033;
	font-family: "Roboto", sans-serif;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.28;
	margin: 0;
}

.minha-agenda-card h3 a {
	color: inherit;
	text-decoration: none;
}

.minha-agenda-card h3 a:hover,
.minha-agenda-card h3 a:focus {
	color: #2f6f3e;
	text-decoration: none;
}

.minha-agenda-card-meta {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin: 12px 0 0;
}

.minha-agenda-card-meta div {
	align-items: flex-start;
	color: #526173;
	display: flex;
	gap: 8px;
	min-width: 0;
}

.minha-agenda-card-meta dt {
	align-items: center;
	color: #6b7280;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 900;
	gap: 6px;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
}

.minha-agenda-card-meta dd {
	color: #364252;
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
	min-width: 0;
}

.minha-agenda-card-actions {
	align-self: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.minha-agenda-card-action {
	align-items: center;
	background: #fff;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	color: #172033;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	gap: 7px;
	justify-content: center;
	line-height: 1;
	min-height: 38px;
	padding: 0 12px;
	text-transform: uppercase;
	white-space: nowrap;
}

.minha-agenda-card-action[type="button"] {
	appearance: none;
	cursor: pointer;
	font-family: inherit;
}

.minha-agenda-card-action:hover,
.minha-agenda-card-action:focus {
	background: #edf7ee;
	border-color: #b6d2ba;
	color: #2f6f3e;
	text-decoration: none;
}

.minha-agenda-card-remove {
	color: #8f2632;
}

.minha-agenda-card-remove:hover,
.minha-agenda-card-remove:focus {
	background: #fff1f2;
	border-color: #f0b6bd;
	color: #7a1e29;
}

.minha-agenda-empty {
	align-items: center;
	background: #fff;
	border: 1px dashed #cbd5e1;
	border-radius: 8px;
	color: #526173;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	min-height: 340px;
	padding: 48px 24px;
	text-align: center;
}

.minha-agenda-empty-icon {
	align-items: center;
	background: #eaf4eb;
	border: 1px solid #c7ddc7;
	border-radius: 8px;
	color: #2f6f3e;
	display: flex;
	font-size: 26px;
	height: 54px;
	justify-content: center;
	width: 54px;
}

.minha-agenda-empty h2 {
	color: #172033;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2;
	margin: 6px 0 0;
}

.minha-agenda-empty p {
	color: #526173;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 6px;
	max-width: 360px;
}

@media (max-width: 767px) {
	.agenda-page {
		padding: 18px 0 44px;
	}

	.agenda-page .buttons-agenda {
		margin-bottom: 18px;
	}

	.agenda-page .button-agenda {
		width: 100%;
	}

	.agenda-previous-toggle {
		margin: 0 0 18px;
	}

	.agenda-secondary-action {
		justify-content: center;
		width: 100%;
	}

	.agenda-day-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.agenda-day-header h2 {
		font-size: 22px;
	}

	.agenda-day-summary {
		align-items: flex-start;
		text-align: left;
	}

	.agenda-room-grid {
		grid-template-columns: 1fr;
	}

	.agenda-activity-card {
		min-height: 0;
	}

	.agenda-activity-actions {
		align-items: stretch;
	}

	.agenda-action,
	.agenda-icon-link {
		justify-content: center;
		flex: 1 1 140px;
	}

	.minha-agenda-page {
		padding: 22px 0 44px;
	}

	.minha-agenda-hero {
		flex-direction: column;
		gap: 16px;
		padding: 0 16px 18px;
	}

	.minha-agenda-heading h1 {
		font-size: 25px;
	}

	.minha-agenda-actions,
	.minha-agenda-button {
		width: 100%;
	}

	.minha-agenda-panel {
		padding: 0 16px;
	}

	.minha-agenda-panel-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.minha-agenda-card {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.minha-agenda-card-time {
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}

	.minha-agenda-card-actions {
		align-self: stretch;
	}

	.minha-agenda-card-action {
		width: 100%;
	}
}
