.athlete-card{position:relative;overflow:hidden;transition:all .3s ease}.athlete-card:hover{transform:translateY(-5px)}.athlete-card:before{top:0;right:0;width:100px;height:100px;transform:translate(50%,-50%)}.athlete-card:after,.athlete-card:before{content:"";position:absolute;background:rgba(255,255,255,.1);border-radius:50%}.athlete-card:after{bottom:0;left:0;width:80px;height:80px;transform:translate(-50%,50%)}.athlete-badge{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2)}.athlete-badge,.athlete-shop-button{backdrop-filter:blur(4px);color:white}.athlete-shop-button{background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);transition:all .2s ease}.athlete-shop-button:hover{background:rgba(255,255,255,.3)}.athlete-tabs{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.05)}.athlete-tab-trigger{font-weight:600;transition:all .3s ease}.athlete-tab-trigger[data-state=active]{background:linear-gradient(to right,var(--primary),var(--primary-light,#38bdf8));color:white}