@tailwindcss base;@tailwindcss components;@tailwindcss utilities;*{box-sizing:border-box;margin:0;padding:0;-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:manipulation}html,body,#root{width:100vw;height:100vh;max-height:100vh;overflow:hidden;background-color:#00b368;color:#0f172a;font-family:Plus Jakarta Sans,Noto Sans Malayalam,sans-serif}.touch-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;scroll-behavior:smooth}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:9999px}.bg-white ::-webkit-scrollbar-thumb,.bg-slate-50 ::-webkit-scrollbar-thumb{background:#0000001f}.fade-in{animation:fadeIn .2s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeIn{0%{opacity:0;transform:scale(.99)}to{opacity:1;transform:scale(1)}}
