.chat-modal-container{flex-direction:column;min-height:600px;max-height:800px;display:flex}.chat-modal-header{border-bottom:1px solid #b9b9b9;justify-content:space-between;align-items:center;padding:20px;display:flex}.chat-modal-title{color:#735df2;text-transform:uppercase;font-size:18px;font-weight:600}.chat-modal-content{flex-direction:column;flex:1;gap:24px;padding:20px;display:flex;overflow-y:auto}.chat-info-section{flex-direction:column;gap:16px;display:flex}.chat-messages-section{border-top:1px solid rgba(0,0,0,.1);flex-direction:column;gap:12px;max-height:300px;margin-top:16px;padding:16px 0;display:flex;overflow-y:auto}.chat-bubble{word-wrap:break-word;border-radius:12px;flex-direction:column;gap:4px;max-width:70%;padding:12px 16px;display:flex}.chat-bubble-system{background-color:#735df2;border-bottom-left-radius:4px;align-self:flex-start}.chat-bubble-user{background-color:#e5e5e5;border:1px solid #b9b9b9;border-bottom-right-radius:4px;align-self:flex-end}.chat-bubble-text{font-size:14px;line-height:1.5}.chat-bubble-system .chat-bubble-text{color:#fff}.chat-bubble-user .chat-bubble-text{color:#171717}.chat-bubble-time{align-self:flex-end;margin-top:4px;font-size:11px}.chat-bubble-system .chat-bubble-time{color:rgba(255,255,255,.6)}.chat-bubble-user .chat-bubble-time{color:rgba(0,0,0,.6)}.chat-message-item{background-color:#e5e5e5;border:1px solid #b9b9b9;border-radius:8px;flex-direction:column;gap:8px;width:490px;padding:16px;display:flex}.chat-message-label{color:#735df2;text-transform:uppercase;font-size:12px;font-weight:500}.chat-message-value{color:#171717;font-size:14px;line-height:1.5}.chat-message-participants{border-top:1px solid rgba(0,0,0,.1);flex-direction:column;gap:12px;margin-top:16px;padding-top:16px;display:flex}.chat-participant{align-items:center;gap:12px;display:flex}.chat-participant-avatar{background-color:rgba(0,0,0,.05);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.chat-participant-avatar img{object-fit:cover;width:100%;height:100%}.chat-avatar-placeholder{color:#735df2;background-color:rgba(115,93,242,.2);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:600;display:flex}.chat-participant-info{flex-direction:column;gap:4px;display:flex}.chat-participant-label{color:rgba(0,0,0,.6);text-transform:uppercase;font-size:11px;font-weight:500}.chat-participant-name{color:#171717;font-size:14px;font-weight:500}.chat-input-container{border-top:1px solid #b9b9b9;align-items:flex-end;gap:12px;padding:20px;display:flex}.chat-input-wrapper{flex-direction:column;flex:1;gap:8px;display:flex}.chat-input{color:#171717;resize:none;background-color:#fff;border:1px solid #b9b9b9;border-radius:8px;min-height:60px;max-height:120px;padding:12px 16px;font-family:inherit;font-size:14px}.chat-input:focus{border-color:#735df2;outline:none}.chat-send-button{color:#fff;text-transform:uppercase;cursor:pointer;white-space:nowrap;background-color:#735df2;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:opacity .2s}.chat-send-button:hover{opacity:.8}.chat-send-button:active{opacity:.6}.dark .chat-modal-header{border-bottom:1px solid #383838}.dark .chat-messages-section{border-top:1px solid rgba(255,255,255,.1)}.dark .chat-bubble-user{background-color:#2e2e2e;border:1px solid #383838}.dark .chat-bubble-user .chat-bubble-text{color:#fff}.dark .chat-bubble-user .chat-bubble-time{color:rgba(255,255,255,.6)}.dark .chat-message-item{background-color:#735df2;border:1px solid rgba(115,93,242,.2)}.dark .chat-message-value{color:#fff}.dark .chat-message-participants{border-top:1px solid rgba(255,255,255,.1)}.dark .chat-participant-avatar{background-color:rgba(255,255,255,.1)}.dark .chat-avatar-placeholder{color:#fff;background-color:rgba(255,255,255,.15)}.dark .chat-participant-label{color:rgba(255,255,255,.6)}.dark .chat-participant-name{color:#fff}.dark .chat-input-container{border-top:1px solid #383838}.dark .chat-input{color:#fff;background-color:#2e2e2e;border:1px solid #383838}@media (max-width:768px){.chat-modal-container{max-height:500px}.chat-modal-content{padding:16px}.chat-input-container{flex-direction:column;padding:16px}.chat-send-button{width:100%}}
