*{margin:0;padding:0;box-sizing:border-box}*:focus{outline:none}*:focus-visible{outline:2px solid #5C5C5C;outline-offset:2px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overscroll-behavior:none}html{font-size:16px!important;-webkit-text-size-adjust:100%;overscroll-behavior:none}#root{min-height:100vh}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.min-h-screen{min-height:100vh}.text-white{color:#fff}.bg-gray-900{background-color:#111827}.text-center{text-align:center}@keyframes menu-pop-in{0%{opacity:0;transform:scale(.95) translateY(-4px);filter:blur(2px)}to{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}}@keyframes menu-pop-out{0%{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}to{opacity:0;transform:scale(.95) translateY(-4px);filter:blur(2px)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-menu-pop-in{animation:menu-pop-in .2s cubic-bezier(.16,1,.3,1) forwards}.animate-menu-pop-out{animation:menu-pop-out .15s cubic-bezier(.4,0,1,1) forwards}.animate-fade-in{animation:fade-in .2s ease-out forwards}.bg-dots{background-image:radial-gradient(rgba(255,255,255,.2) .8px,transparent .8px);background-size:24px 24px}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff3}.noise-texture{position:relative}.noise-texture:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.diffuse-shadow{box-shadow:0 30px 60px -12px #00000080,0 18px 36px -18px #00000080}.diffuse-shadow-glow{box-shadow:0 0 50px -10px #6366f14d}.glass-pill{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 6s ease-in-out infinite}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.animate-blob{animation:blob 7s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.bg-dots,.bg-grid-pattern{background-repeat:repeat;background-position:center}
