body[data-auth="signed-in"] .exact-home-dashboard[data-home-subview="overview"] {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body[data-auth="signed-in"][data-active-route="home-base"] .route-status-strip,
body[data-auth="signed-in"][data-active-route="home-base"] .garden-sidebar-card {
  display: none !important;
}

body[data-auth="signed-in"][data-active-route="home-base"] {
  background-color: #f4efe7;
}

body[data-auth="signed-in"] .exact-home-dashboard[data-home-subview="overview"] > .exact-home-header,
body[data-auth="signed-in"] .exact-home-dashboard[data-home-subview="overview"] > .home-desktop-grid,
body[data-auth="signed-in"] .exact-home-dashboard[data-home-subview="overview"] > .home-base-module-source {
  display: none !important;
}

body[data-auth="signed-in"] .exact-home-dashboard:not([data-home-subview="overview"]) > .home-focus-dashboard,
body[data-auth="signed-in"] .exact-home-dashboard:not([data-home-subview="overview"]) > .home-focus-dialog {
  display: none !important;
}

#workspace-title {
  line-height: 1.15;
}

.home-focus-dashboard {
  --focus-ink: #173126;
  --focus-muted: #657168;
  --focus-green: #527b4e;
  --focus-green-dark: #355f39;
  --focus-green-soft: #edf4e8;
  --focus-line: rgba(49, 74, 57, 0.14);
  --focus-panel: rgba(255, 253, 248, 0.92);
  color: var(--focus-ink);
}

.home-focus-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
  padding-top: 10px;
}

.home-focus-toolbar .home-module-context-switcher {
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(260px, 1.1fr);
  gap: 12px;
  width: min(720px, 100%);
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home-focus-toolbar .home-module-context-switcher[hidden] {
  display: none;
}

.home-focus-toolbar .home-module-context-switcher label {
  display: grid;
  gap: 5px;
  color: var(--focus-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-focus-toolbar .home-module-context-switcher select {
  width: 100%;
  min-height: 50px;
  padding: 0 42px 0 16px;
  border: 1px solid var(--focus-line);
  border-radius: 16px;
  background-color: rgba(255, 253, 248, 0.9);
  color: var(--focus-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 8px 24px rgba(45, 58, 46, 0.05);
}

.home-focus-toolbar .home-module-context-switcher small {
  grid-column: 1 / -1;
  color: var(--focus-muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.home-focus-toolbar-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  margin-right: 84px;
}

.home-focus-planning-link,
.home-focus-modules-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  padding: 0 18px;
  border: 1px solid var(--focus-line);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.9);
  color: var(--focus-green-dark);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(45, 58, 46, 0.05);
}

.home-focus-planning-link:hover,
.home-focus-planning-link:focus-visible,
.home-focus-modules-button:hover,
.home-focus-modules-button:focus-visible {
  border-color: rgba(53, 95, 57, 0.35);
  background: var(--focus-green-soft);
}

.home-focus-context-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid var(--focus-line);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.9);
  color: var(--focus-ink);
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 8px 24px rgba(45, 58, 46, 0.05);
}

.home-focus-context-close,
.home-focus-view-tabs,
.home-focus-component-link {
  display: none;
}

.home-focus-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.home-focus-heading h2 {
  margin: 0;
  color: var(--focus-ink);
  font-size: clamp(38px, 4.3vw, 58px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.home-focus-heading p {
  margin: 10px 0 0;
  color: var(--focus-green);
  font-size: 18px;
  font-weight: 800;
}

.home-focus-progress {
  display: grid;
  min-width: 230px;
  gap: 9px;
  padding-bottom: 5px;
}

.home-focus-progress strong {
  color: var(--focus-ink);
  font-size: 14px;
  font-weight: 850;
}

.home-focus-progress > span {
  display: block;
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7e4dc;
}

.home-focus-progress i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--focus-green);
  transition: width 180ms ease;
}

.home-focus-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(340px, 0.94fr);
  gap: 18px;
  align-items: stretch;
}

.home-focus-my-day,
.home-focus-household {
  min-width: 0;
  border: 1px solid var(--focus-line);
  border-radius: 24px;
  background: var(--focus-panel);
  box-shadow: 0 16px 44px rgba(45, 58, 46, 0.055);
}

.home-focus-my-day {
  padding: 24px 26px 12px;
}

.home-focus-household {
  padding: 24px 22px;
}

.home-focus-my-day > header,
.home-focus-household > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.home-focus-my-day h3,
.home-focus-household h3,
.home-focus-task-form h3 {
  margin: 3px 0 0;
  color: var(--focus-ink);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.home-focus-add {
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--focus-green-dark);
  border-radius: 15px;
  background: var(--focus-green);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(53, 95, 57, 0.18);
}

