.bsw-radar-section{margin-top:2.5rem;margin-bottom:2.5rem;background:rgb(38 40 53 / .6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .1);box-shadow:0 4px 30px rgb(0 0 0 / .1);border-radius:.75rem;overflow:hidden}.bsw-radar-section summary{padding:0rem 1rem;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;outline:none}.bsw-radar-section summary::-webkit-details-marker{display:none}#bsw-radar-map{height:350px;width:100%;border-radius:.5rem;background-color:#262835;z-index:1;position:relative}.bsw-radar-content{padding:0 1rem 1rem 1rem}.leaflet-container{font-family:inherit;background:#262835}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:rgb(38 40 53 / .9);color:#eee;backdrop-filter:blur(5px);border:1px solid rgb(255 255 255 / .1)}.leaflet-popup-content{margin:.5rem .75rem;font-size:.9rem}.leaflet-bar a{background-color:rgb(38 40 53 / .8);color:#fff;border-bottom:1px solid rgb(255 255 255 / .2);text-decoration:none!important}.leaflet-bar a:hover{background-color:rgb(102 178 255 / .3);color:#fff;text-decoration:none!important}.leaflet-control-attribution{background:rgb(38 40 53 / .4)!important;color:#888!important;font-size:0.65rem!important;opacity:.7}.leaflet-control-attribution a{color:#999!important;text-decoration:none!important}.bsw-radar-controls{margin-top:1rem;display:flex;align-items:center;gap:1rem;padding:0 .25rem;border:none!important;background:transparent!important;outline:none!important}.bsw-radar-slider{flex-grow:1;-webkit-appearance:none!important;appearance:none!important;background:transparent!important;height:20px;border:none!important;outline:none;cursor:pointer;margin:0;padding:0}.bsw-radar-slider:focus{outline:none;box-shadow:none}.bsw-radar-slider::-moz-focus-outer{border:0}.bsw-radar-slider::-webkit-slider-runnable-track{width:100%;height:4px;background:rgb(255 255 255 / .15);border-radius:2px;border:none}.bsw-radar-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:14px;width:14px;border-radius:50%;background:#66B2FF;margin-top:-5px;box-shadow:0 0 0 2px #262835,0 0 10px rgb(102 178 255 / .5);transition:transform 0.1s ease,box-shadow 0.2s}.bsw-radar-slider:active::-webkit-slider-thumb{transform:scale(1.2);box-shadow:0 0 0 2px #262835,0 0 15px rgb(102 178 255 / .8)}.bsw-radar-slider::-moz-range-thumb{height:14px;width:14px;border:none;border-radius:50%;background:#66B2FF;box-shadow:0 0 0 2px #262835,0 0 10px rgb(102 178 255 / .5);transition:transform 0.1s ease,box-shadow 0.2s}.bsw-radar-slider:active::-moz-range-thumb{transform:scale(1.2);box-shadow:0 0 0 2px #262835,0 0 15px rgb(102 178 255 / .8)}.bsw-radar-slider::-moz-range-track{width:100%;height:4px;background:rgb(255 255 255 / .15);border-radius:2px;border:none}.bsw-radar-time{font-size:.9rem;font-weight:600;color:#eee;min-width:50px;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap;display:none}.bsw-radar-section[open] .bsw-radar-time{display:block}.bsw-radar-play{background:none;border:none;color:#fff;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:color 0.2s;outline:none}.bsw-radar-play:hover{color:#66B2FF}.bsw-radar-play .material-symbols-rounded{font-size:2rem}.bsw-radar-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid rgb(255 255 255 / .1)}.bsw-radar-legend-item{display:flex;align-items:center;gap:.3rem}.bsw-radar-legend-color{width:8px;height:8px;border-radius:50%;display:block}.bsw-radar-legend-label{font-size:.7rem;color:#aaa;font-weight:500}.bsw-radar-loader{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(38 40 53 / .4);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;pointer-events:none;transition:opacity 0.2s ease;border-radius:.5rem}.bsw-radar-loader.active{opacity:1;pointer-events:all}.bsw-radar-spinner{width:40px;height:40px;border:3px solid rgb(255 255 255 / .1);border-radius:50%;border-top-color:#66B2FF;animation:bsw-radar-spin 1s ease-in-out infinite}@keyframes bsw-radar-spin{to{transform:rotate(360deg)}}