*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;color:#1a1a1a}#app{display:flex;height:100vh}#sidebar{width:320px;min-width:320px;height:100vh;overflow-y:auto;background:#fafafa;border-right:1px solid #ddd;display:flex;flex-direction:column}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #ddd;background:#fff;position:sticky;top:0;z-index:2}.sidebar-header h2{font-size:18px;font-weight:600}.sidebar-header button{font-size:12px;padding:4px 10px;border:1px solid #ccc;background:#fff;border-radius:4px;cursor:pointer;color:#555}.sidebar-header button:hover{background:#f0f0f0}.stats-bar{padding:10px 16px;background:#e8f4fd;font-size:13px;font-weight:500;color:#1a73e8;border-bottom:1px solid #ddd}.filter-group{border-bottom:1px solid #eee}.filter-group summary{padding:12px 16px;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:#444;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff}.filter-group summary:hover{background:#f5f5f5}.filter-content{padding:8px 16px 12px}.filter-scrollable{max-height:200px;overflow-y:auto}.filter-search{width:calc(100% - 32px);margin:8px 16px 4px;padding:6px 10px;border:1px solid #ccc;border-radius:4px;font-size:13px}.filter-search:focus{outline:none;border-color:#1a73e8}.filter-item{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:13px}.filter-item input[type=checkbox]{accent-color:#1a73e8}.filter-item .count{margin-left:auto;font-size:11px;color:#888;background:#eee;padding:1px 6px;border-radius:10px}.range-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.range-row label{min-width:40px;font-size:13px;color:#666}.range-row input{flex:1;padding:6px 8px;border:1px solid #ccc;border-radius:4px;font-size:13px}.range-row input:focus{outline:none;border-color:#1a73e8}.sidebar-footer{padding:12px 16px;margin-top:auto;border-top:1px solid #ddd;background:#fff;position:sticky;bottom:0}.sidebar-footer button{width:100%;padding:8px;border:1px solid #1a73e8;background:#1a73e8;color:#fff;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer}.sidebar-footer button:hover{background:#1557b0}#map-container{flex:1;position:relative}#map{width:100%;height:100%}#loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffeb;display:flex;align-items:center;justify-content:center;z-index:10}#loading-overlay.hidden{display:none}.loading-box{text-align:center;max-width:360px}.loading-box h3{margin-bottom:16px;font-size:18px}.progress-bar{width:300px;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;margin:0 auto 8px}.progress-fill{height:100%;width:0%;background:#1a73e8;border-radius:4px;transition:width .2s}#progress-text{font-size:13px;color:#666}.loading-hint{margin-top:8px;font-size:12px;color:#999}.info-window{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;line-height:1.5;max-width:280px}.info-window h4{font-size:14px;margin-bottom:6px;color:#1a1a1a}.info-window .info-row{display:flex;justify-content:space-between;padding:2px 0}.info-window .info-label{color:#666}.info-window .info-value{font-weight:500}.info-window .info-address{margin-top:6px;padding-top:6px;border-top:1px solid #eee;color:#555;font-size:12px}
