.ggcg,
.ggcg * {
	box-sizing: border-box;
}

.ggcg {
	--ggcg-accent: #ff642d;
	--ggcg-accent-2: #ff8a50;
	--ggcg-accent-soft: #fff0e9;
	--ggcg-dark: #17191d;
	--ggcg-ink: #17191d;
	--ggcg-muted: #747880;
	--ggcg-line: #e7e8ea;
	--ggcg-surface: #f7f7f5;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 10px 14px 34px;
	font-family: inherit;
	color: var(--ggcg-ink);
	overflow-x: clip;
}

.ggcg a,
.ggcg button,
.ggcg input {
	font: inherit;
}

.ggcg [hidden] {
	display: none !important;
}

.ggcg__shell {
	width: min(1500px, 100%);
	margin-inline: auto;
	padding: 24px;
	background: #fff;
	border: 1px solid var(--ggcg-line);
	border-radius: 28px;
	box-shadow: 0 18px 48px rgba(20, 22, 27, .065);
	overflow: hidden;
	isolation: isolate;
}

.ggcg__header {
	margin-bottom: 18px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
}

.ggcg__heading {
	max-width: 800px;
}

.ggcg__eyebrow {
	width: max-content;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 11px;
	font-weight: 850;
	line-height: 1.5;
	color: var(--ggcg-accent);
}

.ggcg__eyebrow-icon {
	width: 26px;
	height: 26px;
	display: grid;
	place-items: center;
	background: var(--ggcg-accent-soft);
	border-radius: 8px;
}

.ggcg__eyebrow-icon svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ggcg h2,
.ggcg h3,
.ggcg p {
	margin-top: 0;
}

.ggcg h2 {
	margin-bottom: 5px;
	font: inherit;
	font-size: clamp(26px, 2.35vw, 36px);
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: -.045em;
	color: var(--ggcg-ink);
}

.ggcg h2 b {
	color: #ff641e !important;
	font-weight: 900;
}

.ggcg__heading > p {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 450;
	line-height: 1.75;
	color: var(--ggcg-muted);
}

.ggcg__header-badge {
	min-width: 154px;
	padding: 9px 12px;
	display: grid;
	gap: 1px;
	background: var(--ggcg-surface);
	border: 1px solid var(--ggcg-line);
	border-radius: 13px;
}

.ggcg__header-badge span {
	font-size: 9px;
	font-weight: 650;
	line-height: 1.45;
	color: var(--ggcg-muted);
}

.ggcg__header-badge strong {
	font-size: 11.5px;
	font-weight: 850;
	line-height: 1.5;
	color: var(--ggcg-ink);
}

.ggcg__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.72fr) minmax(325px, .74fr);
	gap: 14px;
}

.ggcg__control-panel {
	min-width: 0;
	padding: 18px;
	background: var(--ggcg-surface);
	border: 1px solid #ececea;
	border-radius: 21px;
}

