@tailwind base;@tailwind components;@tailwind utilities;html,body,#root{height:100%;margin:0;padding:0}html{overflow:hidden}body{background-color:#fff;color:#000;font-family:Plus Jakarta Sans,sans-serif;overflow-x:hidden;overflow-y:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;transition:background-color .5s translation ease}html.dark body{background-color:#0d0f11;color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#a582e233;border-radius:20px;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:#a582e280}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#a582e24d;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#a582e299}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.momentum-scroll{-webkit-overflow-scrolling:touch}@supports (-webkit-hyphens:none){.safari-sticky-fix{position:-webkit-sticky;position:sticky}}::selection{background-color:#7349ac66!important;color:inherit!important}::-moz-selection{background-color:#7349ac66!important;color:inherit!important}.dark ::selection{background-color:#ffffff4d!important;color:inherit!important}.dark ::-moz-selection{background-color:#ffffff4d!important;color:inherit!important}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skeleton-shimmer{position:relative;overflow:hidden;background-color:#0000000d}.dark .skeleton-shimmer{background-color:#ffffff0d}.skeleton-shimmer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,#fff0 0,#ffffff14,#fff0);animation:shimmer 1.5s infinite}.dark .skeleton-shimmer:after{background-image:linear-gradient(90deg,#fff0 0,#ffffff1f,#fff0)}.skeleton-box{background-color:#0000000d;border-radius:4px}.dark .skeleton-box{background-color:#ffffff0d}
