@font-face {
  font-family: Svadhyaya;
  src: local("Inter"), local("Aptos"), local("Segoe UI");
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #f8f9f5;
  color: #273c33;
  font-family: Svadhyaya, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #c47d51;
  outline-offset: 4px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.035em;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 19px;
}
h3 {
  font-size: 16px;
}
h1:focus,
h2:focus,
main:focus {
  outline: none;
}
p {
  color: #5d665f;
}
svg {
  display: block;
}
.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
hr {
  border: 0;
  border-top: 1px solid #dfe5db;
  margin: 26px 0;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  background: white;
  padding: 14px;
  z-index: 30;
}
.skip-link:focus {
  top: 10px;
}
.sidebar {
  width: 244px;
  position: fixed;
  inset: 0 auto 0 0;
  background: #fff;
  border-right: 1px solid #e8ece4;
  display: flex;
  flex-direction: column;
  padding: 33px 19px 0;
  z-index: 15;
}
.brand {
  display: flex;
  gap: 11px;
  align-items: center;
  margin: 0 12px 46px;
  font-size: 34px;
  font-weight: 650;
  letter-spacing: -1.4px;
  line-height: 1;
}
.brand-symbol {
  width: 39px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #416751;
}
.brand-symbol .icon {
  width: 35px;
  height: 35px;
  stroke-width: 1.6;
}
.brand-byline {
  display: block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.55px;
  color: #61655e;
  margin-top: 7px;
}
.sidebar-label {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 1.6px;
  color: #60655e;
  margin: 0 16px 16px;
}
.sidebar nav {
  display: grid;
  gap: 6px;
}
.nav-item {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 13px;
  min-height: 43px;
  padding: 11px 15px;
  border-radius: 7px;
  color: #616960;
  transition:
    background 0.2s,
    color 0.2s;
}
.nav-item .icon {
  width: 18px;
  height: 18px;
}
.nav-item:hover {
  background: #f5f7f0;
  color: #284b38;
}
.nav-item.active {
  background: #eef3e8;
  color: #3b6248;
  font-weight: 600;
}
.nav-count {
  font-size: 11px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e5dc;
  border-radius: 5px;
  margin-left: auto;
  color: #5e695b;
}
.sidebar-bottom {
  margin-top: auto;
  padding-top: 28px;
}
.sidebar-note {
  background: #f7f8f2;
  border: 1px solid #edf0e7;
  border-radius: 9px;
  margin: 0 8px 23px;
  padding: 18px 15px;
  position: relative;
}
.sidebar-note > .icon {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 26px;
  height: 26px;
  color: #586a4f;
}
.sidebar-note p {
  font-size: 13px;
  color: #576b50;
  font-weight: 600;
}
.sidebar-note span {
  font-size: 11px;
  color: #60665b;
}
.sidebar-bottom nav {
  gap: 2px;
}
.profile {
  width: 100%;
  background: transparent;
  border: 0;
  border-top: 1px solid #ecefe8;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 21px 10px;
  margin-top: 22px;
  text-align: left;
}
.profile strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.profile small {
  font-size: 11px;
  color: #60655d;
}
.profile > .icon {
  margin-left: auto;
  color: #62685e;
  width: 15px;
}
.avatar {
  height: 36px;
  width: 36px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #f0e4d1;
  color: #6d6650;
  font-family: Georgia, serif;
  font-size: 16px;
}
.avatar.small {
  height: 30px;
  width: 30px;
  font-size: 14px;
}
.workspace {
  margin-left: 244px;
}
.topbar {
  height: 75px;
  border-bottom: 1px solid #e8ece4;
  background: #ffffffbf;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 38px;
  gap: 12px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #61655e;
}
.breadcrumb .icon {
  width: 12px;
  height: 12px;
}
.breadcrumb strong {
  font-weight: 450;
  color: #566452;
}
.top-actions {
  display: flex;
  align-items: center;
  gap: 21px;
}
.demo-pill {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #606759;
  border: 1px solid #e1e7d9;
  border-radius: 20px;
  padding: 5px 9px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f7f9f2;
}
.demo-pill > span {
  width: 5px;
  height: 5px;
  background: #7b9564;
  border-radius: 50%;
}
.icon-button {
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  width: 34px;
  height: 34px;
  border-radius: 7px;
  padding: 7px;
  color: #616758;
}
.icon-button:hover {
  background: #eaf0e4;
  color: #35543d;
}
.mobile-menu {
  display: none;
}
#main-content {
  max-width: 1510px;
  margin: 0 auto;
  padding: 25px 38px 0;
  min-height: calc(100vh - 75px);
}
.space-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 33px;
}
.mode-tabs {
  display: flex;
  background: #ecefe6;
  border: 1px solid #e5e9df;
  border-radius: 8px;
  padding: 4px;
  gap: 2px;
}
.mode-tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: #61665d;
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 5px;
  min-height: 32px;
  white-space: nowrap;
}
.mode-tabs button > .icon {
  width: 15px;
  height: 15px;
}
.mode-tabs button span {
  font-size: 10px;
  margin-left: 1px;
  opacity: 0.8;
}
.mode-tabs button.selected {
  background: white;
  color: #345342;
  box-shadow: 0 1px 4px #293d2912;
}
.quiet-button {
  background: transparent;
  border: 0;
  font-size: 12px;
  color: #5e6955;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 0;
}
.quiet-button:hover {
  color: #2a523a;
}
.quiet-button .icon {
  width: 15px;
  height: 15px;
}
.page-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 25px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  color: #5f6955;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.page-description {
  font-size: 13px;
  color: #60665a;
  margin-top: 10px;
}
.today-label {
  font-size: 11px;
  color: #61665c;
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  align-self: flex-end;
  padding-bottom: 4px;
}
.today-label > .icon {
  width: 14px;
  height: 14px;
  color: #736140;
}
.hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e7e4d4;
  border-radius: 13px;
  min-height: 292px;
  background: #f2f0e4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29px 35px;
  margin-bottom: 30px;
}
.hero-copy {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  max-width: 59%;
}
.hero-kicker {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #606856;
  margin-bottom: 14px;
}
.hero-kicker > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #94a577;
}
.hero-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.18;
  letter-spacing: -1.3px;
  font-weight: 400;
  color: #334a34;
  margin-bottom: 15px;
}
.hero-copy > p {
  font-size: 13px;
  line-height: 1.8;
  color: #606558;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 24px;
}
.hero-actions > span {
  font-size: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #63695a;
  white-space: nowrap;
}
.hero-actions > span > .icon {
  width: 12px;
  height: 12px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 17px;
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-1px);
}
.button .icon {
  width: 16px;
  height: 16px;
}
.primary {
  background: #35573e;
  color: #fff;
  border-color: #35573e;
  box-shadow: 0 2px 2px #243b3310;
}
.primary:hover {
  background: #294630;
}
.secondary {
  background: #fff;
  border-color: #dfe5d7;
  color: #536648;
}
.secondary:hover {
  background: #f1f5eb;
}
.hero-card > .garden-art {
  width: 42%;
  max-width: 400px;
  position: absolute;
  right: 7px;
  bottom: 5px;
}
.art-caption {
  position: absolute;
  right: 73px;
  bottom: 13px;
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
  color: #636751;
  letter-spacing: 0.5px;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 17px;
}
.section-head h2 {
  font-size: 17px;
  letter-spacing: -0.45px;
}
.section-head p {
  font-size: 12px;
  margin-top: 6px;
  color: #60655b;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: #586947;
  background: transparent;
  border: 0;
  padding: 0;
  font-weight: 500;
}
.text-link:hover {
  color: #284d33;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.text-link > .icon {
  width: 13px;
  height: 13px;
}
.discovery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.discovery-card {
  position: relative;
  border: 1px solid #e1e6d8;
  border-radius: 10px;
  padding: 19px 17px;
  display: flex;
  gap: 13px;
  text-align: left;
  align-items: center;
  min-height: 96px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.discovery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px #39472c09;
}
.sage {
  background: #eef2e7;
  color: #556c48;
  border-color: #e2e9d9;
}
.peach {
  background: #f8eee4;
  color: #7f5f45;
  border-color: #efe3d6;
}
.lavender {
  background: #f0edf6;
  color: #6d5e7c;
  border-color: #e8e2ed;
}
.tile-icon {
  width: 43px;
  height: 43px;
  border-radius: 10px;
  background: #ffffff95;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.tile-icon > .icon {
  width: 25px;
  height: 25px;
}
.discovery-copy strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #56644b;
  letter-spacing: -0.1px;
  margin-bottom: 6px;
}
.discovery-copy > span {
  display: block;
  font-size: 10px;
  color: #62675a;
}
.peach .discovery-copy strong {
  color: #7d614c;
}
.peach .discovery-copy > span {
  color: #716157;
}
.lavender .discovery-copy strong {
  color: #715f7a;
}
.lavender .discovery-copy > span {
  color: #6a6173;
}
.card-arrow {
  margin-left: auto;
}
.card-arrow .icon {
  width: 15px;
  height: 15px;
}
.path-section {
  margin-bottom: 29px;
}
.dashboard-lower {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 23px;
}
.panel {
  padding: 24px;
  border: 1px solid #e5e9df;
  background: #fff;
  border-radius: 10px;
}
.today-plan {
  padding: 23px 24px 0;
}
.today-plan .section-head {
  margin-bottom: 6px;
}
.task-row {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 0;
  border-bottom: 1px solid #edf0e8;
  min-height: 70px;
}
.task-row:last-child {
  border-bottom: 0;
}
.task-check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1px solid #d8dfcc;
  border-radius: 6px;
  background: white;
  padding: 2px;
  display: grid;
  place-items: center;
}
.task-check:hover {
  background: #f0f4e8;
}
.task-check .icon {
  width: 14px;
  height: 14px;
}
.completed .task-check {
  background: #69805a;
  color: white;
  border-color: #69805a;
}
.completed .task-copy strong {
  text-decoration: line-through;
  color: #61695a;
}
.task-copy {
  flex: 1;
}
.task-copy strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #5e6e53;
}
.task-copy small {
  display: block;
  font-size: 10px;
  color: #606558;
  margin-top: 4px;
}
.task-row .icon-button {
  width: 26px;
  height: 26px;
  padding: 5px;
}
.task-row .icon-button > .icon {
  width: 13px;
  height: 13px;
}
.panel-footnote {
  border-top: 1px solid #edf0e8;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  padding: 15px 0;
  margin-top: 1px;
  color: #606658;
}
.panel-footnote > .icon {
  width: 13px;
  height: 13px;
  color: #5e6655;
}
.roots-card {
  background: #f7f7ef;
  border-color: #e5e8db;
  padding: 23px 27px;
  position: relative;
  overflow: hidden;
}
.roots-card:after {
  content: "";
  position: absolute;
  border: 1px solid #e8ebd9;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  right: -65px;
  top: 47px;
  pointer-events: none;
}
.roots-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
}
.mini-icon {
  height: 28px;
  width: 28px;
  display: grid;
  place-items: center;
  background: #e9edde;
  color: #5b6949;
  border-radius: 8px;
  flex-shrink: 0;
}
.mini-icon > .icon {
  width: 16px;
  height: 16px;
}
.roots-heading > span:last-child {
  font-size: 10px;
  letter-spacing: 1px;
  color: #606656;
  font-weight: 500;
}
.roots-card h2 {
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  color: #5c6c49;
  line-height: 1.23;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.roots-card > p {
  font-size: 12px;
  color: #616559;
  line-height: 1.8;
  max-width: 310px;
}
.root-tags {
  display: flex;
  gap: 6px;
  margin: 14px 0 16px;
}
.tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 5px;
  padding: 4px 8px;
  background: #f5f6f1;
  border: 1px solid #e7ebdf;
  border-radius: 4px;
  font-size: 10px;
  color: #606955;
  letter-spacing: 0.1px;
  line-height: 1.4;
  white-space: nowrap;
}
.tag.green {
  color: #537343;
  background: #eef5e6;
  border-color: #dfebd2;
}
.trust-strip {
  display: flex;
  align-items: center;
  gap: 17px;
  background: #f0f3e9;
  border: 1px solid #e6eadf;
  border-radius: 8px;
  padding: 14px 20px;
  margin: 24px 0 0;
  color: #5e6951;
  font-size: 11px;
}
.trust-strip > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.trust-strip .icon {
  width: 16px;
  height: 16px;
}
.trust-strip > span:first-child {
  font-weight: 500;
}
.trust-strip .text-link {
  margin-left: auto;
  white-space: nowrap;
}
.trust-strip > span:nth-child(2) {
  color: #606658;
  font-size: 10px;
}
.page-footer {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid #e7ebe0;
  margin-top: 30px;
  padding: 21px 0;
  color: #61685b;
  font-size: 10px;
}
.page-footer > span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.page-footer .icon {
  width: 13px;
  height: 13px;
}
.page-footer .text-link {
  font-size: 10px;
}
.two-column {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 24px;
}
.two-column h2 {
  margin-bottom: 17px;
}
.two-column p {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 13px;
}
.two-column .button-row {
  margin-top: 20px;
}
.large-title {
  font-size: 28px;
  margin: 12px 0 10px !important;
}
.muted {
  color: #61695b;
  font-size: 13px;
  line-height: 1.7;
}
.soft-panel {
  background: #f1f4e9;
}
.soft-panel > .tile-icon {
  margin-bottom: 20px;
  background: #e4ebd7;
}
.soft-panel h3 {
  margin: 23px 0 12px;
}
.tiny {
  font-size: 11px !important;
  line-height: 1.7 !important;
  color: #606659;
  margin-top: 16px;
}
.progress-track {
  height: 5px;
  background: #edf0e6;
  border-radius: 5px;
  margin: 24px 0 12px;
  overflow: hidden;
}
.progress-track > span {
  display: block;
  background: #859b6b;
  width: var(--progress);
  height: 100%;
  transition: width 0.4s;
}
.filter-tabs {
  display: flex;
  gap: 8px;
  margin: 24px 0;
}
.filter-tabs button {
  padding: 8px 16px;
  font-size: 12px;
  border: 1px solid #e3e7dc;
  background: white;
  border-radius: 20px;
  text-transform: capitalize;
}
.filter-tabs .selected {
  background: #35573e;
  color: white;
  border-color: #35573e;
}
.activity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.activity-card {
  padding: 0;
  overflow: hidden;
}
.activity-visual {
  height: 180px;
  display: grid;
  place-items: center;
}
.activity-visual > .lesson-art {
  width: 220px;
  height: 175px;
}
.giant-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffffff6b;
}
.giant-icon > .icon {
  width: 48px;
  height: 48px;
}
.activity-content {
  padding: 21px;
}
.activity-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.activity-meta > span:last-child {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 11px;
  color: #5e6655;
}
.activity-meta .icon {
  width: 12px;
  height: 12px;
}
.activity-content h2 {
  font-size: 19px;
  min-height: 46px;
}
.activity-content p {
  font-size: 13px;
  margin: 9px 0 22px;
  min-height: 40px;
}
.activity-content .button {
  width: 100%;
}
.gentle-note {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin: 30px 0;
  color: #5e6656;
}
.gentle-note .icon {
  width: 15px;
  height: 15px;
}
.reflection-panel {
  max-width: 680px;
  margin: 32px auto;
  text-align: center;
  padding: 34px 42px;
}
.round-illustration {
  background: #eeedf4;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  color: #6c607a;
}
.round-illustration .icon {
  width: 33px;
  height: 33px;
}
.reflection-panel h2 {
  font-size: 25px;
  margin-bottom: 10px;
}
.reflection-panel > p {
  font-size: 13px;
}
.reflection-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 27px 0;
}
.choice {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 13px;
  border: 1px solid #e0e5d8;
  border-radius: 9px;
  background: #fff;
  padding: 17px;
  font-size: 13px;
  min-height: 58px;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.choice:hover {
  background: #f8faf3;
  border-color: #a0b48b;
}
.choice.chosen {
  border-color: #7c9a69;
  background: #f0f6e8;
  color: #426038;
}
.choice > .icon:last-child {
  margin-left: auto;
}
.choice strong {
  font-weight: 550;
}
.choice small {
  display: block;
  font-size: 11px;
  color: #5f6657;
  margin-top: 4px;
}
.choice > .icon {
  width: 20px;
  height: 20px;
  color: #5b684f;
}
.button-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.reflection-panel .button-row {
  justify-content: center;
}
.evidence-banner {
  display: flex;
  gap: 15px;
  align-items: center;
  background: #eef3e6;
  border: 1px solid #e2e9d7;
  padding: 17px 22px;
  border-radius: 10px;
  margin-bottom: 23px;
}
.evidence-banner > .icon {
  color: #586c47;
}
.evidence-banner p {
  font-size: 13px;
  color: #5b6750;
}
.evidence-banner strong {
  font-weight: 550;
  color: #5b7350;
}
.empty-state {
  text-align: center;
  padding: 35px 15px;
}
.empty-state > .icon {
  margin: 0 auto 17px;
  width: 37px;
  height: 37px;
  color: #5d6750;
}
.empty-state h3 {
  margin-bottom: 12px;
  font-size: 20px;
}
.empty-state > p {
  max-width: 345px;
  margin: 0 auto 22px;
  font-size: 13px;
}
.evidence-entry {
  display: flex;
  gap: 13px;
  border-top: 1px solid #edf0e7;
  padding: 20px 0;
}
.evidence-entry h3 {
  font-size: 14px;
  margin-bottom: 7px;
}
.evidence-entry p {
  font-size: 13px;
  margin-bottom: 3px;
}
.evidence-entry .tiny {
  font-size: 10px !important;
}
.source-card h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.4;
  color: #5b694a;
  margin: 25px 0;
}
.source-card dl {
  font-size: 13px;
}
.source-card dt {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin: 18px 0 5px;
  color: #5b674f;
}
.source-card dd {
  margin: 0;
  color: #606758;
  line-height: 1.8;
}
.knowledge-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background: #eeeede;
  border: 1px solid #e2e4d2;
  border-radius: 12px;
  padding: 30px 35px;
  margin-bottom: 26px;
  min-height: 245px;
}
.knowledge-hero > div {
  max-width: 62%;
  z-index: 1;
}
.knowledge-hero h2 {
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  margin: 14px 0;
}
.knowledge-hero p {
  font-size: 13px;
  line-height: 1.8;
}
.knowledge-hero > .garden-art {
  width: 34%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.pathway-card > .tile-icon {
  margin-bottom: 20px;
}
.pathway-card h2 {
  font-size: 19px;
  margin-bottom: 12px;
}
.pathway-card > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.8;
  min-height: 65px;
}
.pathway-card details {
  margin: 20px 0;
  font-size: 12px;
  color: #5d6852;
}
.pathway-card details p {
  font-size: 12px;
  margin-top: 12px;
}
.pathway-card summary {
  cursor: pointer;
  font-size: 11px;
  color: #586b46;
  line-height: 1.7;
}
.family-hero {
  position: relative;
  display: flex;
  align-items: center;
  background: #f0eee4;
  padding: 35px 40px;
  border: 1px solid #e6e3d4;
  border-radius: 12px;
  min-height: 287px;
  margin-bottom: 25px;
  overflow: hidden;
}
.family-hero > div:first-child {
  width: 65%;
  z-index: 1;
}
.family-hero h2 {
  font-family: Georgia, serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  margin: 15px 0;
}
.family-hero p {
  font-size: 13px;
  max-width: 390px;
  margin-bottom: 22px;
  line-height: 1.8;
}
.family-illustration {
  position: absolute;
  right: 10px;
  width: 37%;
  bottom: 0;
}
.support-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  font-size: 13px;
  color: #5e6a55;
}
.support-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 17px 0;
}
.support-list .icon {
  width: 16px;
  height: 16px;
  color: #5a6b49;
}
.info-box {
  background: #f1f4e9;
  border: 1px solid #e4e9d9;
  border-radius: 7px;
  padding: 15px 18px;
  font-size: 12px;
  color: #5d6851;
  line-height: 1.8;
  margin: 20px 0;
}
.shared-summary {
  padding-top: 10px;
}
.shared-summary h3 {
  font-size: 20px;
  margin: 17px 0;
}
.setting-row {
  display: flex;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid #e8ecdf;
  padding: 22px 0;
}
.setting-row strong {
  font-size: 13px;
  font-weight: 550;
}
.setting-row p {
  font-size: 12px;
  margin: 6px 0 0;
}
.setting-row > .tag {
  margin-left: auto;
}
.toggle {
  border: 0;
  border-radius: 20px;
  background: #d8dfcc;
  width: 43px;
  height: 25px;
  padding: 3px;
  flex-shrink: 0;
  margin-left: auto;
}
.toggle span {
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 1px 3px #0002;
  transition: transform 0.2s;
}
.toggle.on {
  background: #648752;
}
.toggle.on span {
  transform: translateX(18px);
}
.legal-panel {
  margin-top: 24px;
}
.legal-panel > h2 {
  margin-bottom: 25px;
}
.three-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.three-columns h3 {
  font-size: 15px;
  margin-bottom: 13px;
}
.three-columns p {
  font-size: 13px;
  line-height: 1.8;
}
.research-intro {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 23px;
  margin-bottom: 35px;
}
.research-intro h2 {
  font-size: 25px;
  line-height: 1.3;
  margin: 15px 0;
}
.research-intro p {
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 16px;
}
.research-intro strong {
  font-weight: 550;
  color: #4d6b40;
}
.constitution {
  padding-left: 20px;
  font-size: 13px;
  color: #5e6a50;
  line-height: 2.4;
  margin-bottom: 20px;
}
.evidence-research-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.research-card h3 {
  margin: 17px 0 12px;
}
.research-card p {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 18px;
}
.roadmap {
  margin-top: 25px;
}
.roadmap > h2 {
  margin-bottom: 25px;
}
.roadmap .three-columns h3 {
  margin-top: 15px;
}
dialog {
  border: 1px solid #e0e5d8;
  border-radius: 17px;
  box-shadow: 0 20px 100px #142c2530;
  padding: 37px 40px;
  max-width: 560px;
  width: calc(100% - 32px);
  max-height: 90vh;
  color: #334b37;
  background: #fcfdf8;
}
dialog::backdrop {
  background: #1b322a66;
  backdrop-filter: blur(4px);
}
.dialog-close {
  position: absolute;
  right: 15px;
  top: 14px;
}
.dialog-eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #5e6951;
}
.step-dots {
  display: flex;
  gap: 5px;
  margin: 15px 0 25px;
}
.step-dots > span {
  height: 3px;
  background: #e6ebdc;
  width: 35px;
  border-radius: 4px;
}
.step-dots > span.active {
  background: #8a9f73;
}
dialog h2 {
  font-size: 28px;
  line-height: 1.25;
  margin: 17px 0 15px;
}
dialog > p {
  font-size: 13px;
  line-height: 1.8;
}
dialog .lesson-art {
  width: 220px;
  height: 154px;
  margin: 10px auto 20px;
}
.onboarding-options {
  display: grid;
  gap: 10px;
  margin: 23px 0;
}
.onboarding-options .choice {
  min-height: 75px;
}
.quiz-options {
  display: grid;
  gap: 11px;
  margin: 22px 0;
}
.answer-letter {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  background: #f0f3e9;
  border-radius: 5px;
  font-size: 11px;
  color: #606855;
  flex-shrink: 0;
}
.question {
  font-size: 15px !important;
  color: #5c714d;
  line-height: 1.7;
  margin-top: 20px;
}
.answer-feedback {
  font-size: 13px;
  color: #7d5e3c;
  background: #f8eedf;
  padding: 13px 17px;
  border-radius: 7px;
  line-height: 1.7;
}
.pattern-row {
  display: flex;
  gap: 13px;
  justify-content: center;
  margin: 30px 0;
}
.pattern-row span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 13px;
  font-family: Georgia, serif;
  font-size: 29px;
  background: #eeecf5;
  color: #6e617b;
}
.pattern-row span:last-child {
  border: 1px dashed #b5a5c3;
  background: transparent;
}
.focus-orb,
.success-orb {
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  background: #edf2df;
  border-radius: 50%;
  margin: 24px auto;
  color: #5b6949;
}
.focus-orb .icon,
.success-orb .icon {
  width: 45px;
  height: 45px;
}
.timer-face {
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  border: 3px solid #dce5ca;
  border-radius: 50%;
  background: #f2f6e7;
  color: #556a43;
  font-family: Georgia, serif;
  font-size: 47px;
  margin: 25px auto;
}
.conversation-list {
  padding: 0;
  list-style: none;
  margin: 25px 0;
}
.conversation-list li {
  font-family: Georgia, serif;
  font-size: 20px;
  color: #5a6949;
  border-bottom: 1px solid #e8eddf;
  padding: 15px 0;
}
.conversation-list li:before {
  content: "“";
  margin-right: 7px;
  color: #606654;
}
#toast {
  position: fixed;
  bottom: 25px;
  left: calc(50% + 90px);
  transform: translate(-50%, 20px);
  max-width: calc(100vw - 35px);
  width: max-content;
  background: #35543d;
  color: #fff;
  padding: 13px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 20px #10251925;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
  z-index: 40;
}
#toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.loading {
  padding: 40px;
  color: #537244;
}
@media (min-width: 1600px) {
  .hero-card {
    min-height: 345px;
  }
  .hero-card h2 {
    font-size: 47px;
  }
  .hero-card > .garden-art {
    max-width: 450px;
    right: 40px;
  }
  .discovery-card {
    padding: 24px;
  }
  .hero-copy > p {
    font-size: 14px;
  }
}
@media (max-width: 1250px) {
  .sidebar {
    width: 214px;
    padding: 28px 12px 0;
  }
  .workspace {
    margin-left: 214px;
  }
  .brand {
    font-size: 31px;
  }
  .topbar {
    padding: 0 27px;
  }
  #main-content {
    padding: 23px 27px 0;
  }
  .today-label {
    display: none;
  }
  .hero-card {
    padding: 28px;
    min-height: 280px;
  }
  .hero-card h2 {
    font-size: 34px;
  }
  .hero-actions {
    gap: 10px;
    flex-wrap: wrap;
  }
  .discovery-card {
    padding: 17px 13px;
    gap: 10px;
  }
  .discovery-copy strong {
    font-size: 12px;
  }
  .discovery-copy > span {
    font-size: 10px;
  }
  .tile-icon {
    width: 35px;
    height: 35px;
  }
  .tile-icon > .icon {
    width: 21px;
    height: 21px;
  }
  .card-arrow {
    display: none;
  }
  .dashboard-lower {
    gap: 17px;
  }
  .roots-card {
    padding: 22px;
  }
  .roots-heading > span:last-child {
    font-size: 10px;
  }
  .trust-strip {
    gap: 10px;
  }
  .trust-strip > span:nth-child(2) {
    display: none;
  }
  .activity-content {
    padding: 18px;
  }
  .activity-content h2 {
    font-size: 17px;
  }
  .activity-grid {
    gap: 15px;
  }
  .page-footer {
    flex-wrap: wrap;
  }
  h1 {
    font-size: 29px;
  }
}
@media (max-width: 1000px) {
  .sidebar {
    width: 195px;
    padding-inline: 10px;
  }
  .workspace {
    margin-left: 195px;
  }
  .brand {
    margin-left: 10px;
    gap: 5px;
    font-size: 30px;
  }
  .brand-byline {
    font-size: 10px;
  }
  .nav-item {
    padding: 10px;
    font-size: 12px;
    gap: 10px;
  }
  .sidebar-label {
    font-size: 10px;
    margin-left: 10px;
  }
  .sidebar-note {
    padding: 15px 10px;
    margin-inline: 0;
  }
  .sidebar-note > .icon {
    display: none;
  }
  .sidebar-note p {
    font-size: 12px;
  }
  .topbar {
    padding: 0 22px;
  }
  #main-content {
    padding: 23px 22px 0;
  }
  .space-switch > .quiet-button {
    font-size: 0;
    gap: 0;
  }
  .space-switch > .quiet-button > .icon {
    width: 19px;
    height: 19px;
  }
  .space-switch > .quiet-button > .icon:last-child {
    display: none;
  }
  .hero-card h2 {
    font-size: 31px;
  }
  .hero-copy {
    max-width: 65%;
  }
  .hero-card > .garden-art {
    width: 43%;
    right: -25px;
    bottom: 18px;
    opacity: 0.8;
  }
  .hero-card .art-caption {
    right: 20px;
  }
  .hero-actions > span {
    display: none;
  }
  .hero-card {
    min-height: 263px;
  }
  .discovery-grid {
    gap: 10px;
  }
  .discovery-card {
    display: block;
    padding: 17px;
  }
  .discovery-copy {
    display: block;
    margin-top: 12px;
  }
  .discovery-copy strong {
    font-size: 13px;
  }
  .discovery-copy > span {
    font-size: 10px;
  }
  .dashboard-lower {
    grid-template-columns: 1.15fr 1fr;
  }
  .today-plan {
    padding: 20px 17px 0;
  }
  .roots-card {
    padding: 20px;
  }
  .section-head h2 {
    font-size: 15px;
  }
  .today-plan .section-head .text-link {
    font-size: 10px;
  }
  .roots-heading > span:last-child {
    font-size: 10px;
  }
  .roots-heading {
    gap: 5px;
  }
  .roots-card h2 {
    font-size: 24px;
  }
  .two-column,
  .research-intro {
    grid-template-columns: 1fr;
  }
  .activity-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .activity-grid .activity-card:last-child {
    grid-column: auto;
  }
  .evidence-research-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-heading {
    align-items: flex-start;
  }
  .page-heading > .button {
    padding: 9px;
    font-size: 10px;
  }
  .page-heading .button .icon {
    display: none;
  }
  .family-hero h2 {
    font-size: 30px;
  }
  .family-hero > div:first-child {
    width: 72%;
  }
  .family-illustration {
    right: -25px;
    width: 45%;
    opacity: 0.7;
  }
  .knowledge-hero h2 {
    font-size: 29px;
  }
  .three-columns {
    gap: 18px;
  }
  .profile {
    gap: 8px;
  }
  .profile strong {
    font-size: 12px;
  }
  .profile small {
    font-size: 10px;
  }
}
@media (max-width: 760px) {
  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.22s;
    width: 244px;
    box-shadow: 10px 0 30px #24382b22;
    padding: 28px 18px 0;
  }
  .sidebar.mobile-open {
    transform: translateX(0);
    top: 65px;
  }
  .sidebar .brand {
    margin-bottom: 30px;
  }
  .sidebar-bottom {
    padding-top: 20px;
  }
  .sidebar-note {
    display: none;
  }
  .nav-item {
    font-size: 13px;
    padding: 12px;
  }
  .workspace {
    margin-left: 0;
  }
  .topbar {
    height: 64px;
    padding: 0 18px;
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fffffff0;
    backdrop-filter: blur(10px);
  }
  .mobile-menu {
    display: grid;
  }
  .breadcrumb .mobile-menu .icon {
    width: 20px;
    height: 20px;
  }
  .breadcrumb {
    gap: 7px;
  }
  .top-actions {
    gap: 9px;
  }
  .demo-pill {
    font-size: 10px;
    letter-spacing: 0.6px;
    padding: 4px 7px;
  }
  .top-actions > .icon-button {
    width: 29px;
  }
  .top-actions .avatar {
    display: none;
  }
  #main-content {
    padding: 20px 20px 0;
  }
  .space-switch {
    margin-bottom: 25px;
    gap: 8px;
  }
  .mode-tabs {
    padding: 3px;
  }
  .mode-tabs button {
    padding: 6px 12px;
    font-size: 11px;
    gap: 6px;
  }
  .mode-tabs button span {
    font-size: 10px;
  }
  .mode-tabs button .icon {
    width: 13px;
    height: 13px;
  }
  .page-heading {
    margin-bottom: 22px;
    display: block;
  }
  .page-heading > .button {
    margin-top: 15px;
    font-size: 11px;
    padding: 10px 15px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
  h1 {
    font-size: 27px;
  }
  .page-description {
    font-size: 12px;
    line-height: 1.8;
    max-width: 340px;
  }
  .hero-card {
    padding: 25px 24px;
    min-height: 273px;
    margin-bottom: 25px;
  }
  .hero-card h2 {
    font-size: 31px;
  }
  .hero-copy {
    max-width: 75%;
  }
  .hero-kicker {
    font-size: 10px;
    letter-spacing: 1.1px;
  }
  .hero-copy > p {
    font-size: 12px;
  }
  .hero-card > .garden-art {
    width: 43%;
    right: -32px;
    bottom: 4px;
    opacity: 0.65;
  }
  .art-caption {
    display: none;
  }
  .hero-actions {
    margin-top: 23px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 11px 14px;
  }
  .section-head p {
    font-size: 11px;
  }
  .discovery-grid {
    gap: 10px;
  }
  .discovery-card {
    padding: 15px 12px;
    min-height: 146px;
  }
  .discovery-copy strong {
    font-size: 12px;
    line-height: 1.4;
  }
  .discovery-copy > span {
    font-size: 10px;
    line-height: 1.6;
  }
  .discovery-card .tile-icon {
    width: 33px;
    height: 33px;
  }
  .dashboard-lower {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .today-plan {
    padding: 22px 23px 0;
  }
  .roots-card {
    padding: 24px;
  }
  .roots-heading > span:last-child {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .roots-card h2 {
    font-size: 28px;
  }
  .roots-card > p {
    max-width: 90%;
    font-size: 13px;
  }
  .roots-card:after {
    width: 200px;
    height: 200px;
    right: -80px;
    top: 35px;
  }
  .roots-card .text-link {
    font-size: 12px;
  }
  .tag {
    font-size: 10px;
  }
  .trust-strip {
    font-size: 10px;
    padding: 14px;
    flex-wrap: wrap;
  }
  .trust-strip > .text-link {
    font-size: 10px;
  }
  .page-footer {
    gap: 10px;
    padding: 18px 0;
    font-size: 10px;
  }
  .page-footer > span:last-child {
    flex-wrap: wrap;
    gap: 4px;
    font-size: 10px;
  }
  .panel {
    padding: 22px;
  }
  .today-plan {
    padding-bottom: 0;
  }
  .activity-grid {
    grid-template-columns: 1fr;
  }
  .activity-visual {
    height: 165px;
  }
  .activity-content h2 {
    min-height: 0;
    font-size: 22px;
  }
  .activity-content p {
    min-height: 0;
  }
  .activity-content .button {
    width: auto;
  }
  .activity-content {
    padding: 23px;
  }
  .filter-tabs {
    gap: 6px;
  }
  .filter-tabs button {
    padding: 7px 13px;
    font-size: 11px;
  }
  .reflection-panel {
    padding: 28px 22px;
    margin: 24px 0;
  }
  .reflection-panel h2 {
    font-size: 23px;
  }
  .reflection-choices {
    grid-template-columns: 1fr;
  }
  .reflection-choices .choice {
    padding: 14px;
  }
  .knowledge-hero {
    padding: 26px;
    min-height: 260px;
  }
  .knowledge-hero > div {
    max-width: 100%;
  }
  .knowledge-hero > .garden-art {
    opacity: 0.15;
    width: 60%;
  }
  .knowledge-hero h2 {
    font-size: 30px;
  }
  .pathway-card > p:not(.eyebrow) {
    min-height: 0;
  }
  .pathway-card {
    padding: 25px;
  }
  .pathway-card h2 {
    font-size: 23px;
  }
  .pathway-card details {
    font-size: 13px;
  }
  .pathway-card summary {
    font-size: 12px;
  }
  .family-hero {
    padding: 27px;
    min-height: 300px;
  }
  .family-hero > div:first-child {
    width: 100%;
  }
  .family-hero h2 {
    font-size: 31px;
  }
  .family-hero p {
    max-width: 85%;
  }
  .family-illustration {
    width: 50%;
    opacity: 0.15;
    right: -20px;
  }
  .three-columns {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .legal-panel {
    padding: 25px;
  }
  .setting-row {
    gap: 15px;
  }
  .setting-row p {
    font-size: 12px;
  }
  .setting-row > .tag {
    font-size: 10px;
  }
  .evidence-research-grid {
    grid-template-columns: 1fr;
  }
  .research-intro h2 {
    font-size: 25px;
  }
  .research-card h3 {
    font-size: 20px;
  }
  .research-card .text-link {
    font-size: 12px;
  }
  .page-footer .text-link {
    font-size: 10px;
  }
  #toast {
    left: 50%;
    bottom: 18px;
    font-size: 12px;
    padding: 12px 16px;
    max-width: calc(100vw - 25px);
    white-space: normal;
    width: max-content;
  }
  dialog {
    padding: 32px 24px;
    max-height: 92vh;
  }
  dialog h2 {
    font-size: 25px;
  }
  .button-row {
    gap: 9px;
  }
  .button-row .button {
    font-size: 11px;
  }
  .dialog-eyebrow {
    font-size: 10px;
  }
  .pattern-row span {
    width: 53px;
    height: 53px;
  }
  .step-dots {
    margin-bottom: 20px;
  }
  .activity-meta .tag {
    font-size: 10px;
  }
}
@media (max-width: 380px) {
  #main-content {
    padding-inline: 15px;
  }
  .topbar {
    padding-inline: 12px;
  }
  .mode-tabs button {
    padding: 6px 10px;
  }
  .mode-tabs button span {
    display: none;
  }
  .hero-card {
    padding: 23px 20px;
    min-height: 280px;
  }
  .hero-card h2 {
    font-size: 29px;
  }
  .hero-copy {
    max-width: 90%;
  }
  .hero-card > .garden-art {
    opacity: 0.3;
    width: 46%;
    right: -20px;
  }
  .hero-kicker {
    font-size: 10px;
  }
  .discovery-grid {
    grid-template-columns: 1fr;
  }
  .discovery-card {
    display: flex;
    min-height: 84px;
    padding: 17px;
    gap: 15px;
    align-items: center;
  }
  .discovery-copy {
    margin: 0;
  }
  .discovery-copy strong {
    font-size: 13px;
  }
  .discovery-copy > span {
    font-size: 11px;
  }
  .card-arrow {
    display: block;
  }
  .page-heading h1 {
    font-size: 25px;
  }
  .trust-strip > .text-link {
    margin-left: 0;
  }
  .breadcrumb {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Readability and keyboard review refinements. */
progress.progress-track {
  display: block;
  width: 100%;
  height: 6px;
  border: 0;
  appearance: none;
}
progress.progress-track::-webkit-progress-bar {
  background: #edf0e6;
  border-radius: 5px;
}
progress.progress-track::-webkit-progress-value {
  background: #738c5c;
  border-radius: 5px;
}
progress.progress-track::-moz-progress-bar {
  background: #738c5c;
}
.mode-tabs button span {
  opacity: 1;
}
.mode-tabs button {
  min-height: 38px;
}
.task-check {
  width: 28px;
  height: 28px;
}
.task-row .icon-button {
  width: 36px;
  height: 36px;
}
.nav-item {
  min-height: 44px;
}
.sidebar {
  overflow-y: auto;
}
.brand {
  flex-shrink: 0;
}
.toggle {
  width: 48px;
  height: 29px;
}
.toggle span {
  width: 23px;
  height: 23px;
}
.toggle.on span {
  transform: translateX(19px);
}
#app[data-mode="kids"] .discovery-copy strong {
  font-size: 15px;
}
#app[data-mode="kids"] .hero-actions .button {
  font-size: 14px;
}
#app[data-mode="kids"] .task-copy strong {
  font-size: 14px;
}
#app[data-mode="kids"] .hero-card {
  background: #f3efd9;
}
#app[data-mode="kids"] .page-description {
  font-size: 14px;
}
.demo-pill {
  font-size: 9px;
}
.mobile-menu[aria-expanded="true"] {
  background: #e3ead9;
}
@media (max-width: 760px) {
  .mode-tabs button {
    min-height: 40px;
    padding-inline: 10px;
  }
  .top-actions {
    gap: 5px;
  }
  .breadcrumb > span {
    display: none;
  }
  .space-switch > .quiet-button {
    min-width: 24px;
  }
  .sidebar.mobile-open {
    height: calc(100dvh - 65px);
  }
  .choice {
    min-height: 56px;
  }
  .task-check {
    width: 32px;
    height: 32px;
  }
  .task-row .icon-button {
    width: 40px;
    height: 40px;
  }
  .today-plan .section-head {
    flex-wrap: wrap;
  }
  .roots-heading > span:last-child {
    font-size: 9px;
  }
  .page-footer {
    font-size: 10px;
  }
  .page-footer > span:last-child,
  .page-footer .text-link {
    font-size: 9px;
  }
}

@media (max-width: 760px) {
  .sidebar:not(.mobile-open) {
    visibility: hidden;
  }
}

/* Svadhyaya wordmark: keep the longer name readable at sidebar widths. */
.sidebar .brand {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.8px;
  gap: 7px;
  margin-inline: 8px;
}
.sidebar .brand-name {
  min-width: 0;
}
.sidebar .brand-symbol {
  width: 30px;
  flex-shrink: 0;
}
.sidebar .brand-symbol .icon {
  width: 28px;
  height: 28px;
}
.sidebar .brand-byline {
  font-family: Svadhyaya, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.25px;
  white-space: nowrap;
}
@media (min-width: 761px) and (max-width: 1000px) {
  .sidebar .brand {
    font-size: 21px;
    margin-inline: 4px;
    gap: 5px;
  }
  .sidebar .brand-symbol {
    width: 25px;
  }
  .sidebar .brand-symbol .icon {
    width: 24px;
    height: 24px;
  }
  .sidebar .brand-byline {
    font-size: 9px;
  }
}
