.thread-line-container{display:flex;justify-content:center;flex-shrink:0;cursor:pointer}.thread-line{width:2px;background-color:#e5e7eb;height:100%;transition:background-color .2s ease}.thread-line-container:hover .thread-line{background-color:#f59e0b}.comment-collapsed{opacity:.7;background-color:#f9fafb;border-radius:.375rem;margin:.25rem 0}.comment-collapsed .comment-content{font-style:italic;color:#6b7280}.comment-transition{transition:all .2s ease}.max-depth-message{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:.5rem;padding:1rem;margin:1rem 0}.max-depth-message p{color:#92400e;font-weight:500}.max-depth-message button{color:#b45309;font-weight:600;text-decoration:underline}.max-depth-message button:hover{color:#92400e}