.home-focus-task-list {
  border-top: 1px solid var(--focus-line);
}

.home-focus-task-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  border-bottom: 1px solid var(--focus-line);
}

.home-focus-task-row input[type="checkbox"] {
  width: 28px;
  height: 28px;
  margin: 0;
  accent-color: var(--focus-green);
  cursor: pointer;
}

.home-focus-task-copy {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  box-shadow: none;
}

.home-focus-task-copy strong,
.home-focus-household-row strong,
.home-focus-attention-row strong {
  display: block;
  color: var(--focus-ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}

.home-focus-task-copy small,
.home-focus-household-row small,
.home-focus-attention-row small {
  display: block;
  margin-top: 4px;
  color: var(--focus-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.home-focus-task-time {
  color: var(--focus-green);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.home-focus-task-row[data-state="done"] .home-focus-task-copy strong {
  color: var(--focus-muted);
  text-decoration: line-through;
}

.home-focus-empty {
  padding: 30px 12px;
  text-align: center;
}

.home-focus-empty strong {
  display: block;
  color: var(--focus-ink);
  font-size: 15px;
}

.home-focus-empty small {
  display: block;
  margin-top: 6px;
  color: var(--focus-muted);
  font-size: 12px;
}

.home-focus-household h4 {
  margin: 0 0 10px;
  color: var(--focus-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-focus-household-list {
  border-top: 1px solid var(--focus-line);
}

.home-focus-household-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  border-bottom: 1px solid var(--focus-line);
}

.home-focus-member-initials {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--focus-green-soft);
  color: var(--focus-green-dark);
  font-size: 14px;
  font-weight: 900;
}

.home-focus-attention {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--focus-line);
}

.home-focus-attention-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 76px;
  margin-top: 9px;
  padding: 10px 12px;
  border: 1px solid rgba(205, 118, 38, 0.2);
  border-radius: 16px;
  background: #fff8ef;
  color: inherit;
  text-align: left;
  box-shadow: none;
}

.home-focus-attention-row img {
  width: 28px;
  height: 28px;
}

.home-focus-attention-row > span:last-child {
  color: #ba641f;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.home-focus-state {
  margin: 12px 4px 0;
  color: var(--focus-muted);
  font-size: 11px;
  font-weight: 650;
}

.home-focus-dialog[hidden] {
  display: none;
}

.home-focus-dialog {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.home-focus-dialog-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: rgba(21, 39, 29, 0.38);
  box-shadow: none;
}

.home-focus-task-form {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(540px, 100%);
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--focus-line);
  border-radius: 24px;
  background: #fffdf8;
  box-shadow: 0 28px 90px rgba(22, 42, 30, 0.25);
}

.home-focus-task-form > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.home-focus-dialog-close {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--focus-line);
  border-radius: 12px;
  background: #f5f1e8;
  color: var(--focus-ink);
  font-size: 12px;
  font-weight: 850;
  box-shadow: none;
}

.home-focus-task-form label {
  display: grid;
  gap: 7px;
  color: var(--focus-ink);
  font-size: 12px;
  font-weight: 850;
}

.home-focus-task-form input,
.home-focus-task-form select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid var(--focus-line);
  border-radius: 13px;
  background: #fff;
  color: var(--focus-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
}

.home-focus-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.home-focus-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.home-focus-form-actions button {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 900;
}

.home-focus-form-actions .quiet {
  border: 1px solid var(--focus-line);
  background: #f5f1e8;
  color: var(--focus-ink);
}

.home-focus-form-actions .primary {
  border: 1px solid var(--focus-green-dark);
  background: var(--focus-green);
  color: #fff;
}

.home-focus-task-form > small {
  color: var(--focus-muted);
  font-size: 11px;
  line-height: 1.4;
}

