:root {
  color-scheme: light;
  --bg: #f7f1e8;
  --paper: #fffaf2;
  --paper-2: #fff4df;
  --panel: rgba(255, 250, 242, 0.9);
  --panel-solid: #fffaf2;
  --line: rgba(116, 93, 67, 0.18);
  --line-strong: rgba(116, 93, 67, 0.32);
  --ink: #2e2a24;
  --muted: #746c60;
  --faint: #9b8f7f;
  --accent: #d96b4b;
  --accent-2: #467c78;
  --accent-3: #dfad48;
  --blue: #4b77a8;
  --green: #6f8c62;
  --red: #d85a62;
  --shadow: 0 18px 46px rgba(90, 64, 36, 0.16);
  --radius: 8px;
  --radius-small: 6px;
  --max: 1680px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 1360px;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.78), rgba(247, 241, 232, 0.96)),
    repeating-linear-gradient(90deg, rgba(116, 93, 67, 0.045) 0 1px, transparent 1px 112px),
    repeating-linear-gradient(0deg, rgba(116, 93, 67, 0.035) 0 1px, transparent 1px 112px),
    var(--bg);
  color: var(--ink);
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #eadfce;
}

.page-shell {
  min-height: 100vh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.88);
  backdrop-filter: blur(18px) saturate(1.08);
}

.brand,
.site-header nav,
.hero-actions,
.control-row,
.legend-grid,
.tag-row,
.route-pills,
.plan-actions,
.switch-row {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  color: #25211c;
  font-weight: 830;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid rgba(75, 119, 168, 0.24);
  border-radius: 16px;
  background: #fffaf2;
  box-shadow: 0 12px 28px rgba(75, 119, 168, 0.16);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 3px;
  background: #fffaf2;
}

.brand-title {
  font-size: 16px;
  letter-spacing: 0;
}

.site-header nav {
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  white-space: nowrap;
}

.site-header nav a {
  transition: color 160ms ease, transform 160ms ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--accent);
  transform: translateY(-1px);
}

.hero,
.rule-band,
.section {
  max-width: var(--max);
  margin: 0 auto;
  padding-inline: 24px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(340px, 0.54fr) minmax(820px, 1.46fr);
  gap: 42px;
  align-items: center;
  min-height: 760px;
  padding-top: 30px;
  padding-bottom: 36px;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 9px 13px;
  border: 1px solid rgba(217, 107, 75, 0.32);
  border-radius: 999px;
  background: rgba(255, 239, 211, 0.78);
  color: #8c3f28;
  font-size: 13px;
  font-weight: 780;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  color: #26221c;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-text {
  max-width: 610px;
  margin-bottom: 28px;
  color: #5f564c;
  font-size: 18px;
  line-height: 1.8;
}

.hero-actions {
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
  font-weight: 780;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(217, 107, 75, 0.44);
}

.button.primary {
  border-color: rgba(217, 107, 75, 0.5);
  background: linear-gradient(135deg, #f2c46f, #e87355);
  color: #281b12;
}

.button.ghost {
  background: rgba(255, 250, 242, 0.72);
  color: #4b4036;
}

.button.tiny {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
}

.hero-visual {
  position: relative;
}

.hero-map {
  min-height: 650px;
  box-shadow: var(--shadow);
}

.rule-band {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding-bottom: 32px;
}

.rule-card {
  min-height: 142px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.82);
  box-shadow: 0 12px 30px rgba(90, 64, 36, 0.08);
}

.rule-card span,
.plan-topline span,
.trigger-head span,
.combo-summary span,
.matrix-card span,
.hotel-grid span {
  color: #8b7d6c;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0;
}

.rule-card strong {
  display: block;
  margin: 12px 0 8px;
  color: #2d271f;
  font-size: 18px;
  line-height: 1.25;
}

.rule-card small {
  color: var(--muted);
  line-height: 1.55;
}

.rule-card.risk {
  border-color: rgba(217, 107, 75, 0.34);
  background: rgba(255, 235, 205, 0.82);
}

