.roster-hero-card{--ui-height:48px;--ui-radius:99px;--fw-bold:700;--fw-semibold:600;--fw-medium:500;background-color:#121212;border:1px solid rgba(255,255,255,.1);min-height:auto;display:flex;justify-content:center;padding:2.5rem 3rem;position:sticky;top:96px;z-index:90;transition:all .4s ease;border-radius:24px;margin:0 auto 2.5rem;max-width:1300px;width:calc(100% - 24px)}.roster-hero-card:hover{box-shadow:0 20px 60px rgba(0,0,0,.4);border-color:rgba(255,234,0,.2)}.roster-hero-content{display:flex;flex-direction:column;justify-content:center;gap:2rem;width:100%}.roster-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.roster-hero-title{font-family:var(--font-manrope),sans-serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:var(--fw-semibold);color:#ffffff;line-height:1.1;letter-spacing:-.02em}.roster-top-info{display:flex;align-items:center;justify-content:flex-start;width:100%;margin-bottom:-.5rem}.roster-results-badge{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.08);padding:4px 12px;border-radius:99px;width:fit-content;border:1px solid rgba(255,255,255,.1)}.roster-results-count{color:var(--brand-yellow,#FFEA00);font-size:.95rem;font-weight:var(--fw-bold)}.roster-results-text{color:rgba(255,255,255,.6);font-size:.8rem;font-weight:var(--fw-medium);letter-spacing:.02em;text-transform:uppercase}.roster-controls-row{display:flex;align-items:center;gap:1rem;flex-wrap:nowrap;width:100%}.roster-search-and-toggle{display:flex;align-items:center;gap:12px;flex-shrink:0;width:320px}.roster-search-bar{display:flex;align-items:center;background-color:#ffffff;border-radius:999px;padding:0 1.25rem;height:var(--ui-height);flex-grow:1;transition:all .3s ease}.roster-search-bar .search-icon{color:#94a3b8;margin-right:.75rem;flex-shrink:0}.roster-search-input{border:none;background:transparent;width:100%;height:100%;font-size:14px;color:#0A0A0A;outline:none;font-family:inherit}.roster-mobile-filter-toggle{display:none;align-items:center;gap:8px;height:var(--ui-height);padding:0 16px;border-radius:99px;background:rgba(255,255,255,.1);color:#ffffff;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s ease;position:relative;font-family:inherit;font-weight:var(--fw-semibold)}.roster-mobile-filter-toggle.toggle-active{background:var(--brand-yellow,#FFEA00);color:#0A0A0A;border-color:var(--brand-yellow,#FFEA00)}.roster-mobile-filter-toggle .active-dot{position:absolute;top:6px;right:6px;width:8px;height:8px;background:var(--brand-yellow,#FFEA00);border-radius:50%;border:2px solid #121212}.roster-mobile-filter-toggle.toggle-active .active-dot{background:#121212;border-color:var(--brand-yellow,#FFEA00)}.roster-filters-group{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap;flex-grow:1}.roster-filter-pill{height:var(--ui-height)!important;white-space:nowrap}.roster-clear-btn{width:var(--ui-height);height:var(--ui-height);border-radius:50%;border:1px solid #ef4444;color:#ef4444;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.roster-clear-btn:not(.inactive):hover{background:#ef4444;color:#ffffff;transform:rotate(90deg)}.roster-clear-btn.inactive{opacity:.35;cursor:default;border-color:rgba(239,68,68,.4);color:rgba(239,68,68,.6)}.roster-clear-btn .clear-text{display:none}@media (max-width:1024px){.roster-hero-card{padding:2rem}}@media (max-width:768px){.roster-hero-card{padding:1.25rem;border-radius:20px;top:90px;margin:0 12px 1.5rem;width:calc(100% - 24px)}.roster-title-row{display:none}.roster-hero-content{gap:0}.roster-controls-row{flex-direction:column;align-items:stretch;gap:0}.roster-search-and-toggle{width:100%}.roster-top-info{justify-content:center;margin-bottom:1rem}.roster-mobile-filter-toggle{display:flex}.roster-filters-group{max-height:0;overflow:hidden;opacity:0;margin-top:0;transition:all .4s cubic-bezier(.4,0,.2,1);display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0;width:100%}.roster-filters-group.filters-visible{max-height:500px;opacity:1;margin-top:1.25rem;padding-bottom:.5rem}.roster-filter-pill{width:100%;min-width:0}.roster-clear-btn{grid-column:span 2;margin-top:.5rem;height:var(--ui-height);background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3);width:100%;border-radius:99px;gap:8px}.roster-clear-btn .clear-text{display:block;font-size:.85rem;font-weight:var(--fw-semibold)}}@media (max-width:480px){.roster-filters-group{grid-template-columns:repeat(2,1fr);gap:8px}}.roster-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:24px;width:100%;max-width:1300px;margin:0 auto;padding:0 12px}@media (min-width:1400px){.roster-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:640px){.roster-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.roster-card{--radius-card:24px;--brand-purple:#A07CFE;--brand-yellow:#FFEA00;--fw-bold:700;--fw-semibold:600;--fw-medium:500;display:block;width:100%;aspect-ratio:4/5;border-radius:var(--radius-card);overflow:hidden;position:relative;background-color:transparent;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s ease;-webkit-user-select:none;user-select:none;cursor:default;text-decoration:none;content-visibility:auto;contain-intrinsic-size:auto 320px 400px;animation:rosterCardFadeIn .5s ease-out forwards;transform:translateZ(0);backface-visibility:hidden}@keyframes rosterCardFadeIn{0%{opacity:0;transform:translate3d(0,15px,0)}to{opacity:1;transform:translateZ(0)}}.roster-card:hover{transform:translate3d(0,-4px,0);box-shadow:0 20px 40px rgba(0,0,0,.4)}.roster-card-image-container{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1e1e1e,#121212);border-radius:inherit}.roster-card-image{object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);border-radius:inherit}.roster-card:hover .roster-card-image{transform:scale(1.05)}.roster-card-overlay{position:absolute;top:0;left:0;height:100%;flex-direction:column;padding:1rem;color:#ffffff;z-index:2}.roster-card-overlay,.roster-card-top-actions{width:100%;display:flex;justify-content:space-between}.roster-card-top-actions{align-items:flex-start}.roster-card-source-badge{display:inline-block;padding:.25rem .55rem;border-radius:.5rem;font-size:.65rem;font-weight:var(--fw-bold);letter-spacing:.06em;text-transform:uppercase;background:var(--brand-yellow);color:#0A0A0A;line-height:1.2}.roster-card-mobile-view-btn{display:none;width:2.2rem;height:2.2rem;border-radius:50%;background-color:var(--brand-purple);border:none;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.2)}.roster-card-mobile-view-btn:active{transform:scale(.9);background-color:var(--brand-yellow)}.roster-card-bottom-content{position:absolute;bottom:0;left:0;width:100%;padding:2.5rem 1rem 1rem;background:linear-gradient(0deg,rgba(0,0,0,.95) 0,rgba(0,0,0,.7) 40%,rgba(0,0,0,.3) 75%,transparent);display:flex;flex-direction:column;justify-content:flex-end;border-radius:0 0 var(--radius-card) var(--radius-card);pointer-events:none}.roster-card-bottom-content>*{pointer-events:auto}.roster-card-title{font-family:var(--font-manrope),sans-serif;font-size:1.25rem;font-weight:var(--fw-bold);margin-bottom:.2rem;line-height:1.2;color:#ffffff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.roster-card-location-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.8rem;font-weight:var(--fw-medium);opacity:.6;margin-bottom:.75rem;letter-spacing:.05em}.roster-card-location-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.roster-card-age-meta{display:inline-flex;align-items:center;gap:.22rem;white-space:nowrap;flex-shrink:0}.roster-card-age-icon{font-size:.9rem}.roster-card-footer-row{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15);gap:1rem}.roster-card-stats-col{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;flex:1 1}.roster-card-stat-item{display:flex;align-items:center;gap:.4rem}.roster-card-stat-link{text-decoration:none;display:inline-flex;align-items:center;gap:.35rem;transition:transform .2s ease,opacity .2s ease;cursor:pointer;opacity:.95}.roster-card-stat-link:hover{transform:translate3d(0,-1px,0);opacity:1}.roster-card-stat-link .roster-card-icon-box{display:flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;transition:transform .2s ease}.roster-card-stat-link .roster-card-icon-box img{width:100%;height:100%;object-fit:contain;display:block}.roster-card-stat-link:hover .roster-card-icon-box{transform:scale(1.15)}.roster-card-stat-link .roster-card-followers{font-size:.9rem;font-weight:var(--fw-bold);color:var(--brand-yellow);white-space:nowrap}@media (max-width:768px){.desktop-only,.roster-card-mobile-view-btn{display:none}.roster-card-stats-col{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.6rem;flex:1 1}.roster-card-footer-row{display:flex;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1);gap:.6rem;margin-top:.25rem}.roster-card-stat-link{gap:.25rem}.roster-card-stat-link .roster-card-icon-box{width:.9rem;height:.9rem}.roster-card-stat-link .roster-card-followers{font-size:.75rem}.roster-card-title{font-size:.95rem;margin-bottom:.1rem}.roster-card-location-row{margin-bottom:0;font-size:.7rem;gap:.5rem}.roster-card-age-icon{font-size:.8rem}}