@font-face {
  font-family: Nunito;
  src: url("/static/nunito.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}
:root {
  --bg: #fff;
  --card: #fff;
  --ink: #34443b;
  --muted: #78827b;
  --line: #e5eae5;
  --sheet: #fff;
  --green: #58cc02;
  --green-d: #43a500;
  --orange: #ff9a40;
  --gray: #edf0ec;
  --gray-d: #dbe1d8;
  --blue: #1cb0f6;
  --tabh: 76px;
}
html,
body {
  font-family: Nunito, ui-rounded, system-ui, sans-serif;
  background: #fff;
  color: var(--ink);
}
body {
  padding-top: 0;
}
.ico {
  width: 24px;
  height: 24px;
  flex: none;
  vertical-align: middle;
}
.btn .ico {
  width: 20px;
  height: 20px;
}
.btn {
  letter-spacing: 0.6px;
  font-weight: 900;
  border-radius: 15px;
  font-size: 14px;
  min-height: 48px;
  box-shadow: 0 4px 0 var(--green-d);
  padding: 13px 18px;
}
.btn.ghost {
  color: #6c786c;
}
.btn.blue,
.btn.purple,
.btn.orange {
  color: #fff;
}
.btn.sm {
  min-height: 40px;
}
.in,
.ta {
  font-family: inherit;
}
.bar {
  height: 12px;
}
.bar > i {
  background: var(--green);
  display: block;
}
.row {
  min-width: 0;
}
.row > * {
  min-width: 0;
}
.grow {
  min-width: 0;
}
.feature-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 26px 44px;
}
.feature-page h1 {
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.6px;
  margin: 8px 0 10px;
  font-weight: 900;
}
.feature-page h2 {
  font-size: 21px;
  letter-spacing: -0.2px;
  font-weight: 900;
}
.feature-page p {
  line-height: 1.5;
}
.eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.4px;
  color: #829080;
}
.section-title {
  margin-bottom: 28px;
}
.section-title p {
  color: var(--muted);
  font-size: 15px;
}
.heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 26px 0 12px;
}
.heading-row h2 {
  margin: 0;
}
.heading-row > a {
  font-weight: 900;
  color: #489b16;
  font-size: 12px;
  white-space: nowrap;
}
.heading-row .ico {
  width: 16px;
  height: 16px;
}
.card {
  box-shadow: none;
}
.pill .ico {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.pill.green {
  color: #438d20;
  background: #eafada;
}
.card p {
  margin: 10px 0;
}
.note-card {
  border: 1.5px solid #e3e8dc;
  background: #f7f9f3;
  border-radius: 15px;
  padding: 16px;
  margin: 18px 0;
  font-size: 13px;
  line-height: 1.6;
}
.empty-card {
  border: 2px dashed var(--line);
  border-radius: 20px;
  padding: 30px 22px;
  text-align: center;
  font-size: 14px;
  color: #78827b;
  margin: 20px 0;
}
.icon-button {
  border: 0;
  background: transparent;
  padding: 8px;
  cursor: pointer;
  color: #85917f;
  flex: none;
}
.muted,
.small.muted {
  color: #737f73;
}
.club-header {
  height: 78px;
  border-bottom: 2px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  position: sticky;
  top: 0;
  background: #ffffffef;
  backdrop-filter: blur(12px);
  z-index: 15;
}
.mobile-brand {
  font-weight: 900;
  letter-spacing: -1px;
  font-size: 26px;
  color: #58b600;
  display: flex;
  align-items: center;
  gap: 5px;
}
.mobile-brand img {
  width: 43px;
  height: 43px;
}
.club-stats {
  display: flex;
  align-items: center;
  gap: 24px;
}
.club-stats > a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 900;
  color: #ff9700;
}
.club-stats > a:nth-child(2) {
  color: #24a4dd;
}
.club-stats .profile-mini img {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: 2px solid #e1e8d9;
  background: #f3f9ed;
}
.desktop-nav {
  display: none;
}
.club-rail {
  display: none;
}
.top {
  position: static;
  background: #fff;
  border-bottom: 0;
  padding-top: 24px;
}
.tabs {
  height: calc(76px + var(--safe-b));
  padding: 4px 4px var(--safe-b);
  border-top: 2px solid var(--line);
  background: #fff;
}
.tabs a {
  font-size: 9px;
  letter-spacing: 0.3px;
  text-transform: none;
  gap: 3px;
}
.tabs a .nav-icon {
  border-radius: 12px;
  padding: 5px 14px;
  display: block;
}
.tabs a.on {
  color: #53a913;
}
.tabs a.on .nav-icon {
  background: #edfadf;
  border: 2px solid #c9eaaa;
  padding: 3px 12px;
}
.tabs .ico {
  width: 25px;
  height: 25px;
}
.tabs a:not(.on) {
  color: #9aab98;
}
#app {
  padding-bottom: calc(92px + var(--safe-b));
  min-height: calc(100vh - 78px);
  max-width: none;
}
.composer {
  bottom: calc(76px + var(--safe-b));
  background: #fff;
}
.chat {
  padding-bottom: 180px;
}
.sheet {
  padding: 18px 22px 30px;
  box-shadow: 0 -10px 60px #152b1912;
}
.sheet .lb {
  font-size: 14px;
}
.sheet form > .btn {
  margin-top: 18px;
}
.sheet-close {
  background: #eef2ea;
  color: #708168;
}
.today-heading {
  margin: 0 0 22px;
}
.today-heading h1 {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -0.7px;
  margin: 10px 0;
}
.today-heading h1 span {
  color: #58ab23;
}
.today-heading p {
  color: #7f897e;
  font-size: 14px;
}
.welcome-card {
  border-radius: 24px;
  background: #f1f9e8;
  border: 2px solid #deedcf;
  position: relative;
  min-height: 265px;
  overflow: hidden;
  padding: 26px;
  display: flex;
  align-items: center;
}
.welcome-copy {
  position: relative;
  z-index: 2;
  width: 65%;
  max-width: 350px;
}
.welcome-copy > .pill {
  font-size: 9px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  padding: 5px 8px;
}
.welcome-copy h2 {
  font-size: 25px;
  line-height: 1.16;
  margin: 14px 0 10px;
}
.welcome-copy p {
  font-size: 13px;
  color: #829474;
  max-width: 270px;
  margin: 8px 0 20px;
}
.welcome-copy .btn {
  font-size: 11px;
  max-width: 280px;
  padding: 12px;
}
.welcome-dog {
  width: 230px;
  height: 230px;
  position: absolute;
  right: -14px;
  bottom: 5px;
  z-index: 1;
  transform: rotate(4deg);
}
.hero-circle {
  width: 240px;
  height: 240px;
  background: #e5f3d9;
  position: absolute;
  right: -44px;
  bottom: -70px;
  border-radius: 50%;
}
.hero-spark {
  position: absolute;
  color: #ffbc44;
  z-index: 2;
  font-size: 32px;
}
.s1 {
  right: 20px;
  top: 32px;
}
.s2 {
  right: 166px;
  top: 30px;
  font-size: 17px;
}
.home-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 18px 0;
}
.metric {
  border: 2px solid var(--line);
  border-bottom-width: 4px;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  gap: 13px;
  align-items: center;
}
.metric-icon {
  width: 44px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.metric-icon .ico {
  width: 27px;
  height: 27px;
}
.metric-icon.orange {
  background: #fff2d9;
  color: #ff9d18;
}
.metric-icon.blue {
  background: #e9f7ff;
  color: #1aa7e4;
}
.metric-icon.green {
  background: #eefade;
  color: #58ad1e;
}
.metric strong {
  font-size: 20px;
  display: block;
  line-height: 1.3;
  font-weight: 900;
}
.metric small {
  font-size: 10px;
  display: block;
  color: #8a9486;
}
.daily-goal {
  border: 2px solid var(--line);
  padding: 15px 18px;
  border-radius: 15px;
  margin-bottom: 14px;
}
.daily-goal .row {
  font-size: 12px;
  color: #84937a;
  margin-bottom: 9px;
}
.daily-goal b {
  color: #579c25;
}
.mission {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 19px 16px;
  border: 2px solid var(--line);
  border-bottom-width: 4px;
  border-radius: 18px;
  margin: 12px 0;
  transition: background 0.15s;
}
.mission:hover {
  background: #fbfdf8;
}
.mission-number {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: #58cc02;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 0 #43a500;
  font-weight: 900;
  font-size: 23px;
  flex: none;
}
.mission-number.pale {
  background: #ecf8e0;
  color: #74b837;
  box-shadow: 0 4px 0 #d8e9c9;
}
.mission .grow {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mission small {
  color: #87a176;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.8px;
}
.mission b {
  font-size: 16px;
}
.mission .grow > span {
  font-size: 11px;
  color: #8b9585;
}
.mission-go {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f0f7e8;
  color: #60b92a;
  display: grid;
  place-items: center;
  flex: none;
}
.mission-go .ico {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.quick-grid > a {
  border: 2px solid var(--line);
  border-bottom-width: 4px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 19px 7px 14px;
  gap: 8px;
}
.quick-grid .ico {
  height: 30px;
  width: 30px;
  color: #83bd50;
}
.quick-grid > a:nth-child(2) .ico {
  color: #42b7ef;
}
.quick-grid > a:nth-child(3) .ico {
  color: #e9a647;
}
.quick-grid > a:nth-child(4) .ico {
  color: #b78fe1;
}
.quick-grid b {
  font-size: 12px;
}
.quick-grid small {
  font-size: 9px;
  color: #95a08e;
  line-height: 1.4;
}
.coach-invite {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f7f4fc;
  border: 2px solid #ede5f5;
  border-radius: 18px;
  padding: 17px;
  margin-top: 24px;
}
.coach-invite .action-icon {
  color: #a882d5;
  background: #eee5fa;
}
.coach-invite b {
  font-size: 13px;
}
.coach-invite small {
  display: block;
  font-size: 11px;
  color: #988aa6;
  margin-top: 4px;
}
.coach-invite > .ico {
  color: #b8a7c9;
  width: 18px;
}
.quote {
  text-align: center;
  color: #b0b8a9;
  font-size: 11px;
  line-height: 1.8;
  margin: 30px 0 4px;
}
.quote b {
  color: #96a08e;
  font-weight: 800;
}
.learning-switch {
  display: flex;
  border-bottom: 2px solid var(--line);
  gap: 20px;
  margin: 0 0 24px;
}
.learning-switch a {
  padding: 12px 4px;
  font-size: 14px;
  font-weight: 900;
  color: #8c9786;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}
.learning-switch a.on {
  border-bottom-color: #58cc02;
  color: #58ac26;
}
.program-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.program-card {
  border: 2px solid var(--line);
  border-bottom-width: 5px;
  border-radius: 22px;
  overflow: hidden;
}
.program-art {
  height: 118px;
  background: #edf8de;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.program-art > .ico {
  width: 66px;
  height: 66px;
  stroke-width: 1.7;
  color: #67af2d;
}
.program-card.blue .program-art {
  background: #e6f5fe;
}
.program-card.blue .program-art > .ico {
  color: #2ba7d9;
}
.program-card.purple .program-art {
  background: #f2eafb;
}
.program-card.purple .program-art > .ico {
  color: #ac82d1;
}
.program-card.orange .program-art {
  background: #fff2da;
}
.program-card.orange .program-art > .ico {
  color: #eaaa38;
}
.current-badge {
  position: absolute;
  right: 9px;
  top: 10px;
  background: #fff;
  border-radius: 9px;
  padding: 4px 7px;
  color: #6e9a47;
  font-size: 8px;
  font-weight: 900;
}
.program-body {
  padding: 18px;
}
.program-body > small {
  font-size: 9px;
  letter-spacing: 0.5px;
  font-weight: 900;
  color: #91a086;
}
.program-body h2 {
  font-size: 19px;
  line-height: 1.2;
  min-height: 45px;
  margin: 10px 0;
}
.program-body p {
  color: #8a9583;
  font-size: 12px;
  min-height: 40px;
}
.program-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #73ab43;
  margin: 16px 0 8px;
  font-size: 11px;
  font-weight: 900;
}
.program-footer .ico {
  width: 16px;
}
.program-body .bar {
  height: 8px;
}
.program-banner {
  background: #eefade;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px;
  color: #477323;
  margin-bottom: 20px;
}
.program-banner.blue {
  background: #e9f6ff;
  color: #347698;
}
.program-banner.orange {
  background: #fff3df;
  color: #9b742b;
}
.program-banner.purple {
  background: #f2eafb;
  color: #7e599e;
}
.program-banner h1 {
  font-size: 27px;
}
.program-banner small {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
}
.program-banner p {
  font-size: 14px;
}
.program-large-icon > .ico {
  width: 62px;
  height: 62px;
}
.program-intro {
  padding: 22px;
}
.program-intro .bar {
  margin: 14px 0;
}
.program-intro p {
  font-size: 13px;
  color: var(--muted);
}
.program-intro .btn {
  margin-top: 14px;
}
.course-path {
  margin: 24px 0;
}
.course-stop {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  padding: 20px 0;
}
.course-stop:not(:last-child):after {
  content: "";
  position: absolute;
  top: 74px;
  left: 24px;
  height: calc(100% - 52px);
  border-left: 3px dashed #e0e8d9;
}
.course-stop > span {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f0f6e8;
  border: 2px solid #dce8cf;
  color: #82ac56;
  width: 50px;
  height: 50px;
  flex: none;
  font-weight: 900;
  font-size: 20px;
  z-index: 1;
}
.course-stop > div {
  flex: 1;
}
.course-stop small {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.7px;
  color: #9aa98d;
}
.course-stop b {
  font-size: 16px;
  display: block;
  margin: 5px 0;
}
.course-stop p {
  font-size: 12px;
  color: #8d9785;
  margin: 0;
}
.course-stop > .ico {
  width: 17px;
  color: #a6b297;
}
.course-stop.done > span {
  background: #58cc02;
  color: white;
  border-color: #46a302;
}
.course-stop.active > span {
  border-color: #ffba41;
  background: #fff3d4;
  color: #d8951d;
}
.search-field {
  border: 2px solid var(--line);
  border-radius: 16px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-field > .ico {
  color: #94a087;
  width: 20px;
}
.search-field input {
  border: 0;
  outline: 0;
  width: 100%;
  font: inherit;
  font-size: 14px;
  color: var(--ink);
  background: transparent;
}
.filter-row {
  display: flex;
  gap: 12px;
  margin: 14px 0;
}
.filter-row select {
  font-size: 12px;
  min-width: 0;
  flex: 1;
  width: 50%;
}
.result-count {
  font-size: 12px;
  color: #88977e;
  margin: 16px 0;
}
.action-row {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 0;
  border-bottom: 2px solid #f0f2ec;
}
.action-row b {
  font-size: 15px;
  display: block;
}
.action-row small {
  font-size: 12px;
  display: block;
  color: #8b9782;
  margin-top: 5px;
}
.action-row > .ico {
  width: 18px;
  color: #a7b09f;
}
.action-icon {
  width: 42px;
  height: 44px;
  border-radius: 13px;
  background: #f0f7e9;
  color: #83b453;
  display: grid;
  place-items: center;
  flex: none;
}
.life-grid {
  grid-template-columns: 1fr 1fr;
}
.life-grid > a {
  align-items: flex-start;
  text-align: left;
  padding: 22px;
}
.life-grid b {
  font-size: 17px;
}
.life-grid small {
  font-size: 12px;
}
.ritual-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ritual-buttons .chip {
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 800;
}
.onboarding {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.onboarding > img {
  width: 125px;
  height: 125px;
}
.onboarding > small {
  font-size: 10px;
  color: #95a184;
  font-weight: 900;
  letter-spacing: 1px;
}
.onboarding > p {
  font-size: 14px;
  color: #7d8b73;
  margin-bottom: 24px;
}
.onboarding-track {
  height: 12px;
  background: #eef3e8;
  border-radius: 10px;
  margin: 10px 0 18px;
  overflow: hidden;
}
.onboarding-track i {
  display: block;
  background: #58cc02;
  height: 100%;
  border-radius: 10px;
}
.onboarding form {
  text-align: left;
}
.onboarding .lb {
  margin-top: 18px;
  font-weight: 800;
}
.quiz-actions {
  display: flex;
  gap: 14px;
  margin: 26px 0;
}
.quiz-actions .btn {
  flex: 1;
}
.goal-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.choice {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: 2px solid var(--line);
  border-bottom-width: 4px;
  border-radius: 14px;
  padding: 16px;
  font-size: 13px;
  font-weight: 800;
}
.choice input {
  position: absolute;
  opacity: 0;
}
.choice > .ico {
  display: none;
  width: 18px;
  height: 18px;
  margin-left: auto;
  color: #62b921;
}
.choice:has(input:checked) {
  border-color: #b8df9e;
  background: #f1fbe8;
  color: #569b2b;
}
.choice:has(input:focus-visible) {
  outline: 3px solid #1cb0f6;
}
.choice:has(input:checked) > .ico {
  display: block;
}
.time-options {
  display: grid;
  gap: 14px;
}
.time-options .choice {
  justify-content: space-between;
  padding: 22px;
}
.time-options .choice b {
  font-size: 18px;
}
.time-options .choice span {
  font-size: 12px;
  color: #87997c;
}
.timeline-event {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.timeline-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #add880;
  margin-top: 6px;
  flex: none;
}
.timeline-event b {
  font-size: 14px;
}
.timeline-event p {
  font-size: 12px;
  color: #84927b;
}
.timeline-event small {
  font-size: 10px;
  color: #9da691;
}
.potty-summary {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  background: #eef8ff;
  border: 2px solid #d9effa;
  border-radius: 22px;
  margin: 20px 0;
}
.potty-summary strong {
  font-size: 20px;
  font-weight: 900;
}
.potty-summary p {
  font-size: 12px;
  color: #6f9ab0;
}
.potty-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 20px 0;
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 7px;
  text-align: center;
  margin: 18px 0;
}
.calendar-grid > small {
  color: #93a085;
  font-weight: 900;
  font-size: 12px;
  padding: 5px;
}
.calendar-day {
  aspect-ratio: 1;
  border: 2px solid #ecf0e6;
  border-radius: 12px;
  background: #fafcf6;
  font-weight: 800;
  color: #a0ab96;
  position: relative;
  cursor: pointer;
}
.calendar-day.clean {
  background: #e8f7da;
  border-color: #cae8af;
  color: #67a033;
}
.calendar-day.mixed {
  background: #fff2d8;
  border-color: #f3daad;
  color: #c09341;
}
.calendar-day.today {
  outline: 2px solid #63b526;
  outline-offset: 1px;
}
.calendar-day i {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
}
.clicker-panel {
  background: #f7fbf1;
  border: 2px solid #e8efde;
  border-radius: 24px;
  text-align: center;
  padding: 32px 24px;
}
.big-clicker {
  height: 180px;
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 50%;
  border: 7px solid #80d93d;
  background: #58cc02;
  box-shadow:
    0 10px 0 #3d9900,
    0 15px 0 #e1efd4;
  margin: 0 auto 30px;
  cursor: pointer;
  color: #fff;
  touch-action: manipulation;
}
.big-clicker:active {
  transform: translateY(8px);
  box-shadow:
    0 2px 0 #3d9900,
    0 7px 0 #e1efd4;
}
.big-clicker > .ico {
  height: 60px;
  width: 60px;
}
.big-clicker b {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 1px;
}
.clicker-panel > p {
  font-size: 14px;
  color: #8c9a7d;
}
.volume-label {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 12px;
  font-size: 13px;
  font-weight: 900;
  color: #849777;
}
.clicker-panel input[type="range"] {
  width: 100%;
  accent-color: #58cc02;
}
.session-clicker {
  border: 2px solid #acd884;
  background: #f1fce7;
  color: #67a632;
  padding: 12px 20px;
  border-radius: 15px;
  display: block;
  width: 100%;
  font-weight: 900;
  margin: 18px 0;
  cursor: pointer;
}
.reminder-card {
  display: flex;
  align-items: center;
  gap: 18px;
  border: 2px solid var(--line);
  border-radius: 17px;
  padding: 18px;
  margin: 12px 0;
}
.reminder-time {
  font-weight: 900;
  font-size: 24px;
  color: #76ac3e;
}
.reminder-card b {
  font-size: 15px;
}
.reminder-card small {
  font-size: 11px;
  display: block;
  color: #9bab8b;
  margin-top: 6px;
}
.day-options {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin: 20px 0;
}
.day-options input {
  position: absolute;
  opacity: 0;
}
.day-options span {
  width: 35px;
  height: 38px;
  border-radius: 12px;
  border: 2px solid #e4eada;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}
.day-options input:checked + span {
  background: #e8f8d9;
  border-color: #a9d884;
  color: #63a22d;
}
.day-options input:focus-visible + span {
  outline: 3px solid #1cb0f6;
}
.walk-map {
  background: #f4f9ed;
  border: 2px solid #e3ecdb;
  border-radius: 22px;
  min-height: 220px;
  overflow: hidden;
}
.walk-map > svg {
  width: 100%;
  max-height: 300px;
  display: block;
}
.map-empty {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #9db886;
}
.map-empty > .ico {
  width: 50px;
  height: 50px;
}
.map-empty b {
  font-size: 19px;
}
.map-empty p {
  font-size: 12px;
  padding: 0 20px;
  text-align: center;
}
.walk-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  margin: 24px 0;
}
.walk-stats > div + div {
  border-left: 2px solid var(--line);
}
.walk-stats strong {
  display: block;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  color: #619b36;
}
.walk-stats small {
  font-size: 12px;
  color: #a2ae98;
}
.family-banner,
.video-intro {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f5f1fb;
  border: 2px solid #e9dff4;
  border-radius: 22px;
  padding: 22px;
  margin: 20px 0;
}
.family-banner > .ico,
.video-intro > .ico {
  width: 48px;
  height: 48px;
  color: #b395d0;
}
.family-banner h2,
.video-intro h2 {
  font-size: 19px;
  margin: 0 0 8px;
}
.family-banner p,
.video-intro p {
  font-size: 13px;
  color: #9685a5;
}
.member-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 20px 0 28px;
}
.member-card {
  background: #fff;
  border: 2px solid var(--line);
  border-bottom-width: 4px;
  border-radius: 18px;
  padding: 20px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  min-height: 83px;
}
.member-card > span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f1f7e9;
  display: grid;
  place-items: center;
  color: #86b855;
  font-size: 23px;
  font-weight: 900;
}
.member-card.selected {
  border-color: #b8df98;
  background: #f7fcef;
}
.member-card.selected > .ico {
  margin-left: auto;
  color: #6bac36;
  width: 20px;
}
.member-card b {
  font-size: 14px;
}
.add-member {
  color: #92a77c;
}
.challenge-hero {
  background: #fff6e3;
  border: 2px solid #f3e4be;
  border-radius: 24px;
  padding: 30px;
  text-align: center;
}
.challenge-icon > .ico {
  width: 65px;
  height: 65px;
  color: #e9b34a;
  margin-bottom: 12px;
}
.challenge-hero > small {
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #bba46c;
}
.challenge-hero p {
  color: #b49b64;
  font-size: 14px;
  margin-bottom: 22px;
}
.challenge-hero .btn {
  background: #ffb544;
  box-shadow: 0 4px 0 #d9952c;
  max-width: 300px;
}
.photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0;
}
.challenge-photo {
  border: 2px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}
.challenge-photo > img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.challenge-photo > div {
  padding: 16px;
}
.challenge-photo b {
  font-size: 15px;
}
.challenge-photo p {
  font-size: 12px;
  color: #9aa58e;
}
.challenge-photo .chip {
  margin-top: 10px;
}
.challenge-photo .ico {
  width: 15px;
  height: 15px;
}
.photo-picker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.photo-picker button {
  padding: 0;
  border: 2px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.photo-picker img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.progress-hero {
  background: #fff6df;
  border: 2px solid #f3e2b0;
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 28px;
  margin: 20px 0;
}
.progress-hero > .ico {
  width: 70px;
  height: 70px;
  color: #ecb02c;
}
.progress-hero small {
  font-size: 10px;
  font-weight: 900;
  color: #b29958;
  letter-spacing: 1px;
}
.progress-hero h1 {
  color: #a88429;
  font-size: 32px;
}
.progress-hero p {
  font-size: 13px;
  color: #bba776;
}
.activity-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.activity-day {
  aspect-ratio: 1;
  border-radius: 12px;
  background: #f4f7ed;
  border: 1px solid #ebf0e1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #b6c2a6;
  gap: 3px;
}
.activity-day.active {
  background: #c8ebad;
  color: #6baf39;
}
.activity-day small {
  font-size: 10px;
  font-weight: 800;
}
.activity-day > .ico {
  width: 17px;
  height: 17px;
}
.awards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 20px 0;
}
.award {
  border: 2px solid #e9ede3;
  border-radius: 18px;
  padding: 18px 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #bfc8b5;
  background: #fbfcf8;
  gap: 8px;
}
.award > .ico {
  width: 38px;
  height: 38px;
}
.award b {
  font-size: 10px;
}
.award small {
  font-size: 7px;
  letter-spacing: 0.4px;
  font-weight: 900;
}
.award.earned {
  background: #fff7de;
  color: #d5a934;
  border-color: #f3e4b5;
}
.program-progress {
  padding: 17px 0;
}
.program-progress .row {
  font-size: 12px;
  margin-bottom: 8px;
}
.program-progress .row > span:last-child {
  color: #9cb084;
  font-weight: 900;
}
.video-card {
  border: 2px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  margin: 22px 0;
}
.video-card video {
  width: 100%;
  max-height: 380px;
  background: #243023;
  display: block;
}
.video-card-body {
  padding: 20px;
}
.video-card-body h2 {
  margin: 0 0 10px;
}
.video-card-body > p {
  font-size: 14px;
  color: #859078;
}
.video-card-body > small {
  font-size: 10px;
  color: #a2ac98;
}
.video-card-body > .row {
  margin: 20px 0;
}
.video-feedback {
  background: #f5f9ef;
  border-radius: 13px;
  padding: 14px;
  margin: 12px 0;
}
.video-feedback > b {
  font-size: 13px;
}
.video-feedback p {
  font-size: 13px;
  white-space: pre-wrap;
}
.video-feedback small {
  font-size: 10px;
  color: #99a88c;
}
.about-club {
  text-align: center;
  color: #9cab8b;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.about-club > img {
  width: 100px;
  height: 100px;
}
.about-club > b {
  font-weight: 900;
  color: #76af43;
}
.about-club > p {
  font-size: 13px;
}
.about-club > small {
  font-size: 9px;
}
.lesson-tools {
  display: flex;
  gap: 12px;
  margin: 18px 0;
}
.illustrated-guide small {
  font-size: 10px;
  font-weight: 900;
  color: #91a879;
  letter-spacing: 1px;
}
.illustrated-guide > p {
  font-size: 15px;
  line-height: 1.7;
}
.demo-scene {
  height: 175px;
  position: relative;
  background: #f0f8e7;
  border-radius: 20px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.demo-scene img {
  height: 170px;
  width: 170px;
}
.demo-reward {
  position: absolute;
  right: calc(50% - 105px);
  top: 45px;
  color: #efbc32;
}
.demo-reward .ico {
  width: 35px;
  height: 35px;
  fill: #ffe599;
}
.demo-step {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #7cb442;
  font-weight: 900;
}
.unit-head {
  position: relative;
  top: auto;
}
.top .title {
  font-size: 20px;
}
.page .hero {
  border-radius: 23px;
}
.node .lbl {
  max-width: 225px;
  white-space: normal;
  text-align: center;
  line-height: 1.2;
}
.session {
  max-width: 680px;
  margin: 0 auto;
}
.chat .msg {
  font-size: 15px;
}
.path {
  gap: 43px;
}
.toast {
  font-size: 13px;
}
@media (min-width: 1000px) {
  body {
    padding-left: 230px;
  }
  .club-header {
    padding: 0 40px;
    height: 80px;
    justify-content: flex-end;
  }
  .club-header > .mobile-brand {
    display: none;
  }
  .desktop-nav {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 230px;
    border-right: 2px solid var(--line);
    padding: 34px 20px;
    flex-direction: column;
    background: white;
    z-index: 25;
  }
  .desktop-nav .wordmark {
    display: flex;
    align-items: center;
    font-size: 29px;
    font-weight: 900;
    letter-spacing: -1.4px;
    color: #5ab622;
    margin: 0 6px 34px;
  }
  .wordmark img {
    width: 46px;
    height: 46px;
    margin-right: 3px;
  }
  .wordmark small {
    display: block;
    letter-spacing: 2.5px;
    font-size: 8px;
    color: #91b17a;
    margin-top: -4px;
  }
  .desktop-nav > a[data-nav] {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 2px solid transparent;
    border-radius: 14px;
    padding: 13px 14px;
    margin: 4px 0;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #90a381;
  }
  .desktop-nav > a[data-nav] > .ico {
    width: 26px;
    height: 26px;
    stroke-width: 2;
  }
  .desktop-nav > a.on {
    background: #f0fae4;
    border-color: #c4e5ab;
    color: #61a633;
  }
  .desktop-nav .nav-foot {
    margin-top: auto;
    padding: 20px 14px;
    color: #a0b08e;
    font-size: 11px;
    line-height: 1.7;
  }
  .desktop-nav .nav-foot > b {
    color: #82a26a;
    display: block;
  }
  .tabs {
    display: none;
  }
  #app {
    padding-bottom: 30px;
  }
  .feature-page {
    padding: 32px 40px 44px;
    max-width: 800px;
  }
  .composer {
    left: 230px;
    bottom: 0;
    max-width: 800px;
    margin: 0 auto;
  }
  .toast {
    bottom: 25px;
  }
  .top {
    max-width: 720px;
    margin: 0 auto;
  }
  .page:not(.feature-page) {
    max-width: 760px;
    margin: 0 auto;
    padding-inline: 40px;
  }
  .sheet {
    max-width: 620px;
    margin: 0 auto 40px;
    border-radius: 24px;
  }
  .sheet-bg {
    align-items: center;
    justify-content: center;
  }
  .today-heading h1 {
    font-size: 36px;
  }
  .welcome-card {
    min-height: 276px;
  }
}
@media (min-width: 1320px) {
  body {
    padding-right: 300px;
  }
  .club-header {
    margin-right: -300px;
    padding-right: 40px;
  }
  #app {
    max-width: 850px;
    margin: 0 auto;
  }
  .club-rail {
    display: block;
    position: fixed;
    width: 260px;
    right: 24px;
    top: 112px;
  }
  .rail-card {
    border: 2px solid var(--line);
    border-bottom-width: 4px;
    border-radius: 22px;
    padding: 22px;
    margin-bottom: 22px;
  }
  .rail-pet {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .rail-pet > img {
    width: 74px;
    height: 74px;
    background: #f1f8e8;
    border-radius: 20px;
    border: 2px solid #e0eccc;
  }
  .rail-pet b {
    font-size: 18px;
    font-weight: 900;
    display: block;
  }
  .rail-pet small {
    font-size: 10px;
    color: #99a98b;
    font-weight: 800;
  }
  .rail-card > h3 {
    font-size: 15px;
    font-weight: 900;
    margin-top: 0;
  }
  .rail-card p {
    font-size: 12px;
    color: #94a285;
    line-height: 1.6;
  }
  .rail-card .rail-link {
    display: block;
    margin-top: 14px;
    font-size: 10px;
    font-weight: 900;
    color: #77ad48;
    letter-spacing: 0.5px;
  }
  .rail-note {
    background: #f9fcf5;
    border-color: #e6eddf;
  }
  .rail-note .ico {
    width: 30px;
    height: 30px;
    color: #a3c784;
    margin-bottom: 8px;
  }
  .rail-footer {
    padding: 0 15px;
    color: #b4bea9;
    font-size: 9px;
    line-height: 1.9;
  }
  .composer {
    right: 300px;
    max-width: 760px;
  }
  .welcome-dog {
    right: 0;
    width: 245px;
    height: 245px;
  }
  .feature-page {
    padding: 32px;
  }
  .welcome-copy {
    width: 62%;
  }
  .welcome-copy h2 {
    font-size: 27px;
  }
}
@media (max-width: 600px) {
  .club-header {
    height: 66px;
    padding: 0 18px;
  }
  .mobile-brand {
    font-size: 24px;
  }
  .mobile-brand img {
    width: 35px;
    height: 35px;
  }
  .club-stats {
    gap: 14px;
  }
  .club-stats a {
    gap: 4px;
    font-size: 13px;
  }
  .club-stats .ico {
    width: 20px;
    height: 20px;
  }
  .club-stats .profile-mini {
    display: none;
  }
  .feature-page {
    padding: 23px 18px 30px;
  }
  .today-heading h1 {
    font-size: 31px;
  }
  .today-heading p {
    font-size: 12px;
  }
  .welcome-card {
    padding: 20px;
    min-height: 250px;
  }
  .welcome-copy {
    width: 68%;
  }
  .welcome-copy > .pill {
    font-size: 7px;
    letter-spacing: 0.3px;
  }
  .welcome-copy > .pill > .ico {
    display: none;
  }
  .welcome-copy h2 {
    font-size: 21px;
    line-height: 1.2;
  }
  .welcome-copy p {
    font-size: 11px;
    max-width: 170px;
    margin-bottom: 17px;
  }
  .welcome-copy .btn {
    font-size: 9px;
    padding: 11px 9px;
    min-height: 44px;
    max-width: 200px;
    letter-spacing: 0.2px;
  }
  .welcome-copy .btn > .ico {
    width: 13px;
    height: 13px;
  }
  .welcome-dog {
    width: 160px;
    height: 160px;
    right: -20px;
    bottom: 29px;
  }
  .hero-circle {
    width: 160px;
    height: 160px;
    right: -30px;
    bottom: -15px;
  }
  .s1 {
    right: 12px;
    top: 25px;
    font-size: 26px;
  }
  .s2 {
    right: 105px;
    top: 70px;
    font-size: 12px;
  }
  .home-metrics {
    gap: 10px;
    margin: 14px 0;
  }
  .metric {
    padding: 12px 10px;
    gap: 8px;
    border-radius: 16px;
  }
  .metric-icon {
    width: 33px;
    height: 39px;
    border-radius: 10px;
  }
  .metric-icon .ico {
    width: 23px;
    height: 23px;
  }
  .metric strong {
    font-size: 17px;
  }
  .metric small {
    font-size: 8px;
  }
  .heading-row h2 {
    font-size: 19px;
  }
  .heading-row a {
    font-size: 10px;
  }
  .quick-grid {
    gap: 8px;
  }
  .quick-grid > a {
    border-radius: 15px;
    padding: 17px 4px 12px;
  }
  .quick-grid b {
    font-size: 10px;
  }
  .quick-grid small {
    font-size: 8px;
  }
  .quick-grid .ico {
    width: 25px;
    height: 25px;
  }
  .mission {
    padding: 15px 12px;
    gap: 11px;
  }
  .mission b {
    font-size: 14px;
  }
  .mission small {
    font-size: 8px;
  }
  .mission .grow > span {
    font-size: 10px;
  }
  .mission-number {
    width: 39px;
    height: 42px;
    border-radius: 12px;
  }
  .mission-go {
    width: 27px;
    height: 27px;
  }
  .coach-invite {
    padding: 14px;
    gap: 10px;
  }
  .coach-invite b {
    font-size: 11px;
  }
  .coach-invite small {
    font-size: 9px;
  }
  .coach-invite > .ico {
    width: 15px;
  }
  .program-grid {
    gap: 12px;
  }
  .program-art {
    height: 100px;
  }
  .program-art > .ico {
    width: 50px;
    height: 50px;
  }
  .program-body {
    padding: 14px 11px;
  }
  .program-body > small {
    font-size: 7px;
  }
  .program-body h2 {
    font-size: 15px;
    min-height: 37px;
  }
  .program-body p {
    font-size: 10px;
    min-height: 46px;
  }
  .program-footer {
    font-size: 9px;
  }
  .program-card {
    border-radius: 18px;
  }
  .program-banner {
    padding: 20px;
    gap: 14px;
  }
  .program-banner h1 {
    font-size: 23px;
  }
  .program-large-icon > .ico {
    width: 45px;
    height: 45px;
  }
  .program-banner p {
    font-size: 12px;
  }
  .section-title h1 {
    font-size: 27px;
  }
  .section-title p {
    font-size: 13px;
  }
  .life-grid {
    gap: 14px;
  }
  .life-grid > a {
    padding: 20px 16px;
  }
  .life-grid b {
    font-size: 15px;
  }
  .life-grid small {
    font-size: 11px;
  }
  .calendar-grid {
    gap: 5px;
  }
  .calendar-day {
    border-radius: 10px;
    font-size: 13px;
  }
  .calendar-grid + .small {
    font-size: 11px;
  }
  .potty-summary strong {
    font-size: 17px;
  }
  .potty-buttons .btn {
    font-size: 12px;
  }
  .awards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .day-options {
    gap: 5px;
  }
  .day-options span {
    width: 32px;
    height: 37px;
  }
  .member-card {
    padding: 14px 10px;
    gap: 8px;
  }
  .member-card b {
    font-size: 12px;
  }
  .member-card.selected > .ico {
    width: 15px;
  }
  .member-card > span {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
  .family-banner,
  .video-intro {
    padding: 18px;
    gap: 14px;
  }
  .family-banner > .ico,
  .video-intro > .ico {
    width: 35px;
    height: 35px;
  }
  .family-banner h2,
  .video-intro h2 {
    font-size: 16px;
  }
  .family-banner p,
  .video-intro p {
    font-size: 12px;
  }
  .goal-options {
    gap: 8px;
  }
  .goal-options .choice {
    padding: 15px 10px;
    font-size: 11px;
  }
  .choice > .ico {
    width: 14px;
  }
  .lesson-tools {
    gap: 8px;
  }
  .lesson-tools .btn {
    font-size: 10px;
    padding: 9px;
  }
  .page .hero .n {
    font-size: 22px;
  }
  .top .stat {
    padding: 6px;
    font-size: 12px;
  }
  .top .title {
    font-size: 17px;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #fff;
    --card: #fff;
    --ink: #34443b;
    --muted: #78827b;
    --line: #e5eae5;
    --sheet: #fff;
    --gray: #edf0ec;
    --gray-d: #dbe1d8;
  }
  .step.done {
    background: #f4fde9;
  }
  .pill.green {
    background: #e6f9d5;
  }
  .pill.gold {
    background: #fff3c4;
  }
  .pill.blue {
    background: #ddf3ff;
  }
  .pill.orange {
    background: #ffe6d1;
  }
  .pill.red {
    background: #ffe0e0;
  }
  .pill.purple {
    background: #f2e4ff;
  }
  .tabs a.on .nav-icon {
    background: #edfadf;
    border-color: #c9eaaa;
  }
  .flag {
    background: #ffe0e0;
  }
}
