.developer-area{background:var(--background);color:var(--foreground)}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-fade-up-blur{0%{opacity:0;filter:blur(8px);transform:translateY(22px)}to{opacity:1;filter:blur();transform:translateY(0)}}.hero-animate-line1{animation:.7s cubic-bezier(.22,1,.36,1) both hero-fade-up}.hero-animate-word{margin-right:.25em;animation:.65s cubic-bezier(.22,1,.36,1) both hero-fade-up-blur;display:inline-block}
