:is(html[class~=dark] .style_profileCard__OseQS){
    background-color:#111;
    border:1px solid hsla(0,0%,100%,.1);
    box-shadow:0 .1rem .2rem rgba(0,0,0,.2),0 .1rem .5rem rgba(0,0,0,.3),0 .2rem 1.5rem rgba(0,0,0,.4);
    transition:border .3s ease-in-out
}
.style_profileCard__OseQS{
    background-color:#fff;
    border:1px solid hsla(0,0%,7%,.1);
    box-shadow:0 .1rem .2rem rgba(0,0,0,.1),0 .1rem .5rem rgba(0,0,0,.1),0 .2rem 1.5rem rgba(0,0,0,.1);
    transition:border .3s ease-in-out
}
:is(html[class~=dark] .style_profileCard__OseQS:hover){
    border:1px solid rgb(206 34 34/var(--tw-bg-opacity))
}
:is(html[class~=dark] .style_profileImg__TwyNN){
    border-color:#111
}
.style_profileImg__TwyNN{
    border-color:#fff
}
.style_scrollContainer__ONvfS{
    display:flex;
    overflow-x:auto;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    -ms-overflow-style:none;
    padding-left:1rem;
    padding-right:1rem
}
.style_scrollContainer__ONvfS::-webkit-scrollbar{
    display:none
}
.style_BackShapesHead__UGpKn{
    position:absolute;
    width:100%;
    height:100%;
    top:-20rem;
    right:0;
    left:0;
    z-index:-4;
    opacity:.3
}
