@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#020617;color:#f1f5f9}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#475569;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#64748b}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease-out}.animate-slide-in-up{animation:slideInUp .5s ease-out}.prose{color:#cbd5e1;line-height:1.7}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{color:#f1f5f9;font-weight:600;margin-top:1.5em;margin-bottom:.5em}.prose h1{font-size:1.875rem}.prose h2{font-size:1.5rem}.prose h3{font-size:1.25rem}.prose p{margin-bottom:1em}.prose ul,.prose ol{padding-left:1.5em;margin-bottom:1em}.prose li{margin-bottom:.5em}.prose strong{color:#f1f5f9;font-weight:600}.prose em{font-style:italic}.prose code{background-color:#374151;color:#e5e7eb;padding:.125rem .25rem;border-radius:.25rem;font-size:.875em}.prose pre{background-color:#1f2937;color:#e5e7eb;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1em 0}.prose blockquote{border-left:4px solid #3b82f6;padding-left:1rem;color:#9ca3af;font-style:italic;margin:1em 0}.prose a{color:#3b82f6;text-decoration:underline}.prose a:hover{color:#60a5fa}.loading-dots{display:inline-flex;gap:4px}.loading-dots div{width:8px;height:8px;background-color:#3b82f6;border-radius:50%;animation:loading-bounce 1.4s ease-in-out infinite both}.loading-dots div:nth-child(1){animation-delay:-.32s}.loading-dots div:nth-child(2){animation-delay:-.16s}@keyframes loading-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width: 768px){.prose h1{font-size:1.5rem}.prose h2{font-size:1.25rem}.prose h3{font-size:1.125rem}}
