.egb-event-page {
	background: #050507;
	color: #f7f1fb;
}

.egb-event {
	background:
		radial-gradient(circle at 12% 12%, rgba(110, 59, 214, 0.2), transparent 31rem),
		radial-gradient(circle at 88% 35%, rgba(236, 63, 155, 0.13), transparent 28rem),
		#050507;
	min-height: 70vh;
	padding: clamp(32px, 6vw, 82px) 24px clamp(64px, 9vw, 120px);
}

.egb-event__back,
.egb-event__article {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
}

.egb-event__back {
	color: #f1b14c;
	display: block;
	font-size: 14px;
	font-weight: 750;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
	text-decoration: none;
}

.egb-event__back::before {
	content: "←";
	margin-right: 8px;
}

.egb-event__article {
	background: rgba(18, 13, 27, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
	overflow: hidden;
}

.egb-event__article::before {
	background: linear-gradient(90deg, #f15a64, #ff9f38, #f5d447, #50ba75, #3d8fd1, #6e3bd6, #ec3f9b);
	content: "";
	display: block;
	height: 5px;
}

.egb-event__hero {
	align-items: center;
	background:
		radial-gradient(circle at 12% 20%, rgba(110, 59, 214, 0.2), transparent 24rem),
		linear-gradient(145deg, #171020, #21142f);
	display: grid;
	gap: clamp(28px, 5vw, 64px);
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
	padding: clamp(32px, 5vw, 64px);
	position: relative;
}

.egb-event__media {
	aspect-ratio: 235 / 197;
	background: #09090c;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 22px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
}

.egb-event__media::after {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: inherit;
	box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.16);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.egb-event__image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.egb-event__media--placeholder {
	aspect-ratio: auto;
	background:
		linear-gradient(135deg, rgba(110, 59, 214, 0.38), rgba(236, 63, 155, 0.18)),
		#0b0b10;
	min-height: 220px;
}

.egb-event__image-placeholder {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	text-align: center;
}

.egb-event__image-placeholder span {
	color: #fff;
	font-size: clamp(54px, 8vw, 92px);
	font-style: italic;
	font-weight: 900;
	letter-spacing: -0.08em;
	line-height: 0.9;
}

.egb-event__image-placeholder strong {
	color: #ffd66b;
	font-size: 12px;
	letter-spacing: 0.22em;
	margin-top: 18px;
	text-transform: uppercase;
}

.egb-event__hero-content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	position: relative;
	z-index: 1;
}

.egb-event__hero-labels {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.egb-event__eyebrow {
	color: #f1b14c;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.egb-event__status {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 750;
	margin: 0;
	padding: 7px 11px;
	text-transform: uppercase;
}

.egb-event__hero h1 {
	color: #fff;
	font-size: clamp(38px, 5.4vw, 68px);
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 18px 0;
	max-width: 900px;
}

.egb-event__lead {
	color: rgba(255, 255, 255, 0.8);
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.6;
	margin: 0;
	max-width: 760px;
}

.egb-event__quick-summary {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 26px;
	max-width: 920px;
	width: 100%;
}

.egb-event__quick-summary div {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 13px;
	padding: 13px 15px;
}

.egb-event__quick-summary span,
.egb-event__quick-summary strong {
	display: block;
}

.egb-event__quick-summary span {
	color: #f1b14c;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.egb-event__quick-summary strong {
	color: #fff;
	font-size: 14px;
	line-height: 1.45;
}

.egb-event__quick-summary strong small {
	color: rgba(255, 255, 255, 0.8);
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-top: 2px;
}

.egb-event__hero-action {
	align-items: center;
	background: rgba(5, 5, 7, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-top: 12px;
	padding: 16px;
	width: 100%;
}

.egb-event__hero-action span,
.egb-event__hero-action strong {
	display: block;
}

.egb-event__hero-action span {
	color: #f1b14c;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.egb-event__hero-action strong {
	color: #fff;
	font-size: 15px;
	margin-top: 4px;
}

.egb-event__hero-action p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	line-height: 1.45;
	margin: 5px 0 0;
}

.egb-event__hero-action .egb-event__button {
	flex: 0 0 auto;
	margin: 0;
	white-space: nowrap;
}

.egb-event__layout {
	display: block;
	gap: clamp(32px, 6vw, 72px);
	padding: clamp(30px, 6vw, 72px);
}

.egb-event__facts {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 50px;
}

.egb-event__facts div {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	padding: 20px;
}

.egb-event__facts .egb-event__fact-action {
	background: linear-gradient(135deg, rgba(110, 59, 214, 0.13), rgba(236, 63, 155, 0.08));
	border-color: rgba(194, 132, 236, 0.2);
	grid-column: 1 / -1;
}

.egb-event__facts span,
.egb-event__facts strong {
	display: block;
}

.egb-event__facts span {
	color: #c7a7dc;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.egb-event__facts strong {
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
}

.egb-event__content h2,
.egb-event__practical h2 {
	color: #fff;
	font-size: clamp(25px, 4vw, 36px);
	margin: 0 0 22px;
}

.egb-event__content,
.egb-event__content p,
.egb-event__content li {
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
	line-height: 1.8;
}

.egb-event__content a {
	color: #f1b14c;
}

.egb-event__participation-plans {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 42px;
	padding-top: 42px;
}

.egb-event__participation-plans h2 {
	color: #fff;
	font-size: clamp(25px, 4vw, 36px);
	margin: 9px 0 10px;
}

.egb-event__participation-plans-intro {
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.egb-event__participation-plan-list {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

.egb-event__participation-plan {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	padding: 21px;
}

.egb-event__participation-plan h3 {
	color: #fff;
	font-size: 20px;
	margin: 0;
}

.egb-event__participation-plan > p {
	color: rgba(255, 255, 255, 0.74);
	line-height: 1.6;
	margin: 9px 0 0;
}

.egb-event__participation-plan dl {
	display: grid;
	gap: 8px;
	margin: 18px 0 0;
}

.egb-event__participation-plan dl div {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.egb-event__participation-plan dt {
	color: #f1b14c;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.egb-event__participation-plan dd {
	color: #fff;
	font-size: 15px;
	font-weight: 750;
	margin: 0;
}

.egb-event__participation-plan-availability,
.egb-event-registration__plan-availability {
	color: #bceec9;
	font-weight: 750;
}

.egb-event__participation-plan-availability.is-full,
.egb-event-registration__plan-availability.is-full {
	color: #ffe19a;
}

.egb-event__aside {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-top: clamp(32px, 6vw, 72px);
}

.egb-event__practical,
.egb-event__welcome-note,
.egb-event__membership-note,
.egb-event__interest {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 26px;
}

.egb-event__practical h2 {
	font-size: 23px;
	margin: 9px 0 14px;
}

.egb-event__welcome-note {
	background:
		linear-gradient(145deg, rgba(62, 207, 176, 0.13), rgba(47, 109, 255, 0.08)),
		rgba(255, 255, 255, 0.04);
	border-color: rgba(62, 207, 176, 0.22);
}

.egb-event__welcome-note h2 {
	color: #fff;
	font-size: 23px;
	margin: 9px 0 14px;
}

.egb-event__welcome-note p {
	color: rgba(255, 255, 255, 0.74);
	line-height: 1.65;
	margin: 0;
}

.egb-event__welcome-note a {
	background: rgba(255, 214, 107, 0.12);
	border: 1px solid rgba(255, 214, 107, 0.28);
	border-radius: 9px;
	color: #ffe19a;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	margin-top: 16px;
	padding: 10px 12px;
	text-decoration: none;
}

.egb-event__practical p,
.egb-event__membership-note p,
.egb-event__interest p {
	color: rgba(255, 255, 255, 0.68);
	line-height: 1.65;
	margin: 0;
}

.egb-event__membership-note {
	background: linear-gradient(145deg, rgba(110, 59, 214, 0.22), rgba(236, 63, 155, 0.12));
	border-color: rgba(194, 132, 236, 0.28);
	order: -1;
}

.egb-event__membership-note strong {
	color: #fff;
	display: block;
	font-size: 18px;
	margin-bottom: 8px;
}

.egb-event__membership-note h2 {
	color: #fff;
	font-size: 22px;
	margin: 8px 0 14px;
}

.egb-event__interest {
	background: linear-gradient(145deg, rgba(241, 177, 76, 0.13), rgba(110, 59, 214, 0.1));
	border-color: rgba(241, 177, 76, 0.25);
}

.egb-event__interest h2 {
	color: #fff;
	font-size: 22px;
	margin: 8px 0 12px;
}

.egb-event__interest-note {
	background: rgba(255, 255, 255, 0.07);
	border-radius: 10px;
	font-size: 12px;
	margin-top: 12px !important;
	padding: 11px 12px;
}

.egb-event-interest__form {
	position: relative;
}

.egb-event-interest__trap {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.egb-event__registration-steps {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 18px 0;
	padding: 0;
}

.egb-event__registration-steps li {
	align-items: center;
	display: flex;
	gap: 10px;
}

.egb-event__registration-steps span {
	align-items: center;
	background: rgba(255, 255, 255, 0.11);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	color: #ffd66b;
	display: inline-flex;
	flex: 0 0 28px;
	font-size: 11px;
	font-weight: 800;
	height: 28px;
	justify-content: center;
}

.egb-event__registration-steps strong {
	font-size: 13px;
	margin: 0;
}

.egb-event__messenger-note {
	background: rgba(255, 255, 255, 0.07);
	border-radius: 10px;
	font-size: 12px;
	margin-bottom: 18px !important;
	padding: 11px 12px;
}

.egb-event__button {
	background: linear-gradient(100deg, #6e3bd6, #ad3bc4 55%, #ec3f9b);
	border: 0;
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(110, 59, 214, 0.25);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	font-weight: 750;
	margin-top: 18px;
	padding: 12px 16px;
	text-decoration: none;
}

.egb-event__button--secondary {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: none;
}

.egb-event-registration__intro {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 12px;
	display: grid;
	gap: 8px;
	margin: 16px 0;
	padding: 14px;
}

.egb-event-registration__intro strong {
	color: #fff;
	font-size: 14px;
	line-height: 1.35;
}

.egb-event-registration__intro p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
}

.egb-event-registration__self-path {
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	margin-top: 24px;
	padding-top: 24px;
}

.egb-event-registration__self-path h3 {
	color: #fff;
	font-size: 20px;
	margin: 6px 0 0;
}

.egb-event-registration__dialog {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 1000;
}

.egb-event-registration__dialog[hidden] {
	display: none;
}

.egb-event-registration__dialog-backdrop {
	background: rgba(2, 2, 5, 0.78);
	inset: 0;
	position: absolute;
}

.egb-event-registration__dialog-panel {
	background:
		radial-gradient(circle at 12% 0%, rgba(110, 59, 214, 0.3), transparent 20rem),
		linear-gradient(145deg, #171020, #21142f);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 20px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
	box-sizing: border-box;
	max-height: min(680px, calc(100vh - 40px));
	max-width: 540px;
	overflow-y: auto;
	padding: clamp(24px, 4vw, 34px);
	position: relative;
	width: 100%;
}

.egb-event-registration__dialog-panel h2 {
	color: #fff;
	font-size: clamp(25px, 4vw, 34px);
	letter-spacing: -0.03em;
	line-height: 1.08;
	margin: 10px 38px 10px 0;
}

.egb-event-registration__dialog-panel p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.egb-event-registration__dialog-close {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 25px;
	height: 38px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 38px;
}

.egb-event-registration__dialog-close:hover,
.egb-event-registration__dialog-close:focus-visible {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(223, 173, 255, 0.74);
	outline: none;
}

.egb-event-registration__choice-list {
	display: grid;
	gap: 10px;
	margin-top: 22px;
}

.egb-event-registration__choice-list button {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 13px;
	color: #fff;
	cursor: pointer;
	display: grid;
	font: inherit;
	gap: 4px;
	padding: 16px;
	text-align: left;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
	width: 100%;
}

.egb-event-registration__choice-list button strong {
	font-size: 16px;
}

.egb-event-registration__choice-list button span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 1.45;
}

.egb-event-registration__choice-list button:hover,
.egb-event-registration__choice-list button:focus-visible {
	background: rgba(110, 59, 214, 0.28);
	border-color: rgba(223, 173, 255, 0.74);
	outline: none;
	transform: translateY(-1px);
}

.egb-event-registration__choice-branch {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 13px;
	margin-top: 20px;
	padding: 18px;
}

.egb-event-registration__choice-branch h2 {
	font-size: 22px;
	margin-right: 0;
}

.egb-event-registration__choice-branch .egb-event__button {
	margin-top: 18px;
}

.egb-event-registration__other-member-branch {
	margin-top: 20px;
}

.egb-event-registration__together-branch {
	margin-top: 20px;
}

.egb-event-registration__together-branch h2,
.egb-event-registration__together-branch h3 {
	color: #fff;
}

.egb-event-registration__together-branch h2 { font-size: 22px; margin: 10px 0; }
.egb-event-registration__together-branch h3 { font-size: 17px; margin: 7px 0 0; }

.egb-event-registration__participant-section {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 13px;
	margin-top: 18px;
	padding: 16px;
}

.egb-event-registration__other-member-branch h2 {
	color: #fff;
	font-size: 22px;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 10px 0;
}

.egb-event-registration__search-label {
	color: rgba(255, 255, 255, 0.84);
	display: block;
	font-size: 13px;
	font-weight: 750;
	margin: 20px 0 8px;
}

.egb-event-registration__search-input {
	background: rgba(5, 5, 7, 0.48);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 9px;
	box-sizing: border-box;
	color: #fff;
	font: inherit;
	padding: 11px;
	width: 100%;
}

.egb-event-registration__search-input:focus {
	border-color: rgba(223, 173, 255, 0.74);
	outline: 2px solid rgba(110, 59, 214, 0.38);
	outline-offset: 2px;
}

.egb-event-registration__search-message {
	font-size: 13px !important;
	margin-top: 9px !important;
}

.egb-event-registration__search-results {
	display: grid;
	gap: 9px;
	margin-top: 16px;
}

.egb-event-registration__search-results button {
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 750;
	padding: 12px;
	text-align: left;
}

.egb-event-registration__search-results button:hover,
.egb-event-registration__search-results button:focus-visible {
	background: rgba(110, 59, 214, 0.28);
	border-color: rgba(223, 173, 255, 0.74);
	outline: none;
}

.egb-event-page:has(.egb-event-registration__dialog:not([hidden])) {
	overflow: hidden;
}

.egb-event-registration__plan-selection {
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	margin: 18px 0;
	padding: 15px;
}

.egb-event-registration__plan-selection legend {
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	padding: 0 5px;
}

.egb-event-registration__plan-selection > p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
	line-height: 1.55;
	margin: 4px 0 14px;
}

.egb-event-registration__plan-options {
	display: grid;
	gap: 10px;
}

.egb-event-registration__plan-option {
	align-items: flex-start;
	background: rgba(5, 5, 7, 0.32);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	gap: 11px;
	padding: 13px;
}

.egb-event-registration__plan-option:has(input:checked) {
	background: rgba(110, 59, 214, 0.2);
	border-color: rgba(223, 173, 255, 0.72);
}

.egb-event-registration__plan-option input {
	accent-color: #e4b1ff;
	flex: 0 0 auto;
	margin: 4px 0 0;
}

.egb-event-registration__plan-option > span,
.egb-event-registration__plan-option strong,
.egb-event-registration__plan-option small,
.egb-event-registration__plan-option em {
	display: block;
}

.egb-event-registration__plan-option strong {
	color: #fff;
	font-size: 15px;
	margin: 0;
}

.egb-event-registration__plan-option small {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 1.45;
	margin-top: 3px;
}

.egb-event-registration__plan-option em {
	color: #ffe19a;
	font-size: 13px;
	font-style: normal;
	font-weight: 750;
	margin-top: 8px;
}

.egb-event-registration__selection-summary {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	margin: 15px 0;
	padding: 12px;
}

.egb-event-registration__selection-summary span,
.egb-event-registration__selection-summary strong,
.egb-event-registration__selection-summary small {
	display: block;
}

.egb-event-registration__selection-summary span {
	color: #f1b14c;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.egb-event-registration__selection-summary strong {
	color: #fff;
	font-size: 16px;
	margin-top: 4px;
}

.egb-event-registration__selection-summary small {
	color: rgba(255, 255, 255, 0.76);
	font-size: 13px;
	margin-top: 4px;
}

.egb-event-registration__form label {
	color: rgba(255, 255, 255, 0.78);
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin: 18px 0 8px;
}

.egb-event-registration__form input[type="text"],
.egb-event-registration__form input[type="email"],
.egb-event-registration__form textarea {
	background: rgba(5, 5, 7, 0.48);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 9px;
	box-sizing: border-box;
	color: #fff;
	font: inherit;
	padding: 11px;
	width: 100%;
}

.egb-event-registration__form textarea {
	resize: vertical;
}

.egb-event-registration__status,
.egb-event-registration__notice {
	border-radius: 9px;
	display: block;
	font-size: 13px;
	line-height: 1.5;
	margin: 15px 0;
	padding: 11px 13px;
}

.egb-event-registration__status,
.egb-event-registration__notice--info {
	background: rgba(241, 177, 76, 0.12);
	border: 1px solid rgba(241, 177, 76, 0.28);
	color: #f7ce87;
}

.egb-event-registration__status--available,
.egb-event-registration__status--approved {
	background: rgba(80, 186, 117, 0.12);
	border-color: rgba(80, 186, 117, 0.28);
	color: #a9e8bd;
}

.egb-event-registration__status--waitlisted {
	background: rgba(180, 117, 220, 0.16);
	border-color: rgba(180, 117, 220, 0.34);
	color: #e5bdf7;
}

.egb-event-registration__status--rejected,
.egb-event-registration__status--cancelled {
	background: rgba(241, 90, 100, 0.12);
	border-color: rgba(241, 90, 100, 0.28);
	color: #ffb5bb;
}

.egb-event-registration__payment {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	color: #fff !important;
	font-weight: 750;
	margin-top: 14px !important;
	padding: 11px 13px;
}

.egb-event-registration__notice--success {
	background: rgba(80, 186, 117, 0.12);
	border: 1px solid rgba(80, 186, 117, 0.28);
	color: #a9e8bd;
}

.egb-event-registration__notice--error {
	background: rgba(241, 90, 100, 0.12);
	border: 1px solid rgba(241, 90, 100, 0.28);
	color: #ffb5bb;
}

@media (max-width: 760px) {
	.egb-event {
		padding-left: 14px;
		padding-right: 14px;
	}

	.egb-event__article {
		border-radius: 17px;
	}

	.egb-event__hero {
		gap: 28px;
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.egb-event__media {
		grid-row: auto;
	}

	.egb-event__media--placeholder {
		min-height: 150px;
	}

	.egb-event__image-placeholder span {
		font-size: 46px;
	}

	.egb-event__image-placeholder strong {
		margin-top: 12px;
	}

	.egb-event__layout {
		grid-template-columns: 1fr;
		padding: 28px 22px;
	}

	.egb-event__facts {
		grid-template-columns: 1fr;
	}

	.egb-event__quick-summary {
		grid-template-columns: 1fr;
	}

	.egb-event__hero-action {
		align-items: stretch;
		flex-direction: column;
	}

	.egb-event__hero-action .egb-event__button {
		text-align: center;
	}

	.egb-event-registration__dialog {
		align-items: flex-end;
		padding: 12px;
	}

	.egb-event-registration__dialog-panel {
		border-radius: 17px;
		max-height: calc(100vh - 24px);
		padding: 24px;
	}

	.egb-event-registration__dialog-close {
		right: 16px;
		top: 16px;
	}
}

/* UX-4 — One compact, scannable event summary without changing the event data. */
.egb-event__quick-summary {
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 14px;
	background: rgba(5, 5, 7, 0.22);
}

.egb-event__quick-summary div {
	min-width: 0;
	padding: 11px 13px;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.egb-event__quick-summary div:nth-child(odd) {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.egb-event__quick-summary div:nth-child(n + 3) {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.egb-event__quick-summary div:nth-child(5):last-child {
	grid-column: 1 / -1;
	border-right: 0;
}

.egb-event__quick-summary span {
	margin-bottom: 4px;
}

.egb-event__quick-summary strong {
	font-size: 13px;
	line-height: 1.35;
}

@media (max-width: 760px) {
	.egb-event__quick-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 20px;
	}

	.egb-event__quick-summary div {
		padding: 10px 11px;
	}

	.egb-event__quick-summary strong {
		font-size: 12px;
		line-height: 1.35;
	}
}
