.notes-room {
  --notes-bg: #faf7f0;
  --notes-ink: #2c2c2a;
  --notes-soft: #6f6b61;
  --notes-line: rgba(189, 179, 159, .5);
  --notes-paper: #fffdf8;
  --notes-green: #4f6f32;
  --notes-green-dark: #354b22;
  --notes-green-soft: #eef4e5;
  --notes-coral: #d86a57;
  --notes-coral-ink: #a33f31;
  --notes-coral-soft: #fff0ec;
  --notes-amber: #d9962f;
  --notes-amber-ink: #8a5712;
  --notes-amber-soft: #fff5e3;
  --notes-teal: #2d8790;
  --notes-teal-ink: #1f6870;
  --notes-teal-soft: #e9f7f7;
  --notes-plum: #8a6fa8;
  --notes-plum-soft: #f2ecf8;
  --notes-branch-line: #bdb39f;
  width: min(100% - 32px, 1200px);
  margin: 0 auto 3.5rem;
  color: var(--notes-ink);
  font-family: var(--font-body);
  font-size: .92rem;
  line-height: 1.7;
}

.notes-room *,
.notes-room *::before,
.notes-room *::after {
  box-sizing: border-box;
}

.notes-ad {
  min-height: 92px;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #8a8373;
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.notes-ad--top {
  width: min(100% - 32px, 1200px);
  min-height: 88px;
  margin: 1rem auto 0;
}

.notes-ad--inline {
  min-height: 96px;
  margin: .2rem 0 1rem;
}

.notes-ad--side {
  min-height: 250px;
}

.notes-ad .ad-slot {
  width: 100%;
  min-height: inherit;
  display: block;
}

.notes-ad .adsbygoogle {
  display: block;
  width: 100%;
  min-height: inherit;
}

.notes-ad .ad-slot__label {
  color: inherit;
}

.notes-room h1,
.notes-room h2,
.notes-room h3,
.notes-room p {
  margin-top: 0;
}

.notes-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
  gap: 1.2rem;
  align-items: end;
  padding: 2.1rem 0 1.2rem;
}

.notes-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: .9rem;
  color: var(--notes-soft);
  font-size: .78rem;
  line-height: 1.45;
}

.notes-crumbs a {
  color: inherit;
  text-decoration: none;
}

.notes-crumbs a::after {
  content: ">";
  margin-left: .45rem;
}

.notes-kicker {
  margin-bottom: .35rem;
  color: var(--notes-green);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.notes-hero h1 {
  margin-bottom: .5rem;
  font-family: var(--font-display);
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}

.notes-hero__copy > p:last-child {
  max-width: 660px;
  color: var(--notes-soft);
  font-size: .92rem;
  line-height: 1.7;
}

.notes-progress {
  display: grid;
  gap: .45rem;
  border: 1px solid var(--notes-line);
  border-radius: 8px;
  background: rgba(255, 253, 248, .86);
  padding: 1rem;
}

.notes-progress span {
  color: var(--notes-soft);
}

.notes-progress strong {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.2;
}

.notes-progress div {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(44, 44, 38, .1);
}

.notes-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #94a14a;
  transition: width .24s ease;
}

.notes-stage {
  display: grid;
  grid-template-columns: 232px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.notes-side {
  position: sticky;
  top: 82px;
  display: grid;
  gap: 1rem;
}

.notes-side h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.2;
}

.notes-side nav,
.notes-side__links {
  display: grid;
  gap: .5rem;
}

.notes-side button,
.notes-side__links a {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: .65rem;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--notes-ink);
  padding: .65rem .75rem;
  font: inherit;
  font-size: .8rem;
  font-weight: 650;
  line-height: 1.45;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.notes-side button.is-active,
.notes-side button:hover,
.notes-side__links a:hover {
  border-color: var(--notes-line);
  background: rgba(238, 244, 219, .72);
}

.notes-side__links a {
  background: rgba(255, 253, 248, .78);
  border-color: var(--notes-line);
}

.notes-dot {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 999px;
  background: var(--notes-green);
}

