@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #f6975c4d,0 0 40px #f6975c33}50%{box-shadow:0 0 30px #f6975c80,0 0 60px #f6975c66}}@keyframes pulse-fade{0%{opacity:0}50%{opacity:.6}to{opacity:0}}@keyframes pulse-travel{0%{transform:translateY(-100%);opacity:0}20%{opacity:1}80%{opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes wire-pulse{0%{background-color:hsl(var(--border))}50%{background-color:#f6975c}to{background-color:#f6975c}}@keyframes box-glow{0%{box-shadow:0 0 #f6975c00}35%{box-shadow:0 0 36px #f6975ca6,0 0 72px #f6975c66}70%{box-shadow:0 0 28px #f6975c8c,0 0 56px #f6975c52}to{box-shadow:0 0 10px #f6975c2e}}@keyframes content-glow{0%{background-color:hsl(var(--muted) / .5)}50%{background-color:#f6975c1a}to{background-color:hsl(var(--muted) / .5)}}@keyframes button-glow{0%{box-shadow:0 0 #f6975c00;border-color:hsl(var(--border))}50%{box-shadow:0 0 12px #f6975c4d,0 0 24px #f6975c1a;border-color:#e66413}}@keyframes line-gradient-flow{0%{transform:translateY(-100%);opacity:0}20%{opacity:1}50%{opacity:1}80%{opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes line-pulse{0%{background-color:hsl(var(--border) / .6);box-shadow:0 0 #f6975c00}30%{background-color:#f6975c;box-shadow:0 0 12px #f6975c80}to{background-color:#f6975c;box-shadow:0 0 6px #f6975c4d}}@keyframes box-pulse{0%{box-shadow:0 0 #f6975c00;border-color:hsl(var(--border))}40%{box-shadow:0 0 20px #f6975c59,0 0 40px #f6975c26;border-color:#f6975c}to{box-shadow:0 0 16px #f6975c4d;border-color:#f6975c}}@keyframes box-glow-continuous{0%,to{box-shadow:0 0 24px #f6975c80}50%{box-shadow:0 0 42px #f6975cb3}}@utility animate-pulse-glow{animation: pulse-glow 2s ease-in-out;}@utility animate-pulse-fade{animation: pulse-fade 2s ease-in-out;}@utility animate-pulse-travel{animation: pulse-travel .6s ease-out;}@utility animate-wire-pulse{animation: wire-pulse 2s ease-in-out;}@utility animate-box-glow{animation: box-glow 5.5s cubic-bezier(.22,1,.36,1);}@utility animate-content-glow{animation: content-glow 5.5s cubic-bezier(.22,1,.36,1) 1s;}@utility animate-button-glow{animation: button-glow .5s cubic-bezier(.4,0,.2,1);}@utility animate-line-pulse{animation: line-pulse .4s cubic-bezier(.4,0,.2,1) forwards;}@utility animate-box-pulse{animation: box-pulse .5s cubic-bezier(.4,0,.2,1) forwards;}@utility animate-box-glow-continuous{animation: box-glow-continuous 1.4s ease-in-out infinite;}@utility animate-line-gradient-flow{position: relative;}.animate-line-gradient-flow:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%) translateY(-100%);width:100%;height:100%;background:linear-gradient(to bottom,transparent 0%,transparent 20%,rgb(246,151,92) 40%,rgb(249,115,22) 50%,rgb(246,151,92) 60%,transparent 80%,transparent 100%);animation:line-gradient-flow .6s cubic-bezier(.25,.46,.45,.94) forwards;pointer-events:none}@layer utilities{@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #f6975c4d,0 0 40px #f6975c33}50%{box-shadow:0 0 30px #f6975c80,0 0 60px #f6975c66}}@keyframes pulse-fade{0%{opacity:0}50%{opacity:.6}to{opacity:0}}@keyframes pulse-travel{0%{transform:translateY(-100%);opacity:0}20%{opacity:1}80%{opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes wire-pulse{0%{background-color:hsl(var(--border))}50%{background-color:#f6975c}to{background-color:#f6975c}}@keyframes box-glow{0%{box-shadow:0 0 #f6975c00}35%{box-shadow:0 0 36px #f6975ca6,0 0 72px #f6975c66}70%{box-shadow:0 0 28px #f6975c8c,0 0 56px #f6975c52}to{box-shadow:0 0 10px #f6975c2e}}@keyframes content-glow{0%{background-color:hsl(var(--muted) / .5)}50%{background-color:#f6975c1a}to{background-color:hsl(var(--muted) / .5)}}@keyframes button-glow{0%{box-shadow:0 0 #f6975c00;border-color:hsl(var(--border))}50%{box-shadow:0 0 12px #f6975c4d,0 0 24px #f6975c1a;border-color:#e66413}}@keyframes line-gradient-flow{0%{transform:translateY(-100%);opacity:0}20%{opacity:1}50%{opacity:1}80%{opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes line-pulse{0%{background-color:hsl(var(--border) / .6);box-shadow:0 0 #f6975c00}30%{background-color:#f6975c;box-shadow:0 0 12px #f6975c80}to{background-color:#f6975c;box-shadow:0 0 6px #f6975c4d}}@keyframes box-pulse{0%{box-shadow:0 0 #f6975c00;border-color:hsl(var(--border))}40%{box-shadow:0 0 20px #f6975c59,0 0 40px #f6975c26;border-color:#f6975c}to{box-shadow:0 0 16px #f6975c4d;border-color:#f6975c}}@keyframes box-glow-continuous{0%,to{box-shadow:0 0 24px #f6975c80}50%{box-shadow:0 0 42px #f6975cb3}}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out}.animate-pulse-fade{animation:pulse-fade 2s ease-in-out}.animate-pulse-travel{animation:pulse-travel .6s ease-out}.animate-wire-pulse{animation:wire-pulse 2s ease-in-out}.animate-box-glow{animation:box-glow 5.5s cubic-bezier(.22,1,.36,1)}.animate-content-glow{animation:content-glow 5.5s cubic-bezier(.22,1,.36,1) 1s}.animate-button-glow{animation:button-glow .5s cubic-bezier(.4,0,.2,1)}.animate-line-pulse{animation:line-pulse .4s cubic-bezier(.4,0,.2,1) forwards}.animate-box-pulse{animation:box-pulse .5s cubic-bezier(.4,0,.2,1) forwards}.animate-box-glow-continuous{animation:box-glow-continuous 1.4s ease-in-out infinite}.animate-line-gradient-flow{position:relative}.animate-line-gradient-flow:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%) translateY(-100%);width:100%;height:100%;background:linear-gradient(to bottom,transparent 0%,transparent 20%,rgb(246,151,92) 40%,rgb(249,115,22) 50%,rgb(246,151,92) 60%,transparent 80%,transparent 100%);animation:line-gradient-flow .6s cubic-bezier(.25,.46,.45,.94) forwards;pointer-events:none}}
