@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:#0a0a0a;overflow-x:hidden}*{box-sizing:border-box}.bg-blobs{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.bg-blobs .blob{position:absolute;border-radius:50%;filter:blur(140px);opacity:.08;animation:blobFloat 25s ease-in-out infinite alternate}.bg-blobs .blob:nth-child(1){width:700px;height:700px;background:#fff;top:-250px;left:-200px;animation-delay:0s}.bg-blobs .blob:nth-child(2){width:500px;height:500px;background:#555;top:40%;right:-150px;animation-delay:-6s;animation-duration:28s}.bg-blobs .blob:nth-child(3){width:600px;height:600px;background:#333;bottom:-200px;left:25%;animation-delay:-12s;animation-duration:24s}.bg-blobs .blob:nth-child(4){width:400px;height:400px;background:#444;top:55%;left:-100px;animation-delay:-9s;animation-duration:20s}@keyframes blobFloat{0%{transform:translate(0) scale(1)}33%{transform:translate(50px,-30px) scale(1.08)}66%{transform:translate(-25px,40px) scale(.96)}to{transform:translate(30px,-15px) scale(1.04)}}::selection{background:#fff3;color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}
