#panorama{width:100%;height:100vh;position:relative;background-color:#f0f0f0;overflow:hidden}html,body{height:100%;margin:0;padding:0;overflow:hidden}body.public-view{height:100vh;width:100vw;overflow:hidden}.pnlm-hotspot:hover .hotspot-tooltip{opacity:1!important;visibility:visible!important}.hotspot-scene{background-color:#008000b3!important;width:32px!important;height:32px!important;border-radius:50%!important;border:2px solid white!important;transition:background-color .3s ease!important;cursor:pointer!important;box-shadow:0 0 10px #ffffff80!important;transform-origin:center center!important;display:flex!important;align-items:center!important;justify-content:center!important}.hotspot-scene:before{content:"↑"!important;color:#fff!important;font-size:16px!important;font-weight:700!important;line-height:1!important;position:absolute!important;display:flex!important;align-items:center!important;justify-content:center!important}.hotspot-scene.svg-arrow:before{content:""!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M7 14l5-5 5 5z'/%3E%3C/svg%3E")!important;background-position:center!important;background-repeat:no-repeat!important;background-size:16px 16px!important;width:16px!important;height:16px!important}.hotspot-info{background-color:#0000ffb3!important;width:28px!important;height:28px!important;border-radius:50%!important;border:2px solid white!important;transition:background-color .3s ease!important;cursor:default!important;box-shadow:0 0 10px #ffffff80!important;transform-origin:center center!important}.hotspot-scene:hover,.pnlm-hotspot.hotspot-scene:hover{background-color:#00b400e6!important}.hotspot-info:hover,.pnlm-hotspot.hotspot-info:hover{background-color:#3232ffe6!important}.pnlm-hotspot:hover{transform:scale(1.2)!important}.hotspot-tooltip{background-color:#000c;color:#fff;padding:8px 12px;border-radius:6px;font-size:14px;font-weight:500;text-align:center;position:absolute;bottom:calc(100% + 15px);left:50%;transform:translate(-50%);opacity:0;pointer-events:none;font-family:Arial,sans-serif;z-index:100!important;box-shadow:0 2px 8px #00000080;visibility:hidden;width:150px;max-width:150px;white-space:normal;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:auto;hyphens:auto;box-sizing:border-box;min-height:-moz-fit-content;min-height:fit-content;height:auto;text-shadow:0 1px 2px rgba(0,0,0,.8)!important;transition:opacity .2s ease-in-out,visibility .2s ease-in-out!important}.hotspot-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:5px;border-style:solid;border-color:rgba(0,0,0,.8) transparent transparent transparent}.navigate-tooltip{background-color:#006400e6;border-left:3px solid #4caf50}.info-tooltip{background-color:#000064e6;border-left:3px solid #2196f3}.pnlm-hotspot:hover .hotspot-tooltip,.hotspot-scene:hover .hotspot-tooltip,.hotspot-info:hover .hotspot-tooltip,.pnlm-hotspot.custom-hotspot:hover .hotspot-tooltip{opacity:1!important;visibility:visible!important;display:block!important}.pnlm-tooltip{display:none!important}.controls-container{position:fixed;bottom:30px;left:50%;z-index:20;display:flex;transform:translate(-50%);gap:10px;border-radius:12px;padding:12px 16px;background-color:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 4px 15px #0000004d;transition:all .3s ease}.controls-container:hover{background-color:#000000d9;box-shadow:0 6px 20px #0006}.control-button{display:flex;align-items:center;gap:6px;border-radius:6px;background-color:#ffffffe6;padding:8px 14px;font-size:14px;font-weight:600;color:#1a1a1a;border:none;cursor:pointer;transition:all .2s ease}.control-button:hover{background-color:#fff;transform:translateY(-2px);box-shadow:0 2px 8px #ffffff4d}.control-button svg{width:16px;height:16px}.scene-dropdown{position:relative;padding-top:15px;margin-top:-15px}.scene-dropdown:after{content:"";position:absolute;bottom:100%;left:0;width:100%;height:15px}.scene-dropdown-content{position:absolute;left:0;bottom:100%;z-index:30;margin-bottom:10px;display:none;width:220px;max-height:60vh;overflow-y:auto;border-radius:8px;background-color:#1e1e1ef2;box-shadow:0 -4px 20px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:display .3s ease}.scene-dropdown:hover .scene-dropdown-content,.scene-dropdown-content:hover{display:block;animation:fadeInUp .3s ease}.scene-dropdown:before{content:"";position:absolute;bottom:100%;left:0;width:100%;height:20px;background:transparent}.scene-dropdown-list{padding:6px 0;font-size:14px;color:#fff}.pnlm-title-box{display:none}.scene-selector{display:block;padding:10px 16px;color:inherit;text-decoration:none;transition:all .2s ease;border-left:3px solid transparent}.scene-selector:hover{background-color:#ffffff1a;border-left:3px solid #4caf50}.scene-selector.active{background-color:#4caf5040;border-left:3px solid #4caf50;font-weight:700}.panorama-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000b3;color:#fff;padding:20px;border-radius:8px;text-align:center;z-index:100}.panorama-loading .subtext{margin-top:10px;font-size:12px}.panorama-error{padding:20px;color:#fff;background-color:#ff0000b3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:8px;text-align:center;max-width:80%}.scene-title{position:fixed;left:50%;top:30px;transform:translate(-50%);z-index:10;padding:10px 20px;border-radius:10px;background-color:#000000b3;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-size:18px;font-weight:600;box-shadow:0 2px 10px #0003}.zoom-controls{position:fixed;right:20px;top:20px;z-index:10;display:flex;flex-direction:column;gap:8px}.zoom-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#000000b3;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:24px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .2s ease}.zoom-btn:hover{background-color:#000000e6;transform:scale(1.05)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pnlm-controls-container{display:none!important}.pnlm-hotspot{cursor:pointer!important}.pnlm-container .pnlm-hotspot:hover .hotspot-tooltip,.pnlm-container .hotspot-scene:hover .hotspot-tooltip,.pnlm-container .hotspot-info:hover .hotspot-tooltip,.pnlm-container .pnlm-hotspot.custom-hotspot:hover .hotspot-tooltip,.custom-hotspot:hover .hotspot-tooltip{opacity:1!important;visibility:visible!important;display:block!important}.pnlm-tooltip{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important}.pnlm-container .pnlm-hotspot .hotspot-tooltip,.pnlm-container .custom-hotspot .hotspot-tooltip{position:absolute!important;bottom:100%!important;left:50%!important;transform:translate(-50%)!important;background-color:#000c!important;color:#fff!important;padding:8px 12px!important;border-radius:6px!important;z-index:9999!important;white-space:normal!important;pointer-events:none!important;text-shadow:0 1px 2px rgba(0,0,0,.8)!important;min-width:80px!important;box-shadow:0 2px 10px #00000080!important;transition:opacity .2s ease-in-out,visibility .2s ease-in-out!important}.pnlm-container .pnlm-hotspot:hover .hotspot-tooltip,.pnlm-container .custom-hotspot:hover .hotspot-tooltip{opacity:1!important;visibility:visible!important;display:block!important}.pnlm-orientation-button{display:none!important}.reload-btn{background:#fff!important;color:#000!important;border:0;padding:5px 10px;margin-top:10px;cursor:pointer}.pnlm-panorama-info{display:none}.scene-card{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.scene-drag-handle{cursor:grab;display:inline-flex;align-items:center;justify-content:center}.scene-drag-handle:active{cursor:grabbing}.scene-card-ghost{opacity:.6;background:#f0f0f0}.scene-card-chosen{background-color:#c8dcff66;box-shadow:0 0 8px #00000026}.scene-card-drag{opacity:.9;transform:scale(1.02)}.hotspot-count{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;font-size:.75rem;line-height:1}
