:root{--lime:#bef264;--lime-ink:#1a2e05;--lime-mid:#84cc16;--lime-text:#4d7c0f;--cursor-button:pointer;--cursor-checkbox:pointer;--cursor-disabled:default;--cursor-link:pointer;--cursor-menu-item:pointer;--cursor-radio:pointer;--cursor-slider-thumb:grab;--cursor-slider-thumb-active:grabbing;--cursor-switch:pointer}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-geist-sans)}@keyframes anim-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes anim-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.anim-rise{animation:.48s cubic-bezier(.2,.8,.2,1) both anim-rise}.anim-grow{transform-origin:0;animation:.62s cubic-bezier(.2,.8,.2,1) both anim-grow}.anim-stagger>*{animation:.48s cubic-bezier(.2,.8,.2,1) both anim-rise}.anim-stagger>:nth-child(2){animation-delay:50ms}.anim-stagger>:nth-child(3){animation-delay:.1s}.anim-stagger>:nth-child(4){animation-delay:.15s}.anim-stagger>:nth-child(5){animation-delay:.2s}.anim-stagger>:nth-child(6){animation-delay:.25s}.anim-stagger>:nth-child(7){animation-delay:.3s}.anim-stagger>:nth-child(n+8){animation-delay:.35s}.anim-delay-1{animation-delay:60ms}.anim-delay-2{animation-delay:.12s}.anim-delay-3{animation-delay:.18s}@media (prefers-reduced-motion:reduce){.anim-rise,.anim-grow,.anim-stagger>*,.anim-delay-1,.anim-delay-2,.anim-delay-3{animation:none}}
