:root {
	--gmcb-ink: #162723;
	--gmcb-forest: #145648;
	--gmcb-deep: #0d3f35;
	--gmcb-mint: #dff2ea;
	--gmcb-cream: #fbfaf4;
	--gmcb-gold: #ffd85c;
	--gmcb-coral: #f47765;
	--gmcb-line: #d9e5df;
}

.gmcb-section { margin-top: 32px; color: var(--gmcb-ink); }
.gmcb-home-board { padding: 72px 0; background: linear-gradient(180deg, #0d3f35, #145648); }
.gmcb-game-board { margin: 34px 0; }
.gmcb-shell { overflow: hidden; position: relative; padding: clamp(26px, 4vw, 46px); border: 1px solid var(--gmcb-line); border-radius: 30px; background: linear-gradient(145deg, #fffef9, #f3f8f5); box-shadow: 0 24px 65px rgba(11, 61, 50, .13); }
.gmcb-home-board .gmcb-shell { border-color: rgba(255,255,255,.18); box-shadow: 0 30px 80px rgba(4,35,29,.3); }
.gmcb-shell::before { position: absolute; right: -100px; top: -140px; width: 360px; height: 360px; content: ""; border: 1px solid rgba(20,86,72,.09); border-radius: 50%; box-shadow: 0 0 0 45px rgba(20,86,72,.028), 0 0 0 90px rgba(20,86,72,.018); pointer-events: none; }

.gmcb-heading { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 32px; align-items: center; }
.gmcb-heading > div { max-width: 790px; }
.gmcb-heading .eyebrow { margin-bottom: 8px; }
.gmcb-heading h2 { margin: 0; color: var(--gmcb-ink); font-size: clamp(34px, 4.8vw, 58px); line-height: 1.04; letter-spacing: -.035em; }
.gmcb-heading p:not(.eyebrow) { margin: 13px 0 0; color: #566c64; font-size: 17px; line-height: 1.6; }
.gmcb-count { display: grid; flex: 0 0 142px; min-height: 116px; place-content: center; padding: 18px; border: 1px solid #e2c34d; border-radius: 24px; color: var(--gmcb-forest); background: linear-gradient(145deg, #fff8d4, #ffe47e); box-shadow: 0 13px 34px rgba(175,135,16,.14); text-align: center; }
.gmcb-count strong, .gmcb-count small { display: block; }
.gmcb-count strong { font-size: 42px; line-height: .9; }
.gmcb-count small { margin-top: 8px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.gmcb-disclosure { position: relative; z-index: 1; display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; align-items: center; margin-top: 26px; padding: 14px 17px; border: 1px solid #c6ddd3; border-radius: 15px; color: #4d685f; background: #edf8f3; }
.gmcb-disclosure > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: #fff; background: var(--gmcb-forest); font-weight: 900; }
.gmcb-disclosure p { margin: 0; font-size: 13px; line-height: 1.5; }
.gmcb-disclosure strong { color: var(--gmcb-ink); }

.gmcb-podium { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: end; margin-top: 28px; }
.gmcb-podium-card { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 13px; align-items: center; min-height: 208px; padding: 25px; border: 1px solid var(--gmcb-line); border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: 0 13px 36px rgba(16,63,53,.09); }
.gmcb-podium-1 { order: 2; min-height: 238px; border-color: #e7bf34; background: linear-gradient(145deg, #fff8d8, #fff); box-shadow: 0 22px 48px rgba(161,125,14,.17); }
.gmcb-podium-2 { order: 1; }
.gmcb-podium-3 { order: 3; }
.gmcb-podium-card .gmcb-rank { grid-column: 1 / -1; justify-self: end; display: grid; width: 34px; height: 34px; margin-bottom: -13px; place-items: center; border-radius: 50%; color: var(--gmcb-forest); background: #e7efeb; font-size: 13px; font-weight: 900; }
.gmcb-podium-1 .gmcb-rank { color: #735600; background: var(--gmcb-gold); font-size: 18px; }

.gmcb-avatar { display: block; overflow: hidden; flex: 0 0 auto; width: 58px; height: 58px; border: 4px solid #fff; border-radius: 50%; background: var(--gmcb-mint); box-shadow: 0 6px 17px rgba(20,86,72,.16); }
.gmcb-avatar svg { display: block; width: 100%; height: 100%; }
.gmcb-avatar-podium { width: 82px; height: 82px; }
.gmcb-podium-1 .gmcb-avatar-podium { width: 102px; height: 102px; border-color: #fff9d8; box-shadow: 0 0 0 4px var(--gmcb-gold), 0 13px 28px rgba(117,88,0,.18); }

.gmcb-identity { min-width: 0; }
.gmcb-identity strong, .gmcb-identity small, .gmcb-identity em { display: block; }
.gmcb-identity strong { overflow: hidden; color: var(--gmcb-ink); font-size: 17px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.gmcb-podium-card .gmcb-identity strong { font-size: 19px; }
.gmcb-identity small { margin-top: 3px; color: #667a73; font-size: 12px; }
.gmcb-identity em { width: max-content; margin-top: 7px; padding: 4px 7px; border-radius: 999px; color: #fff; background: var(--gmcb-forest); font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .09em; }
.gmcb-score { margin-left: auto; text-align: right; }
.gmcb-score strong, .gmcb-score small { display: block; }
.gmcb-score strong { color: var(--gmcb-forest); font-size: 18px; }
.gmcb-score small { margin-top: 2px; color: #71827d; font-size: 10px; }
.gmcb-podium-card .gmcb-score { grid-column: 1 / -1; width: 100%; padding-top: 13px; border-top: 1px solid #e8eeea; }
.gmcb-podium-card .gmcb-score strong { font-size: 22px; }

.gmcb-list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin: 28px 0 0; padding: 0; list-style: none; }
.gmcb-list > li { min-width: 0; border-bottom: 1px solid #e3eae6; }
.gmcb-row { display: grid; grid-template-columns: 34px 58px minmax(0, 1fr) auto; gap: 11px; align-items: center; min-height: 82px; padding: 11px 4px; transition: background .2s ease, opacity .2s ease; }
.gmcb-row .gmcb-rank { color: #768781; font-weight: 900; text-align: center; }
.gmcb-row.is-beaten { opacity: .62; background: linear-gradient(90deg, rgba(223,242,234,.7), transparent); }
.gmcb-row.is-beaten::after { grid-column: 1 / -1; content: "Target cleared"; margin-top: -9px; color: #297458; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-align: right; text-transform: uppercase; }

.gmcb-player-result { position: relative; z-index: 1; margin-top: 18px; padding: 19px 21px; border: 1px solid #e1bd3b; border-radius: 17px; color: #3b3320; background: linear-gradient(135deg, #fff5c5, #fffdf2); box-shadow: 0 12px 30px rgba(133,99,0,.1); }
.gmcb-player-result strong, .gmcb-player-result span { display: block; }
.gmcb-player-result strong { color: var(--gmcb-forest); font-size: 20px; }
.gmcb-player-result span { margin-top: 4px; font-size: 13px; line-height: 1.5; }
.gmcb-inline-result { display: grid; gap: 7px; width: min(100%, 620px); margin: 18px auto 0; padding: 17px 18px; border: 1px solid #e1bd3b; border-radius: 16px; color: #3b3320; background: linear-gradient(135deg, #fff5c5, #fffdf2); text-align: left; }
.gmcb-inline-result strong { color: var(--gmcb-forest); font-size: 18px; }
.gmcb-inline-result span { font-size: 13px; line-height: 1.45; }
.gmcb-inline-result .button { justify-self: start; margin-top: 3px; }

.gmcb-footer { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 27px; padding: 18px 20px; border-radius: 16px; background: var(--gmcb-deep); }
.gmcb-footer strong, .gmcb-footer span { display: block; }
.gmcb-footer strong { color: #fff; }
.gmcb-footer span { margin-top: 3px; color: #c7ddd5; font-size: 13px; }
.gmcb-footer .button { flex: 0 0 auto; }

@media (max-width: 900px) {
	.gmcb-podium-card { grid-template-columns: 70px minmax(0, 1fr); padding: 20px; }
	.gmcb-avatar-podium { width: 70px; height: 70px; }
	.gmcb-podium-1 .gmcb-avatar-podium { width: 78px; height: 78px; }
	.gmcb-list { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
	.gmcb-home-board { padding: 44px 0; }
	.gmcb-section { margin-top: 22px; }
	.gmcb-shell { padding: 22px 15px; border-radius: 22px; }
	.gmcb-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
	.gmcb-heading h2 { font-size: clamp(32px, 10vw, 44px); }
	.gmcb-heading p:not(.eyebrow) { font-size: 15px; }
	.gmcb-count { display: flex; width: 100%; min-height: 0; align-items: center; justify-content: space-between; padding: 13px 17px; border-radius: 16px; text-align: left; }
	.gmcb-count strong { font-size: 31px; }
	.gmcb-count small { margin: 0; }
	.gmcb-disclosure { grid-template-columns: 30px minmax(0, 1fr); padding: 12px; }
	.gmcb-disclosure > span { width: 30px; height: 30px; }
	.gmcb-podium { grid-template-columns: 1fr; align-items: stretch; }
	.gmcb-podium-1 { order: 1; min-height: 0; }
	.gmcb-podium-2 { order: 2; }
	.gmcb-podium-3 { order: 3; }
	.gmcb-podium-card { grid-template-columns: 76px minmax(0, 1fr) auto; min-height: 0; padding: 17px; }
	.gmcb-podium-card .gmcb-rank { grid-column: auto; grid-row: 1; justify-self: auto; width: 30px; height: 30px; margin: 0 0 -16px 50px; z-index: 2; }
	.gmcb-podium-card .gmcb-avatar { grid-column: 1; grid-row: 1 / 3; }
	.gmcb-podium-card .gmcb-identity { grid-column: 2; grid-row: 1 / 3; }
	.gmcb-podium-card .gmcb-score { grid-column: 3; grid-row: 1 / 3; width: auto; padding: 0; border: 0; }
	.gmcb-podium-1 .gmcb-avatar-podium, .gmcb-avatar-podium { width: 70px; height: 70px; }
	.gmcb-list { margin-top: 20px; }
	.gmcb-row { grid-template-columns: 26px 48px minmax(0, 1fr) auto; gap: 8px; min-height: 70px; }
	.gmcb-row .gmcb-avatar { width: 48px; height: 48px; border-width: 3px; }
	.gmcb-row .gmcb-identity strong { font-size: 14px; }
	.gmcb-row .gmcb-identity small { font-size: 10px; }
	.gmcb-row .gmcb-score strong { font-size: 14px; }
	.gmcb-footer { align-items: stretch; flex-direction: column; }
	.gmcb-footer .button { width: 100%; }
	.gmcb-inline-result .button { width: 100%; }
}

@media (max-width: 420px) {
	.gmcb-podium-card { grid-template-columns: 64px minmax(0, 1fr); }
	.gmcb-podium-card .gmcb-score { grid-column: 2; grid-row: 3; margin: 8px 0 0; text-align: left; }
	.gmcb-podium-card .gmcb-avatar { width: 60px; height: 60px; }
	.gmcb-row { grid-template-columns: 24px 43px minmax(0, 1fr) auto; }
	.gmcb-row .gmcb-avatar { width: 43px; height: 43px; }
	.gmcb-identity em { padding: 3px 5px; font-size: 7px; }
	.gmcb-score small { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
	.gmcb-row { transition: none; }
}
