@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@500;700&display=swap";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.maplibregl-map{-webkit-tap-highlight-color:#0000;font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;position:relative;overflow:hidden}.maplibregl-canvas{position:absolute;top:0;left:0}.maplibregl-map:fullscreen{width:100%;height:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;z-index:2;position:absolute}.maplibregl-ctrl-top-left{top:0;left:0}.maplibregl-ctrl-top-right{top:0;right:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px buttontext}}.maplibregl-ctrl-group button{box-sizing:border-box;cursor:pointer;background-color:#0000;border:0;outline:none;width:29px;height:29px;padding:0;display:block}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;width:100%;height:100%;display:block}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:#0000}.maplibregl-ctrl-group button+button{border-top:1px solid buttontext}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media (hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%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 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%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.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='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-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' 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-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%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-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%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-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' 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-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' 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-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%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-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%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-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%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-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%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-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%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-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%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-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:2s linear infinite maplibregl-spin}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%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-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%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-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%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-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%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-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%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-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%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-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%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-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%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-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:88px;height:23px;margin:0 0 -4px -4px;display:block;overflow:hidden}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:#0000;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{box-sizing:content-box;color:#000;background-color:#fff;border-radius:12px;min-height:20px;margin:10px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{visibility:visible;padding:2px 28px 2px 8px}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{box-sizing:border-box;cursor:pointer;background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%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;outline:none;width:24px;height:24px;display:none;position:absolute;top:0;right:0}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{top:0;right:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{top:0;left:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%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 (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%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")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{box-sizing:border-box;color:#333;white-space:nowrap;background-color:#ffffffbf;border:2px solid #333;border-top:#333;padding:0 5px;font-size:10px}.maplibregl-popup{pointer-events:none;will-change:transform;display:flex;position:absolute;top:0;left:0}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{z-index:1;border:10px solid #0000;width:0;height:0}.maplibregl-popup-anchor-top .maplibregl-popup-tip{border-top:none;border-bottom-color:#fff;align-self:center}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{border-top:none;border-bottom-color:#fff;border-left:none;align-self:flex-start}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{border-top:none;border-bottom-color:#fff;border-right:none;align-self:flex-end}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{border-top-color:#fff;border-bottom:none;align-self:center}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{border-top-color:#fff;border-bottom:none;border-left:none;align-self:flex-start}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{border-top-color:#fff;border-bottom:none;border-right:none;align-self:flex-end}.maplibregl-popup-anchor-left .maplibregl-popup-tip{border-left:none;border-right-color:#fff;align-self:center}.maplibregl-popup-anchor-right .maplibregl-popup-tip{border-left-color:#fff;border-right:none;align-self:center}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{cursor:pointer;background-color:#0000;border:0;border-radius:0 3px 0 0;position:absolute;top:0;right:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{pointer-events:auto;background:#fff;border-radius:3px;padding:15px 10px;position:relative;box-shadow:0 1px 2px #0000001a}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{will-change:transform;transition:opacity .2s;position:absolute;top:0;left:0}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;width:15px;height:15px}.maplibregl-user-location-dot:before{content:"";animation:2s infinite maplibregl-user-location-dot-pulse;position:absolute}.maplibregl-user-location-dot:after{box-sizing:border-box;content:"";border:2px solid #fff;border-radius:50%;width:19px;height:19px;position:absolute;top:-2px;left:-2px;box-shadow:0 0 3px #00000059}@media (prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;width:1px;height:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{opacity:.5;background:#fff;border:2px dotted #202020;width:0;height:0;position:absolute;top:0;left:0}.maplibregl-cooperative-gesture-screen{color:#fff;opacity:0;pointer-events:none;z-index:99999;background:#0006;justify-content:center;align-items:center;padding:1rem;font-size:1.4em;line-height:1.2;transition:opacity 1s 1s;display:flex;position:absolute;inset:0}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity 50ms}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{z-index:99999;width:100%!important;height:100%!important;position:fixed!important;top:0!important;left:0!important}.food-footprint-backdrop{z-index:130;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#271d1861;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.food-footprint-dialog{box-sizing:border-box;color:#332721;background:#fffaf4;border:1px solid #ebdfd4;border-radius:26px;flex-direction:column;width:min(100%,450px);max-height:calc(100dvh - 32px);font-family:inherit;animation:.2s ease-out food-footprint-enter;display:flex;overflow:hidden;box-shadow:0 22px 70px #33272130}.food-footprint-header{flex:none;align-items:center;gap:10px;padding:19px 18px 15px;display:flex}.food-footprint-mark{color:#a84d2d;background:#f8e2cf;border-radius:14px;flex:none;place-items:center;width:42px;height:42px;display:grid}.food-footprint-header>div{flex:1;min-width:0}.food-footprint-header small{letter-spacing:.12em;color:#9c6146;font-size:9px;font-weight:800}.food-footprint-header h2{letter-spacing:-.6px;margin:4px 0 0;font-size:23px;line-height:1.1}.food-footprint-dialog button{font:inherit;cursor:pointer}.food-footprint-close,.food-footprint-footer button{color:#443329;background:#fff;border:1px solid #eadfd8;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;display:grid}.food-footprint-dialog button:focus-visible{outline-offset:2px;outline:3px solid #b25d39}.food-footprint-dialog button:disabled{opacity:.5;cursor:default}.food-footprint-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;padding:0 18px 12px;overflow-y:auto}.food-footprint-passport{background:#f9ecd9;border:1px solid #edd5bd;border-radius:19px;padding:14px 12px 12px}.food-footprint-passport-title{color:#805b42;border-bottom:1px dashed #d7b99d;justify-content:space-between;align-items:center;gap:10px;padding:0 2px 12px;font-size:12px;display:flex}.food-footprint-passport-title>svg{color:#b06741;transform:rotate(-18deg)}.food-footprint-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-top:12px;display:grid}.food-footprint-stats>span,.food-footprint-stats>button{color:#80604c;background:0 0;border:0;border-radius:12px;flex-direction:column;align-items:center;gap:4px;min-width:0;padding:8px 2px;display:flex}.food-footprint-stats>button.active{color:#a44c2c;background:#fffaf4;box-shadow:0 2px 5px #75442f0c}.food-footprint-stats strong{color:#3e3026;font-variant-numeric:tabular-nums;font-size:25px;line-height:1.1}.food-footprint-stats small{font-size:10px;font-weight:700}.food-footprint-section-title{justify-content:space-between;align-items:center;gap:10px;margin:19px 0 10px;display:flex}.food-footprint-section-title h3{margin:0;font-size:14px}.food-footprint-section-title>span{color:#796b61;font-size:10px}.food-footprint-places{gap:7px;display:grid}.food-footprint-place{text-align:left;color:#382e27;background:#fff;border:1px solid #eee3d9;border-radius:16px;grid-template-columns:42px minmax(0,1fr) auto 16px;align-items:center;gap:9px;min-height:68px;padding:10px;display:grid}.food-footprint-place:hover{background:#fffcf9;border-color:#c9a68b}.food-footprint-stamp{color:#a6603b;background:#fff8ee;border:1px dashed #d5b695;border-radius:12px;place-items:center;width:42px;height:42px;font-size:22px;display:grid}.food-footprint-place-copy{gap:4px;min-width:0;display:grid}.food-footprint-place-copy strong{overflow-wrap:anywhere;font-size:14px}.food-footprint-place-copy small{color:#817269;font-size:11px;line-height:1.35}.food-footprint-place-count{text-align:center;color:#916146;gap:2px;display:grid}.food-footprint-place-count strong{font-variant-numeric:tabular-nums;font-size:17px}.food-footprint-place-count small{font-size:9px}.food-footprint-place>svg{color:#a69385}.food-footprint-state{text-align:center;color:#89766a;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:125px;font-size:13px;display:flex}.food-footprint-state p{max-width:290px;margin:0;font-size:12px;line-height:1.5}.food-footprint-state button{color:#fff;background:#a65131;border:0;border-radius:12px;padding:10px 16px}.food-footprint-coverage{color:#89766a;font-size:11px;line-height:1.5}.food-footprint-coverage:empty{display:none}.food-footprint-footer{padding:8px 18px max(8px,env(safe-area-inset-bottom));background:#fffaf4;border-top:1px solid #ecdfd3;flex:none;justify-content:space-between;align-items:center;gap:10px;display:flex}.food-footprint-footer p{color:#7d6b5c;margin:0;font-size:11px}.food-footprint-footer button{background:0 0;border:0;width:40px;height:40px}.food-topbar .food-footprint-shortcut{box-shadow:none;color:#a45b37;background:0 0;border:0;width:36px;height:40px}.food-profile-footprint{color:#68442c;text-align:left;background:#fff6e9;border:1px solid #e8d5be;border-radius:16px;grid-template-columns:32px minmax(0,1fr) 18px;align-items:center;gap:8px;width:100%;min-height:56px;padding:10px 11px;display:grid}.food-profile-footprint>span{gap:3px;display:grid}.food-profile-footprint strong{font-size:13px}.food-profile-footprint small{color:#8b6b53;font-size:10px}@keyframes food-footprint-enter{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}@media (width<=360px){.food-footprint-backdrop{padding:10px}.food-footprint-dialog{max-height:calc(100dvh - 20px)}.food-footprint-header{padding:16px 12px}.food-footprint-scroll{padding-inline:12px}.food-footprint-stats small{font-size:9px}.food-topbar{gap:5px}.food-topbar .food-footprint-shortcut{width:32px}}@media (prefers-reduced-motion:reduce){.food-footprint-dialog{animation:none}}button.food-copy-place{color:#28735e;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;gap:5px;min-height:44px;padding:0 8px;font-family:inherit;font-size:12px;font-weight:750;display:inline-flex}button.food-copy-place:hover{background:#eaf4ee}button.food-copy-place:focus-visible{outline-offset:2px;outline:2px solid #28735e}.food-place-label-row{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.food-place-label-row>label{min-width:0;font-size:13px;font-weight:900}.food-map-link-result{background:#f0f7f3;border:1px solid #d2e4db;border-radius:11px;justify-content:space-between;align-items:center;gap:8px;margin-top:8px;padding:4px 8px 4px 12px;display:flex}.food-map-link-result>span{overflow-wrap:anywhere;color:#235f4e;-webkit-user-select:text;user-select:text;min-width:0;font-size:12px;line-height:1.5}.food-compose-summary>.food-compose-place-actions{align-items:flex-end;gap:0}.food-compose-place-actions>button:not(.food-copy-place){min-height:36px;padding:0 8px}.food-map-link-entry{min-width:0;margin-bottom:12px}.food-google-import>.food-map-link-entry{margin:0;padding:10px}.food-map-link-entry>form{align-items:stretch;gap:6px;padding:0;display:flex}.food-map-link-entry input{color:#352a24;background:#fff;border:1px solid #e5d9ce;border-radius:11px;flex:1;width:0;min-width:0;height:44px;padding:0 10px;font-family:inherit;font-size:16px}.food-map-link-entry form>button{color:#fff;background:#28735e;border:0;border-radius:11px;flex-shrink:0;place-items:center;min-width:68px;min-height:44px;padding:0 10px;font-family:inherit;font-size:12px;font-weight:750;display:grid}.food-map-link-entry form>button:disabled{opacity:.55}.food-map-link-entry form>.food-map-link-close{color:#67564b;background:#f3ede6;min-width:44px;padding:0}.food-map-link-entry>p{color:#705342;overflow-wrap:anywhere;margin:8px 1px 0;font-size:12px;line-height:1.5}.food-map-link-entry>.food-map-link-search{color:#235f4e;text-align:left;width:100%;font:inherit;background:#f0f7f3;border:1px solid #d2e4db;border-radius:11px;flex-direction:column;gap:4px;margin-top:8px;padding:10px 12px;font-size:12px;display:flex}.food-map-link-search span{overflow-wrap:anywhere}.food-map-link-search strong{font-size:12px}.food-map-link-confirm{background:#f2f8f4;border:1px solid #d6e6dc;border-radius:15px;margin-top:12px;padding:12px}.food-map-link-confirm>small{color:#396353;font-size:11px;font-weight:750;display:block}.food-map-link-confirm-place{align-items:center;gap:8px;margin-top:5px;display:flex}.food-map-link-confirm-place>svg{color:#28735e;flex-shrink:0}.food-map-link-confirm-place>div{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.food-map-link-confirm-place strong{color:#302721;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text;font-size:14px;line-height:1.4}.food-map-link-confirm-place div>span{color:#687a70;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text;font-size:11px;line-height:1.5}.food-map-link-confirm-actions{justify-content:flex-end;gap:8px;margin-top:10px;display:flex}.food-map-link-confirm-actions>button{color:#28735e;background:0 0;border:0;border-radius:12px;min-height:44px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:750}.food-map-link-confirm-actions>.food-map-link-use,.food-map-link-entry>.food-map-link-named-use{color:#fff;background:#28735e;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:46px;padding:10px 12px;font-family:inherit;font-size:13px;font-weight:750;display:flex}.food-map-link-entry>.food-map-link-named-use{margin-top:10px}.food-map-link-use>svg{flex-shrink:0}.food-map-link-use:disabled{opacity:.6}.food-map-link-matches{gap:6px;margin-top:12px;display:grid}.food-map-link-matches>small{color:#396353;font-size:12px;font-weight:750}.food-map-link-matches>button{color:#28735e;text-align:left;background:#fff;border:1px solid #d6e6dc;border-radius:12px;align-items:center;gap:8px;min-height:48px;padding:10px;display:flex}.food-map-link-matches>button>svg{flex-shrink:0}.food-map-link-matches>button>span{flex:1;gap:3px;min-width:0;display:grid}.food-map-link-matches strong{font-size:13px}.food-map-link-matches button small{color:#687a70;overflow-wrap:anywhere;font-size:11px;line-height:1.4}.food-sheet.food-composer-place{width:min(100%,480px);padding:22px 22px calc(20px + env(safe-area-inset-bottom));background:#faf8f5}.food-composer.food-composer-place>.food-sheet-head{-webkit-backdrop-filter:none;backdrop-filter:none;background:#faf8f5;margin:0;padding:0 0 16px}.food-composer-place .food-sheet-head h2{letter-spacing:-.7px;font-size:28px;line-height:1.15}.food-composer-place .food-sheet-head span{letter-spacing:.2px;font-size:11px}.food-composer-place .food-sheet-actions{gap:8px}.food-composer-place .food-sheet-actions>button{border-radius:50%;width:44px;height:44px;box-shadow:0 2px 10px #382c2409}.food-composer-place>.food-progress{height:4px;margin-bottom:24px}.food-composer-place .food-location-step{gap:22px}.food-composer-place .food-location-options{gap:12px}.food-composer-place .food-location-options>button{border-radius:19px;grid-template-columns:38px minmax(0,1fr);gap:9px;min-height:76px;padding:12px}.food-composer-place .food-location-options>button>svg{background:#fff1e9;border-radius:50%;width:38px;height:38px;padding:9px}.food-composer-place .food-location-options strong{font-size:14px}.food-composer-place .food-location-options small{font-size:12px}.food-composer-place .food-place-link-card{border-radius:22px}.food-place-link-heading{align-items:center;gap:8px;min-height:54px;padding:12px 16px;display:flex}.food-place-link-heading>svg{color:#28735e;flex-shrink:0}.food-place-link-heading>h3{color:#302721;letter-spacing:-.2px;min-width:0;margin:0;font-size:14px;line-height:1.35}.food-place-link-heading>em{color:#28735e;background:#e8f4ed;border-radius:7px;flex-shrink:0;margin-left:auto;padding:4px 8px;font-size:11px;font-style:normal;font-weight:750}.food-place-link-card .food-google-help{background:#f6f4ee;border-radius:0;flex-wrap:wrap;gap:4px 10px;margin:0;padding:9px 16px}.food-place-link-card .food-google-help strong{font-size:11px}.food-place-link-card .food-google-help span{text-align:left;font-size:11px}.food-place-link-card>.food-map-link-entry{padding:16px 16px 12px}.food-place-link-card .food-map-link-entry input{border-radius:14px;height:48px;padding:0 12px;font-size:16px;font-weight:400}.food-place-link-card .food-map-link-entry form>button{border-radius:14px;min-width:88px;font-size:13px}.food-place-link-card>small{padding:0 16px 16px;font-size:11px;line-height:1.5}.food-composer-place .food-attribution{margin:6px 0 0;font-size:11px}@media (width<=360px){.food-sheet.food-composer-place{padding-inline:16px}.food-composer-place .food-sheet-head h2{font-size:25px}.food-composer-place .food-location-options{gap:8px}.food-composer-place .food-location-options>button{grid-template-columns:32px minmax(0,1fr);gap:6px;padding:10px 8px}.food-composer-place .food-location-options>button>svg{width:32px;height:32px;padding:7px}.food-composer-place .food-location-options strong{font-size:13px}.food-place-link-heading{gap:6px;padding-inline:12px}.food-place-link-heading>h3{font-size:13px}.food-place-link-card>.food-map-link-entry{padding-inline:12px}.food-place-link-card .food-map-link-entry form>button{min-width:76px}}.food-topbar .food-country-topbar.food-country-picker{box-sizing:border-box;color:#7a6557;cursor:pointer;background:#fffdf9;border:1px solid #e8ded4;border-radius:14px;flex:none;justify-content:center;align-items:center;gap:5px;width:58px;min-width:58px;max-width:none;height:44px;padding:0 7px;display:inline-flex;box-shadow:0 2px 5px #39292005}.food-country-picker>svg{flex:none;transition:transform .18s}.food-country-picker[aria-expanded=true]>svg{transform:rotate(180deg)}.food-topbar .food-country-picker:hover,.food-topbar .food-country-picker[aria-expanded=true]{background:#f7eee4;border-color:#d5b89f}.food-country-picker .food-country-flag{filter:none;flex:none;justify-content:center;align-items:center;width:24px;font-size:21px;display:flex}.food-country-picker .food-country-flag.paired-flags{flex-direction:column;gap:1px;font-size:14px}.food-country-picker-hint{color:#867366;margin:-4px 0 14px;font-size:12px;line-height:1.5}.food-region-sheet .food-cuisine-grid>button{text-align:left;align-items:center;gap:7px;min-height:48px;display:flex}.food-region-sheet .food-cuisine-grid>button>span:nth-child(2){overflow-wrap:anywhere;flex:1;min-width:0}.food-country-option-flag{flex:none;font-size:18px;line-height:1.2}.food-region-sheet .food-cuisine-grid>button>svg{flex:none}@media (width<=360px){.food-topbar .food-country-topbar.food-country-picker{gap:3px;width:54px;min-width:54px;padding-inline:5px}}@media (prefers-reduced-motion:reduce){.food-country-picker>svg{transition:none}}.food-photo-marker{contain:size layout paint;width:44px;max-width:44px;height:44px;max-height:44px;position:absolute;overflow:hidden}.food-photo-marker-button{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:0;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;display:grid}.food-photo-marker-frame{box-sizing:border-box;width:var(--food-pin-size,34px);height:var(--food-pin-size,34px);border:1.5px solid var(--food-pin-ring,#fff);background:#eee5da;border-radius:50%;display:block;position:relative;overflow:hidden;box-shadow:0 1px 3px #2f211d22}.food-photo-marker-frame img{object-fit:cover;object-position:50% 50%;image-orientation:from-image;width:100%;max-width:100%;height:100%;max-height:100%;display:block;position:absolute;inset:0}.food-photo-marker-frame img[hidden]{display:none}.food-photo-marker-frame.unavailable:after{content:"No photo";text-align:center;color:#7e6a5c;place-items:center;padding:3px;font-size:8px;line-height:1.1;display:grid;position:absolute;inset:0}.food-photo-marker-button:focus-visible{outline-offset:-2px;outline:2px solid #b4663d}:root{--bg:#fbfbff;--surface:#ffffffe0;--surface-strong:#fffffffc;--ink:#211734;--muted:#756c8d;--accent:#62379a;--accent-deep:#51247a;--accent-rgb:98, 55, 154;--accent-deep-rgb:81, 36, 122;--accent-soft:#62379a14;--accent-line:#62379a24;--sky:#7e69dd24;--mint:#14906f;--shadow:0 22px 70px #62379a1a;--radius-xl:34px;--radius-lg:26px;--radius-md:20px}.library-campus-pulse-visual{background:radial-gradient(circle at 26% 78%,#976fff38,#0000 48%),linear-gradient(#101319 0%,#12161c 100%);border-radius:26px;min-height:196px;padding:8px 0 0;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0f,inset 0 -1px #ffffff08}.library-campus-pulse-threshold-label{fill:#a979ff;letter-spacing:.02em;font-size:9px;font-weight:900}.library-campus-pulse-selector{background:linear-gradient(180deg, #11141afa, #0c0f14fa), radial-gradient(circle at 20% 20%, color-mix(in srgb, var(--pulse-color) 26%, transparent), transparent 36%);color:#fff;cursor:pointer;min-width:0;min-height:62px;font:inherit;text-align:center;border:1px solid #ffffff0f;border-radius:20px;grid-template-columns:auto minmax(0,1fr);justify-content:center;align-items:center;gap:8px;padding:0 14px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d,0 10px 20px #00000029}.library-campus-pulse-selector strong{color:#fff;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.9rem;font-weight:950;overflow:hidden}@media (width<=420px){.library-campus-pulse-card{gap:10px}.library-campus-pulse-visual{border-radius:23px;min-height:178px}.library-campus-pulse-visual svg{height:176px}.library-campus-pulse-line{stroke-width:3.5px}.library-campus-pulse-selectors{gap:8px}.library-campus-pulse-selector{border-radius:17px;min-height:56px;padding:0 10px}.library-campus-pulse-selector strong{font-size:.8rem}}@media (width<=420px){.library-spaces-copy{gap:6px}.library-spaces-title-row{gap:8px}.library-know-more-button{min-height:28px;padding:0 9px;font-size:.64rem}.library-campus-pulse-visual{border-radius:22px;min-height:168px}.library-campus-pulse-visual svg{height:166px}.library-campus-pulse-line{stroke-width:3.2px}.library-campus-pulse-selector{border-radius:14px;min-height:38px;padding:0 8px}.library-campus-pulse-selector strong{font-size:.68rem}.library-amenities-summary-card>span{border-radius:15px;width:38px;height:38px}}.library-amenities-summary-grid{align-items:stretch;gap:10px}.library-amenities-summary-card{grid-template-columns:44px minmax(0,1fr);grid-template-areas:"icon value""icon label";align-items:center;column-gap:10px;min-height:76px;padding:10px 12px}.library-amenities-summary-card>span{border-radius:17px;place-self:center;width:44px;height:44px}.library-amenities-summary-card>span svg{width:18px;max-width:58%;height:18px;max-height:58%}.library-amenities-summary-card strong{align-self:end;line-height:1}.library-amenities-summary-card small{overflow-wrap:normal;word-break:normal;align-self:start;max-width:8.6em;line-height:1.05}@media (width<=420px){.library-amenities-summary-grid{gap:8px}.library-amenities-summary-card{grid-template-columns:38px minmax(0,1fr);column-gap:8px;min-height:68px;padding:8px}.library-amenities-summary-card>span{border-radius:15px;width:38px;height:38px}.library-amenities-summary-card>span svg{width:16px;height:16px}.library-amenities-summary-card small{max-width:7.4em;font-size:.5rem}}.library-quick-pick-card{background:radial-gradient(circle at 88% 24%,#ffd77857,#0000 22%),radial-gradient(circle at 12% 18%,#107d6f1f,#0000 34%),linear-gradient(135deg,#fff 0%,#fffaf0 48%,#f6fffc 100%);border-color:#cf9d0f2e;gap:9px;min-height:132px;padding:20px;position:relative;overflow:hidden;box-shadow:inset 0 1px #fffffffa,0 18px 36px #755c171c}.library-quick-pick-card:before,.library-quick-pick-card:after{pointer-events:none;content:"";position:absolute}.library-quick-pick-card:before{border:1px solid #dea81b3d;border-radius:999px;width:126px;height:126px;inset:-42px -34px auto auto;box-shadow:-18px 22px 0 -8px #ffd66d1f,-38px 46px 0 -20px #147d701a}.library-quick-pick-card:after{filter:blur(.2px);background:linear-gradient(90deg,#126b602e,#edae1661);border-radius:999px;width:72px;height:5px;bottom:14px;right:18px}.library-quick-pick-head{z-index:1;position:relative}.library-quick-pick-head span{color:#d79a00;letter-spacing:.11em;font-size:.68rem}.library-quick-pick-head strong{color:#c78900;background:linear-gradient(#fffffff0,#fff6dae6);border-color:#d99e0d47;min-height:30px;padding:0 12px;box-shadow:inset 0 1px #ffffffeb,0 8px 16px #d6a0121f}.library-quick-pick-card h2{z-index:1;color:#0b2430;letter-spacing:-.08em;max-width:14ch;font-size:clamp(2rem,8vw,3.05rem);line-height:.92;position:relative}.library-quick-pick-card p{z-index:1;color:#546977;width:fit-content;padding:4px 0;font-size:1rem;font-weight:950;position:relative}.library-amenity-filter{gap:8px;padding:2px 0 8px}.library-amenity-filter button{color:#50616e;background:linear-gradient(#fffffffa,#f8fbfce6);border-color:#1f384414;min-height:34px;padding:0 14px;box-shadow:inset 0 1px #fffffff5,0 8px 14px #1f38440b}.library-amenity-filter button.active{color:#fff;background:radial-gradient(circle at 30% 0,#4ecdb55c,#0000 56%),linear-gradient(#157b6d,#0d6f62);box-shadow:inset 0 1px #ffffff2e,0 12px 22px #0d6f6233}.library-amenities-library-card{background:radial-gradient(circle at 16% 0,#d6f5efa3,#0000 30%),radial-gradient(circle at 92% 12%,#eef4f8eb,#0000 24%),linear-gradient(#fff 0%,#fbfdfd 100%);border-color:#1f384413;border-radius:28px;gap:13px;padding:15px;position:relative;overflow:hidden;box-shadow:inset 0 1px #fffffff5,0 16px 32px #1f384412}.library-amenities-library-card:before{opacity:.78;content:"";background:linear-gradient(90deg,#0d6f62,#0d6f6214,#0000);height:3px;position:absolute;inset:0 0 auto}.library-amenities-library-card:after{content:"";background:#0d6f620b;border-radius:999px;width:38px;height:38px;position:absolute;top:18px;right:82px}.library-amenities-library-head{z-index:1;align-items:center;position:relative}.library-amenities-library-head h3{color:#092332;max-width:19ch;font-size:1.02rem;line-height:1.05}.library-amenities-library-head button{color:#0d6f62;background:linear-gradient(#fffffff5,#f1fbf8eb);border-color:#0d6f6224;min-height:36px;padding:0 16px;box-shadow:inset 0 1px #fffffffa,0 10px 18px #0d6f6214}.library-amenities-library-card .library-amenity-grid{z-index:1;position:relative}.library-amenity-icon-grid.compact .library-amenity-icon-item{background:#ffffff94;border:1px solid #1f38440b;border-radius:18px;justify-content:start;min-height:72px;padding:8px 5px 7px;box-shadow:inset 0 1px #ffffffeb}.library-amenity-icon-grid.compact .library-amenity-icon-item i{color:#0d6f62;background:radial-gradient(circle at 35% 25%,#ffffffe6,#0000 45%),#0d6f6217;border-radius:14px;width:34px;height:34px;box-shadow:0 8px 14px #0d6f620f}.library-amenity-icon-grid.compact .library-amenity-icon-item small{color:#102b3a;font-size:.54rem;font-weight:950;line-height:1.05}.library-amenity-more-count{color:#607282;background:linear-gradient(#f8fbfcf5,#ffffffdb);border-radius:18px;align-self:stretch;min-height:72px}@media (width<=420px){.library-quick-pick-card{min-height:118px;padding:15px}.library-quick-pick-head span{font-size:.56rem}.library-quick-pick-head strong{min-height:25px;padding:0 9px}.library-quick-pick-card h2{font-size:clamp(1.62rem,8vw,2.2rem)}.library-quick-pick-card p{font-size:.82rem}.library-amenities-library-card{border-radius:24px;gap:10px;padding:12px}.library-amenities-library-head h3{max-width:none;font-size:.9rem}.library-amenities-library-head button{min-height:32px;padding:0 13px}.library-amenity-icon-grid.compact{gap:7px}.library-amenity-icon-grid.compact .library-amenity-icon-item,.library-amenity-more-count{border-radius:16px;min-height:64px}.library-amenity-icon-grid.compact .library-amenity-icon-item i{width:30px;height:30px}.library-amenity-icon-grid.compact .library-amenity-icon-item small{font-size:.48rem}}.library-capacity-card:not(.skeleton-card){background:#fff;border-color:#1b273512;box-shadow:inset 0 1px #fffffffa,0 18px 34px #12222e13}.library-campus-pulse-visual{touch-action:pan-y;-webkit-user-select:none;user-select:none;cursor:ew-resize;background:#fff;border-color:#1b273514;min-height:180px;box-shadow:inset 0 0 0 1px #ffffffeb,0 10px 20px #12222e0b}.library-campus-pulse-threshold{stroke:#43505d75;stroke-width:2.1px}.library-campus-pulse-threshold-label{fill:#3f4d5a;stroke:#fff;stroke-width:4px}.library-campus-pulse-scrubber{opacity:0;transition:opacity .18s}.library-campus-pulse-scrubber.visible{opacity:1}.library-campus-pulse-floating{z-index:4;top:12px;left:clamp(92px, var(--pulse-x), calc(100% - 92px));opacity:0;pointer-events:none;transform-origin:top;-webkit-backdrop-filter:blur(18px)saturate(1.22);backdrop-filter:blur(18px)saturate(1.22);background:#ffffffe6;border:1px solid #1b273514;border-radius:18px;gap:6px;width:min(184px,100% - 22px);padding:9px;transition:left .17s cubic-bezier(.22,1,.36,1),opacity .18s,transform .18s cubic-bezier(.22,1,.36,1);display:grid;position:absolute;transform:translate(-50%,-7px)scale(.96);box-shadow:0 16px 32px #12222e29,inset 0 1px #fffffff5}.library-campus-pulse-floating.visible{opacity:1;transform:translate(-50%)scale(1)}.library-campus-pulse-floating>strong{color:#13202d;letter-spacing:-.02em;font-size:.72rem;font-weight:950}.library-campus-pulse-floating>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;display:grid}.library-campus-pulse-floating-item{--pulse-color:#8b5cf6;color:#283746;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:5px;min-width:0;font-size:.56rem;font-weight:900;display:inline-flex;overflow:hidden}.library-campus-pulse-floating-item.tone-blue{--pulse-color:#2563eb}.library-campus-pulse-floating-item.tone-gold{--pulse-color:#c47d10}.library-campus-pulse-floating-item.tone-mint{--pulse-color:#14a66b}.library-campus-pulse-floating-item i{background:var(--pulse-color);border-radius:999px;flex:none;width:7px;height:7px}.library-campus-pulse-selector{background:linear-gradient(#fff,#f7f8fa)}.library-amenities-title{gap:4px}.library-amenities-title p{max-width:38rem;font-size:.78rem;line-height:1.32}.library-amenities-summary-grid{gap:7px}.library-amenities-summary-card{background:#ffffffb8;border-radius:18px;min-height:58px;padding:8px}.library-amenities-summary-card>span,.library-amenity-card>span,.library-amenity-icon-item i{justify-content:center;align-items:center;line-height:1;display:flex;overflow:hidden}.library-amenities-summary-card>span{border-radius:14px;width:36px;height:36px}.library-amenities-summary-card>span svg,.library-amenity-icon-item i svg,.library-amenity-card>span svg{flex:none;width:16px;max-width:60%;height:16px;max-height:60%;margin:0;position:static;transform:none}.library-amenities-summary-card strong{font-size:.82rem}.library-amenities-summary-card small{font-size:.54rem;line-height:1.08}.library-amenities-library-card{gap:8px;padding:10px}.library-amenities-library-head{align-items:center}.library-amenities-library-head h3{font-size:.84rem;line-height:1.12}.library-amenities-library-head p{display:none}.library-amenities-library-head button{min-height:28px;padding:0 9px;font-size:.64rem}.library-amenity-icon-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.library-amenity-icon-grid.compact .library-amenity-icon-item{gap:4px}.library-amenity-icon-grid.compact .library-amenity-icon-item i{border-radius:12px;width:30px;height:30px}.library-amenity-icon-grid.compact .library-amenity-icon-item small{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:1.9em;font-size:.5rem;line-height:.95;display:-webkit-box;overflow:hidden}.library-amenity-more-count{color:#61717f;background:#f8fafce6;border:1px solid #1b273512;border-radius:12px;align-self:start;place-items:center;min-height:30px;font-size:.68rem;font-weight:950;display:grid}@media (width<=420px){.library-campus-pulse-visual{min-height:162px}.library-campus-pulse-visual svg{height:160px}.library-campus-pulse-line{stroke-width:3.8px}.library-campus-pulse-readout{grid-template-columns:minmax(0,1fr);gap:6px;padding:7px}.library-campus-pulse-readout>strong{min-width:0;font-size:.68rem}.library-campus-pulse-readout-item{min-height:22px;padding:0 7px;font-size:.57rem}.library-amenities-title p{font-size:.72rem}.library-amenities-summary-card{min-height:54px;padding:7px}.library-amenities-summary-card>span{width:32px;height:32px}.library-amenity-icon-grid.compact{gap:6px}.library-amenity-icon-grid.compact .library-amenity-icon-item i{width:28px;height:28px}.library-amenity-icon-grid.compact .library-amenity-icon-item small{font-size:.48rem}}.library-campus-pulse-card{gap:9px}.library-campus-pulse-visual{background:radial-gradient(circle at 28% 86%,#5f9cff24,#0000 48%),radial-gradient(circle at 82% 16%,#a875ff1c,#0000 38%),linear-gradient(#fffffffa,#f1f9f7f5);border:1px solid #176e6514;min-height:186px;padding:6px 0 0;box-shadow:inset 0 1px #fffffffa,0 12px 22px #0d625a0f}.library-campus-pulse-threshold{stroke:#17524d61}.library-campus-pulse-threshold-label{fill:#6f43d8;paint-order:stroke;stroke:#ffffffeb;stroke-width:3px;font-size:8.5px}.library-campus-pulse-area{opacity:.18}.library-campus-pulse-line{stroke-width:3.6px;filter:drop-shadow(0 7px 8px #1a464d1f)}.library-campus-pulse-selectors{gap:7px}.library-campus-pulse-selector{background:radial-gradient(circle at 16% 16%, color-mix(in srgb, var(--pulse-color) 12%, transparent), transparent 42%), linear-gradient(180deg, #fffffff0, #f5fbf9eb);min-height:42px;color:var(--ink);border-color:#145e5814;border-radius:15px;gap:7px;padding:0 10px;box-shadow:inset 0 1px #fffffff0,0 8px 14px #0d625a0e}.library-campus-pulse-selector span{width:7px;height:7px;box-shadow:0 0 0 4px color-mix(in srgb, var(--pulse-color) 16%, transparent)}.library-campus-pulse-selector strong{color:var(--ink);letter-spacing:-.035em;font-size:.74rem}@media (width<=420px){.library-spaces-copy{gap:6px}.library-spaces-title-row{gap:8px}.library-know-more-button{min-height:28px;padding:0 9px;font-size:.64rem}.library-campus-pulse-visual{border-radius:22px;min-height:168px}.library-campus-pulse-visual svg{height:166px}.library-campus-pulse-line{stroke-width:3.2px}.library-campus-pulse-selector{border-radius:14px;min-height:38px;padding:0 8px}.library-campus-pulse-selector strong{font-size:.68rem}.library-amenities-summary-card>span{border-radius:15px;width:38px;height:38px}}.library-quick-pick-card,.library-capacity-card,.library-mini-wave-card,.library-card,.library-detail-hero,.library-amenities-hero{--library-tone:var(--accent);--library-tone-soft:rgba(var(--accent-rgb), .12);--library-tone-line:rgba(var(--accent-rgb), .18)}.library-quick-pick-card.tone-open,.library-mini-wave-card.tone-open,.library-card.tone-open,.library-detail-hero.tone-open{--library-tone:#16a34a;--library-tone-soft:#16a34a1f;--library-tone-line:#16a34a38}.library-quick-pick-card.tone-steady,.library-mini-wave-card.tone-steady,.library-card.tone-steady,.library-detail-hero.tone-steady{--library-tone:#2563eb;--library-tone-soft:#2563eb1f;--library-tone-line:#2563eb38}.library-quick-pick-card.tone-busy,.library-mini-wave-card.tone-busy,.library-card.tone-busy,.library-detail-hero.tone-busy{--library-tone:#f2b705;--library-tone-soft:#f2b70529;--library-tone-line:#f2b7054d}.library-quick-pick-card.tone-packed,.library-mini-wave-card.tone-packed,.library-card.tone-packed,.library-detail-hero.tone-packed{--library-tone:#ef4444;--library-tone-soft:#ef444424;--library-tone-line:#ef44443d}.library-quick-pick-card.tone-over,.library-mini-wave-card.tone-over,.library-card.tone-over,.library-detail-hero.tone-over{--library-tone:#5f0f16;--library-tone-soft:#5f0f1629;--library-tone-line:#5f0f1652}.library-spaces-copy{align-items:start}.library-know-more-button{border:1px solid rgba(var(--accent-rgb), .14);width:fit-content;min-height:34px;color:var(--accent-deep);cursor:pointer;font:inherit;background:#ffffffe0;border-radius:999px;align-items:center;gap:8px;margin-top:4px;padding:0 12px;font-size:.72rem;font-weight:900;display:inline-flex;box-shadow:inset 0 1px #fffffff5,0 8px 18px #1c505c0f}.library-quick-pick-card{align-content:center;gap:9px;min-height:126px;padding:16px;display:grid}.library-quick-pick-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.library-quick-pick-head span,.library-quick-pick-head strong{min-height:24px;color:var(--ink);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;align-items:center;font-size:.62rem;font-weight:950;display:inline-flex}.library-quick-pick-head span{color:var(--library-tone)}.library-quick-pick-head strong{border:1px solid var(--library-tone-line);background:var(--library-tone-soft);color:var(--library-tone);border-radius:999px;padding:0 9px}.library-quick-pick-card h2{color:var(--ink);letter-spacing:-.07em;margin:0;font-size:clamp(1.5rem,7.2vw,2.1rem);line-height:.96}.library-quick-pick-card p{color:var(--muted);margin:0;font-size:.8rem;font-weight:800;line-height:1.35}.library-capacity-card{gap:12px;padding:15px;display:grid}.library-capacity-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.library-capacity-head h2{color:var(--ink);letter-spacing:-.04em;margin:0;font-size:1rem;line-height:1}.library-capacity-head>span{color:var(--muted);flex:none;font-size:.66rem;font-weight:900}.library-mini-wave-card{background:linear-gradient(180deg, #fffffffa, #f7fafbe6), linear-gradient(145deg, var(--library-tone-soft), transparent 68%);min-height:132px;color:inherit;cursor:pointer;font:inherit;text-align:left;appearance:none;border:1px solid #1f384414;border-radius:18px;align-content:space-between;gap:7px;padding:11px;display:grid;position:relative;overflow:hidden}.library-mini-wave-percent{z-index:2;min-height:22px;color:var(--ink);background:#ffffffdb;border-radius:999px;align-items:center;padding:0 8px;font-size:.68rem;font-weight:950;display:inline-flex;position:absolute;bottom:9px;right:10px}.library-card{width:100%;min-height:72px;color:inherit;font:inherit;text-align:left;appearance:none;cursor:pointer;background:#fffffff5;border:1px solid #1f384414;border-radius:20px;grid-template-columns:auto minmax(0,1fr) auto;gap:11px;padding:10px 12px;box-shadow:inset 0 1px #fffffff5,0 8px 18px #1c505c0e}.library-card:hover,.library-card:focus-visible,.library-mini-wave-card:hover,.library-mini-wave-card:focus-visible{border-color:#1f38441f;transform:translateY(-1px);box-shadow:inset 0 1px #fffffffa,0 12px 24px #1c505c14}.library-card:focus-visible,.library-mini-wave-card:focus-visible,.library-know-more-button:focus-visible{outline:3px solid rgba(var(--accent-rgb), .18);outline-offset:2px}.library-card.unavailable{grid-template-columns:auto minmax(0,1fr) auto}.library-card-main h3{font-size:.92rem;font-weight:950;line-height:1.16}.library-warning-badge{color:#fff;background:linear-gradient(145deg,#5f0f16f5,#9b1c27e6),radial-gradient(circle at 30% 18%,#ffffff3d,#0000 30%);border-radius:19px;flex:none;place-items:center;width:54px;height:54px;display:grid;position:relative;box-shadow:inset 0 1px #fff3,0 12px 22px #5f0f1629}.library-warning-badge.large{border-radius:30px;width:96px;height:96px}.library-warning-badge.muted{background:linear-gradient(145deg,#61707ceb,#818f99d6),radial-gradient(circle at 30% 18%,#ffffff3d,#0000 30%);box-shadow:inset 0 1px #fff3,0 12px 22px #404f5b1f}.library-warning-badge svg{width:21px;height:21px}.library-warning-badge.large svg{width:34px;height:34px}.library-detail-layout,.library-amenities-layout{gap:14px;display:grid}.library-detail-hero,.library-detail-section,.library-amenities-hero,.library-amenities-panel{padding:16px}.library-detail-hero,.library-amenities-hero,.library-amenities-panel,.library-detail-section{gap:14px;display:grid}.library-detail-back{border:1px solid rgba(var(--accent-rgb), .12);width:fit-content;min-height:34px;color:var(--ink);font:inherit;cursor:pointer;background:#ffffffc7;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:.74rem;font-weight:900;display:inline-flex}.library-detail-back svg{width:12px;height:12px}.library-detail-title-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;display:grid}.library-detail-title,.library-amenities-title{gap:6px;min-width:0;display:grid}.library-detail-title p:last-child,.library-amenities-title p{color:var(--muted);margin:0;font-size:.82rem;font-weight:800;line-height:1.4}.library-detail-stats,.library-amenities-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.library-detail-stats span,.library-amenities-summary-card{background:#ffffffad;border-radius:18px;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"icon value""icon label";align-items:center;column-gap:8px;min-width:0;padding:10px;display:grid;box-shadow:inset 0 1px #ffffffe0}.library-detail-stats svg,.library-amenities-summary-card svg{width:15px;height:15px;color:var(--accent-deep);grid-area:icon}.library-detail-stats strong,.library-amenities-summary-card strong{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;grid-area:value;font-size:.86rem;font-weight:950;overflow:hidden}.library-detail-stats small,.library-amenities-summary-card small{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;grid-area:label;font-size:.6rem;font-weight:900}.library-detail-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.library-detail-actions a{background:var(--accent-deep);color:#fff;min-width:0;min-height:40px;box-shadow:inset 0 1px 0 #ffffff2e, 0 12px 22px rgba(var(--accent-rgb), .12);border-radius:16px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:.78rem;font-weight:900;text-decoration:none;display:inline-flex}.library-detail-actions a:last-child{color:var(--accent-deep);background:#ffffffd1;box-shadow:inset 0 1px #ffffffeb}.library-detail-actions svg{flex:none;width:13px;height:13px}.library-detail-amenity-grid,.library-amenity-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.library-amenity-card,.library-amenities-library-card{background:linear-gradient(#ffffffeb,#f7fbfcc7);border:1px solid #1f384412;border-radius:20px;box-shadow:inset 0 1px #fffffff0,0 10px 20px #1c505c0d}.library-amenity-card{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:9px;min-width:0;padding:11px;display:grid}.library-amenity-card>span,.library-amenity-chip svg{place-items:center;display:inline-grid}.library-amenity-card>span{background:rgba(var(--accent-rgb), .09);width:30px;height:30px;color:var(--accent-deep);border-radius:12px}.library-amenity-card svg,.library-amenity-chip svg{width:14px;height:14px}.library-amenity-card strong{min-width:0;color:var(--ink);font-size:.78rem;font-weight:950;line-height:1.12;display:block}.library-amenity-card p{color:var(--muted);margin:4px 0 0;font-size:.66rem;font-weight:750;line-height:1.28}.library-amenities-list{gap:10px;display:grid}.library-amenities-library-card{gap:10px;padding:12px;display:grid}.library-amenities-library-head{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.library-amenities-library-head h3{color:var(--ink);letter-spacing:-.04em;margin:0;font-size:.92rem;font-weight:950;line-height:1.16}.library-amenities-library-head p{color:var(--muted);margin:4px 0 0;font-size:.72rem;font-weight:760;line-height:1.32}.library-amenities-library-head button{border:1px solid rgba(var(--accent-rgb), .12);min-height:30px;color:var(--accent-deep);cursor:pointer;font:inherit;background:#ffffffd1;border-radius:999px;padding:0 10px;font-size:.7rem;font-weight:900}.library-amenity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.library-amenity-chip{background:rgba(var(--accent-rgb), .07);min-width:0;min-height:30px;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:0 8px;font-size:.66rem;font-weight:850;display:inline-flex;overflow:hidden}.library-amenity-chip svg{color:var(--accent-deep);flex:none}@media (width>=860px){.library-hero-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)}.library-detail-stats,.library-amenities-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.library-detail-amenity-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=420px){.library-quick-pick-card,.library-capacity-card,.library-detail-hero,.library-detail-section,.library-amenities-hero,.library-amenities-panel{border-radius:23px;padding:13px}.library-mini-wave-card{min-height:118px;padding:9px}.library-mini-wave-copy strong{font-size:.72rem}.library-mini-wave-copy span{font-size:.58rem}.library-card{border-radius:20px;gap:9px;min-height:68px;padding:8px 9px}.library-card-main h3{font-size:.84rem}.library-card-main span,.library-card-main strong{font-size:.68rem}.occupancy-ring,.library-warning-badge{--ring-size:50px;width:50px;height:50px}.library-warning-badge{border-radius:17px}.library-detail-title-row{grid-template-columns:minmax(0,1fr)}.library-detail-title-row .occupancy-ring,.library-detail-title-row .library-warning-badge{justify-self:start}.library-detail-amenity-grid,.library-amenity-grid{grid-template-columns:minmax(0,1fr)}}*{box-sizing:border-box}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}html,body,#root{width:100%;overflow-x:clip}html.filter-sheet-open,body.filter-sheet-open{overscroll-behavior:none;overflow:hidden}img{max-width:100%;display:block}body{min-height:100vh;color:var(--ink);background:radial-gradient(circle at 0 0,#62379a1c,#0000 30%),radial-gradient(circle at 100% 0,#a990ff29,#0000 24%),linear-gradient(#fff 0%,#faf9ff 50%,#f4f5ff 100%);margin:0;font-family:Plus Jakarta Sans,Avenir Next,Segoe UI,sans-serif}body:before,body:after{content:"";pointer-events:none;z-index:-1;filter:blur(44px);border-radius:999px;position:fixed;inset:auto}body:before{background:#62379a1a;width:220px;height:220px;top:8%;right:-80px}body:after{background:#917ced1f;width:240px;height:240px;bottom:12%;left:-70px}.app-shell{width:100%;max-width:1180px;padding-top:calc(16px + env(safe-area-inset-top));padding-right:max(14px, env(safe-area-inset-right));padding-bottom:calc(28px + env(safe-area-inset-bottom));padding-left:max(14px, env(safe-area-inset-left));gap:14px;margin:0 auto;display:grid}body[data-page=planner]{background:radial-gradient(circle at 0 0,#0061b32e,#0000 30%),radial-gradient(circle at 100% 0,#1492e23d,#0000 27%),linear-gradient(#fbfdff 0%,#eaf6ff 48%,#dbeeff 100%)}body[data-page=planner]:before{background:#0359a429}body[data-page=planner]:after{background:#2093e02e}body[data-page=spaces]{background:radial-gradient(circle at 0 0,#0f8a7b29,#0000 30%),radial-gradient(circle at 100% 0,#70c9bf38,#0000 28%),linear-gradient(#fbfffe 0%,#effaf7 48%,#e2f4ef 100%)}body[data-page=spaces]:before{background:#0f8a7b24}body[data-page=spaces]:after{background:#58b8ab2e}body[data-page=home]{background:#1f1f1f}body[data-page=home]:before,body[data-page=home]:after{display:none}.app-shell.page-planner{--bg:#eaf6ff;--ink:#071f38;--muted:#435f7d;--accent:#0878cc;--accent-deep:#064f93;--accent-rgb:8, 120, 204;--accent-deep-rgb:6, 79, 147;--accent-soft:#0878cc1f;--accent-line:#0878cc38;--sky:#1a97e738;--shadow:0 24px 62px #05346326}.app-shell.page-spaces{--bg:#effaf7;--ink:#0d2430;--muted:#55707a;--accent:#0f8a7b;--accent-deep:#0a655a;--accent-rgb:15, 138, 123;--accent-deep-rgb:10, 101, 90;--accent-soft:#0f8a7b1f;--accent-line:#0f8a7b33;--sky:#72d6c433;--shadow:0 24px 62px #07453e24}.app-shell.page-home{background:#f8fafc;max-width:430px;min-height:100dvh;padding:0;display:block;overflow:hidden;box-shadow:0 24px 90px #070a1252}.uq-splash-screen{z-index:9999;padding:max(28px, env(safe-area-inset-top)) 28px max(28px, env(safe-area-inset-bottom));color:#fff;background:#51247a;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.uq-splash-curves,.uq-splash-curves svg{width:100%;height:100%;position:absolute;inset:0}.uq-splash-curves{opacity:.58}.uq-splash-content{z-index:1;text-align:center;flex-direction:column;align-items:center;width:min(76vw,720px);display:flex;position:relative}.uq-splash-logo{filter:drop-shadow(0 12px 26px #1408232e);width:min(100%,540px)}.uq-splash-divider{transform-origin:50%;background:#ffffffd6;width:min(100%,520px);height:1px;margin:28px 0 22px}.uq-splash-motto{color:#fff;letter-spacing:.28em;margin:0;font-size:clamp(.78rem,1.5vw,1.02rem);font-weight:600;line-height:1.2}.campus-home-page{background:#f8fafc;flex-direction:column;min-height:100dvh;display:flex;overflow:hidden}.campus-home-hero{padding:calc(72px + env(safe-area-inset-top)) 28px 46px;background:#fff;border-bottom:1px solid #0f172a0f;border-radius:0 0 34px 34px;flex:none;box-shadow:0 14px 32px #0f172a14,inset 0 -1px #ffffffe0}.campus-home-hero p{color:#65748d;letter-spacing:-.025em;margin:22px 0 0;font-size:clamp(1rem,4vw,1.18rem);font-weight:800}.campus-home-actions{padding:48px 24px calc(36px + env(safe-area-inset-bottom));flex:auto;align-content:start;gap:18px;display:grid;overflow-y:auto}.campus-home-card{color:#1d293d;cursor:pointer;width:100%;min-height:118px;font:inherit;text-align:left;background:#fff;border:1px solid #0f172a0f;border-radius:30px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:20px;padding:22px 24px;transition:box-shadow .22s,transform .22s,border-color .22s,background .22s;display:grid;box-shadow:0 14px 30px #0f172a14,0 2px 8px #0f172a0a}.campus-home-card:hover,.campus-home-card:focus-visible{background:#fdfdff;border-color:#57006f21;transform:translateY(-2px);box-shadow:0 18px 38px #0f172a1a,0 4px 10px #0f172a0d}.campus-home-card:focus-visible{outline:none;box-shadow:0 0 0 4px #57006f1f,0 18px 38px #0f172a1a}.campus-home-icon{border-radius:22px;flex:none;justify-content:center;align-items:center;width:66px;height:66px;transition:background .24s,color .24s,transform .24s;display:inline-flex}.campus-home-icon svg{width:29px;height:29px}.campus-home-card:hover .campus-home-icon{transform:scale(1.04)rotate(-2deg)}.campus-home-icon.bus{color:#2563eb;background:#dbeafe}.campus-home-card:hover .campus-home-icon.bus{color:#fff;background:#2563eb}.campus-home-icon.study{color:#8b20ff;background:#f1e3ff}.campus-home-card:hover .campus-home-icon.study{color:#fff;background:#8b20ff}.campus-home-icon.food{color:#f97316;background:#ffedd5}.campus-home-card:hover .campus-home-icon.food{color:#fff;background:#f97316}.campus-home-icon.exam{color:#4f46e5;background:#e0e7ff}.campus-home-card:hover .campus-home-icon.exam{color:#fff;background:#4f46e5}.campus-home-card-copy{gap:6px;min-width:0;display:grid}.campus-home-card-copy strong{color:#1d293d;letter-spacing:-.055em;text-overflow:ellipsis;font-size:clamp(1.22rem,5vw,1.55rem);font-weight:950;line-height:1.1;overflow:hidden}.campus-home-card-copy span{color:#65748d;letter-spacing:-.025em;font-size:clamp(.9rem,3.8vw,1.06rem);font-weight:800;line-height:1.3}.home-return-button{top:calc(8px + env(safe-area-inset-top));z-index:30;color:#1d293d;cursor:pointer;width:52px;height:52px;min-height:52px;font:inherit;-webkit-backdrop-filter:blur(18px)saturate(1.25);backdrop-filter:blur(18px)saturate(1.25);background:#ffffffd1;border:1px solid #0f172a0a;border-radius:999px;grid-column:1/-1;justify-content:center;justify-self:start;align-items:center;padding:0;transition:background .18s,box-shadow .18s,transform .18s;display:inline-flex;position:sticky;box-shadow:0 18px 36px #0f172a1f,0 5px 14px #0f172a14}.home-return-icon{color:currentColor;justify-content:center;align-items:center;width:auto;height:auto;transition:transform .18s cubic-bezier(.22,1,.36,1);display:inline-flex}.home-return-icon svg{width:22px;height:22px}.home-return-button:hover,.home-return-button:focus-visible{background:#fffffff0;box-shadow:0 22px 42px #0f172a24,0 8px 18px #0f172a14}.home-return-button:hover .home-return-icon,.home-return-button:focus-visible .home-return-icon{transform:translate(-2px)}.home-return-button:focus-visible{box-shadow:0 0 0 4px rgba(var(--accent-rgb), .12), 0 22px 42px #0f172a24;outline:none}@media (width>=540px){.app-shell.page-home{border-radius:36px;min-height:min(100dvh,920px);margin-top:0;margin-bottom:0}.campus-home-page{min-height:inherit}}@media (width<=430px){body[data-page=home]{background:#f8fafc}.app-shell.page-home{max-width:none;box-shadow:none}.campus-home-hero{padding-left:24px;padding-right:24px}.campus-home-actions{padding-left:22px;padding-right:22px}.campus-home-card{gap:18px;min-height:112px;padding:20px 22px}.campus-home-icon{border-radius:21px;width:62px;height:62px}}@media (width<=360px){.campus-home-actions{gap:14px;padding-left:16px;padding-right:16px}.campus-home-card{border-radius:26px;grid-template-columns:56px minmax(0,1fr);gap:14px;min-height:104px;padding:18px}.campus-home-icon{border-radius:19px;width:56px;height:56px}.campus-home-icon svg{width:25px;height:25px}}.app-shell.page-planner .page-switcher{background:linear-gradient(180deg, #fffffffa, #eef7fff0), linear-gradient(135deg, rgba(var(--accent-rgb), .07), transparent 65%)}.app-shell.page-planner .page-switcher-indicator{background:linear-gradient(145deg, rgba(var(--accent-deep-rgb), .98), rgba(var(--accent-rgb), .96)), linear-gradient(135deg, #8fd2ff29, transparent 58%)}.page-switcher,.planner-layout,.library-spaces-layout,.app-footer{grid-column:1/-1}.page-switcher{isolation:isolate;border:1px solid rgba(var(--accent-rgb), .14);background:linear-gradient(180deg, #fffffffa, #f5f0fff0), linear-gradient(135deg, rgba(var(--accent-rgb), .06), transparent 65%);box-shadow:inset 0 1px 0 #fffffffa, 0 16px 32px #20212f14, 0 8px 18px rgba(var(--accent-rgb), .08);-webkit-backdrop-filter:blur(24px)saturate(1.3);backdrop-filter:blur(24px)saturate(1.3);grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:6px;display:grid;position:relative;overflow:hidden}.page-switcher:before{content:"";pointer-events:none;background:linear-gradient(#ffffff52,#0000 42%);position:absolute;inset:0}.page-switcher-indicator{opacity:1;background:linear-gradient(145deg, rgba(var(--accent-deep-rgb), .98), rgba(var(--accent-rgb), .96)), linear-gradient(135deg, #bea4ff29, transparent 58%);border:1px solid rgba(var(--accent-deep-rgb), .18);width:calc(50% - 9px);box-shadow:inset 0 1px 0 #ffffff24, 0 14px 26px rgba(var(--accent-deep-rgb), .22);border-radius:18px;transition:opacity .15s,transform .17s cubic-bezier(.22,1,.36,1),background .17s,box-shadow .17s;position:absolute;top:6px;bottom:6px;left:6px}.page-switcher-indicator.planner{opacity:0;transform:scale(.96)}.page-switcher-indicator.spaces{transform:translate(calc(100% + 6px))}.page-switcher-indicator.hidden{opacity:0;transform:scale(.96)}.page-switcher-button{z-index:1;min-height:50px;color:var(--accent-deep);font:inherit;letter-spacing:-.01em;text-shadow:none;cursor:pointer;background:0 0;border:0;border-radius:18px;justify-content:center;align-items:center;gap:8px;font-size:.86rem;font-weight:800;line-height:1.1;transition:color .26s,transform .26s;display:inline-flex;position:relative}.page-switcher-icon{flex:none;width:16px;height:16px}.page-switcher-button:hover,.page-switcher-button:focus-visible{color:var(--accent-deep);transform:translateY(-.5px)}.page-switcher-button.active{color:#fff}.page-switcher-button:focus-visible{box-shadow:0 0 0 3px rgba(var(--accent-rgb), .12);outline:none}.side-stack,.planner-layout,.library-spaces-layout{gap:14px;min-width:0;animation:.32s cubic-bezier(.2,.8,.2,1) page-enter;display:grid}.library-toilet-button{color:#1f6f5d;cursor:pointer;min-height:40px;font:inherit;letter-spacing:-.02em;white-space:nowrap;background:radial-gradient(circle at 20% 0,#ffffffeb,#0000 36%),linear-gradient(135deg,#e7f7f2 0%,#fff 100%);border:1px solid #2b6a5c29;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:.82rem;font-weight:950;transition:border-color .18s,box-shadow .18s,transform .18s;display:inline-flex;box-shadow:inset 0 1px #fffffff2,0 10px 22px #1f6f5d1a}.library-toilet-button:hover,.library-toilet-button:focus-visible{border-color:#2b6a5c47;outline:none;transform:translateY(-1px);box-shadow:inset 0 1px #fffffff2,0 14px 28px #1f6f5d24}.planner-panel{gap:12px;padding:16px;display:grid}.planner-copy{gap:4px;display:grid}.planner-field-label-icon,.planner-suggestion-icon{flex:none;place-items:center;display:inline-grid}.planner-subtle-copy{color:var(--muted);max-width:34ch;margin:0;font-size:.82rem;font-weight:700}.planner-quick-actions{overscroll-behavior-x:contain;scrollbar-width:none;flex-wrap:nowrap;align-items:center;gap:8px;max-width:100%;display:flex;overflow-x:auto}.planner-quick-actions::-webkit-scrollbar{display:none}.planner-quick-action{width:fit-content;min-height:36px;color:var(--accent);font:inherit;letter-spacing:.03em;cursor:pointer;background:linear-gradient(#fffffff2,#eff7ffd6),linear-gradient(135deg,#ffffff52,#0000);border:1px solid #fffc;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:.74rem;font-weight:800;transition:transform .22s,background .22s,box-shadow .22s;display:inline-flex;box-shadow:inset 0 1px #fffffff5,0 10px 22px #20212f0f}.planner-quick-action svg{width:13px;height:13px}.planner-quick-action:hover,.planner-quick-action:focus-visible{background:linear-gradient(#fff,#f2f9fff2),linear-gradient(135deg,#fff6,#0000);transform:translateY(-.5px);box-shadow:inset 0 1px #fffffff5,0 12px 24px #1d6fb814}.planner-form{gap:10px;display:grid}.planner-swap-row{justify-content:center;margin:-2px 0;display:flex}.planner-swap-button{min-height:36px;color:var(--accent-deep);font:inherit;letter-spacing:.04em;cursor:pointer;background:linear-gradient(#fffffff7,#f0f8ffe6),linear-gradient(135deg,#ffffff57,#0000);border:1px solid #ffffffd1;border-radius:999px;align-items:center;gap:8px;padding:0 13px;font-size:.76rem;font-weight:800;transition:transform .22s,box-shadow .22s,background .22s;display:inline-flex;box-shadow:inset 0 1px #fffffffa,0 10px 22px #20212f0f}.planner-quick-swap{border-color:rgba(var(--accent-rgb), .22)}.planner-swap-button:hover,.planner-swap-button:focus-visible{transform:translateY(-1px);box-shadow:inset 0 1px #fff,0 14px 26px #1d6fb814}.planner-swap-button:focus-visible{outline:none}.planner-swap-icon{width:22px;height:22px;color:var(--accent);background:#1d6fb814;border-radius:999px;place-items:center;display:inline-grid}.planner-swap-icon svg{width:12px;height:12px}.planner-field{gap:7px;display:grid;position:relative}.planner-field.open{z-index:3}.planner-field.to-field.open{z-index:4}.planner-field-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.planner-field-label{color:var(--accent-deep);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;font-size:.75rem;font-weight:800;display:inline-flex}.planner-field-label-icon{background:var(--accent-soft);width:26px;height:26px;color:var(--accent);border-radius:999px;box-shadow:inset 0 1px #ffffffd1}.planner-field-label-icon svg,.planner-suggestion-icon svg,.planner-summary-label svg{width:14px;height:14px}.planner-field-status{color:var(--muted);font-size:.7rem;font-weight:700}.planner-input-shell{background:linear-gradient(#fffffff7,#f2f9ffe6),linear-gradient(135deg,#ffffff6b,#0000);border:1px solid #ffffffd6;border-radius:17px;align-items:center;gap:10px;min-height:50px;padding:0 12px;transition:border-color .22s,box-shadow .22s,transform .22s;display:flex;box-shadow:inset 0 1px #fffffffa,0 14px 26px #20212f0d}.planner-input-shell:focus-within{border-color:#1d6fb82e;box-shadow:inset 0 1px #fffffffa,0 0 0 4px #1d6fb814,0 18px 30px #12437f14}.planner-input-icon{width:28px;height:28px;color:var(--accent);background:#1d6fb814;border-radius:11px;flex:none;place-items:center;display:inline-grid}.planner-input-icon svg{width:15px;height:15px}.planner-field .destination-search-input{width:100%;min-width:0;min-height:48px;box-shadow:none;background:0 0;border:0;border-radius:0;flex:auto;padding:0}.planner-field .destination-search-input:focus-visible{box-shadow:none;border-color:#0000;outline:none}.planner-suggestion-list{z-index:20;overscroll-behavior:contain;-webkit-backdrop-filter:blur(18px)saturate(1.25);backdrop-filter:blur(18px)saturate(1.25);background:linear-gradient(#fffffff7,#f2f9ffeb),linear-gradient(135deg,#ffffff5c,#0000);border:1px solid #ffffffdb;border-radius:18px;gap:5px;max-height:min(260px,42vh);padding:7px;display:grid;position:absolute;top:calc(100% + 7px);left:0;right:0;overflow-y:auto;box-shadow:inset 0 1px #fffffffa,0 20px 38px #12437f14}.planner-field.to-field .planner-suggestion-list{top:auto;bottom:calc(100% + 7px)}.planner-suggestion{width:100%;min-height:40px;color:var(--accent-deep);text-align:left;font:inherit;cursor:pointer;background:#ffffffc2;border:1px solid #0000;border-radius:13px;align-items:center;gap:8px;padding:8px 10px;font-size:.86rem;font-weight:700;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;display:flex;box-shadow:inset 0 1px #ffffffeb}.planner-suggestion:hover,.planner-suggestion:focus-visible{background:#f5fafffa;border-color:#1d6fb81f;transform:translateY(-1px);box-shadow:inset 0 1px #fffffff5,0 10px 18px #1d6fb814}.planner-suggestion-icon{width:28px;height:28px;color:var(--accent);background:#1d6fb814;border-radius:10px}.planner-suggestion-text{overflow-wrap:anywhere}.planner-suggestion-empty{color:var(--muted);padding:0 2px;font-size:.76rem;font-weight:700}.planner-form-actions{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:10px;width:100%;display:grid}.planner-inline-error{color:#b42318;margin:0;font-size:.82rem;font-weight:700}@keyframes page-enter{0%{opacity:0;transform:translateY(10px)scale(.992)}to{opacity:1;transform:translateY(0)scale(1)}}.planner-results-panel{min-width:0}.planner-summary{border:1px solid var(--accent-line);background:linear-gradient(180deg, #fffffffc, #f0f8fff5), linear-gradient(120deg, var(--accent-soft), transparent);box-shadow:inset 0 1px 0 #ffffffe6, 0 12px 28px rgba(var(--accent-rgb), .08);border-radius:22px;gap:12px;margin-bottom:14px;padding:14px;display:grid}.app-shell.page-planner .planner-summary{background:linear-gradient(180deg, #fffffffa, #e8f6fff0), linear-gradient(120deg, rgba(var(--accent-rgb), .08), transparent);border-radius:18px;margin-bottom:10px;padding:10px 12px}.planner-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.planner-summary-stop{border:1px solid rgba(var(--accent-rgb), .12);background:#ffffffc7;border-radius:18px;gap:6px;min-width:0;padding:12px 14px;display:grid;box-shadow:inset 0 1px #ffffffeb}.planner-summary-stop strong{letter-spacing:-.04em;overflow-wrap:anywhere;font-size:.98rem}.planner-summary-label{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:.66rem;font-weight:800}.planner-summary-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.planner-summary-note{color:var(--muted);font-size:.76rem;font-weight:700}.surface-panel{border:1px solid rgba(var(--accent-rgb), .08);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-panel{isolation:isolate;gap:16px;padding:18px;display:grid;position:relative;overflow:hidden}.hero-glow{z-index:-1;filter:blur(38px);opacity:.72;border-radius:999px;width:220px;height:220px;position:absolute}.hero-glow-top{background:#1965ad2e;top:-90px;right:-40px}.hero-glow-bottom{background:#85cdff2e;bottom:-140px;left:-70px}.hero-topbar{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;display:grid}.hero-copy{align-content:start;gap:12px;min-width:0;display:grid}.live-planner-shortcut{border:1px solid rgba(var(--accent-rgb), .12);min-height:24px;color:var(--accent-deep);box-shadow:inset 0 1px 0 #ffffffb8, 0 8px 14px rgba(var(--accent-rgb), .05);cursor:pointer;font:inherit;letter-spacing:.03em;text-transform:uppercase;background:#ffffff94;border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:0 8px;font-size:.58rem;font-weight:950;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s;display:inline-flex;transform:translateY(-2px)}.live-planner-shortcut svg{width:9px;height:9px}.live-planner-shortcut:hover,.live-planner-shortcut:focus-visible{border-color:rgba(var(--accent-rgb), .24);box-shadow:inset 0 1px 0 #ffffffdb, 0 10px 18px rgba(var(--accent-rgb), .08);background:#ffffffeb;transform:translateY(-3px)}.uq-lockup{object-fit:contain;flex:none;align-self:start;width:clamp(108px,22vw,176px);height:auto}.brand-copy{gap:8px;min-width:0;display:grid}.brand-copy-top{flex-wrap:wrap;align-items:start;gap:10px;display:flex}.stop-control{border:1px solid var(--accent-line);background:linear-gradient(180deg, #fffffff7, #f0f8fff0), linear-gradient(120deg, var(--accent-soft), transparent);width:fit-content;min-height:36px;box-shadow:inset 0 1px 0 #ffffffe0, 0 8px 20px rgba(var(--accent-rgb), .08);cursor:pointer;appearance:none;text-align:left;font:inherit;border-radius:999px;align-items:center;gap:8px;padding:0 12px;transition:transform .2s,border-color .2s,box-shadow .2s,opacity .2s;display:inline-flex}.stop-control:hover,.stop-control:focus-visible{transform:translateY(-1px);box-shadow:inset 0 1px #ffffffeb,0 10px 22px #20212f17}.stop-control-label{color:var(--accent-deep);letter-spacing:.02em;white-space:nowrap;align-items:center;font-size:.74rem;font-weight:800;line-height:1;display:inline-flex}.stop-control-icon,.stop-control-arrow{flex:none;place-items:center;display:inline-grid}.stop-control-icon{background:rgba(var(--accent-rgb), .12);width:20px;height:20px;color:var(--accent);border-radius:999px;box-shadow:inset 0 1px #ffffffc7}.stop-control-icon.pending svg{animation:.9s linear infinite spin}.stop-control-arrow{width:18px;height:18px;color:var(--accent)}.stop-control-icon svg,.stop-control-arrow svg{width:14px;height:14px;transition:transform .22s}.stop-control.open .stop-control-arrow svg{transform:rotate(180deg)}.student-note{border:1px solid rgba(var(--accent-rgb), .14);min-height:24px;color:var(--accent);letter-spacing:.04em;white-space:nowrap;background:linear-gradient(#f8f4fffa,#f0eafffa);border-radius:999px;justify-content:center;align-items:center;padding:0 9px;font-size:.68rem;font-weight:800;display:inline-flex}.eyebrow,.detail-label,.timing-label{letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0;font-size:.74rem;font-weight:700}.next-route-copy,.quick-card p,.trigger-copy span,.detail-band p,.section-note,.hero-meta span,.stat-card span{color:var(--muted);margin:0}.next-card{background:linear-gradient(150deg, rgba(var(--accent-deep-rgb), .94), rgba(var(--accent-rgb), .9)), linear-gradient(120deg, #bfb4ff29, transparent);color:#fff;box-shadow:0 16px 38px rgba(var(--accent-rgb), .16);border-radius:26px;gap:10px;padding:14px;display:grid}.next-card-top,.board-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.board-eyebrow{color:#ffffffb8}.board-search-pill{color:#ffffffeb;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:#ffffff1a;border:1px solid #ffffff29;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 12px;font-size:.68rem;font-weight:800;display:inline-flex}.board-primary{gap:8px;display:grid}.board-primary-item{background:linear-gradient(#ffffff1f,#ffffff0f),linear-gradient(135deg,#ffffff0d,#0000);border:1px solid #ffffff29;border-radius:15px;gap:8px;min-height:88px;padding:9px 10px;display:grid;position:relative;box-shadow:inset 0 1px #ffffff14}.board-primary-item.saved{box-shadow:inset 0 1px 0 #ffffff2e, 0 16px 30px rgba(var(--accent-rgb), .18);background:linear-gradient(#ffffff2e,#f3ecff1a),linear-gradient(135deg,#ba9aff2e,#0000 58%);border-color:#cebfff57}.board-primary-item.saved:before{content:"";background:linear-gradient(180deg, #b696fffa, rgba(var(--accent-rgb), .92));border-radius:15px 0 0 15px;width:4px;position:absolute;inset:0 auto 0 0}.board-primary-topline,.board-primary-bottomline{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.board-primary-bottomline{border-top:1px solid #ffffff1a;padding-top:7px}.board-route-group,.board-stop-group{flex-wrap:wrap;align-items:center;gap:7px;min-width:0;display:flex}.board-primary-item strong{color:#fff;letter-spacing:-.04em;white-space:nowrap;font-size:1rem;line-height:1}.board-primary-time-note{color:#ff8c97;text-align:right;white-space:nowrap;margin:0;font-size:.68rem;font-weight:800;line-height:1.25}.board-stop-chip{color:#f0ebfff5;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;flex:none;justify-content:center;align-items:center;min-width:0;min-height:24px;padding:0 9px;font-size:.56rem;font-weight:700;display:inline-flex}.mini-board{gap:8px;display:grid}.mini-board-label{color:#ffffffc2;letter-spacing:.1em;text-transform:uppercase;font-size:.76rem;font-weight:700}.mini-board-list{grid-template-columns:1fr;gap:6px;display:grid}.mini-board-item,.mini-board-empty{background:linear-gradient(#ffffff1f,#ffffff0f),linear-gradient(135deg,#ffffff0d,#0000);border:1px solid #ffffff29;border-radius:15px;padding:7px 10px;box-shadow:inset 0 1px #ffffff14}.mini-board-item{text-align:left;gap:6px;min-height:62px;display:grid}.mini-board-item.saved{box-shadow:inset 0 1px 0 #ffffff24, 0 12px 22px rgba(var(--accent-rgb), .12);background:linear-gradient(#ffffff29,#f3ecff14),linear-gradient(135deg,#ba9aff24,#0000 60%);border-color:#cebfff4d}.mini-board-topline,.mini-board-bottomline{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.mini-board-bottomline{border-top:1px solid #ffffff1a;padding-top:5px}.mini-board-route{color:#fff;letter-spacing:-.03em;white-space:nowrap;background:#ffffff24;border:1px solid #ffffff29;border-radius:11px;justify-content:center;align-items:center;min-width:44px;min-height:26px;padding:0 10px;font-size:.78rem;font-weight:800;display:inline-flex}.mini-board-route.saved,.board-route-pill.saved{color:#fefcff;box-shadow:inset 0 1px 0 #ffffff3d, 0 10px 20px rgba(var(--accent-rgb), .16);background:linear-gradient(#ffffff42,#efe6ff24),#ffffff24;border-color:#d6caff6b}.mini-board-stop{letter-spacing:.04em;text-transform:uppercase;color:#f3eefff0;white-space:nowrap;background:#ffffff1a;border:1px solid #ffffff29;border-radius:999px;justify-content:center;align-items:center;min-height:21px;padding:0 9px;font-size:.56rem;font-weight:700;display:inline-flex}.mini-board-item strong,.mini-board-empty{font-size:.88rem}.mini-board-item strong{color:#fff;letter-spacing:-.04em;white-space:nowrap;line-height:1}.mini-board-time-note{color:#f4ecffcc;letter-spacing:.03em;white-space:nowrap;text-align:right;font-size:.6rem;font-weight:700}.mini-board-empty{color:#ffffffc2;text-align:center}.route-token{white-space:nowrap;letter-spacing:-.03em;justify-content:center;align-items:center;gap:6px;min-width:0;font-weight:800;display:inline-flex}.route-token-code{line-height:1}.route-token-markers{align-items:center;gap:4px;margin-left:2px;display:inline-flex}.route-token-marker{border-radius:999px;flex:none;place-items:center;width:14px;height:14px;display:inline-grid}.route-token-marker svg{width:9px;height:9px}.route-token-marker.saved{background:linear-gradient(145deg, #ebe3fffa, rgba(var(--accent-rgb), .92));color:#fff;width:16px;height:16px;box-shadow:inset 0 1px 0 #ffffff47, 0 8px 14px rgba(var(--accent-rgb), .22);animation:1.8s ease-in-out infinite pulse-soft}.route-token-icon{flex:none;place-items:center;width:16px;height:16px;display:inline-grid}.route-token-icon svg{width:100%;height:100%}.board-route-pill{color:#fff;background:#ffffff24;border:1px solid #ffffff29;border-radius:11px;min-height:30px;padding:0 10px;font-size:.78rem;box-shadow:inset 0 1px #ffffff14}.route-badge,.inline-stop-chip,.status-pill,.detail-tile,.detail-band{border:1px solid #fff9}.route-badge,.inline-stop-chip,.status-pill{border-radius:999px;justify-content:center;align-items:center;padding:8px 12px;font-size:.88rem;font-weight:700;display:inline-flex}.route-badge{background:linear-gradient(135deg, rgba(var(--accent-rgb), .98), rgba(var(--accent-deep-rgb), .92));border-color:rgba(var(--accent-rgb), .18);color:#fff;min-width:56px}.route-badge.saved{color:#4f3790;box-shadow:inset 0 1px 0 #ffffffd1, 0 10px 18px rgba(var(--accent-rgb), .18);background:linear-gradient(145deg,#f4f0fffa,#dfd3fff0);border-color:#a688f761}.route-badge-large{min-width:72px;font-size:1rem}.status-pill{background:rgba(var(--accent-rgb), .08);border-color:rgba(var(--accent-rgb), .16);color:var(--accent)}.status-pill.live{color:#c9ffed;background:#24b58429;border-color:#63ecc273}.next-card .timing-label{color:#ffffffad}.error-card{color:#b42318;padding:16px 18px}.controls-panel,.feed-panel{padding:18px}.controls-panel{padding:12px 14px;position:relative;overflow:visible}.controls-grid{gap:12px;display:grid}.section-head{justify-content:space-between;align-items:end;gap:14px;margin-bottom:14px;display:flex}.section-head-meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.section-title,.quick-card h3,.trigger-copy strong{letter-spacing:-.05em;margin:0;font-size:1.32rem}.filter-control-shell{position:relative}.destination-search{border:1px solid var(--accent-line);background:linear-gradient(180deg, #fffffffc, #f0f8fff5), linear-gradient(120deg, var(--accent-soft), transparent);box-shadow:inset 0 1px 0 #ffffffe0, 0 12px 28px rgba(var(--accent-rgb), .08);border-radius:22px;gap:12px;padding:14px;display:grid}.destination-search-head{flex-wrap:wrap;justify-content:space-between;align-items:start;gap:10px;display:flex}.destination-search-title{font-size:.98rem}.destination-search-status{border:1px solid var(--accent-line);background:var(--accent-soft);min-height:32px;color:var(--accent-deep);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.66rem;font-weight:800;display:inline-flex;box-shadow:inset 0 1px #ffffffd1}.destination-search-row{flex-wrap:wrap;align-items:stretch;gap:8px;display:flex}.destination-search-input{border:1px solid var(--accent-line);min-width:0;min-height:46px;color:var(--accent-deep);font:inherit;letter-spacing:-.02em;background:#ffffffeb;border-radius:16px;flex:220px;padding:0 14px;font-size:16px;font-weight:700;box-shadow:inset 0 1px #ffffffeb}.destination-search-input::placeholder{color:var(--muted);font-weight:600}.destination-search-input:focus-visible{border-color:rgba(var(--accent-rgb), .3);box-shadow:inset 0 1px 0 #fffffff0, 0 0 0 4px rgba(var(--accent-rgb), .08);outline:none}.destination-search-button,.destination-search-clear{min-height:42px;font:inherit;letter-spacing:.04em;white-space:nowrap;cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:.78rem;font-weight:800;transition:transform .22s,box-shadow .22s,border-color .22s,background .22s;display:inline-flex}.destination-search-button svg,.destination-search-clear svg{flex:none;width:13px;height:13px}.destination-search-button{border:1px solid rgba(var(--accent-rgb), .12);background:linear-gradient(145deg, var(--accent-deep), var(--accent));color:#fff;box-shadow:inset 0 1px 0 #ffffff2e, 0 12px 20px rgba(var(--accent-rgb), .14)}.destination-search-button:hover,.destination-search-button:focus-visible{box-shadow:inset 0 1px 0 #fff3, 0 14px 22px rgba(var(--accent-rgb), .18);transform:translateY(-1px)}.destination-search-button:disabled{cursor:wait;opacity:.82;box-shadow:inset 0 1px 0 #ffffff29, 0 10px 18px rgba(var(--accent-rgb), .1);transform:none}.destination-search-clear{border:1px solid var(--accent-line);color:var(--accent);background:#ffffffd6;box-shadow:inset 0 1px #ffffffeb}.destination-search-clear:disabled{cursor:not-allowed;opacity:.48;transform:none}.destination-search-clear:hover,.destination-search-clear:focus-visible{box-shadow:inset 0 1px 0 #fffffff5, 0 10px 18px rgba(var(--accent-rgb), .08);background:#faf7fffa;transform:translateY(-1px)}.destination-search-foot{color:var(--muted);letter-spacing:.02em;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;font-size:.7rem;font-weight:700;display:flex}.filter-control{border:1px solid rgba(var(--accent-rgb), .16);background:linear-gradient(180deg, #fffffffa, #f7f3fff5), linear-gradient(120deg, rgba(var(--accent-rgb), .08), transparent);width:100%;min-height:72px;box-shadow:inset 0 1px 0 #ffffffe0, 0 12px 28px rgba(var(--accent-rgb), .08);cursor:pointer;appearance:none;text-align:left;font:inherit;border-radius:22px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px 14px;transition:border-color .2s,box-shadow .24s,transform .22s;display:grid;position:relative}.filter-control:hover,.filter-control:focus-visible{border-color:rgba(var(--accent-rgb), .24);box-shadow:inset 0 1px 0 #ffffffeb, 0 16px 34px rgba(var(--accent-rgb), .12)}.filter-control.pending{border-color:rgba(var(--accent-rgb), .26);box-shadow:inset 0 1px 0 #ffffffeb, 0 16px 34px rgba(var(--accent-rgb), .14)}.filter-control.open{border-color:rgba(var(--accent-rgb), .3);box-shadow:inset 0 1px 0 #fffffff0, 0 18px 36px rgba(var(--accent-rgb), .14);transform:translateY(-1px)}.filter-control:active{transform:scale(.995)}.filter-control-copy{gap:2px;min-width:0;display:grid}.filter-control-label{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:800}.filter-control-value{color:var(--accent-deep);letter-spacing:-.04em;margin:0;font-size:1.06rem;font-weight:800}.filter-control-route-token{color:inherit;font-size:1em}.filter-control-icon{background:rgba(var(--accent-rgb), .1);width:36px;height:36px;color:var(--accent);pointer-events:none;border-radius:999px;place-items:center;transition:transform .24s cubic-bezier(.22,1,.36,1),background .22s,box-shadow .22s;display:grid;box-shadow:inset 0 1px #ffffffb3}.filter-control-icon.pending{background:rgba(var(--accent-rgb), .14)}.filter-control.open .filter-control-icon{background:rgba(var(--accent-rgb), .18);box-shadow:inset 0 1px 0 #ffffffd6, 0 8px 16px rgba(var(--accent-rgb), .12);transform:scale(1.04)}.filter-control-icon svg{width:18px;height:18px;transition:transform .24s cubic-bezier(.22,1,.36,1)}.filter-control-icon.pending svg{animation:.9s linear infinite spin}.filter-control.open .filter-control-icon svg{transform:rotate(180deg)scale(1.08)}.route-action-button:disabled{cursor:not-allowed;opacity:.52;box-shadow:none}.route-action-button svg{width:16px;height:16px}.route-action-button{border:1px solid rgba(var(--accent-rgb), .14);width:40px;height:40px;color:var(--accent);cursor:pointer;background:#fffc;border-radius:14px;place-items:center;transition:transform .22s,border-color .22s,background .22s,box-shadow .22s;display:inline-grid;box-shadow:inset 0 1px #ffffffeb}.route-action-button:hover,.route-action-button:focus-visible{border-color:rgba(var(--accent-rgb), .18);box-shadow:inset 0 1px 0 #fffffffa, 0 10px 18px rgba(var(--accent-rgb), .08);background:#f9f5fffa;transform:translateY(-1px)}.route-action-button.active{border-color:rgba(var(--accent-rgb), .22);background:linear-gradient(145deg, rgba(var(--accent-rgb), .98), rgba(var(--accent-deep-rgb), .92));color:#fff;box-shadow:inset 0 1px 0 #ffffff2e, 0 12px 20px rgba(var(--accent-rgb), .16)}.Toastify__toast-container{width:min(92vw,420px);top:calc(14px + env(safe-area-inset-top));padding:0}.bus-toast-enter{animation:.28s cubic-bezier(.22,1,.36,1) bus-toast-slide-in}.bus-toast-exit{animation:.22s cubic-bezier(.4,0,1,1) forwards bus-toast-slide-out}.bus-toast{border:1px solid rgba(var(--accent-rgb), .12);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:20px;min-height:0;margin:0 12px 10px;padding:14px 16px;font-family:Plus Jakarta Sans,Avenir Next,Segoe UI,sans-serif;box-shadow:0 18px 40px #20212f29}.bus-toast-body{letter-spacing:-.02em;margin:0;padding:0;font-size:.9rem;font-weight:700}.bus-toast-success{background:linear-gradient(145deg, rgba(var(--accent-rgb), .98), rgba(var(--accent-deep-rgb), .94));color:#fff}.bus-toast-info{color:var(--accent-deep);background:#fffffff5}.bus-toast-warning{color:#fff;background:linear-gradient(145deg,#c46c21fa,#ea9642f0)}.bus-toast-error{color:#fff;background:linear-gradient(145deg,#a72b44fa,#d74e67f0)}.filter-option{border:1px solid rgba(var(--accent-rgb), .12);text-align:left;cursor:pointer;width:100%;font:inherit;appearance:none;background:#fffc;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;transition:transform .22s cubic-bezier(.22,1,.36,1),background .22s,border-color .22s,box-shadow .22s;display:grid;box-shadow:inset 0 1px #ffffffeb}.filter-option:hover,.filter-option:focus-visible{border-color:rgba(var(--accent-rgb), .18);box-shadow:inset 0 1px 0 #fffffff5, 0 10px 18px rgba(var(--accent-rgb), .07);background:#faf7fffa;transform:translateY(-1px)}.filter-option.selected{border-color:rgba(var(--accent-rgb), .2);box-shadow:inset 0 1px 0 #fffffffa, 0 12px 20px rgba(var(--accent-rgb), .1);background:linear-gradient(#f8f1fffa,#f0e8fffa)}.filter-option-main{align-items:center;min-width:0;display:flex}.filter-option-route-token{border:1px solid rgba(var(--accent-rgb), .12);background:rgba(var(--accent-rgb), .08);min-height:36px;color:var(--accent-deep);border-radius:999px;padding:0 12px;font-size:.9rem}.filter-option-title{color:var(--accent-deep);letter-spacing:-.03em;align-items:center;font-size:1rem;font-weight:800;line-height:1.15;display:inline-flex}.filter-option-tail{justify-self:end;align-items:center;gap:8px;display:flex}.filter-option-count,.filter-option-check{border:1px solid rgba(var(--accent-rgb), .14);background:#ffffffb8;box-shadow:inset 0 1px #ffffffeb}.filter-option-count{min-height:32px;color:var(--accent);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.66rem;font-weight:800;display:inline-flex}.filter-option-check{width:34px;height:34px;color:var(--accent);border-radius:14px;place-items:center;transition:background .22s,color .22s,transform .22s,box-shadow .22s;display:grid}.filter-option.selected .filter-option-check{background:linear-gradient(145deg, rgba(var(--accent-rgb), .98), rgba(var(--accent-deep-rgb), .92));border-color:rgba(var(--accent-rgb), .16);color:#fff;box-shadow:inset 0 1px 0 #ffffff2e, 0 12px 20px rgba(var(--accent-rgb), .2);transform:translateY(-1px)}.filter-option-check-dot{background:rgba(var(--accent-rgb), .32);border-radius:999px;width:8px;height:8px}.filter-option-check svg{width:14px;height:14px}.stop-option{border:1px solid var(--accent-line);background:linear-gradient(180deg, #fffffffa, #f8f4fff0), linear-gradient(120deg, var(--accent-soft), transparent);text-align:left;cursor:pointer;width:100%;font:inherit;appearance:none;border-radius:20px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;transition:transform .22s cubic-bezier(.22,1,.36,1),border-color .22s,box-shadow .22s;display:grid;box-shadow:inset 0 1px #fffffff0}.stop-option:hover,.stop-option:focus-visible{transform:translateY(-1px);box-shadow:inset 0 1px #fffffffa,0 10px 18px #20212f14}.stop-option.selected{border-color:rgba(var(--accent-rgb), .24);box-shadow:inset 0 1px #fffffffa,0 12px 22px #20212f1a}.stop-option-main{gap:6px;min-width:0;display:grid}.stop-option-title{color:var(--accent-deep);letter-spacing:-.03em;font-size:1rem;font-weight:800}.stop-option-copy{color:var(--muted);font-size:.78rem;line-height:1.45}.stop-option-tail{justify-items:end;gap:8px;display:grid}.stop-option-badge,.stop-option-check{border:1px solid var(--accent-line);background:#ffffffc7;box-shadow:inset 0 1px #ffffffeb}.stop-option-badge{min-height:30px;color:var(--accent);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:.62rem;font-weight:800;display:inline-flex}.stop-option-check{width:34px;height:34px;color:var(--accent);border-radius:14px;place-items:center;display:grid}.stop-option.selected .stop-option-check{background:linear-gradient(145deg, rgba(var(--accent-rgb), .98), rgba(var(--accent-deep-rgb), .92));border-color:rgba(var(--accent-rgb), .16);color:#fff;box-shadow:inset 0 1px 0 #ffffff2e, 0 12px 20px rgba(var(--accent-rgb), .18)}.stop-option-check-dot{background:rgba(var(--accent-rgb), .32);border-radius:999px;width:8px;height:8px}.stop-option-check svg{width:14px;height:14px}.filter-sheet-layer{z-index:40;padding:max(18px, env(safe-area-inset-top)) 14px calc(14px + env(safe-area-inset-bottom));align-items:end;display:grid;position:fixed;inset:0}.filter-sheet-backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#08244547;border:0;animation:.18s fade-in;position:absolute;inset:0}.filter-sheet{border:1px solid rgba(var(--accent-rgb), .14);background:linear-gradient(180deg, #fffffffa, #f8f4fffa), linear-gradient(120deg, rgba(var(--accent-rgb), .08), transparent);width:min(100%,440px);height:min(78vh,560px);box-shadow:inset 0 1px 0 #fffffff0, 0 26px 60px rgba(var(--accent-rgb), .2);border-radius:28px;grid-template-rows:auto auto minmax(0,1fr);gap:12px;margin:0 auto;padding:12px;animation:.26s cubic-bezier(.22,1,.36,1) sheet-up;display:grid;position:relative;overflow:hidden}.filter-sheet-handle{background:rgba(var(--accent-rgb), .2);border-radius:999px;width:42px;height:5px;margin:2px auto 0}.filter-sheet-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;padding-bottom:4px;display:grid}.filter-sheet-title{color:var(--accent-deep);letter-spacing:-.03em;margin:0;font-size:1rem;font-weight:800}.filter-sheet-close{background:rgba(var(--accent-rgb), .1);width:34px;height:34px;color:var(--accent);cursor:pointer;border:0;border-radius:999px;place-items:center;display:grid;box-shadow:inset 0 1px #ffffffd1}.filter-sheet-close svg{width:16px;height:16px}.filter-sheet-list{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;min-height:0;padding-right:2px;padding-bottom:max(2px, env(safe-area-inset-bottom));gap:8px;display:grid;overflow-y:auto}.filter-sheet-list::-webkit-scrollbar{width:8px}.filter-sheet-list::-webkit-scrollbar-thumb{background:rgba(var(--accent-rgb), .2);border-radius:999px}.feed-head{margin-bottom:10px}.feed-list{gap:10px;display:grid}.feed-list-pending{opacity:.9;transform:scale(.995)}.feed-loading-status{background:rgba(var(--accent-rgb), .1);border:1px solid rgba(var(--accent-rgb), .14);min-height:30px;color:var(--accent);letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;margin-bottom:10px;padding:0 12px;font-size:.76rem;font-weight:700;animation:.9s ease-in-out infinite pulse-soft;display:inline-flex}.departure-card{border:1px solid rgba(var(--accent-rgb), .08);background:#fffffff0;border-radius:24px;transition:transform .22s,border-color .22s,box-shadow .22s,background .22s;position:relative;overflow:hidden}.departure-card.saved{border-color:rgba(var(--accent-rgb), .2);box-shadow:0 16px 30px rgba(var(--accent-rgb), .12), 0 10px 22px rgba(var(--accent-rgb), .06);background:linear-gradient(#fffffffa,#f7f1fff5),#fffffff0}.departure-card.saved:before{content:"";background:linear-gradient(180deg, #b696fffa, rgba(var(--accent-rgb), .92));border-radius:24px 0 0 24px;width:5px;position:absolute;inset:0 auto 0 0}.departure-card.planner-card{border-color:rgba(var(--accent-rgb), .12);box-shadow:0 14px 28px rgba(var(--accent-rgb), .08), 0 8px 18px rgba(var(--accent-rgb), .04);background:linear-gradient(#fffffffc,#f3f9fff5),#fffffff0}.departure-card.planner-card .departure-trigger{grid-template-columns:minmax(0,1fr);align-items:center;gap:10px;padding:12px}.departure-card.planner-card .trigger-main,.departure-card.planner-card .trigger-copy{gap:6px}.departure-card.planner-card .trigger-row{gap:8px}.departure-card.planner-card .route-badge{min-width:50px;padding:7px 11px}.departure-card.planner-card .inline-stop-chip{min-height:27px;padding:0 9px}.departure-card.planner-card .trigger-side{align-self:auto;justify-items:stretch;gap:0}.departure-card.planner-card .trigger-time{color:var(--accent-deep);font-size:1rem;font-weight:800}.departure-card.planner-card .trigger-status strong{font-size:.9rem}.departure-card.planner-card .trigger-status span{background:rgba(var(--accent-rgb), .08);min-height:22px;color:var(--accent-deep);border-radius:999px;padding:0 8px;font-size:.66rem;font-weight:800}.planner-time-row{border:1px solid rgba(var(--accent-rgb), .12);width:100%;min-width:0;color:var(--accent-deep);white-space:nowrap;background:linear-gradient(#ffffffdb,#ebf7ffd6);border-radius:16px;justify-content:space-between;align-items:center;gap:7px;padding:8px 10px;display:flex}.planner-time-row strong{color:var(--accent-deep);font-size:.86rem;font-weight:900}.planner-time-chip,.planner-live-chip{color:#44627d;align-items:center;gap:5px;min-width:0;font-size:.68rem;font-weight:800;display:inline-flex}.planner-live-chip{justify-content:flex-end}.planner-live-chip.live{color:#087f5b}.planner-time-chip svg,.planner-live-chip svg{flex:none;width:11px;height:11px}.departure-trigger{text-align:left;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;width:100%;padding:16px;display:grid}.trigger-main,.trigger-copy{gap:8px;display:grid}.trigger-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.trigger-actions{align-items:center;gap:8px;margin-left:auto;display:inline-flex}.inline-stop-chip{color:#7255ca;background:linear-gradient(#fbf9ff,#f3efff);border-color:#8166d629}.inline-stop-chip.planner{background:rgba(var(--accent-rgb), .08);border:1px solid rgba(var(--accent-rgb), .12);min-height:28px;color:var(--accent-deep);letter-spacing:.04em;border-radius:999px;padding:0 10px;font-size:.7rem;font-weight:800}.trigger-copy strong{white-space:normal;text-overflow:ellipsis;-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.planner-card-copy{gap:2px;min-width:0;display:grid}.planner-card-copy strong{color:var(--ink);letter-spacing:-.03em;-webkit-line-clamp:1;font-size:.86rem}.planner-card-copy span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;font-weight:700;line-height:1.3;overflow:hidden}.planner-journey-title{-webkit-line-clamp:unset;flex-wrap:wrap;align-items:center;gap:8px;display:flex}.planner-journey-arrow{background:rgba(var(--accent-rgb), .08);min-height:24px;color:var(--accent);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:0 9px;font-size:.68rem;font-weight:800;display:inline-flex}.planner-journey-note{font-weight:700}.trigger-flags{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.departure-flag{border:1px solid rgba(var(--accent-rgb), .14);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:28px;padding:0 10px;font-size:.66rem;font-weight:800;display:inline-flex;box-shadow:inset 0 1px #ffffffeb}.departure-flag svg{width:12px;height:12px}.departure-flag.saved{color:#503791;box-shadow:inset 0 1px 0 #ffffffd1, 0 8px 16px rgba(var(--accent-rgb), .14);background:linear-gradient(145deg,#f6f2fffa,#e7ddfff0);border-color:#beabff4d}.departure-flag.direct{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent-deep);box-shadow:inset 0 1px #ffffffdb,0 8px 16px #20212f0f}.trigger-side{align-self:stretch;justify-items:end;gap:12px;display:grid}.trigger-side-top{align-items:center;gap:0;display:flex}.trigger-status{justify-items:end;gap:4px;display:grid}.trigger-status strong{font-size:1rem}.trigger-status span,.trigger-time{color:var(--muted);font-size:.86rem}.empty-state{text-align:center;color:var(--muted);padding:34px 18px}.empty-state.compact{padding:18px 12px}.skeleton-card{background:linear-gradient(90deg,#f4f0ffb8,#fffffffa,#f4f0ffb8) 0 0/200% 100%;min-height:94px;animation:1.4s linear infinite shimmer}.feed-panel{min-height:0}.app-footer{color:var(--muted);justify-content:space-between;align-items:end;gap:16px;padding:2px 4px 0;display:flex}.app-footer-copy{gap:4px;display:grid}.app-footer-copy strong{color:var(--ink);letter-spacing:.04em;font-size:.82rem}.app-footer-copy p{max-width:760px;margin:0;font-size:.76rem;line-height:1.45}.app-footer-link{border:1px solid rgba(var(--accent-rgb), .14);min-height:30px;color:var(--accent);letter-spacing:.04em;white-space:nowrap;background:#f8f4ffeb;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:.76rem;font-weight:800;text-decoration:none;display:inline-flex}.app-footer-link:hover{background:#f1ebfffa}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-soft{0%,to{opacity:.72;transform:scale(.99)}50%{opacity:1;transform:scale(1)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes sheet-up{0%{opacity:0;transform:translateY(20px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes bus-toast-slide-in{0%{opacity:0;transform:translateY(-18px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes bus-toast-slide-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-12px)scale(.98)}}body[data-stop-theme=chancellors]{background:radial-gradient(circle at 0 0,#10264b24,#0000 30%),radial-gradient(circle at 100% 0,#709bde2e,#0000 24%),linear-gradient(#fff 0%,#f6f9ff 48%,#edf4fd 100%)}body[data-stop-theme=chancellors]:before{background:#10264b1f}body[data-stop-theme=chancellors]:after{background:#4a7bcb1f}body[data-page=planner][data-stop-theme=chancellors]{background:radial-gradient(circle at 0 0,#0061b32e,#0000 30%),radial-gradient(circle at 100% 0,#1492e23d,#0000 27%),linear-gradient(#fbfdff 0%,#eaf6ff 48%,#dbeeff 100%)}body[data-page=planner][data-stop-theme=chancellors]:before{background:#0359a429}body[data-page=planner][data-stop-theme=chancellors]:after{background:#2093e02e}.app-shell.theme-chancellors{--ink:#10213f;--muted:#60708c;--accent:#173a6a;--accent-deep:#10264b;--accent-rgb:23, 58, 106;--accent-deep-rgb:16, 38, 75;--accent-soft:#173a6a14;--accent-line:#173a6a29;--sky:#4e82d029;--shadow:0 22px 70px #10264b1f}.app-shell.page-planner.theme-chancellors{--ink:#071f38;--muted:#435f7d;--accent:#0878cc;--accent-deep:#064f93;--accent-rgb:8, 120, 204;--accent-deep-rgb:6, 79, 147;--accent-soft:#0878cc1f;--accent-line:#0878cc38;--sky:#1a97e738;--shadow:0 24px 62px #05346326}.app-shell.theme-chancellors .surface-panel{border-color:#10264b14}.app-shell.theme-chancellors .page-switcher{border-color:rgba(var(--accent-rgb), .14);background:linear-gradient(180deg, #fffffffa, #eff6fff0), linear-gradient(135deg, rgba(var(--accent-rgb), .06), transparent 65%);box-shadow:inset 0 1px 0 #fffffffa, 0 16px 32px #10264b14, 0 8px 18px rgba(var(--accent-rgb), .08)}.app-shell.theme-chancellors .page-switcher-indicator{background:linear-gradient(145deg, rgba(var(--accent-deep-rgb), .98), rgba(var(--accent-rgb), .96)), linear-gradient(135deg, #99c4ff29, transparent 58%);border-color:rgba(var(--accent-deep-rgb), .18);box-shadow:inset 0 1px 0 #ffffff24, 0 14px 26px rgba(var(--accent-deep-rgb), .22)}.app-shell.theme-chancellors .page-switcher-button,.app-shell.theme-chancellors .page-switcher-button:hover,.app-shell.theme-chancellors .page-switcher-button:focus-visible{color:var(--accent-deep)}.app-shell.theme-chancellors .page-switcher-button.active{color:#fff}.app-shell.theme-chancellors .hero-glow-top{background:#10264b2e}.app-shell.theme-chancellors .hero-glow-bottom{background:#3767b529}.app-shell.theme-chancellors .student-note{background:linear-gradient(#f5f8fffa,#ecf3fffa);border-color:#173a6a24}.app-shell.theme-chancellors .stop-control{background:linear-gradient(#fffffff5,#f3f8fff0),linear-gradient(120deg,#173a6a0f,#0000);border-color:#173a6a29}.app-shell.theme-chancellors .stop-control-icon{background:#173a6a1f}.app-shell.theme-chancellors .next-card{background:linear-gradient(150deg,#10264bfa,#19498bf0),linear-gradient(120deg,#b0cbff29,#0000);box-shadow:0 16px 38px #10264b3d}.app-shell.theme-chancellors .route-badge{background:linear-gradient(135deg,#10264bfa,#1f57a3eb);border-color:#10264b2e}.app-shell.theme-chancellors .route-badge.saved{color:#163760;background:linear-gradient(145deg,#f5f9fffa,#dbe9fff0);border-color:#6091db5c;box-shadow:inset 0 1px #ffffffd1,0 10px 18px #1f57a32e}.app-shell.theme-chancellors .status-pill{background:#173a6a14;border-color:#173a6a29}.app-shell.theme-chancellors .filter-control{background:linear-gradient(#fffffffa,#f3f8fff5),linear-gradient(120deg,#173a6a0f,#0000);border-color:#173a6a29;box-shadow:inset 0 1px #ffffffe0,0 12px 28px #173a6a14}.app-shell.theme-chancellors .filter-control:hover,.app-shell.theme-chancellors .filter-control:focus-visible,.app-shell.theme-chancellors .filter-control.pending,.app-shell.theme-chancellors .filter-control.open{box-shadow:inset 0 1px #fffffff0,0 16px 34px #173a6a1f}.app-shell.theme-chancellors .filter-control-icon{background:#173a6a1a}.app-shell.theme-chancellors .filter-control.open .filter-control-icon{background:#173a6a29}.app-shell.theme-chancellors .destination-search{background:linear-gradient(180deg, #fffffffa, #f3f8fff5), linear-gradient(120deg, var(--accent-soft), transparent);box-shadow:inset 0 1px #ffffffe0,0 12px 28px #173a6a14}.app-shell.theme-chancellors .destination-search-input:focus-visible{border-color:#173a6a47;box-shadow:inset 0 1px #fffffff0,0 0 0 4px #173a6a14}.app-shell.theme-chancellors .destination-search-button{border-color:#10264b29;box-shadow:inset 0 1px #ffffff2e,0 12px 20px #10264b29}.app-shell.theme-chancellors .destination-search-button:hover,.app-shell.theme-chancellors .destination-search-button:focus-visible{box-shadow:inset 0 1px #ffffff2e,0 14px 22px #10264b33}.app-shell.theme-chancellors .destination-search-clear:hover,.app-shell.theme-chancellors .destination-search-clear:focus-visible{box-shadow:inset 0 1px #fffffff5,0 10px 18px #173a6a14}.app-shell.theme-chancellors .route-action-button{background:linear-gradient(#fffffffa,#f3f8fff5),linear-gradient(120deg,#173a6a0f,#0000);border-color:#173a6a24}.app-shell.theme-chancellors .route-action-button.active{color:#fff;background:linear-gradient(145deg,#10264bfa,#1f57a3eb);border-color:#10264b38;box-shadow:inset 0 1px #ffffff2e,0 12px 20px #10264b2e}.app-shell.theme-chancellors .route-token-marker.saved{color:#fff;background:linear-gradient(145deg,#e0edfffa,#1f57a3eb);box-shadow:inset 0 1px #ffffff47,0 8px 14px #10264b38}.app-shell.theme-chancellors .bus-toast-success{background:linear-gradient(145deg,#10264bfa,#1f57a3f0)}.app-shell.theme-chancellors .bus-toast-info{color:var(--accent-deep)}.app-shell.theme-chancellors .bus-toast-warning{background:linear-gradient(145deg,#975f1ffa,#d18c35f0)}.app-shell.theme-chancellors .departure-card.saved{background:linear-gradient(#fffffffa,#f2f7fff5),#fffffff0;border-color:#173a6a33;box-shadow:0 16px 30px #173a6a24,0 10px 22px #10264b14}.app-shell.theme-chancellors .departure-flag.saved{color:#163760;background:linear-gradient(145deg,#f5f9fffa,#e1ecfff0);border-color:#6091db47;box-shadow:inset 0 1px #ffffffd1,0 8px 16px #173a6a29}.app-shell.theme-chancellors .filter-option{background:#ffffffd6;border-color:#173a6a1f}.app-shell.theme-chancellors .filter-option:hover,.app-shell.theme-chancellors .filter-option:focus-visible{background:#f7fafffa;border-color:#173a6a2e}.app-shell.theme-chancellors .filter-option.selected{background:linear-gradient(#f3f8fffa,#ebf2fffa);border-color:#173a6a33}.app-shell.theme-chancellors .filter-option-route-token{background:#173a6a14;border-color:#173a6a1f}.app-shell.theme-chancellors .filter-option-count,.app-shell.theme-chancellors .filter-option-check{border-color:#173a6a24}.app-shell.theme-chancellors .filter-option.selected .filter-option-check,.app-shell.theme-chancellors .stop-option.selected .stop-option-check{background:linear-gradient(145deg,#10264bfa,#1f57a3eb);border-color:#10264b29;box-shadow:inset 0 1px #ffffff2e,0 12px 20px #10264b2e}.app-shell.theme-chancellors .filter-option-check-dot,.app-shell.theme-chancellors .stop-option-check-dot{background:#173a6a4d}.app-shell.theme-chancellors .filter-sheet-backdrop{background:#0f213f4d}.app-shell.theme-chancellors .filter-sheet{background:linear-gradient(#fffffffa,#f3f8fffa),linear-gradient(120deg,#173a6a0f,#0000);border-color:#173a6a24;box-shadow:inset 0 1px #fffffff0,0 26px 60px #10264b33}.app-shell.theme-chancellors .filter-sheet-handle{background:#173a6a33}.app-shell.theme-chancellors .filter-sheet-list::-webkit-scrollbar-thumb{background:#173a6a33}.app-shell.theme-chancellors .filter-sheet-close,.app-shell.theme-chancellors .feed-loading-status,.app-shell.theme-chancellors .app-footer-link{background:#173a6a1a;border-color:#173a6a24}.app-shell.theme-chancellors .departure-card{border-color:#10264b14}.app-shell.theme-chancellors .inline-stop-chip{color:#245492;background:linear-gradient(#f9fbff,#eef4ff);border-color:#4876c429}.app-shell.page-planner.theme-chancellors .surface-panel,.app-shell.page-planner.theme-chancellors .departure-card{border-color:rgba(var(--accent-rgb), .1)}.app-shell.page-planner.theme-chancellors .route-badge{background:linear-gradient(135deg, rgba(var(--accent-rgb), .98), rgba(var(--accent-deep-rgb), .92));border-color:rgba(var(--accent-rgb), .18)}.app-shell.page-planner.theme-chancellors .inline-stop-chip{border-color:rgba(var(--accent-rgb), .16);color:var(--accent-deep);background:linear-gradient(#f8fcff,#e9f4ff)}.app-shell.page-planner.theme-chancellors .planner-results-panel{background:linear-gradient(#fffffff5,#ebf7ffe6),linear-gradient(135deg,#93d3ff2e,#0000 58%)}.app-shell.page-planner .surface-panel{border-color:rgba(var(--accent-rgb), .18);background:linear-gradient(180deg, #fffffff5, #e6f4ffeb), linear-gradient(135deg, rgba(var(--accent-rgb), .09), #ffffff24);box-shadow:inset 0 1px #fffffff5,0 22px 48px #0535651f}.app-shell.page-planner .page-switcher{border-color:rgba(var(--accent-rgb), .22);background:linear-gradient(180deg, #fffffffa, #def1fff0), linear-gradient(135deg, rgba(var(--accent-rgb), .12), transparent 70%);box-shadow:inset 0 1px #fffffffa,0 18px 34px #05356524}.app-shell.page-planner .page-switcher-indicator{background:linear-gradient(145deg,#043f7f,#0882dc),linear-gradient(135deg,#5bbfff42,#0000 58%);border-color:#ffffff47;box-shadow:inset 0 1px #ffffff38,0 14px 28px #0444824d}.app-shell.page-planner .page-switcher-button{color:#123a61}.app-shell.page-planner .page-switcher-button.active{color:#fff}.app-shell.page-planner .planner-panel{background:linear-gradient(#fffffff5,#e0f2ffeb),radial-gradient(circle at 12% 0,#0878cc29,#0000 34%)}.app-shell.page-planner .planner-subtle-copy,.app-shell.page-planner .planner-summary-note,.app-shell.page-planner .planner-field-status{color:#3d5875}.app-shell.page-planner .planner-quick-action,.app-shell.page-planner .planner-swap-button{border-color:rgba(var(--accent-rgb), .2);background:linear-gradient(180deg, #fffffff5, #dbeffff0), linear-gradient(135deg, rgba(var(--accent-rgb), .12), transparent 68%);color:var(--accent-deep);box-shadow:inset 0 1px #fffffffa,0 12px 24px #0535651a}.app-shell.page-planner .planner-field-label-icon,.app-shell.page-planner .planner-input-icon,.app-shell.page-planner .planner-suggestion-icon,.app-shell.page-planner .planner-swap-icon{background:linear-gradient(145deg, rgba(var(--accent-deep-rgb), .96), rgba(var(--accent-rgb), .92));color:#fff;box-shadow:inset 0 1px 0 #fff3, 0 8px 16px rgba(var(--accent-rgb), .16)}.app-shell.page-planner .planner-input-shell{border-color:rgba(var(--accent-rgb), .2);background:linear-gradient(180deg, #fffffffc, #e9f7fff5), linear-gradient(135deg, rgba(var(--accent-rgb), .08), transparent 70%);box-shadow:inset 0 1px #fff,0 14px 28px #05356517}.app-shell.page-planner .planner-input-shell:focus-within{border-color:rgba(var(--accent-rgb), .42);box-shadow:inset 0 1px 0 #fff, 0 0 0 4px rgba(var(--accent-rgb), .13), 0 18px 34px #05356524}.app-shell.page-planner .planner-suggestion-list{border-color:rgba(var(--accent-rgb), .2);background:linear-gradient(#fffffffc,#e0f2fff5);box-shadow:inset 0 1px #fff,0 22px 42px #05356529}.app-shell.page-planner .planner-suggestion{border-color:rgba(var(--accent-rgb), .08);color:#0f355c;background:#ffffffe6}.app-shell.page-planner .planner-suggestion:hover,.app-shell.page-planner .planner-suggestion:focus-visible{border-color:rgba(var(--accent-rgb), .24);background:#e8f5ff}.app-shell.page-planner .destination-search-button{background:linear-gradient(145deg,#043f7f,#087ed6 64%,#16a5ee);border-color:#ffffff42;box-shadow:inset 0 1px #ffffff38,0 14px 26px #0448893d}.app-shell.page-planner .destination-search-clear{border-color:rgba(var(--accent-rgb), .2);color:var(--accent-deep);background:#ffffffe6}.app-shell.page-planner .planner-results-panel{border-color:rgba(var(--accent-rgb), .18);background:linear-gradient(#fffffffa,#e0f2fff0),radial-gradient(circle at 88% 6%,#0878cc24,#0000 30%)}.app-shell.page-planner .planner-summary{border-color:rgba(var(--accent-rgb), .2);background:linear-gradient(135deg,#054f93f0,#0878cce6),linear-gradient(#ffffff2e,#0000);box-shadow:inset 0 1px #ffffff29,0 14px 26px #0535652e}.app-shell.page-planner .planner-summary .destination-search-status,.app-shell.page-planner .planner-summary .planner-summary-note{color:#fff}.app-shell.page-planner .departure-card.planner-card{border-color:rgba(var(--accent-rgb), .18);background:linear-gradient(#fffffffc,#e7f5fff7);position:relative;overflow:hidden;box-shadow:0 16px 30px #0535651f,0 8px 16px #0535650f}.app-shell.page-planner .departure-card.planner-card:before{content:"";background:linear-gradient(#16a5ee,#064f93);border-radius:24px 0 0 24px;width:5px;position:absolute;inset:0 auto 0 0}.app-shell.page-planner .departure-card.planner-card .route-badge{background:linear-gradient(145deg,#043f7f,#087ed6 64%,#15a4ee);border-color:#ffffff3d;box-shadow:0 10px 18px #04488938}.app-shell.page-planner .departure-card.planner-card .inline-stop-chip{background:rgba(var(--accent-rgb), .12);border-color:rgba(var(--accent-rgb), .22);color:#064f93}.app-shell.page-planner .planner-card-copy strong{color:#08233f}.app-shell.page-planner .planner-card-copy span{color:#4c6680}.app-shell.page-planner .planner-time-row{border-color:rgba(var(--accent-rgb), .16);background:linear-gradient(#ffffffeb,#e1f3ffe0)}.app-shell.page-board.theme-lakes .next-card{background:linear-gradient(150deg,#51247af0,#62379ae6),linear-gradient(120deg,#bfb4ff29,#0000);box-shadow:0 16px 38px #62379a29}.app-shell.page-board.theme-chancellors .next-card{background:linear-gradient(150deg,#10264bfa,#19498bf0),linear-gradient(120deg,#b0cbff29,#0000);box-shadow:0 16px 38px #10264b3d}@media (width>=980px){.app-shell{grid-template-columns:390px minmax(0,1fr);align-items:start}.side-stack{position:sticky;top:18px}.planner-layout{grid-template-columns:390px minmax(0,1fr);align-items:start}.feed-panel{min-height:calc(100vh - 36px)}}@media (width<=720px){.app-shell{gap:12px}.surface-panel{border-radius:28px}.page-switcher{padding:6px}.page-switcher-button{border-radius:18px;min-height:48px}.hero-panel,.controls-panel,.feed-panel,.planner-panel{padding:16px}.section-head,.hero-meta{flex-direction:column;align-items:start}.section-head-meta{justify-content:flex-start}.filter-control{min-height:68px}.planner-summary-grid{grid-template-columns:1fr}.departure-trigger{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px}.uq-lockup{width:min(176px,44vw)}.brand-copy-top{gap:8px}.trigger-main,.trigger-copy{align-items:start}}@media (width<=480px){.app-shell.page-planner{padding-right:max(10px, env(safe-area-inset-right));padding-left:max(10px, env(safe-area-inset-left));gap:10px}.app-shell.page-planner .surface-panel{border-radius:22px}.app-shell.page-planner .planner-panel,.app-shell.page-planner .planner-results-panel{padding:14px}.app-shell.page-planner .section-title{letter-spacing:-.04em;font-size:1rem}.app-shell.page-planner .planner-quick-actions{gap:6px;margin-right:-4px;padding-right:4px}.app-shell.page-planner .planner-quick-action,.app-shell.page-planner .planner-swap-button{min-height:34px;padding:0 10px;font-size:.68rem}.app-shell.page-planner .planner-swap-icon{width:19px;height:19px}.app-shell.page-planner .planner-field-label{letter-spacing:.07em;gap:7px;font-size:.68rem}.app-shell.page-planner .planner-field-label-icon{width:24px;height:24px}.app-shell.page-planner .planner-input-shell{border-radius:16px;min-height:48px;padding:0 11px}.app-shell.page-planner .planner-input-icon{width:27px;height:27px}.app-shell.page-planner .planner-field .destination-search-input{min-height:46px;font-size:16px}.app-shell.page-planner .planner-suggestion-list{max-height:min(250px,40vh)}.app-shell.page-planner .planner-form-actions{gap:8px}.app-shell.page-planner .destination-search-button,.app-shell.page-planner .destination-search-clear{border-radius:14px;min-height:42px;padding:0 10px;font-size:.72rem}.app-shell.page-planner .departure-card.planner-card .departure-trigger{gap:8px;padding:10px}.app-shell.page-planner .planner-time-row{gap:5px;padding:7px 8px}.app-shell.page-planner .planner-time-chip,.app-shell.page-planner .planner-live-chip{font-size:.62rem}.hero-topbar{grid-template-columns:minmax(0,1fr) auto;gap:10px}.live-planner-shortcut{min-height:23px;padding:0 7px;font-size:.55rem}.uq-lockup{width:min(148px,40vw)}.brand-copy-top{flex-wrap:wrap}.hero-copy{gap:10px}.stop-control-label{font-size:.7rem}.student-note{min-height:22px;padding:0 8px;font-size:.64rem}.next-card{border-radius:20px;padding:12px}.board-primary{gap:8px}.mini-board-list{gap:6px}.mini-board-item,.mini-board-empty{padding:7px 9px}.mini-board-item{min-height:58px}.mini-board-route{min-width:40px;min-height:24px;padding:0 8px;font-size:.74rem}.mini-board-stop{min-height:19px;padding:0 8px;font-size:.53rem}.mini-board-item strong{font-size:.84rem}.mini-board-time-note{font-size:.58rem}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.section-title,.trigger-copy strong{font-size:1.08rem}.route-badge,.inline-stop-chip,.status-pill{padding:7px 10px;font-size:.8rem}.filter-control{border-radius:20px;padding:11px 12px}.page-switcher-button{min-height:46px;font-size:.84rem}.destination-search{border-radius:20px;padding:12px}.destination-search-status{min-height:30px;font-size:.62rem}.destination-search-input,.destination-search-button,.destination-search-clear{min-height:44px}.destination-search-input{flex-basis:100%;font-size:.9rem}.filter-option{gap:10px;padding:11px 12px}.filter-option-title{font-size:.94rem}.filter-option-tail{gap:6px}.filter-option-count{min-height:30px;padding:0 10px;font-size:.62rem}.filter-option-check{width:32px;height:32px}.filter-option-route-token{min-height:34px;padding:0 11px;font-size:.86rem}.stop-option{gap:10px;padding:12px}.stop-option-title{font-size:.94rem}.stop-option-copy{font-size:.74rem}.stop-option-badge{min-height:28px;font-size:.58rem}.stop-option-check{width:32px;height:32px}.board-primary-item{padding:8px 9px}.board-route-group,.board-stop-group{gap:6px}.board-primary-item strong{font-size:.96rem}.board-primary-time-note{font-size:.62rem}.board-route-pill{min-height:28px;padding:0 9px;font-size:.74rem}.route-token-icon{width:14px;height:14px}.filter-control-value{font-size:.98rem}.planner-form-actions .destination-search-button,.planner-form-actions .destination-search-clear{width:100%}.planner-form-foot{font-size:.68rem}.planner-summary{border-radius:20px;padding:12px}.trigger-status strong{font-size:.92rem}.trigger-status span,.trigger-time,.section-note{font-size:.8rem}.trigger-actions{margin-left:0}.app-footer{flex-direction:column;align-items:start}.app-footer-copy p{font-size:.72rem}}@media (width<=390px){.filter-control{min-height:64px}.uq-lockup{width:min(134px,38vw)}.stop-control-label{font-size:.68rem}.filter-option{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:10px 11px}.filter-option-tail{justify-self:end;gap:5px}.filter-option-route-token{min-height:32px;padding:0 10px;font-size:.8rem}.route-action-button{width:38px;height:38px}.Toastify__toast-container{width:min(94vw,360px)}.filter-option-count{min-height:28px;padding:0 9px;font-size:.58rem}.filter-option-check{width:30px;height:30px}.stop-option{padding:11px}.stop-option-badge{padding:0 8px}.stop-option-check{width:30px;height:30px}.detail-grid{grid-template-columns:1fr}.mini-board-route{min-width:36px;font-size:.7rem}.mini-board-stop{padding:0 7px;font-size:.5rem}.mini-board-item strong{font-size:.8rem}.board-primary-item{padding:11px 12px}.board-route-pill{min-width:52px;min-height:34px;padding:0 10px;font-size:.98rem}.board-primary-right strong{font-size:1rem}.board-stop-chip{min-width:0;min-height:28px;padding:0 10px;font-size:.68rem}}.app-shell.page-planner .planner-layout{gap:10px}.app-shell.page-planner .planner-panel{background:linear-gradient(#fffffffa,#edf8fff0),radial-gradient(circle at 10% 0,#0878cc1f,#0000 38%);border-color:#0761aa29;border-radius:26px;gap:10px;padding:14px;position:relative;overflow:visible;box-shadow:inset 0 1px #fffffff2,0 16px 38px #0436671f}.app-shell.page-planner .planner-back-button{color:#075b9f;cursor:pointer;width:fit-content;min-height:34px;font:inherit;background:#ffffffdb;border:1px solid #0761aa24;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:.78rem;font-weight:900;transition:background .18s,border-color .18s,transform .18s;display:inline-flex;box-shadow:inset 0 1px #ffffffeb,0 8px 18px #04366714}.app-shell.page-planner .planner-back-button:hover,.app-shell.page-planner .planner-back-button:focus-visible{background:#fff;border-color:#0761aa38;outline:none;transform:translateY(-1px)}.app-shell.page-planner .planner-back-button svg{flex:none;width:13px;height:13px}.app-shell.page-planner .planner-copy .section-title{letter-spacing:-.05em;font-size:clamp(1.03rem,4vw,1.24rem)}.app-shell.page-planner .planner-quick-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin:0;padding:0;display:grid;overflow:visible}.app-shell.page-planner .planner-quick-action{color:#075b9d;letter-spacing:.01em;white-space:nowrap;background:#ffffffd1;border-color:#0878cc24;border-radius:999px;justify-content:center;gap:4px;width:100%;min-width:0;min-height:29px;padding:0 5px;font-size:.6rem;box-shadow:inset 0 1px #ffffffdb}.app-shell.page-planner .planner-quick-action svg{flex:none;width:10px;height:10px}.app-shell.page-planner .planner-quick-label{text-overflow:ellipsis;min-width:0;overflow:hidden}.app-shell.page-planner .planner-swap-row{z-index:3;justify-content:center;align-items:center;height:18px;margin:4px 0 -8px;display:flex;position:relative}.app-shell.page-planner .planner-swap-row:before{content:"";background:linear-gradient(90deg,#0000,#0878cc33,#0000);height:1px;position:absolute;top:50%;left:18%;right:18%}.app-shell.page-planner .planner-swap-button{z-index:1;color:#075b9d;letter-spacing:.03em;background:#fffffff0;border-color:#0878cc24;border-radius:999px;gap:5px;width:auto;min-height:23px;padding:0 8px;font-size:.58rem;position:relative;box-shadow:0 6px 14px #04366714,inset 0 1px #ffffffe6}.app-shell.page-planner .planner-swap-icon{width:14px;height:14px;box-shadow:none;background:#0878cc1f}.app-shell.page-planner .planner-swap-icon svg{width:10px;height:10px}.app-shell.page-planner .planner-form{background:linear-gradient(#f6fbfff0,#e7f4ffc7);border:1px solid #0878cc1f;border-radius:20px;gap:4px;padding:9px}.app-shell.page-planner .planner-field{gap:4px}.app-shell.page-planner .planner-field-head{min-height:18px}.app-shell.page-planner .planner-field-label{color:#276190;letter-spacing:.09em;gap:5px;font-size:.62rem}.app-shell.page-planner .planner-field-label-icon{color:#fff;width:18px;height:18px;box-shadow:none;background:#0b77c7}.app-shell.page-planner .planner-field-label-icon svg{width:10px;height:10px}.app-shell.page-planner .planner-field-status{color:#6d8298;text-overflow:ellipsis;white-space:nowrap;max-width:42%;font-size:.62rem;overflow:hidden}.app-shell.page-planner .planner-input-shell{background:#fffffff0;border-color:#0878cc26;border-radius:14px;min-height:38px;padding:0 8px;box-shadow:inset 0 1px #fffffff5,0 8px 18px #0436670f}.app-shell.page-planner .planner-input-icon{color:#0878cc;width:22px;height:22px;box-shadow:none;background:#e7f3ff;border-radius:9px}.app-shell.page-planner .planner-input-icon svg{width:11px;height:11px}.app-shell.page-planner .planner-field .destination-search-input{color:#0d3557;letter-spacing:-.04em;min-height:36px;font-size:16px;font-weight:700;line-height:1}.app-shell.page-planner .planner-field .destination-search-input::placeholder{color:#8aa0b4;font-size:.86rem}.app-shell.page-planner .planner-suggestion-list{z-index:50;background:#fffffffa;border-color:#0878cc29;border-radius:16px;max-height:min(238px,38vh);padding:6px;box-shadow:0 18px 42px #05346333,0 0 0 1px #ffffffb3}.app-shell.page-planner .planner-suggestion{border-radius:12px;min-height:38px;padding:7px 9px;font-size:.82rem}.app-shell.page-planner .planner-suggestion-icon{border-radius:9px;width:24px;height:24px}.app-shell.page-planner .planner-form-actions{gap:8px}.app-shell.page-planner .destination-search-button,.app-shell.page-planner .destination-search-clear{letter-spacing:.02em;border-radius:15px;min-height:40px;font-size:.72rem}.app-shell.page-planner .planner-inline-error{margin-top:-2px;font-size:.75rem}.app-shell.page-planner .planner-results-panel{background:linear-gradient(#fffffffa,#eff8fff0);border-radius:26px;padding:14px}.app-shell.page-planner .planner-results-panel .section-head{margin-bottom:10px}.app-shell.page-planner .planner-results-panel .eyebrow{letter-spacing:.18em;font-size:.66rem}.app-shell.page-planner .planner-summary{border-radius:16px;margin-bottom:8px;padding:8px 10px}.app-shell.page-planner .feed-list{gap:8px}.app-shell.page-planner .departure-card.planner-card{background:#fffffff5;border-color:#0878cc21;border-radius:18px;box-shadow:0 10px 24px #04366717,inset 0 1px #ffffffe6}.app-shell.page-planner .departure-card.planner-card:before{border-radius:18px 0 0 18px;width:4px}.app-shell.page-planner .departure-card.planner-card .departure-trigger{gap:8px;padding:10px 10px 10px 12px}.app-shell.page-planner .departure-card.planner-card .trigger-row{gap:6px}.app-shell.page-planner .departure-card.planner-card .route-badge{border-radius:13px;min-width:46px;min-height:30px;padding:0 10px;font-size:.92rem}.app-shell.page-planner .departure-card.planner-card .inline-stop-chip{text-overflow:ellipsis;white-space:nowrap;max-width:min(170px,44vw);min-height:24px;padding:0 8px;font-size:.64rem;overflow:hidden}.app-shell.page-planner .planner-card-copy strong{font-size:.82rem}.app-shell.page-planner .planner-card-copy span{font-size:.62rem}.app-shell.page-planner .planner-time-row{background:#eef8ff;border-radius:14px;min-height:34px;padding:6px 8px}.app-shell.page-spaces .page-switcher{background:linear-gradient(180deg, #fffffffa, #eefaf6f0), linear-gradient(135deg, rgba(var(--accent-rgb), .07), transparent 65%)}.app-shell.page-spaces .page-switcher-indicator{background:linear-gradient(145deg, rgba(var(--accent-deep-rgb), .98), rgba(var(--accent-rgb), .96)), linear-gradient(135deg, #9be7da29, transparent 58%)}.app-shell.page-spaces .surface-panel{border-color:rgba(var(--accent-rgb), .12)}.library-spaces-hero,.library-spaces-panel{gap:14px;padding:16px;display:grid}.library-spaces-subtle-copy{color:var(--muted);max-width:34ch;margin:0;font-size:.86rem;font-weight:700}.library-overview-shell{gap:12px;display:grid}.library-snapshot-card,.library-overview-card,.library-insight-card,.library-card{border:1px solid rgba(var(--accent-rgb), .12);background:linear-gradient(180deg, #fffffffa, #f5fbf9f2), linear-gradient(140deg, rgba(var(--accent-rgb), .06), transparent 62%);--library-tone:var(--accent);--library-tone-soft:rgba(var(--accent-rgb), .12);--library-tone-line:rgba(var(--accent-rgb), .18);border-radius:26px;box-shadow:inset 0 1px #fffffff5,0 16px 30px #09443d14}.library-snapshot-card.tone-open,.library-overview-card.tone-open,.library-insight-card.tone-open,.library-card.tone-open,.library-wave-layer.tone-open,.library-wave-legend-item.tone-open{--library-tone:#16a34a;--library-tone-soft:#16a34a1f;--library-tone-line:#16a34a38}.library-snapshot-card.tone-steady,.library-overview-card.tone-steady,.library-insight-card.tone-steady,.library-card.tone-steady,.library-wave-layer.tone-steady,.library-wave-legend-item.tone-steady{--library-tone:#2563eb;--library-tone-soft:#2563eb1f;--library-tone-line:#2563eb38}.library-snapshot-card.tone-busy,.library-overview-card.tone-busy,.library-insight-card.tone-busy,.library-card.tone-busy,.library-wave-layer.tone-busy,.library-wave-legend-item.tone-busy{--library-tone:#f2b705;--library-tone-soft:#f2b70529;--library-tone-line:#f2b7054d}.library-snapshot-card.tone-packed,.library-overview-card.tone-packed,.library-insight-card.tone-packed,.library-card.tone-packed,.library-wave-layer.tone-packed,.library-wave-legend-item.tone-packed{--library-tone:#ef4444;--library-tone-soft:#ef444424;--library-tone-line:#ef44443d}.library-snapshot-card.tone-over,.library-overview-card.tone-over,.library-insight-card.tone-over,.library-card.tone-over,.library-wave-layer.tone-over,.library-wave-legend-item.tone-over{--library-tone:#5f0f16;--library-tone-soft:#5f0f1629;--library-tone-line:#5f0f1652}.library-snapshot-card{border-color:var(--library-tone-line);background:radial-gradient(circle at 82% 12%, #ffffffe6, transparent 24%), linear-gradient(180deg, #fffffffc, #f7fcfaf0), linear-gradient(135deg, var(--library-tone-soft), transparent 64%);gap:10px;min-height:188px;padding:14px;display:grid;position:relative;overflow:hidden}.library-snapshot-card:before{content:"";background:radial-gradient(circle, var(--library-tone-soft), transparent 68%);pointer-events:none;border-radius:999px;height:116px;position:absolute;inset:auto -16% -58px 28%}.library-snapshot-card.skeleton-card{min-height:188px}.library-snapshot-main{z-index:1;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:12px;display:grid;position:relative}.library-snapshot-copy{align-content:center;gap:7px;min-width:0;display:grid}.library-snapshot-copy strong{color:var(--ink);letter-spacing:-.06em;font-size:clamp(1.34rem,4.5vw,2.05rem);line-height:.98}.library-snapshot-copy p{color:var(--muted);margin:0;font-size:.78rem;font-weight:800;line-height:1.35}.library-wave-scene{border:1px solid rgba(var(--accent-rgb), .14);background:linear-gradient(180deg, #fffffff5, #f1fbf8d1), linear-gradient(135deg, rgba(var(--accent-rgb), .05), transparent 64%);border-radius:24px;min-height:250px;position:relative;overflow:hidden;box-shadow:inset 0 1px #fffffff0,0 12px 26px #09443d0f}.library-wave-head{z-index:4;color:var(--ink);letter-spacing:.04em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:10px;font-size:.64rem;font-weight:950;display:flex;position:absolute;top:10px;left:12px;right:12px}.library-wave-head span:last-child{color:var(--muted)}.library-wave-canvas{width:100%;height:calc(100% - 92px);position:absolute;inset:30px 0 62px;overflow:visible}.library-wave-grid line{stroke:#2345541f;stroke-width:1.2px}.library-wave-layer{--library-tone:var(--accent);--library-tone-soft:rgba(var(--accent-rgb), .12);--library-tone-line:rgba(var(--accent-rgb), .18);animation:.52s cubic-bezier(.2,.8,.2,1) both library-wave-float;animation-delay:var(--wave-delay)}.library-wave-floor{fill:#ffffff70;stroke:#23455414;stroke-width:1px}.library-wave-shape{fill:var(--library-tone);filter:drop-shadow(0 10px 10px #11303614)}.library-wave-layer:nth-of-type(odd) .library-wave-shape{opacity:.96}.library-wave-layer:nth-of-type(2n) .library-wave-shape{opacity:.9}.library-wave-marker-dot{fill:#ffffffeb;stroke:var(--library-tone);stroke-width:2px}.library-wave-marker-number{dominant-baseline:central;fill:var(--library-tone);text-anchor:middle;font-size:8px;font-weight:950}.library-wave-connector{stroke:var(--library-tone);stroke-dasharray:3 5;stroke-linecap:round;stroke-width:1.25px;opacity:.62}.library-wave-connector-dot{fill:var(--library-tone);opacity:.76}.library-wave-legend{z-index:5;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:0;padding:0;list-style:none;display:grid;position:absolute;bottom:8px;left:8px;right:8px}.library-wave-legend-item{--library-tone:var(--accent);--library-tone-soft:rgba(var(--accent-rgb), .12);--library-tone-line:rgba(var(--accent-rgb), .18);border:1px solid var(--library-tone-line);background:linear-gradient(180deg, #ffffffe6, #f9fcfbc7), linear-gradient(135deg, var(--library-tone-soft), transparent 66%);border-radius:16px;justify-content:center;place-items:center;gap:2px;min-width:0;min-height:48px;padding:5px 3px 6px;display:grid;position:relative;box-shadow:inset 0 1px #ffffffdb,0 8px 18px #09443d0f}.library-wave-legend-item:before{content:"";border-left:1.5px dashed var(--library-tone);opacity:.64;pointer-events:none;width:1px;height:13px;position:absolute;bottom:calc(100% - 1px);left:50%}.library-wave-legend-item span{background:var(--library-tone);color:#fff;width:15px;height:15px;box-shadow:0 0 0 3px #ffffffdb, 0 7px 13px var(--library-tone-soft);border-radius:999px;flex:none;place-items:center;font-size:.5rem;font-weight:950;display:inline-grid}.library-wave-link{border-left:1.5px dashed var(--library-tone);opacity:.8;width:1px;height:10px}.library-wave-legend-item strong{min-width:0;color:var(--ink);text-align:center;text-overflow:ellipsis;white-space:normal;max-width:100%;font-size:.52rem;font-weight:950;line-height:1.05;overflow:hidden}@keyframes library-wave-float{0%{opacity:0;transform:translateY(16px)scaleY(.92)}to{opacity:1;transform:translateY(0)scaleY(1)}}.library-snapshot-strip{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid;position:relative}.library-snapshot-strip span{border:1px solid var(--library-tone-line);min-width:0;min-height:30px;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;background:#ffffffc7;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 9px;font-size:.7rem;font-weight:900;display:inline-flex;overflow:hidden}.library-snapshot-strip svg{width:12px;height:12px;color:var(--library-tone);flex:none}.library-overview-card{border-color:var(--library-tone-line);background:linear-gradient(180deg, #fffffffc, #f8fbfaf2), linear-gradient(140deg, var(--library-tone-soft), transparent 62%);gap:14px;padding:16px;display:grid}.library-overview-top{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.library-overview-copy{gap:8px;min-width:0;display:grid}.library-overview-copy strong{letter-spacing:0;color:var(--ink);font-size:clamp(1.65rem,5vw,2.4rem);line-height:.95}.library-overview-kicker{color:var(--muted);letter-spacing:0;text-transform:uppercase;font-size:.72rem;font-weight:800}.library-overview-copy p,.library-insight-card p{color:var(--muted);margin:0;font-size:.83rem;font-weight:700;line-height:1.45}.library-overview-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.library-overview-stat{border:1px solid var(--library-tone-line);background:#ffffffd1;border-radius:18px;align-items:center;gap:10px;min-width:0;padding:11px 12px;display:flex}.library-overview-stat-icon{color:var(--library-tone,var(--accent));background:var(--library-tone-soft);border-radius:12px;flex:none;place-items:center;width:32px;height:32px;display:inline-grid}.library-overview-stat-icon svg{width:15px;height:15px}.library-overview-stat strong,.library-insight-card strong{color:var(--ink);letter-spacing:-.04em;font-size:.98rem;display:block}.library-overview-stat span,.library-insight-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:800}.library-overview-side{gap:12px;display:grid}.library-insight-card{border-color:var(--library-tone-line);background:linear-gradient(180deg, #fffffffc, #f8fbfaf2), linear-gradient(140deg, var(--library-tone-soft), transparent 62%);gap:8px;padding:15px 16px;display:grid}.library-status-pill{border:1px solid var(--library-tone-line);width:fit-content;min-height:28px;color:var(--ink);letter-spacing:0;text-transform:uppercase;white-space:nowrap;background:linear-gradient(#fffffff5,#f8fbfae6);border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 11px;font-size:.7rem;font-weight:800;display:inline-flex}.library-status-pill:before{content:"";background:var(--library-tone);width:8px;height:8px;box-shadow:0 0 0 3px var(--library-tone-soft);border-radius:999px;flex:none}.library-inline-status.error{color:#b42318;margin:-2px 0 0;font-size:.82rem;font-weight:700}.library-card-grid{gap:8px;display:grid}.library-campus-filter{overscroll-behavior-x:contain;scrollbar-width:none;align-items:center;gap:8px;max-width:100%;padding:2px 0 4px;display:flex;overflow-x:auto}.library-campus-filter::-webkit-scrollbar{display:none}.library-campus-filter-icon{background:rgba(var(--accent-rgb), .1);width:30px;height:30px;color:var(--accent-deep);border-radius:999px;flex:none;place-items:center;display:inline-grid}.library-campus-filter-icon svg{width:13px;height:13px}.library-campus-filter-button{border:1px solid rgba(var(--accent-rgb), .14);min-height:32px;color:var(--ink);font:inherit;letter-spacing:0;white-space:nowrap;cursor:pointer;background:#ffffffdb;border-radius:999px;padding:0 13px;font-size:.76rem;font-weight:800;transition:background .18s,border-color .18s,color .18s,transform .18s}.library-campus-filter-button:hover,.library-campus-filter-button:focus-visible{border-color:rgba(var(--accent-rgb), .28);transform:translateY(-1px)}.library-campus-filter-button.active{border-color:rgba(var(--accent-deep-rgb), .86);background:var(--accent-deep);color:#fff}.library-card{border-radius:20px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:10px 12px;transition:transform .22s,box-shadow .22s,border-color .22s;display:grid;position:relative;overflow:hidden}.library-card:before{content:"";background:var(--library-tone);width:4px;box-shadow:0 0 18px var(--library-tone-soft);border-radius:0 999px 999px 0;position:absolute;top:12px;bottom:12px;left:0}.library-card:after{content:"";background:var(--library-tone);width:7px;height:7px;box-shadow:0 0 0 4px var(--library-tone-soft);border-radius:999px;animation:2.8s ease-in-out infinite library-live-pulse;position:absolute;top:11px;right:12px}.library-card .occupancy-ring{z-index:1}.library-card:hover,.library-card:focus-within{transform:translateY(-1px);box-shadow:inset 0 1px #fffffff5,0 18px 32px #09443d1a}.library-card.tone-open,.library-card.tone-steady,.library-card.tone-busy,.library-card.tone-packed,.library-card.tone-over{border-color:var(--library-tone-line);background:radial-gradient(circle at 92% 18%, var(--library-tone-soft), transparent 30%), linear-gradient(180deg, #fffffffc, #f8fbfaf2), linear-gradient(140deg, var(--library-tone-soft), transparent 62%)}.library-card.unavailable{background:linear-gradient(#fffffffa,#f7f9f9f2),linear-gradient(140deg,#0c62590d,#0000 60%);grid-template-columns:minmax(0,1fr)}.library-card.unavailable:before,.library-card.unavailable:after{display:none}.library-card-main{z-index:1;gap:5px;min-width:0;display:grid;position:relative}.library-card-main:after{content:"";background:linear-gradient(90deg, var(--library-tone) 0 var(--card-progress,0%), rgba(var(--accent-rgb), .1) var(--card-progress,0%) 100%);border-radius:999px;width:min(180px,100%);height:4px;margin-top:1px;overflow:hidden;box-shadow:inset 0 1px #ffffff8f}.library-card-main h3{color:var(--ink);letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.92rem;line-height:1.15;overflow:hidden}.library-card-main span,.library-card-main strong{border:1px solid rgba(var(--accent-rgb), .1);width:fit-content;max-width:100%;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;background:#ffffffa8;border-radius:999px;padding:3px 8px;font-size:.7rem;font-weight:800;line-height:1.1;overflow:hidden}.occupancy-ring{--ring-size:58px;width:var(--ring-size);height:var(--ring-size);background:conic-gradient(var(--library-tone,var(--accent)) 0 var(--ring-progress), rgba(var(--accent-rgb), .12) var(--ring-progress) 100%);border-radius:999px;flex:none;place-items:center;display:grid;position:relative;box-shadow:inset 0 1px #ffffffd6,0 12px 22px #09443d14}.occupancy-ring:before{content:"";border-radius:inherit;background:linear-gradient(#fffffffc,#f8fbfaf0);position:absolute;inset:6px;box-shadow:inset 0 1px #fffffff5}.occupancy-ring.large:before{inset:11px}.occupancy-ring.over-capacity{box-shadow:inset 0 1px #ffffffd6,0 14px 26px #d143431f}.occupancy-ring-inner{z-index:1;text-align:center;justify-items:center;gap:2px;display:grid;position:relative}.occupancy-ring-inner strong{color:var(--ink);letter-spacing:-.05em;font-size:.82rem;line-height:1}.occupancy-ring-inner span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:800}@keyframes library-live-pulse{0%,to{opacity:.62;transform:scale(.92)}50%{opacity:1;transform:scale(1)}}@media (width>=760px){.library-overview-shell{grid-template-columns:minmax(0,1.4fr) minmax(240px,.75fr);align-items:stretch}.library-card-grid{grid-template-columns:minmax(0,1fr)}}@media (width<=760px){.page-switcher-button{gap:6px;font-size:.74rem}.page-switcher-icon{width:14px;height:14px}.library-spaces-hero,.library-spaces-panel{padding:14px}.library-spaces-hero{gap:10px}.library-spaces-subtle-copy{display:none}.library-snapshot-card{border-radius:24px;gap:8px;min-height:0;padding:12px}.library-snapshot-card.skeleton-card{min-height:152px}.library-snapshot-main{grid-template-columns:minmax(0,1fr);gap:9px}.library-snapshot-copy{gap:5px}.library-snapshot-copy .library-status-pill{min-height:24px;padding:0 9px;font-size:.62rem}.library-snapshot-copy .library-overview-kicker{font-size:.6rem}.library-snapshot-copy strong{font-size:clamp(1.08rem,5vw,1.34rem);line-height:1}.library-snapshot-copy p{font-size:.64rem;line-height:1.25}.library-wave-scene{border-radius:20px;min-height:236px}.library-wave-head{font-size:.52rem;top:8px;left:9px;right:9px}.library-wave-canvas{width:100%;height:calc(100% - 84px);inset:26px 0 58px}.library-wave-legend{gap:4px;bottom:8px;left:7px;right:7px}.library-wave-legend-item{min-height:44px;padding:4px 3px 5px}.library-wave-legend-item span{width:14px;height:14px;font-size:.48rem}.library-wave-link{width:1px;height:9px}.library-wave-legend-item strong{font-size:.5rem}.library-snapshot-strip{gap:5px}.library-snapshot-strip span{gap:4px;min-height:26px;padding:0 6px;font-size:.58rem}.library-overview-top,.library-overview-stats{grid-template-columns:1fr}.library-card{gap:10px;padding:9px 10px}.occupancy-ring{--ring-size:54px}.occupancy-ring.large{--ring-size:116px}}.library-quick-pick-card,.library-capacity-card,.library-detail-hero,.library-detail-section,.library-amenities-hero,.library-amenities-panel{background:#fffffff5;border:1px solid #1f384414;border-radius:24px;box-shadow:inset 0 1px #fffffff5,0 10px 24px #1c505c0f}.library-hero-grid{gap:12px;display:grid}.library-card-grid{gap:9px}.library-card,.library-card.tone-open,.library-card.tone-steady,.library-card.tone-busy,.library-card.tone-packed,.library-card.tone-over,.library-card.unavailable{width:100%;min-height:72px;color:inherit;font:inherit;text-align:left;appearance:none;cursor:pointer;background:#fffffff5;border:1px solid #1f384414;border-radius:20px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:10px 12px;display:grid;box-shadow:inset 0 1px #fffffff5,0 8px 18px #1c505c0e}.library-card:before,.library-card:after,.library-card-main:after{display:none}.library-card:hover,.library-card:focus-visible{border-color:#1f38441f;transform:translateY(-1px);box-shadow:inset 0 1px #fffffffa,0 12px 24px #1c505c14}.library-card-main{gap:3px}.library-card-main h3{color:var(--ink);letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.92rem;font-weight:950;line-height:1.16;overflow:hidden}.library-card-main span,.library-card-main strong{width:auto;max-width:100%;color:var(--muted);background:0 0;border:0;border-radius:0;padding:0;font-size:.72rem;font-weight:800;line-height:1.2}.library-card-trail{color:#36485475;justify-content:center;align-items:center;width:24px;display:inline-flex}.library-card-chevron{color:currentColor;flex:none;width:11px;height:11px}.occupancy-ring{--ring-size:54px}.occupancy-ring.large{--ring-size:96px}.occupancy-ring-inner strong{font-size:.76rem;font-weight:950}.occupancy-ring.large .occupancy-ring-inner strong{font-size:1.34rem}.library-mini-wave-card:hover,.library-mini-wave-card:focus-visible,.library-know-more-button:hover,.library-know-more-button:focus-visible{transform:translateY(-1px)}@media (width<=420px){.library-card,.library-card.tone-open,.library-card.tone-steady,.library-card.tone-busy,.library-card.tone-packed,.library-card.tone-over,.library-card.unavailable{border-radius:20px;gap:9px;min-height:68px;padding:8px 9px}.library-card-main h3{font-size:.84rem}.library-card-main span,.library-card-main strong{font-size:.68rem}.occupancy-ring,.library-warning-badge{--ring-size:50px;width:50px;height:50px}.occupancy-ring.large,.library-warning-badge.large{--ring-size:96px;width:96px;height:96px}}.library-capacity-card{gap:11px;padding:14px;overflow:hidden}.library-capacity-head{align-items:center}.library-capacity-head h2{color:var(--ink);letter-spacing:-.04em;margin:0;font-size:.98rem;font-weight:950}.library-wave-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.library-mini-wave-card,.library-mini-wave-card.tone-open,.library-mini-wave-card.tone-steady,.library-mini-wave-card.tone-busy,.library-mini-wave-card.tone-packed,.library-mini-wave-card.tone-over{background:radial-gradient(circle at 20% 12%, var(--library-tone-soft), transparent 44%), linear-gradient(180deg, #fffffffa, #f8fbfdeb);min-height:126px;color:inherit;cursor:pointer;font:inherit;text-align:left;appearance:none;border:1px solid #1f384414;border-radius:18px;align-content:space-between;gap:6px;padding:10px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #fffffffa,0 8px 18px #1c505c0b}.library-mini-wave-card:after{background:linear-gradient(90deg, transparent, var(--library-tone-line), transparent);content:"";height:1px;position:absolute;inset:auto 8px 7px}.library-mini-wave-copy{z-index:1;gap:3px;min-width:0;display:grid;position:relative}.library-mini-wave-copy strong,.library-mini-wave-copy span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.library-mini-wave-copy strong{color:var(--ink);letter-spacing:-.04em;font-size:.78rem;font-weight:950}.library-mini-wave-copy span{color:var(--muted);font-size:.61rem;font-weight:850}.library-mini-wave-card svg{align-self:end;width:100%;min-height:50px}.library-mini-wave-base{stroke:#2345541f;stroke-width:1px}.library-mini-wave-fill{fill:var(--library-tone);opacity:.88;filter:drop-shadow(0 10px 10px #11303614)}.library-mini-wave-percent{z-index:2;min-height:21px;color:var(--ink);background:#ffffffe6;border:1px solid #1f384412;border-radius:999px;align-items:center;padding:0 7px;font-size:.64rem;font-weight:950;display:inline-flex;position:absolute;bottom:8px;right:9px}.library-amenities-summary-card>span{background:rgba(var(--accent-rgb), .08);width:32px;height:32px;color:var(--accent-deep);border-radius:13px;grid-area:icon;place-items:center;display:grid}.library-amenities-summary-card>span svg{width:14px;height:14px}.library-amenity-filter{scrollbar-width:none;gap:6px;padding:1px 0 5px;display:flex;overflow-x:auto}.library-amenity-filter::-webkit-scrollbar{display:none}.library-amenity-filter button{min-height:30px;color:var(--muted);cursor:pointer;font:inherit;white-space:nowrap;background:#ffffffc7;border:1px solid #1f384414;border-radius:999px;flex:none;padding:0 11px;font-size:.68rem;font-weight:900}.library-amenity-filter button.active{border-color:rgba(var(--accent-rgb), .2);background:var(--accent-deep);color:#fff;box-shadow:0 8px 16px rgba(var(--accent-rgb), .12)}.library-detail-amenity-groups{gap:13px;display:grid}.library-detail-amenity-group{gap:8px;display:grid}.library-detail-amenity-group h3{color:var(--muted);letter-spacing:.11em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:950}.library-amenities-library-card{padding:11px}.library-amenities-library-head button:hover,.library-amenities-library-head button:focus-visible,.library-amenity-filter button:hover,.library-amenity-filter button:focus-visible{transform:translateY(-1px)}@media (width<=420px){.library-capacity-card{border-radius:22px;padding:12px}.library-wave-card-grid{gap:7px}.library-mini-wave-card,.library-mini-wave-card.tone-open,.library-mini-wave-card.tone-steady,.library-mini-wave-card.tone-busy,.library-mini-wave-card.tone-packed,.library-mini-wave-card.tone-over{border-radius:17px;gap:5px;min-height:112px;padding:8px}.library-mini-wave-copy strong{font-size:.7rem}.library-mini-wave-copy span{font-size:.56rem}.library-mini-wave-card svg{min-height:44px}.library-mini-wave-percent{min-height:19px;padding:0 6px;font-size:.58rem;bottom:7px;right:7px}.library-amenity-filter{margin-right:-13px;padding-right:13px}.library-amenity-filter button{min-height:28px;padding:0 10px;font-size:.64rem}.library-detail-amenity-grid{grid-template-columns:minmax(0,1fr)}.library-amenity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.library-stock-card,.library-stock-card.tone-open,.library-stock-card.tone-steady,.library-stock-card.tone-busy,.library-stock-card.tone-packed,.library-stock-card.tone-over{grid-template-rows:auto minmax(58px,1fr) auto;gap:8px;min-height:148px;padding:10px;display:grid}.library-mini-wave-top{z-index:2;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;display:grid;position:relative}.library-stock-percent{border:1px solid var(--library-tone-line);min-height:25px;color:var(--library-tone);background:#ffffffeb;border-radius:999px;align-items:center;padding:0 8px;font-size:.66rem;font-weight:950;display:inline-flex}.library-stock-chart-shell{z-index:1;background:linear-gradient(#ffffffa8,#ffffff38),repeating-linear-gradient(90deg,#243e4a0b 0 1px,#0000 1px 26px);border-radius:14px;min-height:62px;position:relative;overflow:hidden}.library-stock-chart{width:100%;height:68px;display:block}.library-stock-grid{fill:none;stroke:#243e4a14;stroke-dasharray:3 4;stroke-width:1px}.library-stock-area{fill:var(--library-tone);opacity:.14}.library-stock-line{fill:none;stroke:var(--library-tone);stroke-linecap:round;stroke-linejoin:round;stroke-width:3.2px;filter:drop-shadow(0 8px 9px var(--library-tone-soft))}.library-stock-peak-dot{fill:#fff;stroke:var(--library-tone);stroke-width:2.5px}.library-stock-footer{z-index:2;color:var(--muted);letter-spacing:.03em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:6px;font-size:.57rem;font-weight:950;display:flex;position:relative}.library-stock-footer span:first-child{max-width:78%;color:var(--library-tone);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.library-card-topline{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;display:grid}.library-card-status,.library-card-main .library-card-status{border:1px solid var(--library-tone-line);background:var(--library-tone-soft);width:auto;max-width:112px;min-height:24px;color:var(--library-tone);letter-spacing:.03em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:0 8px;font-size:.58rem;font-weight:950;display:inline-flex;overflow:hidden}.library-card-status svg{flex:none;width:10px;height:10px}.library-card-meta,.library-card-main .library-card-meta{flex-wrap:wrap;gap:5px;min-width:0;display:flex}.library-card-meta span,.library-card-main .library-card-meta span{width:auto;max-width:100%;min-height:24px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;background:#f8fbfcd1;border:1px solid #1f38440e;border-radius:999px;align-items:center;gap:5px;padding:0 7px;font-size:.62rem;font-weight:850;line-height:1;display:inline-flex;overflow:hidden}.library-card-meta svg{width:10px;height:10px;color:var(--accent-deep);flex:none}.library-detail-actions button,.library-detail-actions a{appearance:none;cursor:pointer;font:inherit;border:0}.library-detail-actions button{background:var(--accent-deep);color:#fff;min-width:0;min-height:40px;box-shadow:inset 0 1px 0 #ffffff2e, 0 12px 22px rgba(var(--accent-rgb), .12);border-radius:16px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:.78rem;font-weight:900;display:inline-flex}.library-detail-actions a{color:var(--accent-deep);background:#ffffffd1}@media (width<=420px){.library-stock-card,.library-stock-card.tone-open,.library-stock-card.tone-steady,.library-stock-card.tone-busy,.library-stock-card.tone-packed,.library-stock-card.tone-over{min-height:138px;padding:8px}.library-stock-chart{height:62px}.library-stock-percent{min-height:22px;padding:0 7px;font-size:.6rem}.library-card-topline{grid-template-columns:minmax(0,1fr);gap:4px}.library-card-status,.library-card-main .library-card-status{justify-self:start;max-width:100%;min-height:21px;padding:0 7px;font-size:.53rem}.library-card-meta,.library-card-main .library-card-meta{gap:4px}.library-card-meta span,.library-card-main .library-card-meta span{min-height:21px;padding:0 6px;font-size:.56rem}}.library-stock-card,.library-stock-card.tone-open,.library-stock-card.tone-steady,.library-stock-card.tone-busy,.library-stock-card.tone-packed,.library-stock-card.tone-over{grid-template-rows:auto minmax(88px,1fr);min-height:158px}.library-warning-badge,.library-warning-badge.muted{border-radius:50%;width:54px;height:54px}.library-warning-badge.large,.library-warning-badge.large.muted{border-radius:50%;width:96px;height:96px}.library-bar-chart{--chart-height:86px;gap:5px;min-width:0;display:grid;position:relative}.library-bar-chart.size-large{--chart-height:154px;gap:9px}.library-bar-threshold{top:var(--threshold-offset);z-index:2;pointer-events:none;border-top:1px dashed #5d6c7a7a;position:absolute;left:0;right:0}.library-bar-threshold span{color:#34414cb8;background:#ffffffb8;padding-left:5px;font-size:.58rem;font-weight:950;position:absolute;top:-15px;right:0}.library-bar-track{height:var(--chart-height);background:repeating-linear-gradient(0deg,#2036430b 0 1px,#0000 1px 22px),linear-gradient(#ffffffb8,#f8fbfc57);border-radius:15px;grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:6px;min-width:0;padding:5px 2px 0;display:grid}.library-bar-chart.size-large .library-bar-track{border-radius:19px;grid-template-columns:repeat(9,minmax(0,1fr));gap:7px;padding:8px 5px 0}.library-bar-column{grid-template-rows:minmax(0,1fr) auto;gap:4px;min-width:0;height:100%;display:grid}.library-bar{background:#1c303e0e;border-radius:8px 8px 3px 3px;flex-direction:column-reverse;justify-content:flex-start;align-items:stretch;height:100%;display:flex;overflow:hidden}.library-bar-safe{background:color-mix(in srgb, var(--library-tone) 76%, #fff 24%);border-radius:8px 8px 3px 3px;min-height:3px;display:block}.library-bar-over{background:#b4232c;border-radius:8px 8px 0 0;min-height:3px;display:block;box-shadow:0 -4px 12px #b4232c33}.library-bar-column.current .library-bar-safe{background:color-mix(in srgb, var(--library-tone) 58%, #fff 42%)}.library-bar-column.forecast .library-bar-safe,.library-bar-column.forecast .library-bar-over{opacity:.62}.library-bar-column small{color:#414f5cb8;text-align:center;white-space:nowrap;font-size:.49rem;font-weight:900;line-height:1;overflow:visible}.library-bar-column.current small{color:var(--library-tone)}.library-bar-chart.size-compact .library-bar-column small{transform-origin:0 0;justify-self:start;margin-top:2px;transform:rotate(-38deg)}.library-stock-card.tone-over .library-bar-safe,.library-detail-hero.tone-over .library-bar-safe{background:#6b7a8f}.library-stock-card.tone-over .library-bar-column.current .library-bar-safe,.library-detail-hero.tone-over .library-bar-column.current .library-bar-safe{background:#9aa6b7}.library-bar-caption{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;grid-template-columns:1fr auto 1fr;gap:7px;font-size:.6rem;font-weight:950;display:grid}.library-bar-caption span:nth-child(2){color:var(--library-tone)}.library-bar-caption span:last-child{text-align:right}.library-detail-capacity-hero{border:1px solid var(--library-tone-line);background:radial-gradient(circle at 20% 0%, var(--library-tone-soft), transparent 45%), #ffffffbd;border-radius:22px;gap:10px;padding:12px;display:grid}.library-detail-capacity-head{justify-content:space-between;align-items:start;gap:10px;display:flex}.library-detail-capacity-head div{gap:2px;display:grid}.library-detail-capacity-head span{color:var(--library-tone);letter-spacing:.09em;text-transform:uppercase;font-size:.64rem;font-weight:950}.library-detail-capacity-head strong{color:var(--ink);letter-spacing:-.05em;font-size:1.28rem;font-weight:950;line-height:1}.library-detail-capacity-head small{color:var(--muted);font-size:.68rem;font-weight:900}.library-detail-metric-banner{background:#ffffffc7;border-radius:19px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px;display:grid;box-shadow:inset 0 1px #ffffffeb}.library-detail-metric-banner span{grid-template-columns:auto minmax(0,1fr);grid-template-areas:"icon value""icon label";align-items:center;column-gap:6px;min-width:0;display:grid}.library-detail-metric-banner svg{width:14px;height:14px;color:var(--accent-deep);grid-area:icon}.library-detail-metric-banner strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;grid-area:value;font-size:.82rem;font-weight:950;overflow:hidden}.library-detail-metric-banner small{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;grid-area:label;font-size:.55rem;font-weight:950}.library-amenity-grid{display:block}.library-amenity-icon-groups{gap:11px;display:grid}.library-amenity-icon-groups.compact{gap:9px}.library-amenity-icon-group{gap:7px;display:grid}.library-amenity-icon-group+.library-amenity-icon-group{border-top:1px solid #1f384412;padding-top:9px}.library-amenity-icon-group h4{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.58rem;font-weight:950}.library-amenity-icon-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.library-amenity-icon-item{text-align:center;justify-items:center;gap:5px;min-width:0;display:grid}.library-amenity-icon-item i{background:rgba(var(--accent-rgb), .08);width:34px;height:34px;color:var(--accent-deep);border-radius:14px;place-items:center;font-style:normal;display:grid}.library-amenity-icon-item svg{width:14px;height:14px}.library-amenity-icon-item small{max-width:100%;color:var(--ink);text-overflow:ellipsis;font-size:.58rem;font-weight:850;line-height:1.1;overflow:hidden}@media (width<=420px){.library-stock-card,.library-stock-card.tone-open,.library-stock-card.tone-steady,.library-stock-card.tone-busy,.library-stock-card.tone-packed,.library-stock-card.tone-over{min-height:150px}.library-bar-chart{--chart-height:80px}.library-bar-chart.size-large{--chart-height:140px}.library-bar-track{gap:4px}.library-bar-chart.size-large .library-bar-track{gap:4px;padding-inline:3px}.library-bar-column small{font-size:.44rem}.library-detail-capacity-head strong{font-size:1.12rem}.library-detail-metric-banner{grid-template-columns:1fr;gap:7px}.library-detail-metric-banner span{background:#f8fbfcb3;border-radius:14px;min-height:34px;padding:0 6px}.library-amenity-icon-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.library-amenity-icon-item i{border-radius:13px;width:31px;height:31px}.library-amenity-icon-item small{font-size:.54rem}}.library-spaces-copy{gap:8px;display:grid}.library-spaces-title-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;min-width:0;display:grid}.library-spaces-title-row>div{min-width:0}.library-spaces-title-row .eyebrow,.library-spaces-title-row .section-title{margin-bottom:0}.library-know-more-button{color:#0d6f62;white-space:nowrap;background:linear-gradient(#fffffffa,#effaf7f0);border-color:#0a6f6229;justify-self:end;min-height:30px;margin-top:0;padding:0 10px;font-size:.68rem}.library-know-more-button svg{width:12px;height:12px}.library-capacity-card:not(.skeleton-card){color:var(--ink);background:#fff;border-color:#1b273512;box-shadow:inset 0 1px #fffffffa,0 18px 34px #12222e13}.library-capacity-card:not(.skeleton-card) .eyebrow{color:#61717f}.library-capacity-card:not(.skeleton-card) .library-capacity-head h2{color:var(--ink)}.library-capacity-card:not(.skeleton-card) .library-capacity-head>span{color:#4a5864c2}.library-campus-pulse-card{gap:9px;display:grid}.library-campus-pulse-visual{touch-action:pan-y;-webkit-user-select:none;user-select:none;cursor:ew-resize;background:#fff;border:1px solid #1b273514;border-radius:26px;min-height:180px;padding:6px 0 0;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffffeb,0 10px 20px #12222e0b}.library-campus-pulse-visual:focus-visible{outline-offset:3px;outline:3px solid #2563eb2e}.library-campus-pulse-visual svg{width:100%;height:180px;display:block}.library-campus-pulse-threshold{stroke:#43505d75;stroke-dasharray:5 6;stroke-linecap:round;stroke-width:2.1px}.library-campus-pulse-threshold-group{pointer-events:none}.library-campus-pulse-threshold-tag{top:var(--threshold-label-top);z-index:2;color:#3f4d5a;letter-spacing:.02em;pointer-events:none;text-transform:uppercase;background:#fffffff0;border:1px solid #a4b0bd2e;border-radius:999px;padding:3px 8px;font-size:.52rem;font-weight:900;line-height:1;position:absolute;left:18px;transform:translateY(calc(-100% - 8px));box-shadow:0 5px 12px #12222e0f}.library-campus-pulse-series{--pulse-color:#8b5cf6}.library-campus-pulse-series.tone-blue{--pulse-color:#2563eb}.library-campus-pulse-series.tone-gold{--pulse-color:#c47d10}.library-campus-pulse-series.tone-mint{--pulse-color:#14a66b}.library-campus-pulse-area{fill:var(--pulse-color);opacity:0}.library-campus-pulse-line{fill:none;stroke:var(--pulse-color);stroke-linecap:round;stroke-linejoin:round;stroke-width:4.2px;filter:drop-shadow(0 4px 5px #1f2d3a14)}.library-campus-pulse-scrubber-line{stroke:#15202b7a;stroke-dasharray:3 4;stroke-linecap:round;stroke-width:1.5px}.library-campus-pulse-dot{fill:#fff;stroke:var(--pulse-color);stroke-width:2.4px;filter:drop-shadow(0 2px 5px #12222e24)}.library-campus-pulse-readout{background:linear-gradient(#fff,#f8fafc);border:1px solid #1b273512;border-radius:16px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-width:0;padding:8px;display:grid;box-shadow:0 8px 16px #12222e0b}.library-campus-pulse-readout>strong{color:#13202d;letter-spacing:-.02em;min-width:43px;font-size:.74rem;font-weight:950}.library-campus-pulse-readout>div{scrollbar-width:none;gap:6px;min-width:0;padding-bottom:1px;display:flex;overflow-x:auto}.library-campus-pulse-readout>div::-webkit-scrollbar{display:none}.library-campus-pulse-readout-item{--pulse-color:#8b5cf6;background:color-mix(in srgb, var(--pulse-color) 10%, #fff);color:#283746;white-space:nowrap;border-radius:999px;flex:none;align-items:center;gap:5px;min-height:24px;padding:0 8px;font-size:.61rem;font-weight:900;display:inline-flex}.library-campus-pulse-readout-item.tone-blue{--pulse-color:#2563eb}.library-campus-pulse-readout-item.tone-gold{--pulse-color:#c47d10}.library-campus-pulse-readout-item.tone-mint{--pulse-color:#14a66b}.library-campus-pulse-readout-item i{background:var(--pulse-color);border-radius:999px;width:7px;height:7px}.library-campus-pulse-hint{color:#6a7a88;letter-spacing:-.01em;background:#ffffffb8;border:1px solid #1b27350f;border-radius:999px;width:fit-content;max-width:100%;margin:-2px 0 0;padding:6px 9px;font-size:.62rem;font-weight:850;line-height:1.2}.library-campus-pulse-selectors{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.library-campus-pulse-selector{background:radial-gradient(circle at 16% 16%, color-mix(in srgb, var(--pulse-color) 10%, transparent), transparent 42%), linear-gradient(180deg, #fff, #f2f4f6);min-width:0;min-height:42px;color:var(--ink);cursor:pointer;font:inherit;text-align:center;border:1px solid #21303e13;border-radius:15px;grid-template-columns:auto minmax(0,1fr);justify-content:center;align-items:center;gap:7px;padding:0 10px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #fffffff0,0 8px 14px #1827370b}.library-campus-pulse-selector span{background:var(--pulse-color);width:7px;height:7px;box-shadow:0 0 0 4px color-mix(in srgb, var(--pulse-color) 16%, transparent);border-radius:999px}.library-campus-pulse-selector strong{min-width:0;color:var(--ink);letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;font-weight:950;overflow:hidden}.library-campus-pulse-selector.tone-purple{--pulse-color:#8b5cf6}.library-campus-pulse-selector.tone-blue{--pulse-color:#2563eb}.library-campus-pulse-selector.tone-gold{--pulse-color:#c47d10}.library-campus-pulse-selector.tone-mint{--pulse-color:#14a66b}.library-campus-pulse-selector:hover,.library-campus-pulse-selector:focus-visible{border-color:color-mix(in srgb, var(--pulse-color) 24%, #21303e1a);transform:translateY(-1px)}.library-amenities-summary-card>span{color:#0d6f62;background:#0b6f6214;border-radius:16px;grid-area:icon;place-items:center;width:42px;height:42px;display:grid;overflow:hidden}.library-amenities-summary-card>span svg{width:17px;max-width:62%;height:17px;max-height:62%;display:block}@media (width<=420px){.library-spaces-copy{gap:6px}.library-spaces-title-row{gap:8px}.library-know-more-button{min-height:28px;padding:0 9px;font-size:.64rem}.library-campus-pulse-visual{border-radius:22px;min-height:168px}.library-campus-pulse-visual svg{height:166px}.library-campus-pulse-line{stroke-width:3.2px}.library-campus-pulse-selectors{gap:7px}.library-campus-pulse-selector{border-radius:14px;min-height:38px;padding:0 8px}.library-campus-pulse-selector strong{font-size:.68rem}.library-amenities-summary-card>span{border-radius:15px;width:38px;height:38px}}body.library-amenities-overlay-open{background:#eef3f1}body.library-amenities-overlay-open:before,body.library-amenities-overlay-open:after{display:none}body.library-amenities-overlay-open .app-shell.page-spaces{gap:0;max-width:none;min-height:100vh;padding:0}body.library-amenities-overlay-open .app-shell.page-spaces .page-switcher{display:none}.page-spaces .library-amenities-overlay-canvas{background:#eef3f1;justify-content:center;align-items:flex-start;min-height:100vh;padding:16px;font-family:Plus Jakarta Sans,Avenir Next,Segoe UI,sans-serif;display:flex}.page-spaces .library-amenities-overlay-card{background:#fff;border:1px solid #ffffff80;border-radius:2rem;width:100%;max-width:56rem;padding:24px;box-shadow:0 20px 60px -15px #0000000d}.page-spaces .library-overlay-back{color:#2b6a5c;cursor:pointer;font:inherit;letter-spacing:-.01em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb8;border:1px solid #2b6a5c1f;border-radius:14px;align-items:center;gap:8px;margin:0 0 20px;padding:6px 11px 6px 7px;font-size:.78rem;font-weight:950;transition:background .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s;display:inline-flex;box-shadow:inset 0 1px #ffffffe6,0 8px 18px #2b6a5c0f}.page-spaces .library-overlay-back:hover,.page-spaces .library-overlay-back:focus-visible{color:#2b6a5c;background:#f4faf8;border-color:#2b6a5c38;outline:none;transform:translateY(-1px);box-shadow:inset 0 1px #fffffff0,0 10px 22px #2b6a5c17}.page-spaces .library-overlay-back svg{box-sizing:border-box;background:#edf7f4;border-radius:10px;width:24px;height:24px;padding:5px;transition:transform .18s}.page-spaces .library-overlay-back:hover svg,.page-spaces .library-overlay-back:focus-visible svg{transform:translate(-4px)}.page-spaces .library-overlay-back:disabled,.page-spaces .library-detail-back:disabled{cursor:default;opacity:.72;transform:none}.page-spaces .library-amenities-layout{color:#1a1c29}.page-spaces .library-amenities-hero,.page-spaces .library-amenities-panel{background:#fff;border:1px solid #1a1c2914;border-radius:32px;box-shadow:0 10px 26px #1a1c2909,inset 0 1px #fffffffa}.page-spaces .library-amenities-overlay-card .library-amenities-hero,.page-spaces .library-amenities-overlay-card .library-amenities-panel{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.page-spaces .library-amenities-overlay-card .library-amenities-hero{gap:18px;display:grid}.page-spaces .library-amenities-overlay-card .library-amenities-panel{gap:20px;display:grid}@media (width>=640px){.page-spaces .library-amenities-overlay-canvas{padding:24px}.page-spaces .library-amenities-overlay-card{border-radius:3rem;padding:40px}}@media (width>=768px){.page-spaces .library-amenities-overlay-canvas{padding:48px}.page-spaces .library-amenities-overlay-card{padding:56px}}.page-spaces .library-detail-back{color:#1a1c29;background:#fff;border-color:#2b6a5c24;min-height:36px}.page-spaces .library-amenities-title .eyebrow,.page-spaces .library-amenities-panel .eyebrow{color:#2b6a5c;letter-spacing:.18em;font-weight:950}.page-spaces .library-amenities-title .section-title,.page-spaces .library-amenities-panel .section-title{color:#1a1a2e;letter-spacing:-.055em;max-width:100%;font-size:clamp(1.8rem,5vw,2.45rem);font-weight:950;line-height:.98}.page-spaces .library-amenities-title p:not(.eyebrow){color:#556a73;max-width:31rem;font-size:clamp(.92rem,2.2vw,1.05rem);font-weight:850;line-height:1.28}.page-spaces .library-amenities-summary-grid{gap:12px}.page-spaces .library-amenities-summary-card{appearance:none;min-height:76px;color:inherit;cursor:pointer;font:inherit;text-align:left;background:#fff;border:1px solid #1a1c290e;border-radius:24px;grid-template-columns:48px minmax(0,1fr);grid-template-areas:"icon count""icon label";align-items:center;padding:13px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;box-shadow:0 14px 26px #1a1c2909,inset 0 1px #fffffffa}.page-spaces .library-amenities-summary-card:hover,.page-spaces .library-amenities-summary-card:focus-visible{border-color:#2b6a5c33;transform:translateY(-1px);box-shadow:0 18px 30px #2b6a5c16,inset 0 1px #fffffffa}.page-spaces .library-amenities-summary-card>span{color:#2b6a5c;background:#f4f7f6;border-radius:999px;grid-area:icon;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.page-spaces .library-amenities-summary-card>span svg{width:22px;max-width:none;height:22px;max-height:none;display:block}.page-spaces .library-amenities-summary-card strong{color:#122635;grid-area:count;font-size:1.22rem;line-height:1}.page-spaces .library-amenities-summary-card small{color:#556a73;letter-spacing:-.01em;grid-area:label;max-width:9rem;font-size:.78rem;font-weight:950;line-height:1.12}.page-spaces .library-amenity-filter{scrollbar-width:none;-webkit-overflow-scrolling:touch;background:0 0;border-radius:0;flex-wrap:nowrap;gap:8px;margin:0 -22px 18px;padding:0 22px 8px;display:flex;position:relative;overflow-x:auto}.page-spaces .library-amenities-campus-filter{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:8px;margin:0 -22px 12px;padding:0 22px 8px;display:flex;position:relative;overflow-x:auto}.page-spaces .library-amenities-campus-filter::-webkit-scrollbar{display:none}.page-spaces .library-amenities-hero .library-amenities-campus-filter{margin:0;padding:0 0 4px}.page-spaces .library-amenities-campus-filter button{color:#2b6a5c;cursor:pointer;min-height:38px;font:inherit;background:#f4f7f6;border:1px solid #2b6a5c1f;border-radius:999px;flex:none;padding:0 16px;font-size:.84rem;font-weight:950;transition:background .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s}.page-spaces .library-amenities-campus-filter button:hover,.page-spaces .library-amenities-campus-filter button:focus-visible{background:#eef7f4;border-color:#2b6a5c38;outline:none;transform:translateY(-1px)}.page-spaces .library-amenities-campus-filter button.active{color:#fff;background:#2b6a5c;border-color:#2b6a5c;box-shadow:0 10px 20px #2b6a5c29}.page-spaces .library-amenity-filter::-webkit-scrollbar{display:none}.page-spaces .library-amenity-filter:before{display:none}.page-spaces .library-amenity-filter button{z-index:1;width:auto;min-height:40px;box-shadow:none;color:#52525b;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:999px;flex:none;padding:0 16px;font-size:.875rem;font-weight:750;transition:background .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s;position:relative}.page-spaces .library-amenity-filter button:hover,.page-spaces .library-amenity-filter button:focus-visible{background:#fafafa;border-color:#d4d4d8;transform:translateY(-1px)}.page-spaces .library-amenity-filter button.active{color:#fff;background:#2b6a5c;border-color:#2b6a5c;box-shadow:0 10px 20px #2b6a5c29}@media (width>=681px){.page-spaces .library-amenity-filter{flex-wrap:wrap;gap:12px;margin:0 0 24px;padding:0;overflow:visible}.page-spaces .library-amenity-filter button{min-height:42px;padding:0 20px}}.page-spaces .library-amenities-list{gap:14px}.page-spaces .library-amenities-library-card{animation:none;animation-delay:calc(var(--library-card-index,0) * 45ms);background:#fff;border:1px solid #1a1c2914;border-radius:32px;gap:18px;padding:22px;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 22px #1a1c2908,inset 0 1px #fffffff5}.page-spaces .library-amenities-library-card:before,.page-spaces .library-amenities-library-card:after{display:none}.page-spaces .library-amenities-library-head{z-index:1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;display:grid;position:relative}.page-spaces .library-amenities-library-head h3{color:#1a1c29;letter-spacing:-.045em;max-width:none;font-size:clamp(1.36rem,2.4vw,1.75rem);font-weight:950;line-height:1.05}.page-spaces .library-amenities-library-head p{display:none}.page-spaces .library-amenities-library-head button{color:#2b6a5c;min-height:40px;box-shadow:none;background:#fff;border:1px solid #2b6a5c2e;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:.82rem;font-weight:950;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.page-spaces .library-amenities-library-head button:hover,.page-spaces .library-amenities-library-head button:focus-visible{color:#fff;background:#2b6a5c;border-color:#2b6a5c;transform:translateY(-1px)}.page-spaces .library-view-label-full{display:none}.page-spaces .library-amenity-view-button{color:#2b6a5c;cursor:pointer;min-height:36px;font:inherit;background:#eef7f4;border:0;border-radius:999px;justify-content:center;justify-self:center;align-items:center;padding:0 18px;font-size:.82rem;font-weight:950;transition:background .18s,color .18s,transform .18s;display:inline-flex;position:relative}.page-spaces .library-amenity-view-button:hover,.page-spaces .library-amenity-view-button:focus-visible{color:#fff;background:#2b6a5c;transform:translateY(-1px)}.page-spaces .library-amenities-library-card>.library-amenity-grid{z-index:1;display:block;position:relative}.page-spaces .library-amenity-icon-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.page-spaces .library-amenity-icon-grid.compact .library-amenity-icon-item{aspect-ratio:1;min-height:0;box-shadow:none;color:#1a1c29;text-align:center;animation:none;animation-delay:calc(var(--feature-index,0) * 24ms);background:#fff;border:1px solid #f5f5f5fa;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:16px;transition:border-color .18s,box-shadow .18s;display:flex}.page-spaces .library-amenity-icon-grid.compact .library-amenity-icon-item:hover{border-color:#2b6a5c33;box-shadow:0 8px 16px #1a1c290b}.page-spaces .library-amenity-icon-grid.compact .library-amenity-icon-item i{width:40px;height:40px;box-shadow:none;color:#2b6a5c;background:#f0f7f5;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-spaces .library-amenity-icon-grid.compact .library-amenity-icon-item i svg{width:20px;max-width:none;height:20px;max-height:none;display:block}.page-spaces .library-amenity-icon-grid.compact .library-amenity-icon-item small{color:#1a1c29;text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.1em;font-size:.8125rem;font-weight:800;line-height:1.15;display:-webkit-box;overflow:hidden}.page-spaces .library-amenity-more-count{aspect-ratio:1;color:#2b6a5c;cursor:pointer;min-height:0;font:inherit;background:#f8fbfa;border:1px dashed #2b6a5c47;border-radius:22px;justify-content:center;align-items:center;font-size:.9rem;font-weight:950;transition:background .18s,border-color .18s;animation:none;display:flex}.page-spaces .library-amenity-more-count:hover,.page-spaces .library-amenity-more-count:focus-visible{background:#eef7f4;border-color:#2b6a5c70}@media (width<=680px){.page-spaces .library-amenities-overlay-canvas{padding:16px}.page-spaces .library-amenities-overlay-card{border-radius:2rem;padding:24px}.page-spaces .library-amenities-layout{gap:14px}.page-spaces .library-amenities-hero,.page-spaces .library-amenities-panel{border-radius:28px;padding:16px}.page-spaces .library-amenities-title{gap:7px}.page-spaces .library-amenities-title .section-title,.page-spaces .library-amenities-panel .section-title{letter-spacing:-.05em;font-size:clamp(1.72rem,7vw,2.05rem)}.page-spaces .library-amenities-title p:not(.eyebrow){font-size:.82rem;line-height:1.3}.page-spaces .library-amenities-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.page-spaces .library-amenities-summary-card{border-radius:20px;grid-template-columns:48px minmax(0,1fr);column-gap:9px;min-height:66px;padding:10px}.page-spaces .library-amenities-summary-card>span{border-radius:999px;width:48px;height:48px}.page-spaces .library-amenities-summary-card>span svg{width:22px;height:22px}.page-spaces .library-amenities-summary-card strong{font-size:1.08rem}.page-spaces .library-amenities-summary-card small{font-size:.7rem}.page-spaces .library-amenity-filter button{min-height:36px;padding:0 16px;font-size:.82rem}.page-spaces .library-amenity-filter{margin:0 -16px 18px;padding:0 16px 8px}.page-spaces .library-amenities-library-card{border-radius:24px;gap:12px;padding:18px}.page-spaces .library-amenities-library-head{grid-template-columns:minmax(0,1fr);gap:8px}.page-spaces .library-amenities-library-head h3{font-size:1.38rem;line-height:1.08}.page-spaces .library-amenities-library-head button{display:none}.page-spaces .library-amenity-view-button{border-radius:999px;justify-self:center;min-height:34px;padding:0 15px;font-size:.82rem}.page-spaces .library-view-label-short{display:none}.page-spaces .library-view-label-full{display:inline}.page-spaces .library-amenity-icon-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.page-spaces .library-amenity-icon-grid.compact .library-amenity-icon-item{aspect-ratio:auto;text-align:left;background:#fafafa;border-color:#f5f5f5fa;border-radius:12px;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;min-height:auto;padding:8px 12px;display:flex}.page-spaces .library-amenity-icon-grid.compact .library-amenity-icon-item i{background:0 0;border-radius:0;flex:none;width:auto;height:auto}.page-spaces .library-amenity-icon-grid.compact .library-amenity-icon-item i svg{width:14px;height:14px}.page-spaces .library-amenity-icon-grid.compact .library-amenity-icon-item small{text-align:left;-webkit-line-clamp:unset;min-height:auto;font-size:.75rem;font-weight:800;line-height:1.15;display:block;overflow:visible}.page-spaces .library-amenity-more-count{aspect-ratio:auto;border-radius:12px;grid-column:auto;min-height:38px;padding:8px 12px;font-size:.76rem}}body.library-amenities-overlay-open .app-shell.page-spaces{grid-template-columns:none;width:100%;display:block}.page-spaces .library-amenities-overlay-canvas{box-sizing:border-box;width:100%}.page-spaces .library-amenities-overlay-card{box-sizing:border-box}.page-spaces .toilet-guide-page{background:radial-gradient(circle at 12% 0,#7ed3c233,#0000 32%),radial-gradient(circle at 92% 12%,#ffdd9638,#0000 30%),#fff;gap:14px;display:grid}.page-spaces .toilet-guide-back{color:#102635;cursor:pointer;width:42px;height:42px;font:inherit;background:#ffffffe6;border:1px solid #0f172a14;border-radius:999px;place-items:center;transition:background-color .18s,box-shadow .18s,transform .18s;display:inline-grid;box-shadow:inset 0 1px #fffffff2,0 10px 22px #0f172a14}.page-spaces .toilet-guide-back:hover,.page-spaces .toilet-guide-back:focus-visible{background:#fff;outline:none;transform:translateY(-1px);box-shadow:inset 0 1px #fffffffa,0 14px 28px #0f172a1c}.page-spaces .toilet-guide-back:disabled{cursor:wait;opacity:.6}.page-spaces .toilet-guide-back svg{width:15px;height:15px}.page-spaces .toilet-guide-list{gap:12px;display:grid}.page-spaces .toilet-guide-card{background:#ffffffeb;border:1px solid #0f172a14;border-radius:26px;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:14px;display:grid;box-shadow:inset 0 1px #fffffff0,0 14px 32px #0f172a0e}.page-spaces .toilet-guide-rank{color:#1f6f5d;letter-spacing:-.02em;background:#e8f8f5;border-radius:16px;place-items:center;width:42px;height:42px;font-size:.78rem;font-weight:950;display:inline-grid}.page-spaces .toilet-guide-main{gap:10px;min-width:0;display:grid}.page-spaces .toilet-guide-card-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.page-spaces .toilet-guide-card-head h2{color:#102635;letter-spacing:-.055em;margin:0;font-size:clamp(1.12rem,5vw,1.62rem);font-weight:950;line-height:1}.page-spaces .toilet-guide-card-head p{color:#69808b;margin:5px 0 0;font-size:.8rem;font-weight:820;line-height:1.25}.page-spaces .toilet-guide-card-head>span{color:#8a5a00;letter-spacing:-.01em;white-space:nowrap;background:#fff7db;border-radius:999px;flex:none;padding:7px 9px;font-size:.66rem;font-weight:950}.page-spaces .toilet-guide-vibe{color:#22313c;margin:0;font-size:.94rem;font-weight:900;line-height:1.3}.page-spaces .toilet-guide-tags{flex-wrap:wrap;gap:7px;display:flex}.page-spaces .toilet-guide-tags span{color:#46606b;background:#f1f5f7;border-radius:999px;padding:7px 9px;font-size:.68rem;font-weight:900}.page-spaces .toilet-guide-card ul{gap:6px;margin:0;padding:0;list-style:none;display:grid}.page-spaces .toilet-guide-card li{color:#536a75;padding-left:14px;font-size:.8rem;font-weight:760;line-height:1.35;position:relative}.page-spaces .toilet-guide-card li:before{content:"";background:#2b6a5c;border-radius:999px;width:5px;height:5px;position:absolute;top:.55em;left:0}.page-spaces .toilet-guide-map{color:#fff;background:#102635;border-radius:16px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-size:.82rem;font-weight:950;text-decoration:none;transition:background-color .18s,transform .18s;display:inline-flex;box-shadow:0 14px 26px #1026352e}.page-spaces .toilet-guide-map:hover,.page-spaces .toilet-guide-map:focus-visible{background:#1f6f5d;outline:none;transform:translateY(-1px)}.page-spaces .toilet-guide-source{color:#6b7f87;margin:0;font-size:.76rem;font-weight:740;line-height:1.45}.page-spaces .toilet-guide-source a{color:#1f6f5d;font-weight:900}.page-spaces .library-overlay-back{white-space:nowrap}.page-spaces .library-amenities-layout,.page-spaces .library-amenities-list{display:grid}.page-spaces .library-amenities-layout{gap:22px}.page-spaces .library-amenities-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;display:grid}.page-spaces .library-amenities-list{grid-template-columns:minmax(0,1fr)}@media (width>=900px){.page-spaces .library-amenities-overlay-card{max-width:min(1120px,100vw - 96px);padding:48px}.page-spaces .library-amenities-overlay-card .library-amenities-hero{grid-template-columns:minmax(250px,.78fr) minmax(420px,1.22fr);align-items:center;gap:34px}.page-spaces .library-amenities-title .section-title{max-width:8.5em;font-size:clamp(2.55rem,4.4vw,4.05rem);line-height:.92}.page-spaces .library-amenities-summary-grid{gap:14px}.page-spaces .library-amenities-summary-card{grid-template-columns:54px minmax(0,1fr);min-height:92px;padding:16px}.page-spaces .library-amenities-summary-card>span{width:54px;height:54px}.page-spaces .library-amenities-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px}.page-spaces .library-amenity-icon-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.page-spaces .library-amenity-icon-grid.compact .library-amenity-icon-item{border-radius:20px;padding:14px 10px}}@media (width>=1180px){.page-spaces .library-amenities-overlay-card{max-width:min(1240px,100vw - 112px)}.page-spaces .library-amenity-icon-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.page-spaces .toilet-guide-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}.page-spaces .library-spaces-title-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.page-spaces .library-title-actions{justify-self:end;align-items:center;gap:6px;display:inline-flex}.page-spaces .library-know-more-button{padding-right:12px}.page-spaces .library-know-more-button,.page-spaces .library-toilet-button{color:#0d6f62;cursor:pointer;min-width:96px;min-height:36px;font:inherit;letter-spacing:-.02em;white-space:nowrap;background:linear-gradient(#fffffffa,#effaf7f0);border:1px solid #0a6f6229;border-radius:999px;justify-content:center;justify-self:auto;align-items:center;gap:7px;margin-top:0;padding:0 12px;font-size:.72rem;font-weight:950;line-height:1;display:inline-flex;box-shadow:inset 0 1px #fffffff5,0 8px 18px #1c505c0f}.page-spaces .library-know-more-button svg{width:13px;height:13px}.page-spaces .library-toilet-button{width:36px;min-width:36px;height:36px;min-height:36px;box-shadow:none;background:#e8f8f5e0;border-color:#0a6f621a;padding:0}.page-spaces .library-toilet-button svg{width:18px;height:18px}@media (width<=430px){.page-spaces .library-spaces-title-row{grid-template-columns:minmax(0,1fr) auto;gap:6px}.page-spaces .library-know-more-button{min-width:78px;min-height:34px;padding:0 9px;font-size:.66rem}.page-spaces .library-toilet-button{width:32px;min-width:32px;height:34px;min-height:34px}}@media (width<=680px){.page-spaces .library-amenities-layout{gap:14px}.page-spaces .library-amenities-overlay-card{max-width:100%}}.app-shell{position:relative}.physical-page-toggle{background:#fff;border:1px solid #0f172a0f;border-radius:28px;grid-column:1/-1;justify-content:center;align-items:center;gap:12px;width:100%;max-width:none;margin:0 auto;padding:10px 12px;display:flex;box-shadow:inset 0 1px #ffffffeb,0 14px 28px #0f172a12}.physical-toggle-label{color:#8a96a3;cursor:pointer;min-height:32px;font:inherit;letter-spacing:-.04em;white-space:nowrap;background:0 0;border:0;border-radius:999px;padding:0 4px;font-size:clamp(.82rem,2.6vw,1rem);font-weight:950;line-height:1;transition:color .18s,transform .18s}.physical-toggle-label.active{color:#0f172a}.physical-toggle-label:hover,.physical-toggle-label:focus-visible{color:#5c6b7b;outline:none}.physical-toggle-label.active:hover,.physical-toggle-label.active:focus-visible{color:#0f172a}.physical-toggle-track{cursor:pointer;border:0;border-radius:999px;flex:none;width:64px;height:36px;transition:box-shadow .18s,transform .18s;position:relative;overflow:hidden;box-shadow:inset 0 2px 7px #0f172a1a,0 0 0 1px #0f172a0d}.physical-toggle-track:hover,.physical-toggle-track:focus-visible{outline:none;transform:translateY(-1px);box-shadow:inset 0 2px 7px #0f172a1f,0 0 0 1px #0f172a1a,0 8px 18px #0f172a14}.physical-toggle-knob{background:#fff;border-radius:999px;place-items:center;width:22px;height:22px;display:inline-grid;position:absolute;top:7px;overflow:hidden;box-shadow:0 2px 8px #0000001f}.physical-toggle-icon{place-items:center;display:inline-grid}.physical-toggle-icon.board{color:#002b49}.physical-toggle-icon.spaces{color:#4a2075}.physical-toggle-icon svg{width:12px;height:12px}.page-content-motion{will-change:opacity, transform;transform-origin:top;grid-column:1/-1;min-width:0;position:relative}@media (prefers-reduced-motion:reduce){.page-content-motion{will-change:auto}}.board-content-motion{gap:14px;display:grid}.board-content-motion .side-stack,.page-content-motion .planner-layout,.page-content-motion .library-spaces-layout{animation:none}.ferry-content-motion{min-height:100vh}@media (width>=980px){.board-content-motion{grid-template-columns:390px minmax(0,1fr);align-items:start}}@media (width<=520px){.physical-page-toggle{gap:7px}.physical-toggle-label{font-size:.74rem}}body[data-page=ferry]{background:#f2f6f8}body[data-page=ferry]:before,body[data-page=ferry]:after{display:none}.app-shell.page-ferry{background:#f2f6f8;width:100%;max-width:none;min-height:100vh;padding:0;display:block}.ferry-page{color:#12222b;background:radial-gradient(circle at 50% 0,#1e8aa514,#0000 28%),#f2f6f8;flex-direction:column;width:100%;min-height:100vh;display:flex}.ferry-dashboard{width:min(100%,760px);padding:16px 20px calc(34px + env(safe-area-inset-bottom));gap:16px;margin:0 auto;display:grid}.ferry-page-heading{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;min-width:0;padding:6px 2px 2px;display:grid}.ferry-page-heading-icon{color:#08778f;background:#dceff3;border-radius:16px;place-items:center;width:48px;height:48px;display:grid}.ferry-page-heading-icon svg{width:23px;height:23px}.ferry-page-heading>div{min-width:0}.ferry-page-kicker{color:#168097;letter-spacing:.11em;text-transform:uppercase;margin-bottom:3px;font-size:.64rem;font-weight:900;display:block}.ferry-page-heading h1{color:#102630;letter-spacing:-.055em;margin:0;font-size:clamp(1.55rem,6vw,2.05rem);font-weight:950;line-height:1.05}.ferry-page-heading p{color:#687982;margin:5px 0 0;font-size:.76rem;font-weight:700;line-height:1.35}.ferry-refresh-button{color:#196f82;cursor:pointer;background:#ffffffe6;border:1px solid #12374214;border-radius:15px;place-items:center;width:46px;height:46px;padding:0;display:grid;box-shadow:0 8px 20px #1439440f}.ferry-refresh-button:hover,.ferry-refresh-button:focus-visible{background:#fff;border-color:#08778f33;outline:none}.ferry-refresh-button:disabled{cursor:wait;opacity:.55}.ferry-refresh-button svg{width:19px;height:19px}.ferry-refresh-button .spinning{animation:.8s linear infinite ferry-spin}.ferry-route-card,.ferry-later-card{background:#fffffff0;border:1px solid #183c4613;box-shadow:0 16px 38px #1d3a4211}.ferry-route-card{border-radius:24px;gap:13px;padding:14px;display:grid}.ferry-direction-switch{background:#edf3f5;border-radius:16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;display:grid}.ferry-direction-switch button{color:#63757e;cursor:pointer;min-height:42px;font:inherit;background:0 0;border:0;border-radius:12px;padding:0 12px;font-size:.76rem;font-weight:900}.ferry-direction-switch button.active{color:#0d6578;background:#fff;box-shadow:0 5px 14px #1f48521a}.ferry-direction-switch button:focus-visible{outline-offset:1px;outline:3px solid #08778f29}.ferry-route-fields{grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr);align-items:stretch;gap:7px;display:grid}.ferry-station-field{background:#f8fafb;border:1px solid #19444f13;border-radius:17px;flex-direction:column;justify-content:center;gap:6px;min-width:0;min-height:68px;padding:11px 12px;display:flex}.ferry-station-field>span:first-child{color:#7b8a91;letter-spacing:.08em;text-transform:uppercase;font-size:.58rem;font-weight:900}.ferry-station-field strong{color:#17323c;align-items:center;gap:6px;min-width:0;font-size:.8rem;font-weight:900;line-height:1.2;display:flex;overflow:hidden}.ferry-station-field strong svg{color:#138099;flex:none;width:14px;height:14px}.ferry-station-select{min-width:0;display:block;position:relative}.ferry-station-select select{appearance:none;color:#17323c;cursor:pointer;width:100%;min-height:24px;font:inherit;text-overflow:ellipsis;background:0 0;border:0;padding:0 22px 0 0;font-size:.8rem;font-weight:900;line-height:1.2}.ferry-station-select select:focus{outline:none}.ferry-station-field.selectable:focus-within{border-color:#08778f42;box-shadow:0 0 0 3px #08778f14}.ferry-station-select svg{color:#168097;pointer-events:none;width:15px;height:15px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.ferry-route-arrow{color:#8aa0a8;place-items:center;display:grid}.ferry-route-arrow svg{width:18px;height:18px}.ferry-route-note{color:#697b83;align-items:center;gap:7px;font-size:.68rem;font-weight:800;display:inline-flex}.ferry-route-note svg{color:#168097;width:14px;height:14px}.ferry-next-card{color:#fff;background:radial-gradient(circle at 90% 8%,#34bfcb38,#0000 34%),linear-gradient(145deg,#073b4d 0%,#07556a 100%);border:1px solid #ffffff14;border-radius:28px;gap:13px;padding:22px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 44px #04344333}.ferry-next-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.ferry-service-badge,.ferry-data-badge{border-radius:999px;justify-content:center;align-items:center;gap:5px;min-height:28px;padding:0 10px;font-size:.62rem;font-weight:900;display:inline-flex}.ferry-service-badge{color:#fff;background:#ffffff21}.ferry-data-badge{color:#ffffffc7;background:#021f2847;border:1px solid #ffffff1f}.ferry-data-badge.live{color:#8ff0d0}.ferry-data-badge svg{width:12px;height:12px}.ferry-next-label{color:#def4f8c2;letter-spacing:.1em;text-transform:uppercase;margin-top:5px;font-size:.68rem;font-weight:900}.ferry-wait-time{align-items:baseline;gap:9px;min-width:0;display:flex}.ferry-wait-time strong{color:#fff;letter-spacing:-.085em;font-size:clamp(3.6rem,16vw,6.2rem);font-weight:950;line-height:.82}.ferry-wait-time span{color:#a9e4e9;font-size:.9rem;font-weight:900}.ferry-wait-time.soon strong,.ferry-wait-time.now strong{color:#9ff0d3}.ferry-wait-time.now strong{letter-spacing:-.065em;font-size:clamp(2.7rem,12vw,4.8rem)}.ferry-departure-time{color:#e4f6f9c7;margin:0;font-size:.82rem;font-weight:700}.ferry-departure-time strong{color:#fff;font-weight:950}.ferry-next-route{color:#e5f7fac2;background:#021e2733;border:1px solid #ffffff14;border-radius:16px;grid-template-columns:minmax(0,auto) 18px minmax(0,1fr);align-items:center;gap:9px;padding:13px 14px;font-size:.72rem;font-weight:800;display:grid}.ferry-next-route span,.ferry-next-route strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ferry-next-route strong{color:#fff;font-weight:950}.ferry-next-route svg{color:#78d1dc;width:16px;height:16px}.ferry-next-meta{color:#def2f6b3;justify-content:space-between;align-items:center;gap:12px;font-size:.65rem;font-weight:800;display:flex}.ferry-next-meta span{align-items:center;gap:6px;display:inline-flex}.ferry-next-meta svg{width:13px;height:13px}.ferry-later-card{border-radius:25px;padding:18px}.ferry-section-heading{justify-content:space-between;align-items:end;gap:12px;margin-bottom:10px;display:flex}.ferry-section-heading span{color:#198198;letter-spacing:.09em;text-transform:uppercase;margin-bottom:2px;font-size:.58rem;font-weight:900;display:block}.ferry-section-heading h2{color:#17303a;letter-spacing:-.045em;margin:0;font-size:1.08rem;font-weight:950}.ferry-section-heading small{color:#84939a;white-space:nowrap;font-size:.58rem;font-weight:800}.ferry-later-list{display:grid}.ferry-later-row{border-top:1px solid #1c424c12;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;min-width:0;min-height:72px;display:grid}.ferry-later-icon{color:#168097;background:#e8f4f6;border-radius:13px;place-items:center;width:38px;height:38px;display:grid}.ferry-later-icon svg{width:17px;height:17px}.ferry-later-copy,.ferry-later-wait{min-width:0;display:grid}.ferry-later-copy{gap:3px}.ferry-later-copy strong{color:#17303a;font-size:.83rem;font-weight:950}.ferry-later-copy span{color:#74858c;text-overflow:ellipsis;white-space:nowrap;font-size:.62rem;font-weight:750;overflow:hidden}.ferry-later-wait{justify-items:end;gap:3px}.ferry-later-wait>strong{color:#0d6679;font-size:.95rem;font-weight:950}.ferry-later-wait strong small{margin-left:3px;font-size:.58rem}.ferry-later-wait>span{color:#8b979c;font-size:.53rem;font-weight:850}.ferry-later-wait>span.live{color:#14856b}.ferry-no-later{color:#75858c;margin:18px 0 4px;font-size:.72rem;font-weight:750}.ferry-message{color:#62747c;background:#fff;border-radius:19px;align-items:center;gap:11px;min-height:74px;padding:14px 16px;font-size:.72rem;font-weight:800;display:flex;box-shadow:0 12px 30px #1d3a420f}.ferry-message>svg{flex:none;width:20px;height:20px}.ferry-message.error{color:#a64545;border:1px solid #b042421f}.ferry-message.error span{flex:auto}.ferry-message.error button{color:#a64545;cursor:pointer;min-height:34px;font:inherit;background:#fff0f0;border:0;border-radius:11px;padding:0 11px;font-size:.65rem;font-weight:900}.ferry-message.empty div{gap:3px;display:grid}.ferry-message.empty strong{color:#253b44}.ferry-message.empty span{font-size:.66rem}.ferry-loading-state{gap:16px;display:grid}.ferry-next-card.skeleton-card{background:#ffffffc2;min-height:330px}.ferry-later-card.skeleton-card{min-height:250px}.ferry-data-note{color:#819096;justify-content:space-between;align-items:center;gap:12px;padding:2px 4px 0;font-size:.6rem;font-weight:750;display:flex}.ferry-data-note a{color:#176f82;font-weight:900;text-decoration:none}@keyframes ferry-spin{to{transform:rotate(360deg)}}@media (width<=520px){.ferry-dashboard{padding:12px 14px calc(28px + env(safe-area-inset-bottom));gap:13px}.ferry-page-heading{gap:11px;padding-top:3px}.ferry-page-heading-icon{border-radius:15px;width:44px;height:44px}.ferry-page-heading p{display:none}.ferry-refresh-button{width:44px;height:44px}.ferry-route-card{border-radius:21px;gap:11px;padding:11px}.ferry-direction-switch button{min-height:40px}.ferry-route-fields{grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr);gap:4px}.ferry-station-field{border-radius:15px;min-height:65px;padding:9px 10px}.ferry-station-field strong,.ferry-station-select select{font-size:.73rem}.ferry-route-arrow svg{width:15px;height:15px}.ferry-next-card{border-radius:25px;gap:12px;padding:19px}.ferry-wait-time strong{font-size:clamp(3.55rem,19vw,5rem)}.ferry-wait-time.now strong{font-size:clamp(2.5rem,13vw,3.6rem)}.ferry-next-route{padding:12px}.ferry-next-meta{font-size:.6rem}.ferry-later-card{border-radius:22px;padding:16px 14px}.ferry-later-row{grid-template-columns:36px minmax(0,1fr) auto;gap:9px;min-height:69px}.ferry-later-icon{width:36px;height:36px}}@media (width<=360px){.ferry-page-heading-icon{display:none}.ferry-page-heading{grid-template-columns:minmax(0,1fr) auto}.ferry-next-meta{flex-direction:column;align-items:flex-start;gap:5px}}@media (prefers-reduced-motion:reduce){.ferry-refresh-button .spinning{animation:none}}body[data-page=food]{background:radial-gradient(circle at 16% 0,#ffd7a02e,#0000 28%),radial-gradient(circle at 92% 4%,#80b8ff1f,#0000 31%),linear-gradient(#fff 0%,#f8fafc 44%,#f2f6fb 100%)}body[data-page=food]:before{background:#f89a3e14}body[data-page=food]:after{background:#4481ff14}.app-shell.page-food{max-width:760px;min-height:100dvh;padding-top:calc(12px + env(safe-area-inset-top));flex-direction:column;align-items:stretch;display:flex;justify-content:flex-start!important}body[data-page=food] .floating-back-button,body[data-page=food] .page-back-button,body[data-page=food] .app-back-button,body[data-page=food] .global-back-button{display:none!important}.food-directory-page{color:#172033;align-content:start;align-self:stretch;gap:12px;width:100%;margin:0;display:grid}.food-directory-hero{align-items:center;gap:12px;padding:8px 2px 4px;display:flex}.food-directory-back-button{color:#172033;cursor:pointer;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border:1px solid #e2e8f0e6;border-radius:16px;flex:none;place-items:center;width:44px;height:44px;display:inline-grid;box-shadow:0 8px 22px #0f172a0e,inset 0 1px #fffffff5}.food-directory-back-button svg{stroke-width:2.7px;width:21px;height:21px}.food-directory-heading{gap:2px;min-width:0;display:grid}.food-directory-heading span{color:#d97706;letter-spacing:.13em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:950;line-height:1;display:block}.food-directory-heading h1{color:#4b006e;letter-spacing:-.065em;margin:0;font-size:clamp(1.65rem,7vw,2.45rem);font-weight:950;line-height:.98}.food-directory-toolbar{gap:11px;display:grid}.food-directory-search-row{display:block}.food-directory-search{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #cbd5e1d1;border-radius:20px;align-items:center;gap:11px;min-width:0;min-height:56px;padding:0 18px;display:flex;box-shadow:0 2px 12px #0f172a06}.food-directory-search svg{color:#94a3b8;stroke-width:2.3px;width:22px;height:22px}.food-directory-search input{color:#172033;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0;font-size:1.05rem;font-weight:820}.food-directory-search input::placeholder{color:#94a3b8}.food-filter-scroll{margin-right:calc(-1 * max(12px, env(safe-area-inset-right)));margin-left:calc(-1 * max(12px, env(safe-area-inset-left)));padding:0 max(12px, env(safe-area-inset-right)) 2px max(12px, env(safe-area-inset-left));overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:7px;display:flex;overflow-x:auto}.food-filter-scroll::-webkit-scrollbar{display:none}.food-filter-chip{color:#48576d;cursor:pointer;min-height:39px;font:inherit;background:#ffffffe0;border:1px solid #cbd5e1db;border-radius:999px;flex:none;align-items:center;gap:6px;padding:0 12px;font-size:.78rem;font-weight:950;display:inline-flex;box-shadow:0 2px 12px #0f172a06}.food-filter-chip svg{color:#94a3b8;stroke-width:2.45px;flex:none;width:15px;height:15px}.food-filter-chip.active{color:#fff;background:#4b006e;border-color:#0000;box-shadow:0 10px 26px #4b006e33}.food-filter-chip.active svg{color:#fff}.food-filter-chip:disabled{cursor:not-allowed;opacity:.55}.food-filter-chip.status.active{color:#fff;background:#059669;border-color:#0000;box-shadow:0 10px 26px #0596692e}.food-directory-tabs{background:#e2e8f09e;border:1px solid #e2e8f0c7;border-radius:25px;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;width:100%;padding:6px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffb8,0 10px 24px #0f172a0a}.food-directory-tab{isolation:isolate;color:#64748b;cursor:pointer;min-width:0;min-height:50px;font:inherit;box-shadow:none;background:0 0;border:0;border-radius:19px;justify-content:center;align-items:center;gap:7px;padding:10px 8px;font-weight:950;transition:background .18s,box-shadow .18s,color .18s,filter .18s;display:inline-flex;position:relative}.food-directory-tab-indicator{z-index:-1;border-radius:inherit;background:#fff;position:absolute;inset:0;box-shadow:0 10px 24px #0f172a14,inset 0 1px #fffffff0}.food-directory-tab svg{stroke-width:2.6px;flex:none;width:17px;height:17px}.food-directory-tab span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.food-directory-tab strong{min-width:26px;height:24px;color:inherit;background:#eef2f7;border-radius:999px;place-items:center;font-size:.76rem;font-weight:950;display:inline-grid}.food-directory-tab.active{color:#172033}.food-directory-tab.tab-food.active strong{color:#9a3412;background:#fed7aa}.food-directory-tab.tab-cafes.active strong{color:#1d4ed8;background:#dbeafe}.food-directory-tab.tab-retail.active strong{color:#047857;background:#d1fae5}.food-directory-tab.tab-food.active svg{color:#f59e0b}.food-directory-tab.tab-cafes.active svg{color:#2563eb}.food-directory-tab.tab-retail.active svg{color:#059669}.food-directory-tab:focus-visible,.food-filter-chip:focus-visible,.food-directory-back-button:focus-visible{outline-offset:2px;outline:3px solid #2563eb33}.food-directory-list{gap:12px;display:grid}.food-service-card{transform-origin:50%;background:#fff;border:1px solid #f1f5f9eb;border-radius:24px;grid-template-columns:70px minmax(0,1fr);gap:14px;padding:16px;display:grid;position:relative;overflow:hidden;box-shadow:0 2px 12px #00000008,inset 0 1px #ffffffeb}.food-service-card:after{content:"";pointer-events:none;background:#f8962d0f;border-radius:999px;width:136px;height:136px;position:absolute;top:-54px;right:-42px}.food-service-logo{z-index:1;color:#315cc9;background:#eef4ff;border-radius:20px;place-items:center;width:70px;height:70px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffffb3,0 8px 22px #0f172a0f}.food-service-logo span{z-index:1;letter-spacing:-.04em;font-size:1.02rem;font-weight:950;position:relative}.food-service-logo.has-image{background:#fff;padding:8px}.food-service-logo.has-image span{opacity:0}.food-service-logo img{object-fit:contain;width:calc(100% - 16px);height:calc(100% - 16px);position:absolute;inset:8px}.food-service-logo.boost{color:#228b44;background:#ecfdf3}.food-service-logo.chatime{color:#6b2fb8;background:#f4ecff}.food-service-logo.guzman{color:#d5550d;background:#fff1df}.food-service-logo.kenko{color:#c24161;background:#fff1f4}.food-service-logo.subway{color:#047857;background:#edfdf6}.food-service-logo.guzman.has-image{background:#ffd824;padding:5px}.food-service-logo.guzman img{width:calc(100% - 8px);height:calc(100% - 8px);inset:4px}.food-service-logo.subway.has-image{background:#009743}.food-service-logo.subway img{width:calc(100% - 12px);height:calc(100% - 20px);inset:10px 6px}.food-service-main{z-index:1;gap:7px;min-width:0;display:grid;position:relative}.food-service-title-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.food-service-title-row h2{color:#172033;letter-spacing:-.045em;min-width:0;margin:0;font-size:1.12rem;font-weight:950;line-height:1.04}.food-service-location{color:#617083;align-items:flex-start;gap:7px;margin:0;font-size:.86rem;font-weight:760;line-height:1.3;display:flex}.food-service-location svg{color:#f59e0b;stroke-width:2.6px;flex:none;width:15px;height:15px;margin-top:1px}.food-service-meta-row{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.food-status-chip,.food-hours-chip{color:#5d6c80;background:#f8fafc;border-radius:999px;align-items:center;gap:5px;max-width:100%;min-height:27px;padding:6px 8px;font-size:.7rem;font-weight:900;line-height:1;text-decoration:none;display:inline-flex}.food-status-chip svg,.food-hours-chip svg{stroke-width:2.7px;flex:none;width:12px;height:12px}.food-status-chip.open{color:#059669;background:#ecfdf5}.food-status-chip.closed{color:#b91c1c;background:#fef2f2}.food-status-chip.closed-soft{color:#f43f5e;background:#fff1f2}.food-hours-chip{text-overflow:ellipsis;white-space:nowrap;color:#6d28d9;background:#f5f3ff;overflow:hidden}.food-hours-chip.muted{color:#8a96a8;background:#f8fafc}.food-service-actions{border-top:1px solid #f1f5f9f2;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:5px;padding-top:11px;display:grid}.food-service-map-button{color:#486079;background:#f1f5f9;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:7px;min-width:0;min-height:36px;padding:0 10px;font-size:.8rem;font-weight:900;line-height:1;text-decoration:none;transition:border-color .18s,background .18s,color .18s,box-shadow .18s;display:inline-flex}.food-service-map-button.primary{color:#2563eb;background:#eff6ff}.food-service-map-button span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.food-service-map-button svg{stroke-width:2.6px;flex:none;width:14px;height:14px}.food-service-map-button:hover,.food-service-map-button:focus-visible{border-color:#2563eb1f;box-shadow:0 10px 18px #2563eb14}.food-service-map-button:focus-visible{outline-offset:3px;outline:3px solid #2563eb38}.food-directory-empty{color:#64748b;text-align:center;background:#ffffffc7;border:1px dashed #94a3b88c;border-radius:22px;padding:22px;font-weight:850}.food-service-card.skeleton{pointer-events:none}.food-service-card.skeleton .food-service-logo,.food-service-card.skeleton .food-service-main span{background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7) 0 0/180% 100%;border-radius:18px;animation:1.2s ease-in-out infinite food-skeleton}.food-service-card.skeleton .food-service-main span{width:100%;height:16px;display:block}.food-service-card.skeleton .food-service-main span:first-child{width:72%;height:22px}.food-service-card.skeleton .food-service-main span:last-child{width:54%}@keyframes food-skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}@media (width>=720px){.food-directory-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.app-shell.page-food{padding-right:max(12px, env(safe-area-inset-right));padding-left:max(12px, env(safe-area-inset-left))}.food-directory-hero{gap:10px;padding-top:6px}.food-directory-back-button{border-radius:15px;width:42px;height:42px}.food-directory-heading h1{font-size:clamp(1.55rem,8vw,2.25rem)}.food-directory-tab{gap:5px;min-height:44px;padding:9px 5px;font-size:.82rem}.food-directory-tab svg{width:14px;height:14px}.food-directory-tab strong{min-width:22px;height:22px;font-size:.7rem}.food-service-card{grid-template-columns:58px minmax(0,1fr);gap:12px;padding:14px}.food-service-logo{border-radius:18px;width:58px;height:58px}.food-service-title-row{display:grid}.food-service-title-row h2{font-size:1.05rem}.food-service-map-button{width:100%;min-height:35px;padding:0 8px;font-size:.74rem}}.app-shell.page-exams{background:#f8fafc;gap:0;padding-top:0;position:relative}.app-shell.page-exams .home-return-button{top:calc(16px + env(safe-area-inset-top));left:max(16px, env(safe-area-inset-left));z-index:35;grid-column:auto;position:absolute}.app-shell.page-exams:has(.exam-modal-overlay) .home-return-button{opacity:0;pointer-events:none;transform:translate(-8px)scale(.96)}body.exam-modal-open .app-shell.page-exams .home-return-button{opacity:0;visibility:hidden;pointer-events:none;transform:translate(-8px)scale(.96)}.app-shell.page-exams .page-content-motion{align-self:start}.exam-countdown-page{width:min(100%,1024px);padding:calc(84px + env(safe-area-inset-top)) 18px 42px;color:#0f172a;margin:0 auto;font-family:Inter,sans-serif}.exam-countdown-header{z-index:5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #e2e8f0e6;border-radius:22px;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:22px;padding:18px;display:flex;position:relative;box-shadow:0 10px 28px #0f172a0d}.exam-countdown-header-copy{gap:6px;display:grid}.exam-countdown-header-copy p{letter-spacing:.2em;text-transform:uppercase;color:#475569;margin:0;font-size:.72rem;font-weight:600}.exam-countdown-header-copy h1{letter-spacing:0;color:#0f172a;margin:0;font-size:1.7rem;font-weight:700}.exam-countdown-header-copy span{color:#475569;font-size:.95rem}.exam-add-button,.exam-primary-button,.exam-secondary-button,.exam-danger-button{min-height:48px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:0 18px;font-weight:600;transition:transform .22s,box-shadow .22s,border-color .22s,background-color .22s,color .22s;display:inline-flex}.exam-add-button,.exam-primary-button{color:#fff;background:#4f46e5;box-shadow:0 10px 24px #4f46e533}.exam-add-button:hover,.exam-add-button:focus-visible,.exam-primary-button:hover,.exam-primary-button:focus-visible{background:#4338ca;transform:translateY(-1px)}.exam-secondary-button{color:#334155;background:#fff;border-color:#cbd5e1;box-shadow:0 2px 12px #00000008}.exam-secondary-button:hover,.exam-secondary-button:focus-visible{color:#4f46e5;border-color:#c7d2fe}.exam-danger-button{color:#fff;background:#dc2626;box-shadow:0 10px 24px #dc26262e}.exam-danger-button:hover,.exam-danger-button:focus-visible{background:#b91c1c;transform:translateY(-1px)}.exam-countdown-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:12px;display:grid}.exam-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;gap:14px;padding:18px;display:grid;position:relative;overflow:hidden;box-shadow:0 2px 12px #00000008}.exam-card.urgent{background:#fef2f24d;border-color:#fecaca}.exam-urgent-strip{background:#f87171;height:4px;position:absolute;inset:0 0 auto}.exam-card-top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.exam-card-title-row{align-items:center;gap:10px;min-width:0;display:inline-flex}.exam-card-title-row h2{letter-spacing:0;text-transform:uppercase;color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}.exam-card.urgent .exam-card-title-row h2{color:#b91c1c}.exam-delete-button{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;flex-shrink:0;place-items:center;width:36px;height:36px;transition:color .22s,background-color .22s;display:grid}.exam-delete-button:hover,.exam-delete-button:focus-visible{color:#dc2626;background:#fef2f2}.exam-delete-button svg,.exam-card-meta svg,.exam-add-button svg,.exam-primary-button svg,.exam-secondary-button svg,.exam-danger-button svg{width:14px;height:14px}.exam-card-meta{gap:8px;display:grid}.exam-card-meta span{color:#475569;align-items:center;gap:10px;font-size:.9rem;display:inline-flex}.exam-card-meta strong{font-weight:500}.exam-card.urgent .exam-card-meta,.exam-card.urgent .exam-card-meta strong{color:#b45309}.exam-card-divider{border-top:1px solid #f1f5f9;padding-top:2px}.exam-countdown-block{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.exam-countdown-unit{text-align:center;gap:6px;display:grid}.exam-countdown-unit strong{letter-spacing:0;color:#0f172a;font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:700}.exam-countdown-unit span{letter-spacing:.18em;text-transform:uppercase;color:#64748b;font-size:.65rem;font-weight:600}.exam-card.urgent .exam-countdown-unit strong{color:#b91c1c}.exam-card.urgent .exam-countdown-unit span{color:#ef4444}.exam-urgent-dot-wrap{flex-shrink:0;width:10px;height:10px;position:relative}.exam-urgent-dot-ping,.exam-urgent-dot{background:#ef4444;border-radius:999px;position:absolute;inset:0}.exam-urgent-dot-ping{opacity:.4;animation:1.4s ease-out infinite exam-dot-ping}.exam-empty-state{text-align:center;align-content:center;justify-items:center;gap:12px;min-height:58vh;display:grid}.exam-empty-icon{color:#64748b;background:#f1f5f9;border-radius:999px;place-items:center;width:84px;height:84px;display:grid}.exam-empty-icon svg{width:34px;height:34px}.exam-empty-state h2{letter-spacing:0;margin:0;font-size:1.25rem;font-weight:700}.exam-empty-state p{color:#64748b;max-width:28rem;margin:0}.exam-modal-overlay{z-index:80;width:100vw;min-height:100dvh;padding:max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));overscroll-behavior:contain;touch-action:none;-webkit-backdrop-filter:blur(12px)saturate(1.1);backdrop-filter:blur(12px)saturate(1.1);background:radial-gradient(circle at 50% 18%,#6366f12e,#0000 32%),#0f172a6b;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.exam-modal{overscroll-behavior:contain;touch-action:auto;background:linear-gradient(#fffffffa,#f8fafcf7),radial-gradient(circle at 100% 0,#4f46e51f,#0000 44%);border:1px solid #ffffffb8;border-radius:28px;gap:16px;width:min(100vw - 32px,30rem);max-height:min(720px,100dvh - 32px);padding:22px;display:grid;overflow-y:auto;box-shadow:0 28px 70px #0f172a38,inset 0 1px #fffffff2}@supports not (height:100dvh){.exam-modal{max-height:calc(100vh - 32px)}}.exam-modal-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.exam-modal-head p{letter-spacing:.18em;text-transform:uppercase;color:#64748b;margin:0 0 4px;font-size:.7rem;font-weight:600}.exam-modal-head h2{letter-spacing:0;margin:0;font-size:1.35rem;font-weight:700}.exam-modal-step{gap:14px;display:grid}.exam-field{gap:8px;display:grid}.exam-field span{letter-spacing:.18em;text-transform:uppercase;color:#64748b;font-size:.72rem;font-weight:600}.exam-field input{width:100%;min-height:52px;font:inherit;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:16px;padding:0 15px}.exam-field input:focus-visible{border-color:#4f46e5;outline:none;box-shadow:0 0 0 4px #6366f11f}.exam-field-time{background:linear-gradient(#eef2ffc7,#ffffffe6),radial-gradient(circle at 0 0,#4f46e51f,#0000 45%);border:1px solid #c7d2feb8;border-radius:20px;padding:14px;overflow:hidden}.exam-field-time input{text-align:center;letter-spacing:.03em;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;border-color:#c7d2fee6;border-radius:18px;min-height:60px;font-family:JetBrains Mono,monospace;font-size:1.45rem;font-weight:700}.exam-field-time small{color:#64748b;font-size:.78rem;line-height:1.35}.exam-modal-error{color:#b91c1c;background:#fef2f2f2;border-radius:16px;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.exam-modal-error p{margin:0;font-size:.92rem}.exam-modal-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.exam-confirm-card{overscroll-behavior:contain;touch-action:auto;text-align:center;background:#fff;border:1px solid #ffffffc7;border-radius:28px;justify-items:center;gap:16px;width:min(100vw - 32px,24rem);max-height:calc(100dvh - 32px);padding:24px;display:grid;overflow-y:auto;box-shadow:0 28px 70px #0f172a38}.exam-confirm-icon{color:#dc2626;background:#fef2f2;border-radius:999px;place-items:center;width:58px;height:58px;display:grid}.exam-confirm-icon svg{width:24px;height:24px}.exam-confirm-copy{gap:5px;display:grid}.exam-confirm-copy p{color:#dc2626;letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.exam-confirm-copy h2{color:#0f172a;margin:0;font-size:1.5rem;font-weight:700}.exam-confirm-copy span{color:#64748b;font-size:.92rem;line-height:1.45}@keyframes exam-dot-ping{0%{opacity:.4;transform:scale(1)}70%{opacity:0;transform:scale(2.2)}to{opacity:0;transform:scale(2.2)}}@media (width>=640px){.exam-countdown-page{padding-left:24px;padding-right:24px}.exam-countdown-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}@media (width>=760px){.app-shell.page-exams .home-return-button{top:calc(20px + env(safe-area-inset-top));left:max(20px, env(safe-area-inset-left))}.exam-countdown-page{padding-top:calc(92px + env(safe-area-inset-top))}}@media (width>=1024px){.exam-countdown-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=639px){.exam-countdown-page{padding-top:calc(76px + env(safe-area-inset-top))}.exam-countdown-header{flex-direction:column;align-items:stretch;padding:16px}.exam-countdown-header-copy h1{font-size:1.45rem}.exam-countdown-unit strong{font-size:1.28rem}.exam-modal{border-radius:24px;width:min(100vw - 28px,28rem);max-height:calc(100dvh - 28px);padding:18px}.exam-modal-actions{grid-template-columns:1fr}.exam-modal-overlay{padding:max(14px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(14px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left))}.exam-field-time input{font-size:1.28rem}}.app-shell.page-board .hero-panel{background:radial-gradient(circle at 90% 16%,#ffffffad,#0000 30%),linear-gradient(135deg,#fff0f5 0%,#e6e6fa 100%);border-color:#4a207521;box-shadow:inset 0 1px #ffffffd1,0 22px 46px #4a20751c}.app-shell.page-board .hero-glow{opacity:.36}.app-shell.page-board .hero-glow-top{background:#ffffffb8}.app-shell.page-board .hero-glow-bottom{background:#9770cd2e}.app-shell.page-board .hero-topbar{grid-template-columns:minmax(0,1fr);align-items:start}.app-shell.page-board .brand-copy{gap:11px}.app-shell.page-board .brand-copy-top{gap:5px;display:grid}.app-shell.page-board .brand-copy-top .eyebrow{color:#4a2075;letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:clamp(.78rem,3vw,1.02rem);font-weight:950;line-height:1.1}.app-shell.page-board .hero-action-group{z-index:10;justify-content:space-between;align-items:stretch;gap:8px;width:100%;padding-bottom:4px;display:flex;position:relative}.app-shell.page-board .live-planner-shortcut,.app-shell.page-board .stop-control,.app-shell.page-board .ferry-control{text-transform:none;color:#4a2075;background:#f2eef7;border:1px solid #4a20750d;border-radius:12px;justify-content:center;align-items:center;gap:6px;min-width:0;min-height:36px;padding:0 6px;font-size:.68rem;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 4px 12px #4a20750f}.app-shell.page-board .live-planner-shortcut{letter-spacing:0;flex:.9 1 0;transform:none}.app-shell.page-board .stop-control{flex:1.2 1 0}.app-shell.page-board .live-planner-shortcut svg{opacity:.8;flex:none;width:14px;height:14px}.app-shell.page-board .live-planner-shortcut:hover,.app-shell.page-board .live-planner-shortcut:focus-visible,.app-shell.page-board .stop-control:hover,.app-shell.page-board .stop-control:focus-visible,.app-shell.page-board .ferry-control:hover,.app-shell.page-board .ferry-control:focus-visible{background:#eae4f2;border-color:#4a207514;transform:none;box-shadow:0 5px 14px #4a207514}.app-shell.page-board .stop-control-icon,.app-shell.page-board .stop-control-arrow{color:#4a2075;width:14px;height:14px;box-shadow:none;opacity:.8;background:0 0;flex:none}.app-shell.page-board .stop-control-label{color:#4a2075;min-width:0;font-size:inherit;font-weight:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-shell.page-board .action-button-text,.app-shell.page-board .ferry-control-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.app-shell.page-board .ferry-control{isolation:isolate;flex:1.3 1 0;position:relative;overflow:hidden}.app-shell.page-board .ferry-control-shimmer{z-index:0;background:linear-gradient(90deg,#0000,#4a20751f,#0000);width:48%;position:absolute;top:-50%;bottom:-50%;left:-70%;transform:translate(-140%)skew(-30deg)}.app-shell.page-board .ferry-control:hover .ferry-control-shimmer,.app-shell.page-board .ferry-control:focus-visible .ferry-control-shimmer{animation:1.5s ease-in-out infinite ferry-control-shimmer}.app-shell.page-board .ferry-control>span:not(.ferry-control-shimmer){z-index:1;position:relative}.app-shell.page-board .ferry-control-icon{color:#4a2075;filter:none;opacity:.8;background:0 0;flex:none;width:18px;height:18px}.app-shell.page-board .ferry-control-icon svg{width:12px;height:12px}.app-shell.page-board .ferry-control-route{color:#4a2075;letter-spacing:.08em;background:#4a207514;border-radius:4px;flex:none;padding:3px 5px;font-size:.56rem;font-weight:950}@keyframes ferry-control-shimmer{0%{transform:translate(-150%)skew(-30deg)}to{transform:translate(430%)skew(-30deg)}}@media (width>=640px){.app-shell.page-board .live-planner-shortcut,.app-shell.page-board .stop-control,.app-shell.page-board .ferry-control{font-size:.75rem}}@media (width<=360px){.app-shell.page-board .hero-action-group{gap:6px}.app-shell.page-board .live-planner-shortcut,.app-shell.page-board .stop-control,.app-shell.page-board .ferry-control{gap:4px;padding-left:5px;padding-right:5px}}.app-shell.page-board .controls-panel{background:#fffffff0;border-color:#4a207514;padding:12px;box-shadow:0 14px 32px #36264312}.bus-route-filter{gap:11px;min-width:0;display:grid}.bus-route-filter-head{justify-content:space-between;align-items:end;gap:12px;padding:0 3px;display:flex}.bus-route-filter-head>div{gap:3px;min-width:0;display:grid}.bus-route-filter-head>div>span{color:#88788f;letter-spacing:.1em;text-transform:uppercase;font-size:.6rem;font-weight:900}.bus-route-filter-head strong{color:#302737;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:950;overflow:hidden}.bus-route-filter-loading{color:#725b80;white-space:nowrap;align-items:center;gap:5px;font-size:.58rem;font-weight:800;display:inline-flex}.bus-route-filter-loading svg{width:12px;height:12px;animation:.9s linear infinite spin}.bus-route-chip-list{scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:none;gap:7px;min-width:0;padding:1px 3px 5px;display:flex;overflow-x:auto}.bus-route-chip-list::-webkit-scrollbar{display:none}.bus-route-chip{color:#67596f;cursor:pointer;min-width:0;min-height:42px;font:inherit;scroll-snap-align:start;background:#f7f5f8;border:1px solid #4b395817;border-radius:14px;flex:none;justify-content:center;align-items:center;gap:7px;padding:0 12px;transition:background .18s,border-color .18s,box-shadow .18s,color .18s;display:inline-flex}.bus-route-chip:hover,.bus-route-chip:focus-visible{color:#51247a;background:#f0ebf4;border-color:#51247a2e;outline:none}.bus-route-chip:focus-visible{box-shadow:0 0 0 3px #51247a1a}.bus-route-chip.selected{color:#fff;background:#51247a;border-color:#51247a;box-shadow:0 8px 16px #51247a2e}.bus-route-chip:disabled{cursor:wait;opacity:.56}.bus-route-chip-label{justify-content:center;min-width:22px;font-size:.74rem;font-weight:950;display:inline-flex}.bus-route-chip .route-token-icon{width:13px;height:13px}.bus-route-chip small{color:#82718b;background:#51247a14;border-radius:999px;place-items:center;min-width:19px;min-height:19px;padding:0 5px;font-size:.52rem;font-weight:900;display:inline-grid}.bus-route-chip.selected small{color:#ffffffdb;background:#ffffff29}@media (width<=520px){.app-shell.page-board .controls-panel{padding:11px 9px 8px}.bus-route-filter-head{padding-inline:5px}.bus-route-chip{min-height:40px;padding-inline:11px}}@media (prefers-reduced-motion:reduce){.bus-route-filter-loading svg{animation:none}.bus-route-chip-list{scroll-behavior:auto}}.app-shell.page-board .uq-stop-quick-selector{background:#ffffff7a;border:1px solid #4a207514;border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:100%;padding:5px;display:grid;box-shadow:inset 0 1px #ffffffb8}.app-shell.page-board .uq-stop-quick-selector button{color:#725f7f;cursor:pointer;min-width:0;min-height:48px;font:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:9px;padding:7px 10px;transition:background .18s,border-color .18s,box-shadow .18s,color .18s,transform .18s;display:flex}.app-shell.page-board .uq-stop-quick-selector button:hover,.app-shell.page-board .uq-stop-quick-selector button:focus-visible{color:#4a2075;background:#ffffffb3;outline:none}.app-shell.page-board .uq-stop-quick-selector button:focus-visible{box-shadow:0 0 0 3px #51247a1f}.app-shell.page-board .uq-stop-quick-selector button.selected{color:#4a2075;background:#fff;border-color:#51247a1f;box-shadow:0 8px 18px #4a20751a}.uq-stop-choice-dot{opacity:.42;border:2px solid;border-radius:999px;flex:none;width:9px;height:9px}.uq-stop-quick-selector button.selected .uq-stop-choice-dot{opacity:1;background:#6f2c91;border-color:#fff;box-shadow:0 0 0 2px #6f2c91,0 0 0 5px #6f2c911a}.uq-stop-quick-selector button>span:last-child{gap:3px;min-width:0;display:grid}.uq-stop-quick-selector strong,.uq-stop-quick-selector small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.uq-stop-quick-selector strong{letter-spacing:-.025em;font-size:.74rem;font-weight:950}.uq-stop-quick-selector small{color:#95879d;font-size:.55rem;font-weight:750}.app-shell.page-board .board-heading-copy,.app-shell.page-board .mini-board-heading{gap:3px;min-width:0;display:grid}.app-shell.page-board .board-heading-copy p{margin:0}.app-shell.page-board .board-heading-copy>span,.app-shell.page-board .mini-board-heading small{color:#ffffff94;letter-spacing:0;font-size:.59rem;font-weight:700;line-height:1.25}.app-shell.page-board .mini-board-heading{gap:2px}@media (width<=360px){.app-shell.page-board .uq-stop-quick-selector button{gap:7px;padding-inline:8px}.uq-stop-quick-selector strong{font-size:.7rem}.uq-stop-quick-selector small{font-size:.52rem}}.app-shell.page-home{background:#f5f4f7;max-width:480px}.campus-home-page{background:radial-gradient(circle at 88% 0,#51247a1a,#0000 24%),#f5f4f7;min-height:100dvh;overflow:auto}.campus-home-hero{padding:calc(24px + env(safe-area-inset-top)) 20px 17px;box-shadow:none;background:0 0;border:0;border-radius:0}.campus-home-meta{margin:0 0 7px}.campus-home-location{color:#786581;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:8px;font-size:.61rem;font-weight:900;display:inline-flex}.campus-home-location:before{content:"";background:#6f2c91;border-radius:999px;width:6px;height:6px;box-shadow:0 0 0 4px #6f2c911a}.campus-home-hero h1{color:#2d1739;letter-spacing:-.06em;max-width:none;margin:0;font-size:clamp(1.72rem,7.7vw,2.16rem);font-weight:950;line-height:1}.campus-home-dashboard{padding:0 14px calc(22px + env(safe-area-inset-bottom));align-content:start;gap:12px;display:grid}.home-conditions-card{--weather-a:#2e7db8;--weather-b:#72b8d8;isolation:isolate;background:radial-gradient(circle at 92% 4%, #ffffff2e, transparent 34%), linear-gradient(140deg, var(--weather-a), var(--weather-b));color:#fff;border:1px solid #ffffff57;border-radius:24px;grid-template-columns:minmax(0,1.05fr) minmax(0,1.15fr);align-items:center;gap:11px;min-height:112px;padding:14px;display:grid;position:relative;overflow:hidden;box-shadow:0 15px 30px #23699533,inset 0 1px #ffffff2e}.home-conditions-card:after{z-index:-1;content:"";background:#ffffff14;border-radius:999px;width:142px;height:142px;position:absolute;bottom:-73px;right:-42px}.home-conditions-card.weather-cloudy,.home-conditions-card.weather-foggy{--weather-a:#547186;--weather-b:#8eabb9}.home-conditions-card.weather-rainy{--weather-a:#285b83;--weather-b:#588fb2}.home-conditions-card.weather-stormy{--weather-a:#344554;--weather-b:#617485}.home-conditions-card.weather-sunny .home-weather-orb{color:#ffe28a;background:#ffdd6f33;border-color:#ffe68d57}.home-conditions-card.weather-rainy .home-weather-orb{color:#d7f0ff}.home-weather-primary{align-items:center;gap:10px;min-width:0;display:flex}.home-weather-orb{background:#ffffff1f;border:1px solid #ffffff2e;border-radius:16px;flex:none;place-items:center;width:48px;height:48px;animation:4.5s ease-in-out infinite home-weather-float;display:grid}.home-weather-orb svg{filter:drop-shadow(0 4px 6px #1e0c2f33);width:25px;height:25px}.home-weather-copy{gap:2px;min-width:0;display:grid}.home-weather-copy>small,.home-condition-metric small{color:#ffffff91;letter-spacing:.06em;text-transform:uppercase;font-size:.5rem;font-weight:900}.home-weather-reading{align-items:baseline;gap:5px;min-width:0;display:flex}.home-weather-reading strong{letter-spacing:-.07em;font-size:1.74rem;font-weight:900;line-height:1}.home-weather-reading sup{vertical-align:top;font-size:.72rem}.home-weather-reading span{color:#ffffffe6;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;font-weight:850;overflow:hidden}.home-conditions-metrics{grid-template-columns:minmax(0,1fr);gap:7px;min-width:0;display:grid}.home-condition-metric{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:13px;align-items:center;gap:7px;min-width:0;padding:10px 8px;display:flex}.home-condition-metric-icon{background:#ffffff1a;border-radius:8px;flex:none;place-items:center;width:26px;height:26px;display:grid}.home-condition-metric-icon svg{width:14px;height:14px}.home-condition-metric>span:last-child{gap:1px;min-width:0;display:grid}.home-condition-metric small{color:#ffffffb3;font-size:.56rem}.home-condition-metric strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;font-weight:900;overflow:hidden}.air-tone-good .home-condition-metric-icon{color:#a8f2c8}.air-tone-moderate .home-condition-metric-icon,.air-tone-sensitive .home-condition-metric-icon{color:#ffe08a}.air-tone-unhealthy .home-condition-metric-icon,.air-tone-hazardous .home-condition-metric-icon{color:#ffaaa3}.home-weather-attribution{color:#ffffff70;letter-spacing:.03em;font-size:.43rem;font-weight:700;position:absolute;bottom:6px;right:13px}.campus-home-actions.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0;display:grid;overflow:visible}.campus-home-actions.compact .campus-home-card{--card-color:#2469cc;background:#fff;border:1px solid #322b380f;border-radius:23px;flex-direction:column;justify-content:space-between;align-items:stretch;gap:12px;min-height:142px;padding:14px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 23px #30283712}.campus-home-actions.compact .campus-home-card.study{--card-color:#7c3db4}.campus-home-actions.compact .campus-home-card.foodie{--card-color:#df8217}.campus-home-actions.compact .campus-home-card.foodie .campus-home-icon{color:#fff;background:linear-gradient(145deg,#ffb42a 0%,#f26442 78%);position:relative;overflow:hidden;box-shadow:0 8px 18px #df65343d}.campus-home-actions.compact .campus-home-card.foodie .campus-home-icon svg{z-index:1;position:relative}.campus-home-actions.compact .campus-home-card:after{background:color-mix(in srgb, var(--card-color) 8%, transparent);content:"";border-radius:999px;width:102px;height:102px;transition:transform .26s;position:absolute;bottom:-46px;right:-34px}.campus-home-actions.compact .campus-home-card:hover,.campus-home-actions.compact .campus-home-card:focus-visible{border-color:color-mix(in srgb, var(--card-color) 18%, white);background:#fff;box-shadow:0 16px 32px #3028371f}.campus-home-actions.compact .campus-home-card:hover:after,.campus-home-actions.compact .campus-home-card:focus-visible:after{transform:scale(1.28)}.campus-home-card-top{justify-content:space-between;align-items:flex-start;gap:7px;display:flex}.campus-home-actions.compact .campus-home-icon{background:color-mix(in srgb, var(--card-color) 11%, white);width:43px;height:43px;color:var(--card-color);border-radius:14px;place-items:center;display:grid}.campus-home-actions.compact .campus-home-icon svg{width:20px;height:20px}.campus-home-card-status{color:#95899c;align-items:center;gap:5px;padding-top:5px;font-size:.5rem;font-weight:850;display:inline-flex}.campus-home-card-status i{background:var(--card-color);width:5px;height:5px;box-shadow:0 0 0 3px color-mix(in srgb, var(--card-color) 10%, transparent);border-radius:999px;animation:2.1s ease-in-out infinite home-live-pulse}.campus-home-actions.compact .campus-home-card-copy{gap:4px;display:grid}.campus-home-actions.compact .campus-home-card-copy strong{color:#29222e;letter-spacing:-.045em;white-space:normal;font-size:1.08rem;font-weight:950;line-height:1.02}.campus-home-actions.compact .campus-home-card-copy span{color:#817587;max-width:120px;font-size:.64rem;font-weight:720;line-height:1.3}.campus-community-option{min-height:70px;color:inherit;cursor:pointer;font:inherit;text-align:left;background:radial-gradient(circle at 100% 0,#29977317,#0000 42%),#fff;border:1px solid #1b6f5517;border-radius:19px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:10px 12px;display:grid;position:relative;overflow:hidden;box-shadow:0 9px 22px #30283711}.campus-community-icon{color:#14765e;background:#e3f3ed;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.campus-community-icon svg{width:20px;height:20px}.campus-community-copy{gap:3px;min-width:0;display:grid}.campus-community-copy strong{color:#26332f;letter-spacing:-.035em;font-size:.86rem;font-weight:950}.campus-community-copy span{color:#7d8d88;font-size:.56rem;font-weight:750}.campus-community-status{color:#21775f;background:#edf7f3;border-radius:999px;align-items:center;gap:5px;padding:5px 7px;font-size:.48rem;font-weight:900;display:inline-flex}.campus-community-status i{background:#1d9c76;border-radius:999px;width:5px;height:5px;box-shadow:0 0 0 3px #1d9c761a}.campus-community-option:hover,.campus-community-option:focus-visible{border-color:#14765e33;outline:none;box-shadow:0 14px 28px #2156461c}.campus-trip-section{gap:10px;display:grid}.campus-trip-head{justify-content:space-between;align-items:center;padding:0 3px;display:flex}.campus-trip-head span{color:#29222e;letter-spacing:-.02em;font-size:.82rem;font-weight:950}.campus-trip-head small{color:#968a9b;font-size:.55rem;font-weight:800}.campus-trip-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.campus-trip-option{--trip-color:#138b96;cursor:pointer;min-height:142px;font:inherit;text-align:left;background:#fff;border:1px solid #322b380f;border-radius:23px;flex-direction:column;justify-content:space-between;align-items:stretch;gap:12px;padding:14px;transition:border-color .22s,box-shadow .22s,transform .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 23px #30283712}.campus-trip-option:before{background:var(--trip-color);content:"";border-radius:23px 0 0 23px;width:4px;display:none;position:absolute;top:0;bottom:0;left:0;transform:scaleY(.56)}.campus-trip-option:after{background:color-mix(in srgb, var(--trip-color) 7%, transparent);content:"";border-radius:999px;width:102px;height:102px;transition:transform .26s;position:absolute;bottom:-46px;right:-34px}.campus-trip-option.airport{--trip-color:#3478c7}.campus-trip-option.gold-coast .campus-trip-icon{color:#b77900;background:#fff0b8;box-shadow:inset 0 0 0 1px #dca71921}.campus-trip-option.gold-coast .campus-trip-status i{background:#e8ad18;box-shadow:0 0 0 3px #e8ad1821}.campus-trip-option.airport .campus-trip-icon{color:#3478c7;background:#e6f0ff}.campus-trip-option.airport .campus-trip-status i{background:#4b8fe0;box-shadow:0 0 0 3px #4b8fe021}.campus-trip-icon{background:color-mix(in srgb, var(--trip-color) 11%, white);width:43px;height:43px;color:var(--trip-color);border-radius:14px;flex:none;place-items:center;display:grid}.campus-trip-icon svg{width:20px;height:20px}.campus-trip-copy{gap:4px;display:grid}.campus-trip-copy strong{color:#29222e;letter-spacing:-.035em;font-size:1.08rem;font-weight:950}.campus-trip-copy>span{color:#817587;max-width:120px;font-size:.64rem;font-weight:720;line-height:1.3}.campus-trip-status{color:#95899c;align-items:center;gap:5px;font-size:.5rem;font-weight:850;display:inline-flex;position:absolute;top:19px;right:14px}.campus-trip-status i{background:var(--trip-color);width:5px;height:5px;box-shadow:0 0 0 3px color-mix(in srgb, var(--trip-color) 10%, transparent);border-radius:999px;animation:2.1s ease-in-out infinite home-live-pulse}.campus-trip-option:hover,.campus-trip-option:focus-visible{border-color:color-mix(in srgb, var(--trip-color) 18%, white);outline:0;transform:translateY(-1px);box-shadow:0 16px 32px #3028371f}.campus-trip-option:hover:after,.campus-trip-option:focus-visible:after{transform:scale(1.22)}.campus-home-card:hover .campus-home-icon.bus svg,.campus-home-card:focus-visible .campus-home-icon.bus svg{animation:.6s ease-in-out home-bus-move}@keyframes home-live-pulse{0%,to{opacity:.7;transform:scale(.88)}50%{opacity:1;transform:scale(1.1)}}@keyframes home-weather-float{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-3px)rotate(2deg)}}@keyframes home-bus-move{0%,to{transform:translate(0)}45%{transform:translate(5px)}46%{opacity:0;transform:translate(-6px)}60%{opacity:1}}@media (width<=430px){.app-shell.page-home{max-width:none;box-shadow:none}.campus-home-actions.compact{grid-template-columns:1fr}.campus-home-actions.compact .campus-home-card{border-radius:22px;grid-template-rows:1fr;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;min-height:92px;padding:12px 13px;display:grid}.campus-home-actions.compact .campus-home-card:before{background:var(--card-color);content:"";border-radius:22px 0 0 22px;width:4px;position:absolute;top:0;bottom:0;left:0;transform:scaleY(.56)}.campus-home-actions.compact .campus-home-card:after{width:125px;height:125px;bottom:-64px;right:-38px}.campus-home-card-top{display:contents}.campus-home-actions.compact .campus-home-icon{border-radius:16px;grid-area:1/1;width:48px;height:48px}.campus-home-card-status{padding:0;position:absolute;top:11px;right:14px}.campus-home-actions.compact .campus-home-card-copy{grid-area:1/2;padding-top:4px}.campus-home-actions.compact .campus-home-card-copy strong{font-size:1.05rem}.campus-home-actions.compact .campus-home-card-copy span{max-width:none;font-size:.69rem}.campus-trip-actions{grid-template-columns:1fr}.campus-trip-option{border-radius:22px;grid-template-rows:1fr;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;min-height:92px;padding:12px 13px;display:grid}.campus-trip-option:before{border-radius:22px 0 0 22px;display:block}.campus-trip-option:after{width:125px;height:125px;bottom:-64px;right:-38px}.campus-trip-icon{border-radius:16px;width:48px;height:48px}.campus-trip-copy{padding-top:4px}.campus-trip-copy strong{font-size:1.05rem}.campus-trip-copy>span{max-width:none;font-size:.69rem}.campus-trip-status{top:11px;right:14px}}@media (width<=350px){.home-conditions-card{grid-template-columns:minmax(0,1fr);gap:10px;padding-bottom:17px}.home-weather-orb{width:42px;height:42px}.home-weather-reading span{max-width:55px}.home-conditions-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=540px){.app-shell.page-home{border-radius:36px;margin-block:24px}.campus-home-page{border-radius:inherit;min-height:min(100dvh - 48px,680px)}}@media (prefers-reduced-motion:reduce){.home-weather-orb,.campus-home-card-status i,.campus-trip-status i,.campus-home-card:hover .campus-home-icon.bus svg,.campus-home-card:focus-visible .campus-home-icon.bus svg{animation:none}}.transport-navigation-shell{top:max(8px, env(safe-area-inset-top));z-index:35;grid-template-columns:52px minmax(0,1fr);align-items:stretch;gap:8px;width:min(100%,530px);margin:0 auto;display:grid;position:sticky}.transport-mode-nav{-webkit-backdrop-filter:blur(22px)saturate(1.22);background:#ffffffed;border:1px solid #402c5417;border-radius:19px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;width:100%;min-height:52px;margin:0;padding:4px;display:grid;box-shadow:0 14px 34px #35224c1a,inset 0 1px #ffffffeb}.transport-mode-nav button{isolation:isolate;color:#6f6579;cursor:pointer;min-width:0;min-height:44px;font:inherit;background:0 0;border:0;border-radius:15px;justify-content:center;align-items:center;gap:7px;padding:0 10px;font-size:.75rem;font-weight:900;transition:background .24s cubic-bezier(.22,1,.36,1),color .24s cubic-bezier(.22,1,.36,1),transform .24s cubic-bezier(.22,1,.36,1);display:inline-flex;position:relative;overflow:hidden}.transport-mode-nav button:not(.active):hover,.transport-mode-nav button:not(.active):focus-visible{color:#51247a;background:#f5f1f8;outline:none}.transport-mode-nav button.active{color:#fff;background:0 0}.transport-mode-nav button.active:focus-visible{outline-offset:2px;outline:2px solid #51247a52}.transport-mode-active-pill{z-index:0;border-radius:inherit;background:#51247a;position:absolute;inset:0;box-shadow:0 8px 18px #51247a33}.transport-mode-nav.active-ferry .transport-mode-active-pill{background:#075985;box-shadow:0 8px 18px #07598538}.transport-mode-nav.active-train .transport-mode-active-pill{background:#315fc4;box-shadow:0 8px 18px #315fc438}.transport-mode-nav.active-gold-coast .transport-mode-active-pill{background:#087f5b;box-shadow:0 8px 18px #087f5b38}.transport-mode-nav.active-airport .transport-mode-active-pill{background:#155e75;box-shadow:0 8px 18px #155e7538}.transport-mode-nav button>svg,.transport-mode-label{z-index:1;position:relative}.transport-mode-label-short{display:none}.transport-home-button{color:#4e4658;cursor:pointer;-webkit-backdrop-filter:blur(22px)saturate(1.22);background:#fffffff5;border:1px solid #402c5417;border-radius:18px;place-items:center;width:52px;min-height:52px;padding:0;transition:background .18s,box-shadow .18s,color .18s,transform .18s;display:grid;box-shadow:0 12px 28px #35224c1f,inset 0 1px #fffffff0}.transport-home-label{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.transport-home-button:hover,.transport-home-button:focus-visible{color:#51247a;background:#fff;outline:none;transform:translateY(-1px);box-shadow:0 15px 32px #35224c29,0 0 0 3px #51247a1a}.transport-home-button:active{transform:scale(.96)}.transport-home-button svg{width:20px;height:20px}.transport-mode-nav svg{flex:none;width:18px;height:18px}.ferry-page>.transport-navigation-shell{top:max(8px, env(safe-area-inset-top));margin-top:calc(10px + env(safe-area-inset-top));flex:none;margin-bottom:10px}.travel-page>.transport-navigation-shell,.train-page>.transport-navigation-shell{margin-top:calc(10px + env(safe-area-inset-top));margin-bottom:2px}@media (width<=620px){.transport-navigation-shell{grid-template-columns:48px minmax(0,1fr);gap:6px}.transport-home-button{border-radius:17px;width:48px;min-height:58px}.transport-mode-nav{border-radius:18px;gap:1px;min-height:58px;padding:3px}.transport-mode-nav button{border-radius:14px;flex-direction:column;gap:2px;min-height:50px;padding:3px 1px;font-size:.56rem;line-height:1}.transport-mode-nav svg{width:17px;height:17px}.transport-mode-label-full{display:none}.transport-mode-label-short{display:inline}}body[data-page=train]{background:linear-gradient(#f9fbff 0%,#edf3ff 100%)}.app-shell.page-train{max-width:860px}.train-page{gap:14px;display:grid}.train-station-panel{background:#fffffff0;border:1px solid #344b7814;border-radius:24px;min-width:0;padding:16px;overflow:hidden;box-shadow:0 16px 38px #32487014}.train-station-panel-head{justify-content:space-between;align-items:center;gap:14px;margin-bottom:13px;display:flex}.train-station-panel-head>div{gap:3px;min-width:0;display:grid}.train-station-panel-head>div>span{color:#65799e;letter-spacing:.1em;text-transform:uppercase;font-size:.61rem;font-weight:900}.train-station-panel-head strong{color:#1d2d49;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:900;overflow:hidden}.train-add-station{color:#315fc4;cursor:pointer;min-height:38px;font:inherit;background:#eef3ff;border:1px solid #d8e2f5;border-radius:12px;flex:none;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:.68rem;font-weight:900;transition:background .18s,border-color .18s,transform .18s;display:inline-flex}.train-add-station:hover,.train-add-station:focus-visible,.train-add-station.active{background:#e3ebfc;border-color:#b9caec;outline:none}.train-add-station:active{transform:scale(.97)}.train-add-station svg{width:15px;height:15px}.train-saved-stations{scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:none;gap:8px;min-width:0;padding:1px 1px 4px;display:flex;overflow-x:auto}.train-saved-stations::-webkit-scrollbar{display:none}.train-empty-stations{color:#748198;text-align:center;background:#f8faff;border:1px dashed #d5dfef;border-radius:12px;width:100%;margin:0;padding:9px 10px;font-size:.67rem;font-weight:750}.train-saved-station{color:#60708f;scroll-snap-align:start;background:#f7f9fc;border:1px solid #e0e7f3;border-radius:14px;flex:none;align-items:stretch;min-height:42px;transition:background .18s,border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.train-saved-station.active{color:#fff;background:#315fc4;border-color:#315fc4;box-shadow:0 9px 20px #315fc433}.train-saved-station-select,.train-saved-station-remove{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0}.train-saved-station-select{white-space:nowrap;align-items:center;gap:7px;min-height:42px;padding:0 6px 0 12px;font-size:.7rem;font-weight:900;display:inline-flex}.train-saved-station-select svg{width:15px;height:15px}.train-saved-station-remove{opacity:.66;place-items:center;width:31px;display:grid}.train-saved-station-remove:hover,.train-saved-station-remove:focus-visible{opacity:1;background:#315fc414;outline:none}.train-saved-station.active .train-saved-station-remove:hover,.train-saved-station.active .train-saved-station-remove:focus-visible{background:#ffffff26}.train-saved-station-remove:disabled{cursor:not-allowed;opacity:.22}.train-saved-station-remove svg{width:13px;height:13px}.train-station-search{border-top:1px solid #edf0f5;gap:8px;margin-top:12px;padding-top:13px;animation:.18s both train-search-enter;display:grid}.train-station-search>label{color:#1d2d49;font-size:.7rem;font-weight:900}.train-station-search-field{background:#f7f9fd;border:1px solid #d8e2f5;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-height:46px;padding:0 12px;transition:border-color .18s,box-shadow .18s,background .18s;display:grid}.train-station-search-field:focus-within{background:#fff;border-color:#7392d5;box-shadow:0 0 0 3px #315fc41a}.train-station-search-field>svg{color:#6078a6;width:17px;height:17px}.train-station-search-field input{color:#1d2d49;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:none;font-size:.78rem;font-weight:750}.train-station-search-field input::placeholder{color:#96a1b3}.train-station-search-field button{color:#647694;cursor:pointer;background:#e9eef8;border:0;border-radius:9px;place-items:center;width:28px;height:28px;display:grid}.train-station-search-field button svg{width:13px;height:13px}.train-search-hint{color:#7b889e;font-size:.62rem;font-weight:700}.train-station-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:244px;padding:2px;display:grid;overflow-y:auto}.train-station-result{color:#315fc4;cursor:pointer;min-width:0;min-height:56px;font:inherit;text-align:left;background:#fff;border:1px solid #e4e9f2;border-radius:13px;justify-content:space-between;align-items:center;gap:8px;padding:9px 10px;display:flex}.train-station-result:hover,.train-station-result:focus-visible{background:#f4f7fe;border-color:#b9caec;outline:none}.train-station-result>span:first-child{gap:2px;min-width:0;display:grid}.train-station-result strong,.train-station-result small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.train-station-result strong{color:#1d2d49;font-size:.71rem;font-weight:900}.train-station-result small{color:#8290a5;font-size:.58rem;font-weight:700}.train-station-result>svg{flex:none;width:17px;height:17px}.train-result-saved{color:#14765c;flex:none;align-items:center;gap:4px;font-size:.58rem;font-weight:900;display:inline-flex}.train-result-saved svg{width:13px;height:13px}.train-no-station-results{color:#748198;text-align:center;grid-column:1/-1;margin:8px 0;font-size:.7rem;font-weight:750}@keyframes train-search-enter{0%{opacity:0;transform:translateY(-5px)}}.train-hero,.train-board,.train-summary-bar{background:#ffffffeb;border:1px solid #344b7814;box-shadow:0 18px 42px #32487014}.train-hero{border-radius:28px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:22px;display:grid}.train-hero-icon{color:#315fc4;background:#e8efff;border-radius:18px;place-items:center;width:54px;height:54px;display:grid}.train-hero-icon svg{width:25px;height:25px}.train-hero-copy{min-width:0}.train-kicker{color:#65799e;letter-spacing:.09em;text-transform:uppercase;font-size:.64rem;font-weight:900}.train-hero h1,.train-board h2{color:#182947;letter-spacing:-.05em;margin:5px 0 0;font-weight:950}.train-hero h1{font-size:clamp(1.55rem,6vw,2.15rem)}.train-hero p{color:#687893;margin:6px 0 0;font-size:.78rem;font-weight:700}.train-refresh{color:#315fc4;cursor:pointer;background:#eef3ff;border:0;border-radius:15px;place-items:center;width:44px;height:44px;display:grid}.train-refresh svg{width:18px;height:18px}.train-refresh .spinning{animation:.8s linear infinite train-spin}.train-summary-bar{color:#66758f;border-radius:18px;justify-content:space-between;align-items:center;gap:10px;min-height:46px;padding:0 16px;display:flex}.train-summary-bar span{color:#14765c;align-items:center;gap:7px;font-size:.7rem;font-weight:900;display:inline-flex}.train-summary-bar svg{width:13px;height:13px}.train-summary-bar small{font-size:.65rem;font-weight:750}.train-board{border-radius:28px;padding:20px}.train-board-head{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:14px;display:flex}.train-board-head>div>span{color:#71809a;letter-spacing:.09em;text-transform:uppercase;font-size:.63rem;font-weight:900}.train-board h2{font-size:1.25rem}.train-platform-note{color:#66758f;font-size:.65rem;font-weight:800}.train-list{display:grid;position:relative}.train-list:before{content:"";background:#dbe5f8;width:2px;position:absolute;top:27px;bottom:27px;left:18px}.train-row{z-index:1;border-bottom:1px solid #374c7212;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;min-height:74px;display:grid;position:relative}.train-row:last-child{border-bottom:0}.train-node{color:#315fc4;background:#e9f0ff;border:5px solid #fff;border-radius:14px;place-items:center;width:38px;height:38px;display:grid;box-shadow:0 0 0 1px #dbe5f8}.train-node svg{width:16px;height:16px}.train-route-copy,.train-time-copy{min-width:0;display:grid}.train-route-copy{gap:3px}.train-route-copy small{color:#66799d;font-size:.61rem;font-weight:850}.train-route-copy strong{color:#1d2d49;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:900;overflow:hidden}.train-route-copy span{color:#8590a2;font-size:.6rem;font-weight:700}.train-time-copy{justify-items:end;gap:3px;padding-left:8px}.train-time-copy>strong{color:#315fc4;font-size:.86rem;font-weight:950}.train-time-copy>span{color:#66758f;font-size:.64rem;font-weight:800}.train-time-copy small{border-radius:999px;padding:3px 6px;font-size:.53rem;font-weight:900}.train-time-copy small.live{color:#14765c;background:#e3f8ef}.train-time-copy small.scheduled{color:#6f7887;background:#f0f2f5}.train-state-card{color:#6c7b94;text-align:center;align-content:center;place-items:center;gap:10px;min-height:150px;display:grid}.train-state-card svg{width:24px;height:24px}.train-state-card p{margin:0;font-size:.78rem;font-weight:800}.train-state-card.error{color:#b44343}.train-source-link{color:#526684;justify-self:center;align-items:center;gap:6px;font-size:.68rem;font-weight:800;text-decoration:none;display:inline-flex}.train-source-link svg{width:13px;height:13px}@keyframes train-spin{to{transform:rotate(360deg)}}@media (width<=520px){.app-shell.page-board,.app-shell.page-train{padding-top:calc(8px + env(safe-area-inset-top))}.transport-navigation-shell{top:max(6px, env(safe-area-inset-top));grid-template-columns:48px minmax(0,1fr);gap:7px;width:100%}.transport-mode-nav{border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;min-height:50px;padding:4px}.transport-mode-nav button{letter-spacing:-.02em;border-radius:14px;flex-direction:row;gap:5px;min-height:42px;padding:0 5px;font-size:.65rem;line-height:1}.transport-mode-nav svg{width:17px;height:17px}.transport-home-button{border-radius:17px;width:48px;min-height:50px}.ferry-page>.transport-navigation-shell{top:max(6px, env(safe-area-inset-top));width:calc(100% - 16px);margin-top:calc(8px + env(safe-area-inset-top));margin-bottom:8px}.train-hero{grid-template-columns:auto minmax(0,1fr) auto;gap:11px;padding:18px}.train-station-panel{border-radius:21px;padding:14px 12px}.train-station-panel-head{gap:9px}.train-station-panel-head strong{font-size:.71rem}.train-add-station{min-height:36px;padding-inline:10px}.train-saved-stations{margin-inline:-2px}.train-station-results{grid-template-columns:minmax(0,1fr);max-height:228px}.train-hero-icon{border-radius:16px;width:46px;height:46px}.train-hero p{display:none}.train-board{padding:17px 15px}.train-row{grid-template-columns:36px minmax(0,1fr) auto;gap:9px}.train-node{width:36px;height:36px}}@media (prefers-reduced-motion:reduce){.transport-mode-nav button,.transport-home-button,.train-add-station,.train-saved-station,.train-station-search-field{transition-duration:.01ms}.train-refresh .spinning,.train-station-search{animation:none}}@media (width<=350px){.train-station-panel-head>div>strong{max-width:132px}.train-add-station span{display:none}.train-add-station{width:38px;padding:0}}body[data-page=gold-coast]{background:linear-gradient(#f4fbf8 0%,#eaf6f2 52%,#f6faf8 100%)}body[data-page=airport]{background:linear-gradient(#f4f9fb 0%,#e9f3f7 55%,#f6fafb 100%)}.app-shell.page-gold-coast,.app-shell.page-airport{max-width:860px}.travel-page{color:#172b28;gap:9px;display:grid}.trip-page-top{grid-template-columns:38px 38px minmax(0,1fr) auto 38px;align-items:center;gap:7px;min-height:56px;padding:5px 3px;display:grid}.trip-page-top:has(.trip-tram-quick-button){grid-template-columns:38px 38px minmax(0,1fr) auto auto 38px}.trip-page-top h1{color:#173e36;letter-spacing:-.055em;margin:0;font-size:1.45rem;font-weight:950}.trip-page-top.airport h1{color:#173f4c}.trip-back-button,.trip-page-mark,.trip-icon-button{border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.trip-tram-quick-button{color:#08775a;cursor:pointer;min-height:34px;font:inherit;white-space:nowrap;background:#e9f7f2;border:1px solid #c6e4d9;border-radius:11px;align-items:center;gap:5px;padding:0 9px;font-size:.56rem;font-weight:900;display:inline-flex}.trip-tram-quick-button svg{width:15px;height:15px}.trip-tram-quick-button:hover,.trip-tram-quick-button:focus-visible{border-color:#83c4af;outline:3px solid #137f5e1c}.trip-page-mark{color:#087f5b;background:#dff5e9}.trip-page-mark.airport{color:#156b86;background:#e3f2f7}.trip-page-mark.tram{color:#087f5b;background:#dcf2e9}.trip-page-mark svg{width:20px;height:20px}.trip-back-button,.trip-icon-button{color:#607874;cursor:pointer;background:#ffffffc7;border:1px solid #224a4817}.trip-back-button svg,.trip-icon-button svg{width:17px;height:17px}.trip-back-button:focus-visible,.trip-icon-button:focus-visible{outline:3px solid #137f5e21}.trip-icon-button:disabled{opacity:.55}.trip-icon-button .spinning{animation:.85s linear infinite travel-spin}.trip-data-dot{color:#879793;align-items:center;gap:5px;font-size:.57rem;font-weight:900;display:inline-flex}.trip-data-dot:before{content:"";background:#aab5b2;border-radius:999px;width:6px;height:6px}.trip-data-dot.live{color:#16805f}.trip-data-dot.live:before{background:#25aa7f;box-shadow:0 0 0 3px #25aa7f1f}.trip-page-top.airport .trip-data-dot.live{color:#16708e}.journey-direction-button{color:#0b634c;opacity:1;cursor:pointer;min-height:44px;font:inherit;white-space:nowrap;background:#fff;border:1px solid #b9d9ce;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 15px;font-size:.58rem;font-weight:900;transition:border-color .16s,box-shadow .16s,transform .16s;display:inline-flex}.journey-direction-button svg{color:#0b6b52;opacity:1;width:16px;height:16px}.journey-direction-button>span{text-align:left;gap:1px;display:grid}.journey-direction-button small{color:#3f655a;opacity:1;letter-spacing:.01em;text-transform:none;font-size:.48rem;font-weight:850}.journey-direction-button:hover,.journey-direction-button:focus-visible{border-color:#83bca9;outline:3px solid #14765a1c;box-shadow:0 8px 18px #1d53451a}.journey-switch-row{grid-template-columns:minmax(16px,1fr) auto minmax(16px,1fr);align-items:center;gap:8px;min-height:54px;margin:-2px 6px;display:grid}.journey-switch-row>span{background:linear-gradient(90deg,#0000,#1f68543d);height:1px}.journey-switch-row>span:last-child{background:linear-gradient(90deg,#1f68543d,#0000)}.journey-switch-row .journey-direction-button{color:#0b634c;opacity:1;background:#fff;min-height:44px;padding-inline:15px;box-shadow:0 6px 16px #1d534514}.journey-switch-row .journey-direction-button strong{color:#0b634c;opacity:1;font-size:.66rem;font-weight:950}.trip-control-bar{background:#ffffffc2;border:1px solid #1c4b4414;border-radius:16px;gap:8px;padding:10px;display:grid}.trip-control-bar.two{grid-template-columns:repeat(2,minmax(0,1fr))}.trip-control-bar label{color:#71847f;letter-spacing:.06em;text-transform:uppercase;gap:5px;min-width:0;font-size:.55rem;font-weight:900;display:grid}.trip-control-bar select{color:#244b42;width:100%;min-height:37px;font:inherit;background:#fff;border:1px solid #d9e7e2;border-radius:10px;padding:0 29px 0 9px;font-size:.7rem;font-weight:850}.trip-control-bar.airport-one select{color:#244c58;border-color:#d6e5ea}.trip-control-bar select:focus-visible{border-color:#46a98a;outline:2px solid #16805f1a}.smart-station-picker{color:#294e45;min-width:0;font-size:initial;font-weight:initial;letter-spacing:normal;text-transform:none;position:relative}.smart-station-trigger{color:#294e45;cursor:pointer;width:100%;min-height:37px;font:inherit;text-align:left;background:#fff;border:1px solid #d9e7e2;border-radius:10px;justify-content:space-between;align-items:center;gap:7px;padding:0 9px;display:flex}.smart-station-trigger strong{text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;font-weight:900;overflow:hidden}.smart-station-trigger>svg{flex:none;width:14px;height:14px;transition:transform .16s}.smart-station-trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.smart-station-trigger:focus-visible{border-color:#46a98a;outline:2px solid #16805f1f}.smart-station-picker.dark .smart-station-trigger{color:#fff;background:#ffffff1f;border:0;min-height:34px}.smart-station-picker.dark .smart-station-trigger:focus-visible{outline-color:#8ee0c2}.smart-station-popover{z-index:80;background:#fff;border:1px solid #234c461a;border-radius:14px;width:min(270px,100vw - 54px);padding:8px;position:absolute;top:calc(100% + 7px);right:0;overflow:hidden;box-shadow:0 18px 45px #183a3533}.smart-station-search{color:#759087;background:#f7faf9;border:1px solid #dce8e4;border-radius:10px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:6px;min-height:38px;padding:0 8px;display:grid}.smart-station-search>svg{width:15px}.smart-station-search input{color:#244b42;min-width:0;font:inherit;background:0 0;border:0;outline:0;font-size:.7rem;font-weight:750}.smart-station-search button{color:#7e918c;cursor:pointer;background:0 0;border:0;place-items:center;width:25px;height:25px;display:grid}.smart-station-search button svg{width:14px}.smart-station-results{gap:2px;max-height:226px;margin-top:6px;display:grid;overflow-y:auto}.smart-station-results>button{color:#35564f;cursor:pointer;min-height:36px;font:inherit;text-align:left;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:0 9px;font-size:.68rem;font-weight:800;display:flex}.smart-station-results>button:hover,.smart-station-results>button:focus-visible,.smart-station-results>button.selected{color:#087f5b;background:#eaf7f2;outline:none}.smart-station-results>button svg{width:14px}.smart-station-results p{color:#879690;text-align:center;margin:0;padding:14px 8px;font-size:.65rem}.trip-utility-note{color:#347465;background:#e8f7f0;border-radius:9px;margin:-2px 3px 0;padding:7px 9px;font-size:.6rem;line-height:1.35}.trip-utility-note.airport{color:#3a7182;background:#e8f4f7}.trip-utility-note.error{color:#9c4335;background:#fff0ed}.trip-navigation-shell{top:max(8px, env(safe-area-inset-top));z-index:35;width:min(100%,430px);margin:calc(10px + env(safe-area-inset-top)) auto 2px;grid-template-columns:52px minmax(0,1fr);gap:8px;display:grid;position:sticky}.trip-home-button,.trip-mode-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff0;border:1px solid #18484e17;min-height:52px;box-shadow:0 12px 28px #1e45491a}.trip-home-button{color:#47615f;cursor:pointer;border-radius:18px;place-items:center;display:grid}.trip-home-button svg{width:20px}.trip-mode-nav{border-radius:19px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;display:grid}.trip-mode-nav button{color:#6f807e;cursor:pointer;min-width:0;font:inherit;background:0 0;border:0;border-radius:14px;justify-content:center;align-items:center;gap:7px;font-size:.69rem;font-weight:900;display:flex}.trip-mode-nav button svg{width:18px;height:18px}.trip-mode-nav button.active.gold-coast{color:#fff;background:#087f5b}.trip-mode-nav button.active.airport{color:#fff;background:#156b86}.trip-mode-nav button:focus-visible,.trip-home-button:focus-visible{outline-offset:1px;outline:3px solid #166f7024}.travel-hero,.travel-location-card,.travel-selectors,.airport-station-selector,.journey-card,.tram-board,.airport-board,.airtrain-info{background:#fffffff0;border:1px solid #194b4317;box-shadow:0 16px 42px #18494013}.travel-hero{background:radial-gradient(circle at 92% 15%,#25b48724,#0000 35%),linear-gradient(135deg,#fff 0%,#f2fbf7 100%);border-radius:28px;justify-content:space-between;align-items:flex-start;gap:18px;min-height:142px;padding:25px;display:flex;overflow:hidden}.airport-hero{background:radial-gradient(circle at 92% 15%,#2d9cbd24,#0000 35%),linear-gradient(135deg,#fff 0%,#f1f9fc 100%);border-color:#175f771a}.travel-kicker,.travel-section-head>span,.tram-board-head span,.airport-next-train small,.airtrain-info-head small{color:#16805f;letter-spacing:.09em;text-transform:uppercase;font-size:.65rem;font-weight:900}.airport-travel-page .travel-kicker,.airport-travel-page .travel-section-head>span,.airport-travel-page .airport-next-train small,.airport-travel-page .airtrain-info-head small{color:#16708e}.travel-hero h1{color:#143c34;letter-spacing:-.045em;margin:7px 0 5px;font-size:clamp(1.6rem,4vw,2.35rem);line-height:1.03}.airport-hero h1{color:#163b48}.travel-hero p{color:#5b716c;max-width:550px;margin:0;font-size:.83rem;line-height:1.5}.travel-refresh{color:#16805f;cursor:pointer;background:#fff;border:1px solid #d7eee6;border-radius:14px;flex:none;place-items:center;width:42px;height:42px;display:grid}.travel-refresh:focus-visible,.travel-refresh:hover{outline:none;box-shadow:0 0 0 3px #16805f21}.travel-refresh:disabled{opacity:.62;cursor:wait}.travel-refresh svg{width:18px;height:18px}.travel-refresh .spinning{animation:.85s linear infinite travel-spin}.travel-location-card{border-radius:20px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px 16px;padding:14px 16px;display:grid}.travel-location-copy{align-items:center;gap:10px;min-width:0;display:flex}.travel-location-copy>svg{color:#16805f;width:20px}.airport-location-card .travel-location-copy>svg{color:#16708e}.travel-location-copy span{gap:2px;min-width:0;display:grid}.travel-location-copy strong{color:#294b44;font-size:.77rem}.travel-location-copy small{color:#788c87;font-size:.64rem}.travel-location-card>button{color:#087f5b;cursor:pointer;min-height:38px;font:inherit;background:#e6f6f0;border:0;border-radius:12px;padding:0 13px;font-size:.69rem;font-weight:900}.airport-location-card>button{color:#146b86;background:#e7f3f7}.travel-location-card>button:hover,.travel-location-card>button:focus-visible{filter:brightness(.97);outline:none;box-shadow:0 0 0 3px #16805f1a}.travel-location-result{color:#367062;background:#f0faf6;border-radius:10px;grid-column:1/-1;margin:0;padding:8px 10px;font-size:.66rem;line-height:1.4}.travel-location-result.error{color:#a13c2c;background:#fff5f3}.travel-selectors{border-radius:22px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:15px;display:grid}.travel-selectors label,.airport-station-selector{gap:7px;display:grid}.travel-selectors label>span,.airport-station-selector label{color:#637a74;letter-spacing:.06em;text-transform:uppercase;font-size:.64rem;font-weight:900}.travel-selectors select,.airport-station-selector select{color:#24453e;width:100%;min-height:45px;font:inherit;background:#f8fcfa;border:1px solid #d7e8e2;border-radius:13px;padding:0 38px 0 12px;font-size:.76rem;font-weight:850}.travel-selectors select:focus-visible,.airport-station-selector select:focus-visible{border-color:#41a887;outline:3px solid #29a37d1f}.airport-station-selector{border-radius:20px;padding:16px}.airport-station-selector select{color:#24444e;background:#f8fbfc;border-color:#d6e6ec}.airport-station-selector select:focus-visible{border-color:#4b9db6;outline-color:#27809b1f}.travel-live-bar{color:#58756d;justify-content:space-between;align-items:center;gap:12px;min-height:34px;padding:0 5px;font-size:.65rem;font-weight:800;display:flex}.travel-live-bar span{align-items:center;gap:6px;display:inline-flex}.travel-live-bar svg{color:#1e9b75;width:13px}.travel-live-bar small{color:#81938e;font-size:.61rem}.journey-card,.tram-board,.tram-tracker,.airport-board,.airtrain-info{border-radius:26px;padding:18px}.gold-route-ticket{background:#123c34;border:0;border-radius:20px;padding:14px;box-shadow:0 15px 30px #0e3a312e}.gold-route-ticket .travel-section-head{margin:0 2px 10px}.gold-route-ticket .travel-section-head>span{color:#8ee0c2}.gold-route-ticket .travel-section-head>strong{color:#effff8}.gold-route-ticket .journey-leg{background:#ffffff13;border:0;border-radius:13px;min-height:57px;padding:9px 10px}.gold-route-ticket .journey-leg.featured{background:linear-gradient(135deg,#dff4e9 0%,#edf8f3 100%);box-shadow:inset 0 0 0 1px #4da48424}.gold-route-ticket .journey-leg:not(.featured) .journey-leg-icon{color:#8ee0c2;background:#ffffff1a}.gold-route-ticket .journey-leg:not(.featured) .journey-leg-copy small{color:#8ee0c2}.gold-route-ticket .journey-leg:not(.featured) .journey-leg-copy strong{color:#fff}.gold-route-ticket .journey-leg:not(.featured) .journey-leg-copy>span{color:#ffffffdb}.gold-route-ticket .journey-leg:not(.featured) .journey-leg-time strong{color:#a6efd4}.gold-route-ticket .journey-leg:not(.featured) .journey-leg-time small{color:#ffffffd1}.gold-route-ticket .journey-leg.good,.gold-route-ticket .journey-leg.neutral{background:#ffffff13}.gold-route-ticket .journey-leg.featured.good,.gold-route-ticket .journey-leg.featured.neutral,.return-tram-ticket .journey-leg.featured{background:linear-gradient(135deg,#f2fbf7 0%,#e4f5ed 100%);border:1px solid #4b967c33;box-shadow:inset 0 0 0 1px #ffffff94,0 7px 18px #07362b1f}.tram-connection-ticket{background:radial-gradient(circle at 100% 0,#8ee0c21f,#0000 38%),#123c34}.return-tram-ticket,.brisbane-route-ticket{background:#123c34;box-shadow:0 15px 30px #0e3a312e}.return-tram-ticket .journey-leg.featured .journey-leg-copy small{color:#0b7458;opacity:1}.return-tram-ticket .journey-leg.featured .journey-leg-copy strong{color:#173f35;opacity:1}.return-tram-ticket .journey-leg.featured .journey-leg-fact i{color:#526f66;opacity:1}.return-tram-ticket .journey-leg.featured .journey-leg-fact b{color:#173f35;opacity:1}.return-tram-ticket .journey-leg.featured .journey-leg-time strong{color:#087b5b;opacity:1}.return-tram-ticket .journey-leg.featured .journey-leg-time small{color:#416a5e;opacity:1}.return-tram-ticket .mode-section-control small,.return-tram-ticket .smart-station-picker.dark .smart-station-trigger{color:#fff;opacity:1}.brisbane-route-ticket .travel-section-head>span,.brisbane-route-ticket .mode-section-control>span svg,.brisbane-route-ticket .journey-leg:not(.featured) .journey-leg-icon,.brisbane-route-ticket .journey-leg:not(.featured) .journey-leg-copy small{color:#8ee0c2}.brisbane-route-ticket .smart-station-picker.dark .smart-station-trigger:focus-visible{outline-color:#8ee0c2}.ticket-empty{color:#ffffffe0;text-align:center;border:1px dashed #fff3;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:72px;padding:12px;font-size:.66rem;display:flex}.ticket-empty svg{width:18px;height:18px}.mode-section-control{border-bottom:1px solid #ffffff1f;grid-template-columns:minmax(0,1fr) minmax(130px,190px);align-items:center;gap:10px;margin-bottom:11px;padding-bottom:11px;display:grid}.mode-section-control>span{color:#fff;align-items:center;gap:7px;display:inline-flex}.mode-section-control>span svg{color:#8ee0c2;width:18px}.mode-section-control>span strong{font-size:.84rem}.mode-section-control label{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;min-width:0;display:grid}.mode-section-control small{color:#ffffffd1;text-transform:uppercase;font-size:.52rem;font-weight:900}.mode-section-control.static{grid-template-columns:minmax(0,1fr) auto}.mode-section-control.static>small{color:#ffffffe6;background:#ffffff1a;border-radius:999px;justify-self:end;padding:6px 9px}.mode-section-control select,.tram-station-control select{color:#fff;width:100%;min-width:0;height:34px;font:inherit;background:#ffffff1f;border:0;border-radius:9px;padding:0 27px 0 8px;font-size:.65rem;font-weight:850}.mode-section-control select:focus-visible{outline-offset:1px;outline:2px solid #8ee0c2}.mode-section-control option{color:#173e36}.tram-board-head{align-items:end}.tram-station-control{gap:4px;width:min(58%,260px);min-width:0;display:grid}.tram-station-control>span{color:#6f837d;letter-spacing:.06em;text-transform:uppercase;font-size:.52rem;font-weight:900}.tram-station-control select{color:#2a5148;background:#f7fbf9;border:1px solid #dce9e4}.tram-station-control select:focus-visible{border-color:#49a98b;outline:2px solid #16805f1a}.travel-section-head,.tram-board-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.travel-section-head strong{color:#355b52;font-size:.72rem}.journey-leg{background:#fbfdfc;border:1px solid #e2ede9;border-radius:18px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;padding:14px;display:grid}.journey-leg.featured{background:linear-gradient(135deg,#ecf8f3,#f9fcfb);border-color:#bde0d4}.journey-leg.good{background:#f5fbf8;border-color:#cae8dc}.journey-leg-icon{color:#0f805e;background:#e5f5ef;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.journey-leg-icon svg{width:20px;height:20px}.journey-leg-copy{gap:3px;min-width:0;display:grid}.journey-leg-copy small{color:#16805f;letter-spacing:.07em;text-transform:uppercase;font-size:.59rem;font-weight:900}.journey-leg-copy strong{color:#24463f;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.journey-leg-copy>span{color:#758883;font-size:.64rem;line-height:1.35}.journey-leg-facts{flex-wrap:wrap;gap:4px;margin-top:2px;display:flex}.journey-leg-fact{white-space:nowrap;background:#eaf5f0;border-radius:7px;align-items:center;gap:4px;min-height:21px;padding:2px 6px;display:inline-flex}.journey-leg-fact i{color:#6b837c;font-size:.51rem;font-style:normal;font-weight:750}.journey-leg-fact b{color:#29544a;font-size:.58rem;font-weight:950}.gold-route-ticket .journey-leg:not(.featured) .journey-leg-fact{background:#ffffff1a}.gold-route-ticket .journey-leg:not(.featured) .journey-leg-fact i{color:#ffffffd1}.gold-route-ticket .journey-leg:not(.featured) .journey-leg-fact b{color:#fff}.journey-leg-time{justify-items:end;gap:2px;min-width:66px;display:grid}.journey-leg-time strong{color:#087f5b;letter-spacing:-.03em;font-size:1.05rem}.journey-leg-time small{color:#45977e;text-transform:uppercase;font-size:.56rem;font-weight:900}.journey-connector{color:#628f81;grid-template-columns:minmax(14px,1fr) auto minmax(14px,1fr);align-items:center;gap:7px;height:34px;display:grid}.journey-connector>span{background:#d7e7e1;height:1px}.journey-connector strong{white-space:nowrap;background:#edf6f2;border-radius:8px;align-items:center;gap:4px;min-height:24px;padding:0 7px;font-size:.52rem;font-weight:900;display:inline-flex}.journey-connector svg{width:15px;height:15px}.later-trains{margin-top:8px;display:grid}.later-trains-toggle{color:#ffffffe0;cursor:pointer;width:100%;min-height:38px;font:inherit;text-align:left;background:#ffffff13;border:1px solid #ffffff24;border-radius:11px;grid-template-columns:minmax(0,1fr) auto 16px;align-items:center;gap:7px;padding:0 10px;transition:border-color .18s,background .18s;display:grid}.later-trains-toggle span{text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;font-weight:750;overflow:hidden}.later-trains-toggle strong{color:#a6efd4;white-space:nowrap;font-size:.59rem;font-weight:950}.later-trains-toggle svg{color:#8ee0c2;width:15px;height:15px;transition:transform .2s}.later-trains-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.later-trains-toggle:hover,.later-trains-toggle:focus-visible{background:#ffffff1c;border-color:#8ee0c273;outline:none}.later-trains-reveal{overflow:hidden}.later-trains-list{gap:5px;padding-top:6px;display:grid}.upcoming-trams{border-top:1px solid #ffffff21;gap:5px;margin-top:8px;padding-top:8px;display:grid}.upcoming-trams-label{color:#a6efd4;letter-spacing:.04em;text-transform:uppercase;font-size:.52rem;font-weight:900}.upcoming-tram-row{background:#ffffff13;border-radius:10px;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:43px;padding:6px 9px;display:grid}.upcoming-tram-order{color:#a6efd4;background:#8ee0c221;border-radius:9px;place-items:center;width:25px;height:25px;font-size:.56rem;font-weight:950;display:grid}.upcoming-tram-copy,.upcoming-tram-wait{gap:2px;min-width:0;display:grid}.upcoming-tram-copy strong,.upcoming-tram-wait strong{color:#fff;opacity:1;font-size:.67rem}.upcoming-tram-copy small,.upcoming-tram-wait small{color:#ffffffd6;opacity:1;font-size:.5rem;font-weight:780}.upcoming-tram-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upcoming-tram-wait{justify-items:end}.upcoming-tram-wait strong{color:#a6efd4;font-size:.74rem}.upcoming-tram-wait small{text-transform:uppercase}.later-train-row{background:#fff1;border-radius:10px;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:47px;padding:6px 9px;display:grid}.later-train-order{color:#8ee0c2;background:#8ee0c21c;border-radius:9px;place-items:center;width:25px;height:25px;font-size:.56rem;font-weight:950;display:grid}.later-train-copy,.later-train-wait{gap:2px;min-width:0;display:grid}.later-train-copy strong{color:#fff;font-size:.68rem}.later-train-copy small{color:#fffc;text-overflow:ellipsis;white-space:nowrap;font-size:.53rem;overflow:hidden}.later-departure-facts{flex-wrap:wrap;gap:4px;margin-top:3px;display:flex}.later-departure-fact{white-space:nowrap;background:#ffffff17;border-radius:6px;align-items:center;gap:4px;min-height:19px;padding:2px 5px;display:inline-flex}.later-departure-fact i{color:#ffffffd1;font-size:.48rem;font-style:normal;font-weight:750}.later-departure-fact b{color:#fff;font-size:.5rem;font-weight:900}.later-train-wait{justify-items:end}.later-train-wait strong{color:#a6efd4;font-size:.75rem}.later-train-wait small{color:#ffffffc7;text-transform:uppercase;font-size:.49rem;font-weight:850}.tram-board-head{margin-bottom:11px}.tram-board-head>div{gap:3px;display:grid}.tram-board-head h2{color:#21443c;margin:0;font-size:1rem}.tram-board-head>svg{color:#16805f;width:23px}.tram-board-head .tram-board-title{align-items:center;gap:8px;display:flex}.tram-title-icon{color:#087f5b;background:#e4f5ee;border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.tram-title-icon svg{width:18px;height:18px}.tram-source-note{color:#82938e;width:max-content;margin:8px 2px 0 auto;font-size:.52rem;font-weight:750;text-decoration:none;display:block}.tram-source-note:hover,.tram-source-note:focus-visible{color:#087f5b;outline:none;text-decoration:underline}.open-tram-tracker-button{color:#fff;cursor:pointer;width:100%;min-height:48px;font:inherit;text-align:left;background:#ffffff17;border:1px solid #ffffff2e;border-radius:12px;grid-template-columns:30px minmax(0,1fr) 16px;align-items:center;gap:9px;margin-top:9px;padding:7px 9px;display:grid}.open-tram-tracker-button>svg:first-child{color:#a6efd4;background:#8ee0c221;border-radius:9px;width:30px;height:30px;padding:7px}.open-tram-tracker-button>span{gap:2px;min-width:0;display:grid}.open-tram-tracker-button strong{color:#fff;font-size:.65rem;font-weight:900}.open-tram-tracker-button small{color:#fffc;font-size:.5rem;font-weight:750}.open-tram-tracker-button>svg:last-child{color:#a6efd4;width:16px;height:16px}.open-tram-tracker-button:focus-visible{outline-offset:2px;outline:3px solid #8ee0c247}.tram-station-page{background:#fffffff5;border:1px solid #1c57481a;gap:11px;display:grid;box-shadow:0 15px 34px #1849401a}.tram-station-page .tram-board-head{margin-bottom:0}.tram-station-page .tram-board-title>div{gap:2px;min-width:0;display:grid}.tram-station-page .tram-board-title small{color:#758984;font-size:.56rem;font-weight:760}.tram-station-page-controls{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.tram-station-page-controls .smart-station-picker{width:100%}.tram-station-page .travel-skeleton{padding:0}.tram-time-row>span:first-child>small:first-child{color:#16805f;text-transform:uppercase;font-size:.49rem;font-weight:900}.tram-tracker{background:#fffffff2;border-color:#1c57481a;gap:0;display:grid;box-shadow:0 12px 30px #18494012}.tram-tracker-toggle{width:100%;min-height:64px;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;grid-template-columns:38px minmax(0,1fr) auto 18px;align-items:center;gap:10px;padding:0;display:grid}.tram-tracker-toggle>svg{color:#6e837d;width:17px;height:17px;transition:transform .18s}.tram-tracker.open .tram-tracker-toggle>svg{transform:rotate(180deg)}.tram-tracker-summary{gap:2px;min-width:0;display:grid}.tram-tracker-summary strong{color:#21443c;font-size:.84rem;font-weight:950}.tram-tracker-summary small{color:#758984;text-overflow:ellipsis;white-space:nowrap;font-size:.59rem;font-weight:780;overflow:hidden}.tram-tracker-wait{justify-items:end;gap:2px;min-width:54px;display:grid}.tram-tracker-wait strong{color:#087f5b;font-size:.9rem;font-weight:950}.tram-tracker-wait small{color:#8a9995;text-transform:uppercase;font-size:.5rem;font-weight:850}.tram-tracker-reveal{overflow:hidden}.tram-tracker-reveal>:first-child{margin-top:10px}.tram-tracker-controls{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.tram-tracker .tram-station-control{width:100%}.tram-locate-button{color:#13775d;cursor:pointer;min-height:37px;font:inherit;background:#e5f3ee;border:0;border-radius:10px;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-size:.58rem;font-weight:900;display:inline-flex}.tram-locate-button svg{width:15px;height:15px}.tram-locate-button:disabled{opacity:.55}.tram-location-note{color:#337263;background:#eaf7f2;border-radius:9px;margin:7px 0 9px;padding:7px 9px;font-size:.58rem;font-weight:760}.tram-location-note.far{color:#806020;background:#fff7e6}.tram-location-note.error{color:#9c4335;background:#fff0ed}.travel-direction-toggle{background:#eef5f2;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin-bottom:12px;padding:4px;display:grid}.travel-direction-toggle button{color:#668079;cursor:pointer;min-height:39px;font:inherit;background:0 0;border:0;border-radius:10px;padding:5px 8px;font-size:.64rem;font-weight:850}.travel-direction-toggle button.active{color:#087f5b;background:#fff;box-shadow:0 4px 12px #1b58471a}.travel-direction-toggle button:focus-visible{outline-offset:1px;outline:2px solid #55a98d}.travel-departure-list{gap:7px;display:grid}.travel-departure-row{background:#fbfcfc;border:1px solid #e4ece9;border-radius:15px;justify-content:space-between;align-items:center;gap:14px;padding:12px 13px;display:flex}.travel-departure-row>span{gap:3px;min-width:0;display:grid}.travel-departure-row>span:last-child{flex:none;justify-items:end}.travel-departure-row strong{color:#2c4b44;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;overflow:hidden}.travel-departure-row>span:last-child strong{color:#087f5b;font-size:.86rem}.travel-departure-row small{color:#7a8c87;font-size:.59rem}.travel-skeleton{background:#fff;border-radius:24px;gap:10px;padding:18px;display:grid}.travel-skeleton div{background:linear-gradient(100deg,#edf3f1 20%,#f8fbfa 42%,#edf3f1 65%) 0 0/220% 100%;border-radius:16px;height:72px;animation:1.25s linear infinite travel-shimmer}.travel-state{color:#6f837e;text-align:center;background:#ffffffe6;border:1px solid #ddebe6;border-radius:24px;align-content:center;place-items:center;gap:8px;min-height:128px;padding:18px;display:grid}.travel-state.compact{background:#fafcfb;border-radius:16px;min-height:86px}.travel-state.error{color:#a34334;border-color:#f1d8d3}.travel-state svg{width:22px}.travel-state p{margin:0;font-size:.73rem;line-height:1.45}.airport-board{background:#0f2f3a;border-color:#175f771a;border-radius:20px;padding:12px;box-shadow:0 16px 32px #0c2d372e}.airport-next-train{background:linear-gradient(135deg,#dff3f8 0%,#f2fafc 100%);border-radius:21px;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:15px;min-height:126px;padding:17px;display:grid;position:relative;overflow:hidden}.airport-next-icon{color:#16708e;background:#fff;border-radius:18px;place-items:center;width:54px;height:54px;display:grid;box-shadow:0 8px 20px #1868811f}.airport-next-icon svg{width:25px;height:25px}.airport-next-train>div{min-width:0}.airport-next-train h2{color:#125f78;letter-spacing:-.06em;margin:5px 0 2px;font-size:clamp(1.8rem,7vw,2.8rem);line-height:.98}.airport-next-train p{color:#587b86;margin:0;font-size:.71rem}.airport-next-facts{flex-wrap:wrap;gap:5px;margin-top:4px;display:flex}.airport-next-facts span{color:#6b8790;background:#ffffffb8;border-radius:7px;padding:3px 6px;font-size:.57rem;font-weight:750}.airport-next-facts b{color:#255765;font-weight:950}.airport-live-tag{color:#11805e;text-transform:uppercase;background:#d8f3e9;border-radius:999px;align-self:start;padding:5px 8px;font-size:.56rem;font-weight:900}.airport-live-tag.scheduled{color:#718088;background:#edf1f3}.airport-upcoming-head{margin:12px 2px 7px}.airport-board .airport-upcoming-head>span{color:#8bd1e4}.airport-board .airport-upcoming-head>strong{color:#ffffffb3}.airport-board .travel-departure-row{background:#ffffff12;border:0;border-radius:10px;padding:9px 10px}.airport-board .travel-departure-row strong{color:#fff}.airport-board .travel-departure-row small{color:#ffffff8c}.airport-board .travel-departure-row>span:last-child strong,.airport-travel-page .airport-board .travel-departure-row>span:last-child strong{color:#a7e3f1}.airtrain-info{border-color:#175f771a;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"head actions""facts facts";gap:9px 10px;padding:13px;display:grid}.airtrain-info-head{grid-area:head;align-items:center;gap:9px;min-width:0;margin:0;display:flex}.airtrain-info-head>span{color:#16708e;background:#e8f3f7;border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.airtrain-info-head h2{color:#234652;margin:2px 0 0;font-size:1rem}.airtrain-facts{grid-area:facts;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.airtrain-facts>div{background:#f9fcfd;border:1px solid #e1ecef;border-radius:11px;align-items:flex-start;gap:8px;padding:9px;display:flex}.airtrain-facts svg{color:#16708e;flex:none;width:18px}.airtrain-facts span{gap:3px;display:grid}.airtrain-facts strong{color:#2c4d58;font-size:.72rem}.airtrain-facts small{color:#738991;font-size:.61rem;line-height:1.45}.airtrain-actions{flex-wrap:nowrap;grid-area:actions;justify-content:flex-end;align-items:center;gap:5px;margin:0;display:flex}.airtrain-actions a{color:#fff;white-space:nowrap;background:#156b86;border-radius:9px;justify-content:center;align-items:center;gap:5px;min-height:34px;padding:0 9px;font-size:.58rem;font-weight:900;text-decoration:none;display:inline-flex}.airtrain-actions a.secondary{color:#326675;background:#fff;border:1px solid #d5e5ea}.airtrain-actions svg{width:14px}.airtrain-actions a:focus-visible{outline-offset:2px;outline:3px solid #156b862e}.flight-status-link{color:#244a57;background:#fffffff0;border:1px solid #175f771a;border-radius:19px;grid-template-columns:34px auto minmax(0,1fr) 18px;align-items:center;gap:9px;min-height:54px;padding:9px 13px;text-decoration:none;display:grid;box-shadow:0 12px 28px #1c4b5912}.flight-status-link>svg:first-child{color:#16708e;width:19px}.flight-status-link>svg:last-child{color:#78919a;width:15px}.flight-status-link strong{font-size:.73rem}.flight-status-link span{color:#81949a;font-size:.62rem}.flight-status-link:focus-visible{outline-offset:2px;outline:3px solid #156b8624}@keyframes travel-spin{to{transform:rotate(360deg)}}@keyframes travel-shimmer{to{background-position-x:-220%}}@media (width<=620px){.travel-page{gap:10px}.trip-navigation-shell{grid-template-columns:48px minmax(0,1fr);gap:6px}.trip-home-button,.trip-mode-nav{min-height:54px}.travel-hero{border-radius:23px;min-height:124px;padding:20px 17px}.travel-hero h1{font-size:1.62rem}.travel-hero p{font-size:.73rem}.travel-selectors{grid-template-columns:1fr;gap:10px;padding:13px}.journey-card,.tram-board,.tram-tracker,.airport-board,.airtrain-info{border-radius:19px;padding:12px}.trip-control-bar.two{grid-template-columns:1fr 1fr}.journey-leg{grid-template-columns:38px minmax(0,1fr) auto;gap:9px;padding:12px 10px}.journey-leg-icon{border-radius:12px;width:38px;height:38px}.journey-leg-copy strong{font-size:.73rem}.journey-leg-copy>span{white-space:normal;font-size:.58rem}.later-train-row{align-items:start}.later-train-copy strong{white-space:normal}.journey-leg-time{min-width:56px}.journey-leg-time strong{font-size:.9rem}.airport-next-train{grid-template-columns:46px minmax(0,1fr);gap:11px;min-height:124px;padding:16px 12px}.airport-next-icon{border-radius:15px;width:46px;height:46px}.airport-live-tag{position:absolute;top:11px;right:11px}.airport-next-train h2{font-size:2rem}.airtrain-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=430px){.trip-page-top:has(.trip-tram-quick-button){grid-template-columns:38px 38px minmax(0,1fr) auto 38px}.trip-page-top:has(.trip-tram-quick-button) .trip-data-dot{display:none}.travel-location-card{grid-template-columns:1fr;padding:13px}.travel-location-card>button{width:100%}.travel-location-result{grid-column:1}.travel-direction-toggle button{font-size:.57rem}.travel-departure-row{padding:11px 10px}.travel-departure-row strong{font-size:.68rem}.travel-live-bar{padding:0 2px}.mode-section-control{grid-template-columns:minmax(70px,.7fr) minmax(0,1.3fr)}.tram-station-control{width:62%}.tram-tracker .tram-station-control{width:100%}.tram-tracker-controls{grid-template-columns:1fr}.tram-locate-button{width:100%}.tram-station-page-controls{grid-template-columns:1fr}}@media (width<=360px){.journey-switch-row{gap:5px;margin-inline:0}.journey-switch-row .journey-direction-button{padding-inline:11px}.journey-switch-row .journey-direction-button strong{font-size:.6rem}.journey-direction-button small{display:none}}@media (prefers-reduced-motion:reduce){.travel-refresh .spinning,.travel-skeleton div{animation:none}}.pwa-install-launcher{top:calc(22px + env(safe-area-inset-top));z-index:165;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#6f2c91;cursor:pointer;min-height:36px;font:inherit;white-space:nowrap;background:#ffffffe6;border:1px solid #6f2c911f;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:.62rem;font-weight:900;display:inline-flex;position:fixed;right:max(20px,50vw - 220px);box-shadow:0 7px 20px #34233d1a}.pwa-install-launcher svg{stroke-width:2.4px;width:14px;height:14px}.pwa-install-prompt{right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:170;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff5;border:1px solid #34283a17;border-radius:20px;grid-template-columns:42px minmax(0,1fr) auto 30px;align-items:center;gap:9px;width:min(100% - 24px,440px);min-height:64px;margin-inline:auto;padding:9px 8px 9px 10px;display:grid;position:fixed;left:12px;box-shadow:0 18px 46px #2b213033}.pwa-install-icon{color:#6f2c91;background:#eee5f4;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.pwa-install-icon svg{width:20px;height:20px}.pwa-install-copy{gap:3px;min-width:0;display:grid}.pwa-install-copy strong{color:#302436;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:950;overflow:hidden}.pwa-install-copy small{color:#827488;text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;font-weight:720;overflow:hidden}.pwa-install-action{color:#fff;cursor:pointer;min-height:38px;font:inherit;background:#6f2c91;border:0;border-radius:12px;justify-content:center;align-items:center;gap:5px;padding:0 11px;font-size:.61rem;font-weight:900;display:inline-flex}.pwa-install-action svg{width:14px;height:14px}.pwa-install-action:focus-visible,.pwa-install-dismiss:focus-visible,.pwa-install-launcher:focus-visible,.pwa-ios-done:focus-visible{outline-offset:2px;outline:3px solid #6f2c912e}.pwa-install-dismiss{color:#96899a;cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;width:30px;height:30px;padding:0;display:grid}.pwa-install-dismiss svg{width:15px;height:15px}.pwa-ios-backdrop{z-index:180;padding-top:env(safe-area-inset-top);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1d16206b;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.pwa-ios-sheet{width:min(100%,480px);padding:10px 18px calc(18px + env(safe-area-inset-bottom));background:#fff;border-radius:28px 28px 0 0;gap:17px;display:grid;box-shadow:0 -18px 48px #20182438}.pwa-ios-handle{background:#ded7e1;border-radius:999px;width:38px;height:4px;margin:0 auto}.pwa-ios-title-row{align-items:center;gap:11px;display:flex}.pwa-ios-title-row>span{color:#6f2c91;background:#eee5f4;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.pwa-ios-title-row svg{width:20px;height:20px}.pwa-ios-title-row div{gap:2px;display:grid}.pwa-ios-title-row small{color:#8e8192;text-transform:uppercase;font-size:.56rem;font-weight:850}.pwa-ios-title-row h2{color:#302436;letter-spacing:-.035em;margin:0;font-size:1.08rem}.pwa-ios-steps{gap:9px;margin:0;padding:0;list-style:none;display:grid}.pwa-ios-steps li{color:#655a69;background:#f7f4f8;border-radius:14px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;min-height:48px;padding:8px 10px;font-size:.7rem;line-height:1.35;display:grid}.pwa-ios-steps li b:first-child{color:#6f2c91;background:#e9ddf0;border-radius:10px;place-items:center;width:28px;height:28px;font-size:.65rem;display:grid}.pwa-ios-steps strong{color:#3d2e44}.pwa-ios-done{color:#fff;cursor:pointer;min-height:44px;font:inherit;background:#6f2c91;border:0;border-radius:14px;font-size:.72rem;font-weight:900}@media (width<=350px){.pwa-install-launcher{padding-inline:10px;right:14px}.pwa-install-prompt{grid-template-columns:minmax(0,1fr) auto 30px}.pwa-install-icon{display:none}}@media (prefers-reduced-motion:reduce){.pwa-install-launcher,.pwa-install-prompt,.pwa-ios-backdrop,.pwa-ios-sheet{transition:none}}body[data-page=shout-outs]{background:#dfe8e4;overflow:hidden}body[data-page=shout-outs]:before,body[data-page=shout-outs]:after{display:none}.app-shell.page-shout-outs{background:#eaf1ee;width:100%;max-width:520px;height:100dvh;margin:0 auto;padding:0;display:block;overflow:hidden;box-shadow:0 22px 80px #122d2533}.shout-content-motion{height:100%}.shout-page{height:100dvh;padding:calc(8px + env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));color:#1b342d;grid-template-rows:auto minmax(0,1fr) auto;gap:8px;display:grid;position:relative}.shout-topbar{grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:48px;padding:0 2px;display:grid}.shout-icon-button,.shout-title-mark,.shout-safe-mark{border-radius:13px;place-items:center;width:40px;height:40px;display:grid}.shout-icon-button{color:#536b64;cursor:pointer;background:#ffffffe0;border:1px solid #1f4a3e17}.shout-icon-button svg{width:18px;height:18px}.shout-title-mark{color:#13765d;background:#d3ebe3}.shout-title-mark svg{width:20px;height:20px}.shout-safe-mark{color:#22816a}.shout-safe-mark svg{width:19px;height:19px}.shout-top-actions{justify-content:flex-end;align-items:center;gap:2px;display:flex}.shout-notification-button{color:#6759bd;cursor:pointer;background:0 0;border:0;border-radius:13px;place-items:center;width:40px;height:40px;display:grid;position:relative}.shout-notification-button svg{width:18px;height:18px}.shout-notification-button i{color:#fff;background:#ef6f52;border:2px solid #eaf1ee;border-radius:999px;place-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.42rem;font-style:normal;font-weight:950;display:grid;position:absolute;top:2px;right:1px}.shout-notification-panel{top:calc(57px + env(safe-area-inset-top));right:max(10px, env(safe-area-inset-right));z-index:80;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff7;border:1px solid #4b3e8e1f;border-radius:17px;gap:5px;width:min(310px,100% - 20px);padding:10px;display:grid;position:absolute;box-shadow:0 18px 44px #1e2d2833}.shout-notification-panel>strong{color:#30295d;padding:2px 4px 5px;font-size:.67rem;font-weight:950}.shout-notification-panel>small{color:#80908b;padding:12px 4px;font-size:.56rem}.shout-notification-panel>button{color:#6657c7;cursor:pointer;min-height:48px;font:inherit;text-align:left;background:#f5f3fc;border:0;border-radius:11px;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:8px;padding:6px;display:grid}.shout-notification-panel>button>span:first-child{background:#ebe7fb;border-radius:10px;place-items:center;width:32px;height:32px;display:grid}.shout-notification-panel>button svg{width:15px;height:15px}.shout-notification-panel>button>span:last-child{gap:2px;min-width:0;display:grid}.shout-notification-panel>button strong{color:#36305f;font-size:.58rem}.shout-notification-panel>button small{color:#7f7798;text-overflow:ellipsis;white-space:nowrap;font-size:.49rem;overflow:hidden}.shout-notification-toast{top:calc(57px + env(safe-area-inset-top));z-index:90;color:#6657c7;cursor:pointer;width:min(330px,100% - 22px);min-height:58px;font:inherit;text-align:left;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffffa;border:1px solid #6657c72e;border-radius:17px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:9px;padding:9px;display:grid;position:absolute;left:50%;translate:-50%;box-shadow:0 18px 44px #2325423d}.shout-notification-toast>span:first-child{background:#eeeafb;border-radius:12px;place-items:center;width:38px;height:38px;font-size:.9rem;display:grid}.shout-notification-toast>span:first-child svg{width:17px;height:17px}.shout-notification-toast>span:last-child{gap:3px;min-width:0;display:grid}.shout-notification-toast strong{color:#332d5e;font-size:.64rem;font-weight:950}.shout-notification-toast small{color:#7d7890;text-overflow:ellipsis;white-space:nowrap;font-size:.5rem;font-weight:760;overflow:hidden}.shout-title-copy{text-align:center;gap:1px;min-width:0;display:grid}.shout-title-copy small{color:#7f918b;letter-spacing:.09em;text-transform:uppercase;font-size:.52rem;font-weight:900;line-height:1}.shout-title-copy h1{color:#173b31;letter-spacing:-.055em;margin:0;font-size:1.36rem;font-weight:950;line-height:1}.shout-map-stage{isolation:isolate;background:#dfe7e3;border:1px solid #1d473b1a;border-radius:24px;min-height:0;position:relative;overflow:hidden;box-shadow:0 15px 38px #1a3d3324}.shout-real-map{position:absolute;inset:0}.shout-real-map .maplibregl-canvas{outline:0}.shout-real-map .maplibregl-ctrl-top-left{top:108px;left:6px}.shout-real-map .maplibregl-ctrl-attrib{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd6;border-radius:7px;font-size:8px}.shout-map-toolbar{z-index:20;pointer-events:none;justify-content:flex-end;align-items:center;gap:8px;display:flex;position:absolute;top:10px;left:10px;right:10px}.shout-map-toolbar>span{color:#31584d;pointer-events:auto;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #1f473c1f;border-radius:15px;align-items:center;gap:7px;min-height:44px;padding:0 12px;font-size:.65rem;font-weight:900;display:inline-flex;box-shadow:0 7px 20px #1b3b3224}.shout-map-toolbar>span:first-child svg{color:#178166;width:15px;height:15px}.shout-map-toolbar>span:last-child{gap:5px;padding:4px}.shout-map-toolbar button{color:#3f6259;cursor:pointer;min-width:44px;height:44px;font:inherit;background:0 0;border:0;border-radius:11px;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-size:.58rem;font-weight:900;display:inline-flex}.shout-map-toolbar button.primary{color:#fff;background:#13785e}.shout-map-toolbar button svg{width:15px;height:15px}.shout-map-toolbar button svg.locating{animation:.9s linear infinite shout-locate-spin}.shout-map-toolbar button:disabled{opacity:.5}.mode-pinning .shout-map-toolbar,.mode-composing .shout-map-toolbar{opacity:0;pointer-events:none}.shout-region-rail{z-index:19;scrollbar-width:none;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;gap:6px;padding:2px 1px 5px;display:flex;position:absolute;top:62px;left:10px;right:10px;overflow-x:auto}.shout-region-rail::-webkit-scrollbar{display:none}.shout-region-rail button{color:#65716e;cursor:pointer;min-height:36px;font:inherit;scroll-snap-align:start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #4347711f;border-radius:999px;flex:none;padding:0 11px;font-size:.54rem;font-weight:850;box-shadow:0 5px 15px #23302c1c}.shout-region-rail button.active{color:#fff;background:#6657c7;border-color:#6657c7}.shout-latest-activity{z-index:20;color:#31584d;cursor:pointer;min-height:44px;font:inherit;text-align:left;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #1f473c1f;border-radius:15px;align-items:center;gap:8px;padding:5px 10px;display:inline-flex;position:absolute;top:10px;left:10px;box-shadow:0 7px 20px #1b3b3224}.shout-latest-activity>i{background:#7f928c;border-radius:999px;flex:none;width:10px;height:10px;box-shadow:0 0 0 5px #5970691c}.shout-latest-activity.recent>i{background:#ef6f52;animation:1.45s ease-in-out infinite shout-activity-breathe;box-shadow:0 0 0 5px #ef6f522e}.shout-latest-activity>span{gap:1px;display:grid}.shout-latest-activity strong{color:#244a40;font-size:.56rem;font-weight:950}.shout-latest-activity small{color:#778b85;font-size:.47rem;font-weight:800}.shout-visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.shout-map-toast{z-index:18;color:#4c665f;text-align:center;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid #25473e1a;border-radius:10px;max-width:calc(100% - 92px);margin:0;padding:7px 10px;font-size:.52rem;font-weight:850;position:absolute;top:66px;left:50%;transform:translate(-50%);box-shadow:0 5px 16px #1b3b321f}.mode-pinning .shout-map-toast,.mode-composing .shout-map-toast{top:14px}.shout-location-help{z-index:45;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffffa;border:1px solid #465b912e;border-radius:18px;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:11px;display:grid;position:absolute;bottom:10px;left:10px;right:10px;box-shadow:0 18px 44px #1a30463d}.shout-location-help-icon{color:#287bc9;background:#e7f1ff;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.shout-location-help-icon svg{width:18px;height:18px}.shout-location-help>span:nth-child(2){gap:3px;min-width:0;display:grid}.shout-location-help strong{color:#253e55;font-size:.66rem;font-weight:950}.shout-location-help p{color:#5e7180;margin:0;font-size:.54rem;font-weight:700;line-height:1.35}.shout-location-help small{color:#7c8993;font-size:.48rem;font-weight:700;line-height:1.35}.shout-location-help button{cursor:pointer;min-height:40px;font:inherit;border:0;border-radius:11px;padding:0 10px;font-size:.52rem;font-weight:900}.shout-location-help button.ghost{color:#63727c;background:#f0f3f5}.shout-location-help button.primary{color:#fff;background:#287bc9}.shout-center-pin{z-index:16;color:#0d795e;filter:drop-shadow(0 8px 7px #0f41344d);pointer-events:none;place-items:center;width:48px;height:58px;animation:1.5s ease-in-out infinite shout-pin-float;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-88%)}.shout-center-pin:after{content:"";filter:blur(2px);background:#124d3d38;border-radius:999px;width:16px;height:6px;position:absolute;bottom:0}.shout-center-pin svg{fill:#dff4ec;stroke-width:2.3px;width:42px;height:42px}.shout-pin-bar,.shout-map-sheet{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border:1px solid #1f453b1c;position:absolute;bottom:10px;left:10px;right:10px;box-shadow:0 14px 38px #16392f38}.shout-pin-bar{border-radius:18px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:7px;min-height:68px;padding:9px;display:grid}.shout-pin-bar>span{gap:2px;min-width:0;padding-left:3px;display:grid}.shout-pin-bar strong{color:#20443a;font-size:.72rem;font-weight:950}.shout-pin-bar small{color:#7f928c;font-size:.5rem;font-weight:750}.shout-pin-bar small.inside{color:#21765f}.shout-pin-bar small.outside{color:#a24d41}.shout-pin-bar button{cursor:pointer;min-height:44px;font:inherit;border:0;border-radius:12px;padding:0 10px;font-size:.55rem;font-weight:900}.shout-pin-bar button.ghost{color:#667a74;background:#f0f4f2}.shout-pin-bar button.primary{color:#fff;background:#13785e}.shout-pin-bar button:disabled{color:#7f8c88;cursor:not-allowed;background:#d9dfdc}.shout-map-sheet{border-radius:22px}.shout-compose-sheet{gap:9px;padding:12px;display:grid}.shout-compose-sheet header,.shout-thread-sheet>header,.shout-recent-sheet>header{justify-content:space-between;align-items:center;gap:9px;display:flex}.shout-compose-sheet header>span{align-items:center;gap:7px;display:inline-flex}.shout-compose-sheet header>span svg{color:#13785e;width:15px;height:15px}.shout-compose-sheet header strong{color:#25473e;font-size:.7rem;font-weight:950}.shout-compose-sheet header>button,.shout-thread-sheet>header>button,.shout-recent-sheet>header>button,.shout-sheet-close{color:#6b7e78;cursor:pointer;background:#f1f5f3;border:0;border-radius:11px;place-items:center;width:36px;height:36px;padding:0;display:grid}.shout-compose-sheet header button svg,.shout-thread-sheet>header button svg,.shout-recent-sheet>header button svg,.shout-sheet-close svg{width:15px;height:15px}.shout-compose-sheet textarea{resize:none;color:#263d36;width:100%;min-height:84px;font:inherit;background:#f7faf9;border:1px solid #dce7e3;border-radius:15px;outline:0;padding:11px 12px;font-size:.75rem;font-weight:680;line-height:1.4}.shout-compose-sheet textarea:focus{border-color:#8ccdbb;box-shadow:0 0 0 3px #13785e17}.shout-compose-sheet textarea::placeholder{color:#93a39e}.shout-compose-row{align-items:center;gap:6px;display:flex}.shout-post-emojis{gap:2px;display:inline-flex}.shout-post-emojis button{cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;width:31px;height:31px;padding:0;font-size:.78rem;display:grid}.shout-post-emojis button.selected{background:#e3f2ed;box-shadow:inset 0 0 0 1px #abd9cc}.shout-compose-row>small{color:#9aa7a3;margin-left:auto;font-size:.48rem;font-weight:750}.shout-send-button{color:#fff;cursor:pointer;min-width:70px;height:40px;font:inherit;background:#13785e;border:0;border-radius:12px;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-size:.57rem;font-weight:900;display:inline-flex}.shout-send-button:disabled{cursor:default;background:#c4d1cd}.shout-send-button svg{width:14px;height:14px}.shout-safety-note,.shout-post-error{margin:0;font-size:.5rem;font-weight:780;line-height:1.35}.shout-safety-note{color:#758983;align-items:center;gap:5px;display:inline-flex}.shout-safety-note svg{color:#26826b;width:12px;height:12px}.shout-post-error{color:#9a4d42;background:#fff0ed;border-radius:10px;padding:7px 9px}.shout-preview-sheet{grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:88px;padding:10px 47px 10px 10px;display:grid}.shout-preview-avatar,.shout-avatar{color:#fff;border:3px solid #ffffffe0;place-items:center;font-weight:950;display:grid;box-shadow:0 4px 11px #293f3929}.shout-preview-avatar{border-radius:13px 13px 17px 17px;width:42px;height:42px;font-size:.55rem}.shout-preview-copy{gap:3px;min-width:0;display:grid}.shout-preview-copy>span{align-items:center;gap:7px;min-width:0;display:flex}.shout-preview-copy strong{color:#204239;text-overflow:ellipsis;white-space:nowrap;font-size:.65rem;font-weight:950;overflow:hidden}.shout-preview-copy small{color:#87958f;white-space:nowrap;font-size:.47rem;font-weight:800}.shout-preview-meta{justify-content:space-between}.shout-preview-meta>small{align-items:center;gap:3px;display:inline-flex}.shout-preview-meta svg,.shout-preview-location svg{flex:none;width:11px;height:11px}.shout-preview-copy p{color:#293d37;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.64rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.shout-preview-copy p b{margin-right:4px}.shout-preview-copy .shout-preview-location{color:#58736b;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:3px;min-width:0;display:flex;overflow:hidden}.shout-preview-location svg{color:#16836b}.shout-view-button{color:#156a53;cursor:pointer;min-width:54px;min-height:44px;font:inherit;background:#e5f3ee;border:0;border-radius:12px;align-content:center;place-items:center;gap:1px;padding:4px 8px;font-size:.5rem;font-weight:900;display:grid}.shout-view-button svg{width:13px;height:13px}.shout-view-button>span{color:#fff;background:#13785e;border-radius:999px;place-items:center;min-width:22px;height:20px;font-size:.51rem;display:grid}.shout-sheet-close{background:0 0;width:31px;height:31px;position:absolute;top:7px;right:7px}.shout-thread-sheet{grid-template-rows:auto minmax(0,1fr);gap:9px;max-height:min(58dvh,470px);padding:12px;display:grid}.shout-recent-sheet{grid-template-rows:auto minmax(0,1fr);gap:9px;max-height:min(64dvh,520px);padding:12px;display:grid}.shout-recent-sheet>header>span{gap:2px;min-width:0;display:grid}.shout-recent-sheet>header strong{color:#30295d;font-size:.75rem;font-weight:950}.shout-recent-sheet>header small{color:#858092;font-size:.5rem;font-weight:780}.shout-recent-list{overscroll-behavior:contain;align-content:start;gap:6px;min-height:0;display:grid;overflow-y:auto}.shout-recent-list>button{color:#6559a5;cursor:pointer;min-height:67px;font:inherit;text-align:left;background:#fbfafd;border:1px solid #e6e3f2;border-radius:13px;grid-template-columns:28px minmax(0,1fr) 18px;align-items:center;gap:8px;padding:8px;display:grid}.shout-recent-list>button>span:nth-child(2){gap:3px;min-width:0;display:grid}.shout-recent-list>button strong{color:#3d4650;text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;font-weight:900;overflow:hidden}.shout-recent-list>button p{color:#263b35;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.62rem;font-weight:680;line-height:1.35;display:-webkit-box;overflow:hidden}.shout-recent-list>button small{color:#8c9692;font-size:.47rem;font-weight:760}.shout-recent-list>button>svg{width:15px;height:15px}.shout-recent-order{color:#6657c7;background:#eeeafb;border-radius:9px;place-items:center;width:28px;height:28px;font-size:.52rem;font-weight:950;display:grid}.shout-recent-state{color:#87928e;text-align:center;place-items:center;min-height:100px;margin:0;font-size:.58rem;font-weight:800;display:grid}.shout-thread-sheet>header>span{gap:2px;min-width:0;display:grid}.shout-thread-sheet>header strong{color:#204239;font-size:.76rem;font-weight:950}.shout-thread-sheet>header small{color:#8b9994;font-size:.5rem;font-weight:800}.shout-thread-list{overscroll-behavior:contain;scrollbar-width:thin;align-content:start;gap:7px;min-height:0;display:grid;overflow-y:auto}.shout-message-thread{gap:6px;min-width:0;display:grid}.shout-message{background:#fff;border:1px solid #e3ebe8;border-radius:15px;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:9px;padding:9px;display:grid}.shout-avatar{border-radius:11px 11px 14px 14px;width:36px;height:36px;font-size:.5rem}.shout-message-body{gap:5px;min-width:0;display:grid}.shout-message-meta{justify-content:space-between;align-items:center;gap:8px;display:flex}.shout-message-meta strong{color:#50635d;font-size:.54rem;font-weight:900}.shout-message-meta span{color:#9aa6a2;font-size:.47rem;font-weight:800}.shout-message-body>p{color:#263b35;overflow-wrap:anywhere;margin:0;font-size:.66rem;font-weight:670;line-height:1.38}.shout-message-body>p b{margin-right:4px}.shout-message-actions{align-items:center;gap:5px;display:flex}.shout-message-actions button{color:#84938e;cursor:pointer;min-height:27px;font:inherit;background:#f3f6f5;border:0;border-radius:8px;align-items:center;gap:4px;padding:0 7px;font-size:.47rem;font-weight:850;display:inline-flex}.shout-message-actions button:last-child{background:0 0;margin-left:auto}.shout-message-actions button.reply-action{color:#6657c7}.shout-message-actions button.reacted{color:#ad5367;background:#f9ecef}.shout-message-actions button.reported{color:#9c7469}.shout-message-actions svg{width:10px;height:10px}.shout-reaction-picker{background:#fff;border:1px solid #e2ebe8;border-radius:10px;gap:2px;width:max-content;padding:3px;display:inline-flex}.shout-reaction-picker button{cursor:pointer;background:0 0;border:0;border-radius:8px;width:30px;height:28px;padding:0;font-size:.74rem}.shout-reaction-picker button:hover{background:#edf5f2}.shout-replies{border-left:2px solid #e2def7;gap:5px;margin-left:28px;padding-left:8px;display:grid}.shout-message.reply{background:#faf9fd;border-color:#ebe8f7;grid-template-columns:30px minmax(0,1fr);padding:7px}.shout-message.reply .shout-avatar{border-radius:10px;width:30px;height:30px}.shout-reply-form{background:#faf9fd;border:1px solid #ded9f2;border-radius:13px;gap:6px;margin-left:28px;padding:8px;display:grid}.shout-reply-form textarea{resize:none;color:#263b35;width:100%;min-height:54px;font:inherit;background:#fff;border:1px solid #ded9f2;border-radius:10px;outline:0;padding:8px;font-size:.63rem;line-height:1.4}.shout-reply-form textarea:focus{border-color:#8d80d2;box-shadow:0 0 0 3px #6657c71a}.shout-reply-form>span{justify-content:flex-end;align-items:center;gap:5px;display:flex}.shout-reply-form small{color:#8a819c;min-width:0;margin-right:auto;font-size:.47rem}.shout-reply-form small.error{color:#b44337;font-weight:850}.shout-reply-form button{color:#5d5297;cursor:pointer;min-height:30px;font:inherit;background:#ece9f7;border:0;border-radius:8px;align-items:center;gap:4px;padding:0 8px;font-size:.49rem;font-weight:900;display:inline-flex}.shout-reply-form button[type=submit]{color:#fff;background:#6657c7}.shout-reply-form button:disabled{opacity:.5;cursor:default}.shout-reply-form button svg{width:11px;height:11px}.shout-thread-loading{gap:7px;display:grid}.shout-thread-loading span{background:linear-gradient(90deg,#edf2f0 25%,#f7f9f8 45%,#edf2f0 70%) 0 0/300% 100%;border-radius:14px;height:68px;animation:1.2s linear infinite shout-shimmer}.shout-thread-empty{color:#869690;align-content:center;place-items:center;gap:6px;min-height:120px;font-size:.6rem;font-weight:800;display:grid}.shout-thread-empty svg{color:#65a793;width:21px;height:21px}.shout-map-loading{z-index:50;color:#657871;background:#e5ede9f0;place-items:center;font-size:.62rem;font-weight:850;display:grid;position:absolute;inset:0}.shout-map-loading.error{color:#7d453d;text-align:center;align-content:center;gap:5px;padding:24px}.shout-map-loading.error strong{color:#58322d;font-size:.78rem}.shout-map-loading.error small{color:#78665f;font-size:.54rem}.shout-map-loading.error button{color:#fff;cursor:pointer;min-width:108px;min-height:44px;font:inherit;background:#13785e;border:0;border-radius:13px;margin-top:7px;padding:0 16px;font-size:.58rem;font-weight:900}.shout-map-sync{z-index:22;background:#42a88d;border-radius:999px;width:7px;height:7px;animation:1s ease-in-out infinite shout-pulse;position:absolute;top:20px;left:50%;box-shadow:0 0 0 5px #42a88d26}.shout-privacy-note{color:#7c8f88;text-align:center;margin:0;padding:0 7px;font-size:.48rem;font-weight:750;line-height:1.25}.shout-icon-button:focus-visible,.shout-map-toolbar button:focus-visible,.shout-pin-bar button:focus-visible,.shout-compose-sheet button:focus-visible,.shout-view-button:focus-visible,.shout-sheet-close:focus-visible,.shout-thread-sheet button:focus-visible{outline-offset:2px;outline:3px solid #13785e33}@keyframes shout-pin-float{0%,to{transform:translate(-50%,-88%)}50%{transform:translate(-50%,-96%)}}@keyframes shout-pulse{50%{opacity:.45;transform:scale(.86)}}@keyframes shout-locate-spin{to{transform:rotate(360deg)}}@keyframes shout-activity-breathe{50%{opacity:.58;box-shadow:0 0 0 9px #ef6f5212}}@keyframes shout-shimmer{to{background-position:-200% 0}}@media (width<=360px){.shout-map-toolbar>span:first-child{padding:0 9px}.shout-pin-bar{grid-template-columns:minmax(0,1fr) auto}.shout-pin-bar>span{grid-column:1/-1}.shout-pin-bar button{width:100%}.shout-compose-row{flex-wrap:wrap}.shout-send-button{margin-left:auto}}@media (width<=520px){.shout-location-help{grid-template-columns:38px minmax(0,1fr)}.shout-location-help button{width:100%}.shout-location-help button.ghost{grid-column:1}.shout-location-help button.primary{grid-column:2}}@media (prefers-reduced-motion:reduce){.shout-center-pin,.shout-latest-activity.recent>i,.shout-map-toolbar button svg.locating,.shout-map-sync,.shout-thread-loading span{animation:none}}:root{--food-ink:#2f211d;--food-soft:#74645e;--food-coral:#f26442;--food-cream:#fffaf4;--food-line:#eadfd8}.food-page{min-height:100dvh;color:var(--food-ink);background:#f7f2ec;font-family:inherit;overflow:hidden}.food-topbar{height:64px;padding:max(7px,env(safe-area-inset-top)) 12px 7px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:12;background:#fffaf4f2;border-bottom:1px solid #5a403314;align-items:center;gap:8px;display:flex;position:sticky;top:0}.food-icon-button,.food-avatar-button{width:40px;height:40px;color:var(--food-ink);background:#ffffffeb;border:1px solid #5b423621;border-radius:14px;flex:none;place-items:center;display:grid}.food-icon-button{z-index:2;position:relative;box-shadow:0 3px 10px #412b210f}.food-avatar-button{color:#fff;background:#2f211d;border:0;font-size:11px;font-weight:900}.food-topbar-spacer{flex:1;min-width:0}.food-profile-summary.compact{color:#fff;background:0 0;border:0;flex:0 0 40px;place-items:center;width:40px;height:40px;padding:0;display:grid;position:relative}.food-profile-summary.compact>span{border:2px solid var(--food-rank,#a85f3b);width:38px;height:38px;box-shadow:0 4px 13px var(--food-rank-glow,#412b2129);letter-spacing:.02em;background:linear-gradient(145deg,#40302a,#201714);border-radius:50%;place-items:center;font-size:9px;font-weight:950;display:grid;position:relative}.food-profile-summary.compact>span>em{border:2px solid var(--food-cream);background:var(--food-rank,#a85f3b);color:#fff;border-radius:8px;place-items:center;min-width:24px;height:15px;padding:0 4px;font-size:7px;font-style:normal;font-weight:950;line-height:1;display:grid;position:absolute;bottom:-4px;right:-5px}.food-profile-summary:focus-visible,.food-country-topbar:focus-visible{outline:2px solid var(--food-coral);outline-offset:2px}.food-notification-button .food-notification-badge{z-index:3;border:2px solid var(--food-cream);background:var(--food-coral);color:#fff;font-variant-numeric:tabular-nums;border-radius:99px;place-items:center;min-width:19px;height:19px;padding:0 4px;font-size:9px;font-weight:950;animation:.28s cubic-bezier(.22,1.35,.45,1) food-badge-pop;display:grid;position:absolute;top:-5px;right:-5px;box-shadow:0 3px 9px #b43c2057}.food-topbar-refresh{color:#76655e;background:0 0;border:0;border-left:1px solid #5b423617;flex:none;place-items:center;width:34px;height:34px;display:grid}.food-topbar-refresh:disabled{opacity:.45}.food-topbar-refresh:focus-visible{outline:2px solid var(--food-coral);outline-offset:-2px}.food-topbar-refresh.loading svg{animation:.8s linear infinite food-spin}.food-country-topbar.flag-only{background:0 0;border:0;flex:none;place-items:center;width:36px;min-width:36px;max-width:36px;height:40px;padding:0;display:grid}.food-country-topbar .food-country-flag{filter:drop-shadow(0 2px 3px #2f211d24);font-size:20px;line-height:1}.food-view-toggle{background:#5f463814;border:0;border-radius:12px;flex:none;grid-template-columns:30px 30px;gap:2px;height:36px;padding:3px;display:grid}.food-view-toggle button{color:#83736b;background:0 0;border:0;border-radius:9px;place-items:center;width:30px;height:30px;transition:background .18s,color .18s,box-shadow .18s;display:grid}.food-view-toggle button.active{color:var(--food-ink);background:#fff;box-shadow:0 2px 7px #37251d1c}.food-view-toggle button:focus-visible{outline:2px solid var(--food-coral);outline-offset:1px}.food-title{align-items:center;gap:10px;min-width:0;display:flex}.food-title-mark{width:38px;height:38px;color:var(--food-coral);background:#ffe3d7;border-radius:13px;flex:none;place-items:center;display:grid}.food-title h1{letter-spacing:-.5px;margin:0;font-size:21px;line-height:1.05}.food-title p{color:var(--food-soft);white-space:nowrap;margin:3px 0 0;font-size:11px;font-weight:700}.food-map-shell{height:calc(100dvh - 64px);min-height:560px;position:relative;overflow:hidden}.food-map{position:absolute;inset:0}.food-map canvas{outline:none}.food-map .maplibregl-ctrl-attrib{font-size:9px}.food-search{z-index:4;background:#fff;border-radius:16px;align-items:center;gap:9px;height:48px;padding:0 13px;display:flex;position:absolute;top:12px;left:12px;right:12px;box-shadow:0 8px 28px #48302326}.food-search input{min-width:0;color:var(--food-ink);background:0 0;border:0;outline:0;flex:1;font:700 14px inherit}.food-search input::placeholder{color:#8b7d76;font-weight:600}.food-search button{color:#75645d;background:0 0;border:0;place-items:center;width:36px;height:36px;display:grid}.food-filter-row{z-index:4;scrollbar-width:none;pointer-events:none;gap:7px;display:flex;position:absolute;top:70px;left:12px;right:12px;overflow:auto}.food-filter-row::-webkit-scrollbar{display:none}.food-filter-row button{pointer-events:auto;white-space:nowrap;color:#493a34;background:#fffffff5;border:1px solid #5f463829;border-radius:999px;align-items:center;gap:6px;height:37px;padding:0 12px;font:800 12px inherit;display:flex;box-shadow:0 3px 12px #48302314}.food-filter-row button.active{color:#fff;background:#2f211d;border-color:#2f211d}.food-filter-row.collapsed{right:auto}.food-filter-menu-toggle>svg:last-child{margin-left:1px;transition:transform .2s}.food-filter-row.expanded .food-filter-menu-toggle>svg:last-child{transform:rotate(180deg)}.food-area-search{z-index:5;color:#fff;background:#2f211d;border:0;border-radius:999px;align-items:center;gap:6px;height:38px;padding:0 15px;font:800 12px inherit;display:flex;position:absolute;top:118px;left:50%;transform:translate(-50%);box-shadow:0 6px 18px #2f211d33}.food-map-actions{z-index:5;right:14px;bottom:max(18px,env(safe-area-inset-bottom));flex-direction:row;align-items:center;gap:9px;transition:bottom .22s;display:flex;position:absolute}.food-map-actions button{color:#33241f;background:#fff;border:0;border-radius:16px;justify-content:center;align-items:center;min-width:50px;height:50px;display:flex;box-shadow:0 7px 25px #36241b2e}.food-map-actions button.loading svg{animation:1s linear infinite food-spin}.food-map-actions .food-post-fab{background:var(--food-coral);color:#fff;border-radius:17px;gap:7px;height:54px;padding:0 18px;font:900 15px inherit}.food-map-shell.has-place-selection .food-map-actions{bottom:max(148px,calc(136px + env(safe-area-inset-bottom)))}.food-map-shell.has-place-selection .food-post-fab{display:none}.food-list-view{z-index:3;background:var(--food-cream);padding:118px 12px max(92px,calc(78px + env(safe-area-inset-bottom)));overscroll-behavior:contain;position:absolute;inset:0;overflow-y:auto}.food-map-shell.list-mode .food-map{visibility:hidden}.food-list-view-grid{flex-direction:column;gap:9px;width:min(100%,700px);margin:0 auto;display:flex}.food-list-view-grid>button{border:1px solid var(--food-line);text-align:left;width:100%;min-height:94px;color:var(--food-ink);background:#fff;border-radius:18px;grid-template-columns:76px minmax(0,1fr) 18px;align-items:center;gap:11px;padding:9px;display:grid;box-shadow:0 5px 16px #402a1f0e}.food-list-view-grid>button>img{object-fit:cover;background:#eadfd8;border-radius:14px;width:76px;height:76px}.food-list-view-grid>button>span{flex-direction:column;gap:4px;min-width:0;display:flex}.food-list-view-grid small{letter-spacing:.04em;color:var(--food-coral);font-size:8px;font-weight:950}.food-list-view-grid strong{white-space:nowrap;text-overflow:ellipsis;font-size:15px;line-height:1.15;overflow:hidden}.food-list-view-grid em{color:var(--food-soft);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:3px;font-size:10px;font-style:normal;display:flex;overflow:hidden}.food-list-view-grid b{color:#b35632;align-items:center;gap:3px;font-size:10px;display:flex}.food-list-view-grid b i{color:var(--food-soft);font-style:normal;font-weight:700}.food-list-view-grid>button>svg{color:#9b8a81}.food-list-empty{min-height:calc(100dvh - 260px);color:var(--food-soft);flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.food-list-empty svg{color:var(--food-coral)}.food-list-empty strong{color:var(--food-ink)}.food-list-empty span{font-size:11px}.food-map-status,.food-map-error,.food-empty-map{z-index:4;border:1px solid var(--food-line);text-align:center;background:#fffffff5;border-radius:18px;padding:13px 16px;font-size:13px;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 28px #48302324}.food-map-error{flex-direction:column;gap:10px;width:min(300px,100% - 30px);display:flex}.food-map-error-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.food-map-error button{color:#fff;background:#2f211d;border:0;border-radius:12px;height:40px;font-weight:800}.food-map-error button.quiet{color:#674f44;background:#f2e9e4}.food-empty-map{flex-direction:column;align-items:center;gap:5px;width:220px;display:flex}.food-empty-map svg{color:var(--food-coral)}.food-empty-map span{color:var(--food-soft);font-size:11px;font-weight:600}.food-sheet-backdrop{z-index:70;background:#241b174d;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.food-sheet{background:var(--food-cream);width:min(100%,620px);max-height:93dvh;padding:0 18px calc(18px + env(safe-area-inset-bottom));overscroll-behavior:contain;border-radius:24px 24px 0 0;overflow:auto;box-shadow:0 -20px 60px #23181333}.food-sheet-grabber{background:#d9ccc5;border-radius:99px;width:42px;height:5px;margin:9px auto 11px}.food-sheet-head{justify-content:space-between;align-items:center;padding:3px 0 14px;display:flex}.food-sheet-head span{letter-spacing:1.1px;color:var(--food-coral);font-size:10px;font-weight:900}.food-sheet-head h2{letter-spacing:-.6px;margin:3px 0 0;font-size:24px;line-height:1.08}.food-sheet-head>button,.food-detail-photo>button{color:#483832;background:#fff;border:0;border-radius:14px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 3px 12px #412b2117}.food-progress{background:#eadfd8;border-radius:9px;height:3px;margin-bottom:15px;overflow:hidden}.food-progress i{background:var(--food-coral);height:100%;transition:width .25s;display:block}.food-profile{flex-direction:column;gap:10px;display:flex}.food-profile-card{border:1px solid var(--food-line);background:#fff;border-radius:17px;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:8px;padding:9px;display:grid}.food-profile-avatar{width:42px;height:42px;color:var(--food-coral);background:#ffe0d3;border-radius:14px;place-items:center;font-size:13px;font-weight:950;display:grid}.food-profile-card label{flex-direction:column;gap:3px;min-width:0;display:flex}.food-profile-card label>span{color:var(--food-soft);font-size:9px;font-weight:900}.food-profile-card label>div{border:1px solid var(--food-line);background:#fbf8f5;border-radius:11px;align-items:center;gap:7px;height:38px;padding:0 9px;display:flex}.food-profile-card label svg{color:var(--food-coral);flex:none}.food-profile-card input{width:100%;min-width:0;color:var(--food-ink);background:0 0;border:0;outline:0;font:850 14px inherit}.food-profile-save{background:var(--food-coral);color:#fff;border:0;border-radius:11px;place-items:center;width:42px;height:38px;font:900 10px inherit;display:grid}.food-profile-save:disabled{color:#9b8b83;background:#eee5df}.food-level-card{background:radial-gradient(circle at 90% 0,#ffffff8c,#0000 34%),linear-gradient(135deg,#fff0e7,#ffe0c8);border:1px solid #f0c6b3;border-radius:19px;padding:13px;box-shadow:0 8px 22px #7d3c2617}.food-level-head{grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.food-level-head>span{color:#fff;background:#2f211d;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:48px;height:48px;display:flex}.food-level-head>span b{font-size:9px}.food-level-head>div{flex-direction:column;gap:2px;min-width:0;display:flex}.food-level-head strong{white-space:nowrap;text-overflow:ellipsis;font-size:16px;overflow:hidden}.food-level-head small{color:#826556;font-size:9px}.food-level-head>em{text-align:right;color:#a6482f;font-size:9px;font-style:normal;font-weight:900;line-height:1.2}.food-level-progress{background:#78483224;border-radius:99px;height:9px;margin:12px 0 9px;overflow:hidden}.food-level-progress i{background:linear-gradient(90deg,#f26442,#f3a13b);border-radius:99px;height:100%;transition:width .5s cubic-bezier(.22,1,.36,1);display:block;box-shadow:0 0 12px #f2644259}.food-level-daily{justify-content:space-between;gap:10px;display:flex}.food-level-daily span{align-items:baseline;gap:5px;display:flex}.food-level-daily strong{font-size:10px}.food-level-daily small{color:#826556;font-size:8px}.food-xp-rules{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.food-xp-rules>span{border:1px solid var(--food-line);background:#fff;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-height:53px;display:flex}.food-xp-rules b{color:#bf4e33;font-size:14px}.food-xp-rules small{color:var(--food-soft);font-size:8px;font-weight:800}.food-xp-history{border:1px solid var(--food-line);background:#fff;border-radius:16px;overflow:hidden}.food-xp-history>summary{cursor:pointer;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:7px;min-height:49px;padding:0 11px;list-style:none;display:grid}.food-xp-history>summary::-webkit-details-marker{display:none}.food-xp-history>summary>span{align-items:center;gap:6px;font-size:11px;font-weight:900;display:flex}.food-xp-history>summary>span svg{color:var(--food-coral)}.food-xp-history>summary>small{color:var(--food-soft);font-size:8px}.food-xp-history>summary>svg:last-child{transition:transform .2s}.food-xp-history[open]>summary>svg:last-child{transform:rotate(90deg)}.food-xp-history>div{border-top:1px solid var(--food-line);max-height:190px;overflow:auto}.food-xp-history article{border-bottom:1px solid #f1e8e2;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:48px;padding:7px 11px;display:grid}.food-xp-history article:last-child{border-bottom:0}.food-xp-history article>span{flex-direction:column;gap:2px;min-width:0;display:flex}.food-xp-history article strong,.food-xp-history article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.food-xp-history article strong{font-size:10px}.food-xp-history article small{color:var(--food-soft);font-size:8px}.food-xp-history article>b{color:#bf4e33;font-size:11px}.food-xp-history article>b.muted{color:#a79a93}.food-xp-history>p{border-top:1px solid var(--food-line);text-align:center;color:var(--food-soft);margin:0;padding:15px;font-size:10px}.food-profile-finds{border:1px solid var(--food-line);text-align:left;width:100%;min-height:55px;color:var(--food-ink);background:#fff;border-radius:16px;grid-template-columns:32px minmax(0,1fr) 20px;align-items:center;gap:8px;padding:8px 11px;display:grid}.food-profile-finds>svg:first-child{color:var(--food-coral)}.food-profile-finds span{flex-direction:column;gap:2px;display:flex}.food-profile-finds strong{font-size:13px}.food-profile-finds small{color:var(--food-soft);font-size:9px}.food-alert-setting{border:1px solid var(--food-line);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:8px 11px;display:flex}.food-alert-setting>span{flex-direction:column;gap:2px;display:flex}.food-alert-setting strong{font-size:13px}.food-alert-setting small{color:var(--food-soft);font-size:9px}.food-alert-setting>button{background:#d8cec7;border:0;border-radius:99px;flex:none;width:48px;height:28px;padding:3px;transition:background .2s,box-shadow .25s}.food-alert-setting>button i{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .22s cubic-bezier(.22,1.35,.45,1);display:block;box-shadow:0 2px 5px #2f211d33}.food-alert-setting>button.on{background:var(--food-coral);animation:.38s food-switch-glow;box-shadow:0 0 0 5px #f2644221}.food-alert-setting>button.on i{animation:.34s food-switch-pop;transform:translate(20px)}.food-activity-empty{min-height:118px;color:var(--food-soft);flex-direction:column;justify-content:center;align-items:center;gap:7px;display:flex}.food-activity-empty>svg{color:var(--food-coral)}.food-activity-empty strong{color:var(--food-ink);font-size:13px}.food-activity-list{flex-direction:column;display:flex}.food-activity-list>button{border:0;border-bottom:1px solid var(--food-line);text-align:left;width:100%;color:var(--food-ink);background:0 0;grid-template-columns:36px minmax(0,1fr) 18px;align-items:center;gap:8px;padding:9px 2px;display:grid}.food-activity-list>button.unread{background:#fff4ed}.food-activity-icon{width:36px;height:36px;color:var(--food-coral);background:#ffe0d3;border-radius:12px;place-items:center;display:grid}.food-activity-list>button>span:nth-child(2){flex-direction:column;gap:2px;min-width:0;display:flex}.food-activity-list strong{align-items:center;gap:6px;font-size:12px;display:flex}.food-unread-dot{background:var(--food-coral);border-radius:50%;flex:none;width:7px;height:7px;box-shadow:0 0 0 4px #f264421c}.food-activity-list small{color:var(--food-soft);white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.food-activity-note{text-align:center;color:var(--food-soft);text-transform:uppercase;letter-spacing:.04em;margin:7px 0 0;font-size:8px}.food-photo-step{flex-direction:column;gap:12px;display:flex}.food-photo-picker{min-height:220px;color:var(--food-ink);background:#fff4eb;border:2px dashed #ddcfc7;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex;overflow:hidden}.food-photo-picker:disabled{opacity:.8}.food-photo-picker span{width:52px;height:52px;color:var(--food-coral);background:#ffe0d3;border-radius:17px;place-items:center;display:grid}.food-photo-picker strong{font-size:17px}.food-photo-picker small{color:var(--food-soft);font-size:12px}.food-photo-picker img{object-fit:cover;width:100%;height:240px}.food-photo-spinner{border:3px solid #f2644238;border-top-color:var(--food-coral);animation:.8s linear infinite food-spin;background:0 0!important;border-radius:50%!important;width:22px!important;height:22px!important}.food-primary{background:var(--food-coral);color:#fff;border:0;border-radius:16px;justify-content:center;align-items:center;gap:7px;width:100%;height:54px;font:900 15px inherit;display:flex}.food-primary:disabled{opacity:.45}.food-photo-limit-head{justify-content:space-between;align-items:center;font-size:13px;display:flex}.food-photo-limit-head span{color:#a13c32;font-size:11px;font-weight:900}.food-photo-limit{background:#eadfd8;border-radius:99px;height:8px;margin-right:2px;position:relative;overflow:visible}.food-photo-limit>i{background:var(--food-coral);border-radius:99px;height:100%;transition:width .22s;display:block}.food-photo-limit>b{background:#c83232;border-radius:9px;width:3px;height:16px;position:absolute;top:-4px;right:-2px;box-shadow:0 0 0 2px #fff}.food-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.food-photo-grid figure{background:#eadfd8;border-radius:16px;height:126px;margin:0;position:relative;overflow:hidden}.food-photo-grid img{object-fit:cover;width:100%;height:100%}.food-photo-grid figure>button{color:#fff;background:#261b17d1;border:0;border-radius:11px;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:6px;right:6px}.food-photo-grid figure>span{background:#ffffffe6;border-radius:99px;place-items:center;min-width:25px;height:25px;padding:0 6px;font-size:11px;font-weight:900;display:grid;position:absolute;bottom:7px;left:7px}.food-upload-progress{background:#eadfd8;border-radius:99px;height:7px;overflow:hidden}.food-upload-progress i{background:linear-gradient(90deg,var(--food-coral),#c83232);height:100%;transition:width .15s linear;display:block}.food-photo-location{background:#f0faf5;border:1px solid #cfe4db;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;min-height:60px;padding:9px 10px;display:flex}.food-photo-location>span{color:#26715c;align-items:center;gap:8px;min-width:0;display:flex}.food-photo-location>span>span{flex-direction:column;gap:2px;min-width:0;display:flex}.food-photo-location strong{color:var(--food-ink);font-size:12px}.food-photo-location small{color:#55736a;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.food-photo-location>button{color:#fff;white-space:nowrap;background:#26715c;border:0;border-radius:11px;height:36px;padding:0 12px;font:900 11px inherit}.food-photo-location>button:disabled{opacity:.45}.food-photo-location.smart{background:linear-gradient(135deg,#fff9e9,#fff3e8);border-color:#f0d29d}.food-photo-location.smart>span{color:#d17b16}.food-photo-tip{color:#806e65;justify-content:center;align-items:center;gap:5px;margin:-3px 2px 0;font-size:10px;line-height:1.35;display:flex}.food-photo-tip svg{color:#d17b16;flex:none}.food-location-step,.food-details-step{flex-direction:column;gap:11px;display:flex}.food-choice{border:1px solid var(--food-line);text-align:left;min-height:66px;color:var(--food-ink);background:#fff;border-radius:17px;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;gap:9px;padding:10px 13px;display:grid}.food-choice>svg:first-child{color:var(--food-coral)}.food-choice span{flex-direction:column;gap:3px;display:flex}.food-choice strong{font-size:14px}.food-choice small{color:var(--food-soft);font-size:11px}.food-place-search{border:1px solid var(--food-line);background:#fff;border-radius:16px;align-items:center;gap:8px;height:52px;padding:0 8px 0 13px;display:flex}.food-place-search input{border:0;outline:0;flex:1;min-width:0;font:700 13px inherit}.food-place-search button{color:#fff;background:#2f211d;border:0;border-radius:11px;min-width:45px;height:36px;font-weight:900}.food-place-results{border:1px solid var(--food-line);background:#fff;border-radius:15px;overflow:hidden}.food-place-results button{text-align:left;background:#fff;border:0;border-bottom:1px solid #eee5df;gap:9px;width:100%;padding:10px;display:flex}.food-place-results button:last-child{border-bottom:0}.food-place-results svg{color:var(--food-coral);flex:none}.food-place-results span{flex-direction:column;min-width:0;display:flex}.food-place-results strong{font-size:13px}.food-place-results small{color:var(--food-soft);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.food-attribution{color:#8c7f78;text-align:center;margin:2px 0;font-size:9px}.food-recent-locations{align-items:center;gap:7px;display:flex;overflow:auto}.food-recent-locations>span{color:var(--food-soft);white-space:nowrap;font-size:9px;font-weight:900}.food-recent-locations button{border:1px solid var(--food-line);white-space:nowrap;background:#fff;border-radius:99px;align-items:center;gap:5px;height:34px;padding:0 10px;font:700 11px inherit;display:flex}.food-compose-summary{border:1px solid var(--food-line);background:#fff;border-radius:16px;grid-template-columns:60px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px;display:grid}.food-compose-summary img{object-fit:cover;border-radius:11px;width:60px;height:60px}.food-compose-summary>div{flex-direction:column;gap:5px;min-width:0;display:flex}.food-compose-summary strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.food-compose-summary small{color:var(--food-soft);align-items:center;gap:3px;display:flex}.food-compose-summary button{color:var(--food-coral);background:0 0;border:0;font-weight:900}.food-details-step>label{flex-direction:column;gap:6px;font-size:12px;font-weight:900;display:flex}.food-details-step>label>small{color:var(--food-soft);font-size:9px;font-weight:700}.food-details-step input,.food-details-step textarea,.food-details-step select{border:1px solid var(--food-line);min-height:48px;color:var(--food-ink);background:#fbf8f5;border-radius:13px;outline:none;padding:11px 12px;font:600 14px inherit}.food-details-step textarea{resize:none}.food-field-grid{grid-template-columns:1fr 1.25fr;gap:9px;display:grid}.food-field-grid label{flex-direction:column;gap:6px;font-size:12px;font-weight:900;display:flex}.food-details-step fieldset{border:0;margin:2px 0;padding:0}.food-details-step legend{margin-bottom:7px;font-size:12px;font-weight:900}.food-details-step legend small{color:var(--food-soft);font-weight:600}.food-vibes{flex-wrap:wrap;gap:6px;display:flex}.food-vibes button{border:1px solid var(--food-line);color:#5b4b44;background:#fff;border-radius:99px;padding:7px 10px;font:700 10px inherit}.food-vibes button.active{border-color:var(--food-coral);background:var(--food-coral);color:#fff;box-shadow:0 4px 12px #f2644238}.food-form-error{color:#a43224;background:#fff0ed;border-radius:12px;margin:11px 0 0;padding:10px 12px;font-size:12px;font-weight:750}.food-detail{padding:0 0 calc(20px + env(safe-area-inset-bottom));overflow:hidden}.food-detail>.food-sheet-grabber{z-index:2;background:#fffc;position:absolute;left:50%;transform:translate(-50%)}.food-detail-photo{background:#d8cec7;height:min(34dvh,300px);position:relative}.food-detail-photo img{object-fit:cover;width:100%;height:100%}.food-detail-photo>button{position:absolute;top:14px;right:14px}.food-detail-photo>span{color:#fff;background:#2f211dd9;border-radius:99px;padding:7px 11px;font-size:11px;font-weight:900;position:absolute;bottom:14px;left:14px}.food-detail-body{padding:16px 18px}.food-detail-kicker{color:#ac442d;text-transform:uppercase;gap:6px;font-size:11px;font-weight:900;display:flex}.food-detail-kicker span{align-items:center;gap:3px;display:flex}.food-detail h2{letter-spacing:-.7px;margin:7px 0;font-size:27px;line-height:1.05}.food-caption{color:#55453f;margin:8px 0 13px;font-size:14px;line-height:1.5}.food-location-line{border:1px solid var(--food-line);background:#fff;border-radius:14px;align-items:flex-start;gap:8px;padding:10px 11px;display:flex}.food-location-line>svg{color:var(--food-coral);flex:none}.food-location-line span{flex-direction:column;gap:2px;display:flex}.food-location-line strong{font-size:12px}.food-location-line small{color:var(--food-soft);font-size:10px}.food-meta-row{gap:6px;padding:9px 0;display:flex;overflow:auto}.food-meta-row span{border:1px solid var(--food-line);white-space:nowrap;background:#fff;border-radius:99px;align-items:center;gap:3px;padding:6px 9px;font-size:10px;font-weight:800;display:flex}.food-social-row{border-top:1px solid var(--food-line);border-bottom:1px solid var(--food-line);grid-template-columns:repeat(3,1fr);gap:7px;padding:10px 0;display:grid}.food-social-row button{color:#65544d;background:0 0;border:0;justify-content:center;align-items:center;gap:6px;min-height:42px;font:800 12px inherit;display:flex}.food-social-row button.active{color:var(--food-coral)}.food-gallery-dots{background:#22191680;border-radius:99px;gap:7px;padding:6px 8px;display:flex;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}.food-gallery-dots>button{background:0 0;border:1px solid #ffffffe6;border-radius:50%;width:9px;min-width:9px;height:9px;padding:0;position:static}.food-gallery-dots>button.active{background:#fff}.food-proof-grid{grid-template-columns:1fr 1fr;gap:8px;padding:12px 0;display:grid}.food-proof-grid>div{border:1px solid var(--food-line);background:#fff;border-radius:15px;flex-direction:column;gap:5px;padding:11px;display:flex}.food-proof-grid span{color:var(--food-soft);font-size:9px;font-weight:900}.food-proof-grid strong{font-size:13px}.food-proof-grid button{color:#9a371f;background:#fff0e8;border:0;border-radius:9px;min-height:31px;padding:0 8px;font:800 10px inherit}.food-proof-grid>div>div{gap:4px;display:flex}.food-comments h3{margin:8px 0;font-size:16px}.food-comments h3 span,.food-comment-empty{color:var(--food-soft);font-size:12px}.food-comment{border-top:1px solid var(--food-line);grid-template-columns:34px 1fr;gap:8px;padding:10px 0;display:grid}.food-random-avatar{color:#9f3f27;background:#ffd8c8;border-radius:12px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.food-comment>div>div:first-child{align-items:center;gap:6px;display:flex}.food-comment strong{font-size:11px}.food-comment time{color:var(--food-soft);font-size:9px}.food-comment p{margin:4px 0;font-size:13px;line-height:1.4}.food-comment-actions{gap:10px;display:flex!important}.food-comment-actions button,.food-danger-row button{color:#7d6961;background:0 0;border:0;align-items:center;gap:3px;padding:0;font:800 10px inherit;display:flex}.food-reply{background:#fff;border-left:2px solid #f4a68f;border-radius:0 9px 9px 0;flex-direction:column;margin-top:6px;padding:7px;display:flex!important}.food-reply span{font-size:11px}.food-comment-form{background:var(--food-cream);padding:8px 0;position:sticky;bottom:-1px}.food-comment-form>div{color:var(--food-soft);padding:4px;font-size:10px}.food-comment-form>div button{color:var(--food-coral);background:0 0;border:0;font-weight:900}.food-comment-form label{border:1px solid var(--food-line);background:#fff;border-radius:15px;height:48px;padding:5px;display:flex}.food-comment-form input{border:0;outline:0;flex:1;min-width:0;padding:0 8px;font:600 13px inherit}.food-comment-form label button{background:var(--food-coral);color:#fff;border:0;border-radius:11px;width:38px}.food-danger-row{justify-content:space-between;padding-top:8px;display:flex}.food-region-search{border:1px solid var(--food-line);background:#fff;border-radius:15px;align-items:center;gap:8px;height:48px;margin-bottom:10px;padding:0 11px;display:flex}.food-region-search>svg{color:var(--food-coral);flex:none}.food-region-search input{min-width:0;color:var(--food-ink);background:0 0;border:0;outline:0;flex:1;font:700 14px inherit}.food-region-search button{width:34px;height:34px;color:var(--food-soft);background:0 0;border:0;place-items:center;display:grid}.food-region-empty{text-align:center;color:var(--food-soft);margin:18px 0;font-size:12px}.food-cuisine-group{margin:0 0 14px}.food-cuisine-group h3{color:var(--food-soft);letter-spacing:.05em;text-transform:uppercase;margin:0 0 7px;font-size:10px;font-weight:900}.food-cuisine-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.food-cuisine-grid button{border:1px solid var(--food-line);min-height:46px;color:var(--food-ink);background:#fff;border-radius:14px;padding:7px;font:800 12px inherit}.food-cuisine-grid button.active{color:#fff;background:#2f211d;border-color:#2f211d}.food-feed-tabs{background:#eee5df;border-radius:12px;grid-template-columns:repeat(3,1fr);margin-bottom:10px;padding:3px;display:grid}.food-feed-tabs button{color:#76655d;background:0 0;border:0;border-radius:10px;height:37px;font:800 11px inherit}.food-feed-tabs button.active{color:var(--food-ink);background:#fff;box-shadow:0 2px 8px #2c1c1514}.food-feed-list{flex-direction:column;display:flex}.food-feed-list>button{border:0;border-bottom:1px solid var(--food-line);text-align:left;background:0 0;grid-template-columns:68px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:9px 0;display:grid}.food-feed-list img{object-fit:cover;border-radius:14px;width:68px;height:68px}.food-feed-list span{flex-direction:column;gap:4px;min-width:0;display:flex}.food-feed-list small{color:#aa462f;font-size:9px;font-weight:900}.food-feed-list strong{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.food-feed-list em{color:var(--food-soft);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:3px;font-size:10px;font-style:normal;display:flex;overflow:hidden}.food-feed-empty{min-height:230px;color:var(--food-soft);flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.food-feed-empty strong{color:var(--food-ink)}.food-feed-empty span{font-size:11px}.food-toast{z-index:100;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));color:#fff;background:#2f211d;border-radius:15px;align-items:center;gap:9px;min-height:50px;padding:8px 10px 8px 14px;font-size:12px;font-weight:800;display:flex;position:fixed;box-shadow:0 12px 30px #1e141040}.food-toast>span{flex:1}.food-toast button{color:#ffc0ae;background:0 0;border:0;font-weight:900}.food-toast button:last-child{color:#fff;width:32px;height:32px}.food-exact-pin{z-index:76;pointer-events:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-100%)}.food-exact-pin span{background:var(--food-coral);color:#fff;border-radius:50% 50% 50% 8px;place-items:center;width:48px;height:48px;animation:1.7s ease-in-out infinite food-pin-breathe;display:grid;transform:rotate(-45deg);box-shadow:0 0 0 10px #f2644229,0 8px 25px #4d291e4d}.food-exact-pin svg{transform:rotate(45deg)}.food-pin-confirm{z-index:77;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));border:1px solid var(--food-line);background:#fffaf4;border-radius:20px;padding:14px;position:fixed;box-shadow:0 15px 45px #2f211d40}.food-pin-confirm>div:first-child{flex-direction:column;gap:3px;display:flex}.food-pin-confirm strong{font-size:16px}.food-pin-confirm small{color:var(--food-soft);font-size:11px}.food-pin-confirm>div:last-child{grid-template-columns:1fr 1.5fr;gap:8px;margin-top:12px;display:grid}.food-pin-confirm button{border:1px solid var(--food-line);background:#fff;border-radius:13px;height:45px;font:850 12px inherit}.food-pin-confirm button:last-child{background:var(--food-coral);color:#fff;border:0;justify-content:center;align-items:center;gap:5px;display:flex}.food-field-help{color:var(--food-soft);font-weight:600;font-size:10px!important}.food-comment-context{grid-template-columns:1fr 130px;gap:6px;display:grid;padding:4px 0!important}.food-comment-context input,.food-comment-context select{border:1px solid var(--food-line);min-width:0;height:34px;color:var(--food-ink);background:#fff;border-radius:10px;padding:0 8px;font:750 10px inherit}.food-tone{color:#28735e;background:#edf5f1;border-radius:99px;padding:2px 5px;font-size:8px!important}.food-tone.loved_it{color:#b9462c;background:#fff0eb}.food-tone.needs_update{color:#866100;background:#fff5d8}.food-ranking-note{color:var(--food-soft);margin:-5px 0 13px;font-size:11px;line-height:1.4}.food-top-group{margin:0 0 16px}.food-top-group h3{align-items:center;gap:7px;margin:8px 0;font-size:15px;display:flex}.food-top-group>p{border:1px dashed var(--food-line);text-align:center;color:var(--food-soft);border-radius:14px;padding:16px;font-size:11px}.food-top-group>button{border:0;border-bottom:1px solid var(--food-line);text-align:left;width:100%;color:var(--food-ink);background:0 0;grid-template-columns:25px 62px minmax(0,1fr) 20px;align-items:center;gap:8px;padding:8px 0;display:grid}.food-top-group>button>b{color:#b54024;background:#ffe0d3;border-radius:9px;place-items:center;width:24px;height:24px;font-size:11px;display:grid}.food-top-group img{object-fit:cover;border-radius:13px;width:62px;height:62px}.food-top-group button span{flex-direction:column;gap:3px;min-width:0;display:flex}.food-top-group button strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.food-top-group button small{color:var(--food-soft);white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.food-top-group button em{color:#b9462c;align-items:center;gap:3px;font-size:9px;font-style:normal;font-weight:850;display:flex}.food-top-group.bad h3,.food-top-group.bad button em{color:#a33a34}.food-top-group.bad>button>b{color:#a33a34;background:#f9dfdc}.food-top-group.bad>button{background:linear-gradient(90deg,#fff1efbf,#0000);border-radius:12px;padding-left:6px;padding-right:4px}.food-inline-edit{border:1px solid var(--food-line);background:#fff;border-radius:16px;flex-direction:column;gap:9px;margin:9px 0 13px;padding:12px;display:flex}.food-inline-edit label{color:var(--food-soft);flex-direction:column;gap:5px;font-size:10px;font-weight:900;display:flex}.food-inline-edit input,.food-inline-edit textarea,.food-inline-edit select{border:1px solid var(--food-line);width:100%;min-height:42px;color:var(--food-ink);background:#fffaf7;border-radius:11px;padding:9px;font:650 13px inherit}.food-inline-edit textarea{resize:none}.food-inline-edit-actions{justify-content:flex-end;gap:7px;display:flex}.food-inline-edit-actions button{border:1px solid var(--food-line);background:#fff;border-radius:11px;min-height:40px;padding:0 12px;font:850 11px inherit}.food-inline-edit-actions button:last-child{border-color:var(--food-coral);background:var(--food-coral);color:#fff}.food-inline-edit-actions button:disabled{opacity:.55}.food-edit-location-button{color:#2a6756;text-align:left;background:#f2faf6;border:1px solid #cfe2d8;border-radius:13px;grid-template-columns:25px minmax(0,1fr) 18px;align-items:center;gap:7px;width:100%;min-height:55px;padding:8px 9px;display:grid}.food-edit-location-button>span{flex-direction:column;gap:2px;min-width:0;display:flex}.food-edit-location-button strong{color:var(--food-ink);font-size:11px}.food-edit-location-button small{white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.food-location-editor{background:#fffaf7;border:1px solid #dcd1ca;border-radius:14px;flex-direction:column;gap:8px;padding:9px;display:flex}.food-location-editor-current{color:#28735e;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:7px;display:grid}.food-location-editor-current>span{flex-direction:column;min-width:0;display:flex}.food-location-editor-current strong{color:var(--food-ink);font-size:11px}.food-location-editor-current small{color:var(--food-soft);white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.food-location-editor-actions{gap:6px;display:flex;overflow:auto}.food-location-editor-actions>button,.food-location-editor-actions>a{border:1px solid var(--food-line);color:#5d4c45;white-space:nowrap;background:#fff;border-radius:11px;align-items:center;gap:4px;height:36px;padding:0 9px;font:800 10px inherit;text-decoration:none;display:flex}.food-country-warning{color:#a06518;background:#fff8e8;border:1px solid #efcf9e;border-radius:14px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:7px;padding:9px 10px;display:grid}.food-country-warning>span{flex-direction:column;gap:2px;min-width:0;display:flex}.food-country-warning strong{color:#704819;font-size:11px}.food-country-warning small{color:#8a642f;font-size:9px;line-height:1.35}.food-location-search-hint{color:var(--food-soft);margin:-2px 2px 1px;font-size:9px;line-height:1.35}.food-location-pending{color:#28735e;background:#edf8f2;border:1px solid #bfddcf;border-radius:13px;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:7px;min-height:48px;padding:8px 10px;display:grid}.food-location-pending>span{flex-direction:column;gap:2px;display:flex}.food-location-pending strong{color:#245b4d;font-size:11px}.food-location-pending small{color:#59776d;font-size:9px}@keyframes food-pin-breathe{50%{transform:rotate(-45deg)scale(1.05);box-shadow:0 0 0 18px #f264420f,0 10px 30px #4d291e59}}@keyframes food-reward-pop{0%{opacity:0;transform:translateY(-4px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes food-badge-pop{0%{opacity:.2;transform:scale(.55)}to{opacity:1;transform:scale(1)}}@keyframes food-spin{to{transform:rotate(360deg)}}@keyframes food-switch-glow{50%{box-shadow:0 0 0 9px #f2644214}}@keyframes food-switch-pop{50%{transform:translate(20px)scale(1.16)}}@media (width<=430px){.food-topbar-context{width:100%}.food-profile-summary>strong{display:block}.food-country-topbar{max-width:88px}}.food-google-search-actions{z-index:5;gap:6px;display:flex;position:absolute;top:116px;left:12px}.food-google-search-actions .food-google-search-link{display:flex;position:static}.food-google-search-actions>button{color:#fff;background:#2f211df0;border:0;border-radius:12px;padding:0 10px;font:850 10px inherit;box-shadow:0 5px 16px #38251c1f}.food-map-google-return{z-index:7;background:#fff;border:1px solid #5a3e2f26;border-radius:15px;grid-template-columns:minmax(0,1fr) 48px 38px;gap:5px;height:50px;padding:5px;display:grid;position:absolute;top:158px;left:12px;right:12px;box-shadow:0 12px 28px #3422192b}.food-map-google-return input{min-width:0;color:var(--food-ink);border:0;outline:0;padding:0 7px;font:650 16px inherit}.food-map-google-return button{color:#fff;background:#28735e;border:0;border-radius:10px;font:850 10px inherit}.food-map-google-return button:last-child{color:#65534b;background:#f0e7e1;place-items:center;display:grid}.food-google-import{border:1px solid var(--food-line);background:#fff;border-radius:14px;overflow:hidden}.food-google-import>summary{color:#65534b;cursor:pointer;align-items:center;gap:6px;min-height:43px;padding:0 11px;font-size:11px;font-weight:850;list-style:none;display:flex}.food-google-import>summary::-webkit-details-marker{display:none}.food-google-import>summary svg{color:#28735e}.food-google-import>summary span{min-width:0}.food-google-import>summary em{color:#28735e;background:#edf7f2;border-radius:99px;margin-left:auto;padding:4px 7px;font-size:8px;font-style:normal;font-weight:900}.food-google-import[open]>summary{border-bottom:1px solid var(--food-line)}.food-google-help{background:#f1f8f4;border-radius:11px;justify-content:space-between;align-items:center;gap:8px;margin:9px 9px 0;padding:8px 9px;display:flex}.food-google-help strong{color:#315c50;font-size:9px}.food-google-help span{color:#5f766e;text-align:right;font-size:9px}.food-google-import>form{grid-template-columns:minmax(0,1fr) 52px;gap:6px;padding:9px;display:grid}.food-google-import input{border:1px solid var(--food-line);min-width:0;height:42px;color:var(--food-ink);border-radius:11px;padding:0 9px;font:650 16px inherit}.food-google-import form button{color:#fff;background:#28735e;border:0;border-radius:11px;font:850 11px inherit}.food-google-import form button:disabled{opacity:.4}.food-google-import>small{color:var(--food-soft);padding:0 10px 10px;font-size:9px;line-height:1.35;display:block}.food-page .food-map-place-results{max-height:310px}.food-place-results-count{z-index:1;color:#8a756c;letter-spacing:.03em;background:#f8f1eb;padding:7px 10px;font-size:9px;font-weight:900;position:sticky;top:0}.food-map-place-results{z-index:7;background:#fffcf8fa;border:1px solid #5a3e2f26;border-radius:17px;max-height:270px;position:absolute;top:116px;left:12px;right:12px;overflow:auto;box-shadow:0 14px 35px #3422192e}.food-map-place-results>button{text-align:left;width:100%;min-height:54px;color:var(--food-ink);background:0 0;border:0;border-bottom:1px solid #eee3dc;grid-template-columns:20px minmax(0,1fr) 18px;align-items:center;gap:7px;padding:8px 10px;display:grid}.food-map-place-results>button:last-child{border-bottom:0}.food-map-place-results svg{color:var(--food-coral)}.food-map-place-results span{flex-direction:column;gap:2px;min-width:0;display:flex}.food-map-place-results strong,.food-map-place-results small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.food-map-place-results strong{font-size:12px}.food-map-place-results small{color:var(--food-soft);font-size:9px}.food-google-search-link{z-index:5;color:#65534b;background:#fffffff2;border-radius:12px;align-items:center;gap:5px;padding:8px 10px;font-size:10px;font-weight:850;text-decoration:none;display:flex;position:absolute;top:116px;left:12px;box-shadow:0 5px 16px #38251c1f}.food-searched-place{z-index:5;left:12px;right:12px;bottom:max(76px,calc(64px + env(safe-area-inset-bottom)));background:#fffcf8f7;border:1px solid #4c362b21;border-radius:18px;grid-template-columns:minmax(0,1fr) 38px auto;align-items:center;gap:7px;min-height:62px;padding:8px;display:grid;position:absolute;box-shadow:0 12px 30px #3422192b}.food-searched-place>span{flex-direction:column;gap:2px;min-width:0;display:flex}.food-searched-place strong,.food-searched-place small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.food-searched-place strong{font-size:12px}.food-searched-place small{color:var(--food-soft);font-size:8px}.food-searched-place>a{color:#28735e;background:#eaf5ef;border-radius:11px;place-items:center;width:36px;height:36px;display:grid}.food-searched-place>button{color:#fff;background:#2f211d;border:0;border-radius:12px;align-items:center;gap:4px;height:38px;padding:0 11px;font:850 10px inherit;display:flex}.food-composer-google{color:#28735e;background:#f1f8f4;border:1px solid #d9e4de;border-radius:13px;justify-content:center;align-items:center;gap:6px;min-height:42px;font-size:11px;font-weight:850;text-decoration:none;display:flex}.food-detail-player{height:min(28dvh,238px);display:block}.food-detail-player>figure{width:100%;height:100%}.food-detail-player>figure img{object-fit:cover;width:100%;height:100%}.food-detail-thumbnails{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#2319157a;border-radius:14px;gap:5px;padding:4px;display:flex;position:absolute;bottom:11px;right:13px}.food-detail-thumbnails>button{color:#9b4b37;background:#f2ded1;border:2px solid #0000;border-radius:10px;place-items:center;width:40px;height:40px;padding:0;display:grid;overflow:hidden}.food-detail-thumbnails>button.active{border-color:#fff;box-shadow:0 0 0 1px #0000001f}.food-detail-thumbnails img{object-fit:cover;width:100%;height:100%}.food-detail .food-location-line{align-items:center}.food-detail .food-location-line>a{color:#28735e;background:#e9f4ee;border-radius:9px;align-items:center;gap:3px;margin-left:6px;padding:5px 7px;font-size:9px;font-weight:900;text-decoration:none;display:flex}@media (width<=430px){.food-map-place-results{top:115px}.food-detail-player{height:min(25dvh,210px)}.food-detail-thumbnails>button{width:36px;height:36px}.food-searched-place{grid-template-columns:minmax(0,1fr) 36px auto}.food-searched-place>button{padding:0 9px}}.food-comments-popover .food-comment-quick.food-comment-popover{box-shadow:none;background:#fff8f3;border-color:#efe0d7;margin:0 0 8px;padding:8px;position:relative;bottom:auto}.food-comment-quick>label{height:44px}.food-feeling-choices{gap:5px;display:flex;padding:0 0 6px!important}.food-feeling-choices>button{background:#f3ebe6;border:1px solid #0000;border-radius:9px;width:31px;height:29px;font-size:15px;line-height:1}.food-feeling-choices>button.active{background:#ffe8dc;border-color:#efbca9;box-shadow:0 0 0 2px #f2644214}.food-replying{justify-content:space-between;align-items:center;gap:8px;display:flex;padding:0 0 6px!important;font-size:9px!important}.food-replying>button{color:#68564e;background:#eee4de;border:0;border-radius:8px;place-items:center;width:25px;height:25px;display:grid}.food-comments-popover .food-comment-anonymous{grid-template-columns:1fr;padding:10px 3px}.food-comment-anonymous>div>div:first-child{justify-content:flex-start}.food-comment-anonymous .food-reply>span:first-child{color:var(--food-soft);font-size:9px}.food-detail-media{background:linear-gradient(135deg,#f2d6c6,#e9c9a7);gap:3px;height:min(25dvh,214px);display:grid;position:relative;overflow:hidden}.food-detail-media-1{grid-template-columns:1fr}.food-detail-media-2{grid-template-columns:1fr 1fr}.food-detail-media-3{grid-template-rows:1fr 1fr;grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr)}.food-detail-media-3>figure:first-child{grid-row:1/3}.food-detail-media figure{background:#eadbd1;min-width:0;min-height:0;margin:0;overflow:hidden}.food-detail-media img{object-fit:cover;width:100%;height:100%;display:block}.food-detail-media>button{z-index:2;color:#382b26;background:#fffffff0;border:0;border-radius:14px;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:13px;right:13px;box-shadow:0 4px 16px #291c162e}.food-detail-media>span{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#2f211dd1;border:1px solid #ffffff59;border-radius:99px;padding:7px 11px;font-size:10px;font-weight:900;position:absolute;bottom:12px;left:13px}.food-photo-fallback{color:#9b4b37;background:radial-gradient(circle at 75% 20%,#ffffffbf,#0000 28%),linear-gradient(135deg,#ffe3d5,#f6c69d);flex-direction:column;justify-content:center;align-items:center;gap:5px;width:100%;height:100%;display:flex}.food-photo-fallback span{font-size:9px;font-weight:900}.food-detail .food-detail-body{background:var(--food-cream);border-radius:20px 20px 0 0;margin-top:-11px;padding:17px 18px 18px;position:relative}.food-detail .food-detail-body>h2{margin:3px 0 6px;font-size:26px}.food-detail .food-caption{margin:5px 0 10px}.food-detail .food-location-line{background:0 0;border:0;border-radius:0;max-width:100%;margin-top:5px;padding:4px 0;display:inline-flex}.food-detail .food-location-line strong{color:#6f5d55;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.food-detail .food-meta-row{flex-wrap:wrap;padding:7px 0 2px;overflow:visible}.food-detail .food-meta-row span{color:#65534b;background:#f4ebe5;border:0;padding:6px 8px}.food-detail-top-actions{z-index:4;gap:7px;display:flex;position:absolute;top:13px;right:13px}.food-detail-top-actions>button{color:#382b26;background:#fffffff0;border:0;border-radius:13px;place-items:center;width:40px;height:40px;display:grid;box-shadow:0 4px 16px #291c162e}.food-detail-top-actions>button:active{transform:scale(.94)}.food-share-status{z-index:4;color:#fff;background:#2f211de0;border-radius:99px;padding:6px 9px;font-size:9px;position:absolute;top:61px;right:13px}.food-engagement-bar{border-top:1px solid var(--food-line);grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:12px;padding-top:11px;display:grid}.food-engagement-bar>button{color:#756159;min-width:0;min-height:53px;font:inherit;background:#fff;border:1px solid #0000;border-radius:15px;justify-content:center;align-items:center;gap:7px;padding:7px;transition:background .18s,color .18s,transform .18s,border-color .18s;display:flex}.food-engagement-bar>button:active{transform:scale(.97)}.food-engagement-bar>button>svg{flex:none}.food-engagement-bar>button>span{flex-direction:column;align-items:flex-start;gap:1px;min-width:0;display:flex}.food-engagement-bar strong{font-size:11px;line-height:1.1}.food-engagement-bar small{color:#9a8880;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:8px;overflow:hidden}.food-engagement-bar>button.active{color:#b94b31;background:#fff1e9;border-color:#f2cbbd}.food-engagement-bar>button.active small{color:#a65f4d}.food-engagement-reward{color:#257356;text-align:center;background:#eef8f1;border-radius:12px;margin:8px 0 0;padding:7px 9px;font-size:10px;font-weight:900;animation:.32s ease-out food-reward-pop}.food-feedback-popover{background:#fff;border:1px solid #eadbd2;border-radius:18px;margin-top:8px;padding:13px;box-shadow:0 7px 22px #32211912}.food-feedback-popover-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.food-feedback-popover-head>span{flex-direction:column;gap:2px;display:flex}.food-feedback-popover-head strong{font-size:13px}.food-feedback-popover-head small{color:var(--food-soft);font-size:9px}.food-feedback-popover-head>b{letter-spacing:-.5px;color:#c66a21;font-size:22px}.food-rating-picker{justify-content:center;gap:5px;margin:13px 0;display:flex}.food-rating-choice{color:#dfd2c7;width:36px;height:36px;display:inline-block;position:relative}.food-rating-choice>svg,.food-rating-choice>span{position:absolute;inset:1px}.food-rating-choice>span{width:var(--star-fill);color:#edaa27;overflow:hidden}.food-rating-choice>span svg{position:absolute;top:0;left:0}.food-rating-choice>button{z-index:2;background:0 0;border:0;width:50%;padding:0;position:absolute;top:0;bottom:0}.food-rating-choice>button:first-of-type{left:0}.food-rating-choice>button:last-of-type{right:0}.food-rating-choice:focus-within{filter:drop-shadow(0 0 3px #e29b1780)}.food-rating-save{color:#fff;background:#33251f;border:0;border-radius:12px;width:100%;height:40px;font:850 11px inherit}.food-rating-save:disabled{color:#a7968e;background:#e8ded7}.food-comments-popover{padding:12px}.food-comments-head{justify-content:space-between;align-items:center;gap:9px;padding-bottom:7px;display:flex}.food-comments-head>span{flex-direction:column;gap:2px;display:flex}.food-comments-head strong{font-size:13px}.food-comments-head small{color:var(--food-soft);font-size:8px}.food-comments-head>button{color:#fff;background:#33251f;border:0;border-radius:11px;align-items:center;gap:4px;height:34px;padding:0 10px;font:850 10px inherit;display:flex}.food-comments-popover .food-comments{margin:0}.food-comments-popover .food-comment-empty{background:#faf5f1;border-radius:12px;margin:0;padding:17px 8px}.food-comments-popover .food-comment-form.food-comment-popover{box-shadow:none;background:#fff8f3;margin:9px 0 0;padding:10px;position:sticky;bottom:0}.food-comments-popover .food-danger-row{justify-content:flex-end}.food-detail .food-owner-tools-compact{border-top:1px solid var(--food-line);border-radius:0;margin-top:10px;padding-top:10px}@media (width<=430px){.food-detail-media{height:min(22dvh,182px)}.food-detail .food-detail-body{padding:16px 14px 14px}.food-detail .food-detail-body>h2{font-size:24px}.food-engagement-bar{gap:5px}.food-engagement-bar>button{gap:5px;min-height:51px;padding:6px 4px}.food-engagement-bar small{font-size:7.5px}.food-rating-picker{gap:3px}.food-rating-choice{width:34px;height:34px}.food-rating-choice>svg,.food-rating-choice>span svg{width:32px;height:32px}.food-comments-head small{display:none}.food-sheet{padding-left:14px;padding-right:14px}.food-photo-picker{min-height:176px}.food-photo-grid figure{height:98px}.food-detail-photo{height:min(31dvh,250px)}.food-detail-body{padding:14px}.food-sheet-head h2{font-size:22px}.food-profile-card input,.food-region-search input,.food-place-search input,.food-details-step input,.food-details-step textarea,.food-details-step select,.food-comment-form input,.food-comment-context input,.food-comment-context select{font-size:16px}}@media (width<=360px){.food-topbar{gap:6px;padding-left:8px;padding-right:8px}.food-profile-summary{gap:6px;padding-right:5px}.food-profile-summary>strong{font-size:11px}.food-country-topbar{gap:3px;min-width:61px;padding:0 6px}}@media (width<=320px){.food-profile-summary>span{width:30px;height:30px}.food-topbar{grid-template-columns:38px minmax(0,1fr) 38px;gap:5px}.food-icon-button,.food-avatar-button{width:38px;height:38px}.food-country-topbar{min-width:58px;padding:0 5px}.food-country-topbar .food-country-flag{font-size:14px}}@media (height<=600px){.food-sheet{border-radius:18px 18px 0 0;max-height:100dvh}.food-sheet-head{z-index:3;background:var(--food-cream);padding-top:3px;position:sticky;top:0}}@media (width>=700px){.food-topbar{padding-left:24px;padding-right:24px}.food-map-shell{height:calc(100dvh - 64px)}.food-search{width:390px;left:24px;right:auto}.food-filter-row{top:70px;left:24px;right:auto}.food-map-actions{right:24px}.food-sheet{border-radius:24px;max-height:88dvh;margin-bottom:18px}.food-sheet-backdrop{padding:16px}}@media (prefers-reduced-motion:reduce){.food-page *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.food-list-view-grid>button.ranked-post{background:linear-gradient(112deg,color-mix(in srgb,var(--food-rank) 9%,#fff) 0,#fff 52%);box-shadow:0 6px 17px #402a1f11,-2px 0 15px color-mix(in srgb,var(--food-rank) 18%,transparent);border-left:0;position:relative;overflow:hidden}.food-list-view-grid>button.ranked-post:before{content:"";border:1px solid color-mix(in srgb,var(--food-rank) 28%,#eadbd2);border-left:4px solid var(--food-rank);pointer-events:none;border-radius:18px;position:absolute;inset:0}.food-rank-chip{border:1px solid color-mix(in srgb,var(--food-rank) 28%,#fff);background:color-mix(in srgb,var(--food-rank) 12%,#fff);color:#44352f;letter-spacing:0;text-transform:none;vertical-align:1px;box-shadow:0 2px 7px color-mix(in srgb,var(--food-rank) 16%,transparent);border-radius:99px;align-items:center;gap:3px;margin-left:5px;padding:2px 6px;font-size:7px;font-style:normal;font-weight:950;display:inline-flex}.food-rank-chip svg{color:var(--food-rank);stroke-width:2.4px}.food-detail-media.food-detail-premium{box-shadow:0 0 0 2px color-mix(in srgb,var(--food-rank) 54%,#fff),0 12px 30px color-mix(in srgb,var(--food-rank) 20%,transparent)}.food-profile-name-button{border:1px solid var(--food-line);text-align:left;width:100%;min-height:58px;color:var(--food-ink);background:#fff;border-radius:17px;grid-template-columns:42px minmax(0,1fr) 34px;align-items:center;gap:9px;padding:8px 10px;display:grid}.food-profile-name-button>span:nth-child(2){flex-direction:column;gap:2px;min-width:0;display:flex}.food-profile-name-button small{color:var(--food-soft);letter-spacing:.06em;font-size:8px;font-weight:900}.food-profile-name-button strong{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.food-profile-name-button>svg{color:var(--food-coral);justify-self:center}.food-level-card{border-color:var(--food-rank,#a85f3b)!important;background:radial-gradient(circle at 88% 0,var(--food-rank-glow,#a85f3b33),transparent 40%),linear-gradient(145deg,#fff,#fff8f2)!important;box-shadow:0 9px 24px var(--food-rank-glow,#7d3c2617)!important}.food-rank-gem{isolation:isolate;color:#fff!important;background:0 0!important;border-radius:14px!important;position:relative!important}.food-rank-gem>i{z-index:-1;background:linear-gradient(145deg,color-mix(in srgb,var(--food-rank) 62%,#fff),var(--food-rank));clip-path:polygon(50% 0,90% 26%,82% 79%,50% 100%,18% 79%,10% 26%);filter:drop-shadow(0 4px 5px var(--food-rank-glow));position:absolute;inset:4px}.food-rank-gem>b{text-shadow:0 1px 2px #00000040;font-size:8px!important}.food-level-head strong{color:var(--food-rank,#a85f3b)}.food-level-head>em{color:var(--food-rank,#a85f3b)!important}.food-level-progress i{background:linear-gradient(90deg,color-mix(in srgb,var(--food-rank) 65%,#fff),var(--food-rank))!important;box-shadow:0 0 12px var(--food-rank-glow)!important}.food-xp-rules b,.food-xp-history article>b{color:var(--food-rank,var(--food-coral))}.food-profile.rank-bronze{--food-rank:#a85f3b;--food-rank-glow:#a85f3b38}.food-profile.rank-silver{--food-rank:#71808e;--food-rank-glow:#71808e38}.food-profile.rank-gold{--food-rank:#d08a16;--food-rank-glow:#d08a163d}.food-profile.rank-plat{--food-rank:#168f86;--food-rank-glow:#168f863b}.food-profile.rank-diamond{--food-rank:#7564d8;--food-rank-glow:#7564d840}.food-profile.rank-aurora{--food-rank:#d44c91;--food-rank-glow:#d44c9140}.food-profile.rank-comet{--food-rank:#3287d9;--food-rank-glow:#3287d940}.food-profile.rank-nova{--food-rank:#ef6b38;--food-rank-glow:#ef6b3840}.food-profile.rank-nebula{--food-rank:#7a57d2;--food-rank-glow:#7a57d245}.food-profile.rank-celestial{--food-rank:#159eaa;--food-rank-glow:#159eaa3d}.food-profile.rank-mythic{--food-rank:#bd3f6e;--food-rank-glow:#bd3f6e45}.food-profile.rank-eternal{--food-rank:#6f4db7;--food-rank-glow:#6f4db74d}.food-profile.rank-starlight{--food-rank:#4f88dc;--food-rank-glow:#4f88dc4a}.food-profile.rank-orbit{--food-rank:#2a9d83;--food-rank-glow:#2a9d8345}.food-profile.rank-cosmic{--food-rank:#9b58cf;--food-rank-glow:#9b58cf4d}.food-profile.rank-prism{--food-rank:#e26370;--food-rank-glow:#e263704a}.food-profile.rank-legend{--food-rank:#ba8518;--food-rank-glow:#ba851852}.food-feed-tabs button{justify-content:center;align-items:center;gap:5px;display:flex}.food-feed-tabs button svg{flex:none}.food-feed-tabs button.active svg{color:var(--food-coral)}@media (width<=430px){.food-topbar{gap:7px;padding-left:10px;padding-right:10px}.food-profile-summary.compact{flex-basis:40px;width:40px}.food-country-topbar.flag-only{width:34px;min-width:34px;max-width:34px}.food-country-topbar .food-country-flag{font-size:19px}.food-view-toggle{grid-template-columns:29px 29px}.food-view-toggle button{width:29px}.food-list-view{padding-left:10px;padding-right:10px}.food-list-view-grid>button{grid-template-columns:70px minmax(0,1fr) 16px}.food-list-view-grid>button>img{width:70px;height:70px}}@media (width<=350px){.food-topbar{gap:5px}.food-country-topbar.flag-only{width:29px;min-width:29px;max-width:29px}.food-country-topbar .food-country-flag{font-size:17px}.food-view-toggle{grid-template-columns:27px 27px}.food-view-toggle button{width:27px}.food-profile-summary.compact{flex-basis:38px;width:38px}.food-icon-button{width:38px;height:38px}.food-topbar-spacer{min-width:1px}.food-feed-tabs button{font-size:9px}}.food-map-shell .food-filter-row{top:12px}.food-map-shell.list-mode .food-filter-row{width:92px;left:auto;right:12px}.food-map-shell.list-mode .food-filter-menu-toggle{justify-content:center;width:92px;padding:0 8px}.food-map-shell.list-mode .food-search{border-radius:14px;width:auto;height:44px;top:12px;left:12px;right:112px}.food-map-shell.list-mode .food-list-view{padding-top:70px}.food-filter-menu-sheet{padding-bottom:calc(18px + env(safe-area-inset-bottom))}.food-filter-menu-section{flex-direction:column;gap:8px;margin:0 0 17px;display:flex}.food-filter-menu-section>span{letter-spacing:.08em;color:var(--food-soft);font-size:9px;font-weight:950}.food-filter-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.food-filter-menu-grid button{border:1px solid var(--food-line);min-height:46px;color:var(--food-ink);background:#fff;border-radius:14px;justify-content:center;align-items:center;gap:6px;font:850 12px inherit;display:flex}.food-filter-menu-grid button.active{background:var(--food-coral);border-color:var(--food-coral);color:#fff;box-shadow:0 5px 13px #f2644233}.food-filter-cuisine-grid{border:1px solid var(--food-line);background:#fffaf6;border-radius:15px;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:-7px 0 16px;padding:9px;display:grid}.food-filter-cuisine-grid button{border:1px solid var(--food-line);min-height:38px;color:var(--food-ink);background:#fff;border-radius:11px;font:800 11px inherit}.food-filter-cuisine-grid button.active{color:#fff;background:#2f211d;border-color:#2f211d}.food-filter-done{color:#fff;background:#2f211d;border:0;border-radius:15px;width:100%;height:50px;font:900 14px inherit}.food-name-dialog-backdrop{z-index:90;background:#2f211d52;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.food-name-dialog{border:1px solid var(--food-line);background:var(--food-cream);border-radius:20px;width:min(100%,360px);padding:15px;animation:.18s ease-out food-dialog-in;box-shadow:0 20px 60px #2a1b153d}.food-name-dialog-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.food-name-dialog-head>span{flex-direction:column;gap:3px;display:flex}.food-name-dialog-head small{color:var(--food-coral);letter-spacing:.08em;font-size:8px;font-weight:950}.food-name-dialog-head strong{font-size:17px}.food-name-dialog-head button{width:34px;height:34px;color:var(--food-ink);background:#fff;border:0;border-radius:11px;place-items:center;display:grid}.food-name-dialog label{color:var(--food-soft);flex-direction:column;gap:6px;font-size:10px;font-weight:900;display:flex}.food-name-dialog input{border:1px solid var(--food-line);height:48px;color:var(--food-ink);background:#fff;border-radius:13px;outline:0;padding:0 12px;font:700 16px inherit}.food-name-dialog input:focus{border-color:var(--food-coral);box-shadow:0 0 0 3px #f2644224}.food-name-dialog-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:15px;display:grid}.food-name-dialog-actions button{color:#65534b;background:#eee5df;border:0;border-radius:12px;height:43px;font:850 12px inherit}.food-name-dialog-actions button:last-child{background:var(--food-coral);color:#fff}.food-name-dialog-actions button:disabled{opacity:.4}@keyframes food-dialog-in{0%{opacity:0;transform:translateY(7px)scale(.98)}to{opacity:1;transform:none}}.food-map-shell.list-mode .food-filter-menu-toggle{border-radius:14px;height:44px}.food-exp-hint{border:1px solid var(--food-line);text-align:left;width:100%;min-height:52px;color:var(--food-ink);background:#fff;border-radius:16px;grid-template-columns:28px minmax(0,1fr) 18px;align-items:center;gap:8px;padding:8px 11px;display:grid}.food-exp-hint>svg:first-child{color:var(--food-rank,var(--food-coral))}.food-exp-hint>span{flex-direction:column;gap:2px;display:flex}.food-exp-hint strong{font-size:12px}.food-exp-hint small{color:var(--food-soft);font-size:9px}.food-exp-dialog-backdrop{z-index:90;background:#2f211d52;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.food-exp-dialog{border:1px solid var(--food-line);background:var(--food-cream);border-radius:20px;width:min(100%,360px);padding:15px;animation:.18s ease-out food-dialog-in;box-shadow:0 20px 60px #2a1b153d}.food-exp-dialog>p{color:var(--food-soft);margin:0 0 13px;font-size:11px;line-height:1.4}.food-exp-limit{color:var(--food-soft);margin-top:10px;font-size:9px;line-height:1.35;display:block}.food-rank-title-row{align-items:center;gap:7px;min-width:0;display:flex}.food-badge-wardrobe-trigger{background:color-mix(in srgb,var(--food-rank) 15%,#fff);min-width:29px;height:23px;color:var(--food-rank);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--food-rank) 22%,transparent);border:0;border-radius:9px;justify-content:center;align-items:center;gap:3px;padding:0 6px;display:flex}.food-badge-wardrobe-trigger span{font-size:9px;font-weight:950}.food-badge-wardrobe-backdrop{z-index:91;background:#2f211d52;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.food-badge-wardrobe{border:1px solid var(--food-line);background:var(--food-cream);border-radius:20px;width:min(100%,360px);padding:15px;animation:.18s ease-out food-dialog-in;box-shadow:0 20px 60px #2a1b153d}.food-badge-wardrobe>p{color:var(--food-soft);margin:-5px 0 13px;font-size:10px;font-weight:750}.food-badge-wardrobe-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.food-badge-wardrobe-grid .food-badge{min-width:0;min-height:62px}.food-badge-wardrobe-grid .food-badge strong{white-space:normal}.food-search{padding-right:7px;transition:box-shadow .2s}.food-search:focus-within{box-shadow:0 8px 28px #48302333,0 0 0 3px #f2644229}.food-search.active>svg{color:var(--food-coral)}.food-search input{font-size:16px}.food-search .food-search-submit{color:#fff;background:#2f211d;border-radius:11px;width:36px;min-width:36px}.food-search .food-search-submit:disabled{opacity:.34}.food-sheet-head{gap:10px}.food-sheet-head>div:first-child{min-width:0}.food-sheet-actions{flex:none;gap:7px;display:flex}.food-sheet-actions>button{color:#483832;background:#fff;border:0;border-radius:14px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 3px 12px #412b2117}.food-composer>.food-sheet-head{z-index:6;background:linear-gradient(180deg,var(--food-cream) 82%,#fffaf4f0);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);margin:0 -3px;padding:3px 3px 10px;position:sticky;top:0}.food-photo-tray{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.food-photo-tray figure{background:#eadfd8;border-radius:15px;height:106px;margin:0;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #523a2f14}.food-photo-tray img{object-fit:cover;width:100%;height:100%}.food-photo-tray figure>button{color:#fff;background:#261b17d1;border:0;border-radius:10px;place-items:center;width:29px;height:29px;display:grid;position:absolute;top:5px;right:5px}.food-photo-tray figure>span{background:#ffffffeb;border-radius:99px;place-items:center;min-width:23px;height:23px;padding:0 5px;font-size:9px;font-weight:900;display:grid;position:absolute;bottom:6px;left:6px}.food-photo-add-tile{color:#9e4b35;background:#fff7f1;border:1.5px dashed #d8c5bb;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:6px;height:106px;padding:7px;display:flex}.food-photo-add-tile strong{font-size:10px;line-height:1.2}.food-photo-add-tile:disabled{opacity:.7}.food-current-place{background:#f1f8f4;border:1px solid #d8e7df;border-radius:16px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:64px;padding:8px 9px;display:grid}.food-current-place-icon{color:#28735e;background:#dcefe5;border-radius:12px;place-items:center;width:36px;height:36px;display:grid}.food-current-place>span:nth-child(2){flex-direction:column;gap:2px;min-width:0;display:flex}.food-current-place small{color:#4f7b6e;letter-spacing:.04em;font-size:8px;font-weight:900}.food-current-place strong,.food-current-place em{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.food-current-place strong{font-size:12px}.food-current-place em{color:#6d8079;font-size:8px;font-style:normal}.food-current-place>button{color:#fff;background:#28735e;border:0;border-radius:10px;height:34px;padding:0 10px;font:900 10px inherit}.food-upload-status{background:#fff5ef;border:1px solid #f0d4c7;border-radius:15px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:55px;padding:8px 10px;display:grid}.food-upload-status>span:nth-child(2){flex-direction:column;gap:2px;display:flex}.food-upload-status strong{font-size:11px}.food-upload-status small{color:var(--food-soft);font-size:9px}.food-upload-status>b{color:#b84b31;font-variant-numeric:tabular-nums;font-size:12px}.food-place-panel{border:1px solid var(--food-line);background:#fff4eb;border-radius:18px;flex-direction:column;gap:7px;padding:12px;display:flex}.food-place-panel>label{font-size:13px;font-weight:900}.food-place-panel>small{color:var(--food-soft);font-size:10px}.food-place-search{border-color:#ddcfc7;border-radius:14px;height:50px}.food-place-search:focus-within{border-color:#ef8b70;box-shadow:0 0 0 3px #f264421f}.food-place-search input{color:var(--food-ink);background:0 0;font-size:16px}.food-place-search button{place-items:center;min-width:42px;height:38px;display:grid}.food-mini-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.75s linear infinite food-spin}.food-place-results{max-height:242px;overflow-y:auto}.food-place-results button{color:var(--food-ink);grid-template-columns:20px minmax(0,1fr) 17px;align-items:center;padding:11px 10px;display:grid}.food-place-results button>svg:last-child{color:#95857e}.food-place-empty{background:#fff;border:1px dashed #d9c9c0;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:13px;display:flex}.food-place-empty strong{font-size:12px}.food-place-empty span{color:var(--food-soft);font-size:10px}.food-location-options{grid-template-columns:1fr 1fr;gap:8px;display:grid}.food-location-options>button{border:1px solid var(--food-line);text-align:left;min-height:62px;color:var(--food-ink);background:#fff;border-radius:16px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;padding:10px;display:grid}.food-location-options>button>svg{width:32px;height:32px;color:var(--food-coral);background:#ffe0d3;border-radius:11px;padding:7px}.food-location-options span{flex-direction:column;gap:2px;min-width:0;display:flex}.food-location-options strong{font-size:12px}.food-location-options small{color:var(--food-soft);font-size:9px}.food-more-fields{border:1px solid var(--food-line);background:#fff;border-radius:15px;padding:0 12px}.food-more-fields summary{color:#6e5c54;cursor:pointer;align-items:center;gap:7px;min-height:48px;font-size:12px;font-weight:850;list-style:none;display:flex}.food-more-fields summary::-webkit-details-marker{display:none}.food-more-fields[open]{padding-bottom:12px}.food-more-fields[open] summary{border-bottom:1px solid var(--food-line);margin-bottom:11px}.food-more-fields>label{flex-direction:column;gap:6px;font-size:12px;font-weight:900;display:flex}.food-more-fields>label,.food-more-fields>.food-field-grid,.food-more-fields>fieldset{margin-top:10px}.food-composer .food-details-step>.food-primary{bottom:calc(-18px - env(safe-area-inset-bottom));z-index:4;width:calc(100% + 4px);margin:4px -2px 0;position:sticky;box-shadow:0 -10px 24px #fffaf4f5,0 8px 18px #9d3d252e}.food-owner-tools{border:1px solid var(--food-line);background:#fff;border-radius:14px;align-items:center;gap:5px;min-height:46px;margin:9px 0 0;padding:6px 8px;display:flex}.food-owner-tools>span{color:#39806b;align-items:center;gap:4px;margin-right:auto;font-size:10px;font-weight:900;display:flex}.food-owner-tools button{color:#5d4c45;background:#f5efea;border:0;border-radius:10px;align-items:center;gap:4px;min-height:34px;padding:0 9px;font:800 10px inherit;display:flex}.food-owner-tools button.danger{color:#ac3829;background:#fff0ed}.food-delete-confirm{background:#fff6f3;border:1px solid #efc9c1;border-radius:15px;align-items:center;gap:10px;margin:8px 0;padding:11px;display:flex}.food-delete-confirm>div:first-child{flex-direction:column;gap:2px;min-width:0;display:flex}.food-delete-confirm strong{font-size:12px}.food-delete-confirm span{color:var(--food-soft);font-size:9px}.food-delete-confirm>div:last-child{gap:6px;margin-left:auto;display:flex}.food-delete-confirm button{border:1px solid var(--food-line);background:#fff;border-radius:10px;height:35px;padding:0 9px;font:850 10px inherit}.food-delete-confirm button:last-child{color:#fff;background:#b33b2c;border-color:#b33b2c}.food-delete-confirm button:disabled{opacity:.55}@media (width<=430px){.food-map-shell{min-height:0}.food-sheet{scroll-padding-bottom:120px}.food-search input{font-size:16px}.food-photo-tray figure,.food-photo-add-tile{height:88px}.food-current-place{min-height:60px}.food-delete-confirm{flex-direction:column;align-items:flex-start}.food-delete-confirm>div:last-child{width:100%;margin-left:0}.food-delete-confirm button{flex:1}.food-owner-tools>span{font-size:9px}}.food-author-row{grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;margin-bottom:10px;display:grid}.food-author-avatar{color:#fff;background:#2f211d;border-radius:13px;place-items:center;width:38px;height:38px;font-size:10px;font-weight:950;display:grid}.food-author-row>span:nth-child(2){flex-direction:column;gap:2px;min-width:0;display:flex}.food-author-row strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.food-author-row small{color:var(--food-soft);align-items:center;gap:4px;font-size:9px;display:flex}.food-author-row em{color:#a53d25;background:#fff0e8;border-radius:99px;padding:6px 9px;font-size:9px;font-style:normal;font-weight:900}.food-detail-body>h2{margin-top:5px}.food-location-line{margin-top:12px}.food-community-check{border:1px solid var(--food-line);background:#fff;border-radius:17px;margin:12px 0;overflow:hidden}.food-community-check>div{border-bottom:1px solid var(--food-line);grid-template-columns:34px minmax(0,1fr) auto auto;align-items:center;gap:7px;min-height:58px;padding:8px 9px;display:grid}.food-community-check>div:last-child{border-bottom:0;grid-template-columns:34px minmax(0,1fr) auto}.food-community-check>div>span{width:34px;height:34px;color:var(--food-coral);background:#fff0e8;border-radius:11px;place-items:center;display:grid}.food-community-check>div>div{flex-direction:column;gap:2px;min-width:0;display:flex}.food-community-check strong{font-size:11px}.food-community-check small{color:var(--food-soft);font-size:9px}.food-community-check button{color:#fff;background:#2f211d;border:0;border-radius:10px;min-height:34px;padding:0 9px;font:850 10px inherit}.food-community-check button.quiet{color:#6b5951;background:#f3ece7}@media (width<=360px){.food-community-check>div{grid-template-columns:31px minmax(0,1fr) auto auto;gap:5px}.food-community-check button{padding:0 7px;font-size:9px}}.food-detail-photo{height:min(27dvh,220px)}.food-feedback-panel{border:1px solid var(--food-line);background:#fff;border-radius:17px;margin-top:10px;overflow:hidden}.food-feedback-panel>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:10px;min-height:62px;padding:9px 12px;list-style:none;display:flex}.food-feedback-panel>summary::-webkit-details-marker{display:none}.food-feedback-panel>summary>span{align-items:center;gap:9px;min-width:0;display:flex}.food-feedback-panel>summary>span>svg{color:#e39b17;flex:none}.food-feedback-panel>summary>span>span{flex-direction:column;gap:2px;min-width:0;display:flex}.food-feedback-panel>summary strong{font-size:13px}.food-feedback-panel>summary small{color:var(--food-soft);font-size:9px}.food-feedback-panel>summary>svg{color:#8c7c75;transition:transform .2s}.food-feedback-panel[open]>summary>svg{transform:rotate(90deg)}.food-feedback-panel[open]>summary{border-bottom:1px solid var(--food-line)}.food-feedback-body{padding:11px}.food-rating-card{background:#fff8ec;border:1px solid #f0dfbd;border-radius:15px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:13px;padding:11px;display:grid}.food-rating-card>div{flex-direction:column;gap:3px;display:flex}.food-rating-card>div>strong{font-size:13px}.food-rating-card>div>small{color:var(--food-soft);font-size:9px}.food-rating-card>label{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px 8px;display:grid}.food-rating-card label>span{grid-column:1/-1;justify-content:space-between;font-size:10px;font-weight:850;display:flex}.food-rating-card input{accent-color:#e5a11a;width:100%}.food-rating-card button{color:#fff;background:#2f211d;border:0;border-radius:9px;height:32px;padding:0 9px;font:850 10px inherit}.food-rating-card button:disabled{opacity:.42}.food-stars{color:#e3a01b;gap:1px;display:flex}.food-star{color:#d9c9a8;width:18px;height:18px;display:inline-block;position:relative}.food-star>span{width:var(--star-fill);color:#e3a01b;height:18px;position:absolute;top:0;left:0;overflow:hidden}.food-star svg{position:absolute;top:0;left:0}.food-owner-tools-compact{background:0 0;border:0;justify-content:flex-end;margin-top:5px;padding:5px 0}.food-owner-tools-compact>button:first-child{margin-left:auto}.food-comment-popover{z-index:3;background:#fffaf4;border:1px solid #e3d5cc;border-radius:16px;margin-top:10px;padding:10px;position:sticky;bottom:0;box-shadow:0 12px 28px #2f211d29}.food-comment-popover-head{justify-content:space-between;align-items:center;display:flex;padding:0 0 6px!important}.food-comment-popover-head strong{color:var(--food-ink);font-size:12px}.food-comment-popover-head button{width:30px;height:30px;color:var(--food-ink);background:#f0e7e1;border:0;border-radius:9px;place-items:center;display:grid}@media (width<=430px){.food-detail-photo{height:min(23dvh,185px)}.food-rating-card{grid-template-columns:1fr}.food-rating-card>div{align-items:center}.food-feedback-body{padding:9px}}.food-comments-popover .food-comments{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;scrollbar-gutter:stable;max-height:min(42dvh,360px);padding-right:3px;overflow:hidden auto}.food-comments-modal-backdrop{z-index:110;background:#2f211d66;justify-content:center;align-items:flex-end;padding:12px;display:flex;position:fixed;inset:0}.food-comments-modal{border:1px solid var(--food-line);background:var(--food-cream);border-radius:24px;flex-direction:column;width:min(100%,620px);height:min(760px,100dvh - 24px);min-height:0;animation:.2s ease-out food-dialog-in;display:flex;overflow:hidden;box-shadow:0 24px 70px #2a1b154d}.food-comments-modal-head{border-bottom:1px solid var(--food-line);flex:none;justify-content:space-between;align-items:center;gap:10px;padding:16px 16px 12px;display:flex}.food-comments-modal-head>span{flex-wrap:wrap;align-items:baseline;gap:7px;min-width:0;display:flex}.food-comments-modal-head small{width:100%;color:var(--food-coral);letter-spacing:.08em;font-size:8px;font-weight:950}.food-comments-modal-head strong{font-size:20px}.food-comments-modal-head em{color:var(--food-soft);font-size:9px;font-style:normal}.food-comments-modal-head>button{width:36px;height:36px;color:var(--food-ink);background:#fff;border:0;border-radius:12px;flex:none;place-items:center;display:grid}.food-comments-modal-list{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;flex:1;min-height:0;padding:0 15px;overflow:hidden auto}.food-comments-modal-list>.food-comments{margin:0}.food-comments-modal-composer{z-index:2;padding:9px 15px calc(9px + env(safe-area-inset-bottom));border-top:1px solid var(--food-line);background:var(--food-cream);border-radius:0;flex:none;margin:0;box-shadow:0 -8px 18px #2f211d14;position:relative!important;bottom:auto!important}.food-comments-modal .food-form-error{margin:7px 15px 0}.food-comments-modal>.food-danger-row{background:var(--food-cream);flex:none;padding:0 15px 8px}@media (width>=600px){.food-comments-modal-backdrop{align-items:center;padding:20px}.food-comments-modal{border-radius:24px;height:min(720px,100dvh - 40px)}}@media (width<=430px){.food-comments-modal-backdrop{padding:0}.food-comments-modal{border-radius:22px 22px 0 0;width:100%;height:min(100dvh,760px)}.food-comments-modal-head,.food-comments-modal-list,.food-comments-modal-composer,.food-comments-modal>.food-danger-row{padding-left:14px;padding-right:14px}}.food-comments-modal-head>span{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px 8px;min-width:0;display:grid}.food-comments-modal-head small{grid-column:1/-1;width:auto;line-height:1}.food-comments-modal-head strong{white-space:nowrap;text-overflow:ellipsis;min-width:0;line-height:1.15;overflow:hidden}.food-comments-modal-head em{white-space:nowrap;justify-self:start;line-height:1.2}.food-comments-modal-composer{flex-direction:column;gap:7px;display:flex}.food-comments-modal-composer .food-replying{width:100%;min-width:0;line-height:1.25}.food-comments-modal-composer .food-feeling-choices{align-items:center;gap:6px;display:flex;padding:0!important}.food-comments-modal-composer>label{width:100%;min-width:0}.food-comments-modal-list .food-comment{min-width:0}.food-comments-modal-list .food-comment p{overflow-wrap:anywhere}.food-comments-modal-list .food-comment-actions{flex-wrap:wrap;row-gap:6px}.food-comments-modal-composer .food-replying{background:#fff3ec;border:1px solid #edc9b9;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.food-comments-modal-composer .food-replying>span{flex-direction:column;gap:3px;min-width:0;display:flex}.food-comments-modal-composer .food-replying small{color:var(--food-coral);letter-spacing:.06em;font-size:8px;font-weight:950;line-height:1}.food-comments-modal-composer .food-replying strong{color:var(--food-ink);white-space:normal;overflow-wrap:anywhere;font-size:11px;font-weight:750;line-height:1.25}.food-comments-modal-composer .food-replying>button{width:28px;height:28px;color:var(--food-ink);background:#fff;border:0;border-radius:9px;flex:none;place-items:center;display:grid}.food-comments-modal-list .food-reply{gap:3px;width:calc(100% - 8px);margin-left:8px;padding:8px 9px;line-height:1.3}.food-comments-modal-list .food-reply>span:last-child{overflow-wrap:anywhere}.food-comments-modal .food-comment-anonymous{grid-template-columns:minmax(0,1fr);padding:14px 0}.food-comments-modal .food-comment-anonymous>div{min-width:0}.food-comments-modal .food-comment-anonymous>div>div:first-child{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:7px;display:flex}.food-comments-modal .food-comment-anonymous p{white-space:pre-wrap;overflow-wrap:anywhere;margin:8px 0;font-size:14px;line-height:1.5}.food-comments-modal .food-comment-actions{align-items:center;gap:12px}.food-comments-modal .food-reply{box-sizing:border-box;max-width:100%;margin-top:9px}.food-comments-modal-list{padding-top:3px}.food-badge-shelf{border:1px solid var(--food-line);background:#fff;border-radius:17px;padding:10px;overflow:hidden}.food-badge-shelf-head{justify-content:space-between;align-items:center;gap:8px;padding:0 1px 8px;display:flex}.food-badge-shelf-head>span{align-items:baseline;gap:6px;display:flex}.food-badge-shelf-head strong{font-size:12px}.food-badge-shelf-head small{color:var(--food-soft);font-size:8px}.food-badge-shelf-head em{color:#23735a;white-space:nowrap;text-overflow:ellipsis;background:#eff8f3;border-radius:99px;align-items:center;gap:3px;max-width:52%;padding:4px 7px;font-size:8px;font-style:normal;font-weight:900;display:flex;overflow:hidden}.food-badge-row{scroll-snap-type:x mandatory;gap:7px;padding-bottom:1px;display:flex;overflow-x:auto}.food-badge{scroll-snap-align:start;background:#fffaf7;border:1px solid #eee3dc;border-radius:14px;grid-template-columns:29px minmax(0,1fr);align-items:center;gap:7px;min-width:111px;min-height:56px;padding:7px;display:grid}.food-badge>svg{box-sizing:border-box;color:#cd5336;background:#ffe4d8;border-radius:10px;width:29px;height:29px;padding:6px}.food-badge>span{flex-direction:column;gap:2px;min-width:0;display:flex}.food-badge strong{white-space:nowrap;text-overflow:ellipsis;font-size:9px;line-height:1.1;overflow:hidden}.food-badge small{color:#8b786e;font-size:7px;line-height:1.15}.food-badge.locked{filter:saturate(.3);opacity:.58;background:#faf7f4}.food-badge.locked>svg{color:#9d8e85;background:#eee8e4}.food-badge.map-muncher>svg{color:#238263;background:#dff3eb}.food-badge.crowd-pleaser>svg{color:#c94d6b;background:#ffe3e8}.food-badge.local-guide>svg{color:#6958bd;background:#eae5ff}.food-profile-collections,.food-profile-finds{border:1px solid var(--food-line);text-align:left;width:100%;min-height:55px;color:var(--food-ink);background:#fff;border-radius:16px;grid-template-columns:32px minmax(0,1fr) 20px;align-items:center;gap:8px;padding:8px 11px;display:grid}.food-profile-collections>svg{color:#c3593b}.food-profile-collections span{flex-direction:column;gap:2px;display:flex}.food-profile-collections strong{font-size:13px}.food-profile-collections small{color:var(--food-soft);font-size:9px}.food-collection-link{text-align:left;width:100%;min-height:48px;color:var(--food-ink);background:#fff9f5;border:1px solid #eadbd2;border-radius:15px;grid-template-columns:28px minmax(0,1fr) 18px;align-items:center;gap:7px;margin-top:8px;padding:7px 10px;display:grid}.food-collection-link>svg:first-child{color:#c3593b}.food-collection-link span{flex-direction:column;gap:1px;display:flex}.food-collection-link strong{font-size:11px}.food-collection-link small{color:var(--food-soft);font-size:8px}.food-collections-sheet{flex-direction:column;gap:10px;display:flex}.food-collections-lock{background:#fff8f3;border:1px solid #eadbd2;border-radius:17px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:9px;padding:12px;display:grid}.food-collections-lock>span{color:#c55336;background:#ffe3d7;border-radius:13px;place-items:center;width:38px;height:38px;display:grid}.food-collections-lock>div{flex-direction:column;gap:3px;min-width:0;display:flex}.food-collections-lock strong{font-size:12px}.food-collections-lock small{color:var(--food-soft);font-size:9px;line-height:1.35}.food-collection-create{grid-template-columns:minmax(0,1fr) 44px;gap:7px;display:grid}.food-collection-create input{border:1px solid var(--food-line);min-width:0;height:44px;color:var(--food-ink);background:#fff;border-radius:13px;outline:0;padding:0 11px;font:700 14px inherit}.food-collection-create input:focus{border-color:var(--food-coral);box-shadow:0 0 0 3px #f264421f}.food-collection-create button{color:#fff;background:#2f211d;border:0;border-radius:13px;place-items:center;display:grid}.food-collection-create button:disabled{opacity:.42}.food-collection-list{flex-direction:column;gap:7px;display:flex}.food-collection-list article{border:1px solid var(--food-line);background:#fff;border-radius:16px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:58px;padding:8px 10px;display:grid}.food-collection-list article>span{color:#b94b31;background:#fff0e8;border-radius:11px;place-items:center;width:34px;height:34px;display:grid;position:relative}.food-collection-list article>span i{color:#fff;background:#2f211d;border:2px solid #fff;border-radius:99px;place-items:center;min-width:15px;height:15px;font-size:7px;font-style:normal;font-weight:900;display:grid;position:absolute;bottom:-4px;right:-5px}.food-collection-list article>div{flex-direction:column;gap:2px;min-width:0;display:flex}.food-collection-list strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.food-collection-list small{color:var(--food-soft);font-size:9px}.food-collection-list em{color:#7b675e;background:#f2eee9;border-radius:99px;padding:4px 7px;font-size:8px;font-style:normal;font-weight:900}.food-collections-empty{min-height:105px;color:var(--food-soft);text-align:center;background:#fffaf7;border:1px dashed #dfcfc4;border-radius:17px;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.food-collections-empty>svg{color:#c3593b}.food-collections-empty strong{color:var(--food-ink);font-size:11px}.food-collections-empty small{max-width:220px;font-size:9px;line-height:1.35}.food-collection-picker-backdrop{z-index:125;background:#2f211d6b;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.food-collection-picker{border:1px solid var(--food-line);background:var(--food-cream);border-radius:21px;width:min(100%,360px);max-height:min(520px,100dvh - 36px);padding:15px;animation:.18s ease-out food-dialog-in;overflow:auto;box-shadow:0 20px 60px #2a1b1542}.food-collection-picker-list{flex-direction:column;gap:7px;display:flex}.food-collection-picker-list button{border:1px solid var(--food-line);text-align:left;width:100%;min-height:49px;color:var(--food-ink);background:#fff;border-radius:14px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:7px;padding:7px 9px;display:grid}.food-collection-picker-list button>span{color:#c55336;background:#fff0e8;border-radius:9px;place-items:center;width:28px;height:28px;display:grid}.food-collection-picker-list button strong{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.food-collection-picker-list button em{color:var(--food-soft);font-size:9px;font-style:normal;font-weight:850}.food-collection-picker-list button.added{background:#f4fbf8;border-color:#b7dfd0}.food-collection-picker-list button.added>span{color:#238263;background:#dff3eb}.food-collection-picker-list button:disabled{opacity:.55}.food-guide-title{color:#23735a;background:#eff8f3;border-radius:99px;align-items:center;gap:4px;margin:7px 0 0;padding:5px 8px;font-size:9px;font-weight:900;display:inline-flex}.food-detail-expand-photo{z-index:4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#2f211dc2;border:1px solid #fff6;border-radius:13px;place-items:center;width:38px;height:38px;display:grid;position:absolute;bottom:12px;left:13px;box-shadow:0 4px 15px #26191433}.food-detail-expand-photo:active{transform:scale(.94)}.food-post-rank{border:1px solid color-mix(in srgb,var(--food-rank) 32%,#fff);border-left:3px solid var(--food-rank);background:linear-gradient(90deg,color-mix(in srgb,var(--food-rank) 13%,#fff),#fff 78%);color:#3d302a;box-shadow:0 3px 11px color-mix(in srgb,var(--food-rank) 15%,transparent);border-radius:99px;align-items:center;gap:5px;margin-top:7px;padding:5px 9px 5px 7px;font-size:9px;font-weight:950;display:inline-flex}.food-post-rank svg{color:var(--food-rank);stroke-width:2.35px}.food-photo-gallery-ambient img{object-fit:cover;filter:blur(26px)saturate(1.12);width:100%;height:100%;transform:scale(1.12)}.food-photo-gallery-frame img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 16px 30px #130c1047);width:auto;max-width:calc(100% - 24px);height:auto;max-height:calc(100% - 24px);display:block}.food-photo-gallery-backdrop{z-index:140;background:#241d22;place-items:center;padding:12px;display:grid;position:fixed;inset:0}.food-photo-gallery{background:#241d22;justify-content:center;align-items:center;width:min(100%,760px);height:min(100%,860px);display:flex;position:relative;overflow:hidden}.food-photo-gallery-ambient{opacity:.48;position:absolute;inset:-36px;overflow:hidden}.food-photo-gallery-ambient:after{content:"";background:#1f161a38;position:absolute;inset:0}.food-photo-gallery-ambient img{object-fit:cover;filter:blur(26px)saturate(1.12);image-orientation:from-image;width:100%;height:100%;transform:scale(1.12)}.food-photo-gallery-head{z-index:2;color:#ffffffd1;justify-content:space-between;align-items:center;padding:4px 2px;font-size:12px;font-weight:850;display:flex;position:absolute;top:0;left:0;right:0}.food-photo-gallery-head>button{color:#fff;background:#ffffff1f;border:0;border-radius:15px;place-items:center;width:44px;height:44px;display:grid}.food-photo-gallery-frame{z-index:1;touch-action:pan-y;place-items:center;width:100%;height:100%;display:grid;position:relative}.food-photo-gallery-frame img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 16px 30px #130c1047);image-orientation:from-image;width:auto;max-width:calc(100% - 24px);height:auto;max-height:calc(100% - 24px);display:block}.food-photo-gallery-frame .food-photo-fallback{border-radius:22px;width:min(92vw,520px);height:min(52dvh,420px)}.food-photo-gallery-nav{z-index:2;color:#fff;background:#ffffff21;border:0;border-radius:15px;place-items:center;width:43px;height:43px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.food-photo-gallery-nav.previous{left:3px}.food-photo-gallery-nav.next{right:3px}.food-photo-gallery-dots{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff21;border-radius:99px;align-items:center;gap:7px;padding:8px 11px;display:flex;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.food-photo-gallery-dots button{background:0 0;border:1px solid #ffffffe6;border-radius:50%;width:7px;height:7px;padding:0}.food-photo-gallery-dots button.active{background:#fff}@media (width<=430px){.food-photo-gallery-backdrop{padding:0}.food-photo-gallery{width:100%;height:100%}.food-photo-gallery-head{top:calc(8px + env(safe-area-inset-top));left:14px;right:14px}.food-photo-gallery-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#261b178f;border:1px solid #ffffff47;width:48px;height:48px;display:grid}.food-photo-gallery-nav.previous{left:10px}.food-photo-gallery-nav.next{right:10px}.food-photo-gallery-dots{bottom:calc(14px + env(safe-area-inset-bottom))}.food-photo-gallery-frame{padding:66px 0 calc(48px + env(safe-area-inset-bottom));box-sizing:border-box;touch-action:manipulation}}.food-detail-media.food-detail-premium:after,.food-detail-thumbnails>button.active:after{content:none!important;display:none!important}.food-list-view-grid>button.ranked-post{isolation:isolate;position:relative;background:linear-gradient(115deg,color-mix(in srgb,var(--food-rank) 11%,#fff) 0,#fff 58%)!important;box-shadow:0 7px 18px #402a1f12,0 0 0 1px color-mix(in srgb,var(--food-rank) 22%,#eadbd2)!important;border-left:0!important}.food-list-view-grid>button.ranked-post:before{content:"";z-index:-1;border-left:4px solid var(--food-rank);pointer-events:none;border-radius:18px;position:absolute;inset:0}.food-list-view-grid>button.ranked-post:after{content:none!important;display:none!important}.food-rank-chip,.food-post-rank{border:1px solid color-mix(in srgb,var(--food-rank) 30%,#fff);background:color-mix(in srgb,var(--food-rank) 12%,#fff);color:#3d302a;letter-spacing:0;text-transform:none;box-shadow:none;border-radius:999px;align-items:center;gap:4px;font-style:normal;font-weight:950;display:inline-flex}.food-rank-chip{vertical-align:1px;margin-left:5px;padding:2px 6px;font-size:7px}.food-post-rank{margin-top:7px;padding:5px 9px;font-size:9px}.food-rank-dot{background:var(--food-rank);width:7px;height:7px;box-shadow:0 0 0 3px color-mix(in srgb,var(--food-rank) 17%,transparent);border-radius:50%;flex:none}.food-detail.ranked-detail .food-detail-body:before{content:"";background:var(--food-rank);border-radius:999px;width:46px;height:3px;margin:-5px 0 10px;display:block}.food-detail.ranked-detail .food-engagement-bar{border-top-color:color-mix(in srgb,var(--food-rank) 22%,var(--food-line))}.food-detail.ranked-detail .food-detail-media{box-shadow:0 0 0 2px color-mix(in srgb,var(--food-rank) 52%,#fff),0 12px 30px color-mix(in srgb,var(--food-rank) 17%,transparent)}.food-grid-view{z-index:3;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:12px 12px max(24px,env(safe-area-inset-bottom));color:#352b25;background:#faf7f2;position:absolute;inset:0;overflow-y:auto}.food-grid-inner{max-width:680px;margin-inline:auto}.food-grid-view .food-grid-toolbar{align-items:stretch;gap:8px;margin:0 0 16px;padding:0;display:flex;position:static;inset:auto;transform:none}.food-grid-view .food-grid-search{color:#807165;box-sizing:border-box;background:#fff;border:1px solid #e8dfd7;border-radius:16px;flex:1;align-items:center;gap:5px;min-width:0;height:48px;margin:0;padding:0 8px;display:flex;position:static;inset:auto;box-shadow:0 2px 4px #3b2a1803}.food-grid-search>svg{flex:none}.food-grid-search input{color:#3d3027;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0;padding:0;font-size:16px;line-height:1.2}.food-grid-search input::placeholder{color:#8b8179;font-size:14px;font-weight:500}.food-grid-search button{color:#6b594e;cursor:pointer;background:0 0;border:0;flex:none;place-items:center;width:32px;height:44px;padding:0;display:grid}.food-grid-view .food-grid-search:focus-within{border-color:#b97754;outline:2px solid #b9775422}.food-grid-view .food-grid-filter{color:#594b40;cursor:pointer;background:#fff;border:1px solid #e8dfd7;border-radius:16px;flex:none;justify-content:center;align-items:center;gap:7px;height:48px;margin:0;padding:0 13px;font-family:inherit;font-size:13px;font-weight:650;display:flex;position:static;box-shadow:0 2px 4px #3b2a1803}.food-grid-view .food-grid-filter.active{color:#854a2d;background:#f9ebdd;border-color:#c79372}.food-grid-filter b{color:#fff;background:#955635;border-radius:50%;place-items:center;min-width:17px;height:17px;font-size:10px;display:grid}.food-discovery-grid{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:11px;display:grid}.food-discovery-card{text-align:left;color:#352b25;cursor:pointer;width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #e9e0d7;border-radius:22px;grid-template-columns:84px minmax(0,1fr) 62px;align-items:center;gap:12px;padding:14px;transition:border-color .18s,transform .18s;display:grid;position:relative;overflow:hidden;box-shadow:0 2px 3px #3b2a1803}.food-discovery-card:active{transform:scale(.985)}.food-discovery-card:focus-visible,.food-grid-filter:focus-visible{outline-offset:3px;outline:3px solid #b4663d}.food-discovery-photo{contain:layout paint;color:#ad9b8d;background:#f1ebe3;border-radius:15px;place-items:center;width:84px;min-width:0;height:92px;min-height:0;display:grid;position:relative;overflow:hidden}.food-discovery-photo>img{box-sizing:border-box;object-fit:cover;object-position:50% 50%;image-orientation:from-image;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;max-height:100%;margin:0;display:block;position:absolute;inset:0}.food-photo-unavailable{text-align:center;color:#89776b;padding:8px;font-size:10px;line-height:1.4}.food-discovery-copy{flex-direction:column;align-items:flex-start;gap:5px;min-width:0;display:flex}.food-discovery-title{-webkit-line-clamp:2;overflow-wrap:anywhere;letter-spacing:-.2px;-webkit-box-orient:vertical;width:100%;font-size:15px;font-weight:750;line-height:1.3;display:-webkit-box;overflow:hidden}.food-discovery-place{color:#74665d;align-items:center;gap:4px;min-width:0;max-width:100%;font-size:12px;line-height:1.35;display:flex}.food-discovery-place>svg{flex:none}.food-discovery-place>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.food-discovery-price{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;font-weight:650;line-height:1.35;display:block;overflow:hidden}.food-discovery-price>span{color:#807269;margin-right:3px;font-size:11px;font-weight:400}.food-discovery-caption{text-overflow:ellipsis;white-space:nowrap;color:#8b7e73;width:100%;font-size:11px;line-height:1.4;display:block;overflow:hidden}.food-discovery-author{border:1px solid color-mix(in srgb,var(--food-rank,#a7753e) 33%,#fff);background:color-mix(in srgb,var(--food-rank,#a7753e) 8%,#fff);color:#514437;border-radius:6px;max-width:100%;padding:2px 6px;font-size:10px;font-weight:650;line-height:1.4}.food-discovery-meta{letter-spacing:.5px;color:#b15a3b;flex-wrap:wrap;align-items:baseline;gap:0;max-width:100%;font-size:9px;font-weight:650;line-height:1.35;display:flex}.food-discovery-area{white-space:nowrap;text-overflow:ellipsis;text-transform:uppercase;max-width:100%;overflow:hidden}.food-discovery-meta time{white-space:nowrap;text-transform:none;letter-spacing:0}.food-discovery-side{color:#c2b7ad;flex-direction:column;justify-content:center;align-items:center;gap:17px;display:flex}.food-discovery-rating,.food-discovery-unrated{color:#825315;box-sizing:border-box;background:#fffbee;border:1px solid #f2df9d;border-radius:20px;justify-content:center;align-items:center;gap:3px;min-width:44px;padding:4px 5px;font-size:12px;font-weight:750;line-height:1.2;display:flex}.food-discovery-rating>svg{color:#e6aa16;flex:none}.food-discovery-unrated{color:#897969;background:#faf8f4;border-color:#eee7dd;font-size:10px;font-weight:500}.food-discovery-card.has-rank{background:color-mix(in srgb,var(--food-rank) 9%,#fff);border-color:color-mix(in srgb,var(--food-rank) 30%,#fff)}.food-discovery-rank-corner{box-sizing:border-box;background:color-mix(in srgb,var(--food-rank) 13%,#fff);width:40px;height:34px;color:var(--food-rank);pointer-events:none;border-bottom-left-radius:22px;justify-content:flex-end;align-items:flex-start;padding:7px 8px 0 0;display:flex;position:absolute;top:0;right:0}.food-discovery-rank-corner svg{fill:color-mix(in srgb,var(--food-rank) 14%,#fff);flex:none}.food-discovery-card.has-rank-corner .food-discovery-side{padding-top:24px}.food-discovery-details{color:#655043;white-space:nowrap;background:#fffaf6;border:1px solid #e7ddd4;border-radius:10px;justify-content:center;align-items:center;gap:3px;width:62px;min-height:36px;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex}.food-discovery-card.has-rank .food-discovery-details{border-color:color-mix(in srgb,var(--food-rank) 25%,#fff);background:color-mix(in srgb,var(--food-rank) 5%,#fff);color:color-mix(in srgb,var(--food-rank) 58%,#302721)}.food-discovery-card:hover .food-discovery-details{background:#f5eee7}.food-detail.ranked-detail,.food-detail.ranked-detail .food-detail-body{background:color-mix(in srgb,var(--food-rank) 8%,#fffaf4)}.food-discovery-empty{color:#8d796b;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:220px;font-size:12px;display:flex}.food-discovery-empty strong{color:#55443a;font-size:14px}.food-grid-view .food-grid-results{background:#fff;border:1px solid #e8dfd7;border-radius:15px;margin:0 0 14px;overflow:hidden}.food-grid-results>small{color:#8b7667;padding:10px 12px;font-size:11px;display:block}.food-grid-results>button{color:#695545;text-align:left;background:0 0;border:0;border-top:1px solid #f0e9e2;align-items:center;gap:9px;width:100%;padding:12px;display:flex}.food-grid-results>button>span{flex:1;gap:4px;min-width:0;display:grid}.food-grid-results strong{font-size:13px}.food-grid-results button small{color:#8c7a6b;font-size:11px;line-height:1.4}.food-grid-status{color:#8b7667;padding:0 2px 12px;font-size:12px}.food-grid-google{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin:0 0 12px;font-size:12px;display:flex}.food-grid-google a,.food-grid-google button{color:#876043;background:0 0;border:0;align-items:center;gap:5px;padding:8px 0;display:flex}.food-grid-google-form{gap:6px;margin-bottom:12px;display:flex}.food-grid-google-form input{border:1px solid #e5d9ce;border-radius:12px;flex:1;min-width:0;padding:10px;font-size:16px}.food-grid-google-form button{color:#76523a;background:#efe4d7;border:0;border-radius:10px;padding:8px}.food-map-shell.map-mode .food-map-actions{left:12px;right:12px;bottom:calc(48px + env(safe-area-inset-bottom));pointer-events:none;flex-direction:column;align-items:flex-start;gap:8px;display:flex;position:absolute}.food-map-shell.map-mode .food-map-actions>button{pointer-events:auto;border-radius:14px;width:44px;min-width:44px;height:44px;box-shadow:0 4px 16px #382c2424}.food-map-shell.map-mode .food-map-actions .food-post-fab{border-radius:16px;width:auto;height:48px;padding:0 17px;position:absolute;bottom:0;right:0}.food-map-shell.map-mode.has-place-selection .food-map-actions{bottom:calc(156px + env(safe-area-inset-bottom))}@media (width<=360px){.food-grid-view{padding-inline:10px}.food-discovery-card{border-radius:19px;grid-template-columns:70px minmax(0,1fr) 58px;gap:9px;padding:12px 10px}.food-discovery-photo{border-radius:13px;width:70px;height:82px}.food-discovery-title{font-size:14px}.food-discovery-details{width:58px;font-size:10px}.food-discovery-rating,.food-discovery-unrated{min-width:40px}.food-grid-view .food-grid-filter{padding:0 10px;font-size:12px}.food-grid-search input::placeholder{font-size:13px}}@media (width>=600px){.food-discovery-card{grid-template-columns:100px minmax(0,1fr) 66px;gap:18px;padding:16px}.food-discovery-photo{width:100px;height:100px}.food-discovery-title{font-size:17px}.food-discovery-place{font-size:13px}.food-discovery-caption{font-size:12px}.food-discovery-meta{font-size:10px}.food-discovery-author{font-size:11px}}@media (prefers-reduced-motion:reduce){.food-discovery-card{transition:none}}
