body{background-color:#0f172a;color:#fff;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.sentence{padding:10px}*{scrollbar-width:thin;scrollbar-color:#3b82f6 #1e293b}*::-webkit-scrollbar{width:8px}*::-webkit-scrollbar-track{background:#1e293b}*::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:10px}*::-webkit-scrollbar-thumb:hover{background:#60a5fa}.loader-container{width:100%;height:100%;position:fixed;background-color:#0f172af2;display:flex;justify-content:center;align-items:center;z-index:2000}.loader{border:10px solid #1e293b;border-top:10px solid #3b82f6;border-radius:50%;width:80px;height:80px;animation:spin 1s linear infinite}.listing-card{min-width:500px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
