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