.header{background:#1a1a1a;padding:15px 20px;border-radius:10px;box-shadow:0 5px 15px #00000080;text-align:center;border:1px solid #333}.header h1{color:#fff;font-size:1.5rem;margin:0}@media (max-width: 768px){.header h1{font-size:1.8rem}.header p{font-size:1rem}}.sidebar{background:#1a1a1a;padding:25px;border-right:1px solid #333;height:100%;overflow-y:auto;overflow-x:hidden}.sidebar h3{color:#fff;margin-bottom:20px;font-size:1.3rem;font-weight:600}.filter-section{margin-bottom:25px}.filter-section label{display:block;color:#ccc;font-weight:600;margin-bottom:10px;font-size:.95rem}.filter-value{color:#667eea;font-weight:700}.checkbox-group{display:flex;flex-direction:column;gap:10px}.checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;padding:8px;border-radius:5px;transition:background .2s;color:#ccc}.checkbox-label:hover{background:#2a2a2a}.checkbox-label input{cursor:pointer}input[type=range]{width:100%;height:20px;border-radius:5px;background:transparent;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;position:relative;z-index:10;pointer-events:auto;margin:10px 0}input[type=range]::-webkit-slider-runnable-track{width:100%;height:6px;background:#444;border-radius:5px}input[type=range]::-moz-range-track{width:100%;height:6px;background:#444;border-radius:5px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#667eea;cursor:pointer}input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#667eea;cursor:pointer;border:none}.reset-btn{width:100%;padding:12px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s;margin-bottom:25px}.reset-btn:hover{background:#764ba2}.chart-container{margin-top:25px;padding-top:25px;border-top:1px solid #eee}.chart-container h4{color:#333;margin-bottom:15px;font-size:1.1rem}.config-input,.config-select{width:100%;padding:8px 12px;border:1px solid #444;border-radius:5px;font-size:.95rem;background:#2a2a2a;color:#ccc}.config-input:focus,.config-select:focus{outline:none;border-color:#667eea;background:#333}.config-hint{display:block;font-size:.8rem;color:#888;margin-top:5px;font-style:italic}.section-divider{margin:25px 0;border-top:2px solid #333}.cluster-size-control{position:absolute;bottom:0;left:0;right:0;background:#1a1a1ad9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);z-index:1000;padding:12px 20px}.control-content{max-width:100%;margin:0 auto;display:flex;flex-direction:column;gap:8px}.control-info{display:flex;align-items:center;gap:16px;font-size:.85rem}.control-label{color:#999;font-weight:500}.control-value{color:#fff;font-weight:700;font-size:1rem}.cluster-count{color:#667eea;font-size:.8rem;margin-left:auto}.slider-wrapper{position:relative;width:100%;height:24px;display:flex;align-items:center}.slider-track-bars{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;align-items:center;height:12px;pointer-events:none;z-index:1;padding:0 2px}.track-bar{width:2px;height:12px;background:#fff6;flex-shrink:0;border-radius:1px}.track-bar:first-child,.track-bar:last-child{height:16px;background:#667eeacc;width:3px}.cluster-slider{width:100%;height:6px;border-radius:3px;background:transparent;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;position:relative;z-index:10}.cluster-slider::-webkit-slider-runnable-track{width:100%;height:6px;background:#ffffff1a;border-radius:3px}.cluster-slider::-moz-range-track{width:100%;height:6px;background:#ffffff1a;border-radius:3px}.cluster-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);cursor:pointer;box-shadow:0 2px 4px #0006;border:2px solid rgba(255,255,255,.9);margin-top:-6px;transition:transform .15s ease,box-shadow .15s ease}.cluster-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 3px 8px #667eea80}.cluster-slider::-webkit-slider-thumb:active{transform:scale(1.1)}.cluster-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);cursor:pointer;box-shadow:0 2px 4px #0006;border:2px solid rgba(255,255,255,.9);transition:transform .15s ease,box-shadow .15s ease}.cluster-slider::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 3px 8px #667eea80}.cluster-slider::-moz-range-thumb:active{transform:scale(1.1)}.slider-labels{display:flex;justify-content:space-between;font-size:.7rem;color:#666;padding:0 4px}@media (max-width: 768px){.cluster-size-control{padding:10px 15px}.control-info{font-size:.8rem;gap:12px}.control-value{font-size:.95rem}.cluster-count{font-size:.75rem}}.map-container{position:relative;background:#1a1a1a;border-radius:15px;box-shadow:0 5px 15px #00000080;overflow:hidden;height:100%;border:1px solid #333}.map{width:100%;height:100%;z-index:0}.popup-content{padding:5px}.popup-content h4{margin:0 0 10px;font-size:1.1rem}.popup-content p{margin:5px 0;font-size:.9rem}.popup-content .coords{font-size:.8rem;color:#666;margin-top:8px}.map-legend{position:absolute;top:20px;right:20px;background:#1a1a1af2;padding:15px;border-radius:10px;box-shadow:0 2px 10px #00000080;z-index:1000;border:1px solid #333;max-height:calc(100vh - 250px);overflow-y:auto}.map-legend h4{color:#fff;margin-bottom:10px;font-size:1rem}.legend-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px;font-size:.9rem;color:#ccc}.legend-text{display:flex;flex-direction:column;gap:2px}.legend-range{font-size:.75rem;color:#999;font-style:italic}.legend-note{margin-top:10px;font-size:.8rem;color:#999;font-style:italic}.legend-divider{border-top:1px solid #444;margin:8px 0}.boundary-line{width:20px;height:4px;background:linear-gradient(to right,#667eea 10px,transparent 10px);background-size:15px 4px;display:inline-block;border-radius:1px}.color-dot{width:16px;height:16px;min-width:16px;min-height:16px;border-radius:50%;display:inline-block}.custom-cluster-icon{background:transparent!important;border:none!important;cursor:pointer}.custom-cluster-icon div{transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.custom-cluster-icon:hover div{transform:scale(1.1);box-shadow:0 4px 12px #0006!important}@media (max-width: 768px){.map-container{height:500px}.map-legend{top:10px;right:10px;font-size:.85rem;max-height:calc(100vh - 300px)}}body{margin:0;padding:0;background-color:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden;background-color:#000;gap:10px;padding:10px}.main-content{display:grid;grid-template-columns:350px 1fr;flex:1;overflow:hidden;gap:0}.sidebar{height:100%;overflow-y:auto;overflow-x:hidden}.map-section{display:flex;flex-direction:column;overflow:hidden;background-color:#000;height:100%}@media (max-width: 1200px){.main-content{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#000;min-height:100vh;overflow:hidden}#root{height:100vh;width:100vw}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;color:#fff}.loading-spinner{border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top:4px solid white;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{margin-top:20px;font-size:1.2rem}
