.reply-item{font-family:var(--font-neusans),system-ui,-apple-system,sans-serif}.reply-item__container{align-items:flex-start;gap:.75rem;width:100%;max-width:100%;display:flex;overflow:hidden}.reply-item__avatar{object-fit:cover;cursor:pointer;border-radius:50%;flex-shrink:0;aspect-ratio:1!important;width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important}.reply-item__content{flex-direction:column;flex:1;min-width:0;max-width:100%;display:flex;overflow:hidden}.reply-item__header{justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}.reply-item__username{color:#31343f;font-size:.8125rem;font-weight:400;font-family:var(--font-neusans),system-ui,-apple-system,sans-serif;margin-bottom:0}.reply-item__like-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;gap:.25rem;padding:.25rem;transition:all .2s;display:flex}.reply-item__like-btn:hover:not(:disabled){opacity:.7}.reply-item__like-btn:disabled{cursor:not-allowed;opacity:.5}.reply-item__heart{color:#6b7280;width:16px;height:16px;transition:all .2s}.reply-item__heart--liked{color:#ef4444}.reply-item__like-count{color:#6b7280;font-size:.75rem;font-family:var(--font-neusans),system-ui,-apple-system,sans-serif}.reply-item__spinner{border:2px solid #e5e7eb;border-top-color:#6b7280;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin}.reply-item__text{color:#494d5d;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;width:100%;max-width:100%;font-size:.8125rem;line-height:1.5;font-family:var(--font-neusans),system-ui,-apple-system,sans-serif;margin:0}@keyframes spin{to{transform:rotate(360deg)}}
.comments-bottom-sheet{z-index:10001;font-family:var(--font-neusans),system-ui,-apple-system,sans-serif;position:fixed;inset:0}.comments-bottom-sheet__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;position:absolute;inset:0}.comments-bottom-sheet__sheet{background:#fff;border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-height:85vh;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000026}.comments-bottom-sheet__handle{cursor:grab;flex-direction:column;align-items:center;padding:1rem 0 .5rem;display:flex;position:relative}.comments-bottom-sheet__handle:active{cursor:grabbing}.comments-bottom-sheet__handle:before{content:"";cursor:grab;height:4rem;position:absolute;top:0;left:0;right:0}.comments-bottom-sheet__handle-bar{background:#d1d5db;border-radius:9999px;width:3rem;height:.25rem;margin-bottom:.5rem}.comments-bottom-sheet__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:0 1.5rem 1rem;display:flex}.comments-bottom-sheet__title{color:#31343f;margin:0;font-size:1.125rem;font-weight:400}.comments-bottom-sheet__close{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.comments-bottom-sheet__close:hover{color:#31343f;background:#e5e7eb}.comments-bottom-sheet__input-container{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem}.comments-bottom-sheet__input-wrapper{align-items:center;width:100%;display:flex;position:relative}.comments-bottom-sheet__input{width:100%;font-size:.875rem;font-family:var(--font-neusans),system-ui,-apple-system,sans-serif;color:#31343f;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;outline:none;flex:1;height:40px;padding:.625rem 3rem .625rem .75rem;line-height:1.5}.comments-bottom-sheet__input::placeholder{color:#9ca3af}.comments-bottom-sheet__input:disabled{opacity:.5;cursor:not-allowed}.comments-bottom-sheet__input:focus{border-color:#ff7c0a;box-shadow:0 0 0 3px #ff7c0a1a}.comments-bottom-sheet__send-btn{cursor:pointer;z-index:1;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;right:.5rem}.comments-bottom-sheet__send-btn:hover:not(:disabled){background:#f3f4f6}.comments-bottom-sheet__send-btn:disabled{cursor:not-allowed;opacity:.5}.comments-bottom-sheet__login-prompt{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem}.comments-bottom-sheet__content{flex:1;min-height:0;padding:1rem 1.5rem;overflow-y:auto}.comments-bottom-sheet__content .reply-item{margin-bottom:1.25rem}.comments-bottom-sheet__content .reply-item:last-child{margin-bottom:0}.comments-bottom-sheet__content::-webkit-scrollbar{width:6px}.comments-bottom-sheet__content::-webkit-scrollbar-track{background:#f3f4f6}.comments-bottom-sheet__content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.comments-bottom-sheet__content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.comments-bottom-sheet__empty{justify-content:center;align-items:center;width:100%;min-height:200px;padding:2rem 1.5rem;display:flex}.comments-bottom-sheet__empty-content{text-align:center;width:100%}.comments-bottom-sheet__empty-text{color:#6b7280;font-size:.9375rem;font-weight:500;font-family:var(--font-neusans),system-ui,-apple-system,sans-serif;margin:0 0 .5rem}.comments-bottom-sheet__empty-subtext{color:#9ca3af;font-size:.8125rem;font-family:var(--font-neusans),system-ui,-apple-system,sans-serif;margin:0}
