@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;touch-action:manipulation}:fullscreen,:-webkit-full-screen,:-moz-full-screen,:-ms-fullscreen{width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;background:#18181b;overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0}:fullscreen #root,:-webkit-full-screen #root,:-moz-full-screen #root,:-ms-fullscreen #root{width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important}@supports (height: 100dvh){:fullscreen,:-webkit-full-screen,:-moz-full-screen,:-ms-fullscreen{height:100dvh!important;max-height:100dvh!important}:fullscreen #root,:-webkit-full-screen #root,:-moz-full-screen #root,:-ms-fullscreen #root{height:100dvh!important;max-height:100dvh!important}}@media screen and (orientation:portrait)and (max-width:768px){body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}}.perspective-container{perspective:2000px}.transform-3d{transform-style:preserve-3d}.rotate-x-20{transform:rotateX(20deg)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-from-left-5{0%{transform:translate(-1.25rem)}to{transform:translate(0)}}@keyframes zoom-in-95{0%{transform:scale(.95)}to{transform:scale(1)}}.animate-in{animation-duration:.2s;animation-fill-mode:both}.fade-in{animation-name:fade-in}.slide-in-from-left-5{animation-name:slide-in-from-left-5}.zoom-in-95{animation-name:zoom-in-95}@keyframes gradient{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.animate-gradient{background-size:200% 200%;animation:gradient 3s ease infinite}.scrollbar-thin::-webkit-scrollbar{width:6px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:#52525b}@keyframes slide-in-from-bottom-2{0%{transform:translateY(.5rem);opacity:0}to{transform:translateY(0);opacity:1}}.slide-in-from-bottom-2{animation-name:slide-in-from-bottom-2}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #a855f766}50%{box-shadow:0 0 40px #a855f799}}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}
