.feed-wrapper{min-height:100vh;padding:0 16px 16px}.feed-container{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:800px;margin:auto}.feed-filters-container{position:-webkit-sticky;position:sticky;top:8px;z-index:99;background:var(--background-neutral);overflow:visible}.results-count{font-weight:600;margin:8px 0}.no-results{color:#888}.error-message,.no-results{padding:1rem;text-align:center}.error-message{color:red;display:flex;flex-direction:column;gap:.5rem;align-items:center}.sticky-divider{position:-webkit-sticky;position:sticky;top:0;height:8px;width:100%;background-color:var(--background-neutral);z-index:100}@media (max-width:600px){.feed-wrapper{padding:0 8px 16px}.feed-container{border-radius:0;gap:8px}}