.clp-portal{font-family:sans-serif;max-width:900px;margin:20px auto;padding:20px;border:1px solid #ccc;border-radius:10px;background:#fff;}
.clp-portal h2{margin-top:20px;color:#333;}
.clp-tasks ul, .clp-files ul, .clp-messages ul{list-style:none;padding:0;margin:0;}
.clp-tasks li, .clp-files li, .clp-messages li{padding:10px;margin:5px 0;border:1px solid #ddd;border-radius:5px;background:#f9f9f9;display:flex;justify-content:space-between;align-items:center;}
.clp-tasks li.clp-alert{border-left:4px solid #ff4c4c;background:#fff0f0;}
.clp-tasks button, .clp-files button{background:#0d6efd;color:#fff;border:none;padding:5px 10px;border-radius:4px;cursor:pointer;}
.clp-tasks button:hover, .clp-files button:hover{background:#084298;}
#clp-file-list li, #clp-task-list li{cursor:move;}
.clp-messages textarea{width:100%;height:60px;margin-bottom:5px;}
