[hidden]{display:none!important}
.header-actions{display:flex;gap:8px;pointer-events:auto}
#editor{position:fixed;right:20px;top:104px;width:310px;max-height:calc(100vh - 310px);overflow:auto;background:#102832f5;border:1px solid #77aaad66;border-radius:16px;padding:20px;z-index:8;box-shadow:0 16px 50px #0006}
#editor p{font-size:12px;line-height:1.6;color:#bfd0d8}
#editor label,#editor small{display:block;font-size:11px;line-height:1.5;margin-top:10px;color:#b9c9d0}
#editor select{width:100%;padding:10px;background:#1d3944;color:white;border:1px solid #ffffff55;border-radius:8px;margin:8px 0}
#editor>button{width:100%;margin:5px 0;font-size:12px}
#editor #export{background:#28765f}#editor #editor-status{color:#9bf0d5}
.hotspot-row{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:12px;margin:6px 0}
.hotspot-row button{font-size:10px;padding:5px 8px}
.placing #panorama{cursor:crosshair}
.tour-hotspot{width:58px;height:58px;background:none;z-index:3}
.pulse-marker{position:relative;width:58px;height:58px;border:0;border-radius:50%;background:transparent;padding:0;filter:drop-shadow(0 3px 5px #0008)}
.pulse-marker:hover{background:transparent}
.marker-ring{position:absolute;inset:8px;border:3px solid white;border-radius:50%;background:#ffffff28;transform:rotateX(42deg)}
.marker-ring:before,.marker-ring:after{content:'';position:absolute;inset:-3px;border:2px solid white;border-radius:50%;animation:ripple 2s ease-out infinite}
.marker-ring:after{animation-delay:1s}
.marker-arrow{position:absolute;inset:2px 0 0;font-size:36px;font-weight:700;color:white;animation:bob 2s ease-in-out infinite}
.marker-label{position:absolute;left:50%;top:63px;transform:translateX(-50%);padding:5px 9px;background:#0a202bd9;border-radius:6px;font-size:11px;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis}
@keyframes ripple{0%{transform:scale(1);opacity:.8}100%{transform:scale(2.1);opacity:0}}
@keyframes bob{50%{transform:translateY(-4px)}}
@media(prefers-reduced-motion:reduce){.marker-ring:before,.marker-ring:after,.marker-arrow{animation:none}}
@media(max-width:600px){#editor{right:12px;top:110px;width:270px;max-height:calc(100vh - 310px)}.header-actions{gap:4px}header h1{max-width:45vw}.marker-label{font-size:10px}}
body.editing footer{padding-top:28px}
