:root {
  --bg: #f6f4ee;
  --card: #ffffff;
  --ink: #14231d;
  --muted: #6d7c74;
  --green: #0b5d43;
  --green-deep: #084a35;
  --green-soft: #eef0e7;
  --orange: #f4700c;
  --line: #e7e5dc;
  --shadow: 0 6px 22px rgba(14, 40, 30, .10);
  --r-lg: 26px;
  --r-md: 18px;
  --r-sm: 12px;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { margin: 0; padding: 0; }
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  background: var(--bg);
  color: var(--ink);
  padding-bottom: 92px;
}
a { color: var(--green); text-decoration: none; }
h1, h2 { font-weight: 800; letter-spacing: -.02em; }
button { font-family: inherit; }

.view { max-width: 560px; margin: 0 auto; }
.hidden { display: none !important; }
svg { display: block; }
[data-icon] { display: inline-flex; align-items: center; justify-content: center; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 470px; border-radius: 0 0 34px 34px; overflow: hidden; }
@media (max-height: 700px) { .hero { min-height: 390px; } }
@media (max-width: 350px) { .hero-text h1 { font-size: 1.8rem; } }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,25,20,.42) 0%, rgba(10,25,20,.05) 45%, rgba(246,244,238,.0) 70%, rgba(246,244,238,.95) 100%);
}
.hero-top {
  position: relative; display: flex; align-items: center; gap: 10px;
  padding: 16px 16px 0;
}
.spacer { flex: 1; }
.logo-tile {
  width: 46px; height: 46px; border-radius: 15px;
  background: var(--green); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow); flex: none;
}
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  border-radius: 999px; padding: 10px 14px;
  font-size: .95rem; font-weight: 600;
}
.glass {
  background: rgba(70, 85, 78, .55); color: #fff;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.loc-pill { position: relative; cursor: pointer; }
.loc-pill select {
  appearance: none; -webkit-appearance: none;
  background: transparent; border: none; color: #fff;
  font: inherit; font-weight: 600; cursor: pointer;
  max-width: 120px; text-overflow: ellipsis; padding-right: 2px;
}
.loc-pill select:focus { outline: none; }
.loc-pill select option { color: var(--ink); }
.avatar {
  width: 46px; height: 46px; border-radius: 50%; flex: none;
  background: linear-gradient(135deg, #f4b13d, #e0692c);
  color: #fff; font-weight: 800; font-size: 1.15rem; font-family: inherit;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid rgba(255,255,255,.8); box-shadow: var(--shadow);
  cursor: pointer; padding: 0;
}
.avatar.loggedin { background: linear-gradient(135deg, #2e9e78, #0b5d43); }
.hero-text { position: relative; padding: 44px 22px 78px; color: #fff; text-shadow: 0 2px 14px rgba(0,0,0,.45); }
.hero-text h1 { margin: 0 0 10px; font-size: 2.15rem; line-height: 1.12; }
.hero-text p { margin: 0; font-size: 1.02rem; font-weight: 500; }

/* ---------- Suche ---------- */
.searchwrap { padding: 0 16px; margin-top: -56px; position: relative; z-index: 5; }
.searchbar {
  background: var(--card); border-radius: 999px; box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 10px; padding: 8px 8px 8px 20px;
}
.searchbar > [data-icon] { color: var(--green); }
.searchbar input {
  flex: 1; border: none; font-size: 1rem; background: transparent; min-width: 0;
}
.searchbar input:focus { outline: none; }
.roundbtn {
  border: none; border-radius: 50%; width: 46px; height: 46px; flex: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: #fff;
}
.roundbtn.green { background: var(--green); }
.roundbtn.orange { background: var(--orange); }
.roundbtn.big { width: 56px; height: 56px; font-size: 1.5rem; box-shadow: var(--shadow); }

/* ---------- Kategorie-Kacheln ---------- */
.cattiles {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px;
  padding: 20px 16px 6px;
}
.cattile {
  position: relative;
  background: #fbfaf5; border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 14px 4px 12px; cursor: pointer;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: .8rem; font-weight: 600; color: var(--ink);
}
.cattile [data-icon] { color: var(--green); }
.cattile.active { background: var(--green); border-color: var(--green); color: #fff; }
.cattile.active [data-icon] { color: #fff; }
.cattile.active::after {
  content: ""; position: absolute; bottom: -1px; left: 50%; transform: translateX(-50%);
  width: 34px; height: 5px; border-radius: 999px 999px 0 0; background: var(--orange);
}

/* ---------- Sektionen ---------- */
.section-head {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 20px 18px 12px;
}
.section-head h2 { margin: 0; font-size: 1.35rem; }
.section-head a { font-weight: 700; font-size: .92rem; display: inline-flex; align-items: center; gap: 2px; }

/* ---------- Karten (Cards) ---------- */
.bigcard {
  position: relative; margin: 0 16px; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow); cursor: pointer; aspect-ratio: 16 / 11; background: #ccd8d0;
}
.bigcard .photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bigcard .shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(6,26,19,.82) 100%);
}
.topbadge {
  position: absolute; top: 14px; left: 14px;
  background: var(--orange); color: #fff; font-weight: 800; font-size: .78rem;
  padding: 7px 13px; border-radius: 999px; letter-spacing: .04em;
}
.heartbtn {
  position: absolute; top: 12px; right: 12px; z-index: 3;
  width: 42px; height: 42px; border: none; border-radius: 50%; cursor: pointer;
  background: rgba(255,255,255,.24); backdrop-filter: blur(6px); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.heartbtn.saved { background: var(--orange); }
.bigcard .info { position: absolute; left: 16px; right: 16px; bottom: 14px; color: #fff; }
.bigcard .info h3 { margin: 0 0 7px; font-size: 1.35rem; font-weight: 800; }
.meta { display: flex; align-items: center; gap: 6px; font-size: .88rem; opacity: .95; }
.badgerow { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 10px; }
.pillbadge {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(8, 60, 44, .72); color: #fff;
  border-radius: 999px; padding: 6px 11px; font-size: .76rem; font-weight: 600;
}
.pillbadge.warn { background: rgba(120, 40, 30, .78); }

/* Horizontale Reihe */
.hscroll {
  display: flex; gap: 12px; overflow-x: auto; padding: 0 16px 12px;
  scroll-snap-type: x mandatory; scrollbar-width: none;
}
.hscroll::-webkit-scrollbar { display: none; }
.midcard {
  position: relative; flex: 0 0 46%; min-width: 175px; aspect-ratio: 3 / 3.4;
  border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow);
  cursor: pointer; scroll-snap-align: start; background: #ccd8d0;
}
.midcard .photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.midcard .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(6,26,19,.85) 100%); }
.midcard .info { position: absolute; left: 12px; right: 12px; bottom: 11px; color: #fff; }
.midcard .info h3 { margin: 0 0 5px; font-size: 1.02rem; font-weight: 800; }
.midcard .meta { font-size: .78rem; }
.midcard .heartbtn { width: 36px; height: 36px; top: 10px; right: 10px; }

/* Foto-Fallback (Kategorie-Gradient) */
.ph { display: flex; align-items: center; justify-content: center; font-size: 3rem; position: absolute; inset: 0; }
.ph.aktivitaet { background: linear-gradient(150deg, #2e7d61, #0b5d43); }
.ph.essen { background: linear-gradient(150deg, #e08b3c, #b45a1d); }
.ph.camping { background: linear-gradient(150deg, #4b7a52, #2c5236); }
.ph.event { background: linear-gradient(150deg, #7a5aa0, #4d3a68); }

/* ---------- Listen-Ansichten ---------- */
.pagehead { padding: 22px 18px 6px; }
.pagehead h1 { margin: 0 0 4px; font-size: 1.6rem; }
.status { color: var(--muted); font-size: .86rem; }
.filters { padding: 8px 16px; }
.chiprow { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 8px; }
.chip {
  border: 1px solid var(--line); background: var(--card);
  border-radius: 999px; padding: 8px 14px; font-size: .85rem; font-weight: 600; cursor: pointer;
}
.chip.active { background: var(--green); border-color: var(--green); color: #fff; }

.cards { display: grid; gap: 12px; grid-template-columns: 1fr; padding: 8px 16px; }
@media (min-width: 640px) { .cards { grid-template-columns: 1fr 1fr; } }
.listcard {
  background: var(--card); border-radius: var(--r-md); box-shadow: var(--shadow);
  overflow: hidden; cursor: pointer; display: flex; gap: 0; min-height: 108px;
}
.listcard .thumb { position: relative; flex: 0 0 112px; }
.listcard .thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.listcard .thumb .ph { font-size: 2rem; }
.listcard .body { padding: 11px 13px; flex: 1; min-width: 0; }
.listcard h3 { margin: 0 0 3px; font-size: 1rem; display: flex; justify-content: space-between; gap: 8px; }
.listcard .dist { color: var(--orange); font-weight: 800; font-size: .84rem; white-space: nowrap; }
.listcard .sub { color: var(--muted); font-size: .78rem; margin-bottom: 5px; }
.listcard .desc { font-size: .84rem; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.minibadges { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 7px; }
.minibadge { font-size: .7rem; border-radius: 999px; padding: 3px 8px; background: var(--green-soft); color: var(--green-deep); font-weight: 600; }
.minibadge.ok { background: #e2f3e8; color: #1c7c3c; }
.minibadge.warn { background: #fdecea; color: #a33; }

.teaserbar {
  margin: 14px 16px 0; padding: 11px 15px;
  background: linear-gradient(135deg, #fff3e4, #ffe8d1);
  border: 1px solid #f6d9b8; border-radius: var(--r-md);
  font-size: .88rem; color: #7a4a12;
}
.teaserbar:empty { display: none; }
.teaserbar.rain { background: linear-gradient(135deg, #e8f0fa, #d8e6f7); border-color: #bcd2ec; color: #2c4a6e; }
.teaserbar.rain a { color: #1d5fa8; font-weight: 700; }
.profilerow { padding: 0 16px; }
.headpill {
  background: var(--green); color: #fff; font-size: .68rem; font-weight: 700;
  border-radius: 999px; padding: 4px 10px; letter-spacing: .03em;
}
.rentalgrid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 0 16px;
}
.rentaltile {
  display: flex; align-items: center; gap: 10px; text-align: left;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 11px 10px 11px 11px; cursor: pointer; font-family: inherit;
  box-shadow: 0 2px 8px rgba(14, 40, 30, .05);
  transition: transform .12s ease;
}
.rentaltile:active { transform: scale(.97); }
.rticon {
  width: 42px; height: 42px; border-radius: 13px; flex: none;
  display: flex; align-items: center; justify-content: center; font-size: 1.35rem;
}
.rttext { flex: 1; min-width: 0; }
.rttext b { display: block; font-size: .85rem; color: var(--ink); }
.rttext small { display: block; font-size: .7rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rtchev { color: var(--muted); font-size: 1.2rem; flex: none; }
.rentaltile.kunde {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-deep) 100%);
  border-color: var(--green);
}
.rentaltile.kunde .rttext b, .rentaltile.kunde .rtchev { color: #fff; }
.rentaltile.kunde .rttext small { color: rgba(255,255,255,.75); }
.rentaltile.buchen {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #ff9a4d 0%, var(--orange) 100%);
  border-color: var(--orange);
}
.rentaltile.buchen .rttext b, .rentaltile.buchen .rtchev { color: #fff; }
.rentaltile.buchen .rttext small { color: rgba(255,255,255,.85); }
.vehopt {
  display: flex; align-items: center; gap: 10px;
  border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 11px 13px; margin-bottom: 8px; cursor: pointer; background: #fbfaf5;
}
.vehopt.sel { border-color: var(--green); background: #eef4f1; }
.vehopt input { width: 20px; height: 20px; accent-color: var(--green); }
.availbox { border-radius: var(--r-md); padding: 12px 14px; margin: 10px 0; font-size: .9rem; }
.availbox.ok { background: #e2f3e8; color: #1c7c3c; }
.availbox.no { background: #fdecea; color: #a33; }
.pkgchk { display: flex; flex-wrap: wrap; gap: 7px; }
.pkgchk label {
  border: 1px solid var(--line); border-radius: 999px; padding: 7px 13px;
  font-size: .83rem; cursor: pointer; background: var(--card);
}
.pkgchk input { display: none; }
.pkgchk label.sel { background: var(--green); color: #fff; border-color: var(--green); }

/* Routenplaner */
#routeMap { height: 200px; border-radius: var(--r-md); margin: 10px 0; }
.stoprow {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 4px; border-bottom: 1px solid var(--line); font-size: .9rem;
}
.stoprow .num {
  width: 24px; height: 24px; border-radius: 50%; flex: none;
  background: var(--green); color: #fff; font-size: .75rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.stoprow .sname { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.stoprow button {
  border: 1px solid var(--line); background: var(--card); border-radius: 8px;
  width: 30px; height: 30px; cursor: pointer; font-size: .85rem;
}
.routekpi { display: flex; gap: 14px; font-size: .85rem; color: var(--muted); margin: 8px 0; }
.sheet-body { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 16px; }
.sheet-body h3 { margin: 14px 0 6px; font-size: 1.05rem; }
.sheet-body p { margin: 6px 0; font-size: .92rem; line-height: 1.5; }
.pkg {
  display: flex; gap: 12px; align-items: center;
  background: #fbfaf5; border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 12px 14px; margin-bottom: 9px;
}
.pkg .em { font-size: 1.7rem; }
.pkg b { display: block; font-size: .95rem; }
.pkg small { color: var(--muted); font-size: .8rem; }
.iform { display: flex; flex-direction: column; gap: 8px; margin-top: 10px; }
.iform input, .iform textarea, .iform select {
  border: 1px solid var(--line); border-radius: 10px; padding: 11px 13px;
  font-size: 16px; font-family: inherit; background: #faf9f5; width: 100%;
}
.iform textarea { min-height: 70px; resize: vertical; }
.iform .ok { color: #1c7c3c; font-weight: 700; }
.checkrow { display: flex; align-items: center; gap: 10px; padding: 9px 4px; border-bottom: 1px solid var(--line); font-size: .93rem; }
.checkrow input { width: 22px; height: 22px; accent-color: var(--green); }
.photopreview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 6px; }
.photopreview .pv { position: relative; aspect-ratio: 1; }
.photopreview img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }
.photopreview .pv > button {
  position: absolute; top: -6px; right: -6px;
  width: 24px; height: 24px; border-radius: 50%; border: none;
  background: #c62828; color: #fff; font-size: .75rem; cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
}
.photopreview .pv.add {
  border: 2px dashed var(--line); border-radius: 10px; background: #fbfaf5;
  color: var(--muted); font-size: 1.3rem; line-height: 1.1; cursor: pointer;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.photopreview .pv.add small { font-size: .65rem; }
.routebtn {
  display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
  background: var(--green); color: #fff; border: none; border-radius: var(--r-md);
  padding: 14px; font-size: 1rem; font-weight: 700; cursor: pointer; margin: 4px 0 10px;
}
.teaserbar a { color: var(--orange); font-weight: 700; }
.section-head.inpage { padding: 18px 4px 10px; }
.section-head.inpage h2 { font-size: 1.15rem; }
.datebadge {
  position: absolute; top: 8px; left: 8px; z-index: 2;
  background: var(--orange); color: #fff; font-weight: 800; font-size: .68rem;
  padding: 4px 9px; border-radius: 999px;
}
.sugg { display: flex; flex-wrap: wrap; gap: 6px; }
.assistant-log .a.typing { color: var(--muted); font-style: italic; }
.assistantfab {
  border: none; cursor: pointer;
  background: var(--orange); color: #fff; font-weight: 800; font-size: .95rem;
  border-radius: 999px; padding: 13px 18px;
  display: inline-flex; align-items: center; gap: 7px;
  box-shadow: 0 8px 18px rgba(244, 112, 12, .45);
}

.note {
  background: #fdf6ea; border: 1px solid #f0dfc2; border-radius: var(--r-md);
  padding: 11px 14px; font-size: .87rem; color: #6b5433; margin: 8px 16px;
}
.homefoot { padding: 26px 20px 10px; font-size: .72rem; color: var(--muted); line-height: 1.7; }

/* ---------- Karte ---------- */
#map { height: calc(100vh - 100px); }

/* ---------- Detail ---------- */
.detail {
  position: fixed; inset: 0; background: rgba(8, 20, 15, .55);
  z-index: 1000; display: flex; align-items: flex-end; justify-content: center;
}
.detail-card {
  background: var(--card); width: 100%; max-width: 560px;
  border-radius: 26px 26px 0 0; max-height: 88vh; overflow-y: auto; overflow-x: hidden;
}
@media (min-width: 640px) {
  .detail { align-items: center; padding: 20px; }
  .detail-card { border-radius: 26px; }
}
.detail-hero { position: relative; aspect-ratio: 16 / 9; background: #ccd8d0; }
.detail-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.detail-hero .close {
  position: absolute; top: 12px; right: 12px; z-index: 4;
  width: 40px; height: 40px; border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,.4); color: #fff; font-size: 1.1rem;
}
.detail-body { padding: 18px 20px 26px; }
.detail-body h2 { margin: 0 0 4px; font-size: 1.35rem; }
.detail-body .sub { color: var(--muted); font-size: .88rem; margin-bottom: 10px; }
.detail-body .row { margin: 9px 0; font-size: .93rem; }
.linkbtn {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--green); color: #fff !important;
  border-radius: 999px; padding: 10px 16px; font-size: .92rem; font-weight: 700;
  margin: 4px 8px 4px 0;
}
.linkbtn.alt { background: var(--green-soft); color: var(--green-deep) !important; }
.linkbtn.orange { background: var(--orange); }
.feedback { border-top: 1px solid var(--line); margin-top: 16px; padding-top: 12px; font-size: .9rem; }
.feedback button { font-size: 1.1rem; background: none; border: 1px solid var(--line); border-radius: 10px; padding: 6px 12px; cursor: pointer; margin-left: 6px; }
.feedback button.sel { background: var(--green); border-color: var(--green); }

/* ---------- Assistent (Bottom-Sheet) ---------- */
.assistant { position: fixed; right: 14px; bottom: calc(96px + env(safe-area-inset-bottom)); z-index: 950; }
.sheet-overlay {
  position: fixed; inset: 0; z-index: 1100;
  background: rgba(8, 20, 15, .45);
  display: flex; align-items: flex-end; justify-content: center;
}
.sheet {
  background: var(--card); width: 100%; max-width: 560px;
  border-radius: 24px 24px 0 0;
  display: flex; flex-direction: column;
  height: min(78dvh, 640px);
  box-shadow: 0 -10px 40px rgba(14, 40, 30, .25);
  animation: sheetup .22s ease-out;
}
@keyframes sheetup { from { transform: translateY(40px); opacity: .6; } to { transform: none; opacity: 1; } }
@media (min-width: 640px) {
  .sheet-overlay { align-items: center; padding: 20px; }
  .sheet { border-radius: 24px; height: min(70dvh, 620px); }
}
.assistant-head {
  background: var(--green); color: #fff;
  padding: 8px 14px 12px; border-radius: 24px 24px 0 0;
  display: flex; align-items: center; flex-wrap: wrap; flex: none;
}
.grabber { flex-basis: 100%; width: 42px; height: 4px; border-radius: 999px; background: rgba(255,255,255,.4); margin: 2px auto 8px; }
.assistant-title { font-weight: 800; font-size: 1.02rem; flex: 1; }
.sheet-close {
  border: none; background: rgba(255,255,255,.18); color: #fff;
  width: 34px; height: 34px; border-radius: 50%; font-size: 1rem; cursor: pointer;
}
.assistant-log {
  flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch;
  padding: 14px 15px; font-size: .95rem; line-height: 1.45;
  display: flex; flex-direction: column; gap: 10px;
}
.assistant-log .q { align-self: flex-end; max-width: 85%; background: var(--green-soft); border-radius: 15px 15px 3px 15px; padding: 9px 13px; }
.assistant-log .a { align-self: flex-start; max-width: 90%; background: #f4f3ee; border-radius: 15px 15px 15px 3px; padding: 9px 13px; white-space: pre-wrap; }
#assistantForm {
  display: flex; gap: 8px; align-items: center; flex: none;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line); background: var(--card);
}
#assistantForm input {
  flex: 1; min-width: 0; border: 1px solid var(--line); border-radius: 999px;
  padding: 12px 16px; font-size: 16px; /* 16px verhindert iOS-Auto-Zoom */
  background: #faf9f5;
}
#assistantForm input:focus { outline: 2px solid var(--green); border-color: transparent; }

/* ---------- Bottom-Nav ---------- */
.bottomnav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
  background: var(--card); border-radius: 24px 24px 0 0;
  box-shadow: 0 -6px 24px rgba(14, 40, 30, .12);
  display: flex; justify-content: space-around; align-items: flex-end;
  padding: 10px 6px calc(10px + env(safe-area-inset-bottom));
  max-width: 560px; margin: 0 auto;
}
.nav {
  border: none; background: none; cursor: pointer;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  font-size: .72rem; font-weight: 600; color: var(--muted);
  width: 62px; position: relative;
}
.nav [data-icon] { color: var(--muted); }
.nav.active { color: var(--green); }
.nav.active [data-icon] { color: var(--green); }
.nav.active::after {
  content: ""; width: 22px; height: 4px; border-radius: 999px;
  background: var(--green); margin-top: 2px;
}
.navmap .mapbubble {
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--orange); color: #fff !important;
  display: flex; align-items: center; justify-content: center;
  margin-top: -34px; border: 5px solid var(--bg);
  box-shadow: 0 8px 18px rgba(244, 112, 12, .45);
}
.navmap.active::after { background: var(--orange); }
