*{box-sizing:border-box}.choreographer-page{min-height:100vh;margin:0;background:#f5f3f8;color:#17151e}.list-header{height:82px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:#17151e;color:white}.list-header nav{display:flex;gap:24px}.list-header nav a{color:#c8c3cd;text-decoration:none;font-size:12px}.list-header nav a.active{color:#ceff45}
.list-hero{padding:85px max(24px,calc((100vw - 1180px)/2)) 70px;background:#17151e;color:white}.list-hero>p,.list-title p{margin:0;color:#ceff45;font:800 10px Arial;letter-spacing:.2em}.list-hero h1{margin:14px 0 34px;font-size:clamp(40px,5vw,68px);line-height:1.1;letter-spacing:-.06em}.list-hero h1 em{color:#ceff45;font-style:normal}.list-hero form{max-width:650px;padding:6px;display:flex;border-radius:12px;background:white}.list-hero input{min-width:0;flex:1;height:48px;padding:0 15px;border:0;outline:0}.list-hero button{width:100px;border:0;border-radius:9px;background:#6c3df4;color:white;font-weight:700;cursor:pointer}
.list-content{width:min(100% - 40px,1180px);margin:auto;padding:65px 0 100px}.list-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:26px}.list-title p{color:#6c3df4}.list-title h2{margin:7px 0 0;font-size:34px}.list-title>span{color:#77717e;font-size:12px}.choreographer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.choreographer-card{overflow:hidden;border-radius:18px;background:white;box-shadow:0 12px 35px rgba(32,23,48,.06)}.card-photo{height:250px;position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#8c6df0,#6037d6)}.card-photo img{width:100%;height:100%;object-fit:cover}.card-photo>span{color:white;font-size:68px;font-weight:800}.card-photo b{position:absolute;right:12px;bottom:12px;padding:6px 9px;border-radius:99px;background:rgba(23,21,30,.82);color:#ceff45;font:700 9px Arial}.card-body{padding:18px}.card-body small{color:#6c3df4;font:700 8px Arial;letter-spacing:.14em}.card-body h3{margin:7px 0 5px;font-size:20px}.card-body p{margin:0 0 17px;color:#77717e;font-size:11px}.card-body a,.no-video{color:#17151e;font-size:11px;font-weight:700;text-decoration:none}.no-video{color:#aaa5af}.empty-list{padding:70px;text-align:center;border-radius:18px;background:white;color:#77717e}
.card-body .card-meta{margin-bottom:12px}.card-body .card-introduction{display:-webkit-box;overflow:hidden;min-height:36px;line-height:1.6;white-space:pre-line;-webkit-box-orient:vertical;-webkit-line-clamp:2}
@media(max-width:980px){.choreographer-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.list-header nav a:first-child{display:none}.list-hero{padding-top:60px}.choreographer-grid{grid-template-columns:repeat(2,1fr)}.card-photo{height:230px}}@media(max-width:480px){.list-header nav{gap:12px}.list-hero form{display:grid}.list-hero button{width:100%;height:44px}.choreographer-grid{grid-template-columns:1fr}.card-photo{height:330px}}
