:root {
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #2c2722;
  background: #f2e7c9;
  font-synthesis: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

html,
body,
#root {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body {
  --watch-marker-scale: 0.66;
  --watch-cluster-scale: 0.72;
}

body[data-app-zoom="5"] {
  --watch-marker-scale: 0.74;
  --watch-cluster-scale: 0.78;
}

body[data-app-zoom="4"] {
  --watch-marker-scale: 0.84;
  --watch-cluster-scale: 0.86;
}

body[data-app-zoom="3"] {
  --watch-marker-scale: 0.92;
  --watch-cluster-scale: 0.94;
}

body[data-app-zoom="2"],
body[data-app-zoom="1"] {
  --watch-marker-scale: 1;
  --watch-cluster-scale: 1;
}

button {
  font: inherit;
}

.app-shell {
  position: relative;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  background: #f2e7c9;
}

.map-stage,
.map-container {
  position: absolute;
  inset: 0;
}

.maplibregl-map {
  font: inherit;
}

.maplibregl-ctrl-attrib.maplibregl-compact {
  width: 30px !important;
  min-width: 30px;
  max-width: 30px;
  height: 30px !important;
  min-height: 30px;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0.18;
  transition: opacity 140ms ease;
}

.maplibregl-ctrl-attrib.maplibregl-compact:hover {
  opacity: 0.42;
}

.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner {
  display: none;
}

.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 250, 240, 0.18);
  opacity: 0.42;
}

.map-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 252, 227, 0.3), transparent 34%),
    radial-gradient(circle at 78% 76%, rgba(126, 108, 68, 0.12), transparent 38%),
    repeating-linear-gradient(45deg, rgba(117, 94, 63, 0.018) 0 1px, transparent 1px 7px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(117, 94, 63, 0.08));
  mix-blend-mode: soft-light;
  opacity: 0.92;
}

.top-chrome {
  position: absolute;
  z-index: 42;
  top: max(14px, env(safe-area-inset-top));
  left: 14px;
  right: 14px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}

.icon-button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(87, 77, 67, 0.2);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #322d28;
  background: rgba(255, 251, 242, 0.92);
  box-shadow: 0 10px 28px rgba(70, 55, 35, 0.14);
  backdrop-filter: blur(14px);
  pointer-events: auto;
  font-size: 20px;
  line-height: 1;
}

.icon-button.dark {
  background: #332d27;
  color: #fffaf0;
  box-shadow: none;
}

.menu-attention-button {
  animation: menu-button-pulse 5s ease-in-out infinite;
}

@keyframes menu-button-pulse {
  0%,
  72%,
  100% {
    transform: scale(1);
    box-shadow: 0 10px 28px rgba(70, 55, 35, 0.14);
  }

  80% {
    transform: scale(1.075);
    box-shadow:
      0 10px 28px rgba(70, 55, 35, 0.14),
      0 0 0 0 rgba(156, 61, 53, 0.32);
  }

  90% {
    transform: scale(1);
    box-shadow:
      0 10px 28px rgba(70, 55, 35, 0.14),
      0 0 0 10px rgba(156, 61, 53, 0);
  }
}

.combo-button-icon {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  justify-items: center;
  width: 32px;
  height: 22px;
  line-height: 1;
  font-size: 15px;
}

.combo-button-icon span:last-child {
  margin-left: -5px;
  font-size: 21px;
}

.scoreboard-button-icon {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 30px;
  height: 22px;
  overflow: hidden;
  border: 2px solid currentColor;
  border-radius: 5px;
  color: #322d28;
  background: rgba(255, 250, 240, 0.68);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.scoreboard-button-icon::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 50%;
  width: 2px;
  background: currentColor;
  transform: translateX(-50%);
  opacity: 0.72;
}

.scoreboard-button-icon span {
  display: grid;
  place-items: center;
  padding-top: 1px;
  animation: scoreboard-number-alert 10s steps(1, end) infinite;
}

