.gpq-root {
	--gpq-ink: #17251d;
	--gpq-ink-soft: #304338;
	--gpq-muted: #68786d;
	--gpq-line: rgba(37, 69, 48, .12);
	--gpq-primary: #1e6a48;
	--gpq-primary-dark: #10452f;
	--gpq-lime: #c9f15a;
	--gpq-yellow: #ffd45e;
	--gpq-danger: #ca4d4d;
	--gpq-success: #1f8a59;
	--gpq-shadow: 0 26px 70px rgba(20, 57, 37, .12);

	position: relative;
	isolation: isolate;
	width: 100%;
	max-width: 1390px;
	margin: clamp(28px, 6vw, 90px) auto;
	padding: 0 clamp(14px, 2.4vw, 30px);
	color: var(--gpq-ink);
	font-family: Poppins, Montserrat, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.gpq-root [hidden] {
	display: none !important;
}

.gpq-root img {
	max-width: none !important;
}

.gpq-ambient {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(4px);
	opacity: .76;
	animation: gpq-ambient-drift 12s ease-in-out infinite alternate;
}

.gpq-ambient-one {
	top: -92px;
	left: -90px;
	width: clamp(180px, 28vw, 420px);
	height: clamp(180px, 28vw, 420px);
	background: radial-gradient(circle at 40% 42%, rgba(201, 241, 90, .55), rgba(201, 241, 90, 0) 71%);
}

.gpq-ambient-two {
	right: -125px;
	bottom: -110px;
	width: clamp(190px, 33vw, 470px);
	height: clamp(190px, 33vw, 470px);
	background: radial-gradient(circle at 55% 45%, rgba(255, 212, 94, .28), rgba(255, 212, 94, 0) 70%);
	animation-delay: -5s;
}

.gpq-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(305px, 348px);
	gap: clamp(18px, 2vw, 30px);
	align-items: start;
}

.gpq-panel,
.gpq-leaderboard {
	position: relative;
	border: 1px solid var(--gpq-line);
	border-radius: 32px;
	background: rgba(255, 255, 255, .94);
	box-shadow: var(--gpq-shadow);
	backdrop-filter: blur(14px);
}

.gpq-panel {
	padding: clamp(26px, 4.6vw, 64px);
}

.gpq-panel.is-entering {
	animation: gpq-panel-enter .48s cubic-bezier(.2, .8, .2, 1) both;
}

.gpq-kicker {
	display: inline-block;
	color: var(--gpq-primary);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .15em;
	line-height: 1.25;
	text-transform: uppercase;
}

.gpq-intro {
	overflow: hidden;
	min-height: 680px;
	background:
		radial-gradient(circle at 86% 9%, rgba(201, 241, 90, .28), transparent 27%),
		linear-gradient(142deg, #f7fbf5 0%, #ffffff 62%, #edf9e9 100%);
}

.gpq-panel-glow {
	position: absolute;
	top: 100px;
	right: -110px;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: #dfffa1;
	filter: blur(38px);
	opacity: .52;
	animation: gpq-glow-pulse 5.8s ease-in-out infinite;
}

.gpq-intro-topline,
.gpq-game-header,
.gpq-progress-head,
.gpq-leaderboard-heading,
.gpq-result-actions,
.gpq-game-meta,
.gpq-coupon {
	display: flex;
	align-items: center;
}

.gpq-intro-topline {
	justify-content: flex-start;
}

.gpq-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 190px;
	gap: 18px;
	align-items: center;
	margin: 14px 0 28px;
}

.gpq-intro h2,
.gpq-game h2,
.gpq-result h2 {
	max-width: 780px;
	margin: 12px 0 16px;
	font-size: clamp(39px, 4.7vw, 68px);
	font-weight: 800;
	letter-spacing: -.065em;
	line-height: .98;
}

.gpq-game h2 {
	font-size: clamp(32px, 3.4vw, 50px);
}

.gpq-result h2 {
	max-width: 700px;
}

.gpq-lead,
.gpq-result-lead {
	max-width: 710px;
	margin: 0;
	color: var(--gpq-muted);
	font-size: 16px;
	line-height: 1.72;
}

.gpq-lead strong {
	color: var(--gpq-primary);
}

.gpq-discount-card {
	max-width: 690px;
	margin: 28px 0 15px;
	padding: 16px;
	border: 1px solid rgba(30, 106, 72, .13);
	border-radius: 20px;
	background: rgba(255, 255, 255, .72);
	box-shadow: 0 12px 24px rgba(22, 87, 53, .06);
}

