@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.custom-scrollbar::-webkit-scrollbar{height:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:20px}}@layer base{#root{min-width:0;max-width:100%;overflow-x:hidden}html{overflow-x:hidden;max-width:100%}body{@apply bg-gradient-to-br from-[#E0E7FF] to-[#FFFFFF] min-h-screen text-slate-800;overflow-x:hidden;max-width:100%;background-attachment:scroll}input,textarea,select{max-width:100%;min-width:0;box-sizing:border-box}@media (min-width: 1024px){body{background-attachment:fixed}}}
