/**
 * Workshops públicos — extensões sobre feston-inscricoes.css
 */
.feston-workshops-public .feston-workshops-catalog,
.feston-workshops-public .feston-workshops-detail {
	background: var(--feston-insc-bg, #f4f5f7);
}

.feston-workshops-detail-aside .feston-grupos-action-btn--labeled {
	justify-content: center;
}

.feston-workshops-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 1.25rem;
}

.feston-workshops-card .feston-grupos-identity__avatar.is-photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.feston-workshops-public .feston-hub-inscricao__actions .feston-grupos-action-btn {
	width: 100%;
	justify-content: center;
}

.feston-hub-inscricao__metrics .feston-hub-chip {
	background: #fff;
	border: 1px solid rgba(10, 10, 10, 0.1);
	color: var(--feston-text-secondary, #3f3f3f);
}

.feston-hub-inscricao__metrics .feston-hub-chip i {
	font-size: 0.95rem;
	color: var(--feston-text-muted, #64748b);
	flex-shrink: 0;
}

.feston-workshops-catalog .feston-hub-group-card__chips {
	align-items: center;
}

.feston-workshops-card__banner {
	height: 120px;
	background-size: cover;
	background-position: center;
	border-radius: 1rem 1rem 0 0;
	position: relative;
}

.feston-workshops-card__price {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
}

.feston-workshops-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 1.25rem;
	align-items: start;
}

.feston-workshops-date-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 0.75rem;
}

.feston-workshops-date-item {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	padding: 0.85rem 1rem;
	border-radius: 1rem;
	background: rgba(153, 255, 0, 0.08);
	border: 1px solid rgba(153, 255, 0, 0.18);
}