@keyframes scoreboard-number-alert {
  0%,
  49.999% {
    color: #322d28;
  }

  50%,
  100% {
    color: #b84338;
  }
}

.brand-lockup {
  height: 50px;
  min-width: 0;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(87, 77, 67, 0.18);
  border-radius: 8px;
  background: rgba(255, 251, 242, 0.94);
  box-shadow: 0 12px 30px rgba(70, 55, 35, 0.14);
  backdrop-filter: blur(16px);
}

.brand-lockup span {
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  color: #9c3d35;
}

.brand-lockup strong {
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.05;
  font-weight: 850;
  white-space: nowrap;
}

.toggle-dock {
  position: absolute;
  z-index: 42;
  top: max(78px, calc(env(safe-area-inset-top) + 78px));
  left: 50%;
  transform: translateX(-50%);
  width: min(362px, calc(100vw - 28px));
}

.layer-toggle-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(87, 77, 67, 0.16);
  border-radius: 8px;
  background: rgba(255, 251, 242, 0.92);
  box-shadow: 0 12px 30px rgba(70, 55, 35, 0.13);
  backdrop-filter: blur(14px);
}

.layer-toggle {
  height: 34px;
  min-width: 0;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #5c5147;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}

.layer-toggle.active {
  background: #2f786f;
  color: #fffaf0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.16);
}

.map-tools {
  position: absolute;
  z-index: 44;
  right: 14px;
  bottom: max(18px, env(safe-area-inset-bottom));
  display: grid;
  gap: 6px;
}

.map-tools button {
  min-width: 42px;
  height: 38px;
  border: 1px solid rgba(87, 77, 67, 0.18);
  border-radius: 8px;
  background: rgba(255, 251, 242, 0.93);
  color: #322d28;
  font-size: 18px;
  font-weight: 850;
  box-shadow: 0 9px 24px rgba(70, 55, 35, 0.13);
  backdrop-filter: blur(14px);
}

.map-tools .map-reset-button {
  font-size: 17px;
}

.watch-marker-anchor {
  z-index: 20;
  width: 38px;
  height: 48px;
}

.watch-marker-anchor.cluster-hidden {
  display: none;
}

.watch-cluster-anchor {
  z-index: 22;
  width: 42px;
  height: 42px;
}

.watch-cluster-marker {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 253, 247, 0.95);
  border-radius: 999px;
  background: #2f2924;
  color: #fffdf7;
  box-shadow: 0 10px 18px rgba(47, 39, 31, 0.28);
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transform: scale(var(--watch-cluster-scale));
  transition: transform 140ms ease;
}

.watch-marker {
  width: 38px;
  height: 48px;
  padding: 7px 0 0;
  border: 0;
  display: grid;
  justify-items: center;
  align-items: start;
  color: #fffdf7;
  clip-path: path("M19 0C8.5 0 0 8.5 0 19c0 12.8 15.8 27.2 18.2 29.3a1.2 1.2 0 0 0 1.6 0C22.2 46.2 38 31.8 38 19C38 8.5 29.5 0 19 0Z");
  filter: drop-shadow(0 9px 8px rgba(47, 39, 31, 0.34));
  transform-origin: center bottom;
  transform: scale(var(--watch-marker-scale));
  cursor: pointer;
  transition:
    filter 140ms ease,
    transform 140ms ease;
}

.watch-marker span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  font-size: 18px;
  line-height: 1;
}

.watch-marker .bar-marker-glyph svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.watch-marker.event {
  background: #b84338;
  transform: scale(calc(var(--watch-marker-scale) * 1.08));
}

.watch-marker.flagship,
.watch-marker.culture {
  width: 36px;
  height: 36px;
  margin-top: 14px;
  padding: 0;
  align-items: center;
  border-radius: 999px;
  background: #8a6426;
  clip-path: none;
  transform: scale(calc(var(--watch-marker-scale) * 0.98));
}

