.roster-page[data-astro-cid-vd4fo535]{padding:4rem 0;min-height:60vh}.container[data-astro-cid-vd4fo535]{max-width:1200px;margin:0 auto;padding:0 1rem}.roster-header[data-astro-cid-vd4fo535]{margin-bottom:3rem}.roster-title[data-astro-cid-vd4fo535]{font-size:64px;font-weight:100;color:#000;margin:0 0 2rem;line-height:1;font-family:var(--font-family);text-transform:uppercase}.filters[data-astro-cid-vd4fo535]{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.filter-group[data-astro-cid-vd4fo535]{display:flex;gap:1rem;flex-wrap:wrap}.filter-dropdown[data-astro-cid-vd4fo535]{position:relative;display:inline-block}.filter-btn[data-astro-cid-vd4fo535]{display:flex;align-items:center;gap:.5rem;padding:8px 16px;border:1px solid #000000;background:transparent;color:#000;font-size:14px;font-weight:400;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .2s ease;font-family:var(--font-family)}.filter-btn[data-astro-cid-vd4fo535]:hover{background:#000;color:#fff}.dropdown-arrow[data-astro-cid-vd4fo535]{transition:transform .2s ease}.filter-dropdown[data-astro-cid-vd4fo535]:hover .dropdown-arrow[data-astro-cid-vd4fo535]{transform:rotate(180deg)}.dropdown-menu[data-astro-cid-vd4fo535]{position:absolute;top:100%;left:0;background:#fff;border:1px solid #000000;border-top:none;min-width:120px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1000}.filter-dropdown[data-astro-cid-vd4fo535]:hover .dropdown-menu[data-astro-cid-vd4fo535],.filter-dropdown[data-astro-cid-vd4fo535].active .dropdown-menu[data-astro-cid-vd4fo535]{opacity:1;visibility:visible;transform:translateY(0)}.filter-dropdown[data-astro-cid-vd4fo535].active .dropdown-arrow[data-astro-cid-vd4fo535]{transform:rotate(180deg)}.dropdown-item[data-astro-cid-vd4fo535]{display:block;padding:8px 16px;color:#000;text-decoration:none;font-size:14px;transition:all .2s ease;border-bottom:1px solid #f0f0f0}.dropdown-item[data-astro-cid-vd4fo535]:last-child{border-bottom:none}.dropdown-item[data-astro-cid-vd4fo535]:hover{background:#f0f0f0;color:#000}.dropdown-item[data-astro-cid-vd4fo535].active{background:#000;color:#fff}.radio-group[data-astro-cid-vd4fo535]{display:flex;gap:1.5rem;align-items:center}.radio-option[data-astro-cid-vd4fo535]{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:14px;color:#000;transition:color .2s ease}.radio-option[data-astro-cid-vd4fo535]:hover{color:#666}.radio-option[data-astro-cid-vd4fo535] input[data-astro-cid-vd4fo535][type=radio]{display:none}.radio-custom[data-astro-cid-vd4fo535]{width:16px;height:16px;border:2px solid #000000;border-radius:50%;position:relative;transition:all .2s ease}.radio-option[data-astro-cid-vd4fo535] input[data-astro-cid-vd4fo535][type=radio]:checked+.radio-custom[data-astro-cid-vd4fo535]{border-color:#000}.radio-option[data-astro-cid-vd4fo535] input[data-astro-cid-vd4fo535][type=radio]:checked+.radio-custom[data-astro-cid-vd4fo535]:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#000;border-radius:50%}.artists-grid[data-astro-cid-vd4fo535]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.artist-card[data-astro-cid-vd4fo535]{display:flex;flex-direction:column;cursor:pointer;transition:all .3s ease}.artist-card[data-astro-cid-vd4fo535].hidden{display:none}.artist-image[data-astro-cid-vd4fo535]{width:100%;aspect-ratio:1;overflow:hidden;background:#f0f0f0;display:flex;align-items:center;justify-content:center}.artist-image[data-astro-cid-vd4fo535] img[data-astro-cid-vd4fo535]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.artist-card[data-astro-cid-vd4fo535]:hover .artist-image[data-astro-cid-vd4fo535] img[data-astro-cid-vd4fo535]{transform:scale(1.05)}.artist-info[data-astro-cid-vd4fo535]{padding:1rem 0}.artist-name[data-astro-cid-vd4fo535]{font-size:24px;font-weight:600;color:#000;margin:0 0 .5rem;font-family:var(--font-family);text-transform:uppercase;transition:all .3s ease}.artist-card[data-astro-cid-vd4fo535]:hover .artist-name[data-astro-cid-vd4fo535]{text-decoration:underline}.artist-origin[data-astro-cid-vd4fo535]{font-size:14px;color:#666;margin:0 0 .5rem}.artist-status[data-astro-cid-vd4fo535]{font-size:12px;color:#4caf50;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin:0;background:#4caf501a;padding:4px 8px;border-radius:4px;display:inline-block}.artist-status[data-astro-cid-vd4fo535].unavailable{color:#f44336;background:#f443361a;padding:4px 8px}@media (max-width: 768px){.roster-title[data-astro-cid-vd4fo535]{font-size:48px}.artists-grid[data-astro-cid-vd4fo535]{grid-template-columns:repeat(2,1fr);gap:1.5rem}.filters[data-astro-cid-vd4fo535]{flex-direction:column;align-items:flex-start;gap:1rem}.filter-group[data-astro-cid-vd4fo535]{gap:.5rem}.filter-btn[data-astro-cid-vd4fo535]{padding:6px 12px;font-size:12px}.radio-group[data-astro-cid-vd4fo535]{gap:1rem;flex-wrap:wrap}.radio-option[data-astro-cid-vd4fo535]{font-size:12px}}@media (max-width: 480px){.roster-title[data-astro-cid-vd4fo535]{font-size:36px}.artists-grid[data-astro-cid-vd4fo535]{gap:1rem}}
