@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap";*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}@media(min-width:768px){html{font-size:16px}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5;color:#f5f5f7;background:#0a0a0f;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body::-webkit-scrollbar{width:8px;height:8px}body::-webkit-scrollbar-track{background:#0a0a0f;border-radius:9999px}body::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:9999px}body::-webkit-scrollbar-thumb:hover{background:#71717a}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;color:#f5f5f7}h1{font-size:2.25rem}@media(min-width:768px){h1{font-size:3rem}}h2{font-size:1.875rem}@media(min-width:768px){h2{font-size:2.25rem}}h3{font-size:1.5rem}@media(min-width:768px){h3{font-size:1.875rem}}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{color:#a1a1aa}a{color:#3b82f6;text-decoration:none;transition:color .15s ease}a:hover{color:#8b5cf6}p a{text-decoration:underline;text-underline-offset:2px}code{font-size:.9em;padding:.2em .4em;border-radius:.25rem}code,pre{font-family:JetBrains Mono,Fira Code,monospace;background:#1a1a24}pre{padding:1rem;border-radius:.75rem;overflow-x:auto}pre::-webkit-scrollbar{width:8px;height:8px}pre::-webkit-scrollbar-track{background:#0a0a0f;border-radius:9999px}pre::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:9999px}pre::-webkit-scrollbar-thumb:hover{background:#71717a}pre code{background:none;padding:0}ol,ul{padding-left:1.5rem}ol li,ul li{margin-bottom:.5rem;color:#a1a1aa}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit}::selection{background:rgba(59,130,246,.3);color:#f5f5f7}:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gradient-text{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 1.5rem}}.bg-gradient{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;overflow:hidden;pointer-events:none}.bg-gradient:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;animation:gradient-rotate 20s linear infinite}@media(min-width:1024px){.bg-gradient:before{background:radial-gradient(circle at 30% 20%,rgba(59,130,246,.15) 0,transparent 50%),radial-gradient(circle at 70% 80%,rgba(139,92,246,.1) 0,transparent 50%)}}@keyframes gradient-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.grid{display:grid;grid-gap:1rem;gap:1rem}@media(min-width:768px){.grid--cols-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid--cols-3{grid-template-columns:repeat(3,1fr)}}[data-animate=fade-in]{opacity:0;transition:opacity .3s ease}[data-animate=fade-in].is-visible{opacity:1}[data-animate=slide-up]{opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease}[data-animate=slide-up].is-visible{opacity:1;transform:translateY(0)}