<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.artist-tile{position:relative}.artist-tile .artist-thumbnail{background-position:center;background-size:cover;width:100%;padding-top:100%}.artist-tile .artist-content-container{position:absolute;top:0;left:0;opacity:0;transition-property:opacity, backdrop-filter, -webkit-backdrop-filter;transition-duration:300ms;transition-timing-function:ease-in-out;height:100%;width:100%;border:2px solid lightgrey;border-top:none}.artist-tile .artist-content-container .artist-content{position:relative;height:100%;transform:scale(0);transition:transform 300ms ease-out;padding:0 0.6rem}.artist-tile .artist-content-container .artist-content .artist-head-info{position:relative;display:flex;justify-content:center;align-items:center}.artist-tile .artist-content-container .artist-content .artist-head-info .artist-title{text-align:center;color:white;padding:1rem;height:5.3rem;overflow-y:hidden}.artist-tile .artist-content-container .artist-content .artist-head-info .artist-date{position:absolute;bottom:0.5rem;right:0;display:none}.artist-tile .artist-content-container .artist-content .artist-bottom-info{position:absolute;height:fit-content;width:100%;bottom:0;left:0;padding:inherit}.artist-tile .artist-content-container .artist-content .artist-bottom-info a{pointer-events:none}.artist-tile .artist-content-container .artist-content .artist-bottom-info .artist-buttons{display:grid;grid-gap:6px;padding-bottom:10px;overflow-y:scroll}.artist-tile .artist-content-container .artist-content .artist-bottom-info .artist-link{display:flex;align-items:center;justify-content:space-between;padding:0.2rem 1rem;border:solid lightgrey;border-radius:16px;transition:border-color 300ms ease;color:white}.artist-tile .artist-content-container .artist-content .artist-bottom-info .artist-link span{text-transform:capitalize}.artist-tile .artist-content-container .artist-content .artist-bottom-info .artist-link:hover{border:solid darkgrey;text-decoration:none}.artist-tile .artist-content-container .artist-content .artist-bottom-info .artist-button-container{background-color:#2d5c88}.artist-content-container:hover,.artist-content-container:active{opacity:1;backdrop-filter:blur(5px) brightness(50%);-webkit-backdrop-filter:blur(5px) brightness(50%)}.artist-content-container:hover .artist-content,.artist-content-container:active .artist-content{transform:scale(1)}.artist-content-container:hover .artist-content a,.artist-content-container:active .artist-content a{pointer-events:initial !important}</pre></body></html>