:root{color-scheme:light;--background:#f5f7fb;--foreground:#172033;--muted:#667085;--brand:#0f766e;--card:#ffffff}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}a{color:inherit}.site-header{background:#111827;color:white;padding:2rem max(1.25rem,6vw)}.site-header h1{margin:0 0 .5rem}.content{max-width:1440px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.discovery-layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem;align-items:start}.filters,.range-form{background:var(--card);border:1px solid #e4e7ec;border-radius:.75rem;padding:1rem}.filters{display:grid;grid-gap:1rem;gap:1rem;position:-webkit-sticky;position:sticky;top:1rem}.filter-heading,.keyword-row,.results-header{display:flex;justify-content:space-between;align-items:end;gap:1rem}.filter-heading h2{margin:0}.filters label,.range-form label,.results-header label{display:grid;grid-gap:.35rem;gap:.35rem;font-size:.875rem;font-weight:600}.filters select,.range-form input,.results-header select{width:100%;min-height:2.6rem;padding:.55rem .65rem;border:1px solid #d0d5dd;border-radius:.45rem;background:white;color:var(--foreground)}.filters fieldset{border:1px solid #e4e7ec;border-radius:.5rem;padding:.75rem}.filters .inline-control{display:flex;align-items:center;gap:.4rem;margin-top:.5rem;font-weight:400}.link-button{border:0;background:transparent;color:var(--brand);cursor:pointer}.results-panel{min-width:0}.range-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));grid-gap:.75rem;gap:.75rem}.keyword-row{margin-top:.9rem}.keyword-row label{flex:1 1}.keyword-row button{min-height:2.6rem;border:0;border-radius:.5rem;background:var(--brand);color:white;padding:.65rem 1.2rem;cursor:pointer}.results-header{margin:1.25rem 0 .75rem}.results-header label{grid-template-columns:auto minmax(160px,auto);align-items:center}.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.chips button{border:1px solid #a7d7d2;border-radius:999px;background:#ecfdfb;color:#115e59;padding:.4rem .7rem;cursor:pointer}.empty-state{grid-column:1/-1;background:white;border-radius:.75rem;padding:2rem;text-align:center}.toolbar{display:flex;gap:.75rem;margin-bottom:1.5rem}.toolbar input{flex:1 1;padding:.75rem;border:1px solid #d0d5dd;border-radius:.5rem;font-size:1rem}.toolbar button{border:0;border-radius:.5rem;background:var(--brand);color:white;padding:.75rem 1.25rem;cursor:pointer}.listing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.listing-card{background:var(--card);border-radius:.75rem;padding:1rem;box-shadow:0 2px 8px #00000012}.listing-card h2{font-size:1.1rem;margin-top:0}.listing-image{width:100%;height:180px;object-fit:cover;border-radius:.5rem;background:#e9eef5;display:block;margin-bottom:1rem}.listing-image--empty{display:grid;place-items:center;color:var(--muted)}.pagination{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem;align-items:center}.pagination button{padding:.6rem 1rem;border:1px solid #d0d5dd;border-radius:.5rem;background:white;cursor:pointer}.pagination button:disabled{cursor:not-allowed;opacity:.5}.price{color:var(--brand);font-size:1.25rem;font-weight:700}.muted{color:var(--muted)}.ad-slot{min-height:90px;margin:1rem 0;background:#e9eef5;display:grid;place-items:center;color:var(--muted)}@media (max-width:600px){.toolbar{flex-direction:column}.discovery-layout{grid-template-columns:1fr}.filters{position:static}.keyword-row,.results-header{align-items:stretch;flex-direction:column}.results-header label{grid-template-columns:1fr}}