:root{--bg:#f6f7f9;--dark:#0f2133;--green:#28d07e;--muted:#7b8794;--card:#fff}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");#__next,body,html{height:100%;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg);color:var(--dark)}.container{max-width:980px;margin:32px auto;padding:0 16px}.header{justify-content:space-between;padding:16px 0}.header,.logo{display:flex;align-items:center}.logo{gap:12px}.logo img{height:40px;width:40px}.hero{background:linear-gradient(180deg,hsla(0,0%,100%,.8),hsla(0,0%,100%,.6));padding:28px;border-radius:12px;box-shadow:0 4px 16px rgba(15,33,51,.06);margin-bottom:18px}.searchRow{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.input{flex:1 1;padding:12px;border-radius:8px;border:1px solid #e6e9ee;background:#fff;min-width:160px}.btn{background:var(--green);color:#fff;padding:12px 18px;border-radius:8px;border:none;font-weight:600;cursor:pointer}.resultsHeader{margin:18px 0 8px;display:flex;justify-content:space-between;align-items:center}.card{display:flex;gap:12px;background:var(--card);padding:12px;border-radius:10px;box-shadow:0 6px 18px rgba(15,33,51,.04);margin-bottom:10px;align-items:flex-start}.thumb{width:120px;height:90px;object-fit:cover;border-radius:6px;background:#f0f0f0}.title{margin:0}.price,.title{font-weight:700}.price{color:var(--green);font-size:1.05rem}.footer,.small{color:var(--muted);font-size:.9rem}.footer{margin-top:28px;padding:18px 0;border-top:1px solid #e8ebf0}@media(max-width:720px){.searchRow{flex-direction:column;align-items:stretch}.thumb{width:100%;height:180px;border-radius:8px}.card{flex-direction:column}}