/* MoodMint page styles. */
body.home-page.tool-suite.tool-moodmint {
  --mood-bg: #f2f2f2;
  --mood-surface: #f2f2f2;
  --mood-surface-strong: #f2f2f2;
  --mood-text: #0a0a0a;
  --mood-muted: #4a4a4a;
  --mood-line: #b8b8b8;
  --mood-line-strong: #7a7a7a;
  --mood-radius: 22px;
  background: var(--mood-bg) !important;
  color: var(--mood-text) !important;
}

body.home-page.tool-suite.tool-moodmint [hidden] {
  display: none !important;
}

body.home-page.tool-suite.tool-moodmint .mood-main {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  padding-inline: clamp(16px, 4vw, 56px) !important;
  overflow: clip;
  background: var(--mood-bg) !important;
}

body.home-page.tool-suite.tool-moodmint .mood-hero,
body.home-page.tool-suite.tool-moodmint .mood-shell {
  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}

body.home-page.tool-suite.tool-moodmint .mood-hero h1 {
  text-transform: none !important;
}

body.home-page.tool-suite.tool-moodmint .mood-shell {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  padding-bottom: clamp(44px, 7vw, 88px);
}

body.home-page.tool-suite.tool-moodmint .mood-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid var(--mood-line);
  border-radius: 18px;
  background: var(--mood-surface) !important;
}

body.home-page.tool-suite.tool-moodmint .mood-toolbar p {
  margin: 0;
  color: var(--mood-muted) !important;
  font-size: 0.88rem;
}

body.home-page.tool-suite.tool-moodmint .mood-progress {
  width: 100%;
}

body.home-page.tool-suite.tool-moodmint .mood-progress ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.home-page.tool-suite.tool-moodmint .mood-progress button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 52px;
  padding: 10px 12px;
  border: 1px solid var(--mood-line);
  border-radius: 15px;
  background: var(--mood-surface) !important;
  color: var(--mood-muted) !important;
  cursor: pointer;
}

body.home-page.tool-suite.tool-moodmint .mood-progress button span {
  display: grid;
  place-items: center;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit !important;
  font-size: 0.76rem;
}

body.home-page.tool-suite.tool-moodmint .mood-progress button[aria-current="step"],
body.home-page.tool-suite.tool-moodmint .mood-progress button.is-complete {
  border-color: var(--mood-text);
  background: var(--mood-surface-strong) !important;
  color: var(--mood-text) !important;
}

body.home-page.tool-suite.tool-moodmint .mood-progress button:disabled {
  cursor: default;
  opacity: 0.55;
}

body.home-page.tool-suite.tool-moodmint .mood-step,
body.home-page.tool-suite.tool-moodmint .mood-activity-view,
body.home-page.tool-suite.tool-moodmint .mood-privacy {
  padding: clamp(20px, 4vw, 38px);
  border: 1px solid var(--mood-line);
  border-radius: var(--mood-radius);
  background: var(--mood-surface) !important;
}

body.home-page.tool-suite.tool-moodmint .mood-section-heading {
  max-width: 710px;
  margin-bottom: 24px;
}

