.styles-module__mpX-ZW__page{--background:var(--surface-alt);--foreground:var(--surface);--accent:var(--brand-green);--error:var(--brand-error);--status-vacant:#d8d8d8;--status-preparation:#f4c95d;--status-foundation:#e08e45;--status-structure:#e0705a;--status-finishing:#6f9ceb;--status-complete:#4caf7d;--landuse-residential:#2f9e64;--landuse-commercial:#d4af37;--landuse-industrial:#8592a6;--landuse-mixed:#8a63d2;background-color:var(--background);min-height:100dvh;color:var(--text-primary);flex-direction:column;display:flex}.styles-module__mpX-ZW__header{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);padding-top:calc(var(--space-4) + env(safe-area-inset-top));border-bottom:1px solid var(--border);background-color:var(--foreground);z-index:20;flex-wrap:wrap;display:flex;position:sticky;top:0}.styles-module__mpX-ZW__header h1{font-size:clamp(15px,4vw,18px);font-weight:700}.styles-module__mpX-ZW__headerBrand{align-items:center;gap:var(--space-2);min-width:0;display:flex}.styles-module__mpX-ZW__headerLogo{flex-shrink:0;width:auto;height:28px}.styles-module__mpX-ZW__headerActions{align-items:center;gap:var(--space-2);display:flex}.styles-module__mpX-ZW__headerMeta{color:var(--text-secondary);font-size:13px}.styles-module__mpX-ZW__logoutButton{min-height:var(--tap-target);color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:0 var(--space-4);background:0 0;align-items:center;font-size:13px;text-decoration:none;display:inline-flex}.styles-module__mpX-ZW__body{padding:var(--space-4);gap:var(--space-4);flex-direction:column;flex:1;display:flex}.styles-module__mpX-ZW__mainColumn{flex:1;min-width:0}.styles-module__mpX-ZW__centered{justify-content:center;align-items:center;gap:var(--space-2);color:var(--text-secondary);padding:80px 0;display:flex}.styles-module__mpX-ZW__spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:16px;height:16px;animation:.7s linear infinite styles-module__mpX-ZW__spin}@keyframes styles-module__mpX-ZW__spin{to{transform:rotate(360deg)}}.styles-module__mpX-ZW__errorBanner{color:var(--error);padding:var(--space-4);border:1px solid var(--error);border-radius:var(--radius-sm);margin-bottom:var(--space-4)}.styles-module__mpX-ZW__emptyState{color:var(--text-secondary);margin-top:var(--space-3);font-size:13px}.styles-module__mpX-ZW__districtGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(160px,1fr));display:grid}.styles-module__mpX-ZW__districtCard{text-align:start;background-color:var(--foreground);border:1px solid var(--border);border-inline-start-width:4px;border-inline-start-color:var(--brand-green);border-radius:var(--radius-md);padding:var(--space-4);cursor:pointer;min-height:96px;transition:box-shadow .15s,transform .15s}.styles-module__mpX-ZW__districtCard:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.styles-module__mpX-ZW__districtCard h3{margin-bottom:var(--space-2);font-size:16px;font-weight:700}.styles-module__mpX-ZW__districtMeta{color:var(--text-secondary);font-size:13px;line-height:1.7}.styles-module__mpX-ZW__districtHeader{align-items:center;gap:var(--space-4);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.styles-module__mpX-ZW__backButton{border:1px solid var(--border);border-radius:var(--radius-sm);padding:0 var(--space-4);color:var(--text-primary);background:0 0;font-size:13px}.styles-module__mpX-ZW__districtHeader h2{font-size:18px;font-weight:700}.styles-module__mpX-ZW__filterSelect{min-height:var(--tap-target);padding:0 var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);background-color:var(--foreground);color:var(--text-primary);margin-inline-start:auto;font-size:14px}.styles-module__mpX-ZW__isoViewport{-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;background:linear-gradient(180deg, var(--brand-green-light) 0%, var(--surface) 100%);border:1px solid var(--border);border-radius:var(--radius-lg);direction:ltr;max-height:min(62vh,460px);overflow:auto}.styles-module__mpX-ZW__isoGrid{margin:0 auto;position:relative}.styles-module__mpX-ZW__isoTile{cursor:pointer;background:0 0;border:none;width:56px;height:28px;min-height:0;padding:0;transition:filter .15s,transform .15s;position:absolute}.styles-module__mpX-ZW__isoTile:disabled{cursor:default}.styles-module__mpX-ZW__isoTile:not(:disabled):hover{filter:brightness(1.08);transform:translateY(-2px)}.styles-module__mpX-ZW__isoTile.styles-module__mpX-ZW__selected{filter:drop-shadow(0 0 4px var(--text-primary))}.styles-module__mpX-ZW__isoGround{clip-path:polygon(28px 0,56px 14px,28px 28px,0 14px);position:absolute;inset:0}.styles-module__mpX-ZW__isoPrepMarker{background:var(--brand-gold);border-radius:50%;width:8px;height:8px;position:absolute;top:9px;left:24px;box-shadow:0 0 0 3px #d4af3759}.styles-module__mpX-ZW__isoBuilding{width:56px;left:0;top:calc(var(--bh) * -1);height:calc(28px + var(--bh));position:absolute}.styles-module__mpX-ZW__isoWallLeft,.styles-module__mpX-ZW__isoWallRight{background-color:var(--building-color);position:absolute;inset:0}.styles-module__mpX-ZW__isoWallLeft{clip-path:polygon(28px calc(var(--bh) + 28px), 0px calc(var(--bh) + 14px), 0px 14px, 28px 28px);filter:brightness(.72)}.styles-module__mpX-ZW__isoWallRight{clip-path:polygon(28px calc(var(--bh) + 28px), 56px calc(var(--bh) + 14px), 56px 14px, 28px 28px);filter:brightness(.92)}.styles-module__mpX-ZW__isoRoof{background-color:var(--building-color);clip-path:polygon(28px 0,56px 14px,28px 28px,0 14px);filter:brightness(1.2);position:absolute;inset:0}.styles-module__mpX-ZW__isoBuildingComplete .styles-module__mpX-ZW__isoRoof{filter:brightness(1.5)}.styles-module__mpX-ZW__premium:after{content:"";background:var(--brand-gold);width:7px;height:7px;box-shadow:0 0 4px var(--brand-gold);z-index:1;border-radius:50%;position:absolute;top:-6px;left:46px}.styles-module__mpX-ZW__legend{gap:var(--space-2);margin-top:var(--space-4);color:var(--text-secondary);flex-direction:column;font-size:12px;display:flex}.styles-module__mpX-ZW__legendGroup{gap:var(--space-3);flex-wrap:wrap;display:flex}.styles-module__mpX-ZW__legendSwatch{width:10px;height:10px;border-radius:2px;margin-inline-end:var(--space-1);display:inline-block}.styles-module__mpX-ZW__legendSwatchBuilding{border-radius:50%}.styles-module__mpX-ZW__panel{background-color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;padding:var(--space-5);flex-shrink:0;height:fit-content}.styles-module__mpX-ZW__panel h2{margin-bottom:var(--space-1);font-size:16px;font-weight:700}.styles-module__mpX-ZW__panelBreadcrumb{color:var(--text-secondary);margin-bottom:var(--space-4);word-break:break-word;font-size:12px}.styles-module__mpX-ZW__panelRow{justify-content:space-between;gap:var(--space-3);padding:var(--space-2) 0;border-bottom:1px solid var(--border);font-size:13px;display:flex}.styles-module__mpX-ZW__panelRow span:first-child{color:var(--text-secondary)}.styles-module__mpX-ZW__panelRow span:last-child{text-align:end}.styles-module__mpX-ZW__panelClose{color:var(--text-secondary);min-height:var(--tap-target);padding:0 var(--space-2);float:left;background:0 0;border:none;font-size:13px}@media (min-width:860px){.styles-module__mpX-ZW__header{padding:var(--space-4) var(--space-6)}.styles-module__mpX-ZW__body{padding:var(--space-5) var(--space-6);align-items:flex-start;gap:var(--space-5);flex-direction:row;width:100%;max-width:1400px;margin:0 auto}.styles-module__mpX-ZW__panel{width:340px;position:sticky;top:88px}.styles-module__mpX-ZW__isoViewport{max-height:min(70vh,640px)}.styles-module__mpX-ZW__districtGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}
.SettingsPanel-module__heZdra__overlay{z-index:100;background:#00000073;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.SettingsPanel-module__heZdra__panel{background-color:var(--surface);width:100%;max-width:480px;max-height:88vh;color:var(--text-primary);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:var(--space-5);padding-bottom:calc(var(--space-5) + env(safe-area-inset-bottom));overflow-y:auto}@media (min-width:640px){.SettingsPanel-module__heZdra__overlay{align-items:center}.SettingsPanel-module__heZdra__panel{border-radius:var(--radius-lg);max-height:80vh}}.SettingsPanel-module__heZdra__header{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.SettingsPanel-module__heZdra__header h2{font-size:16px;font-weight:700}.SettingsPanel-module__heZdra__closeButton{color:var(--text-secondary);min-height:var(--tap-target);padding:0 var(--space-2);background:0 0;border:none;font-size:13px}.SettingsPanel-module__heZdra__row{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid var(--border);display:flex}.SettingsPanel-module__heZdra__rowLabel{font-size:14px}.SettingsPanel-module__heZdra__rowHint{color:var(--text-secondary);margin-top:2px;font-size:11px;display:block}.SettingsPanel-module__heZdra__toggle{background-color:var(--border);border:none;border-radius:999px;flex-shrink:0;width:44px;height:26px;min-height:0;transition:background-color .15s;position:relative}.SettingsPanel-module__heZdra__toggle:after{content:"";background-color:var(--surface);border-radius:50%;width:20px;height:20px;transition:transform .15s;position:absolute;top:3px;right:3px}.SettingsPanel-module__heZdra__toggleOn{background-color:var(--brand-green)}.SettingsPanel-module__heZdra__toggleOn:after{transform:translate(-18px)}.SettingsPanel-module__heZdra__volumeRow{padding:var(--space-3) 0;border-bottom:1px solid var(--border)}.SettingsPanel-module__heZdra__volumeRow input[type=range]{width:100%;margin-top:var(--space-2);accent-color:var(--brand-green)}.SettingsPanel-module__heZdra__previewSection{margin-top:var(--space-4)}.SettingsPanel-module__heZdra__previewSection h3{color:var(--text-secondary);margin-bottom:var(--space-2);font-size:13px}.SettingsPanel-module__heZdra__previewGrid{gap:var(--space-2);flex-wrap:wrap;display:flex}.SettingsPanel-module__heZdra__previewButton{background-color:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-sm);padding:0 var(--space-3);color:var(--text-primary);font-size:12px}.SettingsPanel-module__heZdra__settingsButton{color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:0 var(--space-4);background:0 0;font-size:13px}
