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

body:has(.ggr) article > .entry-header,
body:has(.ggr) .site-content > .page-header,
body:has(.ggr) main > .page-header {
	display: none;
}

.ggr {
	--ggr-red: #e21b2d;
	--ggr-red-dark: #9e0d1b;
	--ggr-gold: #f0b83f;
	--ggr-ink: #090a0c;
	--ggr-panel: #13151a;
	--ggr-panel-2: #191c22;
	--ggr-line: rgba(255, 255, 255, 0.12);
	--ggr-muted: #aeb4c1;
	--ggr-white: #f7f7f8;
	width: 100vw;
	max-width: none;
	margin: 0 calc(50% - 50vw);
	background:
		radial-gradient(circle at 10% 0, rgba(226, 27, 45, 0.22), transparent 30rem),
		linear-gradient(180deg, #0c0d10 0%, #08090b 100%);
	color: var(--ggr-white);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

.ggr button,
.ggr input {
	font: inherit;
}

.ggr__shell {
	width: min(1120px, calc(100% - 28px));
	margin: 0 auto;
	padding: 42px 0 68px;
}

.ggr__hero {
	position: relative;
	overflow: hidden;
	padding: clamp(24px, 5vw, 58px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 26px;
	background:
		linear-gradient(120deg, rgba(226, 27, 45, 0.18), transparent 46%),
		repeating-linear-gradient(135deg, rgba(255,255,255,0.018) 0 2px, transparent 2px 12px),
		#121419;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.35);
}

.ggr__hero::after {
	content: "XVI";
	position: absolute;
	right: clamp(-18px, 2vw, 20px);
	top: 50%;
	transform: translateY(-52%);
	color: rgba(255, 255, 255, 0.035);
	font-size: clamp(112px, 22vw, 260px);
	font-weight: 950;
	font-style: italic;
	line-height: 1;
	pointer-events: none;
}

.ggr__brand-row {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 18px;
}

.ggr__mark {
	display: grid;
	place-items: center;
	width: 66px;
	height: 66px;
	flex: 0 0 66px;
	border: 2px solid var(--ggr-red);
	border-radius: 18px;
	background: #08090b;
	color: #fff;
	font-size: 38px;
	font-weight: 950;
	font-style: italic;
	line-height: 1;
	box-shadow: inset 0 0 0 4px rgba(226, 27, 45, 0.13), 0 0 30px rgba(226, 27, 45, 0.2);
}

.ggr__eyebrow,
.ggr__card-kicker {
	margin: 0 0 5px;
	color: var(--ggr-red);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ggr h1,
.ggr h2,
.ggr h3,
.ggr h4 {
	color: #fff;
	font-family: inherit;
	line-height: 1.1;
}

.ggr h1 {
	margin: 0;
	font-size: clamp(34px, 6vw, 72px);
	font-weight: 950;
	letter-spacing: -0.055em;
}

.ggr__lede {
	position: relative;
	z-index: 1;
	max-width: 680px;
	margin: 22px 0 0;
	color: #d8dbe2;
	font-size: clamp(16px, 2vw, 20px);
}

.ggr__notice {
	position: relative;
	z-index: 1;
	margin: 24px 0 0;
	padding: 14px 17px;
	border-left: 4px solid var(--ggr-gold);
	border-radius: 7px;
	background: rgba(240, 184, 63, 0.1);
	color: #f3e5bd;
}

.ggr__tools {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 10px;
	margin-top: 25px;
}

.ggr__search {
	flex: 1;
}

.ggr__search input {
	width: 100%;
	height: 48px;
	padding: 0 16px;
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 12px;
	outline: 0;
	background: rgba(0,0,0,0.28) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	caret-color: #fff !important;
}

.ggr__search input::placeholder {
	color: #8f95a2 !important;
	-webkit-text-fill-color: #8f95a2 !important;
	opacity: 1;
}

.ggr__search input:focus {
	border-color: var(--ggr-red);
	box-shadow: 0 0 0 3px rgba(226,27,45,0.18);
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.ggr__search-status {
	min-height: 20px;
	margin: 8px 2px 0;
	color: #d9dce3;
	font-size: 14px;
}

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

.ggr__search-button,
.ggr__print {
	height: 48px;
	padding: 0 18px;
	border: 1px solid var(--ggr-red);
	border-radius: 12px;
	color: #fff;
	font-weight: 850;
	cursor: pointer;
	white-space: nowrap;
}

.ggr__search-button {
	background: var(--ggr-red);
	box-shadow: 0 8px 22px rgba(226,27,45,0.2);
}

.ggr__print {
	background: rgba(0,0,0,0.24);
}

.ggr__search-button:hover,
.ggr__search-button:focus-visible,
.ggr__print:hover,
.ggr__print:focus-visible {
	filter: brightness(1.12);
}

.ggr__updated {
	position: relative;
	z-index: 1;
	margin: 11px 0 0;
	color: var(--ggr-muted);
	font-size: 12px;
}

.ggr-yardage-cheat {
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 20px;
	background: linear-gradient(160deg, rgba(226,27,45,.14), transparent 28%), #0c0d10;
	color: #fff;
}

.ggr-yardage-cheat__header {
	padding: 24px 22px 20px;
	text-align: center;
}

.ggr-yardage-cheat__header span {
	color: var(--ggr-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .15em;
}

.ggr-yardage-cheat__header h3 {
	margin: 6px 0 4px;
	font-size: clamp(24px, 4vw, 40px);
	font-weight: 950;
}

.ggr-yardage-cheat__header p,
.ggr-yardage-cheat__footer {
	margin: 0;
	color: var(--ggr-muted);
	font-size: 13px;
}

.ggr-yardage-cheat__teams {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 0 14px 16px;
}

.ggr-yardage-side {
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 15px;
	background: #15171c;
}

.ggr-yardage-side > h4 {
	margin: 0;
	padding: 14px 16px;
	background: var(--ggr-red);
	font-size: 17px;
	font-weight: 950;
}

.ggr-yardage-side--defense > h4 { background: #2563eb; }

.ggr-yardage-group { padding: 15px 16px 3px; }
.ggr-yardage-group + .ggr-yardage-group { border-top: 1px solid rgba(255,255,255,.08); }
.ggr-yardage-group h5 { margin: 0 0 8px; color: var(--ggr-red); font-size: 14px; font-weight: 950; letter-spacing: .08em; }
.ggr-yardage-group--spot h5 { color: var(--ggr-gold); }
.ggr-yardage-group ul { margin: 0; padding: 0; list-style: none; }
.ggr-yardage-group li { margin: 0 0 11px; padding: 0; line-height: 1.25; }
.ggr-yardage-group li strong,
.ggr-yardage-group li span { display: block; }
.ggr-yardage-group li strong { color: #fff; font-size: 14px; }
.ggr-yardage-group li span { margin-top: 2px; color: #b8bdc8; font-size: 12px; }
.ggr-yardage-none { margin: 0 0 12px; color: var(--ggr-muted); font-size: 13px; font-style: italic; }
.ggr-yardage-cheat__footer { display: flex; justify-content: space-between; gap: 12px; padding: 14px 18px; border-top: 1px solid rgba(255,255,255,.1); }
.ggr-yardage-cheat__footer strong { color: #fff; }
.ggr__save-graphic { width: 100%; min-height: 50px; margin-top: 12px; border: 1px solid var(--ggr-red); border-radius: 12px; background: var(--ggr-red); color: #fff; font-weight: 900; cursor: pointer; }
.ggr__save-graphic:disabled { opacity: .65; cursor: wait; }
.ggr__save-status { min-height: 20px; margin: 7px 0 0; color: var(--ggr-muted); font-size: 13px; text-align: center; }

@media (max-width: 700px) {
	.ggr-yardage-cheat__teams { grid-template-columns: 1fr; }
	.ggr-yardage-cheat__footer { display: block; text-align: center; }
	.ggr-yardage-cheat__footer span { display: block; margin-top: 3px; }
}

.ggr__tabs {
	position: sticky;
	top: 10px;
	z-index: 20;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5px;
	margin: 18px 0 0;
	padding: 6px;
	border: 1px solid var(--ggr-line);
	border-radius: 17px;
	background: rgba(14, 15, 18, 0.9);
	box-shadow: 0 12px 36px rgba(0,0,0,0.3);
	backdrop-filter: blur(16px);
}

.ggr__tabs button {
	min-height: 44px;
	padding: 8px 12px;
	border: 0;
	border-radius: 11px;
	background: transparent;
	color: #b9bec9;
	font-size: 13px;
	font-weight: 850;
	cursor: pointer;
}

.ggr__tabs button:hover,
.ggr__tabs button:focus-visible {
	color: #fff;
	background: rgba(255,255,255,0.06);
}

.ggr__tabs button.is-active {
	background: var(--ggr-red);
	color: #fff;
	box-shadow: 0 8px 22px rgba(226,27,45,0.23);
}

.ggr__main {
	min-height: 460px;
}

.ggr__panel {
	display: none;
	padding-top: 36px;
}

.ggr__panel.is-active {
	display: block;
}

.ggr__section-intro {
	margin-bottom: 20px;
}

.ggr__section-intro h2 {
	margin: 0;
	font-size: clamp(28px, 4vw, 46px);
	font-weight: 950;
	letter-spacing: -0.04em;
}

.ggr__section-intro p:last-child {
	max-width: 720px;
	margin: 10px 0 0;
	color: var(--ggr-muted);
}

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

.ggr__guide-card {
	position: relative;
	padding: clamp(20px, 4vw, 34px);
	border: 1px solid var(--ggr-line);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255,255,255,0.035), transparent), var(--ggr-panel);
	box-shadow: 0 16px 44px rgba(0,0,0,0.22);
}

.ggr__guide-card summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	cursor: pointer;
	list-style: none;
}

.ggr__guide-card summary::-webkit-details-marker {
	display: none;
}

.ggr__guide-heading {
	display: grid;
	gap: 7px;
}

.ggr__guide-title {
	font-size: 25px;
	font-weight: 900;
	letter-spacing: -0.025em;
}

.ggr__guide-body {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(255,255,255,0.07);
}

.ggr__guide-card--refs {
	border-top: 4px solid var(--ggr-red);
}

.ggr__guide-card--captains {
	border-top: 4px solid var(--ggr-gold);
}

.ggr__guide-card--captains .ggr__card-kicker {
	color: var(--ggr-gold);
}

.ggr__richtext {
	color: #d9dce3;
}

.ggr__richtext > :first-child {
	margin-top: 0;
}

.ggr__richtext > :last-child {
	margin-bottom: 0;
}

.ggr__richtext ul,
.ggr__richtext ol {
	margin: 0.65em 0 1.2em;
	padding-left: 1.35em;
}

.ggr__richtext li {
	margin: 0.42em 0;
	padding-left: 0.2em;
}

.ggr__richtext strong {
	color: #fff;
}

.ggr-checklist {
	list-style: none;
	counter-reset: ggr-check;
	padding: 0 !important;
}

.ggr-checklist > li {
	position: relative;
	padding: 0 0 15px 40px;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	counter-increment: ggr-check;
}

.ggr-checklist > li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.ggr-checklist > li::before {
	content: counter(ggr-check);
	position: absolute;
	left: 0;
	top: 1px;
	display: grid;
	place-items: center;
	width: 25px;
	height: 25px;
	border-radius: 8px;
	background: rgba(226,27,45,0.14);
	color: #ff6674;
	font-size: 12px;
	font-weight: 900;
}

.ggr__guide-card--captains .ggr-checklist > li::before {
	background: rgba(240,184,63,0.13);
	color: #f4c65f;
}

.ggr__accordion-actions {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin: -4px 0 12px;
}

.ggr__accordion-actions button {
	padding: 7px 11px;
	border: 1px solid var(--ggr-line);
	border-radius: 9px;
	background: transparent;
	color: var(--ggr-muted);
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.ggr__accordion-actions button:hover,
.ggr__accordion-actions button:focus-visible {
	border-color: var(--ggr-red);
	color: #fff;
}

.ggr__accordions {
	display: grid;
	gap: 12px;
}

.ggr__accordion {
	border: 1px solid var(--ggr-line);
	border-radius: 16px;
	background: var(--ggr-panel);
	overflow: hidden;
}

.ggr__accordion[open] {
	border-color: rgba(226,27,45,0.52);
	box-shadow: 0 14px 36px rgba(0,0,0,0.22);
}

.ggr__accordion summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 64px;
	padding: 16px 20px;
	color: #fff;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 900;
	line-height: 1.25;
	cursor: pointer;
	list-style: none;
}

.ggr__accordion summary::-webkit-details-marker {
	display: none;
}

.ggr__plus {
	position: relative;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	border-radius: 50%;
	background: rgba(255,255,255,0.07);
}

.ggr__plus::before,
.ggr__plus::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 11px;
	width: 12px;
	height: 2px;
	background: #fff;
}

.ggr__plus::after {
	transform: rotate(90deg);
	transition: transform 160ms ease;
}

.ggr__accordion[open] .ggr__plus::after,
.ggr__guide-card[open] .ggr__plus::after {
	transform: rotate(0);
}

.ggr__accordion-body {
	padding: 2px clamp(20px, 4vw, 34px) clamp(22px, 4vw, 34px);
	border-top: 1px solid rgba(255,255,255,0.07);
}

.ggr__accordion-body h3,
.ggr__accordion-body h4 {
	margin: 1.25em 0 0.45em;
}

.ggr__accordion-body h3 {
	font-size: 20px;
}

.ggr-official-copy h3 {
	margin: 1.5em 0 0.55em;
	padding-left: 12px;
	border-left: 3px solid var(--ggr-red);
	font-size: 18px;
	line-height: 1.35;
}

.ggr-official-copy p {
	display: block !important;
	margin: 0.55em 0;
}

.ggr-official-copy p strong:first-child {
	display: inline-block;
	min-width: 58px;
	color: #ff7a86;
}

.ggr-rule-start {
	display: inline;
}

.ggr-rule-start:not(:first-child) {
	display: block;
	margin-top: 0.8em;
}

.ggr-on-deck p {
	padding: 13px 15px !important;
	border: 1px solid rgba(255,255,255,0.09);
	border-radius: 10px;
	background: rgba(255,255,255,0.035);
}

.ggr-on-deck p strong:first-child {
	display: inline;
	min-width: 0;
	color: #ff7a86;
}

.ggr__accordion-body h4 {
	color: #f1bd50;
	font-size: 15px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ggr-table-wrap {
	overflow-x: auto;
	margin: 18px 0;
	border: 1px solid var(--ggr-line);
	border-radius: 12px;
}

.ggr table {
	width: 100%;
	min-width: 680px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: #101217;
	color: #e3e5ea;
}

.ggr th,
.ggr td {
	padding: 13px 15px;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	text-align: left;
	vertical-align: top;
}

.ggr th {
	background: #20232a;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ggr tr:last-child td {
	border-bottom: 0;
}

.ggr td:first-child {
	color: #fff;
	font-weight: 800;
}

.ggr-callout {
	margin: 0 0 20px;
	padding: 15px 17px;
	border-left: 4px solid var(--ggr-red);
	border-radius: 8px;
	background: rgba(226,27,45,0.11);
	color: #f3d9dc;
}

.ggr__no-results {
	margin: 32px 0;
	padding: 24px;
	border: 1px dashed rgba(255,255,255,0.2);
	border-radius: 14px;
	color: var(--ggr-muted);
	text-align: center;
}

.ggr__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 40px;
	padding-top: 22px;
	border-top: 1px solid var(--ggr-line);
	color: var(--ggr-muted);
	font-size: 13px;
}

.ggr__footer strong {
	color: #fff;
	letter-spacing: 0.08em;
}

@media (max-width: 720px) {
	.ggr__shell {
		width: min(100% - 16px, 1120px);
		padding-top: 8px;
	}

	.ggr__hero {
		padding: 24px 18px;
		border-radius: 18px;
	}

	.ggr__mark {
		width: 52px;
		height: 52px;
		flex-basis: 52px;
		border-radius: 14px;
		font-size: 29px;
	}

	.ggr__tools {
		flex-direction: column;
	}

	.ggr__search-button,
	.ggr__print {
		width: 100%;
	}

	.ggr__tabs {
		top: 6px;
		grid-template-columns: repeat(4, minmax(92px, 1fr));
		overflow-x: auto;
	}

	.ggr__tabs button {
		font-size: 12px;
	}

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

	.ggr__accordion summary {
		padding: 15px 16px;
	}

	.ggr-official-copy > p {
		display: block !important;
		margin: 0 0 1em !important;
		padding: 0 !important;
	}

	.ggr-rule-start:not(:first-child) {
		margin-top: 1em;
	}

	.ggr-official-copy > h3 {
		margin: 1.65em 0 0.7em !important;
	}

	.ggr__footer {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media print {
	body * {
		visibility: hidden !important;
	}

	.ggr,
	.ggr * {
		visibility: visible !important;
	}

	.ggr {
		position: absolute;
		inset: 0 auto auto 0;
		width: 100%;
		margin: 0;
		background: #fff;
		color: #111;
	}

	.ggr__shell {
		width: 100%;
		padding: 0;
	}

	.ggr__hero,
	.ggr__guide-card,
	.ggr__accordion,
	.ggr table {
		background: #fff;
		color: #111;
		box-shadow: none;
	}

	.ggr h1,
	.ggr h2,
	.ggr h3,
	.ggr h4,
	.ggr strong,
	.ggr td:first-child,
	.ggr__richtext {
		color: #111;
	}

	.ggr__tabs,
	.ggr__tools,
	.ggr__accordion-actions,
	.ggr__footer,
	.ggr__notice,
	.ggr__updated {
		display: none !important;
	}

	.ggr__panel {
		display: block !important;
		page-break-before: always;
	}

	.ggr__panel:first-of-type {
		page-break-before: auto;
	}

	.ggr__accordion {
		break-inside: avoid;
	}

	.ggr__accordion-body {
		display: block !important;
	}
}