.ggcg__step-head {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.ggcg__step-number {
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	display: grid;
	place-items: center;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	color: #fff;
	background: var(--ggcg-accent);
	border-radius: 9px;
	box-shadow: 0 6px 15px rgba(255, 100, 45, .2);
}

.ggcg__step-head h3 {
	margin-bottom: 2px;
	font: inherit;
	font-size: 13.5px;
	font-weight: 850;
	line-height: 1.5;
	color: var(--ggcg-ink);
}

.ggcg__step-head p {
	margin-bottom: 0;
	font-size: 10px;
	font-weight: 450;
	line-height: 1.65;
	color: var(--ggcg-muted);
}

.ggcg__meter-box {
	margin-top: 12px;
	padding: 12px 14px 9px;
	background: #fff;
	border: 1px solid var(--ggcg-line);
	border-radius: 15px;
}

.ggcg__meter-top {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.ggcg__meter-top > label {
	font-size: 10.5px;
	font-weight: 800;
	color: #4f535a;
}

.ggcg__area-input-wrap {
	height: 34px;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0 9px;
	background: var(--ggcg-accent-soft);
	border: 1px solid rgba(255, 100, 45, .18);
	border-radius: 10px;
	color: var(--ggcg-accent);
}

.ggcg__area-input {
	width: 45px !important;
	height: 30px !important;
	min-height: 0 !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: 0;
	font-size: 15px !important;
	font-weight: 900 !important;
	line-height: 30px !important;
	text-align: center !important;
	color: var(--ggcg-ink) !important;
	-moz-appearance: textfield;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.ggcg__area-input::-webkit-inner-spin-button,
.ggcg__area-input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.ggcg__area-input-wrap span {
	font-size: 9px;
	font-weight: 800;
}

.ggcg__slider {
	--ggcg-progress: 24.17%;
	width: 100%;
	height: 18px;
	margin: 0;
	display: block;
	background: transparent;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.ggcg__slider::-webkit-slider-runnable-track {
	height: 6px;
	background: linear-gradient(to left, var(--ggcg-accent) 0 var(--ggcg-progress), #e6e7e5 var(--ggcg-progress) 100%);
	border-radius: 99px;
}

.ggcg__slider::-moz-range-track {
	height: 6px;
	background: #e6e7e5;
	border-radius: 99px;
}

.ggcg__slider::-moz-range-progress {
	height: 6px;
	background: var(--ggcg-accent);
	border-radius: 99px;
}

.ggcg__slider::-webkit-slider-thumb {
	width: 20px;
	height: 20px;
	margin-top: -7px;
	background: #fff;
	border: 5px solid var(--ggcg-accent);
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(255, 100, 45, .26);
	-webkit-appearance: none;
}

.ggcg__slider::-moz-range-thumb {
	width: 10px;
	height: 10px;
	background: #fff;
	border: 5px solid var(--ggcg-accent);
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(255, 100, 45, .26);
}

.ggcg__slider:focus-visible::-webkit-slider-thumb {
	outline: 4px solid rgba(255, 100, 45, .22);
	outline-offset: 3px;
}

.ggcg__scale {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 8.5px;
	font-weight: 650;
	color: #9a9da2;
}

.ggcg__field-help {
	margin: 3px 0 0;
	font-size: 8px;
	line-height: 1.5;
	color: #a4a6aa;
}

.ggcg__range-title {
	margin: 12px 2px 7px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.ggcg__range-title span {
	font-size: 10.5px;
	font-weight: 850;
	color: var(--ggcg-ink);
}

.ggcg__range-title small {
	font-size: 8.5px;
	font-weight: 650;
	color: #9a9da2;
}

.ggcg__ranges {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 7px;
}

.ggcg__range {
	min-width: 0;
	min-height: 58px;
	padding: 7px 9px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2px;
	text-decoration: none !important;
	color: inherit;
	background: #fff;
	border: 1px solid var(--ggcg-line);
	border-radius: 11px;
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.ggcg__range-area {
	font-size: 8.5px;
	font-weight: 700;
	line-height: 1.45;
	color: var(--ggcg-muted);
}

.ggcg__range-capacity {
	display: flex;
	align-items: baseline;
	gap: 3px;
	direction: ltr;
	justify-content: flex-end;
}

.ggcg__range-capacity strong {
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -.025em;
	color: var(--ggcg-ink);
}

.ggcg__range-capacity small {
	font-size: 7px;
	font-weight: 800;
	color: #a1a3a8;
}

.ggcg__range.is-base {
	border-color: rgba(255, 100, 45, .3);
	background: #fffaf7;
}

.ggcg__range.is-recommended {
	border-color: var(--ggcg-accent);
	background: #fff8f4;
	box-shadow: 0 6px 15px rgba(255, 100, 45, .1);
}

.ggcg__range.is-recommended .ggcg__range-capacity strong {
	color: var(--ggcg-accent);
}

.ggcg__conditions {
	margin-top: 13px;
	padding-top: 12px;
	border-top: 1px solid #e3e3e0;
}

.ggcg__step-head--compact .ggcg__step-number {
	background: var(--ggcg-dark);
	box-shadow: none;
}

.ggcg__condition-list {
	margin-top: 9px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
}

.ggcg__condition {
	min-width: 0;
	min-height: 42px;
	position: relative;
	padding: 6px 8px 6px 34px;
	display: flex;
	align-items: center;
	gap: 6px;
	text-align: right;
	color: #555961;
	background: #fff;
	border: 1px solid var(--ggcg-line);
	border-radius: 10px;
	cursor: pointer;
	transition: color .22s ease, border-color .22s ease, background-color .22s ease, transform .22s ease;
}

.ggcg__condition-icon {
	width: 25px;
	height: 25px;
	flex: 0 0 25px;
	display: grid;
	place-items: center;
	color: var(--ggcg-accent);
	background: var(--ggcg-accent-soft);
	border-radius: 7px;
}

.ggcg__condition-icon svg {
	width: 13px;
	height: 13px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ggcg__condition > span:nth-child(2) {
	font-size: 8.8px;
	font-weight: 750;
	line-height: 1.45;
}

.ggcg__condition > small {
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 7px;
	font-weight: 900;
	color: #a1a3a7;
}

.ggcg__condition[aria-pressed="true"] {
	color: var(--ggcg-ink);
	background: #fff8f4;
	border-color: var(--ggcg-accent);
}

.ggcg__condition[aria-pressed="true"] .ggcg__condition-icon {
	color: #fff;
	background: var(--ggcg-accent);
}

.ggcg__condition[aria-pressed="true"] > small {
	color: var(--ggcg-accent);
}

.ggcg__result {
	min-height: 100%;
	position: relative;
	padding: 19px;
	display: flex;
	flex-direction: column;
	color: #fff;
	background:
		linear-gradient(155deg, rgba(255, 255, 255, .045), transparent 40%),
		var(--ggcg-dark);
	border: 1px solid #2d3036;
	border-radius: 21px;
	overflow: hidden;
	isolation: isolate;
}

.ggcg__result::before,
.ggcg__result::after {
	content: '';
	position: absolute;
	z-index: -1;
	border: 1px solid rgba(255, 255, 255, .055);
	border-radius: 50%;
	pointer-events: none;
}

.ggcg__result::before {
	width: 250px;
	height: 250px;
	top: -120px;
	left: -85px;
}

.ggcg__result::after {
	width: 165px;
	height: 165px;
	top: -77px;
	left: -42px;
}

.ggcg__result-glow {
	width: 235px;
	height: 235px;
	position: absolute;
	top: -92px;
	left: -78px;
	z-index: -2;
	background: radial-gradient(circle, rgba(255, 100, 45, .33), transparent 68%);
	pointer-events: none;
}

.ggcg__result-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.ggcg__result-icon {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	color: #fff;
	background: var(--ggcg-accent);
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(255, 100, 45, .22);
}

.ggcg__result-icon svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ggcg__result-state {
	padding: 6px 9px;
	font-size: 8.5px;
	font-weight: 850;
	line-height: 1.35;
	color: #ffc7ae;
	background: rgba(255, 100, 45, .12);
	border: 1px solid rgba(255, 135, 79, .2);
	border-radius: 99px;
}

.ggcg__result-copy {
	margin-top: 20px;
}

.ggcg__result-label {
	display: block;
	font-size: 9.5px;
	font-weight: 650;
	line-height: 1.5;
	color: #aaaeb6;
}

.ggcg__result-capacity {
	min-height: 57px;
	margin-top: 1px;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px;
	direction: ltr;
	justify-content: flex-end;
}

.ggcg__result-capacity strong {
	font-size: clamp(38px, 3.7vw, 52px);
	font-weight: 950;
	line-height: 1.08;
	letter-spacing: -.05em;
	color: #fff;
}

.ggcg__result-capacity span {
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .06em;
	color: var(--ggcg-accent-2);
}

.ggcg__result-area,
.ggcg__result-adjusted {
	margin: 2px 0 0;
	font-size: 9.5px;
	font-weight: 500;
	line-height: 1.65;
	color: #b9bcc3;
}

.ggcg__result-area strong,
.ggcg__result-adjusted strong {
	font-weight: 850;
	color: #fff;
}

.ggcg__result-adjusted {
	color: #ffb18c;
}

.ggcg__product-stage {
	width: 100%;
	height: clamp(164px, 15vw, 210px);
	position: relative;
	margin: 12px 0 10px;
	overflow: hidden;
	background: #0d0f12;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 14px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .25);
	contain: layout paint;
	pointer-events: none;
}

.ggcg .ggcg__product-image {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block;
	object-fit: cover !important;
	object-position: center !important;
	transform: translateZ(0);
	transition: transform .45s ease;
	pointer-events: none !important;
}

.ggcg__result-message {
	position: relative;
	z-index: 2;
	padding: 9px 10px;
	display: flex;
	align-items: flex-start;
	gap: 7px;
	background: rgba(255, 255, 255, .055);
	border: 1px solid rgba(255, 255, 255, .075);
	border-radius: 11px;
}

.ggcg__result-message-icon {
	width: 23px;
	height: 23px;
	flex: 0 0 23px;
	display: grid;
	place-items: center;
	color: #ff9a6b;
	background: rgba(255, 100, 45, .12);
	border-radius: 7px;
}

.ggcg__result-message-icon svg {
	width: 12px;
	height: 12px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ggcg__result-message p {
	margin: 0;
	font-size: 8.7px;
	font-weight: 450;
	line-height: 1.7;
	color: #bec1c7;
}

.ggcg__result-links {
	margin-top: auto;
	padding-top: 11px;
	position: relative;
	z-index: 5;
	display: grid;
	gap: 6px;
}

.ggcg__result-link {
	min-height: 42px;
	padding: 8px 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	text-decoration: none !important;
	font-size: 10.5px;
	font-weight: 850;
	line-height: 1.45;
	color: #fff !important;
	background: var(--ggcg-accent);
	border: 1px solid var(--ggcg-accent);
	border-radius: 11px;
	box-shadow: 0 9px 22px rgba(255, 100, 45, .17);
	transition: transform .22s ease, background-color .22s ease, border-color .22s ease;
}

.ggcg__result-link svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .22s ease;
}

.ggcg__result-footnote {
	margin-top: 6px;
	display: block;
	font-size: 7.3px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	color: #777c84;
}

.ggcg__range:focus-visible,
.ggcg__condition:focus-visible,
.ggcg__result-link:focus-visible,
.ggcg__area-input:focus-visible {
	outline: 3px solid rgba(255, 100, 45, .34);
	outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
	.ggcg__range:hover {
		transform: translateY(-2px);
		border-color: rgba(255, 100, 45, .4);
		box-shadow: 0 7px 16px rgba(25, 27, 31, .07);
	}

	.ggcg__condition:hover {
		transform: translateY(-2px);
		border-color: rgba(255, 100, 45, .34);
	}

	.ggcg__result:hover .ggcg__product-image {
		transform: translateY(-3px) scale(1.025);
	}

	.ggcg__result-link:hover {
		transform: translateY(-2px);
		color: #fff !important;
		background: #ff7541;
		border-color: #ff7541;
	}

	.ggcg__result-link:hover svg {
		transform: translateX(-3px);
	}
}

@media (max-width: 1060px) {
	.ggcg__layout {
		grid-template-columns: minmax(0, 1.45fr) minmax(300px, .8fr);
	}

	.ggcg__ranges {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ggcg__condition-list {
		grid-template-columns: 1fr;
	}

	.ggcg__product-stage {
		height: clamp(160px, 18vw, 190px);
	}
}

@media (max-width: 980px) {
	.ggcg {
		padding: 6px 9px 28px;
	}
}

@media (max-width: 820px) {
	.ggcg__shell {
		padding: 20px;
	}

	.ggcg__layout {
		grid-template-columns: 1fr;
	}

	.ggcg__ranges {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ggcg__condition-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ggcg__result {
		min-height: 410px;
	}

	.ggcg__product-stage {
		height: clamp(190px, 44vw, 300px);
	}
}

@media (max-width: 620px) {
	.ggcg {
		padding: 4px 5px 24px;
	}

	.ggcg__shell {
		width: 100%;
		padding: 18px 12px 12px;
		border-radius: 22px;
		box-shadow: 0 14px 36px rgba(20, 22, 27, .05);
	}

	.ggcg__header {
		margin-bottom: 15px;
		display: block;
	}

	.ggcg__header-badge {
		display: none;
	}

	.ggcg h2 {
		font-size: 23px;
		line-height: 1.4;
	}

	.ggcg__heading > p {
		font-size: 10.5px;
		line-height: 1.7;
	}

	.ggcg__control-panel {
		padding: 14px 10px;
		border-radius: 17px;
	}

	.ggcg__step-head {
		gap: 8px;
	}

	.ggcg__step-number {
		width: 26px;
		height: 26px;
		flex-basis: 26px;
		border-radius: 8px;
	}

	.ggcg__step-head h3 {
		font-size: 12px;
	}

	.ggcg__step-head p {
		font-size: 9px;
	}

	.ggcg__meter-box {
		padding: 11px 10px 8px;
	}

	.ggcg__ranges {
		grid-template-columns: none;
		grid-template-rows: repeat(2, 58px);
		grid-auto-flow: column;
		grid-auto-columns: calc((100% - 7px) / 2);
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		overscroll-behavior-inline: contain;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.ggcg__ranges::-webkit-scrollbar,
	.ggcg__condition-list::-webkit-scrollbar {
		display: none;
	}

	.ggcg__range {
		scroll-snap-align: start;
	}

	.ggcg__condition-list {
		display: grid;
		grid-template-columns: 1fr;
		overflow: visible;
	}

	.ggcg__condition {
		width: 100%;
		min-width: 0;
		min-height: 42px;
	}

	.ggcg__result {
		min-height: 385px;
		padding: 17px 15px;
		border-radius: 17px;
	}

	.ggcg__result-copy {
		margin-top: 16px;
	}

	.ggcg__result-capacity strong {
		font-size: 42px;
	}

	.ggcg__product-stage {
		height: clamp(175px, 56vw, 245px);
		margin-block: 11px 9px;
		border-radius: 12px;
	}
}

@media (max-width: 359px) {
	.ggcg__ranges {
		grid-auto-columns: 78%;
	}

	.ggcg__result-capacity strong {
		font-size: 37px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ggcg__range,
	.ggcg__condition,
	.ggcg__product-image,
	.ggcg__result-link,
	.ggcg__result-link svg {
		transition: none !important;
	}
}
