.conversations-list{width:100%;height:100%;display:flex;flex-direction:column;padding:0;overflow:hidden;border:none}.conversations-list__container{height:100%;padding:var(--space-3)}.conversations-list__system-groups{margin-bottom:var(--space-2)}.conversations-list__filters{flex-shrink:0}.conversations-list__group-select{flex:1;min-width:0}.group-edit-button-external{opacity:.7;transition:all .2s ease;padding:8px;border-radius:var(--radius-2);cursor:pointer;display:flex;align-items:center;justify-content:center;border:none;background:var(--gray-3);flex-shrink:0}.group-edit-button-external:hover{opacity:1;background-color:var(--gray-4)}.group-edit-button-external:focus{outline:none;box-shadow:0 0 0 2px var(--focus-color)}.conversations-list__search{width:100%;flex-shrink:0}.conversations-list__search [data-radix-textfield-slot]:last-child svg{opacity:.7;transition:opacity .2s ease}.conversations-list__search [data-radix-textfield-slot]:last-child svg:hover{opacity:1}.conversations-list__scroll-area{flex:1;min-height:0}.conversations-list__empty{padding:var(--space-4);text-align:center}.conversation-item{cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;margin-bottom:var(--space-2)}.conversation-item:last-child{margin-bottom:0}.conversation-item:hover{background-color:var(--gray-a2)}.conversation-item--selected{background-color:var(--accent-a3);border-color:var(--accent-9)}.conversation-item--selected:hover{background-color:var(--accent-a4)}.conversation-item__name,.conversation-item__nickname{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-item__message{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.conversation-item__unread{min-width:20px;text-align:center;font-weight:700}.conversation-item__unread-area{min-height:20px;display:flex;align-items:center;justify-content:flex-end}.conversation-item__content{width:100%;height:100%}@media (max-width: 768px){.conversations-list__container{padding:var(--space-2)}.conversation-item__name{max-width:120px}}.chat-dialog{width:100%;height:100%;display:flex;flex-direction:column;padding:0!important;overflow:hidden;border:none!important}.chat-dialog__container{height:100%;display:flex;flex-direction:column}.chat-dialog__header{padding:var(--space-3);flex-shrink:0;background-color:#000}.chat-dialog__header-title{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff!important}.chat-dialog__header-nickname{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-dialog__header-subtitle{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff!important}@media (max-width: 768px){.chat-dialog__header-title{max-width:150px}.chat-dialog__header-nickname{max-width:100px}.chat-dialog__header-subtitle{max-width:80px}}.chat-dialog__search{padding:var(--space-3);padding-top:0;flex-shrink:0;background-color:#000}.chat-dialog__messages{flex:1;min-height:0}.chat-dialog__messages-container{padding:var(--space-3);min-height:100%;display:flex;flex-direction:column}.chat-dialog__empty-state{min-height:200px;flex:1}.chat-message__content-wrapper{margin-bottom:var(--space-2)}.chat-message{margin-bottom:0}.chat-message__text p{margin:0;margin-block-start:0;margin-block-end:0}.chat-message__text p:not(:last-child){margin-bottom:.5em}.chat-message__content-wrapper{max-width:80%}.chat-message--own .chat-message__content-wrapper{align-items:flex-end}.chat-message--other .chat-message__content-wrapper{align-items:flex-start}.chat-message__sender-name{padding-left:var(--space-2);margin-bottom:var(--space-1)}.chat-message__bubble{padding:var(--space-2) var(--space-3);border-radius:var(--radius-3);position:relative}.chat-message__bubble--own{background-color:var(--accent-3);color:var(--accent-12)}.chat-message__bubble--other{background-color:var(--gray-3)}.chat-message__text{white-space:pre-wrap;word-break:break-word}.chat-message__text a{color:var(--accent-9);text-decoration:underline}.chat-message__text a:hover{color:var(--accent-10)}.chat-message__time{padding:0 var(--space-2);opacity:.7}.chat-message--own .chat-message__time{text-align:right}.chat-date-divider{margin:var(--space-4) 0;width:100%}.chat-date-divider .rt-Separator{flex:1}.chat-dialog__typing-indicator{padding:var(--space-2);margin-top:var(--space-2)}.typing-dot{width:8px;height:8px;border-radius:50%;background-color:var(--gray-9);animation:typing 1.4s infinite}.typing-dot:nth-child(1){animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-10px);opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}.message-highlight{background-color:#8250df1a;border-radius:var(--radius-2);transition:background-color .3s ease-in-out}.chat-dialog__search mark{background-color:#ffeb3b66;color:inherit;border-radius:2px;padding:0 2px}.chat-dialog__search .search-result:hover{background-color:var(--gray-2)}.chat-message--temp{animation:slideUp .3s ease-out}.chat-message--deleted{opacity:.5}.chat-message--deleted .chat-message__text{text-decoration:line-through;color:var(--gray-9)}.chat-message--deleted .chat-message__bubble{background-color:var(--gray-3)!important}.chat-message__edited{font-size:.75em;color:var(--gray-9);font-style:italic;margin-left:var(--space-1)}.chat-reply-preview{background-color:var(--gray-3);border-radius:var(--radius-2);padding:var(--space-2);margin-bottom:var(--space-2);border-left:3px solid var(--violet-9)}.chat-reply-preview__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-timeline-item{margin-bottom:var(--space-3);width:100%}.chat-timeline-item--own{align-items:flex-end}.chat-timeline-item--other{align-items:flex-start}@media (max-width: 768px){.chat-message__content-wrapper{max-width:85%}.chat-dialog__header,.chat-dialog__messages-container,.chat-dialog__input{padding:var(--space-2)}}.chat-sidebar{width:100%;height:100%;display:flex;flex-direction:column;padding:0;overflow:hidden;border:none}.chat-sidebar__container{height:100%;display:flex;flex-direction:column}.chat-sidebar__tabs{padding:var(--space-3);flex-shrink:0}.chat-sidebar__segmented-control{width:100%}.chat-sidebar__content{flex:1;min-height:0;display:flex;flex-direction:column}.chat-sidebar__content-inner{padding:var(--space-3);height:100%;display:flex;flex-direction:column}.chat-sidebar__empty-state{min-height:200px}.chat-sidebar__participant-content{display:flex;flex-direction:column;gap:var(--space-3)}.chat-sidebar__section-title{margin-bottom:var(--space-2)}.chat-sidebar__participant-scroll{flex:1;overflow-y:auto}.chat-sidebar__field{display:flex;flex-direction:column;gap:var(--space-1)}.chat-sidebar__field-label{font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.05em}.chat-sidebar__field-value{width:100%}.chat-sidebar__script-content{display:flex;flex-direction:column;height:100%;gap:var(--space-4)}.chat-sidebar__script-top{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:var(--space-4)}.chat-sidebar__step-header{margin-bottom:var(--space-2)}.chat-sidebar__step-number{width:40px;height:40px;border-radius:50%;background-color:var(--accent-3);color:var(--accent-11);display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-sidebar__section-divider{width:100%;margin-bottom:var(--space-3)}.chat-sidebar__section-divider .rt-Separator{flex:1}.chat-sidebar__instruction-content{font-size:var(--font-size-2);line-height:1.6}.chat-sidebar__instruction-content h1,.chat-sidebar__instruction-content h2,.chat-sidebar__instruction-content h3,.chat-sidebar__instruction-content h4,.chat-sidebar__instruction-content h5,.chat-sidebar__instruction-content h6{margin-top:var(--space-3);margin-bottom:var(--space-2);font-weight:var(--font-weight-medium)}.chat-sidebar__instruction-content p{margin-bottom:var(--space-2)}.chat-sidebar__instruction-content ul,.chat-sidebar__instruction-content ol{margin-left:var(--space-4);margin-bottom:var(--space-2)}.chat-sidebar__instruction-content li{margin-bottom:var(--space-1)}.chat-sidebar__template{cursor:pointer;transition:all .2s ease;padding:var(--space-2)}.chat-sidebar__template:hover{background-color:var(--gray-a3)}.chat-sidebar__transitions{flex-shrink:0}.chat-sidebar__transition-button{width:100%;justify-content:center;font-weight:var(--font-weight-medium);transition:all .2s ease}.chat-sidebar__transition-button:hover{box-shadow:0 2px 8px #0000001a}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.chat-sidebar__content>*{animation:fadeIn .3s ease-out}@media (max-width: 768px){.chat-sidebar__tabs,.chat-sidebar__content-inner{padding:var(--space-2)}.chat-sidebar__step-number{width:32px;height:32px;font-size:var(--font-size-2)}}
