#intro-overlay,#panorama,#planet-view{position:absolute;top:0;left:0}#intro-overlay,.tour-wrapper,body,html{width:100%;height:100%;display:flex}#panorama{opacity:0;width:100%;height:100%;display:none;opacity:1;z-index:1;background:#000;transition:filter 1s ease-in-out;will-change:filter;transform:translate3d(0,0,0)}.loaded{opacity:1}body,html{margin:0;padding:0;overflow:hidden;background:#000;font-family:Arial,Helvetica,sans-serif;touch-action:none;align-items:center;justify-content:center}.tour-wrapper{position:relative;background-color:#000;overflow:hidden;align-items:center;justify-content:center}@media (orientation:portrait){.tour-wrapper{width:100vw;aspect-ratio:9/16;max-height:100vh}}@media (orientation:landscape){.tour-wrapper{height:100vh;aspect-ratio:16/9;max-width:100vw}}#planet-view{width:100%;height:100%;z-index:2;background:#000;opacity:1;transition:opacity .4s}.pnlm-load-box{display:none!important}#intro-overlay{z-index:9999;justify-content:center;align-items:center;background:0 0;pointer-events:none}#playButton{pointer-events:auto;width:95px;height:95px;border:none;border-radius:50%;background:rgba(255,255,255,.15);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;font-size:38px;cursor:pointer;box-shadow:0 0 30px rgba(0,0,0,.35);transition:transform .3s cubic-bezier(.25, 1, .5, 1),background .3s,opacity .3s}#playButton:hover{transform:scale(1.08);background:rgba(255,255,255,.25)}#playButton.fade-out{opacity:0;transform:scale(.8)}.hotspot-pulse{width:20px!important;height:20px!important;border-radius:50%;background:#fff!important;border:2px solid #000!important;box-sizing:border-box;animation:1.4s infinite hotspotPulse}@keyframes hotspotPulse{0%{box-shadow:0 0 0 0 rgba(255,255,255,.7)}70%{box-shadow:0 0 0 15px rgba(255,255,255,0)}100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}}