:root{--ink:#1b1a17;--parchment-dark:#0f1210;--parchment:#efe6d3;--parchment-dim:#cfc4a8;--gilt:#cf9b3c;--gilt-bright:#e8c84a;--panel-bg:#181a16db;--panel-border:#e8c84a47;--shadow:0 8px 32px #00000073;--radius:14px;--font-display:Georgia, "Iowan Old Style", "Palatino Linotype", serif;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body{background:var(--parchment-dark);width:100%;height:100dvh;color:var(--parchment);font-family:var(--font-body);-webkit-tap-highlight-color:transparent;margin:0;padding:0;overflow:hidden}button:focus-visible,a:focus-visible{outline:2px solid var(--gilt-bright);outline-offset:2px}.icon svg{display:block}.sr-label{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}#app{width:100%;height:100%;position:relative;overflow:hidden}#topbar{z-index:40;background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:var(--radius);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);pointer-events:none;justify-content:space-between;align-items:center;gap:12px;padding:10px 20px;display:flex;position:absolute;top:14px;left:14px;right:14px}#topbar>*{pointer-events:auto}#topbar h1{font-family:var(--font-display);letter-spacing:.01em;color:var(--gilt-bright);margin:0;font-size:clamp(1.05rem,1.5vw,1.6rem);font-weight:600}#topbar .sub{color:var(--parchment-dim);max-width:46ch;margin:2px 0 0;font-size:.72rem}#topbar .controls{flex:none;gap:8px;display:flex}#topbar .controls button{border:1px solid var(--panel-border);color:var(--parchment);white-space:nowrap;background:0 0;border-radius:999px;align-items:center;gap:7px;padding:8px 14px;font-size:.78rem;transition:background .2s,border-color .2s;display:inline-flex}#topbar .controls button:hover{border-color:var(--gilt);background:#e8c84a1f}#topbar .controls button[hidden]{display:none}#topbar .controls .icon{font-size:1rem;line-height:1}#stage-wrap{cursor:grab;touch-action:none;background:var(--parchment-dark);position:absolute;inset:0;overflow:hidden}#stage-wrap.grabbing{cursor:grabbing}.stage-wrap-inner{transform-origin:0 0;will-change:transform;position:absolute;top:0;left:0}.stage{position:relative}#map-img{image-rendering:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;opacity:0;width:100%;max-width:none;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}#map-img.is-loaded{opacity:1}#overlay{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:visible}#walk-path{stroke:#e8dcb8;stroke-width:4px;stroke-linecap:round;stroke-dasharray:3 11;opacity:.55}#overlay .marker{pointer-events:auto;cursor:pointer}#overlay .marker .marker-num{font-family:var(--font-body);fill:#fff8ec;text-anchor:middle;dominant-baseline:central;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:700}#overlay .marker .marker-dot{stroke:#fff8ec;stroke-width:2.5px;filter:drop-shadow(0 1px 2px #000c)drop-shadow(0 2px 6px #00000073);transition:r .15s}#overlay .marker:hover .marker-dot{r:17}#overlay .marker .marker-pulse{opacity:0;transform-origin:50%;transform-box:fill-box}#overlay .marker.is-next .marker-pulse{animation:2s ease-out infinite marker-pulse}#overlay .marker:not(.is-next):not(.visited){opacity:.82}#overlay .marker .marker-ring{stroke-width:2px;opacity:0;transition:opacity .2s}#overlay .marker.is-next .marker-ring{opacity:.9;stroke:#fff8ec}#overlay .marker.visited .marker-ring{opacity:.85;stroke:#f4e9d0;stroke-dasharray:3 3}@keyframes marker-pulse{0%{opacity:.5;transform:scale(1)}70%{opacity:0;transform:scale(2.1)}to{opacity:0;transform:scale(2.1)}}#walker{pointer-events:none}#walker .walker-halo{fill:var(--gilt-bright);opacity:.25;transform-origin:50%;transform-box:fill-box;animation:2.2s ease-in-out infinite walker-halo}#walker .walker-puck{fill:#1c1812d1;stroke:#fff8ec;stroke-width:2.5px;filter:drop-shadow(0 2px 5px #00000080)}@keyframes walker-halo{0%,to{opacity:.25;transform:scale(1)}50%{opacity:.12;transform:scale(1.35)}}@media (prefers-reduced-motion:reduce){#overlay .marker .marker-pulse,#walker .walker-halo{animation:none}#walker .walker-halo{opacity:.2}}#walker .walker-fallback{fill:#f4e4c1;stroke:#2b2620;stroke-width:1.5px;filter:drop-shadow(0 3px 4px #00000080)}#walker .walker-hat{fill:#2b2620}#walker image{filter:drop-shadow(0 3px 4px #00000080)}#stop-card[hidden],#sources-panel[hidden],#pano-overlay[hidden],#legend-panel[hidden]{display:none}#legend-panel{z-index:45;background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:var(--radius);width:300px;max-width:calc(100vw - 28px);max-height:calc(100% - 108px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);position:absolute;top:84px;left:14px;overflow-y:auto}#legend-panel .legend-inner{padding:16px 16px 12px}#legend-panel .legend-head{justify-content:space-between;align-items:center;display:flex}#legend-panel h2{font-family:var(--font-display);color:var(--gilt-bright);margin:0;font-size:1.05rem}#legend-panel .legend-close{border:1px solid var(--panel-border);width:30px;height:30px;color:var(--parchment);background:0 0;border-radius:50%;font-size:.75rem}#legend-panel .legend-sub{color:var(--parchment-dim);margin:6px 0 10px;font-size:.75rem}#legend-panel .legend-list{margin:0;padding:0;list-style:none}#legend-panel .legend-list button{width:100%;color:var(--parchment);text-align:left;background:0 0;border:none;border-radius:9px;align-items:center;gap:10px;padding:7px 8px;font-size:.85rem;display:flex}#legend-panel .legend-list button:hover{background:#e8c84a1a}#legend-panel .legend-list button.is-visited{color:var(--parchment-dim)}#legend-panel .legend-list button.is-next{background:#e8c84a14}#legend-panel .legend-dot{color:#fff8ec;border:2px solid #fff8ec;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;font-weight:700;display:inline-flex;box-shadow:0 1px 3px #00000080}#legend-panel .legend-name{flex:auto}#legend-panel .legend-mark{color:var(--gilt-bright);flex:none;font-size:.8rem}#legend-panel .legend-foot{color:var(--parchment-dim);opacity:.85;margin:10px 2px 2px;font-size:.7rem}#stop-card{z-index:50;background:var(--panel-bg);border-left:1px solid var(--panel-border);width:420px;max-width:92vw;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);flex-direction:column;display:flex;position:absolute;top:0;bottom:0;right:0}#stop-card .card-close{z-index:2;border:1px solid var(--panel-border);width:34px;height:34px;color:var(--parchment);background:#0f121099;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;display:flex;position:absolute;top:14px;right:14px}#stop-card .card-close:hover{border-color:var(--gilt);background:#e8c84a24}#stop-card .card-scroll{flex:auto;padding:56px 28px 20px;overflow-y:auto}#stop-card .card-badge{letter-spacing:.08em;text-transform:uppercase;color:var(--gilt-bright);border:1px solid var(--panel-border);border-radius:999px;margin-bottom:10px;padding:3px 12px;font-size:.72rem;display:inline-block}#stop-card .card-title{font-family:var(--font-display);color:var(--parchment);margin:0 0 14px;font-size:1.75rem;line-height:1.2}#stop-card .card-img{aspect-ratio:3/2;object-fit:cover;opacity:0;filter:blur(10px);background:#efe6d30f;border-radius:10px;width:100%;margin-bottom:16px;transition:opacity .45s,filter .45s;box-shadow:0 6px 20px #0006}#stop-card .card-img.is-loaded{opacity:1;filter:none}#stop-card .card-text{color:var(--parchment-dim);margin:0 0 18px;font-size:1.02rem;line-height:1.6}#stop-card .card-player{border:1px solid var(--panel-border);background:#e8c84a0d;border-radius:12px;align-items:center;gap:13px;margin-bottom:18px;padding:11px 14px;display:flex}#stop-card .card-player[hidden]{display:none}#stop-card .player-btn{border:1px solid var(--gilt);width:42px;height:42px;color:var(--gilt-bright);background:#e8c84a1a;border-radius:50%;flex:none;justify-content:center;align-items:center;transition:background .2s,box-shadow .2s;display:flex}#stop-card .player-btn:hover{background:#e8c84a38;box-shadow:0 0 14px #e8c84a40}#stop-card .player-icon{letter-spacing:-1px;font-size:.8rem;line-height:1;transform:translate(1px)}#stop-card .card-player.is-playing .player-icon{font-size:.65rem;transform:none}#stop-card .player-body{flex:auto;min-width:0}#stop-card .player-label{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:var(--gilt-bright);margin-bottom:7px;font-size:.68rem}#stop-card .player-track{cursor:pointer;touch-action:none;align-items:center;height:14px;display:flex;position:relative}#stop-card .player-track:before{content:"";background:#efe6d32e;border-radius:2px;height:3px;position:absolute;left:0;right:0}#stop-card .player-fill{background:linear-gradient(90deg, var(--gilt), var(--gilt-bright));border-radius:2px;width:0%;height:3px;position:absolute;left:0;box-shadow:0 0 6px #e8c84a66}#stop-card .player-fill:after{content:"";background:var(--gilt-bright);border-radius:50%;width:9px;height:9px;position:absolute;top:50%;right:-4px;transform:translateY(-50%);box-shadow:0 1px 4px #00000080}#stop-card .player-time{color:var(--parchment-dim);font-variant-numeric:tabular-nums;flex:none;font-size:.72rem}#stop-card .card-pano{border:1px solid var(--gilt);width:100%;color:var(--gilt-bright);background:#e8c84a1f;border-radius:10px;margin-bottom:4px;padding:12px 16px;font-size:.92rem;font-weight:600;display:block}#stop-card .card-pano:hover{background:#e8c84a38}#stop-card .card-nav{border-top:1px solid var(--panel-border);flex:none;display:flex}#stop-card .card-nav button{color:var(--parchment);background:0 0;border:none;flex:50%;padding:14px 10px;font-size:.82rem}#stop-card .card-nav button:first-child{border-right:1px solid var(--panel-border)}#stop-card .card-nav button:hover:not(:disabled){color:var(--gilt-bright);background:#e8c84a1a}#stop-card .card-nav button:disabled{opacity:.3;cursor:default}#pano-overlay{z-index:60;opacity:0;background:#000;transition:opacity .32s;position:absolute;inset:0}#pano-overlay.is-open{opacity:1}.pano-chrome{top:calc(16px + env(safe-area-inset-top,0px));z-index:2;pointer-events:none;position:absolute;left:20px;right:130px}.pano-chrome h3{font-family:var(--font-display);color:var(--parchment);text-shadow:0 2px 8px #000c;margin:0 0 6px;font-size:clamp(1.1rem,2vw,1.55rem)}.pano-cue{letter-spacing:.08em;color:var(--parchment-dim);border:1px solid var(--panel-border);background:#0f1210a6;border-radius:999px;padding:5px 13px;font-size:.75rem;transition:opacity .6s;display:inline-block}.pano-cue.is-gone{opacity:0}#pano{position:absolute;inset:0}#pano-close{z-index:2;background:var(--panel-bg);border:1px solid var(--panel-border);color:var(--parchment);box-shadow:var(--shadow);border-radius:999px;padding:9px 16px;font-size:.82rem;position:absolute;top:16px;right:16px}#pano-close:hover{border-color:var(--gilt);background:#e8c84a24}#sources-panel{z-index:55;-webkit-backdrop-filter:blur(6px);background:#080907e6;position:absolute;inset:0}#sources-panel .sources-inner{max-width:980px;height:100%;margin:0 auto;position:relative}#sources-panel .sources-close{z-index:2;border:1px solid var(--panel-border);background:var(--panel-bg);width:38px;height:38px;color:var(--parchment);border-radius:50%;position:absolute;top:16px;right:16px}#sources-panel .sources-close:hover{border-color:var(--gilt);background:#e8c84a24}#sources-panel .sources-scroll{height:100%;padding:72px 28px 40px;overflow-y:auto}#sources-panel .sources-intro{font-family:var(--font-display);color:var(--gilt-bright);text-align:center;margin:0 0 32px;font-size:1.15rem}#sources-panel .sources-grid{grid-template-columns:repeat(2,1fr);gap:26px;display:grid}#sources-panel .sources-item{margin:0}#sources-panel .sources-item img{cursor:zoom-in;border-radius:10px;width:100%;transition:transform .2s;box-shadow:0 6px 20px #00000073}#sources-panel .sources-item img:hover{transform:scale(1.015)}#sources-panel .sources-item figcaption{color:var(--parchment-dim);margin-top:10px;font-size:.8rem;line-height:1.45}#sources-panel .sources-credit{text-align:center;color:var(--parchment-dim);opacity:.8;margin-top:40px;font-size:.8rem}.lightbox{z-index:90;cursor:zoom-out;background:#000000eb;justify-content:center;align-items:center;padding:5vh 5vw;display:flex;position:fixed;inset:0}.lightbox img{border-radius:6px;max-width:100%;max-height:100%;box-shadow:0 10px 40px #0009}.lightbox-close{color:#fff;background:#00000080;border:1px solid #ffffff4d;border-radius:50%;width:40px;height:40px;font-size:.9rem;position:absolute;top:20px;right:24px}#whole-map{right:16px;bottom:calc(18px + env(safe-area-inset-bottom,0px));z-index:32;background:var(--panel-bg);border:1px solid var(--panel-border);color:var(--parchment);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);border-radius:999px;align-items:center;gap:7px;padding:9px 15px;font-size:.78rem;transition:opacity .25s,visibility .25s;display:inline-flex;position:absolute}#whole-map[data-off]{opacity:0;visibility:hidden;pointer-events:none}#whole-map:hover{border-color:var(--gilt);background:#e8c84a24}.first-hint{z-index:30;background:var(--panel-bg);border:1px solid var(--gilt);max-width:min(92vw,460px);color:var(--parchment);text-align:center;box-shadow:var(--shadow);pointer-events:none;border-radius:999px;padding:10px 18px;font-size:.8rem;line-height:1.4;transition:opacity .4s;animation:.5s .2s both hint-in;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.first-hint.is-leaving{opacity:0}@keyframes hint-in{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (width>=1600px){#topbar{padding:14px 26px}#topbar .sub{max-width:60ch;font-size:.82rem}#topbar .controls button{padding:10px 18px;font-size:.85rem}#stop-card{width:470px}#stop-card .card-title{font-size:2rem}#stop-card .card-text{font-size:1.08rem}}@media (width<=640px){#topbar{padding:8px 10px;top:8px;left:8px;right:8px}#topbar h1{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}#topbar .sub{display:none}#topbar .controls{gap:6px}#topbar .controls button{border-radius:50%;flex:none;justify-content:center;width:36px;height:36px;padding:0}#topbar .controls .icon{font-size:1.05rem}#topbar .controls .label{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}#stop-card{border-left:none;border-top:1px solid var(--panel-border);width:100%;max-width:100%;height:70dvh;padding-bottom:env(safe-area-inset-bottom,0px);border-radius:18px 18px 0 0;inset:auto 0 0}#fullscreen{display:none}#stop-card .card-scroll{padding:44px 20px 16px}#stop-card .card-close{top:10px;right:10px}#sources-panel .sources-scroll{padding:60px 16px 32px}#sources-panel .sources-grid{grid-template-columns:1fr;gap:22px}}.pnlm-container{cursor:default;-webkit-user-select:none;user-select:none;-khtml-user-select:none;-o-user-select:none;contain:content;background:#f4f4f4 url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%22100%22%20viewBox%3D%220%200%2067%20100%22%3E%0A%3Cpath%20stroke%3D%22%23ccc%22%20fill%3D%22none%22%20d%3D%22M33.5%2C50%2C0%2C63%2C33.5%2C75%2C67%2C63%2C33.5%2C50m-33.5-50%2C67%2C25m-0.5%2C0%2C0%2C75m-66.5-75%2C67-25m-33.5%2C75%2C0%2C25m0-100%2C0%2C50%22%2F%3E%0A%3C%2Fsvg%3E%0A);outline:0;width:100%;height:100%;margin:0;padding:0;font-family:Helvetica,Nimbus Sans L,Liberation Sans,Arial,sans-serif;line-height:1.4;position:relative;overflow:hidden}.pnlm-container *{box-sizing:content-box}.pnlm-ui{z-index:1;width:100%;height:100%;position:absolute}.pnlm-grab{cursor:grab;cursor:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s6.38-6.73%204.64-8.24-3.47%201.01-3.47%201.01%203.61-5.72%201.41-6.49c-2.2-0.769-3.33%204.36-3.33%204.36s0.873-5.76-1.06-5.76-1.58%205.39-1.58%205.39-0.574-4.59-2.18-4.12c-1.61%200.468-0.572%205.51-0.572%205.51s-1.58-4.89-2.93-3.79c-1.35%201.11%200.258%205.25%200.572%206.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A) 12 8,default}.pnlm-grabbing{cursor:grabbing;cursor:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s5.07-5.29%203.77-6.74c-1.31-1.45-2.53%200.14-2.53%200.14s2.74-3.29%200.535-4.06c-2.2-0.769-2.52%201.3-2.52%201.3s0.81-2.13-1.12-2.13-1.52%201.77-1.52%201.77-0.261-1.59-1.87-1.12c-1.61%200.468-0.874%202.17-0.874%202.17s-0.651-1.55-2-0.445c-1.35%201.11-0.68%202.25-0.365%203.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A) 12 8,default}.pnlm-sprite{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%22208%22%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22117%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22143%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20cy%3D%22169%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cy%3D%22195%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cx%3D%2213%22%20cy%3D%22195%22%20r%3D%222.5%22%2F%3E%0A%3Cpath%20d%3D%22m5%2083v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-5%205v6h6v-6zm-5%205v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20110a7%207%200%200%200%20-7%207%207%207%200%200%200%207%207%207%207%200%200%200%207%20-7%207%207%200%200%200%20-7%20-7zm-1%203h2v2h-2zm0%203h2v5h-2z%22%2F%3E%0A%3Cpath%20d%3D%22m5%2057v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-10%2010v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m17%2038v2h-8v-2z%22%2F%3E%0A%3Cpath%20d%3D%22m12%209v3h-3v2h3v3h2v-3h3v-2h-3v-3z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20136-6.125%206.125h4.375v7.875h3.5v-7.875h4.375z%22%2F%3E%0A%3Cpath%20d%3D%22m10.428%20173.33v-5.77l5-2.89v5.77zm1-1.73%203-1.73-3.001-1.74z%22%2F%3E%0A%3C%2Fsvg%3E%0A)}.pnlm-container:fullscreen{width:100%!important;height:100%!important;position:static!important}.pnlm-render-container{cursor:inherit;width:100%;height:100%;position:absolute}.pnlm-controls{cursor:pointer;z-index:2;background-color:#fff;border:1px solid #0006;border-radius:3px;margin-top:4px;transform:translateZ(9999px)}.pnlm-control:hover{background-color:#f8f8f8}.pnlm-controls-container{z-index:1;position:absolute;top:0;left:4px}.pnlm-zoom-controls{width:26px;height:52px}.pnlm-zoom-in{border-radius:3px 3px 0 0;width:100%;height:50%;position:absolute;top:0}.pnlm-zoom-out{background-position:0 -26px;border-top:1px solid #0000001a;border-radius:0 0 3px 3px;width:100%;height:50%;position:absolute;bottom:0}.pnlm-fullscreen-toggle-button,.pnlm-orientation-button,.pnlm-hot-spot-debug-indicator{width:26px;height:26px}.pnlm-hot-spot-debug-indicator{background-color:#ffffff80;border-radius:13px;width:26px;height:26px;margin:-13px 0 0 -13px;display:none;position:absolute;top:50%;left:50%}.pnlm-orientation-button-inactive{background-position:0 -156px}.pnlm-orientation-button-active{background-position:0 -182px}.pnlm-fullscreen-toggle-button-inactive{background-position:0 -52px}.pnlm-fullscreen-toggle-button-active{background-position:0 -78px}.pnlm-panorama-info{color:#fff;text-align:left;z-index:2;background-color:#000000b3;border-radius:0 3px 3px 0;padding-right:10px;display:none;position:absolute;bottom:4px;transform:translateZ(9999px)}.pnlm-title-box{margin-bottom:3px;padding-left:5px;font-size:20px;display:table;position:relative}.pnlm-author-box{padding-left:5px;font-size:12px;display:table;position:relative}.pnlm-load-box{text-align:center;color:#fff;background-color:#000000b3;border-radius:3px;width:200px;height:150px;margin:-75px 0 0 -100px;font-size:20px;display:none;position:absolute;top:50%;left:50%}.pnlm-load-box p{margin:20px 0}.pnlm-lbox{width:20px;height:20px;margin:-10px 0 0 -10px;display:none;position:absolute;top:50%;left:50%}.pnlm-loading{background-color:#fff;width:10px;height:10px;animation-name:pnlm-mv;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;position:relative}@keyframes pnlm-mv{0%{top:0;left:0}25%{top:0;left:10px}50%{top:10px;left:10px}75%{top:10px;left:0}to{top:0;left:0}}.pnlm-load-button{text-align:center;color:#fff;cursor:pointer;background-color:#000000b3;border-radius:3px;width:200px;height:100px;margin:-50px 0 0 -100px;font-size:20px;display:table;position:absolute;top:50%;left:50%}.pnlm-load-button:hover{background-color:#000c}.pnlm-load-button p{vertical-align:middle;display:table-cell}.pnlm-info-box{text-align:center;color:#fff;table-layout:fixed;background-color:#000;border-radius:3px;width:200px;height:150px;margin:-75px 0 0 -100px;font-size:15px;display:table;position:absolute;top:50%;left:50%}.pnlm-info-box a,.pnlm-author-box a{color:#fff;word-wrap:break-word;overflow-wrap:break-word}.pnlm-info-box p{vertical-align:middle;padding:0 5px;display:table-cell}.pnlm-error-msg{display:none}.pnlm-about-msg{color:#fff;opacity:0;-o-transition:opacity .3s ease-in-out;z-index:1;background:#000000b3;border-radius:3px;padding:5px 8px;font-size:11px;line-height:11px;transition:opacity .3s ease-in-out;display:none;position:absolute;top:50px;left:50px}.pnlm-about-msg a:link,.pnlm-about-msg a:visited{color:#fff}.pnlm-about-msg a:hover,.pnlm-about-msg a:active{color:#eee}.pnlm-hotspot-base{visibility:hidden;cursor:default;vertical-align:middle;z-index:1;position:absolute;top:0}.pnlm-hotspot{border-radius:13px;width:26px;height:26px}.pnlm-hotspot:hover{background-color:#fff3}.pnlm-hotspot.pnlm-info{background-position:0 -104px}.pnlm-hotspot.pnlm-scene{background-position:0 -130px}div.pnlm-tooltip span{visibility:hidden;color:#fff;text-align:center;cursor:default;background-color:#000000b3;border-radius:3px;max-width:200px;margin-left:-220px;padding:5px 10px;position:absolute}div.pnlm-tooltip:hover span{visibility:visible}div.pnlm-tooltip:hover span:after{content:"";border:10px solid #0000;border-top-color:#000000b3;width:0;height:0;margin:0 50%;position:absolute;bottom:-20px;left:-10px}.pnlm-compass{cursor:default;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2250%22%20width%3D%2250%22%3E%0A%3Cpath%20d%3D%22m24.5078%206-3.2578%2018h7.5l-3.25781-18h-0.984376zm-3.2578%2020%203.2578%2018h0.9844l3.2578-18h-7.5zm1.19531%200.9941h5.10938l-2.5547%2014.1075-2.5547-14.1075z%22%2F%3E%0A%3C%2Fsvg%3E%0A);border-radius:25px;width:50px;height:50px;display:none;position:absolute;bottom:4px;right:4px}.pnlm-world{position:absolute;top:50%;left:50%}.pnlm-face{transform-origin:0 0;position:absolute}.pnlm-dragfix,.pnlm-preview-img{width:100%;height:100%;position:absolute}.pnlm-preview-img{background-position:50%;background-size:cover}.pnlm-lbar{border:1px solid #fff;width:150px;height:6px;margin:0 auto}.pnlm-lbar-fill{background:#fff;width:0;height:100%}.pnlm-lmsg{font-size:12px}.pnlm-fade-img{position:absolute;top:0;left:0}.pnlm-pointer{cursor:pointer}