body.home-page.tool-suite.tool-moodmint .mood-eyebrow {
  margin: 0 0 7px;
  color: var(--mood-muted) !important;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home-page.tool-suite.tool-moodmint :is(.mood-section-heading, .mood-results-heading, .mood-activity-focus__heading, .mood-privacy) h2,
body.home-page.tool-suite.tool-moodmint .mood-feedback h3 {
  margin: 0;
  color: var(--mood-text) !important;
  font-family: "Poppins", sans-serif !important;
  letter-spacing: -0.04em;
}

body.home-page.tool-suite.tool-moodmint .mood-section-heading h2,
body.home-page.tool-suite.tool-moodmint .mood-results-heading h2,
body.home-page.tool-suite.tool-moodmint .mood-activity-focus__heading h2 {
  font-size: clamp(1.55rem, 3.4vw, 2.35rem);
  line-height: 1.08;
}

body.home-page.tool-suite.tool-moodmint :is(.mood-section-heading, .mood-results-heading, .mood-activity-focus__heading, .mood-privacy) p,
body.home-page.tool-suite.tool-moodmint .mood-feedback p {
  color: var(--mood-muted) !important;
}

body.home-page.tool-suite.tool-moodmint .mood-section-heading h2 + p,
body.home-page.tool-suite.tool-moodmint .mood-results-heading h2 + p,
body.home-page.tool-suite.tool-moodmint .mood-activity-focus__heading h2 + p {
  margin: 10px 0 0;
}

body.home-page.tool-suite.tool-moodmint .mood-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.home-page.tool-suite.tool-moodmint .mood-choice-grid--moods {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home-page.tool-suite.tool-moodmint .mood-choice {
  display: grid;
  align-content: center;
  gap: 4px;
  width: 100%;
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--mood-line);
  border-radius: 17px;
  background: var(--mood-bg) !important;
  color: var(--mood-text) !important;
  text-align: left;
  cursor: pointer;
}

body.home-page.tool-suite.tool-moodmint .mood-choice span {
  color: var(--mood-text) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem;
  font-weight: 800;
}

body.home-page.tool-suite.tool-moodmint .mood-choice small {
  color: var(--mood-muted) !important;
  font-size: 0.8rem;
  line-height: 1.4;
}

body.home-page.tool-suite.tool-moodmint .mood-choice:hover,
body.home-page.tool-suite.tool-moodmint .mood-choice[aria-checked="true"] {
  border-color: var(--mood-text);
  background: var(--mood-surface-strong) !important;
  box-shadow: inset 0 0 0 1px var(--mood-text);
}

body.home-page.tool-suite.tool-moodmint .mood-step-actions,
body.home-page.tool-suite.tool-moodmint .mood-activity-actions,
body.home-page.tool-suite.tool-moodmint .mood-feedback__choices,
body.home-page.tool-suite.tool-moodmint .mood-timer__controls,
body.home-page.tool-suite.tool-moodmint .mood-privacy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

body.home-page.tool-suite.tool-moodmint .mood-step-actions--spread {
  justify-content: space-between;
}

body.home-page.tool-suite.tool-moodmint .mood-button,
body.home-page.tool-suite.tool-moodmint .mood-back-link {
  min-height: 48px;
  padding: 11px 17px;
  border: 1px solid var(--mood-text) !important;
  border-radius: 999px;
  background: var(--mood-bg) !important;
  color: var(--mood-text) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

body.home-page.tool-suite.tool-moodmint .mood-button--primary {
  background: #f2f2f2 !important;
  color: #111111 !important;
}

body.home-page.tool-suite.tool-moodmint .mood-button--quiet {
  border-color: var(--mood-line-strong) !important;
}

body.home-page.tool-suite.tool-moodmint .mood-button:hover,
body.home-page.tool-suite.tool-moodmint .mood-back-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 0 var(--mood-line);
}

body.home-page.tool-suite.tool-moodmint .mood-results-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 22px;
}

body.home-page.tool-suite.tool-moodmint .mood-selection-summary {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--mood-line);
  border-radius: 16px;
  background: var(--mood-bg) !important;
}

body.home-page.tool-suite.tool-moodmint .mood-selection-summary div {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 10px;
}

body.home-page.tool-suite.tool-moodmint .mood-selection-summary :is(dt, dd) {
  margin: 0;
  color: var(--mood-text) !important;
  font-size: 0.82rem;
}

body.home-page.tool-suite.tool-moodmint .mood-selection-summary dt {
  color: var(--mood-muted) !important;
  font-weight: 700;
}

body.home-page.tool-suite.tool-moodmint .mood-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.home-page.tool-suite.tool-moodmint .mood-activity-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--mood-line);
  border-radius: 18px;
  background: var(--mood-bg) !important;
}

body.home-page.tool-suite.tool-moodmint .mood-activity-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 14px;
}

body.home-page.tool-suite.tool-moodmint .mood-category,
body.home-page.tool-suite.tool-moodmint .mood-time-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid var(--mood-line-strong);
  border-radius: 999px;
  background: var(--mood-surface) !important;
  color: var(--mood-text) !important;
  font-size: 0.72rem;
  font-weight: 800;
}

