.tour-hotspot{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;align-items:center;gap:6px;padding:0;display:flex;transform:translate(-50%,-50%)}.tour-hotspot-icon{color:#fff;-webkit-backdrop-filter:blur(4px);background:#0a0a0a8c;border:2px solid #f33;border-radius:50%;place-items:center;width:40px;height:40px;transition:transform .2s,background-color .2s;display:grid;position:relative}.tour-hotspot:hover .tour-hotspot-icon,.tour-hotspot:focus-visible .tour-hotspot-icon{background:#f336;transform:scale(1.12)}.tour-hotspot:focus-visible .tour-hotspot-icon{outline-offset:3px;outline:2px solid #fff}.tour-hotspot-ring{pointer-events:none;border:2px solid #f339;border-radius:50%;animation:2.2s ease-out infinite tour-hotspot-pulse;position:absolute;inset:-7px}@keyframes tour-hotspot-pulse{0%{opacity:.9;transform:scale(.75)}70%,to{opacity:0;transform:scale(1.3)}}@media (prefers-reduced-motion:reduce){.tour-hotspot-ring{opacity:.4;animation:none}}.tour-hotspot-label{color:#fff;-webkit-backdrop-filter:blur(4px);white-space:nowrap;background:#0000008c;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600;line-height:1}.tour-veil{z-index:30;text-align:center;color:#0a0a0a;background:#ff2625;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:24px;animation:.2s both tour-veil-in;display:flex;position:absolute;inset:0}@keyframes tour-veil-in{0%{opacity:0}to{opacity:1}}.tour-veil-label{letter-spacing:.14em;font-size:clamp(1.1rem,3.2vw,1.9rem);font-weight:800}.tour-veil-note{letter-spacing:.16em;opacity:.7;font-size:12.5px;font-weight:800}.tour-veil-bar{background:#0a0a0a38;width:min(260px,60vw);height:2px;position:relative;overflow:hidden}.tour-veil-bar:after{content:"";transform-origin:0;background:#0a0a0a;animation:1.15s ease-in-out infinite tour-veil-sweep;position:absolute;inset:0}@keyframes tour-veil-sweep{0%{transform:translate(-100%)scaleX(.35)}50%{transform:translate(0)scaleX(.6)}to{transform:translate(100%)scaleX(.35)}}.tour-veil-retry{color:#fff;letter-spacing:.04em;cursor:pointer;background:#0a0a0a;border:0;border-radius:999px;min-height:44px;margin-top:6px;padding:12px 22px;font-family:inherit;font-size:14px;font-weight:800;transition:opacity .25s}.tour-veil-retry:hover{opacity:.82}@media (prefers-reduced-motion:reduce){.tour-veil,.tour-veil-bar:after{animation:none}}
