*{box-sizing:border-box}html,body,#root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#111827;background:#fff;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;line-height:1.5}#root{flex-direction:column;width:100%;height:100vh;display:flex}button{cursor:pointer;color:inherit;background:0 0;border:none;padding:0;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}input:focus,select:focus,textarea:focus{outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#d1d5db}::-webkit-scrollbar-track{background:0 0}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.slide-in{animation:.22s cubic-bezier(.4,0,.2,1) slideInRight}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:.18s ease-out fadeIn}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:.7s linear infinite spin}
