:root{color-scheme:light;--paper:#fafbf9;--ink:#202a24;--muted:#737b74;--line:#dfe4dd;--green:#235b45;--soft-green:#edf4ee;--rose:#a2564b;--font:Arial,Helvetica,sans-serif}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #91b69f;outline-offset:3px}button{touch-action:manipulation}.masthead{height:64px;border-bottom:1px solid var(--line);background:#fff}.masthead-inner{max-width:500px;height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 4px}.wordmark{font-size:37px;font-weight:800;letter-spacing:-2px;line-height:1;color:var(--ink);text-decoration:none}.wordmark-dot{color:var(--green)}.icon-button{display:inline-grid;place-items:center;width:44px;height:44px;border:1px solid transparent;border-radius:50%;background:none;color:var(--ink);font-size:23px;font-weight:500}.icon-button:hover{background:#f0f3ed;border-color:var(--line)}#help-button span{display:grid;place-items:center;width:23px;height:23px;border:1.6px solid currentColor;border-radius:50%;font-size:15px;font-weight:650}.page-layout{display:grid;grid-template-columns:300px minmax(0,500px) 300px;gap:38px;max-width:1216px;padding:0 20px;margin:0 auto}.game-column{grid-column:2;min-width:0;padding-top:22px}.intro{text-align:center;margin-bottom:20px}.edition{font-size:10px;font-weight:750;letter-spacing:1.8px;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:8px}.edition-dot{width:5px;height:5px;border-radius:50%;background:var(--green)}.puzzle-number{color:var(--green);font-variant-numeric:tabular-nums;letter-spacing:1px}h1{font-size:26px;letter-spacing:-.9px;line-height:1.2;margin:10px 0 6px;font-weight:730}.intro p{margin:0;color:var(--muted);font-size:13px}.round-meta{display:flex;justify-content:space-between;margin-bottom:10px;color:#707b72;font-size:11px}#round-status{font-weight:650;color:#4a5e50}#attempt-count{font-variant-numeric:tabular-nums}.clue-list{padding:0;margin:0;list-style:none;display:grid;gap:6px}.clue-row{display:flex;align-items:center;min-height:54px;padding:8px 14px;border:1px solid var(--line);border-radius:8px;background:#fff;gap:13px}.clue-row.current{border:1.5px solid var(--green);background:var(--soft-green);box-shadow:0 0 0 2px #235b4505}.clue-row.locked{background:#f5f6f3;border-color:#e6e9e3;color:#a9b0a8}.clue-row.solved{background:#e9f3ec;border-color:#adc6b4}.clue-number{color:#a0a99f;font-size:11px;font-weight:650;font-variant-numeric:tabular-nums;align-self:center}.current .clue-number,.solved .clue-number{color:var(--green)}.clue-content{flex:1;min-width:0}.street-name{font-size:16px;font-weight:650;letter-spacing:-.25px;overflow-wrap:anywhere}.locked .street-name{font-size:13px;font-weight:450;color:#a9b0a8}.clue-badge{font-size:19px;width:24px;text-align:center;color:#b5bdb2;flex-shrink:0}.clue-badge.current-badge{width:auto;font-size:9px;letter-spacing:1px;font-weight:750;color:var(--green);border-radius:3px;background:#dce9df;padding:3px 6px}.clue-badge.wrong-badge{color:var(--rose);background:#f8eae7;border-radius:50%;font-size:17px;line-height:24px}.clue-badge.correct-badge{color:#fff;background:var(--green);border-radius:50%;font-size:14px;line-height:24px}.guess-detail{display:flex;align-items:center;flex-wrap:wrap;gap:3px 10px;margin-top:2px;font-size:11px;color:var(--muted)}.guessed-city{overflow-wrap:anywhere}.distance{font-variant-numeric:tabular-nums;color:#7f6351;white-space:nowrap}.play-controls{margin-top:18px}label{display:block;font-size:12px;font-weight:650;margin-bottom:8px}.search-wrap{position:relative}#city-input{display:block;height:49px;width:100%;border:1px solid #cfd7cd;border-radius:7px;background:#fff;padding:0 40px 0 41px;color:var(--ink);font-size:15px;transition:border-color .12s}#city-input::placeholder{color:#929a90}#city-input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #235b4512}#city-input[aria-invalid=true]{border-color:var(--rose)}.search-icon{position:absolute;left:14px;top:15px;width:18px;height:18px;color:#7f8a7e;pointer-events:none}.search-icon svg{width:100%;height:100%}.clear-search{position:absolute;right:0;top:2px;height:44px;width:40px;border:0;background:none;font-size:23px;color:#7f8a7e}.input-caption{display:flex;justify-content:space-between;gap:8px;margin-top:7px;font-size:10px;color:#838c80;min-height:15px}.keyboard-hint{white-space:nowrap}.input-error{color:#a14237;font-size:12px;margin:5px 0;min-height:0}.input-error:empty{display:none}.actions{display:flex;gap:10px;margin-top:15px}.button{display:flex;align-items:center;justify-content:center;gap:18px;min-height:46px;padding:11px 18px;border:1px solid transparent;border-radius:6px;font-weight:650;font-size:13px;transition:background .12s}.button-primary{background:var(--green);color:#fff;flex:1}.button-primary:hover{background:#184833}.button-primary span{color:#ffffffa8;font-weight:400}.button-secondary{background:transparent;border-color:#d3dbd0;color:#5d6d5e;min-width:129px}.button-secondary:hover{background:#eef2ea}.gentle-note{text-align:center;font-size:11px;color:#91988d;margin:14px 0 0}.suggestions{position:absolute;z-index:10;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #d5dfd2;border-radius:8px;box-shadow:0 12px 35px #24382920;overflow:hidden}.suggestions-heading{display:flex;justify-content:space-between;padding:10px 13px 8px;font-size:9px;letter-spacing:1.3px;color:#8a9586;border-bottom:1px solid #eef1eb}#search-count{letter-spacing:0;text-transform:none;font-size:10px}#city-options{list-style:none;margin:0;padding:4px;max-height:276px;overflow-y:auto;overscroll-behavior:contain}#city-options li{position:relative;border-radius:4px;padding:9px 32px 9px 10px;cursor:pointer;min-height:53px}#city-options li:hover,#city-options li[aria-selected=true]{background:#edf4ee}#city-options strong{display:block;font-size:13px;font-weight:650}#city-options li>span:not(.option-arrow){display:block;font-size:10px;color:#7b8779}.option-arrow{position:absolute;right:12px;top:18px;color:#7f947d}.search-empty{margin:0;padding:15px;font-size:12px;color:var(--muted)}.game-footer{text-align:center;margin:20px 0 16px;padding-top:12px;border-top:1px solid var(--line)}.game-footer>span{font-size:9px;font-weight:650;letter-spacing:1.8px;color:#929c8c}.game-footer .text-button{min-height:28px;padding:4px 8px}.game-footer p{font-size:11px;color:#91988b;margin:5px 0}.text-button{border:0;background:none;padding:7px 10px;min-height:38px;color:#516750;font-size:11px;text-decoration:underline;text-underline-offset:3px}.text-button:hover{color:var(--green)}.desktop-rail{grid-column:3;padding-top:161px}.ad-placeholder{border:1px dashed #cdd5c7;border-radius:7px;background:repeating-linear-gradient(135deg,#f3f5ef,#f3f5ef 6px,#f0f3ec 6px 7px);display:flex;align-items:center;justify-content:center;flex-direction:column;color:#97a08f;text-align:center}.desktop-ad{height:250px;width:300px}.ad-label{font-size:9px;letter-spacing:1.2px;font-weight:650}.ad-outline{border:1px solid #b6c1ac;border-radius:4px;font-size:12px;padding:5px 9px;letter-spacing:1px;margin:23px 0 14px}.ad-placeholder strong{font-size:12px;font-weight:550;color:#808e76}.ad-placeholder>span:not(.ad-label){font-size:10px;margin-top:4px}.ad-placeholder small{font-size:9px;margin-top:20px;color:#a1aa99}.rail-note{font-size:10px;text-align:center;color:#a4ad9c;margin-top:13px}.result-card{margin-top:22px;background:#eef4ed;border:1px solid #d5e1d0;border-radius:9px;padding:21px;text-align:center}.result-eyebrow{font-size:9px;letter-spacing:1.7px;color:var(--green);font-weight:750}h2{font-size:25px;letter-spacing:-.7px;line-height:1.25;margin:9px 0}.result-card p{font-size:12px;color:#73816c;margin:0}.result-score{display:flex;justify-content:center;align-items:center;gap:14px;margin:17px 0}#result-squares{font-size:21px;letter-spacing:3px}#result-score{font-size:16px}.result-card>.button{width:100%}.result-card>.text-button{margin-top:6px}.storage-note{font-size:11px;color:#8b663b;background:#faf0da;padding:10px;border-radius:5px}dialog{width:min(440px,calc(100% - 30px));max-height:calc(100dvh - 36px);padding:24px;border:1px solid #d9e0d4;border-radius:13px;background:var(--paper);color:var(--ink);box-shadow:0 30px 100px #14241c30;overflow:auto}dialog::backdrop{background:#18281eb3;backdrop-filter:blur(3px)}.dialog-header{display:flex;align-items:center;justify-content:space-between;margin-top:-8px}.dialog-header .edition{font-size:9px;letter-spacing:1.4px}.dialog-header .icon-button{margin-right:-10px}dialog>p{font-size:13px;color:var(--muted)}dialog>.button{width:100%}.help-steps{padding-left:22px;font-size:13px;margin:23px 0}.help-steps li{padding-left:5px;margin:15px 0;color:#71806c}.help-steps strong{color:var(--ink)}.help-legend{display:flex;gap:14px;flex-wrap:wrap;font-size:10px}.help-legend>span{display:flex;align-items:center;gap:5px}.legend-square{width:10px;height:10px;border-radius:2px;display:inline-block}.wrong{background:#b86355}.skipped{background:#e7eae3;border:1px solid #bec9b6}.correct{background:var(--green)}.preview-note{background:#edf1e8;padding:14px;font-size:11px;color:#78866f;border-radius:7px;margin:20px 0}.preview-note strong{color:#455d3d}.preview-note p{margin:5px 0 0}.share-card{background:#fff;border:1px solid #dfe5d9;border-radius:9px;padding:24px;margin:20px 0}.share-brand{font-size:26px;font-weight:800;letter-spacing:-1.5px;text-align:center}.share-squares{font-size:28px;letter-spacing:4px;text-align:center;margin:17px 0 20px}.share-card-meta{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e5e9df;padding-top:15px}.share-card-meta>span{font-size:9px;letter-spacing:1.5px;color:#8a9781}.share-card-meta strong{font-size:19px;color:var(--green)}.share-text-label{font-size:10px;color:#738469}#share-text{width:100%;resize:none;background:#f1f4ed;border:1px solid #dce4d5;border-radius:6px;padding:10px;color:#4c6144;font-size:12px;line-height:1.6;margin-bottom:13px}.copy-status{text-align:center;font-size:10px;color:#84917b;min-height:30px;margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.noscript{padding:20px;text-align:center}@media(min-width:1700px){.page-layout{padding-top:15px}}@media(max-width:1190px){.page-layout{grid-template-columns:1fr minmax(0,480px) 1fr;gap:24px;max-width:1100px}.desktop-rail{display:none}.mobile-ad{display:flex;width:min(100%,320px);min-height:100px;margin:24px auto}.mobile-ad .ad-outline{display:none}.mobile-ad .ad-label{font-size:8px;margin-bottom:6px}.mobile-ad small{margin-top:8px;font-size:8px}.mobile-ad strong{font-size:10px}.mobile-ad>span:not(.ad-label){font-size:9px;margin-top:1px}}@media(max-width:620px){.masthead{height:65px}.masthead-inner{padding:0 18px;max-width:500px}.wordmark{font-size:32px}.page-layout{display:block;padding:0 20px;max-width:500px}.game-column{padding-top:23px}.intro{margin-bottom:22px}h1{font-size:26px}.clue-row{min-height:56px;padding:9px 12px;gap:11px}.street-name{font-size:15px}.play-controls{margin-top:20px}.keyboard-hint{display:none}#city-input{font-size:16px}.game-footer{margin-top:23px}.desktop-rail{display:none}.result-card{padding:18px}dialog{padding:20px}.share-squares{font-size:25px;letter-spacing:2px}}@media(max-width:360px){.page-layout{padding:0 14px}.actions{gap:7px}.button{padding:10px 12px}.button-secondary{min-width:113px}.clue-row{gap:9px}.current-badge{letter-spacing:.5px!important}.share-squares{font-size:22px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}.top-ad{width:min(728px,calc(100% - 40px));height:90px;min-height:90px;margin:18px auto 22px;gap:3px;border-radius:3px;background:#f2f3f0;border:1px dashed #c7cec3}.top-ad .ad-label{margin:0;font-size:9px;letter-spacing:1.5px}.top-ad strong{font-size:12px}.top-ad small{margin:0;font-size:9px}.page-layout{grid-template-columns:160px minmax(0,500px) 160px;gap:46px;max-width:952px;padding:0 20px;align-items:start}.game-column{grid-column:2;grid-row:1;padding-top:0}.desktop-rail{display:block;grid-row:1;padding:0;margin:0}.left-rail{grid-column:1}.right-rail{grid-column:3}.side-ad{height:600px;min-height:600px;width:160px;background:#f2f3f0;border:1px dashed #c7cec3;border-radius:3px}.side-ad .ad-label{font-size:9px;line-height:1.8;letter-spacing:1.2px}.side-ad small{font-size:9px}.side-ad strong{font-size:12px}.side-ad>span:not(.ad-label){font-size:11px}.intro{margin-bottom:14px}.intro h1{font-size:25px}.intro p{font-size:12px}.round-picker{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-bottom:20px}.round-tab{min-height:38px;background:transparent;border:1px solid var(--line);border-radius:6px;color:var(--muted);font-size:11px;white-space:nowrap;padding:7px 4px}.round-tab:hover{background:#f0f3ed}.round-tab[aria-current=true]{background:var(--green);border-color:var(--green);color:#fff;font-weight:700}.clue-list{gap:5px}.clue-row{min-height:53px;padding:7px 12px}.clue-type{display:block;font-size:8px;text-transform:uppercase;letter-spacing:1.1px;font-weight:700;color:#62756a;margin-bottom:1px}.street-name{font-size:15px;line-height:1.25}.locked .clue-type{color:#8a9387}.locked .street-name{font-size:11px}.clue-detail{display:block;font-size:10px;color:var(--muted);margin-top:2px}.guess-detail{font-size:10px}.scene-panel{margin-top:12px;border:1px solid #cbd8cb;border-radius:8px;overflow:hidden;background:#fff}.scene-heading{display:flex;justify-content:space-between;align-items:center;padding:9px 12px;font-size:11px}.scene-heading>span{font-size:8px;font-weight:700;letter-spacing:1px;color:var(--green)}#panorama{display:block;width:100%;height:240px;background:#202c25;outline-offset:-3px;touch-action:pan-y;cursor:default}#panorama.interactive{cursor:grab;touch-action:none}#panorama.interactive:active{cursor:grabbing}#panorama:focus-visible{outline:3px solid #91b69f}.panorama-controls{display:flex;gap:6px;padding:9px 12px 0;justify-content:center}.panorama-controls button{height:36px;min-width:42px;border:1px solid #dce3d8;border-radius:5px;color:var(--green);font-size:19px;background:#f4f7f1}.panorama-controls button:hover{background:#e5eee2}#scene-status{margin:8px 12px 2px;min-height:16px;text-align:center;font-size:10px;color:var(--muted)}.scene-footer{display:flex;justify-content:space-between;padding:0 10px 4px}.scene-footer .text-button{font-size:9px;padding:6px 2px;margin:0;min-height:28px}.result-actions{display:flex;gap:8px}.result-actions .button{flex:1;min-width:0;font-size:12px;padding:10px}.result-card .text-button{font-size:11px}.game-footer{margin-top:20px;padding-top:16px}.game-footer p{font-size:10px}.gentle-note{font-size:10px}.play-controls{margin-top:16px}.actions{margin-top:12px}#credits-dialog p{overflow-wrap:anywhere}#credits-dialog a{color:var(--green)}.side-ad .ad-outline{margin:25px 0}@media(min-width:1700px){.page-layout{padding-top:0}}@media(max-width:960px){.page-layout{grid-template-columns:minmax(0,500px);max-width:540px;gap:0}.game-column{grid-column:1}.desktop-rail{display:none}.mobile-ad{display:flex;max-width:320px;min-height:100px;margin:20px auto}.top-ad{margin-bottom:20px}}@media(max-width:620px){.page-layout{display:block;padding:0 18px;max-width:520px}.game-column{padding-top:0}.masthead{height:58px}.masthead-inner{padding:0 18px}.wordmark{font-size:31px}.top-ad{height:64px;min-height:64px;margin:12px auto 18px;width:calc(100% - 36px)}.top-ad small,.top-ad .ad-label{font-size:8px}.intro{margin-bottom:12px}.intro h1{font-size:24px}.round-picker{margin-bottom:16px}.clue-row{padding:7px 10px;gap:10px;min-height:51px}.street-name{font-size:14px}.clue-type{font-size:8px}.round-meta{font-size:10px}#panorama{height:220px}.panorama-controls button{height:42px;min-width:44px}.scene-heading{font-size:11px}.result-actions{flex-wrap:wrap}.game-footer{margin-top:18px}.button{min-height:46px}.scene-footer .text-button{min-height:36px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}:root{--game-width: 500px;--rail-width: 160px;--layout-gap: 40px;--top-width: 728px;--ui-scale: 1}.page-layout{display:grid;width:100%;max-width:calc(var(--game-width) + var(--rail-width) * 2 + var(--layout-gap) * 2 + 40px);grid-template-columns:var(--rail-width) minmax(0,var(--game-width)) var(--rail-width);gap:var(--layout-gap);padding:0 20px}.masthead-inner{max-width:var(--game-width);display:grid;grid-template-columns:1fr auto 1fr;padding:0}.masthead-tools{display:flex;align-items:center}.masthead-inner>.reset-button{justify-self:end}.display-toggle{font-size:16px;font-weight:700;letter-spacing:-1px}.display-toggle[aria-pressed=true]{color:#fff;background:var(--green);border-radius:8px}.wordmark{font-size:calc(37px * var(--ui-scale))}.top-ad{width:min(var(--top-width),calc(100% - 40px))}.desktop-rail{display:block}.side-ad{width:var(--rail-width)}.mobile-ad{display:none}.intro h1{font-size:calc(25px * var(--ui-scale))}.intro p{font-size:calc(12px * var(--ui-scale))}.edition{font-size:calc(10px * var(--ui-scale))}.round-picker{margin-bottom:calc(18px * var(--ui-scale))}.round-tab{min-height:calc(38px * var(--ui-scale));font-size:calc(11px * var(--ui-scale))}.round-meta{font-size:calc(11px * var(--ui-scale))}.clue-row{min-height:calc(53px * var(--ui-scale));padding:calc(7px * var(--ui-scale)) 12px}.clue-type{font-size:calc(8px * var(--ui-scale))}.clue-number{font-size:calc(11px * var(--ui-scale))}.street-name{font-size:calc(15px * var(--ui-scale))}.locked .street-name{font-size:calc(11px * var(--ui-scale))}.clue-detail,.guess-detail{font-size:calc(10px * var(--ui-scale))}.clue-badge.current-badge{font-size:calc(9px * var(--ui-scale))}label{font-size:calc(12px * var(--ui-scale))}#city-input{font-size:max(16px,calc(15px * var(--ui-scale)));height:calc(49px * var(--ui-scale))}.search-icon{top:calc(24.5px * var(--ui-scale) - 9px)}.clear-search{top:calc(24.5px * var(--ui-scale) - 22px)}.input-caption,#search-count{font-size:calc(10px * var(--ui-scale))}#city-options strong{font-size:calc(13px * var(--ui-scale))}#city-options li>span:not(.option-arrow){font-size:calc(10px * var(--ui-scale))}.actions .button{font-size:calc(13px * var(--ui-scale));min-height:calc(46px * var(--ui-scale))}.input-error,.gentle-note{font-size:calc(11px * var(--ui-scale))}#panorama{height:clamp(240px,calc(var(--game-width) * .48),320px)}.scene-heading{font-size:calc(11px * var(--ui-scale));padding:calc(9px * var(--ui-scale)) 12px}.scene-heading>span{font-size:calc(8px * var(--ui-scale))}#scene-status{font-size:calc(11px * var(--ui-scale))}.scene-footer .text-button{font-size:calc(10px * var(--ui-scale));min-height:36px}.panorama-controls button{min-width:44px;height:42px;font-size:calc(19px * var(--ui-scale))}.result-card h2{font-size:calc(25px * var(--ui-scale))}.result-card p,.result-actions .button{font-size:calc(12px * var(--ui-scale))}.game-footer>span,.game-footer p{font-size:calc(10px * var(--ui-scale))}.game-footer .text-button{font-size:calc(11px * var(--ui-scale))}@media(min-width:1440px){:root{--game-width: 620px;--rail-width: 300px;--top-width: 970px;--ui-scale: 1.12}}@media(min-width:2000px){:root{--game-width: 650px;--layout-gap: 56px;--ui-scale: 1.18}}:root[data-ui-size=large]{--game-width: 760px;--ui-scale: 1.35}@media(max-width:960px){.page-layout{grid-template-columns:minmax(0,var(--game-width));max-width:calc(var(--game-width) + 40px);gap:0}.game-column{grid-column:1}.desktop-rail{display:none}.mobile-ad{display:flex;width:min(320px,100%)}.masthead-inner{padding:0 20px}:root[data-ui-size=large]{--game-width: 620px}}@media(max-width:620px){:root[data-ui-size=large]{--ui-scale: 1.15}.page-layout{display:block;padding:0 18px}.masthead{height:62px}.masthead-inner{padding:0 18px}.wordmark{font-size:31px}.top-ad{width:calc(100% - 36px)}.round-tab{font-size:calc(10px * var(--ui-scale))}.clue-row{gap:9px;padding-left:10px;padding-right:10px}.street-name{font-size:calc(14px * var(--ui-scale))}.scene-heading{gap:8px}.scene-heading>span{flex-shrink:0}#panorama{height:220px}.actions .button{padding:10px 12px}.actions .button-secondary{min-width:100px}}.hint-controls{margin-top:14px;text-align:center}.hint-button{padding:9px 16px;min-height:44px;max-width:100%;border:1px solid #bca86c;border-radius:6px;background:#fffaf0;color:#705722;font-size:calc(12px * var(--ui-scale));font-weight:600}.hint-button:hover:not(:disabled){background:#f7edcf;border-color:#977b37}.hint-button:disabled{cursor:default;color:#838577;background:#f4f5f0;border-color:#dfe3d8}#hint-note{margin:5px 0 0;font-size:calc(10px * var(--ui-scale));color:var(--muted)}.city-hint-panel{margin-top:14px;padding:14px 16px;border:1px solid #d6c58e;border-radius:8px;background:#fffbef}.city-hint-panel h2{margin:0 0 6px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:5px 12px;color:#705722;font-size:calc(14px * var(--ui-scale));letter-spacing:0}.city-hint-panel h2 span{font-size:calc(10px * var(--ui-scale));font-weight:500}.city-hint-panel p{margin:0;font-size:calc(14px * var(--ui-scale));line-height:1.5}.clue-badge.hint-badge{color:#705722;background:#f2df9a;border-radius:50%;font-size:15px;line-height:24px}.legend-square.hint{background:#e8c965;border:1px solid #b89c49}.share-hint-note{font-size:11px;color:#705722;text-align:center}.round-meta{align-items:center;flex-wrap:wrap;gap:4px 10px}.round-settings{display:flex;align-items:center;gap:12px;margin-left:auto}.unit-picker{position:relative}#distance-unit{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;min-width:78px;min-height:44px;padding:8px 12px;border:1px solid #bdcfc2;border-radius:12px;background:#f2f7f2;color:var(--green);font:inherit;font-weight:600;cursor:pointer}#distance-unit:hover,#distance-unit[aria-expanded=true]{border-color:var(--green);background:#e7f0e8}.unit-chevron{width:14px;height:14px;flex:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}#distance-unit[aria-expanded=true] .unit-chevron{transform:rotate(180deg)}#unit-menu{position:absolute;z-index:30;top:calc(100% + 7px);right:0;width:178px;padding:7px;border:1px solid #194b37;border-radius:15px;background:var(--green);box-shadow:inset 0 0 0 3px #ffffff15,0 8px 24px #153a2826}.unit-option{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;min-height:44px;padding:10px 12px;border:1px solid transparent;border-radius:9px;background:transparent;color:#f7fbf6;font-size:calc(12px * var(--ui-scale));text-align:left}.unit-option[aria-checked=true]{border-color:#fff5;background:#ffffff18;font-weight:700}.unit-option:hover,.unit-option:focus-visible{background:#ffffff2b}.unit-option:focus-visible{outline:2px solid #d6e9d9;outline-offset:-2px}.unit-check{visibility:hidden}.unit-option[aria-checked=true] .unit-check{visibility:visible}#distance-unit:focus-visible{outline:2px solid var(--green);outline-offset:2px}.masthead{height:calc(64px * var(--ui-scale))}.wordmark{position:relative;display:block;white-space:nowrap;padding:7px 20px 8px;border:2px solid var(--green);border-radius:7px;background:var(--green);color:#fff;box-shadow:inset 0 0 0 2px #edf4ee;font-size:calc(28px * var(--ui-scale));font-weight:800;line-height:1;letter-spacing:-1.3px}.wordmark-dot{color:#fff}.wordmark:before,.wordmark:after{content:"";position:absolute;top:calc(50% - 2px);width:4px;height:4px;border-radius:50%;background:#c4d6c9}.wordmark:before{left:8px}.wordmark:after{right:8px}.brand-logo{display:block;width:auto;object-fit:contain}.share-brand .brand-logo{height:148px;max-width:100%;margin:0 auto}#skip-button{position:relative;isolation:isolate;overflow:hidden;min-width:136px;gap:10px;border-radius:8px;color:var(--green);background:#edf4ee;border-color:#b8cebe;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;touch-action:none}#skip-button:before{content:"";position:absolute;inset:0;z-index:-1;background:#b5d5bf;transform:scaleX(0);transform-origin:left}#skip-button.is-holding:before{animation:skip-fill var(--hold-duration) linear forwards}#skip-button:hover:not(:disabled){border-color:var(--green)}#skip-button:disabled{opacity:.5;cursor:default}@keyframes skip-fill{to{transform:scaleX(1)}}.hint-button{appearance:none;-webkit-appearance:none;background:#f3e7c5;background-image:none;box-shadow:none;border-color:#cdb77c;border-radius:8px;color:#654e1b}.hint-button:hover:not(:disabled){background:#ecdbac}@media(max-width:620px){.masthead{height:calc(62px * var(--ui-scale))}.wordmark{font-size:25px;padding:7px 17px 8px}.masthead-tools .icon-button{width:40px}.actions #skip-button{min-width:124px;gap:7px}}@media(prefers-reduced-motion:reduce){#skip-button.is-holding:before{animation:none;transform:scaleX(1);opacity:.65}}@media(max-width:380px){.masthead-inner{padding:0 14px}}.header-brand{display:flex;align-items:center;justify-self:center;gap:8px;text-decoration:none;border-radius:7px}.header-mark{display:block;width:calc(52px * var(--ui-scale));height:auto;flex:none}.header-brand:focus-visible{outline:2px solid var(--green);outline-offset:4px}@media(max-width:620px){.masthead-inner{grid-template-columns:80px minmax(0,1fr) 44px}.header-brand{gap:6px}.header-mark{width:40px}}.street-list{display:flex;flex-wrap:wrap;gap:4px 8px}.street-list>span{border:1px solid #cddbd0;border-radius:5px;background:#f5f8f4;padding:3px 7px;font-size:.9em}.fun-fact-value{font-size:calc(13px * var(--ui-scale));line-height:1.45;font-weight:500}.result-card #result-location{font-size:calc(17px * var(--ui-scale));font-weight:700;color:var(--ink,#17382c);line-height:1.4;margin:0 0 8px;overflow-wrap:anywhere}.result-card[data-outcome=loss]{background:#f7f2e9;border-color:#e4d5be}.result-card[data-outcome=loss] .result-eyebrow{color:#8a602c}#result-dialog{width:min(560px,calc(100% - 24px));padding:0;max-height:calc(100dvh - 24px);border-radius:16px}#result-dialog::backdrop{background:#10261ed0;backdrop-filter:none}#result-dialog[open]{animation:result-appear .18s ease-out}#result-dialog .result-card{margin:0;border:0;border-radius:0;padding:22px}#result-dialog .result-card h2{margin:8px 0}#result-dialog .result-header{position:relative;justify-content:center;min-height:44px;padding:0 34px}#result-dialog .result-header .close-dialog{position:absolute;right:0;top:0}#result-dialog #result-title:focus{outline:none}#result-dialog .result-score{margin:10px 0}.result-map-stage{height:clamp(160px,32dvh,260px);border:1px solid var(--line);border-radius:9px;overflow:hidden}.result-map-controls{display:flex;justify-content:center;gap:8px;margin:8px 0}.result-map-controls button{border:1px solid var(--line);border-radius:7px;background:var(--paper);color:var(--green);padding:5px 10px;min-height:32px}#result-dialog .result-map-detail{font-size:11px;min-height:16px}#result-dialog .result-map-credit{font-size:9px;margin:5px 0 12px}#result-dialog .result-actions{position:sticky;bottom:0;padding:8px 0;background:inherit}#result-dialog .result-actions .button{min-height:42px}#result-dialog #share-button{display:inline-flex;align-items:center;justify-content:center;gap:.3em}.share-result-icon{width:1.1em;height:1.1em;flex:none}#show-result{margin-top:18px;width:100%}@keyframes result-appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){#result-dialog[open]{animation:none}}.result-map-legend{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:5px;margin:8px 0;padding:0}.result-map-legend button{font:inherit;font-size:11px;background:var(--paper);border:1px solid var(--line);border-radius:6px;padding:5px 7px;color:var(--green);cursor:pointer}.distance{display:inline-flex;align-items:center;gap:4px}.direction-icon{width:1.1em;height:1.1em;flex:none;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}#guess-button.submitted{background:#347452}#guess-button[aria-busy=true]{cursor:progress}.clue-row{scroll-margin-top:16px}@media(max-width:620px){.top-ad{width:320px;max-width:100%;height:100px;min-height:100px;padding:8px;gap:5px}.top-ad .ad-label,.top-ad small{font-size:10px}.top-ad strong{font-size:13px}.mobile-ad{width:300px;max-width:none;height:250px;min-height:250px;margin:24px calc((100% - 300px)/2);padding:16px}.mobile-ad .ad-label{font-size:10px}.mobile-ad strong{font-size:13px}.mobile-ad>span:not(.ad-label){font-size:11px}}#guess-label{display:inline-block;color:inherit;font-weight:inherit}.mobile-ad{width:300px;height:250px;min-height:250px}.clue-row.is-revealing{position:relative;transform-origin:center}.clue-flip-cover{position:absolute;inset:-1px;z-index:1;display:flex;align-items:center;gap:inherit;padding:inherit;border:1px solid #e6e9e3;border-radius:inherit;background:#f5f6f3;color:#a9b0a8;pointer-events:none}.clue-flip-cover .clue-type{color:#8a9387}.clue-flip-cover .clue-number{color:#a9b0a8}.clue-flip-cover .street-name{font-size:calc(11px * var(--ui-scale));font-weight:400;color:#a9b0a8}#guess-button .guess-status-icon{display:inline-grid;width:1.1em;height:1.1em;flex:none;color:inherit;vertical-align:middle}.guess-status-icon svg{grid-area:1 / 1;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:opacity .18s ease-out,transform .18s ease-out}.guess-enter-icon{opacity:.65;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.guess-status-icon svg{transition:none}}.clue-row.has-guess-feedback{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(130px,36%)}.guess-feedback{display:flex;align-items:center;gap:10px;min-width:0;border-left:1px solid var(--line);padding-left:12px}.guess-feedback .guess-detail{flex:1;min-width:0;margin:0;flex-direction:column;align-items:flex-end;gap:5px;text-align:right}.guess-feedback .guessed-city{font-size:calc(12px * var(--ui-scale));line-height:1.35;color:#52645a}.guess-feedback .distance{font-size:calc(15px * var(--ui-scale));font-weight:650;line-height:1.25;color:#6c513e;gap:7px}.guess-feedback .direction-icon{width:1.35em;height:1.35em;stroke-width:2.2}@media(max-width:620px){.clue-row.has-guess-feedback{grid-template-columns:auto minmax(0,1fr);row-gap:7px}.has-guess-feedback>.clue-number{align-self:start;margin-top:4px}.guess-feedback{grid-column:2;border-left:0;border-top:1px solid var(--line);padding:8px 0 0}.guess-feedback .guess-detail{align-items:flex-start;text-align:left;gap:4px}}.radius-panel{margin:0 0 16px;padding:12px 14px;border:1px solid #b5cbe1;border-radius:10px;background:#edf4fb}.radius-panel h2{margin:0 0 5px;font-size:calc(15px * var(--ui-scale));color:#315f88}.radius-panel p{margin:0;font-size:calc(12px * var(--ui-scale));color:#45657f;line-height:1.45}.clue-row.near-guess{background:#f4f8fc;border-color:#b5cbe1}.clue-badge.near-badge{color:#315f88;background:#dbe9f6;border-radius:50%;font-size:20px;line-height:24px}.radius-note{font-size:calc(10px * var(--ui-scale));font-weight:600;color:#315f88}#result-dialog .share-color-key{font-size:11px;line-height:1.5;color:var(--muted)}#result-milestone{color:#315f88;font-weight:600}.clue-row.state-guess{background:#faf6fd;border-color:#d4bbdf}.clue-badge.state-badge{color:#754494;background:#ecdef5;border-radius:50%;font-size:20px;line-height:24px}.state-note{font-size:calc(10px * var(--ui-scale));font-weight:600;color:#754494}.radius-panel.state-milestone{background:#faf3ff;border-color:#d4bbdf}.radius-panel.state-milestone h2,.radius-panel.state-milestone p{color:#754494}.milestone-flash{position:fixed;z-index:2000;top:calc(env(safe-area-inset-top,0px) + 20px);left:50%;translate:-50% 0;width:max-content;max-width:calc(100vw - 32px);padding:14px 24px;border-radius:14px;background:#754494;color:#fff;box-shadow:0 6px 24px #19251c30;font-size:18px;font-weight:700;text-align:center;pointer-events:none}.milestone-flash.near{background:#315f88}html{scrollbar-gutter:stable}dialog,#share-text{overscroll-behavior:contain}dialog.modal-covered{overflow:hidden}dialog::backdrop{backdrop-filter:none}#share-text{font-size:14px;line-height:1.65;min-height:130px;overflow:hidden;overscroll-behavior:auto}#share-dialog{scroll-behavior:auto}#share-dialog .share-card{margin:14px 0;padding:16px}#share-dialog .share-brand .brand-logo{height:100px}#share-dialog .share-squares{margin:10px 0 14px}:is(#copy-button,#contact-copy){display:grid;place-items:center}.copy-face{grid-area:1 / 1;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:opacity .18s ease,transform .18s ease}.copy-face svg{width:19px;height:19px;flex:none}.copy-confirm{opacity:0;transform:translateY(5px)}:is(#copy-button,#contact-copy).is-copied .copy-default{opacity:0;transform:translateY(-5px)}:is(#copy-button,#contact-copy).is-copied .copy-confirm{opacity:1;transform:translateY(0)}:is(#copy-status,#contact-status).sr-only{margin:0;min-height:0}.skip-to-game{position:fixed;top:8px;left:8px;z-index:3000;transform:translateY(-160%);padding:10px 16px;border-radius:8px;background:var(--paper);color:var(--ink);border:2px solid var(--green)}.skip-to-game:focus{transform:translateY(0)}.help-legend .same-state{background:#754494}.help-legend .nearby{background:#315f88}.site-footer{padding:12px 18px 28px;text-align:center}.footer-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:4px 10px;margin-top:4px;font-size:12px}.site-footer .footer-links :is(a,#privacy-settings,#contact-button){color:var(--green);font:inherit;padding:8px 0;text-decoration:underline;text-underline-offset:3px}:root:not([data-theme=dark]){--muted:#55665b}:root:not([data-theme=dark]) :is(.clue-type,.clue-number,.locked .street-name,.locked .clue-type,.input-caption,.gentle-note,.game-footer p,.game-footer>span,.suggestions-heading,.share-card-meta>span,.share-text-label,.copy-status,#city-options li>span:not(.option-arrow),.clue-flip-cover .clue-type){color:#596b5f}:root:not([data-theme=dark]) #city-input::placeholder{color:#657369}:root:not([data-theme=dark]) :is(#city-input,#distance-unit,.button-secondary,.panorama-controls button,#skip-button){border-color:#7c8e80}.button-primary .copy-face,.button-primary .copy-face span{color:inherit;font-weight:650}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--green);outline-offset:3px}@media(max-width:620px){.footer-links{gap:4px 8px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}#guess-button{position:relative;overflow:hidden;touch-action:manipulation}#guess-content{display:inline-flex;align-items:center;justify-content:center;gap:.5em;pointer-events:none}#guess-up-cue{position:absolute;width:1.55em;height:1.55em;left:calc(50% - .775em);top:calc(50% - .775em);opacity:0;pointer-events:none;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.help-direction-icon{display:inline-block;vertical-align:-.15em}#city-options .option-arrow{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.search-more{display:block;width:100%;min-height:44px;padding:10px 14px;border:0;border-top:1px solid var(--line,#d5dfd2);background:transparent;color:inherit;font:inherit;font-size:12px;font-weight:600;cursor:pointer}.search-more:hover{background:var(--surface,#edf4ee)}.search-more:focus-visible{outline:2px solid currentColor;outline-offset:-4px}.search-more:disabled{opacity:.55;cursor:wait}.search-more[hidden]{display:none}#contact-dialog{width:min(460px,calc(100% - 32px))}.modal-close-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.contact-email-label{display:block;margin:20px 0 7px;font-size:12px;color:var(--muted)}#contact-email{display:block;width:100%;min-width:0;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--ink);font:inherit;font-size:16px}.contact-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:16px}.contact-actions .button{width:100%;text-decoration:none}#contact-copy:disabled{opacity:.65;cursor:wait}#contact-status{min-height:2.8em;margin:12px 0 0;line-height:1.4}.masthead-end{justify-self:end}#theme-toggle svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.theme-sun,[data-theme=dark] .theme-moon{display:none}[data-theme=dark] .theme-sun{display:block}@media(max-width:620px){.masthead-inner{grid-template-columns:72px minmax(0,1fr) 72px}.masthead-tools .icon-button{width:36px;height:44px}.header-brand .wordmark{font-size:24px;padding:7px 17px}.header-mark{width:32px}}@media(max-width:380px){.header-mark{display:none}}:root[data-theme=dark]{color-scheme:dark;--paper:#151d19;--ink:#e5eee8;--muted:#a5b5aa;--line:#3d5044;--green:#92cfac;--soft-green:#243d2f;--rose:#efa79c;--surface:#1e2a23;--subtle:#19231d;--map-water:#192820}[data-theme=dark] :is(.masthead,.clue-row,.scene-panel,.suggestions,.guess-map-panel,.guess-map-toggle,.share-card){background:var(--surface);border-color:var(--line)}[data-theme=dark] :is(.clue-row.current,.clue-row.solved,.result-card){background:var(--soft-green);border-color:#729c80}[data-theme=dark] :is(.clue-row.locked,.clue-flip-cover){background:var(--subtle);border-color:#2b3a31;color:var(--muted)}[data-theme=dark] :is(.locked .street-name,.clue-number,.clue-detail,.round-meta,.input-caption,.gentle-note,.game-footer p,.game-footer>span,.result-card p,.scene-footer,.share-card-meta>span,.share-text-label,.copy-status,.suggestions-heading,#city-options li>span:not(.option-arrow),.guess-map-credit,.guess-map-help){color:var(--muted)}[data-theme=dark] :is(#round-status,.text-button,.button-secondary,.search-icon,.clear-search){color:#b6d1bf}[data-theme=dark] :is(#city-input,#share-text,.street-list>span,#distance-unit,.panorama-controls button,#skip-button){background:#202f26;color:var(--ink);border-color:#587362}[data-theme=dark] #unit-menu{background:var(--surface);border-color:#587362;box-shadow:0 8px 24px #0005}[data-theme=dark] .unit-option{color:var(--ink)}[data-theme=dark] .unit-option[aria-checked=true]{background:#315e4b;border-color:#729c80}[data-theme=dark] .unit-option:hover,[data-theme=dark] .unit-option:focus-visible{background:#3b5945}[data-theme=dark] .unit-option:focus-visible{outline:2px solid var(--green);outline-offset:-2px}[data-theme=dark] #city-input::placeholder{color:#a6b5ab}[data-theme=dark] :is(.icon-button:hover,.guess-map-toggle:hover,#city-options li:hover,#city-options li[aria-selected=true],.button-secondary:hover){background:#304a39}[data-theme=dark] :is(.button-primary,.wordmark,.display-toggle[aria-pressed=true]){background:#30634b;color:#fff}[data-theme=dark] .button-primary:hover{background:#3b775a}[data-theme=dark] .wordmark{border-color:#6c9f80}[data-theme=dark] :is(.suggestions-heading,.share-card-meta,.ad-outline){border-color:var(--line)}[data-theme=dark] .clue-badge.current-badge{background:#35523e}[data-theme=dark] .clue-badge.correct-badge{background:#387b56}[data-theme=dark] .clue-badge.wrong-badge{background:#51312e;color:#ffc0b5}[data-theme=dark] .distance{color:#e3c5aa}[data-theme=dark] .input-error{color:#ffb3a8}[data-theme=dark] :is(.ad-placeholder,.top-ad,.side-ad){background:#1b261f;color:#a0af9c;border-color:#455541}[data-theme=dark] :is(.ad-placeholder strong,.ad-placeholder small){color:#a0af9c}[data-theme=dark] .preview-note{background:#26372c;color:var(--muted)}[data-theme=dark] .storage-note{background:#473b25;color:#f1d39e}[data-theme=dark] .radius-panel{background:#213347;border-color:#557ba0}[data-theme=dark] .radius-panel h2,[data-theme=dark] .radius-panel p,[data-theme=dark] .radius-note{color:#b5d6fa}[data-theme=dark] .clue-row.near-guess{background:#1c2d3c;border-color:#557ba0}[data-theme=dark] .clue-badge.near-badge{background:#345777;color:#c3e0ff}[data-theme=dark] .radius-panel.state-milestone,[data-theme=dark] .clue-row.state-guess{background:#352840;border-color:#85629b}[data-theme=dark] .radius-panel.state-milestone h2,[data-theme=dark] .radius-panel.state-milestone p,[data-theme=dark] .state-note{color:#e0bff3}[data-theme=dark] .clue-badge.state-badge{background:#5b3d70;color:#eacbff}[data-theme=dark] :is(.guess-map-stage,.result-map-stage){background:var(--map-water)}[data-theme=dark] .guess-map-state{fill:#304b3a}[data-theme=dark] .guess-map-borders{stroke:#809c88}[data-theme=dark] :is(.guess-map-landmarks,.guess-map-city-labels,.guess-map-state-labels,.guess-map-marker-names){fill:#c0dbc9}[data-theme=dark] :is(.guess-map-city-labels text,.guess-map-landmark text,.guess-map-marker-names text){stroke:var(--map-water)}[data-theme=dark] .guess-map-city-dot{fill:#b4cfbf;opacity:.8}[data-theme=dark] .guess-map-marker-dot{fill:#347856;stroke:#dbf3e3}[data-theme=dark] .guess-map-marker-halo{fill:#92cfac40}[data-theme=dark] .guess-map-marker.is-answer .guess-map-marker-dot{fill:#966323}[data-theme=dark] .result-map-controls button,[data-theme=dark] .result-map-legend button{background:var(--surface)}[data-theme=dark] .guess-feedback .guessed-city,[data-theme=dark] .guess-map-detail,[data-theme=dark] .clue-type,[data-theme=dark] .clue-flip-cover .clue-type{color:#b4c8ba}body.ads-hidden :is(.ad-placeholder,.desktop-rail){display:none!important}body.ads-hidden .page-layout{grid-template-columns:minmax(0,var(--game-width));max-width:calc(var(--game-width) + 40px);gap:0;margin-top:24px}body.ads-hidden .page-layout>.game-column{grid-column:1}@media(min-width:1000px){body.ads-hidden .page-layout.map-layout{grid-template-columns:minmax(0,1fr) var(--map-width);max-width:calc(var(--game-width) + var(--map-width) + 64px);gap:24px}body.ads-hidden .map-layout>.guess-map-panel{grid-column:2}}@media(max-width:620px){body.ads-hidden .page-layout{margin-top:16px}}.privacy-choices{position:fixed;z-index:100;right:max(16px,env(safe-area-inset-right,0px));bottom:max(16px,env(safe-area-inset-bottom,0px));width:440px;max-width:calc(100% - 32px - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px));max-height:calc(100dvh - 32px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));overflow-y:auto;overscroll-behavior:contain;box-shadow:0 8px 32px #00000040;margin:0;padding:16px 20px;border:1px solid var(--line);border-radius:12px;background:var(--soft-green);color:var(--ink);font-size:14px}.privacy-choices[hidden],.privacy-choices [hidden]{display:none}.privacy-choices h2{font-size:17px;margin:0 0 8px}.privacy-choices p{margin:0 0 12px;line-height:1.5}.privacy-choices a{color:var(--green)}.privacy-actions{display:flex;flex-wrap:wrap;gap:8px}.privacy-choices button{min-height:44px;padding:9px 16px;background:var(--paper);color:var(--ink);border:1px solid var(--green);border-radius:8px;font:inherit;font-weight:600;cursor:pointer}.privacy-choices button:focus-visible,.privacy-choices input:focus-visible,#privacy-settings:focus-visible{outline:3px solid var(--green);outline-offset:3px}.privacy-details{margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}.privacy-details label{display:flex;align-items:center;gap:10px;min-height:44px}.privacy-details input{width:20px;height:20px;accent-color:var(--green)}#privacy-settings{color:var(--green);font:inherit}#privacy-title:focus{outline:none}@media(prefers-reduced-motion:reduce){.privacy-choices *{transition:none;animation:none}}.mode-switch{display:flex;justify-content:center;gap:4px;width:max-content;max-width:100%;margin:0 auto 16px;padding:4px;border:1px solid var(--line);border-radius:12px;background:var(--paper,#f5f7f3)}.mode-switch button{min-height:42px;padding:8px 22px;border:0;border-radius:8px;background:transparent;color:var(--green);font-weight:650;transition:background-color .16s,color .16s}.mode-switch button[aria-pressed=true]{background:var(--green);color:#fff}.mode-switch button:focus-visible{outline:2px solid var(--green);outline-offset:3px}.daily-available{padding:12px;margin:0 0 16px;border:1px solid var(--line);border-radius:10px;text-align:center}.daily-available p{margin:0 0 6px}.daily-countdown{color:var(--muted);font-size:13px;font-variant-numeric:tabular-nums;text-align:center}.mode-switch button:disabled{opacity:.6}html[data-theme=dark] .mode-switch{background:#1b2c23}html[data-theme=dark] .mode-switch button[aria-pressed=true]{background:#315e4b;color:#fff}@media(prefers-reduced-motion:reduce){.mode-switch button{transition:none}}.game-subheader{width:100%;padding:24px 18px 0;text-align:center}.game-subheader .intro{margin-bottom:0}.game-subheader .mode-switch{margin-bottom:12px}.clue-heading{display:flow-root}@media(max-width:620px){.game-subheader{padding-top:20px}}.guess-map-panel{margin:0 0 18px;border:1px solid var(--line);border-radius:13px;background:#fff;overflow:hidden;overflow-anchor:none}.guess-map-toggle{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:15px 14px;border:0;background:#fff;color:var(--green);text-align:left;font-weight:650}.guess-map-toggle:hover{background:#f1f6f1}.guess-map-toggle-title,.guess-map-toggle-meta{display:flex;align-items:center;gap:9px}.guess-map-toggle-title svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;flex-shrink:0}.guess-map-count{font-size:11px;font-weight:400;color:var(--muted);white-space:nowrap}.guess-map-chevron{font-size:21px;line-height:1;transition:transform .25s ease}.is-open .guess-map-chevron{transform:rotate(180deg)}.guess-map-collapse{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;transition:grid-template-rows .25s ease,opacity .2s ease,visibility 0s .25s}.is-open .guess-map-collapse{grid-template-rows:1fr;opacity:1;visibility:visible;transition:grid-template-rows .25s ease,opacity .2s ease,visibility 0s}.guess-map-clip{min-height:0;overflow:hidden}.guess-map-stage{height:clamp(270px,calc(300px * var(--ui-scale,1)),390px);background:#eff4f0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.guess-map-svg{display:block;width:100%;height:100%;touch-action:none;cursor:grab;overflow:hidden}.guess-map-svg:active{cursor:grabbing}.guess-map-svg:focus-visible{outline:3px solid #91b69f;outline-offset:-4px}.guess-map-state{fill:#dae5d8;stroke:none}.guess-map-borders{fill:none;stroke:#fff;stroke-width:1;vector-effect:non-scaling-stroke;pointer-events:none}.guess-map-state-labels{fill:#526c59;text-anchor:middle;pointer-events:none;font-weight:650;letter-spacing:.4px}.guess-map-city-labels{fill:#526858;pointer-events:none}.guess-map-city-labels text{paint-order:stroke;stroke:#eff4f0;stroke-width:3px;stroke-linejoin:round}.guess-map-marker{cursor:pointer;outline:none}.guess-map-marker-dot{fill:var(--green);stroke:#fff}.guess-map-marker-halo{fill:#235b4522;opacity:0}.guess-map-marker.is-latest .guess-map-marker-halo,.guess-map-marker:focus .guess-map-marker-halo,.guess-map-marker:hover .guess-map-marker-halo{opacity:1}.guess-map-marker.is-answer .guess-map-marker-dot{fill:#a06b24}.guess-map-marker text{fill:#fff;font-weight:750;pointer-events:none}.guess-map-toolbar{display:flex;align-items:center;justify-content:center;gap:7px;padding:12px 10px 0;flex-wrap:wrap}.guess-map-toolbar button,.guess-map-history button{border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--green);min-height:36px;padding:6px 10px}.guess-map-toolbar button:hover,.guess-map-history button:hover{background:var(--soft-green);border-color:#a5bcae}.guess-map-toolbar button[data-map-action=in],.guess-map-toolbar button[data-map-action=out]{min-width:38px;font-size:20px}.guess-map-toolbar button[data-map-action=answer]{color:#805419}.guess-map-help{margin:8px 12px 12px;text-align:center;font-size:11px;color:var(--muted)}.guess-map-history{display:flex;gap:6px;flex-wrap:wrap;padding:0 12px}.guess-map-history button{font-size:11px;min-height:32px;max-width:100%;overflow-wrap:anywhere}.guess-map-detail{margin:10px 14px 0;color:#45594b;font-size:12px;min-height:36px}.guess-map-credit{margin:10px 14px 14px;font-size:9px;color:var(--muted)}.guess-map-message:empty{display:none}.guess-map-message{padding:12px 14px;color:var(--muted);font-size:12px}.guess-map-retry{margin:0 14px 12px}@media(max-width:620px){.guess-map-toggle{font-size:13px;padding:13px 11px}.guess-map-toggle-title{gap:6px}.guess-map-count{font-size:10px}.guess-map-stage{height:280px}}@media(prefers-reduced-motion:reduce){.guess-map-collapse,.guess-map-chevron{transition:none!important}}@media(min-width:1000px){.page-layout.map-layout{--map-width:360px;grid-template-columns:minmax(0,1fr) var(--map-width);max-width:calc(var(--game-width) + var(--map-width) + 64px);gap:24px;align-items:start}.map-layout>.game-column{grid-column:1;grid-row:1}.map-layout>.guess-map-panel{grid-column:2;grid-row:1;margin:var(--clue-heading-height, 54px) 0 0;position:sticky;top:16px;min-width:0}.map-layout #guess-map-slot{display:none}.map-layout>.desktop-rail{display:none}.map-layout .mobile-ad{display:flex;max-width:320px}.map-layout>.guess-map-panel .guess-map-content{max-height:calc(100dvh - 90px);overflow-y:auto;overscroll-behavior-y:contain}.map-layout>.guess-map-panel .guess-map-stage{height:280px}}@media(min-width:1440px){.page-layout.map-layout{--map-rail:160px;grid-template-columns:var(--map-rail) minmax(0,1fr) var(--map-width) var(--map-rail);max-width:calc(var(--game-width) + var(--map-width) + var(--map-rail) * 2 + 112px)}.map-layout>.game-column{grid-column:2}.map-layout>.guess-map-panel{grid-column:3}.map-layout>.desktop-rail{display:block}.map-layout>.left-rail{grid-column:1}.map-layout>.right-rail{grid-column:4}.map-layout .side-ad{width:var(--map-rail)}.map-layout .mobile-ad{display:none}}@media(min-width:2000px){.page-layout.map-layout{--map-width:420px;--map-rail:300px}.map-layout>.guess-map-panel .guess-map-stage{height:320px}}.guess-map-stage{position:relative}.guess-map-city-labels{pointer-events:auto}.guess-map-city{cursor:help;outline:none}.guess-map-city-hit{fill:transparent;pointer-events:all}.guess-map-city-dot{fill:#526858;opacity:.65;pointer-events:none}.guess-map-city:hover .guess-map-city-dot,.guess-map-city:focus .guess-map-city-dot{fill:var(--green);opacity:1;stroke:#fff;stroke-width:2px}.guess-map-tooltip{position:absolute;z-index:2;max-width:calc(100% - 16px);padding:7px 10px;border-radius:7px;background:#235b45;color:#fff;box-shadow:0 2px 8px #122b2526;font-size:12px;line-height:1.4;pointer-events:none;overflow-wrap:anywhere}.guess-map-landmarks{pointer-events:none;fill:#355d49}.guess-map-landmark text{font-weight:650;paint-order:stroke;stroke:#eff4f0;stroke-linejoin:round}.guess-map-landmark{pointer-events:auto;cursor:help;outline:none}.guess-map-landmark-hit{fill:transparent;pointer-events:all}.guess-map-landmark-dot,.guess-map-landmark text{pointer-events:none}.guess-map-landmark:focus .guess-map-landmark-dot{stroke:#fff;stroke-width:2px}.guess-map-marker-names{pointer-events:none;fill:#234d39;font-weight:650}.guess-map-marker-names text{paint-order:stroke;stroke:#eff4f0;stroke-linejoin:round}.guess-map-nearby-help:not([hidden]){display:block;margin-top:3px}.guess-map-city-hit{r:calc(var(--nearby-hit-radius,7px) * var(--nearby-inverse-scale,1));stroke:none}.guess-map-city-dot{r:calc(var(--nearby-dot-radius,2px) * var(--nearby-inverse-scale,1));fill:#526858;stroke:none}.guess-map-city:hover .guess-map-city-dot,.guess-map-city:focus .guess-map-city-dot{fill:var(--green);stroke:none}
