@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Inter,sans-serif;background-color:#0b0e11;color:#eaecef;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root:empty:before{content:"";position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:4px solid #1e2329;border-top-color:#0f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}
