:root {
  --lake: #087e8b;
  --lake-deep: #07505d;
  --sky: #2e9ec4;
  --grass: #3a8d5d;
  --sun: #f2c14e;
  --capfun: #d8242f;
  --bg: #f3f8f4;
  --surface: #ffffff;
  --surface-soft: #eaf4ef;
  --line: #c9ddd3;
  --ink: #17343a;
  --muted: #60777b;
  --on-dark: #f7fbf7;
  --shadow: 0 8px 24px rgba(7, 80, 93, .13);
  --radius: 8px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #10282d;
    --surface: #17363c;
    --surface-soft: #1d4445;
    --line: #315a58;
    --ink: #f1f7f2;
    --muted: #abc1bb;
    --lake: #25a4b2;
    --lake-deep: #082f38;
    --grass: #65ad78;
    --sun: #f2c14e;
    --shadow: 0 8px 24px rgba(0, 0, 0, .3);
  }
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html, body { margin: 0; min-height: 100%; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.45;
  padding-bottom: calc(64px + env(safe-area-inset-bottom));
}
body.locked { padding-bottom: 0; overflow: hidden; }
button, input, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; }
h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 15px; }
.num { font-variant-numeric: tabular-nums; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.eyebrow {
  margin: 0 0 4px;
  color: var(--capfun);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 15px;
  border: 0;
  border-radius: 999px;
  background: var(--lake);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.btn.secondary { background: var(--grass); }
.btn.ghost {
  background: transparent;
  color: var(--lake-deep);
  border: 1.5px solid currentColor;
}
.btn.small { min-height: 36px; padding: 7px 11px; font-size: 11.5px; }
.icon-btn { width: 44px; padding: 0; font-size: 22px; flex: 0 0 44px; }

.gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    linear-gradient(rgba(7, 80, 93, .34), rgba(7, 80, 93, .78)),
    url("../assets/images/wasserpark.webp") center / cover no-repeat;
}
.gate-card {
  width: min(370px, 100%);
  padding: 24px 20px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: var(--radius);
  background: rgba(255,255,255,.94);
  color: #17343a;
  box-shadow: 0 18px 46px rgba(4, 48, 56, .32);
  text-align: center;
  backdrop-filter: blur(10px);
}
.gate-brand { width: 150px; max-height: 68px; object-fit: contain; margin-bottom: 12px; }
.gate-card h1 { margin-bottom: 5px; font-size: 28px; }
.gate-card > p:not(.eyebrow) { color: #60777b; margin: 5px 0 14px; }
.gate-card input {
  width: 100%;
  min-height: 48px;
  margin: 4px 0 12px;
  padding: 10px 16px;
  border: 1px solid #c9ddd3;
  border-radius: 999px;
  background: #f3f8f4;
  color: #17343a;
  font-size: 20px;
  letter-spacing: .2em;
  text-align: center;
}
.gate-card small { display: block; min-height: 18px; margin-top: 7px; color: var(--capfun); }

.app-head {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 82px;
  padding: calc(12px + env(safe-area-inset-top)) 16px 12px;
  background: linear-gradient(130deg, var(--lake-deep), var(--lake) 62%, var(--grass));
  color: var(--on-dark);
  box-shadow: 0 2px 14px rgba(7,80,93,.2);
}
.brand-lockup { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand-logo {
  width: 86px;
  height: 38px;
  object-fit: contain;
  object-position: left center;
  flex: 0 0 86px;
}
.brand-lockup h1 {
  margin: 0;
  font-size: 16px;
  line-height: 1.12;
  white-space: nowrap;
}
.brand-lockup small { display: block; margin-top: 2px; color: rgba(247,251,247,.76); font-size: 10px; }
.day-chip {
  flex: none;
  padding: 6px 10px;
  border: 1px solid rgba(242,193,78,.7);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.screen { display: none; max-width: 700px; margin: 0 auto; padding: 16px 15px 28px; }
.screen.active { display: block; }
.section-title { display: flex; align-items: center; gap: 10px; margin: 18px 0 10px; }
.section-title span { font-size: 18px; font-weight: 850; }
.section-title span::before { content: ""; display: inline-block; width: 8px; height: 18px; margin-right: 8px; border-radius: 2px; background: var(--sun); vertical-align: -3px; }
.section-title i { flex: 1; border-top: 1px solid var(--line); }
.section-intro, .source-note, .map-note { color: var(--muted); font-size: 12px; }

.today-hero {
  position: relative;
  min-height: 245px;
  margin: 0 -15px 14px;
  padding: 26px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: var(--lake-deep) center / cover no-repeat;
  color: #fff;
}
.today-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,45,55,.06), rgba(5,45,55,.84)); }
.today-hero > * { position: relative; z-index: 1; }
.today-hero .eyebrow { color: #ffe38d; }
.today-hero h2 { margin-bottom: 5px; font-size: 27px; }
.today-hero p:not(.eyebrow) { max-width: 560px; margin-bottom: 0; color: rgba(255,255,255,.9); font-size: 14px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.today-hero .btn.ghost { color: #fff; border-color: rgba(255,255,255,.8); }

.booking-panel {
  margin: 14px 0 4px;
  padding: 14px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--grass);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 4px 14px rgba(7,80,93,.06);
}
.booking-status { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; }
.booking-status > span { width: 32px; height: 32px; display: grid; place-items: center; flex: none; border-radius: 50%; background: var(--grass); color: #fff; font-weight: 900; }
.booking-status b, .booking-status small { display: block; }
.booking-status small { margin-top: 1px; color: var(--muted); font-size: 10px; }
.booking-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.booking-facts div { min-width: 0; padding-top: 8px; border-top: 1px dotted var(--line); }
.booking-facts small, .booking-facts b { display: block; }
.booking-facts small { color: var(--muted); font-size: 9.5px; }
.booking-facts b { margin-top: 2px; font-size: 11.5px; overflow-wrap: anywhere; }
.booking-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }

.quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quick-card {
  min-height: 112px;
  padding: 13px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}
.quick-card > span { font-size: 25px; line-height: 1; }
.quick-card b { margin-top: 9px; font-size: 13px; }
.quick-card small { margin-top: 2px; color: var(--muted); font-size: 10px; }

.route-summary {
  padding: 18px;
  border-radius: var(--radius);
  background: var(--lake-deep);
  color: #fff;
  box-shadow: var(--shadow);
}
.route-summary .eyebrow { color: #ffe38d; }
.route-summary h2 { margin-bottom: 5px; font-size: 24px; }
.route-summary > p:not(.eyebrow) { margin-bottom: 14px; color: rgba(255,255,255,.78); font-size: 12.5px; }
.route-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.route-options > div { min-height: 83px; padding: 10px; border: 1px solid rgba(255,255,255,.17); border-radius: 7px; background: rgba(255,255,255,.08); }
.route-options > div.recommended { border-color: rgba(242,193,78,.8); }
.route-options span, .route-options strong, .route-options small { display: block; }
.route-options span { color: rgba(255,255,255,.7); font-size: 9.5px; font-weight: 800; text-transform: uppercase; }
.route-options strong { margin: 3px 0; font-size: 20px; }
.route-options small { color: rgba(255,255,255,.68); font-size: 9.5px; }
.route-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
.route-summary .btn.ghost { color: #fff; border-color: rgba(255,255,255,.65); }

.route-stops { position: relative; }
.route-stops::before { content: ""; position: absolute; top: 21px; bottom: 21px; left: 19px; width: 2px; background: var(--line); }
.route-stop { position: relative; display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 11px; padding: 8px 0 16px; }
.stop-number { z-index: 1; width: 40px; height: 40px; display: grid; place-items: center; border: 3px solid var(--bg); border-radius: 50%; background: var(--sun); color: #40310c; font-size: 12px; font-weight: 900; }
.route-stop.destination .stop-number { background: var(--grass); color: #fff; }
.route-stop .eyebrow { margin-top: 1px; color: var(--lake); font-size: 9px; }
.route-stop h3 { margin: 1px 0 2px; font-size: 16px; }
.route-stop p:not(.eyebrow) { margin-bottom: 5px; color: var(--muted); font-size: 12px; }
.route-stop a { color: var(--lake); font-size: 11px; font-weight: 800; text-decoration: none; }

.day-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 13px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.day-card:last-child { border-bottom: 0; }
.day-card img {
  width: 96px;
  height: 94px;
  object-fit: cover;
  border-radius: var(--radius);
}
.day-card-top { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.date-label { font-size: 11px; font-weight: 850; }
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--grass);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tag.travel { color: var(--lake); }
.tag.highlight { color: var(--capfun); }
.day-card h3 { margin: 4px 0 2px; font-size: 16px; }
.day-card p { margin-bottom: 4px; color: var(--muted); font-size: 12.5px; }
.day-meta { color: var(--muted); font-size: 10.5px; }
.day-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; }

#map { height: 54vh; min-height: 390px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.leaflet-popup-content-wrapper, .leaflet-popup-tip { background: var(--surface); color: var(--ink); }

.filter-row { display: flex; gap: 7px; margin: 0 -15px 14px; padding: 0 15px 3px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.filter-row::-webkit-scrollbar { display: none; }
.filter-chip { min-height: 38px; flex: none; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--muted); font-size: 11px; font-weight: 800; cursor: pointer; }
.filter-chip.on { border-color: var(--lake); background: var(--lake); color: #fff; }

.activity-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
.activity-card {
  min-height: 150px;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 4px 14px rgba(7,80,93,.06);
}
.activity-image { width: 118px; height: 100%; min-height: 150px; object-fit: cover; }
.activity-image.icon-only { display: grid; place-items: center; background: var(--surface-soft); color: var(--lake); font-size: 44px; }
.activity-copy { min-width: 0; padding: 12px; display: flex; flex-direction: column; }
.activity-title { display: flex; align-items: center; gap: 7px; }
.activity-title > span { font-size: 18px; line-height: 1; }
.activity-card h3 { margin: 0; font-size: 14px; }
.activity-card p { flex: 1; margin: 5px 0 8px; color: var(--muted); font-size: 11.5px; }
.activity-meta { margin-bottom: 8px; color: var(--grass); font-size: 10.5px; font-weight: 800; }
.activity-links { display: flex; flex-wrap: wrap; gap: 6px; }
.activity-links a,
.activity-details {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface-soft);
  color: var(--lake-deep);
  font-size: 9.5px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.activity-details {
  font-family: inherit;
  color: var(--capfun);
}
.activity-dialog {
  width: min(92vw, 500px);
  max-height: min(86vh, 680px);
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(7, 42, 48, .26);
}
.activity-dialog::backdrop { background: rgba(7, 42, 48, .48); }
.activity-dialog-shell {
  position: relative;
  max-height: min(86vh, 680px);
  overflow: auto;
  padding: 18px;
  background: var(--surface);
}
.dialog-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.detail-hero { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 12px; align-items: center; padding-right: 34px; }
.detail-hero img { width: 110px; height: 88px; object-fit: cover; border-radius: 8px; }
.detail-hero h2 { margin: 5px 0 0; font-size: 21px; line-height: 1.12; }
.detail-lead { margin: 16px 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.detail-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 16px; }
.detail-facts div { padding: 9px; border-radius: 7px; background: var(--surface-soft); }
.detail-facts dt { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.detail-facts dd { margin: 4px 0 0; font-size: 11px; font-weight: 750; line-height: 1.35; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.detail-actions .btn { text-decoration: none; }
.source-note { line-height: 1.45; }

.idea-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.idea-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.idea-card img { width: 100%; aspect-ratio: 16 / 9; display: block; object-fit: cover; }
.idea-card > div { padding: 11px; }
.idea-card h3 { margin: 6px 0 3px; }
.idea-card p { margin-bottom: 6px; color: var(--muted); font-size: 11px; }
.idea-card small { color: var(--grass); font-size: 9.5px; font-weight: 750; }

.list-panel {
  padding: 5px 13px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}
.list-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 0 3px; }
.list-title h3 { margin: 0; }
.list-title small { color: var(--muted); font-size: 10.5px; }
.todo-item { display: flex; align-items: center; gap: 10px; min-height: 45px; border-bottom: 1px dotted var(--line); }
.todo-item:last-of-type { border-bottom: 0; }
.todo-item input[type="checkbox"] { width: 24px; height: 24px; flex: none; accent-color: var(--grass); }
.todo-item label { flex: 1; font-size: 13px; }
.todo-item.done label { color: var(--muted); text-decoration: line-through; }
.addrow { display: grid; grid-template-columns: minmax(0, 1fr) 44px; gap: 8px; margin-top: 10px; }
.addrow input, input, select {
  min-width: 0;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface);
  color: var(--ink);
}
.kids-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.kids-grid .list-panel { padding-left: 10px; padding-right: 10px; }
.kids-grid .todo-item label { font-size: 11.5px; }
.kids-grid .addrow { grid-template-columns: 1fr; }
.kids-grid .addrow .btn { width: 100%; }

.finance-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-bottom: 18px; }
.summary-cell { min-height: 100px; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.summary-cell.primary { background: var(--lake-deep); color: #fff; border-color: var(--lake-deep); }
.summary-cell small { display: block; color: var(--muted); font-size: 10.5px; }
.summary-cell.primary small { color: rgba(255,255,255,.72); }
.summary-cell strong { display: block; margin: 5px 0 1px; font-size: 22px; }
.summary-cell span { display: block; color: var(--muted); font-size: 10.5px; }
.summary-cell.primary span { color: rgba(255,255,255,.72); }

.finance-section { margin: 0 -15px; padding: 18px 15px; border-top: 1px solid var(--line); background: var(--surface); }
.finance-section + .finance-section { margin-top: 12px; }
.finance-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.finance-heading h2 { margin: 0; }
.finance-heading > strong { color: var(--lake); font-size: 18px; white-space: nowrap; }
.cost-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); -webkit-overflow-scrolling: touch; }
.cost-table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 12px; }
.cost-table th, .cost-table td { padding: 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.cost-table th { background: var(--lake-deep); color: #fff; font-size: 10px; text-transform: uppercase; }
.cost-table th:last-child, .cost-table td:last-child { text-align: right; white-space: nowrap; font-weight: 850; }
.cost-table tr:last-child td { border-bottom: 0; }
.field-label { display: block; margin: 10px 0 5px; color: var(--muted); font-size: 11px; font-weight: 750; }
#expense-date { width: 100%; }
.expense-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.expense-fields input, .expense-fields select { width: 100%; }
.add-expense-row { display: flex; gap: 8px; }
.add-expense-row input { flex: 1; }
.expense-list { margin-top: 13px; }
.expense-item { display: grid; grid-template-columns: minmax(0, 1fr) auto 38px; align-items: center; gap: 9px; min-height: 48px; border-top: 1px dotted var(--line); }
.expense-item b { display: block; font-size: 12.5px; }
.expense-item small { color: var(--muted); font-size: 10.5px; }
.expense-item .amount { font-size: 13px; font-weight: 850; white-space: nowrap; }
.delete-expense { width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--surface-soft); color: var(--capfun); font-size: 19px; cursor: pointer; }
.empty-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; }
.limit-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.limit-row h2 { margin-bottom: 3px; }
.limit-row small { display: block; color: var(--muted); font-size: 10.5px; }
.limit-input { display: flex; align-items: center; width: 116px; border: 1px solid var(--line); border-radius: 7px; background: var(--bg); }
.limit-input input { width: 82px; border: 0; background: transparent; text-align: right; }
.limit-input span { padding-right: 10px; color: var(--muted); }
.progress { height: 8px; margin-top: 14px; overflow: hidden; border-radius: 999px; background: var(--line); }
.progress i { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--grass); transition: width .25s ease; }
.limit-note { margin: 6px 0 0; color: var(--muted); font-size: 11px; }
.history-row { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; align-items: center; gap: 9px; min-height: 39px; border-bottom: 1px dotted var(--line); font-size: 12px; }
.history-row:last-child { border-bottom: 0; }
.history-row .bar { height: 6px; overflow: hidden; border-radius: 999px; background: var(--surface-soft); }
.history-row .bar i { display: block; height: 100%; border-radius: inherit; background: var(--sky); }
.history-row strong { white-space: nowrap; }

.tabbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: flex;
  min-height: 58px;
  padding-bottom: env(safe-area-inset-bottom);
  border-top: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  backdrop-filter: blur(12px);
}
.tabbar button {
  flex: 1 1 0;
  min-width: 0;
  min-height: 58px;
  padding: 6px 1px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 8.5px;
  white-space: nowrap;
  cursor: pointer;
}
.tabbar button.on { color: var(--capfun); font-weight: 850; }
.tab-icon { font-size: 17px; line-height: 1; }

@media (min-width: 680px) {
  .today-hero { margin-left: 0; margin-right: 0; border-radius: var(--radius); }
  .finance-section { margin-left: 0; margin-right: 0; border: 1px solid var(--line); border-radius: var(--radius); }
}

@media (max-width: 520px) {
  .kids-grid { grid-template-columns: 1fr; }
  .kids-grid .addrow { grid-template-columns: minmax(0, 1fr) 44px; }
  .kids-grid .addrow .btn { width: auto; }
  .idea-grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .app-head { padding-left: 11px; padding-right: 11px; }
  .brand-logo { width: 70px; flex-basis: 70px; }
  .brand-lockup h1 { font-size: 14px; }
  .brand-lockup small { font-size: 9px; }
  .day-chip { padding-left: 8px; padding-right: 8px; font-size: 9.5px; }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-card { grid-template-columns: 102px minmax(0, 1fr); }
  .activity-image { width: 102px; }
  .day-card { grid-template-columns: 82px minmax(0, 1fr); }
  .day-card img { width: 82px; height: 88px; }
  .expense-fields { grid-template-columns: 1fr; }
  .finance-summary { grid-template-columns: 1fr 1fr; }
  .summary-cell { min-height: 92px; }
  .summary-cell strong { font-size: 19px; }
}
