@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;700&display=swap";body{font-family:Inter,sans-serif;overflow-x:hidden}.font-mono{font-family:JetBrains Mono,monospace}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#475569;border-radius:2px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#64748b}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#475569}@keyframes dash{to{stroke-dashoffset:-100}}.animate-dash{animation:dash 5s linear infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .4s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .3s ease-out}.pulse-ring{animation:pulse-ring 3s cubic-bezier(.215,.61,.355,1) infinite}@keyframes pulse-ring{0%{transform:scale(.8);opacity:.5;border-width:1px}50%{opacity:.3}to{transform:scale(2.5);opacity:0;border-width:0px}}.scanline{position:fixed;top:0;left:0;width:100%;height:100px;z-index:9999;background:linear-gradient(to bottom,#fff0,#fff0 50%,#0003 50%,#0003);opacity:.1;background-size:100% 4px;animation:scanline 10s linear infinite;pointer-events:none}@keyframes scanline{0%{transform:translateY(-100vh)}to{transform:translateY(100vh)}}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
