.filmmaker-carousel-container{background:linear-gradient(to right,var(--bg-primary,#fff)0%,#fff0 10%,#fff0 90%,var(--bg-primary,#fff)100%);z-index:1;width:100%;padding:2rem 0;position:relative;overflow:hidden}.carousel-track{gap:2rem;width:max-content;padding:0 1rem;animation:40s linear infinite scroll;display:flex}.carousel-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.carousel-card{color:inherit;flex-direction:column;flex-shrink:0;align-items:center;gap:.75rem;width:120px;text-decoration:none;transition:transform .2s;display:flex}.carousel-card:hover{transform:translateY(-5px)}.carousel-image-wrapper{border:2px solid #fff;border-radius:50%;width:100px;height:100px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.carousel-image{object-fit:cover;width:100%;height:100%}.carousel-info{text-align:center}.carousel-name{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:.9rem;font-weight:600;display:block;overflow:hidden}.carousel-role{color:#666;margin-top:.2rem;font-size:.75rem;display:block}
.browse-page{background:var(--bg-primary);min-height:100vh}.browse-header{text-align:center;background:var(--bg-primary);border-bottom:1px solid var(--border-light);margin-bottom:2rem;padding:6rem 0 4rem}.browse-header h1{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:700}.subtitle{font-family:var(--font-body);color:var(--text-secondary);max-width:600px;margin-left:auto;margin-right:auto;font-size:1.25rem}.featured-section{border-bottom:1px solid var(--border-light);margin-bottom:4rem;padding:4rem 0}.featured-section h2{font-family:var(--font-heading);text-align:center;margin-bottom:3rem;font-size:2rem}.filter-container{padding:2rem 0}.filters-grid{flex-direction:column;gap:2rem;display:flex}.filter-group{flex-direction:column;display:flex}.filter-group h3{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:1rem;font-size:.9rem;font-weight:600}.subsection-header{color:#666;margin-bottom:.5rem;font-size:.9rem;font-weight:400}.role-filters,.state-filters{flex-wrap:wrap;gap:.75rem;display:flex}.filter-row-split{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.filter-row-split{grid-template-columns:3fr 2fr}}.more-states-details{width:100%;margin-top:1rem}.more-states-details summary{cursor:pointer;color:var(--text-secondary);-webkit-user-select:none;user-select:none;margin-bottom:.5rem;font-size:.9rem;font-weight:500;text-decoration:underline}.expanded-states{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:4px;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;padding:1rem;display:flex}.filter-pill{border-radius:var(--border-radius-sm);border:1px solid var(--border);color:var(--text-secondary);font-family:var(--font-body);white-space:nowrap;background:#fff;padding:.6rem 1.2rem;font-size:.95rem;text-decoration:none;transition:all .2s}.filter-pill:hover{border-color:var(--text-primary);color:var(--text-primary)}.filter-pill.active{background:var(--text-primary);border-color:var(--text-primary);color:#fff}.filmmakers-grid{grid-template-columns:1fr;gap:2rem;padding-bottom:6rem;display:grid}@media (min-width:640px){.filmmakers-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (min-width:1024px){.filmmakers-grid{grid-template-columns:repeat(4,1fr)}}.empty-state{text-align:center;background:var(--bg-secondary);border:1px dashed var(--border);border-radius:var(--border-radius-md);margin-top:2rem;padding:6rem 2rem}.empty-state p{font-family:var(--font-heading);color:var(--text-secondary);margin-bottom:2rem;font-size:1.5rem}.results-count{font-family:var(--font-body);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-top:1px solid var(--border-light);margin:1rem 0 2rem;padding-top:1rem;font-size:.9rem}@media (max-width:767px){.browse-header h1{font-size:2.5rem}}
