*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 2rem;box-shadow:0 2px 8px #0000001a}.app-header h1{font-size:2rem;margin-bottom:.5rem}.app-header p{font-size:1rem;opacity:.9}.app-content{display:flex;flex:1;overflow:hidden}.sidebar{width:300px;background:#f8f9fa;border-right:1px solid #dee2e6;overflow-y:auto;padding:1.5rem}.filter-panel h2{font-size:1.5rem;margin-bottom:1.5rem;color:#333}.filter-group{margin-bottom:1.5rem}.filter-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#555}.filter-group select{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-size:1rem;background:#fff;cursor:pointer;transition:border-color .2s}.filter-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.reset-button{width:100%;padding:.75rem;background:#667eea;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.reset-button:hover{background:#5568d3}.reset-button:active{transform:translateY(1px)}.stats{margin-top:2rem;padding:1rem;background:#fff;border-radius:4px;border:1px solid #dee2e6}.stats p{margin-bottom:.5rem;color:#666}.stats strong{color:#333}.map-container{flex:1;position:relative;overflow:hidden}.info-window{padding:.5rem;max-width:300px}.info-window h3{margin-bottom:.75rem;color:#333;font-size:1.1rem}.info-details,.contact-info{margin-bottom:.75rem}.info-window p{margin-bottom:.5rem;font-size:.9rem;color:#555}.info-window strong{color:#333}.app-loading,.app-error,.no-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center}.app-loading h2,.app-error h2,.no-content h2{margin-top:1rem;margin-bottom:.5rem;color:#333}.app-error p,.no-content p{color:#666;margin-bottom:1.5rem}.app-error button{padding:.75rem 2rem;background:#667eea;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.app-error button:hover{background:#5568d3}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center}.loading-container p,.error-container p{margin-top:1rem;color:#666}.error-container h2{color:#dc3545;margin-bottom:.5rem}@media (max-width: 768px){.app-content{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid #dee2e6;max-height:300px}.app-header h1{font-size:1.5rem}.app-header p{font-size:.9rem}}html,body,#root{margin:0;padding:0;height:100%;width:100%;overflow:hidden}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
