.reply-tooltip{display:inline-block;position:relative}.reply-tooltip__trigger{cursor:pointer;display:inline}.reply-tooltip__trigger:hover{color:var(--on-surface);text-decoration:underline}.reply-tooltip__pop-up{z-index:1000;background:var(--surface-high);border:1px solid var(--outline);border-radius:10px;flex-direction:row;gap:10px;min-width:500px;max-width:700px;margin-bottom:30px;padding:15px;display:flex;position:absolute;bottom:0;left:0;box-shadow:0 4px 12px #00000026}.reply-tooltip__pop-up:before{content:"";background:var(--surface-high);border-bottom:1px solid var(--outline);border-right:1px solid var(--outline);width:10px;height:10px;position:absolute;bottom:-5px;left:15px;transform:rotate(45deg)}.reply-tooltip__inner{flex-direction:column;flex:1;gap:10px;display:flex}.reply-tooltip__username{color:var(--on-surface);font-size:.9rem;font-weight:600}.reply-tooltip__content{color:var(--on-surface);word-break:break-word;font-size:.85rem;font-weight:500}.reply-tooltip__create-at{color:var(--on-surface-variant);font-size:.7rem}
.comments-list__inner{padding:var(--padding);background-color:var(--surface);flex-direction:column;gap:15px;display:flex}.comments-list__inner .comment:not(:last-child):not(.comment-reply){border-bottom:1px solid var(--outline)}.comments-list__empty-state{height:160px;color:var(--on-surface);background-color:var(--surface-high);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;display:flex}.comments-list__empty-message{font-size:1rem}
.follow-thread-button{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-family:Inter,sans-serif;font-weight:500;transition:all .2s;display:inline-flex}.follow-thread-button:disabled{opacity:.6;cursor:not-allowed}.follow-thread-button svg{flex-shrink:0}.follow-thread-button--small{gap:6px;padding:6px 12px;font-size:14px}.follow-thread-button--medium{gap:8px;padding:10px 20px;font-size:16px}.follow-thread-button--large{gap:10px;padding:12px 24px;font-size:18px}.follow-thread-button--primary{color:#fff;background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%)}.follow-thread-button--primary:hover:not(:disabled){box-shadow:var(--shadow-green);background:linear-gradient(135deg,#27ae60 0%,#229954 100%);transform:translateY(-2px)}.follow-thread-button--primary:active:not(:disabled){transform:translateY(0)}.follow-thread-button--primary.follow-thread-button--following{background:linear-gradient(135deg,#c0392b 0%,#a93226 100%)}.follow-thread-button--primary.follow-thread-button--following:hover:not(:disabled){background:linear-gradient(135deg,#a93226 0%,#922b21 100%);box-shadow:0 4px 12px #c0392b66}.follow-thread-button--secondary{color:#fff;background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%)}.follow-thread-button--secondary:hover:not(:disabled){box-shadow:var(--shadow-green);background:linear-gradient(135deg,#27ae60 0%,#229954 100%);transform:translateY(-2px)}.follow-thread-button--secondary:active:not(:disabled){transform:translateY(0)}.follow-thread-button--secondary.follow-thread-button--following{background:linear-gradient(135deg,#c0392b 0%,#a93226 100%)}.follow-thread-button--secondary.follow-thread-button--following:hover:not(:disabled){background:linear-gradient(135deg,#a93226 0%,#922b21 100%);box-shadow:0 4px 12px #c0392b66}.follow-thread-button--outline{color:#2ecc71;background:0 0;border:2px solid #2ecc71}.follow-thread-button--outline:hover:not(:disabled){box-shadow:var(--shadow-green);background:#2ecc711a;transform:translateY(-2px)}.follow-thread-button--outline:active:not(:disabled){transform:translateY(0)}.follow-thread-button--outline.follow-thread-button--following{color:#c0392b;border-color:#c0392b}.follow-thread-button--outline.follow-thread-button--following:hover:not(:disabled){color:#a93226;background:#c0392b1a;border-color:#a93226;box-shadow:0 4px 12px #c0392b4d}.follow-thread-button__loading{animation:1.5s ease-in-out infinite pulse}.follow-thread-button--full-width{width:100%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
