.entity-card{flex:0 0 320px;height:140px;background-color:#2a2a3e;border-radius:12px;overflow:hidden;position:relative;text-decoration:none;transform:translateZ(0);display:flex}.entity-card-bg{position:absolute;inset:-20px;background-size:cover;background-position:50%;filter:blur(40px) brightness(.65) saturate(1.4);transform:scale(1.3)}.entity-card-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,rgba(0,0,0,.25),transparent 50%,rgba(0,0,0,.15));pointer-events:none}.entity-card-content{position:relative;z-index:2;padding:16px 18px;display:flex;flex-direction:column;justify-content:space-between;width:65%;text-align:left;min-height:0}.entity-name{font-family:NewSpirit-SemiBold;color:#fff;font-size:1.5rem;line-height:1.2;letter-spacing:-.3px;text-shadow:0 1px 6px rgba(0,0,0,.4);text-align:left;margin:0;word-break:break-word}.entity-name-fandom{text-transform:capitalize}.entity-stats{display:flex;gap:24px;margin-top:8px}.entity-stat{display:flex;align-items:center;gap:4px}.entity-stat .stat-icon{width:13px;height:13px;fill:hsla(0,0%,100%,.75)}.entity-stat .stat-icon:not(svg){font-size:12px;line-height:1}.entity-stat .stat-value{color:#fff;font-family:Outfit-Bold;font-size:.8rem;text-shadow:0 1px 3px rgba(0,0,0,.4);line-height:1}.entity-card-cover{position:absolute;right:-6px;bottom:-14px;width:115px;height:115px;z-index:2;border-radius:6px;transform:rotate(18deg);box-shadow:-3px 3px 14px rgba(0,0,0,.5);object-fit:cover;pointer-events:none}.entity-card .verified-checkmark{display:inline-flex;align-items:center;justify-content:center;background:#1d9bf0;border-radius:50%;color:#fff;flex-shrink:0;margin-left:4px;vertical-align:middle;transform:translateY(-1px)}.entity-card .verified-checkmark--sm{width:13px;height:13px}.entity-card .verified-checkmark--sm svg{width:7px;height:7px;stroke-width:3}.entity-card--flexible{flex:1 1 320px;min-width:280px;max-width:320px}@media (max-width:768px){.entity-card{flex:0 0 260px;height:130px}.entity-name{font-size:1.15rem}.entity-card-cover{width:95px;height:95px;right:-4px;bottom:-10px}.entity-card--flexible{flex:1 1 260px;min-width:260px;max-width:260px}}