.watch-marker.selected {
  filter:
    drop-shadow(0 0 0 rgba(255, 250, 240, 0.95))
    drop-shadow(0 0 4px rgba(255, 250, 240, 0.95))
    drop-shadow(0 11px 10px rgba(47, 39, 31, 0.4));
  transform: scale(calc(var(--watch-marker-scale) * 1.13));
}

.watch-marker.event.selected {
  transform: scale(calc(var(--watch-marker-scale) * 1.22));
}

.watch-marker.flagship.selected,
.watch-marker.culture.selected {
  transform: scale(calc(var(--watch-marker-scale) * 1.1));
}

.user-location-marker-anchor {
  z-index: 43;
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.user-location-pulse {
  position: absolute;
  inset: 4px;
  border-radius: 999px;
  background: rgba(255, 250, 232, 0.38);
  box-shadow: 0 0 0 0 rgba(255, 250, 232, 0.58);
  animation: user-location-pulse 2.4s ease-out infinite;
}

.user-location-star {
  position: relative;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: #fff7df;
  font-size: 25px;
  line-height: 1;
  text-shadow:
    0 1px 0 rgba(82, 65, 45, 0.68),
    0 2px 7px rgba(47, 39, 31, 0.4);
  filter: drop-shadow(0 4px 5px rgba(47, 39, 31, 0.28));
}

@keyframes user-location-pulse {
  0% {
    transform: scale(0.74);
    opacity: 0.82;
    box-shadow: 0 0 0 0 rgba(255, 250, 232, 0.5);
  }

  72%,
  100% {
    transform: scale(1.42);
    opacity: 0;
    box-shadow: 0 0 0 9px rgba(255, 250, 232, 0);
  }
}

.location-popup .maplibregl-popup-content {
  padding: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

.maplibregl-popup.location-popup {
  z-index: 45;
}

.location-popup.maplibregl-popup-anchor-left .maplibregl-popup-tip {
  border-right-color: #fffaf0;
}

.location-popup.maplibregl-popup-anchor-right .maplibregl-popup-tip {
  border-left-color: #fffaf0;
}

.location-popup.maplibregl-popup-anchor-top .maplibregl-popup-tip,
.location-popup.maplibregl-popup-anchor-top-left .maplibregl-popup-tip,
.location-popup.maplibregl-popup-anchor-top-right .maplibregl-popup-tip {
  border-bottom-color: #fffaf0;
}

.location-popup.maplibregl-popup-anchor-bottom .maplibregl-popup-tip,
.location-popup.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip,
.location-popup.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip {
  border-top-color: #fffaf0;
}

.location-popup-card {
  position: relative;
  width: min(270px, calc(100vw - 36px));
  padding: 13px 14px;
  border: 1px solid rgba(87, 77, 67, 0.18);
  border-radius: 8px;
  background: #fffaf0;
  box-shadow: 0 18px 38px rgba(49, 39, 28, 0.22);
}

.location-popup-card h2 {
  margin: 8px 58px 6px 0;
  color: #2d2925;
  font-size: 16px;
  line-height: 1.08;
}

.location-popup-card p {
  margin: 0;
  color: #5d5348;
  font-size: 12px;
  line-height: 1.28;
}

.popup-close,
.popup-star {
  position: absolute;
  top: 10px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: #eee4d5;
  color: #332d27;
  cursor: pointer;
}

.popup-close {
  right: 10px;
  font-size: 22px;
  line-height: 1;
}

.popup-star {
  right: 48px;
  color: #8a8177;
  font-size: 24px;
  line-height: 1;
  padding: 1px 0 0 1px;
}

.popup-star svg {
  transform: translate(0.5px, 0.5px);
}

.popup-star.active {
  color: #24211e;
}

.popup-close:focus-visible,
.popup-star:focus-visible {
  outline: 2px solid rgba(156, 61, 53, 0.45);
  outline-offset: -2px;
}

.category-pill {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 6px;
  color: #fffaf0;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
}

.category-pill.event,
.dot.event {
  background: #b84338;
}

.category-pill.flagship,
.dot.flagship {
  background: #2f786f;
}

.category-pill.bar {
  background: #8d6a2d;
}

.category-pill.culture,
.dot.culture {
  background: #8d6a2d;
}

.popup-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}

.popup-meta span {
  padding: 5px 7px;
  border-radius: 6px;
  background: #f0e7da;
  color: #52483f;
  font-size: 11px;
  font-weight: 750;
}

.popup-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0;
  transform: translateX(7px);
}

