@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-8px)}to{opacity:1;max-height:2000px;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes countUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #38bdf800}50%{box-shadow:0 0 12px 2px #38bdf826}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes logoFadeIn{0%{opacity:0;transform:scale(.85) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.animate-logo-fadein{animation:logoFadeIn 1.2s cubic-bezier(.4,0,.2,1) both}.animate-fade-in-up{animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) both}.animate-fade-in{animation:fadeIn .4s ease-out both}.animate-slide-down{animation:slideDown .35s cubic-bezier(.4,0,.2,1) both}.animate-scale-in{animation:scaleIn .35s cubic-bezier(.4,0,.2,1) both}.animate-count-up{animation:countUp .6s cubic-bezier(.4,0,.2,1) both}.delay-75{animation-delay:75ms}.delay-150{animation-delay:.15s}.delay-225{animation-delay:225ms}.delay-300{animation-delay:.3s}.delay-375{animation-delay:375ms}.skeleton-shimmer{background:linear-gradient(90deg,transparent 30%,rgba(148,163,184,.08) 50%,transparent 70%);background-size:200% 100%;animation:shimmer 1.8s ease-in-out infinite}*{scrollbar-width:thin;scrollbar-color:#334155 transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#334155;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#475569}.font-bebas{font-family:Bebas Neue,sans-serif;font-weight:400;font-style:normal}.font-roboto{font-family:Roboto,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"wdth" 100}.font-inter{font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{width:100%;min-height:100vh}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;background-color:#0f172a;color:#e2e8f0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid #38bdf8;outline-offset:2px;border-radius:8px}