.gpq-discount-card-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.gpq-discount-card-heading strong {
	font-size: 13px;
	font-weight: 900;
}

.gpq-discount-card-heading span {
	color: var(--gpq-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.gpq-discount-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
}

.gpq-discount-grid span {
	display: grid;
	gap: 4px;
	padding: 11px 8px;
	border-radius: 13px;
	background: #f5faef;
	text-align: center;
}

.gpq-discount-grid b {
	color: var(--gpq-muted);
	font-size: 10px;
	font-weight: 850;
}

.gpq-discount-grid em {
	color: var(--gpq-primary);
	font-size: 17px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: -.04em;
}

.gpq-discount-grid span:first-child {
	background: #ecffc4;
}

.gpq-first-score-note {
	max-width: 685px;
	margin: 0;
	color: var(--gpq-muted);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.58;
}

.gpq-paw-orbit {
	position: relative;
	width: 165px;
	height: 165px;
	margin: 10px auto;
	border-radius: 50%;
	background: radial-gradient(circle at 34% 30%, #efffc0, #c9f15a 65%, #b4df47);
	box-shadow: inset -14px -15px 30px rgba(35, 95, 45, .12), 0 22px 45px rgba(37, 93, 45, .18);
	animation: gpq-float 5s ease-in-out infinite;
}

.gpq-orbit-ring {
	position: absolute;
	inset: -11px;
	border: 1px dashed rgba(30, 106, 72, .36);
	border-radius: 50%;
	animation: gpq-spin 18s linear infinite;
}

.gpq-orbit-paw {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	font-size: 58px;
	transform: rotate(-12deg);
	filter: drop-shadow(0 9px 7px rgba(19, 76, 39, .18));
}

.gpq-orbit-spark {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, .3);
}

.gpq-orbit-spark-one {
	top: 9px;
	right: 16px;
	animation: gpq-spark 1.7s ease-in-out infinite;
}

.gpq-orbit-spark-two {
	bottom: 15px;
	left: 6px;
	transform: scale(.7);
	animation: gpq-spark 1.7s .6s ease-in-out infinite;
}

.gpq-start-form {
	position: relative;
	max-width: 760px;
}

.gpq-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.gpq-start-form > .gpq-field-grid > label {
	display: grid;
	gap: 8px;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .01em;
}

.gpq-root input[type="text"],
.gpq-root input[type="email"] {
	width: 100%;
	min-height: 58px;
	padding: 14px 16px;
	border: 1px solid rgba(45, 79, 57, .22);
	border-radius: 15px;
	outline: none;
	background: rgba(255, 255, 255, .95);
	color: var(--gpq-ink);
	font: inherit;
	font-size: 15px;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.gpq-root input[type="text"]::placeholder,
.gpq-root input[type="email"]::placeholder {
	color: #9aa79f;
	opacity: 1;
}

.gpq-root input[type="text"]:focus,
.gpq-root input[type="email"]:focus {
	border-color: var(--gpq-primary);
	box-shadow: 0 0 0 5px rgba(30, 106, 72, .12), 0 10px 24px rgba(26, 80, 48, .08);
	transform: translateY(-1px);
}

.gpq-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	max-width: 735px;
	margin: 19px 0 17px;
	color: var(--gpq-muted);
	font-size: 12px;
	line-height: 1.55;
}

.gpq-consent input {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin: 1px 0 0;
	accent-color: var(--gpq-primary);
}

.gpq-consent a {
	color: var(--gpq-primary);
	font-weight: 750;
	text-decoration-thickness: 1px;
}

.gpq-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 56px;
	padding: 14px 20px;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 15px;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 850;
	letter-spacing: -.01em;
	text-decoration: none;
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, opacity .22s ease;
}

.gpq-button::before {
	position: absolute;
	top: -40%;
	left: -60%;
	width: 45%;
	height: 180%;
	content: "";
	background: rgba(255, 255, 255, .2);
	transform: rotate(24deg);
	transition: left .5s ease;
}

.gpq-button:hover::before {
	left: 120%;
}

.gpq-button:hover {
	transform: translateY(-3px);
}

.gpq-button:active {
	transform: translateY(0) scale(.985);
}

.gpq-button:disabled {
	cursor: wait;
	opacity: .68;
	transform: none;
}

.gpq-button span,
.gpq-button b {
	position: relative;
	z-index: 1;
}

.gpq-button b {
	font-size: 18px;
	line-height: 1;
}

