/*  Sabbath Prep styles extracted from root styles.css.  */
.our-life-card, .our-life-card * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.home-priority-grid > .sabbath-prep-card.is-collapsed > .sabbath-prep-toggle {
  position: relative;
  height: 100%;
  min-height: 156px;
  padding: 0;
  align-content: stretch;
  justify-items: stretch;
  isolation: isolate;
  overflow: hidden;
  background-repeat: no-repeat;
  box-shadow: none;
}
.sabbath-prep-card {
  border-color: rgba(191, 149, 53, 0.24);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(255, 248, 235, 0.92));
  position: relative;
  display: grid;
  gap: 0;
  padding: 0;
  overflow: hidden;
  transition: background 240ms ease, border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}
.close-btn.sabbath-module-close-btn {
  position: absolute;
  top: calc(16px + env(safe-area-inset-top, 0px));
  right: 18px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 24px rgba(42, 52, 74, 0.14);
  backdrop-filter: blur(10px);
}
.sabbath-prep-toggle {
  width: 100%;
  border-radius: 18px;
  padding: 14px 16px 10px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "icon copy";
  align-items: center;
  align-content: start;
  justify-items: start;
  gap: 12px;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  overflow: visible;
  transition: transform 180ms ease;
}
.sabbath-prep-toggle {
  border: 0;
  background: transparent;
}
.home-priority-grid > .sabbath-prep-card.is-collapsed > .sabbath-prep-toggle {
  background:
    linear-gradient(160deg, rgba(255, 251, 241, 0.84), rgba(246, 223, 168, 0.78)),
    url("../../home-sabbath-preparation.jpg") 52% 53% / 196% auto no-repeat;
}
.home-priority-grid > .sabbath-prep-card.is-collapsed > .sabbath-prep-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
  transform: none;
  transition: none;
}
.home-priority-grid > .sabbath-prep-card.is-collapsed > .sabbath-prep-toggle::before {
  background: url("../../home-sabbath-preparation.jpg") 52% 53% / 196% auto no-repeat;
}
.home-priority-grid > .sabbath-prep-card.is-collapsed > .sabbath-prep-toggle > * {
  position: relative;
  z-index: 1;
}
.sabbath-prep-toggle:focus-visible {
  outline: 2px solid rgba(176, 125, 25, 0.38);
  outline-offset: 4px;
}
.sabbath-prep-hero-icon {
  grid-area: icon;
}
.sabbath-prep-hero-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
}
.sabbath-prep-hero-icon {
  border: 1px solid rgba(203, 152, 53, 0.16);
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 246, 210, 0.84), transparent 30%),
    linear-gradient(160deg, rgba(255, 250, 233, 0.98), rgba(249, 222, 163, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    0 16px 28px rgba(183, 132, 28, 0.16);
}
.sabbath-prep-hero-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.sabbath-prep-toggle-copy {
  grid-area: copy;
  display: grid;
  align-content: start;
  align-self: center;
  gap: 3px;
  min-width: 0;
  max-width: 100%;
  padding-right: 0;
  padding-top: 0;
}
.sabbath-prep-eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a6720;
}
.sabbath-prep-title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 760;
  line-height: 1.05;
  color: #503c14;
  max-width: 100%;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  overflow-wrap: anywhere;
  hyphens: auto;
  text-wrap: balance;
  letter-spacing: -0.03em;
}
.sabbath-prep-help {
  margin: 0;
  font-size: 0.79rem;
  color: #756546;
}
.sabbath-prep-eyebrow, .sabbath-prep-title, .sabbath-prep-help {
  grid-column: 1 / 2;
}
.sabbath-prep-toggle .home-calendar-chevron {
  display: none;
}
.home-priority-grid > .sabbath-prep-card.is-collapsed .sabbath-prep-toggle-copy {
  display: none;
}
.home-priority-grid > .sabbath-prep-card.is-collapsed .sabbath-prep-hero-icon {
  display: none;
}
.sabbath-prep-body {
  display: grid;
  gap: 16px;
  padding: 0 16px 16px;
}
.sabbath-prep-headline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  gap: 16px;
  align-items: stretch;
}
.sabbath-prep-headline-main {
  display: grid;
  gap: 12px;
}
.sabbath-prep-date-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.sabbath-prep-date {
  margin: 0;
  font-size: 0.94rem;
  font-weight: 680;
  color: #5e4917;
}
.sabbath-prep-mode-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 9px;
  background: linear-gradient(135deg, #7b4e00, #c7972c);
  color: #fff8e6;
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.sabbath-prep-meta {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #756546;
}
.sabbath-prep-formation-strip {
  border: 1px solid rgba(191, 149, 53, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(255, 221, 152, 0.22), transparent 34%),
    linear-gradient(160deg, rgba(255, 251, 241, 0.98), rgba(253, 244, 222, 0.96));
  padding: 14px 15px;
  display: grid;
  gap: 6px;
}
.sabbath-prep-formation-kicker {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a6c14;
}
.sabbath-prep-formation-lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #5f4915;
}
.sabbath-prep-countdown-card {
  min-width: 0;
  min-height: 188px;
  border: 1px solid rgba(191, 149, 53, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 226, 162, 0.34), transparent 32%),
    linear-gradient(155deg, rgba(255, 252, 247, 0.98), rgba(246, 223, 168, 0.96));
  padding: 18px 18px 16px;
  display: grid;
  align-content: end;
  gap: 8px;
  justify-items: start;
  text-align: left;
  box-shadow: 0 18px 38px rgba(183, 132, 39, 0.14);
  transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease, border-color 240ms ease;
}
.sabbath-prep-countdown-label {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8c6821;
}
.sabbath-prep-countdown-value {
  margin: 0;
  font-size: clamp(2.9rem, 8vw, 5.6rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #4d3c19;
  line-height: 0.9;
  letter-spacing: -0.05em;
}
.sabbath-prep-countdown-meta {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  max-width: 24ch;
  color: #756546;
}
.sabbath-prep-summary {
  display: grid;
  gap: 12px;
}
.sabbath-prep-path-panel {
  border: 1px solid rgba(191, 149, 53, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 94% 4%, rgba(255, 224, 154, 0.28), transparent 32%),
    linear-gradient(150deg, rgba(255, 252, 245, 0.98), rgba(246, 236, 215, 0.96));
  padding: 16px;
  display: grid;
  gap: 14px;
  box-shadow: 0 16px 34px rgba(167, 120, 25, 0.08);
}
.sabbath-prep-path-panel[data-active-tone="rhythm"] {
  background:
    radial-gradient(circle at 94% 4%, rgba(224, 172, 132, 0.24), transparent 32%),
    linear-gradient(150deg, rgba(255, 252, 248, 0.98), rgba(243, 231, 220, 0.96));
}
.sabbath-prep-path-panel[data-active-tone="worship"] {
  background:
    radial-gradient(circle at 94% 4%, rgba(185, 209, 247, 0.24), transparent 32%),
    linear-gradient(150deg, rgba(249, 252, 255, 0.98), rgba(230, 238, 250, 0.96));
}
.sabbath-prep-path-panel[data-active-tone="care"] {
  background:
    radial-gradient(circle at 94% 4%, rgba(185, 225, 203, 0.26), transparent 32%),
    linear-gradient(150deg, rgba(249, 254, 250, 0.98), rgba(227, 241, 232, 0.96));
}
.sabbath-prep-path-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.sabbath-prep-path-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}
.sabbath-prep-path-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8e6518;
}
.sabbath-prep-path-title {
  margin: 0;
  font-size: clamp(1.3rem, 4.8vw, 2rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
  color: #443315;
}
.sabbath-prep-path-meta {
  margin: 0;
  max-width: 56ch;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #68562f;
}
.sabbath-prep-step-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.sabbath-prep-step-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(176, 125, 25, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.64);
  color: #5a4215;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 780;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(128, 91, 24, 0.08);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.sabbath-prep-step-arrow:active {
  transform: scale(0.96);
}
.sabbath-prep-step-arrow:focus-visible, .sabbath-prep-readiness-segment:focus-visible, .sabbath-prep-readiness-range:focus-visible, .sabbath-prep-timeline-range:focus-visible, .sabbath-prep-habit-track:focus-visible, .sabbath-prep-habit-status:focus-visible, .sabbath-prep-habit-input:focus-visible {
  outline: 2px solid rgba(176, 125, 25, 0.38);
  outline-offset: 3px;
}
.sabbath-prep-step-count {
  min-width: 58px;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 760;
  color: #745727;
}
.sabbath-prep-readiness-meter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.sabbath-prep-readiness-segment {
  min-width: 0;
  border: 1px solid rgba(176, 125, 25, 0.13);
  border-radius: 16px;
  padding: 10px;
  display: grid;
  gap: 7px;
  text-align: left;
  background: rgba(255, 255, 255, 0.54);
  color: #59441f;
  cursor: pointer;
}
.sabbath-prep-readiness-segment.is-active {
  border-color: rgba(176, 125, 25, 0.28);
  background: rgba(255, 247, 229, 0.78);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}