.notes-dot--coral { background: var(--notes-coral); }
.notes-dot--amber { background: var(--notes-amber); }
.notes-dot--blue { background: var(--notes-teal); }

.notes-workspace {
  display: grid;
  gap: 1rem;
}

.notes-map,
.notes-checks,
.notes-practice {
  border: 1px solid var(--notes-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 253, 248, .98), var(--notes-bg));
  box-shadow: 0 14px 34px rgba(44, 44, 42, .06);
}

.notes-map {
  position: relative;
  padding: 1rem;
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(circle at 62% 18%, rgba(255, 255, 255, .78), transparent 34%),
    radial-gradient(circle at 18% 74%, rgba(238, 244, 229, .42), transparent 38%),
    linear-gradient(180deg, #fffdf8 0%, #faf7f0 100%);
  box-shadow:
    0 16px 38px rgba(44, 44, 42, .055),
    inset 0 0 0 1px rgba(255, 255, 255, .62);
}

.notes-map__head,
.notes-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.notes-map__head h2,
.notes-section-head h2 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: 0;
}

.notes-map__head > p {
  max-width: 250px;
  color: var(--notes-soft);
  font-size: .8rem;
  line-height: 1.65;
}

.notes-mindmap-shell {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.notes-mindmap {
  --branch-card-width: clamp(240px, 36%, 300px);
  --branch-card-min-height: 78px;
  --map-spine-x: clamp(320px, 48%, 390px);
  --map-spine-width: 2px;
  display: grid;
  justify-items: start;
  width: 100%;
  min-width: 0;
  padding: .6rem .6rem 0;
}

.notes-map-root {
  position: relative;
  width: 360px;
  min-height: 92px;
  display: grid;
  place-items: center;
  justify-self: start;
  margin: 0 0 0 calc(var(--map-spine-x) - 180px);
  border: 1.35px solid var(--notes-green-dark);
  border-radius: 14px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, .18), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(34, 56, 24, .18), transparent 34%),
    linear-gradient(180deg, #6f8f3d 0%, #4f6f32 62%, #3f5f2a 100%);
  color: #fffdf8;
  text-align: center;
  box-shadow:
    0 16px 34px rgba(53, 75, 34, .18),
    inset 0 1px 0 rgba(255, 255, 255, .18),
    inset 0 -8px 18px rgba(22, 41, 16, .12);
}

.notes-map-root__title {
  display: grid;
  grid-template-columns: 34px minmax(0, auto) 34px;
  gap: .72rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 1.1rem;
}

.notes-map-root strong {
  position: relative;
  display: inline-grid;
  justify-items: center;
  gap: .28rem;
  font-family: var(--font-display);
  font-size: 1.72rem;
  font-weight: 650;
  line-height: 1.1;
  color: #fffdf8;
}

.notes-map-root strong::after {
  content: "";
  width: 108px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #e6d9a8 18%, #fff2bd 50%, #e6d9a8 82%, transparent);
  box-shadow: 0 1px 0 rgba(53, 75, 34, .18);
}

.notes-map-root__leaf {
  width: 34px;
  height: 34px;
  background: url("/assets/img/mindmap/leaf1.svg") center / contain no-repeat;
  filter: brightness(0) invert(1);
  opacity: .7;
}

.notes-map-root__leaf--right {
  transform: scaleX(-1);
}

.notes-map-root::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -48px;
  width: var(--map-spine-width);
  height: 48px;
  border-radius: 999px;
  background: rgba(79, 111, 50, .72);
  transform: translateX(-50%);
}

.notes-branch-list {
  position: relative;
  display: grid;
  gap: 1rem;
  width: 100%;
  min-width: 0;
  margin-top: 2.45rem;
  padding-top: .35rem;
}

.notes-branch-list::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -26px;
  bottom: 36px;
  left: var(--map-spine-x);
  width: var(--map-spine-width);
  border-radius: 999px;
  background: rgba(79, 111, 50, .72);
  transform: translateX(-50%);
}

