@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--color-emerald-500: #10b981;--color-slate-950: #020617}html{scroll-behavior:smooth;background-color:var(--color-slate-950)}body{font-family:Inter,sans-serif;background-color:var(--color-slate-950);color:#f8fafc;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background-color:#10b9814d;color:#a7f3d0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:4px;border:2px solid #0f172a}::-webkit-scrollbar-thumb:hover{background:#334155}@keyframes pulse-slow{0%,to{opacity:1}50%{opacity:.8}}@keyframes progress{0%{width:100%}to{width:0%}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.animate-progress{animation:progress 10s linear forwards;will-change:width}.animate-pulse-slow{animation:pulse-slow 4s cubic-bezier(.4,0,.6,1) infinite}.will-change-transform{will-change:transform}.will-change-opacity{will-change:opacity}img[loading=lazy]{opacity:0;transition:opacity .4s ease}img[loading=lazy].loaded,img[loading=lazy]:not([src=""]){opacity:1}