@media (max-width: 1060px) {
  .home-focus-toolbar .home-module-context-switcher small {
    display: none;
  }

  .home-focus-toolbar-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex: 0 0 160px;
    gap: 6px;
    margin-right: 0;
  }

  .home-focus-planning-link,
  .home-focus-modules-button {
    min-height: 46px;
    justify-content: center;
    padding: 0 8px;
    font-size: 12px;
  }

  .home-focus-context-button {
    display: none;
  }

  .home-focus-view-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    width: min(360px, 100%);
    margin: -8px 0 12px;
    padding: 5px;
    border: 1px solid var(--focus-line);
    border-radius: 16px;
    background: rgba(255, 253, 248, 0.72);
  }

  .home-focus-view-tabs button {
    min-height: 40px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: var(--focus-muted);
    font-size: 13px;
    font-weight: 900;
    box-shadow: none;
  }

  .home-focus-view-tabs button[aria-selected="true"] {
    background: var(--focus-green);
    color: #fff;
  }

  .home-focus-columns {
    grid-template-columns: 1fr;
  }

  .home-focus-dashboard[data-home-focus-pane="my-day"] .home-focus-household,
  .home-focus-dashboard[data-home-focus-pane="household"] .home-focus-my-day {
    display: none;
  }

  .home-focus-state {
    display: none;
  }

  .home-focus-household {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .home-focus-household > header {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .home-focus-attention {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

@media (max-width: 760px) {
  body[data-auth="signed-in"][data-active-route="home-base"] .home-chrome {
    display: none !important;
  }

  body[data-auth="signed-in"] .exact-home-dashboard[data-home-subview="overview"] {
    height: calc(100svh - 78px);
    min-height: 0;
    padding-bottom: 8px !important;
  }

  .home-focus-toolbar,
  .home-focus-heading {
    display: grid;
  }

  .home-focus-toolbar {
    align-items: center;
    margin-bottom: 14px;
    padding-top: 8px;
  }

  .home-focus-toolbar-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    flex: none;
    justify-self: stretch;
    width: 100%;
  }

  .home-focus-toolbar .home-module-context-switcher {
    position: fixed;
    z-index: 130;
    top: 50%;
    left: 50%;
    display: none !important;
    grid-template-columns: 1fr;
    width: min(430px, calc(100vw - 32px));
    max-height: calc(100svh - 64px);
    margin: 0;
    padding: 22px;
    overflow: hidden;
    border: 1px solid var(--focus-line);
    border-radius: 22px;
    background: #fffdf8;
    box-shadow: 0 24px 80px rgba(23, 49, 38, 0.28);
    transform: translate(-50%, -50%);
  }

  .home-focus-toolbar .home-module-context-switcher.is-mobile-open {
    display: grid !important;
  }

  .home-focus-context-close {
    display: inline-flex;
    justify-self: end;
    min-height: 36px;
    align-items: center;
    padding: 0 12px;
    border: 1px solid var(--focus-line);
    border-radius: 11px;
    background: #f5f1e8;
    color: var(--focus-ink);
    font-size: 12px;
    font-weight: 900;
  }

  .home-focus-toolbar .home-module-context-switcher small {
    grid-column: auto;
  }

  .home-focus-heading {
    align-items: start;
    gap: 10px;
    margin-bottom: 14px;
  }

  .home-focus-heading h2 {
    font-size: 31px;
    line-height: 1;
  }

  .home-focus-heading p {
    margin-top: 6px;
    font-size: 14px;
  }

  .home-focus-progress {
    min-width: 0;
    width: 100%;
    gap: 5px;
    padding-bottom: 0;
  }

  .home-focus-view-tabs {
    width: 100%;
    margin: 0 0 12px;
  }

  .home-focus-my-day,
  .home-focus-household {
    padding: 14px 14px 8px;
    border-radius: 20px;
  }

  .home-focus-my-day > header {
    display: flex;
    margin-bottom: 10px;
  }

  .home-focus-add {
    width: auto;
    min-height: 40px;
    padding: 0 14px;
  }

  .home-focus-household {
    display: block;
  }

  .home-focus-attention {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--focus-line);
  }

  .home-focus-task-row {
    grid-template-columns: 32px minmax(0, 1fr);
    min-height: 64px;
    gap: 10px;
  }

  .home-focus-task-list .home-focus-task-row:nth-child(n + 4),
  .home-focus-household-list .home-focus-household-row:nth-child(n + 3) {
    display: none;
  }

  .home-focus-task-time {
    grid-column: 2;
    margin-top: -8px;
    font-size: 11px;
  }

  .home-focus-component-link {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0 2px;
    border: 1px solid var(--focus-line);
    border-radius: 12px;
    background: var(--focus-green-soft);
    color: var(--focus-green-dark);
    font-size: 12px;
    font-weight: 900;
  }

  .home-focus-context-button {
    display: inline-flex;
    justify-content: center;
    min-width: 0;
    padding: 0 12px;
  }

  .home-focus-planning-link,
  .home-focus-modules-button {
    justify-content: center;
    min-width: 0;
    padding: 0 12px;
  }

  .home-focus-state {
    display: none;
  }

  .home-focus-form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) and (max-height: 700px) {
  .home-focus-task-list .home-focus-task-row:nth-child(n + 3),
  .home-focus-household-list .home-focus-household-row:nth-child(n + 2),
  .home-focus-attention-row:nth-child(n + 2) {
    display: none;
  }

  .home-focus-household > header {
    display: none;
  }

  .home-focus-household .home-focus-empty {
    padding: 12px 8px;
  }

  .home-focus-attention {
    margin-top: 10px;
    padding-top: 8px;
  }
}
