:root {
	--gcrvt-primary: #ff7a00;
	--gcrvt-primary-2: #ff9b2b;
	--gcrvt-black: #111111;
	--gcrvt-text: #171717;
	--gcrvt-muted: #667085;
	--gcrvt-soft: #f5f6f8;
	--gcrvt-border: rgba(17, 17, 17, 0.1);
	--gcrvt-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
	--gcrvt-shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.055);
}

.gcrvt-wrap,
.gcrvt-wrap * {
	box-sizing: border-box;
}

.gcrvt-wrap {
	width: min(1180px, 100%);
	margin: 0 auto;
	padding: 34px 16px 54px;
	color: var(--gcrvt-text);
}

.gcrvt-hero {
	text-align: center;
	margin-bottom: 24px;
}

.gcrvt-hero span,
.gcrvt-results-head span,
.gcrvt-order-top span,
.gcrvt-order-meta span,
.gcrvt-event-top span,
.gcrvt-ticket-head span,
.gcrvt-event-total span,
.gcrvt-order-total span {
	display: block;
	color: var(--gcrvt-primary);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0.11em;
}

.gcrvt-hero h1 {
	margin: 7px 0 0;
	color: var(--gcrvt-black);
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 950;
	line-height: 1;
	letter-spacing: -0.05em;
}

.gcrvt-hero p {
	max-width: 680px;
	margin: 14px auto 0;
	color: var(--gcrvt-muted);
	font-size: 18px;
	line-height: 1.45;
}

.gcrvt-search-card {
	padding: 24px;
	background: #fff;
	border: 1px solid var(--gcrvt-border);
	border-radius: 24px;
	box-shadow: var(--gcrvt-shadow);
	margin-bottom: 24px;
}

.gcrvt-tabs {
	display: inline-flex;
	gap: 6px;
	padding: 5px;
	border-radius: 16px;
	background: #f8f9fb;
	border: 1px solid rgba(17, 17, 17, 0.06);
	margin-bottom: 20px;
}

.gcrvt-tab {
	min-height: 44px;
	padding: 0 18px;
	border: 0;
	border-radius: 13px;
	background: transparent;
	color: #344054;
	font-size: 14px;
	font-weight: 950;
	cursor: pointer;
	transition: 0.18s ease;
}

.gcrvt-tab.is-active {
	background: linear-gradient(135deg, var(--gcrvt-primary), var(--gcrvt-primary-2));
	color: #111;
	box-shadow: 0 10px 20px rgba(255, 122, 0, 0.18);
}

.gcrvt-label {
	display: block;
	margin-bottom: 9px;
	color: var(--gcrvt-black);
	font-size: 15px;
	font-weight: 950;
}

.gcrvt-input-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 180px;
	gap: 12px;
	align-items: stretch;
}

.gcrvt-query {
	width: 100%;
	min-height: 56px;
	padding: 0 16px;
	border: 1px solid rgba(17, 17, 17, 0.14);
	border-radius: 16px;
	background: #fff;
	color: var(--gcrvt-black);
	font-size: 16px;
	font-weight: 750;
	outline: none;
	box-shadow: none;
}

.gcrvt-query:focus {
	border-color: rgba(255, 122, 0, 0.62);
	box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.1);
}

.gcrvt-submit {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	border: 0;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--gcrvt-primary), var(--gcrvt-primary-2));
	color: #111;
	font-size: 15px;
	font-weight: 950;
	cursor: pointer;
	box-shadow: 0 14px 26px rgba(255, 122, 0, 0.22);
}

.gcrvt-submit small {
	margin-top: 2px;
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.65;
}

.gcrvt-submit.is-loading {
	pointer-events: none;
	opacity: 0.7;
}

.gcrvt-help {
	margin: 10px 0 0;
	color: var(--gcrvt-muted);
	font-size: 13px;
}

.gcrvt-results {
	margin-top: 22px;
}

.gcrvt-results-head {
	margin-bottom: 16px;
}

.gcrvt-results-head h2 {
	margin: 5px 0 0;
	color: var(--gcrvt-black);
	font-size: 30px;
	font-weight: 950;
	letter-spacing: -0.035em;
}

.gcrvt-orders-list {
	display: grid;
	gap: 20px;
}

