:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:white;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}.support-feed{background:#fff;border-radius:12px;width:100%;max-width:1360px;margin:0 auto;padding:16px}.feed-tabs{background:#f5f6f8;border-radius:10px;justify-content:center;align-items:center;gap:10px;margin-bottom:18px;padding:6px;display:flex}.tab-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:8px 0;font-size:13px;font-weight:500;transition:all .2s}.tab-btn.active{color:#fff;background:#36c2b4}.feed-list{flex-direction:column;gap:12px;display:flex}.feed-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:flex-start;gap:12px;padding:14px;display:flex}.avatar{border-radius:50%;flex-shrink:0;width:42px;height:42px;overflow:hidden}.feed-content{flex:1}.feed-header{align-items:center;gap:8px;margin-bottom:6px;display:flex}.feed-header h4{color:#111827;font-size:14px;font-weight:600}.badge{white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:500}.badge-teal{color:#2bb3a6;background:#e6f8f6}.badge-yellow{color:#d49a00;background:#fff6dc}.badge-green{color:#2ea86b;background:#e8f7ef}.badge-gray{color:#6b7280;background:#eef0f3}.feed-text{color:#4b5563;font-size:13px;line-height:1.5}.feed-time{color:#9ca3af;white-space:nowrap;font-size:11px}.need-support{background:#f3f9ff;border-radius:14px;justify-content:space-between;align-items:center;gap:40px;width:100%;max-width:1360px;height:136px;margin:0 auto;padding:18px 24px;display:flex;position:relative;overflow:hidden}.need-support-left{align-items:center;gap:14px;display:flex}.support-icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.support-text h4{color:#111827;margin-bottom:2px;font-size:14px;font-weight:600}.support-text p{color:#6b7280;font-size:13px}.need-support-bg-icon{opacity:.25;position:absolute;top:50%;right:-10px;transform:translateY(-50%)}
