.gp-learning-shell #wpadminbar,
.gp-learning-shell .woocommerce-MyAccount-navigation,
.gp-learning-shell .gp-site-header .wp-block-navigation,
.gp-learning-shell .gp-site-header .gp-primary-nav,
.gp-learning-shell .gp-site-header .gp-header-actions,
.gp-learning-shell .gp-site-header .wp-block-buttons,
.gp-learning-shell .gp-site-header .wp-block-woocommerce-mini-cart,
.gp-learning-shell .gp-site-header .wc-block-mini-cart,
.gp-learning-shell .gp-header nav,
.gp-learning-shell .gp-header .gp-menu-toggle,
.gp-learning-shell .gp-header .gp-header__actions,
.gp-learning-shell .wp-block-post-title,
.gp-learning-shell .entry-title,
.gp-learning-shell footer,
.gp-learning-shell .gp-footer,
.gp-learning-shell .wc-block-components-drawer,
.gp-learning-shell .wc-block-mini-cart__drawer {
	display: none !important;
}

html:has(body.gp-learning-shell) { margin-top: 0 !important; }
.gp-learning-shell { background: #f6f9fc; }
.gp-learning-shell.admin-bar { margin-top: 0 !important; }
.gp-learning-shell .gp-site-header { position: relative; top: 0 !important; min-height: 64px; padding-block: .65rem; background: #fff; box-shadow: none; }
.gp-learning-shell .gp-site-header > div { min-height: 42px; }
.gp-learning-shell .woocommerce { max-width: 1180px; margin: 1.25rem auto 3rem; padding-inline: 1.25rem; }
.gp-learning-shell .woocommerce-MyAccount-content { float: none !important; width: 100% !important; }
.gp-learning-runner-screen .woocommerce { max-width: 1280px; }

.gp-learning-bar {
	position: relative;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 52px;
	margin: 0 0 1rem;
	padding: .65rem .8rem .65rem 1rem;
	background: #fff;
	border: 1px solid rgba(17, 46, 74, .1);
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(17, 46, 74, .06);
}

.gp-learning-home { color: #112e4a; font-size: .92rem; font-weight: 800; text-decoration: none; }
.gp-learning-home span { margin-right: .25rem; color: #1477d4; }
.gp-learning-actions { display: flex; align-items: center; gap: .6rem; }
.gp-learning-account { position: relative; }
.gp-learning-account summary,.gp-learning-exit { min-height: 38px; padding: .52rem .8rem; color: #112e4a; background: #f2f7fc; border: 1px solid #d8e4ef; border-radius: 10px; font-size: .82rem; font-weight: 800; line-height: 1.35; text-decoration: none; cursor: pointer; list-style: none; }
.gp-learning-account summary::-webkit-details-marker { display: none; }
.gp-learning-account summary::after { content: "⌄"; margin-left: .35rem; color: #1477d4; }
.gp-learning-account[open] summary::after { content: "⌃"; }
.gp-learning-account > div { position: absolute; top: calc(100% + .45rem); right: 0; display: grid; min-width: 190px; overflow: hidden; padding: .35rem; background: #fff; border: 1px solid rgba(17, 46, 74, .13); border-radius: 12px; box-shadow: 0 18px 45px rgba(17, 46, 74, .16); }
.gp-learning-account > div a { padding: .65rem .75rem; color: #25364a; border-radius: 8px; font-size: .84rem; font-weight: 700; text-decoration: none; }
.gp-learning-account > div a:hover,.gp-learning-account > div a:focus-visible { background: #eef6ff; color: #0d63c5; }
.gp-learning-exit { color: #fff; background: #1266d6; border-color: #1266d6; }
.gp-learning-exit[aria-disabled="true"] { opacity: .65; cursor: wait; }

.gp-learning-runner-screen .gp-practice-runner > h2 { margin: 1.25rem 0 .25rem; }
.gp-learning-runner-screen .gp-practice-runner > p { color: #5f6f7f; }
.gp-read-aloud { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem 1rem; margin: 1rem 0; padding: .9rem 1rem; background: #edf7ff; border: 1px solid #b9dcf7; border-radius: 14px; color: #112e4a; }
.gp-read-aloud > div { display: grid; margin-right: auto; }
.gp-read-aloud > div span { color: #536b80; font-size: .82rem; }
.gp-read-aloud-button { min-height: 42px; font-weight: 800 !important; }
.gp-read-auto,.gp-read-speed { display: inline-flex; align-items: center; gap: .35rem; font-size: .84rem; font-weight: 700; }
.gp-read-speed select { min-height: 36px; border-color: #a9cbe5; border-radius: 8px; }
.gp-read-status { min-width: 92px; color: #1477d4; font-size: .78rem; font-weight: 800; }
.gp-learning-report-screen .gp-report-disclaimer { margin-top: 1rem; }

.gp-parent-report {
	--gp-report-ink: #112e4a;
	--gp-report-muted: #5f6f7f;
	--gp-report-blue: #1266d6;
	--gp-report-green: #16866e;
	color: var(--gp-report-ink);
}

.gp-report-back { margin-bottom: 1rem; }

.gp-report-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	background: linear-gradient(135deg, #09294a, #1266d6);
	border-radius: 24px;
	box-shadow: 0 18px 50px rgba(17, 46, 74, .18);
	color: #fff;
}

.gp-report-header h2 { margin: .25rem 0 .4rem; color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.gp-report-header p { margin: 0; color: rgba(255, 255, 255, .83); }
.gp-report-eyebrow,.gp-report-section-heading span,.gp-report-guidance > span { font-size: .73rem; font-weight: 850; letter-spacing: .14em; }
.gp-report-eyebrow { color: #c8f2ec; }
.gp-report-score { min-width: 132px; padding: 1rem; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .25); border-radius: 18px; text-align: center; }
.gp-report-score strong { display: block; font-size: 2.15rem; line-height: 1; }
.gp-report-score span { display: block; margin-top: .35rem; color: rgba(255, 255, 255, .83); font-size: .78rem; }

.gp-report-disclaimer { margin: 1rem 0 2.5rem; padding: .9rem 1rem; background: #fff9e8; border: 1px solid #f0dc9a; border-radius: 12px; color: #624b00; font-size: .9rem; }
.gp-report-section { margin: 2.5rem 0; }
.gp-report-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 1rem; }
.gp-report-section-heading span,.gp-report-guidance > span { color: #7357d9; }
.gp-report-section-heading h3,.gp-report-guidance h3 { margin: .18rem 0 0; color: var(--gp-report-ink); font-size: 1.55rem; }
.gp-report-section-heading p { max-width: 46ch; margin: 0; color: var(--gp-report-muted); font-size: .88rem; }
.gp-report-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.gp-report-metrics article { padding: 1.15rem; background: #fff; border: 1px solid rgba(17, 46, 74, .11); border-radius: 16px; box-shadow: 0 8px 22px rgba(17, 46, 74, .06); }
.gp-report-metrics span { display: block; color: var(--gp-report-muted); font-size: .78rem; font-weight: 750; }
.gp-report-metrics strong { display: block; margin-top: .2rem; font-size: 1.45rem; }

.gp-report-batteries { display: grid; gap: .7rem; }
.gp-report-batteries article { display: grid; grid-template-columns: minmax(130px, 1fr) minmax(160px, 2fr) 58px; align-items: center; gap: 1rem; padding: 1rem 1.15rem; background: #fff; border: 1px solid rgba(17, 46, 74, .11); border-radius: 14px; }
.gp-report-batteries article div:first-child span { display: block; color: var(--gp-report-muted); font-size: .8rem; }
.gp-report-batteries article > b { text-align: right; }
.gp-report-bar { height: 9px; overflow: hidden; background: #e8eef5; border-radius: 99px; }
.gp-report-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--gp-report-blue), #21a58b); border-radius: inherit; }

.gp-report-guidance { margin: 2.5rem 0; padding: clamp(1.35rem, 3vw, 2rem); background: linear-gradient(135deg, #f1f7ff, #eefaf7); border: 1px solid #cee1f4; border-radius: 20px; }
.gp-report-guidance p { max-width: 65ch; color: var(--gp-report-muted); }
.gp-report-access-note { margin-bottom: 0; font-size: .88rem; }
.gp-report-history { overflow: hidden; background: #fff; border: 1px solid rgba(17, 46, 74, .11); border-radius: 16px; }
.gp-report-history article { display: grid; grid-template-columns: 110px 1fr 62px; align-items: center; gap: 1rem; padding: .9rem 1rem; border-bottom: 1px solid rgba(17, 46, 74, .08); }
.gp-report-history article:last-child { border-bottom: 0; }
.gp-report-history time,.gp-report-history span { color: var(--gp-report-muted); font-size: .78rem; }
.gp-report-history strong,.gp-report-history span { display: block; }
.gp-report-history span { word-spacing: .3rem; }
.gp-report-history b { text-align: right; }
.gp-report-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }

@media (max-width: 680px) {
	.gp-learning-shell .gp-site-header { min-height: 56px; padding-block: .45rem; }
	.gp-learning-shell .woocommerce { margin-top: .75rem; padding-inline: .75rem; }
	.gp-learning-bar { min-height: 48px; margin-bottom: .75rem; }
	.gp-learning-home { font-size: .84rem; }
	.gp-report-header,.gp-report-section-heading { align-items: flex-start; flex-direction: column; }
	.gp-report-score { width: 100%; }
	.gp-report-metrics { grid-template-columns: 1fr; }
	.gp-report-batteries article { grid-template-columns: 1fr 52px; }
	.gp-report-batteries .gp-report-bar { grid-column: 1 / -1; grid-row: 2; }
	.gp-report-history article { grid-template-columns: 1fr 52px; }
	.gp-report-history time { grid-column: 1 / -1; }
}

@media print {
	.site-header,.site-footer,.woocommerce-MyAccount-navigation,.gp-report-back,.gp-report-actions,.gp-report-guidance .button { display: none !important; }
	.woocommerce-MyAccount-content { width: 100% !important; }
	.gp-report-header { box-shadow: none; print-color-adjust: exact; }
}
