.my-iatrox-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 120px;font-family:Poppins,sans-serif;animation:fadeInPage .5s ease-out;background-color:#fafbf5;text-transform:lowercase}@keyframes fadeInPage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.my-iatrox-heading{font-size:2.5rem;font-weight:300;text-align:left;margin-bottom:3rem;color:#1a202c;border-bottom:1px solid #e2e8f0;padding-bottom:1.5rem}.my-iatrox-heading strong{font-weight:600}.section-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:1rem .5rem;border-bottom:1px solid #e2e8f0;transition:background-color .2s}.section-header:hover{background-color:rgba(0,0,0,.02)}.section-title{font-size:1.5rem;font-weight:600;color:#2d3748;margin:0;display:flex;align-items:center;gap:.75rem}.section-toggle-icon{color:#a0aec0;transition:transform .3s ease}.section-toggle-icon.expanded{transform:rotate(180deg)}.section-content{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,padding .4s ease-in-out;padding:0 1rem}.section-content.expanded{max-height:5000px;padding:2rem 1rem}.conversations-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.search-wrapper{position:relative;display:flex;align-items:center;flex-grow:1;max-width:400px}.search-input{padding:.75rem 1.5rem;border:1px solid #e2e8f0;border-radius:2rem;background-color:#fff;width:100%;transition:all .2s;box-sizing:border-box}.search-input:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px rgba(74,144,226,.2)}.conversations-list{display:flex;flex-direction:column;gap:.25rem}.convo-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-radius:12px;cursor:pointer;transition:background-color .2s ease-in-out;border-bottom:1px solid #f1f5f9}.convo-item:hover{background-color:#f8fafc}.convo-item-body{display:flex;align-items:center;gap:1rem;flex-grow:1;margin-right:1rem;overflow:hidden}.convo-icon{color:#4a90e2;flex-shrink:0}.convo-details{overflow:hidden}.convo-title{font-size:1rem;font-weight:500;color:#1a202c;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.title-edit-input{font-size:1rem;font-weight:500;padding:.25rem .5rem;border:1px solid #cbd5e1;border-radius:6px;width:100%}.convo-date{font-size:.8rem;color:#718096;margin:.25rem 0 0}.convo-item-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.action-btn{display:flex;align-items:center;justify-content:center;background-color:#f1f5f9;border:none;color:#475569;width:36px;height:36px;border-radius:50%;cursor:pointer;transition:all .2s}.action-btn:hover{background-color:#e2e8f0;color:#1e293b}.action-btn.cpd{background-color:#eef2ff;color:#4338ca}.action-btn.cpd:hover{background-color:#e0e7ff}.no-convos-placeholder{text-align:center;padding:3rem;border:2px dashed #e2e8f0;border-radius:12px;color:#718096}.no-convos-placeholder svg{margin-bottom:1rem;color:#cbd5e1}.loading-container{text-align:center;padding:3rem}.spinner{display:inline-block;width:32px;height:32px;border-radius:50%;border:3px solid rgba(0,0,0,.1);border-top-color:#4a90e2;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.my-iatrox-heading{font-size:2rem}.section-title{font-size:1.3rem}.conversations-header{flex-direction:column;align-items:stretch}.search-wrapper{max-width:100%}.convo-item{flex-direction:column;align-items:stretch;gap:1rem}.convo-item-actions{padding-top:1rem;margin-top:1rem;border-top:1px solid #f1f5f9;justify-content:flex-end}}