.notes-branch {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: var(--branch-card-width) minmax(280px, 1fr);
  gap: calc(var(--map-spine-x) - var(--branch-card-width) + 24px);
  align-items: start;
}

.notes-branch::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(var(--branch-card-min-height) / 2);
  left: var(--branch-card-width);
  width: calc(var(--map-spine-x) - var(--branch-card-width));
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--branch-line), rgba(255, 255, 255, .2));
  opacity: .95;
}

.notes-branch.is-open::before {
  width: calc(var(--map-spine-x) - var(--branch-card-width) + 18px);
}

.notes-branch::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: calc(var(--branch-card-min-height) / 2);
  left: var(--map-spine-x);
  width: 10px;
  height: 10px;
  border: 2px solid var(--notes-bg);
  border-radius: 999px;
  background: var(--branch-line);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, .82),
    0 5px 10px rgba(44, 44, 42, .12);
  transform: translate(-50%, -50%);
}

.notes-branch__head {
  position: relative;
  z-index: 3;
  min-height: var(--branch-card-min-height);
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 30px;
  gap: .72rem;
  align-items: center;
  border: 1.25px solid currentColor;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .48), rgba(255, 255, 255, .12)),
    var(--branch-soft);
  color: var(--branch-ink);
  box-shadow:
    0 10px 24px rgba(44, 44, 42, .065),
    inset 0 1px 0 rgba(255, 255, 255, .72);
  padding: .75rem .82rem;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    background .16s ease,
    border-color .16s ease;
}

.notes-branch__head:hover {
  transform: translateY(-2px);
  box-shadow:
    0 15px 30px rgba(44, 44, 42, .09),
    inset 0 1px 0 rgba(255, 255, 255, .78);
}

.notes-branch__head:focus-visible,
.notes-node button:focus-visible {
  outline: 3px solid rgba(148, 161, 74, .28);
  outline-offset: 3px;
}

.notes-branch.is-open .notes-branch__head {
  box-shadow:
    0 16px 34px rgba(44, 44, 42, .095),
    inset 0 1px 0 rgba(255, 255, 255, .78);
}

.notes-branch__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1.25px solid currentColor;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 26%, rgba(255, 255, 255, .92), rgba(255, 253, 248, .56));
  box-shadow:
    inset 0 0 0 5px rgba(255, 255, 255, .3),
    0 5px 12px rgba(44, 44, 42, .065);
  opacity: .92;
}

.notes-branch__icon::before {
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  background: currentColor;
  opacity: .9;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.notes-branch--coral .notes-branch__icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7' r='3'/%3E%3Cpath d='M5.7 20v-1.2c0-3.1 2.8-5.5 6.3-5.5s6.3 2.4 6.3 5.5V20'/%3E%3Ccircle cx='5.7' cy='9.4' r='2.1'/%3E%3Ccircle cx='18.3' cy='9.4' r='2.1'/%3E%3Cpath d='M2.8 19v-.7c0-2 1.6-3.6 3.8-3.8'/%3E%3Cpath d='M21.2 19v-.7c0-2-1.6-3.6-3.8-3.8'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7' r='3'/%3E%3Cpath d='M5.7 20v-1.2c0-3.1 2.8-5.5 6.3-5.5s6.3 2.4 6.3 5.5V20'/%3E%3Ccircle cx='5.7' cy='9.4' r='2.1'/%3E%3Ccircle cx='18.3' cy='9.4' r='2.1'/%3E%3Cpath d='M2.8 19v-.7c0-2 1.6-3.6 3.8-3.8'/%3E%3Cpath d='M21.2 19v-.7c0-2-1.6-3.6-3.8-3.8'/%3E%3C/g%3E%3C/svg%3E");
}

