.feed-page{min-height:calc(var(--vh,1vh) * 100);background:var(--color-surface-secondary);padding:32px 16px 80px}.feed-container{flex-direction:column;gap:20px;max-width:720px;margin:0 auto;display:flex}@media (max-width:640px){.feed-container{gap:0}}.feed-header{flex-flow:column wrap;justify-content:flex-start;align-items:stretch;gap:12px;display:flex}.feed-header__titles{flex:1;min-width:0}.feed-header h1{color:var(--color-warm-950);margin:0;font-size:28px;font-weight:800;display:none}.feed-header p{color:var(--color-gray-500);margin:6px 0 0}.feed-filter-tabs{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;width:100%;display:flex}.feed-tag-filter{border:1px solid var(--color-brand);background:var(--color-brand-light);color:var(--color-brand);cursor:pointer;border-radius:999px;padding:4px 12px;font-size:13px;font-weight:600;position:relative}.feed-tag.feed-tag-filter{border:1px solid var(--color-brand);background:var(--color-brand-light);color:var(--color-brand);padding:4px 12px;font-size:13px}.feed-tag-filter:hover,.feed-tag.feed-tag-filter:hover{background:var(--color-brand-light)}.feed-filter-button{border:1px solid var(--color-warm-300);background:var(--color-surface);color:var(--color-gray-500);cursor:pointer;border-radius:999px;padding:4px 14px;font-size:13px;font-weight:600;transition:all .2s;position:relative}.feed-filter-button:hover{color:var(--color-brand);border-color:var(--color-brand)}.feed-filter-button.active{background:var(--color-brand);color:var(--color-fixed-light);border-color:var(--color-brand)}.feed-filter-badge{background:var(--color-brand);min-width:16px;height:16px;color:var(--color-fixed-light);text-align:center;pointer-events:none;border-radius:999px;padding:0 4px;font-size:9px;font-weight:700;line-height:16px;position:absolute;top:-4px;right:-4px}.feed-composer,.feed-post{background:var(--color-surface);box-sizing:border-box;border-radius:18px;gap:16px;width:100%;margin-bottom:10px;padding:20px;display:flex}.feed-post__avatar-wrap{flex-shrink:0;width:48px;height:48px;position:relative}.feed-post__avatar-badge{border:2px solid var(--color-surface);background:var(--color-surface);z-index:1;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:flex;position:absolute;top:-3px;right:-3px}.feed-post__avatar-badge img{border-radius:50%;width:100%;height:100%}.feed-composer__avatar,.feed-post__avatar{background:var(--color-warm-50);width:48px;height:48px;color:var(--color-warning-700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex;overflow:hidden}.feed-comment__avatar{background:var(--color-warm-50);width:24px;height:24px;color:var(--color-warning-700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex;overflow:hidden}.feed-composer__avatar img,.feed-post__avatar img,.feed-comment__avatar img{object-fit:cover;width:100%;height:100%}.feed-composer__body{flex-direction:column;flex:1;width:100%;display:flex}.feed-composer__editor{--composer-min-height:92px;width:100%;position:relative}.feed-composer__editor--expanded .feed-composer__highlight,.feed-composer__editor--expanded .feed-composer__textarea{padding-bottom:36px}.feed-composer__submit{background:var(--color-fixed-dark);color:var(--color-fixed-light);cursor:pointer;white-space:nowrap;z-index:3;border:none;border-radius:999px;padding:3px 12px;font-size:11px;font-weight:600;transition:opacity .15s;position:absolute;bottom:6px;right:6px}.feed-composer__submit:disabled{opacity:.4;cursor:not-allowed}.feed-composer__highlight{width:100%;height:100%;min-height:var(--composer-min-height);white-space:pre-wrap;word-break:break-word;border:1px solid var(--color-warm-300);background:var(--color-surface);color:var(--color-warm-950);pointer-events:none;scrollbar-gutter:stable;box-sizing:border-box;border-radius:12px;padding:12px 14px;font-family:inherit;font-size:15px;line-height:1.5;overflow:auto}.feed-composer__textarea,.feed-post__edit textarea,.feed-comment-input textarea{border:1px solid var(--color-warm-300);resize:vertical;background:var(--color-surface);width:100%;color:var(--color-warm-950);caret-color:var(--color-warm-950);border-radius:12px;padding:12px 14px;font-family:inherit;font-size:15px;line-height:1.5}.feed-composer__textarea{min-height:var(--composer-min-height);color:#0000;caret-color:var(--color-warm-950);resize:none;scrollbar-gutter:stable;background:0 0;border-color:#0000;position:absolute;inset:0;overflow:auto}.feed-composer__textarea::placeholder{color:var(--color-gray-400);font-weight:600}.feed-hashtag{color:var(--color-info-600);font-weight:600}.feed-composer__body textarea::placeholder,.feed-post__edit textarea::placeholder,.feed-comment-input textarea::placeholder{color:var(--color-gray-400);font-weight:600}.feed-composer__body textarea:focus,.feed-post__edit textarea:focus,.feed-comment-input textarea:focus{border-color:var(--color-brand);outline:none}.feed-composer__editor:focus-within .feed-composer__highlight{border-color:var(--color-brand)}.feed-post__edit-editor{width:100%;position:relative}.feed-post__edit-highlight{white-space:pre-wrap;word-break:break-word;border:1px solid var(--color-warm-300);background:var(--color-surface);width:100%;min-height:120px;color:var(--color-warm-950);pointer-events:none;z-index:1;border-radius:12px;padding:12px 14px;font-family:inherit;font-size:15px;line-height:1.5}.feed-post__edit textarea.feed-post__edit-textarea{color:#0000;width:100%;caret-color:var(--color-warm-950);resize:none;z-index:2;background:0 0;border:1px solid #0000;border-radius:12px;padding:12px 14px;font-family:inherit;font-size:15px;line-height:1.5;position:absolute;inset:0}.feed-post__edit-editor:focus-within .feed-post__edit-highlight{border-color:var(--color-brand)}.feed-post__edit textarea.feed-post__edit-textarea:focus{border-color:#0000;outline:none}.feed-composer__footer{align-items:center;margin-top:8px}.feed-composer__actions{justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.feed-composer__actions-left{align-items:center;gap:10px;display:flex}.feed-composer__tags{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.feed-tag{background:var(--color-info-50);color:var(--color-info-600);cursor:pointer;border:none;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;line-height:1.2;position:relative}.feed-tag:hover{background:var(--color-info-100)}.feed-tag--auto{cursor:default;opacity:.8}.feed-tag__close{background:var(--color-surface);width:14px;height:14px;color:var(--color-gray-500);opacity:0;pointer-events:none;border-radius:999px;justify-content:center;align-items:center;font-size:10px;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 1px 2px #00000014}.feed-tag__hint{background:var(--color-surface);color:var(--color-gray-500);opacity:0;pointer-events:none;border-radius:999px;padding:2px 6px;font-size:9px;line-height:1;position:absolute;top:-6px;right:-10px;box-shadow:0 1px 2px #00000014}.feed-tag--removable:hover .feed-tag__close,.feed-tag--filter:hover .feed-tag__close,.feed-tag--collect:hover .feed-tag__hint{opacity:1}.feed-tag--collect .feed-tag__close{display:none}.feed-composer__media-list{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.feed-composer__media-preview{border:1px solid var(--color-warm-200);background:var(--color-surface);border-radius:14px;align-self:flex-start;max-width:240px;position:relative;overflow:hidden}.feed-composer__media-preview img{object-fit:contain;width:auto;max-width:240px;height:auto;max-height:180px;display:block}.feed-composer__media-fallback{box-sizing:border-box;background:var(--color-warm-50);width:240px;height:180px;color:var(--color-gray-500);text-align:left;flex-direction:column;justify-content:center;gap:6px;padding:12px;display:flex}.feed-composer__media-filename{color:var(--color-warm-950);word-break:break-all;font-size:12px;font-weight:600}.feed-composer__media-note{color:var(--color-gray-400);font-size:10px}.feed-composer__media-preview button{color:var(--color-fixed-light);cursor:pointer;background:#000000a6;border:none;border-radius:999px;padding:4px 8px;font-size:12px;position:absolute;top:8px;right:8px}.feed-hint{color:var(--color-gray-400);text-align:left;width:100%;margin-right:auto;font-size:13px}.feed-composer__footer button,.feed-post__actions button,.feed-post__footer button,.feed-comment__header button{background:var(--color-fixed-dark);color:var(--color-fixed-light);cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:4px 14px;font-size:12px;font-weight:600;transition:background .2s}.feed-composer__footer .feed-composer__upload{border:1px dashed var(--color-warm-400);background:var(--color-surface);color:var(--color-gray-500);cursor:pointer;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600;transition:border-color .2s,color .2s}.feed-composer__footer .feed-composer__upload:hover{border-color:var(--color-brand);color:var(--color-brand)}.feed-composer__footer .feed-composer__upload:disabled{opacity:.5;cursor:not-allowed}.feed-post__actions button,.feed-post__footer button,.feed-comment__header button{color:var(--color-gray-500);background:0 0}.feed-post__actions button,.feed-comment__header button{padding:4px 6px}.feed-post__footer button{padding:4px 12px}@media (max-width:640px){.feed-post__actions button{padding:2px 6px}}.feed-post__actions button:hover,.feed-post__footer button:hover,.feed-comment__header button:hover{color:var(--color-brand)}.feed-composer__footer button:disabled,.feed-post__body{flex-direction:column;flex:1;gap:3px;display:flex}.feed-post__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.feed-post__header strong{color:var(--color-warm-950);font-size:15px}.feed-post__time{color:var(--color-gray-400);margin-left:8px;font-size:13px}.feed-submission-badge{background:var(--color-brand);color:var(--color-fixed-light);border-radius:999px;margin-left:8px;padding:2px 8px;font-size:11px;font-weight:700;line-height:1.4;display:inline-block}.feed-post__content{color:var(--color-warm-900);margin:0 0 10px;font-size:16px;line-height:1.5}.feed-post__image{border-radius:8px;margin:8px 0 12px;overflow:hidden}.feed-post__image-list{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;margin:8px 0 12px;display:grid}.feed-post__image-list .feed-post__image{margin:0}.feed-post__tags{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.feed-post__tag-editor{flex-direction:column;gap:8px;margin-top:10px;display:flex}.feed-post__tag-input{border:1px solid var(--color-warm-300);background:var(--color-surface);border-radius:999px;align-items:center;gap:6px;width:fit-content;max-width:160px;display:flex}.feed-post__tag-input input{color:var(--color-warm-950);background:0 0;border:none;border-radius:999px;width:100%;max-width:84px;padding:4px 6px 4px 12px;font-size:12px}.feed-post__tag-input input:focus{box-shadow:none;outline:none}.feed-post__tag-input button{background:var(--color-warm-100);color:var(--color-gray-500);cursor:pointer;border:none;border-radius:999px;padding:4px 6px;font-size:12px;font-weight:600}.feed-post__tag-input button:hover{background:var(--color-warm-300)}.feed-post__tag-input button:disabled{background:var(--color-warm-100);color:var(--color-gray-400);opacity:.6;cursor:not-allowed}.feed-post__tag-input:focus-within{border-color:var(--color-brand)}.feed-post__tag-list{flex-wrap:wrap;gap:8px;display:flex}.feed-post__image img{width:100%;height:auto;display:block}.feed-post__footer{justify-content:flex-end;align-items:center;gap:3px;padding-bottom:10px;display:flex}.feed-post__comment-count,.feed-like-button{background:var(--color-warm-50);border:1px solid var(--color-warm-300);border-radius:999px;justify-content:center;align-items:center;gap:4px;min-height:28px;padding:4px 10px;font-size:13px;display:inline-flex}.feed-post__footer .feed-like-button{background:var(--color-warm-50);border:1px solid var(--color-warm-300);color:var(--color-gray-500)}.feed-post__footer .feed-like-button:hover{color:var(--color-brand);border-color:var(--color-brand)}.feed-post__comment-count{color:var(--color-gray-500);font-size:13px;font-weight:600}.feed-like-button.active{color:var(--color-brand);font-weight:700}.feed-action-count{font-variant-numeric:tabular-nums;font-size:12px}.feed-comments{flex-direction:column;gap:12px;display:flex}.feed-comment--highlight{border:1px solid var(--color-brand);background:var(--color-error-50);border-radius:14px;padding:6px}.feed-comment-input{position:relative}.feed-comment-input--expanded textarea{padding-bottom:36px}.feed-comment-input__submit{background:var(--color-fixed-dark);color:var(--color-fixed-light);cursor:pointer;white-space:nowrap;z-index:1;border:none;border-radius:999px;padding:3px 12px;font-size:11px;font-weight:600;transition:opacity .15s;position:absolute;bottom:12px;right:6px}.feed-comment-input__submit:disabled{opacity:.4;cursor:not-allowed}.feed-comment-input textarea{background:var(--color-surface);resize:none}.feed-comment-list{flex-direction:column;gap:12px;display:flex}.feed-comment-more{justify-content:flex-end;display:flex}.feed-comment-more button{color:var(--color-gray-500);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:600;transition:color .2s}.feed-comment-more button:hover{color:var(--color-brand)}.feed-comment{gap:8px;display:flex}.feed-comment__body{background:var(--color-surface);border-radius:16px;flex:1;padding:12px 0}.feed-comment__header{color:var(--color-gray-400);align-items:center;gap:8px;font-size:13px;display:flex}.feed-comment__header strong{color:var(--color-warm-900)}.feed-comment__header button{font-size:12px}.feed-comment__delete{margin-left:auto}.feed-comment__like{color:var(--color-gray-500);cursor:pointer;background:var(--color-warm-50);border:1px solid var(--color-warm-300);border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;display:inline-flex}.feed-comment__like.active{color:var(--color-brand);font-weight:700}.feed-comment__like:hover{color:var(--color-brand)}.feed-comment__footer{justify-content:flex-start;margin-top:8px;display:flex}.feed-comment__body p{color:var(--color-warm-900);margin:6px 0 0;font-size:12px;line-height:1.4}.feed-post__content a,.feed-comment__body a{color:var(--color-brand);word-break:break-all;text-decoration:underline}.feed-post__content strong,.feed-comment__body strong{color:var(--color-warm-950);font-weight:700}.feed-notice{color:var(--color-warm-800);background:var(--color-surface);border-radius:10px;align-items:center;gap:12px;margin:0 0 12px;padding:8px 14px;font-size:12px;line-height:1.5;display:flex}.feed-notice__text{flex:1}.feed-notice__time{color:var(--color-gray-400);white-space:nowrap;font-size:10px}.feed-error{color:var(--color-brand-hover);margin:4px 0 0;font-size:13px}.feed-notice-group{margin-bottom:12px}.feed-notice-more{text-align:center;margin:12px 0}.feed-notice-more button{border:1px solid var(--color-warm-400);background:var(--color-surface);color:var(--color-warm-800);cursor:pointer;border-radius:999px;padding:4px 14px;font-size:12px;font-weight:600;transition:all .2s}.feed-notice-more button:hover{border-color:var(--color-brand);color:var(--color-brand)}.feed-empty{text-align:center;background:var(--color-surface);box-shadow:inset 0 0 0 1px var(--color-warm-100);color:var(--color-warm-600);border-radius:18px;padding:40px 20px;line-height:1.6}.feed-empty--mine,.feed-empty--activity{font-size:14px}.feed-load-more{text-align:center;color:var(--color-gray-400);padding:16px 0;font-size:14px}.feed-notification-panel{margin-top:0}.feed-notification-card{border:1px solid var(--color-warm-200);background:var(--color-surface);border-radius:16px;flex-direction:column;gap:10px;padding:16px;display:flex}.feed-notification-card .feed-post{box-shadow:none;border:0px solid var(--color-warm-200);background:#f7f7f733;margin-bottom:0}.feed-notification__header{color:var(--color-gray-400);justify-content:space-between;align-items:center;font-size:12px;display:flex}.feed-notification__label{color:var(--color-brand);font-weight:700}.feed-notification__meta{color:var(--color-warm-900);background:var(--color-warm-50);border:1px solid var(--color-warm-200);border-radius:12px;padding:8px 12px;font-size:14px}.feed-notification__actions{justify-content:flex-end;gap:8px;display:flex}.feed-notification__actions button{background:var(--color-brand);color:var(--color-fixed-light);cursor:pointer;border:none;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:700;transition:background .2s,transform .2s}.feed-notification__actions button:hover{background:var(--color-brand-hover);transform:translateY(-1px)}.feed-notification__actions button:disabled{opacity:.5;cursor:not-allowed;transform:none}.feed-notification__actions button+button{background:var(--color-warm-100);color:var(--color-gray-500)}.feed-notification__actions button+button:hover{background:var(--color-warm-300)}@media (max-width:640px){.feed-page{background:var(--color-surface);padding:24px 12px 80px}.feed-header{gap:0}.feed-composer,.feed-post{border-bottom:1px solid var(--color-gray-100);background:0 0;border-radius:0;gap:10px;padding:20px 0}.feed-post__avatar-wrap{width:40px;height:40px}.feed-post__avatar-badge{width:18px;height:18px}.feed-composer__avatar,.feed-post__avatar{width:40px;height:40px}.feed-comment__avatar{width:24px;height:24px}.feed-header h1{display:none}}@media (min-width:1024px){.feed-header h1{display:block}}.feed-fab{background:var(--color-fixed-dark);height:42px;color:var(--color-fixed-light);cursor:pointer;z-index:1010;border:none;border-radius:21px;justify-content:center;align-items:center;gap:4px;padding:0 14px;transition:transform .15s,box-shadow .15s,padding .2s,gap .2s,border-radius .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 2px 8px #0003}.feed-fab__label{white-space:nowrap;opacity:1;max-width:60px;font-size:14px;font-weight:600;transition:max-width .2s,opacity .15s;overflow:hidden}.feed-fab--scrolled{border-radius:50%;gap:0;width:42px;padding:0}.feed-fab--scrolled .feed-fab__label{opacity:0;max-width:0}.feed-fab:hover{transform:scale(1.08);box-shadow:0 4px 12px #00000040}.feed-fab:active{transform:scale(.95)}.feed-fab--hidden{opacity:0;pointer-events:none}@media (max-width:1024px){.feed-fab{bottom:calc(var(--mobile-tabbar-height,80px) + 12px);right:12px}}
