:root{--fonts-loaded:0}html.fonts-loaded{--fonts-loaded:1}html:not(.fonts-loaded):not(.fonts-timeout) body{opacity:0;visibility:hidden}html.fonts-loaded body,html.fonts-timeout body{opacity:1;visibility:visible;transition:opacity .1s ease-in-out}html.fonts-loaded body,html.fonts-timeout body,html.fonts-visibility-visible body{opacity:1;visibility:visible}.modal-open{overflow:hidden!important}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 5px rgba(59,130,246,.3)}50%{box-shadow:0 0 20px rgba(59,130,246,.8),0 0 30px rgba(59,130,246,.4)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes particle-float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-10px) rotate(120deg)}66%{transform:translateY(5px) rotate(240deg)}}@keyframes glow-pulse{0%,to{box-shadow:0 0 5px rgba(59,130,246,.3),0 0 10px rgba(59,130,246,.2),0 0 15px rgba(59,130,246,.1)}50%{box-shadow:0 0 20px rgba(59,130,246,.8),0 0 30px rgba(59,130,246,.4),0 0 40px rgba(59,130,246,.2)}}.glass-morphism{background:rgba(255,255,255,.05);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px rgba(0,0,0,.3);transition:all .3s ease}.glass-morphism:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.4)}.glass-morphism-strong,.glass-morphism:hover{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2)}.glass-morphism-strong{backdrop-filter:blur(30px);box-shadow:0 20px 40px rgba(0,0,0,.4)}.floating-animation{animation:float 3s ease-in-out infinite}.particle-animation{animation:particle-float 6s ease-in-out infinite}.glow-effect{animation:glow 2s ease-in-out infinite alternate}.glow-pulse-effect{animation:glow-pulse 3s ease-in-out infinite}.shimmer-effect{background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);background-size:1000px 100%;animation:shimmer 3s infinite}.icon-glow{filter:drop-shadow(0 0 8px currentColor);transition:filter .3s ease}.icon-glow:hover{filter:drop-shadow(0 0 12px currentColor) drop-shadow(0 0 20px currentColor)}.gradient-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.gradient-success{background:linear-gradient(135deg,#f093fb,#f5576c)}.gradient-info{background:linear-gradient(135deg,#4facfe,#00f2fe)}.gradient-warning{background:linear-gradient(135deg,#43e97b,#38f9d7)}.gradient-cosmic{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb)}.gradient-aurora{background:linear-gradient(135deg,#00c9ff,#92fe9d 50%,#ff9a8b)}.text-gradient{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-cosmic{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s ease-in-out infinite}.animated-bg{background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%;animation:gradient 15s ease infinite}.animated-bg-cosmic{background:linear-gradient(-45deg,#667eea,#764ba2,#f093fb,#4facfe,#00f2fe);background-size:500% 500%;animation:gradient 20s ease infinite}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.btn-magic{position:relative;overflow:hidden;transition:all .3s ease}.btn-magic:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.btn-magic:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-magic:hover:before{left:100%}.btn-cosmic{background:linear-gradient(45deg,#667eea,#764ba2);border:none;position:relative;overflow:hidden}.btn-cosmic:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);transition:all .5s;opacity:0}.btn-cosmic:hover:after{animation:shimmer .8s ease-in-out;opacity:1}.card-hover-effect{transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.card-hover-effect:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,.25);border-color:rgba(255,255,255,.2)}.particle{position:absolute;border-radius:50%;pointer-events:none;opacity:.7;animation:particle-float 6s ease-in-out infinite}.particle:first-child{animation-delay:0s}.particle:nth-child(2){animation-delay:1s}.particle:nth-child(3){animation-delay:2s}.particle:nth-child(4){animation-delay:3s}.particle:nth-child(5){animation-delay:4s}.modal-backdrop{backdrop-filter:blur(20px);background:rgba(0,0,0,.5)}.modal-content{background:rgba(15,23,42,.95);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px rgba(0,0,0,.5)}