.notes-branch--amber .notes-branch__icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='6.2' rx='5.4' ry='2.4'/%3E%3Cpath d='M6.6 6.2v10.9c0 1.3 2.4 2.4 5.4 2.4s5.4-1.1 5.4-2.4V6.2'/%3E%3Cpath d='M6.6 10c0 1.3 2.4 2.4 5.4 2.4s5.4-1.1 5.4-2.4'/%3E%3Cpath d='M6.6 13.6c0 1.3 2.4 2.4 5.4 2.4s5.4-1.1 5.4-2.4'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='6.2' rx='5.4' ry='2.4'/%3E%3Cpath d='M6.6 6.2v10.9c0 1.3 2.4 2.4 5.4 2.4s5.4-1.1 5.4-2.4V6.2'/%3E%3Cpath d='M6.6 10c0 1.3 2.4 2.4 5.4 2.4s5.4-1.1 5.4-2.4'/%3E%3Cpath d='M6.6 13.6c0 1.3 2.4 2.4 5.4 2.4s5.4-1.1 5.4-2.4'/%3E%3C/g%3E%3C/svg%3E");
}

.notes-branch--blue .notes-branch__icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10.3h16L12 4.8 4 10.3z'/%3E%3Cpath d='M6 10.3v7.4'/%3E%3Cpath d='M10 10.3v7.4'/%3E%3Cpath d='M14 10.3v7.4'/%3E%3Cpath d='M18 10.3v7.4'/%3E%3Cpath d='M4.8 17.7h14.4'/%3E%3Cpath d='M3.8 20.2h16.4'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10.3h16L12 4.8 4 10.3z'/%3E%3Cpath d='M6 10.3v7.4'/%3E%3Cpath d='M10 10.3v7.4'/%3E%3Cpath d='M14 10.3v7.4'/%3E%3Cpath d='M18 10.3v7.4'/%3E%3Cpath d='M4.8 17.7h14.4'/%3E%3Cpath d='M3.8 20.2h16.4'/%3E%3C/g%3E%3C/svg%3E");
}

.notes-branch__head > span:not(.notes-branch__icon) {
  display: block;
  color: var(--notes-ink);
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.25;
}

.notes-branch__head i,
.notes-node button i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1.25px solid currentColor;
  border-radius: 999px;
  background: linear-gradient(180deg, #fffdf8, #f8f2e7);
  box-shadow:
    0 3px 8px rgba(44, 44, 42, .07),
    inset 0 1px 0 rgba(255, 255, 255, .78);
  font-style: normal;
  font-weight: 900;
  transition:
    transform .16s ease,
    background .16s ease,
    box-shadow .16s ease;
}

.notes-branch__head:hover i,
.notes-node button:hover i {
  transform: scale(1.08);
}

.notes-branch.is-open .notes-branch__head i {
  background: currentColor;
  color: var(--notes-paper);
}

.notes-branch__body {
  position: relative;
  z-index: 2;
  min-width: 0;
  margin-top: 13px;
  margin-left: 4px;
  color: var(--branch-line);
  padding-left: 1.05rem;
}

.notes-branch__body::before {
  content: "";
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 0;
  width: 0;
  border-left: 1.6px solid var(--branch-line);
  border-radius: 999px;
  opacity: .46;
}

.notes-branch__body[hidden] {
  display: none;
}

.notes-branch--coral {
  --branch-color: var(--notes-coral);
  --branch-line: var(--notes-coral);
  --branch-ink: var(--notes-coral-ink);
  --branch-soft: var(--notes-coral-soft);
}

.notes-branch--amber {
  --branch-color: var(--notes-amber);
  --branch-line: var(--notes-amber);
  --branch-ink: var(--notes-amber-ink);
  --branch-soft: var(--notes-amber-soft);
}

.notes-branch--blue {
  --branch-color: var(--notes-teal);
  --branch-line: var(--notes-teal);
  --branch-ink: var(--notes-teal-ink);
  --branch-soft: var(--notes-teal-soft);
}

.notes-node-list {
  display: grid;
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.notes-node,
.notes-leaf {
  position: relative;
}

.notes-node::before,
.notes-leaf::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -1.05rem;
  width: 1.05rem;
  height: 0;
  border-top: 2px solid currentColor;
  background: transparent;
  transform: translateY(-50%);
}

