:root {
	--card-bg: #ffffff;
	--card-border: rgba(15, 23, 42, 0.06);
	--text-main: #18212f;
	--text-body: #7b8798;
	--text-label: #4b5565;
	--line: rgba(15, 23, 42, 0.08);
	--line-soft: rgba(15, 23, 42, 0.05);
	--accent: #0a84ff;
	--accent-2: #3aa0ff;
	--success: #22c55e;
	--success-ring: rgba(34, 197, 94, 0.15);
	--warning: #f59e0b;
	--warning-ring: rgba(245, 158, 11, 0.18);
	--danger: #ef4444;
	--danger-ring: rgba(239, 68, 68, 0.16);
	--surface: #f3f7fb;
	--surface-strong: #eaf1f8;
	--radius: 20px;
	--ge-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

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

.ge-shell {
	font-family: var(--ge-font-family);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-kerning: normal;
	color: var(--text-main);
}

.ge-request-shell {
	font-family: var(--ge-font-family);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-kerning: normal;
	color: var(--text-main);
}

.ge-shell *,
.ge-request-shell * {
	font-family: var(--ge-font-family) !important;
	font-synthesis: none;
}

.ge-shell h1,
.ge-shell h2,
.ge-shell h3,
.ge-shell h4,
.ge-shell h5,
.ge-shell h6,
.ge-request-shell h1,
.ge-request-shell h2,
.ge-request-shell h3,
.ge-request-shell h4,
.ge-request-shell h5,
.ge-request-shell h6,
.ge-shell .title,
.ge-shell .ge-modal__title,
.ge-request-shell .ge-modal__title {
	text-transform: none !important;
	font-family: var(--ge-font-family) !important;
}

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

.ge-card[hidden],
.ge-card.is-hidden {
	display: none !important;
}

.ge-filter-shell {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin: 0 0 26px;
}

.ge-filter-heading {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 18px;
	border-radius: 999px;
	background: linear-gradient(180deg, #1f2937 0%, #111827 100%);
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.03em;
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
}

.ge-filter-heading__icon {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
	flex: 0 0 auto;
}

.ge-filter-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex: 1 1 0;
}

.ge-filter-mobile-toggle {
	display: none;
	border: 0;
	appearance: none;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 999px;
	background: linear-gradient(180deg, #eef3f8 0%, #dfe8f2 100%);
	color: #162131;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
	cursor: pointer;
}

.ge-filter-mobile-toggle__icon {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	width: 16px;
	flex: 0 0 auto;
}

.ge-filter-mobile-toggle__icon span {
	display: block;
	width: 16px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.ge-filter-mobile-toggle__label {
	white-space: nowrap;
}

.ge-filter-chip {
	border: 0;
	appearance: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease, filter 0.18s ease;
}

.ge-filter-chip:hover {
	transform: translateY(-1px);
}

.ge-filter-chip--all {
	background: linear-gradient(180deg, #eef3f8 0%, #dfe8f2 100%);
	color: #162131;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.ge-filter-chip--all.is-active {
	background: linear-gradient(180deg, #ffffff 0%, #edf4fb 100%);
	box-shadow:
		0 14px 28px rgba(15, 23, 42, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.ge-filter-chip--category {
	--ge-filter-color: #0a84ff;
	background: linear-gradient(135deg, var(--ge-filter-color) 0%, color-mix(in srgb, var(--ge-filter-color) 68%, #ffffff) 100%);
	color: #ffffff;
	border: 1px solid color-mix(in srgb, var(--ge-filter-color) 36%, rgba(255, 255, 255, 0.24));
	box-shadow:
		0 12px 24px color-mix(in srgb, var(--ge-filter-color) 28%, transparent),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.ge-filter-chip--category.is-active {
	transform: translateY(-1px);
	filter: none;
	box-shadow:
		0 18px 30px color-mix(in srgb, var(--ge-filter-color) 40%, transparent),
		0 0 0 3px rgba(255, 255, 255, 0.92),
		0 0 18px color-mix(in srgb, var(--ge-filter-color) 28%, #ffffff),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.ge-filter-chip--category:not(.is-active) {
	filter: none;
}

.ge-filter-chip--category.is-active .ge-filter-chip__icon {
	box-shadow: 0 8px 16px color-mix(in srgb, var(--ge-filter-color) 28%, transparent);
}

.ge-filter-chip__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	color: inherit;
	font-size: 14px;
	flex: 0 0 auto;
	overflow: hidden;
}

.ge-filter-chip__icon--image {
	width: 24px;
	height: 24px;
	padding: 3px;
	background: var(--ge-filter-color);
}

.ge-filter-chip__icon img {
	display: block;
	width: 24px;
	height: 24px;
	max-width: 24px;
	max-height: 24px;
	object-fit: contain;
	object-position: center;
}

.ge-filter-chip__icon--image img {
	width: 18px;
	height: 18px;
	max-width: 18px;
	max-height: 18px;
}

.ge-filter-chip__label {
	white-space: nowrap;
}

.event-card {
	width: 100%;
	max-width: 328px;
	margin: 0 auto;
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.88) 22%, rgba(255, 255, 255, 1) 52%),
		linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
	border: 1px solid var(--card-border);
	border-radius: var(--radius);
	padding: 14px 15px 15px;
	position: relative;
	overflow: hidden;
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.04),
		0 12px 24px rgba(15, 23, 42, 0.07),
		0 22px 42px rgba(15, 23, 42, 0.07);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
	isolation: isolate;
}

.event-card:hover {
	transform: translateY(-2px);
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.04),
		0 14px 28px rgba(15, 23, 42, 0.09),
		0 28px 52px rgba(15, 23, 42, 0.09);
}

.event-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 34%),
		radial-gradient(circle at top right, rgba(58, 160, 255, 0.09), transparent 24%);
	pointer-events: none;
	z-index: 0;
}

.event-card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
	z-index: 1;
}

.card-content {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.topbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 11.5px;
	font-weight: 600;
	color: #748195;
	letter-spacing: 0.01em;
}

.status-dot {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--success);
	box-shadow: 0 0 0 4px var(--success-ring);
	flex: 0 0 auto;
}

.status-dot--full {
	background: var(--danger);
	box-shadow: 0 0 0 4px var(--danger-ring);
}

.status-dot--low {
	background: var(--warning);
	box-shadow: 0 0 0 4px var(--warning-ring);
}

.ge-card-categories {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex: 0 0 auto;
	margin-left: 12px;
}

.ge-card-category {
	--ge-category-color: #0a84ff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border-radius: 999px;
	background: color-mix(in srgb, var(--ge-category-color) 12%, #ffffff);
	border: 1px solid color-mix(in srgb, var(--ge-category-color) 20%, rgba(15, 23, 42, 0.08));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
	flex: 0 0 auto;
}

.ge-card-category__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: var(--ge-category-color);
	color: #ffffff;
	font-size: 12px;
	flex: 0 0 auto;
	overflow: hidden;
}

.ge-card-category__icon--image {
	padding: 3px;
}

.ge-card-category__icon img {
	display: block;
	width: 22px;
	height: 22px;
	max-width: 22px;
	max-height: 22px;
	object-fit: contain;
	object-position: center;
}

.ge-card-category__icon--image img {
	width: 16px;
	height: 16px;
	max-width: 16px;
	max-height: 16px;
}

.ge-card-category__label {
	font-size: 11.5px;
	font-weight: 700;
	line-height: 1.2;
	color: #243146;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ge-card-category-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 7px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.06);
	color: #4b5565;
	font-size: 10px;
	font-weight: 800;
}

.title-wrap {
	margin-bottom: 10px;
}

.title {
	margin: 0;
	font-size: 24px;
	line-height: 1.12;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: none;
	color: var(--text-main);
	text-wrap: pretty;
}

.ge-card-summary {
	margin: 9px 0 0;
	font-size: 12.6px;
	line-height: 1.5;
	font-weight: 500;
	color: var(--text-body);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.divider {
	height: 1px;
	width: 100%;
	background: linear-gradient(90deg, transparent 0%, var(--line) 12%, rgba(15, 23, 42, 0.11) 50%, var(--line) 88%, transparent 100%);
}

.divider-title {
	margin: 10px 0;
}

.details,
.ge-modal__details {
	display: grid;
	gap: 0;
}

.detail {
	padding: 7px 0;
}

.detail-row {
	display: grid;
	grid-template-columns: 74px 1fr;
	align-items: baseline;
	column-gap: 8px;
}

.label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--text-label);
	opacity: 0.88;
	padding-top: 0;
	line-height: 1.35;
}

.value {
	font-size: 12.6px;
	line-height: 1.35;
	font-weight: 500;
	color: var(--text-body);
}

.divider-soft {
	height: 1px;
	width: 100%;
	background: linear-gradient(90deg, transparent 0%, var(--line-soft) 10%, rgba(15, 23, 42, 0.07) 50%, var(--line-soft) 90%, transparent 100%);
}

.footer {
	display: flex;
	justify-content: flex-end;
	padding-top: 6px;
	margin-top: auto;
}

.btn {
	border: 0;
	appearance: none;
	min-width: 104px;
	height: 40px;
	padding: 0 16px;
	border-radius: 13px;
	background: linear-gradient(180deg, #1f2937 0%, #06080d 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: none !important;
	cursor: pointer;
	box-shadow:
		0 12px 24px rgba(15, 23, 42, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, opacity 0.18s ease;
}

.btn:hover {
	transform: translateY(-1px);
	filter: none;
	box-shadow:
		0 16px 30px rgba(15, 23, 42, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.btn:active {
	transform: translateY(0);
}

.btn:disabled {
	cursor: not-allowed;
	filter: grayscale(0.15);
	opacity: 0.72;
	box-shadow: none;
	transform: none;
}

.ge-empty,
.ge-notice {
	margin-bottom: 22px;
	padding: 16px 18px;
	border-radius: 16px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	font-size: 14px;
	line-height: 1.5;
}

.ge-notice--error {
	background: #fef2f2;
	border-color: #fecaca;
	color: #991b1b;
}

.ge-filter-empty {
	margin-top: -4px;
}

.ge-modal {
	position: fixed !important;
	inset: 0;
	width: 100vw;
	height: 100dvh;
	z-index: 2147483000;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding:
		max(8px, env(safe-area-inset-top))
		max(8px, env(safe-area-inset-right))
		max(8px, env(safe-area-inset-bottom))
		max(8px, env(safe-area-inset-left));
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.22s ease;
}

.ge-modal[hidden] {
	display: none !important;
}

.ge-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.ge-modal__backdrop {
	position: fixed;
	inset: 0;
	background: rgba(15, 23, 42, 0.68);
	backdrop-filter: blur(8px);
}

.ge-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(94vw, 680px);
	max-width: 680px;
	margin: auto;
	max-height: calc(100dvh - 16px);
	overflow: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-gutter: stable both-edges;
	padding: 26px 24px 22px;
	border-radius: 28px;
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 24%, rgba(255, 255, 255, 1) 54%),
		linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow:
		0 24px 60px rgba(15, 23, 42, 0.22),
		0 8px 20px rgba(15, 23, 42, 0.08);
}

.ge-modal__topbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 8px;
}

.ge-modal__heading {
	flex: 1 1 auto;
	min-width: 0;
}

.ge-modal__close {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	background: #111827;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.24);
	transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
	z-index: 3;
}

.ge-modal__close:hover {
	background: #0a84ff;
	transform: translateY(-1px);
	box-shadow: 0 14px 32px rgba(10, 132, 255, 0.28);
}

.ge-modal__eyebrow {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6b7a90;
}

.ge-modal__title {
	margin: 10px 0 0;
	font-size: 32px;
	line-height: 1.08;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: none;
	color: var(--text-main);
	text-wrap: pretty;
}

.ge-modal__summary {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--text-body);
}

.ge-modal__panel {
	margin-bottom: 18px;
	padding: 18px;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(248, 251, 255, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.ge-modal__section-label {
	margin: 0 0 14px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6f7c90;
}

.ge-modal__alert {
	margin-bottom: 16px;
	padding: 14px 16px;
	border-radius: 14px;
	font-size: 13.5px;
	line-height: 1.55;
}

.ge-modal__alert--error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
}

.ge-modal__details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 0;
	border: 0;
	margin-bottom: 0;
}

.ge-modal__detail-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 14px 16px;
	border: 1px solid rgba(15, 23, 42, 0.06);
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.ge-modal__detail-card--full {
	grid-column: 1 / -1;
}

.ge-modal__detail-label {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6f7c90;
}

.ge-modal__detail-value {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	color: var(--text-main);
	word-break: break-word;
}

.ge-modal__detail-value--list {
	white-space: pre-line;
}

.ge-restriction-note {
	margin: -2px 0 18px;
	padding: 0 0 0 14px;
	border-left: 4px solid #0a84ff;
	font-size: 15px;
	line-height: 1.6;
	color: #425066;
}

.ge-restriction-note strong {
	color: var(--text-main);
	font-weight: 800;
}

.ge-restriction-note__value {
	font-weight: 800;
	color: #0f172a;
}

.ge-restriction-note__separator {
	display: inline-block;
	margin: 0 10px;
	color: #9aa5b5;
}

.ge-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 12px;
	align-items: start;
	padding-inline: 8px;
}

