.mesa-home-v2 {
  --mesa-ink: #20352c;
  --mesa-forest: #0b5f45;
  --mesa-forest-dark: #073d31;
  --mesa-leaf: #65aa3d;
  --mesa-orange: #e56d2c;
  --mesa-gold: #f1b84a;
  --mesa-cream: #fff7e7;
  --mesa-paper: #f7f2e8;
  --mesa-card: #fffdf7;
  --mesa-line: #dfd8c8;
  --mesa-muted: #68786f;
  --mesa-danger: #bf4c3f;
  --mesa-radius-xl: 36px;
  --mesa-radius-lg: 24px;
  --mesa-radius-md: 16px;
  --mesa-shadow: 0 26px 70px rgba(32, 53, 44, 0.12);
  margin: 0;
  color: var(--mesa-ink);
  background:
    radial-gradient(circle at 4% 25%, rgba(101, 170, 61, 0.09), transparent 28rem),
    radial-gradient(circle at 96% 58%, rgba(229, 109, 44, 0.08), transparent 31rem),
    var(--mesa-paper);
}

.mesa-home-v2 *,
.mesa-home-v2 *::before,
.mesa-home-v2 *::after {
  box-sizing: border-box;
}

.mesa-home-v2 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mesa-home-v2 main {
  overflow: clip;
}

.mesa-home-v2 .site-header {
  border-bottom-color: rgba(11, 95, 69, 0.12);
  background: rgba(255, 250, 238, 0.94);
  backdrop-filter: blur(18px);
}

.mesa-home-v2 .site-brand img {
  border-radius: 11px;
  object-fit: cover;
}

.mesa-home-v2 button,
.mesa-home-v2 input,
.mesa-home-v2 select {
  font: inherit;
}

.mesa-home-v2 button,
.mesa-home-v2 a {
  -webkit-tap-highlight-color: transparent;
}

.mesa-hero-v2,
.mesa-situations-v2,
.mesa-tools-v2,
.mesa-routes-v2,
.mesa-safety-banner-v2,
.mesa-free-banner-v2,
.mesa-disclaimer-v2 {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.mesa-eyebrow-v2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--mesa-orange);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  line-height: 1.25;
}

.mesa-eyebrow-v2::before {
  width: 25px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.mesa-hero-v2 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
  min-height: 680px;
  margin-top: 24px;
  border: 1px solid rgba(32, 53, 44, 0.09);
  border-radius: 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(241, 184, 74, 0.13), transparent 23rem),
    var(--mesa-cream);
  box-shadow: var(--mesa-shadow);
  isolation: isolate;
}

.mesa-hero-v2::before {
  position: absolute;
  left: -170px;
  bottom: -260px;
  z-index: -1;
  width: 590px;
  height: 590px;
  border: 2px solid rgba(11, 95, 69, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgba(11, 95, 69, 0.025),
    0 0 0 98px rgba(11, 95, 69, 0.014);
  content: "";
}

.mesa-hero-copy-v2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 7vw, 92px) clamp(34px, 6vw, 80px);
}

.mesa-hero-copy-v2::after {
  position: absolute;
  top: 70px;
  right: 28px;
  width: 88px;
  height: 88px;
  border: 16px solid rgba(229, 109, 44, 0.07);
  border-radius: 50%;
  content: "";
}

.mesa-hero-copy-v2 .mesa-eyebrow-v2 {
  margin-bottom: 24px;
}

.mesa-hero-copy-v2 h1 {
  max-width: 690px;
  margin: 0;
  color: var(--mesa-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 5.5vw, 5.95rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-wrap: balance;
}

.mesa-hero-copy-v2 h1 span {
  color: var(--mesa-forest);
  font-style: italic;
}

.mesa-hero-copy-v2 > p {
  max-width: 650px;
  margin: 30px 0 0;
  color: #627369;
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.72;
}

.mesa-hero-actions-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.mesa-button-v2,
.mesa-button-secondary-v2 {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 23px;
  border-radius: 14px;
  font-size: 0.91rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.mesa-button-v2 {
  color: #fff;
  background: var(--mesa-forest);
  box-shadow: 0 14px 34px rgba(11, 95, 69, 0.22);
}

.mesa-button-secondary-v2 {
  border: 1px solid rgba(32, 53, 44, 0.16);
  color: var(--mesa-ink);
  background: rgba(255, 255, 255, 0.5);
}

.mesa-button-v2:hover,
.mesa-button-secondary-v2:hover {
  transform: translateY(-2px);
}

.mesa-button-v2:hover {
  box-shadow: 0 18px 42px rgba(11, 95, 69, 0.3);
}

.mesa-button-secondary-v2:hover {
  background: #fff;
}

.mesa-trust-list-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 23px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.mesa-trust-list-v2 li {
  position: relative;
  padding-left: 18px;
  color: #718077;
  font-size: 0.79rem;
  font-weight: 800;
}

.mesa-trust-list-v2 li::before {
  position: absolute;
  top: 0.43em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mesa-leaf);
  box-shadow: 0 0 0 4px rgba(101, 170, 61, 0.12);
  content: "";
}

.mesa-board-v2 {
  position: relative;
  align-self: stretch;
  margin: 28px 28px 28px 0;
  padding: 31px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 31px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 104% -2%, rgba(241, 184, 74, 0.2), transparent 19rem),
    radial-gradient(circle at -10% 110%, rgba(101, 170, 61, 0.2), transparent 20rem),
    var(--mesa-forest-dark);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07), 0 30px 70px rgba(32, 53, 44, 0.25);
}