.notes-node::after,
.notes-leaf::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -1.12rem;
  width: 7px;
  height: 7px;
  border: 2px solid var(--notes-bg);
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 2px 5px rgba(44, 44, 42, .1);
  transform: translate(-50%, -50%);
}

.notes-node button,
.notes-leaf span,
.notes-node > span {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 720px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  border: 1.2px solid currentColor;
  border-radius: 12px;
  background: var(--notes-paper);
  background-clip: padding-box;
  color: var(--notes-ink);
  box-shadow:
    0 8px 18px rgba(44, 44, 42, .045),
    inset 0 1px 0 rgba(255, 255, 255, .68);
  padding: .62rem .72rem;
  font: inherit;
  font-size: .8rem;
  line-height: 1.65;
  text-align: left;
  transition:
    transform .14s ease,
    box-shadow .14s ease,
    background .14s ease,
    border-color .14s ease;
}

.notes-node button {
  cursor: pointer;
}

.notes-node button:hover,
.notes-node button:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    0 12px 24px rgba(44, 44, 42, .07),
    inset 0 1px 0 rgba(255, 255, 255, .72);
}

.notes-node button span {
  color: var(--branch-ink);
  font-family: var(--font-body);
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.45;
}

.notes-leaf span,
.notes-node > span {
  background: rgba(255, 255, 255, .78);
  color: #4c4a43;
}

.notes-node-panel {
  margin: .55rem 0 0 1.1rem;
  border-left: 2px dashed rgba(189, 179, 159, .46);
  padding-left: .95rem;
}

.notes-map-tip {
  position: relative;
  width: min(calc(100% - 132px), 820px);
  min-height: 88px;
  display: flex;
  align-items: center;
  margin: 2.3rem 0 0 0;
  border: 1px solid rgba(189, 179, 159, .45);
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(255, 253, 248, .72), rgba(255, 253, 248, .5));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .72),
    0 8px 20px rgba(44, 44, 42, .045);
  padding: 1.15rem 1.5rem 1.15rem 5.2rem;
  overflow: visible;
}

.notes-map-tip::before {
  content: "";
  position: absolute;
  left: 1.1rem;
  right: 1.2rem;
  bottom: 1rem;
  height: 1px;
  border-bottom: 2px dashed rgba(189, 179, 159, .48);
}

.notes-map-tip::after {
  content: "";
  position: absolute;
  right: -142px;
  bottom: -5px;
  width: 190px;
  height: 142px;
  background: url("/assets/img/mindmap/plant1.svg") center bottom / contain no-repeat;
  opacity: .92;
  pointer-events: none;
  transform: translateY(-2px);
}

.notes-map-tip__leaf {
  position: absolute;
  left: 1.25rem;
  top: 1.2rem;
  width: 34px;
  height: 34px;
  background: url("/assets/img/mindmap/leaf1.svg") center / contain no-repeat;
  opacity: .42;
}

.notes-map-tip p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--notes-ink);
  font-size: .9rem;
  line-height: 1.5;
}

.notes-map-tip__plus {
  width: 1.55rem;
  height: 1.55rem;
  display: inline-grid;
  vertical-align: middle;
  place-items: center;
  margin: 0 .25rem;
  border: 1.4px solid var(--notes-green);
  border-radius: 999px;
  color: var(--notes-green);
  background: var(--notes-paper);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1;
}

.notes-node-panel[hidden] {
  display: none;
}

.notes-node-list--depth-1 .notes-leaf span,
.notes-node-list--depth-1 .notes-node > span {
  background: var(--branch-soft);
}

.notes-checks,
.notes-practice {
  padding: 1rem;
}

.notes-check-list {
  display: grid;
  gap: .2rem;
}

.notes-check-list article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: .75rem;
  align-items: center;
  border-bottom: 1px solid rgba(117, 105, 72, .16);
  padding: .65rem 0;
}

.notes-check-list article:last-child {
  border-bottom: 0;
}

