.popularity-radar{--radar-bg:#fff;--radar-text:#182333;--radar-muted:#526176;--radar-border:#dce2eb;--radar-track:#e7e8f4;--radar-hover:#f6f5ff;--radar-accent:#6842c2}
.popularity-radar>h3{color:var(--radar-text)}.popularity-radar__intro{color:var(--radar-muted);font-size:.85rem;margin-bottom:.8rem}
.popularity-radar [hidden]{display:none!important}
.popularity-radar__tabs{display:flex;gap:.4rem;margin-bottom:.75rem}
.popularity-radar__tabs button{flex:1;display:flex;min-width:0;min-height:54px;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;border:1px solid var(--radar-border);border-radius:.55rem;padding:.55rem .35rem;background:var(--radar-bg);color:var(--radar-text);font-size:.9rem;font-weight:600;line-height:1.2;text-align:center;cursor:pointer}
.popularity-radar__tabs button[aria-selected=true]{background:var(--radar-track);border-color:var(--radar-accent);color:var(--radar-accent)}
.popularity-radar__tab-label,.popularity-radar__tab-count{display:block;max-width:100%;overflow-wrap:anywhere}
.popularity-radar__tab-count{color:var(--radar-muted);font-size:.68rem;font-weight:600}
.popularity-radar__tabs button[aria-selected=true] .popularity-radar__tab-count{color:var(--radar-accent)}
.popularity-radar a:focus-visible,.popularity-radar__tabs button:focus-visible,.popularity-radar__more summary:focus-visible{outline:3px solid var(--radar-accent);outline-offset:2px}
.popularity-radar__panel{min-width:0;margin-bottom:.75rem}
.popularity-radar__fallback-heading{font-size:1rem;color:var(--radar-text);padding:1rem;margin:0}.popularity-radar[data-ready] .popularity-radar__fallback-heading{display:none}
.popularity-radar__list{list-style:none;margin:0;padding:0;display:grid;gap:.65rem}
.popularity-radar__row{height:100%;display:grid;grid-template-columns:96px minmax(0,1fr);gap:.75rem;align-items:center;padding:.6rem;border:1px solid var(--radar-border);border-radius:.75rem;background:var(--radar-bg);box-shadow:0 3px 12px #14223b08}
.popularity-radar__thumbnail{position:relative;display:block;align-self:start;border-radius:.5rem;overflow:hidden;background:var(--radar-track)}
.popularity-radar__thumbnail img{display:block;width:100%;height:84px;object-fit:cover}.popularity-radar__row[data-type=profile] img,.popularity-radar__row[data-type=organization] img{object-fit:contain}
.popularity-radar__copy{min-width:0}.popularity-radar__meta{display:flex;align-items:center;justify-content:space-between;gap:.35rem;margin-bottom:.35rem}
.popularity-radar__badge{font-size:.68rem;line-height:1.5;padding:.1rem .4rem;border-radius:.3rem;background:var(--radar-track);color:var(--radar-accent);font-weight:600}
.popularity-radar__name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-family:var(--font-playfair);font-size:1.05rem;font-weight:600;line-height:1.25;overflow-wrap:anywhere;color:var(--radar-accent)}
.popularity-radar__name:hover,.popularity-radar__highlight:hover{text-decoration:underline;color:var(--radar-accent)}
.popularity-radar__source,.popularity-radar__highlight{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:.35rem 0 0;font-size:.73rem;line-height:1.35;color:var(--radar-muted);overflow-wrap:anywhere}.popularity-radar__highlight>span:first-child{font-weight:600}
.popularity-radar__more summary{padding:.6rem .2rem;cursor:pointer;font-size:.8rem;font-weight:600;color:var(--radar-accent)}
.popularity-radar__empty{padding:1.5rem 1rem;margin:0;color:var(--radar-muted)}
body.dark .popularity-radar,body.dark-mode .popularity-radar,html.dark .popularity-radar{--radar-bg:#111a2b;--radar-text:#f3f5fb;--radar-muted:#b0bbd0;--radar-border:#29344b;--radar-track:#2a284b;--radar-hover:#1c2640;--radar-accent:#bd9af7}
@media(min-width:992px){.popularity-radar__list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767.98px){.popularity-radar__tabs{gap:.3rem}.popularity-radar__tabs button{flex:1 1 auto;font-size:.76rem;padding:.55rem .2rem}.popularity-radar__tab-count{font-size:.62rem}.popularity-radar__row{grid-template-columns:80px minmax(0,1fr);padding:.6rem;gap:.65rem}.popularity-radar__thumbnail img{height:84px}.popularity-radar__name{font-size:1.05rem}.popularity-radar__counts{font-size:.62rem}}