.gpq-button-primary {
	background: linear-gradient(135deg, #247d55, #145238);
	box-shadow: 0 13px 25px rgba(22, 87, 53, .24), inset 0 1px 0 rgba(255, 255, 255, .18);
	color: #fff;
}

.gpq-button-primary:hover {
	background: linear-gradient(135deg, #2b9161, #10422d);
	box-shadow: 0 18px 31px rgba(22, 87, 53, .31);
	color: #fff;
}

.gpq-button-outline {
	border-color: rgba(30, 106, 72, .38);
	background: rgba(255, 255, 255, .72);
	color: var(--gpq-primary);
}

.gpq-button-outline:hover {
	border-color: var(--gpq-primary);
	background: #eff9ed;
	color: var(--gpq-primary);
}

.gpq-button-start {
	min-width: 205px;
}

.gpq-button.is-loading span {
	opacity: .4;
}

.gpq-button.is-loading b {
	animation: gpq-spin .8s linear infinite;
}

.gpq-form-message,
.gpq-answer-message,
.gpq-answer-hint,
.gpq-coupon-note {
	min-height: 20px;
	margin: 11px 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
}

.gpq-form-message {
	color: var(--gpq-danger);
}

.gpq-answer-hint {
	margin-top: 8px;
	margin-bottom: 0;
	color: #95a29a;
	font-size: 11px;
	font-weight: 750;
}

.gpq-answer-message {
	margin-bottom: 0;
	opacity: 0;
	transform: translateY(-5px);
	transition: opacity .23s ease, transform .23s ease;
}

.gpq-answer-message.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.gpq-answer-message.is-correct {
	color: var(--gpq-success);
}

.gpq-answer-message.is-wrong {
	color: var(--gpq-danger);
}

.gpq-game {
	min-height: 780px;
	padding-bottom: clamp(44px, 5vw, 70px);
}

.gpq-game-header {
	justify-content: space-between;
	gap: 24px;
}

.gpq-game-header > div:first-child {
	min-width: 0;
}

.gpq-game-meta {
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 13px;
}

.gpq-game-meta span {
	padding: 7px 10px;
	border: 1px solid rgba(30, 106, 72, .13);
	border-radius: 999px;
	background: #f6fbf4;
	color: var(--gpq-muted);
	font-size: 11px;
	font-weight: 750;
}

.gpq-game-meta strong {
	color: var(--gpq-primary);
	font-size: 13px;
}

.gpq-timer {
	--gpq-timer-progress: 100%;

	display: grid;
	flex: 0 0 94px;
	width: 94px;
	height: 94px;
	padding: 5px;
	place-items: center;
	border-radius: 50%;
	background: conic-gradient(var(--gpq-primary) var(--gpq-timer-progress), #e7eee8 0);
	box-shadow: 0 12px 25px rgba(24, 80, 47, .1);
	transition: background .1s linear, transform .2s ease;
}

.gpq-timer-inner {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	line-height: 1;
}

.gpq-timer strong {
	display: block;
	margin: 5px 0 -6px;
	color: var(--gpq-primary);
	font-size: 31px;
	font-weight: 850;
	letter-spacing: -.07em;
}

.gpq-timer span {
	color: var(--gpq-muted);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.gpq-timer.is-urgent {
	background: conic-gradient(var(--gpq-danger) var(--gpq-timer-progress), #f3dddd 0);
	animation: gpq-timer-alert .72s ease-in-out infinite;
}

.gpq-timer.is-urgent strong {
	color: var(--gpq-danger);
}

.gpq-progress-head {
	justify-content: space-between;
	gap: 15px;
	margin-top: 30px;
	color: var(--gpq-muted);
	font-size: 12px;
	font-weight: 750;
}

.gpq-progress-head strong {
	color: var(--gpq-ink);
}

.gpq-progress {
	height: 9px;
	margin-top: 9px;
	overflow: hidden;
	border-radius: 999px;
	background: #e7eee8;
}

.gpq-progress span {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #2c8a5d, #b7e64f);
	box-shadow: 0 0 14px rgba(105, 186, 74, .45);
	transition: width .4s cubic-bezier(.2, .8, .2, 1);
}

/* Exact 600×600 visual frame. Padding stays inside the frame, input has a separate bottom gap. */
.gpq-root section.gpq-panel.gpq-game figure.gpq-dog-image-wrap {
	position: relative !important;
	display: grid !important;
	width: min(100%, 600px) !important;
	height: auto !important;
	aspect-ratio: 1 / 1 !important;
	margin: 34px auto 44px !important;
	padding: 20px !important;
	place-items: center !important;
	overflow: hidden !important;
	clear: both !important;
	float: none !important;
	border: 1px solid rgba(27, 79, 50, .13) !important;
	border-radius: 26px !important;
	background: linear-gradient(135deg, rgba(255, 255, 255, .75), rgba(234, 248, 227, .9)), #eaf5e7 !important;
	box-shadow: 0 18px 42px rgba(18, 68, 40, .14), inset 0 0 0 6px rgba(255, 255, 255, .5) !important;
}

.gpq-root section.gpq-panel.gpq-game figure.gpq-dog-image-wrap::after {
	position: absolute;
	z-index: 3;
	inset: 0;
	content: "";
	border-radius: inherit;
	pointer-events: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .68), inset 0 -40px 80px rgba(17, 75, 41, .06);
}

.gpq-root section.gpq-panel.gpq-game figure.gpq-dog-image-wrap > img.gpq-dog-image {
	position: relative !important;
	z-index: 2 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	float: none !important;
	justify-self: center !important;
	align-self: center !important;
	object-fit: contain !important;
	object-position: center center !important;
	transform: scale(1.035);
	transform-origin: center center !important;
	transition: opacity .38s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
}

.gpq-root section.gpq-panel.gpq-game figure.gpq-dog-image-wrap.is-ready > img.gpq-dog-image {
	opacity: 1;
	transform: scale(1);
}

.gpq-root section.gpq-panel.gpq-game figure.gpq-dog-image-wrap.is-loading > img.gpq-dog-image {
	opacity: 0;
}

.gpq-image-loading {
	position: absolute;
	z-index: 5;
	display: grid;
	gap: 10px;
	place-items: center;
	color: var(--gpq-primary);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .02em;
}

.gpq-image-loading span {
	width: 34px;
	height: 34px;
	border: 3px solid rgba(30, 106, 72, .16);
	border-top-color: var(--gpq-primary);
	border-radius: 50%;
	animation: gpq-spin .75s linear infinite;
}

.gpq-image-loading em {
	font-style: normal;
}

.gpq-image-flare {
	position: absolute;
	z-index: 1;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(12px);
}

.gpq-image-flare-one {
	top: -66px;
	right: -50px;
	background: rgba(201, 241, 90, .42);
	animation: gpq-flare 5.5s ease-in-out infinite;
}

.gpq-image-flare-two {
	bottom: -62px;
	left: -58px;
	background: rgba(255, 212, 94, .27);
	animation: gpq-flare 6.3s -1.5s ease-in-out infinite reverse;
}

.gpq-root section.gpq-panel.gpq-game .gpq-answer-form {
	display: block !important;
	width: min(100%, 600px) !important;
	margin: 0 auto 20px !important;
	padding: 0 !important;
	clear: both !important;
	float: none !important;
}

.gpq-answer-row {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 11px;
}

.gpq-answer-input {
	min-width: 0;
	font-size: 16px !important;
}

.gpq-answer-row.is-correct .gpq-answer-input {
	border-color: rgba(31, 138, 89, .72) !important;
	box-shadow: 0 0 0 5px rgba(31, 138, 89, .11) !important;
}

.gpq-answer-row.is-wrong .gpq-answer-input {
	border-color: rgba(202, 77, 77, .63) !important;
	box-shadow: 0 0 0 5px rgba(202, 77, 77, .1) !important;
	animation: gpq-shake .42s ease-in-out;
}

.gpq-burst {
	position: absolute;
	z-index: 6;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	pointer-events: none;
}

.gpq-burst i {
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 2px;
	background: var(--gpq-success);
	transform: rotate(var(--gpq-burst-angle)) translateY(-7px);
	animation: gpq-burst .7s var(--gpq-burst-delay) cubic-bezier(.15,.8,.3,1) both;
}

.gpq-burst-wrong i { background: var(--gpq-danger); }
.gpq-burst-gold i { background: var(--gpq-yellow); }

.gpq-result {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 660px;
	text-align: center;
	background: radial-gradient(circle at 50% 1%, rgba(201, 241, 90, .3), transparent 31%), linear-gradient(150deg, #ffffff, #f7fcf4 100%);
}

.gpq-result-icon {
	position: relative;
	display: grid;
	width: 82px;
	height: 82px;
	margin-bottom: 4px;
	place-items: center;
	border-radius: 26px;
	background: linear-gradient(135deg, #dfffa1, #b7e457);
	box-shadow: 0 18px 32px rgba(81, 143, 39, .2), inset 0 1px 0 rgba(255,255,255,.7);
	font-size: 39px;
	transform: rotate(-6deg);
}

.gpq-result-icon span { transform: rotate(6deg); }
.gpq-result-lead { max-width: 600px; }

.gpq-result-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: min(100%, 680px);
	gap: 10px;
	margin: 28px 0 13px;
}

.gpq-result-stats div {
	padding: 17px 10px;
	border: 1px solid rgba(30, 106, 72, .12);
	border-radius: 17px;
	background: rgba(255,255,255,.82);
	box-shadow: 0 9px 20px rgba(21, 64, 40, .06);
}

.gpq-result-stats span {
	display: block;
	margin-bottom: 5px;
	color: var(--gpq-muted);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.gpq-result-stats strong {
	color: var(--gpq-ink);
	font-size: clamp(16px, 2vw, 21px);
	font-weight: 850;
	letter-spacing: -.04em;
}

.gpq-result-time {
	margin: 0;
	color: var(--gpq-muted);
	font-size: 12px;
	font-weight: 700;
}

.gpq-result-time strong { color: var(--gpq-ink); }

.gpq-coupon {
	justify-content: center;
	flex-wrap: wrap;
	gap: 11px;
	width: min(100%, 580px);
	margin: 22px 0 0;
	padding: 15px;
	border: 1px dashed #7da86a;
	border-radius: 17px;
	background: #f5ffe9;
}

.gpq-coupon-label {
	color: var(--gpq-muted);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.gpq-coupon strong {
	color: var(--gpq-primary);
	font-size: 20px;
	letter-spacing: .075em;
}

.gpq-copy-code {
	padding: 8px 11px;
	border: 0;
	border-radius: 9px;
	background: #dff5bc;
	color: var(--gpq-primary);
	cursor: pointer;
	font: inherit;
	font-size: 11px;
	font-weight: 850;
	transition: transform .18s ease, background .18s ease;
}

.gpq-copy-code:hover {
	background: #ceeaa7;
	transform: translateY(-1px);
}

.gpq-coupon-note {
	max-width: 590px;
	color: var(--gpq-muted);
}

.gpq-result-actions {
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 13px;
}

.gpq-leaderboard {
	position: sticky;
	top: 24px;
	padding: 26px 21px 16px;
	overflow: hidden;
}

.gpq-leaderboard::before {
	position: absolute;
	top: -75px;
	right: -70px;
	width: 180px;
	height: 120px;
	content: "";
	border-radius: 50%;
	background: rgba(201, 241, 90, .32);
	filter: blur(17px);
}

.gpq-leaderboard-heading {
	position: relative;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 0 3px 17px;
	border-bottom: 1px solid var(--gpq-line);
}

.gpq-leaderboard h3 {
	margin: 5px 0 4px;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -.05em;
}

.gpq-leaderboard-heading p {
	margin: 0;
	color: var(--gpq-muted);
	font-size: 10px;
	font-weight: 700;
}

.gpq-trophy {
	display: grid;
	width: 45px;
	height: 45px;
	place-items: center;
	border-radius: 14px;
	background: #fff6d6;
	box-shadow: 0 8px 18px rgba(156, 116, 8, .1);
	font-size: 24px;
}

.gpq-leaderboard-list {
	position: relative;
	margin: 7px 0 0;
	padding: 0;
	list-style: none;
}

.gpq-leaderboard-row {
	display: grid;
	grid-template-columns: 29px minmax(0, 1fr) auto;
	gap: 9px;
	align-items: center;
	min-height: 62px;
	border-bottom: 1px solid #edf2ee;
}

.gpq-leaderboard-row:last-child { border-bottom: 0; }

.gpq-rank {
	display: grid;
	width: 25px;
	height: 25px;
	place-items: center;
	border-radius: 50%;
	background: #eff6ef;
	color: var(--gpq-primary);
	font-size: 11px;
	font-weight: 900;
}

.gpq-leaderboard-row:nth-child(-n+3) .gpq-rank {
	background: var(--gpq-lime);
	color: #2d491d;
}

.gpq-player {
	display: grid;
	min-width: 0;
	gap: 2px;
}

.gpq-player-name,
.gpq-player-meta {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gpq-player-name {
	color: var(--gpq-ink);
	font-size: 13px;
	font-weight: 850;
}

.gpq-player-meta {
	color: var(--gpq-muted);
	font-size: 10px;
	font-weight: 700;
}

.gpq-player-points {
	display: inline-grid;
	gap: 0;
	color: var(--gpq-primary);
	font-size: 17px;
	font-weight: 900;
	letter-spacing: -.06em;
	text-align: right;
}

.gpq-player-points small {
	color: var(--gpq-muted);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .02em;
}

.gpq-empty-row {
	padding: 22px 4px;
	color: var(--gpq-muted);
	font-size: 12px;
	line-height: 1.55;
}

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

@keyframes gpq-panel-enter { from { opacity: 0; transform: translateY(14px) scale(.986); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes gpq-ambient-drift { from { transform: translate3d(-10px, -6px, 0) scale(.95); } to { transform: translate3d(16px, 22px, 0) scale(1.08); } }
@keyframes gpq-glow-pulse { 50% { opacity: .35; transform: scale(1.18) translate(-15px, 13px); } }
@keyframes gpq-float { 50% { transform: translateY(-10px) rotate(3deg); } }
@keyframes gpq-spin { to { transform: rotate(360deg); } }
@keyframes gpq-spark { 50% { opacity: .5; transform: scale(.55); } }
@keyframes gpq-timer-alert { 50% { box-shadow: 0 0 0 8px rgba(202, 77, 77, .09); transform: scale(1.055); } }
@keyframes gpq-flare { 50% { opacity: .7; transform: scale(1.22) translate(9px, -5px); } }
@keyframes gpq-shake { 20%, 60% { transform: translateX(-5px); } 40%, 80% { transform: translateX(5px); } }
@keyframes gpq-burst { from { opacity: 1; transform: rotate(var(--gpq-burst-angle)) translateY(-7px) scale(1); } to { opacity: 0; transform: rotate(var(--gpq-burst-angle)) translateY(-65px) scale(.25); } }

@media (max-width: 1040px) {
	.gpq-shell { grid-template-columns: minmax(0, 1fr) 310px; }
	.gpq-panel { padding: clamp(25px, 4vw, 46px); }
	.gpq-intro-grid { grid-template-columns: minmax(0, 1fr) 145px; }
	.gpq-paw-orbit { width: 135px; height: 135px; }
	.gpq-orbit-paw { font-size: 47px; }
	.gpq-discount-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 880px) {
	.gpq-shell { grid-template-columns: 1fr; }
	.gpq-leaderboard { position: static; order: 2; }
	.gpq-intro,
	.gpq-game { min-height: auto; }
}

@media (max-width: 620px) {
	.gpq-root { margin: 22px auto; padding: 0 12px; }
	.gpq-panel,
	.gpq-leaderboard { border-radius: 23px; }
	.gpq-panel { padding: 27px 18px; }
	.gpq-intro-grid { grid-template-columns: 1fr; }
	.gpq-paw-orbit { display: none; }
	.gpq-intro h2,
	.gpq-game h2,
	.gpq-result h2 { font-size: 37px; }
	.gpq-field-grid { grid-template-columns: 1fr; gap: 12px; }
	.gpq-discount-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gpq-discount-grid span:first-child { grid-column: span 2; }
	.gpq-game-header { align-items: flex-start; gap: 12px; }
	.gpq-timer { flex-basis: 70px; width: 70px; height: 70px; padding: 4px; }
	.gpq-timer strong { font-size: 24px; }
	.gpq-timer span { font-size: 8px; }
	.gpq-progress-head { margin-top: 23px; font-size: 11px; }
	.gpq-root section.gpq-panel.gpq-game figure.gpq-dog-image-wrap { width: 100% !important; margin: 26px auto 36px !important; padding: 20px !important; border-radius: 20px !important; }
	.gpq-answer-row { grid-template-columns: 1fr; }
	.gpq-answer-row .gpq-button { width: 100%; }
	.gpq-result { min-height: 0; }
	.gpq-result-stats { grid-template-columns: 1fr; width: 100%; gap: 8px; }
	.gpq-result-stats div { display: flex; align-items: center; justify-content: space-between; padding: 13px 14px; text-align: left; }
	.gpq-result-stats span { margin: 0; }
	.gpq-result-actions { width: 100%; flex-direction: column; }
	.gpq-result-actions .gpq-button { width: 100%; }
	.gpq-leaderboard { padding: 23px 17px 14px; }
}

@media (prefers-reduced-motion: reduce) {
	.gpq-root *,
	.gpq-root *::before,
	.gpq-root *::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
	}
}
