.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#999}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#CCCCCC #F5F5F5}@keyframes slide-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.animate-slide-down{animation:slide-down .2s ease-out}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}*:focus-visible{outline:2px solid #8FB4FF;outline-offset:2px}button,input,textarea,select{transition:all .2s ease}::selection{background-color:#8fb4ff;color:#fff}::-moz-selection{background-color:#8fb4ff;color:#fff}.tilted-card-figure{position:relative;width:100%;height:100%;perspective:1000px;display:flex;flex-direction:column;align-items:center;justify-content:center}.tilted-card-inner{position:relative;transform-style:preserve-3d;will-change:transform}@media(max-width:768px){.tilted-card-figure{perspective:none}.tilted-card-inner{transform-style:flat!important}}
