.home-feed-container{width:100%;max-width:800px;margin:0 auto;padding:0}.home-feed-items{flex-direction:column;gap:1.5rem;display:flex}.home-feed-items.timeline-style{flex-direction:column;gap:0;margin-left:0;display:flex}.home-feed-loading,.home-feed-empty,.home-feed-loading-more,.home-feed-end{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.home-feed-loading p,.home-feed-loading-more p{color:#4b5563;margin-top:1rem}.home-feed-empty{background-color:var(--bg-secondary);border-radius:8px;padding:3rem 1rem}.home-feed-empty h3{color:#454b58;margin-bottom:.5rem;font-weight:600}.home-feed-empty p{color:#454b58}.home-feed-end{text-align:center;padding:2rem 0}.home-feed-end p{color:#4b5563;margin:.5rem 0;font-size:.9rem}.feed-end-cta{color:#6b7280;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;margin-top:.75rem;padding:0;font-family:inherit;font-size:.85rem;font-style:italic;-webkit-text-decoration:underline #6b72804d;text-decoration:underline #6b72804d;transition:all .2s}.feed-end-cta:hover{color:#4b5563;text-decoration-color:#4b556380}.feed-end-cta:active{transform:scale(.98)}.feed-item-container{background-color:#fff;border-radius:0;position:relative;overflow:hidden}.feed-item-container:before{content:"";background-color:var(--bg-secondary);border:2px solid var(--border-color);z-index:2;border-radius:50%;width:10px;height:10px;position:absolute;top:25px;left:-25px}.feed-item-container,.feed-item-container .feed-item-note{position:relative}.feed-item-container .note-container{border-bottom:1px solid var(--border-color);padding:15px 15px 5px;box-shadow:none!important;background-color:#fff!important;border-radius:0!important}.feed-item-topic-context{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.feed-item-topic-info{flex-direction:column;flex:1;display:flex}.feed-item-topic-name{color:var(--text-primary);font-size:.95rem;font-weight:600}@media (max-width:768px){.home-feed-container{padding:0}.feed-item-container{border-radius:0}}
