:root { font-family: Arial, Helvetica, sans-serif; color: #fffdf1; background: #263b29; color-scheme: dark; }
* { box-sizing: border-box; } body { margin: 0; overflow: hidden; } button,a { -webkit-tap-highlight-color: transparent; } button { font: inherit; cursor: pointer; } button:disabled { opacity: .65; cursor: progress; } button:focus-visible,a:focus-visible { outline: 2px solid #e5ecc0; outline-offset: 4px; } [hidden] { display: none !important; }
#walk-scene { position: fixed; inset: 0; outline: none; touch-action: none; } #walk-scene canvas { display: block; width: 100%; height: 100%; touch-action: none; }
.walk-vignette { position: fixed; inset: 0; pointer-events: none; background: linear-gradient(#0b231e4d, transparent 24%, transparent 65%, #101f1adb); }
.walk-header { position: fixed; top: 30px; left: 32px; right: 32px; display: flex; gap: 18px; align-items: center; pointer-events: none; } .walk-header a { pointer-events: auto; }
.walk-back { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #ffffff50; color: #fffdf1; text-decoration: none; border-radius: 50%; backdrop-filter: blur(15px); background: #13221b20; font-size: 20px; }
.walk-brand span { font-size: 9px; letter-spacing: .2em; opacity: .85; } .walk-brand h1 { font-size: 20px; margin: 7px 0 0; font-weight: 400; letter-spacing: -.04em; }
.walk-source-badge { margin-left: auto; display: flex; align-items: center; gap: 8px; font-size: 8px; letter-spacing: .1em; text-shadow: 0 1px 4px #0007; } .walk-source-badge i { height: 5px; width: 5px; background: #d3e8a9; border-radius: 50%; } .walk-source-badge span { border: 1px solid #ffffff40; border-radius: 3px; padding: 6px; font-size: 7px; }
.walk-modes { position: fixed; left: 50%; top: 31px; transform: translateX(-50%); display: flex; padding: 5px; gap: 3px; border: 1px solid #ffffff30; border-radius: 30px; backdrop-filter: blur(20px); background: #1d30264d; }
.walk-modes button { border: none; border-radius: 25px; background: transparent; color: #fffdf1; padding: 11px 18px; font-size: 11px; white-space: nowrap; } .walk-modes button[aria-pressed=true] { background: #f1f2df; color: #2d4935; }
.walk-crosshair { position: fixed; top: 50%; left: 50%; width: 12px; height: 12px; pointer-events: none; transform: translate(-50%,-50%); opacity: .6; } .walk-crosshair i { background: #fffef0; position: absolute; box-shadow: 0 0 2px #0006; }.walk-crosshair i:first-child { width: 12px; height: 1px; top: 5px; }.walk-crosshair i:last-child { width: 1px; height: 12px; left: 5px; }
.walk-compass { position: fixed; right: 34px; top: 125px; text-align: center; display: grid; justify-items: center; gap: 5px; text-shadow: 0 1px 4px #0006; pointer-events: none; }.walk-compass span:first-child { font-size: 9px; letter-spacing: .08em; margin-bottom: 8px; }.walk-compass span { font-size: 9px; }.walk-compass div { font-size: 30px; font-weight: 300; }
.walk-intro { position: fixed; left: 36px; top: 20%; padding: 24px 28px; background: #14281cd4; border: 1px solid #f3f5d625; border-radius: 14px; backdrop-filter: blur(14px); max-width: 370px; }
.walk-eyebrow { font-size: 8px; letter-spacing: .16em; color: #d9e2b6; margin: 0 0 20px; }.walk-intro h2 { font-size: 32px; font-weight: 400; letter-spacing: -.05em; line-height: 1.05; margin: 0 0 17px; }.walk-intro em { font-family: Georgia,serif; font-weight: 400; color: #dce5be; }.walk-intro > p:not(.walk-eyebrow) { color: #e2e8cfb3; font-size: 11px; line-height: 1.8; margin-bottom: 22px; }
.walk-primary { width: 100%; padding: 14px 18px; border: 0; border-radius: 7px; color: #253b2b; background: #e9edce; font-size: 11px; text-align: left; }.walk-primary:hover { background: #f4f7e4; }.walk-intro-hint { display: block; margin-top: 12px; text-align: center; font-size: 9px; color: #d7dfc48c; }
.walk-minimap { position: fixed; left: 32px; bottom: 59px; width: 290px; padding: 15px; border: 1px solid #ffffff30; border-radius: 12px; background: #15281edf; backdrop-filter: blur(14px); }
.walk-minimap-top { display: flex; align-items: center; justify-content: space-between; gap: 6px; }.walk-minimap-top span { font-size: 8px; letter-spacing: .1em; color: #e1e8c6; }.walk-minimap-top button { border: none; background: none; color: #d4ddbc9e; font-size: 8px; padding: 0; }
#walk-minimap { width: 100%; height: 85px; display: block; margin: 9px 0; overflow: visible; }#mini-plots rect { cursor: pointer; stroke: #294632; stroke-width: 1.5; fill: #8fa782; }#mini-plots [data-status=reserved] { fill: #baa275; }#mini-plots [data-status=sold] { fill: #617062; }#mini-plots [aria-pressed=true] { fill: #eee9ab; stroke: #fffdea; stroke-width: 2; }#mini-plots rect:hover,#mini-plots rect:focus { fill: #eef0b0; outline: none; }#mini-position { pointer-events: none; }
.walk-minimap-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 8px; color: #d1dab6a1; }.walk-minimap-bottom span:first-child { display: flex; gap: 6px; align-items: center; }.walk-minimap-bottom i { width: 5px; height: 5px; border-radius: 50%; background: #f8edbd; }.walk-minimap-bottom button { border: none; background: transparent; color: #e4ebc6; font-size: 18px; padding: 0; }
.walk-help { position: fixed; bottom: 69px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 15px; }.walk-help > span { display: grid; gap: 3px; justify-items: center; }.walk-help > span > span { display: flex; gap: 3px; }kbd { display: inline-grid; place-items: center; width: 20px; height: 20px; font-size: 9px; border: 1px solid #dbe5c957; border-radius: 3px; background: #19352155; }.walk-help p { font-size: 10px; line-height: 1.9; margin: 0; color: #ecf1d8; }.walk-help small { font-size: 8px; color: #c8d4b394; }.walk-help > button { padding: 10px 12px; border: 1px solid #dbe5c947; border-radius: 6px; color: #e4ebd1; background: #1a302455; font-size: 9px; }
.walk-attribution { position: fixed; bottom: 20px; left: 33px; right: 33px; display: flex; justify-content: space-between; gap: 15px; font-size: 8px; letter-spacing: .02em; color: #d7dfc484; }.walk-attribution button { border: 0; padding: 0; background: transparent; color: inherit; font-size: inherit; }.walk-attribution button:hover { color: #fff; }
.walk-plot { position: fixed; right: 32px; bottom: 70px; width: 252px; padding: 23px; background: #15281eed; backdrop-filter: blur(16px); border: 1px solid #ffffff30; border-radius: 12px; }.walk-plot h2 { font-size: 41px; font-weight: 400; letter-spacing: -.05em; margin: 12px 0 20px; }.walk-plot .walk-eyebrow { margin: 0; }.walk-close { position: absolute; top: 12px; right: 12px; background: #ffffff12; border: 0; border-radius: 50%; width: 27px; height: 27px; color: #e7eccd; font-size: 18px; }.walk-plot dl { margin: 0 0 20px; }.walk-plot dl > div { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; gap: 10px; border-top: 1px solid #ffffff19; }.walk-plot dt { font-size: 9px; color: #b9c7a6; }.walk-plot dd { margin: 0; font-size: 12px; }.walk-price-note { font-size: 8px; color: #b7c4a186; line-height: 1.6; margin: 12px 0 0; }
#walk-labels { position: fixed; inset: 0; pointer-events: none; overflow: hidden; }.walk-marker { position: absolute; pointer-events: auto; border: 1px solid #e1eacb60; border-radius: 7px; background: #1b3228c9; color: #f4f2dc; padding: 7px 11px; transform: translate(-50%,-100%); backdrop-filter: blur(6px); box-shadow: 0 5px 12px #0002; white-space: nowrap; }.walk-marker::after { content: ''; position: absolute; bottom: -9px; left: 50%; width: 1px; height: 8px; background: #e4ecc38c; }.walk-marker b { font-size: 12px; font-weight: 500; }.walk-marker small { display: block; font-size: 8px; color: #d0dbc2; margin-top: 3px; }.walk-marker small[hidden] { display: none; }.walk-marker[aria-pressed=true] { background: #e7edc8; color: #2c4430; border-color: #fff5c2; }.walk-marker[aria-pressed=true] small { color: #486044; }.walk-marker[data-status=reserved] { border-color: #dac28d; }.walk-marker[data-status=sold] { border-color: #969f91; color: #ccd1c2; }
.walk-toast { position: fixed; bottom: 220px; left: 50%; transform: translateX(-50%); background: #12291fe8; color: #e5edcf; border: 1px solid #d5e3b43d; border-radius: 8px; max-width: 80%; padding: 13px 18px; font-size: 11px; text-align: center; }
.walk-dialog { max-width: min(880px,92vw); width: 760px; max-height: 90dvh; overflow: auto; border: 1px solid #c9dbb736; border-radius: 16px; background: #172c20; color: #edf0d9; padding: 30px; }.walk-dialog::backdrop { background: #07130ebd; backdrop-filter: blur(8px); }.walk-dialog h2 { font-size: 30px; font-weight: 400; letter-spacing: -.04em; margin: 10px 0 20px; }.walk-dialog p:not(.walk-eyebrow) { color: #b8c8aa; font-size: 12px; line-height: 1.8; }.source-tabs { display: flex; gap: 8px; margin-bottom: 16px; }.source-tabs button { background: transparent; border: 1px solid #bfd5ae30; color: #cdddc1; padding: 10px 16px; font-size: 11px; border-radius: 6px; }.source-tabs button[aria-pressed=true] { color: #233b29; background: #e7eccc; }.walk-dialog video { width: 100%; height: min(52dvh,490px); display: block; background: #0a160e; border-radius: 8px; }.walk-dialog img { width: 100%; max-height: 55dvh; object-fit: contain; border-radius: 8px; }.walk-about { max-width: 550px; }.walk-touch { display: none; }
.walk-error { margin: 130px auto; padding: 30px; max-width: 450px; background: #182d20; border-radius: 14px; line-height: 1.7; }.walk-error a { color: #e9edce; }
@media(max-width: 1100px) { .walk-source-badge { display: none; }.walk-modes { left: auto; right: 25px; transform: none; }.walk-help { left: auto; right: 30px; transform: none; }.walk-help > button { display: none; }.walk-plot { bottom: 160px; }.walk-intro { top: 20%; } }
@media(max-width: 680px) {
 .walk-header { top: 18px; left: 16px; right: 16px; gap: 12px; }.walk-brand h1 { font-size: 17px; }.walk-brand span { font-size: 8px; }.walk-back { width: 35px; height: 35px; }
 .walk-modes { top: 82px; left: 16px; right: auto; padding: 4px; }.walk-modes button { padding: 9px 13px; font-size: 10px; }
 .walk-compass { top: 144px; right: 22px; }.walk-compass span:first-child { display: none; }
 .walk-intro { top: 24%; left: 16px; right: 58px; max-width: 340px; padding: 23px; }.walk-intro h2 { font-size: 31px; }.walk-intro > p:not(.walk-eyebrow) { font-size: 10px; }.walk-intro-hint { font-size: 8px; }
 .walk-minimap { width: 185px; left: 14px; bottom: 63px; padding: 10px; }#walk-minimap { height: 52px; margin: 8px 0; }.walk-minimap-top span { font-size: 6px; }.walk-minimap-top button { font-size: 6px; }.walk-minimap-bottom { font-size: 7px; gap: 5px; }.walk-help { display: none; }
 .walk-touch { position: fixed; bottom: 80px; right: 17px; display: grid; grid-template-columns: repeat(3, 37px); gap: 4px; }.walk-touch button { border: 1px solid #e2ecc648; border-radius: 8px; width: 37px; height: 37px; color: #eff1d9; background: #1e342bd9; backdrop-filter: blur(10px); font-size: 20px; touch-action: none; user-select: none; }.walk-touch button:first-child { grid-column: 2; }.walk-touch button:nth-child(2) { grid-column: 1; }.walk-touch button:active { background: #8f9e70; }
 .walk-attribution { left: 16px; right: 16px; bottom: 16px; flex-direction: column; gap: 5px; align-items: flex-start; font-size: 7px; }.walk-attribution span { opacity: .6; }
 .walk-plot { right: 14px; bottom: 211px; width: 218px; padding: 18px; }.walk-plot h2 { font-size: 29px; margin: 8px 0 10px; }.walk-plot .walk-eyebrow { font-size: 7px; }.walk-plot dl { margin-bottom: 10px; }.walk-plot dl > div { padding: 8px 0; }.walk-price-note { display: none; }
 .walk-marker { padding: 5px 7px; }.walk-marker b { font-size: 10px; }.walk-marker small { font-size: 7px; }
 .walk-dialog { padding: 24px 20px; }.walk-dialog h2 { font-size: 24px; }.walk-toast { bottom: 215px; font-size: 10px; width: 80%; }.walk-touch~.walk-attribution { pointer-events: auto; }
}
@media(prefers-reduced-motion:reduce) { * { scroll-behavior: auto !important; } }

.walk-marker[aria-pressed="true"][data-status] { color: #2c4430; }

.walk-mobile-hint { display: none; }
#jump-plot { max-width: 160px; min-width: 0; border: 0; color: #dce6c3; background: transparent; font: inherit; font-size: 9px; outline-offset: 3px; cursor: pointer; }
#jump-plot option { color: #edf0d9; background: #172c20; }
@media(max-width:680px) { .walk-desktop-hint { display: none; }.walk-mobile-hint { display: inline; }#jump-plot { max-width: 104px; font-size: 8px; } }
