
/* MPC cinematic visitor shell
   Presentation-only layer. Geography, route geometry, property data and map APIs remain unchanged. */
:root{
  --mpc-shell-green:#063b2f;
  --mpc-shell-green-2:#0b4b3b;
  --mpc-shell-gold:#d7aa55;
  --mpc-shell-gold-soft:#efd59a;
  --mpc-shell-cream:#f7f1e6;
  --mpc-shell-paper:#fffaf1;
  --mpc-shell-ink:#10291f;
  --mpc-shell-muted:#65716a;
  --mpc-shell-line:rgba(84,73,51,.15);
  --mpc-shell-shadow:0 12px 34px rgba(22,44,35,.18);
  --mpc-shell-header-h:80px;
  --mpc-shell-attrib-h:38px;
}
html,body{background:#d8dfcf}
body.mpc-cinematic-shell-ready{overflow:hidden}
body.mpc-cinematic-shell-ready #intentApp,
body.mpc-cinematic-shell-ready #map{width:100%;height:100%}

/* Full-width highlight header */
body.mpc-cinematic-shell-ready .map-head{
  position:fixed!important;
  inset:0 0 auto 0!important;
  height:var(--mpc-shell-header-h)!important;
  padding:0 18px!important;
  display:grid!important;
  grid-template-columns:minmax(310px,1fr) auto minmax(150px,1fr)!important;
  align-items:center!important;
  gap:18px!important;
  background:
    radial-gradient(circle at 70% 0,rgba(215,170,85,.10),transparent 36%),
    linear-gradient(180deg,#063b2f 0%,#04352a 100%)!important;
  border-bottom:1px solid rgba(215,170,85,.46)!important;
  box-shadow:0 8px 30px rgba(5,36,28,.24)!important;
  z-index:80!important;
  pointer-events:auto!important;
}
body.mpc-cinematic-shell-ready .brand{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  width:max-content!important;
  height:64px!important;
  padding:0!important;
  gap:10px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  color:#fff!important;
}
.mpc-brand-mark{
  width:49px;height:49px;flex:0 0 49px;
  display:grid;place-items:center;
  color:var(--mpc-shell-gold-soft);
}
.mpc-brand-mark svg{width:49px;height:49px;display:block}
.mpc-brand-copy{display:flex;flex-direction:column;min-width:0;line-height:1}
.mpc-brand-row{display:flex;align-items:baseline;gap:10px;white-space:nowrap}
.mpc-brand-row .mpc-brand-mpc{
  font-family:Georgia,"Times New Roman",serif;
  color:#f2d790;
  font-size:38px;
  font-weight:800;
  letter-spacing:.025em;
  text-shadow:0 2px 0 rgba(0,0,0,.12);
}
.mpc-brand-row .mpc-brand-name{
  color:#fff;
  font-size:18px;
  font-weight:800;
  letter-spacing:.005em;
}
.mpc-brand-tagline{
  color:#efd58a;
  font-size:12px;
  font-weight:720;
  letter-spacing:.02em;
  margin-top:5px;
}


body.mpc-cinematic-shell-ready .brand .mpc-brand-mark{display:grid!important}
body.mpc-cinematic-shell-ready .brand .mpc-brand-copy{display:flex!important}
body.mpc-cinematic-shell-ready .brand .mpc-brand-row{display:flex!important}
body.mpc-cinematic-shell-ready .brand .mpc-brand-mpc,
body.mpc-cinematic-shell-ready .brand .mpc-brand-name{display:inline!important}

/* Desktop primary nav */
.mpc-cinematic-primary{
  display:flex;align-items:center;justify-content:center;gap:10px;
}
.mpc-cinematic-primary button,
.mpc-cinematic-menu{
  min-height:48px;
  border:1px solid rgba(215,170,85,.28);
  border-radius:999px;
  background:rgba(2,37,29,.42);
  color:#fff;
  padding:0 22px;
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  font-size:15px;font-weight:780;
  cursor:pointer;
  transition:transform .15s ease,border-color .15s ease,background .15s ease;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.mpc-cinematic-primary button:hover,
.mpc-cinematic-menu:hover{border-color:rgba(239,213,154,.68);background:rgba(255,255,255,.06)}
.mpc-cinematic-primary button:active,
.mpc-cinematic-menu:active{transform:translateY(1px)}
.mpc-cinematic-primary button[aria-current="page"]{
  border-color:#e0ad49;
  background:rgba(215,170,85,.12);
  box-shadow:0 0 0 1px rgba(224,173,73,.22),inset 0 1px 0 rgba(255,255,255,.07);
}
.mpc-cinematic-primary .mpc-nav-icon{font-size:18px;color:#e8c26f;line-height:1}
.mpc-header-tools{display:flex;justify-content:flex-end;align-items:center}
.mpc-cinematic-menu{
  width:50px;height:48px;min-height:48px;padding:0;
  font-size:23px;color:#e8c26f;
}

/* Search floats below the header */
body.mpc-cinematic-shell-ready .command{
  position:fixed!important;
  top:92px!important;
  left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
  width:min(560px,calc(100vw - 520px))!important;
  height:58px!important;
  border:1px solid rgba(215,170,85,.42)!important;
  border-radius:999px!important;
  background:rgba(255,250,241,.965)!important;
  color:#4d5b54!important;
  padding:0 22px!important;
  box-shadow:0 12px 34px rgba(38,54,43,.18)!important;
  backdrop-filter:blur(18px)!important;
  z-index:73!important;
}
body.mpc-cinematic-shell-ready .command:hover{
  border-color:rgba(196,145,58,.78)!important;
  background:#fffaf1!important;
}
body.mpc-cinematic-shell-ready .command-icon{
  width:26px;height:26px;display:grid;place-items:center;
  color:#163f31!important;font-size:26px!important;
}
body.mpc-cinematic-shell-ready .command-label{
  font-size:16px!important;font-weight:650!important;color:#5d6561!important;
}

/* Day / night pill */
body.mpc-cinematic-shell-ready .mpc-theme-toggle{
  top:98px!important;
  right:18px!important;
  width:184px!important;
  height:50px!important;
  padding:4px!important;
  border:1px solid rgba(215,170,85,.30)!important;
  border-radius:999px!important;
  background:rgba(255,250,241,.95)!important;
  box-shadow:var(--mpc-shell-shadow)!important;
  z-index:73!important;
}
body.mpc-cinematic-shell-ready .mpc-theme-toggle button{
  font-size:13px!important;font-weight:800!important;letter-spacing:0!important;
}
body.mpc-cinematic-shell-ready .mpc-theme-toggle button[aria-pressed="true"]{
  background:var(--mpc-shell-green)!important;color:#fff!important;
  box-shadow:0 4px 12px rgba(4,46,36,.22);
}

/* Left "Closest to My Stay" panel, using the existing governed distance logic. */
@media(min-width:1024px){
  body.mpc-cinematic-shell-ready .mpc-near-stay{
    position:fixed!important;
    left:18px!important;
    top:168px!important;
    bottom:auto!important;
    transform:none!important;
    width:320px!important;
    max-height:calc(100dvh - 292px)!important;
    overflow:hidden!important;
    padding:14px 14px 13px!important;
    border:1px solid var(--mpc-shell-line)!important;
    border-radius:26px!important;
    background:rgba(255,250,241,.965)!important;
    box-shadow:0 16px 42px rgba(27,48,38,.20)!important;
    backdrop-filter:blur(18px)!important;
    pointer-events:auto!important;
    z-index:69!important;
  }
  body.mpc-cinematic-shell-ready .mpc-near-head{
    align-items:flex-start!important;
    padding:0 2px 12px!important;
    pointer-events:auto!important;
  }
  body.mpc-cinematic-shell-ready .mpc-near-head>div{display:flex;flex-direction:column}
  body.mpc-cinematic-shell-ready .mpc-near-head strong{
    color:var(--mpc-shell-ink)!important;
    font-family:inherit!important;
    font-size:20px!important;
    line-height:1.08!important;
    font-weight:850!important;
    text-shadow:none!important;
  }
  body.mpc-cinematic-shell-ready .mpc-near-head span{
    margin-top:4px!important;
    color:#55635c!important;
    font-size:11px!important;
    font-weight:650!important;
  }
  body.mpc-cinematic-shell-ready .mpc-near-close{
    width:31px;height:31px;border-radius:50%;
    border:1px solid rgba(13,50,39,.10);
    background:#fffaf1;color:#173f31;font-size:19px;cursor:pointer;
  }
  body.mpc-cinematic-shell-ready .mpc-near-track{
    display:block!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    max-height:calc(100dvh - 370px)!important;
    padding:0 1px 4px!important;
    scrollbar-width:thin!important;
    pointer-events:auto!important;
  }
  body.mpc-cinematic-shell-ready .mpc-near-category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
    margin:4px 0 16px!important;
  }
  body.mpc-cinematic-shell-ready .mpc-near-category-grid button{
    min-height:54px!important;
    border:1px solid rgba(16,41,32,.12)!important;
    border-radius:12px!important;
    background:#fffaf2!important;
    color:#173429!important;
    padding:8px 9px!important;
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    font-size:11px!important;
    font-weight:800!important;
    box-shadow:0 3px 10px rgba(26,45,36,.04);
  }
  body.mpc-cinematic-shell-ready .mpc-near-category-grid button::before{
    width:28px;height:28px;display:grid;place-items:center;
    flex:0 0 28px;border-radius:9px;
    background:#f3ead8;font-size:17px;
  }
  body.mpc-cinematic-shell-ready .mpc-near-category-grid button:nth-child(1)::before{content:"🍴"}
  body.mpc-cinematic-shell-ready .mpc-near-category-grid button:nth-child(2)::before{content:"🛍"}
  body.mpc-cinematic-shell-ready .mpc-near-category-grid button:nth-child(3)::before{content:"🐘"}
  body.mpc-cinematic-shell-ready .mpc-near-category-grid button:nth-child(4)::before{content:"◉"}
  body.mpc-cinematic-shell-ready .mpc-near-category-grid button:nth-child(5)::before{content:"◆"}
  body.mpc-cinematic-shell-ready .mpc-near-category-grid button:nth-child(6)::before{content:"▰"}
  body.mpc-cinematic-shell-ready .mpc-near-section-title{padding:0 2px 8px!important}
  body.mpc-cinematic-shell-ready .mpc-near-section-title b{
    color:#173429!important;font-size:12px!important;font-weight:850!important;
  }
  body.mpc-cinematic-shell-ready .mpc-near-section-title small{
    color:#65716b!important;font-size:9px!important;line-height:1.25!important;
  }
  body.mpc-cinematic-shell-ready .mpc-near-card{
    width:100%!important;
    min-height:53px!important;
    margin:0 0 7px!important;
    padding:9px 9px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    border:1px solid rgba(16,41,32,.11)!important;
    border-radius:12px!important;
    background:#fffaf2!important;
    color:#173429!important;
    box-shadow:0 3px 10px rgba(26,45,36,.035)!important;
  }
  body.mpc-cinematic-shell-ready .mpc-near-card b{
    font-family:inherit!important;font-size:11px!important;font-weight:840!important;
  }
  body.mpc-cinematic-shell-ready .mpc-near-card small{font-size:9px!important;color:#67736c!important}
  body.mpc-cinematic-shell-ready .mpc-near-distance{
    min-width:56px;text-align:right;font-size:10px;font-weight:800;color:#173f31;
  }
  body.mpc-cinematic-shell-ready .mpc-near-more{
    width:100%;min-height:36px;border:0;background:transparent;
    color:#154b39;font-size:11px;font-weight:800;text-align:left;padding:5px 2px;cursor:pointer;
  }
}

/* Existing live location + visitor transport become the right-side visitor rail. */
@media(min-width:1024px){
  /* Desktop visitor rail: one clean right-hand column below the header/search band. */
  body.mpc-cinematic-shell-ready .mpc-live-location{
    right:18px!important;left:auto!important;top:244px!important;bottom:auto!important;
    z-index:68!important;
  }
  body.mpc-cinematic-shell-ready .mpc-live-location-button,
  body.mpc-cinematic-shell-ready .mpc-cinematic-share{
    width:164px!important;min-width:164px!important;height:48px!important;
    border:1px solid rgba(16,41,32,.10)!important;
    border-radius:999px!important;
    background:rgba(255,250,241,.965)!important;
    color:#173429!important;
    box-shadow:0 10px 28px rgba(27,48,38,.15)!important;
    font-size:11px!important;font-weight:800!important;
  }
  body.mpc-cinematic-shell-ready .mpc-cinematic-rail{
    right:18px!important;top:184px!important;
  }
  body.mpc-cinematic-shell-ready .mpc-transport-campaign{
    left:auto!important;right:18px!important;top:304px!important;bottom:auto!important;
    z-index:69!important;
  }
  body.mpc-cinematic-shell-ready .maplibregl-ctrl-top-right{
    top:384px!important;right:18px!important;
  }
  body.mpc-cinematic-shell-ready .mpc-transport-button{
    min-width:164px!important;height:64px!important;
    border-radius:22px!important;
    border:1px solid rgba(215,170,85,.34)!important;
    background:rgba(255,246,229,.97)!important;
    color:#173429!important;
    box-shadow:0 12px 32px rgba(27,48,38,.17)!important;
  }
  body.mpc-cinematic-shell-ready .mpc-transport-button>span{font-size:22px!important}
  body.mpc-cinematic-shell-ready .mpc-transport-button strong{font-size:12px!important}
  body.mpc-cinematic-shell-ready .mpc-transport-button small{
    border-radius:999px!important;background:#b68a47!important;color:#fff!important;
    padding:3px 7px!important;font-size:8px!important;text-transform:uppercase;
  }
  .mpc-cinematic-rail{
    position:fixed;right:18px;z-index:68;
    display:grid;gap:10px;
  }
  .mpc-cinematic-share{
    display:flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;cursor:pointer;
  }
}

/* Bottom category dock */
.mpc-cinematic-category-dock{
  position:fixed;
  left:50%;
  bottom:50px;
  transform:translateX(-50%);
  z-index:67;
  width:min(1020px,calc(100vw - 380px));
  min-width:720px;
  height:100px;
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  padding:8px 12px;
  border:1px solid rgba(93,78,50,.18);
  border-radius:28px;
  background:rgba(255,250,241,.955);
  box-shadow:0 18px 46px rgba(27,48,38,.21);
  backdrop-filter:blur(20px);
}
.mpc-cinematic-category-dock button{
  min-width:0;border:0;border-right:1px solid rgba(41,53,46,.09);
  background:transparent;color:#173429;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;
  font-size:10px;font-weight:800;cursor:pointer;
}
.mpc-cinematic-category-dock button:last-child{border-right:0}
.mpc-category-icon{
  width:48px;height:48px;border-radius:50%;
  display:grid;place-items:center;
  border:3px solid #f7f0df;
  outline:2px solid rgba(215,170,85,.72);
  background:linear-gradient(145deg,#0f5844,#073c2f);
  color:#fff;font-size:22px;
  box-shadow:0 6px 15px rgba(15,57,44,.18);
}
.mpc-cinematic-category-dock button:hover .mpc-category-icon{
  transform:translateY(-2px);box-shadow:0 9px 18px rgba(15,57,44,.24)
}

/* Full-width attribution bar — never obscured or cropped. */
.mpc-cinematic-attribution{
  position:fixed;left:0;right:0;bottom:0;height:var(--mpc-shell-attrib-h);
  z-index:66;
  display:flex;align-items:center;justify-content:center;gap:16px;
  background:linear-gradient(180deg,#0a4b3a,#063a2e);
  border-top:1px solid rgba(215,170,85,.40);
  color:#fff;font-size:11px;font-weight:620;
  padding:0 16px;
}
.mpc-cinematic-attribution a{color:#fff;text-decoration:underline;text-underline-offset:2px}
.mpc-cinematic-attribution .mpc-attrib-dot{opacity:.55}
body.mpc-cinematic-shell-ready .maplibregl-ctrl-attrib{
  margin-bottom:var(--mpc-shell-attrib-h)!important;
  background:rgba(255,250,241,.92)!important;
  border-radius:8px 0 0 0!important;
}

/* Map controls with reference-image treatment. */
body.mpc-cinematic-shell-ready .maplibregl-ctrl-top-right{
  top:168px!important;right:18px!important;
}
body.mpc-cinematic-shell-ready .maplibregl-ctrl-bottom-right{
  bottom:166px!important;right:18px!important;
}
body.mpc-cinematic-shell-ready .maplibregl-ctrl-group{
  border-radius:20px!important;
  overflow:hidden!important;
  border:1px solid rgba(16,41,32,.10)!important;
  box-shadow:0 10px 28px rgba(27,48,38,.15)!important;
  background:#fffaf1!important;
}
body.mpc-cinematic-shell-ready .maplibregl-ctrl-group button{
  width:48px!important;height:48px!important;
  background-color:#fffaf1!important;
}

/* highlight marker refresh without touching coordinates or source data. */
body.mpc-cinematic-shell-ready .mpc-map-marker{filter:drop-shadow(0 7px 10px rgba(12,39,29,.28))}
body.mpc-cinematic-shell-ready .mpc-map-marker .mpc-marker-disc{
  width:38px;height:38px;
  border-width:2.5px;
  background:#fff8e9;
  border-color:#d6a54b;
}
body.mpc-cinematic-shell-ready .mpc-map-marker .mpc-marker-label{
  top:42px;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(255,248,233,.96);
  border-color:rgba(110,82,36,.16);
  color:#173429;
  font-size:10px;
  font-weight:820;
  box-shadow:0 5px 14px rgba(30,49,39,.12);
}
body.mpc-cinematic-shell-ready .mpc-map-marker--gate .mpc-marker-disc{
  width:42px;height:42px;background:#0a4a39;border-color:#d6a54b;
}
body.mpc-cinematic-shell-ready .mpc-map-marker--my-stay .mpc-marker-disc{
  width:50px;height:50px;background:#fff8e9;border:3px solid #e0ae50;
  box-shadow:inset 0 0 0 6px #0a4b39,0 0 0 4px rgba(255,248,233,.96),0 10px 26px rgba(18,51,38,.24);
}
body.mpc-cinematic-shell-ready .mpc-map-marker--my-stay .mpc-marker-label{
  top:54px;background:#0a4b39;color:#fff;border-color:#0a4b39;font-size:11px;
}

/* Sheets and selection cards use the same cream / green visual system. */
body.mpc-cinematic-shell-ready .sheet,
body.mpc-cinematic-shell-ready .mpc-selection-card,
body.mpc-cinematic-shell-ready .mpc-selection-companion{
  border-color:rgba(16,41,32,.12)!important;
  background:rgba(255,250,241,.985)!important;
  box-shadow:0 18px 46px rgba(27,48,38,.20)!important;
}
body.mpc-cinematic-shell-ready .sheet{border-radius:26px!important}

/* Night: keep header green, make panels dark without losing gold hierarchy. */
html[data-map-theme="night"] body.mpc-cinematic-shell-ready .command,
html[data-map-theme="night"] body.mpc-cinematic-shell-ready .mpc-theme-toggle,
html[data-map-theme="night"] body.mpc-cinematic-shell-ready .mpc-cinematic-category-dock,
html[data-map-theme="night"] body.mpc-cinematic-shell-ready .mpc-cinematic-share{
  background:rgba(24,35,29,.965)!important;color:#f4ead8!important;
  border-color:rgba(239,213,154,.22)!important;
}
html[data-map-theme="night"] body.mpc-cinematic-shell-ready .command-label{color:#e6ddcd!important}
html[data-map-theme="night"] body.mpc-cinematic-shell-ready .mpc-cinematic-category-dock button{color:#f4ead8!important}
html[data-map-theme="night"] body.mpc-cinematic-shell-ready .mpc-category-icon{
  background:linear-gradient(145deg,#214d3c,#102f26);outline-color:rgba(215,170,85,.70)
}
html[data-map-theme="night"] body.mpc-cinematic-shell-ready .mpc-near-stay{
  background:rgba(24,35,29,.97)!important;border-color:rgba(239,213,154,.20)!important;
}
html[data-map-theme="night"] body.mpc-cinematic-shell-ready .mpc-near-head strong,
html[data-map-theme="night"] body.mpc-cinematic-shell-ready .mpc-near-head span,
html[data-map-theme="night"] body.mpc-cinematic-shell-ready .mpc-near-section-title b,
html[data-map-theme="night"] body.mpc-cinematic-shell-ready .mpc-near-section-title small{color:#f4ead8!important}
html[data-map-theme="night"] body.mpc-cinematic-shell-ready .mpc-near-category-grid button,
html[data-map-theme="night"] body.mpc-cinematic-shell-ready .mpc-near-card{
  background:#22342b!important;color:#f4ead8!important;border-color:rgba(239,213,154,.13)!important;
}

/* Tablet */
@media(max-width:1180px) and (min-width:761px){
  :root{--mpc-shell-header-h:72px}
  body.mpc-cinematic-shell-ready .map-head{
    grid-template-columns:minmax(245px,.8fr) auto minmax(60px,.3fr)!important;
    gap:10px!important;padding:0 12px!important;
  }
  .mpc-brand-row .mpc-brand-mpc{font-size:30px}
  .mpc-brand-row .mpc-brand-name{font-size:14px}
  .mpc-brand-tagline{font-size:10px}
  .mpc-brand-mark{width:42px;height:42px;flex-basis:42px}.mpc-brand-mark svg{width:42px;height:42px}
  .mpc-cinematic-primary{gap:6px}
  .mpc-cinematic-primary button{padding:0 13px;min-height:44px;font-size:12px}
  .mpc-cinematic-primary .mpc-nav-icon{font-size:15px}
  .mpc-cinematic-menu{width:44px;height:44px;min-height:44px}
  body.mpc-cinematic-shell-ready .command{
    top:84px!important;width:min(500px,calc(100vw - 340px))!important;height:52px!important;
  }
  body.mpc-cinematic-shell-ready .mpc-theme-toggle{top:86px!important;width:150px!important;height:44px!important}
  .mpc-cinematic-category-dock{
    width:calc(100vw - 40px);min-width:0;height:88px;bottom:48px;
  }
  .mpc-category-icon{width:40px;height:40px;font-size:18px}
  .mpc-cinematic-category-dock button{font-size:9px}
}

/* Mobile: retain the proven five-tab map workflow, with compact cinematic header. */
@media(max-width:760px){
  :root{--mpc-shell-header-h:58px;--mpc-shell-attrib-h:26px}
  body.mpc-cinematic-shell-ready .map-head{
    height:58px!important;
    grid-template-columns:1fr auto!important;
    padding:0 10px!important;
    gap:8px!important;
  }
  .mpc-brand-mark{width:34px;height:34px;flex-basis:34px}.mpc-brand-mark svg{width:34px;height:34px}
  .mpc-brand-row .mpc-brand-mpc{font-size:25px}
  .mpc-brand-row .mpc-brand-name{font-size:12px}
  .mpc-brand-tagline{display:none}
  .mpc-cinematic-primary{display:none!important}
  .mpc-header-tools{grid-column:2}
  .mpc-cinematic-menu{width:42px;height:40px;min-height:40px;font-size:20px}
  body.mpc-cinematic-shell-ready .command{
    top:68px!important;
    width:calc(100vw - 20px)!important;
    height:48px!important;
    padding:0 16px!important;
  }
  body.mpc-cinematic-shell-ready .command-label{font-size:13px!important}
  body.mpc-cinematic-shell-ready .mpc-theme-toggle{
    top:124px!important;right:10px!important;width:116px!important;height:34px!important;padding:3px!important;
  }
  body.mpc-cinematic-shell-ready .mpc-theme-toggle button{font-size:10px!important}
  .mpc-cinematic-category-dock{display:none!important}
  .mpc-cinematic-rail{display:none!important}
  .mpc-cinematic-attribution{
    height:26px;font-size:8px;gap:6px;padding:0 8px;justify-content:flex-start;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  }
  .mpc-cinematic-attribution .mpc-attrib-prepared{display:none}
  body.mpc-cinematic-shell-ready .dock{
    bottom:calc(var(--mpc-shell-attrib-h) + max(6px,env(safe-area-inset-bottom)))!important;
    width:calc(100vw - 14px)!important;
    background:rgba(255,250,241,.96)!important;
    border:1px solid rgba(16,41,32,.12)!important;
    box-shadow:0 12px 34px rgba(27,48,38,.20)!important;
  }
  body.mpc-cinematic-shell-ready .dock button{color:#173429!important}
  body.mpc-cinematic-shell-ready .dock button.is-active{
    background:#0a4b39!important;color:#fff!important;
  }
  body.mpc-cinematic-shell-ready .mpc-live-location{
    top:68px!important;right:10px!important;left:auto!important;bottom:auto!important;
  }
  body.mpc-cinematic-shell-ready .mpc-transport-campaign{
    top:216px!important;right:10px!important;left:auto!important;
  }
  body.mpc-cinematic-shell-ready .maplibregl-ctrl-bottom-right{
    bottom:116px!important;right:7px!important;
  }
  body.mpc-cinematic-shell-ready .maplibregl-ctrl-top-right{
    top:168px!important;right:7px!important;
  }
  body.mpc-cinematic-shell-ready .sheet{
    bottom:calc(86px + var(--mpc-shell-attrib-h))!important;
  }
  body.mpc-cinematic-shell-ready .mpc-near-stay{
    bottom:calc(86px + var(--mpc-shell-attrib-h))!important;
  }
}
@media(max-height:500px) and (orientation:landscape){
  :root{--mpc-shell-header-h:50px;--mpc-shell-attrib-h:22px}
  body.mpc-cinematic-shell-ready .map-head{height:50px!important}
  .mpc-brand-row .mpc-brand-mpc{font-size:22px}
  .mpc-brand-row .mpc-brand-name{font-size:11px}
  .mpc-brand-mark{width:30px;height:30px;flex-basis:30px}.mpc-brand-mark svg{width:30px;height:30px}
  .mpc-cinematic-primary{display:none!important}
  body.mpc-cinematic-shell-ready .command{
    top:56px!important;left:10px!important;transform:none!important;width:min(460px,calc(100vw - 260px))!important;height:40px!important;
  }
  body.mpc-cinematic-shell-ready .mpc-theme-toggle{top:56px!important;height:32px!important;width:106px!important}
  .mpc-cinematic-category-dock{display:none!important}
  .mpc-cinematic-attribution{height:22px;font-size:7.5px}
  body.mpc-cinematic-shell-ready .dock{bottom:27px!important;height:48px!important}
  body.mpc-cinematic-shell-ready .mpc-live-location{top:102px!important}
  body.mpc-cinematic-shell-ready .mpc-transport-campaign{top:150px!important}
}

/* Strong focus state on every added control. */
.mpc-cinematic-primary button:focus-visible,
.mpc-cinematic-menu:focus-visible,
.mpc-cinematic-category-dock button:focus-visible,
.mpc-cinematic-share:focus-visible,
.mpc-near-more:focus-visible{
  outline:3px solid #f0c86f;outline-offset:3px;
}
@media(prefers-reduced-motion:reduce){
  .mpc-cinematic-primary button,
  .mpc-cinematic-category-dock .mpc-category-icon{transition:none!important}
}

@media(min-width:761px){
  body.mpc-cinematic-shell-ready .dock{display:none!important}
}
@media(min-width:1024px){
  body.mpc-cinematic-shell-ready .sheet{
    left:18px!important;
    top:168px!important;
    bottom:auto!important;
    transform:none!important;
    width:360px!important;
    max-height:calc(100dvh - 292px)!important;
  }
  body.mpc-cinematic-shell-ready .sheet-body{
    max-height:calc(100dvh - 390px)!important;
  }
}

html[data-mpc-window-stack="intent-sheet-only"] body.mpc-cinematic-shell-ready .map-head{pointer-events:none!important}

/* R4.3.8.9 — sitewide mobile/desktop launch blocker repair.
   Presentation only: minimum touch geometry, short-landscape control separation,
   panel actions and map-control containment. No geographic/data semantics. */
body.mpc-cinematic-shell-ready .mpc-cinematic-menu,
body.mpc-cinematic-shell-ready .command,
body.mpc-cinematic-shell-ready .mpc-theme-toggle button,
body.mpc-cinematic-shell-ready .mpc-live-location-button,
body.mpc-cinematic-shell-ready .mpc-transport-button,
body.mpc-cinematic-shell-ready .sheet button,
body.mpc-cinematic-shell-ready .sheet a,
body.mpc-cinematic-shell-ready .mpc-selection-card button,
body.mpc-cinematic-shell-ready .mpc-selection-card a,
body.mpc-cinematic-shell-ready .mpc-selection-companion button,
body.mpc-cinematic-shell-ready .mpc-selection-companion a,
body.mpc-cinematic-shell-ready .mpc-transport-panel button,
body.mpc-cinematic-shell-ready .mpc-transport-panel a{
  min-height:44px!important;
}
body.mpc-cinematic-shell-ready .mpc-cinematic-menu{min-width:44px!important;width:44px!important;height:44px!important}
body.mpc-cinematic-shell-ready .mpc-map-marker{min-width:44px!important;min-height:44px!important}
body.mpc-cinematic-shell-ready .mpc-map-marker .mpc-marker-disc{width:44px!important;height:44px!important}
body.mpc-cinematic-shell-ready .mpc-map-marker .mpc-marker-label{top:48px}
body.mpc-cinematic-shell-ready .mpc-map-marker--gate .mpc-marker-disc{width:44px!important;height:44px!important}
body.mpc-cinematic-shell-ready .mpc-map-marker--my-stay .mpc-marker-disc{width:50px!important;height:50px!important}
body.mpc-cinematic-shell-ready .maplibregl-ctrl button{
  width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;
}
body.mpc-cinematic-shell-ready .maplibregl-ctrl-group{max-width:44px}

@media(max-width:760px){
  body.mpc-cinematic-shell-ready .command{min-height:44px!important}
  body.mpc-cinematic-shell-ready .mpc-theme-toggle{
    height:50px!important;
    padding:3px!important;
  }
  body.mpc-cinematic-shell-ready .mpc-theme-toggle button{
    min-height:44px!important;
  }
  body.mpc-cinematic-shell-ready .mpc-live-location{
    top:180px!important;right:10px!important;left:auto!important;bottom:auto!important;
  }
  body.mpc-cinematic-shell-ready .mpc-live-location-button{
    height:44px!important;min-height:44px!important;
  }
  body.mpc-cinematic-shell-ready .mpc-transport-campaign{
    top:230px!important;right:10px!important;left:auto!important;
  }
  body.mpc-cinematic-shell-ready .mpc-transport-button{
    height:44px!important;min-height:44px!important;
  }
  body.mpc-cinematic-shell-ready .maplibregl-ctrl-top-right{
    top:180px!important;left:10px!important;right:auto!important;width:44px!important;height:44px!important;
  }
  body.mpc-cinematic-shell-ready .maplibregl-ctrl-attrib{
    box-sizing:border-box!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;
    max-width:44px!important;margin:0!important;overflow:hidden!important;
  }
  body.mpc-cinematic-shell-ready .maplibregl-ctrl-attrib-button{
    width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;
  }
  body.mpc-cinematic-shell-ready .maplibregl-ctrl-attrib-inner{display:none!important}
  body.mpc-cinematic-shell-ready .sheet input,
  body.mpc-cinematic-shell-ready .sheet select{
    min-height:44px;
  }
}

@media(max-height:500px) and (orientation:landscape){
  body.mpc-cinematic-shell-ready .command{
    top:56px!important;height:44px!important;min-height:44px!important;
  }
  body.mpc-cinematic-shell-ready .mpc-theme-toggle{
    top:56px!important;right:10px!important;width:106px!important;height:50px!important;
    padding:3px!important;transform:none!important;
  }
  body.mpc-cinematic-shell-ready .mpc-theme-toggle button{
    min-height:44px!important;
  }
  body.mpc-cinematic-shell-ready .mpc-live-location{
    top:112px!important;right:10px!important;left:auto!important;bottom:auto!important;
  }
  body.mpc-cinematic-shell-ready .mpc-live-location-button{
    height:44px!important;min-height:44px!important;
  }
  body.mpc-cinematic-shell-ready .mpc-transport-campaign{
    top:162px!important;right:10px!important;left:auto!important;
  }
  body.mpc-cinematic-shell-ready .mpc-transport-button{
    height:44px!important;min-height:44px!important;
  }
  body.mpc-cinematic-shell-ready .maplibregl-ctrl-top-right{
    top:56px!important;left:auto!important;right:128px!important;width:44px!important;height:44px!important;
  }
  body.mpc-cinematic-shell-ready .maplibregl-ctrl-attrib{
    box-sizing:border-box!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;
    max-width:44px!important;margin:0!important;overflow:hidden!important;
  }
  body.mpc-cinematic-shell-ready .maplibregl-ctrl-attrib-inner{display:none!important}
  body.mpc-cinematic-shell-ready .maplibregl-ctrl-attrib-button{
    width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;
  }
  body.mpc-cinematic-shell-ready .maplibregl-ctrl-bottom-right{
    top:108px!important;bottom:auto!important;right:202px!important;
  }
}

/* R4.3.8.9 interaction-window repairs discovered by executable viewport viewport checks. */
body.mpc-cinematic-shell-ready .mpc-transport-head{
  grid-template-columns:minmax(0,1fr) 44px!important;
}
body.mpc-cinematic-shell-ready .mpc-transport-close{
  width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;
}
@media(max-height:500px) and (orientation:landscape){
  body.mpc-cinematic-shell-ready .maplibregl-ctrl-bottom-right{
    top:100px!important;bottom:auto!important;right:202px!important;
  }
  body.mpc-cinematic-shell-ready .sheet{
    top:auto!important;
    bottom:calc(var(--mpc-shell-attrib-h) + 58px)!important;
    max-height:calc(100dvh - (var(--mpc-shell-attrib-h) + 66px))!important;
  }
  body.mpc-cinematic-shell-ready .sheet-body{
    max-height:calc(100dvh - (var(--mpc-shell-attrib-h) + 142px))!important;
  }
}

/* Transport opens as one bounded modal window on phone/short-landscape layouts.
   Other floating map controls are temporarily suppressed only while this window is open. */
@media(max-width:760px), (max-height:500px) and (orientation:landscape){
  html[data-mpc-transport-campaign-panel="open"] body.mpc-cinematic-shell-ready .command,
  html[data-mpc-transport-campaign-panel="open"] body.mpc-cinematic-shell-ready .mpc-theme-toggle,
  html[data-mpc-transport-campaign-panel="open"] body.mpc-cinematic-shell-ready .mpc-live-location,
  html[data-mpc-transport-campaign-panel="open"] body.mpc-cinematic-shell-ready .maplibregl-control-container,
  html[data-mpc-transport-campaign-panel="open"] body.mpc-cinematic-shell-ready .dock,
  html[data-mpc-transport-campaign-panel="open"] body.mpc-cinematic-shell-ready .mpc-selection-card,
  html[data-mpc-transport-campaign-panel="open"] body.mpc-cinematic-shell-ready .mpc-selection-companion,
  html[data-mpc-transport-campaign-panel="open"] body.mpc-cinematic-shell-ready #mpcTransportButton{
    visibility:hidden!important;
    pointer-events:none!important;
  }
  html[data-mpc-transport-campaign-panel="open"] body.mpc-cinematic-shell-ready .mpc-transport-panel{
    position:fixed!important;
    z-index:96!important;
    left:50%!important;
    right:auto!important;
    top:calc(var(--mpc-shell-header-h) + 8px)!important;
    bottom:calc(var(--mpc-shell-attrib-h) + 8px)!important;
    transform:translateX(-50%)!important;
    width:min(520px,calc(100vw - 20px))!important;
    max-height:none!important;
    margin:0!important;
    overflow:auto!important;
  }
}

/* R4.3.8.9 final matrix repairs: keep modal sheets above map controls on phones,
   and separate desktop transport/live controls from MapLibre's upper-right stack. */
@media(max-width:760px){
  html[data-mpc-window-stack="intent-sheet-only"] body.mpc-cinematic-shell-ready .command,
  html[data-mpc-window-stack="intent-sheet-only"] body.mpc-cinematic-shell-ready .mpc-theme-toggle,
  html[data-mpc-window-stack="intent-sheet-only"] body.mpc-cinematic-shell-ready .mpc-live-location,
  html[data-mpc-window-stack="intent-sheet-only"] body.mpc-cinematic-shell-ready .mpc-transport-campaign,
  html[data-mpc-window-stack="intent-sheet-only"] body.mpc-cinematic-shell-ready .maplibregl-control-container{
    visibility:hidden!important;
    pointer-events:none!important;
  }
}
@media(min-width:1024px){
  body.mpc-cinematic-shell-ready .mpc-transport-campaign{
    top:248px!important;
  }
  body.mpc-cinematic-shell-ready .mpc-live-location{
    top:326px!important;
  }
}


/* MPC_MAP_R4392_COMPANION_INTEROP_R1 — traced MapLibre NavigationControl repair.
   The duplicate compact native AttributionControl is removed in intent-shell.js because
   the cinematic shell already renders the required OSM/ODbL attribution. */
body.mpc-cinematic-shell-ready .maplibregl-ctrl-group .maplibregl-ctrl-icon{display:block!important;width:100%!important;height:100%!important;background-position:center!important;background-repeat:no-repeat!important;background-size:29px 29px!important}
body.mpc-cinematic-shell-ready .maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")!important}
body.mpc-cinematic-shell-ready .maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")!important}
body.mpc-cinematic-shell-ready .maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")!important}
@media(max-width:760px){body.mpc-cinematic-shell-ready .maplibregl-ctrl-bottom-right{left:auto!important;right:10px!important;top:auto!important;bottom:116px!important;width:auto!important;height:auto!important}body.mpc-cinematic-shell-ready .maplibregl-ctrl-bottom-right .maplibregl-ctrl-group{display:flex!important;flex-direction:column!important;width:44px!important;max-width:44px!important;height:auto!important}body.mpc-cinematic-shell-ready .maplibregl-ctrl-top-right{display:none!important}}

/* MPC_MAP_R4392_MY_STAY_DISCOVERY_SAFARI_R2
   My Stay remains the same map location; this only makes its DOM marker a clear,
   accessible interaction target for the existing My Stay / Near My Stay flow. */
body.mpc-cinematic-shell-ready .mpc-my-stay-dom-marker{
  appearance:none;
  -webkit-appearance:none;
  position:relative;
  width:28px!important;
  height:28px!important;
  min-width:28px;
  min-height:28px;
  padding:0;
  border-radius:50%;
  background:#176248;
  border:3px solid #fff;
  box-shadow:0 0 0 2px #176248,0 2px 8px rgba(0,0,0,.28);
  pointer-events:auto!important;
  cursor:pointer;
}
body.mpc-cinematic-shell-ready .mpc-my-stay-dom-marker:focus-visible{
  outline:3px solid #fff8e8;
  outline-offset:4px;
}
body.mpc-cinematic-shell-ready .mpc-my-stay-cue{
  position:absolute;
  left:50%;
  bottom:34px;
  transform:translateX(-50%);
  width:max-content;
  max-width:190px;
  padding:7px 10px;
  border-radius:999px;
  background:#fffaf2;
  color:#123a2b;
  border:1px solid rgba(23,79,58,.28);
  box-shadow:0 3px 12px rgba(0,0,0,.18);
  font:700 12px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  white-space:nowrap;
  pointer-events:none;
}
body.mpc-cinematic-shell-ready .mpc-my-stay-cue::after{
  content:"";
  position:absolute;
  left:50%;
  top:100%;
  transform:translateX(-50%);
  border:6px solid transparent;
  border-top-color:#fffaf2;
}
body.mpc-cinematic-shell-ready .mpc-my-stay-dom-marker.was-used .mpc-my-stay-cue{
  display:none;
}
body.mpc-cinematic-shell-ready .result-main-static{
  display:block;
  width:100%;
  text-align:left;
  cursor:default;
}
@media(max-width:420px){
  body.mpc-cinematic-shell-ready .mpc-my-stay-cue{
    max-width:165px;
    font-size:11px;
  }
}

/* MPC_MAP_R4392_COMPANION_OPENING_UX_R3
   Companion opening refinement:
   - place the My Stay discovery cue above the full visual pin;
   - remove the duplicate front-map Day/Night pill;
   - Map appearance Day/Night remains available inside More. */
body.mpc-cinematic-shell-ready .mpc-my-stay-cue{
  bottom:86px!important;
  z-index:8!important;
}
body.mpc-cinematic-shell-ready .mpc-theme-toggle{
  display:none!important;
}

/* MPC_MAP_R4392_FRONT_SEARCH_REMOVAL_OPENING_ZOOM_R4
   Companion front-map refinement:
   hide only the large header command/search box.
   Search remains available through the bottom Search navigation tab. */
body.mpc-cinematic-shell-ready #commandButton{
  display:none!important;
}

/* MPC_MAP_MOBILE_LIVE_LOCATION_TOP_RIGHT_R1
   Mobile-only placement repair. Keeps Live location clear of map labels and
   controls while leaving desktop and landscape rules untouched. */
@media(max-width:760px) and (min-height:501px){
  body.mpc-cinematic-shell-ready .mpc-live-location{
    top:66px!important;
    right:10px!important;
    left:auto!important;
    bottom:auto!important;
    z-index:74!important;
  }
  body.mpc-cinematic-shell-ready .mpc-live-location-button{
    height:44px!important;
    min-height:44px!important;
    max-width:min(176px,calc(100vw - 72px))!important;
  }
}

/* MPC_MAP_LIVE_CIRCLE_TOP_RIGHT_ALL_VIEWPORTS_R3
   Desktop/tablet compact Live control. Mobile remains enforced by R2 inline rules. */
@media(min-width:761px){
  body.mpc-cinematic-shell-ready .mpc-live-location{
    top:176px!important;
    right:18px!important;
    left:auto!important;
    bottom:auto!important;
    z-index:78!important;
  }
  body.mpc-cinematic-shell-ready .mpc-live-location-button{
    width:54px!important;
    min-width:54px!important;
    max-width:54px!important;
    height:54px!important;
    min-height:54px!important;
    padding:0!important;
    border-radius:50%!important;
    display:grid!important;
    place-items:center!important;
    font-size:10px!important;
    line-height:1!important;
    text-align:center!important;
    white-space:normal!important;
  }
  body.mpc-cinematic-shell-ready .mpc-live-location-icon{
    display:none!important;
  }
  body.mpc-cinematic-shell-ready .mpc-cinematic-rail{
    top:244px!important;
    right:18px!important;
  }
}


/* MPC_MAP_DESKTOP_OPENING_MOBILE_LIVE_TOP_RIGHT_R4
   Mobile Live is anchored inside the actual MapLibre container by visitor-concierge.js. */
@media(max-width:760px) and (min-height:501px){
  body.mpc-cinematic-shell-ready .mpc-live-location{
    position:absolute!important;
    top:12px!important;
    right:12px!important;
    left:auto!important;
    bottom:auto!important;
    transform:none!important;
    margin:0!important;
    z-index:78!important;
  }
  body.mpc-cinematic-shell-ready .mpc-live-location-button{
    width:56px!important;
    min-width:56px!important;
    max-width:56px!important;
    height:56px!important;
    min-height:56px!important;
    padding:0!important;
    border-radius:50%!important;
    display:grid!important;
    place-items:center!important;
    font-size:10px!important;
    line-height:1!important;
    text-align:center!important;
    white-space:normal!important;
  }
  body.mpc-cinematic-shell-ready .mpc-live-location-icon{
    display:none!important;
  }
}

/* MPC_MAP_DESKTOP_RECENTER_MAP_BUTTON_R6
   Restore the desktop quick Map reset/recenter control without restoring the
   full mobile dock or changing the opening camera. The existing
   data-intent-nav="map" action already resets to the governed opening view. */
@media(min-width:761px){
  body.mpc-cinematic-shell-ready .dock{
    display:block!important;
    position:fixed!important;
    top:calc(var(--mpc-shell-header-h) + 12px)!important;
    left:18px!important;
    right:auto!important;
    bottom:auto!important;
    width:auto!important;
    height:auto!important;
    min-width:0!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    z-index:76!important;
    pointer-events:none!important;
  }
  body.mpc-cinematic-shell-ready .dock button{
    display:none!important;
  }
  body.mpc-cinematic-shell-ready .dock button[data-intent-nav="map"]{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    width:auto!important;
    min-width:74px!important;
    height:44px!important;
    min-height:44px!important;
    padding:0 14px!important;
    margin:0!important;
    border:1px solid rgba(215,170,85,.38)!important;
    border-radius:999px!important;
    background:rgba(2,37,29,.88)!important;
    color:#fff!important;
    box-shadow:0 8px 22px rgba(0,0,0,.22)!important;
    font-size:13px!important;
    font-weight:800!important;
    line-height:1!important;
    pointer-events:auto!important;
    cursor:pointer!important;
  }
  body.mpc-cinematic-shell-ready .dock button[data-intent-nav="map"] span{
    font-size:18px!important;
    line-height:1!important;
  }
  body.mpc-cinematic-shell-ready .dock button[data-intent-nav="map"] small{
    display:block!important;
    font:inherit!important;
    line-height:1!important;
  }
  body.mpc-cinematic-shell-ready .dock button[data-intent-nav="map"]:focus-visible{
    outline:3px solid #f0c86f!important;
    outline-offset:3px!important;
  }
}

/* MPC_MAP_DESKTOP_PREMIUM_RECENTER_BUTTON_R7
   Desktop-only premium quick Map reset/recenter control.
   Final override neutralises inherited dock transforms/insets so placement is deterministic. */
@media(min-width:761px){
  body.mpc-cinematic-shell-ready .dock{
    display:block!important;
    position:fixed!important;
    top:calc(var(--mpc-shell-header-h) + 18px)!important;
    left:20px!important;
    right:auto!important;
    bottom:auto!important;
    inset-inline:auto!important;
    width:max-content!important;
    max-width:none!important;
    height:auto!important;
    min-width:0!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
    transform:none!important;
    translate:none!important;
    scale:none!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
    z-index:82!important;
    pointer-events:none!important;
  }

  body.mpc-cinematic-shell-ready .dock button{
    display:none!important;
  }

  body.mpc-cinematic-shell-ready .dock button[data-intent-nav="map"]{
    position:relative!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    width:auto!important;
    min-width:96px!important;
    max-width:none!important;
    height:48px!important;
    min-height:48px!important;
    padding:0 17px 0 14px!important;
    margin:0!important;
    transform:none!important;
    overflow:hidden!important;
    border:1px solid rgba(235,199,117,.62)!important;
    border-radius:999px!important;
    background:
      linear-gradient(180deg,rgba(12,79,59,.97),rgba(4,52,40,.97))!important;
    color:#fffaf0!important;
    box-shadow:
      0 10px 28px rgba(0,0,0,.30),
      0 2px 8px rgba(0,0,0,.20),
      inset 0 1px 0 rgba(255,255,255,.12)!important;
    -webkit-backdrop-filter:blur(12px) saturate(130%)!important;
    backdrop-filter:blur(12px) saturate(130%)!important;
    font-size:13px!important;
    font-weight:800!important;
    letter-spacing:.01em!important;
    line-height:1!important;
    text-shadow:0 1px 1px rgba(0,0,0,.22)!important;
    pointer-events:auto!important;
    cursor:pointer!important;
    transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease!important;
  }

  body.mpc-cinematic-shell-ready .dock button[data-intent-nav="map"]::before{
    content:""!important;
    position:absolute!important;
    inset:1px 1px auto 1px!important;
    height:46%!important;
    border-radius:999px 999px 14px 14px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,0))!important;
    pointer-events:none!important;
  }

  body.mpc-cinematic-shell-ready .dock button[data-intent-nav="map"] span{
    position:relative!important;
    z-index:1!important;
    display:grid!important;
    place-items:center!important;
    width:25px!important;
    height:25px!important;
    min-width:25px!important;
    border:1px solid rgba(235,199,117,.72)!important;
    border-radius:50%!important;
    background:rgba(2,35,27,.38)!important;
    color:#f2cf78!important;
    font-size:16px!important;
    font-weight:900!important;
    line-height:1!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
  }

  body.mpc-cinematic-shell-ready .dock button[data-intent-nav="map"] small{
    position:relative!important;
    z-index:1!important;
    display:block!important;
    color:#fffaf0!important;
    font:inherit!important;
    font-size:13px!important;
    font-weight:800!important;
    line-height:1!important;
  }

  body.mpc-cinematic-shell-ready .dock button[data-intent-nav="map"]:hover{
    transform:translateY(-1px)!important;
    border-color:rgba(244,211,132,.88)!important;
    box-shadow:
      0 13px 32px rgba(0,0,0,.34),
      0 3px 10px rgba(0,0,0,.22),
      inset 0 1px 0 rgba(255,255,255,.14)!important;
  }

  body.mpc-cinematic-shell-ready .dock button[data-intent-nav="map"]:active{
    transform:translateY(0)!important;
  }

  body.mpc-cinematic-shell-ready .dock button[data-intent-nav="map"]:focus-visible{
    outline:3px solid #f1ce79!important;
    outline-offset:3px!important;
  }
}

