.locations-fullscreen{display:flex;position:relative;height:100vh;max-height:100vh;margin:0 -1rem;--admin-bar-height:0px}body.admin-bar .locations-fullscreen{--admin-bar-height:32px;height:calc(100vh - var(--admin-bar-height));max-height:calc(100vh - var(--admin-bar-height))}@media screen and (max-width:782px){body.admin-bar .locations-fullscreen{--admin-bar-height:46px;height:calc(100vh - var(--admin-bar-height));max-height:calc(100vh - var(--admin-bar-height))}}.locations-fullscreen{height:calc(100vh - var(--admin-bar-height) - 80px);max-height:calc(100vh - var(--admin-bar-height) - 80px)}.locations-sidebar{width:400px;min-width:400px;max-width:400px;height:100%;max-height:100%;background:#fff;border-right:1px solid var(--base-200,#e5e5e5);display:flex;flex-direction:column;z-index:10;box-shadow:2px 0 8px rgb(0 0 0 / .08);overflow:hidden}.locations-sidebar-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--base-200,#e5e5e5);background:var(--base-50,#fafafa);flex-shrink:0}.locations-sidebar-title{margin:0;font-size:1.375rem;font-weight:600;color:var(--base-900,#171717)}.locations-sidebar-list{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgb(0 0 0 / .2) #fff0}.locations-sidebar-list::-webkit-scrollbar{width:6px}.locations-sidebar-list::-webkit-scrollbar-track{background:#fff0}.locations-sidebar-list::-webkit-scrollbar-thumb{background:rgb(0 0 0 / .2);border-radius:3px}.locations-sidebar-list::-webkit-scrollbar-thumb:hover{background:rgb(0 0 0 / .4)}.location-sidebar-item{padding:1rem 1.5rem;border-bottom:1px solid var(--base-100,#f5f5f5);cursor:pointer;transition:background-color 0.15s}.location-sidebar-item:hover,.location-sidebar-item.is-active{background:var(--base-50,#fafafa)}.location-sidebar-item.is-active{border-left:3px solid var(--primary,#0F1FFF);padding-left:calc(1.5rem - 3px)}.location-sidebar-item-inner{display:flex;gap:.875rem;align-items:flex-start}.location-sidebar-thumb{width:56px;height:56px;border-radius:.5rem;overflow:hidden;flex-shrink:0;background:var(--base-100,#f5f5f5)}.location-sidebar-thumb img{width:100%;height:100%;object-fit:cover}.location-sidebar-thumb-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--base-100,#f5f5f5) 0%,var(--base-200,#e5e5e5) 100%)}.location-sidebar-thumb-placeholder span{font-size:1rem;font-weight:700;color:var(--base-400,#a3a3a3)}.location-sidebar-info{flex:1;min-width:0}.location-sidebar-name{margin:0 0 .25rem 0;font-size:.9375rem;font-weight:600;color:var(--base-900,#171717);line-height:1.3}.location-sidebar-address{margin:0 0 .25rem 0;font-size:.8125rem;color:var(--base-600,#525252);line-height:1.4}.location-sidebar-times{margin:0;font-size:.75rem;color:var(--base-500,#737373)}.location-sidebar-link{display:inline-block;margin-top:.5rem;font-size:.8125rem;font-weight:500;color:var(--primary,#0F1FFF);text-decoration:none}.location-sidebar-link:hover{text-decoration:underline}.locations-map-fullscreen{flex:1;position:relative;height:100%;min-height:0}.locations-map-fullscreen .locations-map{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;border-radius:0}@media (max-width:768px){.locations-fullscreen{flex-direction:column;min-height:auto}.locations-sidebar{width:100%;min-width:100%;max-width:100%;max-height:40vh;border-right:none;border-bottom:1px solid var(--base-200,#e5e5e5)}.locations-map-fullscreen{height:60vh;min-height:300px}.locations-map-fullscreen .locations-map{position:relative;height:100%}}.locations-map-container{max-width:1440px;margin:0 auto 2rem}.locations-map{width:100%;height:400px;border-radius:.75rem;overflow:hidden;background:var(--base-100,#f5f5f5)}@media (max-width:36rem){.locations-map{height:300px;border-radius:.5rem}}.locations-archive-grid{display:grid;gap:1.5rem;max-width:1440px;margin:0 auto}.locations-grid-cols-2{grid-template-columns:repeat(2,1fr)}.locations-grid-cols-3{grid-template-columns:repeat(3,1fr)}.locations-grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:60rem){.locations-grid-cols-3,.locations-grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:36rem){.locations-archive-grid{grid-template-columns:1fr}}.location-card{display:flex;flex-direction:column;background:var(--base-50,#fafafa);border:1px solid var(--base-200,#e5e5e5);border-radius:.75rem;overflow:hidden;text-decoration:none!important;color:inherit;transition:box-shadow 0.2s,transform 0.15s}.location-card:hover{box-shadow:0 4px 16px rgb(0 0 0 / .08);transform:translateY(-2px)}.location-card-image{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--base-100,#f5f5f5)}.location-card-img{width:100%;height:100%;object-fit:cover}.location-card-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--base-100,#f5f5f5) 0%,var(--base-200,#e5e5e5) 100%)}.location-card-initials{font-size:2rem;font-weight:700;color:var(--base-400,#a3a3a3);user-select:none}.location-card-body{padding:1rem 1.25rem 1.25rem}.location-card-name{margin:0 0 .5rem 0;font-size:1.125rem;font-weight:600;color:var(--base-900,#171717);line-height:1.3}.location-card-address{margin:0 0 .5rem 0;font-size:.875rem;color:var(--base-600,#525252);line-height:1.4}.location-card-times{margin:0;font-size:.8125rem;color:var(--base-500,#737373)}.location-times-label{font-weight:500}.locations-archive-list{display:flex;flex-direction:column;gap:.75rem;max-width:1440px;margin:0 auto}.location-list-item{display:flex;align-items:center;gap:1.25rem;padding:1rem;background:var(--base-50,#fafafa);border:1px solid var(--base-200,#e5e5e5);border-radius:.75rem;text-decoration:none!important;color:inherit;transition:background-color 0.15s}.location-list-item:hover{background:var(--base-100,#f5f5f5)}.location-list-image{width:80px;height:80px;border-radius:.5rem;overflow:hidden;flex-shrink:0;background:var(--base-100,#f5f5f5)}.location-list-image img{width:100%;height:100%;object-fit:cover}.location-list-image.location-card-placeholder{display:flex;align-items:center;justify-content:center}.location-list-image .location-card-initials{font-size:1.25rem}.location-list-info{flex:1;min-width:0}.location-list-info .location-card-name{margin-bottom:.25rem}.location-list-info .location-card-address{margin-bottom:0}.location-list-times{flex-shrink:0;font-size:.8125rem;color:var(--base-500,#737373);text-align:right;white-space:nowrap}@media (max-width:36rem){.location-list-item{flex-wrap:wrap;gap:.75rem;padding:.875rem}.location-list-image{width:64px;height:64px}.location-list-info{flex-basis:calc(100% - 80px)}.location-list-times{flex-basis:100%;text-align:left;padding-left:calc(64px + 0.75rem)}}