*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:#f5f5f3;color:#1a1a1a;min-height:100vh}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font:inherit}input,select,textarea{font:inherit}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;gap:2rem;padding:0 2rem;height:64px;transition:background .3s,box-shadow .3s}.navbar--transparent{background:transparent}.navbar--scrolled{background:#111;box-shadow:0 1px #ffffff14}.navbar-brand{font-size:1.1rem;font-weight:600;color:#fff;letter-spacing:-.01em}.navbar-menu{display:flex;align-items:center;gap:.25rem;flex:1}.nav-link{color:#ffffffbf;padding:.4rem .75rem;border-radius:6px;font-size:.9rem;transition:color .15s,background .15s}.nav-link:hover,.nav-link.active{color:#fff;background:#ffffff1a}.navbar-right{display:flex;align-items:center;gap:.75rem;margin-left:auto}.nav-username{color:#ffffffb3;font-size:.85rem}.btn-logout{color:#fff9;font-size:.85rem;padding:.35rem .75rem;border:1px solid rgba(255,255,255,.15);border-radius:6px;transition:all .15s}.btn-logout:hover{color:#fff;border-color:#fff6}.navbar-burger{display:none;flex-direction:column;gap:5px;padding:4px}.navbar-burger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px}.role-badge{font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:20px;text-transform:uppercase;letter-spacing:.04em}.role-admin{background:#fef3c7;color:#92400e}.role-conseil_syndical{background:#dbeafe;color:#1e40af}.role-résident{background:#f0fdf4;color:#166534}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000073,#000000a6)}.hero-content{position:relative;z-index:1;text-align:center;color:#fff;max-width:680px;padding:0 1.5rem}.hero-eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;color:#fff9;margin-bottom:1rem}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:1rem}.hero-sub{font-size:1.1rem;color:#ffffffb3;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-hero-primary{background:#fff;color:#111;padding:.75rem 1.75rem;border-radius:8px;font-weight:600;font-size:.95rem;transition:opacity .15s}.btn-hero-primary:hover{opacity:.9}.btn-hero-secondary{border:1.5px solid rgba(255,255,255,.5);color:#fff;padding:.75rem 1.75rem;border-radius:8px;font-weight:500;font-size:.95rem;transition:border-color .15s,background .15s}.btn-hero-secondary:hover{border-color:#fff;background:#ffffff1a}.home-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;padding:4rem 2rem;max-width:1100px;margin:0 auto}.feature-card{background:#fff;border-radius:12px;padding:2rem;border:1px solid #e5e5e5;transition:box-shadow .2s}.feature-card:hover{box-shadow:0 4px 20px #00000014}.feature-card--admin{border-color:#fde68a;background:#fffbeb}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.feature-card p{color:#666;font-size:.9rem;line-height:1.6;margin-bottom:1.25rem}.feature-card button{font-size:.875rem;color:#2563eb;font-weight:500}.feature-card button:hover{text-decoration:underline}.page{max-width:900px;margin:0 auto;padding:6rem 1.5rem 3rem}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.page-header h1{font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.page-subtitle{color:#666;margin-top:.25rem;font-size:.95rem}.section-title{font-size:1rem;font-weight:600;color:#444;margin:2rem 0 1rem;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.btn-primary{background:#111;color:#fff;padding:.6rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:500;transition:background .15s;white-space:nowrap}.btn-primary:hover{background:#333}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-approve{background:#166534;color:#fff;padding:.5rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;transition:background .15s}.btn-approve:hover{background:#14532d}.btn-reject{background:#fff;color:#991b1b;border:1.5px solid #fca5a5;padding:.5rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;transition:all .15s}.btn-reject:hover{background:#fef2f2}.btn-delete{font-size:.8rem;color:#991b1b;margin-top:.75rem}.btn-delete:hover{text-decoration:underline}.form-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.75rem;margin-bottom:2rem}.form-card h2{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.form-note{font-size:.85rem;color:#888;margin-bottom:1.25rem}.field{margin-bottom:1rem;display:flex;flex-direction:column;gap:.4rem}.field label{font-size:.875rem;font-weight:500;color:#333}.field input,.field select,.field textarea{border:1.5px solid #e5e5e5;border-radius:8px;padding:.6rem .875rem;font-size:.9rem;transition:border-color .15s;outline:none;background:#fff;color:#111}.field input:focus,.field select:focus,.field textarea:focus{border-color:#111}.field textarea{resize:vertical}.error{color:#991b1b;font-size:.875rem;margin-bottom:.75rem}.alert-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;padding:.875rem 1.25rem;border-radius:8px;font-size:.9rem;margin-bottom:1.5rem}.cards-list{display:flex;flex-direction:column;gap:1rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.bulletin-card,.annonce-card,.validation-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.card-title{font-size:1.1rem;font-weight:600;margin-bottom:.35rem;line-height:1.3}.card-meta{font-size:.8rem;color:#888;margin-bottom:.75rem}.card-content{font-size:.9rem;color:#444;line-height:1.6;white-space:pre-wrap}.validation-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.validation-actions{display:flex;gap:.75rem;margin-top:1.25rem}.cat-badge{font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:20px;text-transform:uppercase;letter-spacing:.04em}.cat-actualité{background:#dbeafe;color:#1e40af}.cat-CR_réunion{background:#f3e8ff;color:#6b21a8}.cat-autre{background:#f3f4f6;color:#374151}.cat-vente{background:#fef3c7;color:#92400e}.cat-service{background:#d1fae5;color:#065f46}.statut-badge{font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:20px}.statut-en_attente{background:#fef9c3;color:#854d0e}.statut-publiée{background:#dcfce7;color:#166534}.statut-rejetée{background:#fee2e2;color:#991b1b}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f3;padding:1.5rem}.login-card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:2.5rem;width:100%;max-width:400px}.login-logo{font-size:2.5rem;text-align:center;margin-bottom:1rem}.login-card h1{font-size:1.35rem;font-weight:700;text-align:center;margin-bottom:.35rem}.login-subtitle{text-align:center;color:#888;font-size:.875rem;margin-bottom:2rem}.login-card .btn-primary{width:100%;padding:.75rem;font-size:.95rem;margin-top:.5rem}.loading{color:#888;font-size:.9rem;text-align:center;padding:3rem}.empty-state{text-align:center;padding:3rem 1rem;color:#888;font-size:.95rem;background:#fff;border:1px dashed #e5e5e5;border-radius:12px}.annonces-section{margin-bottom:2.5rem}@media (max-width: 640px){.navbar-menu{display:none;flex-direction:column;align-items:flex-start;position:fixed;top:64px;right:0;bottom:0;left:0;background:#111;padding:1.5rem;gap:.5rem}.navbar-menu--open{display:flex}.navbar-right{flex-direction:column;align-items:flex-start;margin-left:0;margin-top:1rem}.navbar-burger{display:flex}.hero-title{font-size:2rem}.page{padding-top:5rem}}.section{padding:5rem 2rem}.section--alt{background:#fff}.section--dark{background:#111;color:#fff}.section-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.section-inner--reverse{direction:rtl}.section-inner--reverse>*{direction:ltr}.section-inner--col{display:flex;flex-direction:column;align-items:center;max-width:1000px;margin:0 auto}.section-eyebrow{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:#888;margin-bottom:.75rem;font-weight:600}.section-text h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.25rem}.section-text p{color:#555;line-height:1.75;margin-bottom:.875rem;font-size:.95rem}.section--alt .section-text p{color:#555}.section-divider{height:1px;background:#e5e5e5;max-width:900px;margin:0 auto}.section-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stat-card{background:#f5f5f3;border-radius:12px;padding:1.5rem;text-align:center}.stat-card--highlight{background:#111;color:#fff}.stat-number{display:block;font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.25rem}.stat-label{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:.05em}.stat-card--highlight .stat-label{color:#fff9}.map-embed{width:100%;height:280px;border:none;border-radius:12px}.map-caption{font-size:.8rem;color:#888;margin-top:.5rem;text-align:center}.neighborhood-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;width:100%;margin-top:2.5rem}.neighborhood-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem;transition:box-shadow .2s}.neighborhood-card:hover{box-shadow:0 4px 16px #00000012}.neighborhood-icon{font-size:1.75rem;display:block;margin-bottom:.75rem}.neighborhood-card h4{font-size:.95rem;font-weight:600;margin-bottom:.5rem}.neighborhood-card p{font-size:.85rem;color:#666;line-height:1.6}.cta-block{max-width:600px;margin:0 auto;text-align:center}.cta-block h2{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.cta-block p{color:#ffffffb3;margin-bottom:2rem;line-height:1.6}.section--dark .btn-hero-primary{background:#fff;color:#111}.section--dark .btn-hero-primary:hover{opacity:.9}.site-footer{background:#0a0a0a;color:#fff6;text-align:center;padding:1.5rem;font-size:.8rem}.btn-nav-login{color:#fff;border:1.5px solid rgba(255,255,255,.4);padding:.35rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;transition:all .15s;white-space:nowrap}.btn-nav-login:hover{border-color:#fff;background:#ffffff1a}@media (max-width: 768px){.section-inner{grid-template-columns:1fr;gap:2rem}.section-inner--reverse{direction:ltr}.section-stats{grid-template-columns:1fr 1fr}.section{padding:3rem 1.25rem}}.search-bar{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.search-input{flex:1;min-width:200px;border:1.5px solid #e5e5e5;border-radius:8px;padding:.6rem .875rem;font-size:.9rem;outline:none}.search-input:focus{border-color:#111}.search-bar select{border:1.5px solid #e5e5e5;border-radius:8px;padding:.6rem .875rem;font-size:.875rem;outline:none;background:#fff}.travaux-list{display:flex;flex-direction:column;gap:1rem}.travaux-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem;transition:box-shadow .2s}.travaux-card:hover{box-shadow:0 4px 16px #00000012}.travaux-card--done{opacity:.65}.travaux-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.travaux-badges{display:flex;gap:.5rem;align-items:center}.travaux-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.travaux-desc{font-size:.875rem;color:#666;line-height:1.6;margin-bottom:.75rem}.travaux-meta{display:flex;gap:1.25rem;flex-wrap:wrap;font-size:.8rem;color:#888;margin-bottom:1rem}.btn-detail{font-size:.875rem;color:#2563eb;font-weight:500}.btn-detail:hover{text-decoration:underline}.btn-back{font-size:.875rem;color:#666;margin-bottom:1.5rem;display:inline-block}.btn-back:hover{color:#111}.statut-planifie{background:#dbeafe;color:#1e40af}.statut-en-cours{background:#fef3c7;color:#92400e}.statut-termine{background:#dcfce7;color:#166534}.checkbox-done{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#555;cursor:pointer}.checkbox-done input{cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media (max-width: 600px){.form-grid{grid-template-columns:1fr}}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1.5rem}@media (max-width: 768px){.detail-grid{grid-template-columns:1fr}}.detail-section{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem}.detail-section h3{font-size:1rem;font-weight:600;margin-bottom:1.25rem}.detail-info{display:flex;flex-direction:column;gap:.75rem}.detail-row{display:flex;align-items:flex-start;gap:1rem}.detail-row--full{flex-direction:column;gap:.25rem}.detail-label{font-size:.8rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.04em;min-width:100px}.detail-desc{font-size:.9rem;color:#444;line-height:1.6;white-space:pre-wrap}.edit-title-input{font-size:1.75rem;font-weight:700;border:none;border-bottom:2px solid #111;outline:none;width:100%;background:transparent}.upload-zone{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem;flex-wrap:wrap}.upload-type-select{border:1.5px solid #e5e5e5;border-radius:8px;padding:.5rem .75rem;font-size:.875rem;outline:none}.btn-upload{background:#111;color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;cursor:pointer;font-weight:500}.btn-upload:hover{background:#333}.docs-list{display:flex;flex-direction:column;gap:.75rem}.doc-item{border:1px solid #e5e5e5;border-radius:8px;padding:.875rem 1rem}.doc-info{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.5rem}.doc-name{font-size:.875rem;font-weight:500;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doc-date{font-size:.75rem;color:#888}.doc-actions{display:flex;gap:.75rem;align-items:center}.btn-download{font-size:.8rem;color:#2563eb;font-weight:500}.btn-download:hover{text-decoration:underline}.empty-docs{font-size:.875rem;color:#888;text-align:center;padding:1.5rem}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 480px){.form-grid-2{grid-template-columns:1fr}}.field-hint{font-size:.75rem;color:#999;font-weight:400}.login-footer{text-align:center;font-size:.875rem;color:#888;margin-top:1.25rem}.login-footer a{color:#111;font-weight:500}.code-block{background:#f5f5f3;border-radius:12px;padding:1.5rem;text-align:center;margin:1.25rem 0}.code-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#888;margin-bottom:.75rem}.code-display{font-size:3rem;font-weight:700;letter-spacing:.5rem;color:#111;margin-bottom:.75rem}.code-hint{font-size:.825rem;color:#666;line-height:1.6}.code-inline{font-size:1.5rem;font-weight:700;letter-spacing:.25rem;color:#111;background:#f5f5f3;padding:.25rem .75rem;border-radius:6px}.badge-alert{background:#fef3c7;color:#92400e;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.filter-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.filter-tab{padding:.4rem 1rem;border-radius:20px;font-size:.875rem;border:1.5px solid #e5e5e5;color:#666;transition:all .15s}.filter-tab--active{background:#111;color:#fff;border-color:#111}.users-grid{display:grid;grid-template-columns:1fr 360px;gap:1.5rem;align-items:start}@media (max-width: 768px){.users-grid{grid-template-columns:1fr}}.users-list{display:flex;flex-direction:column;gap:.5rem}.user-row{background:#fff;border:1.5px solid #e5e5e5;border-radius:10px;padding:1rem 1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:border-color .15s}.user-row:hover{border-color:#bbb}.user-row--selected{border-color:#111}.user-row-info{display:flex;flex-direction:column;gap:.2rem}.user-row-name{font-weight:600;font-size:.95rem}.user-row-appart{font-size:.8rem;color:#888}.user-row-badges{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.user-detail{background:#fff;border:1.5px solid #e5e5e5;border-radius:12px;padding:1.5rem;position:sticky;top:80px}.user-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.user-detail-header h2{font-size:1.1rem;font-weight:600}.btn-close{color:#888;font-size:1.1rem;padding:.25rem}.btn-close:hover{color:#111}.user-actions{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.statut-user{font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:20px}.statut-user--en_attente{background:#fef9c3;color:#854d0e}.statut-user--actif{background:#dcfce7;color:#166534}.statut-user--suspendu{background:#fee2e2;color:#991b1b}.login-card--wide{max-width:560px}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}.form-grid-2--full{grid-column:1 / -1}.field-hint{font-weight:400;color:#aaa;font-size:.8rem}@media (max-width: 500px){.form-grid-2{grid-template-columns:1fr}}.success-instructions{display:flex;flex-direction:column;gap:.875rem;margin-top:1.5rem}.step{display:flex;align-items:flex-start;gap:1rem}.step-num{background:#111;color:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.step p{font-size:.9rem;color:#555;line-height:1.5;margin:0;padding-top:2px}.users-list{display:flex;flex-direction:column;gap:1rem}.user-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.25rem 1.5rem}.user-card--pending{border-color:#fde68a;background:#fffbeb}.user-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem}.user-info-main{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.user-fullname{font-weight:600;font-size:1rem}.code-badge{background:#111;color:#fff;padding:.2rem .75rem;border-radius:20px;font-size:.8rem;letter-spacing:.1em}.user-actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.user-details{display:flex;gap:1.25rem;flex-wrap:wrap;font-size:.82rem;color:#666;margin-bottom:.75rem}.user-role-row{display:flex;align-items:center;gap:.75rem}.role-select{border:1.5px solid #e5e5e5;border-radius:6px;padding:.3rem .6rem;font-size:.82rem;outline:none;background:#fff}.compte-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1.5rem}@media (max-width: 768px){.compte-grid{grid-template-columns:1fr}}.notif-list{display:flex;flex-direction:column;gap:.875rem}.notif-toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;padding:.875rem;border:1px solid #e5e5e5;border-radius:10px;transition:background .15s}.notif-toggle:hover{background:#f9f9f8}.notif-info{display:flex;flex-direction:column;gap:.2rem}.notif-title{font-size:.9rem;font-weight:500}.notif-desc{font-size:.78rem;color:#888}.toggle{width:44px;height:24px;background:#e5e5e5;border-radius:12px;position:relative;cursor:pointer;transition:background .2s;flex-shrink:0}.toggle--on{background:#111}.toggle-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0003}.toggle--on .toggle-thumb{transform:translate(20px)}.doc-item--chosen{border-color:#166534;background:#f0fdf4}.devis-choisi-badge{background:#166534;color:#fff;font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:20px}.btn-choisir{font-size:.8rem;color:#166534;font-weight:600;border:1px solid #166534;padding:.25rem .6rem;border-radius:6px;transition:all .15s}.btn-choisir:hover{background:#166534;color:#fff}.btn-choisir--undo{color:#666;border-color:#ccc}.btn-choisir--undo:hover{background:#666;color:#fff;border-color:#666}.journal-section{grid-column:1 / -1}.journal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.journal-form{background:var(--color-bg-subtle, #f8f9fa);border:1px solid var(--color-border, #e2e8f0);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem}.journal-form-row{display:flex;gap:1rem}.journal-form .field{display:flex;flex-direction:column;gap:.25rem}.journal-form label{font-size:.8rem;font-weight:600;color:var(--color-text-muted, #64748b);text-transform:uppercase;letter-spacing:.04em}.journal-form textarea{resize:vertical;min-height:90px}.journal-photo-previews{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.journal-photo-thumb{position:relative;width:72px;height:72px;border-radius:6px;overflow:hidden;border:2px solid var(--color-border, #e2e8f0);cursor:pointer;background:none;padding:0;flex-shrink:0}.journal-photo-thumb img{width:100%;height:100%;object-fit:cover;display:block}.journal-photo-thumb:hover img{opacity:.85}.journal-photo-thumb--preview .journal-photo-remove{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:50%;background:#0009;color:#fff;font-size:.65rem;line-height:18px;text-align:center;border:none;cursor:pointer;padding:0}.journal-timeline{position:relative;padding-left:1.5rem}.journal-timeline:before{content:"";position:absolute;left:7px;top:0;bottom:0;width:2px;background:var(--color-border, #e2e8f0);border-radius:1px}.journal-entry{position:relative;margin-bottom:1.5rem}.journal-entry-dot{position:absolute;left:-1.5rem;top:.35rem;width:12px;height:12px;border-radius:50%;background:var(--color-primary, #3b82f6);border:2px solid #fff;box-shadow:0 0 0 2px var(--color-primary, #3b82f6)}.journal-entry--first .journal-entry-dot{background:var(--color-success, #22c55e);box-shadow:0 0 0 2px var(--color-success, #22c55e)}.journal-entry-body{background:#fff;border:1px solid var(--color-border, #e2e8f0);border-radius:8px;padding:.875rem 1rem}.journal-entry-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.journal-entry-date{font-weight:700;font-size:.875rem;color:var(--color-text, #1e293b)}.journal-entry-author{font-size:.8rem;color:var(--color-text-muted, #64748b)}.journal-entry-contenu{font-size:.9rem;line-height:1.6;color:var(--color-text, #1e293b);margin:0 0 .75rem;white-space:pre-wrap}.journal-photo-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.btn-sm{padding:.35rem .75rem;font-size:.82rem}.btn-xs{padding:.2rem .5rem;font-size:.75rem;margin-left:auto}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;display:flex;align-items:center;justify-content:center;z-index:1000}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.lightbox-content img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:4px;box-shadow:0 8px 48px #0009}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;background:#ffffff26;border:none;color:#fff;cursor:pointer;border-radius:50%;width:40px;height:40px;font-size:1.4rem;line-height:40px;text-align:center;transition:background .15s}.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{background:#ffffff4d}.lightbox-close{top:-48px;right:0}.lightbox-prev{left:-56px}.lightbox-next{right:-56px}.lightbox-counter{position:absolute;bottom:-36px;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:.85rem}
