@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&family=Playfair+Display:wght@700&display=swap";*,*:before,*:after{box-sizing:border-box}:root{--primary: #0f172a;--accent: #2563eb;--bg: #ffffff;--surface: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--border: #f1f5f9;--shadow: 0 4px 20px -5px rgba(0, 0, 0, .05);--radius: 0px}body{margin:0;font-family:Outfit,sans-serif;background-color:var(--bg);color:var(--text-main);-webkit-font-smoothing:antialiased}h1{font-size:clamp(2rem,8vw,4.5rem);line-height:.9;margin-bottom:.5em}h2{font-size:clamp(1.5rem,5vw,2.5rem);margin-bottom:1em}h3{font-size:clamp(1.1rem,3vw,1.5rem);margin-bottom:.75em}h1,h2,h3{font-family:Outfit,sans-serif;font-weight:800;letter-spacing:-.04em;text-transform:uppercase}.container{max-width:1400px;margin:0 auto;padding:0 40px}@media (max-width: 768px){.container{padding:0 20px}}@media (max-width: 480px){.container{padding:0 16px}}a{text-decoration:none;color:inherit;transition:opacity .2s ease}a:hover{opacity:.7}button{cursor:pointer;border:none;font-family:Outfit,sans-serif;transition:all .3s cubic-bezier(.16,1,.3,1)}.glass{background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.btn-premium{background:var(--primary);color:#fff;padding:12px 32px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:.75rem}.btn-premium:hover{background:#1e293b;transform:translateY(-1px)}.navbar{position:sticky;top:0;z-index:1000;height:80px;display:flex;align-items:center}.nav-content{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{display:flex;align-items:center;gap:10px;height:100%}.logo-img{height:28px;width:auto;display:block;transition:opacity .2s}.logo-text{font-size:.9rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--text-main)}.logo-text .highlight{color:var(--primary);font-weight:400}.logo-img:hover{opacity:.8}.highlight{color:var(--text-muted);font-weight:400}.nav-links{display:flex;align-items:center;gap:32px}@media (max-width: 1024px){.nav-links{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:#fff;flex-direction:column;justify-content:center;gap:40px;transition:right .4s cubic-bezier(.16,1,.3,1);box-shadow:-10px 0 30px #0000000d;z-index:1001;padding:40px}.nav-links.open{right:0}.nav-links a{font-size:.9rem!important;width:100%;text-align:center}.btn-primary{width:100%}.menu-toggle{display:block!important}}.nav-links a{font-weight:700;color:var(--text-main);font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;transition:color .2s}.menu-toggle{display:none;background:none;border:none;width:40px;height:40px;position:relative;z-index:1002;cursor:pointer}.hamburger{width:24px;height:2px;background:var(--primary);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s}.hamburger:before,.hamburger:after{content:"";width:24px;height:2px;background:var(--primary);position:absolute;left:0;transition:all .3s}.hamburger:before{top:-8px}.hamburger:after{top:8px}.hamburger.open{background:transparent}.hamburger.open:before{top:0;transform:rotate(45deg)}.hamburger.open:after{top:0;transform:rotate(-45deg)}.btn-primary{background:var(--primary);color:#fff;padding:10px 24px;font-weight:800;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb33}.gym-card-link{text-decoration:none;color:inherit;display:block}.gym-card{background:#fff;border:1px solid var(--border);transition:all .5s cubic-bezier(.16,1,.3,1);cursor:pointer;display:flex;flex-direction:column}.gym-card:hover{border-color:var(--primary);box-shadow:var(--shadow)}.card-image{position:relative;height:280px}@media (max-width: 768px){.card-image{height:200px}.card-content{padding:24px}}.card-image img{width:100%;height:100%;object-fit:cover}.badge-dropin{position:absolute;top:20px;left:20px;background:#fff;color:var(--primary);padding:6px 12px;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.card-content{padding:32px;flex-grow:1}.card-header{margin-bottom:16px}.card-header h3{margin:0 0 12px;font-size:1.25rem;letter-spacing:-.02em}.rating{font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.score{color:var(--text-main);margin-right:4px}.description{font-size:.95rem;color:var(--text-muted);margin-bottom:24px;line-height:1.6}.equipment-highlights{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px}.eq-tag{border-bottom:1px solid var(--border);padding:4px 0;font-size:.75rem;font-weight:700;color:var(--primary)}.card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--border)}.badge-verify{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.badge-verify.locally-verified{color:#059669}.badge-verify.ai-analyzed{color:#d97706}.price{font-weight:800;color:var(--primary);font-size:.9rem}.hero{padding:160px 0;background:#fff;text-align:left;border-bottom:1px solid var(--border)}.hero-content h1{color:var(--primary)}.hero-content p{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 0 4rem;line-height:1.6}.hero-search{max-width:1000px;display:flex;align-items:center;padding:0;background:#fff;border:1px solid var(--primary)}@media (max-width: 768px){.hero{padding:60px 0}.hero-content p{margin:0 0 2rem}.hero-search{flex-direction:column;border:none;gap:12px}.divider{display:none}.search-group{width:100%;border:1px solid var(--border);box-sizing:border-box;padding:16px 20px}.btn-search{width:100%;padding:16px}}.search-group{display:flex;flex-direction:column;align-items:flex-start;padding:24px 32px}.search-group.grow{flex-grow:1}.search-group label{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:8px}.search-group select,.search-group input{border:none;background:transparent;font-size:.9rem;font-weight:600;width:100%;padding:0;outline:none}.divider{width:1px;height:60px;background:var(--border)}.btn-search{background:var(--primary);color:#fff;padding:31px 48px;font-weight:800;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;margin-left:0}.categories{padding:100px 0}.categories h2{font-size:.8rem;letter-spacing:.2em;color:var(--text-muted);margin-bottom:40px}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;background:var(--border);border:1px solid var(--border)}.category-card{background:#fff;padding:40px 24px;text-align:center;transition:all .4s ease;cursor:pointer}.category-card:hover{background:var(--primary)}.category-card:hover .cat-name{color:#fff}.cat-name{font-weight:800;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--text-main)}.featured{padding-bottom:120px}.section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:48px;padding-bottom:16px;border-bottom:1px solid var(--primary)}.section-header h2{font-size:1.5rem;margin:0}.view-all{color:var(--text-muted);font-weight:700;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em}.gym-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:40px}@media (max-width: 768px){.gym-grid{grid-template-columns:1fr;gap:32px}.categories{padding:60px 0}.category-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.section-header{flex-direction:column;gap:12px;align-items:flex-start}}.featured-carousel{position:relative;width:100%;margin-top:2rem}.carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:32px;padding-bottom:24px;scrollbar-width:none;-ms-overflow-style:none}.carousel-track::-webkit-scrollbar{display:none}.carousel-item{flex:0 0 calc(33.333% - 22px);scroll-snap-align:start;min-width:350px}@media (max-width: 1200px){.carousel-item{flex:0 0 calc(50% - 16px)}}@media (max-width: 768px){.carousel-item{flex:0 0 100%;min-width:280px}.carousel-track{gap:16px}}.placeholder-card{padding:60px;background:#fff;border-radius:var(--radius);text-align:center;color:var(--text-muted);border:2px dashed #e2e8f0}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.mapview-wrapper{position:relative;width:100%;height:100%}.mapview-canvas{width:100%;height:100%;min-height:500px}.map-info-card{position:absolute;bottom:24px;right:24px;width:300px;background:#fff;border-radius:2px;overflow:hidden;box-shadow:0 8px 40px #0000002e;z-index:1000;animation:card-in .18s ease;pointer-events:auto}@keyframes card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.map-info-photo{position:relative;height:160px;overflow:hidden}.map-info-photo img{width:100%;height:100%;object-fit:cover;display:block}.map-info-type{position:absolute;top:10px;left:10px;background:#1a1a1a;color:#fff;font-size:.6rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px}.map-info-body{padding:14px 16px 16px}.map-info-name{font-size:.95rem;font-weight:800;color:#1a1a1a;margin:0 0 6px;letter-spacing:-.02em;line-height:1.3}.map-info-desc{font-size:.72rem;color:#555;line-height:1.6;margin:0 0 8px}.map-info-address{font-size:.68rem;color:#888;margin:0 0 12px;line-height:1.4}.map-info-footer{display:flex;align-items:center;justify-content:space-between}.map-info-rating{font-size:.78rem;font-weight:800;background:#1a1a1a;color:#fff;padding:3px 10px;letter-spacing:.03em}.map-info-cta{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#1a1a1a;border:none;background:none;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:3px}.map-info-cta:hover{opacity:.6}.search-layout{display:flex;height:calc(100vh - 80px);overflow:hidden}@media (max-width: 900px){.search-layout{flex-direction:column;height:auto;overflow:visible}.results-sidebar{width:100%!important;height:auto!important;border-right:none!important;border-bottom:1px solid var(--border);box-sizing:border-box;padding:24px!important}.map-container{height:350px!important;order:-1}}.results-header{margin-bottom:24px}.results-header h2{margin-bottom:20px}.filter-bar{display:flex;flex-wrap:wrap;gap:1px;background:var(--border);border:1px solid var(--border);margin-bottom:32px}@media (max-width: 768px){.filter-bar{border:none;gap:8px;background:transparent}.pill-select,.name-search-input{border:1px solid var(--border)!important;flex:1 1 calc(50% - 4px)!important;padding:12px!important;font-size:.7rem!important}.name-search-input{flex:1 1 100%!important}}.pill-select{flex:1 1 120px;padding:14px 12px;border:none;background:#fff;font-weight:800;font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-main);outline:none;cursor:pointer}.name-search-input{flex:2 1 180px;padding:14px 16px;border:none;background:#fff;font-weight:700;font-size:.75rem;color:var(--text-main);outline:none;min-width:0}.name-search-input::placeholder{color:var(--text-muted);font-size:.6rem;text-transform:uppercase;font-weight:400;letter-spacing:.05em}.results-sidebar{width:420px;flex-shrink:0;overflow-y:auto;padding:40px;box-sizing:border-box;border-right:1px solid var(--border)}.results-list{display:flex;flex-direction:column;gap:40px}.map-container{flex-grow:1;background:#fafafa;position:relative}.gym-detail{padding-bottom:120px}.breadcrumb{padding:40px 0 24px;font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted)}.breadcrumb a{color:var(--primary);font-weight:800}.detail-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid var(--primary)}@media (max-width: 768px){.detail-header{flex-direction:column;align-items:flex-start;gap:32px;margin-bottom:32px}.header-meta{text-align:left;align-items:flex-start;width:100%}.rating-large{justify-content:flex-start}.btn-save{width:100%}}.header-main h1{font-size:clamp(2rem,5vw,4rem);margin:0 0 16px;line-height:.9}.tags{display:flex;gap:16px}.tag-type{background:var(--primary);color:#fff;padding:6px 16px;font-weight:800;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em}.tag-verify{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding:6px 0;color:var(--text-muted)}.header-meta{text-align:right;display:flex;flex-direction:column;gap:24px;flex-shrink:0}.rating-large{display:flex;align-items:baseline;gap:12px;justify-content:flex-end}.rating-large .score{font-size:2.5rem;font-weight:800}.rating-large .count{font-size:.8rem;font-weight:700;text-transform:uppercase;color:var(--text-muted)}.btn-save{border:1px solid var(--primary);background:#fff;padding:14px 32px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;cursor:pointer}.gallery-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:520px;gap:4px;margin-bottom:80px;overflow:hidden}@media (max-width: 768px){.gallery-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:2px;margin-bottom:32px}.main-photo{height:250px}.sub-photos{grid-template-columns:repeat(4,1fr);grid-template-rows:80px;gap:2px}.sub-photo-item:nth-child(n+5){display:none}}.main-photo{position:relative;overflow:hidden;cursor:pointer;min-height:0}.main-photo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.main-photo:hover img{transform:scale(1.03)}.sub-photos{display:grid;grid-template-rows:1fr 1fr;gap:4px;min-height:0;overflow:hidden}.sub-photo-item{position:relative;overflow:hidden;cursor:pointer;min-height:0}.sub-photo-item img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.sub-photo-item:hover img{transform:scale(1.03)}.photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;opacity:0;transition:all .2s ease;z-index:1}.main-photo:hover .photo-overlay,.sub-photo-item:hover .photo-overlay{opacity:1;background:#00000059}.more-photos{position:relative;cursor:pointer;overflow:hidden;min-height:0}.more-photos img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.more-photos:hover img{transform:scale(1.03)}.more-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.1rem;letter-spacing:.05em;z-index:1}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;z-index:9999;display:flex;align-items:center;justify-content:center}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.lightbox-content img{max-width:90vw;max-height:85vh;object-fit:contain;display:block}.lightbox-counter{color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;margin-top:16px}.lightbox-close{position:fixed;top:24px;right:32px;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;z-index:10000;padding:8px;line-height:1}.lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:2.5rem;cursor:pointer;padding:16px 24px;line-height:1;transition:background .2s;z-index:10000}.lightbox-nav:hover{background:#fff3}.lightbox-nav:disabled{opacity:.3;cursor:default}.lightbox-prev{left:24px}.lightbox-next{right:24px}.detail-grid{display:grid;grid-template-columns:1fr 360px;gap:80px;align-items:start}@media (max-width: 1024px){.detail-grid{grid-template-columns:1fr;gap:40px}.sticky-sidebar{position:static}}.main-info,.sidebar-info{min-width:0}.sticky-sidebar{position:sticky;top:100px}.card{padding:0 0 40px;margin-bottom:60px;border-bottom:1px solid var(--border)}.card h3{font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:32px}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.ai-badge{background:#eff6ff;color:var(--primary);font-size:.7rem;font-weight:800;padding:4px 8px}.ai-summary p{font-size:1.1rem;line-height:1.7;color:var(--text-main)}.equip-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1px;background:var(--border);border:1px solid var(--border);margin-bottom:32px}@media (max-width: 480px){.equip-list{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}.equip-item{background:#fff;padding:24px;display:flex;flex-direction:column;gap:8px}.eq-count{font-size:1.5rem;font-weight:800;color:var(--primary)}.eq-name{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.facility-tags{display:flex;flex-wrap:wrap;gap:20px;margin-top:24px}.fac-tag{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;border-bottom:2px solid var(--primary);padding-bottom:4px}.sidebar-info .card{border:1px solid var(--primary);padding:24px;border-bottom:1px solid var(--primary);overflow:hidden}.price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-weight:800;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.price-val{font-size:1rem;color:var(--primary)}.price-note{font-size:.75rem;color:var(--text-muted);margin:16px 0}.btn-action{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;background:linear-gradient(135deg,var(--primary) 0%,#1e293b 100%);color:#fff;padding:16px 12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;text-align:center;text-decoration:none;cursor:pointer;border:none;margin-top:20px;border-radius:8px;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 6px -1px #0f172a1a,0 2px 4px -1px #0f172a0f}.btn-action:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 25px -5px #0f172a33,0 10px 10px -5px #0f172a1a;background:linear-gradient(135deg,#1e293b 0%,var(--primary) 100%)}.btn-action:active{transform:translateY(-2px) scale(.98)}.location-info p{font-size:.9rem;line-height:1.6;color:var(--text-muted);margin-bottom:8px}.phone{font-weight:700;color:var(--text-main)!important}.reviews-section{margin-top:0;padding-top:0;border-top:none}.reviews-grid{display:grid;grid-template-columns:1fr;gap:24px}.review-card{background:#fafafa;padding:28px 32px;display:flex;flex-direction:column;gap:12px;border:1px solid var(--border)}.review-header{display:flex;justify-content:space-between;align-items:center}.reviewer-name{font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}.review-rating{font-weight:800;color:var(--primary);font-size:.85rem}.review-text{font-size:.9rem;line-height:1.7;color:var(--text-muted);font-style:italic}.review-time{font-size:.7rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em}.btn-link{background:none;border:none;padding:0;font-family:inherit;cursor:pointer;font-size:inherit}.see-more{color:var(--primary);font-weight:800;text-transform:uppercase;font-size:.65rem;letter-spacing:.05em;margin-left:8px;font-style:normal}.no-reviews{color:var(--text-muted);font-size:.9rem}.loading,.error{display:flex;align-items:center;justify-content:center;height:60vh;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted)}.contact-page{min-height:100vh;background:#f8fafc;padding-bottom:4rem}.contact-container{max-width:1000px;margin-top:80px;padding:0 1.5rem}.contact-content{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:3rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{font-size:2.5rem;margin-bottom:1rem;color:#1e293b;font-weight:800}.contact-header p{color:#64748b;max-width:600px;margin:0 auto}.contact-info-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;color:#475569;font-weight:600}.form-group input,.form-group textarea{background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.75rem 1rem;color:#1e293b;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.status-message{padding:1rem;border-radius:8px;font-size:.9rem;text-align:center}.status-message.success{background:#f0fdf4;border:1px solid #84cc16;color:#166534}.status-message.error{background:#fef2f2;border:1px solid #ef4444;color:#991b1b}.contact-details-section{display:flex;flex-direction:column;gap:2rem}.detail-card{background:#f1f5f9;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0}.detail-card h3{font-size:1.1rem;margin-bottom:.5rem;color:#2563eb}.detail-card p{color:#475569;line-height:1.6}.contact-link{color:#2563eb;text-decoration:none;font-weight:600;word-break:break-all}.social-icons{display:flex;gap:1rem;margin-top:1rem}.social-icon-link{width:44px;height:44px;background:#fff;border:1px solid #e2e8f0;color:#475569;display:flex;align-items:center;justify-content:center;border-radius:12px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.social-icon-link:hover{background:#3b82f6;color:#fff;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 10px 15px -3px #3b82f633,0 4px 6px -2px #3b82f61a}@media (max-width: 768px){.contact-info-grid{grid-template-columns:1fr;gap:2rem}.contact-content{padding:1.5rem}}.about-page{min-height:100vh;background:#f8fafc;padding-bottom:5rem}.about-container{max-width:900px;margin-top:80px;padding:0 1.5rem}.about-content{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:4rem;box-shadow:0 10px 15px -3px #0000001a}.about-header{text-align:center;margin-bottom:3.5rem}.about-header h1{color:#1e293b;margin-bottom:1rem}.highlight-line{height:4px;width:60px;background:linear-gradient(to right,#3b82f6,#8b5cf6);margin:0 auto;border-radius:2px}.about-mission{margin-bottom:4rem;line-height:1.8;color:#475569}.large-text{font-size:clamp(1.1rem,4vw,1.5rem);color:#1e293b;font-weight:600;margin-bottom:2rem;line-height:1.4;text-align:center}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-top:4rem}.feature-item h3{color:#2563eb;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.feature-item p{color:#64748b;line-height:1.6}@media (max-width: 768px){.about-content{padding:2rem}.about-header h1{font-size:2.25rem}}.owners-page{min-height:100vh;background:#f8fafc;padding-bottom:5rem}.owners-container{max-width:1100px;margin-top:80px;padding:0 1.5rem}.owners-header{text-align:center;margin-bottom:4rem}.owners-header h1{color:#1e293b;margin-bottom:1rem}.owners-header .subtitle{font-size:1.25rem;color:#64748b;max-width:700px;margin:0 auto}.owners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-bottom:4rem}.owner-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.owner-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.owner-card.featured{border-color:#3b82f6;background:linear-gradient(to bottom,#fff,#f0f7ff);box-shadow:0 4px 6px -1px #3b82f61a}.card-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#1e293b;border-radius:12px;margin-bottom:1.5rem}.owner-card.featured .card-icon{background:#2563eb;color:#fff}.owner-card h3{color:#1e293b;margin-bottom:1rem}.owner-card p{color:#64748b;line-height:1.6;margin-bottom:2rem;flex-grow:1}.owners-footer{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:3rem;text-align:center;max-width:800px;margin:0 auto}.owners-footer h3{color:#1e293b;margin-bottom:1rem}.owners-footer p{color:#64748b;line-height:1.8;margin-bottom:2rem}.contact-link{font-weight:700;color:#2563eb;text-decoration:none;font-size:1.1rem}.contact-link:hover{text-decoration:underline}@media (max-width: 768px){.owners-header h1{font-size:2.25rem}.owners-grid{grid-template-columns:1fr}.owners-footer{padding:2rem}}.construction-page{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--text-main);text-align:center;padding:20px}.construction-content{max-width:600px;display:flex;flex-direction:column;align-items:center}.construction-logo{height:48px;width:auto;margin-bottom:24px}.construction-content h1{font-size:2.5rem;font-weight:800;margin-bottom:8px;text-transform:uppercase;letter-spacing:-.02em}.status-tag{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.2em;color:var(--primary);background:#eff6ff;padding:6px 16px;display:inline-block;margin-bottom:32px}.divider{width:40px;height:2px;background:var(--primary);margin-bottom:32px}.construction-content h2{font-size:1.1rem;font-weight:800;line-height:1.4;margin-bottom:16px;color:var(--text-main)}.description{font-size:.9rem;line-height:1.6;color:var(--text-muted);margin-bottom:48px}.actions{display:flex;gap:16px;margin-bottom:64px}.btn-secondary{background:var(--text-main);color:#fff;padding:16px 32px;font-weight:800;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;text-decoration:none}.btn-outline{background:#fff;color:var(--text-main);border:1px solid var(--border);padding:16px 32px;font-weight:800;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;cursor:pointer}.footer-minimal{font-size:.6rem;text-transform:uppercase;letter-spacing:.15em;color:#94a3b8}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