.notes-check-list span {
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.notes-check-list p {
  margin-bottom: 0;
  font-size: .78rem;
  line-height: 1.45;
}

.notes-check-list div {
  display: flex;
  gap: .45rem;
}

.notes-check-list button {
  min-width: 76px;
  min-height: 36px;
  border: 1px solid var(--notes-line);
  border-radius: 8px;
  background: var(--notes-paper);
  font: inherit;
  font-size: .8rem;
  line-height: 1.45;
  cursor: pointer;
}

.notes-check-list article.is-correct button.is-picked {
  border-color: var(--notes-green);
  background: var(--notes-green-soft);
  color: var(--notes-green);
}

.notes-check-list article.is-wrong button.is-picked {
  border-color: var(--notes-coral);
  background: var(--notes-coral-soft);
  color: var(--notes-coral);
}

.notes-practice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}

.notes-practice-card {
  min-height: 154px;
  display: grid;
  align-content: start;
  gap: .45rem;
  border: 1px solid var(--notes-line);
  border-radius: 8px;
  background: rgba(255, 253, 248, .82);
  color: var(--notes-ink);
  padding: .95rem;
  text-decoration: none;
}

.notes-practice-card--soon {
  cursor: default;
  opacity: .82;
}

.notes-practice-card span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--notes-green-soft);
  color: var(--notes-green);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.notes-practice-card strong {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.2;
}

.notes-practice-card p {
  color: var(--notes-soft);
  font-size: .8rem;
  line-height: 1.65;
}

.notes-practice-card em {
  margin-top: auto;
  color: var(--notes-green);
  font-style: normal;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.45;
}

.notes-practice-card--soon em {
  color: var(--notes-soft);
}

@media (max-width: 980px) {
  .notes-hero,
  .notes-stage,
  .notes-practice-grid {
    grid-template-columns: 1fr;
  }

  .notes-side {
    position: static;
  }

  .notes-side nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .notes-room {
    width: min(100% - 22px, 1200px);
  }

  .notes-hero h1 {
    font-size: 2.12rem;
    line-height: 1.08;
  }

  .notes-map__head,
  .notes-section-head,
  .notes-check-list article {
    display: grid;
    grid-template-columns: 1fr;
  }

  .notes-side nav,
  .notes-check-list div {
    grid-template-columns: 1fr;
  }

  .notes-mindmap {
    --branch-card-width: 100%;
    --branch-card-min-height: 74px;
    --map-spine-x: 50%;
    width: 100%;
    min-width: 0;
  }

  .notes-map-root {
    width: min(100%, 320px);
    min-height: 86px;
    justify-self: center;
    margin-left: 0;
  }

  .notes-map-root strong {
    font-size: 1.48rem;
  }

  .notes-map-root__title {
    grid-template-columns: 28px minmax(0, auto) 28px;
    gap: .55rem;
  }

  .notes-map-root__leaf {
    width: 28px;
    height: 28px;
  }

  .notes-branch-list {
    width: 100%;
    min-width: 0;
    gap: .82rem;
    margin-top: 2.15rem;
  }

  .notes-branch-list::before,
  .notes-branch::before,
  .notes-branch::after {
    display: none;
  }

  .notes-branch {
    grid-template-columns: 1fr;
    gap: .65rem;
  }

  .notes-branch.is-open::before {
    width: 0;
  }

  .notes-branch__head {
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    gap: .62rem;
    padding: .7rem .78rem;
  }

  .notes-branch__icon {
    width: 40px;
    height: 40px;
  }

  .notes-branch__icon::before {
    width: 25px;
    height: 25px;
  }

  .notes-branch__head > span:not(.notes-branch__icon) {
    font-size: .94rem;
  }

  .notes-branch__body {
    margin-top: 0;
    padding-left: .82rem;
  }

  .notes-map-tip {
    width: calc(100% - 82px);
    min-height: 78px;
    padding: 1rem 1.1rem 1rem 3.8rem;
  }

  .notes-map-tip::after {
    right: -88px;
    width: 122px;
    height: 94px;
  }

  .notes-map-tip::before {
    right: 1rem;
  }
}
