.page-module___8aEwW__main{flex-direction:column;min-height:100vh;padding-top:4rem;padding-bottom:100px;display:flex;position:relative}@media (min-width:769px){.page-module___8aEwW__main{margin-left:72px;padding-bottom:2rem}}.page-module___8aEwW__header{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);z-index:50;background:#0a0a0ae6;justify-content:center;align-items:center;height:4rem;display:flex;position:fixed;top:0;left:0;right:0}@media (min-width:769px){.page-module___8aEwW__header{left:72px}}.page-module___8aEwW__logo{letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.page-module___8aEwW__logo span{color:var(--primary)}
.Feed-module__v3FsyG__feedContainer{flex-direction:column;gap:1.5rem;width:100%;max-width:600px;margin:0 auto;padding:0 1rem 200px;display:flex}@media (max-width:640px){.Feed-module__v3FsyG__feedContainer{gap:.5rem;max-width:100%;padding:0}.Feed-module__v3FsyG__card{border-left:none;border-right:none;border-radius:0}}.Feed-module__v3FsyG__card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border-subtle);transition:transform .3s,opacity .3s;animation:.4s ease-out Feed-module__v3FsyG__fadeInUp;overflow:hidden;box-shadow:0 4px 24px #0006}.Feed-module__v3FsyG__card:hover{border-color:var(--border)}@keyframes Feed-module__v3FsyG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Feed-module__v3FsyG__videoWrapper{aspect-ratio:9/16;background:#000;width:100%;position:relative}.Feed-module__v3FsyG__video{object-fit:cover;width:100%;height:100%}.Feed-module__v3FsyG__gradientOverlay{pointer-events:none;background:linear-gradient(#0000 0%,#000c 100%);height:120px;position:absolute;bottom:0;left:0;right:0}.Feed-module__v3FsyG__cardContent{padding:1rem;position:relative}.Feed-module__v3FsyG__userRow{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.Feed-module__v3FsyG__username{color:var(--text-main);font-size:.85rem;font-weight:500}.Feed-module__v3FsyG__promptText{color:var(--text-muted);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.Feed-module__v3FsyG__shimmerWrapper{background:var(--surface);background-image:linear-gradient(to right,var(--surface)0%,var(--surface-hover)20%,var(--surface)40%,var(--surface)100%);background-repeat:no-repeat;background-size:800px 100%;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;animation:1.5s linear infinite forwards Feed-module__v3FsyG__shimmer;display:flex}.Feed-module__v3FsyG__shimmerIcon{background:var(--primary-glow);border-radius:50%;width:48px;height:48px;animation:2s infinite Feed-module__v3FsyG__pulse}.Feed-module__v3FsyG__generatingText{color:var(--text-muted);letter-spacing:2px;text-transform:uppercase;font-size:.8rem;animation:2s infinite Feed-module__v3FsyG__pulse}@keyframes Feed-module__v3FsyG__shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}@keyframes Feed-module__v3FsyG__pulse{0%,to{opacity:.5}50%{opacity:1}}.Feed-module__v3FsyG__cardActions{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.Feed-module__v3FsyG__actionBtn{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8rem;font-weight:500;transition:all .2s;display:flex}.Feed-module__v3FsyG__actionBtn:hover{background:var(--surface-hover);color:var(--text-main)}.Feed-module__v3FsyG__actionBtn:active{transform:scale(.96)}.Feed-module__v3FsyG__actionBtn svg{width:16px;height:16px}.Feed-module__v3FsyG__shareSuccess{color:var(--secondary)}.Feed-module__v3FsyG__liked{color:#ef4444}.Feed-module__v3FsyG__liked:hover{color:#dc2626}.Feed-module__v3FsyG__actionsLeft,.Feed-module__v3FsyG__actionsRight{gap:.25rem;display:flex}.Feed-module__v3FsyG__failedState{height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.Feed-module__v3FsyG__failedIcon{font-size:2rem}
.UserAvatar-module__YuWi2q__avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8rem;font-weight:600;display:flex;overflow:hidden}.UserAvatar-module__YuWi2q__avatarImage{object-fit:cover;width:100%;height:100%}.UserAvatar-module__YuWi2q__sm{width:28px;height:28px;font-size:.7rem}.UserAvatar-module__YuWi2q__lg{width:48px;height:48px;font-size:1rem}
.CommentsSheet-module__F9YyVq__overlay{z-index:200;background:#0009;animation:.2s CommentsSheet-module__F9YyVq__fadeIn;position:fixed;inset:0}@keyframes CommentsSheet-module__F9YyVq__fadeIn{0%{opacity:0}to{opacity:1}}.CommentsSheet-module__F9YyVq__sheet{background:var(--surface);border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);z-index:201;flex-direction:column;max-height:70vh;animation:.3s CommentsSheet-module__F9YyVq__slideUp;display:flex;position:fixed;bottom:0;left:0;right:0}@keyframes CommentsSheet-module__F9YyVq__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (min-width:769px){.CommentsSheet-module__F9YyVq__sheet{border-left:1px solid var(--border);border-radius:0;width:400px;max-height:100vh;animation:.3s CommentsSheet-module__F9YyVq__slideIn;inset:0 0 0 auto}@keyframes CommentsSheet-module__F9YyVq__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}}.CommentsSheet-module__F9YyVq__header{border-bottom:1px solid var(--border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem;display:flex}.CommentsSheet-module__F9YyVq__handle{background:var(--border);border-radius:2px;width:36px;height:4px;margin:0 auto;display:block}@media (min-width:769px){.CommentsSheet-module__F9YyVq__handle{display:none}}.CommentsSheet-module__F9YyVq__title{color:var(--text-main);font-size:1rem;font-weight:600}.CommentsSheet-module__F9YyVq__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .2s;display:flex}.CommentsSheet-module__F9YyVq__closeBtn:hover{background:var(--surface-hover);color:var(--text-main)}.CommentsSheet-module__F9YyVq__closeBtn svg{width:20px;height:20px}.CommentsSheet-module__F9YyVq__commentsList{flex:1;padding:1rem;overflow-y:auto}.CommentsSheet-module__F9YyVq__emptyState{text-align:center;color:var(--text-muted);padding:2rem}.CommentsSheet-module__F9YyVq__comment{gap:.75rem;margin-bottom:1rem;display:flex}.CommentsSheet-module__F9YyVq__commentAvatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.7rem;font-weight:600;display:flex}.CommentsSheet-module__F9YyVq__commentBody{flex:1;min-width:0}.CommentsSheet-module__F9YyVq__commentHeader{align-items:baseline;gap:.5rem;margin-bottom:.25rem;display:flex}.CommentsSheet-module__F9YyVq__commentUsername{color:var(--text-main);font-size:.85rem;font-weight:600}.CommentsSheet-module__F9YyVq__commentTime{color:var(--text-muted);font-size:.7rem}.CommentsSheet-module__F9YyVq__commentText{color:var(--text-main);word-wrap:break-word;font-size:.9rem;line-height:1.4}.CommentsSheet-module__F9YyVq__inputArea{border-top:1px solid var(--border-subtle);flex-shrink:0;gap:.75rem;padding:1rem;display:flex}.CommentsSheet-module__F9YyVq__input{background:var(--surface-hover);border:1px solid var(--border);color:var(--text-main);border-radius:var(--radius-sm);outline:none;flex:1;padding:.75rem;font-family:inherit;font-size:.9rem}.CommentsSheet-module__F9YyVq__input:focus{border-color:var(--primary)}.CommentsSheet-module__F9YyVq__input::placeholder{color:var(--text-muted)}.CommentsSheet-module__F9YyVq__sendBtn{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex}.CommentsSheet-module__F9YyVq__sendBtn:hover:not(:disabled){background:var(--primary-accent)}.CommentsSheet-module__F9YyVq__sendBtn:disabled{opacity:.5;cursor:not-allowed}.CommentsSheet-module__F9YyVq__sendBtn svg{width:18px;height:18px}