.ge-form__intro {
	grid-column: 1 / -1;
	margin-bottom: 2px;
}

.ge-form__helper {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: var(--text-body);
}

.ge-request-entry {
	display: flex;
	justify-content: center;
	margin: 0 0 24px;
}

.ge-request-entry .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 248px;
	height: 50px;
	padding: 0 24px;
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
	border: 1px solid rgba(15, 23, 42, 0.1);
	color: #0f172a;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	box-shadow:
		0 16px 32px rgba(15, 23, 42, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.ge-request-entry .btn:hover {
	background: linear-gradient(180deg, #ffffff 0%, #eef3f8 100%);
	color: #020617;
	box-shadow:
		0 20px 36px rgba(15, 23, 42, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.ge-request-entry .btn:active {
	transform: translateY(0);
	box-shadow:
		0 12px 24px rgba(15, 23, 42, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.ge-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ge-field[hidden] {
	display: none !important;
}

.ge-field--full {
	grid-column: 1 / -1;
}

.ge-field__label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #5f6d82;
}

.ge-form input,
.ge-form select,
.ge-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 16px 12px 18px;
	border: 1px solid #d8e1eb;
	border-radius: 14px;
	background: #ffffff;
	color: var(--text-main);
	font-size: 14px;
	font-family: inherit;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.ge-form select {
	padding-right: 42px;
}

.ge-form textarea {
	min-height: 132px;
	resize: vertical;
}

.ge-form input[type="file"] {
	padding: 12px 14px;
}

.ge-form input::placeholder {
	color: #8b96a8;
}

.ge-form--modal input[type="text"],
.ge-form--modal input[type="tel"],
.ge-form--modal input[type="email"] {
	margin: 0 !important;
	padding: 12px 16px 12px 18px !important;
	padding-left: 18px !important;
	text-indent: 0 !important;
	line-height: 1.4 !important;
	-webkit-appearance: none;
	appearance: none;
}

.ge-form--modal input[type="text"]::placeholder,
.ge-form--modal input[type="tel"]::placeholder,
.ge-form--modal input[type="email"]::placeholder {
	text-indent: 0 !important;
}

.ge-form input:focus,
.ge-form select:focus,
.ge-form textarea:focus {
	outline: none;
	border-color: rgba(10, 132, 255, 0.5);
	box-shadow: 0 0 0 4px rgba(10, 132, 255, 0.12);
}

.ge-modal__dialog--request {
	width: min(96vw, 920px);
	max-width: 920px;
}

.ge-request-checks {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 10px 12px;
	padding: 14px 16px;
	border: 1px solid #d8e1eb;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.ge-request-check {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 10px 12px;
	border: 1px solid rgba(216, 225, 235, 0.9);
	border-radius: 12px;
	background: #ffffff;
	font-size: 14px;
	color: var(--text-main);
	line-height: 1.4;
}

.ge-request-check input {
	width: 16px;
	min-height: 16px;
	height: 16px;
	margin: 2px 0 0;
	padding: 0;
	box-shadow: none;
	accent-color: var(--accent);
}

.ge-form .btn {
	grid-column: 1 / -1;
	width: 100%;
	height: 46px;
}

body.ge-modal-open {
	overflow: hidden;
}

@media (max-width: 1024px), (max-height: 820px) {
	.ge-modal__dialog {
		width: min(95vw, 640px);
		padding: 20px 18px 16px;
		border-radius: 24px;
		max-height: calc(100dvh - 8px);
	}

	.ge-modal__title {
		font-size: 30px;
	}

	.ge-modal__detail-card {
		padding: 12px 14px;
	}

	.ge-modal__panel {
		padding: 14px 16px;
		margin-bottom: 14px;
	}

	.ge-form {
		padding-inline: 4px;
		gap: 10px;
	}

	.ge-form input,
	.ge-form select,
	.ge-form textarea {
		min-height: 44px;
		padding: 10px 14px 10px 16px;
	}

	.ge-form select {
		padding-right: 40px;
	}

	.ge-form textarea {
		min-height: 120px;
	}

	.ge-form--modal input[type="text"],
	.ge-form--modal input[type="tel"],
	.ge-form--modal input[type="email"] {
		padding: 10px 14px 10px 16px !important;
		padding-left: 16px !important;
	}
}

@media (max-width: 767px) {
	.ge-filter-shell {
		position: relative;
		gap: 10px;
		margin-bottom: 20px;
		align-items: stretch;
	}

	.ge-filter-heading {
		min-height: 44px;
		padding: 10px 16px;
	}

	.ge-filter-mobile-toggle {
		display: inline-flex;
		min-height: 44px;
		padding: 0 16px;
		margin-left: auto;
	}

	.ge-filter-list {
		display: none;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 10px;
		width: 100%;
		padding: 14px;
		border-radius: 20px;
		background: #ffffff;
		border: 1px solid rgba(15, 23, 42, 0.08);
		box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
	}

	.ge-filter-shell.is-open .ge-filter-list {
		display: flex;
	}

	.ge-filter-chip {
		min-height: 44px;
		padding: 0 16px;
		white-space: nowrap;
		width: 100%;
		justify-content: flex-start;
	}

	.ge-wrap {
		grid-template-columns: 1fr;
	}

	.event-card {
		max-width: none;
	}

	.title,
	.ge-modal__title {
		font-size: 24px;
	}

	.detail-row {
		grid-template-columns: 72px 1fr;
	}

	.ge-modal {
		padding: 8px;
	}

	.ge-modal__dialog {
		width: calc(100vw - 12px);
		max-width: none;
		scrollbar-gutter: auto;
		padding: 16px 12px 12px;
		border-radius: 20px;
		max-height: calc(100dvh - 4px);
	}

		.ge-modal__details {
			grid-template-columns: 1fr;
		}

	.ge-modal__topbar {
		margin-bottom: 12px;
	}

	.ge-modal__close {
		width: 38px;
		height: 38px;
		font-size: 20px;
	}

		.ge-modal__panel {
			padding: 14px;
			border-radius: 18px;
		}

		.ge-modal__summary,
		.ge-modal__alert,
		.ge-restriction-note {
			font-size: 13px;
		}

		.ge-restriction-note {
			padding-left: 12px;
		}

		.ge-form {
			grid-template-columns: 1fr;
			padding-inline: 2px;
		}

		.ge-request-checks {
			grid-template-columns: 1fr;
		}
	}
