.polygon-layer-container{z-index:10}.polygon-layer-container,.polygon-layer-container svg{position:absolute;top:0;left:0;width:100%;height:100%}.polygon-layer-container svg .building-polygon{fill:rgba(1,109,128,.308);stroke:rgba(1,109,128,.801);stroke-width:2;transition:all .3s ease}.polygon-layer-container svg .building-polygon:hover{fill:rgba(17,127,146,.473);stroke:rgba(17,127,146,.801)}.vr360-marker{width:24px;height:24px;position:relative}.vr360-marker .marker-icon{position:relative;width:18px;height:18px;background-color:#00a2b8;border-radius:50%;box-shadow:none;display:flex;align-items:center;justify-content:center}.vr360-marker .marker-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:4px;background-color:#fff;border-radius:50%}.vr360-marker .marker-icon svg{display:none}.vr360-marker .marker-label{background-color:#00a2b8;color:#fff;font-size:11px}.vr360-marker .marker-label:after{border-color:#00a2b8 rgba(0,0,0,0) rgba(0,0,0,0)}.vr360-marker .marker-tooltip{opacity:0;transition:opacity .3s ease;white-space:nowrap}.vr360-marker .marker-tooltip:hover,.vr360-marker:hover .marker-tooltip{opacity:1}.vr360-custom-marker{transition:transform .2s ease}.vr360-custom-marker:hover{transform:translate(-50%,-50%) scale(1.1)}.vr360-custom-marker:hover .marker-label{opacity:1!important;visibility:visible!important}.reel-marker{position:relative;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;cursor:pointer;box-sizing:border-box}.reel-marker:hover{transform:scale(1.1)}.reel-marker:hover .marker-tooltip{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.reel-marker .marker-icon{display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%;box-sizing:border-box}.reel-marker .marker-tooltip{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translateX(-50%) translateY(5px);background-color:#fff;color:#333;padding:5px 10px;border-radius:3px;font-size:12px;white-space:nowrap;box-shadow:0 2px 4px rgba(0,0,0,.2);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease,transform .2s ease;pointer-events:none;z-index:20;box-sizing:border-box}.reel-marker .marker-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid rgba(0,0,0,0);border-top-color:#fff}.reel-marker.vr360{width:24px;height:24px}.reel-marker.vr360 .marker-icon{width:18px;height:18px;background-color:#063c4a;border:none;box-shadow:none}.reel-marker.vr360 .vr360-dot-marker{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.reel-marker.vr360 .white-dot{width:4px;height:4px;background-color:#fff;border-radius:50%}.reel-marker.vr360 .marker-tooltip{background-color:#00a2b8;color:#fff;font-size:10px;padding:4px 8px}.reel-marker.vr360 .marker-tooltip:after{border-color:#00a2b8 rgba(0,0,0,0) rgba(0,0,0,0)}.vr360-markers-layer{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10;overflow:hidden;display:flex;align-items:center;justify-content:center}.vr360-markers-layer svg{width:auto;height:100%;max-height:100dvh;max-width:100%}@media(min-aspect-ratio:1.7777777778){.vr360-markers-layer svg{width:100%;max-width:100vw;height:auto}}.vr360-markers-layer svg .vr360-marker{pointer-events:auto;transition:all .2s ease}.vr360-markers-layer svg .vr360-marker svg{width:34px;height:42px;transition:transform .2s ease}.vr360-markers-layer svg .vr360-marker svg:hover{transform:scale(1.1)}.building-page{height:100%;max-height:100dvh;width:100%;max-width:100%;overflow:hidden;position:relative;display:flex;flex-direction:column}.building-page .markers-layer-container svg{width:auto;height:100%;max-height:100dvh}@media(min-aspect-ratio:1.7777777778){.building-page .markers-layer-container svg{width:100%;max-width:100vw;height:auto}}.building-page.fullscreen-mode{position:fixed;top:0;left:0;width:100%;max-width:100vw;height:100%;max-height:100dvh;z-index:9999}.building-page .building-reel-container{flex:1 1;width:100%;height:100%;position:relative}.building-page .building-reel-container.fullscreen{z-index:1000}.building-page .building-controls{position:absolute;bottom:20px;left:20px;z-index:100;display:flex;gap:10px}.building-page .building-controls button{background-color:rgba(0,0,0,.7);color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.building-page .building-controls button:hover{background-color:rgba(0,0,0,.9)}.building-page .building-controls button.active{background-color:#4ad0c0}.building-page .building-controls button.active:hover{background-color:#3ab0a0}.building-info-sidebar{width:320px;height:100%;padding:20px;background-color:#f5f5f5;overflow-y:auto;box-shadow:2px 0 5px rgba(0,0,0,.1);z-index:10}.building-info-sidebar h2{margin-top:0;margin-bottom:20px;font-size:24px;color:#333}.building-info-sidebar .building-thumbnail{width:100%;height:auto;border-radius:8px;margin-bottom:20px}.building-info-sidebar .building-description{margin-bottom:20px}.building-info-sidebar .building-description p{color:#555;line-height:1.5}.building-info-sidebar .view-floor-plan-btn{width:100%;padding:12px;background-color:#06c;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s}.building-info-sidebar .view-floor-plan-btn:hover{background-color:#05a}.building-reel-container{flex:1 1;position:relative;height:100%;transition:width .3s ease}.building-reel-container.fullscreen{width:100vw}.building-info-overlay{position:absolute;top:20px;left:20px;background-color:rgba(0,0,0,.7);padding:15px;border-radius:8px;color:#fff;z-index:100;max-width:300px}.building-info-overlay .building-title{margin-top:0;margin-bottom:10px;font-size:20px}.building-info-overlay .building-details .detail-item{display:flex;margin-bottom:5px}.building-info-overlay .building-details .detail-item .detail-label{font-weight:700;margin-right:10px}.menu-dropdown{position:absolute;top:100%;right:0;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.2);padding:10px;min-width:200px;z-index:1000}.menu-dropdown .toggle-item{justify-content:space-between;padding:8px 0}.menu-dropdown .toggle-item,.menu-dropdown .toggle-item .toggle-label-container{display:flex;align-items:center}.menu-dropdown .toggle-item .toggle-label-container .toggle-icon{margin-right:10px;width:18px;height:18px;color:#333}.menu-dropdown .toggle-item .toggle-label-container .toggle-label{font-size:14px;color:#333}.menu-dropdown .toggle-item .toggle-switch{position:relative;display:inline-block;width:40px;height:20px;cursor:pointer}.menu-dropdown .toggle-item .toggle-switch input{opacity:0;width:0;height:0}.menu-dropdown .toggle-item .toggle-switch .toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:20px}.menu-dropdown .toggle-item .toggle-switch .toggle-slider:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.menu-dropdown .toggle-item .toggle-switch input:checked+.toggle-slider{background-color:#06c}.menu-dropdown .toggle-item .toggle-switch input:checked+.toggle-slider:before{transform:translateX(20px)}