@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=IBM+Plex+Mono:wght@500;600;700&display=swap";:root{--bg-dark:#060608;--bg-panel:#ffffff05;--border-color:#ffffff14;--text-main:#f3f4f6;--text-muted:#9ca3af;--primary:#6366f1;font-family:Inter,system-ui,-apple-system,sans-serif}body{background-color:var(--bg-dark);min-height:100vh;color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;overflow-x:hidden}#root{width:100%;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s ease-out forwards fadeIn}.animate-slide-up{opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) forwards slideUp}.animate-slide-up-delayed{opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) .15s forwards slideUp}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff3}.font-mono{font-family:IBM Plex Mono,Fira Code,monospace}