.mesa-board-v2::after {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border: 45px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  content: "";
}

.mesa-board-top-v2 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.mesa-board-logo-v2 {
  display: grid;
  width: 66px;
  height: 54px;
  place-items: center;
  border-radius: 16px;
  overflow: hidden;
  background: #fffaf0;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
}

.mesa-board-logo-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mesa-board-top-v2 small,
.mesa-board-today-v2 > span,
.mesa-board-progress-v2 > div > span {
  color: #f2bc61;
  font-size: 0.63rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.mesa-board-top-v2 h2 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 1.06rem;
}

.mesa-status-chip-v2 {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #c4d7ce;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.66rem;
  font-weight: 900;
  white-space: nowrap;
}

.mesa-status-chip-v2.is-ready {
  border-color: rgba(154, 217, 102, 0.32);
  color: #d5f4bc;
  background: rgba(101, 170, 61, 0.14);
}

.mesa-board-today-v2 {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 170px;
  flex-direction: column;
  justify-content: flex-end;
  margin: 24px 0 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 21px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 44%, rgba(241, 184, 74, 0.17) 0 34px, transparent 35px),
    radial-gradient(circle at 86% 44%, transparent 0 51px, rgba(255, 255, 255, 0.06) 52px 54px, transparent 55px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
}

.mesa-board-today-v2::after {
  position: absolute;
  right: 35px;
  bottom: 26px;
  width: 105px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mesa-orange), var(--mesa-gold));
  content: "";
}

.mesa-board-today-v2 strong {
  max-width: 72%;
  margin-top: 9px;
  overflow: hidden;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mesa-board-today-v2 small {
  max-width: 72%;
  margin-top: 7px;
  color: #abc1b8;
  font-size: 0.73rem;
}

.mesa-board-grid-v2 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mesa-board-grid-v2 > div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
}

.mesa-board-grid-v2 span {
  display: block;
  color: #92ada2;
  font-size: 0.63rem;
  font-weight: 850;
  text-transform: uppercase;
}

.mesa-board-grid-v2 strong {
  display: block;
  margin-top: 7px;
  overflow: hidden;
  color: #fff;
  font-size: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mesa-board-grid-v2 strong.is-over {
  color: #ffb4aa;
}

.mesa-board-grid-v2 small {
  display: block;
  margin-top: 2px;
  color: #759488;
  font-size: 0.59rem;
}

.mesa-board-progress-v2 {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.mesa-board-progress-v2 > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mesa-board-progress-v2 > div > strong {
  color: #fff;
  font-size: 0.8rem;
}

.mesa-progress-track-v2 {
  height: 6px;
  margin-top: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.09);
}

.mesa-progress-track-v2 span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mesa-orange), var(--mesa-gold));
  transition: width 220ms ease;
}

.mesa-board-progress-v2 > small {
  display: block;
  margin-top: 8px;
  color: #79988c;
  font-size: 0.62rem;
}

.mesa-situations-v2 {
  padding-block: 108px 96px;
}

.mesa-section-heading-v2 {
  max-width: 760px;
}

