@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";:root{--ink: #0a0a0a;--paper: #f5f2ec;--accent: #e8ff47;--muted: #8a8a7a;--surface: #141414;--border: #222222;--border-light: #e0ddd6;--font-primary: "Plus Jakarta Sans", sans-serif;--font-secondary: "Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,sans-serif;background:var(--ink);color:var(--paper);-webkit-font-smoothing:antialiased}input,textarea,select{font-family:var(--font-secondary)}::selection{background:var(--accent);color:var(--ink)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--ink)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}h1,h2,h3,h4{font-family:var(--font-primary),sans-serif;letter-spacing:-.03em}.mono{font-family:IBM Plex Mono,monospace}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.afu{animation:fadeUp .7s cubic-bezier(.22,1,.36,1) both}.afu-1{animation:fadeUp .7s .1s cubic-bezier(.22,1,.36,1) both}.afu-2{animation:fadeUp .7s .2s cubic-bezier(.22,1,.36,1) both}.afu-3{animation:fadeUp .7s .3s cubic-bezier(.22,1,.36,1) both}.afu-4{animation:fadeUp .7s .4s cubic-bezier(.22,1,.36,1) both}.afu-5{animation:fadeUp .7s .5s cubic-bezier(.22,1,.36,1) both}.afi{animation:fadeIn 1s .2s both}.pulse-dot{animation:pulse-dot 2s ease-in-out infinite}
