.feedContent{background:#f7f8fb;flex-direction:column;flex:1;align-items:center;height:100%;padding:1rem;display:flex}.feedHeaderContainer{justify-content:space-between;align-items:center;width:100%;max-width:800px;margin-bottom:1rem;display:flex}.feedHeader{text-align:center;color:#222;width:100%;max-width:800px;margin-bottom:1rem;font-size:1.25rem}.postsContainer{flex-direction:column;flex:1;gap:12px;width:100%;max-width:800px;padding-right:8px;display:flex;overflow-y:auto}.post{background:#fff;border:1px solid #e6e6e6;border-radius:10px;width:100%;margin-bottom:0;padding:16px;box-shadow:0 1px 3px #0000000a}.post>div{color:#111}.post strong{color:#0b2b5a;margin-right:8px;display:inline-block}.empty{text-align:center;color:#666;margin-top:2rem}.button{color:#fff;cursor:pointer;will-change:transform,box-shadow;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;max-width:800px;margin-top:1rem;margin-bottom:2rem;padding:.75rem 1rem;font-weight:600;transition:transform .12s,box-shadow .12s;display:inline-flex;box-shadow:0 2px 6px #3b40e826;background:#3b40e8!important}.button:hover{box-shadow:0 8px 16px #3b40e880}.button:active{transform:translateY(1px)scale(.997);box-shadow:0 1px 4px #3b40e81a}.button:focus-visible{outline-offset:2px;border-radius:8px;outline:2px solid #3b40e81f}.buttonIcon{justify-content:center;align-items:center;font-size:1.1rem;line-height:1;display:inline-flex}@keyframes addPostClick{0%{transform:translateY(0)scale(1)}40%{transform:translateY(2px)scale(.98)}to{transform:translateY(0)scale(1)}}@media (width<=640px){.feedContent{padding:.75rem}.feedHeader{font-size:1.1rem}.post{border-radius:8px;padding:12px}.button{border-radius:7px;margin-bottom:1.25rem;padding:.6rem .75rem}}.connectionStatus{white-space:nowrap;border-radius:999px;align-items:center;gap:.4rem;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.connectionStatus.connected{color:#15803d;background:#dcfce7}.connectionStatus.disconnected{color:#b91c1c;background:#fee2e2}