@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh;background:#000;overflow-x:hidden;display:block}#root{width:100%;min-height:100vh;background:#000}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.heading-block{font-weight:900;letter-spacing:-.025em;text-shadow:0 2px 4px rgba(0,0,0,.3)}html{scroll-behavior:smooth}.fixed{position:fixed}video{object-fit:cover;width:100%;height:100%}button{border-radius:8px;border:1px solid transparent;font-family:inherit;cursor:pointer;transition:all .25s ease}a{font-weight:500;text-decoration:inherit;transition:color .25s ease}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.animate-gradient{background-size:200% 200%;animation:gradient-shift 3s ease infinite}.slide{position:relative;display:block;width:100%}.progress-bar{height:4px;background:linear-gradient(90deg,#dc2626,#eab308);transition:width .5s ease}