.gcrvt-order-card {
	overflow: hidden;
	padding: 22px;
	border-radius: 26px;
	background: #fff;
	border: 1px solid var(--gcrvt-border);
	box-shadow: var(--gcrvt-shadow);
}

.gcrvt-order-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.gcrvt-order-top h3 {
	margin: 4px 0 0;
	color: var(--gcrvt-black);
	font-size: 30px;
	font-weight: 950;
	line-height: 1;
}

.gcrvt-order-top p {
	margin: 8px 0 0;
	color: var(--gcrvt-muted);
	font-size: 13px;
	font-weight: 800;
}

.gcrvt-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.gcrvt-badge-pending {
	background: #fff7ef;
	color: #b45309;
	border: 1px solid rgba(245, 158, 11, 0.28);
}

.gcrvt-badge-success {
	background: #ecfdf3;
	color: #027a48;
	border: 1px solid rgba(2, 122, 72, 0.18);
}

.gcrvt-badge-danger {
	background: #fef2f2;
	color: #b42318;
	border: 1px solid rgba(180, 35, 24, 0.18);
}

.gcrvt-badge-default {
	background: #f8f9fb;
	color: #344054;
	border: 1px solid rgba(17, 17, 17, 0.08);
}

.gcrvt-order-message {
	padding: 16px;
	border-radius: 20px;
	margin-bottom: 16px;
}

.gcrvt-order-message strong {
	display: block;
	color: var(--gcrvt-black);
	font-size: 18px;
	font-weight: 950;
}

.gcrvt-order-message p {
	margin: 6px 0 0;
	color: #344054;
	font-size: 13px;
	line-height: 1.5;
}

.gcrvt-order-message-pending {
	background: #fff7ef;
	border: 1px solid rgba(255, 122, 0, 0.2);
}

.gcrvt-order-message-success {
	background: #ecfdf3;
	border: 1px solid rgba(2, 122, 72, 0.18);
}

.gcrvt-order-message-danger {
	background: #fef2f2;
	border: 1px solid rgba(180, 35, 24, 0.18);
}

.gcrvt-order-message-default {
	background: #f8f9fb;
	border: 1px solid rgba(17, 17, 17, 0.08);
}

.gcrvt-order-meta {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 16px;
}

.gcrvt-order-meta div {
	padding: 14px;
	border-radius: 18px;
	background: #f8f9fb;
	border: 1px solid rgba(17, 17, 17, 0.08);
}

.gcrvt-order-meta strong {
	display: block;
	margin-top: 6px;
	color: var(--gcrvt-black);
	font-size: 14px;
	font-weight: 900;
	word-break: break-word;
}

.gcrvt-items {
	display: grid;
	gap: 14px;
}

