body .creator-help-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  width: fit-content;
  min-height: 2.35rem;
  margin: 0.45rem auto 0;
  margin-left: 2.35rem;
  padding: 0.38rem 0.68rem 0.38rem 0.45rem;
  border: 1px solid rgba(0, 100, 149, 0.13);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.72);
  color: #264653;
  font-family: 'Outfit', sans-serif;
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: 0 0.35rem 0.9rem rgba(38, 70, 83, 0.06);
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
body .creator-help-open__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  background: #4cafa4;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
}
body .creator-help-open__text {
  line-height: 1.1;
}
body .creator-help-open:hover,
body .creator-help-open:focus-visible {
  border-color: rgba(0, 100, 149, 0.25);
  background: #ffffff;
  box-shadow: 0 0.58rem 1.15rem rgba(38, 70, 83, 0.1);
  transform: translateY(-1px);
}
body .creator-help-open:focus-visible {
  outline: 3px solid rgba(76, 175, 164, 0.34);
  outline-offset: 3px;
}
body.creator-help-modal-open {
  overflow: hidden;
}
body .creator-help-modal {
  position: fixed;
  inset: 0;
  z-index: 30000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
body .creator-help-modal--visible,
body .creator-help-modal--closing {
  display: flex;
}
body .creator-help-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
body .creator-help-modal--visible .creator-help-modal__backdrop {
  animation: creatorHelpMaterializeOverlayIn 250ms ease-out forwards;
}
body .creator-help-modal--closing .creator-help-modal__backdrop {
  animation: creatorHelpMaterializeOverlayOut 250ms ease-out forwards;
}
body .creator-help-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(80rem, calc(100vw - 3rem));
  max-height: 90dvh;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(23, 48, 79, 0.12);
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 1.35rem 3rem rgba(17, 32, 45, 0.28);
  scrollbar-width: thin;
  opacity: 0;
  transform: translateY(-6dvh) scaleX(0.9) scaleY(0.9);
  transform-origin: center top;
  will-change: opacity, transform;
}
body .creator-help-modal--visible .creator-help-modal__dialog {
  animation: creatorHelpMaterializeIn 250ms ease-out forwards;
}
body .creator-help-modal--closing .creator-help-modal__dialog {
  animation: creatorHelpMaterializeOut 250ms ease-out forwards;
}
body .creator-help-modal__close {
  position: sticky;
  top: 0.75rem;
  left: calc(100% - 3.25rem);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  margin: 0.75rem 0.75rem -3.2rem auto;
  border: 1px solid rgba(23, 48, 79, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #17304f;
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgba(23, 48, 79, 0.12);
}
body .creator-help-modal__close:hover,
body .creator-help-modal__close:focus-visible {
  background: #f3faf9;
  outline: 3px solid rgba(76, 175, 164, 0.28);
  outline-offset: 2px;
}
body .creator-help {
  --creator-help-ink: #17304f;
  --creator-help-muted: #52657b;
  --creator-help-blue: #437ccd;
  --creator-help-teal: #4cafa4;
  --creator-help-line: rgba(23, 48, 79, 0.12);
  color: var(--creator-help-ink);
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.62;
  letter-spacing: 0;
}
body .creator-help *,
body .creator-help *::before,
body .creator-help *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}
body .creator-help__hero {
  display: grid;
  gap: 0.95rem;
  padding: 2.2rem 2.25rem 1.55rem;
  border-bottom: 1px solid var(--creator-help-line);
  background: linear-gradient(135deg, #ffffff 0%, #f7f3ec 58%, rgba(76, 175, 164, 0.16) 100%);
}
body .creator-help__eyebrow {
  margin: 0;
  color: var(--creator-help-blue);
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}
body .creator-help h1,
body .creator-help h2 {
  margin: 0;
  color: var(--creator-help-ink);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  line-height: 1.12;
}
body .creator-help h1 {
  font-size: 2.35rem;
}
body .creator-help h2 {
  font-size: 1.38rem;
}
body .creator-help__lead {
  max-width: 59rem;
  margin: 0;
  color: var(--creator-help-ink);
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.52;
}
body .creator-help__lead-list {
  display: grid;
  gap: 0.35rem;
  padding-left: 1.25rem;
}
body .creator-help__lead-list li::marker {
  color: var(--creator-help-blue);
}
body .creator-help__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  padding: 1.2rem 2.25rem 1.6rem;
}
body .creator-help__section {
  min-width: 0;
  padding: 1.1rem;
  border: 1px solid rgba(76, 175, 164, 0.28);
  border-radius: 0.5rem;
  background: linear-gradient(180deg, rgba(237, 248, 246, 0.72), #ffffff);
}
body .creator-help__section--wide {
  grid-column: span 2;
}
body .creator-help__section--accent {
  border-color: rgba(76, 175, 164, 0.28);
  background: linear-gradient(180deg, rgba(237, 248, 246, 0.72), #ffffff);
}
body .creator-help__section-copy {
  margin: 0.55rem 0 0;
  color: var(--creator-help-muted);
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.58;
}
body .creator-help__section h2 + .creator-help__section-copy {
  margin-top: 0.78rem;
}
body .creator-help__section .creator-help__section-copy + ul {
  margin-top: 0.55rem;
}
body .creator-help__section ul {
  display: grid;
  gap: 0.55rem;
  margin: 0.78rem 0 0;
  padding-left: 1.18rem;
  color: var(--creator-help-muted);
  font-size: 15px;
  line-height: 1.58;
}
body .creator-help__section li::marker {
  color: var(--creator-help-teal);
}
body .creator-help__section strong {
  color: var(--creator-help-ink);
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}
body .creator-help__student-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.85rem;
}
body .creator-help__student-stage {
  min-width: 0;
  padding: 0.85rem 0.9rem;
  border: 1px solid rgba(67, 124, 205, 0.16);
  border-radius: 0.5rem;
  background: rgba(247, 251, 255, 0.76);
}
body .creator-help__student-stage h3 {
  margin: 0;
  color: var(--creator-help-blue);
  font-family: 'Outfit', sans-serif;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.2;
}
body .creator-help__student-stage ul {
  margin-top: 0.58rem;
}
body .creator-help__example {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.95rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(67, 124, 205, 0.18);
  border-radius: 0.5rem;
  background: #f7fbff;
  color: #17304f;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
body .creator-help__footer {
  display: flex;
  justify-content: flex-end;
  padding: 0 2.25rem 1.65rem;
}
body .creator-help__primary-close {
  min-height: 2.75rem;
  padding: 0.72rem 1.35rem;
  border: 0;
  border-radius: 999px;
  background: #264653;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
body .creator-help__primary-close:hover,
body .creator-help__primary-close:focus-visible {
  background: #17304f;
  box-shadow: 0 0.65rem 1rem rgba(23, 48, 79, 0.18);
  transform: translateY(-1px);
}
body .creator-help__primary-close:focus-visible {
  outline: 3px solid rgba(76, 175, 164, 0.34);
  outline-offset: 3px;
}
@keyframes creatorHelpMaterializeOverlayIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes creatorHelpMaterializeOverlayOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes creatorHelpMaterializeIn {
  from {
    opacity: 0;
    transform: translateY(-6dvh) scaleX(0.9) scaleY(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleX(1) scaleY(1);
  }
}
@keyframes creatorHelpMaterializeOut {
  from {
    opacity: 1;
    transform: translateY(0) scaleX(1) scaleY(1);
  }
  to {
    opacity: 0;
    transform: translateY(-6dvh) scaleX(0.9) scaleY(0.9);
  }
}
@media (max-width: 780px) {
  body .creator-help-modal {
    padding: 0.85rem;
  }
  body .creator-help-modal__dialog {
    width: min(44rem, calc(100vw - 1.7rem));
    max-height: 92dvh;
  }
  body .creator-help__hero,
  body .creator-help__grid,
  body .creator-help__footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body .creator-help__hero {
    padding-left: 1.5rem;
  }
  body .creator-help h1 {
    max-width: none;
    font-size: 1.75rem;
  }
  body .creator-help__lead {
    font-size: 16px;
  }
  body .creator-help__grid {
    grid-template-columns: 1fr;
  }
  body .creator-help__section--wide {
    grid-column: auto;
  }
  body .creator-help__student-flow {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 390px) {
  body .creator-help-modal {
    padding: 0.55rem;
  }
  body .creator-help-modal__dialog {
    width: calc(100vw - 1.1rem);
    max-height: 94dvh;
  }
  body .creator-help-modal__close {
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.55rem;
    font-size: 1.55rem;
  }
  body .creator-help__hero {
    padding-top: 2rem;
  }
  body .creator-help h1 {
    font-size: 1.52rem;
  }
  body .creator-help h2 {
    font-size: 1.18rem;
  }
  body .creator-help__section {
    padding: 0.85rem;
  }
  body .creator-help__section ul {
    padding-left: 1rem;
    font-size: 15px;
  }
  body .creator-help__footer {
    justify-content: stretch;
  }
  body .creator-help__primary-close {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  body .creator-help-modal--visible .creator-help-modal__backdrop,
  body .creator-help-modal--closing .creator-help-modal__backdrop,
  body .creator-help-modal--visible .creator-help-modal__dialog,
  body .creator-help-modal__dialog {
    animation: none;
  }
  body .creator-help-modal--visible .creator-help-modal__backdrop {
    opacity: 1;
  }
  body .creator-help-modal--visible .creator-help-modal__dialog {
    opacity: 1;
    transform: translateY(0) scaleX(1) scaleY(1);
  }
  body .creator-help-modal--closing .creator-help-modal__backdrop,
  body .creator-help-modal--closing .creator-help-modal__dialog {
    opacity: 0;
  }
  body .creator-help-open,
  body .creator-help__primary-close {
    transition: none;
  }
}