.App{text-align:center;height:100vh;width:100vw;margin:0;padding:0;position:relative;overflow:hidden}.leaflet-container{height:100%;width:100%;background-color:#f5f5f5}.leaflet-popup-content-wrapper{border-radius:8px;box-shadow:0 3px 14px #0000004d}.leaflet-popup-content{margin:15px;font-family:inherit}.leaflet-popup-content h4{margin:0 0 8px;color:#2c3e50;font-size:16px}.leaflet-popup-content p{margin:4px 0;color:#666;font-size:14px}.marker-hunter-1{background-color:#e74c3c}.marker-hunter-2{background-color:#3498db}.marker-hunter-3{background-color:#f39c12}.marker-hunter-4{background-color:#9b59b6}.marker-hunter-5{background-color:#1abc9c}*{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;background-color:#f5f5f5}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:18px;color:#666}.spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-right:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:20px;text-align:center;background-color:#fafafa}.error-logo{width:120px;height:auto;margin-bottom:30px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.error-title{color:#6d5326;margin-bottom:15px;font-size:28px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.1)}.error-description{color:#666;max-width:400px;line-height:1.6;font-size:16px}.error-message h1{color:#6d5326;margin-bottom:15px;font-size:28px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.1)}.error-message p{color:#666;max-width:400px;line-height:1.6;font-size:16px}.map-info{position:absolute;top:10px;left:10px;background:#fff;padding:15px;border-radius:8px;box-shadow:0 2px 10px #0000001a;z-index:1000;max-width:300px}.map-info h3{margin-bottom:8px;color:#2c3e50;font-size:16px}.map-info p{margin-bottom:5px;color:#666;font-size:14px}.map-info .status{display:inline-block;padding:3px 8px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase}.status.online{background-color:#2ecc71;color:#fff}.status.offline{background-color:#e74c3c;color:#fff}.custom-marker{background-color:#2ecc71;border:2px solid white;border-radius:50%;box-shadow:0 2px 4px #0000004d}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
