.ddp-programacao {
	--ddp-terracotta: #8a422d;
	--ddp-green: #415c25;
	--ddp-lime: #9dbc30;
	--ddp-blue: #0d4c6b;
	--ddp-text: #3c3a47;
	--ddp-muted: #66636d;
	--ddp-cream: #fcf7f0;
	--ddp-line: #ded8ce;
	--ddp-white: #fff;
	color: var(--ddp-text);
	font-family: Poppins, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

.ddp-programacao *,
.ddp-programacao *::before,
.ddp-programacao *::after {
	box-sizing: border-box;
}

.ddp-programacao [hidden] {
	display: none !important;
}

.ddp-programacao .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ddp-filters {
	display: grid;
	gap: 21px;
	padding: clamp(20px, 3vw, 30px);
	border: 1px solid var(--ddp-line);
	border-radius: 20px;
	background: var(--ddp-cream);
}

.ddp-programacao .ddp-filters__title {
	padding: 0;
	margin: 0;
	color: var(--ddp-terracotta);
	font-family: Archivo, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ddp-filter-group {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.ddp-filter-group legend {
	width: 100%;
	padding: 0;
	margin: 0 0 9px;
	color: var(--ddp-terracotta);
	font-family: Archivo, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ddp-filter-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ddp-filter-option,
.ddp-day-option {
	appearance: none;
	margin: 0;
	font: inherit;
	cursor: pointer;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.ddp-filter-option {
	--ddp-color: var(--ddp-terracotta);
	padding: 6px 12px;
	border: 1px solid var(--ddp-color);
	border-radius: 999px;
	background: transparent;
	color: var(--ddp-color);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.25;
}

.ddp-filter-option:hover,
.ddp-filter-option:focus-visible {
	border-color: var(--ddp-color);
	box-shadow: inset 0 0 0 1px var(--ddp-color);
}

.ddp-filter-option.is-active {
	border-color: var(--ddp-color);
	background: var(--ddp-color);
	box-shadow: none;
	color: var(--ddp-cream);
}

.ddp-filter-option:focus-visible,
.ddp-day-option:focus-visible,
.ddp-activity-card:focus-visible,
.ddp-dialog__close:focus-visible,
.ddp-calendar-menu summary:focus-visible,
.ddp-calendar-menu a:focus-visible,
.ddp-participant__socials a:focus-visible,
.ddp-search input:focus-visible {
	outline: 3px solid rgba(13, 76, 107, 0.3);
	outline-offset: 3px;
}

.ddp-filter-options--days {
	gap: 9px;
}

.ddp-day-option {
	display: grid;
	place-items: center;
	width: 64px;
	height: 66px;
	padding: 8px 10px;
	border: 1px solid var(--ddp-line);
	border-radius: 14px;
	background: var(--ddp-white);
	color: var(--ddp-text);
}

.ddp-day-option:hover,
.ddp-day-option.is-active {
	border-color: var(--ddp-green);
	background: var(--ddp-green);
	color: var(--ddp-white);
	transform: translateY(-1px);
}

.ddp-day-option__weekday {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ddp-day-option__day {
	font-family: Archivo, Helvetica, Arial, sans-serif;
	font-size: 23px;
	font-weight: 500;
	line-height: 1;
}

.ddp-day-option--all .ddp-day-option__weekday {
	letter-spacing: 0.04em;
}

.ddp-day-option--all .ddp-day-option__day {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.ddp-programacao-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 24px 0 16px;
}

.ddp-search {
	position: relative;
	display: block;
	flex: 1 1 620px;
	max-width: 720px;
}

.ddp-search svg {
	position: absolute;
	top: 50%;
	left: 14px;
	width: 15px;
	height: 15px;
	transform: translateY(-50%);
	fill: none;
	stroke: var(--ddp-muted);
	stroke-width: 2;
}

.ddp-search input {
	width: 100%;
	height: 40px;
	padding: 8px 14px 8px 38px;
	border: 1px solid var(--ddp-line);
	border-radius: 11px;
	background: var(--ddp-white);
	color: var(--ddp-text);
	font: 13px/1.3 Poppins, Helvetica, Arial, sans-serif;
}

.ddp-result-count {
	flex: 0 0 auto;
	margin: 0;
	color: var(--ddp-muted);
	font-size: 12px;
	font-weight: 600;
}

.ddp-activity-list {
	display: grid;
	gap: 12px;
}

.ddp-activity-card {
	position: relative;
	padding: clamp(17px, 2.4vw, 24px);
	border: 1px solid var(--ddp-line);
	border-left: 4px solid var(--ddp-card-color, var(--ddp-lime));
	border-radius: 16px;
	background: var(--ddp-white);
	cursor: pointer;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ddp-activity-card:hover,
.ddp-activity-card:focus-visible {
	border-color: rgba(65, 92, 37, 0.55);
	border-left-color: var(--ddp-card-color, var(--ddp-lime));
	box-shadow: 0 14px 34px rgba(60, 58, 71, 0.09);
	transform: translateY(-2px);
}

.ddp-activity-card__meta,
.ddp-dialog__meta,
.ddp-activity-card__badges,
.ddp-dialog__badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
}

.ddp-activity-card__meta time,
.ddp-dialog__meta time {
	margin-right: 4px;
	color: var(--ddp-terracotta);
	font-family: Archivo, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.ddp-badge,
.ddp-role-badge,
.ddp-tag,
.ddp-capacity {
	display: inline-flex;
	align-items: center;
	min-height: 23px;
	padding: 2px 9px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.25;
}

.ddp-badge {
	--ddp-color: var(--ddp-green);
	border: 1px solid var(--ddp-color);
	color: var(--ddp-color);
}

.ddp-capacity {
	border: 1px solid #bbb8bf;
	color: var(--ddp-muted);
}

.ddp-role-badge {
	border: 1px solid var(--ddp-green);
	color: var(--ddp-green);
}

.ddp-programacao .ddp-activity-card h3 {
	padding: 0;
	margin: 9px 0 0;
	color: var(--ddp-blue);
	font-family: Archivo, Helvetica, Arial, sans-serif;
	font-size: clamp(18px, 2vw, 23px);
	font-weight: 700;
	line-height: 1.18;
}

.ddp-activity-card__location,
.ddp-activity-card__participants {
	margin: 2px 0 0;
	font-size: 12px;
}

.ddp-activity-card__location {
	color: var(--ddp-muted);
	font-weight: 600;
}

.ddp-activity-card__participants {
	color: var(--ddp-green);
}

.ddp-activity-card__badges {
	margin-top: 11px;
}

.ddp-empty-state,
.ddp-no-results {
	padding: 28px;
	border: 1px solid var(--ddp-line);
	border-radius: 18px;
	background: var(--ddp-cream);
	text-align: center;
}

.ddp-dialog {
	width: min(680px, calc(100vw - 32px));
	max-width: 680px;
	max-height: calc(100vh - 32px);
	overflow: auto;
	padding: 0;
	border: 0;
	border-radius: 20px;
	background: var(--ddp-white);
	box-shadow: 0 30px 90px rgba(14, 12, 25, 0.35);
	color: var(--ddp-text);
	font-family: Poppins, Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.ddp-dialog::backdrop {
	background: rgba(14, 12, 25, 0.68);
	backdrop-filter: blur(3px);
}

.ddp-dialog__panel {
	position: relative;
	padding: clamp(24px, 4vw, 38px);
}

.ddp-dialog__actions {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.ddp-dialog__close {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid var(--ddp-line);
	border-radius: 50%;
	background: var(--ddp-white);
	color: var(--ddp-text);
	font: 300 24px/1 Arial, sans-serif;
	cursor: pointer;
}

.ddp-calendar-menu {
	position: relative;
}

.ddp-calendar-menu summary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	height: 34px;
	padding: 0 13px;
	border: 1px solid var(--ddp-green);
	border-radius: 999px;
	background: var(--ddp-green);
	color: var(--ddp-white);
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	list-style: none;
	cursor: pointer;
}

.ddp-calendar-menu summary::-webkit-details-marker {
	display: none;
}

.ddp-calendar-menu summary svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.ddp-calendar-menu__options {
	position: absolute;
	top: calc(100% + 7px);
	right: 0;
	display: grid;
	width: 170px;
	padding: 6px;
	border: 1px solid var(--ddp-line);
	border-radius: 11px;
	background: var(--ddp-white);
	box-shadow: 0 12px 30px rgba(60, 58, 71, 0.16);
}

.ddp-calendar-menu__options a {
	padding: 8px 10px;
	border-radius: 7px;
	color: var(--ddp-text);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
}

.ddp-calendar-menu__options a:hover,
.ddp-calendar-menu__options a:focus-visible {
	background: var(--ddp-cream);
	color: var(--ddp-green);
}

.ddp-dialog__meta {
	padding-right: 205px;
}

.ddp-programacao .ddp-dialog h2 {
	padding: 0;
	margin: 14px 0 0;
	color: var(--ddp-terracotta);
	font-family: Archivo, Helvetica, Arial, sans-serif;
	font-size: clamp(23px, 4vw, 34px);
	font-weight: 700;
	line-height: 1.12;
}

.ddp-dialog__location {
	margin: 0;
	color: var(--ddp-blue);
	font-weight: 600;
}

.ddp-dialog__badges {
	margin-top: 14px;
}

.ddp-dialog__description {
	margin-top: 14px;
}

.ddp-dialog__description > :first-child,
.ddp-participant__bio > :first-child {
	margin-top: 0;
}

.ddp-dialog__description > :last-child,
.ddp-participant__bio > :last-child {
	margin-bottom: 0;
}

.ddp-dialog__restriction {
	margin: 12px 0 0;
	font-size: 12px;
	font-weight: 700;
}

.ddp-dialog__supplement {
	margin: 5px 0 0;
	font-size: 12px;
}

.ddp-dialog hr {
	height: 1px;
	margin: 24px 0;
	border: 0;
	background: var(--ddp-line);
}

.ddp-dialog__participants {
	display: grid;
	gap: 20px;
}

.ddp-participant {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.ddp-participant.has-photo {
	grid-template-columns: 68px minmax(0, 1fr);
	align-items: start;
}

.ddp-participant__photo {
	display: block;
	width: 68px;
	height: 68px;
	object-fit: cover;
	border-radius: 50%;
}

.ddp-participant + .ddp-participant {
	padding-top: 20px;
	border-top: 1px solid #ebe6de;
}

.ddp-participant__heading {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	line-height: 1.15;
}

.ddp-programacao .ddp-participant h3 {
	padding: 0;
	margin: 0;
	color: var(--ddp-green);
	font-family: Archivo, Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.15;
}

.ddp-participant__title {
	margin: 1px 0 7px;
	color: var(--ddp-blue);
	font-size: 12px;
	font-weight: 600;
}

.ddp-participant__bio {
	font-size: 13px;
}

.ddp-expandable-bio__toggle {
	display: block;
	padding: 0;
	margin: 5px 0 0;
	border: 0;
	background: transparent;
	color: var(--ddp-green);
	font: inherit;
	font-weight: 600;
	text-align: left;
	text-decoration: underline;
	cursor: pointer;
}

.ddp-expandable-bio__toggle:hover {
	color: var(--ddp-terracotta);
}

.ddp-expandable-bio__toggle:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.ddp-expandable-bio__full > :first-child {
	margin-top: 0;
}

.ddp-expandable-bio__full > :last-child {
	margin-bottom: 0;
}

.ddp-participant__socials {
	display: flex;
	gap: 8px;
	margin-top: 10px;
}

.ddp-participant__socials a {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid var(--ddp-green);
	border-radius: 50%;
	color: var(--ddp-green);
	transition: background-color 160ms ease, color 160ms ease;
}

.ddp-participant__socials a:hover {
	background: var(--ddp-green);
	color: var(--ddp-white);
}

.ddp-participant__socials svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.ddp-participant__socials .ddp-social-icon__solid {
	fill: currentColor;
	stroke: none;
}

.ddp-dialog__tags {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 12px;
}

.ddp-dialog__tags > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ddp-tag {
	border: 1px dashed #aaa7ae;
	color: #77747c;
}

.ddp-dialog-open {
	overflow: hidden;
}

@media (max-width: 680px) {
	.ddp-filters {
		gap: 18px;
		border-radius: 16px;
	}

	.ddp-programacao-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.ddp-search {
		flex-basis: auto;
	}

	.ddp-result-count {
		order: -1;
	}

	.ddp-day-option {
		width: 62px;
		height: 64px;
		border-radius: 13px;
	}

	.ddp-activity-card {
		border-radius: 14px;
	}

	.ddp-dialog {
		width: calc(100vw - 20px);
		max-height: calc(100vh - 20px);
		border-radius: 18px;
	}

	.ddp-dialog__actions {
		position: static;
		justify-content: flex-end;
		margin-bottom: 12px;
	}

	.ddp-dialog__meta {
		padding-right: 0;
	}

	.ddp-dialog__tags {
		flex-direction: column;
	}

	.ddp-participant.has-photo {
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.ddp-participant__photo {
		width: 56px;
		height: 56px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ddp-programacao *,
	.ddp-programacao *::before,
	.ddp-programacao *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
