*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app{display:flex;flex-direction:column;height:100dvh}.app-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#1a1a2e;color:#fff;z-index:1000;gap:.75rem}.app-header h1{font-size:1.2rem;flex:1;min-width:0}.hamburger-btn{display:flex;flex-direction:column;justify-content:center;gap:4px;background:none;border:none;cursor:pointer;padding:4px;flex-shrink:0}.hamburger-bar{display:block;width:20px;height:2px;background:#fff;border-radius:1px}.business-count{font-size:.9rem;opacity:.8;text-align:right}.data-date{display:block;font-size:.75rem;opacity:.7}.map-wrapper{flex:1;display:flex;min-height:0;overflow:hidden}.map-area{flex:1;position:relative;min-width:0;transition:opacity .15s}.map-container{width:100%;height:100%}.score-marker{background:none!important;border:none!important}.cluster-icon{background:none!important;border:none!important;overflow:visible!important}.cluster-multi{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:2px;background:#fff;border-radius:14px;padding:3px;box-shadow:0 2px 6px #0000004d;white-space:nowrap}.cluster-multi.cluster-grid{flex-direction:column}.cluster-row{display:flex;gap:2px;justify-content:center}.cluster-count{display:flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:11px;font-size:11px;font-weight:700;color:#fff;padding:0 5px}.popup-content h3{margin-bottom:.25rem;font-size:1rem}.popup-address{color:#666;font-size:.85rem}.popup-neighborhood{color:#888;font-size:.8rem;margin-bottom:.25rem}.popup-permit-type{color:#888;font-size:.75rem;margin-bottom:.5rem}.popup-status{font-size:1rem;margin-bottom:.25rem;font-weight:500}.popup-inspection-count{font-size:.8rem;color:#666;margin-bottom:.75rem}.view-details-btn{display:block;width:100%;padding:.4rem .75rem;background:#1a1a2e;color:#fff;border:none;border-radius:4px;font-size:.85rem;cursor:pointer}.view-details-btn:hover{background:#2a2a4e}.inspection-entry{margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #f0f0f0}.inspection-entry:last-child{border-bottom:none;margin-bottom:0}.inspection-header{display:flex;gap:.5rem;align-items:baseline;flex-wrap:wrap;font-size:.8rem}.inspection-date{font-weight:600;color:#333}.inspection-type{color:#666}.inspection-status{font-weight:600}.violations-details{margin-top:.25rem;font-size:.75rem}.violations-details summary{cursor:pointer;color:#666}.violation-list{margin-top:.25rem;padding-left:1rem;color:#555}.violation-list li{margin-bottom:.25rem;line-height:1.3}.score-legend{position:absolute;bottom:2rem;right:1rem;z-index:1000;background:#fff;border-radius:8px;padding:.75rem 1rem;box-shadow:0 2px 8px #0003}.score-legend h4{margin-bottom:.5rem;font-size:.9rem;border-bottom:none;padding-bottom:0}.legend-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:.8rem}.legend-dot{width:18px;height:18px;border-radius:50%;border:1px solid #ccc;display:inline-block;flex-shrink:0}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#fff}.loading{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100dvh;gap:1rem}.spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top-color:#1a1a2e;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error{padding:2rem;color:#ff4136;text-align:center;font-size:1.1rem}.details-sidebar{width:360px;flex-shrink:0;background:#fff;box-shadow:-2px 0 8px #0003;display:flex;flex-direction:column;animation:sidebar-slide-in .25s ease-out}.details-sidebar.sidebar-closing{animation:sidebar-slide-out .25s ease-in forwards}@keyframes sidebar-slide-in{0%{margin-right:-360px}}@keyframes sidebar-slide-out{to{margin-right:-360px}}@media(max-width:768px){.details-sidebar{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;z-index:2000;box-shadow:none;animation:none}.details-sidebar.sidebar-closing{animation:sidebar-close-instant 0s forwards}@keyframes sidebar-close-instant{to{visibility:hidden}}}.sidebar-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #e0e0e0;gap:.5rem}.sidebar-header h2{font-size:1.1rem;line-height:1.3}.sidebar-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;line-height:1;padding:0;flex-shrink:0}.sidebar-close-btn:hover{color:#333}.sidebar-body{flex:1;overflow-y:auto;padding:1rem}.sidebar-address{color:#666;font-size:.9rem}.sidebar-neighborhood{color:#888;font-size:.85rem;margin-bottom:.25rem}.sidebar-permit-type{color:#888;font-size:.8rem;margin-bottom:.75rem}.sidebar-status{font-size:1rem;font-weight:500;margin-bottom:1rem}.sidebar-inspections h3{font-size:.95rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.filter-sidebar{position:fixed;top:0;left:0;bottom:0;width:320px;z-index:2000;background:#fff;box-shadow:2px 0 8px #0003;display:flex;flex-direction:column;animation:filter-slide-in .25s ease-out}.filter-sidebar.filter-sidebar-closing{animation:filter-slide-out .25s ease-in forwards}@keyframes filter-slide-in{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes filter-slide-out{0%{transform:translate(0)}to{transform:translate(-100%)}}@media(max-width:768px){.filter-sidebar{width:100%;animation:none}.filter-sidebar.filter-sidebar-closing{animation:filter-close-instant 0s forwards}@keyframes filter-close-instant{to{visibility:hidden}}}.filter-section{margin-bottom:1.25rem}.filter-label{display:block;font-weight:600;font-size:.85rem;margin-bottom:.5rem;color:#333}.filter-search-input{width:100%;padding:.5rem .75rem;border:1px solid #ccc;border-radius:4px;font-size:16px;font-family:inherit}.filter-search-input:focus{outline:none;border-color:#1a1a2e}.filter-checkbox{display:flex;align-items:center;gap:.5rem;padding:.3rem 0;font-size:.85rem;cursor:pointer}.filter-checkbox input[type=checkbox]{margin:0}.filter-checkbox-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.filter-category-header{display:flex;align-items:center;gap:.35rem;padding:.35rem 0;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.85rem}.filter-category-arrow{width:1em;text-align:center;flex-shrink:0;font-size:.7rem}.filter-category-summary{font-size:.75rem;color:#999;margin-left:auto}.filter-category-body{padding-left:1.35rem}.filter-label-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.filter-all-btn{font-size:.75rem;color:#1a1a2e;background:none;border:none;cursor:pointer;padding:0;margin-left:auto;font-family:inherit}.filter-all-btn:hover{text-decoration:underline}.filter-hint{font-size:.7rem;color:#aaa;margin-bottom:.25rem}.search-results{list-style:none;margin-top:.5rem;border:1px solid #e0e0e0;border-radius:4px;max-height:300px;overflow-y:auto}.search-result-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:none;border:none;border-bottom:1px solid #f0f0f0;cursor:pointer;text-align:left;font-family:inherit;font-size:.85rem}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:#f5f5f5}.search-result-text{display:flex;flex-direction:column;min-width:0}.search-result-name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-address{font-size:.75rem;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
