@tailwind base;@tailwind components;@tailwind utilities;#root,body,html{height:100%}@layer components{.modal-input{@apply bg-[#1a1a1a] border border-gray-800 rounded-xl px-4 py-3 text-sm w-full focus:outline-none focus:border-gray-600}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn .2s ease-out}
/*# sourceMappingURL=main.e6da6187.css.map*/