@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,Helvetica Neue,Arial,sans-serif;color:#24352f;background:#e9eee9;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button{font:inherit;cursor:pointer;border:0;-webkit-tap-highlight-color:transparent}button:focus-visible{outline:3px solid #517566;outline-offset:4px}#app{height:100dvh;min-height:580px;position:relative;overflow:hidden}.map-stage{position:absolute;top:0;right:0;bottom:0;left:0;background:#e8ede3;overflow:hidden}.world{width:100%;height:100%;touch-action:none;cursor:grab}.world:active{cursor:grabbing}.world text{font-family:Manrope,Arial,sans-serif}.top{position:absolute;z-index:3;top:max(22px,env(safe-area-inset-top));left:28px;right:28px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.identity{display:flex;gap:12px;align-items:center}.logo{height:45px;width:45px;border-radius:15px;background:#284e40;color:#fff;display:grid;place-items:center;box-shadow:0 5px 20px #27433618}.logo svg{width:27px}.brand-name{font-weight:800;font-size:18px;letter-spacing:-.6px}.brand-sub{font-size:9px;letter-spacing:1.4px;color:#728078;margin-top:2px}.city-pill{display:flex;gap:9px;align-items:center;background:#ffffffed;border:1px solid white;border-radius:24px;padding:11px 17px;font-size:12px;font-weight:700}.city-pill svg{width:16px}.panel{position:absolute;z-index:3;left:28px;top:102px;bottom:30px;width:330px;max-height:750px;background:#ffffffed;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid #fff;border-radius:28px;box-shadow:0 16px 55px #33473d12;display:flex;flex-direction:column;overflow:hidden}.panel-head{padding:24px 24px 18px}.kicker{font-size:10px;letter-spacing:1.4px;color:#77877c;font-weight:700;text-transform:uppercase;margin:0 0 9px}.panel h1{font-size:31px;line-height:1.1;margin:0 0 10px;letter-spacing:-1.3px}.intro{font-size:12px;line-height:1.65;color:#7a867f;margin:0}.district-list{overflow:auto;padding:0 12px 14px;scrollbar-width:thin}.district-card{display:flex;align-items:center;width:100%;gap:13px;background:transparent;padding:12px;border-radius:17px;text-align:left;transition:background .2s,transform .2s}.district-card:hover{background:#f0f4ef;transform:translate(2px)}.thumb{width:72px;height:66px;flex-shrink:0;border-radius:13px;overflow:hidden;background:#edf0e4}.thumb svg{width:100%;height:100%}.card-title{font-size:14px;font-weight:800;letter-spacing:-.4px}.card-sub{font-size:10px;color:#829086;margin-top:5px}.card-arrow{margin-left:auto;color:#8d9b91;width:16px}.panel-foot{border-top:1px solid #edf0eb;padding:14px 24px;margin-top:auto;display:flex;align-items:center;gap:8px;font-size:10px;color:#8a958f}.small-dot{width:6px;height:6px;border-radius:50%;background:#91aa92}.map-caption{position:absolute;bottom:23px;left:50%;transform:translate(-25%);font-size:10px;color:#7a8d80;background:#f9fbf4ba;padding:7px 12px;border-radius:20px;pointer-events:none;white-space:nowrap}.controls{position:absolute;z-index:3;right:26px;bottom:36px;display:flex;flex-direction:column;gap:12px}.control-group{background:#fff;border:1px solid #fff;border-radius:17px;box-shadow:0 5px 30px #3c594116;overflow:hidden}.control{background:#fff;display:grid;place-items:center;width:46px;height:46px;color:#466451}.control svg{width:19px;height:19px}.control+.control{border-top:1px solid #edf0eb}.compass{position:absolute;right:34px;top:112px;z-index:2;display:flex;align-items:center;flex-direction:column;font-size:9px;color:#78917f;gap:4px}.compass svg{width:25px;height:35px}.district-hit{cursor:pointer;outline:none}.district-hit .boundary{transition:fill .25s,stroke .25s;fill-opacity:.19;stroke-opacity:.65}.district-hit:hover .boundary,.district-hit:focus .boundary{fill-opacity:.42;stroke-opacity:1;stroke-width:2.5}.district-hit .label-card{filter:drop-shadow(0 5px 8px #465b3920)}.district-hit:hover .label-card{filter:drop-shadow(0 7px 11px #465b393c)}.map-title{fill:#627b69;letter-spacing:7px;font-size:15px;font-weight:700}.map-street{fill:#91a08d;font-size:8px;letter-spacing:1.1px}.district-name{font-size:13px;fill:#2d4537;font-weight:800}.district-type{font-size:8px;fill:#829080}.back{display:flex;align-items:center;gap:6px;color:#627b6a;background:none;padding:0;margin:0 0 18px;font-size:11px;font-weight:700}.back svg{width:15px}.detail-art{height:130px;flex-shrink:0;background:#edf0e4;margin:0 20px;border-radius:18px;overflow:hidden}.detail-art svg{width:100%;height:100%}.section-label{padding:20px 24px 7px;display:flex;justify-content:space-between;font-size:12px;font-weight:800}.section-label span{font-weight:500;color:#8c988f;font-size:10px}.object-card{display:flex;width:100%;align-items:center;gap:12px;text-align:left;padding:13px 12px;background:none;border-radius:14px}.object-card:hover,.object-card.active{background:#edf3ec}.object-icon{width:38px;height:38px;border-radius:12px;background:#e8efdf;display:grid;place-items:center;color:#61774f}.object-icon svg{width:20px}.object-name{font-size:12px;font-weight:700}.object-sub{font-size:10px;color:#8b958e;margin-top:4px}.selection{padding:16px 23px 22px;border-top:1px solid #e9eee7;background:#f5f8f1;margin-top:auto}.selection strong{font-size:14px}.selection p{font-size:11px;line-height:1.6;color:#748271;margin:7px 0 0}.poi{cursor:pointer}.poi .pin{filter:drop-shadow(0 4px 6px #46644b30)}.poi:hover .pin,.poi.selected .pin{stroke:#254e39;stroke-width:3}.map-enter{animation:enter .55s ease both}@keyframes enter{0%{opacity:.2;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.mobile-handle{display:none}@media(min-width:1400px){.panel{width:360px}.panel h1{font-size:36px}.thumb{width:80px;height:74px}.district-card{padding:15px 12px}.card-title{font-size:16px}}@media(max-width:700px){.top{top:max(16px,env(safe-area-inset-top));left:18px;right:18px}.logo{width:38px;height:38px;border-radius:12px}.brand-name{font-size:16px}.brand-sub{font-size:8px}.identity{gap:9px}.city-pill{padding:10px 12px;font-size:10px}.compass{top:83px;right:25px}.panel{left:0;right:0;top:auto;bottom:0;width:100%;max-height:37dvh;border-radius:27px 27px 0 0;box-shadow:0 -8px 40px #455c4312;padding-bottom:env(safe-area-inset-bottom)}.mobile-handle{display:block;flex-shrink:0;width:32px;height:4px;border-radius:5px;background:#d9e0d5;margin:9px auto 0}.panel-head{padding:13px 20px 12px}.panel h1{font-size:24px;margin:0 0 5px}.kicker{font-size:9px;margin-bottom:5px}.intro{font-size:11px;line-height:1.5}.district-list{display:flex;flex-shrink:0;overflow-x:auto;padding:0 14px 16px;gap:8px}.district-card{flex:0 0 162px;display:block;padding:7px;border:1px solid #e9eee4;border-radius:16px}.district-card:hover{transform:none}.thumb{height:62px;width:100%;margin-bottom:9px;border-radius:10px}.card-title{font-size:12px;padding:0 3px}.card-sub{font-size:9px;padding:0 3px;margin:3px 0}.card-arrow,.panel-foot{display:none}.controls{bottom:calc(37dvh + 15px);right:17px;gap:8px}.control{width:39px;height:39px}.control-group{border-radius:13px}.map-caption{bottom:calc(37dvh + 13px);left:14px;transform:none;font-size:8px;padding:6px 8px}.detail .panel{max-height:36dvh}.detail .panel-head{padding-top:12px;padding-bottom:10px}.back{margin-bottom:8px;font-size:10px}.detail-art{display:none}.section-label{padding:0 20px 8px;font-size:11px}.object-card{flex:0 0 190px;padding:11px;background:#f4f7f0;border:1px solid #e9eee5}.object-icon{width:30px;height:32px;flex-shrink:0}.object-name{font-size:11px}.object-sub{font-size:9px}.selection{padding:10px 20px 15px}.selection strong{font-size:12px}.selection p{font-size:10px;margin-top:3px}.detail .intro{display:none}.detail .district-list{padding-bottom:12px}.detail .controls{bottom:calc(36dvh + 15px)}}:root{color:#243b5a;background:#d8edfa}.map-stage{background:#d8edfa}.logo{background:#4275ed;box-shadow:0 4px #2a53b2,0 8px 20px #275cb525}.brand-name{color:#294877}.brand-sub{color:#6889a7}.panel{background:#fffdf9f5;border:2px solid #fff;box-shadow:0 8px #b0c9dd55,0 16px 50px #396ea222}.panel h1{color:#284977;font-weight:800}.kicker{color:#5284cc}.intro{color:#72859a}.city-pill{color:#376bad;box-shadow:0 3px #bbd5e8}.district-card:hover{background:#e8f3ff}.district-card:active,.object-card:active{transform:scale(.97)}.thumb{background:#d8edfa;border:1px solid #c5e1f4}.card-title{color:#2b4a74}.card-sub{color:#738ca7}.card-arrow{color:#507ed0}.panel-foot{color:#6e8ba6}.small-dot{background:#4db77d}.control{color:#4678cb}.control-group{box-shadow:0 3px #aecde4,0 5px 20px #316ca525}.map-caption{background:#fffdf2da;color:#687d92}.map-title{fill:#6489a2}.map-street{fill:#697e88}.district-name{fill:#2c4b73;font-weight:800}.district-type{fill:#6b83a2}.district-hit .boundary{fill-opacity:.14;stroke-opacity:.8;stroke-width:2}.district-hit:hover .boundary{fill-opacity:.3}.label-card rect{stroke:#e0eafb;stroke-width:2}.back{color:#3e75ce}.detail-art{background:#d8edfa}.object-icon{background:#e0edff;color:#4977cc}.object-card:hover,.object-card.active{background:#e6f1ff}.selection{background:#edf5ff;border-color:#dce9f7}.selection p{color:#7287a3}.object-sub{color:#7489a0}.mobile-handle{background:#c4d6e9}.district-list{scrollbar-color:#c1d7ed transparent}.district-card,.object-card{transition:transform .2s,background .2s}@media(max-width:700px){.district-card{border-color:#dae9f5;background:#fff}.object-card{background:#f0f6ff;border-color:#dce9f5}.panel{border-bottom:0}.map-caption{max-width:260px;white-space:normal}.district-list{gap:10px}}@media(max-width:700px){.controls,.detail .controls{top:70px;bottom:auto;right:16px;flex-direction:row;gap:8px}.controls .control-group{display:flex}.control+.control{border-top:0;border-left:1px solid #edf0eb}.compass{display:none}}#zoom-value{display:grid;place-items:center;min-width:46px;padding:8px 4px;font-size:10px;font-weight:800;color:#597ba3;border-top:1px solid #edf0eb}.district-name{font-size:12px}.district-type{font-size:7px}.world{user-select:none;-webkit-user-select:none}.map-stage{background:#bddf9e}@media(max-width:700px){#zoom-value{min-width:39px;border-top:0;border-left:1px solid #edf0eb}.controls,.detail .controls{top:72px}.map-caption{font-size:8px}}.place-label{opacity:0;pointer-events:none;transition:opacity .2s}.map-close .place-label,.poi:hover .place-label,.poi.selected .place-label,.poi:focus .place-label{opacity:1}.poi.selected .lot-hit,.poi:hover .lot-hit{fill:#d9ebff66;stroke:#6698cf;stroke-width:2}.poi:focus{outline:none}.poi:focus .lot-hit{stroke:#397aca;stroke-width:3}.place-marker{filter:drop-shadow(0 2px 3px #34567922)}.poi.selected .place-marker circle{stroke-width:4}.detail .district-list{min-height:70px}.detail .selection,.detail .panel-head,.detail .section-label{flex-shrink:0}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.map-building{cursor:pointer;outline:none}.map-building:hover .building-roof,.map-building.selected .building-roof,.map-building:focus-visible .building-roof{fill:#ffe4a2;stroke:#4d86b7;stroke-width:3}.real-street-label{font-size:11px;fill:#7c8078;paint-order:stroke;stroke:#f5f0df;stroke-width:3;stroke-linejoin:round;pointer-events:none}.real-park-label{font-size:14px;font-weight:700;fill:#698769;paint-order:stroke;stroke:#d5e3bd;stroke-width:3;pointer-events:none}.map-caption{pointer-events:auto}.map-caption a{color:inherit;text-decoration:none}.map-caption a:hover{text-decoration:underline}.detail .object-name{max-width:210px}.detail .selection{min-height:58px}.game-house:hover .house-selection,.game-house.selected .house-selection,.game-house:focus-visible .house-selection{fill:#8dbbdd55;stroke:#598cc0;stroke-width:3}.game-house:hover .residential-building,.game-house.selected .residential-building{filter:brightness(1.06)}.venue-marker{cursor:pointer;filter:drop-shadow(0 3px 4px #53694d25)}.venue-marker:not(.rich-sign):hover circle,.venue-marker:not(.rich-sign).selected circle{fill:#fff1c6;stroke-width:6}.venue-heading{display:flex;gap:12px;align-items:center}.venue-heading p{margin:4px 0 0}.venue-details{background:#f4f7ee}.apartment-list{margin-top:12px}.apartment-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #dce3d7;font-size:12px}.apartment-row strong{white-space:nowrap;color:#37664c}.demo-note{font-size:10px!important;color:#899085!important}.venue-description{line-height:1.5}.detail .panel{overflow-y:auto}.detail .venue-details{flex-shrink:0}.detail .district-list{min-height:90px}@media(max-width:700px){.detail .panel{max-height:44dvh}.detail .panel-head{padding-bottom:8px}.detail .venue-details{padding:10px 20px}.venue-heading .object-icon{width:32px;height:32px}.apartment-list{margin-top:6px}.apartment-row{padding:6px 0;font-size:11px}.apartment-row strong{font-size:11px}.detail .section-label{padding-top:8px}.detail .map-caption{bottom:calc(44dvh + 13px)}.detail .venue-details~.district-list{flex-shrink:0}.detail .selection:has(.apartment-list)~.district-list{display:none}.detail .selection:has(.apartment-list)~.section-label{display:none}}.venue-details{position:relative}.venue-heading{padding-right:20px}.close-venue{position:absolute;right:10px;top:9px;width:30px;height:30px;background:transparent;color:#718980;padding:5px}.close-venue svg{width:20px;height:20px}.property-sign:hover .property-card,.property-sign.selected .property-card{fill:#fff0c9;stroke:#3c6f53;stroke-width:4}.property-sign text{pointer-events:none}.background-building{pointer-events:none}.cloud-sign{filter:drop-shadow(0 5px 9px #3f594f2b)}.cloud-sign .cloud-surface{stroke:#fff;stroke-width:2;transition:fill .16s,stroke .16s}.cloud-sign:hover .cloud-surface,.cloud-sign.selected .cloud-surface,.cloud-sign:focus-visible .cloud-surface{fill:#fff8e9;stroke:#95baa5;stroke-width:3}.cloud-sign:hover{filter:drop-shadow(0 7px 12px #3f594f3b)}.cloud-sign circle{stroke:none!important}@media(prefers-reduced-motion:reduce){.traffic-layer{display:none}}.business-sale{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;padding:14px 0;border-top:1px solid #dce3d7;border-bottom:1px solid #dce3d7;font-size:12px;color:#718477}.business-sale strong{font-size:22px;color:#37664c;white-space:nowrap}.rich-sign{filter:drop-shadow(0 7px 10px #344c3529)}.rich-sign .cloud-surface{stroke:#fffef6;stroke-width:2}.rich-sign.is-for-sale .cloud-surface{stroke:#bbd1b5}.rich-sign:hover .cloud-surface,.rich-sign.selected .cloud-surface{stroke:#74a582;stroke-width:3}.rich-sign .offer-motion{transform-origin:0 55px}.is-for-sale .offer-motion{animation:offer-hover 4.8s ease-in-out infinite;animation-delay:var(--offer-delay)}.offer-sheen{animation:offer-shine 7.6s ease-in-out infinite;animation-delay:var(--offer-delay)}.rich-sign:hover .offer-motion,.rich-sign.selected .offer-motion,.rich-sign:focus-visible .offer-motion{animation-play-state:paused}.rich-sign:hover{filter:drop-shadow(0 9px 13px #344c3538)}@keyframes offer-hover{0%,to{transform:translateY(0) rotate(-.5deg)}50%{transform:translateY(-7px) rotate(.5deg)}}@keyframes offer-shine{0%,68%{transform:translate(0);opacity:0}70%{opacity:1}91%{transform:translate(calc(var(--offer-width) + 170px));opacity:0}to{transform:translate(calc(var(--offer-width) + 170px));opacity:0}}@media(prefers-reduced-motion:reduce){.is-for-sale .offer-motion,.offer-sheen{animation:none!important}.offer-sheen{display:none}}.buy-business,.business-preview-back{display:flex;justify-content:space-between;align-items:center;width:100%;border-radius:14px;padding:14px 17px;background:#3d7151;color:#fffdf0;font-size:13px;font-weight:800;box-shadow:0 3px #2a523c;margin-top:13px}.buy-business:hover,.business-preview-back:hover{background:#315f43}.buy-business span{font-size:19px}.business-preview{width:min(560px,calc(100vw - 28px));padding:0;border:1px solid #fff8e8;border-radius:27px;background:#fffdf6;color:#344f3e;box-shadow:0 25px 90px #183f3045;max-height:90dvh;overflow-y:auto;overscroll-behavior:contain}.business-preview::backdrop{background:#243e396b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.business-preview-image{position:relative;background:#e9e2cf;aspect-ratio:3/2;overflow:hidden}.business-preview-image img{display:block;width:100%;height:100%;object-fit:cover}.business-preview-image picture{display:block;height:100%}.business-preview-close{position:absolute;right:14px;top:14px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#fffdf1ee;color:#385746;box-shadow:0 3px 12px #24493615}.business-preview-close svg{width:20px;height:20px}.business-preview-badge{position:absolute;left:18px;bottom:17px;border:1px solid #ffffffa6;border-radius:20px;background:#fffdf3ed;padding:7px 12px;font-size:11px;font-weight:800;color:#44634e}.business-preview-body{padding:23px 27px 27px}.business-preview-location{margin:0 0 8px;font-size:11px;color:#7b917a;font-weight:700}.business-preview h2{margin:0;font-size:24px;line-height:1.2;letter-spacing:-.7px}.business-preview-description{font-size:13px;line-height:1.6;color:#839080;margin:12px 0 20px}.business-preview-price{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #e4e9dc;gap:12px;font-size:12px}.business-preview-price strong{font-size:28px;letter-spacing:-1px;color:#3c6e4c;white-space:nowrap}.business-preview-note{font-size:10px;line-height:1.5;color:#98a18e;margin:14px 0 18px}.business-preview-back{justify-content:center;box-shadow:none;background:#e8efdf;color:#476448;margin-top:0}.business-preview-back:hover{background:#dbe7ce}.business-preview[open]{animation:business-reveal .22s ease-out}@keyframes business-reveal{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:700px){.business-preview{width:calc(100vw - 20px);border-radius:23px;max-height:94dvh}.business-preview-body{padding:19px 20px 21px}.business-preview h2{font-size:21px}.business-preview-description{font-size:12px;margin-bottom:14px}.business-preview-price strong{font-size:25px}.buy-business{padding:11px 14px}}.venue-details.with-image{padding-top:0}.venue-inline-image{display:block;margin:0 -24px 16px;overflow:hidden;aspect-ratio:3/2;background:#e8e1cd}.venue-inline-image img{width:100%;height:100%;display:block;object-fit:cover}.with-image .close-venue{top:10px;right:10px;background:#fffdf2ed;border-radius:50%;width:34px;height:34px;display:grid;place-items:center;box-shadow:0 2px 9px #284b3020}.detail:has(.venue-inline-image) .panel{overflow-y:auto}.detail:has(.venue-inline-image) .district-list{flex-shrink:0;max-height:210px}@media(max-width:700px){.detail .venue-details.with-image{padding-top:0}.venue-inline-image{margin:0 -20px 13px;aspect-ratio:1.85}.detail:has(.venue-inline-image) .panel{max-height:62dvh}.detail:has(.venue-inline-image) .map-caption{bottom:calc(62dvh + 10px)}.detail:has(.venue-inline-image) .district-list{max-height:none}.with-image .venue-heading{padding-right:0}}.map-credits{padding:0;background:transparent;pointer-events:auto;white-space:nowrap;max-width:none}.map-credits summary{display:grid;place-items:center;width:25px;height:25px;cursor:pointer;list-style:none;color:#718478;background:#fffdf3bd;border-radius:50%}.map-credits summary::-webkit-details-marker{display:none}.map-credits summary svg{width:17px;height:17px}.map-credits[open]{display:flex;background:#fffdf4f2;border-radius:14px;padding:4px 9px 4px 4px}.map-credits[open] summary{display:inline-grid;vertical-align:middle;margin-right:5px}.map-credits a{font-size:10px;vertical-align:middle}.venue-owner{display:flex;align-items:center;gap:11px;margin-top:16px;padding:14px 0;border-top:1px solid #dce3d7}.owner-avatar{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;color:#fffdf2;font-size:12px;font-weight:800;flex-shrink:0;box-shadow:inset 0 1px #fff4}.owner-label{display:block;font-size:10px;color:#8c9887;margin-bottom:3px}.venue-owner strong{display:block;font-size:13px;color:#3c5845}.owned-status{margin-left:auto;font-size:9px;color:#7a8b73;background:#e8eedf;padding:6px 8px;border-radius:9px;white-space:nowrap}@media(max-width:700px){.owned-status{font-size:8px;padding:5px}.venue-owner{gap:8px}.venue-owner strong{font-size:12px}}.yield-label{display:block;color:#548365;font-size:12px;font-weight:700;margin-top:5px}.apartment-row{flex-wrap:wrap}.apartment-row .yield-label{flex-basis:100%;margin-top:0}.yield-summary{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:12px 14px;border-radius:14px;background:#e8f1e3;color:#416c4d;font-size:13px}.yield-summary strong{font-size:20px}.venue-owner strong{overflow-wrap:anywhere}.purchase-button{display:block;width:100%;margin-top:12px;border:0;border-radius:14px;background:#3e7351;color:#fffdf3;font:700 14px inherit;font-family:inherit;font-weight:700;padding:14px 16px;cursor:pointer}.purchase-button:hover{background:#315e41}.purchase-button:focus-visible{outline:3px solid #94be7f;outline-offset:3px}.apartment-row .purchase-button{margin-top:6px}.purchase-dialog{border:0;border-radius:24px;padding:28px;max-width:360px;width:calc(100% - 48px);color:#294938;background:#fffdf5;box-shadow:0 20px 80px #20382940}.purchase-dialog::backdrop{background:#1c302b66}.purchase-dialog h2{margin:0 0 16px}.purchase-dialog p{line-height:1.5}.purchase-total{display:block;font-size:26px;margin:20px 0}.residents-section{margin:22px 0 8px;border-top:1px solid #dce2d2;padding-top:22px}.residents-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.residents-heading h2{font-size:20px;margin:5px 0 12px}.resident-eyebrow{font-size:10px;letter-spacing:1.3px;font-weight:800;color:#84947d}.world-clock{font-size:11px;color:#778975;white-space:nowrap}.residence-choice{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;line-height:1.4;margin:0 0 13px;padding:12px;border-radius:14px;background:#ecf1e4}.residence-choice button,.resident-quest button{border:0;border-radius:10px;background:#3e7351;color:#fff;padding:10px 12px;font:inherit;font-weight:700;cursor:pointer;flex-shrink:0}.home-selected{color:#568064;white-space:nowrap}.resident-card{display:flex;width:100%;gap:12px;text-align:left;align-items:center;border:0;background:transparent;padding:11px 0;cursor:pointer;color:#34513f}.resident-card+.resident-card{border-top:1px solid #e8ecdf}.resident-avatar{display:block;width:58px;height:58px;flex:0 0 58px;background-size:200% 200%;background-color:#c6cfb7;border-radius:19px}.resident-card-copy{display:flex;flex-direction:column;gap:4px;flex:1;font-size:12px}.resident-card-copy strong{font-size:15px}.resident-card-copy small{font-weight:400;color:#8b9582;margin-left:4px}.resident-card-copy>span{color:#839078}.resident-status{font-size:11px}.resident-status i{display:inline-block;width:6px;height:6px;background:#73a27a;border-radius:50%;margin-right:5px}.resident-status.is-sleeping i{background:#8790b2}.resident-card>svg{width:17px;height:17px;color:#8c9c83}.residents-note{font-size:11px;line-height:1.6;color:#8a957f}.resident-pin{cursor:pointer;transition:transform 4s ease}.resident-pin:hover>circle{stroke:#d6ac65;stroke-width:5}.resident-pin:focus-visible{outline:none;filter:drop-shadow(0 0 6px #508069)}.resident-dialog{padding:0;border:0;border-radius:28px;width:420px;max-width:calc(100vw - 24px);max-height:90dvh;background:#fffdf5;color:#344e3d;box-shadow:0 24px 100px #18362550;overflow:auto}.resident-dialog::backdrop{background:#203b3266;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.resident-cover{height:270px;background-size:200% 200%;background-color:#c6cfb7;position:relative}.resident-close{position:absolute;right:14px;top:14px;z-index:2;width:34px;height:34px;border:0;border-radius:50%;background:#fffdf5e8;color:#34513f;font-size:25px;cursor:pointer}.resident-live{position:absolute;bottom:14px;left:20px;padding:7px 12px;border-radius:20px;background:#fffdf5e8;color:#3d6349;font-size:11px;font-weight:700}.resident-dialog-body{padding:20px}.resident-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.resident-title p{margin:0;font-size:11px;color:#889581}.resident-title h2{font-size:30px;margin:3px 0 0}.relationship-badge{border-radius:20px;background:#edf1e3;padding:8px 11px;font-size:11px;max-width:135px;text-align:center}.resident-job{font-size:12px;color:#798a75;line-height:1.5}.resident-bio{font-size:12px;line-height:1.65;border-bottom:1px solid #e3e8d9;padding:6px 0 15px}.resident-bio summary{cursor:pointer;font-weight:700}.relationship-stats{display:flex;gap:13px;padding:16px 0}.relationship-stats>div{flex:1;display:flex;flex-direction:column;gap:5px}.relationship-stats span{font-size:10px;color:#829077}.relationship-stats strong{font-size:19px}.relationship-stats small{font-weight:400;font-size:10px;color:#a4ad9b;margin-left:3px}.relationship-stats progress{height:4px;width:100%;accent-color:#739976}.resident-quest{padding:15px;background:#eff2e5;border:1px solid #e1e8d3;border-radius:18px;margin-bottom:16px}.resident-quest h3{font-size:15px;margin:7px 0}.resident-quest p{font-size:12px;line-height:1.6}.resident-quest>span:not(.resident-eyebrow),.resident-quest small{display:block;font-size:11px;color:#81906f;line-height:1.5;margin-bottom:8px}.resident-quest button{width:100%;font-size:12px}.quest-done{color:#578462;font-weight:700}.resident-chat{max-height:300px;overflow:auto;overscroll-behavior:contain;scroll-behavior:smooth}.resident-message{max-width:92%;margin:0 0 12px;padding:11px 13px;border-radius:15px;background:#f0f1e9;font-size:13px;line-height:1.65}.resident-message.user{margin-left:auto;background:#e3edde}.resident-message>span{font-size:10px;font-weight:700;color:#78936e}.resident-message p{margin:4px 0 0;white-space:pre-wrap;overflow-wrap:anywhere}.chat-intro,.resident-local-only{font-size:12px;line-height:1.7;color:#87977d;padding:15px 0}.resident-composer{display:flex;gap:8px;align-items:end;position:sticky;bottom:-20px;background:#fffdf5;padding:10px 0 16px}.resident-composer textarea{flex:1;width:0;border:1px solid #d9e2cf;border-radius:15px;background:#f9faf3;padding:11px;font:inherit;font-size:13px;resize:vertical;max-height:130px;color:#344e3d}.resident-composer button{width:44px;height:44px;border:0;border-radius:14px;background:#3e7351;color:#fff;cursor:pointer}.resident-composer svg{width:23px;height:23px}.resident-composer button:disabled{opacity:.4;cursor:default}.resident-chat-error{font-size:12px;line-height:1.5;color:#a5785b;margin:7px 0}.resident-dialog button:focus-visible{outline:3px solid #9eba89;outline-offset:3px}@media(max-width:700px){.resident-dialog{max-height:94dvh;border-radius:25px;width:440px}.resident-cover{height:260px}.resident-dialog-body{padding:17px}.resident-composer{bottom:-17px}.resident-chat{max-height:32dvh}}@media(prefers-reduced-motion:reduce){.resident-pin{transition:none}.resident-chat{scroll-behavior:auto}}.resident-close svg{width:20px;height:20px;vertical-align:middle}.resident-avatar{object-fit:cover;object-position:center;background-image:none}.resident-cover{height:auto;aspect-ratio:4/3;overflow:hidden;background-image:none}.resident-cover>img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 15%}@media(max-width:700px){.resident-cover{height:auto;aspect-ratio:4/3}}.gender-options{display:flex;gap:12px}.gender-options button{margin:4px 0}.gender-options button[aria-pressed=true]{outline:3px solid #b1c799;outline-offset:2px}.gender-options button:disabled{opacity:.55;cursor:wait}.gender-error{color:#ad6652;font-size:12px}.gender-edit{border:0;background:transparent;color:#7a8d70;font:inherit;font-size:11px;padding:0 0 10px;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.resident-contact-context{font-size:13px;color:#64806a;margin:12px 0;line-height:1.5}.journey-status{display:grid;gap:8px;padding:16px;border-radius:18px;background:#e6eddd;color:#375441;margin:12px 0;font-size:14px}.journey-status small{color:#74836e;font-size:11px}.journey-status progress{width:100%;height:6px;accent-color:#608969}.travel-dialog{position:relative;max-width:440px;width:calc(100% - 32px);box-sizing:border-box}.travel-dialog h2{margin:12px 0}.travel-dialog p{line-height:1.5}.travel-close{position:absolute;top:12px;right:14px;border:0;background:transparent;font-size:28px;color:#375441;cursor:pointer}.transport-options{display:grid;gap:10px;margin-top:20px}.transport-options button{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 16px;border:1px solid #cedbc5;border-radius:16px;background:#f1f5e9;text-align:left;color:#375441;cursor:pointer;font:inherit}.transport-options button:hover:not(:disabled){background:#e1ead8;border-color:#719879}.transport-options span{display:grid;gap:6px}.transport-options small{font-size:11px;color:#788972}.transport-options b{white-space:nowrap}.transport-options button:disabled{opacity:.48;cursor:not-allowed}.travel-error{color:#a34d3e}.resident-workplace{display:grid;gap:8px;background:#eaf0e2;border:1px solid #d8e2ce;border-radius:18px;padding:18px;margin:0 0 20px;color:#375441}.resident-workplace strong{font-size:16px;line-height:1.4}.resident-workplace>span:not(.resident-eyebrow),.resident-workplace small{font-size:13px;color:#718368;line-height:1.4}.resident-workplace button{border:0;border-radius:12px;background:#d7e5ce;color:#375441;padding:12px;font:inherit;font-size:13px;font-weight:600;cursor:pointer;margin-top:4px}.resident-workplace button:hover{background:#ccddc2}.workplace-staff{margin-top:22px;padding-top:18px;border-top:1px solid #dce3d3;display:grid;gap:10px}.resident-dialog{overflow:visible;background:transparent;box-shadow:none;max-height:calc(100dvh - 80px);margin:64px auto 16px;border-radius:0}.resident-window{max-height:calc(100dvh - 80px);overflow-y:auto;overscroll-behavior:contain;border-radius:24px;background:#fffdf5;box-shadow:0 24px 80px #18362550;scroll-padding-bottom:90px}.resident-dialog .resident-close{top:-52px;right:0;width:42px;height:42px;display:grid;place-items:center;background:#fffdf5;box-shadow:0 4px 20px #18253230}.resident-dialog .resident-cover{height:150px;aspect-ratio:auto}.resident-dialog .resident-cover>img{object-position:center 28%}.resident-dialog .resident-chat{max-height:42dvh;overflow-y:auto;scrollbar-width:thin;padding-right:4px}.resident-dialog .resident-composer{bottom:-20px;padding-bottom:18px;z-index:1}@media(max-width:700px){.resident-dialog .resident-cover{height:135px}.resident-dialog .resident-composer{bottom:-17px}}.resident-dialog .resident-cover{height:230px}.resident-dialog .resident-dialog-body{padding:14px 18px}.resident-dialog .resident-title h2{font-size:27px;line-height:1.15;margin-top:4px}.resident-dialog .resident-job{margin:6px 0 10px}.resident-details-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:12px;align-items:start;padding:10px 0 14px;margin-bottom:12px;border-bottom:1px solid #e3e8d9}.resident-details-row .resident-bio{border:0;padding:0;font-size:11px;line-height:1.5}.resident-details-row .resident-bio summary{padding-top:3px}.resident-details-row .relationship-stats{padding:0;gap:8px}.resident-details-row .relationship-stats>div{min-width:0;gap:3px}.resident-details-row .relationship-stats span{font-size:9px;white-space:nowrap}.resident-details-row .relationship-stats strong{font-size:17px;line-height:1.2}.resident-details-row .relationship-stats small{font-size:8px;margin-left:1px}.resident-details-row .relationship-stats progress{height:3px}@media(max-width:700px){.resident-dialog .resident-cover{height:215px}.resident-dialog .resident-dialog-body{padding:12px 15px}.resident-dialog .resident-composer{bottom:-12px}}[hidden]{display:none!important}body[data-screen]{--shell-green:#397556;--shell-sand:#e8dcc7;--shell-text:#334c3c}.city-header{position:fixed;inset:0 0 auto;height:76px;padding:12px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#e8dcc7f5;border-bottom:1px solid #687e4c20;z-index:60;box-sizing:border-box;color:var(--shell-text)}.city-brand{display:flex;align-items:center;gap:9px;background:none;color:inherit;font:inherit;font-size:23px}.city-brand svg{width:30px;height:30px}.city-account{display:flex;gap:22px;align-items:center}.city-balance{display:grid;gap:3px}.city-balance small{font-size:10px;color:#7c896e}.city-balance b{font-size:15px}.city-connect{display:flex;align-items:center;gap:8px;background:#397556;color:#fff;padding:12px 17px;border-radius:14px;font-size:13px;font-weight:600;white-space:nowrap}.city-connect svg{width:19px;height:19px}.city-header>[role=alert]{position:absolute;top:100%;right:12px;background:#e8dcc7;color:#a3462e}.city-nav{position:fixed;bottom:16px;left:50%;transform:translate(-50%);display:flex;background:#e8dcc7f5;padding:6px;border:1px solid #81937340;border-radius:23px;z-index:60;box-shadow:0 10px 35px #34472a22;gap:5px}.city-nav button{display:flex;align-items:center;justify-content:center;gap:9px;min-width:130px;padding:13px 20px;background:transparent;border-radius:17px;color:#78866c;font-size:13px}.city-nav svg{width:21px;height:21px}.city-nav [aria-current]{background:#397556;color:#fff}#city-screen{position:fixed;top:76px;right:0;bottom:0;left:0;overflow:auto;background:#e8dcc7;color:#334c3c;padding-bottom:120px;font-family:inherit;box-sizing:border-box}.city-home,.city-profile{max-width:1120px;margin:auto;padding:42px 32px 70px}.city-hero{display:grid;grid-template-columns:1fr 1fr;min-height:330px;align-items:center;gap:30px;padding-bottom:34px;border-bottom:1px solid #82937040}.home-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.15em;color:#818d6e}.city-hero h1{font-size:clamp(36px,4.5vw,62px);line-height:1.05;letter-spacing:-.045em;max-width:540px;margin:20px 0}.city-hero p{font-size:15px;line-height:1.6;color:#7b886e;max-width:380px}.shell-primary{display:inline-flex;gap:20px;align-items:center;background:#397556;color:#fff;padding:16px 21px;border-radius:16px;font-size:14px;margin-top:15px}.shell-primary svg{width:20px;height:20px}.hero-city{position:relative;border-radius:50%;background:#8b9d8340}.hero-city svg{display:block;width:100%;height:330px;filter:drop-shadow(0 16px 12px #63734a20)}.hero-city>span{position:absolute;right:5%;bottom:5%;padding:13px 20px;background:#c7d3b4;border-radius:22px;color:#556c43;font-size:13px}.home-section-heading{display:flex;justify-content:space-between;align-items:center;margin:32px 0 22px}.home-section-heading h2{font-size:27px;letter-spacing:-.03em;margin:0}.home-section-heading>span{color:#81906e;font-size:14px}.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.home-offer{text-align:left;padding:0;overflow:hidden;border:1px solid #8b9d8330;border-radius:24px;background:#d4b89530;color:inherit;transition:transform .3s,box-shadow .3s}.home-offer:hover{transform:translateY(-5px);box-shadow:0 14px 24px #5f765025}.offer-art{position:relative;background:#b8c8aa;padding:23px 10px 0;height:200px;overflow:hidden}.offer-art svg{width:100%;height:100%}.tone-1{background:#c9c4a0}.tone-2{background:#adc5b9}.offer-district{position:absolute;top:14px;left:16px;font-size:11px;background:#e8dcc7e8;border-radius:13px;padding:6px 10px}.offer-number{position:absolute;bottom:10px;right:16px;color:#334c3c30;font-size:43px;font-weight:800;letter-spacing:-.07em}.offer-copy{padding:19px}.offer-copy h3{font-size:19px;margin:0 0 6px}.offer-spec{font-size:12px;color:#7a866d}.offer-price{display:flex;justify-content:space-between;align-items:end;gap:12px;margin:23px 0 17px}.offer-price>strong{font-size:24px;letter-spacing:-.04em;white-space:nowrap}.offer-price>span{display:grid;gap:4px;font-size:10px;color:#788469;text-align:right}.offer-price b{font-size:15px;color:#397556}.offer-link{border-top:1px solid #8b9d8340;padding-top:14px;display:flex;justify-content:space-between;font-size:12px;color:#397556}.offer-link svg{width:19px;height:19px}.city-profile{max-width:700px}.profile-identity{display:flex;align-items:center;gap:20px;margin-bottom:28px}.profile-avatar{width:74px;height:74px;border-radius:26px;background:#8b9d8340;display:grid;place-items:center}.profile-avatar svg{width:34px;height:34px;color:#606c38}.profile-identity h1{font-size:32px;margin:5px 0}.profile-identity small,.profile-identity p{color:#78866b;font-size:13px;margin:0}.profile-balance{position:relative;display:grid;gap:15px;padding:27px;border-radius:24px;background:#397556;color:#fff}.profile-balance>span{font-size:13px;color:#d1e0c2}.profile-balance>strong{font-size:40px;letter-spacing:-.04em}.profile-balance svg{position:absolute;width:38px;height:38px;right:27px;top:34px;color:#b5cea3}.profile-settings{margin-top:30px}.profile-settings h2{font-size:19px;margin:0 0 15px}.profile-settings h2 small{color:#82916e;font-size:14px}.profile-setting{display:flex;justify-content:space-between;align-items:center;gap:15px;min-height:64px;border-bottom:1px solid #8b9d8330;width:100%;box-sizing:border-box;background:none;color:inherit;text-align:left;font-size:14px;padding:14px 0}.profile-setting>span{flex:1;color:#78846e}.profile-setting b{font-weight:500;text-align:right}.profile-setting svg{width:18px;height:18px;color:#81916d}.profile-setting select{background:#d4b89540;border:1px solid #8b9d8350;padding:9px 13px;border-radius:12px;font:inherit;color:#334c3c}.profile-contacts{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px}.profile-contacts button{display:flex;align-items:center;gap:12px;background:none;color:inherit;text-align:left;padding:13px 0}.profile-contacts img{border-radius:17px;object-fit:cover}.profile-contacts span{display:grid;gap:5px;flex:1}.profile-contacts small{font-size:11px;color:#7b876d}.profile-contacts svg{width:17px;height:17px}.city-trip{position:fixed;z-index:61;top:85px;left:50%;transform:translate(-50%);width:min(430px,calc(100% - 28px))}.city-trip button{display:flex;align-items:center;gap:14px;width:100%;padding:12px 17px;background:#397556;color:#fff;border-radius:18px;box-shadow:0 8px 24px #334b3430;text-align:left}.city-trip button>span:nth-child(2){display:grid;gap:3px;flex:1}.city-trip small{color:#d0dfc1;font-size:10px}.city-trip strong{font-size:13px}.city-trip b{font-size:16px;font-variant-numeric:tabular-nums}.city-trip svg{width:18px;height:18px}.trip-dot{width:9px;height:9px;background:#bce294;border-radius:100%}.route-dashes{animation:route-flow 1.4s linear infinite}.destination-pulse{animation:destination-glow 1.8s ease-in-out infinite}@keyframes route-flow{to{stroke-dashoffset:-42}}@keyframes destination-glow{50%{stroke-width:9;opacity:.35}}body[data-screen] #app{top:76px;height:calc(100dvh - 76px);position:fixed;left:0;width:100%}body[data-screen] #app .top{display:none}body[data-screen] #app .panel{bottom:90px;max-height:calc(100dvh - 185px)}body[data-screen] #app .controls{bottom:110px}body[data-screen]:has(.city-trip:not([hidden])) #city-screen .city-home,body[data-screen]:has(.city-trip:not([hidden])) #city-screen .city-profile{padding-top:90px}@media(max-width:700px){.city-header{height:70px;padding:10px 15px;gap:10px}.city-brand{font-size:18px}.city-brand svg{width:24px}.city-account{gap:10px}.city-balance small{font-size:8px}.city-balance b{font-size:12px}.city-connect{padding:10px;font-size:11px;border-radius:12px}.city-connect svg{display:none}.city-nav{bottom:max(10px,env(safe-area-inset-bottom));width:calc(100% - 36px);max-width:440px;box-sizing:border-box;gap:3px}.city-nav button{flex:1;min-width:0;flex-direction:column;gap:4px;padding:9px 6px;font-size:10px}.city-nav svg{width:20px;height:20px}#city-screen{top:70px}.city-home,.city-profile{padding:24px 18px 70px}.city-hero{grid-template-columns:1fr;gap:10px;padding-bottom:24px}.city-hero h1{font-size:43px;max-width:320px;margin:14px 0}.city-hero p{font-size:13px;max-width:310px}.hero-city{height:195px;margin-top:-10px;margin-left:90px}.hero-city svg{height:200px}.hero-city>span{font-size:10px;padding:8px 12px;right:0}.home-section-heading h2{font-size:23px}.offer-grid{grid-template-columns:1fr 1fr;gap:12px}.offer-art{height:145px;padding:25px 0 0}.offer-copy{padding:13px}.offer-copy h3{font-size:15px}.offer-district{left:8px;top:9px;font-size:10px;padding:5px 8px}.offer-price{align-items:start;flex-direction:column;margin:14px 0;gap:8px}.offer-price>strong{font-size:21px}.offer-price>span{display:flex;align-items:center;gap:8px}.offer-price b{font-size:12px}.offer-link{font-size:11px}.offer-number{font-size:33px}.profile-contacts{grid-template-columns:1fr}.city-trip{top:78px}body[data-screen] #app{top:70px;height:calc(100dvh - 70px)}body[data-screen] #app .panel{bottom:85px;max-height:35dvh}body[data-screen] #app .controls{bottom:calc(35dvh + 95px)}}@media(prefers-reduced-motion:reduce){.route-dashes,.destination-pulse{animation:none}.home-offer{transition:none}}body[data-screen] #app{min-height:0}body[data-screen] #app .controls{top:auto;height:auto;align-items:flex-start}@media(max-width:350px){.city-brand{font-size:16px;gap:5px}.city-account{gap:8px}.city-connect{font-size:10px;padding:10px 8px}.city-header{padding:10px}.city-balance small{white-space:nowrap;max-width:60px;font-size:7px}.city-balance b{font-size:11px}}body[data-screen]{--shell-text:#1d3532;--shell-green:#226b58;background:#f5f7f5}.city-header{height:80px;background:#ffffffed;border-bottom:1px solid #e5ece7;padding:14px 32px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.city-brand{font-size:24px;font-weight:800;letter-spacing:-1px}.city-brand svg{background:#226b58;color:#fff;border-radius:12px;width:39px;height:39px;padding:8px}.city-account{gap:22px}.city-balance small{font-size:10px;color:#7b8983}.city-balance b{font-size:16px;color:#1e3831;font-variant-numeric:tabular-nums}.city-connect{background:#213d35;border-radius:13px;padding:13px 19px;font-size:12px;box-shadow:0 3px #112a22}.city-connect:hover{background:#315a49}.city-header>[role=alert]{background:#fff}#city-screen{top:80px;background:#f5f7f5}.city-home{max-width:1160px;padding:32px 35px 95px}.city-hero{position:relative;grid-template-columns:1fr 1.1fr;background:#e3eee8;border:0;border-radius:28px;min-height:310px;padding:34px 38px;overflow:hidden;gap:0}.city-hero>div:first-child{position:relative;z-index:1}.home-kicker{color:#437862;font-size:10px;letter-spacing:.13em;font-weight:700}.city-hero h1{font-size:clamp(35px,4vw,52px);line-height:1.06;letter-spacing:-.055em;max-width:385px;margin:15px 0}.city-hero p{color:#6e8578;font-size:13px;max-width:300px;line-height:1.65}.shell-primary{margin-top:12px;padding:13px 18px;border-radius:12px;background:#226b58;font-size:12px;font-weight:600}.shell-primary:hover{background:#184e40}.hero-city{align-self:stretch;background:none;border-radius:0;min-height:260px}.hero-city svg{position:absolute;right:-25px;bottom:-18px;width:55%;height:340px;filter:drop-shadow(0 14px 12px #375d4220)}.hero-city>span{right:25px;top:23px;bottom:auto;border:1px solid #bad1c3;background:#f2f7f180;color:#45725b;padding:8px 13px;font-size:11px;border-radius:12px}.home-section-heading{margin:35px 0 19px}.home-section-heading h2{font-size:25px;letter-spacing:-.04em}.home-section-heading>span{display:grid;place-items:center;border-radius:9px;background:#e5ece7;width:29px;height:29px;font-size:12px;color:#668073}.offer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.home-offer{background:#fff;border:0;border-radius:22px;box-shadow:0 2px 3px #223d3010;display:grid;grid-template-columns:46% 1fr;min-height:225px;transition:transform .2s,box-shadow .2s}.home-offer:hover{transform:translateY(-3px);box-shadow:0 12px 24px #223d3012}.offer-art{height:100%;min-height:225px;padding:0;background:#e5ede5;display:flex;align-items:center;overflow:hidden}.tone-1{background:#f0e9df}.tone-2{background:#e1ebed}.offer-art svg{height:auto;min-width:116%;margin-left:-8%;margin-top:12px}.offer-district{top:15px;left:15px;background:transparent;color:#5e7b69;font-size:10px;letter-spacing:.04em;padding:0;border-radius:0}.offer-copy{padding:25px 21px;display:flex;flex-direction:column;justify-content:center}.offer-copy h3{font-size:21px;letter-spacing:-.04em;margin-bottom:8px}.offer-spec{font-size:11px;color:#8b9891}.offer-price{flex-direction:column;align-items:flex-start;gap:9px;margin:19px 0 17px}.offer-price>strong{font-size:27px;color:#253d32;font-variant-numeric:tabular-nums}.offer-price>span{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:10px}.offer-price b{font-size:12px;color:#2c8a67}.offer-link{border-color:#edf1ed;font-size:11px;color:#587468;padding-top:12px}.offer-link svg{width:17px}.city-nav{background:#ffffffed;border:1px solid #e6ece7;box-shadow:0 6px 30px #21392d12;padding:7px;border-radius:22px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.city-nav button{color:#87958e;font-weight:600;font-size:12px;transition:background .2s,color .2s}.city-nav [aria-current]{background:#e5f1e9;color:#226b58}.city-nav button:hover{color:#226b58}.city-nav svg{stroke-width:1.9}.city-profile{max-width:680px;padding-top:38px}.profile-avatar{background:#e4eee7;border:1px solid #d6e4da;width:80px;height:80px;border-radius:28px}.profile-avatar svg{color:#3d745c}.profile-identity h1{font-size:32px;letter-spacing:-.04em}.profile-identity small{font-size:11px;color:#83938b}.profile-balance{border:1px solid #d4e6da;background:#e3f0e7;color:#224936;border-radius:23px;padding:28px}.profile-balance>span{color:#668974;font-size:11px}.profile-balance>strong{font-size:43px;font-variant-numeric:tabular-nums}.profile-balance svg{color:#6e9f85}.profile-settings{background:#fff;border-radius:22px;padding:23px;margin-top:18px}.profile-settings h2{font-size:15px;color:#344d40;letter-spacing:-.02em;margin-bottom:6px}.profile-setting{border-color:#eef2ee;font-size:12px;min-height:60px}.profile-setting:last-child{border:0}.profile-setting>span{color:#89978e}.profile-setting b{color:#36513f}.profile-setting select{background:#f4f7f3;border-color:#e4ebe4;color:#3d5a43;border-radius:10px;font-size:12px}.profile-contacts img{border-radius:16px}.profile-contacts strong{font-size:13px}.profile-contacts small{color:#9aa69e;font-size:10px}.profile-contacts button{border-bottom:1px solid #f0f3ef}.city-trip button{background:#234f40;border:1px solid #426c59;box-shadow:0 6px 18px #21443125;border-radius:16px}.city-trip{top:91px}body[data-screen] #app{top:80px;height:calc(100dvh - 80px)}body[data-screen] #app .panel{background:#fffffff5;box-shadow:0 8px 22px #294e3314}body[data-screen] #app:not(.detail)>.panel{display:none}body[data-screen] #app:not(.detail) .controls{bottom:105px}button:active{transform:translateY(1px)}.home-offer:active{transform:scale(.985)}@media(max-width:700px){.city-header{height:70px;padding:12px 17px}.city-brand{font-size:21px;gap:8px}.city-brand svg{width:32px;height:32px;border-radius:10px;padding:7px}.city-account{gap:13px}.city-balance small{font-size:8px}.city-balance b{font-size:12px}.city-connect{padding:10px 12px;font-size:10px;box-shadow:none;border-radius:11px}#city-screen{top:70px}.city-home{padding:20px 16px 90px}.city-hero{display:block;min-height:350px;padding:25px;border-radius:24px}.city-hero h1{font-size:36px;max-width:280px;margin:12px 0;line-height:1.05}.city-hero p{display:none}.home-kicker{font-size:9px}.shell-primary{position:relative;z-index:2;margin-top:9px;padding:12px 15px;font-size:11px}.hero-city{position:static;margin:0;min-height:0;height:auto}.hero-city svg{width:85%;height:235px;right:-22px;bottom:-20px}.hero-city>span{top:21px;right:18px;font-size:9px;padding:6px 8px}.home-section-heading{margin:27px 0 16px}.home-section-heading h2{font-size:23px}.offer-grid{grid-template-columns:1fr;gap:13px}.home-offer{min-height:185px;border-radius:20px;grid-template-columns:46% 1fr}.offer-art{min-height:185px}.offer-art svg{min-width:132%;margin-left:-16%;margin-top:20px}.offer-district{font-size:9px;left:13px;top:13px}.offer-copy{padding:18px}.offer-copy h3{font-size:19px}.offer-spec{font-size:10px}.offer-price{margin:14px 0 12px;gap:7px}.offer-price>strong{font-size:25px}.offer-price>span{font-size:9px;gap:6px}.offer-price b{font-size:11px}.offer-link{font-size:10px;padding-top:10px}.city-nav{bottom:max(10px,env(safe-area-inset-bottom));padding:5px;border-radius:20px;width:calc(100% - 32px)}.city-nav button{font-size:10px;padding:9px 6px;border-radius:15px;gap:5px}.city-profile{padding:24px 16px 85px}.profile-identity{gap:16px;margin-bottom:22px}.profile-avatar{width:62px;height:62px;border-radius:21px}.profile-identity h1{font-size:27px}.profile-balance{padding:23px}.profile-balance>strong{font-size:36px}.profile-settings{padding:20px}.profile-setting{font-size:12px}.profile-contacts{grid-template-columns:1fr}.city-trip{top:80px}body[data-screen] #app{top:70px;height:calc(100dvh - 70px)}body[data-screen] #app:not(.detail) .controls{bottom:95px;top:auto}body[data-screen] #app .controls{border-radius:14px}body[data-screen] #app .panel{border-radius:24px 24px 20px 20px}}@media(max-width:350px){.city-header{padding:10px 12px}.city-brand{font-size:18px}.city-brand svg{width:28px;height:28px}.city-account{gap:9px}.city-connect{padding:9px;font-size:9px}.city-balance b{font-size:11px}.city-hero{padding:22px;min-height:330px}.city-hero h1{font-size:32px;max-width:230px}.hero-city>span{display:none}.offer-copy{padding:15px}.offer-copy h3{font-size:17px}.offer-price>strong{font-size:22px}}@media(prefers-reduced-motion:reduce){button,.home-offer{transition:none}}body[data-screen]{--shell-text:#f4f2ff;--shell-green:#8f75ff;background:#100d24;color:#f4f2ff}.city-header{background:#110e25ed;border-bottom:1px solid #b39cff25;color:#f6f4ff;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.city-brand{color:#f5f1ff}.city-brand svg{background:linear-gradient(145deg,#7955e9,#cb53b6);color:#fff;box-shadow:0 3px 20px #9859f53a}.city-balance small{color:#b0a7c9}.city-balance b{color:#f2edff}.city-connect{background:linear-gradient(115deg,#7655df,#af4cae);color:#fff;border:1px solid #e9cfff38;box-shadow:0 4px 18px #7b47e53a}.city-connect:hover{background:linear-gradient(115deg,#8968ed,#c45ac1)}.city-header>[role=alert]{background:#292044;color:#ffbfce}#city-screen{background:radial-gradient(ellipse at 10% 0%,#5d34d03a,transparent 46%),radial-gradient(ellipse at 100% 30%,#00f0ff0d,transparent 42%),#100d24;color:#f4f2ff}.city-home{padding-top:30px}.city-hero{isolation:isolate;background:#21133e;border:1px solid #bb99ff30;box-shadow:inset 0 1px #f0d9ff10,0 18px 70px #06031650;min-height:350px}.city-hero:before{content:"";position:absolute;z-index:-1;top:-25%;right:-25%;bottom:-25%;left:-25%;background:radial-gradient(ellipse at 20% 35%,#5d34d0 0,transparent 47%),radial-gradient(ellipse at 85% 90%,#ff006e90 0,transparent 45%),radial-gradient(ellipse at 82% 13%,#00f0ff55 0,transparent 39%);animation:aurora-drift 14s ease-in-out infinite alternate;pointer-events:none}.city-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:.18;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.32' filter='url(%23n)'/%3E%3C/svg%3E")}.home-kicker{color:#d2c0ff}.city-hero h1{color:#fff;font-size:clamp(40px,5vw,65px);text-shadow:0 3px 26px #a477ff40;max-width:465px;line-height:1.02}.city-hero p{color:#cec2e2}.shell-primary{background:#f2ebff;color:#472677;box-shadow:0 5px 26px #ba91ff30;font-weight:700}.shell-primary:hover{background:#fff}.hero-city svg{filter:drop-shadow(0 18px 18px #08031970) saturate(.85);height:350px}.hero-city>span{color:#ede3ff;border-color:#dbc2ff40;background:#33215080;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-section-heading h2{color:#f1edff}.home-section-heading>span{background:#34254c;color:#cdb8f0}.home-offer{background:#201a34;border:1px solid #a688cb24;box-shadow:0 4px 15px #06041130;color:#f4eeff}.home-offer:hover{border-color:#a882dc70;box-shadow:0 12px 34px #8354d325}.offer-art{background:radial-gradient(ellipse at 40% 30%,#6a539065,transparent 80%),#302444}.tone-1{background:radial-gradient(ellipse at 40% 30%,#a14e7a50,transparent 80%),#36253a}.tone-2{background:radial-gradient(ellipse at 40% 30%,#3b92a950,transparent 80%),#20313b}.offer-art svg{filter:drop-shadow(0 12px 9px #09071b50) saturate(.8)}.offer-district{color:#c6b4dc}.offer-copy h3{color:#f4efff}.offer-spec{color:#aaa1bd}.offer-price>strong{color:#f5edff}.offer-price>span{color:#a89abd}.offer-price b{color:#87e5e2}.offer-link{color:#ceb9ff;border-color:#9a7eb526}.offer-link svg{color:#b69bf0}.city-nav{background:#1d182fee;border:1px solid #ad8ee52b;box-shadow:0 8px 32px #09061680,inset 0 1px #e9d8ff0b}.city-nav button{color:#a398b9}.city-nav [aria-current]{background:linear-gradient(120deg,#6344a5,#883f8a);color:#fff;box-shadow:0 3px 17px #8d4acd25}.city-nav button:hover{color:#f4eaff}.city-nav [aria-current] svg{filter:drop-shadow(0 0 7px #c6a2ff80)}.profile-identity h1{color:#f5efff}.profile-identity small,.profile-identity p{color:#b2a4c9}.profile-avatar{background:radial-gradient(circle at 20% 0,#996bd060,transparent),#332645;border:1px solid #a37ece40}.profile-avatar svg{color:#d4b7ff}.profile-balance{background:radial-gradient(ellipse at 0 10%,#5d34d0b0,transparent 65%),radial-gradient(ellipse at 100% 100%,#ff006e40,transparent 55%),#302046;border:1px solid #c19bee40;box-shadow:inset 0 1px #fff1ff18,0 12px 38px #07041130;color:#fff}.profile-balance>span{color:#d0bcea}.profile-balance>strong{color:#fff;text-shadow:0 3px 24px #c692ff35}.profile-balance svg{color:#caa6ed}.profile-settings{background:#201a32;border:1px solid #a386c220}.profile-settings h2{color:#ece3f9}.profile-setting{border-color:#9d80ba20;color:#e7dcef}.profile-setting>span{color:#b2a3c3}.profile-setting b{color:#eee4fa}.profile-setting svg{color:#b693d5}.profile-setting select{background:#342443;border-color:#9a79bf40;color:#f1e5fa;color-scheme:dark}.profile-contacts strong{color:#f0e7f8}.profile-contacts small{color:#b1a0c0}.profile-contacts button{border-color:#9a7ab321}.profile-contacts svg{color:#ac8ec9}.profile-settings h2 small{color:#b499cb}.city-trip button{background:linear-gradient(110deg,#443070,#692d69);border-color:#c79ce340;box-shadow:0 7px 22px #15072050}.city-trip small{color:#d9beea}.trip-dot{background:#80edeb;box-shadow:0 0 10px #00f0ff60}body[data-screen] #app .control-group{background:#261d3a;border:1px solid #ac8dcc50;box-shadow:0 3px 15px #130c2630}body[data-screen] #app .control{background:#261d3a;color:#e1ccfa}body[data-screen] #app .control+.control{border-color:#70578650}body[data-screen] #app #zoom-value{color:#d5bfee;background:#261d3a}button:focus-visible,select:focus-visible{outline:3px solid #96e8ef;outline-offset:3px}@keyframes aurora-drift{0%{transform:translate3d(-2%,0,0) rotate(-3deg)}to{transform:translate3d(3%,2%,0) rotate(4deg)}}@media(max-width:700px){.city-hero{min-height:365px}.city-hero h1{font-size:39px;max-width:285px}.hero-city svg{height:235px;bottom:-12px}.city-hero .shell-primary{margin-top:12px}.city-home{padding-top:20px}.city-connect{box-shadow:none}.city-header{background:#110e25f5}}@media(max-width:350px){.city-hero h1{font-size:34px;max-width:240px}.city-hero{min-height:340px}}@media(prefers-reduced-motion:reduce){.city-hero:before{animation:none}}@media(prefers-reduced-transparency:reduce){.city-header,.city-nav{background:#1d182f;-webkit-backdrop-filter:none;backdrop-filter:none}.hero-city>span{background:#332150;-webkit-backdrop-filter:none;backdrop-filter:none}}body[data-screen] #app .panel:not(:has(.venue-details)){display:none}.district-toolbar{position:absolute;left:18px;top:18px;z-index:4;display:flex;align-items:center;gap:13px;border:1px solid #a990cb40;border-radius:16px;padding:7px 9px;background:#241c37eb;color:#eee7fb;box-shadow:0 4px 20px #1b10292b;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.district-toolbar>button{display:grid;place-items:center;background:#59407755;color:#e9d7ff;border-radius:10px;padding:10px;font-size:11px}.district-toolbar svg{width:17px;height:17px}.district-toolbar strong{font-size:14px;padding-right:8px}body[data-screen] #app.detail .controls{bottom:105px;top:auto}body[data-screen] #app.detail:has(.venue-details) .controls{bottom:calc(35dvh + 95px)}.district-access{position:relative}.access-close{float:right;background:transparent;font-size:24px;color:#817299}.district-access .residents-section{padding:0;border:0}@media(max-width:700px){.district-toolbar{top:12px;left:12px;right:12px;gap:9px}.district-toolbar strong{flex:1;font-size:13px}body[data-screen] #app.detail .controls{bottom:95px}body[data-screen] #app.detail:has(.venue-details) .controls{bottom:calc(35dvh + 95px)}}.home-offer{cursor:default}.offer-actions{display:grid;gap:9px}.offer-buy{background:linear-gradient(110deg,#7655df,#a34fab);border:1px solid #d7b6f638;border-radius:10px;color:#fff;font-size:12px;font-weight:700;padding:11px 15px;width:100%}.offer-buy:hover{filter:brightness(1.15)}.offer-actions .offer-link{background:none;width:100%;display:flex;justify-content:space-between;align-items:center;margin:0;padding:7px 0 0;border:0;font:inherit;font-size:11px;color:#bfaed5}.offer-business-image{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover}.offer-art:has(.offer-business-image) .offer-district{z-index:1;top:0;left:0;right:0;padding:13px;background:linear-gradient(#1a1026d9,transparent);color:#fff;min-height:60px}.home-offer:active{transform:none}.referral-section>p{font-size:12px;color:#b8a7cc;line-height:1.65}.referral-rates{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:20px 0}.referral-rates>div{display:grid;gap:8px;background:#6a45942b;padding:13px 8px;border-radius:12px}.referral-rates small{font-size:10px;color:#b9a2d4}.referral-rates strong{font-size:24px;color:#d9c3fa}.referral-rates span{font-size:9px;color:#a699b8}.referral-link-label{display:block;font-size:11px;color:#baa8d0;margin:12px 0 8px}.referral-copy{display:flex;gap:8px}.referral-copy input{width:0;flex:1;min-width:0;border:1px solid #8e6db347;border-radius:10px;background:#171127;color:#e0d1f0;padding:12px;font-size:11px}.referral-copy button{background:#7551b0;color:#fff;border-radius:10px;padding:10px 13px;font-size:11px}.referral-total{display:flex;justify-content:space-between;gap:12px;margin:23px 0 9px;font-size:12px;color:#c4b3d7}.referral-total strong{color:#fff;font-size:17px}.referral-section>small{font-size:10px;color:#b59bcd}.referral-empty{margin-bottom:0!important;font-size:10px!important;color:#998aaa!important}@media(max-width:360px){.referral-rates{grid-template-columns:repeat(2,1fr)}}body[data-screen] #app.detail .panel:has(.venue-details){display:flex;flex-direction:column;overflow:hidden;top:88px;bottom:95px;width:400px;max-height:calc(100dvh - 270px);padding:0;border-radius:22px}body[data-screen] #app .panel:has(.venue-details)>.mobile-handle{display:none}.venue-sheet-header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 14px 12px 20px;flex:0 0 auto;background:#292039;color:#f0e5fc;border-bottom:1px solid #a990bc33;z-index:2}.venue-sheet-header>strong{font-size:13px;line-height:1.4}.venue-sheet-header>button{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:13px;color:#f5eaff;background:#5c437b70}.venue-sheet-header svg{width:23px;height:23px}.venue-sheet-body{overflow-y:auto;overscroll-behavior:contain;min-height:0;flex:1}.venue-sheet-body .venue-details{margin:0!important;border-radius:0!important;min-height:100%;box-sizing:border-box}.venue-sheet-body .venue-heading{padding-right:0}@media(max-width:700px){body[data-screen] #app.detail .panel:has(.venue-details){top:auto;left:8px;right:8px;bottom:85px;width:auto;height:65dvh;max-height:calc(100dvh - 210px);border-radius:22px}body[data-screen] #app.detail:has(.venue-details) .controls{display:none}.venue-sheet-header{padding:10px 12px 10px 18px}.venue-sheet-body .venue-details{padding-bottom:24px!important}}.purchase-dismiss{display:block;margin:12px auto 0;padding:10px 18px;background:transparent;color:#71836c;font-size:13px}.early-version{display:inline-block;text-transform:none;letter-spacing:.02em;font-size:11px;padding:7px 10px;border:1px solid #d7bcff35;border-radius:9px;background:#28173b45;color:#e3d0fb}.city-hero p{display:block;max-width:345px;line-height:1.6;text-wrap:pretty}.city-brand>strong{letter-spacing:.035em}@media(max-width:700px){.city-hero{min-height:445px}.city-hero p{display:block;font-size:12px;max-width:280px;margin:14px 0 5px}.city-hero .early-version{font-size:10px;padding:6px 8px}.hero-city svg{height:220px;bottom:-15px}.hero-city>span{display:none}}@media(max-width:350px){.city-hero{min-height:430px}.city-hero h1{font-size:32px}.city-hero p{font-size:11px}}.city-hero{min-height:270px;padding:25px 30px}.city-hero h1{font-size:clamp(34px,3.7vw,48px);margin:12px 0;max-width:390px}.city-hero p{font-size:12px;margin:10px 0;max-width:330px}.hero-city{min-height:210px}.hero-city svg{height:270px;width:48%;bottom:-18px;right:-12px}@media(max-width:700px){.city-hero{min-height:0;padding:22px 22px 24px;overflow:hidden}.city-hero>div:first-child{padding-bottom:0}.city-hero h1{font-size:32px;max-width:310px;margin:12px 0 10px}.city-hero p{font-size:11px;line-height:1.5;max-width:290px;margin:0 0 15px}.city-hero .shell-primary{margin-top:0;padding:12px 14px;font-size:11px}.hero-city{min-height:0;height:0}.hero-city svg{width:125px;height:100px;right:-2px;bottom:-10px;opacity:.9}.city-hero .early-version{font-size:9px;padding:5px 7px}}@media(max-width:350px){.city-hero{min-height:0;padding:20px 18px}.city-hero h1{font-size:28px;max-width:235px}.city-hero p{font-size:11px}.hero-city svg{width:100px;height:85px;right:-6px;bottom:-10px}.city-hero .shell-primary{font-size:10px;padding:11px 12px}}.venue-errand{padding:17px;margin-top:18px;background:#e7eedf;border-radius:15px;color:#36513d}.venue-errand>strong{font-size:15px}.venue-errand p{font-size:12px;line-height:1.6}.venue-errand [role=status]{margin-bottom:0}.errand-person{display:flex;gap:10px;align-items:center;margin-bottom:15px}.errand-person .resident-avatar{width:40px;height:40px;border-radius:13px;flex:0 0 40px}.errand-person>span{display:grid;gap:3px;flex:1}.errand-person small{font-size:10px;color:#76866d}.errand-person strong{font-size:14px}.errand-person>b{font-size:10px;color:#527348}.errand-steps{list-style:none;padding:0;margin:0 0 18px;display:flex;gap:16px}.errand-steps li{display:flex;gap:7px;align-items:center;font-size:11px;color:#88917f;flex:1}.errand-steps li>span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;border:1px solid #bdcdb4;font-weight:700}.errand-steps .is-current{color:#3e6d4f;font-weight:700}.errand-steps .is-current>span,.errand-steps .is-done>span{background:#477657;color:#fff;border-color:#477657}.errand-return{display:flex;align-items:center;justify-content:space-between;gap:15px}.errand-return>span{font-size:20px}.venue-errand [role=status]:empty{display:none}.city-brand .neora-brand-mark{display:block;width:34px;height:39px;object-fit:contain;flex-shrink:0}.city-brand>strong{letter-spacing:-.035em;font-weight:750}.city-brand{gap:7px}.city-header>[role=alert]:not(:empty){padding:10px 14px;border-radius:12px;max-width:calc(100vw - 32px);font-size:12px;line-height:1.5}.city-header>[role=alert] a{color:#d2bcff;white-space:nowrap}.payment-currency{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:18px 0}.payment-currency select{padding:10px;border-radius:10px}.payment-history-row{display:grid;gap:6px;width:100%;text-align:left;margin:10px 0;padding:14px;background:#edf1e5;border-radius:12px}.payment-dialog [role=status]{font-size:12px;line-height:1.5}.resident-dialog .resident-close{box-sizing:border-box;-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:0;min-width:44px;max-width:44px;width:44px;min-height:44px;max-height:44px;height:44px;aspect-ratio:1;flex:0 0 44px;border-radius:50%;line-height:1;overflow:hidden}.resident-dialog .resident-close svg{display:block;width:22px;height:22px;margin:0;flex:none}html,body{overscroll-behavior:none}.map-stage,.world{touch-action:none;overscroll-behavior:none;user-select:none;-webkit-user-select:none}.resident-window,.resident-chat,.venue-sheet-body,#city-screen{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.housing-picker{max-height:calc(100dvh - 48px);overflow-y:auto;overscroll-behavior:contain}.housing-picker h2{padding-right:30px}.housing-options{display:grid;gap:12px;margin:20px 0}.housing-option{border-top:1px solid #a6b6a344;padding-top:16px;display:grid;gap:8px}.housing-option>span{font-size:13px;opacity:.75}.housing-option>b{font-size:22px}.housing-option>div{display:flex;gap:10px;align-items:center}.housing-option .purchase-button{flex:1}.housing-map,.housing-other{border:1px solid #8ca48466;border-radius:12px;padding:12px;background:transparent;color:inherit;font:inherit;cursor:pointer}.housing-other{width:100%}
