@tailwind base;@tailwind components;@tailwind utilities;.elegant-sheen{background:linear-gradient(135deg,#57534e 25%,#a8a29e 45%,#d6d3d1,#a8a29e 55%,#57534e 75%);background-size:250% auto;color:#57534e;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:liquid-flow 8s ease-in-out infinite;font-weight:500}@keyframes liquid-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.dropdown-enter{animation:dropdown-fade .2s ease-out forwards}@keyframes dropdown-fade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
