@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap";html,body{width:100%;min-height:100%;overflow-x:hidden;overflow-y:auto}#root{width:100%;min-height:100%}.app-locked{height:100vh;overflow:hidden}.gradient-primary{background:linear-gradient(135deg,#2c98e7,#e4118a)}.gradient-primary-text{background:linear-gradient(135deg,#2c98e7,#e4118a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-primary-hover:hover{background:linear-gradient(135deg,#2c98e7 10%,#e4118a 50%)}@keyframes scanner-modern{0%{top:-10%;opacity:0}15%{opacity:.5}85%{opacity:.5}to{top:110%;opacity:0}}.animate-scanner-modern{animation:scanner-modern 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}@keyframes pulse-soft{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.98)}}.animate-pulse-soft{animation:pulse-soft 2s ease-in-out infinite}@keyframes pulse-intense{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}}.animate-pulse-intense{animation:pulse-intense 2s ease-in-out infinite}@keyframes grid-move{0%{background-position:0 0}to{background-position:40px 40px}}.bg-grid-animate{background-size:20px 20px;background-image:radial-gradient(circle,rgba(44,152,231,.2) 1px,transparent 1px);animation:grid-move 2s linear infinite}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000000d;border-radius:10px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#00000026}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.05) transparent}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
