:where(.pg-acervo-de-imagens) .hero-filters{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;margin-top:1.25rem}:where(.pg-acervo-de-imagens) .search-wrap{position:relative;flex:1 1 260px;min-width:220px}:where(.pg-acervo-de-imagens) .search-wrap i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-400);font-size:.9rem;pointer-events:none}:where(.pg-acervo-de-imagens) .search-input{width:100%;padding:10px 14px 10px 38px;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-family:var(--font-body);font-size:13px;color:var(--text-700);outline:none}:where(.pg-acervo-de-imagens) .search-input:focus{border-color:var(--teal-500);box-shadow:0 0 0 3px var(--teal-50)}:where(.pg-acervo-de-imagens) .acr-select{flex:0 1 200px;padding:10px 14px;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-family:var(--font-body);font-size:13px;color:var(--text-700);outline:none}:where(.pg-acervo-de-imagens) .acr-select:focus{border-color:var(--teal-500);box-shadow:0 0 0 3px var(--teal-50)}:where(.pg-acervo-de-imagens) .acr-date-range{display:flex;align-items:center;gap:6px}:where(.pg-acervo-de-imagens) .acr-date{padding:9px 12px;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-family:var(--font-body);font-size:13px;color:var(--text-700);outline:none;width:auto}:where(.pg-acervo-de-imagens) .acr-date:focus{border-color:var(--teal-500);box-shadow:0 0 0 3px var(--teal-50)}:where(.pg-acervo-de-imagens) .acr-date-sep{font-size:12px;color:var(--text-400)}:where(.pg-acervo-de-imagens) .acr-count{margin:1.25rem 0 .75rem;font-size:13px;color:var(--text-500)}:where(.pg-acervo-de-imagens) .acr-count strong{color:var(--text-900)}:where(.pg-acervo-de-imagens) .acr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:14px;gap:14px}:where(.pg-acervo-de-imagens) .acr-thumb{position:relative;display:block;padding:0;aspect-ratio:16/10;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--bg);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}:where(.pg-acervo-de-imagens) .acr-thumb:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--teal-500)}:where(.pg-acervo-de-imagens) .acr-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}:where(.pg-acervo-de-imagens) .acr-thumb:hover img{transform:scale(1.05)}:where(.pg-acervo-de-imagens) .acr-destaque-cover{position:relative;width:100%;aspect-ratio:16/9;border-radius:var(--radius-sm);overflow:hidden;background:var(--bg);cursor:zoom-in;margin-bottom:14px}:where(.pg-acervo-de-imagens) .acr-destaque-cover img{width:100%;height:100%;object-fit:cover}:where(.pg-acervo-de-imagens) .acr-info-list{display:flex;flex-direction:column;gap:12px}:where(.pg-acervo-de-imagens) .acr-info-row{display:flex;flex-direction:column;gap:2px}:where(.pg-acervo-de-imagens) .info-label{font-size:11px;font-weight:600;color:var(--text-400);text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:5px}:where(.pg-acervo-de-imagens) .info-label i{color:var(--teal-600)}:where(.pg-acervo-de-imagens) .info-val{font-size:13px;color:var(--text-700);font-weight:500;line-height:1.5;word-break:break-word}:where(.pg-acervo-de-imagens) .acr-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}