.card-swap-container{position:absolute;bottom:0;right:0;transform:translate(5%,20%);transform-origin:bottom right;perspective:900px;overflow:visible}.card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:20px;border:1px solid var(--border-3);background:var(--bg2);box-shadow:var(--shadow);padding:24px;display:flex;flex-direction:flex-col;justify-content:space-between;transform-style:preserve-3d;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}@media (max-width:1023px){.card-swap-container{position:relative;bottom:auto;right:auto;top:auto;left:auto;margin:0 auto;transform:scale(.85);transform-origin:center center}}@media (max-width:768px){.card-swap-container{position:relative;bottom:auto;right:auto;top:auto;left:auto;margin:0 auto;transform:scale(.75);transform-origin:center center}}@media (max-width:480px){.card-swap-container{position:relative;bottom:auto;right:auto;top:auto;left:auto;margin:0 auto;transform:scale(.65);transform-origin:center center}}