*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.desktop-only{display:flex}.mobile-only{display:none}@media(max-width:767px){.desktop-only{display:none!important}.mobile-only{display:flex!important}}:focus-visible{outline:2px solid #6366f1;outline-offset:2px}
