
/* izGaraže v0.19 — Homepage + Results UI pass */
:root{--iz-orange:#ff5317;--iz-ink:#151719;--iz-muted:#70767a;--iz-line:#e4e7e9;--iz-soft:#f5f6f7}
body{background:#f5f6f7;color:var(--iz-ink)}
.hero{border-radius:0 0 26px 26px;overflow:hidden}.hero h1{letter-spacing:-.035em}
.search-card{border:1px solid rgba(15,18,20,.08);box-shadow:0 14px 35px rgba(20,25,28,.08)}
.search-card input,.search-card select{border-color:#dfe3e5;background:#fff}
.search-card input:focus,.search-card select:focus{outline:none;border-color:#ff9c78;box-shadow:0 0 0 3px rgba(255,83,23,.09)}
.category-tabs{gap:7px}.category-tab{border-radius:999px!important;border:1px solid #e2e5e7!important;background:#f7f8f8!important}
.category-tab.active{background:#17191b!important;color:#fff!important;border-color:#17191b!important}
.smart-search-card{border:1px solid #e1e4e6!important;box-shadow:none!important;position:relative;overflow:hidden}
.smart-search-card:before{content:"SMART PRETRAGA";display:inline-block;font-size:9px;font-weight:900;letter-spacing:.11em;color:var(--iz-orange);margin-bottom:7px}
.smart-search-card input{font-size:16px!important}
.smart-search-card button,.search-card button[type=submit]{background:var(--iz-orange)!important;border-color:var(--iz-orange)!important;font-weight:900!important}
.latest-grid{gap:14px!important}.latest-card{border:1px solid var(--iz-line)!important;border-radius:14px!important;overflow:hidden;box-shadow:none!important;transition:transform .15s ease,border-color .15s ease}
.latest-card:hover{transform:translateY(-2px);border-color:#ffc0a9!important}.latest-card img{aspect-ratio:16/10;object-fit:cover}.latest-card .price{color:#e94910;font-weight:900}
.results-shell{gap:18px!important}.filters,.filter-panel{border:1px solid var(--iz-line)!important;border-radius:14px!important;box-shadow:none!important;background:#fff!important}
.results-toolbar{background:#fff;border:1px solid var(--iz-line);border-radius:12px;padding:10px 12px!important}
.result-card{border:1px solid var(--iz-line)!important;border-radius:14px!important;box-shadow:none!important;overflow:hidden;transition:border-color .15s ease,transform .15s ease;background:#fff}
.result-card:hover{border-color:#ffb99f!important;transform:translateY(-1px)}.result-card img{object-fit:cover}.result-card h2,.result-card h3{letter-spacing:-.015em}
.result-card .price{color:#e94910!important;font-weight:900!important}.result-card .meta,.result-card .specs{color:#666d71}
.active-chips{display:flex;gap:6px;flex-wrap:wrap}.active-chips>*{border-radius:999px!important;background:#fff3ee!important;color:#a93b13!important;border:1px solid #ffd7c8!important;font-size:10px!important}
@media(max-width:900px){.hero{border-radius:0 0 18px 18px}.search-card{box-shadow:none}.results-shell{display:block!important}.filters,.filter-panel{position:static!important;margin-bottom:12px}}
@media(max-width:650px){.hero h1{font-size:30px!important}.search-card{border-radius:14px!important}.category-tabs{overflow-x:auto;flex-wrap:nowrap!important;padding-bottom:4px}.category-tab{white-space:nowrap}.result-card{display:block!important}.result-card img{width:100%!important;max-width:none!important;aspect-ratio:16/10}}
