.categories-hero{padding:52px 0 34px;text-align:center;background:radial-gradient(circle at top right,rgba(245,158,11,.13),transparent 25%),linear-gradient(135deg,#eff6ff,#fff)}.categories-eyebrow{display:inline-flex;padding:8px 14px;border:1px solid #bfdbfe;border-radius:999px;background:#fff;color:#2563eb;font-size:.84rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.categories-hero h1{margin:14px 0 8px;font-size:clamp(2.15rem,5vw,3.5rem)}.categories-hero p{color:#64748b;font-size:1.05rem}.categories-page{padding:28px 0 50px}.categories-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:22px;align-items:start}.categories-filters,.categories-results{border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.08)}.categories-filters{position:sticky;top:108px;padding:20px}.categories-filter-head{display:flex;justify-content:space-between;gap:12px}.categories-filter-head h2,.categories-results h2{font-size:1.22rem}.categories-filter-head p,.categories-results-top p{margin-top:5px;color:#64748b;font-size:.88rem}.categories-filter-head button{display:none}.categories-filters form{display:grid;gap:12px;margin-top:17px}.categories-filters fieldset{display:grid;gap:11px;padding:15px;border:1px solid #e2e8f0;border-radius:17px;background:#fcfdff}.categories-filters legend{padding:0 5px;color:#0f172a;font-weight:800}.categories-filters label{display:grid;gap:6px;color:#1e293b;font-size:.84rem;font-weight:700}.categories-filters input,.categories-filters select,.categories-sort select{width:100%;padding:11px 12px;border:1px solid #dbe3ef;border-radius:11px;background:#fff;color:#0f172a;font:inherit}.categories-input-icon{position:relative}.categories-input-icon i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.categories-input-icon input{padding-left:36px}.categories-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.categories-check{display:flex!important;grid-template-columns:auto 1fr;align-items:center;gap:8px!important;color:#64748b!important;font-weight:600!important}.categories-check input{width:auto}.categories-filter-actions{display:grid;gap:9px}.categories-filter-actions .btn{width:100%}.categories-filter-toggle{display:none;margin-bottom:14px}.categories-results{padding:22px}.categories-results-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.categories-sort select{min-width:210px}.categories-ads-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.category-ad-card{overflow:hidden;display:flex;flex-direction:column;min-width:0;border:1px solid #e2e8f0;border-radius:20px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.07);text-align:center;transition:.24s}.category-ad-card:hover{transform:translateY(-5px);box-shadow:0 17px 36px rgba(37,99,235,.13)}.category-ad-image{position:relative;height:190px;display:grid;place-items:center;background:linear-gradient(135deg,#dbeafe,#f8fafc 58%,#fef3c7);color:#2563eb;font-size:2.5rem}.category-ad-image>a{position:absolute;inset:0;display:grid;place-items:center}.category-ad-image img{width:100%;height:100%;object-fit:cover}.category-ad-badge{position:absolute;top:12px;left:12px;z-index:2;padding:6px 10px;border-radius:999px;background:#2563eb;color:#fff;font-size:.7rem;font-weight:900}.category-favorite{position:absolute;top:10px;right:10px;z-index:3;width:42px;height:42px;display:grid;place-items:center;border:1px solid #fecaca;border-radius:50%;background:rgba(255,255,255,.95);color:#ef4444;font-size:1.2rem;cursor:pointer;box-shadow:0 7px 17px rgba(15,23,42,.12);transition:.2s}.category-favorite:hover,.category-favorite.active{background:#ef4444;color:#fff;border-color:#ef4444;transform:scale(1.06)}.category-favorite.loading{pointer-events:none;opacity:.55}.category-ad-content{display:flex;flex:1;flex-direction:column;align-items:center;padding:17px}.category-ad-category{color:#64748b;font-size:.78rem}.category-ad-price{margin:7px 0;color:#2563eb;font-size:1.2rem;font-weight:900}.category-ad-price span{color:#64748b;font-size:.78rem}.category-ad-content h3{min-height:2.7em;color:#0f172a;font-size:.98rem;line-height:1.35}.category-ad-location{display:flex;justify-content:center;align-items:center;gap:6px;margin:10px 0 13px;color:#64748b;font-size:.83rem}.category-ad-meta{display:flex;justify-content:space-between;gap:8px;width:100%;margin-top:auto;padding-top:11px;border-top:1px solid #e2e8f0;color:#64748b;font-size:.76rem}.categories-empty{grid-column:1/-1;padding:55px 20px;text-align:center}.categories-empty>i{font-size:2rem;color:#2563eb}.categories-empty h3{margin:10px 0}.categories-empty p{margin-bottom:16px;color:#64748b}.categories-pagination{display:flex;justify-content:center;gap:8px;margin-top:24px}.categories-pagination a{min-width:42px;height:42px;display:grid;place-items:center;border:1px solid #dbe3ef;border-radius:11px;background:#fff;font-weight:800}.categories-pagination a:hover,.categories-pagination a.active{background:#2563eb;color:#fff;border-color:#2563eb}
.dark-mode .categories-hero{background:radial-gradient(circle at top right,rgba(245,158,11,.12),transparent 25%),linear-gradient(135deg,#0f172a,#172554)}.dark-mode .categories-hero h1,.dark-mode .categories-filter-head h2,.dark-mode .categories-results h2,.dark-mode .category-ad-content h3,.dark-mode .categories-filters legend,.dark-mode .categories-filters label{color:#f8fafc}.dark-mode .categories-hero p,.dark-mode .categories-filter-head p,.dark-mode .categories-results-top p{color:#a8b5c7}.dark-mode .categories-eyebrow,.dark-mode .categories-filters,.dark-mode .categories-results,.dark-mode .category-ad-card,.dark-mode .categories-filters fieldset{background:#111c2e;border-color:#334155}.dark-mode .categories-filters input,.dark-mode .categories-filters select,.dark-mode .categories-sort select,.dark-mode .categories-pagination a{background:#0f172a;color:#f8fafc;border-color:#334155}.dark-mode .category-ad-image{background:linear-gradient(135deg,#172554,#1e293b)}.dark-mode .category-favorite{background:#111827}.dark-mode .category-favorite.active,.dark-mode .category-favorite:hover{background:#ef4444}.dark-mode .category-ad-meta{border-color:#334155}
@media(max-width:1120px){.categories-layout{grid-template-columns:270px minmax(0,1fr)}.categories-ads-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:850px){.categories-layout{grid-template-columns:1fr}.categories-filter-toggle{display:inline-flex;width:100%}.categories-filters{display:none;position:fixed;inset:0 0 0 auto;z-index:1150;width:min(390px,92vw);height:100dvh;overflow-y:auto;border-radius:0}.categories-filters.active{display:block}.categories-filter-head button{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border:0;border-radius:12px;background:#eff6ff;font-size:1.1rem}.categories-results{padding:18px}.categories-results-top{align-items:stretch;flex-direction:column}.categories-sort select{min-width:0}.categories-ads-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.categories-hero{padding:38px 0 28px}.categories-page{padding-top:18px}.categories-ads-grid{grid-template-columns:1fr}.category-ad-image{height:210px}.categories-results{padding:14px;border-radius:19px}.categories-two{grid-template-columns:1fr}.category-ad-content h3{min-height:0}.category-ad-meta{justify-content:center;gap:18px}}
.category-ad-card.is-featured{border-color:rgba(245,158,11,.48);box-shadow:0 12px 28px rgba(245,158,11,.13)}.category-ad-card.is-featured:hover{box-shadow:0 19px 38px rgba(245,158,11,.2)}.category-ad-badge.premium{background:linear-gradient(135deg,#f59e0b,#f97316);box-shadow:0 7px 16px rgba(245,158,11,.28)}
.categories-hero{padding:28px 0 18px;background:transparent}.categories-hero .container{padding:52px 28px;border:1px solid #e2e8f0;border-radius:28px;background:radial-gradient(circle at top right,rgba(245,158,11,.13),transparent 25%),linear-gradient(135deg,#eff6ff,#fff);box-shadow:0 12px 32px rgba(15,23,42,.08)}.dark-mode .categories-hero{background:transparent}.dark-mode .categories-hero .container{background:radial-gradient(circle at top right,rgba(245,158,11,.12),transparent 25%),linear-gradient(135deg,#0f172a,#172554);border-color:#334155}
@media(max-width:600px){.categories-hero{padding:18px 0 10px}.categories-hero .container{width:min(94%,1240px);padding:35px 18px;border-radius:22px}}
