html,body{height:100%;margin:0;overflow:hidden}@keyframes scan{0%{top:0%;opacity:0}10%{opacity:1}90%{opacity:1}to{top:100%;opacity:0}}.scan-line{position:absolute;left:0;width:100%;height:4px;background:#22c55ecc;box-shadow:0 0 10px #22c55ecc;animation:scan 2s linear infinite;z-index:10;pointer-events:none}.animate-fade-in{animation:fadeIn .3s ease-out forwards}.animate-fade-in-down{animation:fadeInDown .5s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGold{0%,to{box-shadow:0 0 #eab30866;border-color:#eab308cc}50%{box-shadow:0 0 0 20px #eab30800;border-color:#eab308}}.animate-pulse-gold{animation:pulseGold 1.5s infinite}@keyframes pulseGreen{0%,to{box-shadow:0 0 #22c55e66;border-color:#22c55ecc}50%{box-shadow:0 0 0 20px #22c55e00;border-color:#22c55e}}.animate-pulse-green{animation:pulseGreen 2s infinite}
