:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body,#root{background:#f4f5f7;width:100%;max-width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden}@keyframes wrFade{0%{opacity:0}to{opacity:1}}@keyframes wrPop{0%{opacity:0;transform:translateY(14px)scale(.97)}to{opacity:1;transform:none}}@keyframes wrRise{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}.wr-backdrop{animation:.16s ease-out both wrFade}.wr-pop{animation:.26s cubic-bezier(.16,.84,.44,1) both wrPop}.wr-rise{animation-name:wrRise;animation-duration:.7s;animation-timing-function:cubic-bezier(.16,.84,.44,1);animation-fill-mode:both}@keyframes wrBarFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.wr-bar{transform-origin:0;animation:.9s cubic-bezier(.16,.84,.44,1) .25s both wrBarFill}@media (prefers-reduced-motion:reduce){.wr-backdrop,.wr-pop,.wr-fade,.wr-rise,.wr-bar{animation:none}}
