body{background-color:#f5f5f5;color:#111;overflow-x:hidden}.bg-noise{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:50;opacity:.025;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}::selection{background:#111;color:#fff}::-webkit-scrollbar{width:6px;background:#f5f5f5}::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#aaa}@keyframes fade-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-x-in{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.anim-fade-up{opacity:0;animation:fade-in-up .8s cubic-bezier(.25,.1,.25,1) forwards}.anim-fade{opacity:0;animation:fade-in 1s ease forwards}.anim-scale-x{transform:scaleX(0);animation:scale-x-in .8s cubic-bezier(.25,.1,.25,1) forwards}
