.artists-page{z-index:1;max-width:1120px;margin:0 auto;padding:24px 0 48px;position:relative}.artists-page__nav-wrap{background:#070e1e80;border:1px solid #81a4db1f;border-radius:14px;padding:clamp(12px,2vw,16px) clamp(12px,2vw,20px);overflow:hidden}.artists-page__content{min-height:200px;padding:28px 0 32px}.artists-page__empty{color:#bed1f266;text-align:center;justify-content:center;align-items:center;padding:60px 20px;font-size:15px;display:flex}.artists-page__letter-title{color:#aec6f173;text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:12px;margin:0 0 20px;font-size:12px;font-weight:700;display:flex}.artists-page__letter-title:after{content:"";background:#81a4db1f;flex:1;height:1px}.artists-page__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.artist-card{background:#070e1e8c;border:1px solid #81a4db21;border-radius:14px;flex-direction:column;align-items:center;gap:10px;padding:18px 14px 14px;text-decoration:none;transition:background .15s,border-color .15s,transform .12s;display:flex}.artist-card:hover{background:#142341bf;border-color:#81a4db47;transform:translateY(-2px)}.artist-card__photo{object-fit:cover;border-radius:50%;flex-shrink:0;width:88px;height:88px;display:block;box-shadow:0 2px 10px #00000059}.artist-card__photo-placeholder{color:#81a4db40;background:#81a4db14;border:1px solid #81a4db26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:88px;height:88px;font-size:30px;line-height:1;display:flex}.artist-card__name{color:#dce8ff;text-align:center;word-break:break-word;font-size:13px;font-weight:600;line-height:1.35}.artist-card__count{color:#aec6f173;margin-top:-2px;font-size:12px}@media (max-width:600px){.artists-page{padding:12px 12px 36px}.artists-page__nav-wrap{padding:12px}.artists-page__grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.artist-card__photo,.artist-card__photo-placeholder{width:72px;height:72px}}