.section {
  scroll-margin-top: 94px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.rule-band {
  scroll-margin-top: 94px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.section-head h2 {
  margin-bottom: 0;
  color: #28231d;
  font-size: 28px;
  line-height: 1.2;
}

.section-head p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 284px;
  gap: 20px;
}

.map-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 247, 232, 0.96)),
    var(--paper);
  box-shadow: var(--shadow);
}

.map-stage .map-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: fill;
}

.main-map {
  min-height: 740px;
}

.map-side,
.combo-panel,
.hotel-grid article,
.source-grid a {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.88);
  box-shadow: 0 14px 36px rgba(90, 64, 36, 0.11);
}

.map-side {
  padding: 20px;
}

.map-side h3 {
  margin-bottom: 16px;
  font-size: 18px;
}

.legend-grid {
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 18px;
}

.legend-grid span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  color: var(--muted);
  font-size: 12px;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--blue);
}

.dot.typhoon {
  background: var(--red);
}

.dot.rain {
  background: var(--blue);
}

.dot.altitude {
  background: #9667b4;
}

.dot.heat {
  background: var(--accent-3);
}

.dot.coupon {
  background: var(--green);
}

.map-focus {
  min-height: 132px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.46);
  color: var(--muted);
  line-height: 1.7;
}

.map-focus strong,
.map-focus span,
.map-focus small {
  display: block;
}

.map-focus strong {
  color: #2d271f;
  font-size: 18px;
}

.map-focus .button {
  width: max-content;
  margin-top: 6px;
}

.mini-route {
  height: 100%;
  border: 0;
  box-shadow: none;
}

.drawer-route-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.control-row {
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-button,
.food-control,
.select-chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.88);
  color: #4d443a;
}

.filter-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.filter-button b {
  color: var(--faint);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.filter-button:hover,
.filter-button:focus-visible,
.filter-button.active {
  border-color: rgba(217, 107, 75, 0.5);
  background: rgba(255, 233, 202, 0.86);
  color: #2d271f;
  transform: translateY(-1px);
}

.food-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 10px 0 14px;
  white-space: nowrap;
}

.food-control span {
  color: var(--muted);
  font-size: 13px;
}

.food-control select {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffaf2;
  color: #332a22;
  min-height: 30px;
  padding: 0 8px;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.plan-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.92);
  box-shadow: 0 16px 36px rgba(90, 64, 36, 0.1);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.plan-card:hover,
.plan-card.selected,
.plan-card.focused {
  border-color: rgba(217, 107, 75, 0.5);
  box-shadow: 0 22px 46px rgba(90, 64, 36, 0.16);
  transform: translateY(-3px);
}

.plan-card.focused {
  outline: 2px solid rgba(217, 107, 75, 0.34);
  outline-offset: 3px;
}

.poster {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  height: 520px;
  border-bottom: 1px solid var(--line);
}

.poster-gallery {
  display: flex;
  gap: 10px;
  overflow: hidden;
  overflow-y: hidden;
  padding: 14px;
  scroll-snap-type: x mandatory;
}

.poster-gallery figure {
  position: relative;
  flex: 0 0 82%;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-small);
  background: #eadfce;
  scroll-snap-align: start;
}

.poster-gallery figure.route-card-figure {
  flex: 0 0 100%;
  background: #fff7e8;
}

.route-card-link {
  display: block;
  width: 100%;
  height: 100%;
}

.route-card-link:focus-visible {
  outline: 3px solid rgba(75, 119, 168, 0.46);
  outline-offset: -5px;
}

.poster-gallery figure.route-card-figure img {
  object-fit: contain;
  padding: 0;
  background: #fff7e8;
}

.poster-gallery figure.route-card-figure::after {
  display: none;
}

.poster-gallery figure::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  content: "";
  background: linear-gradient(0deg, rgba(45, 32, 21, 0.72), transparent);
}

.poster-gallery figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  max-width: calc(100% - 20px);
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.9);
  color: #342719;
  font-size: 12px;
  font-weight: 780;
}

.generated-route-card {
  width: 100%;
  height: 100%;
}

.plan-body {
  display: grid;
  gap: 12px;
  padding: 17px;
}

.plan-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.plan-topline strong {
  font-variant-numeric: tabular-nums;
}

