:root{color-scheme:light dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px}*,:after,:before{box-sizing:border-box}body{margin:0;background:#f5f6f9;color:#111}a{color:inherit;text-decoration:none}button{font:inherit}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn95{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-in{animation-duration:.2s;animation-timing-function:cubic-bezier(.4,0,.2,1);animation-fill-mode:both}.fade-in{animation-name:fadeIn}.zoom-in-95{animation-name:zoomIn95}.duration-200{animation-duration:.2s}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}