@keyframes flow{0%{background-position:0 50%}to{background-position:200% 50%}}@keyframes pulse-slow{0%,to{opacity:.6}50%{opacity:1}}.animate-pulse-slow{animation:pulse-slow 3s ease-in-out infinite}.animation-delay-700{animation-delay:.7s}.animation-delay-1500{animation-delay:1.5s}@keyframes colorShift{0%{filter:hue-rotate(0deg)}50%{filter:hue-rotate(30deg)}to{filter:hue-rotate(0deg)}}.header-glow{z-index:5}.header-glow,.header-glow:after{position:absolute;top:0;left:0;width:100%;height:3px}.header-glow:after{content:"";background:linear-gradient(90deg,#3b82f6,#8b5cf6,#3b82f6);box-shadow:0 0 15px 2px rgba(59,130,246,.5),0 0 30px 5px rgba(139,92,246,.3);animation:colorShift 8s ease-in-out infinite}.version-badge{position:relative;display:flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background-color:rgba(13,18,30,.8);border:1px solid rgba(59,130,246,.3);border-radius:9999px;box-shadow:0 4px 12px rgba(0,0,0,.3);color:rgba(226,232,240,.9);font-size:.875rem;font-weight:500;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.version-badge .icon{color:rgba(59,130,246,.9)}.gradient-button,.version-badge .icon{display:flex;align-items:center;justify-content:center}.gradient-button{border-radius:15px;cursor:pointer;transition:.3s ease;background:linear-gradient(to bottom right,#2e8eff,rgba(46,142,255,0) 30%);background-color:rgba(46,142,255,.2);padding:2px}.gradient-button:focus,.gradient-button:hover{background-color:rgba(46,142,255,.7);box-shadow:0 0 10px rgba(46,142,255,.5);outline:none}.gradient-button-inner{border-radius:13px;background-color:#1a1a1a;display:flex;align-items:center;justify-content:center;gap:15px;color:#e2e8f0;font-weight:500;width:100%;height:100%;padding:12px 24px}.animate-flow{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899,#3b82f6);background-size:200% auto;animation:flow 8s linear infinite;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:768px){.max-w-7xl{padding:0 1rem}p{font-size:1rem!important}.gap-2{gap:.5rem}}@media (max-width:480px){.px-4{padding-left:1rem;padding-right:1rem}}