.gcrvt-event-card {
	position: relative;
	overflow: hidden;
	padding: 18px;
	border-radius: 24px;
	background:
		radial-gradient(circle at top right, rgba(255, 122, 0, 0.12), transparent 42%),
		linear-gradient(180deg, #ffffff, #fffaf5);
	border: 1px solid rgba(255, 122, 0, 0.18);
	box-shadow: 0 18px 38px rgba(255, 122, 0, 0.08);
}

.gcrvt-event-top {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.gcrvt-event-top img,
.gcrvt-event-placeholder {
	width: 72px;
	height: 72px;
	border-radius: 18px;
	object-fit: cover;
	flex: 0 0 auto;
	border: 1px solid rgba(17, 17, 17, 0.08);
}

.gcrvt-event-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111;
	color: #fff;
	font-size: 28px;
}

.gcrvt-event-top h4 {
	margin: 4px 0;
	color: var(--gcrvt-black);
	font-size: 22px;
	font-weight: 950;
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.gcrvt-event-top p {
	margin: 0;
	color: var(--gcrvt-muted);
	font-size: 13px;
	font-weight: 800;
}

.gcrvt-ticket-box {
	margin-top: 18px;
	padding: 16px;
	border-radius: 20px;
	background: rgba(248, 249, 251, 0.88);
	border: 1px solid rgba(17, 17, 17, 0.08);
}

.gcrvt-ticket-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.gcrvt-ticket-head strong {
	display: block;
	margin-top: 3px;
	color: var(--gcrvt-black);
	font-size: 16px;
	font-weight: 950;
}

.gcrvt-ticket-head small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 12px;
	font-weight: 950;
}

.gcrvt-ticket-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.gcrvt-ticket {
	padding: 13px;
	border-radius: 18px;
	border: 1px solid rgba(17, 17, 17, 0.08);
	background: #fff;
}

.gcrvt-ticket strong {
	display: block;
	color: var(--gcrvt-black);
	font-size: 20px;
	font-weight: 950;
	letter-spacing: 0.03em;
}

.gcrvt-ticket span {
	display: inline-flex;
	align-items: center;
	margin-top: 7px;
	min-height: 24px;
	padding: 0 9px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.gcrvt-ticket-pending {
	background: #fff7ef;
	border-color: rgba(255, 122, 0, 0.22);
}

.gcrvt-ticket-pending span {
	background: rgba(255, 122, 0, 0.14);
	color: #b45309;
}

.gcrvt-ticket-success {
	background: #ecfdf3;
	border-color: rgba(2, 122, 72, 0.18);
}

.gcrvt-ticket-success span {
	background: rgba(2, 122, 72, 0.1);
	color: #027a48;
}

.gcrvt-ticket-danger {
	background: #fef2f2;
	border-color: rgba(180, 35, 24, 0.18);
}

.gcrvt-ticket-danger span {
	background: rgba(180, 35, 24, 0.1);
	color: #b42318;
}

.gcrvt-ticket-default {
	background: #f8f9fb;
}

.gcrvt-ticket-default span {
	background: rgba(17, 17, 17, 0.06);
	color: #344054;
}

.gcrvt-event-total,
.gcrvt-order-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 14px;
	padding: 14px;
	border-radius: 18px;
	background: #fff7ef;
	border: 1px solid rgba(255, 122, 0, 0.18);
}

.gcrvt-event-total strong,
.gcrvt-order-total strong {
	color: var(--gcrvt-black);
	font-size: 18px;
	font-weight: 950;
	text-align: right;
}

.gcrvt-order-total {
	margin-top: 16px;
	background: #111;
	border-color: #111;
}

.gcrvt-order-total span {
	color: rgba(255, 255, 255, 0.7);
}

.gcrvt-order-total strong {
	color: #fff;
	font-size: 22px;
}

.gcrvt-empty {
	padding: 30px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid var(--gcrvt-border);
	box-shadow: var(--gcrvt-shadow);
	text-align: center;
}

.gcrvt-empty-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border-radius: 20px;
	background: #fff7ef;
	color: var(--gcrvt-primary);
	font-size: 30px;
	font-weight: 950;
	margin-bottom: 12px;
}

.gcrvt-empty h2 {
	margin: 0;
	color: var(--gcrvt-black);
	font-size: 28px;
	font-weight: 950;
}

.gcrvt-empty p {
	max-width: 580px;
	margin: 10px auto 0;
	color: var(--gcrvt-muted);
	font-size: 14px;
	line-height: 1.5;
}

.gcrvt-error {
	padding: 14px 16px;
	border-radius: 16px;
	background: #fef2f2;
	color: #b42318;
	border: 1px solid rgba(180, 35, 24, 0.18);
	font-weight: 850;
}

@media (max-width: 900px) {
	.gcrvt-order-meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gcrvt-input-row {
		grid-template-columns: 1fr;
	}

	.gcrvt-submit {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.gcrvt-wrap {
		padding: 26px 10px 40px;
	}

	.gcrvt-search-card,
	.gcrvt-order-card {
		padding: 16px;
		border-radius: 20px;
	}

	.gcrvt-hero h1 {
		font-size: 36px;
	}

	.gcrvt-hero p {
		font-size: 15px;
	}

	.gcrvt-tabs {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		width: 100%;
	}

	.gcrvt-tab {
		padding: 0 10px;
	}

	.gcrvt-order-top {
		flex-direction: column;
	}

	.gcrvt-order-meta {
		grid-template-columns: 1fr;
	}

	.gcrvt-event-top {
		flex-direction: column;
	}

	.gcrvt-ticket-head,
	.gcrvt-event-total,
	.gcrvt-order-total {
		flex-direction: column;
		align-items: flex-start;
	}

	.gcrvt-ticket-list {
		grid-template-columns: 1fr;
	}
}