/* Mobile results filters use a compact in-viewport grid, never a scrolling row. */
@media(max-width:760px){
  .results-layout{min-width:0;gap:18px}
  .filters{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;overflow:visible;padding:10px;width:100%;max-width:100%}
  .filters h3{display:none}
  .filter-button{white-space:normal;width:100%;min-width:0;min-height:40px;padding:8px;font-size:.82rem;line-height:1.2;overflow-wrap:anywhere}
  .page,.pass-grid,.panel,.assistant-box,.observation-panel,.form-panel,.project-card,.result-row{min-width:0;max-width:100%}
  .search-page-header,.search-page-header .search-box{max-width:100%}
  .chat-form{min-width:0}.chat-form input{min-width:0}
  .timeline{min-width:0}.milestone span{overflow-wrap:anywhere}
  .finance-values{gap:12px}.finance-values span{min-width:0;overflow-wrap:anywhere}
  .form-panel .primary-btn,.observation-panel .primary-btn,.observation-panel .outline-btn{max-width:100%;white-space:normal}
}
@media(min-width:761px) and (max-width:900px){.results-layout{grid-template-columns:190px minmax(0,1fr);gap:20px}.filter-button{white-space:normal}}