body.home-page.tool-suite.tool-moodmint .mood-activity-card h3 {
  margin: 0;
  color: var(--mood-text) !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.12rem;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

body.home-page.tool-suite.tool-moodmint .mood-activity-card p {
  margin: 9px 0 18px;
  color: var(--mood-muted) !important;
  font-size: 0.88rem;
  line-height: 1.55;
}

body.home-page.tool-suite.tool-moodmint .mood-activity-card .mood-button {
  width: 100%;
  margin-top: auto;
}

body.home-page.tool-suite.tool-moodmint .mood-support-note,
body.home-page.tool-suite.tool-moodmint .mood-notice,
body.home-page.tool-suite.tool-moodmint .mood-disclaimer {
  margin: 0;
  padding: 13px 15px;
  border: 1px solid var(--mood-line-strong);
  border-radius: 14px;
  background: var(--mood-bg) !important;
  color: var(--mood-text) !important;
  font-size: 0.84rem;
  line-height: 1.55;
}

body.home-page.tool-suite.tool-moodmint .mood-support-note,
body.home-page.tool-suite.tool-moodmint [data-fallback-note] {
  margin-bottom: 16px;
}

body.home-page.tool-suite.tool-moodmint .mood-notice--warning {
  border-style: dashed;
}

body.home-page.tool-suite.tool-moodmint .mood-live-region {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.home-page.tool-suite.tool-moodmint .mood-back-link {
  margin-bottom: 18px;
}

body.home-page.tool-suite.tool-moodmint .mood-activity-focus {
  display: grid;
  gap: 22px;
  max-width: 820px;
  margin-inline: auto;
}

body.home-page.tool-suite.tool-moodmint .mood-activity-focus__heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}

body.home-page.tool-suite.tool-moodmint .mood-instructions {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: mood-step;
}

body.home-page.tool-suite.tool-moodmint .mood-instructions li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--mood-line);
  border-radius: 15px;
  background: var(--mood-bg) !important;
  color: var(--mood-text) !important;
  counter-increment: mood-step;
}

body.home-page.tool-suite.tool-moodmint .mood-instructions li::before {
  content: counter(mood-step);
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--mood-text);
  border-radius: 50%;
  color: var(--mood-text);
  font-weight: 800;
}

body.home-page.tool-suite.tool-moodmint .mood-timer,
body.home-page.tool-suite.tool-moodmint .mood-feedback {
  padding: 20px;
  border: 1px solid var(--mood-line);
  border-radius: 18px;
  background: var(--mood-bg) !important;
}