.sabbath-prep-readiness-label {
  min-width: 0;
  font-size: 0.76rem;
  line-height: 1.2;
  font-weight: 780;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.sabbath-prep-readiness-value {
  font-size: 0.73rem;
  font-weight: 760;
  color: #8b6621;
}
.sabbath-prep-readiness-track {
  height: 7px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(114, 87, 44, 0.14);
}
.sabbath-prep-readiness-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #bd8b2d, #2f7f82);
}
.sabbath-prep-habit-card {
  border: 1px solid rgba(47, 127, 130, 0.16);
  border-radius: 18px;
  padding: 14px;
  display: grid;
  gap: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(245, 252, 249, 0.68));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
}
.sabbath-prep-habit-card[data-habit-status="done"] {
  border-color: rgba(63, 138, 95, 0.24);
  background: linear-gradient(145deg, rgba(246, 255, 249, 0.78), rgba(238, 250, 243, 0.72));
}
.sabbath-prep-habit-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 10px 14px;
}
.sabbath-prep-habit-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
  flex: 1 1 240px;
}
.sabbath-prep-habit-kicker {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #2f7f82;
}
.sabbath-prep-habit-title {
  margin: 0;
  color: #2f432d;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.18;
}
.sabbath-prep-habit-lead {
  margin: 0;
  color: #536247;
  font-size: 0.88rem;
  line-height: 1.45;
}
.sabbath-prep-habit-state {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(47, 127, 130, 0.1);
  color: #276d70;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.sabbath-prep-habit-card[data-habit-status="done"] .sabbath-prep-habit-state {
  background: rgba(63, 138, 95, 0.12);
  color: #317449;
}
.sabbath-prep-habit-track-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}
.sabbath-prep-habit-track, .sabbath-prep-habit-status {
  min-width: 0;
  border: 1px solid rgba(47, 127, 130, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #385544;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 760;
  line-height: 1.18;
  padding: 8px 10px;
  text-align: center;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.sabbath-prep-habit-track.is-active, .sabbath-prep-habit-status.is-active {
  border-color: rgba(47, 127, 130, 0.28);
  background: rgba(232, 248, 242, 0.84);
  color: #236165;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.66);
}
.sabbath-prep-habit-field {
  display: grid;
  gap: 6px;
}
.sabbath-prep-habit-field span {
  color: #4f4a2f;
  font-size: 0.76rem;
  font-weight: 780;
}
.sabbath-prep-habit-input {
  width: 100%;
  min-height: 64px;
  border: 1px solid rgba(47, 127, 130, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  color: #314031;
  font: inherit;
  font-size: 0.88rem;
  line-height: 1.42;
  padding: 10px 11px;
  resize: vertical;
}
.sabbath-prep-habit-input::placeholder {
  color: #7d866f;
}
.sabbath-prep-habit-status-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.sabbath-prep-habit-trend {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.sabbath-prep-habit-trend span {
  display: inline-flex;
  max-width: 100%;
  border-radius: 999px;
  background: rgba(140, 114, 55, 0.1);
  color: #66522b;
  font-size: 0.72rem;
  font-weight: 760;
  line-height: 1.22;
  padding: 6px 9px;
  overflow-wrap: anywhere;
}
.sabbath-prep-path-body {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(250px, 0.82fr);
  gap: 13px;
}
.sabbath-prep-wisdom-stack {
  display: grid;
  gap: 10px;
}
.sabbath-prep-wisdom-card {
  border: 1px solid rgba(176, 125, 25, 0.14);
  border-radius: 18px;
  padding: 14px;
  display: grid;
  gap: 7px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}
.sabbath-prep-wisdom-card.is-quote {
  background:
    radial-gradient(circle at 92% 8%, rgba(195, 219, 248, 0.24), transparent 32%),
    rgba(255, 255, 255, 0.62);
}
.sabbath-prep-wisdom-card.is-question {
  background:
    radial-gradient(circle at 92% 8%, rgba(193, 226, 204, 0.26), transparent 32%),
    rgba(255, 255, 255, 0.62);
}
.sabbath-prep-wisdom-label {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 780;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #8e6518;
}
.sabbath-prep-wisdom-title, .sabbath-prep-balance-title, .sabbath-prep-timeline-title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 780;
  line-height: 1.16;
  color: #493717;
}
.sabbath-prep-wisdom-copy, .sabbath-prep-timeline-copy, .sabbath-prep-balance-meta {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.46;
  color: #665436;
}
.sabbath-prep-wisdom-quote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 680;
  color: #3f567a;
}
.sabbath-prep-wisdom-question {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 690;
  color: #315f43;
}
.sabbath-prep-wisdom-source {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a6840;
}
.sabbath-prep-graphics-panel {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 10px;
}
.sabbath-prep-balance-card, .sabbath-prep-readiness-control, .sabbath-prep-timeline-card {
  border: 1px solid rgba(72, 108, 122, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  padding: 13px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.sabbath-prep-balance-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.sabbath-prep-balance-wheel {
  width: 92px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--sabbath-prep-balance-bg, conic-gradient(#c89332 0deg 90deg, #b96f4a 90deg 180deg, #5578bd 180deg 270deg, #3f8a5f 270deg 360deg));
  display: grid;
  place-items: center;
  position: relative;
  box-shadow: 0 14px 26px rgba(63, 74, 63, 0.12);
}
.sabbath-prep-balance-wheel::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background: rgba(255, 252, 245, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}
.sabbath-prep-balance-score, .sabbath-prep-balance-label {
  position: relative;
  z-index: 1;
}
.sabbath-prep-balance-score {
  align-self: end;
  font-size: 1rem;
  font-weight: 820;
  color: #443315;
}
.sabbath-prep-balance-label {
  align-self: start;
  font-size: 0.64rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7b683f;
}
.sabbath-prep-balance-copy, .sabbath-prep-timeline-head {
  display: grid;
  gap: 5px;
}
.sabbath-prep-readiness-control {
  display: grid;
  gap: 10px;
}
.sabbath-prep-readiness-control-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  font-size: 0.84rem;
  font-weight: 780;
  color: #493717;
}
.sabbath-prep-readiness-control-top output {
  color: #2f7f82;
  font-variant-numeric: tabular-nums;
}
.sabbath-prep-readiness-help {
  color: #7a6840;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.35;
}
.sabbath-prep-readiness-range, .sabbath-prep-timeline-range {
  width: 100%;
  accent-color: #2f7f82;
}
.sabbath-prep-timeline-card {
  display: grid;
  gap: 11px;
}
.sabbath-prep-timeline-labels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
  font-size: 0.65rem;
  line-height: 1.2;
  font-weight: 720;
  color: #7a6840;
}
.sabbath-prep-timeline-labels span {
  min-width: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.sabbath-prep-timeline-labels span.is-active {
  color: #1f6e72;
}
.sabbath-prep-reminder-panel {
  border: 1px solid rgba(29, 88, 118, 0.2);
  border-radius: 22px;
  padding: 16px;
  display: grid;
  gap: 14px;
  background:
    radial-gradient(circle at top right, rgba(255, 220, 145, 0.28), transparent 32%),
    linear-gradient(145deg, rgba(24, 64, 103, 0.96), rgba(25, 103, 122, 0.92) 58%, rgba(198, 146, 50, 0.86));
  color: #f8fbff;
  box-shadow: 0 22px 44px rgba(13, 38, 63, 0.18);
}
.sabbath-prep-reminder-panel[data-state="auto"] {
  background:
    radial-gradient(circle at top right, rgba(255, 228, 163, 0.32), transparent 34%),
    linear-gradient(145deg, rgba(39, 78, 117, 0.96), rgba(33, 107, 121, 0.92) 52%, rgba(167, 113, 37, 0.88));
}
.sabbath-prep-reminder-panel[data-state="off"] {
  background:
    radial-gradient(circle at top right, rgba(196, 223, 243, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(54, 74, 94, 0.96), rgba(53, 87, 101, 0.92) 58%, rgba(87, 108, 126, 0.9));
}
.sabbath-prep-reminder-head {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  align-items: center;
}
.sabbath-prep-reminder-copy {
  display: grid;
  flex: 1 1 260px;
  min-width: 0;
  gap: 8px;
}
.sabbath-prep-reminder-eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(247, 236, 205, 0.82);
}
.sabbath-prep-reminder-title-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
}
.sabbath-prep-reminder-title {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 780;
  line-height: 1.15;
  color: #ffffff;
  letter-spacing: -0.03em;
}
.sabbath-prep-reminder-state {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}
.sabbath-prep-reminder-state.is-on {
  background: rgba(255, 245, 214, 0.18);
  color: #fff3cf;
}
.sabbath-prep-reminder-state.is-auto {
  background: rgba(255, 222, 166, 0.18);
  color: #fff0c5;
}
.sabbath-prep-reminder-state.is-off {
  background: rgba(218, 231, 243, 0.12);
  color: rgba(239, 246, 255, 0.88);
}
.sabbath-prep-reminder-explain {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.42;
  color: rgba(244, 248, 255, 0.92);
  max-width: 42ch;
}
.sabbath-prep-reminder-toggle-btn.mission-action-btn {
  flex: 0 1 168px;
  min-width: 132px;
  max-width: 100%;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: none;
  margin-left: auto;
  align-self: start;
  padding: 11px 16px;
  font-weight: 700;
  white-space: normal;
}
.sabbath-prep-reminder-toggle-btn.mission-action-btn.is-active {
  border-color: rgba(255, 240, 205, 0.3);
  background: rgba(255, 247, 227, 0.14);
  color: #fff4d6;
}
.sabbath-prep-reminder-config {
  display: grid;
  gap: 10px;
}
.sabbath-prep-reminder-lead-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(247, 236, 205, 0.82);
}
.sabbath-prep-reminder-lead-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  gap: 8px;
}
.sabbath-prep-reminder-lead-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 8px 13px;
}
.sabbath-prep-reminder-lead-btn.is-active {
  border-color: rgba(255, 240, 205, 0.28);
  background: rgba(255, 247, 227, 0.16);
  color: #fff4d6;
}
.sabbath-prep-reminder-lead-btn:disabled {
  opacity: 0.55;
}
.sabbath-prep-reminder-steps {
  display: none;
}
.sabbath-prep-reminder-step {
  margin: 0;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 3px solid rgba(255, 239, 201, 0.38);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  padding: 12px 14px;
  font-size: 0.8rem;
  font-weight: 620;
  line-height: 1.45;
  color: rgba(247, 248, 252, 0.94);
}
.sabbath-prep-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.sabbath-prep-actions .mission-action-btn {
  padding-inline: 14px;
}
.sabbath-prep-actions .mission-action-btn.is-active {
  border-color: rgba(123, 78, 0, 0.32);
  background: linear-gradient(135deg, rgba(123, 78, 0, 0.16), rgba(199, 151, 44, 0.22));
  color: #6d4500;
}
.sabbath-prep-action-meta {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(244, 248, 255, 0.9);
}
.sabbath-prep-responsibilities-panel {
  border-top: 1px solid rgba(191, 149, 53, 0.16);
  padding-top: 12px;
  display: grid;
  gap: 12px;
}
.sabbath-prep-responsibilities-head {
  display: grid;
  gap: 4px;
}
.sabbath-prep-responsibilities-title {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 650;
  color: #5e4917;
}
.sabbath-prep-responsibilities-help {
  margin: 0;
  font-size: 0.79rem;
  color: #756546;
}
.sabbath-prep-responsibilities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.sabbath-prep-responsibility-card {
  border: 1px solid rgba(191, 149, 53, 0.16);
  border-radius: 14px;
  background: rgba(255, 252, 247, 0.96);
  padding: 12px;
  display: grid;
  gap: 8px;
  min-height: 148px;
}
.sabbath-prep-responsibility-card.is-clickable {
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.sabbath-prep-responsibility-card.is-clickable:hover, .sabbath-prep-responsibility-card.is-clickable:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(123, 78, 0, 0.28);
  box-shadow: 0 14px 28px rgba(123, 78, 0, 0.08);
  outline: none;
}
.sabbath-prep-responsibility-card.is-assigned {
  border-color: rgba(123, 78, 0, 0.28);
  background: linear-gradient(160deg, rgba(255, 248, 232, 0.98), rgba(255, 242, 214, 0.94));
}
.sabbath-prep-responsibility-top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-start;
}
.sabbath-prep-responsibility-label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 780;
  letter-spacing: 0.01em;
  line-height: 1.25;
  color: #7b4e00;
  background: rgba(191, 149, 53, 0.14);
  box-shadow: inset 0 0 0 1px rgba(191, 149, 53, 0.16);
}
.sabbath-prep-responsibility-card.is-review-lesson .sabbath-prep-responsibility-label {
  background: rgba(120, 95, 28, 0.14);
  color: #6b5418;
  box-shadow: inset 0 0 0 1px rgba(120, 95, 28, 0.18);
}
.sabbath-prep-responsibility-card.is-current-lesson .sabbath-prep-responsibility-label {
  background: rgba(171, 104, 16, 0.16);
  color: #8b4f00;
  box-shadow: inset 0 0 0 1px rgba(171, 104, 16, 0.2);
}
.sabbath-prep-responsibility-stage {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.35;
  color: #5f4815;
}
.sabbath-prep-responsibility-card.is-review-lesson .sabbath-prep-responsibility-stage {
  color: #6a5318;
}
.sabbath-prep-responsibility-card.is-current-lesson .sabbath-prep-responsibility-stage {
  color: #8b4f00;
}
.sabbath-prep-responsibility-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 9px;
  background: rgba(123, 78, 0, 0.12);
  color: #7b4e00;
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.sabbath-prep-responsibility-title-text {
  margin: 0;
  font-size: 0.94rem;
  font-weight: 640;
  line-height: 1.35;
  color: #4d3c19;
}
.sabbath-prep-responsibility-meta {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #756546;
}
.sabbath-prep-note-toggle {
  border: 1px solid rgba(191, 149, 53, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #7b4e00;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 650;
  padding: 6px 10px;
}
.sabbath-prep-notes-preview {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #756546;
}
.sabbath-prep-notes-editor {
  display: grid;
  gap: 8px;
}
.sabbath-prep-notes-input {
  width: 100%;
  min-height: 112px;
  border: 1px solid rgba(191, 149, 53, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  color: #4d3c19;
  font: inherit;
  font-size: 0.84rem;
  line-height: 1.45;
  padding: 10px 11px;
  resize: vertical;
}
.sabbath-prep-notes-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.sabbath-prep-notes-save-meta {
  margin: 0;
  font-size: 0.74rem;
  color: #7b6841;
}
.sabbath-prep-notes-clear-btn {
  width: auto;
  min-width: 84px;
  padding: 8px 12px;
}
body.home-sabbath-module-active {
  overflow: hidden;
}
body.home-sabbath-prep-active #sabbathPrepCard {
  position: fixed;
  inset: 0;
  z-index: 1680;
  width: 100vw;
  min-height: 100svh;
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}
body.home-sabbath-prep-active #sabbathPrepCard {
  background:
    radial-gradient(circle at top right, rgba(255, 226, 167, 0.24), transparent 30%),
    linear-gradient(180deg, rgba(255, 251, 241, 0.995), rgba(246, 233, 200, 0.99));
}
body.home-sabbath-prep-active #sabbathPrepCard > .sabbath-prep-toggle {
  padding: calc(18px + env(safe-area-inset-top, 0px)) 76px 14px 18px;
  min-height: auto;
  border-radius: 0;
  position: sticky;
  top: 0;
  z-index: 4;
  background:
    linear-gradient(180deg, rgba(255, 251, 241, 0.98), rgba(255, 251, 241, 0.9));
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(191, 149, 53, 0.14);
}
body.home-sabbath-prep-active #sabbathPrepCard > .sabbath-prep-body {
  min-height: 0;
  overflow: auto;
  padding: 0 18px calc(18px + env(safe-area-inset-bottom, 0px));
}
body.home-sabbath-prep-active #sabbathPrepCard > .sabbath-prep-body {
  gap: 22px;
  align-content: start;
  padding-bottom: calc(18px + env(safe-area-inset-bottom, 0px));
}
body.home-sabbath-prep-active #sabbathPrepCard > .sabbath-prep-body > * {
  width: min(100%, 1120px);
  margin-inline: auto;
}
body.home-sabbath-prep-active #sabbathPrepCard > .sabbath-prep-toggle .sabbath-prep-hero-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
}
body.home-sabbath-prep-active #sabbathPrepCard > .sabbath-prep-toggle .sabbath-prep-toggle-copy {
  gap: 5px;
}
body.home-sabbath-prep-active #sabbathPrepCard > .sabbath-prep-toggle .sabbath-prep-title {
  font-size: clamp(1.2rem, 2vw, 1.48rem);
}
body.home-sabbath-prep-active #sabbathPrepCard > .sabbath-prep-toggle .sabbath-prep-help {
  font-size: 0.9rem;
  line-height: 1.5;
}
body.home-sabbath-prep-active #sabbathPrepCard .sabbath-prep-headline {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 20px;
}
body.home-sabbath-prep-active #sabbathPrepCard .sabbath-prep-countdown-card {
  min-height: 300px;
  padding: 24px;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(183, 132, 39, 0.14);
}
body.home-sabbath-prep-active #sabbathPrepCard .sabbath-prep-countdown-value {
  font-size: clamp(3.8rem, 9vw, 6.4rem);
}
body.home-sabbath-prep-active #sabbathPrepCard .sabbath-prep-countdown-meta {
  max-width: 28ch;
}
body.home-sabbath-prep-active #sabbathPrepCard .sabbath-prep-summary {
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}
body.home-sabbath-prep-active #sabbathPrepCard .sabbath-prep-path-panel, body.home-sabbath-prep-active #sabbathPrepCard .sabbath-prep-wisdom-card, body.home-sabbath-prep-active #sabbathPrepCard .sabbath-prep-balance-card, body.home-sabbath-prep-active #sabbathPrepCard .sabbath-prep-readiness-control, body.home-sabbath-prep-active #sabbathPrepCard .sabbath-prep-timeline-card, body.home-sabbath-prep-active #sabbathPrepCard .sabbath-prep-reminder-panel, body.home-sabbath-prep-active #sabbathPrepCard .sabbath-prep-responsibility-card {
  border-radius: 24px;
}
body.home-sabbath-prep-active #sabbathPrepCard .sabbath-prep-actions {
  gap: 10px;
}
body.home-sabbath-prep-active:not(.native-app):not(.compact-layout) #sabbathPrepCard {
  position: fixed;
  top: max(14px, var(--safe-top));
  bottom: max(14px, var(--safe-bottom));
  left: max(14px, calc((100vw - 430px) / 2));
  width: min(calc(100vw - 28px), 430px);
  max-width: none;
  margin: 0;
  border-radius: 34px;
}
body.home-sabbath-prep-active:not(.native-app):not(.compact-layout) #sabbathPrepCard > .sabbath-prep-body {
  padding-left: 14px;
  padding-right: 14px;
}
@media (max-width: 430px) {
  body.home-sabbath-prep-active #sabbathPrepCard {
    left: 0;
    right: 0;
    width: min(100%, var(--mobile-handset-shell-max-width));
    margin-left: auto;
    margin-right: auto;
  }

  body.home-sabbath-prep-active:not(.native-app):not(.compact-layout) #sabbathPrepCard {
    left: 0;
    right: 0;
    width: min(100%, var(--mobile-handset-shell-max-width));
    margin-left: auto;
    margin-right: auto;
  }
}
body.home-sabbath-prep-active:not(.native-app):not(.compact-layout) #sabbathPrepCard .sabbath-prep-headline {
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}
body.home-sabbath-prep-active:not(.native-app):not(.compact-layout) #sabbathPrepCard .sabbath-prep-countdown-card {
  order: -1;
  min-height: 220px;
  padding: 20px 18px 18px;
}
body.home-sabbath-prep-active:not(.native-app):not(.compact-layout) #sabbathPrepCard .sabbath-prep-countdown-value {
  font-size: 4.8rem;
}
body.home-sabbath-prep-active:not(.native-app):not(.compact-layout) #sabbathPrepCard .sabbath-prep-summary {
  grid-template-columns: minmax(0, 1fr);
}
body.home-sabbath-prep-active:not(.native-app):not(.compact-layout) #sabbathPrepCard .sabbath-prep-path-body {
  grid-template-columns: minmax(0, 1fr);
}
body.home-sabbath-prep-active:not(.native-app):not(.compact-layout) #sabbathPrepCard .sabbath-prep-readiness-meter {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body.home-sabbath-prep-active:not(.native-app):not(.compact-layout) #sabbathPrepCard .sabbath-prep-habit-track-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 560px){
  .home-priority-grid {
    gap: 10px;
  }

  .sabbath-prep-toggle {
    padding: 12px 14px 8px;
    gap: 8px;
  }

  .sabbath-prep-hero-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .sabbath-prep-title {
    font-size: 0.9rem;
  }

  .sabbath-prep-title.is-compact-copy {
    font-size: 0.82rem;
  }

  .sabbath-prep-toggle-copy {
    max-width: 100%;
    padding-right: 0;
  }

  .home-priority-grid > .sabbath-prep-card.is-collapsed > .sabbath-prep-toggle {
    min-height: 146px;
  }

  .close-btn.sabbath-module-close-btn {
    top: calc(14px + env(safe-area-inset-top, 0px));
    right: 14px;
  }

  .sabbath-prep-help {
    font-size: 0.75rem;
  }
}
.sabbath-prep-card.is-shabbat-live {
  border-color: rgba(123, 78, 0, 0.26);
  background: linear-gradient(160deg, rgba(255, 247, 222, 0.96), rgba(255, 239, 196, 0.92));
}
.sabbath-prep-card.is-shabbat-live .sabbath-prep-toggle {
  border-color: rgba(123, 78, 0, 0.2);
  background: rgba(255, 250, 236, 0.97);
}
.sabbath-prep-card.is-shabbat-transition {
  border-color: rgba(160, 107, 12, 0.34);
  box-shadow: 0 16px 34px rgba(183, 132, 39, 0.15);
  transform: translateY(-1px);
}
.sabbath-prep-card.is-shabbat-transition .sabbath-prep-countdown-card {
  border-color: rgba(160, 107, 12, 0.3);
  background: rgba(255, 247, 224, 0.98);
  box-shadow: 0 14px 28px rgba(183, 132, 39, 0.16);
  transform: scale(1.02);
}
.sabbath-prep-title.is-compact-copy {

  .sabbath-prep-headline {
    grid-template-columns: minmax(0, 1fr);
  }

  .sabbath-prep-countdown-card {
    width: 100%;
    min-height: 158px;
  }

  .sabbath-prep-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  .sabbath-prep-reminder-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .sabbath-prep-reminder-toggle-btn.mission-action-btn {
    width: 100%;
    min-width: 0;
  }

  .sabbath-prep-reminder-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .sabbath-prep-responsibilities-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home-sabbath-prep-active #sabbathPrepCard > .sabbath-prep-toggle {
    padding-left: 14px;
    padding-right: 70px;
  }

  body.home-sabbath-prep-active #sabbathPrepCard > .sabbath-prep-body {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.home-sabbath-prep-active #sabbathPrepCard > .sabbath-prep-body {
    padding-bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  }

  body.home-sabbath-prep-active #sabbathPrepCard .sabbath-prep-headline {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  body.home-sabbath-prep-active #sabbathPrepCard .sabbath-prep-countdown-card {
    order: -1;
    min-height: 220px;
    padding: 20px 18px 18px;
  }

  body.home-sabbath-prep-active #sabbathPrepCard .sabbath-prep-summary {
    grid-template-columns: minmax(0, 1fr);
  }
}
#sabbathPrepReminderPanel .sabbath-prep-reminder-eyebrow, #sabbathPrepReminderPanel .sabbath-prep-reminder-lead-label {
  color: rgba(247, 236, 205, 0.9);
}
#sabbathPrepReminderPanel .sabbath-prep-reminder-title {
  color: #ffffff;
}
#sabbathPrepReminderPanel .sabbath-prep-reminder-explain, #sabbathPrepReminderPanel .sabbath-prep-reminder-step, #sabbathPrepReminderPanel .sabbath-prep-action-meta {
  color: rgba(244, 248, 255, 0.94);
}
#sabbathPrepReminderPanel .sabbath-prep-reminder-toggle-btn.mission-action-btn.ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: none;
}
#sabbathPrepReminderPanel .sabbath-prep-reminder-toggle-btn.mission-action-btn.ghost.is-active {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen {
  overflow: hidden;
  isolation: isolate;
  height: 100svh;
  max-height: 100svh;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 239, 199, 0.72), transparent 34%),
    linear-gradient(180deg, #fff8e7 0%, #f4e4bd 100%);
}
@supports (height: 100dvh) {
  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen {
    height: 100dvh;
    max-height: 100dvh;
  }
}
body.home-sabbath-prep-active:not(.native-app):not(.compact-layout) #sabbathPrepCard.is-fullscreen {
  height: auto;
  max-height: none;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen::before, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  pointer-events: none;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen::before {
  z-index: 0;
  height: clamp(132px, 19svh, 190px);
  background: url("../../home-sabbath-preparation.jpg") 50% 52% / cover no-repeat;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen::after {
  z-index: 1;
  height: clamp(158px, 24svh, 228px);
  background:
    linear-gradient(
      180deg,
      rgba(58, 40, 11, 0.08) 0%,
      rgba(255, 250, 236, 0.2) 44%,
      rgba(255, 248, 230, 0.94) 78%,
      rgba(255, 248, 230, 1) 100%
    );
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen > * {
  position: relative;
  z-index: 2;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen > .sabbath-module-close-btn {
  position: absolute;
  top: calc(12px + env(safe-area-inset-top, 0px));
  right: 14px;
  z-index: 8;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen > .sabbath-prep-toggle {
  position: relative;
  top: auto;
  min-height: clamp(154px, 18svh, 184px);
  padding: calc(14px + env(safe-area-inset-top, 0px)) 68px 14px 14px;
  align-content: end;
  align-items: end;
  grid-template-columns: minmax(0, 1fr);
  border-bottom: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen > .sabbath-prep-toggle .sabbath-prep-hero-icon {
  display: none;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen > .sabbath-prep-toggle .sabbath-prep-toggle-copy {
  display: grid;
  width: min(100%, 300px);
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 22px;
  background: rgba(255, 250, 236, 0.72);
  box-shadow:
    0 12px 24px rgba(117, 86, 24, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-eyebrow {
  color: #7b5b18;
  letter-spacing: 0.15em;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-title {
  font-size: clamp(1.34rem, 6vw, 1.9rem);
  line-height: 1.02;
  color: #46300f;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-help {
  max-width: 30ch;
  font-size: 0.86rem;
  color: #6d5526;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen > .sabbath-prep-body {
  margin-top: -8px;
  padding: 14px 14px calc(34px + env(safe-area-inset-bottom, 0px));
  border-radius: 26px 26px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 236, 0.96), rgba(246, 231, 195, 0.98));
  box-shadow: 0 -18px 40px rgba(117, 86, 24, 0.08);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scroll-padding-bottom: calc(34px + env(safe-area-inset-bottom, 0px));
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-countdown-card, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-formation-strip, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-path-panel, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-wisdom-card, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-balance-card, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-readiness-control, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-timeline-card, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-reminder-panel, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-responsibility-card {
  border: 1px solid rgba(176, 125, 25, 0.14);
  background: rgba(255, 252, 244, 0.84);
  box-shadow:
    0 14px 28px rgba(117, 86, 24, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-countdown-card {
  min-height: 132px;
  padding: 14px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 221, 137, 0.66), transparent 34%),
    linear-gradient(150deg, rgba(255, 253, 244, 0.92), rgba(250, 229, 177, 0.88));
  align-content: start;
  gap: 6px;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-countdown-value {
  font-size: clamp(2.55rem, 14vw, 3.7rem);
  line-height: 0.94;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-date {
  font-size: 0.95rem;
  color: #604819;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-formation-strip {
  border-color: rgba(51, 116, 137, 0.18);
  background:
    radial-gradient(circle at 88% 8%, rgba(184, 226, 232, 0.42), transparent 32%),
    linear-gradient(150deg, rgba(250, 254, 253, 0.94), rgba(222, 239, 235, 0.9));
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-formation-kicker {
  color: #21616d;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-formation-lead {
  color: #274d4e;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-path-panel {
  padding: 13px;
  gap: 12px;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-path-body {
  grid-template-columns: minmax(0, 1fr);
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-path-top {
  display: grid;
  gap: 12px;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-step-controls {
  justify-self: stretch;
  justify-content: space-between;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-readiness-meter {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-habit-track-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-wisdom-card.is-practice {
  border-color: rgba(188, 126, 35, 0.18);
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 213, 140, 0.3), transparent 34%),
    rgba(255, 252, 244, 0.86);
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-wisdom-card.is-quote {
  border-color: rgba(74, 107, 163, 0.18);
  background:
    radial-gradient(circle at 88% 10%, rgba(188, 211, 249, 0.34), transparent 34%),
    rgba(249, 252, 255, 0.88);
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-wisdom-card.is-question {
  border-color: rgba(59, 129, 90, 0.18);
  background:
    radial-gradient(circle at 88% 10%, rgba(186, 225, 202, 0.34), transparent 34%),
    rgba(249, 254, 250, 0.88);
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-balance-card {
  border-color: rgba(51, 116, 137, 0.18);
  background:
    radial-gradient(circle at 88% 10%, rgba(184, 226, 232, 0.34), transparent 34%),
    rgba(250, 254, 253, 0.88);
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-timeline-card {
  border-color: rgba(142, 92, 55, 0.18);
  background:
    radial-gradient(circle at 88% 10%, rgba(233, 191, 157, 0.3), transparent 34%),
    rgba(255, 251, 248, 0.88);
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-summary-item[data-tone="home"] {
  border-color: rgba(188, 126, 35, 0.18);
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 213, 140, 0.44), transparent 34%),
    linear-gradient(150deg, rgba(255, 252, 244, 0.96), rgba(249, 232, 190, 0.9));
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-summary-item[data-tone="rhythm"] {
  border-color: rgba(142, 92, 55, 0.18);
  background:
    radial-gradient(circle at 88% 10%, rgba(233, 191, 157, 0.38), transparent 34%),
    linear-gradient(150deg, rgba(255, 251, 248, 0.96), rgba(242, 224, 210, 0.9));
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-summary-item[data-tone="worship"] {
  border-color: rgba(74, 107, 163, 0.18);
  background:
    radial-gradient(circle at 88% 10%, rgba(188, 211, 249, 0.44), transparent 34%),
    linear-gradient(150deg, rgba(249, 252, 255, 0.96), rgba(223, 234, 250, 0.9));
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-summary-item[data-tone="care"] {
  border-color: rgba(59, 129, 90, 0.18);
  background:
    radial-gradient(circle at 88% 10%, rgba(186, 225, 202, 0.46), transparent 34%),
    linear-gradient(150deg, rgba(249, 254, 250, 0.96), rgba(222, 240, 228, 0.9));
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-summary-label, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-summary-source {
  color: #735112;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-summary-item[data-tone="worship"] .sabbath-prep-summary-label, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-summary-item[data-tone="worship"] .sabbath-prep-summary-source {
  color: #365d9d;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-summary-item[data-tone="care"] .sabbath-prep-summary-label, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-summary-item[data-tone="care"] .sabbath-prep-summary-source {
  color: #2f734d;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen #sabbathPrepReminderPanel {
  border-color: rgba(188, 224, 235, 0.28);
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 210, 126, 0.18), transparent 30%),
    radial-gradient(circle at 14% 0%, rgba(104, 188, 199, 0.22), transparent 32%),
    linear-gradient(145deg, #17334c 0%, #174e5d 58%, #6b5220 100%);
  background-color: #17334c;
  color: #f8fbff;
  box-shadow:
    0 18px 36px rgba(20, 51, 74, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen #sabbathPrepReminderPanel[data-state="off"] {
  background:
    radial-gradient(circle at 85% 10%, rgba(204, 224, 238, 0.18), transparent 30%),
    linear-gradient(145deg, #273949 0%, #2d5660 58%, #4e5b64 100%);
  background-color: #273949;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen #sabbathPrepReminderPanel .sabbath-prep-reminder-eyebrow, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen #sabbathPrepReminderPanel .sabbath-prep-reminder-lead-label {
  color: #f6d99a;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen #sabbathPrepReminderPanel .sabbath-prep-reminder-title, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen #sabbathPrepReminderPanel .sabbath-prep-reminder-toggle-btn.mission-action-btn.ghost, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen #sabbathPrepReminderPanel .sabbath-prep-reminder-lead-btn {
  color: #ffffff;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen #sabbathPrepReminderPanel .sabbath-prep-reminder-explain, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen #sabbathPrepReminderPanel .sabbath-prep-reminder-step, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen #sabbathPrepReminderPanel .sabbath-prep-action-meta {
  color: rgba(244, 249, 255, 0.94);
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen #sabbathPrepReminderPanel .sabbath-prep-reminder-state, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen #sabbathPrepReminderPanel .sabbath-prep-reminder-lead-btn, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen #sabbathPrepReminderPanel .sabbath-prep-reminder-step, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen #sabbathPrepReminderPanel .sabbath-prep-reminder-toggle-btn.mission-action-btn.ghost {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.11);
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen #sabbathPrepReminderPanel .sabbath-prep-reminder-lead-btn.is-active, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen #sabbathPrepReminderPanel .sabbath-prep-reminder-toggle-btn.mission-action-btn.ghost.is-active {
  border-color: rgba(255, 228, 168, 0.34);
  background: rgba(255, 238, 198, 0.18);
  color: #fff4d6;
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-responsibilities-panel {
  border-top-color: rgba(65, 92, 133, 0.18);
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-responsibility-card {
  border-color: rgba(84, 113, 157, 0.16);
  background:
    radial-gradient(circle at 88% 10%, rgba(203, 218, 244, 0.32), transparent 34%),
    linear-gradient(150deg, rgba(250, 252, 255, 0.95), rgba(232, 238, 247, 0.9));
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-responsibility-card.is-review-lesson {
  border-color: rgba(105, 124, 78, 0.18);
  background:
    radial-gradient(circle at 88% 10%, rgba(213, 225, 179, 0.34), transparent 34%),
    linear-gradient(150deg, rgba(252, 254, 248, 0.95), rgba(234, 240, 215, 0.9));
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-responsibility-card.is-current-lesson {
  border-color: rgba(174, 105, 50, 0.18);
  background:
    radial-gradient(circle at 88% 10%, rgba(248, 205, 154, 0.36), transparent 34%),
    linear-gradient(150deg, rgba(255, 252, 247, 0.95), rgba(247, 230, 207, 0.9));
}
body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-responsibility-card.is-note {
  border-color: rgba(73, 129, 124, 0.18);
  background:
    radial-gradient(circle at 88% 10%, rgba(182, 226, 219, 0.36), transparent 34%),
    linear-gradient(150deg, rgba(249, 254, 253, 0.95), rgba(222, 240, 237, 0.9));
}
@media (max-width: 720px) {
  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-headline {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-headline-main {
    gap: 10px;
  }

  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-countdown-card {
    order: -1;
  }

  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-meta, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-formation-lead {
    font-size: 0.86rem;
    line-height: 1.42;
  }

  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-formation-strip {
    padding: 12px;
    border-radius: 18px;
  }

  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-summary {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-path-panel, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-wisdom-card, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-balance-card, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-readiness-control, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-timeline-card {
    min-height: 0;
    gap: 8px;
    padding: 13px;
    border-radius: 18px;
  }

  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-path-title {
    font-size: 1.24rem;
  }

  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-balance-card {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-balance-wheel {
    width: 84px;
  }

  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-timeline-labels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-reminder-panel {
    gap: 12px;
    padding: 14px;
    border-radius: 20px;
  }

  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-reminder-steps, body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-responsibilities-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-responsibility-card {
    min-height: 0;
    border-radius: 18px;
  }
}
@media (max-width: 430px) {
  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen > .sabbath-prep-toggle {
    min-height: 160px;
    padding: calc(12px + env(safe-area-inset-top, 0px)) 64px 12px 12px;
  }

  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen > .sabbath-prep-body {
    padding-inline: 12px;
  }

  body.home-sabbath-prep-active #sabbathPrepCard.is-fullscreen .sabbath-prep-countdown-card {
    min-height: 124px;
  }
}