.mesa-section-heading-v2 h2 {
  margin: 15px 0 0;
  color: var(--mesa-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4.3vw, 4.35rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.mesa-section-heading-v2 > p {
  margin: 18px 0 0;
  color: var(--mesa-muted);
  font-size: 1.03rem;
  line-height: 1.65;
}

.mesa-situation-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.mesa-situation-card-v2 {
  position: relative;
  display: flex;
  min-height: 350px;
  flex-direction: column;
  padding: 27px;
  border: 1px solid var(--mesa-line);
  border-radius: var(--mesa-radius-lg);
  overflow: hidden;
  color: var(--mesa-ink);
  background: var(--mesa-card);
  box-shadow: 0 14px 40px rgba(32, 53, 44, 0.055);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.mesa-situation-card-v2::after {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 142px;
  height: 142px;
  border: 28px solid rgba(11, 95, 69, 0.04);
  border-radius: 50%;
  content: "";
}

.mesa-situation-card-v2:hover {
  border-color: rgba(229, 109, 44, 0.48);
  box-shadow: 0 22px 52px rgba(32, 53, 44, 0.11);
  transform: translateY(-5px);
}

.mesa-card-number-v2 {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #d2cdc0;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.75rem;
  font-weight: 900;
}

.mesa-card-icon-v2 {
  display: grid;
  width: 55px;
  height: 55px;
  place-items: center;
  margin-bottom: 42px;
  border-radius: 17px;
  color: #fff;
  background: var(--mesa-forest);
  box-shadow: 0 11px 24px rgba(11, 95, 69, 0.2);
  font-size: 1.12rem;
  font-weight: 950;
}

.mesa-card-use-v2 .mesa-card-icon-v2 {
  background: var(--mesa-orange);
  box-shadow: 0 11px 24px rgba(229, 109, 44, 0.22);
}

.mesa-card-shop-v2 .mesa-card-icon-v2 {
  color: var(--mesa-ink);
  background: var(--mesa-gold);
}

.mesa-card-save-v2 .mesa-card-icon-v2 {
  background: var(--mesa-leaf);
}

.mesa-situation-card-v2 > small {
  color: var(--mesa-orange);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.mesa-situation-card-v2 h3 {
  margin: 10px 0 0;
  color: var(--mesa-ink);
  font-size: 1.27rem;
  line-height: 1.2;
}

.mesa-situation-card-v2 p {
  margin: 13px 0 24px;
  color: var(--mesa-muted);
  font-size: 0.87rem;
  line-height: 1.58;
}

.mesa-card-link-v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
  color: var(--mesa-ink);
  font-size: 0.78rem;
  font-weight: 900;
}

.mesa-card-link-v2 b {
  color: var(--mesa-orange);
  font-size: 1.2rem;
}

.mesa-workspace-v2 {
  padding: 24px 0;
  color-scheme: dark;
  background:
    radial-gradient(circle at 8% 18%, rgba(241, 184, 74, 0.11), transparent 28rem),
    radial-gradient(circle at 90% 74%, rgba(101, 170, 61, 0.14), transparent 35rem),
    var(--mesa-forest-dark);
}

.mesa-workspace-shell-v2 {
  width: min(1280px, calc(100% - 40px));
  margin-inline: auto;
  padding: 56px 20px 64px;
}

.mesa-workspace-header-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: end;
  padding: 0 8px 34px;
}

.mesa-workspace-header-v2 .mesa-eyebrow-v2 {
  color: #f2bc61;
}

.mesa-workspace-header-v2 h2 {
  margin: 12px 0 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 4.8vw, 4.9rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.mesa-workspace-header-v2 p {
  max-width: 720px;
  margin: 17px 0 0;
  color: #acc3b8;
  line-height: 1.62;
}

.mesa-data-actions-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.mesa-data-actions-v2 button,
.mesa-import-button-v2 {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  color: #d8e7df;
  background: rgba(255, 255, 255, 0.055);
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 850;
}

.mesa-data-actions-v2 button:hover,
.mesa-import-button-v2:hover {
  border-color: rgba(241, 184, 74, 0.45);
  background: rgba(241, 184, 74, 0.1);
}

.mesa-data-actions-v2 button:last-child:hover {
  border-color: rgba(224, 112, 99, 0.5);
  background: rgba(191, 76, 63, 0.13);
}

.mesa-import-button-v2 input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.mesa-privacy-note-v2 {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin: 0 8px 18px;
  padding: 16px 18px;
  border: 1px solid rgba(241, 184, 74, 0.2);
  border-radius: 15px;
  color: #bad0c5;
  background: rgba(241, 184, 74, 0.065);
}

.mesa-privacy-note-v2 > span {
  color: var(--mesa-gold);
}

.mesa-privacy-note-v2 p {
  margin: 0;
  font-size: 0.79rem;
  line-height: 1.55;
}

.mesa-privacy-note-v2 strong {
  color: #f1eee0;
}

.mesa-workspace-grid-v2 {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 17px;
}

.mesa-panel-v2 {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--mesa-radius-lg);
  color: #dce9e2;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.016)),
    #0a4a39;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.045), 0 24px 65px rgba(0, 0, 0, 0.13);
}

.mesa-profile-panel-v2 {
  background:
    linear-gradient(145deg, rgba(241, 184, 74, 0.08), rgba(255, 255, 255, 0.016)),
    #0a4a39;
}

.mesa-budget-panel-v2 {
  background:
    linear-gradient(145deg, rgba(229, 109, 44, 0.1), rgba(255, 255, 255, 0.016)),
    #0a4838;
}

.mesa-week-panel-v2 {
  grid-column: 1 / -1;
  background:
    radial-gradient(circle at 94% 4%, rgba(241, 184, 74, 0.08), transparent 22rem),
    #0a4939;
}

.mesa-panel-heading-v2 {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}

.mesa-panel-heading-v2 small {
  color: #f2bc61;
  font-size: 0.61rem;
  font-weight: 950;
  letter-spacing: 0.13em;
}

.mesa-panel-heading-v2 h3 {
  margin: 5px 0 0;
  color: #fff;
  font-size: 1.34rem;
  line-height: 1.15;
}

.mesa-panel-heading-v2 > span {
  color: #8eaaa0;
  font-size: 0.67rem;
  font-weight: 800;
  text-align: right;
}

.mesa-panel-state-v2 {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.mesa-panel-state-v2.is-ready {
  border-color: rgba(154, 217, 102, 0.27);
  color: #d3efbe;
  background: rgba(101, 170, 61, 0.1);
}

.mesa-panel-state-v2.is-over {
  border-color: rgba(232, 135, 122, 0.32);
  color: #ffc0b7;
  background: rgba(191, 76, 63, 0.13);
}

.mesa-form-v2,
.mesa-pantry-form-v2,
.mesa-shopping-form-v2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.mesa-meal-form-v2 {
  display: grid;
  grid-template-columns: 0.75fr 0.75fr minmax(240px, 1.7fr) auto;
  gap: 14px;
  align-items: end;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mesa-field-v2 {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.mesa-field-wide-v2 {
  grid-column: 1 / -1;
}

.mesa-field-grow-v2 {
  min-width: 0;
}

.mesa-field-v2 > span {
  color: #ccdbd4;
  font-size: 0.75rem;
  font-weight: 850;
}

.mesa-field-v2 > small {
  color: #7e9c90;
  font-size: 0.66rem;
  line-height: 1.45;
}

.mesa-field-v2 input,
.mesa-field-v2 select {
  width: 100%;
  min-width: 0;
  min-height: 47px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  outline: none;
  color: #f6fbf8;
  background: #06372c;
  font-size: 0.85rem;
}

.mesa-field-v2 select {
  color-scheme: dark;
}

.mesa-field-v2 input::placeholder {
  color: #718e82;
}

.mesa-field-v2 input:focus,
.mesa-field-v2 select:focus {
  border-color: var(--mesa-gold);
  box-shadow: 0 0 0 3px rgba(241, 184, 74, 0.12);
}

.mesa-input-unit-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 47px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  overflow: hidden;
  background: #06372c;
}

.mesa-input-unit-v2:focus-within {
  border-color: var(--mesa-gold);
  box-shadow: 0 0 0 3px rgba(241, 184, 74, 0.12);
}

.mesa-input-unit-v2 input {
  min-height: 45px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.mesa-input-unit-v2 input:focus {
  box-shadow: none;
}

.mesa-input-unit-v2 b {
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: #8ca89d;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.68rem;
  font-weight: 900;
}

.mesa-submit-v2 {
  min-height: 47px;
  align-self: end;
  border: 0;
  border-radius: 12px;
  color: #22352d;
  background: linear-gradient(135deg, #f5ca73, var(--mesa-gold));
  box-shadow: 0 12px 28px rgba(241, 184, 74, 0.17);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 950;
}

.mesa-submit-v2:hover {
  filter: brightness(1.05);
}

.mesa-form-v2 .mesa-submit-v2,
.mesa-pantry-form-v2 .mesa-submit-v2,
.mesa-shopping-form-v2 .mesa-submit-v2 {
  grid-column: 1 / -1;
}

.mesa-form-status-v2 {
  grid-column: 1 / -1;
  margin: -2px 0 0;
  color: #7f9d91;
  font-size: 0.69rem;
  line-height: 1.45;
}

.mesa-meal-form-v2 .mesa-form-status-v2 {
  grid-column: 1 / -1;
}

.mesa-form-status-v2.is-success {
  color: #c9eaaa;
}

.mesa-form-status-v2.is-error {
  color: #ffb0a5;
}

.mesa-budget-overview-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.mesa-budget-ring-v2 {
  --mesa-progress: 0;
  position: relative;
  display: grid;
  width: 110px;
  height: 110px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--mesa-gold) calc(var(--mesa-progress) * 1%), rgba(255, 255, 255, 0.08) 0);
}

.mesa-budget-ring-v2::before {
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: #0a4134;
  content: "";
}

.mesa-budget-ring-v2.is-over {
  background: conic-gradient(#e78274 100%, rgba(255, 255, 255, 0.08) 0);
}

.mesa-budget-ring-v2 strong,
.mesa-budget-ring-v2 small {
  position: relative;
  z-index: 1;
}

.mesa-budget-ring-v2 strong {
  margin-top: 16px;
  color: #fff;
  font-size: 1.35rem;
}

.mesa-budget-ring-v2 small {
  align-self: start;
  margin-top: -19px;
  color: #82a095;
  font-size: 0.55rem;
}

.mesa-budget-overview-v2 > div:last-child > small {
  color: #f2bc61;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.mesa-budget-overview-v2 > div:last-child > strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.1rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.mesa-budget-overview-v2 p {
  margin: 9px 0 0;
  color: #89a69b;
  font-size: 0.7rem;
  line-height: 1.45;
}

.mesa-budget-metrics-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.mesa-budget-metrics-v2 > div {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.mesa-budget-metrics-v2 span {
  display: block;
  color: #86a398;
  font-size: 0.61rem;
  font-weight: 800;
}

.mesa-budget-metrics-v2 strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 1.02rem;
}

.mesa-budget-metrics-v2 strong.is-over {
  color: #ffb4aa;
}

.mesa-calculation-note-v2 {
  margin: 14px 0 0;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #79978b;
  font-size: 0.66rem;
  line-height: 1.5;
}

.mesa-week-grid-v2 {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 9px;
  margin-top: 18px;
}

.mesa-day-column-v2 {
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.026);
}

.mesa-day-heading-v2 {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.mesa-day-heading-v2 strong {
  color: #f3c36c;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.mesa-day-heading-v2 span {
  color: #729287;
  font-size: 0.59rem;
  font-weight: 900;
}

.mesa-day-meals-v2 {
  display: grid;
  gap: 7px;
  margin-top: 10px;
}

.mesa-meal-item-v2 {
  position: relative;
  padding: 10px 28px 10px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
}

.mesa-meal-item-v2 small {
  display: block;
  color: #80a196;
  font-size: 0.54rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mesa-meal-item-v2 strong {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: #eaf3ee;
  font-size: 0.68rem;
  line-height: 1.3;
  text-overflow: ellipsis;
}

.mesa-item-delete-v2 {
  position: absolute;
  top: 7px;
  right: 6px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 0;
  border-radius: 7px;
  color: #75958a;
  background: transparent;
  cursor: pointer;
}

.mesa-item-delete-v2:hover {
  color: #ffb0a5;
  background: rgba(191, 76, 63, 0.13);
}

.mesa-day-empty-v2 {
  display: block;
  padding: 10px 2px;
  color: #6f8e83;
  font-size: 0.61rem;
}

.mesa-empty-state-v2 {
  display: grid;
  min-height: 145px;
  place-items: center;
  padding: 24px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  color: #7c9a8f;
  text-align: center;
}

.mesa-week-grid-v2 > .mesa-empty-state-v2 {
  grid-column: 1 / -1;
}

.mesa-empty-state-v2 > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #f2bc61;
  background: rgba(241, 184, 74, 0.09);
}

.mesa-empty-state-v2 strong {
  margin-top: 8px;
  color: #bdd0c7;
  font-size: 0.82rem;
}

.mesa-empty-state-v2 p {
  margin: -1px 0 0;
  font-size: 0.68rem;
}

.mesa-pantry-list-v2,
.mesa-shopping-list-v2 {
  display: grid;
  gap: 9px;
  max-height: 540px;
  margin-top: 18px;
  padding-right: 3px;
  overflow: auto;
}

.mesa-pantry-item-v2,
.mesa-shopping-item-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.mesa-pantry-item-v2 {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.mesa-pantry-item-v2.is-low {
  border-color: rgba(241, 184, 74, 0.19);
  background: rgba(241, 184, 74, 0.045);
}

.mesa-pantry-main-v2,
.mesa-shopping-main-v2 {
  min-width: 0;
}

.mesa-pantry-main-v2 {
  display: flex;
  gap: 10px;
  align-items: center;
}

.mesa-pantry-main-v2 > span {
  display: grid;
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 9px;
  color: #a8cabc;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.72rem;
  font-weight: 950;
}

.mesa-pantry-item-v2.is-low .mesa-pantry-main-v2 > span {
  color: #f5cf88;
  background: rgba(241, 184, 74, 0.1);
}

.mesa-pantry-main-v2 > div {
  min-width: 0;
}

.mesa-pantry-main-v2 strong,
.mesa-shopping-main-v2 strong {
  display: block;
  overflow: hidden;
  color: #ecf4f0;
  font-size: 0.81rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mesa-pantry-main-v2 p,
.mesa-shopping-main-v2 p {
  margin: 4px 0 0;
  overflow: hidden;
  color: #7f9b90;
  font-size: 0.63rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mesa-item-meta-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 6px;
}

.mesa-item-meta-v2 span {
  padding: 4px 7px;
  border-radius: 999px;
  color: #86a499;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.58rem;
  font-weight: 800;
}

.mesa-item-meta-v2 span.is-low,
.mesa-item-meta-v2 span.is-near {
  color: #ffe1a5;
  background: rgba(241, 184, 74, 0.1);
}

.mesa-item-meta-v2 span.is-past {
  color: #ffc0b7;
  background: rgba(191, 76, 63, 0.11);
}

.mesa-item-actions-v2 {
  display: flex;
  gap: 5px;
  align-items: center;
}

.mesa-item-action-v2 {
  min-height: 30px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  color: #a6bdb3;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
  font-size: 0.6rem;
  font-weight: 850;
}

.mesa-item-action-v2:hover {
  border-color: rgba(241, 184, 74, 0.35);
  color: #f4d799;
}

.mesa-item-action-v2.is-delete {
  width: 30px;
  padding: 0;
  font-size: 0.92rem;
}

.mesa-item-action-v2.is-delete:hover {
  border-color: rgba(232, 135, 122, 0.35);
  color: #ffb0a5;
  background: rgba(191, 76, 63, 0.1);
}

.mesa-shopping-item-v2 {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.mesa-shopping-check-v2 {
  position: relative;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(241, 184, 74, 0.26);
  border-radius: 9px;
  color: #f1bf66;
  background: rgba(241, 184, 74, 0.07);
  cursor: pointer;
  font-weight: 950;
}

.mesa-shopping-check-v2 input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.mesa-shopping-check-v2 > span[aria-hidden]::before {
  content: "";
}

.mesa-shopping-check-v2 input:checked + span[aria-hidden]::before {
  content: "✓";
}

.mesa-shopping-check-v2:focus-within {
  outline: 3px solid rgba(241, 184, 74, 0.28);
  outline-offset: 2px;
}

.mesa-shopping-item-v2.is-done {
  opacity: 0.58;
}

.mesa-shopping-item-v2.is-done .mesa-shopping-check-v2 {
  color: var(--mesa-ink);
  background: var(--mesa-gold);
}

.mesa-shopping-item-v2.is-done .mesa-shopping-main-v2 strong {
  text-decoration: line-through;
}

.mesa-shopping-cost-v2 {
  display: block;
  margin: 0 4px 0 0;
  color: #f2c36c;
  font-size: 0.69rem;
  font-weight: 900;
}

.mesa-tools-v2 {
  padding-block: 112px 98px;
}

.mesa-tool-search-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  max-width: 820px;
  min-height: 62px;
  margin-top: 36px;
  padding: 0 17px;
  border: 1px solid var(--mesa-line);
  border-radius: 17px;
  background: #fffdf8;
  box-shadow: 0 15px 38px rgba(32, 53, 44, 0.07);
}

.mesa-tool-search-v2 > span {
  color: var(--mesa-forest);
  font-size: 1.45rem;
  font-weight: 950;
}

.mesa-tool-search-v2 input {
  min-width: 0;
  height: 58px;
  border: 0;
  outline: 0;
  color: var(--mesa-ink);
  background: transparent;
}

.mesa-tool-search-v2 input::placeholder {
  color: #8d958e;
}

.mesa-tool-search-v2 kbd {
  padding: 5px 9px;
  border: 1px solid #ded9ce;
  border-bottom-width: 2px;
  border-radius: 8px;
  color: #7f837e;
  background: #f5f1e8;
  font-size: 0.67rem;
}

.mesa-filter-row-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.mesa-filter-row-v2 button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--mesa-line);
  border-radius: 999px;
  color: #6a766e;
  background: rgba(255, 253, 248, 0.72);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 850;
}

.mesa-filter-row-v2 button:hover,
.mesa-filter-row-v2 button.is-active {
  border-color: rgba(229, 109, 44, 0.48);
  color: #6a3218;
  background: #fff0df;
}

.mesa-result-count-v2 {
  margin: 17px 0 0;
  color: #758078;
  font-size: 0.75rem;
  font-weight: 800;
}

.mesa-tool-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin-top: 24px;
}

.mesa-tool-card-v2 {
  position: relative;
  min-height: 205px;
  padding: 22px;
  border: 1px solid var(--mesa-line);
  border-radius: 20px;
  overflow: hidden;
  color: var(--mesa-ink);
  background: #fffdf8;
  text-decoration: none;
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.mesa-tool-card-v2::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36%;
  height: 5px;
  border-radius: 5px 0 0;
  background: linear-gradient(90deg, var(--mesa-orange), var(--mesa-gold));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 170ms ease;
  content: "";
}

.mesa-tool-card-v2:hover {
  border-color: rgba(11, 95, 69, 0.26);
  box-shadow: 0 19px 43px rgba(32, 53, 44, 0.09);
  transform: translateY(-4px);
}

.mesa-tool-card-v2:hover::after {
  transform: scaleX(1);
}

.mesa-tool-card-v2 > span {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 12px;
  color: var(--mesa-forest);
  background: #eaf4e7;
  font-size: 0.87rem;
  font-weight: 950;
}

.mesa-tool-card-v2 > small {
  color: var(--mesa-orange);
  font-size: 0.6rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.mesa-tool-card-v2 h3 {
  margin: 7px 0 0;
  color: var(--mesa-ink);
  font-size: 1.02rem;
  line-height: 1.22;
}

.mesa-tool-card-v2 p {
  margin: 9px 0 0;
  color: var(--mesa-muted);
  font-size: 0.77rem;
  line-height: 1.48;
}

.mesa-tool-card-v2[hidden] {
  display: none;
}

.mesa-no-results-v2 {
  margin-top: 24px;
  padding: 35px;
  border: 1px dashed #d4cfc2;
  border-radius: 20px;
  text-align: center;
  background: rgba(255, 253, 248, 0.65);
}

.mesa-no-results-v2 strong {
  color: var(--mesa-ink);
}

.mesa-no-results-v2 p {
  margin: 8px 0 17px;
  color: var(--mesa-muted);
}

.mesa-no-results-v2 button {
  min-height: 40px;
  padding: 0 15px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: var(--mesa-forest);
  cursor: pointer;
  font-weight: 850;
}

.mesa-routes-v2 {
  padding-block: 20px 100px;
}

.mesa-route-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.mesa-route-card-v2 {
  display: flex;
  min-height: 395px;
  flex-direction: column;
  padding: 29px;
  border: 1px solid var(--mesa-line);
  border-radius: var(--mesa-radius-lg);
  background: #fffdf8;
  box-shadow: 0 17px 45px rgba(32, 53, 44, 0.055);
}

.mesa-route-waste-v2 {
  border-color: rgba(229, 109, 44, 0.22);
  background: linear-gradient(145deg, #fffdf8, #fff3e5);
}

.mesa-route-top-v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.mesa-route-top-v2 span {
  color: var(--mesa-forest);
  font-size: 0.63rem;
  font-weight: 950;
  letter-spacing: 0.11em;
}

.mesa-route-top-v2 b {
  color: #d6d0c3;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.77rem;
}

.mesa-route-waste-v2 .mesa-route-top-v2 span {
  color: var(--mesa-orange);
}

.mesa-route-card-v2 h3 {
  margin: 24px 0 0;
  color: var(--mesa-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.62rem;
}

.mesa-route-card-v2 ol {
  display: grid;
  gap: 13px;
  margin: 24px 0 30px;
  padding: 0;
  counter-reset: mesa-route;
  list-style: none;
}

.mesa-route-card-v2 li {
  position: relative;
  padding-left: 33px;
  color: var(--mesa-muted);
  font-size: 0.83rem;
  line-height: 1.55;
  counter-increment: mesa-route;
}

.mesa-route-card-v2 li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  color: var(--mesa-forest);
  background: #eaf4e7;
  content: counter(mesa-route);
  font-size: 0.6rem;
  font-weight: 950;
}

.mesa-route-waste-v2 li::before {
  color: var(--mesa-orange);
  background: #ffead8;
}

.mesa-route-card-v2 > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 19px;
  border-top: 1px solid #eee8dc;
  color: var(--mesa-ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.mesa-route-card-v2 > a span {
  color: var(--mesa-orange);
  font-size: 1.1rem;
}

.mesa-safety-banner-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
  padding: 30px 32px;
  border: 1px solid rgba(191, 76, 63, 0.22);
  border-radius: var(--mesa-radius-lg);
  color: #fff;
  background:
    linear-gradient(100deg, rgba(191, 76, 63, 0.14), transparent 45%),
    var(--mesa-forest-dark);
}

.mesa-safety-icon-v2 {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: var(--mesa-danger);
  box-shadow: 0 12px 28px rgba(191, 76, 63, 0.25);
  font-size: 1.3rem;
  font-weight: 950;
}

.mesa-safety-banner-v2 span,
.mesa-free-banner-v2 span {
  color: #ffaaa0;
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.mesa-safety-banner-v2 h2,
.mesa-free-banner-v2 h2 {
  margin: 6px 0 0;
  color: #fff;
  font-size: 1.27rem;
}

.mesa-safety-banner-v2 p {
  margin: 8px 0 0;
  color: #afc4ba;
  font-size: 0.79rem;
  line-height: 1.5;
}

.mesa-safety-banner-v2 > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.mesa-free-banner-v2 {
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 18px;
  padding: 32px;
  border: 1px solid rgba(241, 184, 74, 0.28);
  border-radius: var(--mesa-radius-lg);
  background:
    radial-gradient(circle at 12% 50%, rgba(241, 184, 74, 0.13), transparent 20rem),
    #0a513e;
}

.mesa-free-banner-v2 span {
  color: #f6cf83;
}

.mesa-free-banner-v2 p {
  margin: 0;
  color: #bfd0c8;
  font-size: 0.82rem;
  line-height: 1.55;
}

.mesa-free-banner-v2 > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 12px;
  color: var(--mesa-ink);
  background: var(--mesa-gold);
  font-size: 0.75rem;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.mesa-disclaimer-v2 {
  margin-bottom: 105px;
  padding: 25px 28px;
  border: 1px solid var(--mesa-line);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.66);
}

.mesa-disclaimer-v2 strong {
  display: block;
  color: var(--mesa-ink);
  font-size: 0.87rem;
}

.mesa-disclaimer-v2 p {
  margin: 9px 0 0;
  color: var(--mesa-muted);
  font-size: 0.75rem;
  line-height: 1.55;
}

.mesa-disclaimer-v2 a {
  display: inline-block;
  margin-top: 12px;
  color: var(--mesa-forest);
  font-size: 0.74rem;
  font-weight: 900;
}

html[data-nb-theme="dark"] .mesa-home-v2 {
  --mesa-paper: #13211b;
  --mesa-card: #1b2d25;
  --mesa-line: rgba(255, 255, 255, 0.1);
  --mesa-muted: #99aaa1;
  color: #eef4f0;
  background:
    radial-gradient(circle at 4% 25%, rgba(101, 170, 61, 0.08), transparent 28rem),
    radial-gradient(circle at 96% 58%, rgba(229, 109, 44, 0.07), transparent 31rem),
    #13211b;
}

html[data-nb-theme="dark"] .mesa-home-v2 .site-header {
  background: rgba(19, 33, 27, 0.94);
}

html[data-nb-theme="dark"] .mesa-hero-v2 {
  border-color: rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(circle at 18% 18%, rgba(241, 184, 74, 0.1), transparent 23rem),
    #1b2d25;
}

html[data-nb-theme="dark"] .mesa-hero-copy-v2 h1,
html[data-nb-theme="dark"] .mesa-section-heading-v2 h2,
html[data-nb-theme="dark"] .mesa-situation-card-v2 h3,
html[data-nb-theme="dark"] .mesa-card-link-v2,
html[data-nb-theme="dark"] .mesa-tool-card-v2,
html[data-nb-theme="dark"] .mesa-tool-card-v2 h3,
html[data-nb-theme="dark"] .mesa-route-card-v2 h3,
html[data-nb-theme="dark"] .mesa-route-card-v2 > a,
html[data-nb-theme="dark"] .mesa-disclaimer-v2 strong {
  color: #f1f5f2;
}

html[data-nb-theme="dark"] .mesa-hero-copy-v2 h1 span {
  color: #8bc166;
}

html[data-nb-theme="dark"] .mesa-hero-copy-v2 > p,
html[data-nb-theme="dark"] .mesa-section-heading-v2 > p {
  color: #a0b0a7;
}

html[data-nb-theme="dark"] .mesa-button-secondary-v2 {
  border-color: rgba(255, 255, 255, 0.13);
  color: #edf4ef;
  background: rgba(255, 255, 255, 0.045);
}

html[data-nb-theme="dark"] .mesa-situation-card-v2,
html[data-nb-theme="dark"] .mesa-tool-card-v2,
html[data-nb-theme="dark"] .mesa-route-card-v2 {
  border-color: rgba(255, 255, 255, 0.1);
  background: #1b2d25;
  box-shadow: none;
}

html[data-nb-theme="dark"] .mesa-route-waste-v2 {
  background: linear-gradient(145deg, #1b2d25, #34281e);
}

html[data-nb-theme="dark"] .mesa-situation-card-v2 p,
html[data-nb-theme="dark"] .mesa-tool-card-v2 p,
html[data-nb-theme="dark"] .mesa-route-card-v2 li,
html[data-nb-theme="dark"] .mesa-disclaimer-v2 p {
  color: #9cad9f;
}

html[data-nb-theme="dark"] .mesa-tool-search-v2,
html[data-nb-theme="dark"] .mesa-no-results-v2,
html[data-nb-theme="dark"] .mesa-disclaimer-v2 {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(27, 45, 37, 0.92);
}

html[data-nb-theme="dark"] .mesa-tool-search-v2 input {
  color: #f1f5f2;
}

html[data-nb-theme="dark"] .mesa-tool-search-v2 kbd,
html[data-nb-theme="dark"] .mesa-filter-row-v2 button {
  border-color: rgba(255, 255, 255, 0.11);
  color: #a3b2aa;
  background: rgba(255, 255, 255, 0.04);
}

html[data-nb-theme="dark"] .mesa-filter-row-v2 button:hover,
html[data-nb-theme="dark"] .mesa-filter-row-v2 button.is-active {
  border-color: rgba(229, 109, 44, 0.43);
  color: #ffc59d;
  background: rgba(229, 109, 44, 0.12);
}

html[data-nb-theme="dark"] .mesa-route-card-v2 > a {
  border-top-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1140px) {
  .mesa-hero-v2 {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
  }

  .mesa-hero-copy-v2 {
    padding-inline: 48px;
  }

  .mesa-board-v2 {
    margin-right: 23px;
  }

  .mesa-situation-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mesa-situation-card-v2 {
    min-height: 310px;
  }

  .mesa-tool-grid-v2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mesa-week-grid-v2 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mesa-free-banner-v2 {
    grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.2fr);
  }

  .mesa-free-banner-v2 > a {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 980px) {
  .mesa-hero-v2 {
    grid-template-columns: 1fr;
  }

  .mesa-hero-copy-v2 {
    padding: 66px 46px 38px;
  }

  .mesa-board-v2 {
    margin: 0 24px 24px;
  }

  .mesa-workspace-header-v2 {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .mesa-data-actions-v2 {
    justify-content: flex-start;
  }

  .mesa-workspace-grid-v2 {
    grid-template-columns: 1fr;
  }

  .mesa-week-panel-v2 {
    grid-column: auto;
  }

  .mesa-meal-form-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mesa-meal-form-v2 .mesa-field-grow-v2 {
    grid-column: 1 / -1;
  }

  .mesa-meal-form-v2 .mesa-submit-v2 {
    grid-column: 1 / -1;
  }

  .mesa-tool-grid-v2,
  .mesa-route-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mesa-route-card-v2:last-child {
    grid-column: 1 / -1;
    min-height: 340px;
  }

  .mesa-safety-banner-v2 {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .mesa-safety-banner-v2 > a {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .mesa-hero-v2,
  .mesa-situations-v2,
  .mesa-tools-v2,
  .mesa-routes-v2,
  .mesa-safety-banner-v2,
  .mesa-free-banner-v2,
  .mesa-disclaimer-v2,
  .mesa-workspace-shell-v2 {
    width: min(100% - 24px, 1240px);
  }

  .mesa-hero-v2 {
    min-height: 0;
    margin-top: 12px;
    border-radius: 27px;
  }

  .mesa-hero-copy-v2 {
    padding: 52px 25px 30px;
  }

  .mesa-hero-copy-v2 h1 {
    font-size: clamp(3rem, 13vw, 4.4rem);
  }

  .mesa-hero-copy-v2 > p {
    font-size: 0.96rem;
  }

  .mesa-hero-actions-v2 {
    display: grid;
  }

  .mesa-button-v2,
  .mesa-button-secondary-v2 {
    width: 100%;
  }

  .mesa-trust-list-v2 {
    display: grid;
    gap: 10px;
  }

  .mesa-board-v2 {
    margin: 0 12px 12px;
    padding: 22px;
    border-radius: 23px;
  }

  .mesa-board-top-v2 {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .mesa-status-chip-v2 {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .mesa-board-today-v2 strong,
  .mesa-board-today-v2 small {
    max-width: 90%;
  }

  .mesa-situations-v2,
  .mesa-tools-v2 {
    padding-block: 78px 70px;
  }

  .mesa-section-heading-v2 h2 {
    font-size: clamp(2.25rem, 10.5vw, 3.5rem);
  }

  .mesa-situation-grid-v2,
  .mesa-tool-grid-v2,
  .mesa-route-grid-v2 {
    grid-template-columns: 1fr;
  }

  .mesa-situation-card-v2 {
    min-height: 290px;
  }

  .mesa-workspace-v2 {
    padding-block: 10px;
  }

  .mesa-workspace-shell-v2 {
    padding: 42px 0 52px;
  }

  .mesa-workspace-header-v2,
  .mesa-privacy-note-v2 {
    margin-inline: 0;
    padding-inline: 4px;
  }

  .mesa-privacy-note-v2 {
    padding: 15px;
  }

  .mesa-panel-v2 {
    padding: 22px;
  }

  .mesa-form-v2,
  .mesa-pantry-form-v2,
  .mesa-shopping-form-v2,
  .mesa-meal-form-v2 {
    grid-template-columns: 1fr;
  }

  .mesa-field-wide-v2,
  .mesa-meal-form-v2 .mesa-field-grow-v2,
  .mesa-meal-form-v2 .mesa-submit-v2 {
    grid-column: auto;
  }

  .mesa-form-v2 .mesa-submit-v2,
  .mesa-pantry-form-v2 .mesa-submit-v2,
  .mesa-shopping-form-v2 .mesa-submit-v2 {
    grid-column: auto;
  }

  .mesa-budget-overview-v2 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .mesa-budget-metrics-v2 {
    grid-template-columns: 1fr;
  }

  .mesa-week-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mesa-route-card-v2,
  .mesa-route-card-v2:last-child {
    grid-column: auto;
    min-height: 360px;
  }

  .mesa-safety-banner-v2,
  .mesa-free-banner-v2 {
    grid-template-columns: 1fr;
    padding: 25px;
  }

  .mesa-safety-banner-v2 > a,
  .mesa-free-banner-v2 > a {
    grid-column: auto;
    justify-self: stretch;
  }

  .mesa-disclaimer-v2 {
    margin-bottom: 76px;
  }
}

@media (max-width: 470px) {
  .mesa-board-grid-v2,
  .mesa-week-grid-v2 {
    grid-template-columns: 1fr;
  }

  .mesa-data-actions-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .mesa-data-actions-v2 button:last-child {
    grid-column: 1 / -1;
  }

  .mesa-tool-search-v2 {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .mesa-tool-search-v2 kbd {
    display: none;
  }

  .mesa-pantry-item-v2,
  .mesa-shopping-item-v2 {
    grid-template-columns: 1fr;
  }

  .mesa-shopping-item-v2 {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .mesa-shopping-item-v2 .mesa-item-actions-v2 {
    grid-column: 2;
    justify-self: end;
  }

  .mesa-pantry-item-v2 .mesa-item-actions-v2 {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mesa-home-v2 *,
  .mesa-home-v2 *::before,
  .mesa-home-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
