.radical-leadership-app {
  --rl-ink: #172033;
  --rl-muted: #637083;
  --rl-line: #dfe5ec;
  --rl-blue: #2856d7;
  --rl-blue-dark: #1f46b8;
  --rl-soft: #eef3ff;
  --rl-green: #137b63;
  --rl-green-soft: #e8f7f2;
  --rl-amber: #a76008;
  --rl-amber-soft: #fff5df;
  min-height: 100vh;
  color: var(--rl-ink);
  background: #f6f8fb;
  font-family: "Be Vietnam Pro", sans-serif;
}

.radical-leadership-app *,
.radical-leadership-app *::before,
.radical-leadership-app *::after { box-sizing: border-box; }
.radical-leadership-app button,
.radical-leadership-app input { font: inherit; }
.radical-leadership-app button { cursor: pointer; }
.radical-leadership-app button:disabled { cursor: not-allowed; }
.radical-leadership-app h1,
.radical-leadership-app h2,
.radical-leadership-app p,
.radical-leadership-app blockquote { margin: 0; }
.radical-leadership-app .material-symbols-rounded { font-size: 22px; line-height: 1; }

.radical-leadership-shell { min-height: 100vh; }
.radical-leadership-header {
  height: 72px;
  padding: 0 clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  background: #fff;
  border-bottom: 1px solid var(--rl-line);
}
.radical-leadership-brand {
  width: max-content;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--rl-ink);
  background: none;
  border: 0;
}
.radical-leadership-brand > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: var(--rl-blue);
}
.radical-leadership-brand strong { font-size: 16px; }
.radical-leadership-header nav { display: flex; align-self: stretch; }
.radical-leadership-header nav button {
  padding: 0 18px;
  color: var(--rl-muted);
  background: none;
  border: 0;
  border-bottom: 3px solid transparent;
}
.radical-leadership-header nav button.is-active { color: var(--rl-blue); border-bottom-color: var(--rl-blue); font-weight: 700; }
.radical-leadership-user { justify-self: end; display: flex; align-items: center; gap: 7px; color: var(--rl-muted); font-size: 14px; }

