@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.motion-transform{will-change:transform;transform:translateZ(0)}@supports (scroll-behavior:smooth){html{scroll-behavior:smooth}}@keyframes flyer-tile-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.motion-tile-entrance{animation:flyer-tile-in .8s cubic-bezier(.25,1,.5,1) both}.motion-tile-pending{opacity:0}@keyframes sparkle-float{0%,to{transform:translateY(-6px) rotate(-6deg)}50%{transform:translateY(6px) rotate(8deg)}}.motion-sparkle-float{animation:sparkle-float 5s ease-in-out infinite}html{scrollbar-width:thin;scrollbar-color:rgba(101,64,40,.3) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(101,64,40,.3);border-radius:5px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:rgba(101,64,40,.5)}:focus-visible{outline:2px solid currentColor;outline-offset:2px;transition:outline-offset .2s ease}