.inbox-view .inbox-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.inbox-view .inbox-header h1{color:#fff;margin:0}.inbox-list{display:flex;flex-direction:column;gap:2px}.inbox-item{display:flex;gap:14px;padding:14px 16px;background:#ffffff0a;border-radius:10px;text-decoration:none;transition:background .2s}.inbox-item:hover{background:#ffffff12}.inbox-item.unread{background:#fcdf250a;border-left:3px solid #fcdf25}.inbox-item-avatar{flex-shrink:0}.inbox-item-avatar img{width:44px;height:44px;border-radius:50%;object-fit:cover}.inbox-item-avatar .avatar-placeholder{width:44px;height:44px}.inbox-item-content{flex:1;min-width:0}.inbox-item-name{color:#fff;font-weight:600;margin-bottom:2px}.inbox-item-preview{color:#ffffff80;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-item-date{color:#ffffff4d;font-size:12px;margin-top:2px}.inbox-empty{text-align:center;padding:40px;color:#fff6}.inbox-conversation{display:flex;flex-direction:column;height:calc(80vh - 120px);min-height:500px}.inbox-conversation-header{margin-bottom:16px}.inbox-conversation-header h2{color:#fff;margin:8px 0 0}.inbox-messages{flex:1;overflow-y:auto;padding:16px;background:#ffffff05;border-radius:10px;display:flex;flex-direction:column;gap:12px}.inbox-message{display:flex;gap:12px;max-width:75%}.inbox-message.own{margin-left:auto;flex-direction:row-reverse}.inbox-message.own .inbox-message-body{background:#fcdf251a;border:1px solid rgba(252,223,37,.2)}.inbox-message-avatar{flex-shrink:0}.inbox-message-avatar img{width:36px;height:36px;border-radius:50%;object-fit:cover}.inbox-message-avatar .avatar-placeholder{width:36px;height:36px;font-size:14px}.inbox-message-body{background:#ffffff0f;border-radius:12px;padding:10px 14px}.inbox-message-name{color:#fcdf25;font-weight:600;font-size:13px;margin-bottom:4px}.inbox-message-text{color:#ffffffd9;line-height:1.5}.inbox-message-date{color:#ffffff4d;font-size:11px;margin-top:4px}.inbox-reply-form{margin-top:12px}.inbox-reply-form form{display:flex;gap:8px;align-items:flex-end}.inbox-reply-form textarea{flex:1;padding:10px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#fff;resize:none}.inbox-reply-form textarea:focus{border-color:#fcdf25;outline:none}.inbox-reply-form textarea::placeholder{color:#ffffff4d}.inbox-create{max-width:600px}.inbox-create h1{color:#fff;margin-bottom:20px}
