*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{-webkit-font-smoothing:antialiased;background:#0b0908;width:100%;min-height:100svh;font-family:Roboto,system-ui,sans-serif}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes glow-pulse{0%,to{box-shadow:0 0 #fabe6bb3}70%{box-shadow:0 0 0 6px #fabe6b00}}.animate-fade-up{animation:.65s cubic-bezier(.16,1,.3,1) both fade-up}.animate-float{animation:5s ease-in-out infinite float}.animate-pulse-glow{animation:2.5s ease-in-out infinite glow-pulse}.delay-1{animation-delay:80ms}.delay-2{animation-delay:.16s}.delay-3{animation-delay:.24s}.delay-4{animation-delay:.32s}.delay-5{animation-delay:.44s}.gold-gradient-text{background:linear-gradient(135deg,#ffd9a0 0%,#fabe6b 50%,#eb9440 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-nav{flex-wrap:wrap;gap:24px;display:flex}.footer-copyright{color:#ffeec880;text-align:center;font-size:12px}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;max-width:860px;margin:0 auto;display:grid}.feature-card{background:#fac3780a;border:1px solid #fabe6b1f;border-radius:16px;flex-direction:column;gap:14px;padding:40px 36px;display:flex}@media (width<=600px){.footer-top{text-align:center;flex-direction:column;align-items:center}.footer-nav{justify-content:center}.feature-card{padding:32px 24px}}