.plan-topline strong.low,
.matrix-card.low h3 {
  color: #4e7b45;
}

.plan-topline strong.mid,
.matrix-card.mid h3 {
  color: #a1701e;
}

.plan-topline strong.warm,
.matrix-card.warm h3 {
  color: #b85f2d;
}

.plan-topline strong.hot,
.plan-topline strong.high,
.matrix-card.hot h3,
.matrix-card.high h3 {
  color: #b8454e;
}

.plan-card h3 {
  margin: 0;
  color: #29231c;
  font-size: 22px;
  line-height: 1.25;
}

.plan-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.tag-row,
.route-pills,
.plan-actions,
.switch-row {
  flex-wrap: wrap;
  gap: 8px;
}

.tag-row span,
.route-pills span,
.switch-row span {
  display: inline-flex;
  max-width: 100%;
  padding: 6px 8px;
  border: 1px solid rgba(116, 93, 67, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: #6a5f52;
  font-size: 12px;
  line-height: 1.2;
}

.route-pills span {
  color: #805136;
  background: rgba(255, 235, 205, 0.72);
}

.trigger-box {
  display: grid;
  gap: 11px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.42);
}

.trigger-box.compact {
  padding: 12px;
}

.trigger-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  gap: 10px;
  align-items: end;
}

.trigger-head strong {
  display: block;
  margin-top: 4px;
  color: #2d271f;
  font-size: 13px;
  line-height: 1.35;
}

.trigger-head label {
  display: grid;
  gap: 5px;
}

.trigger-head small {
  color: var(--faint);
  font-size: 11px;
}

.trigger-head input {
  width: 100%;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: #fffaf2;
  color: #2d271f;
  padding: 0 8px;
}

.trigger-bars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.trigger-bars span {
  min-height: 34px;
  padding: 7px;
  border-radius: var(--radius-small);
  color: #2b2116;
  font-size: 11px;
  font-weight: 820;
  line-height: 1.25;
}

.trigger-bars .green {
  background: #b8d89f;
}

.trigger-bars .yellow {
  background: #f2cd76;
}

.trigger-bars .red {
  background: #f0a0a4;
}

.status,
.risk-line {
  font-weight: 760;
}

.status.neutral,
.risk-line.neutral {
  color: var(--muted);
}

.status.green,
.risk-line.green {
  color: #4e7b45;
}

.status.yellow,
.risk-line.yellow {
  color: #9a6915;
}

.status.red,
.risk-line.red {
  color: #b8454e;
}

.trigger-help {
  margin: -2px 0 0;
  color: var(--faint);
  font-size: 11px;
  line-height: 1.55;
}

.select-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 740;
}

.select-chip input {
  accent-color: var(--accent);
}

.combo-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.5fr);
  gap: 16px;
  padding: 18px;
}

.combo-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.combo-summary > div,
.combo-summary > strong,
.combo-summary > span {
  min-height: 92px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.44);
}

.combo-summary strong {
  display: block;
  color: #2d271f;
  font-size: 22px;
  line-height: 1.25;
}

.combo-summary > span {
  color: var(--muted);
  line-height: 1.6;
}

.warning-list {
  display: grid;
  gap: 10px;
}

.warning-list p {
  margin: 0;
  padding: 12px 13px;
  border-radius: var(--radius);
  line-height: 1.55;
}

.warning-list .neutral {
  background: rgba(75, 119, 168, 0.1);
  color: #3f648c;
}

.warning-list .yellow {
  background: rgba(223, 173, 72, 0.18);
  color: #856013;
}

.warning-list .red {
  background: rgba(216, 90, 98, 0.15);
  color: #9e3540;
}

.matrix-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.matrix-card {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.9);
  box-shadow: 0 12px 28px rgba(90, 64, 36, 0.08);
}

