html,body{margin:0;padding:0;height:100%;width:100%;background-color:#000;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow:hidden;user-select:none;-webkit-user-select:none}@keyframes spinRays{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-sun-rays{animation:spinRays 28s linear infinite}@keyframes electricPulse{0%{box-shadow:0 0 15px #facc1566,0 0 30px #38bdf84d,inset 0 0 15px #facc1566;border-color:#facc15}50%{box-shadow:0 0 28px #facc15cc,0 0 55px #38bdf899,inset 0 0 25px #38bdf880;border-color:#38bdf8}to{box-shadow:0 0 15px #facc1566,0 0 30px #38bdf84d,inset 0 0 15px #facc1566;border-color:#facc15}}.electric-ring{animation:electricPulse 2.2s ease-in-out infinite}@keyframes textShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer-text{background:linear-gradient(90deg,#facc15,#fff,#facc15);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:textShimmer 3.5s infinite linear}@keyframes fadeInScale{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.fade-in-scale{animation:fadeInScale .7s cubic-bezier(.16,1,.3,1) forwards}
