:root{--brand-color: #eab308;--brand-hover: #ca8a04;--brand-glow: rgba(234, 179, 8, .4);--bg-primary: #030712;--bg-secondary: #111827;--bg-accent: #1f2937;--text-main: #ffffff;--text-muted: #9ca3af;--danger: #ef4444}.transition-width{transition:width .3s ease}@keyframes barPulse{0%,to{height:10%}50%{height:75%}}@keyframes barPulseAlt{0%,to{height:20%}50%{height:90%}}.audio-bar-animate{animation:barPulse .4s ease-in-out infinite}.audio-bar-animate-alt{animation:barPulseAlt .6s ease-in-out infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-fade-in-up{animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) forwards}.animate-scale-in{animation:scaleIn .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.animate-fade-in-right{animation:fadeInRight .5s ease-out forwards}.animate-shake{animation:shake .3s ease-in-out}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.w-35-pct{width:35%!important}.w-0-pct{width:0%!important}.dynamic-progress{width:var(--progress-width)!important}.dynamic-position{left:var(--progress-left)!important}.academy-progress-bar{width:100%;height:.375rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:#374151;border-radius:9999px;overflow:hidden;margin-bottom:1rem;display:block}.academy-progress-bar::-webkit-progress-bar{background-color:#374151;border-radius:9999px}.academy-progress-bar::-webkit-progress-value{background-color:#eab308;border-radius:9999px}.academy-progress-bar::-moz-progress-bar{background-color:#eab308;border-radius:9999px}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes pulse-brand{0%{box-shadow:0 0 #eab30866}70%{box-shadow:0 0 0 15px #eab30800}to{box-shadow:0 0 #eab30800}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.animate-pop{animation:pop .3s cubic-bezier(.175,.885,.32,1.275)}.animate-pulse-brand{animation:pulse-brand 2s infinite}.animate-float{animation:float 4s ease-in-out infinite}.animate-pulse-slow{animation:pulse 4s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none}@supports (scrollbar-width: none){.scrollbar-hide{scrollbar-width:none}}
