.inbox-modal-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.inbox-modal{border-radius:8px;width:100%;max-width:1600px;height:816px;max-height:90vh;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}.inbox-header,.inbox-modal{background-color:white;display:flex}.inbox-header{align-items:center;justify-content:space-between;padding:16px 32px;border-bottom:1px solid #d9d9d9}.inbox-header-left{display:flex;align-items:center;gap:16px}.inbox-header-left svg{color:#28341e}.inbox-header h2{font-family:Sora,sans-serif;font-size:16px;font-weight:700;color:black;margin:0}.inbox-close-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s;color:#28341e}.inbox-close-btn:hover{background-color:#f1f1f1}.inbox-content{display:flex;flex:1;overflow:hidden}.inbox-sidebar{width:384px;border-right:1px solid #d9d9d9;background-color:white;display:flex;flex-direction:column}.inbox-search{padding:32px 32px 24px;position:relative}.inbox-search input{width:100%;padding:12px 48px 12px 24px;border:1px solid #d9d9d9;border-radius:8px;font-family:Sora,sans-serif;font-size:14px;color:#999194}.inbox-search input:focus{outline:none;border-color:#21b3e7}.inbox-search svg{position:absolute;right:44px;top:50%;transform:translateY(-50%);color:#999194;pointer-events:none}.inbox-conversations{flex:1;overflow-y:auto}.conversation-item{display:flex;align-items:center;gap:16px;padding:12px 32px;cursor:pointer;transition:background-color .2s;border-right:1px solid #d9d9d9}.conversation-item:hover{background-color:#f9f9f9}.conversation-item.active{background-color:#f1f1f1}.conversation-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0}.conversation-info{flex:1;min-width:0}.conversation-name{font-family:Sora,sans-serif;font-size:14px;font-weight:400;color:black;margin:0 0 4px}.conversation-last-message{font-family:Sora,sans-serif;font-size:12px;color:#999194;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-unread{width:20px;height:20px;background-color:#9747ff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:Sora,sans-serif;font-size:12px;font-weight:700;color:white;flex-shrink:0}.inbox-chat{flex:1;flex-direction:column}.chat-header,.inbox-chat{display:flex;background-color:white}.chat-header{align-items:center;justify-content:space-between;padding:12px 32px}.chat-header-left{display:flex;align-items:center;gap:16px}.chat-avatar{width:40px;height:40px;border-radius:50%}.chat-name{font-family:Sora,sans-serif;font-size:14px;font-weight:700;color:black;margin:0}.chat-options-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s;color:#28341e}.chat-options-btn:hover{background-color:#f1f1f1}.chat-messages{flex:1;overflow-y:auto;padding:32px;background-color:#f1f1f1;gap:16px}.chat-messages,.message{display:flex;flex-direction:column}.message-received{align-items:flex-start}.message-sent{align-items:flex-end}.message-bubble{max-width:70%;padding:16px 24px;border-radius:8px;position:relative}.message-received .message-bubble{background-color:white;border-top-left-radius:0}.message-sent .message-bubble{background-color:#f7fff0;border-top-right-radius:0}.message-text{font-family:Sora,sans-serif;font-size:14px;color:black;margin:0 0 8px;line-height:1.5;white-space:pre-wrap}.message-text,.message-text a{overflow-wrap:anywhere;word-break:break-word}.message-text a{color:inherit;text-decoration:underline}.message-time{font-family:Sora,sans-serif;font-size:10px;color:#999194;margin:0;text-align:right}.chat-input{gap:16px;padding:16px 32px}.chat-input,.chat-input-wrapper{display:flex;align-items:center;background-color:white}.chat-input-wrapper{flex:1;border-radius:24px}.chat-input-wrapper input{flex:1;padding:12px 16px;border:none;font-family:Sora,sans-serif;font-size:14px;color:#9c9c9c;background:transparent}.chat-input-wrapper input:focus{outline:none}.chat-send-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:24px;cursor:pointer;transition:background-color .2s;color:#28341e;flex-shrink:0}.chat-send-btn:hover{background-color:#f1f1f1}.chat-add-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#28341e;border:none;border-radius:24px;cursor:pointer;transition:opacity .2s;flex-shrink:0}.chat-add-btn:hover{opacity:.9}.chat-messages::-webkit-scrollbar,.inbox-conversations::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track,.inbox-conversations::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb,.inbox-conversations::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb:hover,.inbox-conversations::-webkit-scrollbar-thumb:hover{background:#999194}@media (max-width:1200px){.inbox-modal{max-width:1200px}.inbox-sidebar{width:320px}}@media (max-width:768px){.inbox-modal{height:100vh;max-height:100vh;border-radius:0}.inbox-sidebar{width:280px}.message-bubble{max-width:85%}}