.pg-dialog {
  --pg-ink: var(--ink, #19271d);
  --pg-paper: var(--paper, #f3f4ed);
  --pg-lime: var(--lime, #ddfa70);
  --pg-muted: var(--muted, #73806a);
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100dvh;
  max-height: none;
  padding: 0;
  margin: 0;
  border: 0;
  background: var(--pg-paper);
  color: var(--pg-ink);
  font-family: inherit;
  overscroll-behavior: contain;
}
.pg-dialog::backdrop { background: #19271dc7; }
.pg-dialog *, .pg-dialog *::before, .pg-dialog *::after { box-sizing: border-box; }
.pg-dialog [hidden] { display: none !important; }
.pg-dialog button, .pg-dialog input { font: inherit; }
.pg-dialog button { cursor: pointer; }
.pg-dialog button:disabled { cursor: not-allowed; }
.pg-dialog :focus-visible { outline: 3px solid #5e7c30; outline-offset: 4px; }
.pg-header { position: sticky; top: 0; z-index: 5; height: 82px; padding: 0 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #19271d1a; background: var(--pg-paper); }
.pg-expanded-time { display: none; font-size: 13px; font-variant-numeric: tabular-nums; }
.pg-expanded-time b { font-weight: 550; }
.pg-photo-expanded .pg-expanded-time { display: inline; }
.pg-brand, .pg-header-actions { display: flex; align-items: center; gap: 16px; }
.pg-brand > strong { font-size: 26px; letter-spacing: -1.3px; font-weight: 700; }
.pg-brand-mark { display: block; position: relative; width: 21px; height: 27px; border: 5px solid currentColor; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.pg-brand-mark::after { content: ''; position: absolute; top: 5px; left: 3px; width: 5px; height: 5px; border-radius: 100%; background: var(--pg-paper); }
.pg-header-separator { height: 23px; width: 1px; background: #19271d20; margin: 0 2px 0 8px; }
.pg-brand h2 { font-size: 14px; font-weight: 500; margin: 0; }
.pg-status-tag { display: inline-flex; align-items: center; flex-shrink: 0; border: 1px solid #19271d25; border-radius: 99px; padding: 4px 9px; font-size: 10px; font-weight: 650; line-height: 1.2; }
.pg-total { display: flex; align-items: center; gap: 12px; padding-right: 14px; }
.pg-total > span { font-size: 12px; color: var(--pg-muted); }
.pg-total > strong { font-size: 22px; letter-spacing: -1px; font-variant-numeric: tabular-nums; }
.pg-close { width: 39px; height: 39px; border: 1px solid #19271d29; border-radius: 50%; color: var(--pg-ink); background: transparent; font-size: 25px !important; line-height: 1; }
.pg-close:hover { background: #19271d0b; }
.pg-layout { min-height: calc(100dvh - 82px); display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(370px, 1fr); }
.pg-scene { position: relative; overflow: hidden; min-width: 0; min-height: 550px; background: #142219; color: #fff; }
.pg-photo { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; }
.pg-photo-loading { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; color: #e5ebdb; font-size: 16px; }
.pg-retry { padding: 12px 20px; background: var(--pg-lime); border: 0; border-radius: 8px; color: var(--pg-ink); }
.pg-photo-top { position: absolute; z-index: 1; inset: 0 0 auto; padding: 26px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: linear-gradient(#10211579, transparent); }
.pg-round-label { background: #f3f4edee; color: var(--pg-ink); padding: 10px 15px; border-radius: 30px; font-size: 12px; backdrop-filter: blur(12px); }
.pg-round-label b { font-weight: inherit; }
.pg-photo-tag { font-size: 11px; text-shadow: 0 1px 5px #000c; }
.pg-photo-bottom { position: absolute; inset: auto 0 0; min-height: 210px; padding: 30px 30px 64px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; background: linear-gradient(transparent, #0b160ce6); }
.pg-scene-prompt { margin: 0; font-size: 25px; line-height: 1.2; letter-spacing: -.6px; }
.pg-scene-prompt strong { font-size: 41px; font-weight: 600; letter-spacing: -1.6px; }
.pg-photo-expand { flex-shrink: 0; padding: 10px 14px; border: 1px solid #ffffff65; border-radius: 25px; color: #fff; background: #ffffff15; font-size: 10px !important; backdrop-filter: blur(10px); }
.pg-photo-expand:hover { background: #ffffff28; }
.pg-photo-credit { position: absolute; bottom: 15px; left: 30px; right: 25px; color: #ffffffb8; font-size: 10px; line-height: 1.5; margin: 0; }
.pg-photo-credit a { color: inherit; text-underline-offset: 2px; }
.pg-panel { padding: 32px clamp(24px, 3.2vw, 54px) 20px; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.pg-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.pg-kicker { margin: 0 0 9px; color: var(--pg-muted); font-size: 12px; }
.pg-panel h3 { font-size: clamp(24px, 2.4vw, 35px); font-weight: 600; letter-spacing: -1.3px; line-height: 1.08; margin: 0; }
.pg-timer { display: flex; width: 62px; height: 62px; border-radius: 50%; border: 1px solid #19271d24; align-items: center; justify-content: center; flex-direction: column; background: #fff5; flex-shrink: 0; }
.pg-timer > span { font-size: 23px; font-weight: 600; letter-spacing: -.5px; line-height: 1.05; font-variant-numeric: tabular-nums; }
.pg-timer small { font-size: 9px; color: var(--pg-muted); }
.pg-timer-urgent { border-color: #bc673f; color: #a54425; background: #f4e5da; }
.pg-time-track { margin: 20px 0 28px; height: 3px; background: #19271d14; border-radius: 3px; overflow: hidden; }
.pg-time-track span { display: block; height: 100%; background: #839b4e; transform-origin: left; transition: transform .25s linear; }
.pg-map-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.pg-map-heading strong { font-size: 13px; font-weight: 600; }
.pg-map-scale { color: var(--pg-muted); font-size: 12px; }
.pg-map-shell { position: relative; overflow: hidden; border: 1px solid #bac6b3; border-radius: 12px; background: #dee6d7; }
.pg-map { display: block; width: 100%; aspect-ratio: 2 / 1; background: #dee6d7; cursor: crosshair; touch-action: none; user-select: none; }
.pg-map:active { cursor: grabbing; }
.pg-map:focus-visible { outline-offset: -4px; }
.pg-countries { fill: #f5f6ed; stroke: #a4b29c; stroke-width: .65; }
.pg-grid { stroke: #bfcdb6; stroke-width: .55; opacity: .55; }
.pg-map-labels { font: 5px sans-serif; fill: #6b7c61; transition: opacity .15s; pointer-events: none; }
.pg-map-controls { position: absolute; top: 10px; right: 10px; display: flex; flex-direction: column; overflow: hidden; border-radius: 7px; border: 1px solid #19271d25; box-shadow: 0 2px 5px #19271d0b; }
.pg-map-controls button { display: block; width: 30px; height: 28px; border: 0; border-bottom: 1px solid #19271d1c; font-size: 20px; line-height: 1; background: #f8f9f2; color: var(--pg-ink); }
.pg-map-controls button:last-child { border-bottom: 0; font-size: 17px; }
.pg-map-controls button:hover { background: var(--pg-lime); }
.pg-map-controls button:disabled { color: #a9b2a4; background: #edf0e7; }
.pg-map-credit { position: absolute; bottom: 3px; right: 7px; color: #536649; font-size: 10px; text-decoration: none; background: #edf1e3d9; padding: 1px 3px; }
.pg-map-markers { pointer-events: none; }
.pg-marker { stroke: #fff; stroke-width: 2.5; }
.pg-marker-guess { fill: #203c28; }
.pg-marker-answer { fill: #dbf86c; stroke: #24442c; }
.pg-marker-center-guess { fill: #ddfa70; }
.pg-marker-center-answer { fill: #25432b; }
.pg-distance-line { stroke: #527343; stroke-width: 2; stroke-dasharray: 4 4; }
.pg-map-help { color: #64735b; font-size: 12px; line-height: 1.6; margin: 10px 0 12px; }
.pg-pin-status { min-height: 20px; color: #53624a; font-size: 12px; margin: 12px 0; font-variant-numeric: tabular-nums; }
.pg-coordinate-details { font-size: 12px; margin: 0 0 20px; color: #53624a; }
.pg-coordinate-details summary { cursor: pointer; width: fit-content; text-underline-offset: 3px; }
.pg-coordinate-details summary:hover { text-decoration: underline; }
.pg-coordinate-form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.pg-coordinate-form label { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.pg-coordinate-form input { width: 100%; min-width: 0; border: 1px solid #b9c5b0; padding: 9px 10px; border-radius: 5px; color: var(--pg-ink); background: #fff9; font-size: 12px; }
.pg-coordinate-form button { grid-column: 1 / -1; background: #e3e9da; border: 1px solid #b9c5b0; padding: 9px 12px; color: var(--pg-ink); border-radius: 5px; font-size: 12px; }
.pg-primary { width: 100%; display: flex; justify-content: center; align-items: center; gap: 25px; min-height: 51px; padding: 14px 22px; border: 1px solid transparent; border-radius: 7px; background: var(--pg-lime); color: var(--pg-ink); font-size: 12px !important; font-weight: 650 !important; }
.pg-primary:hover { background: #cee95d; }
.pg-primary:disabled { background: #e1e6d9; color: #84907b; }
.pg-primary span { font-size: 19px; line-height: 1; }
.pg-smallprint { color: #73806a; font-size: 12px; line-height: 1.5; text-align: center; margin: 12px 0 0; }
.pg-account-note { display: flex; align-items: center; gap: 8px; color: #6c7963; font-size: 12px; line-height: 1.6; margin: 30px 0 0; }
.pg-account-note .pg-status-tag { font-size: 8px; padding: 3px 7px; }
.pg-result-place { font-size: 12px; color: #6c7963; line-height: 1.6; margin: 12px 0 25px; }
.pg-result-score { display: flex; align-items: baseline; gap: 10px; }
.pg-result-score strong { font-size: clamp(48px, 4.5vw, 68px); letter-spacing: -4px; font-weight: 550; line-height: 1; }
.pg-result-score > span { font-size: 11px; color: #6c7963; }
.pg-result-distance { font-size: 12px; line-height: 1.6; margin: 13px 0 24px; }
.pg-legend { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 20px; font-size: 12px; color: #64735b; margin: 15px 0 26px; }
.pg-legend > span { display: flex; align-items: center; gap: 7px; }
.pg-legend i { display: inline-block; height: 10px; width: 10px; border-radius: 50%; }
.pg-legend-guess { background: #203c28; }
.pg-legend-answer { background: var(--pg-lime); border: 1px solid #24442c; }
.pg-summary { max-width: 640px; margin: 0 auto; padding: 45px 25px 40px; text-align: center; }
.pg-summary-intro h2 { font-weight: 550; font-size: clamp(32px, 4vw, 48px); line-height: 1.08; letter-spacing: -2px; margin: 20px 0 14px; }
.pg-summary-intro > p { font-size: 12px; color: #6c7963; margin: 0; }
.pg-summary-score { display: flex; flex-direction: column; margin: 30px 0 20px; }
.pg-summary-score > strong { font-size: clamp(66px, 7vw, 94px); line-height: 1; letter-spacing: -5px; font-weight: 550; }
.pg-summary-score > span { font-size: 12px; color: #6c7963; margin-top: 7px; }
.pg-best { padding: 13px 15px; background: #e7eddb; border-radius: 8px; font-size: 11px; }
.pg-best > strong { margin-left: 7px; }
.pg-best > span { display: block; font-size: 9px; color: #6c7963; margin-top: 4px; }
.pg-round-results { padding: 0; list-style: none; margin: 23px 0; text-align: left; }
.pg-round-results li { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid #19271d17; }
.pg-round-results img { width: 57px; height: 42px; object-fit: cover; border-radius: 5px; }
.pg-round-results li > div { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.pg-round-results li strong { font-size: 12px; font-weight: 550; }
.pg-round-results li span { font-size: 10px; color: #6c7963; }
.pg-round-results li > b { font-size: 14px; font-weight: 600; }
.pg-round-results li small { font-size: 9px; font-weight: 400; color: #6c7963; }
.pg-summary-status { display: flex; justify-content: center; align-items: center; gap: 8px; font-size: 9px; color: #64735b; line-height: 1.5; }
.pg-summary-actions { margin-top: 22px; display: flex; align-items: center; gap: 18px; }
.pg-summary-actions > button { flex: 1; }
.pg-home { border: 1px solid #bac5af; border-radius: 7px; min-height: 51px; background: transparent; font-size: 11px !important; color: var(--pg-ink); padding: 12px; }
.pg-home:hover { background: #e7eddf; }
.pg-announcement { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.pg-photo-expanded .pg-layout { grid-template-columns: 1fr; }
.pg-photo-expanded .pg-panel { display: none; }
.pg-photo-expanded .pg-scene { height: calc(100dvh - 82px); }
.pg-photo-expanded .pg-photo { object-fit: contain; }
.pg-photo-expanded .pg-photo-bottom { min-height: 140px; }
.pg-photo-expanded .pg-scene-prompt { visibility: hidden; }
@media (min-width: 900px) and (min-height: 760px) {
  .pg-layout { height: calc(100dvh - 82px); }
  .pg-panel { overflow-y: auto; }
}
@media (max-width: 1020px) {
  .pg-header { padding: 0 24px; }
  .pg-layout { grid-template-columns: minmax(0, 1.2fr) minmax(350px, 1fr); }
  .pg-panel { padding: 26px 25px 22px; }
  .pg-photo-top { padding: 20px; }
  .pg-photo-tag { display: none; }
  .pg-photo-bottom { padding: 24px 22px 65px; flex-wrap: wrap; gap: 16px; }
  .pg-scene-prompt { font-size: 21px; }
  .pg-scene-prompt strong { font-size: 34px; }
  .pg-photo-credit { left: 22px; }
}
@media (max-width: 760px) {
  .pg-header { height: 65px; padding: 0 17px; gap: 10px; }
  .pg-brand, .pg-header-actions { gap: 9px; }
  .pg-brand > strong { font-size: 26px; }
  .pg-brand-mark { width: 17px; height: 21px; border-width: 4px; }
  .pg-brand-mark::after { display: none; }
  .pg-header-separator, .pg-brand h2 { display: none; }
  .pg-total { gap: 5px; padding-right: 4px; }
  .pg-total > span { display: none; }
  .pg-total > strong { font-size: 18px; }
  .pg-close { width: 32px; height: 32px; font-size: 21px !important; }
  .pg-layout { display: flex; flex-direction: column; min-height: calc(100dvh - 65px); }
  .pg-scene { min-height: 280px; height: 36dvh; max-height: 420px; flex-shrink: 0; }
  .pg-photo { object-position: center 48%; }
  .pg-photo-top { padding: 15px 18px; }
  .pg-round-label { padding: 7px 11px; font-size: 10px; }
  .pg-photo-bottom { padding: 20px 18px 37px; flex-wrap: nowrap; min-height: 140px; align-items: flex-end; }
  .pg-scene-prompt { font-size: 17px; }
  .pg-scene-prompt strong { font-size: 25px; letter-spacing: -.8px; }
  .pg-photo-expand { padding: 8px 11px; font-size: 9px !important; }
  .pg-photo-credit { bottom: 10px; left: 18px; right: 18px; font-size: 10px; }
  .pg-panel { padding: 23px 21px 24px; width: 100%; max-width: 570px; margin: 0 auto; justify-content: flex-start; }
  .pg-kicker { margin-bottom: 6px; font-size: 12px; }
  .pg-panel h3 { font-size: 27px; letter-spacing: -1px; }
  .pg-timer { width: 51px; height: 51px; }
  .pg-timer > span { font-size: 21px; }
  .pg-time-track { margin: 16px 0 20px; }
  .pg-map-help { font-size: 12px; }
  .pg-map-controls button { width: 34px; height: 31px; }
  .pg-coordinate-details { margin-bottom: 16px; }
  .pg-account-note { justify-content: center; margin-top: 22px; }
  .pg-result-place { margin-bottom: 21px; }
  .pg-result-score strong { font-size: 55px; }
  .pg-result-distance { margin-bottom: 20px; }
  .pg-legend { margin-bottom: 20px; }
  .pg-summary { padding: 30px 22px; }
  .pg-summary-intro h2 { letter-spacing: -1.5px; }
  .pg-summary-status { align-items: flex-start; text-align: left; }
  .pg-summary-actions { gap: 10px; }
  .pg-photo-expanded .pg-scene { height: calc(100dvh - 65px); max-height: none; }
}
@media (prefers-reduced-motion: reduce) {
  .pg-dialog *, .pg-dialog *::before, .pg-dialog *::after { transition: none !important; }
}

/* Immersive location challenge and detailed cartographic map. */
.pg-expanded-time{display:inline;font-size:15px;font-variant-numeric:tabular-nums;padding:9px 12px;border-radius:6px;background:#e8eddd;color:#3a5133}
.pg-header{z-index:1000}.pg-layout{grid-template-columns:minmax(0,1.45fr) minmax(430px,1fr)}
.pg-scene{min-height:620px}.pg-panorama{position:absolute;inset:0}.pg-photo-loading{z-index:10;background:#19271d}
.pg-photo-top{z-index:5;pointer-events:none;padding:24px;background:linear-gradient(#10211563,transparent)}
.pg-photo-top button{pointer-events:auto}.pg-round-label{font-size:12px;padding:10px 14px;border-radius:6px;background:#f4f6eceb;color:#243721}
.pg-photo-expand{font-size:13px!important;min-height:44px;padding:11px 16px;border-radius:7px;background:#19271d60;display:flex;align-items:center;gap:18px;line-height:1.3}
.pg-photo-expand span{font-size:20px}.pg-photo-credit{z-index:4;right:auto;max-width:55%;bottom:18px;left:24px;padding:7px 9px;background:#10211580;border-radius:5px;color:#fff}
.pg-instruction{font-size:13px;line-height:1.6;color:var(--pg-muted);margin:12px 0 0;max-width:270px}.pg-panel{padding:32px;justify-content:center}
.pg-panel h3{font-size:34px}.pg-time-track{margin:22px 0}.pg-map-heading{margin-bottom:13px;align-items:center}.pg-map-heading strong{font-size:14px}
.pg-map-expand{border:0;background:transparent;color:#4f6543;display:flex;align-items:center;gap:9px;font-size:12px!important;min-height:34px;padding:5px 0}.pg-map-expand span{font-size:18px}
.pg-map-shell{height:310px;border:1px solid #c4ceba;border-radius:10px;box-shadow:0 3px 18px #19271d09}.pg-map{height:100%;aspect-ratio:auto}
.pg-map-controls{z-index:800;top:12px;right:12px;border:1px solid #b7c2aa;box-shadow:0 4px 15px #19271d14}
.pg-map-controls button{width:40px;height:40px;font-size:23px}.pg-map-controls button:last-child{font-size:21px}
.pg-map-help{font-size:12px;line-height:1.55;margin-top:13px}.pg-keyboard-help{font-size:12px;line-height:1.55;margin:5px 0 0;color:#6c7963}
.pg-pin-status{font-size:12px;margin:18px 0 13px}.pg-smallprint{font-size:12px;line-height:1.6}.pg-account-note{font-size:11px;line-height:1.5;margin-top:22px}
.pg-photo-expanded .pg-layout{height:calc(100dvh - 82px);grid-template-columns:1fr}.pg-photo-expanded .pg-scene{height:calc(100dvh - 82px);min-height:0;max-height:none}.pg-photo-expanded .pg-panel{display:none}
.pg-map-expanded .pg-scene{display:none}.pg-map-expanded .pg-layout{grid-template-columns:1fr;height:calc(100dvh - 82px)}.pg-map-expanded .pg-panel{width:min(1360px,100%);margin:0 auto;justify-content:flex-start;padding:24px 36px;max-width:none}.pg-map-expanded .pg-map-shell{height:calc(100dvh - 340px);min-height:280px}.pg-map-expanded .pg-instruction,.pg-map-expanded .pg-timer,.pg-map-expanded .pg-time-track,.pg-map-expanded .pg-keyboard-help,.pg-map-expanded .pg-smallprint,.pg-map-expanded .pg-account-note{display:none}.pg-map-expanded .pg-panel-heading{display:none}.pg-map-expanded .pg-coordinate-details{margin-bottom:10px}.pg-map-expanded .pg-pin-status{display:inline-block;margin:10px 0}.pg-map-expanded .pg-primary{max-width:450px;margin-left:auto;display:block}.pg-result-panel .pg-map-shell{height:300px}.pg-result-place{font-size:14px;line-height:1.6}.pg-result-distance{font-size:14px}.pg-legend{font-size:12px}.pg-best{font-size:13px}.pg-best>span{font-size:11px}.pg-round-results li strong{font-size:14px}.pg-round-results li span{font-size:12px}.pg-summary-status{font-size:12px}
@media(max-height:850px) and (min-width:761px){.pg-map-shell{height:240px}.pg-panel{padding:24px 28px;justify-content:flex-start}.pg-scene{min-height:calc(100dvh - 82px)}.pg-layout{height:calc(100dvh - 82px)}.pg-panel{overflow-y:auto}.pg-instruction{margin-top:8px}.pg-time-track{margin:15px 0}.pg-map-help{margin-top:10px}.pg-keyboard-help{display:none}.pg-account-note{margin-top:14px}}
@media(max-width:1050px) and (min-width:761px){.pg-layout{grid-template-columns:minmax(0,1fr) minmax(390px,1fr)}.pg-panel{padding:25px}.pg-panel h3{font-size:30px}.pg-photo-top{padding:16px}.pg-photo-expand{font-size:12px!important;gap:10px}.pg-panorama{--pp-controls-right:14px;--pp-hint-bottom:140px}}
@media(max-width:760px){.pg-header{height:65px;padding-inline:16px}.pg-brand>.pg-status-tag{display:none}.pg-header-actions{gap:10px}.pg-total{padding:0}.pg-expanded-time{font-size:12px;padding:8px}.pg-layout{display:flex;height:auto}.pg-scene{height:47dvh;min-height:330px;max-height:500px}.pg-photo-top{padding:16px}.pg-photo-expand{font-size:12px!important;min-height:42px;padding:9px 12px;gap:12px}.pg-photo-credit{left:14px;bottom:15px;font-size:9px;max-width:48%;padding:5px 7px}.pg-panel{padding:26px 21px}.pg-panel h3{font-size:29px}.pg-instruction{font-size:13px;max-width:240px;margin-top:9px}.pg-map-shell{height:290px}.pg-map-controls button{width:40px;height:40px}.pg-keyboard-help{display:none}.pg-map-help{font-size:12px}.pg-map-expanded .pg-layout{height:auto;min-height:calc(100dvh - 65px)}.pg-map-expanded .pg-panel{padding:20px;max-width:none}.pg-map-expanded .pg-map-shell{height:calc(100dvh - 320px);min-height:300px}.pg-map-expanded .pg-primary{max-width:none;width:100%}.pg-map-expanded .pg-pin-status{font-size:11px}.pg-map-expanded .pg-map-help{font-size:11px}.pg-map-expanded .pg-coordinate-details{margin:6px 0 12px}.pg-photo-expanded .pg-layout,.pg-photo-expanded .pg-scene{height:calc(100dvh - 65px);max-height:none}.pg-panorama{--pp-controls-right:14px;--pp-controls-bottom:60px;--pp-hint-bottom:116px;--pp-bearing-bottom:36px;--pp-attribution-bottom:14px}.pg-result-panel .pg-map-shell{height:290px}}

/* Travel arrows sit on the scene and turn with the camera's real heading. */
.pg-movement { position:absolute; z-index:6; inset:0; color:#fff; pointer-events:none; }
.pg-movement-status { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); margin:0; }
.pg-move-start { position:absolute; left:24px; bottom:78px; pointer-events:auto; padding:10px 13px; border:1px solid #ffffff55; border-radius:6px; color:#fff; background:#17231d85; backdrop-filter:blur(10px); font-size:12px!important; min-height:44px; }
.pg-move-start:hover { background:#17231dc7; }
.pg-move-start:disabled { opacity:0; pointer-events:none; }
.pg-move-options { position:absolute; top:68%; left:50%; width:0; height:0; }
.pg-move-view { position:absolute; width:86px; height:66px; padding:0; border:0; background:transparent; color:#fff; pointer-events:auto; transform:translate(calc(-50% + var(--walk-x,0px)),calc(-50% + var(--walk-y,0px))); touch-action:manipulation; -webkit-tap-highlight-color:transparent; }
.pg-walk-disc { display:grid; place-items:center; width:86px; height:86px; position:absolute; top:50%; border:2px solid #ffffffd9; border-radius:50%; background:#ffffff42; box-shadow:0 3px 12px #0003,inset 0 0 0 1px #00000012; transform:translateY(-50%) scaleY(.62); transition:background .16s,box-shadow .16s; }
.pg-walk-chevron { width:46px; height:36px; display:block; background:#fff; filter:drop-shadow(0 2px 2px #0007); clip-path:polygon(50% 7%,100% 68%,80% 94%,50% 58%,20% 94%,0 68%); transform:rotate(var(--walk-angle,0deg)); }
.pg-move-view:hover .pg-walk-disc { background:#ffffff8f; box-shadow:0 4px 20px #0005,inset 0 0 0 1px #fff8; }
.pg-move-view:focus-visible { outline:3px solid #ddfa70; outline-offset:5px; border-radius:50%; }
.pg-move-view:disabled { opacity:.35; }
.pg-movement-note { position:absolute; top:calc(68% + 86px); left:50%; transform:translateX(-50%); margin:0; font-size:12px; line-height:1.4; text-shadow:0 1px 5px #000,0 1px 12px #000; white-space:nowrap; }
/* Fine pointers get a ground cursor. The original real-direction buttons remain
   available for touch, keyboard focus and when the pointer leaves the photo. */
.pg-ground-cursor { position:absolute; width:86px; height:86px; transform:translate(-50%,-50%) scale(var(--cursor-scale,1)); pointer-events:none; will-change:left,top; }
.pg-ground-cursor[hidden] { display:none; }
.pg-ground-cursor .pg-walk-disc { background:#ffffff38; border-color:#fffffff2; box-shadow:0 3px 13px #0005,inset 0 0 0 1px #0002; transform:translateY(-50%) scaleY(var(--cursor-tilt,.5)); }
.pg-ground-cursor .pg-walk-chevron { width:44px; height:38px; }
.pg-cursor-label { position:absolute; left:50%; top:72px; transform:translateX(-50%); color:#fff; background:#17231db5; border:1px solid #ffffff3b; border-radius:5px; padding:5px 9px; font-size:12px; line-height:1.4; white-space:nowrap; text-shadow:0 1px 3px #0004; }
.pg-pointer-walking .pg-move-view { opacity:0; pointer-events:none; }
.pg-pointer-walking .pg-movement-note { visibility:hidden; }
.pg-ground-available .pp-panorama-viewport,.pg-ground-available .pnlm-grab { cursor:pointer; }
.pg-walk-dragging .pp-panorama-viewport,.pg-walk-dragging .pnlm-grabbing { cursor:grabbing; }
.pg-move-options:focus-within .pg-move-view { opacity:1; pointer-events:auto; }
.pg-dialog[data-phase="moving"] .pg-ground-cursor { display:none; }
.pg-has-movement .pg-panorama { --pp-controls-bottom:calc(100% - 150px); --pp-bearing-bottom:calc(100% - 171px); }
.pg-has-movement .pp-panorama-hint { display:none; }
.pg-photo-loading { padding:24px; text-align:center; line-height:1.5; }
.pg-photo-loading p { margin:0; }
.pg-loading-note { color:#c5d0bb; font-size:13px; }
.pg-dialog[data-phase="moving"] .pg-photo-loading { inset:auto auto 28% 50%; min-height:0; width:auto; height:auto; transform:translateX(-50%); background:#17231dab; border:1px solid #ffffff40; border-radius:7px; padding:9px 15px; font-size:12px; backdrop-filter:blur(10px); pointer-events:none; }
.pg-loading-actions { display:flex; justify-content:center; flex-wrap:wrap; gap:10px; }
.pg-return-start { padding:12px 18px; min-height:44px; border:1px solid #ffffff70; border-radius:8px; background:transparent; color:#fff; font-size:13px!important; }
.pg-return-start:hover { background:#ffffff12; }
@media(max-width:760px) {
  .pg-has-movement.pg-scene { min-height:440px; }
  .pg-move-options { top:58%; }
  .pg-movement-note { top:calc(58% + 86px); font-size:11px; }
  .pg-move-start { left:14px; bottom:65px; padding:9px 11px; font-size:11px!important; }
  .pg-has-movement .pg-panorama { --pp-controls-bottom:calc(100% - 131px); --pp-bearing-bottom:calc(100% - 152px); }
  .pg-photo-expanded .pg-has-movement.pg-scene { min-height:0; }
}
