@tailwind base;@tailwind components;@tailwind utilities;@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation-fill-mode:both}.slide-in-from-top-2{animation-name:slideInFromTop}.duration-200{animation-duration:.2s}*{transition:background-color .2s ease,border-color .2s ease,color .2s ease}.dark ::-webkit-scrollbar{width:8px;height:8px}.dark ::-webkit-scrollbar-track{background:#374151}.dark ::-webkit-scrollbar-thumb{background:#6b7280;border-radius:4px}.dark ::-webkit-scrollbar-thumb:hover{background:#9ca3af}@keyframes shiny{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.shiny-text{background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);background-size:200px 100%;background-repeat:no-repeat;background-position:-200px 0;animation:shiny infinite linear;-webkit-background-clip:text;background-clip:text;color:transparent;background-image:linear-gradient(90deg,#fff,#fff 40%,#fffc,#fff 60%,#fff)}.shiny-text.disabled{animation:none;background:none;color:inherit}.dark .shiny-text{background-image:linear-gradient(90deg,#e5e7eb,#f9fafb 40%,#ffffffe6,#f9fafb 60%,#e5e7eb)}
