@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&family=Roboto+Mono:wght@400;500;700&display=swap";html,body{margin:0;padding:0;width:100%}.fullscreen{width:100vw;background-color:#e0e0e0}.card{padding:8px;font-family:Roboto,sans-serif;text-align:left;cursor:pointer}.card:hover{box-shadow:0 4px 8px #0003}.card img{width:201px;height:245px}.card .details{margin-top:8px;width:70%;max-width:70%}.card .brand{font-size:14px;font-weight:700;color:#000;margin:0}.card .model{font-size:12px;font-weight:light;color:#474747;margin:4px 0}.card .price{font-family:Roboto Mono,monospace;font-size:12px;font-weight:regular;margin:6px 0}.card-footer{margin:0}.cards-container{display:grid;margin:0 auto;padding-top:64px;max-width:fit-content;grid-template-columns:repeat(4,1fr);gap:8px}.header{position:sticky;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border:rgb(153,153,153) solid 1px;margin:0;padding:0;top:0;z-index:1000;background-color:#fff;width:100vw}.logo{padding-left:50px;font-family:Inter,sans-serif;font-size:48px;font-weight:900}.auth-container{width:150px}.container{display:flex;align-items:center;gap:8px;margin:0;width:500px}.input{border:black solid 1px;outline:none;padding:20px;font-size:20px;flex:1}.button{display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;cursor:pointer;font-size:18px}.wallet-btn{border-radius:20px;width:100px;height:50px;border:none;background-color:#ff6a00;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.address-text{font-family:Inter,sans-serif;color:#3a3a3a;font-weight:500}
