:root { --pc-map-ad-height: 0px; --pc-map-ad-clearance: 0px; --pc-map-visual-height: 100vh; --pc-map-header-height: 58px; }
@supports (height: 100dvh) { :root { --pc-map-visual-height: 100dvh; } }
html, body.pc-rdr2-map-page { width: 100%; height: 100%; margin: 0; overflow: hidden; }
body.pc-rdr2-map-page { background: var(--pc-content-bg, #111216); color: var(--pc-color-text, #fff); font-family: var(--pc-font-sans, Inter, system-ui, sans-serif); }
.pc-rdr2-map-page * { box-sizing: border-box; }
.pc-rdr2-map-page .pc-site-shell, .pc-rdr2-map-page .pc-site-footer, .pc-rdr2-map-page > .pc-site-header { display: none !important; }
.pc-map-skip { position: fixed; z-index: 10000; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-160%); border-radius: var(--pc-radius-2, 6px); background: var(--pc-color-brand, #ff5e59); color: #fff; }
.pc-map-skip:focus { transform: none; }
.pc-map-header { position: relative; z-index: 30; display: flex; width: 100%; height: 58px; align-items: center; gap: 22px; padding: 0 18px; border-bottom: 1px solid var(--pc-border-color, rgba(255,255,255,.09)); background: var(--pc-navigation-bg, #090a0c); }
.pc-map-brand { display: flex; width: 162px; align-items: center; }
.pc-map-brand img { display: block; width: 162px; height: auto; }
.pc-map-header nav { display: flex; min-width: 0; gap: 8px; color: var(--pc-color-text-muted, #b9bec8); font-size: .78rem; font-weight: 700; }
.pc-map-header a { color: #fff; text-decoration: none; }
.pc-map-header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.pc-map-header-actions button { position: relative; display: inline-flex; min-height: 38px; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--pc-radius-2,6px); background: var(--pc-card-bg,#252930); color: #fff; font: inherit; font-size: .76rem; font-weight: 750; cursor: pointer; }
.pc-map-header-actions button:hover { border-color: var(--pc-color-brand,#ff5e59); background: color-mix(in srgb,var(--pc-color-brand,#ff5e59) 12%,var(--pc-card-bg,#252930)); }
.pc-map-header-actions button > [aria-hidden="true"] { font-size: 1rem; line-height: 1; }
#pc-rdr2-menu-toggle { display: none; }
#pc-rdr2-menu-toggle svg { display:block; width:20px; height:20px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; }
.pc-rdr2-menu-open-icon { display:none; }
#pc-rdr2-shell { display: flex; width: 100%; height: calc(var(--pc-map-visual-height) - var(--pc-map-header-height)); overflow: hidden; }
#pc-rdr2-sidebar { position: relative; z-index: 20; width: clamp(320px, 22vw, 380px); flex: 0 0 clamp(320px, 22vw, 380px); height: 100%; padding: 22px; background: rgba(17,18,22,.98); box-shadow: inset -1px 0 var(--pc-border-color, rgba(255,255,255,.09)), 18px 0 42px rgba(0,0,0,.25); transition: width .2s ease, flex-basis .2s ease, padding .2s ease; }
#pc-rdr2-sidebar.is-collapsed { width: 54px; flex-basis: 54px; padding-inline: 0; }
.pc-rdr2-sidebar-content { height: 100%; overflow-y: auto; padding-bottom: calc(var(--pc-map-ad-clearance) + env(safe-area-inset-bottom)); scroll-padding-bottom: calc(var(--pc-map-ad-clearance) + env(safe-area-inset-bottom)); scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.2) transparent; }
#pc-rdr2-sidebar.is-collapsed .pc-rdr2-sidebar-content { visibility: hidden; opacity: 0; pointer-events: none; }
#pc-rdr2-sidebar h1 { margin: 0; font-size: 1.45rem; line-height: 1.12; }
.pc-rdr2-intro, .pc-rdr2-source, .pc-rdr2-section { color: var(--pc-color-text-muted, #b9bec8); font-size: .82rem; line-height: 1.55; }
.pc-rdr2-progress-summary { margin-top:16px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(255,255,255,.035) }.pc-rdr2-progress-summary div,.pc-rdr2-progress-dialog-total{display:flex;align-items:center;justify-content:space-between;gap:12px}.pc-rdr2-progress-summary h2,.pc-rdr2-progress-summary p{margin:0;font-size:.74rem}.pc-rdr2-progress-summary progress{width:100%;height:8px;margin:10px 0 6px;accent-color:var(--pc-color-brand,#ff5e59)}
.pc-rdr2-tools { margin-top: 20px; padding: 18px 3px 0; border-top: 1px solid var(--pc-border-color, rgba(255,255,255,.09)); }
.pc-rdr2-tools label { display: block; margin-bottom: 7px; font-size: .78rem; font-weight: 800; }
.pc-rdr2-search-field, .pc-rdr2-search-field input { width: 100%; }
.pc-rdr2-tools input { min-height: 44px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--pc-radius-2, 6px); background: var(--pc-card-bg, #252930); color: #fff; font: inherit; }
.pc-rdr2-search-field { min-width:0; overflow:hidden; }.pc-rdr2-tools input { min-width:0; text-overflow:ellipsis; }
.pc-rdr2-tools input:focus-visible { outline: 0; border-color: var(--pc-color-brand,#ff5e59); box-shadow: inset 0 0 0 2px var(--pc-color-brand,#ff5e59); }
.pc-rdr2-map-page button:focus-visible, .pc-rdr2-map-page a:focus-visible, .pc-rdr2-map-page summary:focus-visible { outline: 3px solid var(--pc-color-brand, #ff5e59); outline-offset: 2px; }
#pc-rdr2-results { margin: 8px 0 0; padding: 0; list-style: none; }
#pc-rdr2-results button { display:flex; width: 100%; align-items:center; gap:9px; padding: 9px 4px; border: 0; border-bottom: 1px solid var(--pc-border-color, rgba(255,255,255,.09)); background: transparent; color: #fff; text-align: left; cursor: pointer; }
#pc-rdr2-results [data-map-marker-icon] { display:grid; width:24px; height:24px; flex:0 0 24px; place-items:center; border:2px solid var(--map-category-accent); border-radius:50%; background:#252930; color:#fff; }
#pc-rdr2-results .gtadb-map-icon { width:13px; height:13px; }
.pc-rdr2-filter-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 10px; margin-top: 18px; }
.pc-rdr2-filter-heading h2, .pc-rdr2-layer { margin: 0; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.pc-rdr2-filter-actions { display: inline-flex; flex-wrap: wrap; gap: 5px; }
.pc-rdr2-filter-actions button { min-height: 36px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--pc-radius-2,6px); background: var(--pc-card-bg,#252930); color: #fff; font: inherit; font-size: .68rem; font-weight: 750; cursor: pointer; }
.pc-rdr2-filter-actions button:hover { border-color: var(--pc-color-brand,#ff5e59); color: var(--pc-color-link,#ff706b); }
.pc-rdr2-layer { margin-top: 14px; color: var(--pc-color-text-muted, #b9bec8); }
.pc-rdr2-filter { display: grid; width: 100%; min-height: 46px; grid-template-columns: 26px minmax(0,1fr) max-content; align-items: center; gap: 9px; margin-top: 7px; padding: 8px 11px; border: 1px solid color-mix(in srgb, var(--pc-color-brand, #ff5e59) 38%, transparent); border-radius: var(--pc-radius-2, 6px); background: color-mix(in srgb, var(--pc-color-brand, #ff5e59) 10%, transparent); color: #fff; font: inherit; text-align: left; cursor: pointer; }
.pc-rdr2-filter[aria-pressed="false"] { border-color: transparent; background: transparent; color: var(--pc-color-text-muted, #b9bec8); }
.pc-rdr2-category-guide { display: inline-block; margin: 5px 11px 2px 46px; color: var(--pc-color-link,#ff706b); font-size: .72rem; font-weight: 750; line-height: 1.35; }
.pc-rdr2-category-guide:hover { color: #fff; }
.pc-rdr2-category-guide:focus-visible { outline: 2px solid var(--pc-color-brand,#ff5e59); outline-offset: 3px; }
.pc-map-embed-document .pc-rdr2-category-guide { display: none; }
.pc-rdr2-filter-icon { display:grid; width:26px; height:26px; place-items:center; border:2px solid var(--map-category-accent,#9ba5b1); border-radius:50%; background:#252930; color:#fff; }
.pc-rdr2-filter-icon .gtadb-map-icon { width:14px; height:14px; }
.pc-rdr2-filter[aria-pressed="false"] .pc-rdr2-filter-icon { color: currentColor; opacity: .65; }
.pc-rdr2-spoiler-note { margin: 7px 2px 12px; color: var(--pc-color-text-muted,#b9bec8); font-size: .66rem; line-height: 1.35; }
.pc-rdr2-filter small{display:block;margin-top:2px;color:var(--pc-color-text-muted,#b9bec8);font-size:.65rem}.pc-rdr2-status-filter{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin:14px 0 0;padding:0;border:0}.pc-rdr2-status-filter legend{margin-bottom:6px;color:var(--pc-color-text-muted,#b9bec8);font-size:.7rem;font-weight:800;text-transform:uppercase}.pc-rdr2-status-filter button{min-height:36px;border:1px solid rgba(255,255,255,.14);border-radius:6px;background:#252930;color:#fff;font:inherit;font-size:.7rem;cursor:pointer}.pc-rdr2-status-filter button[aria-pressed="true"]{border-color:var(--pc-color-brand,#ff5e59);background:color-mix(in srgb,var(--pc-color-brand,#ff5e59) 18%,#252930)}
.pc-rdr2-section { padding: 14px 0; border-bottom: 1px solid var(--pc-border-color, rgba(255,255,255,.09)); }
.pc-rdr2-section summary { color: #fff; font-weight: 800; cursor: pointer; }
.pc-rdr2-section dt { margin-top: 12px; color: #fff; font-weight: 750; }.pc-rdr2-section dd { margin: 3px 0 0; }
.pc-rdr2-source { margin-top: 16px; }
.pc-rdr2-credits-drawer-open { min-height:44px; margin-top:16px; padding:9px 11px; border:1px solid rgba(255,255,255,.14); border-radius:6px; background:#252930; color:#fff; font:inherit; font-weight:750; cursor:pointer; }
#pc-rdr2-sidebar-toggle { position: absolute; z-index: 2; top: 16px; left: 100%; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--pc-border-color, rgba(255,255,255,.12)); border-radius: 0 var(--pc-radius-2,6px) var(--pc-radius-2,6px) 0; background: var(--pc-card-bg,#252930); color: #fff; font-size: 1.3rem; cursor: pointer; }
#pc-rdr2-sidebar.is-collapsed #pc-rdr2-sidebar-toggle span { transform: rotate(180deg); }
#pc-rdr2-map-region { position: relative; min-width: 0; height: 100%; flex: 1 1 auto; overflow: hidden; background: #d3b790; }
#pc-rdr2-map, #pc-rdr2-map .ol-viewport { width: 100%; height: 100%; touch-action: none; }
.pc-rdr2-controls { position: absolute; z-index: 10; top: max(16px, env(safe-area-inset-top)); right: max(16px, env(safe-area-inset-right)); display: grid; gap: 8px; }
.pc-rdr2-controls button { position: relative; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: var(--pc-radius-2,6px); background: rgba(17,18,22,.96); color: #fff; font-size: 1.1rem; cursor: pointer; }
.pc-rdr2-controls button::after { content: attr(data-tooltip); position: absolute; top: 50%; right: calc(100% + 8px); width: max-content; padding: 6px 8px; transform: translateY(-50%); border-radius: 4px; background: #111216; color: #fff; font-size: .7rem; opacity: 0; pointer-events: none; }.pc-rdr2-controls button:hover::after,.pc-rdr2-controls button:focus-visible::after { opacity: 1; }
.pc-rdr2-popup { position: absolute; z-index: 25; right: 74px; bottom: calc(18px + var(--pc-map-ad-clearance)); display:flex; width: min(390px, calc(100% - 105px)); max-height:calc(100% - var(--pc-map-ad-clearance) - 36px); flex-direction:column; padding: 20px; overflow:hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--pc-radius-3,12px); background: rgba(17,18,22,.98); color: #fff; box-shadow: 0 18px 48px rgba(0,0,0,.45); }.pc-rdr2-popup[hidden]{display:none}.pc-rdr2-popup-heading{display:flex;flex:0 0 auto;align-items:center;gap:11px;padding-right:28px}.pc-rdr2-popup-icon{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border:3px solid var(--map-category-accent,#9ba5b1);border-radius:50%;background:#252930;color:#fff}.pc-rdr2-popup-icon .gtadb-map-icon{width:18px;height:18px}.pc-rdr2-popup h2{margin:4px 0 0;font-size:1.08rem}.pc-rdr2-popup p{line-height:1.5}.pc-rdr2-popup a{color:var(--pc-color-link,#ff706b)}.pc-rdr2-popup-meta{margin:0;color:var(--pc-color-link,#ff706b);font-size:.72rem;font-weight:800;text-transform:uppercase}.pc-rdr2-popup-body{min-height:0;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.pc-rdr2-popup-body p{margin:12px 0}.pc-rdr2-popup button{padding:8px 10px;border:1px solid rgba(255,255,255,.13);border-radius:6px;background:#252930;color:#fff;cursor:pointer}#pc-rdr2-popup-close{position:absolute;z-index:2;top:7px;right:8px;width:40px;height:40px;margin:0;padding:0;border:0;background:transparent;font-size:1.35rem}
#pc-rdr2-credits,#pc-rdr2-progress,#pc-rdr2-progress-reset { width:min(620px,calc(100vw - 32px));max-height:calc(100dvh - 32px);padding:0 20px 20px;overflow:auto;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#111216;color:#fff}#pc-rdr2-credits::backdrop,#pc-rdr2-progress::backdrop,#pc-rdr2-progress-reset::backdrop{background:rgba(0,0,0,.7)}#pc-rdr2-credits header,#pc-rdr2-progress header{position:sticky;top:0;display:flex;justify-content:space-between;gap:16px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.1);background:#111216}#pc-rdr2-credits header p,#pc-rdr2-credits h2,#pc-rdr2-progress header p,#pc-rdr2-progress h2{margin:0}#pc-rdr2-credits header p,#pc-rdr2-progress header p{color:#b9bec8;font-size:.72rem;text-transform:uppercase}#pc-rdr2-credits section,#pc-rdr2-progress section{padding-top:12px;color:#b9bec8;line-height:1.55}#pc-rdr2-credits section h3,#pc-rdr2-progress section h3{color:#fff}#pc-rdr2-credits-close,#pc-rdr2-progress-close{width:42px;height:42px;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:#252930;color:#fff;font-size:1.2rem}.pc-rdr2-progress-dialog-total{padding:12px;border-radius:8px;background:#252930}.pc-rdr2-progress-dialog-total span{color:#b9bec8}#pc-rdr2-progress-categories p,#pc-rdr2-progress-sets li{display:flex;justify-content:space-between;gap:16px;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.08)}#pc-rdr2-progress-sets{padding-left:22px}#pc-rdr2-progress footer{display:flex;flex-wrap:wrap;gap:8px;padding-top:14px}#pc-rdr2-progress footer button,#pc-rdr2-progress-reset button{padding:9px 11px;border:1px solid rgba(255,255,255,.14);border-radius:6px;background:#252930;color:#fff;font:inherit;cursor:pointer}.is-danger{border-color:#a54a48!important;color:#ffc1bf!important}#pc-rdr2-import-choice{flex-basis:100%;padding-top:8px}#pc-rdr2-progress-reset{width:min(440px,calc(100vw - 32px));padding-top:20px}#pc-rdr2-progress-reset div{display:flex;justify-content:flex-end;gap:8px}.pc-rdr2-popup-guide{display:block;margin-top:14px;padding:12px 0 2px;border-top:1px solid rgba(255,255,255,.12);font-weight:750}.pc-rdr2-popup-guide[hidden]{display:none}.pc-rdr2-popup-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.pc-rdr2-popup-actions button{min-height:44px;margin:0}.pc-rdr2-popup-actions button:hover{border-color:rgba(255,255,255,.3);background:#30353d}.pc-rdr2-popup-actions button:active{transform:translateY(1px)}.pc-rdr2-popup-actions button:focus-visible,.pc-rdr2-popup-guide:focus-visible{outline:2px solid var(--pc-color-brand,#ff5e59);outline-offset:2px}.pc-rdr2-popup-actions button.is-success{border-color:#67b58a;color:#c9f5db}
@media (prefers-reduced-motion:reduce){#pc-rdr2-sidebar{transition:none}}
@media (max-width:768px){:root{--pc-map-header-height:54px}.pc-map-header{height:var(--pc-map-header-height);gap:10px;padding-inline:12px}.pc-map-brand,.pc-map-brand img{width:138px}.pc-map-header nav{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.pc-map-header-actions{gap:5px}.pc-map-header-actions button{width:40px;min-width:40px;min-height:40px;justify-content:center;padding:0}.pc-map-action-label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.pc-map-header-actions button::after{content:attr(data-tooltip);position:absolute;z-index:40;top:calc(100% + 7px);right:0;width:max-content;padding:6px 8px;border-radius:4px;background:#111216;color:#fff;font-size:.7rem;opacity:0;pointer-events:none}.pc-map-header-actions button:hover::after,.pc-map-header-actions button:focus-visible::after{opacity:1}#pc-rdr2-credits-open{display:none}#pc-rdr2-menu-toggle{display:inline-flex}.pc-rdr2-map-page.is-map-drawer-open .pc-rdr2-menu-open-icon{display:none}.pc-rdr2-map-page:not(.is-map-drawer-open) .pc-rdr2-menu-open-icon{display:block}.pc-rdr2-map-page.is-map-drawer-open .pc-rdr2-menu-close-icon{display:block}.pc-rdr2-map-page:not(.is-map-drawer-open) .pc-rdr2-menu-close-icon{display:none}#pc-rdr2-shell{position:relative;display:block}#pc-rdr2-sidebar{position:absolute;top:0;bottom:0;left:0;width:min(360px,calc(100vw - 30px));height:auto;max-height:none;padding:18px 16px max(16px,env(safe-area-inset-bottom));overflow:hidden;border:0;border-right:1px solid rgba(255,255,255,.12);border-radius:0 12px 12px 0;background:#111216;box-shadow:18px 0 42px rgba(0,0,0,.38);transition:transform .2s ease,opacity .2s ease}#pc-rdr2-sidebar .pc-rdr2-sidebar-content{height:100%;padding-bottom:max(20px,calc(var(--pc-map-ad-clearance) + env(safe-area-inset-bottom)));overflow-x:hidden;overflow-y:auto}#pc-rdr2-sidebar.is-collapsed{top:0;bottom:0;left:0;width:min(360px,calc(100vw - 30px));height:auto;padding:18px 16px max(16px,env(safe-area-inset-bottom));border:0;border-right:1px solid rgba(255,255,255,.12);border-radius:0 12px 12px 0;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-100%)}#pc-rdr2-sidebar-toggle{display:none!important}#pc-rdr2-sidebar h1{padding:0;font-size:1.18rem}.pc-rdr2-source{display:block}.pc-rdr2-search-field,.pc-rdr2-search-field input{max-width:100%}#pc-rdr2-map-region{width:100%;height:100%}.pc-rdr2-controls{top:max(12px,env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right));transition:opacity .15s ease}.pc-rdr2-map-page.is-map-drawer-open .pc-rdr2-controls{visibility:hidden;opacity:0;pointer-events:none}.pc-rdr2-map-page.is-map-drawer-open .pc-rdr2-popup{visibility:hidden;pointer-events:none}.pc-rdr2-popup{right:10px;bottom:calc(12px + var(--pc-map-ad-clearance));left:10px;width:auto;max-height:calc(100% - var(--pc-map-ad-clearance) - 24px);padding:16px 16px max(16px,env(safe-area-inset-bottom))}.pc-rdr2-popup-heading{gap:10px;padding-right:34px}.pc-rdr2-popup-icon{width:38px;height:38px;flex-basis:38px}.pc-rdr2-popup-icon .gtadb-map-icon{width:20px;height:20px}.pc-rdr2-popup h2{margin-top:3px;font-size:1.25rem;line-height:1.2}.pc-rdr2-popup-meta{font-size:.7rem;line-height:1.3}.pc-rdr2-popup-body p{margin:10px 0;font-size:.96rem;line-height:1.45}.pc-rdr2-popup-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.pc-rdr2-popup-actions button{min-height:44px;margin:0;padding:8px;font-size:.78rem}#pc-rdr2-popup-close{top:4px;right:5px}}
.pc-map-embed-document{--pc-map-embed-bar-height:42px;--pc-map-visual-height:100%;height:100%;min-height:0}.pc-map-embed-document .pc-map-embed-bar{display:flex;height:var(--pc-map-embed-bar-height);align-items:center;justify-content:space-between;gap:12px;padding:0 12px;border-bottom:1px solid rgba(255,255,255,.12);background:#111216;color:#fff;font-size:.78rem}.pc-map-embed-document .pc-map-embed-bar a{color:#fff;font-weight:800}.pc-map-embed-document #pc-rdr2-shell{height:calc(100% - var(--pc-map-embed-bar-height))}.pc-map-embed-document #pc-rdr2-sidebar{position:absolute;z-index:22;top:12px;left:12px;width:min(300px,calc(100% - 82px));height:auto;max-height:180px;padding:10px;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:rgba(17,18,22,.96)}.pc-map-embed-document #pc-rdr2-sidebar h1,.pc-map-embed-document .pc-rdr2-intro,.pc-map-embed-document .pc-rdr2-progress-summary,.pc-map-embed-document .pc-rdr2-filter-heading,.pc-map-embed-document .pc-rdr2-layer,.pc-map-embed-document .pc-rdr2-spoiler-note,.pc-map-embed-document .pc-rdr2-status-filter,.pc-map-embed-document .pc-rdr2-section,.pc-map-embed-document .pc-rdr2-credits-drawer-open,.pc-map-embed-document .pc-rdr2-source,.pc-map-embed-document #pc-rdr2-sidebar-toggle{display:none!important}.pc-map-embed-document .pc-rdr2-tools{margin:0}.pc-map-embed-document .pc-rdr2-filter[aria-pressed="false"]{display:none}.pc-map-embed-document .pc-rdr2-filter[aria-pressed="true"]{min-height:38px;margin-top:6px;padding:5px 8px}.pc-map-embed-document #pc-rdr2-map-region{width:100%;height:100%}.pc-map-embed-document.is-map-drawer-open .pc-rdr2-controls{visibility:visible;opacity:1;pointer-events:auto}@media(max-width:600px){.pc-map-embed-document{--pc-map-embed-bar-height:40px}.pc-map-embed-document .pc-map-embed-bar strong{display:none}.pc-map-embed-document .pc-map-embed-bar{justify-content:flex-end}.pc-map-embed-document #pc-rdr2-sidebar{top:8px;left:8px;width:calc(100% - 70px);max-height:118px;padding:8px}.pc-map-embed-document .pc-rdr2-filter{display:none!important}.pc-map-embed-document .pc-rdr2-popup{bottom:8px;max-height:calc(100% - 16px)}}
@media (max-width:560px){.pc-map-header nav{display:none}}
.pc-map-embed-full-label-mobile,.pc-map-embed-filter-toggle{display:none}.pc-map-embed-document .pc-map-embed-bar a{display:inline-flex;min-height:30px;align-items:center;padding:4px 10px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.055);color:#fff;font-size:.72rem;font-weight:750;line-height:1;text-decoration:none;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.pc-map-embed-document .pc-map-embed-bar a:hover{border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.1);color:#fff}.pc-map-embed-document .pc-map-embed-bar a:focus-visible{outline:2px solid var(--pc-color-brand,#ff5e59);outline-offset:2px}.pc-map-embed-document #pc-rdr2-shell{position:relative}.pc-map-embed-document #pc-rdr2-sidebar{top:16px}@media(max-width:600px){.pc-map-embed-document .pc-map-embed-bar{justify-content:center;padding-inline:8px}.pc-map-embed-document .pc-map-embed-bar a{min-height:34px;padding:4px 9px;font-size:.7rem}.pc-map-embed-full-label{display:none}.pc-map-embed-full-label-mobile{display:inline}.pc-map-embed-document .pc-map-embed-filter-toggle{position:absolute;z-index:23;top:12px;left:8px;display:inline-flex;min-width:86px;min-height:40px;align-items:center;justify-content:center;gap:6px;padding:6px 10px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(17,18,22,.96);color:#fff;font:inherit;font-size:.76rem;font-weight:800;cursor:pointer}.pc-map-embed-document .pc-map-embed-filter-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .15s ease}.pc-map-embed-document .pc-map-embed-filter-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}.pc-map-embed-document .pc-map-embed-filter-toggle:focus-visible{outline:2px solid var(--pc-color-brand,#ff5e59);outline-offset:2px}.pc-map-embed-document .pc-map-embed-filter-toggle[aria-expanded="false"]+#pc-rdr2-sidebar{display:none}.pc-map-embed-document #pc-rdr2-sidebar{top:60px;left:8px;width:calc(100% - 82px);max-height:150px}.pc-map-embed-document .pc-rdr2-controls{top:12px;right:12px}}
@media(max-width:600px){.pc-map-embed-document #pc-rdr2-sidebar.is-embed-filter-open .pc-rdr2-filter[aria-pressed="true"]{display:grid!important}}
@media(max-width:600px){.pc-map-embed-document{--pc-map-embed-bar-height:48px}.pc-map-embed-document .pc-map-embed-bar a{min-height:44px}.pc-map-embed-document .pc-map-embed-filter-toggle{min-height:44px}.pc-map-embed-document #pc-rdr2-sidebar{top:68px}}
@media(max-width:600px){.pc-map-embed-document #pc-rdr2-sidebar.is-embed-filter-open{bottom:auto;height:auto;max-height:none;overflow:visible}.pc-map-embed-document #pc-rdr2-sidebar.is-embed-filter-open .pc-rdr2-sidebar-content{height:auto;padding-bottom:0;overflow:visible;scroll-padding-bottom:0}}
