.artistProfileCard_card__9pJz_{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-2xl) var(--spacing-xl);border-radius:var(--radius-2xl) var(--radius-md) var(--radius-md) var(--radius-2xl);text-align:center;min-height:300px;position:relative;overflow:hidden}.artistProfileCard_avatarContainer__blNd9{margin-bottom:var(--spacing-lg);position:relative;z-index:1}.artistProfileCard_avatarWrapper__mGp7B{width:100px;height:100px;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.3);box-shadow:0 8px 24px rgba(0,0,0,.2);background:var(--color-bg)}.artistProfileCard_avatar__MNYg0{width:100%;height:100%;object-fit:cover}.artistProfileCard_name__mbBfg{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);font-family:var(--font-display),sans-serif;color:var(--ivory-100);margin-bottom:var(--spacing-md);text-transform:uppercase;letter-spacing:.05em;text-shadow:0 2px 8px rgba(0,0,0,.3)}.artistProfileCard_description__CDXkU{font-size:var(--font-size-sm);color:var(--ivory-100);line-height:1.5;margin-bottom:var(--spacing-xl);max-width:100%;text-shadow:0 1px 4px rgba(0,0,0,.2);display:-webkit-box;-webkit-line-clamp:7;line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.artistProfileCard_viewWorksButton__yCamF{display:inline-block;padding:var(--spacing-sm) var(--spacing-xl);background:var(--ivory-100);color:var(--charcoal-100);border-radius:var(--radius-full);font-size:var(--font-size-md);font-weight:var(--font-weight-bold);text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15)}.artistProfileCard_viewWorksButton__yCamF:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.25);background:var(--ivory-90)}.artistProfileCard_viewWorksButton__yCamF:active{transform:translateY(0)}@media (max-width:1000px){.artistProfileCard_card__9pJz_{padding:var(--spacing-3xl) var(--spacing-xl);min-height:400px}.artistProfileCard_avatarWrapper__mGp7B{width:120px;height:120px}.artistProfileCard_name__mbBfg{font-size:var(--font-size-2xl)}.artistProfileCard_description__CDXkU{font-size:var(--font-size-md)}}@media (max-width:768px){.artistProfileCard_card__9pJz_{padding:var(--spacing-2xl) var(--spacing-lg);min-height:350px}.artistProfileCard_avatarWrapper__mGp7B{width:100px;height:100px}.artistProfileCard_name__mbBfg{font-size:var(--font-size-xl);margin-bottom:var(--spacing-md)}.artistProfileCard_description__CDXkU{font-size:var(--font-size-sm);margin-bottom:var(--spacing-2xl)}.artistProfileCard_viewWorksButton__yCamF{padding:var(--spacing-sm) var(--spacing-2xl);font-size:var(--font-size-md)}}.showcaseArtistSection_section__ksWmR{width:100%;max-width:1400px;margin:0 auto;box-sizing:border-box}.showcaseArtistSection_sectionTitle__c1U_G{font-size:var(--font-size-4xl);font-family:var(--font-display),sans-serif;color:var(--color-text-primary);margin-bottom:var(--spacing-lg);text-transform:uppercase;letter-spacing:.05em}.showcaseArtistSection_sectionDescription__X_wTD{font-size:var(--font-size-lg);color:var(--color-text-secondary);margin-bottom:var(--spacing-4xl);line-height:1.6}.showcaseArtistSection_artistsContainer__UoIvr{display:flex;flex-direction:column;gap:var(--spacing-lg);width:100%;max-width:100%;overflow:hidden}.showcaseArtistSection_artistRow__cP5VG{display:grid;grid-template-columns:250px 1fr;grid-gap:var(--spacing-sm);gap:var(--spacing-sm);align-items:start;width:100%;max-width:100%;overflow:hidden}.showcaseArtistSection_profileCard____Jgu{position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + var(--spacing-2xl));min-width:0}.showcaseArtistSection_postsGrid__6Co9M{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--spacing-sm);gap:var(--spacing-sm);width:100%;height:100%;min-width:0}.showcaseArtistSection_artworkCard__1Ca_c{display:block;position:relative;width:100%;aspect-ratio:1/1;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;text-decoration:none;height:100%}.showcaseArtistSection_artworkCard__1Ca_c:hover .showcaseArtistSection_artworkImage__io4nu{transform:scale(1.05)}.showcaseArtistSection_imageWrapper__5GoOq{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-bg-secondary)}.showcaseArtistSection_artworkImage__io4nu{object-fit:cover;object-position:center;transition:transform .3s ease}.showcaseArtistSection_skeletonWrapper__x8Sz9{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-border);background-image:linear-gradient(90deg,var(--color-border) 0,var(--color-bg) 40px,var(--color-border) 80px);background-size:600px 100%;animation:showcaseArtistSection_shimmer__InGj5 1.2s infinite}@keyframes showcaseArtistSection_shimmer__InGj5{0%{background-position:-450px 0}to{background-position:450px 0}}.showcaseArtistSection_loadingContainer__2myjD,.showcaseArtistSection_loadingMore__ESjr8{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--spacing-xl);gap:var(--spacing-xl);margin-top:var(--spacing-2xl)}.showcaseArtistSection_emptyState__2YDve{display:flex;align-items:center;justify-content:center;min-height:400px;color:var(--color-text-secondary);font-size:var(--font-size-lg)}@media (max-width:1000px){.showcaseArtistSection_artistRow__cP5VG{grid-template-columns:250px 1fr;gap:var(--spacing-md)}.showcaseArtistSection_postsGrid__6Co9M{display:flex;overflow-x:auto;gap:var(--spacing-sm);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.showcaseArtistSection_postsGrid__6Co9M::-webkit-scrollbar{height:6px}.showcaseArtistSection_postsGrid__6Co9M::-webkit-scrollbar-track{background:var(--color-bg-secondary);border-radius:var(--radius-full)}.showcaseArtistSection_postsGrid__6Co9M::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}.showcaseArtistSection_artworkCard__1Ca_c{flex:0 0 250px;scroll-snap-align:start}.showcaseArtistSection_loadingContainer__2myjD,.showcaseArtistSection_loadingMore__ESjr8{display:flex;overflow-x:auto;gap:var(--spacing-sm)}.showcaseArtistSection_loadingContainer__2myjD>*,.showcaseArtistSection_loadingMore__ESjr8>*{flex:0 0 250px}}@media (max-width:768px){.showcaseArtistSection_sectionTitle__c1U_G{font-size:var(--font-size-3xl)}.showcaseArtistSection_sectionDescription__X_wTD{font-size:var(--font-size-md)}.showcaseArtistSection_artistRow__cP5VG{display:flex;flex-wrap:nowrap;gap:var(--spacing-sm);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.showcaseArtistSection_artistRow__cP5VG::-webkit-scrollbar{height:6px}.showcaseArtistSection_artistRow__cP5VG::-webkit-scrollbar-track{background:var(--color-bg-secondary);border-radius:var(--radius-full)}.showcaseArtistSection_artistRow__cP5VG::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}.showcaseArtistSection_profileCard____Jgu{flex-shrink:0;width:250px;position:static;scroll-snap-align:start}.showcaseArtistSection_postsGrid__6Co9M{display:contents}.showcaseArtistSection_artworkCard__1Ca_c{flex-shrink:0;width:250px;height:auto;align-self:stretch;scroll-snap-align:start}.showcaseArtistSection_loadingContainer__2myjD>*,.showcaseArtistSection_loadingMore__ESjr8>*{flex:0 0 250px}}@media (max-width:480px){.showcaseArtistSection_artistsContainer__UoIvr{gap:var(--spacing-2xl)}.showcaseArtistSection_profileCard____Jgu{width:250px}.showcaseArtistSection_artworkCard__1Ca_c{width:250px;height:auto;align-self:stretch}.showcaseArtistSection_loadingContainer__2myjD>*,.showcaseArtistSection_loadingMore__ESjr8>*{flex:0 0 250px}}