.Artists_pageContainer__N_N5q{min-height:100vh;display:flex;flex-direction:column}.Artists_main__eqY_u{flex:1 1;padding-top:var(--header-height-desktop)}.Artists_artistsSection__FZiZC{padding:2rem 0;background:#f9f7f4;min-height:80vh}.Artists_container__urWvw{max-width:1200px;margin:0 auto;padding:0 2rem}.Artists_artistsGrid__nBtwp{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.Artists_artistCard__UGF9l{background:white;border:2px solid #3e1c56;border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%}.Artists_artistCard__UGF9l:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(62,28,86,.2);border-color:#055474}.Artists_artistImage__ftujR{width:100%;height:200px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center;position:relative}.Artists_artistImage__ftujR img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.Artists_artistCard__UGF9l:hover .Artists_artistImage__ftujR img{transform:scale(1.05)}.Artists_imagePlaceholder__MEuP_{color:#999;background:#f0f0f0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.Artists_artistInfo__Ewg9Q{padding:1.5rem;display:flex;flex-direction:column;flex:1 1}.Artists_artistName__71cpg{font-size:1.25rem;font-weight:600;color:#3e1c56;margin:0 0 .5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.Artists_artistLocation__O4ZWY{font-size:.9rem;color:#055474;margin:0 0 .5rem;font-weight:500}.Artists_artistCategories__HAAWa{font-size:.85rem;color:#666;margin:0 0 .75rem;font-style:italic;-webkit-line-clamp:1}.Artists_artistBio__GGfzG,.Artists_artistCategories__HAAWa{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.Artists_artistBio__GGfzG{font-size:.9rem;color:#555;line-height:1.4;margin:0 0 1rem;flex:1 1;-webkit-line-clamp:3}.Artists_cardFooter__odrIz{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.Artists_viewProfile__hkmmp{color:#3e1c56;font-weight:600;font-size:.9rem;transition:color .2s ease}.Artists_artistCard__UGF9l:hover .Artists_viewProfile__hkmmp{color:#055474}.Artists_customBadge__gKaDf{background:#055474;color:white;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}.Artists_skeletonCard__Q9WWj{background:white;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden;height:400px;display:flex;flex-direction:column}.Artists_skeletonImage__JP76I{width:100%;height:200px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:Artists_shimmer__c2yv8 1.5s infinite}.Artists_skeletonContent__4pf8h{padding:1.5rem;flex:1 1;display:flex;flex-direction:column;gap:.75rem}.Artists_skeletonText__WpcoR{height:1rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:Artists_shimmer__c2yv8 1.5s infinite;border-radius:4px}.Artists_skeletonText__WpcoR:first-child{width:80%}.Artists_skeletonText__WpcoR:nth-child(2){width:60%}.Artists_skeletonText__WpcoR:nth-child(3){width:90%}.Artists_skeletonText__WpcoR:nth-child(4){width:70%}@keyframes Artists_shimmer__c2yv8{0%{background-position:-200% 0}to{background-position:200% 0}}.Artists_loadMoreContainer__9mS9F{text-align:center;margin:2rem 0}.Artists_loadMoreButton__LDF6v{background:var(--primary-color);color:white;border:none;padding:1rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.Artists_loadMoreButton__LDF6v:hover{background:#055474;transform:translateY(-2px);box-shadow:0 6px 20px rgba(62,28,86,.2)}.Artists_loadMoreButton__LDF6v:active{transform:translateY(0)}.Artists_emptyState__m7fia{text-align:center;padding:4rem 2rem;color:#666}.Artists_emptyIcon__AuH55{font-size:4rem;margin-bottom:1rem}.Artists_emptyState__m7fia h3{font-size:1.5rem;color:#3e1c56;margin-bottom:1rem}.Artists_errorMessage__oFQDU{text-align:center;padding:2rem;background:#fee;border:1px solid #fcc;border-radius:8px;margin-bottom:2rem}.Artists_errorMessage__oFQDU p{color:#c33;margin-bottom:1rem}.Artists_retryButton__B7dIi{background:#c33;color:white;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:500}.Artists_retryButton__B7dIi:hover{background:#a22}@media (max-width:768px){.Artists_main__eqY_u{padding-top:var(--header-height-mobile)}.Artists_artistsSection__FZiZC{padding:1rem 0}.Artists_container__urWvw{padding:0 1rem}.Artists_artistsGrid__nBtwp{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.Artists_artistInfo__Ewg9Q{padding:1rem}.Artists_artistName__71cpg{font-size:1.1rem}}@media (max-width:480px){.Artists_artistsGrid__nBtwp{grid-template-columns:1fr;gap:1rem}.Artists_artistCard__UGF9l{margin:0 auto;max-width:320px}}