@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:200 20% 98%;--btn-background:200 10% 91%;--btn-background-hover:200 10% 89%;--foreground:200 50% 3%}@media (prefers-color-scheme:dark){:root{--background:200 50% 3%;--btn-background:200 10% 9%;--btn-background-hover:200 10% 12%;--foreground:200 20% 96%}}}@layer base{*{@apply border-foreground/20}}.animate-in{animation:animateIn .3s ease .15s both}@keyframes animateIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.uppy-Dashboard-AddFiles-list{flex:none!important;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:15px;max-width:600px;overflow-y:visible;padding-top:0}.MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-formControl{overflow:visible}