.conversation-fields textarea{resize:vertical;min-height:120px;padding:11px 12px;border:1px solid #c5ced8;border-radius:4px;color:#242424;background:#fbfcfd;font:12px/1.5 "Segoe UI",sans-serif;outline:none}
.conversation-fields textarea:focus{border-color:#1683d8;box-shadow:0 0 0 3px #1683d815}
.conversation-fields label small{color:#797775;font-weight:400}
.conversation-fields label+label{margin-top:16px}
.conversation-fields select{height:42px;padding:0 12px;border:1px solid #c5ced8;border-radius:4px;color:#242424;background:#fbfcfd;outline:none}
.conversation-fields select:focus{border-color:#1683d8;box-shadow:0 0 0 3px #1683d815}
.project-group{margin-bottom:3px}
.project-row{display:flex;align-items:center;gap:5px}
.project-toggle{display:flex!important;flex:1!important;flex-direction:row!important;align-items:center!important;gap:7px!important;font-weight:600!important}
.project-toggle .folder-icon{color:#d29200;font-size:15px}
.project-toggle .project-arrow{margin-left:auto;color:#8a8886}
.project-actions{display:grid!important;place-items:center;width:30px!important;height:30px;padding:0!important;border-radius:4px!important;text-align:center!important;font-size:18px!important;line-height:1!important}
.project-actions:hover{background:#e9edf2!important}
.project-sessions{display:grid;gap:2px;margin:2px 0 6px 20px;padding-left:7px;border-left:1px solid #d9e2ec}
.project-sessions>button{padding:7px 8px!important}
.project-empty{padding:6px 8px;color:#8a8886;font-size:10px}
.project-group.collapsed .project-sessions{display:none}
.project-group.collapsed .project-arrow{transform:rotate(-90deg)}
.project-group:not(.collapsed) .folder-icon{color:#b77900}