.popup-action-button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #8a8177;
  cursor: pointer;
  text-decoration: none;
  touch-action: manipulation;
}

.popup-action-button svg {
  width: 25px;
  height: 25px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.popup-action-button:disabled {
  opacity: 0.32;
}

.popup-action-button:focus-visible {
  outline: 2px solid rgba(156, 61, 53, 0.45);
  outline-offset: -2px;
}

.landmark-geo-anchor {
  z-index: 4;
  pointer-events: none;
}

.landmark-geo-anchor:has(.landmark-art.mercedes-benz-stadium) {
  z-index: 5;
}

.landmark-anchor {
  pointer-events: none;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.landmark-anchor.hidden,
.landmark-geo-anchor.hidden .landmark-anchor {
  opacity: 0;
  transform: translateY(4px) scale(0.9);
}

.landmark-art {
  width: 148px;
  position: relative;
  display: grid;
  justify-items: center;
  filter: drop-shadow(0 7px 8px rgba(53, 43, 34, 0.24));
}

.landmark-art svg,
.landmark-art .landmark-image {
  width: 138px;
  height: 96px;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.landmark-art .landmark-image {
  display: block;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0;
  filter:
    saturate(0.9)
    contrast(0.96)
    drop-shadow(0 6px 5px rgba(67, 58, 44, 0.18));
}

.landmark-geo-anchor.art-hidden .landmark-art svg,
.landmark-geo-anchor.art-hidden .landmark-art .landmark-image {
  opacity: 0;
  transform: scale(0.78);
}

.landmark-art span {
  position: absolute;
  left: 50%;
  top: calc(100% - 12px);
  transform: translateX(-50%);
  min-width: max-content;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #245f4f;
  font-family:
    "Trebuchet MS", "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow:
    0 1px 0 rgba(255, 249, 237, 0.94),
    1px 0 0 rgba(255, 249, 237, 0.9),
    0 -1px 0 rgba(255, 249, 237, 0.9),
    -1px 0 0 rgba(255, 249, 237, 0.9),
    0 2px 4px rgba(62, 54, 42, 0.1);
  filter: none;
  z-index: 2;
}

.landmark-art.mountain,
.landmark-art.airport,
.landmark-art.stadium {
  width: 164px;
}

.landmark-art.mountain svg,
.landmark-art.airport svg,
.landmark-art.stadium svg {
  width: 154px;
  height: 106px;
}

.landmark-art.district {
  width: 142px;
}

.landmark-art.district svg,
.landmark-art.district .landmark-image {
  width: 130px;
  height: 92px;
}

.landmark-art.downtown-atlanta-skyline {
  width: 220px;
}

.landmark-art.downtown-atlanta-skyline .landmark-image {
  width: 210px;
  height: 126px;
}

.landmark-art.midtown-skyline {
  width: 200px;
  transform: translateX(-14px);
}

.landmark-art.midtown-skyline .landmark-image {
  width: 190px;
  height: 118px;
}

.landmark-art.buckhead-skyline {
  width: 164px;
}

.landmark-art.buckhead-skyline .landmark-image {
  width: 154px;
  height: 94px;
}

.landmark-art.mercedes-benz-stadium {
  width: 90px;
  transform: translate(-42px, 18px);
}

.landmark-art.mercedes-benz-stadium .landmark-image {
  width: 86px;
  height: 37px;
}

.landmark-art.truist-park-the-battery {
  width: 90px;
  transform: translateX(12px);
}

.landmark-art.truist-park-the-battery .landmark-image {
  width: 86px;
  height: 37px;
}

.landmark-art.atlanta-international-airport {
  width: 126px;
  transform: translateY(-2px);
}

.landmark-art.atlanta-international-airport .landmark-image {
  width: 122px;
  height: 82px;
}

.landmark-art.park {
  width: 140px;
}

.landmark-art.park svg {
  width: 130px;
  height: 90px;
}

.landmark-art.piedmont-park {
  width: 106px;
  transform: translate(28px, -14px);
}

.landmark-art.piedmont-park .landmark-image {
  width: 100px;
  height: 50px;
}

.landmark-art.truist-park-the-battery span {
  left: 50%;
  top: 72%;
  text-align: left;
}

.landmark-art.buckhead-skyline span {
  left: 58%;
  top: 84%;
  text-align: left;
}

.landmark-art.downtown-atlanta-skyline span {
  left: 72%;
  top: 76%;
  text-align: left;
}

body.map-maxed-out .landmark-art.downtown-atlanta-skyline span {
  font-size: 0;
}

body.map-maxed-out .landmark-art.downtown-atlanta-skyline span::after {
  content: "Atlanta";
  font-size: 15px;
}

.landmark-art.mercedes-benz-stadium span {
  left: 42%;
  top: 76%;
  text-align: left;
}

.landmark-art.midtown-skyline span {
  left: 20%;
  top: 82%;
  text-align: left;
}

.landmark-art.piedmont-park span {
  left: 70%;
  top: 72%;
  text-align: left;
}

.landmark-art.atlanta-international-airport span {
  left: 40%;
  top: 82%;
  text-align: left;
}

.side-panel {
  position: absolute;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(326px, calc(100vw - 42px));
  padding: max(16px, env(safe-area-inset-top)) 14px max(16px, env(safe-area-inset-bottom));
  background: #fffaf0;
  box-shadow: 18px 0 42px rgba(44, 36, 28, 0.22);
  transform: translateX(-105%);
  transition: transform 220ms ease;
}

.side-panel.right {
  left: auto;
  right: 0;
  transform: translateX(105%);
  box-shadow: -18px 0 42px rgba(44, 36, 28, 0.22);
}

.side-panel.open {
  transform: translateX(0);
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.panel-header div {
  display: grid;
  gap: 7px;
}

.panel-header span {
  margin-left: 0;
  color: #817870;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
}

.panel-header strong {
  color: #2f2924;
  font-size: 18px;
  line-height: 1.05;
}

.panel-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.panel-tab {
  width: 100%;
  min-width: 0;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #2d2925;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.panel-tab.active {
  color: #9c3d35;
}

.panel-tab:focus-visible {
  outline: 2px solid rgba(156, 61, 53, 0.45);
  outline-offset: -2px;
}

.panel-list,
.score-list {
  display: grid;
  gap: 8px;
  overflow: auto;
  max-height: calc(100dvh - 132px);
  padding-bottom: 16px;
}

.panel-list.main-events-list {
  grid-auto-rows: var(--main-event-card-height, auto);
}

.location-row {
  width: 100%;
  min-height: 112px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
  gap: 4px;
  padding: 8px 7px 8px 8px;
  border: 1px solid #eadfce;
  border-radius: 8px;
  background: #fffdf7;
  color: #2d2925;
}

.location-row.expanded {
  align-items: start;
}

.location-row.event {
  border-color: rgba(184, 67, 56, 0.64);
  box-shadow: inset 0 0 0 1px rgba(184, 67, 56, 0.18);
}

.location-row.flagship {
  border-color: rgba(138, 100, 38, 0.58);
  box-shadow: inset 0 0 0 1px rgba(138, 100, 38, 0.12);
}

.location-row.culture {
  border-color: rgba(117, 108, 98, 0.32);
}

.location-row-main {
  min-width: 0;
  min-height: 96px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: stretch;
  gap: 11px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  touch-action: manipulation;
}

.location-actions {
  align-self: start;
  min-height: 96px;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 10px;
  padding-top: 3px;
}

.location-thumb {
  width: 58px;
  height: 96px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 7px;
  background: #eee4d5;
  box-shadow: inset 0 0 0 1px rgba(87, 77, 67, 0.14);
}

.location-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.location-thumb.placeholder {
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.72), rgba(255, 253, 247, 0.16)),
    #eee4d5;
}

.location-thumb.placeholder.event {
  background-color: rgba(184, 67, 56, 0.14);
}

.location-thumb.placeholder.flagship {
  background-color: rgba(47, 120, 111, 0.14);
}

.location-thumb.placeholder.culture {
  background-color: rgba(141, 106, 45, 0.16);
}

.location-star {
  width: 44px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #8a8177;
  font-size: 31px;
  line-height: 1;
}

.location-star.active {
  color: #24211e;
}

.location-action-button {
  width: 44px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #8a8177;
  font-size: 17px;
  line-height: 1;
  touch-action: manipulation;
}

.location-action-button:disabled {
  opacity: 0.32;
}

.location-action-button.map-arrow {
  font-size: 39px;
  font-weight: 850;
}

.share-address-icon {
  width: 21px;
  height: 21px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.location-action-button:focus-visible,
.location-star:focus-visible {
  outline: 2px solid rgba(156, 61, 53, 0.45);
  outline-offset: -2px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.location-row strong {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 1.12;
}

.location-row small {
  display: block;
  color: #71675d;
  font-size: 14px;
  line-height: 1.42;
}

.location-row-copy {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 7px;
  padding-top: 6px;
}

.location-distance {
  overflow: hidden;
  color: #5d554d;
  font-size: 14px;
  line-height: 1.42;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.location-description {
  grid-column: 1 / -1;
  margin: 2px 4px 2px 69px;
  padding-top: 9px;
  border-top: 1px solid rgba(87, 77, 67, 0.12);
  color: #4f473f;
  font-size: 12px;
  line-height: 1.35;
}

.empty-list-state {
  display: grid;
  gap: 4px;
  padding: 16px 12px;
  border: 1px dashed #ddcfbd;
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.7);
  color: #5d5348;
}

.empty-list-state strong {
  color: #2d2925;
  font-size: 14px;
}

.empty-list-state span {
  font-size: 12px;
  line-height: 1.3;
}

.score-card {
  padding: 12px;
  border: 1px solid #eadfce;
  border-radius: 8px;
  background: #fffdf7;
}

.score-card.live {
  border-color: rgba(184, 67, 56, 0.36);
  box-shadow: inset 3px 0 0 #b84338;
}

.game-matchup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 94px;
  gap: 12px;
}

.game-teams {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.game-group {
  color: #706860;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}

.game-team {
  min-width: 0;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  color: #2d2925;
}

.game-team strong {
  overflow: hidden;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-flag {
  width: 28px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #f2eadc;
  box-shadow: inset 0 0 0 1px rgba(87, 77, 67, 0.14);
  font-size: 20px;
  line-height: 1;
}

.game-teams small {
  color: #71675d;
  font-size: 11px;
  line-height: 1.25;
}

.game-timebox {
  min-width: 0;
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 5px;
  padding-left: 12px;
  border-left: 1px solid #d6ccbd;
  color: #24211e;
  text-align: right;
}

.game-timebox strong {
  font-size: 16px;
  font-weight: 750;
  line-height: 1.1;
}

.game-timebox span:not(.score-status),
.game-timebox small {
  color: #24211e;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.1;
}

.score-status {
  display: inline-grid;
  place-items: center;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 6px;
  background: #eee4d5;
  color: #4d453d;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.score-status.live {
  background: #b84338;
  color: #fffaf0;
}

.score-feed-meta {
  margin: -8px 0 12px;
  color: #71675d;
  font-size: 11px;
  font-weight: 750;
}

@media (min-width: 760px) {
  .app-shell {
    max-width: 980px;
    margin: 0 auto;
  }

  .toggle-dock {
    width: 386px;
  }
}