.matrix-card::before {
  position: absolute;
  inset: auto 0 0;
  height: var(--heat);
  content: "";
  background: linear-gradient(0deg, rgba(232, 149, 92, 0.2), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.matrix-card h3,
.matrix-card p,
.matrix-card span,
.matrix-card .heatbar {
  position: relative;
  z-index: 1;
}

.matrix-card h3 {
  margin: 9px 0;
  font-size: 16px;
  line-height: 1.35;
}

.matrix-card p {
  margin-bottom: 12px;
  color: #2d271f;
  font-variant-numeric: tabular-nums;
}

.heatbar {
  height: 7px;
  border-radius: 999px;
  background: rgba(116, 93, 67, 0.11);
}

.heatbar i {
  display: block;
  width: var(--heat);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8fb873, #e0b654, #d85a62);
}

.hotel-grid,
.source-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hotel-grid article,
.source-grid a {
  min-height: 152px;
  padding: 18px;
  transition: transform 160ms ease, border-color 160ms ease;
}

.hotel-grid article:hover,
.source-grid a:hover,
.source-grid a:focus-visible {
  border-color: rgba(217, 107, 75, 0.42);
  transform: translateY(-2px);
}

.hotel-grid h3,
.source-grid strong {
  display: block;
  margin: 10px 0 8px;
  color: #2d271f;
  font-size: 17px;
  line-height: 1.35;
}

.hotel-grid p,
.source-grid span {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.selection-dock {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 35;
  display: grid;
  gap: 4px;
  width: 210px;
  padding: 16px;
  border: 1px solid rgba(217, 107, 75, 0.34);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.92);
  box-shadow: var(--shadow);
}

.selection-dock[hidden] {
  display: none !important;
}

.selection-dock strong {
  color: #8b3e2a;
}

.selection-dock span,
.selection-dock small {
  color: var(--muted);
}

.selection-dock b {
  color: #2d271f;
  font-size: 24px;
  font-variant-numeric: tabular-nums;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(43, 34, 23, 0.22);
  backdrop-filter: blur(4px);
}

.detail-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 60;
  width: min(1180px, 86vw);
  height: 100vh;
  overflow-y: auto;
  padding: 32px;
  border-left: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.97);
  box-shadow: -24px 0 72px rgba(90, 64, 36, 0.22);
  transform: translateX(104%);
  transition: transform 220ms ease;
}

.detail-drawer[aria-hidden="false"] {
  transform: translateX(0);
}

.drawer-open {
  overflow: hidden;
}

.drawer-close {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffaf2;
  color: #2d271f;
  font-size: 22px;
}

.drawer-hero {
  margin: 12px 0 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 231, 195, 0.84), rgba(255, 250, 242, 0.92));
}

.drawer-hero span {
  color: #8b3e2a;
  font-weight: 820;
}

.drawer-hero h2 {
  margin: 8px 0 10px;
  color: #2d271f;
  font-size: 34px;
}

.drawer-hero p {
  margin-bottom: 0;
  color: var(--muted);
}

.drawer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.drawer-block {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.5);
}

.drawer-block.wide {
  grid-column: 1 / -1;
}

.drawer-block h3 {
  margin: 0 0 10px;
  color: #2d271f;
}

.drawer-block p,
.drawer-block li {
  color: var(--muted);
  line-height: 1.7;
}

.drawer-block ul {
  margin: 0;
  padding-left: 18px;
}

.drawer-map {
  position: relative;
  overflow: hidden;
  height: 640px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff7e8;
}

.drawer-photo-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.drawer-photo-strip figure {
  position: relative;
  flex: 0 0 320px;
  height: 210px;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #eadfce;
}

.drawer-photo-strip figure::after {
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  content: "";
  background: linear-gradient(0deg, rgba(45, 32, 21, 0.68), transparent);
}

.drawer-photo-strip figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.92);
  color: #342719;
  font-size: 12px;
  font-weight: 780;
}

.budget-bars {
  display: grid;
  gap: 11px;
}

.budget-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 156px;
  gap: 10px;
  align-items: center;
}

.budget-row span {
  color: var(--muted);
  font-size: 13px;
}

.budget-row i {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8fb873, #e0b654);
}

.budget-row strong {
  color: #2d271f;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.gate-list {
  display: grid;
  gap: 9px;
}

.gate-list label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #4d443a;
}

.gate-list input {
  accent-color: var(--red);
}

.gate-result {
  margin-top: 12px;
  margin-bottom: 0;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: rgba(216, 90, 98, 0.12);
  color: #9e3540 !important;
}
