.search-wrapper{position:relative;z-index:1000;background:var(--surface-primary);padding:2rem 0}.founders-list-page .founders-search-controls{display:flex;gap:var(--space-2);margin-bottom:var(--space-lg);align-items:center}.founders-list-page .founders-search-input{flex:1;min-width:200px;padding:.75rem 1rem;border:2px solid var(--border-light);border-radius:var(--radius-md);font-size:var(--text-base);color:var(--text-primary);background-color:var(--surface-primary);transition:border-color .2s ease}.founders-list-page .founders-search-input:focus{outline:none;border-color:var(--brand-teal);box-shadow:0 0 0 3px rgba(56,178,172,.1)}.founders-list-page .filters-btn{display:flex;align-items:center;gap:var(--space-2);padding:.75rem 1.5rem;background-color:var(--surface-primary);color:var(--text-secondary);border:2px solid var(--border-light);border-radius:var(--radius-md);font-size:var(--text-base);font-weight:var(--font-medium);cursor:pointer;transition:all .2s ease;white-space:nowrap}.founders-list-page .filters-btn:hover{background-color:var(--surface-hover);border-color:var(--brand-teal)}.founders-list-page .filters-btn:active{transform:scale(.98)}@media(max-width:640px){.founders-list-page .founders-search-controls{flex-direction:column;align-items:stretch;gap:var(--space-md)}.founders-list-page .founders-search-input{width:100%}.founders-list-page .filters-btn{width:100%;justify-content:center}}.founders-list-page .filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background-color:var(--primary-500);color:#fff;border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--font-semibold)}.founders-list-page .filter-chips{display:flex;gap:var(--space-2);margin-bottom:var(--space-md);flex-wrap:wrap;align-items:center;padding:0}.founders-list-page .filter-chip{display:inline-flex;align-items:center;gap:var(--space-1);padding:.375rem .75rem;background-color:var(--primary-100);color:var(--primary-700);border:1px solid var(--primary-200);border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;transition:all .2s ease}.founders-list-page .filter-chip:hover{background-color:var(--primary-200);border-color:var(--primary-300)}.founders-list-page .filter-chip--clear{background-color:var(--neutral-100);color:var(--neutral-700);border-color:var(--neutral-300)}.founders-list-page .filter-chip--clear:hover{background-color:var(--neutral-200);border-color:var(--neutral-400)}.founders-list-page .filter-chip svg{flex-shrink:0}.founders-list-page .search-result-counter{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-md);font-weight:var(--font-medium)}.founders-list-page .filter-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:9998;display:flex;align-items:flex-end;justify-content:center}.founders-list-page .filter-modal{background:var(--surface-primary);border-radius:var(--radius-lg)var(--radius-lg)0 0;width:100%;max-width:640px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 -4px 24px rgba(0,0,0,.15)}.founders-list-page .filter-modal__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-lg)var(--space-xl);border-bottom:1px solid var(--border-light);background:var(--surface-primary)}.founders-list-page .filter-modal__header h3{font-size:var(--text-xl);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.founders-list-page .filter-modal__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:0 0;border:none;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-md);transition:all .2s ease}.founders-list-page .filter-modal__close:hover{background-color:var(--surface-hover);color:var(--text-primary)}.founders-list-page .filter-modal__body{flex:1;overflow-y:auto;padding:var(--space-xl);background:var(--surface-primary)}.founders-list-page .filter-modal__footer{display:flex;gap:var(--space-md);padding:var(--space-lg)var(--space-xl);border-top:1px solid var(--border-light);background:var(--surface-primary)}.founders-list-page .filter-modal__footer button{flex:1}.founders-list-page .filter-group{margin-bottom:var(--space-lg)}.founders-list-page .filter-label{display:block;font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);margin-bottom:var(--space-2)}.founders-list-page .filter-select{width:100%;padding:.75rem 1rem;border:2px solid var(--border-light);border-radius:var(--radius-md);font-size:var(--text-base);color:var(--text-primary);background-color:var(--surface-secondary);transition:border-color .2s ease;cursor:pointer}.founders-list-page .filter-select:focus{outline:none;border-color:var(--brand-teal);box-shadow:0 0 0 3px rgba(56,178,172,.1);background:var(--surface-hover)}.founders-list-page .filter-select[multiple]{height:auto;padding:.75rem 1rem;min-height:0;max-height:280px;overflow-y:auto}.founders-list-page .filter-select[multiple] option{padding:.375rem .5rem;border-radius:4px;margin:1px 0;font-size:.875rem;cursor:pointer;background-color:var(--surface-secondary);color:var(--text-primary)}.founders-list-page .filter-select[multiple] option:checked{background:linear-gradient(to right,#38B2AC 0%,#319795 100%);color:#fff;font-weight:600}.founders-list-page .filter-hint{margin-top:.5rem;font-size:.75rem;color:var(--text-tertiary);font-style:italic}.founders-list-page .filter-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.founders-list-page .filter-clear-btn{background:0 0;border:none;color:var(--primary-700);font-size:.875rem;cursor:pointer;padding:.25rem .5rem;text-decoration:underline;transition:color .2s}.founders-list-page .filter-clear-btn:hover{color:#319795}.founders-grid-panel{padding-top:var(--space-xl);padding-bottom:var(--space-3xl)}.founders-cta__content{max-width:800px;margin:0 auto;text-align:center}.founders-cta__heading{color:#fff;margin-bottom:var(--space-md)}.founders-cta__text{color:#fff;opacity:.9;font-size:var(--text-lg);margin-bottom:var(--space-xl)}.founders-cta__buttons{display:flex;gap:var(--space-4);flex-wrap:wrap;justify-content:center}