*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f5f7f4;--bg-card: #ffffff;--text: #1a2e1a;--text-muted: #5a6e5a;--border: #d0ddd0;--primary: #4a8a4c;--primary-hover: #3a7040;--primary-light: #b8d8a8;--danger: #EF4444;--sidebar-width: 260px;--radius: 8px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}button{cursor:pointer;border:none;font:inherit}input{font:inherit}a{color:var(--primary)}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh}.login-form{background:var(--bg-card);padding:2rem;border-radius:var(--radius);box-shadow:0 2px 12px #00000014;width:100%;max-width:360px;display:flex;flex-direction:column;gap:1rem}.login-form h1{text-align:center;font-size:1.5rem}.login-form input{padding:.6rem .8rem;border:1px solid var(--border);border-radius:var(--radius)}.login-form button{padding:.6rem;background:var(--primary);color:#fff;border-radius:var(--radius);font-weight:600}.login-form button:hover{background:var(--primary-hover)}.error-message{color:var(--danger);text-align:center;font-size:.9rem}.dashboard{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);background:var(--bg-card);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:1rem;position:fixed;top:0;left:0;bottom:0;overflow-y:auto}.sidebar-header h2{font-size:1.3rem;margin-bottom:1rem}.sidebar-nav{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.5rem}.sidebar-btn{padding:.5rem .8rem;background:var(--bg);border-radius:var(--radius);text-align:left;font-size:.9rem}.sidebar-btn:hover{background:var(--primary);color:#fff}.sidebar-section{margin-bottom:1.5rem}.sidebar-section h3{font-size:.85rem;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;display:flex;justify-content:space-between;align-items:center}.sidebar-add-btn{background:none;font-size:1.1rem;color:var(--primary);padding:0 .3rem}.sidebar-list{list-style:none}.sidebar-list li{padding:.4rem .6rem;border-radius:var(--radius);cursor:pointer;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.sidebar-list li:hover{background:var(--bg)}.sidebar-list li.active{background:var(--primary);color:#fff}.tag-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.tag-form{display:flex;gap:.3rem;margin-bottom:.5rem}.tag-form input[type=text]{flex:1;padding:.3rem .5rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.85rem}.tag-form input[type=color]{width:32px;height:32px;padding:0;border:none;cursor:pointer}.tag-form button{padding:.3rem .6rem;background:var(--primary);color:#fff;border-radius:var(--radius);font-size:.85rem}.sidebar-fiche-type{width:8px;height:8px;border-radius:2px;flex-shrink:0}.sidebar-fiche-type[data-type=journal]{background:var(--primary)}.sidebar-fiche-type[data-type=thematique]{background:#f59e0b}.sidebar-fiche-titre{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-footer{margin-top:auto}.pwd-form{display:flex;flex-direction:column;gap:.3rem;margin:.5rem 0}.pwd-form input{padding:.3rem .5rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.85rem}.pwd-form button{padding:.3rem .6rem;background:var(--primary);color:#fff;border-radius:var(--radius);font-size:.85rem;cursor:pointer}.pwd-msg{font-size:.8rem;color:var(--primary)}.logout-btn{color:var(--danger);background:none}.main-content{margin-left:var(--sidebar-width);flex:1;padding:1.5rem;max-width:900px}.search-bar{display:flex;gap:.5rem;margin-bottom:1.5rem}.search-bar input{flex:1;padding:.6rem .8rem;border:1px solid var(--border);border-radius:var(--radius)}.search-bar button{padding:.6rem 1rem;background:var(--primary);color:#fff;border-radius:var(--radius)}.recent-fiches{margin-top:1.5rem}.recent-fiches h3{font-size:1rem;margin-bottom:.8rem;color:var(--text-muted);text-transform:uppercase;font-size:.85rem}.calendrier{background:var(--bg-card);border-radius:var(--radius);padding:1.5rem;box-shadow:0 1px 4px #0000000f}.calendrier-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.calendrier-header button{background:var(--bg);padding:.4rem .8rem;border-radius:var(--radius);font-size:1.1rem}.calendrier-header h2{font-size:1.2rem}.calendrier-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.calendrier-jour-nom{text-align:center;font-size:.8rem;font-weight:600;color:var(--text-muted);padding:.5rem 0}.calendrier-cell{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--radius);cursor:pointer;position:relative;font-size:.95rem}.calendrier-cell:hover:not(.empty){background:var(--bg)}.calendrier-cell.today{background:var(--primary);color:#fff}.calendrier-cell.today:hover{background:var(--primary-hover)}.calendrier-dot{width:6px;height:6px;border-radius:50%;background:var(--primary);position:absolute;bottom:4px}.calendrier-cell.today .calendrier-dot{background:#fff}.fiche-editor{background:var(--bg-card);border-radius:var(--radius);padding:1.5rem;box-shadow:0 1px 4px #0000000f}.fiche-editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.fiche-editor-actions{display:flex;align-items:center;gap:.8rem}.save-info{font-size:.8rem;color:var(--text-muted)}.btn-back{background:none;color:var(--primary);font-size:.9rem}.btn-save{padding:.5rem 1.2rem;background:var(--primary);color:#fff;border-radius:var(--radius);font-weight:600}.btn-save:hover{background:var(--primary-hover)}.btn-save:disabled{opacity:.6}.btn-cancel{padding:.5rem 1.2rem;background:var(--bg);color:var(--text-muted);border-radius:var(--radius)}.btn-cancel:hover{background:var(--border);color:var(--text)}.fiche-archive-section{text-align:right}.btn-archive-link{background:none;color:var(--text-muted);font-size:.8rem;text-decoration:underline;padding:0}.btn-archive-link:hover{color:var(--danger)}.fiche-titre-input{width:100%;padding:.6rem 0;border:none;border-bottom:2px solid var(--border);font-size:1.4rem;font-weight:600;margin-bottom:1rem;outline:none}.fiche-titre-input:focus{border-bottom-color:var(--primary)}.editor-toolbar{display:flex;gap:.3rem;padding:.5rem 0;border-bottom:1px solid var(--border);margin-bottom:.5rem}.editor-toolbar button{padding:.3rem .6rem;background:var(--bg);border-radius:4px;font-size:.85rem}.editor-toolbar button.active{background:var(--primary);color:#fff}.fiche-contenu-editor .tiptap{min-height:200px;padding:.8rem 0;outline:none}.fiche-contenu-editor .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--text-muted);pointer-events:none;height:0}.fiche-contenu-editor .tiptap h2{font-size:1.3rem;margin:1rem 0 .5rem}.fiche-contenu-editor .tiptap h3{font-size:1.1rem;margin:.8rem 0 .4rem}.fiche-contenu-editor .tiptap ul,.fiche-contenu-editor .tiptap ol{padding-left:1.5rem;margin:.5rem 0}.fiche-contenu-editor .tiptap a{color:var(--primary);text-decoration:underline}.fiche-contenu-editor .tiptap img{max-width:100%;height:auto;border-radius:4px}.fiche-section{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.fiche-section h4{font-size:.85rem;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.tags-selector{display:flex;flex-wrap:wrap;gap:.4rem}.tag-chip{padding:.25rem .7rem;border:2px solid;border-radius:20px;font-size:.85rem;cursor:pointer;transition:all .15s}.tag-chip.small{padding:.15rem .5rem;font-size:.75rem;border-width:1px}.projets-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem}.projet-chip{padding:.25rem .7rem;background:var(--bg);border-radius:20px;font-size:.85rem;display:flex;align-items:center;gap:.3rem}.projet-chip.small{padding:.15rem .5rem;font-size:.75rem}.projet-chip button{background:none;font-size:1rem;color:var(--text-muted);padding:0;line-height:1}.add-row{display:flex;gap:.3rem}.add-row input{flex:1;padding:.4rem .6rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.85rem}.add-row button{padding:.4rem .8rem;background:var(--primary);color:#fff;border-radius:var(--radius)}.liens-list{list-style:none;margin-bottom:.5rem}.liens-list li{display:flex;align-items:center;gap:.5rem;padding:.3rem 0;font-size:.9rem}.liens-list li a{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liens-list li button{background:none;color:var(--danger);font-size:1.1rem;padding:0}.fiche-list-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.fiche-cards{list-style:none;display:flex;flex-direction:column;gap:.8rem}.fiche-card{background:var(--bg-card);border-radius:var(--radius);padding:1rem 1.2rem;box-shadow:0 1px 4px #0000000f;cursor:pointer;transition:box-shadow .15s}.fiche-card:hover{box-shadow:0 2px 8px #0000001f}.fiche-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}.fiche-type-badge{font-size:.7rem;text-transform:uppercase;padding:.15rem .5rem;border-radius:4px;font-weight:600}.fiche-type-badge.journal{background:#dbeafe;color:#1e40af}.fiche-type-badge.thematique{background:#fef3c7;color:#92400e}.fiche-date{font-size:.8rem;color:var(--text-muted)}.fiche-card h3{font-size:1rem;margin-bottom:.4rem}.fiche-card-footer{display:flex;flex-wrap:wrap;gap:.3rem}.loading,.empty{text-align:center;color:var(--text-muted);padding:2rem}.fiches-liees-group{margin-bottom:.8rem}.fiches-liees-label{font-size:.8rem;color:var(--text-muted);font-style:italic}.fiches-liees-list{list-style:none;margin:.3rem 0 0}.fiches-liees-list li{display:flex;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.9rem}.fiches-liees-link{color:var(--primary);cursor:pointer;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fiches-liees-link:hover{text-decoration:underline}.fiches-liees-list li button{background:none;color:var(--danger);font-size:1.1rem;padding:0}.fiches-liees-actions{display:flex;gap:.5rem;margin-top:.5rem}.btn-add-fiche-lien{padding:.4rem .8rem;background:var(--bg);border-radius:var(--radius);font-size:.85rem;color:var(--primary)}.btn-add-fiche-lien:hover{background:var(--primary);color:#fff}.btn-cartographie{padding:.4rem .8rem;background:var(--bg);border-radius:var(--radius);font-size:.85rem;color:var(--text)}.btn-cartographie:hover{background:var(--primary);color:#fff}.fiche-lien-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.fiche-lien-modal{background:var(--bg-card);border-radius:var(--radius);width:100%;max-width:500px;max-height:70vh;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026}.fiche-lien-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.2rem;border-bottom:1px solid var(--border)}.fiche-lien-modal-header h3{font-size:1rem;margin:0}.fiche-lien-modal-close{background:none;font-size:1.4rem;color:var(--text-muted);padding:0;line-height:1}.fiche-lien-modal-search{margin:.8rem 1.2rem;padding:.5rem .8rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem}.fiche-lien-modal-results{flex:1;overflow-y:auto;padding:0 .5rem .8rem}.fiche-lien-modal-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .7rem;border-radius:var(--radius);cursor:pointer;font-size:.9rem}.fiche-lien-modal-item:hover{background:var(--bg)}.fiche-lien-modal-titre{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fiche-lien-modal-date{font-size:.8rem;color:var(--text-muted);flex-shrink:0}.cartographie-overlay{position:fixed;inset:0;background:#000000b3;z-index:1000;display:flex;align-items:center;justify-content:center}.cartographie-close{position:absolute;top:1rem;right:1.5rem;background:var(--bg-card);border-radius:50%;width:36px;height:36px;font-size:1.4rem;display:flex;align-items:center;justify-content:center;z-index:1001;box-shadow:0 2px 8px #0003;color:var(--text)}.cartographie-close:hover{background:var(--danger);color:#fff}.cartographie-svg{width:100%;height:100%;cursor:grab}.cartographie-svg:active{cursor:grabbing}.cartographie-node{cursor:default}.cartographie-handle{cursor:grab}.cartographie-handle:active{cursor:grabbing}.cartographie-click-zone{cursor:pointer}.cartographie-node:hover>rect:first-child{stroke-width:2;filter:brightness(.97)}@media(max-width:768px){.sidebar{position:fixed;width:100%;height:auto;bottom:0;top:auto;left:0;flex-direction:row;padding:.5rem;gap:.3rem;overflow-x:auto;border-right:none;border-top:1px solid var(--border);z-index:100}.sidebar-header,.sidebar-section,.sidebar-footer{display:none}.sidebar-nav{flex-direction:row;margin-bottom:0;gap:.3rem}.sidebar-btn{white-space:nowrap;font-size:.8rem;padding:.4rem .6rem}.main-content{margin-left:0;padding:1rem 1rem 4rem}.calendrier-cell{aspect-ratio:auto;padding:.3rem;min-height:36px}.fiche-editor-header{flex-direction:column;gap:.5rem;align-items:flex-start}}.tiptap ul[data-type=taskList]{list-style:none;padding-left:0}.tiptap ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.25rem}.tiptap ul[data-type=taskList] li>label{flex-shrink:0;margin-top:.2rem}.tiptap ul[data-type=taskList] li>label input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--primary)}.tiptap ul[data-type=taskList] li>div{flex:1}.tiptap ul[data-type=taskList] li[data-checked=true]>div{text-decoration:line-through;color:var(--text-muted)}.actions-section{background:var(--bg-card);border-radius:var(--radius);padding:1.25rem;margin-bottom:1.5rem;border:1px solid var(--border)}.actions-section h3{margin-bottom:.75rem;font-size:1.1rem;color:var(--text)}.actions-list{list-style:none;padding:0}.action-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border)}.action-item:last-child{border-bottom:none}.action-checkbox{display:flex;align-items:center;gap:.5rem;flex:1;cursor:pointer}.action-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--primary)}.action-texte{font-size:.95rem}.action-fiche-link{font-size:.8rem;color:var(--primary);cursor:pointer;white-space:nowrap;margin-left:1rem}.action-fiche-link:hover{text-decoration:underline}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:var(--bg-card);border-radius:var(--radius);padding:1.5rem;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.btn-create-task-at{background:#f59e0b;color:#fff;border:none;padding:.5rem 1rem;border-radius:var(--radius);cursor:pointer;font-size:.9rem;font-weight:500}.btn-create-task-at:hover{background:#d97706}.create-task-at-modal{max-width:480px}.create-task-at-modal .form-group{margin-bottom:1rem}.create-task-at-modal label{display:block;font-weight:500;margin-bottom:.3rem;font-size:.9rem}.create-task-at-modal input[type=text],.create-task-at-modal select,.create-task-at-modal textarea{width:100%;padding:.5rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem}.create-task-at-modal textarea{resize:vertical}.create-task-at-modal .modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}.at-success{text-align:center;color:#16a34a;font-weight:600;font-size:1.1rem;padding:2rem 0}
