:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#202922;background:#f5f2e9;font-synthesis:none;text-rendering:optimizeLegibility;--paper: #f5f2e9;--ink: #202922;--muted: #656c61;--rule: #d8d7cb;--accent: #c43d25;--ocean: #d9e4e3}*{box-sizing:border-box}html,body,#root{margin:0;min-width:320px;min-height:100%}button{font:inherit}button:focus-visible,.maplibregl-canvas:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.map-canvas:focus-within{outline:3px solid var(--accent);outline-offset:-4px}.game-shell{display:grid;grid-template-columns:minmax(340px,32%) minmax(0,1fr);height:100vh;height:100dvh;min-height:540px;overflow:hidden}.clue-pane{display:flex;flex-direction:column;min-width:0;padding:26px clamp(28px,3.2vw,54px) 24px;background:var(--paper);border-right:1px solid var(--rule)}.brand-row,.play-header,.action-bar{display:flex;align-items:center;justify-content:space-between;gap:20px}.wordmark{font-size:23px;font-weight:800;letter-spacing:-.075em;line-height:1}.wordmark-dot{color:var(--accent)}.phase-tag,.eyebrow,.readout-label,.step-number{font-size:10px;font-weight:750;letter-spacing:.16em;text-transform:uppercase}.phase-tag{color:var(--muted);white-space:nowrap}.clue-content{display:flex;flex:1;flex-direction:column;justify-content:center;min-height:0;padding:18px 0 24px}.eyebrow{margin:0 0 14px;color:var(--accent)}h1{max-width:12ch;margin:0 0 26px;font-size:clamp(36px,3.4vw,58px);line-height:1.02;letter-spacing:-.065em;font-weight:760}.photo-clue{margin:0}.photo-frame{position:relative;aspect-ratio:3 / 2;overflow:hidden;background:#d5dfdc;container-type:inline-size}.clue-image{display:block;width:100%;height:100%;object-fit:cover}.photo-frame.photo-portrait{aspect-ratio:auto;height:min(52vh,520px)}.photo-portrait .clue-image{object-fit:contain}.photo-loading .clue-image,.photo-error .clue-image{visibility:hidden}.photo-message{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:16px;color:var(--ink);font-size:13px;text-align:center}.josh-overlay{position:absolute;width:clamp(48px,17cqw,84px);height:auto;transform-origin:center bottom;filter:drop-shadow(2px 4px 3px rgba(21,36,31,.26));pointer-events:none}.photo-clue figcaption{margin-top:8px;color:var(--muted);font-size:11px}.clue-note{max-width:27ch;margin:19px 0 0;color:var(--muted);font-size:14px;line-height:1.45}.clue-footer{display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:11px;line-height:1.4}.clue-footer strong{color:var(--ink);font-weight:650}.content-warning{color:#a44a27}.play-pane{display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--ocean)}.play-header{flex:none;min-height:72px;padding:0 clamp(23px,3vw,44px);background:var(--paper);border-bottom:1px solid var(--rule)}.play-header>div{display:flex;align-items:baseline;gap:14px}.tutorial{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px clamp(23px,3vw,44px);border-bottom:1px solid var(--rule);color:var(--ink);background:#ede9dd;font-size:12px;line-height:1.4}.tutorial strong{margin-right:4px}.tutorial button{flex:none;min-height:44px;padding:5px 0;border:0;border-bottom:1px solid currentColor;color:var(--ink);background:transparent;font-weight:700;cursor:pointer}.step-number{color:var(--accent)}.step-title{font-size:17px;font-weight:700;letter-spacing:-.025em}.interaction-hint{color:var(--muted);font-size:12px;text-align:right}.globe-stage{position:relative;flex:1;min-height:0;overflow:hidden;background:var(--ocean)}.globe-stage>.map-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.map-canvas .maplibregl-canvas{cursor:crosshair}.map-canvas .maplibregl-canvas:active{cursor:grabbing}.map-canvas .maplibregl-control-container{font-family:inherit}.maplibregl-ctrl-attrib{font-size:10px}.maplibregl-ctrl-bottom-right{bottom:20px}.guess-marker{width:20px;height:20px;background:var(--accent);border:3px solid white;border-radius:50%;box-shadow:0 0 0 2px var(--accent),0 5px 11px #242b254d;pointer-events:none}.guess-marker:after{content:"";position:absolute;top:16px;left:6px;width:2px;height:12px;background:var(--accent)}.answer-marker{width:22px;height:22px;background:var(--ink);border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 2px var(--ink),0 5px 11px #242b254d;pointer-events:none}.answer-marker:after{content:"";position:absolute;top:18px;left:7px;width:2px;height:12px;background:var(--ink)}.pin-center-button{position:absolute;z-index:2;top:111px;right:10px;min-height:44px;padding:9px 10px;border:1px solid #bec8c0;border-radius:3px;color:var(--ink);background:#fff;font-size:12px;font-weight:650;box-shadow:0 1px 4px #0000001f;cursor:pointer}.pin-center-button:hover:not(:disabled){background:var(--paper)}.pin-center-button:disabled{opacity:.5;cursor:default}.map-message{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:25px;color:var(--ink);background:var(--ocean);text-align:center}.map-message strong{font-size:17px;letter-spacing:-.025em}.map-message span:not(.loading-orbit){color:var(--muted);font-size:13px}.loading-orbit{width:40px;height:40px;margin-bottom:10px;border:2px solid #a6bfb9;border-top-color:var(--accent);border-radius:50%;animation:orbit 1s linear infinite}.map-error button{margin-top:12px;padding:11px 18px;color:#fff;background:var(--ink);border:0;border-radius:3px;cursor:pointer}@keyframes orbit{to{transform:rotate(360deg)}}.action-bar{flex:none;min-height:100px;padding:17px clamp(23px,3vw,44px) max(17px,env(safe-area-inset-bottom));background:var(--paper);border-top:1px solid var(--rule)}.guess-readout{display:flex;flex-direction:column;gap:8px;min-width:0}.readout-label{color:var(--muted)}.guess-readout strong{font-size:14px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.submit-button{display:inline-flex;align-items:center;justify-content:center;flex:none;min-width:164px;min-height:49px;padding:0 16px;border:1px solid var(--accent);border-radius:3px;color:#fff;background:var(--accent);font-size:14px;font-weight:750;cursor:pointer}.submit-button:hover:not(:disabled){filter:brightness(.93)}.submit-button:disabled{color:#747a70;background:#e6e6dc;border-color:#e6e6dc;cursor:not-allowed}.submit-button.secondary{background:transparent;color:var(--ink);border-color:var(--ink)}.result-sheet{display:grid;grid-template-columns:minmax(170px,.34fr) 1fr;gap:clamp(18px,3vw,44px);flex:none;padding:22px clamp(23px,3vw,44px) max(22px,env(safe-area-inset-bottom));background:var(--paper);border-top:1px solid var(--rule);animation:result-in .32s ease-out both}@keyframes result-in{0%{opacity:.4;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.result-score{display:flex;flex-direction:column;gap:8px;border-right:1px solid var(--rule)}.result-score .readout-label{color:var(--accent)}.result-score strong{font-size:clamp(32px,3.5vw,52px);line-height:1;letter-spacing:-.065em}.result-score small{font-size:13px;font-weight:600;letter-spacing:0;color:var(--muted);white-space:nowrap}.result-streak{color:var(--muted);font-size:12px}.result-kicker{margin:0 0 4px;color:var(--accent);font-size:11px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}.result-copy h2{margin:0 0 7px;font-size:23px;line-height:1.08;letter-spacing:-.045em}.result-fact{margin:0 0 9px;font-size:13px;line-height:1.4}.photo-credit{margin:0;color:var(--muted);font-size:10px;line-height:1.4}.photo-credit a{color:inherit;text-decoration-thickness:1px;text-underline-offset:2px}.share-row{display:flex;align-items:center;gap:12px;margin-top:13px;color:var(--muted);font-size:11px}.share-button{min-height:44px;padding:8px 12px;border:1px solid var(--ink);border-radius:3px;color:var(--ink);background:transparent;font-size:12px;font-weight:700;cursor:pointer}.share-button:hover{background:#e7e4da}@media(max-width:760px){.game-shell{display:flex;flex-direction:column;height:100dvh;min-height:100dvh;overflow-y:auto}.game-shell.has-result{height:auto;overflow:visible}.clue-pane{flex:none;padding:14px 18px 12px;border-right:0;border-bottom:1px solid var(--rule)}.brand-row{align-items:baseline}.wordmark{font-size:21px}.phase-tag{font-size:9px}.clue-content{display:block;padding:12px 0 0}.eyebrow{margin:0 0 4px;font-size:9px}h1{max-width:none;margin:0 0 12px;font-size:clamp(26px,6.7vw,34px);line-height:1.04}.photo-frame{aspect-ratio:1.75}.photo-frame.photo-portrait{aspect-ratio:auto;height:min(37vh,360px)}.has-result .photo-frame{aspect-ratio:2.3}.has-result .photo-frame.photo-portrait{aspect-ratio:auto}.josh-overlay{width:clamp(46px,14cqw,68px)}.photo-clue figcaption{margin-top:5px;font-size:9px;line-height:1.2}.clue-note{display:none}.clue-footer{flex-direction:row;flex-wrap:wrap;gap:4px 12px;margin-top:7px}.clue-footer>span:first-child{display:none}.play-pane{flex:1;min-height:0;padding-bottom:80px}.has-result .play-pane{padding-bottom:0}.play-header{min-height:44px;padding:0 18px}.tutorial{padding:9px 18px}.map-canvas .maplibregl-ctrl-group button{width:40px;height:40px}.step-title{font-size:14px}.interaction-hint{font-size:10px}.globe-stage{flex:1;min-height:180px}.has-result .globe-stage{flex:none;height:clamp(290px,40dvh,420px)}.action-bar{position:fixed;z-index:5;inset-inline:0;bottom:0;min-height:80px;padding:12px 18px max(12px,env(safe-area-inset-bottom));gap:12px}.guess-readout strong{font-size:12px}.submit-button{min-width:140px;min-height:48px;padding:0 12px;font-size:13px}.result-sheet{grid-template-columns:1fr;gap:12px;padding:17px 20px max(20px,env(safe-area-inset-bottom))}.result-score{flex-direction:row;flex-wrap:wrap;align-items:baseline;justify-content:space-between;border-right:0;border-bottom:1px solid var(--rule);padding-bottom:12px}.result-score strong{font-size:36px}.result-streak{font-size:11px}.result-copy h2{font-size:22px}}@media(max-width:390px){.interaction-hint{max-width:130px;line-height:1.2}.guess-readout strong{max-width:185px}}@media(max-width:760px)and (max-height:720px){.clue-content{padding-top:8px}h1{margin-bottom:8px;font-size:26px}.photo-frame{aspect-ratio:2.35}.photo-frame.photo-portrait{aspect-ratio:auto;height:min(32vh,240px)}.clue-footer{margin-top:4px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
