@import"https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Ephesis&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playwrite+AU+TAS:wght@100..400&display=swap";:root{--edge: .5rem;--nav-h: 64px;--rounded: 14px}#topnav-container{position:fixed;top:var(--edge);left:50%;transform:translate(-50%);width:min(1100px,calc(100% - 2 * var(--edge)));height:var(--nav-h);padding:0 .9rem;display:flex;align-items:center;justify-content:space-between;background:#64646459;backdrop-filter:blur(2px) saturate(100%);-webkit-backdrop-filter:blur(2px) saturate(100%);border:1px solid rgba(255,255,255,.18);border-radius:var(--rounded);z-index:10;pointer-events:auto}#topnav-container button{font-family:inherit}#topnav-title{font-size:xxx-large;font-weight:600;font-style:italic;margin:0}#topnav-left{display:flex;align-items:center;gap:1rem}.title-menu{position:relative;display:inline-flex}.title-menu-heading{display:inline-flex}.title-menu-trigger{display:inline-flex;align-items:center;padding:0;border:none;background:transparent;font:inherit;color:inherit;cursor:pointer}.title-menu-menu{position:absolute;top:calc(100% + .4rem);left:0;margin:0;padding:.25rem;list-style:none;min-width:10rem;background:#fffffff7;border:1px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 4px 14px #0000002e;z-index:20}.title-menu-option{display:block;width:100%;padding:.4rem .8rem;border:none;background:transparent;border-radius:6px;font-family:inherit;font-size:1rem;text-align:left;white-space:nowrap;color:#222;cursor:pointer}.title-menu-option:hover{background:#0000000f}.login-buttons-container{height:100%;display:flex;align-items:center;justify-content:center}#topnav-button-container{display:flex;flex-direction:row;gap:1rem}#new-post-button{background-color:#4778fcc4;color:#000}#new-post-button:hover{background-color:#4778fff4}.topnav-buttons{border:1px solid #ccc;background-color:#ddd;border-radius:32px;padding:.5rem 2rem;font-size:larger;cursor:pointer;transition:background-color .25s ease}.topnav-buttons:hover{background-color:#ccc}#hamburger-button{display:flex;flex-direction:column;justify-content:center;gap:5px;width:2.75rem;height:2.75rem;padding:0 .5rem;border:none;border-radius:8px;background:transparent;cursor:pointer}#hamburger-button span{display:block;height:3px;width:100%;border-radius:2px;background:#1a1a1a;transition:transform .2s ease,opacity .2s ease}#hamburger-button.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}#hamburger-button.open span:nth-child(2){opacity:0}#hamburger-button.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}#mobile-menu{display:none;position:fixed;top:calc(var(--edge) + var(--nav-h) + .5rem);left:50%;transform:translate(-50%);width:calc(100% - 2 * var(--edge));height:calc(100vh - var(--nav-h) - .5rem - 2 * var(--edge));height:calc(100dvh - var(--nav-h) - .5rem - 2 * var(--edge));box-sizing:border-box;flex-direction:column;gap:.9rem;padding:1rem;background:#64646459;backdrop-filter:blur(8px) saturate(100%);-webkit-backdrop-filter:blur(8px) saturate(100%);border:1px solid rgba(255,255,255,.18);border-radius:var(--rounded);z-index:10;overflow-y:auto}#mobile-menu.open{display:flex}#mobile-title-menu{display:flex;flex-direction:row;align-items:center;gap:1.5rem;flex:0 0 auto;overflow-x:auto;-webkit-overflow-scrolling:touch}.mobile-title-option{flex:0 0 auto;white-space:nowrap;padding:.25rem 0;border:none;background:transparent;font-family:inherit;font-size:1.05rem;font-weight:600;color:#1a1a1a;cursor:pointer}.mobile-title-option:active{opacity:.55}#mobile-menu .search-bar{flex:0 0 auto;max-width:none}#mobile-menu-divider{display:flex;align-items:center;gap:.6rem;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#1a1a1a}#mobile-menu-divider:before,#mobile-menu-divider:after{content:"";flex:1;height:1px;background:#0000004d}#mobile-menu #posts-container{position:static;transform:none;width:100%;max-width:none;height:auto;max-height:none;flex:1;min-height:0}#mobile-menu #posts{width:100%;min-height:0;padding:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;border-radius:0}#mobile-menu #posts-header,#mobile-menu #posts-show-arrow{display:none}#mobile-menu #posts-list{min-height:8rem}@media (max-width: 768px),(max-height: 500px) and (orientation: landscape){.topnav-buttons{padding:.5rem 1rem;font-size:medium}#topnav-button-container{gap:.5rem}}.search-bar{position:relative;display:inline-flex;flex:1 1 auto;min-width:11rem;max-width:22rem}.search-bar--block{display:flex;max-width:none;width:100%}.search-bar-input{width:100%;padding:.5rem 2.1rem .5rem .9rem;border:1px solid #ccc;border-radius:16px;background:#ffffffeb;font-family:inherit;font-size:1rem;color:#222;outline:none;transition:border-color .15s ease,background .15s ease}.search-bar-input::placeholder{color:#777}.search-bar-input:focus{border-color:#4778fc;background:#fff}.search-bar-input--error{border-color:red}.search-bar-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#888;font-size:1rem;pointer-events:none}.search-bar--block .search-dropdown{width:100%}.search-dropdown{position:absolute;top:calc(100% + .4rem);left:0;width:min(28rem,90vw);max-height:70vh;overflow-y:auto;padding:.35rem;background:#fffffffa;border:1px solid rgba(0,0,0,.1);border-radius:10px;box-shadow:0 6px 20px #00000038;z-index:30}.search-status{padding:.6rem .8rem;color:#666;font-size:.95rem}.search-section{padding:.15rem 0}.search-section+.search-section{border-top:1px solid rgba(0,0,0,.07)}.search-section-label{padding:.3rem .7rem;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#888}.search-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.45rem .7rem;border-radius:7px;cursor:pointer}.search-row:hover,.search-row.highlighted{background:#4778fc1f}.search-row-main{display:flex;flex-direction:column;min-width:0}.search-row-title{font-size:.98rem;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-row-sub{font-size:.8rem;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-row-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.search-row-indicator{display:inline-flex;align-items:center;gap:.3rem}.search-row .stars{width:14px;height:14px}.search-row-meta{margin-top:.15rem;font-size:.75rem;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-row-review-btn{border:1px solid #4778fc;background:transparent;color:#2c5bd6;border-radius:14px;padding:.2rem .6rem;font-family:inherit;font-size:.78rem;cursor:pointer;white-space:nowrap}.search-row-review-btn:hover{background:#4778fc1f}.search-row-tag{font-size:.72rem;color:#888;border:1px solid rgba(0,0,0,.15);border-radius:10px;padding:.1rem .45rem;flex-shrink:0}.stars{width:1rem;height:1rem}.each-post-container{position:relative;margin-top:.5rem;padding:1em;border:1px solid #000;border-radius:16px;background-color:#f5fffab3}.each-post-container.top-tier{border:2px solid #ffd700;box-shadow:inset 0 0 8px #ffd70073}.each-post-container.selected{box-shadow:inset 0 0 0 3px #2b8aef;background-color:#fffffff2}.each-post-star{position:absolute;top:.6rem;right:.6rem;width:1.4rem;height:1.4rem;filter:drop-shadow(0 1px 1px rgba(0,0,0,.35));pointer-events:none}.each-post-container.top-tier .each-post-header{padding-right:1.75rem}.each-post-header{margin:0;font-weight:700;font-size:1.1rem}.each-post-title{margin:.2rem 0;font-weight:500;font-style:italic}.ratings-group{margin:.5rem 0;display:flex;flex-direction:column;gap:.2rem}.each-post-rating{display:flex;align-items:center;justify-content:space-between;gap:1rem}.rating-label{font-size:.85rem;color:#555;white-space:nowrap}.each-post-comment{margin:.5rem 0 0;font-size:.9rem;color:#333}.each-post-meta{margin-top:.4rem;padding-top:.4rem;border-top:1px solid rgba(0,0,0,.08);font-size:.75rem;color:#777}#posts-container{position:fixed;display:inline-flex;flex-direction:row;z-index:10;top:10vh;max-height:85vh;max-width:30vw;height:85vh;width:30vw;transform:translate(-50%);transition:left .5s ease;left:-10vw;background:#0000}#posts-container.show{left:16vw}#posts{padding:1em;flex:1 1 auto;display:inline-flex;flex-direction:column;background:#6464644d;backdrop-filter:blur(2px) saturate(100%);-webkit-backdrop-filter:blur(2px) saturate(100%);border:1px solid rgba(255,255,255,.18);border-radius:14px;pointer-events:auto}#posts-header-container{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem}#posts-header{margin:0;width:100%;display:flex;justify-content:center}#posts-filters{display:flex;gap:.5rem;width:100%}.sort-dropdown{flex-grow:1;padding:.3rem;border-radius:8px;border:1px solid #ccc;background:#fff;font-size:.9rem}.sort-order-btn{padding:.3rem .6rem;border-radius:8px;border:1px solid #ccc;background:#fff;cursor:pointer;font-weight:700}#posts-list{flex-grow:1;overflow-y:auto;padding-right:.5rem}#posts-show-arrow{display:flex;justify-content:center;align-items:center}.posts-arrows{width:5em;height:5em}.arrow-wrapper{position:relative;display:inline-block}.arrow-wrapper:after{content:attr(data-tooltip);position:absolute;top:50%;left:100%;transform:translate(.5em,-50%);padding:.4em .7em;background:#000c;color:#fff;font-size:.85rem;white-space:nowrap;border-radius:6px;opacity:0;pointer-events:none;transition:opacity .15s ease}.arrow-wrapper:hover:after{opacity:1}@keyframes arrow-jiggle{0%,85%,to{transform:translate(0)}87.5%{transform:translate(5px)}90%{transform:translate(-2px)}92.5%{transform:translate(4px)}95%{transform:translate(-2px)}97.5%{transform:translate(2px)}}.arrow-jiggle{animation:arrow-jiggle 5s ease-in-out infinite}.arrow-wrapper:hover .arrow-jiggle{animation-play-state:paused}#helper-message-container{position:fixed;left:50%;transform:translate(-50%);bottom:-100px;width:max-content;max-width:min(28rem,calc(100vw - 2rem));opacity:0;z-index:10000;display:flex;justify-content:center;pointer-events:none;transition:bottom .5s ease,opacity .5s ease}#helper-message-container.show{bottom:15%;opacity:1}#helper-message-container.show #helper-message{pointer-events:auto}#helper-message-container.behind-window{z-index:500}#helper-message{position:relative;font-size:1rem;font-weight:500;line-height:1.45;text-align:center;padding:.85rem 1.25rem;border:1px solid rgba(0,0,0,.1);border-radius:16px;background:#fff;color:#1a1a1a;box-shadow:0 6px 20px #00000038;overflow-wrap:anywhere;display:flex;flex-direction:column;gap:.65rem}.helper-dismiss{position:absolute;top:-9px;right:-9px;width:22px;height:22px;padding:0;border:1px solid rgba(0,0,0,.15);border-radius:50%;background:#fff;color:#666;font-size:15px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px #0000002e}.helper-dismiss:hover{background:#f2f2f2;color:#1a1a1a}.helper-progress-track{position:relative;width:100%;height:5px;border-radius:999px;background:#00000014;overflow:hidden}.helper-progress-fill{border-radius:inherit;background:#4778fc}.helper-progress-fill.countdown{width:100%;height:100%;transform-origin:left center;animation:helper-progress-deplete linear forwards}.helper-progress-fill.loading{position:absolute;top:0;bottom:0;width:40%;animation:helper-progress-indeterminate 1.1s ease-in-out infinite}.helper-actions{display:flex;gap:.5rem}.helper-action{flex:1;padding:.5rem 1.25rem;border:1px solid rgba(0,0,0,.15);border-radius:10px;background:#eee;color:#1a1a1a;font:inherit;font-weight:600;cursor:pointer}.helper-action.primary{border-color:#4778fc;background:#4778fc;color:#fff}@keyframes helper-progress-deplete{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes helper-progress-indeterminate{0%{left:-40%}to{left:100%}}.heatmap-legend{position:fixed;right:.5rem;bottom:1.75rem;z-index:10;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:.5rem .6rem;background:#ffffffeb;border-radius:12px;box-shadow:0 4px 16px #0000002e;pointer-events:none;-webkit-user-select:none;user-select:none}.heatmap-legend-title{font-size:.8rem;font-weight:700;color:#333}.heatmap-legend-body{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.heatmap-legend-body-inner{display:contents}.heatmap-legend-filters,.heatmap-legend-scale-group{display:flex;flex-direction:column;gap:.3rem}.legend-toggle{display:inline-flex;align-items:center;gap:.15rem;padding:.15rem;border-radius:999px;background:#00000012;pointer-events:auto}.legend-toggle-option{border:none;background:transparent;border-radius:999px;padding:.22rem .6rem;font-family:inherit;font-size:.72rem;font-weight:500;color:#555;cursor:pointer;white-space:nowrap;transition:background .15s ease,color .15s ease}.legend-toggle-option:hover{color:#1a1a1a}.legend-toggle-option.selected{background:#fff;color:#1a1a1a;font-weight:600;box-shadow:0 1px 3px #0000002e}.heatmap-legend-bar{position:relative;width:150px;height:10px;border-radius:6px;background:linear-gradient(to right,#2c7bb6,#abd9e9,#ffffbf,#fdae61,#d7191c)}.heatmap-legend-scale{display:flex;justify-content:space-between;font-size:.7rem;color:#666}.heatmap-legend-avg{position:absolute;top:-2px;bottom:-2px;width:2px;background:#1a1a1a;border-radius:1px;transform:translate(-1px);box-shadow:0 0 0 1px #ffffffe6}.heatmap-legend-key{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.15rem}.heatmap-legend-key li{display:flex;align-items:center;gap:.35rem;font-size:.7rem;color:#555}.heatmap-legend-avg-swatch{flex:none;width:2px;height:12px;background:#1a1a1a;border-radius:1px;box-shadow:0 0 0 1px #00000026}.heatmap-legend-star{flex:none;width:13px;height:13px;fill:gold;stroke:#7a5c00;stroke-width:1.2;stroke-linejoin:round}@media (max-width: 768px),(max-height: 500px) and (orientation: landscape){.heatmap-legend.mobile-sheet{right:0;left:0;bottom:0;width:100%;max-width:none;align-items:stretch;gap:0;padding:0;overflow:hidden;border-radius:16px 16px 0 0;background:#fffffff2;backdrop-filter:blur(6px) saturate(120%);-webkit-backdrop-filter:blur(6px) saturate(120%);box-shadow:0 -4px 20px #00000038;z-index:9;pointer-events:auto}#tipmap .mapboxgl-ctrl-bottom-left,#tipmap .mapboxgl-ctrl-bottom-right{bottom:3.3rem}.mobile-sheet .heatmap-legend-body{display:grid;grid-template-rows:1fr;transition:grid-template-rows .4s ease}.mobile-sheet.collapsed .heatmap-legend-body{grid-template-rows:0fr}.heatmap-legend-handle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;width:100%;height:3rem;box-sizing:border-box;padding:.5rem 1rem;border:none;background:transparent;font-family:inherit;color:inherit;line-height:1;cursor:pointer}.heatmap-legend-grabber{width:36px;height:4px;border-radius:999px;background:#0000002e}.heatmap-legend-handle-row{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile-sheet .heatmap-legend-title{font-size:.95rem}.heatmap-legend-chevron{width:.85rem;height:.85rem;fill:none;stroke:#444;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s ease}.heatmap-legend.collapsed .heatmap-legend-chevron{transform:rotate(180deg)}.mobile-sheet .heatmap-legend-body-inner{display:flex;flex-direction:column;align-items:stretch;gap:.7rem;min-height:0;overflow:hidden;padding:0 1rem}.mobile-sheet .heatmap-legend-scale-group{margin-bottom:calc(1rem + env(safe-area-inset-bottom))}.mobile-sheet .heatmap-legend-filters{gap:.5rem}.mobile-sheet .legend-toggle{display:flex;width:100%}.mobile-sheet .legend-toggle-option{flex:1 1 0;text-align:center;padding:.45rem .6rem;font-size:.85rem}.mobile-sheet .heatmap-legend-bar{width:100%;height:12px}.mobile-sheet .heatmap-legend-scale,.mobile-sheet .heatmap-legend-key li{font-size:.78rem}}.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom,.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-left,.mapboxgl-ctrl-right,.mapboxgl-ctrl-top,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top{left:50%;top:0;transform:translate(-50%)}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-right{right:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl-bottom{bottom:0;left:50%;transform:translate(-50%)}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-left{left:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl,.mapboxgl-ctrl-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-bottom .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl,.mapboxgl-ctrl-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:initial;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;overflow:hidden;padding:0;width:29px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:initial}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:#0000000d}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' 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 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' 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.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;box-sizing:initial;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:#0000000d}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid #0000;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:initial;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:#0000000d}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;transition:opacity .2s;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid #0000;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid #0000;transform:translate(7.5px,-28px) skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{align-items:center;background:#000000b3;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .75s ease-in-out;transition-delay:1s;width:100%}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button{background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#333;cursor:pointer;font-size:12px;height:auto;line-height:1.5;margin:2px;padding:5px 10px;width:auto}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button:hover{background-color:#f0f0f0}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected{background-color:#4264fb;border-color:#4264fb;color:#fff}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected:hover{background-color:#3151d9}#tipmap{width:100%;height:100%}#tipmap.map-error{display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center;color:#555;background:#f4f4f4}#tipmap.map-error p{max-width:28rem;margin:0}#restaurant-popup-container{padding:.5rem 1rem .5rem .5rem;max-width:10rem}#restaurant-popup-header{margin:0;font-size:x-large;font-weight:700}#restaurant-popup-section-container{padding-top:.5rem;display:flex;flex-direction:column;justify-content:space-between}#restaurant-popup-ratings{display:flex;flex-direction:column;align-items:center;gap:.25rem}#restaurant-popup-button-container{padding-top:.5rem;display:flex;flex-direction:row;justify-content:center;gap:1rem}#restaurant-popup-see-review-button{background-color:#ccc;border:none;border-radius:12px;height:2em;padding:0 .9rem;cursor:pointer;font-family:inherit}#restaurant-popup-see-review-button:hover{background-color:silver}#restaurant-popup-write-review-button{background-color:#4778fcc4;border:none;border-radius:12px;height:2em;padding:0 .9rem;cursor:pointer;font-family:inherit}#restaurant-popup-write-review-button:hover{background-color:#4778fff4}.mapboxgl-popup-close-button{font-size:x-large!important}#restaurant-popup-post-helper{margin:0;margin-top:.5rem;font-size:small;font-style:italic}#email-field{width:100%;box-sizing:border-box}.eye-outline{position:absolute;top:50%;right:10px;padding:5px;transform:translateY(-80%)}.link{color:#00f;cursor:pointer}.login-button{margin-top:1rem;padding:.75rem 2rem;border:1px solid black;border-radius:16px;background-color:#eee;font-size:large;cursor:pointer}#login-form-container{width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column;margin-top:.75rem}#new-user-message{margin-top:.5rem;margin-left:.5rem}.password-container{position:relative;width:100%}.password-field{width:100%;box-sizing:border-box}#forgot-password-link{margin-top:.5rem;margin-left:.5rem}#ca-form-container{margin-top:.75rem;display:flex;flex-direction:column}#select-occupation{z-index:100000}h6{font-size:large;margin:1rem 0 .5rem;font-weight:600}#other-found-input{display:none;margin-top:1rem}.reset-password-inner-container{height:80%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.reset-password-description{font-size:medium;font-weight:400}.reset-password-form{margin:1rem 0;width:100%;display:flex;flex-direction:column}#forgot-password-email-field{width:auto;padding:1rem;text-align:center}#forgot-password-email-field::placeholder{text-align:center}.forgot-password-center-container{width:auto;display:flex;justify-content:center}#forgot-password-form{display:flex;flex-direction:column}#auth-window{z-index:999}#auth-window-header-container{display:flex;flex-direction:row;justify-content:space-between}#auth-window-header{margin:0;font-size:xx-large;font-style:italic;font-weight:600}#auth-window-header-buttons-container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1em}.auth-window-header-buttons{font-size:x-large;font-weight:600}#auth-window .login-button{width:100%;margin-top:1rem;padding:.85rem;border:none;border-radius:12px;font-size:1rem;font-weight:600}@media (max-width: 768px) and (orientation: portrait){#auth-window{width:100vw;min-width:0;max-width:100vw;top:auto;bottom:0;left:0;transform:none;height:auto;max-height:92vh;max-height:92dvh;box-sizing:border-box;padding:1.9rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom));border:none;border-radius:20px 20px 0 0;box-shadow:0 -6px 24px #0000002e;overflow-y:auto}#auth-window:before{content:"";position:absolute;top:.5rem;left:50%;transform:translate(-50%);width:2.5rem;height:4px;border-radius:2px;background:#ddd}#auth-window.show-window{animation:window-sheet-up .26s ease-out}#auth-window.hide-window{animation:window-sheet-down .26s ease-in forwards}#auth-window-header{font-size:x-large}}@media (max-height: 500px) and (orientation: landscape){#auth-window{width:95vw;min-width:0;max-width:95vw;height:100vh;height:100dvh;max-height:none;box-sizing:border-box;overflow-y:auto}}.new-post-form-container{display:flex;flex-direction:column;gap:1rem}.new-post-helper-header{margin:0;font-size:.85rem;font-weight:300;color:#777}#new-post-login-header-helper{font-weight:400;color:red}.new-post-input{width:100%}.avg-tips-container{display:flex;flex-direction:column;gap:.5rem}.avg-tips-header{margin:0;padding:0;font-size:.95rem;font-weight:600;color:#333}.avg-tips-ratings-container{margin:0;display:flex;flex-direction:row;justify-content:space-between;gap:.4rem}.avg-tips-rating{display:none;cursor:pointer}.avg-tips-label{flex:1 1 0;padding:.5rem .2rem;display:inline-block;border:2px solid #d9d9d3;border-radius:32px;background-color:#f3f3ef;cursor:pointer;text-align:center;white-space:nowrap;font-size:.82rem}.avg-tips-label:hover{border-color:#4778fcc4}.avg-tips-rating:checked+.avg-tips-label{background-color:#4778fff4;color:#fff}#star-rating-container{margin:0;display:flex;flex-direction:column;justify-content:space-between;gap:.4rem}#star-rating-container>span{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.4rem 0;font-size:.95rem;font-weight:600;color:#333;border-radius:8px}.new-post-star-rating{display:flex;cursor:pointer;gap:.5rem}.new-post-star-rating svg{width:28px;height:28px}#new-post-window-button-container{display:flex;justify-content:center;margin-top:.25rem}#new-post-next-button,#create-new-post-button{width:100%;margin-top:0;padding:.85rem;border:none;border-radius:12px;font-size:1rem;font-weight:600}#create-new-post-button{background-color:#4778fc;color:#fff}.new-post-details{margin:0;font-size:.95rem;font-weight:600;color:#333}.post-details-inputs{border:1px solid #ccc;border-radius:16px;padding:1rem;font-family:inherit;color:#222;transition:border-color .15s ease}.post-details-inputs::placeholder{color:#777}.post-details-inputs:focus{outline:none;border-color:#4778fc}#post-details-title{width:100%;box-sizing:border-box;font-size:medium;font-weight:500}#post-details-textarea{width:100%;box-sizing:border-box;height:7rem;font-size:medium;resize:vertical}#new-post-city-state-container{display:flex;flex-direction:row;justify-content:space-between;gap:1rem}mapbox-search-box::part(input){padding:1rem}#new-post-window{max-height:80vh;overflow-y:auto;z-index:999}#new-post-window-header-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.35rem}#new-post-header{padding:0;margin:0;font-size:xx-large;font-weight:600;font-style:italic}@media (max-width: 768px) and (orientation: portrait){#new-post-window{width:100vw;min-width:0;max-width:100vw;top:auto;bottom:0;left:0;transform:none;height:auto;max-height:92vh;max-height:92dvh;box-sizing:border-box;padding:1.9rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom));border:none;border-radius:20px 20px 0 0;box-shadow:0 -6px 24px #0000002e;overflow-y:auto}#new-post-window:before{content:"";position:absolute;top:.5rem;left:50%;transform:translate(-50%);width:2.5rem;height:4px;border-radius:2px;background:#ddd}#new-post-window.show-window{animation:window-sheet-up .26s ease-out}#new-post-window.hide-window{animation:window-sheet-down .26s ease-in forwards}#new-post-header{font-size:x-large}}@media (max-height: 500px) and (orientation: landscape){#new-post-window{width:95vw;min-width:0;max-width:95vw;height:100vh;height:100dvh;max-height:none;box-sizing:border-box}}.occupation-pills{display:inline-flex;flex-wrap:wrap;gap:.4em}.occupation-pill{display:inline-flex;align-items:center;border-radius:48px;border:1px solid;padding:.1em .45em;font-size:.6rem;line-height:1.2;white-space:nowrap}.occupation-pill--bartender{color:#6950e8;border-color:#6950e8;background-color:#6950e81a}.occupation-pill--server{color:#11b886;border-color:#11b886;background-color:#11b88626}.occupation-pill--other{color:#ef4777;border-color:#ef4777;background-color:#fe47772b}.occupation-pills--md{gap:.5em}.occupation-pills--md .occupation-pill{font-size:1rem;padding:.2em .4em}#profile-info-header{display:flex;flex-direction:row;justify-content:space-between}#profile-info-email{margin:0;display:flex;justify-content:center;align-items:center}#user-posts-container{margin-top:1rem;flex:1 1 auto;min-height:0;overflow-y:auto;border-top:1px solid #eee}#user-posts-head{position:sticky;top:0;background:#fff;z-index:1;padding-top:.25rem;padding-bottom:.75rem}#user-posts-header{margin:0;padding:0 0 .5rem;color:#333}#user-posts-meta{margin:0 0 .6rem;font-size:.8rem;color:#777}#user-posts-tabs{display:flex;gap:1.25rem;border-bottom:1px solid #eee}#user-posts-tabs button{background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;padding:.4rem .1rem;font-size:.9rem;font-weight:600;color:#888;cursor:pointer;transition:color .15s ease,border-color .15s ease}#user-posts-tabs button:hover{color:#555}#user-posts-tabs button.active{color:#1f2937;border-bottom-color:#2563eb}#user-posts-list{display:flex;flex-direction:column;gap:15px}.each-user-made-post{padding:1em;border:1px solid #000;border-radius:16px;background-color:#f5fffab3}.each-user-made-post-header{margin:0;font-weight:700;font-size:1.1rem}.each-user-made-post-title{margin:.4rem 0 0;font-weight:500;font-style:italic}.each-user-made-post-comment{margin:.4rem 0 0;font-size:.9rem;color:#333}.each-user-comment-context{margin:.4rem 0 0;font-size:.85rem;color:#777;font-style:italic}.each-user-comment-count{display:inline-flex;align-items:center;gap:.35rem;margin-top:.65rem;font-size:.8rem;color:#9ca3af}.each-user-made-post-empty{margin:.4rem 0 0;font-size:.85rem;color:#999;font-style:italic}.each-user-made-post-top{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.each-user-made-post-chevron{flex-shrink:0;font-size:.8rem;color:#888;transition:transform .3s ease}.each-user-made-post-date{margin:.15rem 0 0;font-size:.75rem;color:#9ca3af;font-variant-numeric:tabular-nums}.each-user-made-post.is-open .each-user-made-post-chevron{transform:rotate(180deg)}.user-post-ratings-collapse{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.each-user-made-post.is-open .user-post-ratings-collapse{grid-template-rows:1fr}.user-post-ratings-collapse>*{min-height:0;overflow:hidden}.user-post-ratings{display:flex;flex-direction:column;gap:.5rem;padding-top:.6rem;border-top:1px solid rgba(0,0,0,.08)}.user-post-rating-item{display:flex;justify-content:space-between;align-items:center}.user-post-rating-item span{font-size:.9rem;font-weight:500;color:#374151}#profile-settings{margin-top:.5rem;min-height:0;overflow-y:auto}.profile-settings-section-label{margin:0 0 .25rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#888}.privacy-section-label{margin-top:1.5rem}.profile-settings-row{width:100%;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem .25rem;background:none;border:none;border-bottom:1px solid #eee;font-size:1rem;text-align:left;cursor:pointer;transition:background-color .15s ease}.profile-settings-row:hover{background-color:#00000008}.profile-settings-row-label{flex-shrink:0;font-weight:500;color:#1f2937}.profile-settings-row-right{display:flex;align-items:center;gap:.6rem;min-width:0}.profile-settings-row-value{font-size:.9rem;color:#777;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-settings-row-chevron{flex-shrink:0;font-size:.8rem;color:#888}.privacy-row{cursor:default;flex-wrap:wrap}.privacy-row:hover{background-color:transparent}.privacy-row .profile-settings-row-label{display:flex;flex-direction:column;gap:.2rem;flex-shrink:1;min-width:0}.privacy-row-hint{font-size:.75rem;font-weight:400;color:#999}.privacy-radio-group{display:flex;align-items:center;gap:.65rem;flex-shrink:0;margin-left:auto;padding-right:.35rem}.privacy-radio-option{display:flex;align-items:center;gap:.3rem;font-size:.85rem;color:#374151;cursor:pointer;white-space:nowrap}.privacy-radio-option input[type=radio]{margin:0;accent-color:#3b82f6;cursor:pointer}.confirm-email-row{background-color:#ffbe3c14;border-radius:8px}.confirm-email-row:hover{background-color:#ffbe3c14}.confirm-email-verify{display:flex;align-items:center;gap:.5rem;margin-left:auto}.confirm-email-code-field{width:6.5rem;padding:.5rem .6rem;letter-spacing:.15em}.confirm-email-button{flex-shrink:0;padding:.5rem .9rem;border:none;border-radius:8px;font-size:.85rem;font-weight:600;color:#fff;background-color:#3b82f6;cursor:pointer}.confirm-email-resend{background:none;border:none;padding:0;font-size:.8rem}#change-password-form{display:flex;flex-direction:column;margin-top:.75rem}#logout-button,#delete-account-button{width:100%;margin-top:1.5rem;padding:.85rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;color:#9b0000;background-color:#ff505033}#delete-account-button{margin-top:.75rem;color:#fff;background-color:#9b0000}#profile-window{min-width:40vw;max-width:50vw;height:auto;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}#profile-window.narrow-face{min-width:0;width:28rem}#profile-window-inner-container{min-height:0;display:flex;flex-direction:column}#profile-window-header-container,#profile-window-inner-container>section:not(#profile-settings){flex-shrink:0}#profile-window-header-container{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem}#profile-window-header-buttons-container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1em}#profile-window-header{margin:0;font-size:xx-large;font-style:italic;font-weight:600}@media (max-width: 768px) and (orientation: portrait){#profile-window,#profile-window.narrow-face{width:100vw;min-width:0;max-width:100vw;top:auto;bottom:0;left:0;transform:none;height:auto;max-height:92vh;max-height:92dvh;box-sizing:border-box;padding:1.9rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom));border:none;border-radius:20px 20px 0 0;box-shadow:0 -6px 24px #0000002e}#profile-window:before{content:"";position:absolute;top:.5rem;left:50%;transform:translate(-50%);width:2.5rem;height:4px;border-radius:2px;background:#ddd}#profile-window.show-window{animation:window-sheet-up .26s ease-out}#profile-window.hide-window{animation:window-sheet-down .26s ease-in forwards}#profile-window-header{font-size:x-large}#profile-info-header{flex-direction:column;align-items:flex-start;gap:.5rem}#profile-info-email{justify-content:flex-start;font-size:.9rem;color:#666;word-break:break-all}}@media (max-height: 500px) and (orientation: landscape){#profile-window,#profile-window.narrow-face{width:95vw;min-width:0;max-width:95vw;max-height:100vh;max-height:100dvh;box-sizing:border-box}}#about-window{max-height:80vh;overflow-y:auto;z-index:999}#about-window-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:1rem}#about-header{padding:0;margin:0;font-size:xx-large;font-weight:600;font-style:italic}.about-close-btn{cursor:pointer}#about-description{margin:0 0 1.5rem;line-height:1.5;color:#333}#about-links{display:flex;flex-direction:column;gap:.75rem}.about-link{align-self:flex-start;color:#4778fc;font-weight:600;text-decoration:none}.about-link:hover{text-decoration:underline}@media (max-width: 768px) and (orientation: portrait){#about-window{width:100vw;min-width:0;max-width:100vw;top:auto;bottom:0;left:0;transform:none;height:auto;max-height:92vh;max-height:92dvh;box-sizing:border-box;padding:1.9rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom));border:none;border-radius:20px 20px 0 0;box-shadow:0 -6px 24px #0000002e}#about-window:before{content:"";position:absolute;top:.5rem;left:50%;transform:translate(-50%);width:2.5rem;height:4px;border-radius:2px;background:#ddd}#about-window.show-window{animation:window-sheet-up .26s ease-out}#about-window.hide-window{animation:window-sheet-down .26s ease-in forwards}#about-header{font-size:x-large}}.ratings-dropdown{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 1px 2px #0f172a08}.dropdown-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.875rem 1.1rem;background:#fff;border:none;cursor:pointer;font-size:1.05rem;font-weight:600;color:#1f2937;transition:background .15s ease}.dropdown-toggle:hover{background:#f9fafb}.ratings-collapse{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease;overflow:hidden}.ratings-dropdown.is-open .ratings-collapse{grid-template-rows:1fr}.ratings-collapse>*{min-height:0;overflow:hidden}.detail-ratings{background:#fff;border-top:1px solid #f1f3f5;padding:.85rem 1.1rem}.dropdown-chevron{transition:transform .3s ease}.ratings-dropdown.is-open .dropdown-chevron{transform:rotate(180deg)}.overall-rating-item{background:linear-gradient(135deg,#eff6ff,#f8fafc);border:1px solid #dbeafe;display:flex;justify-content:space-between;align-items:center;border-radius:10px;margin-bottom:.8rem;padding:.8rem 1rem}.overall-rating-values{display:flex;gap:1rem;align-items:center}.detail-rating-item-label{font-weight:700;font-size:1.1rem;color:#333}.ratings-grid{display:flex;flex-direction:column;gap:.8rem}.detail-rating-item{display:flex;justify-content:space-between;align-items:center;background:#fafbfc;border:1px solid #f1f3f5;padding:.7rem 1rem;border-radius:10px;transition:background .15s ease}.detail-rating-item:hover{background:#f5f7f9}.tips-rating-item{background:#f0fdf4;border-color:#d1fae5}.tips-rating-item:hover{background:#e8fbef}.detail-rating-item span{font-weight:500;color:#374151}.detail-section-header{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem;letter-spacing:-.01em}.detail-posts{display:flex;flex-direction:column;gap:1rem}.detail-post-tag{position:relative;background:#fff;border:1px solid #e5e7eb;padding:1rem 1.25rem;border-radius:12px;box-shadow:0 1px 2px #0f172a0a}.detail-post-date{position:absolute;top:.85rem;right:1rem;font-size:.75rem;color:#9ca3af;font-variant-numeric:tabular-nums}.detail-post-title{margin:0 0 .15rem;padding-right:4.5rem;font-size:1.05rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.detail-post-username{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin:0 0 .6rem;font-size:.8rem;color:#9ca3af}.detail-post-username-name{font-weight:600;color:#0f172a}.detail-post-comment{margin:0;color:#4b5563;line-height:1.55;font-size:.95rem}.detail-post-comment-count{display:inline-flex;align-items:center;gap:.35rem;margin-top:.65rem;font-size:.8rem;color:#9ca3af}.clickable-review{cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.clickable-review:hover{border-color:#cbd5e1;box-shadow:0 8px 20px -6px #0f172a1a;transform:translateY(-2px)}#restaurant-detail-window{width:35rem;max-width:90vw;max-height:85vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:1.75rem 2rem;background-color:#fff;border:1px solid #000;box-shadow:0 20px 40px -10px #0f172a1f,0 8px 16px -6px #0f172a0f;border-radius:18px;z-index:1001;display:flex;flex-direction:column;overflow:hidden;transition:left .3s ease-in-out}#restaurant-detail-window.shifted-left{left:calc(50% - 21rem)}#restaurant-detail-window-info{margin-bottom:1rem;flex-shrink:0}.window-header{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.5rem;flex-shrink:0}.close-btn{font-size:x-large;cursor:pointer}.close-btn:hover{color:#000}.restaurant-detail-content{display:flex;flex-direction:column;gap:1.5rem;flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:.5rem;margin-right:-.5rem}#restaurant-detail-window .ratings-dropdown,#restaurant-detail-window .detail-posts{flex-shrink:0}.see-all-btn{align-self:center;margin-top:1rem;flex-shrink:0;padding:.65rem 1.4rem;background:#3b82f6;color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;box-shadow:0 2px 4px #3b82f633;transition:all .18s ease}.see-all-btn:hover{background:#2563eb;box-shadow:0 6px 14px -2px #3b82f659;transform:translateY(-1px)}.detail-name{margin:0;font-size:2.25rem;font-weight:700;color:#0f172a;line-height:1.15;letter-spacing:-.02em}.detail-address{margin:0;font-size:1rem;color:#6b7280;line-height:1.5}.header-ratings{display:flex;gap:3rem;align-items:center;margin-bottom:.5rem}.header-ratings .stars{width:2rem;height:2rem}.detail-action-buttons{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.75rem}.detail-write-review-btn{background:#3b82f6;color:#fff;border:none;padding:.5rem 1.1rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .18s ease;box-shadow:0 2px 4px #3b82f633}.detail-write-review-btn:hover{background:#2563eb;box-shadow:0 6px 14px -2px #3b82f659;transform:translateY(-1px)}.detail-goto-btn{display:inline-flex;align-items:center;gap:.35rem;background:#fff;color:#2563eb;border:1px solid #bfdbfe;padding:.5rem 1.1rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .18s ease}.detail-goto-btn:hover{background:#eff6ff;border-color:#93c5fd;transform:translateY(-1px)}@media (max-width: 768px) and (orientation: portrait){#restaurant-detail-window{width:100vw;min-width:0;max-width:100vw;top:auto;bottom:0;left:0;transform:none;height:auto;max-height:92vh;max-height:92dvh;box-sizing:border-box;padding:1.9rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom));border:none;border-radius:20px 20px 0 0;box-shadow:0 -6px 24px #0000002e}#restaurant-detail-window.shifted-left{left:0}#restaurant-detail-window:before{content:"";position:absolute;top:.5rem;left:50%;transform:translate(-50%);width:2.5rem;height:4px;border-radius:2px;background:#ddd}#restaurant-detail-window.show-window{animation:window-sheet-up .26s ease-out}#restaurant-detail-window.hide-window{animation:window-sheet-down .26s ease-in forwards}.detail-name{font-size:1.5rem}.header-ratings{gap:1.25rem}.header-ratings .stars{width:1.6rem;height:1.6rem}}@media (max-height: 500px) and (orientation: landscape){#restaurant-detail-window{width:95vw;min-width:0;max-width:95vw;height:100vh;height:100dvh;max-height:none;box-sizing:border-box}#restaurant-detail-window.shifted-left{left:50%}}#all-reviews-window{width:40rem;max-width:95vw;max-height:85vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:2rem;background-color:#fff;border:1px solid #000;box-shadow:0 20px 40px -10px #0f172a1f,0 8px 16px -6px #0f172a0f;border-radius:18px;z-index:1002;display:flex;flex-direction:column;transition:left .3s ease-in-out}#all-reviews-window.shifted-right{left:calc(50% + 18.5rem)}.all-posts-list{margin-top:1rem;flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:.5rem}@media (max-width: 768px) and (orientation: portrait){#all-reviews-window{width:100vw;min-width:0;max-width:100vw;top:auto;bottom:0;left:0;transform:none;height:auto;max-height:92vh;max-height:92dvh;box-sizing:border-box;padding:1.9rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom));border:none;border-radius:20px 20px 0 0;box-shadow:0 -6px 24px #0000002e;overflow-y:auto}#all-reviews-window.shifted-right{left:0}#all-reviews-window:before{content:"";position:absolute;top:.5rem;left:50%;transform:translate(-50%);width:2.5rem;height:4px;border-radius:2px;background:#ddd}#all-reviews-window.show-window{animation:window-sheet-up .26s ease-out}#all-reviews-window.hide-window{animation:window-sheet-down .26s ease-in forwards}}@media (max-height: 500px) and (orientation: landscape){#all-reviews-window{width:95vw;min-width:0;max-width:95vw;height:100vh;height:100dvh;max-height:none;box-sizing:border-box}#all-reviews-window.shifted-right{left:50%}}#review-detail-window{width:40rem;max-width:95vw;max-height:85vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:1.75rem 2rem;background-color:#fff;border:1px solid #000;box-shadow:0 20px 40px -10px #0f172a1f,0 8px 16px -6px #0f172a0f;border-radius:18px;z-index:1003;display:flex;flex-direction:column;transition:left .3s ease-in-out;overflow:hidden}#review-detail-window>.window-header,.review-detail-username{flex-shrink:0}.review-detail-body{margin-top:1rem;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.review-detail-body>.review-detail-comment,.review-detail-body>.ratings-dropdown{flex-shrink:0}#review-detail-window.shifted-right{left:calc(50% + 18.5rem)}.review-detail-title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#333}.window-header-right{display:flex;align-items:center;gap:.75rem}.review-detail-date{font-size:large;color:#999;white-space:nowrap}.review-detail-username{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.9rem;color:#999}.review-detail-username-name{font-weight:600;color:#0f172a}.review-detail-comment{margin:0 0 1.5rem;color:#374151;line-height:1.65;font-size:1.05rem}.comments-section{margin-top:1.5rem;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.comments-header{flex-shrink:0;font-size:1.25rem;font-weight:700;color:#0f172a;letter-spacing:-.01em;margin:0 0 1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.comments-list{display:flex;flex-direction:column;gap:.7rem;flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:.4rem}.comment-item{background:#fff;border:1px solid #e5e7eb;padding:.85rem 1.1rem;border-radius:12px;box-shadow:0 1px 2px #0f172a0a}.comment-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem}.comment-author{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;min-width:0}.comment-username{font-weight:600;color:#0f172a;font-size:.9rem}.comment-date{font-size:.75rem;color:#9ca3af;font-variant-numeric:tabular-nums}.comment-text{margin:0;color:#4b5563;line-height:1.55;font-size:.95rem}.no-comments{color:#9ca3af;font-style:italic;text-align:center;margin:auto;font-size:.95rem}.comment-input-container{display:flex;flex-direction:column;gap:.6rem;flex-shrink:0;padding-top:.75rem;border-top:1px solid #f1f3f5;background:#fff}.comment-input{width:100%;padding:.85rem 1rem;border:1px solid #e5e7eb;border-radius:10px;font-family:inherit;font-size:.95rem;resize:none;box-sizing:border-box;background:#fafbfc;color:#1f2937;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.comment-input-container.is-expanded .comment-input{resize:vertical}.comment-input::placeholder{color:#9ca3af}.comment-input:disabled{background:#f8f9fa;cursor:not-allowed}.comment-input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61f}.comment-submit-btn{background:#3b82f6;color:#fff;border:none;padding:.6rem 1.3rem;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .18s ease;align-self:flex-end;box-shadow:0 2px 4px #3b82f633}.comment-submit-btn:hover:not(:disabled){background:#2563eb;box-shadow:0 6px 14px -2px #3b82f659;transform:translateY(-1px)}.comment-submit-btn:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}@media (max-width: 768px) and (orientation: portrait){#review-detail-window{width:100vw;min-width:0;max-width:100vw;top:auto;bottom:0;left:0;transform:none;height:97vh;height:97dvh;max-height:97vh;max-height:97dvh;box-sizing:border-box;padding:1.9rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom));border:none;border-radius:20px 20px 0 0;box-shadow:0 -6px 24px #0000002e;overflow:hidden}#review-detail-window.shifted-right{left:0}#review-detail-window:before{content:"";position:absolute;top:.5rem;left:50%;transform:translate(-50%);width:2.5rem;height:4px;border-radius:2px;background:#ddd}#review-detail-window.show-window{animation:window-sheet-up .26s ease-out}#review-detail-window.hide-window{animation:window-sheet-down .26s ease-in forwards}}@media (max-height: 500px) and (orientation: landscape){#review-detail-window{width:95vw;min-width:0;max-width:95vw;height:100vh;height:100dvh;max-height:none;box-sizing:border-box}#review-detail-window.shifted-right{left:50%}}#public-profile-window{width:26rem;max-width:90vw;max-height:75vh;padding:1.75rem 2rem;z-index:1004;display:flex;flex-direction:column;overflow:hidden}.public-profile-head{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;flex-shrink:0}.public-profile-meta{margin:0;font-size:.8rem;color:#777}.public-profile-tabs{display:flex;gap:1.25rem;border-bottom:1px solid #eee;align-self:stretch}.public-profile-tabs button{background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;padding:.4rem .1rem;font-size:.9rem;font-weight:600;color:#888;cursor:pointer;transition:color .15s ease,border-color .15s ease}.public-profile-tabs button:hover{color:#555}.public-profile-tabs button.active{color:#1f2937;border-bottom-color:#2563eb}.public-profile-list{display:flex;flex-direction:column;gap:15px;margin-top:.9rem;flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:.4rem}.public-profile-loading,.public-profile-error{color:#9ca3af;font-style:italic;margin:.5rem 0 0}.public-profile-private{color:#9ca3af;font-style:italic;text-align:center;margin:auto;padding:1.5rem 0;font-size:.95rem}@media (max-width: 768px) and (orientation: portrait){#public-profile-window{width:100vw;min-width:0;max-width:100vw;top:auto;bottom:0;left:0;transform:none;height:auto;max-height:75vh;max-height:75dvh;box-sizing:border-box;padding:1.9rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom));border:none;border-radius:20px 20px 0 0;box-shadow:0 -6px 24px #0000002e}#public-profile-window:before{content:"";position:absolute;top:.5rem;left:50%;transform:translate(-50%);width:2.5rem;height:4px;border-radius:2px;background:#ddd}#public-profile-window.show-window{animation:window-sheet-up .26s ease-out}#public-profile-window.hide-window{animation:window-sheet-down .26s ease-in forwards}}@media (max-height: 500px) and (orientation: landscape){#public-profile-window{max-height:90vh;max-height:90dvh}}body{margin:0;height:100vh;width:100%}html,body{font-family:open sans,sans-serif}#root{height:100%;width:100%;background-color:#f9f9f5}#main-container{height:100%;width:100%}main{height:100%;width:100%;box-sizing:border-box;padding:.1rem;display:flex;flex-direction:column;justify-content:center;align-items:center}#forgot-password-container{height:100%;width:100%}#blur-background{position:fixed;top:0;bottom:0;right:0;left:0;z-index:100;filter:brightness(90%);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility 0s .25s}#blur-background.show{opacity:1;visibility:visible;transition:opacity .25s ease}.window{width:28rem;height:auto;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:2rem;background-color:#fff;border:1px solid #000;box-shadow:0 6px 24px #0000002e;border-radius:20px;z-index:1000}.clickable-username{cursor:pointer}.clickable-username:hover{text-decoration:underline;color:#2563eb}.input-field{margin-bottom:1rem;padding:1rem 0 1rem 1rem;border:1px solid #ccc;border-radius:16px;font-size:medium}.input-field::placeholder{font-size:medium}@media (max-width: 768px) and (orientation: portrait){.window{padding:1rem}}.window:not(.show-window):not(.hide-window){display:none!important}.show-window{animation:window-fade-in .2s ease-out}.hide-window{pointer-events:none;animation:window-fade-out .2s ease-in forwards}@keyframes window-fade-in{0%{opacity:0}to{opacity:1}}@keyframes window-fade-out{to{opacity:0}}@keyframes window-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes window-sheet-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}
