body{background-color:#121212;color:#f5f5f5}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}@keyframes slide-in-frames{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slide-out-left-frames{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100px)}}@keyframes slide-out-right-frames{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100px)}}.animate-slide-in{animation:slide-in-frames .3s ease-out both}.animate-slide-out-left{animation:slide-out-left-frames .15s ease-in both}.animate-slide-out-right{animation:slide-out-right-frames .15s ease-in both}
