@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";html,body,#root{height:100%;margin:0;padding:0;width:100%;box-sizing:border-box;background-color:#f8fafc}*,*:before,*:after{box-sizing:inherit}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{display:flex;flex-direction:column}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::selection{background-color:#dbeafe;color:#0f172a}:focus-visible{outline:2px solid #3b82f6;outline-offset:2px;border-radius:4px}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}[style*="position: fixed"][style*=z-index]{animation:modalFadeIn .2s ease-out}[style*="position: fixed"][style*=z-index]>*>*{animation:modalSlideUp .25s cubic-bezier(.16,1,.3,1)}
