.bc-martech-route--claude-certified-architect-foundations {
	overflow-x: hidden;
}

html:has(body.bc-martech-route--claude-certified-architect-foundations) {
	overflow-x: hidden;
	overflow-x: clip;
}

.bc-learning-shell--claude-certified-architect-foundations {
	max-width: 1320px;
}

.bc-claude-course-content[hidden],
.bc-claude-access-gate[hidden] {
	display: none !important;
}

.bc-claude-access-gate {
	align-items: stretch;
	background:
		radial-gradient(circle at 18% 18%, rgba(230, 46, 45, 0.24), transparent 32%),
		linear-gradient(145deg, #080808 0%, #121212 58%, #221012 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
	color: #ffffff;
	display: grid;
	grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
	margin: 1.25rem auto 3rem;
	min-height: min(720px, calc(100vh - 160px));
	overflow: hidden;
}

.bc-claude-access-gate__visual {
	align-items: center;
	background: rgba(255, 255, 255, 0.025);
	display: flex;
	justify-content: center;
	min-height: 460px;
	padding: clamp(1.5rem, 4vw, 4rem);
}

.bc-claude-access-gate__visual img {
	display: block;
	filter: drop-shadow(0 28px 45px rgba(0, 0, 0, 0.38));
	height: auto;
	max-width: 100%;
}

.bc-claude-access-gate__copy {
	align-content: center;
	display: grid;
	padding: clamp(2rem, 5vw, 5rem);
}

.bc-claude-access-gate__copy h1 {
	color: #ffffff;
	font-size: clamp(2.45rem, 4.8vw, 4.9rem);
	letter-spacing: -0.045em;
	line-height: 0.98;
	margin: 0.75rem 0 1.25rem;
}

.bc-claude-access-gate__copy > p,
.bc-claude-access-gate__copy li {
	color: #d8cdd2;
	font-size: 1rem;
	line-height: 1.7;
}

.bc-claude-access-gate__copy ul {
	display: grid;
	gap: 0.55rem;
	list-style: none;
	margin: 1.25rem 0 1.7rem;
	padding: 0;
}

.bc-claude-access-gate__copy li::before {
	color: #ff5c63;
	content: "✓";
	font-weight: 900;
	margin-right: 0.65rem;
}

.bc-claude-access-form {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	gap: 0.7rem;
	padding-top: 1.5rem;
}

.bc-claude-access-form label {
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bc-claude-access-form > div {
	display: grid;
	gap: 0.7rem;
	grid-template-columns: minmax(0, 1fr) auto;
}

.bc-claude-access-form input {
	background: #ffffff;
	border: 2px solid transparent;
	border-radius: 12px;
	color: #151515;
	font: inherit;
	min-height: 54px;
	padding: 0 1rem;
}

.bc-claude-access-form input:focus {
	border-color: #ff4a52;
	box-shadow: 0 0 0 4px rgba(255, 74, 82, 0.18);
	outline: 0;
}

.bc-claude-access-form small {
	color: #aa9ea4;
	font-size: 0.76rem;
	line-height: 1.55;
}

.bc-claude-access-existing {
	background: transparent;
	border: 0;
	color: #ff8b90;
	cursor: pointer;
	font: inherit;
	font-size: 0.85rem;
	font-weight: 750;
	justify-self: start;
	margin-top: 1rem;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 0.25em;
}

.bc-claude-access-status {
	color: #ffffff !important;
	font-size: 0.82rem !important;
	margin: 0.75rem 0 0;
	min-height: 1.35em;
}

.bc-claude-page [data-learning-anchor] {
	scroll-margin-top: 7rem;
}

.bc-claude-page .bc-learning-sticky-nav {
	flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: thin;
}

.bc-claude-page .bc-learning-sticky-nav a {
	flex: 0 0 auto;
}

.bc-claude-hero {
	background: linear-gradient(145deg, #090909 0%, #111111 52%, #171717 100%);
}

.bc-claude-free-pill {
	align-items: center;
	background: #111111;
	border: 1px solid rgba(230, 46, 45, 0.55);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 1.1rem;
	padding: 0.56rem 0.85rem;
	text-transform: uppercase;
}

.bc-claude-trust-note {
	align-items: center;
	background: var(--theme-palette-color-8, #ffffff);
	border: 1px solid rgba(20, 20, 20, 0.08);
	border-radius: 18px;
	display: grid;
	gap: 0.65rem;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin: 1.25rem auto 0;
	max-width: 1180px;
	padding: 1rem 1.1rem;
}

.bc-claude-trust-note strong {
	color: var(--theme-palette-color-4, #141414);
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.83rem;
	text-transform: uppercase;
}

.bc-claude-trust-note span {
	color: var(--theme-palette-color-3, #5a5a5a);
	font-size: 0.84rem;
	line-height: 1.6;
}

.bc-claude-trust-note a,
.bc-claude-inline-link {
	color: var(--theme-palette-color-1, #b7191d) !important;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.84rem;
	font-weight: 750;
	text-underline-offset: 0.2em;
}

.bc-claude-inline-link {
	align-self: end;
	display: inline-flex;
	margin-top: 1rem;
}

.bc-claude-blueprint-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1.8rem;
}

.bc-claude-domain-card {
	background: var(--theme-palette-color-8, #ffffff);
	border: 1px solid var(--theme-palette-color-5, #e7e9ed);
	border-radius: 20px;
	box-shadow: 0 16px 45px rgba(15, 23, 42, 0.07);
	display: grid;
	gap: 0.9rem;
	min-height: 225px;
	padding: 1.35rem;
}

.bc-claude-domain-card:last-child {
	grid-column: 1 / -1;
}

.bc-claude-domain-card__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.bc-claude-domain-card__head span,
.bc-claude-domain-card__head strong {
	color: var(--theme-palette-color-1, #b7191d);
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.bc-claude-domain-card__head strong {
	font-size: 1.25rem;
}

.bc-claude-domain-card h3,
.bc-claude-progress-panel h3,
.bc-claude-mock h3 {
	color: var(--theme-palette-color-4, #141414);
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	letter-spacing: -0.025em;
	line-height: 1.15;
	margin: 0;
}

.bc-claude-domain-card p,
.bc-claude-progress-panel p {
	color: var(--theme-palette-color-3, #5a5a5a);
	line-height: 1.7;
	margin: 0;
}

.bc-claude-weight {
	align-self: end;
	background: rgba(20, 20, 20, 0.07);
	border-radius: 999px;
	height: 8px;
	overflow: hidden;
}

.bc-claude-weight span {
	background: linear-gradient(90deg, #b7191d, #f15b55);
	border-radius: inherit;
	display: block;
	height: 100%;
	width: calc(var(--domain-weight) * 3.7);
}

.bc-claude-exam-facts {
	background: #17191f;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 22px;
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-top: 1.25rem;
	overflow: hidden;
}

.bc-claude-exam-facts > div {
	background: rgba(255, 255, 255, 0.025);
	display: grid;
	gap: 0.35rem;
	padding: 1rem;
}

.bc-claude-exam-facts span {
	color: #aeb4bf;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.bc-claude-exam-facts strong {
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.35;
}

.bc-claude-fine-print {
	color: var(--theme-palette-color-3, #5a5a5a);
	font-size: 0.82rem;
	line-height: 1.65;
	margin: 0.8rem 0 0;
}

.bc-claude-progress-panel {
	align-items: center;
	background: var(--theme-palette-color-8, #ffffff);
	border: 1px solid rgba(20, 20, 20, 0.08);
	border-radius: 20px;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: minmax(0, 0.7fr) minmax(260px, 1.3fr);
	margin-top: 1.8rem;
	padding: 1.25rem;
}

.bc-claude-progress-track {
	background: rgba(20, 20, 20, 0.08);
	border-radius: 999px;
	height: 18px;
	overflow: hidden;
}

.bc-claude-progress-track span {
	background: linear-gradient(90deg, #a91519, #e62e2d, #ff817b);
	border-radius: inherit;
	display: block;
	height: 100%;
	transition: width 400ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 0;
}

.bc-claude-deliverable {
	background: #ffffff;
	border-left: 3px solid var(--theme-palette-color-1, #e62e2d);
	border-radius: 0 12px 12px 0;
	color: var(--theme-palette-color-3, #5a5a5a);
	font-size: 0.9rem;
	line-height: 1.65;
	padding: 0.85rem 0.95rem;
}

.bc-claude-deliverable strong {
	color: var(--theme-palette-color-4, #141414);
}

.bc-claude-module-toggle {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(230, 46, 45, 0.22);
	border-radius: var(--theme-button-border-radius, 15px);
	color: var(--theme-palette-color-1, #b7191d);
	cursor: pointer;
	display: inline-flex;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.88rem;
	font-weight: 750;
	justify-content: center;
	min-height: 50px;
	padding: 0.7rem 1rem;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.bc-claude-module-toggle:hover,
.bc-claude-module-toggle:focus-visible {
	background: #111111;
	color: #ffffff;
	transform: translateY(-1px);
}

.bc-claude-module-toggle[aria-pressed="true"] {
	background: #17643a;
	border-color: #17643a;
	color: #ffffff;
}

.bc-claude-module-toggle[aria-pressed="true"]::before {
	content: "✓";
	margin-right: 0.4rem;
}

.bc-claude-mock,
.bc-claude-playground {
	background: var(--theme-palette-color-8, #ffffff);
	border: 1px solid var(--theme-palette-color-5, #e5e7eb);
	border-radius: 24px;
	box-shadow: 0 22px 65px rgba(15, 23, 42, 0.1);
	margin-top: 1.8rem;
	overflow: hidden;
}

.bc-claude-mock__setup,
.bc-claude-mock__results {
	padding: clamp(1.25rem, 3vw, 2rem);
}

.bc-claude-mock__setup-copy {
	max-width: 780px;
}

.bc-claude-mock__setup-copy p,
.bc-claude-mock__results p,
.bc-claude-question p {
	color: var(--theme-palette-color-3, #5a5a5a);
	line-height: 1.7;
}

.bc-claude-mode-grid {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1.5rem;
}

.bc-claude-mode-card {
	align-items: center;
	background: rgba(20, 20, 20, 0.025);
	border: 1px solid rgba(20, 20, 20, 0.08);
	border-radius: 16px;
	cursor: pointer;
	display: flex;
	gap: 0.8rem;
	min-height: 82px;
	padding: 0.95rem;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bc-claude-mode-card:has(input:checked) {
	background: #ffffff;
	border-color: rgba(230, 46, 45, 0.55);
	box-shadow: 0 0 0 3px rgba(230, 46, 45, 0.16);
}

.bc-claude-mode-card:hover {
	transform: translateY(-2px);
}

.bc-claude-mode-card input {
	accent-color: #c62024;
	flex: 0 0 auto;
	height: 1.15rem;
	width: 1.15rem;
}

.bc-claude-mode-card span {
	display: grid;
	gap: 0.25rem;
}

.bc-claude-mode-card strong {
	color: var(--theme-palette-color-4, #141414);
	font-size: 0.98rem;
}

.bc-claude-mode-card small {
	color: var(--theme-palette-color-3, #5a5a5a);
	font-size: 0.8rem;
	line-height: 1.45;
}

.bc-claude-mock__bar {
	align-items: stretch;
	background: #17191f;
	color: #ffffff;
	display: grid;
	gap: 1px;
	grid-template-columns: 1fr auto auto;
}

.bc-claude-mock__bar > div {
	background: rgba(255, 255, 255, 0.025);
	box-sizing: border-box;
	display: grid;
	gap: 0.25rem;
	min-width: 0;
	padding: 1rem 1.2rem;
}

.bc-claude-mock__bar span {
	color: #aeb4bf;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.bc-claude-timer strong.is-warning {
	color: #ffd166;
}

.bc-claude-timer strong.is-critical {
	color: #ff8a84;
}

.bc-claude-mock__body {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	min-height: 580px;
}

.bc-claude-mock__body > *,
.bc-claude-question {
	min-width: 0;
}

.bc-claude-question-nav {
	background: rgba(20, 20, 20, 0.025);
	border-right: 1px solid var(--theme-palette-color-5, #e5e7eb);
	padding: 1rem;
}

.bc-claude-question-nav > p {
	color: var(--theme-palette-color-4, #141414);
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0.05em;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.bc-claude-question-nav > div:first-of-type {
	display: grid;
	gap: 0.4rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	max-height: 430px;
	overflow-y: auto;
}

.bc-claude-question-nav button {
	align-items: center;
	background: var(--theme-palette-color-8, #ffffff);
	border: 1px solid rgba(20, 20, 20, 0.12);
	border-radius: 8px;
	color: var(--theme-palette-color-4, #141414);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.74rem;
	font-weight: 750;
	height: 34px;
	justify-content: center;
	padding: 0;
	position: relative;
}

.bc-claude-question-nav button.is-current {
	border-color: #b7191d;
	box-shadow: 0 0 0 2px rgba(183, 25, 29, 0.16);
}

.bc-claude-question-nav button.is-answered {
	background: #17643a;
	border-color: #17643a;
	color: #ffffff;
}

.bc-claude-question-nav button.is-flagged::after {
	background: #f0a202;
	border: 2px solid var(--theme-palette-color-8, #ffffff);
	border-radius: 999px;
	content: "";
	height: 8px;
	position: absolute;
	right: -3px;
	top: -3px;
	width: 8px;
}

.bc-claude-question-legend {
	display: grid;
	gap: 0.45rem;
	margin-top: 1rem;
}

.bc-claude-question-legend span {
	align-items: center;
	color: var(--theme-palette-color-3, #5a5a5a);
	display: flex;
	font-size: 0.72rem;
	gap: 0.4rem;
}

.bc-claude-question-legend i {
	border-radius: 4px;
	display: inline-block;
	height: 12px;
	width: 12px;
}

.bc-claude-question-legend i.is-answered {
	background: #17643a;
}

.bc-claude-question-legend i.is-flagged {
	background: #f0a202;
}

.bc-claude-question {
	padding: clamp(1.25rem, 3vw, 2rem);
}

.bc-claude-question__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.bc-claude-question__eyebrow {
	color: var(--theme-palette-color-1, #b7191d);
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	margin: 0;
	text-transform: uppercase;
}

.bc-claude-question h3 {
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	line-height: 1.3;
	margin-top: 0.8rem;
}

.bc-claude-question fieldset {
	border: 0;
	margin: 1.5rem 0 0;
	min-width: 0;
	padding: 0;
}

.bc-claude-question legend {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.bc-claude-answer-list {
	display: grid;
	gap: 0.75rem;
}

.bc-claude-answer {
	align-items: flex-start;
	background: rgba(20, 20, 20, 0.025);
	border: 1px solid rgba(20, 20, 20, 0.09);
	border-radius: 16px;
	cursor: pointer;
	display: grid;
	gap: 0.8rem;
	grid-template-columns: auto auto minmax(0, 1fr);
	line-height: 1.55;
	min-height: 64px;
	padding: 0.9rem;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bc-claude-answer:hover,
.bc-claude-answer:focus-within {
	background: #ffffff;
	border-color: rgba(230, 46, 45, 0.4);
	transform: translateY(-1px);
}

.bc-claude-answer:has(input:checked) {
	background: #ffffff;
	border-color: rgba(183, 25, 29, 0.5);
	box-shadow: 0 0 0 3px rgba(183, 25, 29, 0.14);
}

.bc-claude-answer input {
	accent-color: #b7191d;
	height: 1.15rem;
	margin-top: 0.15rem;
	width: 1.15rem;
}

.bc-claude-answer > span:last-child {
	min-width: 0;
	overflow-wrap: anywhere;
}

.bc-claude-answer__letter {
	align-items: center;
	background: #111111;
	border-radius: 8px;
	color: #ffffff;
	display: inline-flex;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.76rem;
	font-weight: 800;
	height: 1.75rem;
	justify-content: center;
	width: 1.75rem;
}

.bc-claude-mock__controls {
	align-items: center;
	border-top: 1px solid var(--theme-palette-color-5, #e5e7eb);
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	padding: 1rem;
}

.bc-claude-flag-button,
.bc-claude-submit-button {
	background: transparent;
	border: 1px solid rgba(20, 20, 20, 0.13);
	border-radius: 12px;
	color: var(--theme-palette-color-4, #141414);
	cursor: pointer;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.84rem;
	font-weight: 750;
	min-height: 44px;
	padding: 0.7rem 0.9rem;
}

.bc-claude-flag-button[aria-pressed="true"] {
	background: rgba(240, 162, 2, 0.12);
	border-color: rgba(240, 162, 2, 0.45);
}

.bc-claude-submit-button {
	border-color: rgba(183, 25, 29, 0.34);
	color: var(--theme-palette-color-1, #b7191d);
	margin-left: auto;
}

.bc-claude-mock__status {
	color: var(--theme-palette-color-1, #b7191d);
	font-size: 0.84rem;
	font-weight: 700;
	margin: 0;
	min-height: 1.4rem;
	padding: 0 1rem 1rem;
}

.bc-claude-score-hero {
	align-items: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: auto minmax(0, 1fr);
}

.bc-claude-score-ring {
	align-items: center;
	background: conic-gradient(#17643a var(--score, 0%), rgba(20, 20, 20, 0.08) 0);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	height: 150px;
	justify-content: center;
	position: relative;
	width: 150px;
}

.bc-claude-score-ring::before {
	background: var(--theme-palette-color-8, #ffffff);
	border-radius: 50%;
	content: "";
	inset: 12px;
	position: absolute;
}

.bc-claude-score-ring strong,
.bc-claude-score-ring span {
	position: relative;
	z-index: 1;
}

.bc-claude-score-ring strong {
	color: var(--theme-palette-color-4, #141414);
	font-size: 2rem;
}

.bc-claude-score-ring span {
	color: var(--theme-palette-color-3, #5a5a5a);
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
}

.bc-claude-domain-results {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 1.5rem 0;
}

.bc-claude-domain-result {
	background: rgba(20, 20, 20, 0.03);
	border: 1px solid rgba(20, 20, 20, 0.07);
	border-radius: 14px;
	display: grid;
	gap: 0.3rem;
	padding: 0.9rem;
}

.bc-claude-domain-result span {
	color: var(--theme-palette-color-3, #5a5a5a);
	font-size: 0.72rem;
	font-weight: 750;
	text-transform: uppercase;
}

.bc-claude-domain-result strong {
	color: var(--theme-palette-color-4, #141414);
	font-size: 1.25rem;
}

.bc-claude-review {
	display: grid;
	gap: 1rem;
	margin-top: 1.5rem;
}

.bc-claude-review-item {
	background: rgba(20, 20, 20, 0.025);
	border: 1px solid rgba(20, 20, 20, 0.08);
	border-left: 4px solid #b7191d;
	border-radius: 14px;
	padding: 1rem;
}

.bc-claude-review-item.is-correct {
	border-left-color: #17643a;
}

.bc-claude-review-item h4 {
	color: var(--theme-palette-color-4, #141414);
	font-size: 1.05rem;
	line-height: 1.5;
	margin: 0.5rem 0 0.8rem;
}

.bc-claude-review-answer {
	background: rgba(23, 100, 58, 0.07);
	border-radius: 10px;
	color: #145332;
	font-weight: 700;
	padding: 0.75rem;
}

.bc-claude-review-item dl {
	display: grid;
	gap: 0.75rem;
	margin: 1rem 0 0;
}

.bc-claude-review-item dt {
	color: var(--theme-palette-color-4, #141414);
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.bc-claude-review-item dd {
	color: var(--theme-palette-color-3, #5a5a5a);
	line-height: 1.65;
	margin: 0.25rem 0 0;
}

.bc-claude-playground {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.bc-claude-playground__brief,
.bc-claude-playground__form,
.bc-claude-playground__result {
	padding: clamp(1.25rem, 3vw, 1.8rem);
}

.bc-claude-playground__brief {
	background: #17191f;
	color: #ffffff;
	grid-row: span 2;
}

.bc-claude-playground label,
.bc-claude-playground__brief > label {
	color: inherit;
	display: grid;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.78rem;
	font-weight: 750;
	gap: 0.45rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.bc-claude-playground select {
	appearance: none;
	background-color: var(--theme-palette-color-8, #ffffff);
	background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
	background-position: calc(100% - 17px) 50%, calc(100% - 12px) 50%;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	border: 1px solid rgba(20, 20, 20, 0.12);
	border-radius: 12px;
	color: var(--theme-palette-color-4, #141414);
	font-family: "Inter", system-ui, sans-serif;
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0;
	min-height: 50px;
	padding: 0.7rem 2.2rem 0.7rem 0.8rem;
	text-transform: none;
	width: 100%;
}

.bc-claude-playground__brief select {
	background-color: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.15);
	color: #ffffff;
}

.bc-claude-scenario-brief {
	display: grid;
	gap: 0.8rem;
	margin-top: 1.25rem;
}

.bc-claude-scenario-brief h3 {
	color: #ffffff;
	font-size: 1.55rem;
	line-height: 1.2;
	margin: 0;
}

.bc-claude-scenario-brief p,
.bc-claude-scenario-brief li {
	color: #c2c7d0;
	font-size: 0.9rem;
	line-height: 1.65;
}

.bc-claude-scenario-brief ul {
	margin: 0;
	padding-left: 1.15rem;
}

.bc-claude-architecture-diagram {
	align-items: center;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: 1fr auto 1fr;
	margin-top: 1.5rem;
}

.bc-claude-architecture-diagram div {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	color: #ffffff;
	font-size: 0.76rem;
	font-weight: 700;
	min-height: 54px;
	padding: 0.7rem;
	text-align: center;
}

.bc-claude-architecture-diagram span {
	color: #ff817b;
	text-align: center;
}

.bc-claude-decision-grid {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bc-claude-playground__result {
	border-top: 1px solid var(--theme-palette-color-5, #e5e7eb);
}

.bc-claude-playground__empty {
	background: #ffffff;
	border-left: 3px solid #e62e2d;
	border-radius: 0 12px 12px 0;
	padding: 0.9rem;
}

.bc-claude-playground__empty p {
	color: var(--theme-palette-color-3, #5a5a5a);
	line-height: 1.65;
	margin: 0.35rem 0 0;
}

.bc-claude-lab-score {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.bc-claude-lab-score strong {
	align-items: center;
	background: #17643a;
	border-radius: 50%;
	color: #ffffff;
	display: inline-flex;
	font-size: 1.45rem;
	height: 72px;
	justify-content: center;
	width: 72px;
}

.bc-claude-lab-score h3 {
	color: var(--theme-palette-color-4, #141414);
	font-size: 1.3rem;
	margin: 0;
}

.bc-claude-lab-feedback {
	display: grid;
	gap: 0.65rem;
	margin-top: 1rem;
}

.bc-claude-lab-feedback article {
	background: rgba(20, 20, 20, 0.025);
	border: 1px solid rgba(20, 20, 20, 0.07);
	border-radius: 12px;
	display: grid;
	gap: 0.35rem;
	padding: 0.8rem;
}

.bc-claude-lab-feedback article.is-strong {
	border-left: 3px solid #17643a;
}

.bc-claude-lab-feedback article.is-rethink {
	border-left: 3px solid #b7191d;
}

.bc-claude-lab-feedback strong {
	color: var(--theme-palette-color-4, #141414);
	font-size: 0.88rem;
}

.bc-claude-lab-feedback span,
.bc-claude-lab-takeaway {
	color: var(--theme-palette-color-3, #5a5a5a);
	font-size: 0.85rem;
	line-height: 1.6;
}

.bc-claude-lab-takeaway {
	background: #ffffff;
	border-left: 3px solid #e62e2d;
	border-radius: 12px;
	margin-top: 1rem;
	padding: 0.9rem;
}

.bc-claude-reference-card.is-hidden {
	display: none;
}

.bc-claude-rule-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bc-claude-revision-grid {
	display: grid;
	gap: 1rem;
	margin-top: 1.5rem;
}

.bc-claude-definition-list {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 1.25rem;
}

.bc-claude-definition-list > div {
	border-bottom: 1px solid var(--theme-palette-color-5, #e5e7eb);
	padding: 1rem;
}

.bc-claude-definition-list dt {
	color: var(--theme-palette-color-4, #141414);
	font-weight: 750;
}

.bc-claude-definition-list dd {
	color: var(--theme-palette-color-3, #5a5a5a);
	line-height: 1.65;
	margin: 0.35rem 0 0;
}

.bc-claude-trap-list,
.bc-claude-checklist {
	display: grid;
	gap: 0.75rem;
	padding: 1.25rem;
}

.bc-claude-trap-list p,
.bc-claude-checklist label {
	background: rgba(20, 20, 20, 0.025);
	border: 1px solid rgba(20, 20, 20, 0.07);
	border-radius: 12px;
	color: var(--theme-palette-color-3, #5a5a5a);
	line-height: 1.6;
	margin: 0;
	padding: 0.85rem;
}

.bc-claude-trap-list strong {
	color: var(--theme-palette-color-4, #141414);
}

.bc-claude-checklist label {
	align-items: flex-start;
	cursor: pointer;
	display: flex;
	gap: 0.65rem;
}

.bc-claude-checklist input {
	accent-color: #17643a;
	height: 1.1rem;
	margin-top: 0.2rem;
	width: 1.1rem;
}

.bc-claude-reference-board {
	align-items: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: 1.5rem;
}

.bc-claude-page-footer {
	border-top: 1px solid var(--theme-palette-color-5, #e5e7eb);
	color: var(--theme-palette-color-3, #5a5a5a);
	font-size: 0.8rem;
	line-height: 1.6;
	margin: 4rem auto 0;
	max-width: 1180px;
	padding: 1.25rem 0 0;
}

.bc-claude-page-footer p {
	margin: 0.3rem 0;
}

.bc-claude-page button:focus-visible,
.bc-claude-page input:focus-visible,
.bc-claude-page select:focus-visible,
.bc-claude-page a:focus-visible {
	outline: 3px solid rgba(230, 46, 45, 0.45);
	outline-offset: 3px;
}

html[data-theme="dark"] .bc-claude-trust-note,
html[data-theme="dark"] .bc-claude-domain-card,
html[data-theme="dark"] .bc-claude-progress-panel,
html[data-theme="dark"] .bc-claude-mock,
html[data-theme="dark"] .bc-claude-playground {
	background: var(--theme-palette-color-6, #1e1e1e);
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 22px 65px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .bc-claude-trust-note span,
html[data-theme="dark"] .bc-claude-domain-card p,
html[data-theme="dark"] .bc-claude-progress-panel p,
html[data-theme="dark"] .bc-claude-mock__setup-copy p,
html[data-theme="dark"] .bc-claude-mock__results p,
html[data-theme="dark"] .bc-claude-question p,
html[data-theme="dark"] .bc-claude-fine-print,
html[data-theme="dark"] .bc-claude-definition-list dd,
html[data-theme="dark"] .bc-claude-trap-list p,
html[data-theme="dark"] .bc-claude-checklist label,
html[data-theme="dark"] .bc-claude-page-footer,
html[data-theme="dark"] .bc-claude-review-item dd,
html[data-theme="dark"] .bc-claude-lab-feedback span,
html[data-theme="dark"] .bc-claude-lab-takeaway {
	color: var(--theme-palette-color-3, #a8a8a8);
}

html[data-theme="dark"] .bc-claude-domain-card h3,
html[data-theme="dark"] .bc-claude-progress-panel h3,
html[data-theme="dark"] .bc-claude-mock h3,
html[data-theme="dark"] .bc-claude-mode-card strong,
html[data-theme="dark"] .bc-claude-question-nav > p,
html[data-theme="dark"] .bc-claude-question h3,
html[data-theme="dark"] .bc-claude-score-ring strong,
html[data-theme="dark"] .bc-claude-domain-result strong,
html[data-theme="dark"] .bc-claude-review-item h4,
html[data-theme="dark"] .bc-claude-review-item dt,
html[data-theme="dark"] .bc-claude-lab-score h3,
html[data-theme="dark"] .bc-claude-lab-feedback strong,
html[data-theme="dark"] .bc-claude-definition-list dt,
html[data-theme="dark"] .bc-claude-trap-list strong,
html[data-theme="dark"] .bc-claude-deliverable strong,
html[data-theme="dark"] .bc-claude-trust-note strong {
	color: var(--theme-palette-color-4, #ededed);
}

html[data-theme="dark"] .bc-claude-mode-card,
html[data-theme="dark"] .bc-claude-answer,
html[data-theme="dark"] .bc-claude-domain-result,
html[data-theme="dark"] .bc-claude-review-item,
html[data-theme="dark"] .bc-claude-lab-feedback article,
html[data-theme="dark"] .bc-claude-trap-list p,
html[data-theme="dark"] .bc-claude-checklist label {
	background: rgba(255, 255, 255, 0.035);
	border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .bc-claude-mode-card:has(input:checked),
html[data-theme="dark"] .bc-claude-answer:has(input:checked) {
	background: #111111;
	border-color: rgba(255, 117, 110, 0.58);
}

html[data-theme="dark"] .bc-claude-mode-card small,
html[data-theme="dark"] .bc-claude-question-legend span {
	color: #a8a8a8;
}

html[data-theme="dark"] .bc-claude-question-nav {
	background: rgba(255, 255, 255, 0.018);
	border-right-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .bc-claude-question-nav button {
	background: #24262c;
	border-color: rgba(255, 255, 255, 0.12);
	color: #ededed;
}

html[data-theme="dark"] .bc-claude-question-nav button.is-answered {
	background: #218451;
}

html[data-theme="dark"] .bc-claude-question-nav button.is-flagged::after {
	border-color: #24262c;
}

html[data-theme="dark"] .bc-claude-mock__controls,
html[data-theme="dark"] .bc-claude-playground__result,
html[data-theme="dark"] .bc-claude-definition-list > div,
html[data-theme="dark"] .bc-claude-page-footer {
	border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .bc-claude-flag-button,
html[data-theme="dark"] .bc-claude-submit-button,
html[data-theme="dark"] .bc-claude-module-toggle {
	border-color: rgba(255, 255, 255, 0.14);
	color: #ff8a84;
}

html[data-theme="dark"] .bc-claude-score-ring {
	background: conic-gradient(#2ba36a var(--score, 0%), rgba(255, 255, 255, 0.08) 0);
}

html[data-theme="dark"] .bc-claude-score-ring::before {
	background: var(--theme-palette-color-6, #1e1e1e);
}

html[data-theme="dark"] .bc-claude-review-answer {
	background: rgba(43, 163, 106, 0.12);
	color: #8ce0b1;
}

html[data-theme="dark"] .bc-claude-playground select {
	background-color: #292b31;
	border-color: rgba(255, 255, 255, 0.12);
	color: #ededed;
	color-scheme: dark;
}

html[data-theme="dark"] .bc-claude-playground__brief {
	background: #121419;
}

html[data-theme="dark"] .bc-claude-playground__empty,
html[data-theme="dark"] .bc-claude-lab-takeaway {
	background: #111111;
	border-left-color: #e62e2d;
}

/* Brand cleanup: remove translucent red reading surfaces and keep red as the accent color. */
.bc-claude-trust-note a,
.bc-claude-inline-link {
	color: #e62e2d !important;
}

.bc-claude-trust-note,
.bc-claude-domain-card,
.bc-claude-progress-panel,
.bc-claude-mock,
.bc-claude-playground,
.bc-claude-deliverable,
.bc-claude-playground__empty,
.bc-claude-lab-takeaway {
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
}

html[data-theme="dark"] .bc-claude-free-pill {
	background: #111111;
	border-color: rgba(230, 46, 45, 0.58);
	color: #ffffff;
}

html[data-theme="dark"] .bc-claude-answer:hover,
html[data-theme="dark"] .bc-claude-answer:focus-within,
html[data-theme="dark"] .bc-claude-mode-card:has(input:checked),
html[data-theme="dark"] .bc-claude-answer:has(input:checked) {
	box-shadow: 0 0 0 3px rgba(230, 46, 45, 0.16);
}

@media (max-width: 999px) {
	.bc-claude-trust-note,
	.bc-claude-progress-panel,
	.bc-claude-reference-board {
		grid-template-columns: 1fr;
	}

	.bc-claude-trust-note a {
		justify-self: start;
	}

	.bc-claude-exam-facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bc-claude-mock__body {
		grid-template-columns: 1fr;
	}

	.bc-claude-question-nav {
		border-bottom: 1px solid var(--theme-palette-color-5, #e5e7eb);
		border-right: 0;
	}

	.bc-claude-question-nav > div:first-of-type {
		display: flex;
		max-height: none;
		overflow-x: auto;
		padding: 0.2rem;
	}

	.bc-claude-question-nav button {
		flex: 0 0 36px;
	}

	.bc-claude-question-legend {
		display: flex;
	}

	.bc-claude-domain-results {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bc-claude-playground {
		grid-template-columns: 1fr;
	}

	.bc-claude-playground__brief {
		grid-row: auto;
	}
}

@media (max-width: 720px) {
	.bc-claude-blueprint-grid,
	.bc-claude-mode-grid,
	.bc-claude-rule-grid,
	.bc-claude-definition-list,
	.bc-claude-decision-grid {
		grid-template-columns: 1fr;
	}

	.bc-claude-domain-card:last-child {
		grid-column: auto;
	}

	.bc-claude-exam-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bc-claude-mock__bar {
		grid-template-columns: 1fr 1fr;
	}

	.bc-claude-mock__bar > div:first-child {
		grid-column: 1 / -1;
	}

	.bc-claude-score-hero {
		grid-template-columns: 1fr;
	}

	.bc-claude-domain-results {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bc-claude-architecture-diagram {
		grid-template-columns: 1fr;
	}

	.bc-claude-architecture-diagram span {
		transform: rotate(90deg);
	}
}

@media (max-width: 640px) {
	.bc-claude-access-gate {
		border-radius: 20px;
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.bc-claude-access-gate__visual {
		min-height: 240px;
		padding: 1.25rem 1.25rem 0;
	}

	.bc-claude-access-gate__visual img {
		max-height: 260px;
	}

	.bc-claude-access-gate__copy {
		padding: 1.6rem 1.25rem 2rem;
	}

	.bc-claude-access-gate__copy h1 {
		font-size: 2.45rem;
	}

	.bc-claude-access-form > div {
		grid-template-columns: 1fr;
	}

	.bc-claude-access-form .bc-learning-button {
		justify-content: center;
		width: 100%;
	}

	.bc-claude-page .bc-learning-sticky-nav {
		border-radius: 16px;
		flex-wrap: nowrap;
		justify-content: flex-start;
		padding: 0.45rem;
	}

	.bc-claude-page .bc-learning-sticky-nav a {
		flex: 0 0 auto;
		padding: 0.6rem 0.72rem;
	}

	.bc-claude-free-pill {
		border-radius: 14px;
		line-height: 1.45;
	}

	.bc-claude-curriculum .bc-learning-journey-step__links {
		align-items: stretch;
		flex-direction: column;
	}

	.bc-claude-module-toggle {
		width: 100%;
	}

	.bc-claude-mock__controls {
		align-items: stretch;
		flex-direction: column;
	}

	.bc-claude-mock__controls .bc-learning-button,
	.bc-claude-flag-button,
	.bc-claude-submit-button {
		margin-left: 0;
		width: 100%;
	}

	.bc-claude-answer {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.bc-claude-answer input {
		grid-row: span 2;
	}

	.bc-claude-answer__letter {
		display: none;
	}

	.bc-claude-score-ring {
		height: 130px;
		width: 130px;
	}

	.bc-claude-domain-results {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bc-claude-progress-track span,
	.bc-claude-mode-card,
	.bc-claude-answer,
	.bc-claude-module-toggle {
		transition: none;
	}
}

@media (forced-colors: active) {
	.bc-claude-weight span,
	.bc-claude-progress-track span,
	.bc-claude-question-nav button.is-answered {
		forced-color-adjust: none;
	}
}