.feston-workshops-date-item__day {
	min-width: 3.25rem;
	height: 3.25rem;
	border-radius: 0.85rem;
	background: var(--feston-accent, #99ff00);
	color: #0a0a0a;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.95rem;
}

.feston-workshops-form-section .form-label {
	font-weight: 600;
	font-size: 0.875rem;
}

.feston-workshops-form-section .form-control,
.feston-workshops-form-section .form-select {
	min-height: 2.75rem;
	border-radius: 0.75rem;
}

@media (max-width: 991px) {
	.feston-workshops-detail-layout {
		grid-template-columns: 1fr;
	}
}

/* ── Pagamento workshop ── */
.feston-ws-resumo-card {
	background: #fff;
	border-radius: 1.25rem;
	box-shadow: 0 12px 40px rgba(10, 10, 10, 0.07);
	border: 1px solid rgba(10, 10, 10, 0.06);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.feston-ws-resumo-card__hero {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.35rem 1.5rem 1.25rem;
	background: linear-gradient(180deg, rgba(153, 255, 0, 0.14) 0%, rgba(153, 255, 0, 0.03) 100%);
	border-bottom: 1px solid rgba(10, 10, 10, 0.06);
}

.feston-ws-resumo-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 1rem;
	background: var(--feston-accent, #99ff00);
	color: #0a0a0a;
	font-size: 1.45rem;
	flex-shrink: 0;
	box-shadow: 0 6px 16px rgba(153, 255, 0, 0.35);
}

.feston-ws-resumo-card__eyebrow {
	margin: 0 0 0.2rem;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--feston-text-muted, #64748b);
}

.feston-ws-resumo-card__title {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.25;
	color: var(--feston-text-primary, #0a0a0a);
}

.feston-ws-resumo-card__event {
	margin: 0.35rem 0 0;
	font-size: 0.85rem;
	color: var(--feston-text-muted, #64748b);
	line-height: 1.4;
}

.feston-ws-resumo-card__list {
	list-style: none;
	margin: 0;
	padding: 0.5rem 0;
	flex: 1;
}

.feston-ws-resumo-card__item {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.85rem 1.5rem;
	border-bottom: 1px solid rgba(10, 10, 10, 0.05);
}

.feston-ws-resumo-card__item--total {
	background: rgba(10, 10, 10, 0.02);
}

.feston-ws-resumo-card__item-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 0.75rem;
	background: rgba(10, 10, 10, 0.05);
	color: var(--feston-text-secondary, #3f3f3f);
	font-size: 1.1rem;
	flex-shrink: 0;
}

.feston-ws-resumo-card__item-icon--pix {
	background: rgba(50, 188, 173, 0.12);
	color: #1a8f82;
}

.feston-ws-resumo-card__item-icon--accent {
	background: rgba(153, 255, 0, 0.18);
	color: #0a0a0a;
}

.feston-ws-resumo-card__item-body {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
	flex: 1;
}

.feston-ws-resumo-card__item-label {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--feston-text-muted, #64748b);
}

.feston-ws-resumo-card__item-value {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--feston-text-primary, #0a0a0a);
	line-height: 1.35;
	word-break: break-word;
}

.feston-ws-resumo-card__item-value--total {
	font-size: 1.35rem;
	font-weight: 800;
	color: #0a0a0a;
}

.feston-ws-resumo-card__badge {
	display: inline-flex;
	align-items: center;
	padding: 0.2rem 0.65rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.feston-ws-resumo-card__badge--pix {
	background: rgba(50, 188, 173, 0.15);
	color: #128272;
}

.feston-ws-resumo-card__badge--mp {
	background: rgba(0, 158, 227, 0.12);
	color: #007eb5;
}

.feston-ws-resumo-card__ref {
	display: inline-block;
	padding: 0.2rem 0.55rem;
	border-radius: 0.45rem;
	background: rgba(10, 10, 10, 0.06);
	font-size: 0.82rem;
	font-weight: 600;
	color: #0a0a0a;
	border: none;
}

.feston-ws-resumo-card__footer {
	padding: 0.85rem 1.5rem 1.1rem;
	border-top: 1px solid rgba(10, 10, 10, 0.06);
}

.feston-ws-resumo-card__footer--actions {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-bottom: 1.35rem;
}

.feston-ws-resumo-card__nav {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.feston-ws-resumo-card__nav-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	padding: 0.8rem 1rem;
	border-radius: 999px;
	background: var(--feston-accent, #99ff00);
	color: #0a0a0a;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.feston-ws-resumo-card__nav-btn:hover {
	color: #0a0a0a;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(153, 255, 0, 0.35);
}

.feston-ws-resumo-card__nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.35rem 0.85rem;
}

.feston-ws-resumo-card__nav-links a {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--feston-text-secondary, #3f3f3f);
	text-decoration: none;
}

.feston-ws-resumo-card__nav-links a:hover {
	color: #0a0a0a;
	text-decoration: underline;
}

.feston-ws-resumo-card__nav-cancel {
	margin: 0;
	text-align: center;
}

.feston-ws-resumo-card__nav-cancel button {
	border: none;
	background: none;
	padding: 0;
	font-size: 0.82rem;
	font-weight: 600;
	color: #dc3545;
	cursor: pointer;
}

.feston-ws-resumo-card__nav-cancel button:hover {
	color: #b02a37;
	text-decoration: underline;
}

.feston-ws-resumo-card__status {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.45rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 193, 7, 0.14);
	color: #9a6700;
	font-size: 0.82rem;
	font-weight: 700;
}

.feston-ws-resumo-card__status i {
	font-size: 1rem;
}

.feston-ws-resumo-card__extra {
	padding: 1rem 1.5rem 1.25rem;
	border-top: 1px solid rgba(10, 10, 10, 0.06);
	background: rgba(10, 10, 10, 0.02);
}

.feston-ws-resumo-card__extra--note {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	font-size: 0.875rem;
	color: var(--feston-text-secondary, #3f3f3f);
	line-height: 1.5;
}

.feston-ws-resumo-card__extra--note i {
	font-size: 1.15rem;
	color: var(--feston-text-muted, #64748b);
	flex-shrink: 0;
}

.feston-ws-resumo-card__extra-title {
	margin: 0 0 0.5rem;
	font-size: 0.9rem;
	font-weight: 700;
}

.feston-ws-resumo-card__extra-text {
	margin: 0 0 0.75rem;
	font-size: 0.85rem;
	color: var(--feston-text-muted, #64748b);
	line-height: 1.5;
}

.feston-ws-resumo-card__extra-line {
	margin: 0 0 0.35rem;
	font-size: 0.85rem;
	line-height: 1.45;
}

.feston-ws-resumo-card__extra-line--muted {
	color: var(--feston-text-muted, #64748b);
}

.feston-ws-pagamento__ref {
	font-size: 0.9rem;
	padding: 0.15rem 0.45rem;
	border-radius: 0.4rem;
	background: rgba(10, 10, 10, 0.05);
}

.feston-ws-pagamento__note {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	padding: 0.85rem 1rem;
	border-radius: 0.85rem;
	background: rgba(10, 10, 10, 0.03);
	border: 1px solid rgba(10, 10, 10, 0.08);
	font-size: 0.875rem;
	color: var(--feston-text-secondary, #3f3f3f);
}

.feston-ws-pagamento__note i {
	font-size: 1.15rem;
	color: var(--feston-text-muted, #64748b);
	flex-shrink: 0;
	margin-top: 0.05rem;
}

.feston-ws-pix-card {
	background: #fff;
	border-radius: 1.25rem;
	box-shadow: 0 12px 40px rgba(10, 10, 10, 0.08);
	border: 1px solid rgba(10, 10, 10, 0.06);
	overflow: hidden;
	top: 1rem;
}

.feston-ws-pix-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.35rem 1.5rem 1.1rem;
	background: linear-gradient(135deg, #0a0a0a 0%, #1a2332 100%);
	color: #fff;
}

.feston-ws-pix-card__brand {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	min-width: 0;
}

.feston-ws-pix-card__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 0.85rem;
	background: rgba(50, 188, 173, 0.18);
	color: #32bcad;
	flex-shrink: 0;
}

.feston-ws-pix-card__eyebrow {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.feston-ws-pix-card__hint {
	margin: 0.15rem 0 0;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.72);
}

.feston-ws-pix-card__amount {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	line-height: 1.1;
	white-space: nowrap;
	color: var(--feston-accent, #99ff00);
}

.feston-ws-pix-card__body {
	padding: 1.5rem 1.5rem 1.25rem;
	text-align: center;
}

.feston-ws-pix-card__qr {
	display: inline-flex;
	padding: 1rem;
	border-radius: 1rem;
	background: #fff;
	border: 2px solid rgba(50, 188, 173, 0.25);
	box-shadow: 0 8px 24px rgba(50, 188, 173, 0.12);
	margin-bottom: 1.25rem;
}

.feston-ws-pix-card__qr img {
	display: block;
	width: 220px;
	height: 220px;
	object-fit: contain;
}

.feston-ws-pix-card__copy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	max-width: 22rem;
	margin: 0 auto 1.25rem;
	padding: 0.85rem 1.25rem;
	border: none;
	border-radius: 999px;
	background: var(--feston-accent, #99ff00);
	color: #0a0a0a;
	font-weight: 700;
	font-size: 0.95rem;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.feston-ws-pix-card__copy:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(153, 255, 0, 0.35);
}

.feston-ws-pix-card__copy.is-copied {
	background: #32bcad;
	color: #fff;
}

.feston-ws-pix-card__details {
	display: grid;
	gap: 0.65rem;
	margin-bottom: 1rem;
	text-align: left;
}

.feston-ws-pix-card__detail {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.85rem 1rem;
	border-radius: 0.85rem;
	background: rgba(10, 10, 10, 0.03);
	border: 1px solid rgba(10, 10, 10, 0.06);
}

.feston-ws-pix-card__detail-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 0.65rem;
	background: rgba(50, 188, 173, 0.12);
	color: #128272;
	font-size: 1.05rem;
	flex-shrink: 0;
}

.feston-ws-pix-card__detail-label {
	display: block;
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--feston-text-muted, #64748b);
	margin-bottom: 0.1rem;
}

.feston-ws-pix-card__detail strong {
	display: block;
	font-size: 0.9rem;
	font-weight: 600;
	color: #0a0a0a;
	word-break: break-all;
	line-height: 1.35;
}

.feston-ws-pix-card__detail-copy-wrap {
	flex: 1;
	min-width: 0;
}

.feston-ws-pix-card__detail-copy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border: none;
	border-radius: 0.65rem;
	background: rgba(10, 10, 10, 0.06);
	color: var(--feston-text-secondary, #3f3f3f);
	font-size: 1rem;
	cursor: pointer;
	flex-shrink: 0;
	transition: background 0.15s ease, color 0.15s ease;
}

.feston-ws-pix-card__detail-copy:hover,
.feston-ws-pix-card__detail-copy.is-copied {
	background: #32bcad;
	color: #fff;
}

.feston-ws-pix-card__tip {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	margin: 0;
	padding: 0.85rem 1rem;
	border-radius: 0.85rem;
	background: rgba(50, 188, 173, 0.08);
	border: 1px solid rgba(50, 188, 173, 0.18);
	font-size: 0.82rem;
	color: #1a6b62;
	line-height: 1.45;
	text-align: left;
}

.feston-ws-pix-card__tip i {
	font-size: 1.1rem;
	flex-shrink: 0;
	margin-top: 0.05rem;
}

.feston-ws-pix-card__footer-note {
	margin: 0;
	font-size: 0.8rem;
	color: var(--feston-text-muted, #64748b);
	line-height: 1.5;
}

.feston-ws-pagamento__actions {
	display: flex;
	flex-direction: column;
	gap: 0;
	border-top: 1px solid rgba(10, 10, 10, 0.08);
	background: rgba(10, 10, 10, 0.02);
}

.feston-ws-pagamento__action {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	padding: 0.9rem 1.25rem;
	border: none;
	background: transparent;
	color: var(--feston-text-secondary, #3f3f3f);
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	border-top: 1px solid rgba(10, 10, 10, 0.06);
	transition: background 0.15s ease, color 0.15s ease;
}

.feston-ws-pagamento__actions form {
	margin: 0;
	width: 100%;
}

.feston-ws-pagamento__actions > .feston-ws-pagamento__action:first-child {
	border-top: none;
}

.feston-ws-pagamento__action:hover {
	background: rgba(10, 10, 10, 0.04);
	color: #0a0a0a;
}

.feston-ws-pagamento__action--primary {
	background: rgba(153, 255, 0, 0.12);
	color: #0a0a0a;
}

.feston-ws-pagamento__action--primary:hover {
	background: rgba(153, 255, 0, 0.22);
}

.feston-ws-pagamento__action--danger {
	color: #dc3545;
}

.feston-ws-pagamento__action--danger:hover {
	background: rgba(220, 53, 69, 0.06);
	color: #b02a37;
}

.feston-ws-checkout-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 1rem;
	background: rgba(153, 255, 0, 0.15);
	color: #0a0a0a;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.feston-ws-checkout-card__label {
	margin: 0 0 0.25rem;
	font-size: 0.875rem;
	color: var(--feston-text-muted, #64748b);
}

.feston-ws-checkout-card__amount {
	margin: 0 0 1.25rem;
	font-size: clamp(2rem, 4vw, 2.5rem);
	font-weight: 800;
	line-height: 1.1;
}

.feston-ws-checkout-card__hint {
	font-size: 0.875rem;
	color: var(--feston-text-muted, #64748b);
	margin-bottom: 1.25rem;
	line-height: 1.5;
}

.feston-ws-pagamento__actions--compact {
	border-radius: 0.85rem;
	overflow: hidden;
	border: 1px solid rgba(10, 10, 10, 0.08);
}

@media (max-width: 991px) {
	.feston-ws-pagamento--pix .feston-ws-pagamento__checkout {
		order: -1;
	}

	.feston-ws-pix-card.sticky-top {
		position: static;
	}
}

.feston-ws-prazo-banner {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 1.25rem;
	flex-wrap: wrap;
	padding: 1.25rem 1.35rem;
	border-radius: 1.15rem;
	background: linear-gradient(135deg, #0a0a0a 0%, #151c28 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 16px 40px rgba(10, 10, 10, 0.18);
	color: #fff;
	overflow: hidden;
	position: relative;
}

.feston-ws-prazo-banner::before {
	content: '';
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: var(--feston-accent, #99ff00);
}

.feston-ws-prazo-banner.is-urgent::before {
	background: #ff6b6b;
}

.feston-ws-prazo-banner__content {
	flex: 1;
	min-width: min(100%, 280px);
	padding-left: 0.35rem;
}

.feston-ws-prazo-banner__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	background: rgba(153, 255, 0, 0.14);
	border: 1px solid rgba(153, 255, 0, 0.35);
	color: var(--feston-accent, #99ff00);
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 0.65rem;
}

.feston-ws-prazo-banner__badge-dot {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--feston-accent, #99ff00);
	box-shadow: 0 0 0 4px rgba(153, 255, 0, 0.2);
	animation: feston-ws-pulse 1.8s ease-in-out infinite;
}

.feston-ws-prazo-banner.is-urgent .feston-ws-prazo-banner__badge {
	background: rgba(255, 107, 107, 0.14);
	border-color: rgba(255, 107, 107, 0.4);
	color: #ffb4b4;
}

.feston-ws-prazo-banner.is-urgent .feston-ws-prazo-banner__badge-dot {
	background: #ff6b6b;
	box-shadow: 0 0 0 4px rgba(255, 107, 107, 0.2);
}

@keyframes feston-ws-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.65; transform: scale(0.92); }
}

.feston-ws-prazo-banner__title {
	margin: 0 0 0.35rem;
	font-weight: 800;
	font-size: 1.05rem;
	line-height: 1.25;
	color: #fff;
}

.feston-ws-prazo-banner__text {
	margin: 0;
	font-size: 0.84rem;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.5;
	max-width: 36rem;
}

.feston-ws-prazo-banner__countdown {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	padding: 0.85rem 1rem;
	border-radius: 0.95rem;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	min-width: 220px;
}

.feston-ws-prazo-banner__countdown-label {
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.55);
}

.feston-ws-prazo-banner__segments {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.feston-ws-prazo-banner__segment {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 3.1rem;
	padding: 0.45rem 0.35rem 0.35rem;
	border-radius: 0.65rem;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.feston-ws-prazo-banner__segment strong {
	font-size: 1.35rem;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	color: var(--feston-accent, #99ff00);
}

.feston-ws-prazo-banner.is-urgent .feston-ws-prazo-banner__segment strong {
	color: #ff8a8a;
}

.feston-ws-prazo-banner__segment span {
	margin-top: 0.2rem;
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.45);
}

.feston-ws-resumo-card__prazo-note {
	font-size: 0.82rem;
	color: var(--feston-text-muted, #64748b);
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

@media (max-width: 767px) {
	.feston-ws-prazo-banner {
		flex-direction: column;
	}

	.feston-ws-prazo-banner__countdown {
		width: 100%;
		min-width: 0;
	}
}

.feston-ws-comprovante-ok {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.feston-ws-comprovante-ok i {
	font-size: 1.35rem;
}

.feston-ws-comprovante {
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(10, 10, 10, 0.08);
	text-align: left;
}

.feston-ws-comprovante__head {
	display: flex;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.feston-ws-comprovante__head > i {
	font-size: 1.35rem;
	color: var(--feston-text-muted, #64748b);
}

.feston-ws-comprovante__title {
	margin: 0 0 0.2rem;
	font-size: 0.95rem;
	font-weight: 800;
}

.feston-ws-comprovante__hint {
	margin: 0;
	font-size: 0.82rem;
	color: var(--feston-text-muted, #64748b);
}

.feston-ws-comprovante__upload {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	padding: 1.25rem 1rem;
	border-radius: 0.85rem;
	border: 2px dashed rgba(10, 10, 10, 0.14);
	background: rgba(10, 10, 10, 0.02);
	cursor: pointer;
	margin-bottom: 0.85rem;
	position: relative;
}

.feston-ws-comprovante__upload input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.feston-ws-comprovante__upload-icon {
	font-size: 1.75rem;
	color: var(--feston-text-muted, #64748b);
}

.feston-ws-comprovante__upload-text {
	font-size: 0.82rem;
	text-align: center;
}

.feston-ws-comprovante__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	padding: 0.8rem 1rem;
	border: none;
	border-radius: 999px;
	background: #0a0a0a;
	color: #fff;
	font-weight: 700;
	font-size: 0.9rem;
	cursor: pointer;
}

/* Central do participante — cards compactos */
.feston-ws-central-list {
	display: grid;
	gap: 0.75rem;
}

.feston-ws-central-card {
	background: #fff;
	border-radius: 0.85rem;
	border: 1px solid rgba(10, 10, 10, 0.07);
	box-shadow: 0 4px 14px rgba(10, 10, 10, 0.04);
	padding: 0.85rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

.feston-ws-central-card:hover {
	border-color: rgba(10, 10, 10, 0.1);
	box-shadow: 0 6px 18px rgba(10, 10, 10, 0.07);
}

.feston-ws-central-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.65rem;
}

.feston-ws-central-card__identity {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	min-width: 0;
	flex: 1;
}

.feston-ws-central-card__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 0.6rem;
	background: linear-gradient(145deg, #0a0a0a 0%, #2d2d2d 100%);
	color: var(--feston-accent, #99ff00);
	font-weight: 800;
	font-size: 0.78rem;
	letter-spacing: 0.03em;
	flex-shrink: 0;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(10, 10, 10, 0.12);
}

.feston-ws-central-card__avatar.is-photo {
	background: #f3f3f1;
	border: 2px solid rgba(153, 255, 0, 0.38);
	box-shadow: none;
}

.feston-ws-central-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.feston-ws-central-card__eyebrow {
	margin: 0 0 0.1rem;
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--feston-text-muted, #64748b);
}

.feston-ws-central-card__title {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.25;
	color: #0a0a0a;
}

.feston-ws-central-card__event {
	margin: 0.1rem 0 0;
	font-size: 0.75rem;
	color: var(--feston-text-muted, #64748b);
	line-height: 1.3;
}

.feston-ws-central-card__pill {
	display: inline-flex;
	align-items: center;
	padding: 0.2rem 0.5rem;
	border-radius: 999px;
	font-size: 0.62rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	white-space: nowrap;
	flex-shrink: 0;
}

.feston-ws-central-card__pill--is-pending {
	background: rgba(255, 193, 7, 0.16);
	color: #9a6700;
}

.feston-ws-central-card__pill--is-sent {
	background: rgba(50, 188, 173, 0.14);
	color: #128272;
}

.feston-ws-central-card__pill--is-paid {
	background: rgba(153, 255, 0, 0.2);
	color: #0a0a0a;
}

.feston-ws-central-card__pill--is-cancelled,
.feston-ws-central-card__pill--is-neutral {
	background: rgba(10, 10, 10, 0.06);
	color: var(--feston-text-secondary, #3f3f3f);
}

.feston-ws-central-card__prazo {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.45rem 0.65rem 0.45rem 0.55rem;
	border-radius: 0.5rem;
	background: rgba(153, 255, 0, 0.08);
	border: 1px solid rgba(153, 255, 0, 0.22);
	border-left: 3px solid var(--feston-accent, #99ff00);
	font-size: 0.75rem;
	color: var(--feston-text-secondary, #3f3f3f);
	line-height: 1.35;
}

.feston-ws-central-card__prazo i {
	font-size: 0.95rem;
	color: var(--feston-text-muted, #64748b);
	flex-shrink: 0;
}

.feston-ws-central-card__prazo .ws-central-countdown-text {
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	color: #0a0a0a;
}

.feston-ws-central-card__prazo.is-urgent {
	background: rgba(220, 53, 69, 0.07);
	border-color: rgba(220, 53, 69, 0.15);
	color: #842029;
}

.feston-ws-central-card__prazo.is-urgent .ws-central-countdown-text {
	color: #dc3545;
}

.feston-ws-central-card__prazo--ok {
	background: rgba(50, 188, 173, 0.08);
	border-color: rgba(50, 188, 173, 0.15);
	color: #128272;
}

.feston-ws-central-card__prazo--ok i {
	color: #128272;
}

.feston-ws-central-card__prazo--paid {
	background: rgba(153, 255, 0, 0.1);
	border-color: rgba(153, 255, 0, 0.28);
	color: #0a0a0a;
}

.feston-ws-central-card__prazo--paid i {
	color: #4d6600;
}

.feston-ws-central-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.feston-ws-central-card__meta-item {
	display: flex;
	align-items: baseline;
	gap: 0.35rem;
	padding: 0.35rem 0.6rem;
	border-radius: 0.45rem;
	background: rgba(10, 10, 10, 0.03);
	font-size: 0.78rem;
}

.feston-ws-central-card__meta-label {
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--feston-text-muted, #64748b);
}

.feston-ws-central-card__meta-item strong {
	font-weight: 700;
	color: #0a0a0a;
}

.feston-ws-central-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.75rem;
	padding-top: 0.15rem;
}

.feston-ws-central-card__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
	background: #0a0a0a;
	color: #fff;
	white-space: nowrap;
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.feston-ws-central-card__btn:hover {
	color: #fff;
	opacity: 0.92;
	transform: translateY(-1px);
}

.feston-ws-central-card__btn--ticket {
	background: #99ff00;
	color: #0a0a0a;
}

.feston-ws-central-card__btn--ticket:hover {
	color: #0a0a0a;
}

.feston-ws-central-card__btn--cert {
	background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
	color: #fff;
}

.feston-ws-central-card__btn--cert:hover {
	color: #fff;
}

.feston-ws-central-card__freq.is-ok {
	color: #059669;
}

.feston-ws-central-card__meta-hint {
	display: block;
	font-size: 0.72rem;
	font-weight: 500;
	color: rgba(15, 23, 42, 0.55);
	margin-top: 0.15rem;
}

.feston-ws-central-card__cert-hint {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
	font-size: 0.78rem;
	color: rgba(15, 23, 42, 0.72);
	background: rgba(15, 23, 42, 0.04);
	border-radius: 10px;
	padding: 0.55rem 0.75rem;
	margin-bottom: 0.35rem;
}

.feston-ws-central-card__cert-hint--ok {
	background: rgba(5, 150, 105, 0.08);
	color: #047857;
}

.feston-ws-central-card__cert-hint i {
	font-size: 1rem;
	line-height: 1.2;
	flex-shrink: 0;
}

.feston-ws-central-card__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem 0.65rem;
}

.feston-ws-central-card__links a,
.feston-ws-central-card__cancel-form button {
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--feston-text-secondary, #3f3f3f);
	text-decoration: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

.feston-ws-central-card__links a:hover,
.feston-ws-central-card__cancel-form button:hover {
	color: #0a0a0a;
	text-decoration: underline;
}

.feston-ws-central-card__cancel-form button {
	color: #dc3545;
}

.feston-ws-central-card__cancel-form {
	margin: 0;
	display: inline;
}

@media (max-width: 575px) {
	.feston-ws-central-card__head {
		flex-direction: column;
	}

	.feston-ws-central-card__pill {
		align-self: flex-start;
	}
}
