.jb-compose-file-errors{padding:6px 16px 0;display:flex;flex-direction:column;gap:3px}.jb-compose-file-error{font-size:12px;color:#ef4444;background:#fef2f2;padding:3px 8px;border-radius:4px}.jb-compose-attachments{padding:6px 16px 0;display:flex;flex-wrap:wrap;gap:6px}.jb-compose-attachment-chip{display:inline-flex;align-items:center;gap:4px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:20px;padding:3px 8px;font-size:12px;color:#059669}.jb-compose-remove-file{background:none;border:none;cursor:pointer;font-size:14px;line-height:1;color:#64748b;padding:0}.jb-compose-remove-file:hover{color:#ef4444}.jb-compose-inline-row{display:flex;align-items:flex-end;gap:6px}.jb-ctm-overlay{position:fixed;inset:0;background:#0f172a73;z-index:400;display:flex;align-items:center;justify-content:center;padding:20px}.jb-ctm-success{background:#fff;border-radius:14px;max-width:42rem;padding:40px 30px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;box-shadow:0 20px 40px #00000024}.jb-ctm-success-icon{width:56px;height:56px;border-radius:50%;background:#ecfdf5;color:#10b981;font-size:24px;display:flex;align-items:center;justify-content:center;font-weight:700}.jb-ctm-success-title{font-size:18px;font-weight:700;color:#0f172a;margin:0}.jb-ctm-success-sub{font-size:13px;color:#64748b;margin:0}.jb-ctm-success-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:8px}.jb-ctm-modal{background:#fff;border-radius:14px;width:100%;max-width:860px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 48px #0000002e;animation:jbCtmSlideUp .2s ease-out}@keyframes jbCtmSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.jb-ctm-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #eef0f3}.jb-ctm-title{font-size:14px;font-weight:600;color:#0f172a}.jb-ctm-close{background:none;border:none;font-size:22px;color:#94a3b8;cursor:pointer;line-height:1;padding:0}.jb-ctm-close:hover{color:#475569}.jb-ctm-body{display:flex;flex:1;overflow:hidden;min-height:380px}.jb-ctm-left{width:220px;flex-shrink:0;padding:20px;border-right:1px solid #eef0f3;display:flex;flex-direction:column;gap:16px}.jb-ctm-right{flex:1;display:flex;flex-direction:column;overflow:hidden}.jb-ctm-right.drag-active{background:#ecfdf5;outline:2px dashed #10b981;outline-offset:-4px}.jb-ctm-field{display:flex;flex-direction:column;gap:5px}.jb-ctm-label{font-size:12px;font-weight:500;color:#475569}.jb-ctm-required{color:#10b981}.jb-ctm-input,.jb-ctm-select{border:1px solid #e2e8f0;border-radius:6px;padding:8px 10px;font-size:13px;color:#0f172a;outline:none;font-family:inherit;background:#fff;width:100%}.jb-ctm-input:focus,.jb-ctm-select:focus{border-color:#10b981}.jb-ctm-hint{font-size:10px;color:#94a3b8;line-height:1.5;margin-top:auto}.jb-ctm-messages-header{display:flex;align-items:center;gap:6px;padding:10px 20px;border-bottom:1px solid #eef0f3;font-size:12px;font-weight:500;color:#475569;background:#fff;flex-shrink:0}.jb-ctm-messages-count{color:#94a3b8;font-weight:400}.jb-ctm-messages-hint{margin-left:auto;font-size:10px;font-weight:400;color:#94a3b8}.jb-ctm-messages-area{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px;background:#f8fafc}.jb-ctm-empty-messages{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#94a3b8;font-size:12px}.jb-ctm-sent-message{position:relative;align-self:flex-end;background:linear-gradient(180deg,#34d399,#10b981);color:#fff;border-radius:10px 3px 10px 10px;padding:8px 32px 8px 12px;max-width:80%;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.jb-ctm-sent-file{display:block;font-size:11px;opacity:.9;margin-top:2px}.jb-ctm-remove-msg{position:absolute;top:4px;right:6px;background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:16px;line-height:1;padding:0}.jb-ctm-remove-msg:hover{color:#fff}.jb-ctm-compose{border-top:1px solid #eef0f3;padding:10px 14px;display:flex;flex-direction:column;gap:6px;background:#fff}.jb-ctm-compose-textarea{flex:1;resize:none;border:none;outline:none;font-family:inherit;font-size:13px;color:#334155;background:transparent;line-height:1.5;min-height:24px;max-height:80px}.jb-ctm-compose-textarea::placeholder{color:#94a3b8}.jb-ctm-compose-textarea:disabled{opacity:.5}.jb-ctm-sent-text{white-space:pre-wrap;word-break:break-word}.jb-ctm-attach-btn,.jb-ctm-send-btn{flex-shrink:0;width:34px;height:34px;border-radius:6px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.jb-ctm-attach-btn:disabled,.jb-ctm-send-btn:disabled{opacity:.4;cursor:not-allowed}.jb-ctm-attach-btn{background:#f1f5f9;color:#64748b}.jb-ctm-attach-btn:hover:not(:disabled){background:#e2e8f0}.jb-ctm-send-btn{background:#10b981;color:#fff}.jb-ctm-send-btn:hover:not(:disabled){background:#059669}.jb-ctm-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 24px;border-top:1px solid #eef0f3}.jb-ctm-cancel-btn{background:none;border:1px solid #e2e8f0;border-radius:8px;padding:8px 18px;font-size:13px;color:#64748b;cursor:pointer;transition:all .15s}.jb-ctm-cancel-btn:hover{border-color:#cbd5e1;color:#475569}.jb-ctm-submit-btn{background:#10b981;color:#fff;border:none;border-radius:8px;padding:8px 20px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.jb-ctm-submit-btn:hover:not(:disabled){background:#059669}.jb-ctm-submit-btn:disabled{opacity:.6;cursor:not-allowed}