.radical-leadership-dashboard { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 42px 0 70px; }
.radical-leadership-hero {
  min-height: 330px;
  padding: clamp(32px, 5vw, 62px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .75fr);
  align-items: center;
  gap: 50px;
  overflow: hidden;
  color: #fff;
  background: #1d2b4f;
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(24, 35, 67, .16);
}
.radical-leadership-kicker { display: block; margin-bottom: 12px; color: #4d68b9; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.radical-leadership-hero .radical-leadership-kicker { color: #9db6ff; }
.radical-leadership-hero h1 { max-width: 650px; font-size: clamp(36px, 5vw, 58px); line-height: 1.08; letter-spacing: -.035em; }
.radical-leadership-hero p { max-width: 670px; margin-top: 18px; color: #d6deef; font-size: 16px; line-height: 1.75; }
.radical-leadership-primary,
.radical-leadership-secondary {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 750;
}
.radical-leadership-primary { color: #fff; background: var(--rl-blue); }
.radical-leadership-primary:hover { background: var(--rl-blue-dark); }
.radical-leadership-primary:disabled { color: #8994a5; background: #e5e9ef; }
.radical-leadership-secondary { color: var(--rl-ink); background: #fff; border-color: var(--rl-line); }
.radical-leadership-hero .radical-leadership-primary { margin-top: 28px; background: #fff; color: #213e91; }
.radical-leadership-compass {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
}
.radical-leadership-compass::before,
.radical-leadership-compass::after { content: ""; position: absolute; background: rgba(255,255,255,.3); }
.radical-leadership-compass::before { left: 50%; top: 0; bottom: 0; width: 1px; }
.radical-leadership-compass::after { top: 50%; left: 0; right: 0; height: 1px; }
.radical-leadership-compass i { padding: 22px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 12px; line-height: 1.4; font-style: normal; color: #cbd7f1; }
.radical-leadership-compass .q2 { color: #fff; background: rgba(61, 187, 143, .24); border-radius: 0 18px 0 0; font-weight: 800; }
.radical-leadership-compass .axis { position: absolute; color: #dce4f6; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.radical-leadership-compass .axis-care { left: -20px; top: 50%; transform: rotate(-90deg) translateY(-50%); transform-origin: left top; }
.radical-leadership-compass .axis-challenge { bottom: -23px; left: 50%; transform: translateX(-50%); }

.radical-leadership-overview {
  margin: 22px 0;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 190px 190px 1fr;
  gap: 22px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--rl-line);
  border-radius: 18px;
}
.radical-leadership-overview > div { display: flex; align-items: center; gap: 12px; }
.radical-leadership-overview > div > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--rl-blue); background: var(--rl-soft); border-radius: 12px; }
.radical-leadership-overview p { display: flex; flex-direction: column; gap: 2px; }
.radical-leadership-overview small { color: var(--rl-muted); }
.radical-leadership-overview strong { font-size: 20px; }
.radical-leadership-overall { padding-left: 22px; border-left: 1px solid var(--rl-line); display: grid !important; grid-template-columns: auto 1fr; }
.radical-leadership-overall > i,
.radical-leadership-topic-copy > i { height: 8px; overflow: hidden; background: #e8ecf2; border-radius: 999px; }
.radical-leadership-overall > i b,
.radical-leadership-topic-copy > i b { display: block; height: 100%; background: var(--rl-blue); border-radius: inherit; }

.radical-leadership-recommended {
  padding: 20px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  background: var(--rl-soft);
  border: 1px solid #cad7fb;
  border-radius: 16px;
}
.radical-leadership-recommended > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--rl-blue); background: #fff; border-radius: 14px; }
.radical-leadership-recommended div { display: flex; flex-direction: column; gap: 3px; }
.radical-leadership-recommended small { color: #496095; font-weight: 700; }
.radical-leadership-recommended strong { font-size: 18px; }
.radical-leadership-recommended p { color: var(--rl-muted); }
.radical-leadership-recommended button { display: flex; align-items: center; gap: 5px; color: var(--rl-blue); background: none; border: 0; font-weight: 800; }

.radical-leadership-topics { margin-top: 48px; }
.radical-leadership-section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 20px; }
.radical-leadership-section-heading span { color: var(--rl-blue); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.radical-leadership-section-heading h2 { margin-top: 4px; font-size: 28px; }
.radical-leadership-section-heading p { max-width: 440px; color: var(--rl-muted); line-height: 1.6; }
.radical-leadership-topic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.radical-leadership-topic {
  min-height: 150px;
  padding: 20px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 14px;
  align-items: start;
  text-align: left;
  color: var(--rl-ink);
  background: #fff;
  border: 1px solid var(--rl-line);
  border-radius: 16px;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.radical-leadership-topic:not(:disabled):hover { transform: translateY(-2px); border-color: #aebeed; box-shadow: 0 12px 28px rgba(36, 61, 118, .1); }
.radical-leadership-topic:disabled { opacity: .58; }
.radical-leadership-topic-number { color: #9aa4b1; font-weight: 800; }
.radical-leadership-topic-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--rl-blue); background: var(--rl-soft); border-radius: 12px; }
.radical-leadership-topic-copy { display: grid; grid-template-columns: 1fr auto; gap: 5px 12px; min-width: 0; }
.radical-leadership-topic-copy small { grid-column: 1 / -1; display: flex; align-items: center; gap: 5px; color: var(--rl-muted); font-size: 11px; font-weight: 700; }
.radical-leadership-topic-copy small .material-symbols-rounded { font-size: 16px; }
.radical-leadership-topic-copy strong { grid-column: 1 / -1; font-size: 16px; }
.radical-leadership-topic-copy em { grid-column: 1 / -1; color: var(--rl-muted); font-size: 13px; line-height: 1.45; font-style: normal; }
.radical-leadership-topic-copy > i { margin-top: 10px; }
.radical-leadership-topic-copy > span { color: var(--rl-muted); font-size: 11px; }
.radical-leadership-topic.is-mastered { border-color: #a8dccc; }
.radical-leadership-topic.is-mastered .radical-leadership-topic-icon { color: var(--rl-green); background: var(--rl-green-soft); }
.radical-leadership-topic.is-mastered .radical-leadership-topic-copy > i b { background: var(--rl-green); }
.radical-leadership-topic.is-remediation { border-color: #ead2a6; }

.radical-leadership-sources { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 48px 0 80px; }
.radical-leadership-back { margin-bottom: 38px; padding: 0; display: flex; align-items: center; gap: 7px; color: var(--rl-muted); background: none; border: 0; }
.radical-leadership-sources h1 { font-size: clamp(34px, 5vw, 52px); }
.radical-leadership-sources > p { margin-top: 18px; max-width: 760px; color: var(--rl-muted); font-size: 16px; line-height: 1.8; }
.radical-leadership-source-list { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.radical-leadership-source-list a { padding: 20px; display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; color: var(--rl-ink); text-decoration: none; background: #fff; border: 1px solid var(--rl-line); border-radius: 14px; }
.radical-leadership-source-list a > span { grid-row: 1 / 3; color: var(--rl-blue); }
.radical-leadership-source-list small { color: var(--rl-muted); }
.radical-leadership-scope-note { margin-top: 24px; padding: 20px; display: flex; gap: 12px; color: #725013; background: var(--rl-amber-soft); border-radius: 14px; line-height: 1.65; }

.radical-leadership-practice-shell { min-height: 100vh; display: grid; grid-template-rows: auto auto 1fr auto; background: #f6f8fb; }
.radical-leadership-practice-header { min-height: 68px; padding: 12px clamp(18px, 4vw, 48px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; background: #fff; }
.radical-leadership-practice-header button { width: max-content; padding: 8px 0; display: flex; align-items: center; gap: 7px; color: var(--rl-muted); background: none; border: 0; }
.radical-leadership-practice-header > span { display: flex; align-items: center; gap: 10px; }
.radical-leadership-practice-header > span i { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--rl-blue); border-radius: 10px; font-style: normal; font-weight: 800; }
.radical-leadership-practice-header > em { justify-self: end; color: var(--rl-muted); font-size: 13px; font-style: normal; font-weight: 700; }
.radical-leadership-progress { height: 5px; background: #e3e8f0; }
.radical-leadership-progress > i { display: block; height: 100%; background: var(--rl-blue); transition: width .2s ease; }
.radical-leadership-practice-card { width: min(840px, calc(100% - 36px)); margin: 34px auto; }
.radical-leadership-step { padding: clamp(28px, 5vw, 52px); background: #fff; border: 1px solid var(--rl-line); border-radius: 20px; box-shadow: 0 12px 34px rgba(31, 47, 77, .08); }
.radical-leadership-step > h1 { font-size: clamp(28px, 4vw, 40px); line-height: 1.2; letter-spacing: -.025em; }
.radical-leadership-story > p,
.radical-leadership-concept > p { margin-top: 22px; color: #3e495a; font-size: 16px; line-height: 1.9; }
.radical-leadership-story > div { margin-top: 28px; padding: 18px; display: flex; gap: 12px; color: #284580; background: var(--rl-soft); border-radius: 14px; line-height: 1.6; }
.radical-leadership-signs { margin-top: 28px; padding: 20px; display: grid; gap: 10px; background: var(--rl-green-soft); border-radius: 14px; }
.radical-leadership-signs strong { color: var(--rl-green); }
.radical-leadership-signs span { display: flex; gap: 8px; align-items: center; color: #28594e; }
.radical-leadership-signs .material-symbols-rounded { font-size: 19px; }
.radical-leadership-concept blockquote,
.radical-leadership-result blockquote { margin-top: 24px; padding: 18px 20px; color: #284580; background: var(--rl-soft); border-left: 4px solid var(--rl-blue); border-radius: 0 12px 12px 0; font-weight: 750; }
.radical-leadership-playbook ol { margin: 26px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.radical-leadership-playbook li { padding: 14px 16px; display: flex; gap: 10px; align-items: center; background: #f7f8fa; border-radius: 11px; }
.radical-leadership-playbook li span { color: var(--rl-blue); }
.radical-leadership-example,
.radical-leadership-avoid { margin-top: 20px; padding: 20px; display: grid; gap: 10px; border-radius: 14px; }
.radical-leadership-example { color: #28594e; background: var(--rl-green-soft); }
.radical-leadership-avoid { color: #76500d; background: var(--rl-amber-soft); }
.radical-leadership-example strong,
.radical-leadership-avoid strong { display: flex; align-items: center; gap: 8px; }
.radical-leadership-example p { line-height: 1.6; }
.radical-leadership-avoid span { padding-left: 18px; position: relative; }
.radical-leadership-avoid span::before { content: "·"; position: absolute; left: 4px; }

.radical-leadership-quiz > h1 { max-width: 760px; font-size: clamp(24px, 3.5vw, 34px); }
.radical-leadership-quiz-hint { margin-top: 12px; color: var(--rl-muted); line-height: 1.55; }
.radical-leadership-options { margin-top: 26px; display: grid; gap: 11px; }
.radical-leadership-options button { min-height: 64px; padding: 13px 16px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; text-align: left; color: var(--rl-ink); background: #fff; border: 1.5px solid var(--rl-line); border-radius: 13px; }
.radical-leadership-options button:not(:disabled):hover { border-color: #9fb2e9; background: #f8faff; }
.radical-leadership-options button > span:first-child { width: 34px; height: 34px; display: grid; place-items: center; color: var(--rl-blue); background: var(--rl-soft); border-radius: 9px; font-weight: 800; }
.radical-leadership-options button > strong { line-height: 1.5; font-size: 14px; }
.radical-leadership-options button > .material-symbols-rounded { color: #c5ccd7; }
.radical-leadership-options button.is-correct { border-color: #62b89e; background: var(--rl-green-soft); }
.radical-leadership-options button.is-correct > span:first-child { color: #fff; background: var(--rl-green); }
.radical-leadership-options button.is-wrong { border-color: #df8f82; background: #fff0ed; }
.radical-leadership-options button.is-wrong > span:first-child { color: #fff; background: #b94e41; }
.radical-leadership-options button.is-muted { opacity: .48; }
.radical-leadership-feedback { margin-top: 22px; padding: 18px; display: flex; gap: 12px; border-radius: 14px; }
.radical-leadership-feedback.is-correct { color: #28594e; background: var(--rl-green-soft); }
.radical-leadership-feedback.is-wrong { color: #794439; background: #fff0ed; }
.radical-leadership-feedback div { display: grid; gap: 6px; }
.radical-leadership-feedback p,
.radical-leadership-feedback em { line-height: 1.55; }
.radical-leadership-feedback em { opacity: .82; font-size: 13px; font-style: normal; }

.radical-leadership-practice-footer { min-height: 82px; padding: 14px max(18px, calc((100% - 840px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 14px; background: #fff; border-top: 1px solid var(--rl-line); }
.radical-leadership-result { text-align: center; }
.radical-leadership-result-icon { width: 72px; height: 72px; margin: 0 auto 22px; display: grid; place-items: center; color: #fff; background: var(--rl-green); border-radius: 22px; }
.radical-leadership-result-icon .material-symbols-rounded { font-size: 38px; }
.radical-leadership-result.is-retry .radical-leadership-result-icon { background: var(--rl-amber); }
.radical-leadership-result > p { margin: 16px auto 0; max-width: 620px; color: var(--rl-muted); line-height: 1.7; }
.radical-leadership-score { margin-top: 28px; padding: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; background: #f7f8fa; border-radius: 14px; }
.radical-leadership-score span { display: flex; flex-direction: column; gap: 5px; }
.radical-leadership-score small { color: var(--rl-muted); }
.radical-leadership-score strong { font-size: 21px; }
.radical-leadership-next-action { margin-top: 22px; padding: 18px; display: flex; gap: 12px; text-align: left; color: #284580; background: var(--rl-soft); border-radius: 14px; }
.radical-leadership-next-action div { display: grid; gap: 5px; }
.radical-leadership-next-action p { line-height: 1.55; }
.radical-leadership-next-action small { color: #64739a; }
.radical-leadership-result > .radical-leadership-primary { margin-top: 25px; }

@media (max-width: 900px) {
  .radical-leadership-header { grid-template-columns: 1fr auto; }
  .radical-leadership-header nav { display: none; }
  .radical-leadership-hero { grid-template-columns: 1fr; }
  .radical-leadership-compass { width: min(360px, 90%); margin: 0 auto; }
  .radical-leadership-overview { grid-template-columns: 1fr 1fr; }
  .radical-leadership-overall { grid-column: 1 / -1; padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--rl-line); }
  .radical-leadership-topic-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .radical-leadership-header { height: 62px; padding: 0 16px; }
  .radical-leadership-brand > span { width: 34px; height: 34px; }
  .radical-leadership-brand strong { font-size: 14px; }
  .radical-leadership-user { font-size: 0; }
  .radical-leadership-dashboard { width: min(100% - 24px, 1220px); padding-top: 18px; }
  .radical-leadership-hero { padding: 28px 22px 42px; gap: 34px; border-radius: 18px; }
  .radical-leadership-hero h1 { font-size: 35px; }
  .radical-leadership-compass { width: 88%; }
  .radical-leadership-overview { padding: 18px; grid-template-columns: 1fr; }
  .radical-leadership-overall { grid-column: auto; }
  .radical-leadership-recommended { grid-template-columns: auto 1fr; }
  .radical-leadership-recommended button { grid-column: 2; justify-self: start; padding: 8px 0; }
  .radical-leadership-section-heading { align-items: start; flex-direction: column; }
  .radical-leadership-topic { padding: 16px; grid-template-columns: auto 1fr; }
  .radical-leadership-topic-number { display: none; }
  .radical-leadership-source-list { grid-template-columns: 1fr; }
  .radical-leadership-practice-header { grid-template-columns: auto 1fr auto; padding: 10px 14px; }
  .radical-leadership-practice-header button { font-size: 0; }
  .radical-leadership-practice-header button .material-symbols-rounded { font-size: 24px; }
  .radical-leadership-practice-header > span strong { max-width: 130px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
  .radical-leadership-practice-header > em { font-size: 11px; }
  .radical-leadership-practice-card { width: calc(100% - 20px); margin: 16px auto; }
  .radical-leadership-step { padding: 24px 18px; border-radius: 16px; }
  .radical-leadership-story > p,
  .radical-leadership-concept > p { font-size: 15px; line-height: 1.78; }
  .radical-leadership-options button { padding: 12px; grid-template-columns: auto 1fr; }
  .radical-leadership-options button > .material-symbols-rounded { display: none; }
  .radical-leadership-practice-footer { min-height: 72px; padding: 10px; position: sticky; bottom: 0; z-index: 2; }
  .radical-leadership-practice-footer button { flex: 1; padding: 0 12px; }
  .radical-leadership-score { grid-template-columns: 1fr; }
}
