:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--cursor-default: url(/cursors/default.svg) 0 0;--cursor-pointer: url(/cursors/handpointing.svg) 8 2;--cursor-text: url(/cursors/textcursor.svg) 12 16;--cursor-not-allowed: url(/cursors/notallowed.svg) 10 10;--cursor-grab: url(/cursors/handopen.svg) 10 10;--cursor-grabbing: url(/cursors/handgrabbing.svg) 10 10;--cursor-busy: url(/cursors/busy.svg) 10 10}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100vh}html{color-scheme:light}body{margin:0;min-width:320px;background-color:#111827;cursor:var(--cursor-default),default}body.chakra-ui-light{color-scheme:light}body.chakra-ui-dark{color-scheme:dark}body.chakra-ui-light{--x-btn-color: #0088ff;--x-content-bg-color: #ffffff;--x-content-text-color: #111827;--x-content-border-color: #e2e8f0;--x-shadow-color: rgba(15, 23, 42, .18)}body.chakra-ui-dark{--x-btn-color: #1f2937;--x-content-bg-color: #111827;--x-content-text-color: #e5e7eb;--x-content-border-color: #374151;--x-shadow-color: rgba(0, 0, 0, .55)}a,button,[role=button],summary,label[for],input[type=button],input[type=submit],input[type=reset],input[type=checkbox],input[type=radio],input[type=range],input[type=file],input[type=color],select{cursor:var(--cursor-pointer),pointer}input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=url],input[type=number],input[type=date],input[type=datetime-local],input[type=month],input[type=time],input[type=week],textarea,[contenteditable=true]{cursor:var(--cursor-text),text}[draggable=true]{cursor:var(--cursor-grab),grab}[draggable=true]:active{cursor:var(--cursor-grabbing),grabbing}button:disabled,[aria-disabled=true],:disabled{cursor:var(--cursor-not-allowed),not-allowed}[aria-busy=true],progress,.loading{cursor:var(--cursor-busy),progress}
