*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#f5f5f5;color:#333}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{background:#2c3e50;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a}.nav-brand{display:flex;align-items:center;gap:1rem}.nav-brand h2{margin:0}.version{font-size:.75rem;color:#95a5a6}.nav-links{display:flex;gap:1rem}.nav-links button{background:transparent;border:1px solid #34495e;color:#fff;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:all .2s}.nav-links button:hover{background:#34495e}.nav-links button.active{background:#3498db;border-color:#3498db}.logout-btn{background:#e74c3c!important;border-color:#e74c3c!important}.container{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-card h1{margin-bottom:.5rem;color:#2c3e50}.subtitle{color:#7f8c8d;margin-bottom:2rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group textarea{resize:vertical;font-family:inherit}button{width:100%;padding:.75rem;background:#3498db;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background .2s}button:hover:not(:disabled){background:#2980b9}button:disabled{background:#95a5a6;cursor:not-allowed}.error{background:#e74c3c;color:#fff;padding:.75rem;border-radius:4px;margin-bottom:1rem}.demo-credentials{margin-top:1rem;padding:1rem;background:#ecf0f1;border-radius:4px;font-size:.875rem;color:#7f8c8d}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{color:#2c3e50}.page-header button{width:auto;padding:.5rem 1rem}.header-actions{display:flex;gap:.5rem}.export-btn{background:#27ae60}.export-btn:hover{background:#229954}.clients-list{display:grid;gap:1rem}.client-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center}.client-card h3{margin-bottom:.5rem;color:#2c3e50}.client-date{color:#7f8c8d;font-size:.875rem}.client-card button{width:auto;padding:.5rem 1rem}.client-form{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}.client-form h2{margin-bottom:1rem;color:#2c3e50}.dap-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.loading{text-align:center;padding:2rem;color:#7f8c8d}.empty-state{text-align:center;padding:3rem;color:#7f8c8d;background:#fff;border-radius:8px}.soap-meta-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.form-columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.soap-column,.meta-column{display:flex;flex-direction:column;gap:1rem}.soap-column h2,.meta-column h2{color:#2c3e50;margin-bottom:.5rem;font-size:1.25rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}.meta-section{background:#f8f9fa;padding:1rem;border-radius:6px;border-left:3px solid #3498db}.meta-section h3{color:#34495e;font-size:1rem;margin-bottom:.75rem}.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background:#fff;cursor:pointer}.coherence-slider{width:100%;height:6px;border-radius:3px;outline:none;-webkit-appearance:none;background:#ddd;cursor:pointer}.coherence-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#3498db;cursor:pointer}.coherence-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#3498db;cursor:pointer;border:none}.slider-labels{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.875rem;color:#7f8c8d}.tag-input{display:flex;gap:.5rem;margin-bottom:.5rem}.tag-input input{flex:1}.add-tag-btn{width:auto!important;padding:.75rem 1.5rem!important;background:#27ae60!important}.add-tag-btn:hover{background:#229954!important}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag{display:inline-flex;align-items:center;gap:.5rem;background:#3498db;color:#fff;padding:.375rem .75rem;border-radius:20px;font-size:.875rem}.tag button{background:transparent;border:none;color:#fff;width:auto;padding:0;font-size:1.25rem;line-height:1;cursor:pointer;opacity:.8;transition:opacity .2s}.tag button:hover{opacity:1;background:transparent}.form-actions{border-top:2px solid #ecf0f1;padding-top:1.5rem;display:flex;justify-content:center}.save-btn{max-width:300px}.save-success{background:#27ae60;color:#fff;padding:1rem;border-radius:4px;margin:1rem 0;text-align:center;font-weight:500;animation:slideIn .3s ease-out}.save-error{background:#e74c3c;color:#fff;padding:1rem;border-radius:4px;margin:1rem 0;text-align:center;font-weight:500;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.new-note-btn{background:#9b59b6!important;border-color:#9b59b6!important}.new-note-btn:hover{background:#8e44ad!important}.notes-timeline{display:flex;flex-direction:column;gap:1.5rem}.note-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem;transition:box-shadow .2s}.note-card:hover{box-shadow:0 4px 8px #00000026}.note-header{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #ecf0f1}.note-date{color:#7f8c8d;font-size:.9rem;font-weight:500}.note-content{margin-bottom:1rem}.note-section{margin-bottom:.75rem;line-height:1.6}.note-section strong{color:#2c3e50;margin-right:.5rem}.note-actions{display:flex;gap:.75rem;justify-content:flex-end}.btn-edit{background:#3498db;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background .2s}.btn-edit:hover{background:#2980b9}.btn-delete{background:#e74c3c;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background .2s}.btn-delete:hover{background:#c0392b}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-height:90vh;overflow-y:auto}.note-modal{width:100%;max-width:600px}.confirm-modal{width:100%;max-width:400px}.modal-header{padding:1.5rem;border-bottom:1px solid #ecf0f1;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;color:#2c3e50;font-size:1.5rem}.modal-close{background:none;border:none;font-size:2rem;color:#7f8c8d;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.modal-close:hover{color:#2c3e50}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid #ecf0f1;display:flex;justify-content:flex-end;gap:.75rem}.btn-cancel{background:#95a5a6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .2s}.btn-cancel:hover{background:#7f8c8d}.btn-save{background:#27ae60;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .2s}.btn-save:hover{background:#229954}.btn-delete-confirm{background:#e74c3c;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .2s}.btn-delete-confirm:hover{background:#c0392b}@media (max-width: 768px){.form-columns{grid-template-columns:1fr;gap:1rem}.soap-meta-form{padding:1rem}.meta-section{padding:.75rem}.modal-content{margin:.5rem;max-height:95vh}.note-actions{flex-direction:column}.btn-edit,.btn-delete{width:100%}}
