@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap");
:root {
  font-family:
    "DM Sans",
    ui-rounded,
    system-ui,
    -apple-system,
    sans-serif;
  color: #343735;
  background: #f8f5ee;
  font-synthesis: none;
  font-size: 14px;
  --ink: #343735;
  --muted: #82847d;
  --green: #425c43;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  border: 0;
  background: none;
}
button:disabled {
  cursor: default;
}
button:not(:disabled):active {
  transform: scale(0.97);
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #836fc0;
  outline-offset: 4px;
}
button {
  transition:
    background-color 160ms ease,
    transform 140ms var(--ease),
    box-shadow 160ms ease;
}
a {
  color: inherit;
  text-decoration: none;
}
svg {
  flex-shrink: 0;
  vertical-align: middle;
}
h1,
h2,
p {
  margin: 0;
}
.sticker {
  display: block;
  object-fit: contain;
  max-width: 100%;
  user-select: none;
  -webkit-user-drag: none;
}
.page-shell {
  max-width: 1660px;
  margin: auto;
  padding: 0 48px;
}
.topbar {
  height: 88px;
  border-bottom: 1px solid #e5e2d9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.5px;
}
.brand > svg {
  color: #d59c39;
}
.brand-dot {
  color: #d8a447;
}
.top-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.save-state {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--muted);
}
.save-state i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7b9d74;
}
.save-state.error {
  color: #a84d43;
}
.save-state.error i {
  background: #a84d43;
}
.icon-button {
  height: 38px;
  width: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.edit-button {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 19px;
  border: 1px solid #d9d9cf;
  border-radius: 9px;
  font-weight: 600;
  font-size: 12px;
  background: #fffdf8;
}
.edit-button.active {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.intro {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 217px;
  gap: 30px;
  padding: 22px 0 25px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: #8a8b80;
}
.intro h1 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.16;
  letter-spacing: -2.4px;
  margin: 12px 0 11px;
  font-weight: 800;
}
.intro h1 span {
  color: #587250;
}
.intro p {
  color: #85877f;
  font-size: 14px;
}
.intro-art {
  width: 210px;
  align-self: stretch;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(3deg);
}
.intro-art img {
  height: 170px;
  filter: drop-shadow(0 5px 3px #5d554713);
}
.intro-spark {
  position: absolute;
  color: #cf9f42;
  font-size: 25px;
}
.intro-spark.one {
  top: 17px;
  left: 14px;
}
.intro-spark.two {
  right: 7px;
  bottom: 35px;
  font-size: 19px;
}
.intro-spark.three {
  top: 31px;
  right: 12px;
  font-size: 16px;
  color: #91a184;
}
.week-stars {
  margin-left: auto;
  text-align: right;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
}
.star-icons {
  display: flex;
  gap: 4px;
  margin-bottom: 3px;
}
.mini-star {
  width: 33px;
  filter: grayscale(1);
  opacity: 0.28;
  transform: rotate(-7deg);
}
.mini-star:nth-child(even) {
  transform: rotate(8deg);
}
.mini-star.earned {
  filter: none;
  opacity: 1;
}
.week-stars strong {
  font-size: 13px;
  font-weight: 600;
}
.week-stars > span {
  font-size: 10px;
  color: #92938a;
}
.planner-toolbar {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 19px;
}
.view-switch {
  display: flex;
  gap: 3px;
  background: #eae7df;
  padding: 4px;
  border-radius: 10px;
}
.view-switch button {
  padding: 8px 21px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
}
.view-switch [aria-pressed="true"] {
  background: #fffdf9;
  box-shadow: 0 1px 4px #45433312;
}
.week-label {
  font-size: 12px;
  font-weight: 500;
  color: #818277;
}
.toolbar-tip {
  margin-left: auto;
  font-size: 11px;
  color: #909287;
}
.workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.is-editing .workspace {
  grid-template-columns: minmax(0, 1fr) 255px;
}
.lanes {
  display: flex;
  flex-direction: column;
  gap: 13px;
  min-width: 0;
}
.day-lane {
  display: flex;
  min-width: 0;
  background: #fffefb;
  border: 1px solid #e8e5dc;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3px 5px #5a523b02;
  min-height: 168px;
}
.day-lane.is-today {
  border-color: #bdb798;
  box-shadow: 0 0 0 2px #c9c09d17;
}
.day-label {
  width: 126px;
  flex-shrink: 0;
  background: color-mix(in srgb, var(--day-color) 25%, #fffdf8);
  border-right: 1px solid color-mix(in srgb, var(--day-color) 30%, #eae8df);
  padding: 21px 15px;
  position: relative;
  overflow: hidden;
}
.day-label h2 {
  font-size: 13px;
  letter-spacing: -0.15px;
  font-weight: 700;
  margin-top: 7px;
  position: relative;
  z-index: 1;
}
.day-date {
  font-size: 10px;
  color: #818277;
}
.today-pill {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  background: #fffefbb3;
  border: 1px solid #b5aa8b60;
  padding: 4px 7px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.day-flower {
  position: absolute;
  font-size: 95px;
  line-height: 1;
  right: -9px;
  bottom: -23px;
  color: var(--day-color);
  opacity: 0.8;
}
.lane-content {
  display: flex;
  flex: 1;
  min-width: 0;
  align-items: center;
  padding: 10px 15px 10px 17px;
  gap: 9px;
}
.breakfast-step {
  width: 245px;
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.breakfast-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 650;
  padding-bottom: 4px;
  flex-wrap: wrap;
}
.breakfast-title > span {
  font-size: 10px;
  font-weight: 700;
  color: #687354;
  background: #f0f2e6;
  border-radius: 5px;
  padding: 3px 5px;
  font-variant-numeric: tabular-nums;
}
.breakfast-title small {
  display: none;
  font-size: 10px;
  color: #888;
}
.food-pair {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.food-slot {
  position: relative;
  min-width: 0;
  width: 102px;
  border-radius: 9px;
  padding: 1px 3px 3px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid transparent;
}
.food-picture {
  padding: 0;
  position: relative;
  width: 100%;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
}
.food-picture img {
  width: 90px;
  height: 77px;
}
.food-name {
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
.food-picks {
  display: flex;
  gap: 5px;
  margin-top: 5px;
}
.pick {
  border: 1px solid #e6e3d9;
  min-height: 27px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 7px;
  background: #fff;
}
.kid-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 11px;
  flex-shrink: 0;
}
.kid-mark.girl {
  background: #fde9f1;
  color: #d86896;
  font-size: 13px;
}
.kid-mark.boy {
  background: #f7eddd;
  font-size: 12px;
}
.pick.selected.boy {
  border-color: #d89c47;
  background: #fff3dc;
}
.pick.selected.girl {
  border-color: #dc8eb0;
  background: #ffedf5;
}
.pick.selected > svg {
  color: #6b754e;
}
.or {
  font-size: 9px;
  color: #a19d91;
  font-style: italic;
}
.lane-arrow {
  color: #c9c5b9;
  margin: 0 2px;
}
.routine-steps {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex: 1;
  gap: 6px;
  min-width: 0;
}
.step-wrap {
  flex: 1;
  min-width: 0;
  position: relative;
  border-radius: 12px;
  border: 1px solid transparent;
}
.step-card {
  width: 100%;
  padding: 1px 0 4px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 12px;
  position: relative;
}
.step-card .sticker {
  width: 112px;
  height: 104px;
  filter: drop-shadow(0 2px 1px #67614d05);
}
.step-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  gap: 5px;
  white-space: nowrap;
}
.step-check {
  width: 16px;
  height: 16px;
  border: 1px solid #dcded2;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: white;
  background: white;
}
.done .step-check {
  background: #77956b;
  border-color: #77956b;
}
.done .step-card {
  background: #f1f5eab3;
}
.step-hint {
  font-size: 9px;
  color: #949488;
  margin-top: 4px;
}
.departure .step-card {
  padding-bottom: 0;
}
.departure .sticker {
  height: 93px;
}
.finish-star {
  width: 62px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 2px;
}
.finish-star .sticker {
  width: 47px;
  height: 47px;
  filter: grayscale(1);
  opacity: 0.22;
}
.finish-star span {
  font-size: 8px;
  color: #a4a497;
  margin-top: 5px;
  white-space: nowrap;
}
.finish-star.earned .sticker {
  filter: none;
  opacity: 1;
}
.finish-star.earned span {
  color: #9e7d35;
  font-weight: 600;
}
.planner-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
  color: #93958b;
  font-size: 10px;
}
.planner-footer > p {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.planner-footer strong {
  font-weight: 500;
}
.footer-divider {
  color: #d1d0c5;
  margin: 0 5px;
}
.footer-actions {
  display: flex;
  gap: 16px;
}
.footer-actions button {
  font-size: 10px;
  color: #8c8e81;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 0;
}
.bottom-note {
  text-align: center;
  padding: 37px 0 30px;
  color: #a09e91;
  font-size: 11px;
}
.bottom-note span {
  font-size: 15px;
  color: #b69a84;
  margin-left: 4px;
}
.edit-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ecefdf;
  border: 1px solid #e0e5cd;
  color: #617050;
  border-radius: 9px;
  padding: 12px 15px;
  margin-bottom: 16px;
  font-size: 11px;
}
.edit-banner > span {
  flex: 1;
}
.edit-banner button {
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.is-editing .day-label {
  width: 107px;
  padding-left: 12px;
  padding-right: 7px;
}
.is-editing .day-label h2 {
  font-size: 11px;
}
.is-editing .lane-content {
  padding: 10px;
  gap: 4px;
}
.is-editing .breakfast-step {
  width: 200px;
}
.is-editing .food-slot {
  width: 86px;
}
.is-editing .food-picture,
.is-editing .food-picture img {
  height: 74px;
}
.is-editing .food-name {
  font-size: 8px;
}
.is-editing .finish-star {
  display: none;
}
.is-editing .step-card .sticker {
  height: 93px;
}
.is-editing .step-caption {
  font-size: 9px;
}
.is-editing .departure .sticker {
  height: 82px;
}
.is-editing .lane-arrow {
  display: none;
}
.is-editing .routine-steps {
  gap: 3px;
}
.editable {
  border: 1px dashed #d9d9c8;
  background: #fafaf580;
}
.editable .food-picture {
  cursor: pointer;
}
.slot-label {
  font-size: 7px;
  letter-spacing: 1px;
  color: #9b9e8b;
  margin-top: 3px;
}
.replace-badge {
  position: absolute;
  right: 1px;
  top: 1px;
  background: #fff;
  border: 1px solid #e2e2d7;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  color: #7b846d;
}
.drag-handle {
  position: absolute;
  top: -14px;
  left: calc(50% - 14px);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #b1b3a5;
  z-index: 1;
  touch-action: none;
  cursor: grab;
}
.move-controls {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1px;
}
.move-controls button {
  font-size: 12px;
  color: #818775;
  width: 25px;
  height: 22px;
  border: 1px solid #e4e6da;
  border-radius: 5px;
}
.move-controls button:disabled {
  opacity: 0.22;
}
.sticker-tray {
  background: #fffefb;
  border: 1px solid #e4e2d6;
  border-radius: 15px;
  padding: 23px 18px;
  position: sticky;
  top: 20px;
}
.tray-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tray-heading .eyebrow {
  font-size: 8px;
  letter-spacing: 1.4px;
}
.tray-count {
  font-size: 9px;
  background: #efefe6;
  padding: 3px 6px;
  border-radius: 5px;
  color: #7a8170;
}
.sticker-tray h2 {
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.5px;
  font-size: 21px;
  margin-top: 13px;
}
.sticker-tray > p {
  font-size: 11px;
  color: #919487;
  line-height: 1.65;
  margin-top: 8px;
}
.tray-foods {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}
.tray-food {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 9px;
  border: 1px solid #e9e7dc;
  border-radius: 10px;
  padding: 7px 8px;
  background: #faf9f4;
  touch-action: none;
  cursor: grab;
  min-height: 80px;
  width: 100%;
}
.tray-food img {
  width: 59px;
  height: 65px;
  flex-shrink: 0;
}
.tray-food strong {
  display: block;
  font-size: 11px;
  font-weight: 650;
}
.tray-food small {
  font-size: 9px;
  color: #999b8e;
  display: block;
  margin-top: 4px;
}
.food-grip {
  margin-left: auto;
  color: #b4b7a8;
}
.tray-food.is-selected {
  border-color: #8e9e72;
  background: #f0f3e6;
  box-shadow: 0 0 0 2px #a6b78833;
}
.tray-note {
  margin-top: 21px;
  display: flex;
  gap: 9px;
  align-items: center;
  background: #f5f1e7;
  border-radius: 9px;
  padding: 11px;
  color: #a08851;
}
.tray-note p {
  font-size: 10px;
  line-height: 1.6;
}
.tray-footer {
  margin-top: 25px;
  border-top: 1px solid #efeee7;
  padding-top: 17px;
}
.tray-footer > span {
  font-size: 10px;
  font-weight: 650;
  color: #7b8370;
}
.tray-footer p {
  font-size: 10px;
  line-height: 1.7;
  color: #9b9e90;
  margin-top: 5px;
}
.drag-ghost {
  position: fixed;
  z-index: 1000;
  pointer-events: none;
  width: 110px;
  height: 120px;
  transform: translate(-50%, -65%) rotate(-7deg);
  filter: drop-shadow(0 12px 9px #28281d35);
}
.drag-ghost img {
  width: 100%;
  height: 100%;
}
.dragging {
  cursor: grabbing;
  user-select: none;
}
.drag-source {
  opacity: 0.45;
}
.drop-over {
  background: #e7efd8 !important;
  outline: 3px solid #8da568;
  outline-offset: 2px;
}
.day-tabs {
  display: flex;
  gap: 8px;
  margin: 0 0 18px;
}
.day-tabs button {
  min-height: 44px;
  border: 1px solid #e3e0d6;
  padding: 9px 22px;
  border-radius: 9px;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  gap: 10px;
}
.day-tabs button[aria-pressed="true"] {
  background: color-mix(in srgb, var(--day-color) 40%, white);
  border-color: var(--day-color);
}
.today-view .day-lane {
  flex-direction: column;
}
.today-view .day-label {
  width: 100%;
  border-right: 0;
  border-bottom: 1px solid #e5e3d7;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
}
.today-view .day-label h2 {
  font-size: 20px;
  margin: 0;
  order: -1;
}
.today-view .day-flower {
  right: 28px;
  bottom: -31px;
}
.today-view .today-pill {
  margin: 0;
}
.today-view .lane-content {
  padding: 30px 20px 25px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.today-view .breakfast-step {
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px dashed #e3e2d7;
  margin-bottom: 5px;
}
.today-view .breakfast-title {
  font-size: 15px;
  margin-bottom: 12px;
}
.today-view .breakfast-title > span {
  font-size: 14px;
  padding: 5px 9px;
}
.today-view .breakfast-title small {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 400;
}
.today-view .food-pair {
  gap: 25px;
}
.today-view .food-slot {
  width: 175px;
}
.today-view .food-picture,
.today-view .food-picture img {
  height: 140px;
  width: 150px;
}
.today-view .food-name {
  font-size: 13px;
  margin-top: 5px;
}
.today-view .food-picks {
  gap: 9px;
  margin-top: 11px;
}
.today-view .pick {
  height: 44px;
  min-width: 62px;
  gap: 5px;
}
.today-view .pick .kid-mark {
  height: 24px;
  width: 24px;
  font-size: 18px;
}
.today-view .or {
  font-size: 13px;
}
.today-view .lane-arrow {
  display: none;
}
.today-view .routine-steps {
  gap: 17px;
  flex: 1;
}
.today-view .step-card .sticker {
  height: 170px;
  width: 175px;
}
.today-view .step-caption {
  font-size: 13px;
  gap: 8px;
}
.today-view .step-check {
  height: 21px;
  width: 21px;
}
.today-view .departure .sticker {
  height: 151px;
}
.today-view .step-hint {
  font-size: 11px;
  margin-top: 8px;
}
.today-view .finish-star {
  width: 90px;
}
.today-view .finish-star img {
  width: 75px;
  height: 75px;
}
.today-view .finish-star span {
  font-size: 10px;
}
.today-view.is-editing .step-card .sticker {
  height: 135px;
}
.today-view .move-controls button {
  height: 30px;
  width: 35px;
}
.today-view .drag-handle {
  top: -17px;
}
.today-view .slot-label {
  font-size: 9px;
  margin: 8px 0;
}
.today-view .replace-badge {
  width: 28px;
  height: 28px;
}
dialog {
  border: 1px solid #e2dfd3;
  border-radius: 20px;
  padding: 28px;
  background: #fffef9;
  max-width: 720px;
  width: calc(100% - 32px);
  box-shadow: 0 25px 100px #3434292b;
  color: var(--ink);
}
dialog::backdrop {
  background: #292b254f;
  backdrop-filter: blur(4px);
}
.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.dialog-header h2 {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  letter-spacing: -0.7px;
  margin-top: 8px;
}
.dialog-foods {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
  margin-top: 28px;
}
.dialog-food {
  border: 1px solid #e5e2d6;
  background: #f9f7ef;
  border-radius: 12px;
  padding: 12px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dialog-food.current {
  border-color: #7e9565;
  background: #f0f4e7;
}
.dialog-food img {
  width: 100px;
  height: 108px;
  margin-bottom: 10px;
}
.dialog-food strong {
  font-size: 11px;
}
.dialog-food small {
  font-size: 9px;
  margin-top: 6px;
  color: #939486;
  text-align: center;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
#toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 10px);
  opacity: 0;
  pointer-events: none;
  background: #3d533d;
  color: #fff;
  padding: 13px 23px;
  border-radius: 11px;
  font-size: 12px;
  z-index: 1001;
  box-shadow: 0 6px 20px #34453328;
  transition:
    opacity 180ms ease,
    transform 180ms var(--ease);
  max-width: calc(100vw - 32px);
  text-align: center;
}
#toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (hover: hover) and (pointer: fine) {
  .icon-button:hover {
    background: #eae8df;
  }
  .step-card:not(:disabled):hover {
    background: #f5f5eb;
  }
  .tray-food:hover,
  .dialog-food:hover {
    border-color: #b6c29d;
    background: #f2f4e9;
  }
  .pick:hover {
    border-color: #b8c2a4;
  }
  .editable:hover {
    background: #f1f3e8;
    border-color: #a8b58e;
  }
  .footer-actions button:hover {
    color: #3e583b;
  }
  .view-switch button:not([aria-pressed="true"]):hover {
    background: #f2efe7;
  }
}
@media (min-width: 1500px) {
  .day-lane {
    min-height: 185px;
  }
  .step-card .sticker {
    height: 120px;
    width: 135px;
  }
  .departure .sticker {
    height: 109px;
  }
  .breakfast-step {
    width: 275px;
  }
  .food-picture,
  .food-picture img {
    height: 88px;
  }
  .food-slot {
    width: 114px;
  }
  .day-label {
    width: 142px;
  }
  .day-label h2 {
    font-size: 14px;
  }
  .is-editing .day-label {
    width: 126px;
  }
  .is-editing .breakfast-step {
    width: 220px;
  }
  .is-editing .step-card .sticker {
    height: 112px;
  }
  .is-editing .departure .sticker {
    height: 101px;
  }
}
@media (max-width: 1250px) {
  .page-shell {
    padding: 0 28px;
  }
  .day-label {
    width: 108px;
    padding-left: 12px;
  }
  .day-label h2 {
    font-size: 11px;
  }
  .breakfast-step {
    width: 210px;
  }
  .food-slot {
    width: 90px;
  }
  .step-card .sticker {
    height: 95px;
  }
  .departure .sticker {
    height: 84px;
  }
  .step-caption {
    font-size: 9px;
  }
  .finish-star {
    width: 48px;
  }
  .lane-content {
    padding-left: 10px;
    padding-right: 8px;
    gap: 5px;
  }
  .routine-steps {
    gap: 3px;
  }
  .is-editing .workspace {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 15px;
  }
  .sticker-tray {
    padding: 20px 13px;
  }
  .is-editing .day-lane {
    flex-direction: column;
  }
  .is-editing .day-label {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 9px 13px;
    border-right: 0;
  }
  .is-editing .day-label h2 {
    margin: 0;
    order: -1;
    font-size: 12px;
  }
  .is-editing .today-pill {
    margin: 0;
    padding: 3px 5px;
  }
  .is-editing .day-flower {
    font-size: 55px;
    right: 15px;
    bottom: -22px;
  }
  .is-editing .lane-content {
    padding-top: 18px;
  }
  .intro-art {
    width: 155px;
  }
  .intro-art img {
    height: 157px;
  }
  .is-editing .step-hint {
    font-size: 8px;
  }
}
@media (max-width: 1000px) {
  .toolbar-tip {
    display: none;
  }
  .week-stars > span {
    max-width: 130px;
    line-height: 1.5;
  }
  .intro {
    gap: 10px;
  }
  .intro h1 {
    font-size: 38px;
  }
  .day-lane {
    flex-direction: column;
  }
  .day-label {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 16px;
    border-right: 0;
  }
  .day-label h2 {
    margin: 0;
    order: -1;
    font-size: 13px;
  }
  .today-pill {
    margin: 0;
  }
  .day-flower {
    font-size: 65px;
    right: 22px;
    bottom: -25px;
  }
  .day-lane .lane-content {
    padding: 13px 15px;
  }
  .is-editing .workspace {
    grid-template-columns: 1fr;
  }
  .sticker-tray {
    position: static;
    grid-row: 1;
    padding: 20px;
  }
  .tray-foods {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 14px;
  }
  .tray-food {
    flex-direction: column;
    gap: 6px;
    text-align: center;
    padding: 10px 4px;
  }
  .tray-food img {
    width: 70px;
    height: 75px;
  }
  .tray-food small {
    font-size: 8px;
  }
  .food-grip,
  .tray-footer,
  .tray-note {
    display: none;
  }
  .sticker-tray h2 {
    font-size: 19px;
    margin-top: 5px;
  }
  .sticker-tray > p {
    margin-top: 5px;
  }
  .tray-count {
    display: none;
  }
  .is-editing .breakfast-step {
    width: 220px;
  }
  .today-view .step-card .sticker {
    height: 140px;
  }
  .today-view .departure .sticker {
    height: 121px;
  }
  .today-view .routine-steps {
    gap: 8px;
  }
  .today-view .step-caption {
    font-size: 11px;
  }
  .today-view .finish-star {
    width: 65px;
  }
  .today-view .finish-star img {
    width: 55px;
    height: 55px;
  }
  .planner-footer {
    align-items: flex-start;
  }
  .footer-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px 15px;
  }
}
@media (max-width: 700px) {
  .page-shell {
    padding: 0 16px;
  }
  .topbar {
    height: 75px;
    gap: 10px;
  }
  .brand {
    font-size: 15px;
    gap: 7px;
  }
  .brand > svg {
    width: 24px;
  }
  .top-actions {
    gap: 7px;
  }
  .save-state {
    display: none;
  }
  .edit-button {
    padding: 10px 12px;
    font-size: 10px;
    gap: 6px;
  }
  .edit-button svg {
    width: 14px;
  }
  .print-button {
    display: none;
  }
  .intro {
    min-height: 192px;
    padding: 25px 0;
    gap: 0;
  }
  .intro-copy {
    position: relative;
    z-index: 1;
  }
  .intro .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .intro h1 {
    font-size: 35px;
    letter-spacing: -1.7px;
    max-width: 240px;
  }
  .intro p {
    font-size: 11px;
    max-width: 210px;
    line-height: 1.7;
  }
  .intro-art {
    width: 125px;
    margin-left: auto;
    margin-right: -6px;
  }
  .intro-art img {
    height: 145px;
    max-width: none;
  }
  .intro-spark.one {
    left: 0;
    top: 10px;
  }
  .intro-spark.two {
    right: -3px;
  }
  .intro-spark.three {
    display: none;
  }
  .week-stars {
    display: none;
  }
  .planner-toolbar {
    gap: 13px;
    margin-bottom: 16px;
  }
  .view-switch button {
    font-size: 11px;
    padding: 8px 17px;
  }
  .week-label {
    font-size: 10px;
    margin-left: auto;
  }
  .lanes {
    gap: 15px;
  }
  .lane-content {
    flex-wrap: wrap;
    justify-content: center !important;
    padding: 14px 12px 15px !important;
    gap: 12px;
  }
  .breakfast-step,
  .is-editing .breakfast-step {
    width: 100%;
    border-bottom: 1px dashed #e6e4d9;
    padding-bottom: 11px;
  }
  .breakfast-title {
    font-size: 11px;
    gap: 8px;
  }
  .breakfast-title small {
    display: block;
    font-size: 9px;
    font-weight: 400;
  }
  .food-slot,
  .is-editing .food-slot {
    width: 120px;
  }
  .food-picture,
  .food-picture img,
  .is-editing .food-picture,
  .is-editing .food-picture img {
    height: 88px;
    width: 105px;
  }
  .food-name,
  .is-editing .food-name {
    font-size: 10px;
  }
  .food-picks {
    gap: 8px;
  }
  .pick {
    min-height: 36px;
    min-width: 43px;
  }
  .food-pair {
    gap: 15px;
  }
  .or {
    font-size: 11px;
  }
  .routine-steps {
    width: 100%;
    flex-basis: 100%;
    gap: 4px;
    padding-top: 2px;
  }
  .step-card .sticker,
  .is-editing .step-card .sticker {
    height: 80px;
    width: 85px;
  }
  .departure .sticker,
  .is-editing .departure .sticker {
    height: 69px;
  }
  .step-caption,
  .is-editing .step-caption {
    font-size: 8px;
    gap: 3px;
  }
  .step-check {
    height: 12px;
    width: 12px;
  }
  .step-check svg {
    width: 9px;
  }
  .step-hint,
  .is-editing .step-hint {
    font-size: 7px;
    margin-top: 4px;
  }
  .lane-arrow {
    display: none;
  }
  .finish-star {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    border-top: 1px solid #f0eee5;
    padding-top: 7px;
  }
  .finish-star img.sticker {
    height: 23px;
    width: 23px;
  }
  .finish-star span {
    margin: 0;
    font-size: 9px;
  }
  .planner-footer {
    flex-direction: column;
    gap: 12px;
    font-size: 9px;
  }
  .footer-actions {
    justify-content: flex-start;
    gap: 20px;
  }
  .bottom-note {
    padding-top: 25px;
    font-size: 9px;
  }
  .edit-banner {
    font-size: 10px;
    padding: 11px;
    line-height: 1.6;
    gap: 7px;
    flex-wrap: wrap;
  }
  .edit-banner > span {
    min-width: 180px;
  }
  .sticker-tray {
    padding: 15px;
  }
  .tray-foods {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
  }
  .tray-food {
    min-height: 90px;
    padding: 5px 2px;
  }
  .tray-food img {
    height: 55px;
    width: 55px;
  }
  .tray-food strong {
    font-size: 8px;
  }
  .tray-food small {
    display: none;
  }
  .sticker-tray h2 {
    font-size: 18px;
  }
  .sticker-tray > p {
    font-size: 10px;
  }
  .tray-heading .eyebrow {
    font-size: 7px;
  }
  .is-editing .routine-steps {
    margin-top: 15px;
  }
  .move-controls button {
    width: 28px;
    height: 30px;
  }
  .drag-handle {
    height: 30px;
  }
  .day-tabs {
    gap: 6px;
    justify-content: space-between;
  }
  .day-tabs button {
    flex: 1;
    min-width: 0;
    justify-content: center;
    padding: 10px 5px;
    font-size: 11px;
  }
  .day-tabs button > span:empty {
    display: none;
  }
  .today-view .day-label h2 {
    font-size: 18px;
  }
  .today-view .day-label {
    padding: 14px 16px;
  }
  .today-view .breakfast-title {
    font-size: 13px;
  }
  .today-view .food-slot {
    width: 135px;
  }
  .today-view .food-picture,
  .today-view .food-picture img {
    height: 130px;
    width: 130px;
  }
  .today-view .food-pair {
    gap: 12px;
  }
  .today-view .food-name {
    font-size: 12px;
  }
  .today-view .breakfast-step {
    padding-bottom: 22px;
  }
  .today-view .routine-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .today-view .step-card {
    padding: 10px;
    border: 1px solid #e8e7dd;
    background: #fcfbf6;
  }
  .today-view .step-card .sticker {
    height: 145px;
    width: 140px;
  }
  .today-view .step-caption {
    font-size: 11px;
  }
  .today-view .departure .sticker {
    height: 126px;
  }
  .today-view .step-hint {
    font-size: 10px;
  }
  .today-view .finish-star {
    width: 100%;
    padding-top: 12px;
  }
  .today-view .finish-star img.sticker {
    width: 40px;
    height: 40px;
  }
  .today-view.is-editing .routine-steps {
    row-gap: 30px;
  }
  .today-view .slot-label {
    font-size: 8px;
  }
  .dialog-header h2 {
    font-size: 20px;
  }
  dialog {
    padding: 21px;
  }
  .dialog-foods {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
  }
  .dialog-food img {
    height: 85px;
    width: 85px;
  }
  .dialog-food strong {
    font-size: 10px;
  }
  .dialog-food small {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
  button:not(:disabled):active {
    transform: none;
  }
}
@media print {
  @page {
    size: A4 landscape;
    margin: 8mm;
  }
  :root {
    background: #fff;
    font-size: 10px;
  }
  body {
    background: #fff;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .page-shell {
    padding: 0;
    max-width: none;
  }
  .topbar,
  .planner-toolbar,
  .edit-banner,
  .sticker-tray,
  .planner-footer,
  .bottom-note,
  .day-tabs,
  .food-picks,
  .drag-handle,
  .move-controls,
  #toast,
  .week-stars {
    display: none !important;
  }
  .intro {
    min-height: 0;
    height: 65px;
    padding: 0 0 10px;
  }
  .intro h1 {
    font-size: 27px;
    margin: 0 0 4px;
    letter-spacing: -1px;
  }
  .intro .eyebrow {
    display: none;
  }
  .intro p {
    font-size: 10px;
  }
  .intro-art {
    height: 65px;
  }
  .intro-art img {
    height: 65px;
  }
  .intro-spark {
    display: none;
  }
  .workspace {
    display: block !important;
  }
  .lanes {
    gap: 6px;
  }
  .day-lane {
    min-height: 0;
    height: 112px;
    flex-direction: row;
    break-inside: avoid;
    box-shadow: none;
  }
  .day-label {
    width: 107px;
    display: block;
    padding: 14px 10px;
  }
  .day-label h2 {
    font-size: 12px;
    margin-top: 5px;
  }
  .today-pill {
    display: none;
  }
  .day-flower {
    font-size: 70px;
  }
  .lane-content {
    padding: 5px 9px !important;
    flex-wrap: nowrap;
    gap: 5px;
  }
  .breakfast-step {
    width: 200px;
    border: 0;
    padding: 0;
  }
  .breakfast-title {
    font-size: 9px;
    padding: 0;
  }
  .breakfast-title small {
    display: none;
  }
  .food-pair {
    gap: 3px;
  }
  .food-slot {
    width: 86px;
    padding: 0;
  }
  .food-picture,
  .food-picture img {
    height: 65px;
    width: 75px;
  }
  .food-name {
    font-size: 8px;
  }
  .routine-steps {
    flex: 1;
    width: auto;
    padding: 0;
    gap: 6px;
  }
  .step-card .sticker {
    height: 81px;
    width: 90px;
  }
  .departure .sticker {
    height: 71px;
  }
  .step-caption {
    font-size: 9px;
  }
  .step-hint {
    font-size: 8px;
  }
  .finish-star {
    width: 45px;
    border: 0;
    flex-direction: column;
    padding: 0;
  }
  .finish-star img.sticker {
    height: 35px;
    width: 35px;
  }
  .finish-star span {
    font-size: 7px;
  }
  .lane-arrow {
    display: block;
  }
  .is-today {
    border-color: #e8e5dc !important;
    box-shadow: none !important;
  }
  .done .step-card {
    background: none;
  }
  .step-check {
    display: none;
  }
}
/* Rewards stay visible beside the weekday lanes. Stars are awarded by the family. */
.workspace,
.is-editing .workspace {
  grid-template-columns: minmax(0, 1fr) 222px;
  gap: 22px;
}
.reward-column {
  border: 1px solid #e7e1da;
  border-radius: 16px;
  background: #fffcf9;
  padding: 24px 15px 17px;
  align-self: stretch;
}
.reward-header .eyebrow {
  font-size: 8px;
  letter-spacing: 1.1px;
  color: #ab8f91;
}
.reward-header h2 {
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  letter-spacing: -0.65px;
  margin-top: 10px;
  line-height: 1.4;
}
.reward-header h2 > span {
  color: #d39cac;
  margin-left: 5px;
}
.reward-header p {
  font-size: 10px;
  line-height: 1.8;
  color: #9b938a;
  margin-top: 8px;
  max-width: 180px;
}
.reward-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 21px 9px;
  margin-top: 30px;
}
.reward-sticker {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  min-width: 0;
  position: relative;
  isolation: isolate;
}
.reward-art {
  position: relative;
  display: block;
  width: 100%;
  height: 105px;
  margin-bottom: 9px;
}
.reward-art > .sticker {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: filter 220ms ease;
}
.reward-halo {
  position: absolute;
  inset: 0;
  filter: blur(9px);
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}
.reward-halo::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(115deg, #ff69b4 8%, #d58be7 48%, #63b8ff 88%);
  mask-image: var(--sticker-url);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: var(--sticker-url);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.highlighted .reward-art > .sticker {
  filter: drop-shadow(-2px 0 1.2px #f5a0d4) drop-shadow(2px 1px 1.2px #86bdff);
}
.highlighted .reward-halo {
  opacity: 0.85;
  animation: reward-glow 3s ease-in-out infinite;
}
.reward-sticker strong {
  font-size: 9px;
  font-weight: 650;
  line-height: 1.4;
  text-align: center;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.reward-selected {
  font-size: 8px;
  color: #b2aaa1;
  margin-top: 4px;
  min-height: 12px;
}
.highlighted .reward-selected {
  color: #ac79a5;
  font-weight: 600;
}
.reward-footnote {
  border-top: 1px solid #eee6e0;
  margin-top: 25px;
  padding-top: 16px;
  text-align: center;
  font-size: 9px;
  line-height: 1.7;
  color: #afa39b;
}
.day-stars {
  flex-shrink: 0;
  width: 85px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px dashed #e9e4d8;
  margin-left: 5px;
  padding-left: 7px;
  gap: 8px;
}
.stars-label {
  font-size: 6px;
  letter-spacing: 1px;
  color: #aba392;
  font-weight: 650;
}
.day-stars > div {
  display: flex;
  gap: 3px;
}
.star-slot {
  width: 36px;
  height: 55px;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  border-radius: 8px;
}
.star-slot > .sticker {
  width: 33px;
  height: 33px;
  opacity: 0.19;
  filter: grayscale(1);
}
.star-slot.boy {
  background: #eff5fc80;
}
.star-slot.girl {
  background: #fff1f780;
}
.star-kid .kid-mark {
  width: 14px;
  height: 14px;
  font-size: 10px;
}
.star-slot.earned > .sticker {
  opacity: 1;
  filter: drop-shadow(0 1px 2px #eac56255);
}
.star-slot.earned.boy {
  background: #e8f2ff;
}
.star-slot.earned.girl {
  background: #ffeaf5;
}
.weekly-kid-stars {
  display: flex;
  align-items: center;
  gap: 8px;
}
.weekly-kid-stars .mini-star {
  width: 24px;
}
.weekly-kid-stars .star-icons {
  gap: 3px;
  margin: 0;
}
.weekly-kid-stars strong {
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  min-width: 22px;
}
.weekly-kid-stars .kid-mark.boy {
  background: #e9f0fc;
}
.week-stars {
  gap: 8px;
}
.is-editing .day-stars {
  width: 79px;
  padding-left: 5px;
}
.is-editing .star-slot {
  width: 31px;
}
.sticker-tray {
  position: static;
  padding: 17px 20px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 195px minmax(0, 1fr);
  gap: 5px 20px;
}
.tray-heading {
  grid-column: 1;
  grid-row: 1;
  justify-content: flex-start;
  gap: 15px;
}
.sticker-tray h2 {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  font-size: 20px;
}
.sticker-tray > p {
  grid-column: 1;
  grid-row: 3;
  font-size: 10px;
  margin: 0;
}
.tray-foods {
  grid-column: 2;
  grid-row: 1 / 4;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}
.tray-food {
  min-height: 90px;
  padding: 7px;
  gap: 7px;
  flex-direction: row;
}
.tray-food img {
  height: 68px;
  width: 60px;
}
.tray-food strong {
  font-size: 10px;
}
.tray-food small {
  font-size: 8px;
}
.food-grip {
  display: none;
}
.tray-note,
.tray-footer {
  display: none;
}
.is-editing .day-label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px 13px;
  border-right: 0;
}
.is-editing .day-lane {
  flex-direction: column;
}
.is-editing .day-label h2 {
  margin: 0;
  order: -1;
  font-size: 12px;
}
.is-editing .day-label .today-pill {
  margin: 0;
}
.is-editing .day-flower {
  font-size: 55px;
  right: 15px;
  bottom: -22px;
}
.is-editing .lane-content {
  padding-top: 23px;
}
.today-view .day-stars {
  width: 100%;
  border-left: 0;
  border-top: 1px dashed #e9e4d8;
  padding: 15px 0 0;
  margin: 9px 0 0;
  gap: 10px;
}
.today-view .day-stars .stars-label {
  font-size: 9px;
}
.today-view .day-stars > div {
  gap: 18px;
}
.today-view .star-slot {
  width: 65px;
  height: 70px;
}
.today-view .star-slot > .sticker {
  width: 45px;
  height: 45px;
}
.today-view .star-kid .kid-mark {
  width: 18px;
  height: 18px;
  font-size: 12px;
}
.today-view .routine-steps {
  flex-basis: 100%;
}
.today-view .reward-grid {
  grid-template-columns: 1fr 1fr;
}
.today-view .reward-art {
  height: 100px;
}
@keyframes reward-glow {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1.01);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}
@media (hover: hover) and (pointer: fine) {
  .reward-sticker:hover .reward-art > .sticker {
    transform: translateY(-2px);
  }
  .star-slot:hover {
    box-shadow: 0 0 0 1px #ded9ca;
  }
  .star-slot:not(.earned):hover > .sticker {
    opacity: 0.45;
  }
}
@media (max-width: 1250px) {
  .workspace,
  .is-editing .workspace {
    grid-template-columns: minmax(0, 1fr) 200px;
    gap: 16px;
  }
  .day-lane {
    flex-direction: column;
  }
  .day-label {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 14px;
    border-right: 0;
  }
  .day-label h2 {
    margin: 0;
    order: -1;
    font-size: 13px;
  }
  .today-pill {
    margin: 0;
  }
  .day-flower {
    font-size: 60px;
    right: 22px;
    bottom: -22px;
  }
  .breakfast-step {
    width: 190px;
  }
  .food-slot {
    width: 81px;
  }
  .lane-content {
    padding: 12px !important;
  }
  .step-card .sticker {
    height: 92px;
    width: 100px;
  }
  .departure .sticker {
    height: 81px;
  }
  .step-caption {
    font-size: 8px;
  }
  .day-stars {
    width: 77px;
    margin-left: 0;
    padding-left: 5px;
  }
  .star-slot {
    width: 31px;
  }
  .reward-column {
    padding: 20px 12px;
  }
  .reward-art {
    height: 93px;
  }
  .reward-header h2 {
    font-size: 18px;
  }
  .reward-header .eyebrow {
    font-size: 7px;
  }
  .reward-grid {
    gap: 24px 8px;
  }
  .reward-sticker strong {
    font-size: 8px;
  }
  .sticker-tray {
    grid-template-columns: 175px minmax(0, 1fr);
    gap: 5px 15px;
  }
  .tray-food {
    flex-direction: column;
    padding: 5px 2px;
    gap: 2px;
  }
  .tray-food img {
    height: 58px;
    width: 55px;
  }
  .tray-food small {
    display: none;
  }
  .is-editing .breakfast-step {
    width: 190px;
  }
  .is-editing .step-card .sticker {
    height: 84px;
  }
  .is-editing .departure .sticker {
    height: 73px;
  }
  .is-editing .lane-content {
    padding-top: 22px !important;
  }
}
@media (max-width: 1000px) {
  .workspace,
  .is-editing .workspace {
    grid-template-columns: minmax(0, 1fr) 178px;
    gap: 13px;
  }
  .reward-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .reward-art {
    height: 116px;
    width: 124px;
  }
  .reward-sticker strong {
    font-size: 10px;
  }
  .reward-header h2 {
    font-size: 17px;
  }
  .reward-header p {
    font-size: 9px;
  }
  .lane-content {
    flex-wrap: wrap;
  }
  .breakfast-step,
  .is-editing .breakfast-step {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e8e5db;
  }
  .food-slot,
  .is-editing .food-slot {
    width: 100px;
  }
  .food-picture,
  .food-picture img {
    height: 83px;
  }
  .routine-steps {
    width: 100%;
    flex-basis: 100%;
    padding-top: 9px;
  }
  .lane-arrow {
    display: none;
  }
  .day-stars,
  .is-editing .day-stars {
    width: 100%;
    flex-direction: row;
    border-left: 0;
    border-top: 1px solid #f0ece3;
    margin-top: 9px;
    padding: 8px 0 0;
    gap: 12px;
  }
  .star-slot,
  .is-editing .star-slot {
    height: 35px;
    width: 51px;
    flex-direction: row;
    gap: 1px;
  }
  .star-slot > .sticker {
    height: 29px;
    width: 29px;
  }
  .day-stars > div {
    gap: 9px;
  }
  .is-editing .routine-steps {
    margin-top: 16px;
  }
  .is-editing .step-card .sticker {
    height: 90px;
  }
  .is-editing .departure .sticker {
    height: 79px;
  }
  .is-editing .step-caption {
    font-size: 8px;
  }
  .stars-label {
    font-size: 7px;
  }
  .sticker-tray {
    display: block;
  }
  .tray-heading {
    display: none;
  }
  .sticker-tray h2 {
    font-size: 18px;
  }
  .sticker-tray > p {
    margin-top: 5px;
  }
  .tray-foods {
    margin-top: 13px;
  }
  .tray-food {
    flex-direction: row;
    justify-content: center;
    padding: 8px 3px;
    min-height: 80px;
  }
  .tray-food img {
    height: 56px;
    width: 48px;
  }
  .tray-food strong {
    font-size: 9px;
  }
  .today-view .reward-grid {
    grid-template-columns: 1fr;
  }
  .today-view .day-stars {
    flex-direction: column;
  }
  .today-view .star-slot {
    flex-direction: column;
  }
  .today-view .routine-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .today-view .step-card .sticker {
    height: 150px;
  }
  .today-view .departure .sticker {
    height: 131px;
  }
  .today-view .step-caption {
    font-size: 12px;
  }
  .today-view .step-hint {
    font-size: 10px;
  }
}
@media (max-width: 700px) {
  .workspace,
  .is-editing .workspace {
    grid-template-columns: minmax(0, 1fr);
  }
  .reward-column {
    padding: 24px 20px;
    margin-top: 5px;
  }
  .reward-header h2 {
    font-size: 24px;
  }
  .reward-header .eyebrow {
    font-size: 9px;
  }
  .reward-header p {
    max-width: none;
    font-size: 11px;
  }
  .reward-grid,
  .today-view .reward-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 12px;
    margin-top: 24px;
  }
  .reward-art,
  .today-view .reward-art {
    height: 105px;
    width: 100%;
  }
  .reward-sticker strong {
    font-size: 9px;
  }
  .reward-footnote {
    font-size: 10px;
  }
  .day-stars,
  .is-editing .day-stars {
    margin: 0;
    padding-top: 8px;
  }
  .star-slot,
  .is-editing .star-slot {
    width: 56px;
    height: 40px;
  }
  .star-slot > .sticker {
    width: 31px;
    height: 31px;
  }
  .stars-label {
    font-size: 8px;
  }
  .tray-foods {
    gap: 5px;
  }
  .tray-food {
    flex-direction: column;
    min-height: 85px;
    padding: 5px 1px;
  }
  .tray-food img {
    width: 53px;
    height: 57px;
  }
  .tray-food strong {
    font-size: 8px;
  }
  .sticker-tray {
    padding: 16px;
  }
  .is-editing .routine-steps {
    margin-top: 10px;
  }
  .is-editing .step-card .sticker {
    height: 80px;
  }
  .is-editing .departure .sticker {
    height: 69px;
  }
  .step-caption {
    font-size: 8px;
  }
  .food-slot,
  .is-editing .food-slot {
    width: 120px;
  }
  .day-label {
    padding: 10px 15px;
  }
  .day-label h2 {
    font-size: 13px;
  }
  .today-view.is-editing .step-card .sticker {
    height: 145px;
  }
  .today-view.is-editing .departure .sticker {
    height: 126px;
  }
  .today-view .day-stars {
    gap: 9px;
    padding-top: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .highlighted .reward-halo {
    animation: none;
    opacity: 0.75;
  }
  .reward-sticker:hover .reward-art > .sticker {
    transform: none;
  }
}
@media print {
  .workspace,
  .is-editing .workspace {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 155px;
    gap: 10px;
  }
  .reward-column {
    padding: 10px 8px;
    border-radius: 10px;
  }
  .reward-header h2 {
    font-size: 15px;
    margin-top: 5px;
  }
  .reward-header h2 span {
    display: none;
  }
  .reward-header .eyebrow {
    font-size: 6px;
  }
  .reward-header p {
    font-size: 8px;
    line-height: 1.6;
  }
  .reward-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 5px;
    margin-top: 18px;
  }
  .reward-art {
    height: 98px;
    width: 100%;
  }
  .reward-sticker strong {
    font-size: 8px;
  }
  .reward-selected {
    font-size: 7px;
  }
  .reward-footnote {
    font-size: 7px;
    margin-top: 15px;
    padding-top: 10px;
  }
  .reward-halo {
    display: none;
  }
  .highlighted .reward-art > .sticker {
    filter: none;
  }
  .day-lane {
    height: 111px;
    flex-direction: row;
  }
  .day-label {
    width: 90px;
    display: block;
    padding: 12px 8px;
  }
  .day-label h2 {
    font-size: 10px;
    margin-top: 5px;
  }
  .lane-content {
    padding: 4px 6px !important;
    flex-wrap: nowrap;
    gap: 4px;
  }
  .breakfast-step {
    width: 157px;
    border: 0;
    padding: 0;
  }
  .food-slot {
    width: 68px;
  }
  .food-picture,
  .food-picture img {
    width: 60px;
    height: 60px;
  }
  .food-pair {
    gap: 0;
  }
  .routine-steps {
    flex: 1;
    width: auto;
    padding: 0;
  }
  .step-card .sticker {
    height: 73px;
    width: 76px;
  }
  .departure .sticker {
    height: 63px;
  }
  .step-caption {
    font-size: 7px;
  }
  .step-hint {
    font-size: 6px;
  }
  .day-stars {
    width: 50px;
    flex-direction: column;
    gap: 5px;
    padding: 0 0 0 3px;
    margin: 0;
    border-top: 0;
    border-left: 1px dashed #e5e1d5;
  }
  .stars-label {
    font-size: 5px;
    letter-spacing: 0.4px;
  }
  .day-stars > div {
    gap: 1px;
  }
  .star-slot {
    width: 23px;
    height: 37px;
    flex-direction: column;
    background: none !important;
  }
  .star-slot > .sticker {
    width: 22px;
    height: 22px;
  }
  .star-kid .kid-mark {
    height: 11px;
    width: 11px;
    font-size: 8px;
  }
  .day-date {
    font-size: 8px;
  }
  .day-flower {
    font-size: 60px;
  }
  .food-name {
    font-size: 7px;
  }
}
