@keyframes hero-fade-in-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hero-operation-reveal{0%{opacity:.35;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}.animate-fade-in-up{animation:hero-fade-in-up .42s ease-out forwards}.animate-fade-in{opacity:0;animation:hero-fade-in .42s ease-out .12s forwards}.hero-canvas-navbar,.hero-canvas-navbar-chip,.hero-canvas-shell{border-radius:0!important}.hero-operation-image{animation:hero-operation-reveal .42s ease-out both;filter:saturate(.76) contrast(1.08) brightness(.82)}.hero-reveal-divider:focus-visible>span{border-color:var(--nf-amber,#d4a556);box-shadow:0 0 0 2px var(--nf-void,#070908),0 0 0 4px var(--nf-amber,#d4a556)}@media (pointer:coarse){.hero-reveal-divider{width:3.5rem}.hero-reveal-divider>span{min-width:2rem}}.stagger-fade-in>*{opacity:0;animation:hero-fade-in-up .42s ease-out forwards}.stagger-fade-in>:nth-child(2){animation-delay:70ms}.stagger-fade-in>:nth-child(3){animation-delay:.14s}.stagger-fade-in>:nth-child(4){animation-delay:.21s}.stagger-fade-in>:nth-child(5){animation-delay:.28s}@media (prefers-reduced-motion:reduce){.animate-fade-in,.animate-fade-in-up,.hero-operation-image,.stagger-fade-in>*{opacity:1;animation:none!important;transform:none}}