.search-page{padding:3rem 0 5rem;background:var(--bg)}.search-header{margin-bottom:2rem;text-align:left}.search-header h1{font-size:2.4rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.search-summary{color:rgba(28,28,30,.65);font-size:1rem}.search-summary strong{color:var(--primary)}.search-empty{background:var(--secondary);border-radius:16px;padding:2.5rem;text-align:center;box-shadow:0 12px 30px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.04)}.search-empty h2{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-dark)}.search-empty p{color:rgba(28,28,30,.65);font-size:1rem;max-width:420px;margin:0 auto}.search-results{margin-top:1rem}.search-results-grid{max-width:none}.search-results-grid>*{max-width:240px}@media (max-width:768px){.search-page{padding:2rem 0 3.5rem}.search-header h1{font-size:2rem}.search-empty{padding:2rem 1.5rem}.search-results-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.search-results-grid>*{max-width:100%}}