.radar-discovery{align-items:stretch;gap:18px;flex-wrap:wrap}
.radar-discovery .section-title{min-width:220px}
.radar-search{position:relative;display:flex;align-items:center;flex:1 1 360px;min-width:280px;max-width:560px;height:48px;border:1px solid #26364b;border-radius:15px;background:#0b1119;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.radar-search:focus-within{border-color:#dfff24;box-shadow:0 0 0 3px rgba(223,255,36,.10)}
.radar-search svg{width:20px;height:20px;margin-left:15px;fill:none;stroke:#9db0c8;stroke-width:2;stroke-linecap:round;pointer-events:none}
.radar-search input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#f5f8ff;padding:0 44px 0 11px;font:inherit;font-weight:700}
.radar-search input::placeholder{color:#6f8299;font-weight:600}
.radar-search-clear{position:absolute;right:9px;width:31px;height:31px;border:0;border-radius:9px;background:transparent;color:#8092aa;font-size:24px;line-height:1;cursor:pointer;opacity:0;pointer-events:none;transition:.15s ease}
.radar-search.has-value .radar-search-clear{opacity:1;pointer-events:auto}
.radar-search-clear:hover{background:#182231;color:#fff}
.radar-filter-row{width:100%;display:flex;justify-content:space-between;gap:16px;align-items:flex-end;flex-wrap:wrap}
.radar-filter-row .filters{flex:1 1 520px}
.radar-advanced-filters{display:flex;gap:10px;flex:0 1 auto}
.radar-advanced-filters label{display:grid;gap:5px}
.radar-advanced-filters label>span{font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:900;color:#7890ab;padding-left:3px}
.radar-advanced-filters select{height:39px;min-width:136px;border:1px solid #27384e;border-radius:12px;background:#101823;color:#eaf0f8;padding:0 32px 0 12px;font-weight:800;outline:none;cursor:pointer}
.radar-advanced-filters select:focus{border-color:#dfff24;box-shadow:0 0 0 2px rgba(223,255,36,.09)}
.active-search-summary{width:100%;font-size:13px;color:#9eb0c5;padding-top:2px}
.active-search-summary strong{color:#dfff24}
.status.search-empty{padding:32px;border:1px dashed #29384b;border-radius:18px;text-align:center;background:#0c121a;color:#9eafc3}
@media(max-width:760px){
  .radar-discovery{display:block}
  .radar-discovery .section-title{margin-bottom:14px}
  .radar-search{width:100%;max-width:none;min-width:0;margin-bottom:14px;height:46px}
  .radar-filter-row{display:block}
  .radar-filter-row .filters{display:flex;overflow-x:auto;scrollbar-width:none;padding-bottom:4px;margin-bottom:12px}
  .radar-filter-row .filters::-webkit-scrollbar{display:none}
  .radar-filter-row .filters button{flex:0 0 auto}
  .radar-advanced-filters{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:8px}
  .radar-advanced-filters select{width:100%;min-width:0}
}