body.home-page.tool-suite.tool-moodmint .mood-timer__label {
  margin: 0;
  color: var(--mood-muted) !important;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

body.home-page.tool-suite.tool-moodmint .mood-timer__display {
  display: block;
  margin: 5px 0 0;
  color: var(--mood-text) !important;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.4rem, 8vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
}

body.home-page.tool-suite.tool-moodmint .mood-timer__controls {
  margin-top: 12px;
}

body.home-page.tool-suite.tool-moodmint .mood-timer > p:last-child {
  margin: 12px 0 0;
  color: var(--mood-muted) !important;
  font-size: 0.8rem;
}

body.home-page.tool-suite.tool-moodmint .mood-feedback__result {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

body.home-page.tool-suite.tool-moodmint .mood-feedback__result:empty {
  display: none;
}

body.home-page.tool-suite.tool-moodmint .mood-alternative {
  padding: 15px;
  border: 1px solid var(--mood-line);
  border-radius: 15px;
  background: var(--mood-surface) !important;
}

body.home-page.tool-suite.tool-moodmint .mood-alternative h4 {
  margin: 0 0 5px;
  color: var(--mood-text) !important;
}

body.home-page.tool-suite.tool-moodmint .mood-alternative p {
  margin: 0 0 12px;
}

body.home-page.tool-suite.tool-moodmint .mood-privacy {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 24px;
  align-items: center;
}

body.home-page.tool-suite.tool-moodmint .mood-privacy h2 {
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  line-height: 1.2;
}

body.home-page.tool-suite.tool-moodmint .mood-privacy__actions {
  justify-content: flex-end;
  margin: 0;
}

body.home-page.tool-suite.tool-moodmint .mood-privacy [data-clear-message] {
  grid-column: 1 / -1;
}

body.home-page.tool-suite.tool-moodmint .mood-disclaimer {
  text-align: center;
}

body.home-page.tool-suite.tool-moodmint :is(button, a):focus-visible {
  outline: 3px solid var(--mood-text) !important;
  outline-offset: 4px !important;
}

@media (max-width: 820px) {
  body.home-page.tool-suite.tool-moodmint .mood-choice-grid--moods,
  body.home-page.tool-suite.tool-moodmint .mood-activity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home-page.tool-suite.tool-moodmint .mood-results-heading,
  body.home-page.tool-suite.tool-moodmint .mood-privacy {
    grid-template-columns: 1fr;
  }

  body.home-page.tool-suite.tool-moodmint .mood-privacy__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  body.home-page.tool-suite.tool-moodmint .mood-main {
    padding-inline: 12px !important;
  }

  body.home-page.tool-suite.tool-moodmint .mood-progress ol {
    gap: 5px;
  }

  body.home-page.tool-suite.tool-moodmint .mood-progress button {
    flex-direction: column;
    gap: 4px;
    min-height: 64px;
    padding: 7px 4px;
    font-size: 0.68rem;
  }

  body.home-page.tool-suite.tool-moodmint .mood-step,
  body.home-page.tool-suite.tool-moodmint .mood-activity-view,
  body.home-page.tool-suite.tool-moodmint .mood-privacy {
    padding: 18px 14px;
    border-radius: 18px;
  }

  body.home-page.tool-suite.tool-moodmint .mood-choice-grid,
  body.home-page.tool-suite.tool-moodmint .mood-choice-grid--moods,
  body.home-page.tool-suite.tool-moodmint .mood-activity-grid {
    grid-template-columns: 1fr;
  }

  body.home-page.tool-suite.tool-moodmint .mood-choice-grid--moods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home-page.tool-suite.tool-moodmint .mood-choice {
    min-height: 82px;
    padding: 13px;
  }

  body.home-page.tool-suite.tool-moodmint .mood-toolbar,
  body.home-page.tool-suite.tool-moodmint .mood-activity-focus__heading {
    align-items: stretch;
    flex-direction: column;
  }

  body.home-page.tool-suite.tool-moodmint .mood-toolbar .mood-button,
  body.home-page.tool-suite.tool-moodmint .mood-step-actions .mood-button,
  body.home-page.tool-suite.tool-moodmint .mood-activity-actions .mood-button,
  body.home-page.tool-suite.tool-moodmint .mood-feedback__choices .mood-button,
  body.home-page.tool-suite.tool-moodmint .mood-privacy__actions .mood-button {
    width: 100%;
  }

  body.home-page.tool-suite.tool-moodmint .mood-step-actions,
  body.home-page.tool-suite.tool-moodmint .mood-activity-actions,
  body.home-page.tool-suite.tool-moodmint .mood-feedback__choices,
  body.home-page.tool-suite.tool-moodmint .mood-privacy__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-page.tool-suite.tool-moodmint *,
  body.home-page.tool-suite.tool-moodmint *::before,
  body.home-page.tool-suite.tool-moodmint *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Keep MoodMint on the shared monochrome surface system. */
body.home-page.tool-suite.tool-moodmint,
body.home-page.tool-suite.tool-moodmint *,
body.home-page.tool-suite.tool-moodmint *::before,
body.home-page.tool-suite.tool-moodmint *::after {
  background-color: #f2f2f2 !important;
  background-image: none !important;
}

/* Text and layout wrappers must not introduce an extra visual layer. */
body.home-page.tool-suite.tool-moodmint :is(
  .mood-toolbar,
  .mood-section-heading,
  .mood-results-heading,
  .mood-results-heading > div,
  .mood-activity-focus__heading,
  .mood-activity-focus__heading > div,
  .mood-step-actions,
  .mood-activity-actions,
  .mood-feedback__choices,
  .mood-timer__controls,
  .mood-privacy__actions,
  .mood-activity-card__meta
) {
  border: 0 !important;
  box-shadow: none !important;
}

body.home-page.tool-suite.tool-moodmint .mood-toolbar {
  padding-inline: 0 !important;
}

/* Shared button properties: flat light-grey surface, 12px radius and tool shadow. */
body.home-page.tool-suite.tool-moodmint :is(
  .mood-progress button,
  .mood-choice,
  .mood-button,
  .mood-back-link
) {
  border: 0 !important;
  border-radius: 12px !important;
  background: #f2f2f2 !important;
  color: #111111 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.68rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow:
    4px 4px 10px rgba(165, 165, 165, 0.18),
    -4px -4px 10px rgba(242, 242, 242, 0.92) !important;
}

body.home-page.tool-suite.tool-moodmint :is(
  .mood-progress button,
  .mood-choice,
  .mood-button,
  .mood-back-link
) :is(span, small) {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}

body.home-page.tool-suite.tool-moodmint :is(
  .mood-progress button,
  .mood-choice,
  .mood-button,
  .mood-back-link
):hover {
  transform: none !important;
  color: #111111 !important;
  box-shadow:
    4px 4px 10px rgba(165, 165, 165, 0.24),
    -4px -4px 10px rgba(242, 242, 242, 0.96) !important;
}

body.home-page.tool-suite.tool-moodmint :is(
  .mood-progress button[aria-current="step"],
  .mood-progress button.is-complete,
  .mood-choice[aria-checked="true"]
) {
  background: #f2f2f2 !important;
  color: #111111 !important;
  box-shadow:
    inset 3px 3px 7px rgba(165, 165, 165, 0.22),
    inset -3px -3px 7px rgba(242, 242, 242, 0.96) !important;
}

body.home-page.tool-suite.tool-moodmint .mood-choice[aria-checked="true"],
body.home-page.tool-suite.tool-moodmint .mood-choice[aria-checked="true"] * {
  background: #000000 !important;
  background-image: none !important;
  color: #f2f2f2 !important;
  -webkit-text-fill-color: #f2f2f2 !important;
  box-shadow: none !important;
}

/* Shared card properties: no border, 24px radius and the standard tool shadow. */
body.home-page.tool-suite.tool-moodmint :is(
  .mood-hero,
  .mood-step,
  .mood-activity-view,
  .mood-privacy,
  .mood-selection-summary,
  .mood-activity-card,
  .mood-instructions li,
  .mood-timer,
  .mood-feedback,
  .mood-alternative,
  .mood-support-note,
  .mood-notice,
  .mood-disclaimer
) {
  border: 0 !important;
  border-radius: 24px !important;
  background: #f2f2f2 !important;
  box-shadow: var(--tool-shadow) !important;
}

/* ScreenSense-style step tabs. */
body.home-page.tool-suite.tool-moodmint .mood-progress {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.home-page.tool-suite.tool-moodmint .mood-progress ol {
  gap: 8px !important;
}

body.home-page.tool-suite.tool-moodmint .mood-progress button {
  flex-direction: row !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 48px !important;
  padding: 0 12px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 12px !important;
  background: #f2f2f2 !important;
  color: #111111 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

body.home-page.tool-suite.tool-moodmint .mood-progress button > span {
  display: grid !important;
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #dddddd !important;
  color: #111111 !important;
  font: inherit !important;
  box-shadow: none !important;
}

body.home-page.tool-suite.tool-moodmint .mood-progress button:hover,
body.home-page.tool-suite.tool-moodmint .mood-progress button:focus-visible {
  border-color: #111111 !important;
  background: #f2f2f2 !important;
  color: #111111 !important;
  box-shadow: none !important;
}

body.home-page.tool-suite.tool-moodmint .mood-progress button.is-complete {
  border-color: #d9d9d9 !important;
  background: #f2f2f2 !important;
  color: #111111 !important;
  box-shadow: none !important;
}

body.home-page.tool-suite.tool-moodmint .mood-progress button[aria-current="step"] {
  border-color: #111111 !important;
  background: #111111 !important;
  color: #f2f2f2 !important;
  -webkit-text-fill-color: #f2f2f2 !important;
  box-shadow: none !important;
}

body.home-page.tool-suite.tool-moodmint .mood-progress button[aria-current="step"] > span {
  background: #f2f2f2 !important;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

@media (max-width: 720px) {
  body.home-page.tool-suite.tool-moodmint .mood-progress ol {
    grid-template-columns: 1fr !important;
  }

  body.home-page.tool-suite.tool-moodmint .mood-progress button {
    justify-content: flex-start !important;
    padding: 0 14px !important;
  }
}

/* Full-card selected state; inner text must not create separate bands. */
html body.home-page.tool-suite.tool-moodmint .mood-main .mood-shell button.mood-choice[aria-checked="true"] {
  background: #000000 !important;
  background-color: #000000 !important;
  color: #f2f2f2 !important;
  -webkit-text-fill-color: #f2f2f2 !important;
  box-shadow: none !important;
}

html body.home-page.tool-suite.tool-moodmint .mood-main .mood-shell button.mood-choice[aria-checked="true"] > * {
  background: transparent !important;
  background-color: transparent !important;
  color: #f2f2f2 !important;
  -webkit-text-fill-color: #f2f2f2 !important;
  box-shadow: none !important;
}
