:root{--color-bg-primary: #0a0a0a;--color-bg-secondary: #0d1b2a;--color-accent-primary: #00b4d8;--color-accent-secondary: #00d9a5;--color-text-primary: #ffffff;--color-text-secondary: #a0aec0;--font-primary: "Inter", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadePulse{0%,to{opacity:.7}50%{opacity:.2}}.animate-fadeIn{animation:fadeIn 1s ease-out forwards}.animate-slideUp{animation:slideUp .8s ease-out both;-webkit-animation:slideUp .8s ease-out both}.animate-fade-pulse{animation:fadePulse 8s ease-in-out infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.glass-badge{background:#ffffff0d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1)}.text-glow{text-shadow:0 0 20px rgba(0,255,255,.3)}.btn-glow:hover{box-shadow:0 0 20px #0ff6}
