@layer base{html{scroll-behavior:auto}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}}@layer components{.container{@apply mx-auto max-w-7xl px-6;}.btn-primary{@apply rounded-lg bg-blue-600 px-6 py-3 font-semibold text-white transition-colors duration-200 hover:bg-blue-700;}.btn-secondary{@apply rounded-lg border-2 border-blue-600 bg-white px-6 py-3 font-semibold text-blue-600 transition-colors duration-200 hover:bg-gray-50;}.shimmer-logo{mask-size:contain;mask-repeat:no-repeat;mask-position:left center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:left center;background:linear-gradient(90deg,#280098 0% 40%,#4a00b4 50%,#8b5cf6,#c4b5fd,#fff 80%,#c4b5fd 85%,#280098);background-size:200% 100%;animation:shimmer-flow 3s linear infinite}@keyframes shimmer-flow{0%{background-position:0% 0%}to{background-position:200% 0%}}}
