:root{--primary: #662480;--primary-light: #F3E8F9;--primary-dark: #4A1A5E;--grey: #999;--grey-light: #f5f5f5;--white: #fff}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100dvh;height:100vh;overflow:hidden}@supports (height: 100dvh){html,body,#root{height:100dvh}}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--white);color:#222;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.flex-center{display:flex;align-items:center;justify-content:center}.flex-col{display:flex;flex-direction:column}.full-height{height:100%}.text-center{text-align:center}.spinner{width:32px;height:32px;border:3px solid var(--primary-light);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
