:root{--background:#f5f5f7;--foreground:#1d1d1f}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{color:var(--foreground);background:var(--background);letter-spacing:-.374px;-webkit-font-smoothing:antialiased;font-family:SF Pro Text,system-ui,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:17px;font-weight:400;line-height:1.47}button,input,select,textarea{font:inherit}.route-transition-shell{min-height:100vh;animation:.42s cubic-bezier(.22,1,.36,1) both route-enter}@keyframes route-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes reduced-route-enter{0%{opacity:.35}to{opacity:1}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important}.route-transition-shell{animation:.22s ease-out both reduced-route-enter}}
