@charset "UTF-8";@font-face{font-family:baseLHR;src:url(/fonts/HankenGrotesk-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:kgLHR;src:url(/fonts/kg_happy.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@keyframes popup-modal-fade-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:200px;transform:translateY(0)}}.board-container{display:flex;gap:1rem;padding:1.5rem;align-items:flex-start;overflow-x:auto;overflow-y:visible;min-height:calc(100vh - 120px);-webkit-overflow-scrolling:touch;scroll-padding-inline:1.5rem}@media(max-width:768px){.board-container{padding:.75rem .25rem .75rem 0;gap:.75rem;min-height:calc(100dvh - 170px);scroll-padding-inline:.75rem}}.board-container::-webkit-scrollbar{height:12px}.board-container::-webkit-scrollbar-track{background:#0000001a;border-radius:10px}.board-container::-webkit-scrollbar-thumb{background:#0000004d;border-radius:10px}.board-container::-webkit-scrollbar-thumb:hover{background:#0006}.board-card{background:#fff;border:none;border-radius:8px;padding:0;box-shadow:0 1px 4px #00000026;cursor:pointer;transition:all .2s ease;overflow:hidden;margin-bottom:0}.board-card:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.board-card:active{transform:translateY(0)}.board-card__cover{width:100%;height:160px;overflow:hidden;background:#dcf0f8;position:relative;margin:0}.board-card__cover-image{width:100%;height:100%;display:block;object-fit:cover;pointer-events:none}.board-card__content{padding:.75rem}.board-card__text{flex:1}.board-card__title{font-weight:600;font-size:.9rem;color:#3a4850;margin:0 0 .5rem;line-height:1.4;word-wrap:break-word}.board-card__description{font-size:.85rem;color:#6b7280;white-space:pre-wrap;word-break:break-word;margin:.5rem 0;line-height:1.4}.board-card__labels{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:.5rem}.board-card__label{width:40px;height:8px;border-radius:4px;display:inline-block;box-shadow:0 1px 2px #0000001a}.board-card__label-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;transition:all .2s ease;cursor:pointer}.board-card__label-pill:hover{opacity:.85;transform:scale(1.05)}.board-card__badges{display:flex;align-items:center;gap:.75rem;margin-top:.5rem;flex-wrap:wrap}.board-card__badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#3a4850;opacity:.7;transition:opacity .2s ease}.board-card__badge:hover{opacity:1}.board-card__badge svg,.board-card__badge img{width:14px;height:14px}.board-card__members{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:.75rem;padding-left:0}.board-card__member-wrapper{position:relative;margin-left:-10px}.board-card__member-wrapper:first-child{margin-left:0}.board-card__member-star{position:absolute;top:-4px;right:-4px;width:14px;height:14px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 1px 2px #00000040;border:1px solid rgba(0,0,0,.2);z-index:2;pointer-events:none;color:#facc15;font-size:10px;line-height:1}.board-card__member-avatar{width:28px;height:28px;border-radius:50%;border:2px solid white;background:#dcf0f8;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 1px 3px #00000026;transition:transform .2s ease}.board-card__member-avatar:hover{transform:scale(1.15);z-index:20!important}.board-card__member-avatar-img{width:100%;height:100%;object-fit:cover}.board-card__member-avatar-initials{font-size:.7rem;font-weight:700;color:#4f6db0;text-transform:uppercase}.board-card__member-more{width:28px;height:28px;border-radius:50%;border:2px solid white;background:#698dad;color:#fff;font-size:.7rem;font-weight:700;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 3px #00000026;margin-left:-5px;position:relative;display:flex}.board-card__menu{position:relative}.board-card__menu-trigger{border:none;background:transparent;cursor:pointer;padding:.25rem;font-size:1rem;line-height:1;color:#3a4850;opacity:.6;transition:all .2s ease;border-radius:4px}.board-card__menu-trigger:hover{opacity:1;background:#dcf0f8}.board-card__menu-popup{position:absolute;top:calc(100% + .25rem);right:0;background:#fff;border-radius:8px;box-shadow:0 8px 24px #00000040;padding:.5rem;min-width:180px;z-index:200;border:2px solid #dcf0f8;animation:fadeInUp .2s ease-out}.board-card__menu-item{display:block;width:100%;padding:.6rem .75rem;text-align:left;border:none;background:transparent;cursor:pointer;font-size:.9rem;font-weight:500;color:#4f6db0;border-radius:6px;transition:all .2s ease}.board-card__menu-item:hover{background-color:#dcf0f8}.board-card__menu-item--danger{color:#b91c1c}.board-card__menu-item--danger:hover{background-color:#fee2e2}.board-card--notre-impact{width:100%;box-sizing:border-box;padding:0}.board-card[draggable=true]{cursor:grab}.board-card[draggable=true]:active{cursor:grabbing;opacity:.9}@media(max-width:560px){.board-card{border-radius:10px}.board-card__cover{height:118px}.board-card__content{padding:.6rem}.board-card__title{font-size:.84rem;margin-bottom:.35rem;line-height:1.3}.board-card__description{font-size:.78rem;line-height:1.3;margin:.35rem 0}.board-card__labels{gap:4px;margin-bottom:.35rem}.board-card__label-pill{padding:.2rem .4rem;font-size:.68rem;gap:.25rem}.board-card__badges{gap:.5rem;margin-top:.35rem}.board-card__badge{font-size:.68rem}.board-card__badge svg,.board-card__badge img{width:12px;height:12px}.board-card__members{margin-top:.55rem}.board-card__member-avatar,.board-card__member-more{width:24px;height:24px}.board-card__member-avatar-initials,.board-card__member-more{font-size:.62rem}.board-card__member-wrapper{margin-left:-8px}.board-card__member-star{width:12px;height:12px;font-size:8px;top:-3px;right:-3px}}.board-column{display:flex;flex-direction:column;flex:0 0 270px;width:270px;min-width:270px;max-width:270px;max-height:calc(100vh - 200px);background:#00000026;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;border-radius:12px;padding:0;position:relative;overflow:visible;box-shadow:0 2px 8px #00000026}@media(max-width:768px){.board-column{flex:0 0 min(86vw,320px);width:min(86vw,320px);min-width:min(86vw,320px);max-width:min(86vw,320px)}}@media(max-width:560px){.board-column{flex:0 0 min(80vw,292px);width:min(80vw,292px);min-width:min(80vw,292px);max-width:min(80vw,292px)}.board-column__header{padding:1rem .75rem;min-height:64px}.board-column__title{font-size:1.05rem}.board-column__cards{padding:.4rem;gap:.4rem}}.board-column__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin:0;flex-shrink:0;padding:1.5rem 1rem;background:#00000040;border-radius:12px 12px 0 0;min-height:80px;height:auto}.board-column__header-left{display:flex;align-items:center;justify-content:flex-start;gap:6px;flex:1;min-width:0}.board-column__drag-handle{border:none;background:transparent;cursor:grab;font-size:1.1rem;padding:0;color:#fff;opacity:.7;transition:opacity .2s ease}.board-column__drag-handle:hover{opacity:1}.board-column__drag-handle:active{cursor:grabbing}.board-column__title{margin:0;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3);overflow:visible;text-overflow:unset;white-space:normal;word-break:break-word;overflow-wrap:anywhere;line-height:1.25;max-width:100%;text-align:left}.board-column__cards{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding:.5rem;display:flex;flex-direction:column;gap:.5rem}.board-column__cards::-webkit-scrollbar{width:8px}.board-column__cards::-webkit-scrollbar-track{background:#0000001a;border-radius:10px;margin:.25rem 0}.board-column__cards::-webkit-scrollbar-thumb{background:#0000004d;border-radius:10px}.board-column__cards::-webkit-scrollbar-thumb:hover{background:#0006}.board-column__menu{position:relative;flex-shrink:0;z-index:100}.board-column__menu-trigger{border:none;background:transparent;cursor:pointer;font-size:1.25rem;line-height:1;padding:.25rem;color:#fff;opacity:.7;transition:all .2s ease;border-radius:4px}.board-column__menu-trigger:hover{opacity:1;background:#ffffff1a}.board-column__menu-trigger:active{transform:scale(.95)}.board-column__menu-popup{position:absolute;top:calc(100% + .5rem);right:0;left:auto;background:#fff;border-radius:8px;box-shadow:0 8px 24px #00000040;padding:.5rem;min-width:200px;z-index:100;border:2px solid #dcf0f8;animation:fadeInUp .2s ease-out}.board-column__menu-item{display:block;width:100%;padding:.6rem .75rem;text-align:left;border:none;background:transparent;cursor:pointer;font-size:.9rem;font-weight:500;color:#4f6db0;border-radius:6px;transition:all .2s ease}.board-column__menu-item:hover:not(:disabled){background-color:#dcf0f8}.board-column__menu-item:disabled{opacity:.5;cursor:not-allowed}.board-column__menu-item--danger{color:#b91c1c}.board-column__menu-item--danger:hover:not(:disabled){background-color:#fee2e2}.board-column__menu-separator{margin:.5rem 0;border:none;border-top:2px solid #dcf0f8}.board-column__rename-backdrop{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.board-column__rename-modal{background:#fff;border-radius:16px;padding:2rem;max-width:400px;width:90%;box-shadow:0 20px 50px #0000004d;border:2px solid #dcf0f8;animation:fadeInUp .3s ease-out}.board-column__rename-title{margin:0 0 1.5rem;font-size:1.25rem;font-weight:700;color:#4f6db0;text-align:center}.board-column__rename-input{width:100%;padding:.75rem 1rem;border:2px solid transparent;border-radius:10px;font-size:.95rem;background:#dcf0f8;color:#3a4850;transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;margin:0 0 1.5rem}.board-column__rename-input:focus{outline:none;border-color:#4f6db0;background:#fff;box-shadow:0 0 0 4px #4f6db01a,0 4px 12px #4f6db026}.board-column__rename-actions{display:flex;justify-content:flex-end;gap:.75rem}.board-column__rename-btn{padding:.6rem 1.5rem;border-radius:10px;border:none;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .2s ease}.board-column__rename-btn--cancel{background:#dcf0f8;color:#4f6db0;border:2px solid #dcf0f8}.board-column__rename-btn--cancel:hover{background:#fff;border-color:#4f6db0}.board-column__rename-btn--ok{background:#f8d915;color:#4f6db0;font-weight:700;box-shadow:0 4px 12px #f8d9154d}.board-column__rename-btn--ok:hover{background:#fce97a;transform:translateY(-2px);box-shadow:0 6px 16px #f8d91566}.board-column__rename-btn--ok:active{transform:translateY(0)}.board-column__add-card{padding:.6rem .75rem;margin:.5rem;background:transparent;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:#fff;opacity:.8;transition:all .2s ease;width:calc(100% - 1rem)}.board-column__add-card:hover{background:#ffffff1a;opacity:1}.board-column__add-card:active{transform:scale(.98)}.board-column__add-card:before{content:"+";font-size:1.2rem;font-weight:700}.column-menu-wrapper{position:relative}.column-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:8px;box-shadow:0 8px 24px #00000040;padding:.5rem;min-width:180px;border:2px solid #dcf0f8;z-index:100}.column-menu button{display:block;width:100%;padding:.6rem .75rem;background:none;border:none;border-radius:6px;text-align:left;cursor:pointer;font-size:.9rem;font-weight:500;color:#4f6db0;transition:background-color .2s ease}.column-menu button:hover{background:#dcf0f8}fieldset{border:none;padding:0;margin:0 0 1.5rem}fieldset legend{font-size:.82rem;font-weight:700;color:#4f6db0;letter-spacing:.04em;text-transform:uppercase;margin:0 0 12px;padding:0;display:flex;align-items:center;gap:.5rem}fieldset legend svg{flex-shrink:0;color:#4f6db0}.card-modal-row{display:flex;justify-content:space-between}.card-modal-backdrop{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out;overflow-y:auto;padding:2rem 1rem}.card-modal{background:#fff;border-radius:24px;border:2px solid #dcf0f8;padding:0;box-shadow:0 25px 60px #0003;max-height:90vh;height:auto;width:95%;max-width:1280px;position:relative;margin:auto;color:#213547;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;animation:fadeInUp .4s cubic-bezier(.165,.84,.44,1)}.card-modal__map-link{text-decoration:none;color:inherit;display:contents}@media(max-width:768px){.card-modal{max-width:95%;margin:1rem auto}}.card-modal::-webkit-scrollbar{width:8px}.card-modal::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px}.card-modal::-webkit-scrollbar-track{background:transparent}.card-modal-loading{padding:3rem;text-align:center;color:#6b7280;font-style:italic;font-size:.9rem}.card-modal-menu{position:absolute;top:.75rem;right:.75rem;z-index:10;display:flex;flex-direction:row;align-items:center;gap:.5rem}.card-modal-menu__trigger{width:2.5rem;height:2.5rem;border-radius:999px;border:2px solid rgba(79,109,176,.18);background:#4f6db014;color:#4f6db0;font-size:1.25rem;font-weight:700;line-height:1;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-modal-menu__trigger:hover{border-color:#4f6db059;background:#4f6db029}.card-modal-menu__trigger:focus-visible{outline:2px solid rgba(248,217,21,.9);outline-offset:2px}.card-modal-menu__trigger:not(:last-child):hover{transform:translateY(-2px);box-shadow:0 6px 16px #4f6db038}.card-modal-menu__trigger:last-child{background:transparent;border-color:transparent}.card-modal-menu__trigger:last-child:hover{background:#dcf0f8;border-color:#4f6db038;transform:rotate(90deg)}.card-modal-menu__popup{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:8px;box-shadow:0 10px 30px #00000026,0 2px 8px #00000014;padding:.5rem;min-width:220px;border:1px solid rgba(15,54,94,.12);animation:fadeInUp .2s ease-out}.card-modal-menu__item{display:block;width:100%;padding:.75rem 1rem;text-align:left;border:none;border-radius:6px;background:transparent;color:#213547;font-size:.9rem;font-weight:400;cursor:pointer;transition:background-color .15s ease}.card-modal-menu__item:hover{background:#0f365e0f;color:#4f6db0}.card-modal-menu__item--danger{color:#b00020}.card-modal-menu__item--danger:hover{background:#d500000f;color:#b00020}.card-modal-menu__separator{margin:.5rem 0;border:none;border-top:1px solid rgba(15,54,94,.08)}.card-modal-two-columns{display:flex;gap:2rem;padding:2rem;flex:1;overflow:hidden}@media(max-width:768px){.card-modal-two-columns{flex-direction:column;gap:1.25rem;padding:1.25rem}}.card-modal-left{flex:1;min-width:0;overflow-y:auto;overflow-x:hidden;padding-right:.75rem}.card-modal-left::-webkit-scrollbar{width:8px}.card-modal-left::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px}.card-modal-left::-webkit-scrollbar-track{background:transparent}@media(max-width:768px){.card-modal-left{padding-right:0}}.card-modal-right{width:42%;max-width:460px;flex-shrink:0;background:#dcf0f8;border:2px solid rgba(79,109,176,.18);border-radius:18px;padding:1.1rem .9rem 1.25rem 1.1rem;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;box-shadow:inset 0 1px #fff9}.card-modal-right::-webkit-scrollbar{width:8px}.card-modal-right::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px}.card-modal-right::-webkit-scrollbar-track{background:transparent}@media(max-width:768px){.card-modal-right{width:100%;max-width:none;padding-right:1.1rem}}.card-modal-right h3{font-size:.86rem;font-weight:700;color:#4f6db0;margin:0 0 1rem;letter-spacing:.04em;text-transform:uppercase;display:flex;align-items:center;line-height:1.2}.card-modal-right h3:before{content:"";display:inline-block;width:18px;height:18px;margin-right:.5rem;vertical-align:middle;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%234f6db0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"%3E%3C/path%3E%3C/svg%3E');background-size:contain;background-repeat:no-repeat;opacity:.9}.card-modal-mobile-comments{margin-top:.8rem}.card-modal-mobile-comments .card-comments-section{background:#dcf0f8;border:2px solid rgba(79,109,176,.18);border-radius:18px;padding:1.1rem 1.1rem 1.25rem;box-shadow:inset 0 1px #fff9;scroll-margin-top:.8rem}.card-modal .comment-section-title{display:inline-flex;align-items:center;gap:.45rem;font-size:.86rem;font-weight:700;color:#4f6db0;letter-spacing:.04em;text-transform:uppercase;line-height:1.2}.card-modal .comment-section-title-icon{flex-shrink:0;color:#4f6db0}.card-modal-right .comment-section-title:before{display:none}.card-modal-actions{margin-bottom:1.5rem}.card-modal-actions h3{font-size:.82rem;font-weight:700;color:#4f6db0;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem}.card-modal-actions h3:before{display:none}.card-modal-actions-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem}.card-modal-actions-row button,.card-modal-actions-row .card-modal-add-to-calendar__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .9rem;border-radius:10px;border:1px solid rgba(15,54,94,.14);background:#0f365e0a;color:#4f6db0;font-size:.875rem;font-weight:600;text-align:left;text-decoration:none;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .15s ease;white-space:nowrap}.card-modal-actions-row button:hover,.card-modal-actions-row .card-modal-add-to-calendar__btn:hover{background:#0f365e1a;border-color:#0f365e40;transform:translateY(-1px)}.card-modal-actions-row button:disabled,.card-modal-actions-row .card-modal-add-to-calendar__btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.card-modal-actions-row button svg,.card-modal-actions-row .card-modal-add-to-calendar__btn svg{flex-shrink:0;color:#4f6db0}.card-modal-cover{margin:0;border-radius:8px 8px 0 0}@media(max-width:768px){.card-modal-cover{margin:0}}.card-modal-cover-inner{position:relative;width:100%;height:200px;overflow:hidden;background:#0f365e0f}.card-modal-cover-image{width:100%;height:100%;object-fit:cover;display:block;cursor:pointer;transition:transform .3s ease}.card-modal-cover-image:hover{transform:scale(1.03)}.card-modal-cover-edit{position:absolute;top:.75rem;right:.75rem;padding:.5rem 1rem;border-radius:6px;border:none;background:#ffffffe0;color:#4f6db0;font-size:.85rem;font-weight:600;cursor:pointer;transition:background-color .15s ease;display:flex;align-items:center;gap:.5rem}.card-modal-cover-edit:hover{background:#fff}.card-modal-cover-empty{padding:2rem;text-align:center;background:#0f365e08;border-bottom:1px solid rgba(15,54,94,.08);color:#6b7280;font-size:.9rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.card-modal-cover-add{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:10px;border:1px solid rgba(15,54,94,.14);background:#0f365e0d;color:#4f6db0;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.card-modal-cover-add:hover{background:#0f365e1a;transform:translateY(-1px)}.card-modal-title-row{margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.card-modal-title-icon{flex-shrink:0;width:24px;height:24px;color:#4f6db0}.card-modal-title{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:800;color:#4f6db0;padding-right:4rem;line-height:1.2;word-break:break-word;display:flex;align-items:flex-start;gap:.5rem}.card-modal-title-edit-form{display:flex;flex-direction:column;gap:.75rem}.card-modal-title-input{padding:.7rem 1rem;border:1px solid rgba(15,54,94,.16);border-radius:14px;font-size:1.1rem;font-weight:700;background:#fafbfc;color:#213547;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.card-modal-title-input:focus{outline:none;border-color:#0f365e57;box-shadow:0 0 0 3px #f8d91538;background:#fff}.card-modal-inline-edit-button{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;margin-left:.5rem;border:1px solid rgba(15,54,94,.14);border-radius:6px;background:transparent;color:#6b7280;font-size:.82rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,color .15s ease}.card-modal-inline-edit-button:hover{background:#0f365e0f;color:#4f6db0}.card-modal-tags-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;justify-content:space-between}.card-modal-tags-label{font-size:.82rem;font-weight:700;color:#4f6db0;text-transform:uppercase;letter-spacing:.04em;min-width:80px}.card-modal-tags-list{display:flex;flex-wrap:wrap;gap:.4rem;min-width:0;flex:1}.card-modal-section-empty{font-style:italic;color:#6b7280;font-size:.875rem}.card-modal-tag{padding:.35rem .65rem;border-radius:4px;font-size:.8rem;font-weight:700;color:#fff;box-shadow:0 1px 2px #0000000f;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.card-modal-tag:hover{opacity:.85;transform:translateY(-1px)}.card-modal-tags-add-button{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .65rem;border-radius:6px;border:1px solid rgba(15,54,94,.14);background:#0f365e0a;color:#4f6db0;font-size:.8rem;font-weight:600;cursor:pointer;transition:background-color .15s ease}.card-modal-tags-add-button:hover{background:#0f365e1a}.card-modal-meta-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;align-items:start;margin-bottom:1rem}.card-modal-meta-grid>.card-modal-description-section--compact{min-width:0;width:100%}.card-modal-meta-add-btn{width:30px;height:30px;border-radius:8px;border:1px solid rgba(15,54,94,.16);background:#0f365e0a;color:#4f6db0;font-size:1.85rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.card-modal-meta-add-btn:hover{background:#0f365e1a;border-color:#0f365e40;transform:translateY(-1px)}.card-modal-meta-add-btn svg{width:18px;height:18px;flex-shrink:0}.card-modal-members-section{margin-bottom:1.5rem;width:100%;max-width:100%;min-width:0;overflow:hidden;box-sizing:border-box}.card-modal-members-list{display:flex;flex-direction:column;gap:.5rem}.card-modal-member-item{display:flex;align-items:center}.card-modal-member-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;background:#7ebddf;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000000f;cursor:pointer;transition:transform .15s ease}.card-modal-member-avatar:hover{transform:scale(1.1)}.card-modal-member-avatar img{width:100%;height:100%;object-fit:cover}.card-modal-member-avatar--placeholder{background:linear-gradient(135deg,#4f6db0,#698dad);color:#fff;font-weight:700;font-size:.85rem}.card-modal-member-name{font-size:.85rem;color:#213547;margin-left:.5rem}.card-modal-members-add-button{width:32px;height:32px;border-radius:50%;border:1px solid rgba(15,54,94,.2);background:#0f365e0a;color:#4f6db0;font-size:1.2rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,transform .15s ease;display:flex;align-items:center;justify-content:center}.card-modal-members-add-button:hover{background:#0f365e1a;transform:scale(1.1)}.card-modal-attachments-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:10px;border:1px solid rgba(15,54,94,.14);background:#0f365e0a;color:#4f6db0;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.card-modal-attachments-button:hover{background:#0f365e1a;transform:translateY(-1px)}.card-modal-description-section{margin-bottom:2rem}.card-modal-description-section h3{font-size:.82rem;font-weight:700;color:#4f6db0;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:center;gap:.5rem}.card-modal-description-section h3 svg{flex-shrink:0;color:#4f6db0}.card-modal-description-section--compact{margin-bottom:0}.card-modal-description-section--compact .card-modal-tags-row{margin-bottom:0;min-height:34px;align-items:center}.card-modal-description-section--compact .card-modal-members-section{margin-bottom:0;width:100%;max-width:100%;min-width:0;overflow:hidden;min-height:34px;display:flex;align-items:center}.card-modal-description-section--compact .card-modal-tags-list{min-height:34px;display:flex;align-items:center}.card-modal-description-section--compact .member-avatars-wrapper{width:100%;max-width:100%;gap:.35rem;flex-wrap:nowrap;overflow:hidden;min-width:0;box-sizing:border-box}.card-modal-description-section--compact .card-modal-tag{border-radius:8px;padding:.4rem .8rem;font-size:.72rem}.card-modal-description-section--compact .card-modal-section-empty{font-size:.82rem}.card-modal-description-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.card-modal-description-header--compact{margin-bottom:.35rem}.card-modal-description-header--compact h3{margin:0;font-size:.95rem;letter-spacing:0;text-transform:none;font-weight:700;color:#213547}.card-modal-description-header--compact h3 svg{width:16px;height:16px}.card-modal-description-view{background:#0f365e08;border:1px solid rgba(15,54,94,.1);border-radius:8px;padding:.875rem 1rem;min-height:60px;color:#213547;line-height:1.6;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;white-space:pre-wrap;word-break:break-word;font-size:.9rem}.card-modal-description-view:hover{background:#0f365e0f;border-color:#0f365e2e}.card-modal-description-view p{margin:0 0 .5rem}.card-modal-description-view p:last-child{margin-bottom:0}.card-modal-description-edit{display:flex;flex-direction:column;gap:.75rem}.card-modal-description-edit textarea{padding:.7rem 1rem;border:1px solid rgba(15,54,94,.16);border-radius:14px;font-size:.9rem;color:#213547;background:#fafbfc;min-height:120px;resize:vertical;line-height:1.6;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.card-modal-description-edit textarea:focus{outline:none;border-color:#0f365e57;box-shadow:0 0 0 3px #f8d91538;background:#fff}.card-modal-description-edit-actions{display:flex;gap:.5rem}.card-modal-save-button,.card-modal-cancel-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.4rem;border-radius:10px;border:none;font-size:.9rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;font-family:inherit}.card-modal-save-button:disabled,.card-modal-cancel-button:disabled{opacity:.55;cursor:not-allowed;transform:none}.card-modal-save-button{background:#4f6db0;color:#fff;box-shadow:0 6px 18px #0f365e47,0 1px 3px #0000001a}.card-modal-save-button:hover:not(:disabled){background:#698dad;box-shadow:0 10px 24px #0f365e59,0 2px 6px #00000026}.card-modal-cancel-button{border-radius:8px;padding:.6em 1.2em;font-size:1em;font-weight:500;cursor:pointer;transition:border-color .25s ease;border:1px solid transparent;background-color:#fff;border-color:#d1d5db;color:#111827}.card-modal-cancel-button:hover:not(:disabled){background-color:#f3f4f6}.card-modal-cancel-button{border-radius:10px;font-weight:700;padding:.6rem 1.4rem}.card-modal-bilan-link{margin-bottom:1.5rem;padding:.75rem 1rem;background:#16a34a0f;border:1px solid rgba(22,163,74,.22);border-radius:8px}.card-modal-bilan-link h3{font-size:.82rem;font-weight:700;color:#16a34a;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem}.card-modal-bilan-link__buttons{display:flex;flex-wrap:wrap;gap:.35rem}.card-modal-bilan-link__button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .9rem;border-radius:10px;border:1px solid rgba(15,54,94,.14);background:#0f365e0a;color:#4f6db0;font-size:.875rem;font-weight:600;text-align:left;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .15s ease;white-space:nowrap}.card-modal-bilan-link__button:hover{background:#0f365e1a;border-color:#0f365e40;transform:translateY(-1px)}.card-modal-attachments-section{margin-bottom:2rem}.card-modal-attachments-section h3{font-size:.82rem;font-weight:700;color:#4f6db0;text-transform:uppercase;letter-spacing:.04em;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.card-modal-attachments-section h3 svg{flex-shrink:0;color:#4f6db0}.card-modal-attachments-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.card-modal-attachment-item{width:112px;height:80px;border-radius:6px;overflow:hidden;background:#0f365e0d;border:1px solid rgba(15,54,94,.1);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;position:relative}.card-modal-attachment-item:hover{transform:translateY(-2px);box-shadow:0 4px 10px #00000014}.card-modal-attachment-item:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#0000002e);opacity:0;transition:opacity .15s ease;pointer-events:none}.card-modal-attachment-item:hover:after{opacity:1}.card-modal-attachment-thumb-img,.card-modal-attachment-thumb-icon{width:100%;height:100%;object-fit:cover;display:block}.card-modal-add-to-calendar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.card-modal-add-to-calendar__btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:10px;border:1px solid rgba(15,54,94,.14);background:#0f365e0a;color:#4f6db0;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background-color .15s ease,transform .15s ease;font-family:inherit}.card-modal-add-to-calendar__btn:hover{background:#0f365e1a;transform:translateY(-1px)}.card-modal-checklist-item-line{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.card-modal-checklist-item-delete{background:transparent;border:none;cursor:pointer;color:#b00020;font-size:1rem;padding:.25rem .5rem;border-radius:4px;transition:background-color .15s ease}.card-modal-checklist-item-delete:hover{background:#d500000f}.brief-atelier-modal{width:min(720px,100%);max-width:720px;max-height:min(92vh,900px);padding:0;border-radius:24px;border:2px solid #dcf0f8;overflow:hidden;animation:fadeInUp .4s cubic-bezier(.165,.84,.44,1)}.brief-atelier-modal__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 1.6rem 1.2rem;background:transparent;border-bottom:1px solid rgba(15,54,94,.1)}.brief-atelier-modal__header>div:first-child{display:flex;flex-direction:column;gap:.7rem;min-width:0}.brief-atelier-modal__title{margin:0;font-family:kgLHR,sans-serif;font-size:1.15rem;font-weight:800;color:#4f6db0;position:relative;line-height:1.2}.brief-atelier-modal__title:after{content:"";position:absolute;bottom:-10px;left:0;width:54px;height:3px;background:#f8d915;border-radius:999px}.brief-atelier-modal__subtitle{margin:0;color:#6b7280;font-size:.9rem;line-height:1.5;font-weight:500}.brief-atelier-modal__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;border:none;background:transparent;cursor:pointer;color:#4f6db0;transition:all .2s ease}.brief-atelier-modal__close:hover{background:#dcf0f8;transform:rotate(90deg)}.brief-atelier-modal__close:focus-visible{outline:2px solid rgba(248,217,21,.9);outline-offset:2px}.brief-atelier-modal__body{overflow-y:auto;padding:1rem 2.5rem 2.5rem}.brief-atelier-modal__body::-webkit-scrollbar{width:8px}.brief-atelier-modal__body::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px}.brief-atelier-modal__body::-webkit-scrollbar-track{background:transparent}.brief-atelier__modal-actions{display:flex;justify-content:flex-end;margin-bottom:1rem}.comment-section{margin-top:0;background:transparent;padding:0;border-radius:0;display:flex;flex-direction:column;min-height:0}.comment-section .comment-section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.9rem;flex-wrap:wrap}.comment-section .comment-section-controls{margin-left:auto;display:flex;align-items:center;gap:.4rem;width:100%;justify-content:space-between;flex-wrap:nowrap}.comment-section .comment-section-controls--single{justify-content:flex-end}.comment-section .comment-new-toggle{display:inline-flex;align-items:center;justify-content:center;padding:.36rem .62rem;border-radius:999px;border:1px solid rgba(79,109,176,.2);background:#4f6db014;color:#4f6db0;font-size:.74rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.comment-section .comment-new-toggle:hover{background:#4f6db029;border-color:#4f6db059;transform:translateY(-1px)}.comment-section h3{font-size:.82rem;font-weight:700;color:#4f6db0;margin:0;text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:center;gap:.5rem}.comment-list{max-height:min(55vh,600px);overflow-y:auto;padding-right:.2rem;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.comment-list::-webkit-scrollbar{width:8px}.comment-list::-webkit-scrollbar-thumb{background:#4f6db047;border-radius:999px}.comment-new{margin-top:1rem;padding:.9rem;border-radius:12px;background:#4f6db00f;border:1px solid rgba(79,109,176,.14)}.comment-new h4{margin:0 0 .65rem;font-size:.86rem;font-weight:700;color:#4f6db0}.comment-new .comment-save-button{margin-top:.7rem}.comment-form{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}.comment-form textarea{flex:1;padding:.7rem 1rem;border:1px solid rgba(15,54,94,.16);border-radius:14px;font-size:.9rem;color:#213547;background:#fafbfc;min-height:56px;resize:vertical;line-height:1.5;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.comment-form textarea:focus{outline:none;border-color:#0f365e57;box-shadow:0 0 0 3px #f8d91538;background:#fff}.comment-form textarea::placeholder{color:#6b7280;font-style:italic}.comment-list-toggle{display:inline-flex;align-items:center;justify-content:center;margin-bottom:0;padding:.36rem .62rem;border-radius:999px;border:1px solid rgba(79,109,176,.22);background:#4f6db014;color:#4f6db0;font-size:.74rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.comment-list-toggle:hover{background:#4f6db029;border-color:#4f6db059}.comment-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;background:#7ebddf;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000000f}.comment-avatar img{width:100%;height:100%;object-fit:cover}.comment-avatar--placeholder{background:linear-gradient(135deg,#4f6db0,#698dad);color:#fff;font-weight:700;font-size:.85rem;text-transform:uppercase}.comment-item{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1rem;padding:.7rem .8rem;border-radius:12px;background:#4f6db00f;border:1px solid rgba(79,109,176,.14)}.comment-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem}.comment-header-actions{margin-left:auto;display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0}.comment-meta{flex:1}.comment-author{font-weight:700;color:#111827;font-size:.875rem}.comment-date{font-size:.75rem;color:#6b7280;margin-top:.15rem}.comment-body{margin-bottom:.5rem;padding-left:0;width:100%}.comment-html{color:#213547;line-height:1.6;font-size:.875rem;word-break:break-word;background:#fffc;border-radius:10px;padding:.55rem .65rem;border:1px solid rgba(79,109,176,.1)}.comment-html p{margin:0 0 .5rem}.comment-html p:last-child{margin-bottom:0}.comment-html ul,.comment-html ol{margin:.5rem 0;padding-left:1.5rem}.comment-html code{background:#0f365e0f;padding:.2rem .4rem;border-radius:4px;font-size:.8rem;color:#4f6db0}.comment-html pre{background:#0f365e0a;padding:.75rem;border-radius:6px;overflow-x:auto;margin:.5rem 0;border:1px solid rgba(15,54,94,.1)}.comment-footer{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding-left:0}.comment-reply-icon-button{width:32px;height:32px;border-radius:50%;border:1px solid rgba(79,109,176,.16);background:#ffffffeb;color:#4f6db0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.comment-reply-icon-button:hover{background:#4f6db01f;border-color:#4f6db047;transform:translateY(-1px)}.comment-reply-icon-button--header{width:28px;height:28px;border-radius:8px;flex-shrink:0}.comment-actions-menu{position:relative}.comment-actions-menu--header{margin-left:0;align-self:center}.comment-actions-menu__trigger{display:inline-flex;padding:.25rem .5rem;border-radius:10px;border:1px solid rgba(15,54,94,.14);background:#0f365e0a;color:#4f6db0;font-size:.875rem;font-weight:600;text-align:left;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .15s ease;white-space:nowrap}.comment-actions-menu__trigger:hover{background:#4f6db01a;border-color:#4f6db03d;transform:translateY(-1px)}.comment-actions-menu__trigger:focus-visible{outline:none;border-color:#4f6db057;box-shadow:0 0 0 3px #4f6db024}.comment-actions-menu__dropdown{position:absolute;top:calc(100% + .35rem);right:0;min-width:150px;background:#fff;border-radius:10px;border:1px solid rgba(79,109,176,.18);box-shadow:0 10px 24px #0000001f;padding:.3rem;z-index:20;animation:fadeInUp .18s ease-out}.comment-actions-menu__item{width:100%;border:none;background:transparent;border-radius:8px;padding:.45rem .55rem;display:inline-flex;align-items:center;gap:.4rem;color:#4f6db0;font-size:.82rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.comment-actions-menu__item:hover{background:#4f6db01a}.comment-actions-menu__item--danger{color:#b00020}.comment-actions-menu__item--danger:hover{background:#d5000014}.comment-reply-button,.comment-edit-button,.comment-delete-button{padding:.3rem .65rem;border:1px solid rgba(79,109,176,.16);border-radius:999px;background:#ffffffeb;color:#6b7280;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.comment-reply-button:hover,.comment-edit-button:hover,.comment-delete-button:hover{background:#4f6db01f;border-color:#4f6db047;color:#4f6db0;transform:translateY(-1px);text-decoration:none}.comment-delete-button{color:#b00020}.comment-delete-button:hover{background:#d500000f;color:#b00020}.comment-actions{display:flex;gap:.5rem;margin-top:.75rem}.comment-save-button,.comment-cancel-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem 1rem;border-radius:10px;border:none;font-size:.85rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;font-family:inherit}.comment-save-button:hover:not(:disabled),.comment-cancel-button:hover:not(:disabled){transform:translateY(-1px)}.comment-save-button{background:#f8d915;color:#4f6db0;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a}.comment-save-button:hover:not(:disabled){background:#fce97a;box-shadow:0 8px 25px #f8d91566,0 2px 6px #00000026}.comment-cancel-button{border-radius:8px;padding:.6em 1.2em;font-size:1em;font-weight:500;cursor:pointer;transition:border-color .25s ease;border:1px solid transparent;background-color:#fff;border-color:#d1d5db;color:#111827}.comment-cancel-button:hover:not(:disabled){background-color:#f3f4f6}.comment-cancel-button{border-radius:10px;font-weight:700;padding:.5rem 1rem}.comment-reply-editor{margin-top:.75rem;padding-left:0}.comment-children{margin-top:.75rem;padding-left:1rem;border-left:2px solid rgba(15,54,94,.1)}@media(max-width:768px){.card-modal-two-columns{flex-direction:column}.card-modal-right{width:100%}.card-modal-actions-row{display:flex;flex-direction:row;flex-wrap:wrap}.card-modal-actions-row button{flex:1 1 calc(50% - .25rem);min-width:120px}.card-modal-cover-inner{height:150px}.card-modal-title{font-size:1.1rem}.comment-children,.comment-reply-editor{padding-left:1.5rem}}@media(max-width:560px){.card-modal-backdrop{padding:.5rem}.card-modal{width:100%;max-height:96dvh;border-radius:14px}.card-modal-menu{top:.5rem;right:.5rem}.card-modal-menu__trigger{width:2.2rem;height:2.2rem;font-size:1rem}.card-modal-menu__popup{min-width:min(220px,100vw - 1.5rem);max-width:calc(100vw - 1.5rem)}.card-modal-cover-inner{height:118px}.card-modal-two-columns{gap:.8rem;padding:.75rem}.card-modal-title-row{margin-bottom:1rem;gap:.45rem}.card-modal-title{font-size:1rem;padding-right:2.8rem;line-height:1.2}.card-modal-right{padding:.75rem;border-radius:14px}.card-modal-actions-row{gap:.4rem}.card-modal-actions-row button,.card-modal-actions-row .card-modal-add-to-calendar__btn{flex:1 1 calc(50% - .2rem);max-width:calc(50% - .2rem);min-width:0;padding:.45rem .65rem;font-size:.8rem;white-space:normal;line-height:1.2}.card-modal-description-view{padding:.7rem .75rem;min-height:52px;font-size:.84rem;line-height:1.45}.card-modal-save-button,.card-modal-cancel-button{padding:.5rem .85rem;font-size:.8rem}.comment-section .comment-section-header{gap:.5rem;margin-bottom:.65rem}.comment-section .comment-new-toggle{width:auto;justify-content:center;padding:.28rem .46rem;font-size:.68rem}.comment-section .comment-section-controls{width:100%;gap:.28rem;justify-content:space-between}.comment-section .comment-section-controls--single{justify-content:flex-end}.comment-section h3{font-size:.7rem}.comment-section .rich-text-editor{padding:.38rem}.comment-section .rich-text-editor__toolbar{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:.24rem;padding-bottom:.35rem;margin-bottom:.4rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.comment-section .rich-text-editor__toolbar-button{flex:0 0 auto;width:28px;height:28px;border-radius:7px}.comment-section .rich-editor{--rte-min-height: 78px;font-size:.8rem;padding:6px!important}.card-modal-mobile-comments .card-comments-section{padding:.75rem;border-radius:14px}.card-modal-mobile-comments .comment-section-title{font-size:.86rem}.comment-new{margin-top:.7rem;margin-bottom:.7rem;padding:.65rem;border-radius:10px}.comment-form{margin-bottom:1rem}.comment-list-toggle{width:auto;margin-bottom:0;padding:.28rem .46rem;font-size:.68rem}.comment-item{margin-bottom:.75rem;padding:.42rem .5rem;gap:.32rem;border-radius:10px}.comment-list{max-height:min(48dvh,340px);padding-right:.1rem}.comment-header{gap:.35rem;margin-bottom:.3rem}.comment-header-actions{gap:.2rem}.comment-author{font-size:.74rem;line-height:1.2}.comment-date{font-size:.64rem;margin-top:.08rem;line-height:1.2}.comment-html{font-size:.74rem;line-height:1.35;padding:.32rem .4rem}.comment-reply-icon-button,.comment-avatar{width:24px;height:24px}.comment-reply-icon-button--header{width:24px;height:24px;border-radius:7px}.comment-actions-menu__trigger{padding:.16rem .34rem;font-size:.72rem;border-radius:7px}.comment-actions-menu__item{font-size:.72rem;padding:.34rem .42rem}.comment-actions{gap:.4rem;margin-top:.55rem}.comment-save-button,.comment-cancel-button{flex:1;min-height:34px;padding:.34rem .45rem;font-size:.72rem}.comment-children,.comment-reply-editor{padding-left:.65rem}}.member-avatar-container{position:relative;display:inline-block;cursor:pointer;flex:0 0 32px}.member-avatar-img{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 1px 2px #0000000f}.member-avatar-placeholder{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#4f6db0,#698dad);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;border:2px solid #fff;box-shadow:0 1px 2px #0000000f}.member-count-badge{width:32px;height:32px;min-width:32px;min-height:32px;max-width:32px;max-height:32px;border-radius:50%;aspect-ratio:1/1;background:#0f365e14;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#4f6db0;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 2px #0000000f;flex:0 0 32px;white-space:nowrap;line-height:1;overflow:hidden}.member-add-button{width:32px;height:32px;border-radius:50%;background:#f8d915;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#4f6db0;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 2px #0000000f;transition:background-color .15s ease,transform .15s ease}.member-add-button:hover{background:#fce97a;transform:scale(1.1)}.theme-select-label{display:flex;flex-direction:row;gap:4px}.theme-select-text{font-size:12px;opacity:.8;display:flex;align-items:center;color:#6b7280}.member-row-wrapper{position:relative;width:40px;height:40px;flex:0 0 40px}.member-row-avatar{width:40px;height:40px}.member-badge-animateur{position:absolute;top:-4px;right:-4px;z-index:5;width:18px;height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 1px 2px #0000000f;line-height:1;pointer-events:none}.member-badge-animateur span{color:#facc15;font-size:14px}.member-role-container{display:flex;flex-direction:column;gap:6px;flex:1}.member-role-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.member-role-badges{display:flex;gap:8px;flex-wrap:wrap}.member-role-badges-single{display:flex;gap:8px}.member-remove-btn{margin-left:auto}.members-modal-overlay{position:fixed;inset:0;background:#08182c73;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.members-modal-content{background:#fff;border-radius:24px;border:2px solid #dcf0f8;padding:1.7rem 1.9rem;max-width:600px;width:90%;max-height:80vh;overflow:auto;box-shadow:0 24px 64px #0000002e,0 4px 16px #00000014}.members-modal-content::-webkit-scrollbar{width:8px}.members-modal-content::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px}.members-modal-content::-webkit-scrollbar-track{background:transparent}.members-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:1.05rem;border-bottom:1px solid rgba(15,54,94,.08)}.members-modal-close-btn{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;background:none;border:1px solid transparent;font-size:1.25rem;cursor:pointer;color:#4f6db0;transition:all .2s ease}.members-modal-close-btn:hover{background:#dcf0f8;transform:rotate(90deg)}.members-modal-close-btn:focus-visible{outline:2px solid rgba(248,217,21,.9);outline-offset:2px}.members-modal-section-title{font-size:.82rem;font-weight:700;color:#4f6db0;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px}.members-modal-tools{display:flex;align-items:center;gap:.5rem;margin-bottom:.7rem}.members-modal-search,.members-modal-role-filter{border:1px solid rgba(15,54,94,.16);background:#fafbfc;color:#213547;border-radius:10px;font-size:.86rem;padding:.45rem .6rem;min-height:36px;transition:border-color .15s ease,box-shadow .15s ease}.members-modal-search:focus,.members-modal-role-filter:focus{outline:none;border-color:#0f365e57;box-shadow:0 0 0 3px #f8d91533;background:#fff}.members-modal-search{flex:1;min-width:0}.members-modal-role-filter{width:160px;flex:0 0 auto}.members-modal-empty{border:1px dashed rgba(15,54,94,.2);border-radius:10px;padding:.55rem .65rem;background:#0f365e05;color:#6b7280;font-size:.82rem;font-style:italic}.members-modal-content .card-modal-members-list{display:flex;flex-direction:column;gap:.55rem;overflow-x:hidden}.members-modal-content .card-modal-member-item{display:flex;align-items:flex-start;gap:.55rem;padding:.45rem .58rem;border-radius:12px;border:1px solid rgba(15,54,94,.08);background:#0f365e08;flex-wrap:nowrap;box-shadow:0 1px 2px #0f365e0d;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.members-modal-content .card-modal-member-item:hover{background:#0f365e0e;border-color:#0f365e29;box-shadow:0 6px 14px #0f365e14}.members-modal-content .card-modal-member-item .member-role-container{flex:1;min-width:0}.members-modal-content .card-modal-member-item .member-role-header{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"name remove" "badges badges";align-items:start;column-gap:.45rem;row-gap:.25rem;min-width:0}.members-modal-content .card-modal-member-item .card-modal-member-name{grid-area:name;align-self:center;display:flex;align-items:center;min-width:0;white-space:normal;overflow-wrap:anywhere;line-height:1.2;font-weight:700;color:#4f6db0;font-size:.84rem}.members-modal-content .card-modal-member-item .member-role-badges,.members-modal-content .card-modal-member-item .member-role-badges-single{grid-area:badges;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.28rem;margin-left:0;min-width:0}.members-modal-content .card-modal-member-item .theme-select-label{width:100%;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:.12rem;white-space:normal}.members-modal-content .card-modal-member-item .theme-select-label .theme-select-text{font-size:.6rem;font-weight:700;color:#6b7280;letter-spacing:.02em;text-transform:uppercase}.members-modal-content .card-modal-member-item .theme-select-label .select{width:100%;min-width:0;min-height:28px;border:1px solid rgba(15,54,94,.15);border-radius:9px;background:#fff;font-size:.74rem;padding:.12rem .4rem}.members-modal-content .card-modal-member-item .member-remove-btn{grid-area:remove;margin-left:0;flex-shrink:0;align-self:start;width:1.55rem;height:1.55rem;border-radius:999px;border:1px solid rgba(220,38,38,.18);background:#dc26260f;color:#b91c1c;display:inline-flex;align-items:center;justify-content:center;line-height:1}.members-modal-content .card-modal-member-item .member-remove-btn:hover{background:#dc262624;border-color:#dc262652}.members-modal-content .card-modal-member-item .card-modal-member-avatar{width:34px;height:34px;border:2px solid rgba(255,255,255,.95);box-shadow:0 2px 6px #0f365e33}.members-modal-content .card-modal-member-item .card-atelier-roles__avatar-wrapper{width:34px;height:34px;flex:0 0 34px}.members-modal-content .card-modal-member-item .card-atelier-roles__star-badge{width:14px;height:14px;top:-3px;right:-3px}.members-modal-content .card-modal-member-item .card-atelier-roles__star-icon{font-size:10px}.members-add-list{display:flex;flex-direction:column;gap:8px}.member-add-item{display:flex;align-items:center;gap:12px;padding:.6rem .75rem;border-radius:6px;background:#0f365e08;border:1px solid rgba(15,54,94,.08);transition:background-color .15s ease}.member-add-item:hover{background:#0f365e0f}.member-add-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.member-add-avatar-placeholder{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#4f6db0,#698dad);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff}.member-add-name{flex:1;color:#213547;font-size:.9rem;font-weight:500}.member-add-btn{display:inline-flex;align-items:center;gap:.3rem;background:#f8d915;color:#4f6db0;border:none;padding:.4rem .9rem;border-radius:6px;cursor:pointer;font-weight:700;font-size:.85rem;font-family:inherit;transition:background-color .15s ease,transform .15s ease}.member-add-btn:hover{background:#fce97a;transform:translateY(-1px)}.member-avatars-wrapper{display:flex;align-items:center;gap:4px;flex-wrap:wrap;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow:hidden}@media(max-width:560px){.card-modal-meta-grid{display:flex;flex-direction:row;gap:.55rem;margin-bottom:.7rem}.card-modal-meta-grid>.card-modal-description-section--compact{flex:1 1 0;min-width:0}.card-modal-meta-add-btn{width:34px;height:34px;border-radius:7px;font-size:1.45rem}.members-modal-overlay{align-items:flex-end;padding:.4rem}.members-modal-content{width:min(100%,100vw - .8rem);max-height:88dvh;padding:.85rem;border-radius:14px}.members-modal-content .card-modal-members-list{max-height:min(34dvh,300px);overflow-y:auto;padding-right:.1rem;-webkit-overflow-scrolling:touch}.members-modal-content .card-modal-member-item{align-items:flex-start;gap:1rem;padding:.34rem .38rem;border-radius:11px;flex-wrap:nowrap}.members-modal-content .card-modal-member-avatar{width:28px;height:28px}.members-modal-content .card-modal-member-name{margin-left:0;font-size:.72rem;line-height:1.15;white-space:normal;overflow-wrap:anywhere;max-width:100%}.members-modal-content .card-atelier-roles__avatar-wrapper{width:28px;height:28px;flex:0 0 28px}.members-modal-content .card-atelier-roles__star-badge{width:12px;height:12px;top:-2px;right:-2px}.members-modal-content .card-atelier-roles__star-icon{font-size:9px}.members-modal-header{margin-bottom:.7rem;padding-bottom:.55rem}.members-modal-title{font-size:.96rem}.members-modal-title:after{width:40px;bottom:-7px}.members-modal-close-btn{width:2.1rem;height:2.1rem;font-size:1.05rem}.members-modal-section{margin-bottom:.75rem}.members-modal-section-title{font-size:.72rem;margin-bottom:.45rem}.members-modal-tools{flex-direction:column;align-items:stretch;gap:.35rem;margin-bottom:.5rem}.members-modal-search,.members-modal-role-filter{width:100%;min-height:34px;font-size:.76rem;padding:.38rem .5rem}.members-modal-empty{font-size:.74rem;padding:.45rem .5rem;border-radius:8px}.member-role-header{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"name remove" "badges badges";align-items:start;column-gap:.2rem;row-gap:.15rem;min-width:0}.member-role-badges,.member-role-badges-single{width:100%;display:grid;grid-template-columns:1fr;gap:.18rem;margin-left:0}.theme-select-label{width:100%;gap:2px;flex-direction:column;align-items:flex-start;white-space:normal}.theme-select-label .theme-select-text{font-size:8px}.theme-select-label .select{width:100%;min-height:24px;font-size:.68rem;padding:.1rem .35rem;min-width:0}.member-remove-btn{margin-left:0;margin-top:0;align-self:start;width:1.35rem;height:1.35rem}.members-add-list{gap:.4rem;max-height:min(30dvh,260px);overflow-y:auto;padding-right:.1rem;-webkit-overflow-scrolling:touch}.member-add-item{gap:.5rem;padding:.42rem .45rem;border-radius:10px}.member-add-avatar,.member-add-avatar-placeholder{width:26px;height:26px;font-size:10px}.member-add-name{font-size:.78rem;line-height:1.25}.member-add-btn{padding:.3rem .55rem;font-size:.72rem;border-radius:9px}}.cover-preview-overlay{position:fixed;inset:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:2000;cursor:pointer}.cover-preview-content{position:relative;background:#fff;border-radius:8px;overflow:hidden;max-width:min(900px,94vw);max-height:88vh;box-shadow:0 24px 64px #00000047,0 4px 16px #00000024;cursor:default;display:flex;flex-direction:column}.cover-preview-close{position:absolute;top:.75rem;right:.75rem;width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid transparent;background:#ffffffe0;color:#4f6db0;font-size:1.4rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease;z-index:2}.cover-preview-close:hover{background:#fff}.cover-preview-image{width:100%;height:auto;max-height:75vh;object-fit:contain;display:block}.cover-preview-actions{display:flex;gap:.5rem;padding:1rem 1.25rem;background:#0f365e05;border-top:1px solid rgba(15,54,94,.08);flex-wrap:wrap}.cover-preview-link{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:10px;border:1px solid rgba(15,54,94,.14);background:#0f365e0a;color:#4f6db0;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;font-family:inherit;transition:background-color .15s ease,transform .15s ease}.cover-preview-link:hover{background:#0f365e1a;transform:translateY(-1px)}.edit-card-modal__overlay{position:fixed;inset:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;z-index:999}.edit-card-modal__content{background:#fff;border-radius:8px;padding:16px 24px;box-shadow:0 10px 30px #00000040;max-width:500px;width:90%}.edit-card-modal__title{margin-top:0;margin-bottom:12px;font-size:18px;font-weight:600}.edit-card-modal__field{margin-bottom:10px}.edit-card-modal__label{display:block;margin-bottom:4px;font-weight:500}.edit-card-modal__input,.edit-card-modal__textarea{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid #d1d5db;font-size:14px;box-sizing:border-box}.edit-card-modal__input:focus,.edit-card-modal__textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.edit-card-modal__textarea{resize:vertical}.edit-card-modal__file-input{font-size:14px}.edit-card-modal__preview{margin-top:8px}.edit-card-modal__preview-image{max-width:100%;max-height:200px;border-radius:4px;object-fit:cover}.edit-card-modal__actions{margin-top:16px;display:flex;justify-content:flex-end;gap:8px}.edit-card-modal__button{padding:6px 12px;border-radius:4px;cursor:pointer;font-size:14px}.edit-card-modal__button--secondary{border-radius:8px;padding:.6em 1.2em;font-size:1em;font-weight:500;cursor:pointer;transition:border-color .25s ease;border:1px solid transparent;background-color:#fff;border-color:#d1d5db;color:#111827}.edit-card-modal__button--secondary:hover:not(:disabled){background-color:#f3f4f6}.edit-card-modal__button--primary{border-radius:8px;padding:.6em 1.2em;font-size:1em;font-weight:500;cursor:pointer;transition:border-color .25s ease;border:1px solid transparent;background-color:#2563eb;color:#fff}.edit-card-modal__button--primary:hover:not(:disabled){background-color:#1d4ed8}.edit-card-modal__button--primary:disabled{opacity:.6;cursor:default}.modal-overlay{position:fixed;inset:0;background:#08182c73;display:flex;justify-content:center;align-items:center;padding:24px;z-index:15000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal{background:#fff;padding:16px 24px;box-shadow:0 10px 30px #00000040;max-width:560px;width:100%;max-height:min(84vh,820px);overflow:hidden;display:flex;flex-direction:column;gap:12px;font-size:.9rem;border-radius:24px;border:2px solid #dcf0f8;box-shadow:0 24px 56px #00000038,0 6px 20px #00000024;padding:1.55rem}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:0;padding-bottom:1rem;border-bottom:1px solid rgba(15,54,94,.08)}.modal-header h3{margin:0;font-family:kgLHR,sans-serif;font-size:1.15rem;font-weight:800;line-height:1.2;color:#4f6db0;position:relative}.modal-header h3:after{content:"";position:absolute;left:0;bottom:-10px;width:52px;height:3px;border-radius:999px;background:#f8d915}.modal-body{overflow-y:auto;max-height:calc(min(84vh,820px) - 160px)}.modal-close-btn{border:none;background:transparent;padding:0;box-sizing:border-box;appearance:none;-webkit-appearance:none;cursor:pointer;font-size:1.1rem;line-height:1;width:36px;height:36px;border-radius:50%;color:#4f6db0;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close-btn svg{display:block;pointer-events:none}.modal-close-btn:hover{background:#dcf0f8;transform:rotate(90deg)}.modal-close-btn:focus-visible{outline:2px solid rgba(248,217,21,.9);outline-offset:2px}.members-modal-backdrop{position:fixed;inset:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;background:#08182c73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.members-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;border-bottom:1px solid rgba(15,54,94,.1);padding-bottom:.85rem}.members-modal-title{margin:0;font-family:kgLHR,sans-serif;font-size:1.15rem;font-weight:800;line-height:1.2;color:#4f6db0;position:relative}.members-modal-title:after{content:"";position:absolute;left:0;bottom:-10px;width:54px;height:3px;border-radius:999px;background:#f8d915}.members-modal-close{border:none;background:transparent;font-size:20px;cursor:pointer;width:36px;height:36px;border-radius:50%;color:#4f6db0;display:inline-flex;align-items:center;justify-content:center;line-height:1;transition:all .2s ease}.members-modal-close:hover{background:#dcf0f8;transform:rotate(90deg)}.members-modal-section{margin-bottom:24px}.members-modal-subtitle{margin:0 0 8px;font-size:.82rem;font-weight:700;color:#4f6db0;text-transform:uppercase;letter-spacing:.04em}.members-modal-empty{font-style:italic;color:#6b7280}.members-list-carte{display:flex;flex-wrap:wrap;gap:12px}.member-item-carte{display:flex;align-items:center;gap:8px;padding:6px;border-radius:6px;border:1px solid #dddddd}.member-avatar{width:75px;height:75px;border-radius:50%;object-fit:cover;flex-shrink:0;display:flex;align-items:center;justify-content:center}.member-avatar--placeholder{background-color:#ccc;font-weight:600}.member-info{display:flex;flex-direction:column}.member-name{font-size:14px}.member-remove-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid #444;background:#fff;color:#000;font-size:18px;font-weight:600;cursor:pointer;padding:0;margin-left:8px}.member-remove-button:hover{background:#f2f2f2}.member-remove-button:active{background:#e5e5e5}.member-remove-button:focus{outline:none;box-shadow:none}.members-list-tableau{display:flex;flex-wrap:wrap;gap:12px}.member-item-tableau{display:flex;align-items:center;gap:8px;padding:6px;border-radius:6px;border:1px solid #dddddd;background-color:#f8f9fa;cursor:pointer}.member-item-tableau:hover{background-color:#eef1f4}.cover-modal{width:min(760px,96vw);max-width:760px;padding:1.55rem;border-radius:24px;border:2px solid #dcf0f8}.cover-modal__header{margin-bottom:1.35rem;padding-bottom:1.2rem;border-bottom:1px solid rgba(15,54,94,.1)}.cover-modal__title{margin:0;font-family:kgLHR,sans-serif;font-size:1.15rem;font-weight:800;line-height:1.2;color:#4f6db0;position:relative}.cover-modal__title:after{content:"";position:absolute;left:0;bottom:-10px;width:54px;height:3px;border-radius:999px;background:#f8d915}.cover-modal__close{position:absolute;top:1rem;right:1rem;z-index:2}.cover-modal-text{margin:.9rem 0 0;font-size:.86rem;color:#6b7280;font-weight:500}.cover-modal-label{display:flex;flex-direction:column;gap:.45rem;font-size:.84rem;font-weight:700;color:#4f6db0}.cover-modal-input{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid #d1d5db;font-size:14px;box-sizing:border-box}.cover-modal-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.cover-modal-input{font-size:.9rem;border:1px solid rgba(15,54,94,.18);border-radius:10px;padding:.6rem .75rem;background:#fff}.cover-modal-input:focus{border-color:#4f6db073;box-shadow:0 0 0 4px #4f6db024}.cover-modal-file{width:100%;font-size:.84rem}.cover-modal-file::file-selector-button{padding:.45rem .7rem;border:1px solid rgba(15,54,94,.18);border-radius:8px;background:#fff;color:#4f6db0;font-weight:700;cursor:pointer;margin-right:.65rem;transition:background-color .2s ease}.cover-modal-file::file-selector-button:hover{background:#4f6db014}.cover-modal-error{color:#8f2030;background:#cb243114;border:1px solid rgba(203,36,49,.2);border-radius:10px;padding:.6rem .75rem;font-size:.84rem;font-weight:600;margin-bottom:.8rem}.cover-modal-actions{display:flex;gap:.6rem;margin-top:.9rem;justify-content:flex-end;flex-wrap:wrap}.cover-modal-button{padding:.5rem .85rem;border-radius:10px;border:1px solid rgba(15,54,94,.14);font-size:.84rem;font-weight:700;cursor:pointer;background:#0f365e0a;color:#4f6db0;transition:all .2s ease}.cover-modal-button:hover{background:#0f365e1a;transform:translateY(-1px)}.cover-modal-button.primary{background:#4f6db0;border-color:transparent;color:#fff}.cover-modal-button.primary:hover{background:#698dad}.cover-modal-button.danger{background:#cb24311a;border-color:#cb24313d;color:#8f2030}.cover-modal-button.danger:hover{background:#cb243129}.cover-modal-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.cover-preview-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:9999}.cover-preview-content{position:relative;max-width:90vw;max-height:90vh;background:#fff;padding:16px;border-radius:8px;display:flex;flex-direction:column}.cover-preview-close{position:absolute;top:8px;right:8px;border:none;background:transparent;font-size:24px;cursor:pointer}.cover-preview-image{max-width:100%;max-height:70vh;object-fit:contain;margin-bottom:12px}.cover-preview-actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}.cover-preview-link,.cover-preview-delete{border-radius:4px;border:1px solid #d1d5db;padding:6px 10px;font-size:.9rem;cursor:pointer;background:#f5f5f5}.cover-preview-delete{border-color:#c62828;color:#c62828}.tableau-page{min-height:100vh;padding:1.5rem;overflow-x:hidden}@media(max-width:768px){.tableau-page{padding:.75rem;min-height:100dvh}}.tableau-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.tableau-header{flex-direction:column;align-items:flex-start}}.tableau-header-right{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}@media(max-width:768px){.tableau-header-right{width:100%;justify-content:space-between}}.tableau-title{margin:0;font-family:KG HAPPY Solid Regular,sans-serif;font-size:1.75rem;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2)}@media(max-width:768px){.tableau-title{font-size:1.5rem}}.tableau-filters{display:flex;align-items:center;gap:.5rem}.tableau-filter-btn,.tableau-filter-clear-btn{padding:.5rem 1rem;border-radius:8px;border:2px solid rgba(255,255,255,.3);background-color:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.tableau-filter-btn:hover,.tableau-filter-clear-btn:hover{background-color:#ffffff40;border-color:#fff6;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.tableau-filter-btn:active,.tableau-filter-clear-btn:active{transform:translateY(0)}.tableau-menu{position:relative}@media(max-width:768px){.tableau-menu{margin-left:auto}}.tableau-menu__trigger{width:40px;height:40px;border-radius:8px;background-color:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:#fff;font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;line-height:1}.tableau-menu__trigger:hover{background-color:#ffffff40;border-color:#fff6;transform:scale(1.05)}.tableau-menu__trigger:active{transform:scale(.95)}.tableau-menu__popup{position:absolute;top:calc(100% + .5rem);right:0;background-color:#fff;border-radius:12px;border:2px solid #dcf0f8;box-shadow:0 8px 24px #00000040;padding:.5rem;min-width:240px;z-index:100;animation:fadeInUp .2s ease-out}.tableau-menu__item{display:block;width:100%;padding:.75rem 1rem;text-align:left;border:none;border-radius:8px;background:transparent;color:#4f6db0;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.tableau-menu__item:hover{background-color:#dcf0f8}.tableau-menu__item:active{transform:scale(.98)}.tableau-menu__separator{margin:.5rem 0;border:none;border-top:2px solid #dcf0f8}.tableau-add-column-button{flex:0 0 270px;width:270px;min-width:270px;max-width:270px;height:48px;border:2px dashed rgba(255,255,255,.55);border-radius:12px;background-color:#fff3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease}.tableau-add-column-button:hover{background-color:#ffffff4d;border-color:#ffffffbf;transform:translateY(-2px)}.tableau-add-column-button:active{transform:translateY(0)}@media(max-width:768px){.tableau-add-column-button{flex:0 0 min(86vw,320px);width:min(86vw,320px);min-width:min(86vw,320px);max-width:min(86vw,320px);min-height:48px}}.tableau-create-modal__overlay,.tableau-edit-modal__overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.tableau-create-modal__content,.tableau-edit-modal__content{background:#fff;border-radius:24px;padding:2.5rem;width:95%;max-width:550px;box-shadow:0 25px 60px #0003;border:2px solid #dcf0f8;animation:fadeInUp .4s cubic-bezier(.165,.84,.44,1);max-height:90vh;overflow-y:auto;box-sizing:border-box;position:relative}@media(max-width:480px){.tableau-create-modal__content,.tableau-edit-modal__content{padding:1.5rem;max-width:95%}}.tableau-create-modal__header,.tableau-edit-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;align-items:flex-start;gap:1rem}.tableau-create-modal__title,.tableau-edit-modal__title{margin:0;font-family:KG HAPPY Solid Regular,sans-serif;font-size:1.75rem;font-weight:700;color:#4f6db0;position:relative;line-height:1.2}@media(max-width:480px){.tableau-create-modal__title,.tableau-edit-modal__title{font-size:1.4rem}}.tableau-create-modal__title:after,.tableau-edit-modal__title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:#f8d915;border-radius:2px}.tableau-create-modal__close,.tableau-edit-modal__close{border:none;background:transparent;cursor:pointer;color:#4f6db0;width:36px;height:36px;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;line-height:1;flex-shrink:0}.tableau-create-modal__close:hover,.tableau-edit-modal__close:hover{background:#dcf0f8;transform:rotate(90deg)}.tableau-create-modal__error,.tableau-edit-modal__error{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;padding:.75rem 1rem;margin-bottom:1rem;font-size:.9rem;border-radius:10px;font-weight:500;box-shadow:0 4px 12px #ee5a6f33}.tableau-create-modal__field,.tableau-edit-modal__field{margin-bottom:1rem}.tableau-create-modal__title-section,.tableau-edit-modal__title-section{margin-bottom:1.25rem}.tableau-create-modal__label,.tableau-edit-modal__label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:600;color:#3a4850}.tableau-create-modal__input,.tableau-edit-modal__input{width:100%;padding:.75rem 1rem;border:2px solid transparent;border-radius:10px;font-size:.95rem;background:#dcf0f8;color:#3a4850;transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box}.tableau-create-modal__input:focus,.tableau-edit-modal__input:focus{outline:none;border-color:#4f6db0;background:#fff;box-shadow:0 0 0 4px #4f6db01a,0 4px 12px #4f6db026;transform:translateY(-1px)}.tableau-create-modal__input::placeholder,.tableau-edit-modal__input::placeholder{color:#94a3b8}.tableau-create-modal__checkbox-label,.tableau-edit-modal__checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#3a4850;cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .2s ease}.tableau-create-modal__checkbox-label:hover,.tableau-edit-modal__checkbox-label:hover{background-color:#dcf0f8}.tableau-create-modal__checkbox-label input[type=checkbox],.tableau-edit-modal__checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.tableau-create-modal__actions,.tableau-edit-modal__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #dcf0f8}.tableau-create-modal__button,.tableau-edit-modal__button{padding:.6rem 1.5rem;border-radius:10px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .2s ease;border:none}.tableau-create-modal__button--secondary,.tableau-edit-modal__button--secondary{background:#dcf0f8;color:#4f6db0;border:2px solid #dcf0f8}.tableau-create-modal__button--secondary:hover:not(:disabled),.tableau-edit-modal__button--secondary:hover:not(:disabled){background:#fff;border-color:#4f6db0}.tableau-create-modal__button--primary,.tableau-edit-modal__button--primary{color:#4f6db0;font-weight:700;box-shadow:0 4px 12px #00000026}.tableau-create-modal__button--primary:hover:not(:disabled),.tableau-edit-modal__button--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #0003}.tableau-create-modal__button--primary:active:not(:disabled),.tableau-edit-modal__button--primary:active:not(:disabled){transform:translateY(0)}.tableau-create-modal__button:disabled,.tableau-edit-modal__button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.tableau-create-modal__button--primary{background:#f8d915}.tableau-edit-modal__overlay{z-index:1010}.tableau-edit-modal__content{max-width:500px}.tableau-edit-modal__cover-preview{margin-bottom:0;border-radius:12px;overflow:hidden;border:2px solid #698dad;height:180px;background-color:#fff;display:flex;align-items:center;justify-content:center}.tableau-edit-modal__cover-image{width:100%;height:100%;object-fit:cover;display:block}.tableau-edit-modal__file-input{font-size:.9rem;padding:.5rem;border:2px dashed #698dad;border-radius:10px;background-color:#dcf0f8;cursor:pointer;transition:all .2s ease}.tableau-edit-modal__file-input:hover{border-color:#4f6db0;background-color:#fff}.tableau-edit-modal__help{font-size:.85rem;color:#3a4850;margin-top:.5rem;opacity:.8}.tableau-edit-modal__success{font-size:.9rem;color:#059669;margin-top:.5rem;font-weight:600;display:flex;align-items:center;gap:.3rem;background-color:#d1fae5;padding:.5rem .75rem;border-radius:8px;border:1px solid #059669}.tableau-edit-modal__ville-section{border:2px solid #dcf0f8;border-radius:14px;padding:1.25rem;background:#dcf0f8;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.tableau-edit-modal__ville-input{padding-left:.5rem;margin-top:1rem;animation:slideDown .2s ease-out}.tableau-edit-modal__ville-input .commune-seule{max-width:100%;width:100%}.tableau-edit-modal__ville-input .commune-seule__input{width:100%;background:#fff;border:2px solid #698dad;box-sizing:border-box}.tableau-edit-modal__ville-input .commune-seule__input:focus{border-color:#4f6db0;background:#fff}.tableau-edit-modal__ville-input .commune-seule__dropdown{width:100%;overflow-x:hidden;left:0;right:0}.tableau-edit-modal__ville-input .commune-seule__item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tableau-edit-modal__cover-section{border:2px solid #dcf0f8;border-radius:14px;padding:1.25rem;background:#dcf0f8;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.tableau-edit-modal__section-title{font-size:.95rem;font-weight:700;color:#4f6db0;margin:0}.tableau-edit-modal__cover-dropzone{border:2px dashed #4f6db0;border-radius:12px;padding:2rem;min-height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;cursor:pointer;background:#fff;transition:all .2s ease;width:100%;box-sizing:border-box}.tableau-edit-modal__cover-dropzone input{display:none}.tableau-edit-modal__cover-dropzone:hover{border-color:#4f6db0;background:#fff;transform:translateY(-1px)}.tableau-edit-modal__cover-dropzone:active{transform:translateY(0)}.tableau-edit-modal__button--primary{background:#f8d915}.tableau-edit-modal__background{border:2px solid #dcf0f8;border-radius:14px;padding:1.25rem;background:#dcf0f8;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.tableau-edit-modal__background-title{font-size:.95rem;font-weight:700;color:#4f6db0;margin:0}.tableau-edit-modal__background-type{display:flex;gap:.5rem}.tableau-edit-modal__type-btn{flex:1;padding:.5rem;border-radius:8px;border:2px solid #dcf0f8;background:#fff;font-size:.85rem;font-weight:600;color:#4f6db0;cursor:pointer;transition:all .2s ease}.tableau-edit-modal__type-btn:hover{background:#dcf0f8}.tableau-edit-modal__type-btn.active{background:#4f6db0;border-color:#4f6db0;color:#fff}.tableau-edit-modal__color-control{display:flex;align-items:center;gap:.6rem;padding:.5rem;flex-wrap:wrap}.tableau-edit-modal__color-preview{width:36px;height:36px;border-radius:6px;border:2px solid #698dad;cursor:pointer;transition:transform .15s ease}.tableau-edit-modal__color-preview:hover{transform:translateY(-1px)}.tableau-edit-modal__color-value{font-size:.8rem;font-weight:600;color:#3a4850;margin-left:.15rem}.tableau-edit-modal__dropzone{border:2px dashed #4f6db0;border-radius:12px;padding:2rem;min-height:140px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;cursor:pointer;background:#dcf0f8;transition:all .2s ease;width:100%;box-sizing:border-box}.tableau-edit-modal__dropzone input{display:none}.tableau-edit-modal__dropzone:hover{border-color:#4f6db0;background:#fff;transform:translateY(-1px)}.tableau-edit-modal__dropzone:active{transform:translateY(0)}.tableau-edit-modal__dropzone-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;font-size:.95rem;font-weight:600;color:#4f6db0}.tableau-edit-modal__dropzone-content svg,.tableau-edit-modal__dropzone-content i{font-size:1.8rem}.tableau-edit-modal__dropzone-preview{width:100%;max-height:180px;margin-top:1rem;border-radius:12px;overflow:hidden;border:2px solid #698dad;object-fit:cover}.tableau-filter-modal{background:#fff;color:#3a4850;border-radius:24px;padding:2.5rem;max-width:640px;width:95%;box-shadow:0 25px 60px #0003;border:2px solid #dcf0f8;z-index:1100;animation:fadeInUp .4s cubic-bezier(.165,.84,.44,1);box-sizing:border-box}@media(max-width:768px){.tableau-filter-modal{padding:1.5rem;max-width:95%}}.tableau-filter-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;align-items:flex-start;gap:1rem}.tableau-filter-modal-backdrop{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;align-items:flex-start;padding-top:80px;z-index:1099;animation:fadeIn .2s ease-out}@media(max-width:768px){.tableau-filter-modal-backdrop{padding-top:40px}}.tableau-filter-modal__title{margin:0;font-family:KG HAPPY Solid Regular,sans-serif;font-size:1.75rem;font-weight:700;color:#4f6db0;position:relative;line-height:1.2}@media(max-width:480px){.tableau-filter-modal__title{font-size:1.4rem}}.tableau-filter-modal__title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:#f8d915;border-radius:2px}.tableau-filter-modal__close{border:none;background:transparent;cursor:pointer;color:#4f6db0;width:36px;height:36px;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;line-height:1;flex-shrink:0}.tableau-filter-modal__close:hover{background:#dcf0f8;transform:rotate(90deg)}.tableau-filter-modal__body{display:flex;flex-direction:column;gap:1.25rem;max-height:60vh;overflow-y:auto;padding-right:.5rem}.tableau-filter-modal__body::-webkit-scrollbar{width:8px}.tableau-filter-modal__body::-webkit-scrollbar-track{background:#dcf0f8;border-radius:10px}.tableau-filter-modal__body::-webkit-scrollbar-thumb{background:#698dad;border-radius:10px}.tableau-filter-modal__body::-webkit-scrollbar-thumb:hover{background:#4f6db0}.tableau-filter-modal__footer{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #dcf0f8;display:flex;justify-content:flex-end;gap:.75rem}.tableau-filter-modal__cancel,.tableau-filter-modal__ok{padding:.6rem 1.5rem;border-radius:10px;border:none;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .2s ease}.tableau-filter-modal__cancel{background:#dcf0f8;color:#4f6db0;border:2px solid #dcf0f8}.tableau-filter-modal__cancel:hover{background:#fff;border-color:#4f6db0}.tableau-filter-modal__ok{background:#f8d915;color:#4f6db0;font-weight:700;box-shadow:0 4px 12px #f8d9154d}.tableau-filter-modal__ok:hover{background:#fce97a;transform:translateY(-2px);box-shadow:0 6px 16px #f8d91566}.tableau-filter-modal__ok:active{transform:translateY(0)}.tableau-filter-field{display:flex;flex-direction:column;gap:.5rem}.tableau-filter-label{font-size:.9rem;font-weight:600;color:#4f6db0}.tableau-filter-input{width:100%;padding:.75rem 1rem;border:2px solid transparent;border-radius:10px;font-size:.95rem;background:#dcf0f8;color:#3a4850;transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box}.tableau-filter-input:focus{outline:none;border-color:#4f6db0;background:#fff;box-shadow:0 0 0 4px #4f6db01a,0 4px 12px #4f6db026}.tableau-filter-multi{max-height:180px;overflow-y:auto;border-radius:10px;border:2px solid #dcf0f8;padding:.75rem;background:#dcf0f8}.tableau-filter-multi::-webkit-scrollbar{width:6px}.tableau-filter-multi::-webkit-scrollbar-track{background:transparent}.tableau-filter-multi::-webkit-scrollbar-thumb{background:#698dad;border-radius:10px}.tableau-filter-multi::-webkit-scrollbar-thumb:hover{background:#4f6db0}.tableau-filter-checkbox-option{display:flex;align-items:center;gap:.5rem;font-size:.9rem;margin-bottom:.5rem;padding:.5rem;border-radius:8px;transition:background-color .2s ease;cursor:pointer}.tableau-filter-checkbox-option:hover{background-color:#fff}.tableau-filter-checkbox-option input[type=checkbox]{width:16px;height:16px;cursor:pointer}.tableau-filter-label-pill{display:inline-flex;align-items:center;gap:.5rem}.tableau-filter-label-color{width:12px;height:12px;border-radius:50%;border:2px solid rgba(0,0,0,.2);box-shadow:0 1px 3px #0000001a}.tableau-filter-help{font-size:.85rem;color:#3a4850;opacity:.8;margin-top:.25rem}.tableau-filter-empty{font-size:.9rem;color:#3a4850;font-style:italic;text-align:center;padding:1rem;opacity:.7}.tableau-card{position:relative;background-color:#fff;border-radius:12px;overflow:visible;box-shadow:0 2px 8px #00000026;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;display:flex;flex-direction:column}.tableau-card:has(.tableau-card__menu:not(:empty)){z-index:1000}.tableau-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000040}.tableau-card:hover .tableau-card__menu-trigger{opacity:1}.tableau-card__cover{height:175px;overflow:hidden;background-color:#dcf0f8;flex-shrink:0;border-radius:12px 12px 0 0}.tableau-card__cover-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.tableau-card:hover .tableau-card__cover-image{transform:scale(1.05)}.tableau-card__body{display:flex;flex-direction:column;gap:.75rem;flex:1;padding:1.25rem;border-radius:0 0 12px 12px;overflow:visible}.tableau-card__body--with-cover{background:#fff}@media(max-width:480px){.tableau-card__body{padding:1rem;gap:.5rem}}.tableau-card__header-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-end;padding:.75rem;pointer-events:none;z-index:10}.tableau-card__menu-trigger{pointer-events:auto;position:relative;width:32px;height:32px;border-radius:8px;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #dcf0f8;color:#4f6db0;font-size:1.25rem;font-weight:700;cursor:pointer;opacity:0;transition:all .2s ease;display:flex;align-items:center;justify-content:center;line-height:1;padding-bottom:4px}.tableau-card__menu-trigger:hover{background-color:#fff;border-color:#f8d915;transform:scale(1.1)}@media(hover:none),(pointer:coarse){.tableau-card__menu-trigger{opacity:1}}.tableau-card__menu{position:absolute;top:3.25rem;left:50%;transform:translate(-50%);background-color:#fff;border-radius:12px;box-shadow:0 8px 24px #00000040;padding:.5rem;min-width:280px;z-index:1001;border:2px solid #dcf0f8}@media(max-width:768px){.tableau-card__menu{top:2.9rem;min-width:min(300px,88vw);background-color:#fff}}@media(max-width:560px){.tableau-card__menu{left:auto;right:.5rem;transform:none;min-width:min(320px,100vw - 2rem);background-color:#fff}}.tableau-card__menu-item{width:100%;padding:.75rem 1rem;background-color:transparent;border:none;border-radius:8px;text-align:left;font-size:.9rem;font-weight:500;color:#4f6db0;cursor:pointer;transition:all .2s ease}.tableau-card__menu-item:hover{background-color:#dcf0f8}.tableau-card__menu-item--danger{color:#b91c1c}.tableau-card__menu-item--danger:hover{background-color:#fee2e2}.tableau-card__title{font-size:1.1rem;font-weight:700;color:#4f6db0;margin:0;line-height:1.4}@media(max-width:560px){.tableau-card__title{font-size:1rem}}.tableau-card__description{font-size:.9rem;color:#3a4850;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.tableau-card__ville{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;color:#698dad;margin:0;padding:.35rem .75rem;background-color:#dcf0f8;border-radius:20px;font-weight:600;align-self:flex-start}.tableau-card__ville:before{content:"📍";font-size:.9rem}.tableau-card[draggable=true]{cursor:grab}.tableau-card[draggable=true]:active{cursor:grabbing;opacity:.8;transform:rotate(2deg)}.etiquettes-list{display:flex;flex-direction:column;gap:.55rem;padding:0;margin:0;max-height:44vh;overflow-y:auto}.etiquettes-list::-webkit-scrollbar{width:8px}.etiquettes-list::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px}.etiquettes-list::-webkit-scrollbar-track{background:transparent}.etiquette-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .75rem;border-radius:12px;border:1px solid rgba(15,54,94,.12);background:#ffffffeb;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.etiquette-item--selectable{width:100%;border:1px solid rgba(15,54,94,.12);background:#ffffffeb;text-align:left;cursor:pointer}.etiquette-item--selectable:hover{border-color:#0f365e47;box-shadow:0 10px 24px #0f365e1f;transform:translateY(-1px)}.etiquette-item--selectable:focus-visible{outline:2px solid rgba(248,217,21,.9);outline-offset:2px}.etiquette-item:hover{border-color:#0f365e33}.etiquette-preview{display:flex;align-items:center;gap:.5rem;flex:1}.etiquette-color{display:inline-block;width:30px;height:22px;border-radius:10px;border:1px solid rgba(0,0,0,.15);box-shadow:inset 0 1px #ffffff59;flex-shrink:0}.etiquette-title{font-size:.875rem;color:#213547;font-weight:600}.etiquette-actions{display:flex;align-items:center;gap:.5rem}.btn-small{border:1px solid rgba(15,54,94,.16);border-radius:8px;padding:.25rem .5rem;cursor:pointer;background:#4f6db014;color:#4f6db0;transition:all .2s ease}.btn-small:hover{background:#4f6db029;transform:translateY(-1px)}.btn-danger{background:#d5000014;color:#b00020;border-color:#d500003d}.btn-danger:hover{background:#d5000029}.etiquette-form{margin-top:1rem;display:flex;flex-direction:column;gap:.9rem;padding:1rem;background:#4f6db00f;border-radius:12px;border:1px solid rgba(15,54,94,.12)}.etiquette-form h4{margin:0;font-size:.95rem;font-weight:800;color:#4f6db0}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.8rem;color:#6b7280;font-weight:600}.form-group input[type=text]{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid #d1d5db;font-size:14px;box-sizing:border-box}.form-group input[type=text]:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.form-group input[type=text]{padding:.5rem .7rem;font-size:.85rem;background:#fff;color:#213547;border:1px solid rgba(15,54,94,.18)}.form-group input[type=text]:focus{outline:none;border-color:#4f6db080;box-shadow:0 0 0 4px #4f6db024}.form-group input[type=color]{cursor:pointer;border-radius:8px;border:1px solid rgba(15,54,94,.2)!important;height:34px}.form-actions{margin-top:4px;display:flex;gap:8px;justify-content:flex-end}.btn-primary{width:100%;padding:.95rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:700;color:#4f6db0;cursor:pointer;background:#f8d915;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #f8d91566,0 2px 6px #00000026;background:#fce97a}.btn-primary:hover:not(:disabled):before{left:100%}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{background:#dcf0f8;color:#698dad;cursor:not-allowed;animation:pulse 2s ease-in-out infinite}.btn-primary:disabled:hover{transform:none;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a}.btn-primary{padding:.45rem .9rem;font-size:.8rem}.btn-secondary{border-radius:8px;padding:.6em 1.2em;font-size:1em;font-weight:500;cursor:pointer;transition:border-color .25s ease;border:1px solid transparent;background-color:#fff;border-color:#d1d5db;color:#111827}.btn-secondary:hover:not(:disabled){background-color:#f3f4f6}.btn-secondary{padding:.45rem .9rem;font-size:.8rem}.etiquettes-card-modal{max-width:520px}.etiquettes-card-modal__checkmark{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#4f6db0;color:#fff;font-size:.8rem;font-weight:800;flex-shrink:0}.etiquettes-card-modal__hint{margin:0;padding:.75rem .85rem;border-radius:10px;border:1px dashed rgba(15,54,94,.2);color:#6b7280;font-size:.82rem;line-height:1.4;background:#4f6db00d}.error{margin:0;padding:.55rem .7rem;border-radius:10px;background:#d5000014;border:1px solid rgba(213,0,0,.2);color:#b00020;font-size:.82rem;font-weight:600}.pj-modal{display:flex;flex-direction:column;max-height:90vh;width:min(680px,95vw);padding:0!important;border-radius:24px;border:2px solid #dcf0f8}.pj-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.45rem 1.55rem 1.05rem;border-bottom:1px solid rgba(15,54,94,.08);flex-shrink:0}.pj-modal-header .card-modal-title{margin:0;font-family:kgLHR,sans-serif;font-size:1.15rem;font-weight:800;line-height:1.2;color:#4f6db0;position:relative}.pj-modal-header .card-modal-title:after{content:"";position:absolute;left:0;bottom:-10px;width:54px;height:3px;border-radius:999px;background:#f8d915}.pj-modal-header .modal-close-btn{flex-shrink:0}.pj-modal-body{flex:1 1 auto;overflow-y:auto;padding:1.2rem 1.55rem 1.55rem}.pj-modal-body::-webkit-scrollbar{width:8px}.pj-modal-body::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px}.pj-modal-body::-webkit-scrollbar-track{background:transparent}.pj-list-section{margin-bottom:.5rem}.pj-empty{font-size:.88rem;color:#6b7280;padding:.4rem 0}.pj-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.85rem}.pj-card{background:#ffffffeb;border:1px solid rgba(15,54,94,.1);border-radius:8px;box-shadow:0 1px 2px #0000000f;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s ease,transform .15s ease}.pj-card:hover{box-shadow:0 4px 10px #00000014;transform:translateY(-2px)}.pj-card-thumb{display:block;width:100%;height:90px;background:#0f365e0a;overflow:hidden;flex-shrink:0}.pj-thumb-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.pj-card:hover .pj-thumb-img{transform:scale(1.05)}.pj-thumb-icon{width:48px;height:48px;object-fit:contain;display:block;margin:21px auto auto;opacity:.75}.pj-card-info{padding:.55rem .65rem .6rem;display:flex;flex-direction:column;gap:.18rem;flex:1}.pj-card-name{font-size:.78rem;font-weight:600;color:#4f6db0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.pj-card-size{font-size:.72rem;color:#6b7280}.pj-card-actions{display:flex;gap:.3rem;margin-top:.3rem}.pj-action-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid rgba(15,54,94,.14);border-radius:6px;background:#fff;cursor:pointer;color:#6b7280;transition:background .15s ease,color .15s ease,border-color .15s ease}.pj-action-btn:hover{background:#0f365e12;color:#4f6db0;border-color:#0f365e47}.pj-delete-btn:hover{background:#fee2e2;color:#b91c1c;border-color:#b91c1c4d}.pj-separator{margin:1rem 0;border:none;border-top:1px solid rgba(15,54,94,.08)}.pj-add-section{display:flex;flex-direction:column;gap:.75rem}.pj-section-label{font-size:.82rem;font-weight:700;color:#4f6db0;text-transform:uppercase;letter-spacing:.04em;margin:0}.pj-tabs{display:inline-flex;border-radius:6px;border:1px solid rgba(15,54,94,.16);overflow:hidden;background:#f5f5f5}.pj-tab{padding:.35rem .85rem;font-size:.88rem;font-weight:600;border:none;background:transparent;color:#6b7280;cursor:pointer;transition:background .15s ease,color .15s ease}.pj-tab+.pj-tab{border-left:1px solid rgba(15,54,94,.16)}.pj-tab:hover:not(.pj-tab--active){background:#0f365e0d;color:#4f6db0}.pj-tab--active{background:#f8d915;color:#4f6db0}.pj-form{display:flex;flex-direction:column;gap:.65rem}.pj-form-group{display:flex;flex-direction:column;gap:.3rem}.pj-label{font-size:.82rem;font-weight:700;color:#4f6db0;text-transform:uppercase;letter-spacing:.04em}.pj-file-input{font-size:.88rem;color:#213547;padding:.3rem 0}.pj-input{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid #d1d5db;font-size:14px;box-sizing:border-box}.pj-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.pj-input{font-size:.9rem;border-radius:14px;border:1px solid rgba(15,54,94,.16);padding:.55rem .9rem;background:#fff;color:#213547;transition:border-color .15s ease,box-shadow .15s ease}.pj-input:focus{outline:none;border-color:#f8d915;box-shadow:0 0 0 3px #f8d91538}.pj-help{font-size:.74rem;color:#9ca3af;margin:0}.pj-error{font-size:.84rem;color:#b00020;background:#fee2e2;border-radius:6px;padding:.35rem .65rem}.pj-actions{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.pj-submit{padding:.5rem 1.1rem;background:#f8d915;color:#4f6db0;border:none;border-radius:10px;font-size:.88rem;font-weight:700;cursor:pointer;transition:background .15s ease,box-shadow .15s ease}.pj-submit:hover:not(:disabled){background:#fce97a;box-shadow:0 2px 8px #f8d91566}.pj-submit:disabled{opacity:.6;cursor:not-allowed}.pj-cancel{padding:.5rem 1.1rem;background:#fff;color:#6b7280;border:1px solid rgba(15,54,94,.18);border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.pj-cancel:hover{background:#0f365e0d;color:#4f6db0}.popup-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;background:#0a12247a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:all;animation:popup-modal-fade-in .25s ease}.popup-container{display:flex;flex-direction:column;width:100%;max-width:520px;max-height:80vh;border-radius:8px;overflow:hidden;box-shadow:0 24px 64px #00000047,0 4px 16px #00000024;background:#fff;pointer-events:auto}.popup-container__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:1.1rem 1.4rem;flex-shrink:0}.popup-title{margin:0;font-size:1.05rem;font-weight:700;line-height:1.2;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popup-close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;border:1px solid transparent;border-radius:999px;background:transparent;cursor:pointer;transition:background-color .18s ease}.popup-close:hover{background:#0000001a}.popup-body{flex:1;min-height:0;overflow-y:auto}.popup-body::-webkit-scrollbar{width:8px}.popup-body::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px}.popup-body::-webkit-scrollbar-track{background:transparent}.popup-body{padding:1.25rem 1.5rem;background:#fff}.popup-body__content{font-size:.95rem;line-height:1.65;color:#111827;word-break:break-word}.popup-body__content p{margin:0 0 .75rem}.popup-body__content p:last-child{margin-bottom:0}.popup-body__content ul,.popup-body__content ol{padding-left:1.4rem;margin:.5rem 0}.popup-body__content a{color:#4f6db0;text-decoration:underline;text-underline-offset:2px}.popup-body__content a:hover{opacity:.8}.popup-body__content strong{font-weight:700}.popup-body__content em{font-style:italic}.popup-body__content img{display:block;width:100%;max-height:260px;object-fit:cover;border-radius:10px;margin:.85rem 0;box-shadow:0 4px 16px #00000024}.popup-modal-backdrop{position:fixed;inset:0;background-color:#0006;display:flex;z-index:1000;z-index:2000;padding:16px;align-items:center;justify-content:center}@media(max-width:900px){.popup-modal-backdrop{padding:8px;align-items:flex-end}}.popup-modal{background:#fff;border-radius:8px;padding:16px 24px;box-shadow:0 10px 30px #00000040;width:100%;max-width:480px;animation:popup-modal-fade-in .15s ease;overflow:hidden}.popup-modal--editor{display:flex;flex-direction:column;max-height:min(92vh,880px);max-width:min(1040px,96vw);padding:0;overflow:hidden}@media(max-width:900px){.popup-modal--editor{max-height:96dvh;border-radius:8px 8px 0 0}}.popup-modal--editor form{display:flex;flex-direction:column;flex:1;min-height:0}.popup-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:1.5rem 1.75rem 1.25rem;flex-shrink:0}.popup-modal-header__left{display:flex;flex-direction:column;gap:.3rem;min-width:0}.popup-modal-header__badge{display:inline-block;width:fit-content;padding:.18rem .7rem;border:1px solid currentColor;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.85}.popup-modal-header h3{margin:0;font-size:clamp(1.1rem,2vw,1.7rem);font-weight:800;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popup-modal-close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.5rem;height:2.5rem;border:1px solid transparent;border-radius:999px;background:transparent;cursor:pointer;transition:background-color .2s ease}.popup-modal-close:hover{background:#00000014}.popup-modal-close:focus-visible{outline:2px solid rgba(248,217,21,.9);outline-offset:2px}.popup-modal-body{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto}.popup-modal-body::-webkit-scrollbar{width:8px}.popup-modal-body::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px}.popup-modal-body::-webkit-scrollbar-track{background:transparent}.popup-modal-body{max-height:calc(96dvh - 160px)}@media(min-width:901px){.popup-modal-body{display:grid;grid-template-columns:45% 55%;overflow:visible;max-height:none}}.popup-modal-error{color:#d50000;font-weight:600;font-size:.85rem;padding:.6rem 1.75rem 0;flex-shrink:0;display:flex;align-items:center;gap:.4rem}.popup-modal-error:before{content:"⚠";font-size:.9rem}.popup-modal-footer{padding:1.1rem 1.75rem 1.5rem;display:flex;justify-content:flex-end;gap:8px;flex-shrink:0;border-top:1px solid rgba(15,54,94,.08);background:#fffffff2}@media(max-width:540px){.popup-modal-footer{flex-direction:column-reverse}.popup-modal-footer .popup-modal-btn{width:100%}}.popup-modal-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-width:130px;padding:.7rem 1.3rem;border-radius:10px;border:none;cursor:pointer;font-size:.9rem;font-weight:700;letter-spacing:.01em;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.popup-modal-btn:hover:not(:disabled){transform:translateY(-1px)}.popup-modal-btn-primary{width:100%;padding:.95rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:700;color:#4f6db0;cursor:pointer;background:#f8d915;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.popup-modal-btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.popup-modal-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #f8d91566,0 2px 6px #00000026;background:#fce97a}.popup-modal-btn-primary:hover:not(:disabled):before{left:100%}.popup-modal-btn-primary:active:not(:disabled){transform:translateY(0)}.popup-modal-btn-primary:disabled{background:#dcf0f8;color:#698dad;cursor:not-allowed;animation:pulse 2s ease-in-out infinite}.popup-modal-btn-primary:disabled:hover{transform:none;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a}.popup-modal-btn-primary{border-radius:10px}.popup-modal-btn-secondary{border-radius:8px;padding:.6em 1.2em;font-size:1em;font-weight:500;cursor:pointer;transition:border-color .25s ease;border:1px solid transparent;background-color:#fff;border-color:#d1d5db;color:#111827}.popup-modal-btn-secondary:hover:not(:disabled){background-color:#f3f4f6}.popup-modal-btn-secondary{border-radius:10px}.popup-modal-btn-preview{background:#0f365e12;color:#4f6db0;border:1px solid rgba(15,54,94,.18);border-radius:10px}.popup-modal-btn-preview:hover:not(:disabled){background:#0f365e21;transform:translateY(-1px)}.popup-modal-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.popup-modal-col{display:block;width:100%;box-sizing:border-box;padding:1.25rem 1.1rem;flex-shrink:0}@media(min-width:901px){.popup-modal-col{display:flex;flex-direction:column;gap:12px;padding:1.5rem 1.75rem;min-height:0;width:auto;flex-shrink:1}}.popup-modal-col--left{border-bottom:1px solid rgba(15,54,94,.08)}@media(min-width:901px){.popup-modal-col--left{overflow-y:auto}.popup-modal-col--left::-webkit-scrollbar{width:8px}.popup-modal-col--left::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px}.popup-modal-col--left::-webkit-scrollbar-track{background:transparent}.popup-modal-col--left{border-bottom:none;border-right:1px solid rgba(15,54,94,.08);background:#0f365e04}}@media(min-width:901px){.popup-modal-col--right{overflow-y:auto}.popup-modal-col--right::-webkit-scrollbar{width:8px}.popup-modal-col--right::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px}.popup-modal-col--right::-webkit-scrollbar-track{background:transparent}}.popup-form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.popup-form-group:last-child{margin-bottom:0}.popup-form-group--grow{flex:1;min-height:0;margin-bottom:0}.popup-form-group--grow .rich-text-editor{flex:1}.popup-form-group>label,.popup-form-group>label:not([for]){display:inline-flex;align-items:center;gap:.4rem;font-weight:700;color:#4f6db0;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}.popup-form-group>label svg,.popup-form-group>label:not([for]) svg{flex-shrink:0;opacity:.7}.popup-form-group input[type=text],.popup-form-group input[type=datetime-local],.popup-form-group textarea{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid #d1d5db;font-size:14px;box-sizing:border-box}.popup-form-group input[type=text]:focus,.popup-form-group input[type=datetime-local]:focus,.popup-form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.popup-form-group input[type=text],.popup-form-group input[type=datetime-local],.popup-form-group textarea{font-size:.9rem;border-radius:14px;border:1px solid rgba(15,54,94,.16);background:#fafbfc;padding:.7rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%;box-sizing:border-box}.popup-form-group input[type=text]:focus,.popup-form-group input[type=datetime-local]:focus,.popup-form-group textarea:focus{border-color:#0f365e57;box-shadow:0 0 0 3px #f8d91538;background:#fff}.popup-color-field{display:flex;align-items:center;flex-direction:row;gap:.75rem}.popup-color-field input[type=color]{width:2.6rem;height:2.6rem;border:1px solid rgba(15,54,94,.16);border-radius:10px;padding:.15rem;background:#fff;cursor:pointer;appearance:none;-webkit-appearance:none;flex-shrink:0;box-shadow:0 1px 4px #00000014;transition:transform .15s ease}.popup-color-field input[type=color]:hover{transform:scale(1.08)}.popup-color-field input[type=color]::-webkit-color-swatch-wrapper{padding:0}.popup-color-field input[type=color]::-webkit-color-swatch{border:none;border-radius:8px}.popup-color-field input[type=color]::-moz-color-swatch{border:none;border-radius:8px}.popup-color-hex{font-size:.82rem;font-weight:700;color:#4f6db0;font-family:Courier New,monospace;letter-spacing:.06em;opacity:.7}.popup-modal .rich-text-editor__toolbar{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.65rem}.popup-modal .rich-text-editor__toolbar-button{display:inline-flex;align-items:center;justify-content:center;min-height:1.9rem;padding:.25rem .55rem;border:1px solid transparent;border-radius:5px;background:transparent;color:#4f6db0;font-size:.8rem;font-weight:600;line-height:1;cursor:pointer;transition:background-color .12s ease}.popup-modal .rich-text-editor__toolbar-button:hover{background:#0f365e12}.popup-modal .rich-text-editor__toolbar-button--bold{font-weight:800}.popup-modal .rich-text-editor__toolbar-button--italic{font-style:italic}.popup-modal .rich-text-editor__toolbar-button--underline{text-decoration:underline}.popup-modal .rich-text-editor__emoji-picker{top:calc(100% + .5rem);left:0;border:1px solid rgba(15,54,94,.16);border-radius:16px;box-shadow:0 14px 34px #0f365e29;padding:.65rem}.popup-modal .rich-text-editor__emoji-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:10px}.popup-modal .rich-text-editor__emoji-btn:hover{background:#f8d91538}.popup-modal .rich-text-editor__content{min-height:150px!important;max-height:250px!important;overflow-y:auto!important}.popup-modal .rich-text-editor__content::-webkit-scrollbar{width:8px}.popup-modal .rich-text-editor__content::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px}.popup-modal .rich-text-editor__content::-webkit-scrollbar-track{background:transparent}.popup-modal .rich-text-editor__content{padding:1rem 1.1rem!important;border:1px solid rgba(15,54,94,.16)!important;border-radius:14px!important;background:#fff!important;box-shadow:inset 0 1px #ffffffbf;font-size:.95rem;line-height:1.45}@media(min-width:901px){.popup-modal .rich-text-editor__content{min-height:120px!important;max-height:300px!important}}.popup-modal .rich-text-editor__content:focus{outline:none;border-color:#0f365e57!important;box-shadow:0 0 0 3px #f8d91538,inset 0 1px #ffffffbf}.popup-modal .rich-text-editor__content img{display:block;max-width:min(100%,600px);height:auto;margin:1rem 0;border-radius:12px}.popup-checkbox-list{display:flex;flex-direction:column;gap:4px;max-height:160px;overflow-y:auto}.popup-checkbox-list::-webkit-scrollbar{width:8px}.popup-checkbox-list::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px}.popup-checkbox-list::-webkit-scrollbar-track{background:transparent}.popup-checkbox-list{padding:.75rem 1rem;border:1px solid rgba(15,54,94,.12);border-radius:14px;background:#0f365e06}.popup-checkbox-item{display:flex;align-items:center;gap:.6rem;font-size:.875rem;color:#111827;cursor:pointer;padding:.2rem 0;border-radius:6px;transition:color .15s ease}.popup-checkbox-item:hover{color:#4f6db0}.popup-checkbox-item input{width:1rem;height:1rem;flex-shrink:0;accent-color:#4f6db0;cursor:pointer}.popup-preview-overlay{position:absolute;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;background:#0a14288c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:inherit;padding:16px;animation:popup-modal-fade-in .15s ease}.popup-preview-overlay__inner{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:540px}.popup-preview-overlay__label{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .9rem;border-radius:999px;background:#ffffff26;color:#ffffffe6;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.popup-preview-overlay__label svg{opacity:.85}.popup-preview-overlay .popup-container{width:100%;box-shadow:0 20px 60px #00000059;border-radius:8px;animation:popup-modal-fade-in .15s ease}.profil-modal-backdrop{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.profil-modal-container{background:#fff;border-radius:16px;border:2px solid #dcf0f8;width:92%;max-width:720px;max-height:90vh;overflow-y:auto;padding:2rem 2.2rem;box-sizing:border-box;box-shadow:0 20px 50px #0000004d;animation:fadeInUp .3s ease-out}@media(max-width:768px){.profil-modal-container{padding:1.5rem;width:95%}}.profil-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.profil-modal-title{margin:0;font-size:1.6rem;font-weight:700;color:#4f6db0;position:relative}.profil-modal-title:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:#f8d915;border-radius:2px}.profil-modal-close{border:none;background:transparent;cursor:pointer;color:#4f6db0;width:36px;height:36px;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center;line-height:1;flex-shrink:0}.profil-modal-close:hover{background:#dcf0f8;transform:rotate(90deg)}.profil-modal-header-btn{border-radius:8px;padding:.6em 1.2em;font-size:1em;font-weight:500;cursor:pointer;transition:border-color .25s ease;border:1px solid transparent;background-color:#fff;border-color:#d1d5db;color:#111827}.profil-modal-header-btn:hover:not(:disabled){background-color:#f3f4f6}.profil-modal-header-btn{padding:6px 12px;font-size:.85rem}.profil-modal-section{margin-bottom:1.5rem}.profil-modal-label{display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem;color:#4f6db0}.profil-modal-hint{font-size:.85rem;opacity:.8;margin-top:4px}.profil-modal-footer{margin-top:1.5rem;padding-top:1.25rem;border-top:2px solid #dcf0f8}.profil-modal-alert{padding:.75rem 1rem;border-radius:10px;margin-bottom:1rem;font-size:.9rem;font-weight:500}.profil-modal-alert--error{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;box-shadow:0 4px 12px #ee5a6f40}.profil-modal-alert--success{background:linear-gradient(135deg,#38d39f,#20bf6b);color:#fff;box-shadow:0 4px 12px #20bf6b40}.profil-photo-row{display:flex;gap:1rem;align-items:center}@media(max-width:640px){.profil-photo-row{flex-direction:column;align-items:flex-start}}.profil-photo-preview{width:90px;height:90px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #dcf0f8}.profil-photo-placeholder{width:90px;height:90px;border-radius:50%;object-fit:cover;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:2px dashed #698dad;font-size:.8rem;color:#3a4850;background:#dcf0f8}.profil-photo-inputs{flex:1}.profil-input-group{margin-bottom:.9rem}.profil-input-group label{display:block;font-size:.9rem;font-weight:600;margin-bottom:4px}.profil-input{width:100%;padding:.65rem .9rem;border-radius:10px;border:2px solid transparent;background:#dcf0f8;font-size:.95rem;transition:all .25s ease;box-sizing:border-box}.profil-input:focus{outline:none;border-color:#4f6db0;background:#fff;box-shadow:0 0 0 4px #4f6db01a,0 4px 12px #4f6db026}.profil-grid{display:grid;gap:1rem;margin-bottom:.9rem}.profil-grid-2{grid-template-columns:1fr 1fr}@media(max-width:640px){.profil-grid-2{grid-template-columns:1fr}}.profil-grid-2-large{grid-template-columns:2fr 1fr}@media(max-width:640px){.profil-grid-2-large{grid-template-columns:1fr}}.profil-grid-3{grid-template-columns:1fr 1fr 1fr}@media(max-width:640px){.profil-grid-3{grid-template-columns:1fr}}.profil-badges-list{display:flex;flex-wrap:wrap;gap:8px}.profil-badge-item{display:flex;align-items:center;gap:6px;font-size:.85rem;padding:5px 10px;border-radius:999px;background:#dcf0f8;cursor:pointer;transition:all .2s ease}.profil-badge-item:hover{background:#fff;box-shadow:0 2px 6px #0000001a}.profil-badge-item input{cursor:pointer}.profil-footer-actions{display:flex;justify-content:flex-end;gap:.75rem}.profil-btn{padding:.55rem 1.4rem;border-radius:10px;border:none;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.profil-btn:disabled{opacity:.6;cursor:not-allowed}.profil-btn:hover:not(:disabled){transform:translateY(-1px)}.profil-btn-primary{background:#f8d915;color:#4f6db0;box-shadow:0 4px 12px #f8d9154d}.profil-btn-primary:hover{background:#fce97a;box-shadow:0 6px 16px #f8d91566}.profil-btn-danger{background:#ffe5e5;color:#a40000;border:2px solid #ff9b9b}.profil-btn-danger:hover{background:#ffd3d3}.rich-editor img{max-width:300px;max-height:300px;object-fit:contain;display:block;margin:6px 0}.lieu-geocode-button{margin-top:8px;padding:8px 12px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .15s ease}.lieu-geocode-button:hover{background-color:#2563eb}.lieu-geocode-button:active{background-color:#1d4ed8}.lieu-geocode-button:disabled{background-color:#94a3b8;cursor:not-allowed}.lieu-error-message{margin-top:6px;padding:6px 10px;background-color:#fee2e2;border:1px solid #fecaca;color:#b91c1c;border-radius:6px;font-size:13px}.notre-impact{padding:2rem;text-align:center}.notre-impact__title{font-size:1.8rem;font-weight:600}.notre-impact__stack{display:flex;flex-direction:column;gap:8px}.notre-impact__card{width:100%;box-sizing:border-box;background:#f4f6f8;border:none;border-radius:8px;padding:12px;cursor:pointer;text-align:center}.notre-impact__value{display:block;font-size:1.6rem;font-weight:700;color:#1a7f5a;line-height:1.2}.notre-impact__label{display:block;font-size:.85rem;color:#444}.stats-modal__backdrop{position:fixed;inset:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;z-index:2000}.stats-modal__panel{z-index:2001;width:min(1100px,100%);max-height:90vh;background:#fff;border-radius:14px;box-shadow:0 12px 40px #00000040;overflow:hidden;display:flex;flex-direction:column}.stats-modal__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #eee}.stats-modal__title{font-size:1.1rem;font-weight:700}.stats-modal__close{border:none;background:transparent;font-size:1.1rem;cursor:pointer}.stats-modal__body{padding:16px;overflow:auto}.stats-modal__info{padding:12px;color:#333}.stats-modal__error{padding:12px;color:#b00020;background:#fff3f3;border-radius:10px}.stats-modal__chart{display:grid;grid-template-columns:32px 1fr;gap:12px;align-items:stretch}.stats-modal__y-label{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.9rem;color:#444;text-align:center}.stats-modal__plot{position:relative;border:1px solid #eee;border-radius:12px;padding:14px 12px 10px;background:#fff}.stats-modal__gridlines{position:absolute;inset:14px 12px 34px;background:linear-gradient(to top,rgba(0,0,0,.06) 1px,transparent 1px);background-size:100% 20%;pointer-events:none}.stats-modal__groups{height:360px;display:flex;align-items:flex-end;gap:18px;padding-bottom:22px}.stats-modal__group{height:100%;display:flex;flex-direction:column;justify-content:flex-end;min-width:120px}.stats-modal__bars{height:100%;display:flex;gap:8px;align-items:flex-end;justify-content:center;width:100%}.stats-modal__bar-wrap{height:100%;width:18px;display:flex;align-items:flex-end;justify-content:center;position:relative}.stats-modal__bar{width:100%;border-radius:6px 6px 0 0}.stats-modal__bar-value{position:absolute;bottom:-18px;font-size:.75rem;color:#333;white-space:nowrap}.stats-modal__x-tick{font-size:.85rem;color:#333}.stats-modal__legend{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px 14px;border-top:1px solid #eee;padding-top:12px}.stats-modal__legend-item{display:flex;align-items:center;gap:8px}.stats-modal__legend-swatch{width:14px;height:14px;border-radius:4px}.stats-modal__legend-text{font-size:.9rem;color:#333}.historique-page{padding:16px}.historique-page h1{margin-bottom:8px}.historique-help{margin-bottom:16px;color:#555}.historique-form{border:1px solid #dddddd;border-radius:10px;padding:12px;margin-bottom:16px}.historique-fieldset{border:none;padding:0;margin:0}.historique-legend{font-weight:700;margin-bottom:8px}.historique-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;align-items:end}.historique-field label{display:block;font-size:.9rem;margin-bottom:4px}.historique-field input[type=date]{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid #d1d5db;font-size:14px;box-sizing:border-box}.historique-field input[type=date]:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.historique-actions{display:flex;gap:8px;flex-wrap:wrap}.historique-error{background:#fff3cd;border:1px solid #ffeeba;padding:12px;border-radius:10px;margin-bottom:16px;white-space:pre-wrap}.historique-count{margin-bottom:8px;font-weight:600}.historique-table-wrapper{overflow-x:auto}.historique-table{width:100%;border-collapse:collapse;min-width:1200px}.historique-table th{text-align:left;border-bottom:1px solid #dddddd;padding:8px 6px;background:#fafafa;font-weight:600}.historique-table td{padding:8px 6px;border-bottom:1px solid #eee;vertical-align:top}.historique-empty{padding:12px;text-align:center;color:#666}.historique-description{white-space:normal}.card-menu-wrapper{position:relative}.card-menu{position:absolute;right:0;top:100%;margin-top:4px;background:#fff;border:1px solid #dddddd;border-radius:6px;box-shadow:0 2px 6px #0000001f;z-index:100;z-index:20}.card-menu button{display:block;width:100%;padding:4px 12px;background:none;border:none;text-align:left;cursor:pointer}.card-menu button:hover{background:#f5f5f5}.layout__header{position:sticky;top:0;z-index:900;padding:1rem;display:flex;flex-direction:row;align-items:center;gap:1rem;justify-content:space-between;background-color:#dcf0f8;min-height:60px;flex-wrap:wrap}@media(max-width:480px){.layout__header{padding:.75rem;gap:.5rem;min-height:48px}}@media(max-width:768px){.layout__header{padding:.75rem;gap:.75rem;min-height:54px}}.layout__header-left{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}@media(max-width:768px){.layout__header-left{gap:.75rem}}@media(max-width:480px){.layout__header-left{gap:.5rem;flex:1}}.layout__header-right{display:flex;align-items:center;gap:.5rem}@media(max-width:480px){.layout__header-right{gap:.25rem}}.layout__logo{height:32px;width:auto;flex-shrink:0}@media(max-width:768px){.layout__logo{height:28px}}@media(max-width:480px){.layout__logo{height:24px}}.layout__home-button{padding:5px;border-radius:5px;transition:background-color .2s ease-in-out;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}@media(max-width:480px){.layout__home-button{padding:4px}}.layout__home-button:hover{background-color:#0000001a}.layout__notif-button{padding:5px;border-radius:5px;transition:background-color .2s ease-in-out;border:none;background:transparent;position:relative;display:inline-flex;align-items:center;justify-content:center}@media(max-width:480px){.layout__notif-button{padding:4px}}.layout__notif-button:hover{cursor:pointer;background-color:#0000001a}@media(max-width:480px){.layout__notif-button-icon{width:18px!important;height:18px!important}}.layout__title{font-size:1.2rem;font-family:kgLHR;color:#4f6db0;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1024px){.layout__title{font-size:1.1rem}}@media(max-width:768px){.layout__title{font-size:1rem}}@media(max-width:480px){.layout__title{font-size:.9rem}}.layout__logo-link,.layout__title-link{text-decoration:none;cursor:pointer;display:flex;align-items:center;transition:opacity .2s ease-in-out;min-width:0}.layout__logo-link:hover,.layout__title-link:hover{opacity:.8}.layout__avatar-menu{position:relative;flex-shrink:0}.layout__avatar-button{width:40px;height:40px;border-radius:50%;border:2px solid rgba(0,0,0,.1);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0;flex-shrink:0}@media(max-width:480px){.layout__avatar-button{width:36px;height:36px}}.layout__avatar-button:hover{border-color:#0003;box-shadow:0 2px 8px #00000026}.layout__avatar-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.layout__avatar-icon{width:24px;height:24px;color:#666}@media(max-width:480px){.layout__avatar-icon{width:20px;height:20px}}.layout__avatar-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background-color:#fff;border-radius:12px;border:2px solid #a8d5e2;box-shadow:0 8px 24px #00000040;padding:.5rem;min-width:200px;z-index:1000;animation:fadeInUp .2s ease-out}@media(max-width:480px){.layout__avatar-dropdown{min-width:180px;right:-.5rem}}.layout__avatar-item{display:block;width:100%;padding:.75rem 1rem;text-align:left;border:none;border-radius:8px;background:transparent;color:#2c5f77;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}@media(max-width:480px){.layout__avatar-item{padding:.65rem .85rem;font-size:.85rem}}.layout__avatar-item:hover{background-color:#a8d5e2}.layout__notif-badge{position:absolute;top:-4px;right:-4px;background-color:#b91c1c;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}@media(max-width:480px){.layout__notif-badge{width:18px;height:18px;top:-2px;right:-2px;font-size:.65rem}}.layout__notification-wrapper{position:relative;display:inline-block}.layout__header-actions{display:flex;align-items:center;gap:.5rem}@media(max-width:480px){.layout__header-actions{gap:.25rem}}.notification-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background-color:#fff;border-radius:12px;border:2px solid #a8d5e2;box-shadow:0 8px 24px #00000040;z-index:1000;animation:fadeInUp .2s ease-out;max-width:400px;width:100%;max-height:500px;overflow-y:auto}@media(max-width:480px){.notification-dropdown{max-width:calc(100vw - 1rem);width:calc(100vw - 1rem);right:-.5rem;max-height:60vh}}@media(max-width:768px){.notification-dropdown{max-width:350px}}.notification-dropdown__header{padding:1rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;gap:.5rem}@media(max-width:480px){.notification-dropdown__header{padding:.75rem}}.notification-dropdown__title{font-size:1rem;font-weight:700;color:#2c5f77;margin:0}@media(max-width:480px){.notification-dropdown__title{font-size:.9rem}}.notification-dropdown__clear-btn{background:transparent;border:none;color:#4f6db0;cursor:pointer;font-size:.85rem;padding:.4rem .8rem;border-radius:6px;transition:all .2s ease}@media(max-width:480px){.notification-dropdown__clear-btn{font-size:.75rem;padding:.3rem .6rem}}.notification-dropdown__clear-btn:hover{background-color:#4f6db01a}.notification-dropdown__list{list-style:none;margin:0;padding:0;max-height:420px;overflow-y:auto}.notification-dropdown__item{padding:.75rem 1rem;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s ease;display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}@media(max-width:480px){.notification-dropdown__item{padding:.65rem .75rem}}.notification-dropdown__item:hover{background-color:#f9fafb}.notification-dropdown__item--unread{background-color:#eff6ff;border-left:3px solid #4f6db0;padding-left:calc(1rem - 3px)}@media(max-width:480px){.notification-dropdown__item--unread{padding-left:calc(.75rem - 3px)}}.notification-dropdown__item-content{flex:1;min-width:0}.notification-dropdown__item-text{font-size:.9rem;color:#2c5f77;margin:0 0 .25rem;line-height:1.4;word-break:break-word}@media(max-width:480px){.notification-dropdown__item-text{font-size:.85rem}}.notification-dropdown__item-time{font-size:.8rem;color:#9ca3af}@media(max-width:480px){.notification-dropdown__item-time{font-size:.75rem}}.notification-dropdown__item-action{background:transparent;border:none;color:#4f6db0;cursor:pointer;padding:.2rem .4rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}@media(max-width:480px){.notification-dropdown__item-action{padding:.15rem .3rem}}.notification-dropdown__item-action:hover{background-color:#4f6db01a}.notification-dropdown__empty{padding:2rem 1rem;text-align:center;color:#9ca3af}@media(max-width:480px){.notification-dropdown__empty{padding:1.5rem .75rem;font-size:.9rem}}.archives-drawer-root{position:fixed;inset:0;z-index:3000;display:flex;justify-content:flex-end;align-items:stretch}.archives-drawer-overlay{position:absolute;inset:0;background:#08182c61;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:archivesOverlayIn .18s ease-out}.archives-drawer-panel{position:relative;height:100%;width:min(500px,96vw);background:radial-gradient(circle at 12% 0%,rgba(248,217,21,.15),transparent 32%),linear-gradient(180deg,#fff,#f7faff);border-left:2px solid rgba(79,109,176,.2);box-shadow:-22px 0 44px #0003,-6px 0 16px #0f365e1f;display:flex;flex-direction:column;overflow:hidden;animation:archivesDrawerIn .24s cubic-bezier(.16,.84,.24,1)}.archives-drawer-header{padding:1rem 1.05rem;border-bottom:1px solid rgba(15,54,94,.1);display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:#ffffffe6}.archives-drawer-title{margin:0;font-family:kgLHR,sans-serif;font-size:1.12rem;font-weight:800;color:#183f72;line-height:1.2}.archives-drawer-subtitle{margin-top:.2rem;font-size:.78rem;font-weight:600;letter-spacing:.01em;color:#60718f}.archives-drawer-close{border:1px solid rgba(15,54,94,.16);background:#0f365e0a;color:#183f72;width:2.15rem;height:2.15rem;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;transition:all .2s ease}.archives-drawer-close:hover{background:#0f365e1f;transform:rotate(90deg)}.archives-drawer-close:focus-visible{outline:2px solid rgba(248,217,21,.9);outline-offset:2px}.archives-drawer-content{flex:1;overflow:auto;padding:.85rem}.archives-drawer-content__loading{padding:.8rem;color:#60718f;font-style:italic}.archives-drawer-content__error{padding:.85rem;border-radius:10px;border:1px solid rgba(203,36,49,.22);background:#cb243114}.archives-drawer-content__error-title{font-weight:800;margin-bottom:.25rem;color:#8f2030}.archives-drawer-content__error-message{color:#8f2030;opacity:.95;font-size:.84rem}@keyframes archivesOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes archivesDrawerIn{0%{transform:translate(22px);opacity:.5}to{transform:translate(0);opacity:1}}@media(max-width:760px){.archives-drawer-root{justify-content:center;align-items:flex-end}.archives-drawer-panel{width:100%;max-height:min(88vh,760px);height:auto;border-left:none;border-top:2px solid rgba(79,109,176,.22);border-top-left-radius:18px;border-top-right-radius:18px;box-shadow:0 -16px 34px #0003,0 -3px 12px #0f365e1f;animation-name:archivesDrawerUp}@keyframes archivesDrawerUp{0%{transform:translateY(24px);opacity:.5}to{transform:translateY(0);opacity:1}}}.archived-column-count{opacity:.78;font-weight:600;color:#4666a3}.archived-column-empty{padding:12px;opacity:.8;border:1px dashed rgba(15,54,94,.24);border-radius:12px;background:#4f6db00d}.archived-column-list{display:flex;flex-direction:column}.archived-card-wrapper{margin-bottom:12px;border:1px solid rgba(15,54,94,.12);border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 8px 20px #0f365e14}.archived-card-name{margin:.45rem .55rem 0;padding:.65rem .75rem;border-radius:10px;border:1px solid rgba(15,54,94,.12);background:#4f6db00d;color:#183f72;font-weight:700;font-size:.9rem;line-height:1.35;word-break:break-word}.archived-origin-column{font-size:12px;color:#5b6d8f;padding:8px 10px 0}.archived-origin-column strong{font-weight:700;color:#2d4f86}.archived-card-actions{display:flex;gap:8px;padding:8px 10px 10px;font-size:13px;align-items:center}.archived-card-actions--pending{opacity:.6;pointer-events:none}.archived-action-btn{display:inline-flex;align-items:center;gap:.35rem;border:1px solid rgba(15,54,94,.16);background:#0f365e0a;padding:.35rem .65rem;margin:0;cursor:pointer;text-decoration:none;color:#2d4f86;border-radius:8px;font-weight:700;transition:all .2s ease}.archived-action-btn:hover{background:#0f365e1a;transform:translateY(-1px)}.archived-action-btn--delete{color:#8f2030;border-color:#cb243142;background:#cb243114}.archived-action-btn--delete:hover{background:#cb243124}.archived-action-spinner{font-size:12px;opacity:.7;color:#5b6d8f}.archived-card-error{margin:0 10px 10px;padding:.5rem .65rem;color:#8f2030;font-size:12px;border-radius:8px;border:1px solid rgba(203,36,49,.22);background:#cb243114}.card-modal-checklist-block{margin-bottom:1rem;padding:.95rem;background:#4f6db00f;border-radius:12px;border:1px solid rgba(15,54,94,.14)}.card-modal-checklist-block:last-child{margin-bottom:0}.card-modal-checklist-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.card-modal-checklist-title-row{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.card-modal-checklist-title-edit{display:flex;align-items:center;gap:.5rem;flex:1}.card-modal-checklist-title-input{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid #d1d5db;font-size:14px;box-sizing:border-box}.card-modal-checklist-title-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.card-modal-checklist-title-input{flex:1;padding:.5rem .65rem;border:1px solid rgba(15,54,94,.18);border-radius:8px;font-size:.9rem}.card-modal-checklist-title-input:focus{border-color:#4f6db080;box-shadow:0 0 0 4px #4f6db024}.card-modal-checklist-title{margin:0;font-size:.95rem;font-weight:700;color:#4f6db0;cursor:pointer;transition:color .2s}.card-modal-checklist-title:hover{color:#698dad}.card-modal-checklist-progress{font-size:.8rem;color:#6b7280;font-weight:600;white-space:nowrap}.card-modal-checklist-delete{border:1px solid rgba(213,0,0,.24);background:#d5000012;color:#b00020;border-radius:8px;font-size:.8rem;font-weight:700;padding:.35rem .65rem;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.card-modal-checklist-delete:hover{background:#d5000024;transform:translateY(-1px)}.card-modal-checklists-summary{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.card-modal-checklist-summary-item{padding:.75rem;border-radius:10px;background:#fff;border:1px solid rgba(15,54,94,.12)}.card-modal-checklist-summary-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.55rem}.card-modal-checklist-summary-title{font-weight:700;color:#4f6db0;font-size:.88rem}.card-modal-checklist-progress-bar{height:8px;background:#0f365e14;border-radius:999px;overflow:hidden;margin-bottom:.7rem}.card-modal-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#5ab97a,#45a164);transition:width .25s ease}.card-modal-checklist-summary-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.card-modal-checklist-summary-item-line{display:flex;align-items:center;gap:.5rem}.card-modal-checklist-summary-checkbox{flex-shrink:0;width:18px;height:18px;cursor:pointer;accent-color:#698dad}.card-modal-checklist-summary-item-title{flex:1;font-size:.84rem;color:#213547}.card-modal-checklist-summary-item-title.checked{text-decoration:line-through;color:#9ca3af}.card-modal-checklist-summary-item-members{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.card-modal-checklist-summary-avatar{width:24px;height:24px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#4f6db026;cursor:pointer;transition:transform .2s ease}.card-modal-checklist-summary-avatar:hover{transform:scale(1.08)}.card-modal-checklist-summary-avatar img{width:100%;height:100%;object-fit:cover}.card-modal-checklist-summary-avatar-initial{font-size:11px;font-weight:700;color:#4f6db0}.card-modal-checklists-dialog-backdrop{position:fixed;inset:0;background:#08182c73;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.card-modal-checklists-manage-dialog{background:#fff;border-radius:24px;border:2px solid #dcf0f8;box-shadow:0 24px 56px #00000038,0 6px 20px #00000024;max-width:860px;width:min(94vw,860px);max-height:88vh;display:flex;flex-direction:column;overflow:hidden}.card-modal-checklists-manage-header{display:flex;align-items:center;justify-content:space-between;padding:1.35rem 1.45rem 1.1rem;border-bottom:1px solid rgba(15,54,94,.1)}.card-modal-checklists-manage-header h3{margin:0;font-family:kgLHR,sans-serif;font-size:1.15rem;font-weight:800;line-height:1.2;color:#4f6db0;position:relative}.card-modal-checklists-manage-header h3:after{content:"";position:absolute;left:0;bottom:-10px;width:54px;height:3px;border-radius:999px;background:#f8d915}.card-modal-checklists-manage-actions{padding:1rem 1.45rem;border-bottom:1px solid rgba(15,54,94,.1)}.card-modal-checklists-manage-content{flex:1;overflow-y:auto;padding:1.1rem 1.45rem 1.45rem}.card-modal-checklists-manage-content::-webkit-scrollbar{width:8px}.card-modal-checklists-manage-content::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px}.card-modal-checklists-manage-content::-webkit-scrollbar-track{background:transparent}.card-modal-checklist-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.card-modal-checklist-item{display:flex;align-items:flex-start;padding:.6rem;background:#fff;border:1px solid rgba(15,54,94,.14);border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease;cursor:grab}.card-modal-checklist-item:hover{border-color:#4f6db047;box-shadow:0 6px 18px #0f365e1f}.card-modal-checklist-item:active{cursor:grabbing}.card-modal-checklist-item--checked{opacity:.72}.card-modal-checklist-item--checked .card-modal-checklist-item-title{text-decoration:line-through;color:#9ca3af}.card-modal-checklist-item--drag-over{border-color:#4f6db08c;background:#4f6db014;border-style:dashed}.card-modal-checklist-item-edit{width:100%;display:flex;flex-direction:column;gap:.75rem}.card-modal-checklist-item-edit-title{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid #d1d5db;font-size:14px;box-sizing:border-box}.card-modal-checklist-item-edit-title:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.card-modal-checklist-item-edit-title{width:100%;padding:.5rem .65rem;border:1px solid rgba(15,54,94,.18);border-radius:8px;font-size:.875rem}.card-modal-checklist-item-edit-title:focus{border-color:#4f6db080;box-shadow:0 0 0 4px #4f6db024}.card-modal-checklist-item-edit-dates{display:flex;flex-direction:column;gap:.5rem}.card-modal-checklist-item-edit-date-block{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.card-modal-checklist-item-edit-date-block span{font-size:.82rem;color:#6b7280;min-width:70px;font-weight:600}.card-modal-checklist-item-edit-date-block input[type=date],.card-modal-checklist-item-edit-date-block input[type=time]{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid #d1d5db;font-size:14px;box-sizing:border-box}.card-modal-checklist-item-edit-date-block input[type=date]:focus,.card-modal-checklist-item-edit-date-block input[type=time]:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.card-modal-checklist-item-edit-date-block input[type=date],.card-modal-checklist-item-edit-date-block input[type=time]{padding:.35rem .45rem;border-radius:8px;border:1px solid rgba(15,54,94,.16);font-size:.82rem}.card-modal-checklist-item-edit-date-inputs{display:flex;flex-direction:row;width:100%;gap:.5rem}.card-modal-checklist-item-edit-actions{display:flex;gap:.5rem}.card-modal-checklist-item-line{display:flex;align-items:center;gap:.75rem;width:100%}.card-modal-checklist-item-checkbox{display:flex;align-items:center;flex-shrink:0}.card-modal-checklist-item-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#698dad}.card-modal-checklist-item-content{flex:1;min-width:0;cursor:pointer}.card-modal-checklist-item-title{font-size:.86rem;color:#213547;word-break:break-word}.card-modal-checklist-item-date{font-size:.75rem;color:#6b7280}.card-modal-checklist-item-avatar{width:24px;height:24px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;margin-left:4px;background:#4f6db026;flex-shrink:0}.card-modal-checklist-item-avatar img{width:100%;height:100%;object-fit:cover}.card-modal-checklist-item-avatar span{font-size:12px;font-weight:700;color:#4f6db0}.card-modal-checklist-item-actions{display:flex;gap:.375rem;align-items:center;flex-shrink:0}.card-modal-checklist-item-delete,.card-modal-checklist-item-members{border:1px solid rgba(15,54,94,.14);background:#4f6db014;color:#4f6db0;padding:.2rem .3rem;border-radius:8px;cursor:pointer;font-size:1rem;line-height:1;transition:transform .2s ease,background-color .2s ease}.card-modal-checklist-item-delete:hover,.card-modal-checklist-item-members:hover{background:#4f6db029;transform:translateY(-1px)}.card-modal-checklist-item-delete{color:#b00020;border-color:#d5000033;background:#d500000f}.card-modal-checklist-item-delete:hover{background:#d5000024}.card-modal-checklist-item-empty{padding:.9rem;text-align:center;color:#6b7280;font-size:.84rem;font-style:italic}.card-modal-checklist-add{margin-top:.7rem}.card-modal-checklist-add-form{display:flex;flex-direction:column;gap:.75rem;padding:.75rem;background:#4f6db00f;border:1px solid rgba(15,54,94,.12);border-radius:10px}.card-modal-checklist-add-form input[type=text]{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid #d1d5db;font-size:14px;box-sizing:border-box}.card-modal-checklist-add-form input[type=text]:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.card-modal-checklist-add-form input[type=text]{width:100%;padding:.5rem .65rem;border-radius:8px;border:1px solid rgba(15,54,94,.18);font-size:.86rem}.card-modal-checklist-add-form input[type=text]:focus{border-color:#4f6db080;box-shadow:0 0 0 4px #4f6db024}.card-modal-checklist-add-dates{display:flex;flex-direction:column;gap:.5rem}.card-modal-checklist-add-date-block{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.card-modal-checklist-add-date-block span{font-size:.82rem;color:#6b7280;min-width:70px;font-weight:600}.card-modal-checklist-add-date-block input[type=date],.card-modal-checklist-add-date-block input[type=time]{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid #d1d5db;font-size:14px;box-sizing:border-box}.card-modal-checklist-add-date-block input[type=date]:focus,.card-modal-checklist-add-date-block input[type=time]:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.card-modal-checklist-add-date-block input[type=date],.card-modal-checklist-add-date-block input[type=time]{padding:.35rem .45rem;border-radius:8px;border:1px solid rgba(15,54,94,.16);font-size:.82rem}.card-modal-checklists-dialog{position:relative;background:#fff;padding:1.35rem;border-radius:24px;border:2px solid #dcf0f8;max-width:520px;width:100%;box-shadow:0 24px 56px #00000038,0 6px 20px #00000024}.card-modal-checklists-dialog h3{margin:0;font-family:kgLHR,sans-serif;font-size:1.15rem;font-weight:800;line-height:1.2;color:#4f6db0;position:relative}.card-modal-checklists-dialog h3:after{content:"";position:absolute;left:0;bottom:-8px;width:54px;height:3px;border-radius:999px;background:#f8d915}.card-modal-checklists-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding-bottom:.95rem;border-bottom:1px solid rgba(15,54,94,.1)}.card-modal-checklists-dialog-row{display:flex;flex-direction:column;gap:.45rem;margin-bottom:.95rem;font-size:.84rem;color:#6b7280;font-weight:600}.card-modal-checklists-dialog-row input,.card-modal-checklists-dialog-row select{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid #d1d5db;font-size:14px;box-sizing:border-box}.card-modal-checklists-dialog-row input:focus,.card-modal-checklists-dialog-row select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.card-modal-checklists-dialog-row input,.card-modal-checklists-dialog-row select{padding:.55rem .6rem;border-radius:8px;border:1px solid rgba(15,54,94,.18);font-size:.86rem}.card-modal-checklists-dialog-row input:focus,.card-modal-checklists-dialog-row select:focus{border-color:#f8d915;box-shadow:0 0 0 4px #f8d91533}.card-modal-checklists-dialog-row select{cursor:pointer}.card-modal-checklists-dialog-actions{display:flex;gap:.7rem;margin-top:1.2rem}.card-modal-save-button,.card-modal-cancel-button{border:none;border-radius:10px;font-size:.85rem;font-weight:700;cursor:pointer;padding:.5rem .95rem;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.card-modal-save-button:disabled,.card-modal-cancel-button:disabled{opacity:.6;cursor:not-allowed}.card-modal-save-button:hover:not(:disabled),.card-modal-cancel-button:hover:not(:disabled){transform:translateY(-1px)}.card-modal-save-button{background:#f8d915;color:#4f6db0;box-shadow:0 4px 12px #f8d9154d}.card-modal-save-button:hover:not(:disabled){background:#fce97a}.card-modal-cancel-button{background:#4f6db014;color:#4f6db0;border:1px solid rgba(15,54,94,.14)}.card-modal-cancel-button:hover:not(:disabled){background:#4f6db029}.card-modal-attachments-header-actions{display:flex;gap:.5rem;align-items:center}.card-modal-attachment-checkbox{display:inline-block;margin-right:.5rem;vertical-align:middle}.card-modal-attachment-checkbox input{cursor:pointer}@media(max-width:720px){.card-modal-checklists-manage-dialog{width:96vw;max-height:90vh}.card-modal-checklists-manage-header,.card-modal-checklists-manage-actions,.card-modal-checklists-manage-content{padding-left:.9rem;padding-right:.9rem}.card-modal-checklist-item-line{align-items:center}}.layout__notif-button{position:relative}.layout__notif-badge{position:absolute;top:-4px;right:-4px;background-color:#b91c1c;color:#fff;font-size:11px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center}@media(max-width:480px){.layout__notif-badge{font-size:9px;padding:1px 4px;min-width:16px}}.layout__notification-wrapper{position:relative}.notification-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:380px;max-height:500px;background:#fff;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:1000;display:flex;flex-direction:column}@media(max-width:768px){.notification-dropdown{width:350px;max-height:450px}}@media(max-width:480px){.notification-dropdown{position:fixed;top:64px;left:.5rem;right:.5rem;width:auto;max-height:calc(100dvh - 72px);border-radius:14px;box-shadow:0 10px 24px #0003;z-index:1200}}.notification-dropdown__header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e5e7eb}@media(max-width:480px){.notification-dropdown__header{padding:12px}}.notification-dropdown__title{margin:0;font-size:18px;font-weight:600}@media(max-width:480px){.notification-dropdown__title{font-size:16px}}.notification-dropdown__mark-all{background:none;border:none;color:#4f6db0;font-size:12px;cursor:pointer;padding:4px 8px;transition:all .2s ease}@media(max-width:480px){.notification-dropdown__mark-all{font-size:11px;padding:4px 3px}}.notification-dropdown__mark-all:hover{text-decoration:underline}.notification-dropdown__list{overflow-y:auto;max-height:450px}@media(max-width:768px){.notification-dropdown__list{max-height:390px}}@media(max-width:480px){.notification-dropdown__list{max-height:calc(100dvh - 140px)}}.notification-dropdown__empty{padding:40px 16px;text-align:center;color:#6b7280;font-size:14px}@media(max-width:480px){.notification-dropdown__empty{padding:30px 12px;font-size:12px}}.notification-item{display:flex;gap:12px;padding:12px 16px;border-bottom:1px solid #f5f5f5;cursor:pointer;transition:background-color .2s}@media(max-width:480px){.notification-item{padding:8px 12px;gap:8px}}.notification-item:hover{background-color:#f5f5f5}.notification-item--unread{background-color:#dcf0f8}.notification-item--unread:hover{background-color:#c9e8f4}.notification-item__avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;overflow:hidden}@media(max-width:480px){.notification-item__avatar{width:36px;height:36px}}.notification-item__avatar img{width:100%;height:100%;object-fit:cover}.notification-item__avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#6b7280;color:#fff;font-size:14px;font-weight:600}@media(max-width:480px){.notification-item__avatar-placeholder{font-size:12px}}.notification-item__content{flex:1;min-width:0}.notification-item__message{margin:0 0 4px;font-size:14px;line-height:1.4;color:#213547}@media(max-width:480px){.notification-item__message{font-size:12px;line-height:1.35}}.notification-item__time{font-size:12px;color:#6b7280}@media(max-width:480px){.notification-item__time{font-size:11px}}.notification-item__unread-badge{flex-shrink:0;width:8px;height:8px;border-radius:50%;background-color:#4f6db0;margin-top:6px}@media(max-width:480px){.notification-item__unread-badge{width:6px;height:6px;margin-top:5px}}.card-modal-member-item--centered{align-items:flex-start}.card-modal-member-avatar{width:40px;height:40px}.card-atelier-roles__star-badge{position:absolute;top:-4px;right:-4px;z-index:5;width:18px;height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 1px 3px #00000040;line-height:1;pointer-events:none}.card-atelier-roles__star-icon{color:#facc15;font-size:14px}.card-atelier-roles__avatar-wrapper{position:relative;width:40px;height:40px;flex:0 0 40px}.photo-modal__overlay{position:fixed;inset:0;background:#08182c73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:16px;z-index:10000}.photo-modal__modal{width:min(1100px,96vw);height:min(820px,92vh);background:#fff;color:#1d2940;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 56px #00000038,0 6px 20px #00000024;border:2px solid #dbe6f5}.photo-modal__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(15,54,94,.1)}.photo-modal__title-wrap{display:flex;flex-direction:column;gap:4px}.photo-modal__title{font-family:kgLHR,sans-serif;font-size:1.05rem;font-weight:800;color:#183f72}.photo-modal__counter{font-size:12px;color:#60718f;font-weight:600}.photo-modal__close-btn{appearance:none;border:1px solid rgba(15,54,94,.16);background:#0f365e0a;color:#183f72;border-radius:10px;padding:6px 10px;cursor:pointer;transition:all .2s ease}.photo-modal__close-btn:hover{background:#0f365e1a;transform:rotate(90deg)}.photo-modal__body{flex:1;display:flex;align-items:center;justify-content:center;background:#f8fbff;overflow:hidden}.photo-modal__viewer{width:100%;height:100%;padding:12px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.photo-modal__image{max-width:100%;max-height:100%;object-fit:contain;border-radius:10px;-webkit-user-select:none;user-select:none;display:block;box-shadow:0 8px 22px #0f365e1f;background:#fff}.photo-modal__iframe{width:100%;height:100%;border:1px solid rgba(15,54,94,.14);border-radius:10px;background:#fff}.photo-modal__empty{color:#60718f;font-size:14px;font-style:italic}.photo-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-top:1px solid rgba(15,54,94,.1);background:#fff}.photo-modal__nav{display:flex;gap:10px}.photo-modal__nav-btn{appearance:none;border:1px solid rgba(15,54,94,.16);background:#0f365e0a;color:#183f72;border-radius:10px;padding:8px 12px;cursor:pointer;font-weight:600;transition:all .2s ease}.photo-modal__nav-btn:hover{background:#0f365e1a;transform:translateY(-1px)}.photo-modal__nav-btn--disabled{opacity:.45;cursor:not-allowed;pointer-events:auto;transform:none}.photo-modal__right-actions{display:flex;align-items:center;gap:12px}.photo-modal__open-new-tab{color:#2f5690;opacity:.95;text-decoration:underline;font-size:13px;font-weight:600}.photo-modal__download-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;background:#4f6db0;color:#fff;border-radius:10px;padding:8px 12px;font-weight:700;cursor:pointer;transition:all .2s ease}.photo-modal__download-btn:hover{background:#5f7cc0;transform:translateY(-1px)}.photo-modal__download-btn--disabled{opacity:.45;cursor:not-allowed;transform:none}.members-checklistitem-backdrop{position:fixed;inset:0;background:#08182c73;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.members-checklistitem-modal{background:#fff;border-radius:24px;border:2px solid #dcf0f8;box-shadow:0 24px 56px #00000038,0 6px 20px #00000024;width:min(94vw,500px);max-height:88vh;display:flex;flex-direction:column;overflow:visible;animation:popup-modal-fade-in .2s ease-out}.members-checklistitem-header{display:flex;align-items:center;justify-content:space-between;padding:1.35rem 1.45rem 1.1rem;border-bottom:1px solid rgba(15,54,94,.1)}.members-checklistitem-title{margin:0;font-family:kgLHR,sans-serif;font-size:1.15rem;font-weight:800;line-height:1.2;color:#4f6db0;position:relative}.members-checklistitem-title:after{content:"";position:absolute;left:0;bottom:-10px;width:54px;height:3px;border-radius:999px;background:#f8d915}.members-checklistitem-close{border:none;background:transparent;cursor:pointer;font-size:1.5rem;line-height:1;width:36px;height:36px;border-radius:50%;color:#4f6db0;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.members-checklistitem-close:hover{background:#dcf0f8;transform:rotate(90deg)}.members-checklistitem-intro{padding:1.1rem 1.45rem 0;margin:0 0 1rem;font-size:.9rem;color:#6b7280}.members-checklistitem-error{margin:0 1.45rem 1rem;color:#8f2030;background:#cb243114;border:1px solid rgba(203,36,49,.2);border-radius:10px;padding:.6rem .75rem;font-size:.84rem;font-weight:600}.members-checklistitem-selected-wrapper{padding:1.1rem 1.45rem;border-top:1px solid rgba(15,54,94,.1);background:#0f365e05;flex:1;overflow-y:auto}.members-checklistitem-selected-title{font-size:.95rem;font-weight:700;color:#4f6db0;margin:0 0 .75rem}.members-checklistitem-selected-empty{font-size:.85rem;color:#6b7280;font-style:italic;margin:0}.members-checklistitem-selected{display:flex;flex-wrap:wrap;gap:.5rem}.members-checklistitem-selected-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .6rem;background:#fff;border-radius:999px;border:1px solid rgba(15,54,94,.14);box-shadow:0 2px 4px #0000000d}.members-checklistitem-selected-login{font-size:.85rem;font-weight:600;color:#4f6db0}.members-checklistitem-footer{padding:1rem 1.45rem;border-top:1px solid rgba(15,54,94,.1);display:flex;justify-content:flex-end;background:#fff;border-radius:0 0 24px 24px}.members-checklistitem-footer-button{border-radius:8px;padding:.6em 1.2em;font-size:1em;font-weight:500;cursor:pointer;transition:border-color .25s ease;border:1px solid transparent;background-color:#fff;border-color:#d1d5db;color:#111827}.members-checklistitem-footer-button:hover:not(:disabled){background-color:#f3f4f6}.members-checklistitem-footer-button{border-radius:10px;font-weight:700;padding:.6rem 1.4rem}.membres-checklistitem__avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0;box-shadow:0 1px 3px #0000001a}.membres-checklistitem__avatar-placeholder{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#4f6db0,#698dad);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0;box-shadow:0 1px 3px #0000001a}.membres-checklistitem__saving-indicator{font-size:12px;opacity:.7;margin-left:.2rem}.membres-combobox{position:relative;width:100%;padding:0 1.45rem 1rem;box-sizing:border-box}.membres-combobox-label{font-size:.9rem;font-weight:600;color:#3a4850;margin-bottom:.5rem}.membres-combobox-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-radius:12px;background:#dcf0f8;border:2px solid transparent;color:#3a4850;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.membres-combobox-trigger:hover:not(:disabled){background:#fff;border-color:#4f6db0}.membres-combobox-trigger:focus{outline:none;background:#fff;border-color:#4f6db0;box-shadow:0 0 0 4px #4f6db01a}.membres-combobox-trigger:disabled{opacity:.6;cursor:not-allowed}.membres-combobox-arrow{font-size:.8rem;opacity:.7}.membres-combobox-panel{position:absolute;top:calc(100% - .5rem);left:1.45rem;right:1.45rem;background:#fff;border-radius:12px;border:2px solid #dcf0f8;box-shadow:0 8px 24px #00000026;z-index:100;overflow:hidden;display:flex;flex-direction:column;max-height:250px;animation:popup-modal-fade-in .15s ease-out}.membres-combobox-search{padding:.75rem;border-bottom:1px solid rgba(15,54,94,.08);background:#0f365e05}.membres-combobox-search input{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid #d1d5db;font-size:14px;box-sizing:border-box}.membres-combobox-search input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.membres-combobox-search input{font-size:.85rem;padding:.5rem .75rem;border-radius:8px;border:1px solid rgba(15,54,94,.16)}.membres-combobox-search input:focus{border-color:#4f6db0;box-shadow:0 0 0 3px #4f6db01a}.membres-combobox-empty{padding:1rem;text-align:center;color:#6b7280;font-size:.85rem;font-style:italic}.membres-combobox-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid rgba(15,54,94,.04);margin:0}.membres-combobox-item:last-child{border-bottom:none}.membres-combobox-item:hover:not(.membres-combobox-item--locked){background:#dcf0f8}.membres-combobox-item--locked{opacity:.6;cursor:not-allowed;background:#0f365e05}.membres-combobox-item input[type=checkbox]{width:16px;height:16px;cursor:inherit;accent-color:#4f6db0;margin:0}.membres-combobox-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;box-shadow:0 1px 3px #0000001a;flex-shrink:0}.membres-combobox-avatar--placeholder{background:linear-gradient(135deg,#4f6db0,#698dad);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.membres-combobox-login{font-size:.85rem;font-weight:600;color:#4f6db0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-modal-agenda-section{margin-bottom:1rem}.card-modal-agenda-section h3{font-size:.82rem;font-weight:700;color:#4f6db0;margin:0;text-transform:uppercase;letter-spacing:.04em}.card-modal-agenda-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.card-modal-agenda-view{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media(max-width:768px){.card-modal-agenda-view{grid-template-columns:1fr}}.card-modal-agenda-view>div{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;color:#213547;line-height:1.5;background:#0f365e08;border:1px solid rgba(15,54,94,.1);border-radius:12px;padding:.7rem .8rem;min-width:0}.card-modal-agenda-view>div strong{font-size:.75rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.card-modal-agenda-view>div>:not(strong){overflow-wrap:anywhere;word-break:break-word}.card-modal-agenda-view .card-agenda__view-publics,.card-modal-agenda-view .card-agenda__view-multiline{grid-column:1/-1;align-items:flex-start;min-height:auto}.card-agenda__view-publics,.card-agenda__view-multiline{display:flex;flex-direction:column;gap:.4rem;font-size:.875rem;color:#213547;line-height:1.5;min-width:0}.card-agenda__view-publics strong,.card-agenda__view-multiline strong{font-size:.75rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.card-agenda__public-tags{display:flex;flex-wrap:wrap;gap:.35rem}.card-agenda__public-tag{display:inline-flex;align-items:center;padding:.22rem .52rem;border-radius:999px;font-size:.78rem;font-weight:600;color:#4f6db0;background:#0f365e14;border:1px solid rgba(15,54,94,.15);max-width:100%;overflow-wrap:anywhere}.card-agenda__multiline-value{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.card-agenda__publics-header{display:flex;align-items:center;gap:.5rem}.card-agenda__publics-header strong{font-weight:600;color:#213547}.card-agenda__publics-error{color:#b91c1c;font-size:12px}.card-agenda__publics-empty{font-style:italic;color:#6b7280;font-size:.875rem}.card-agenda__publics-list{margin-top:.5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}@media(max-width:768px){.card-agenda__publics-list{grid-template-columns:1fr}}.card-agenda__public-checkbox{display:flex;gap:.5rem;align-items:center;font-size:.875rem;cursor:pointer}.card-agenda__public-checkbox input[type=checkbox]{accent-color:#4f6db0;width:14px;height:14px;cursor:pointer}.card-modal-agenda-edit{display:flex;flex-direction:column;gap:.75rem}.card-agenda__textarea{width:100%}.card-modal-agenda-row{display:flex;flex-wrap:wrap;gap:.75rem}.card-modal-agenda-row>label{display:flex;flex-direction:column;gap:4px;font-size:.875rem;font-weight:500;color:#213547;flex:1 1 160px}.card-modal-agenda-row>label input[type=date],.card-modal-agenda-row>label input[type=time],.card-modal-agenda-row>label input[type=text],.card-modal-agenda-row>label textarea{padding:.5rem .75rem;border:1px solid rgba(15,54,94,.16);border-radius:14px;font-size:.9rem;font-family:inherit;color:#213547;background:#fafbfc;transition:border-color .15s ease,box-shadow .15s ease}.card-modal-agenda-row>label input[type=date]:focus,.card-modal-agenda-row>label input[type=time]:focus,.card-modal-agenda-row>label input[type=text]:focus,.card-modal-agenda-row>label textarea:focus{outline:none;border-color:#0f365e57;box-shadow:0 0 0 3px #f8d91538;background:#fff}.card-modal-agenda-row>label textarea{resize:vertical;line-height:1.6;min-height:34px}.card-modal-agenda-row .card-modal-publics{flex:1 1 100%}.card-modal-agenda-edit-actions{display:flex;gap:.5rem;margin-top:.25rem}@media(max-width:560px){.card-modal-agenda-section{margin-bottom:.75rem}.card-modal-agenda-section h3{font-size:.74rem;letter-spacing:.02em;gap:.35rem}.card-modal-agenda-header{margin-bottom:.55rem;gap:.45rem;align-items:flex-start}.card-modal-agenda-header .card-modal-inline-edit-button{margin-left:auto;padding:.25rem .55rem;font-size:.72rem}.card-modal-agenda-view{gap:.45rem}.card-modal-agenda-view>div{padding:.52rem .58rem;border-radius:10px;gap:.25rem;font-size:.79rem;line-height:1.35}.card-modal-agenda-view>div strong{font-size:.67rem}.card-modal-agenda-view .card-agenda__view-publics,.card-modal-agenda-view .card-agenda__view-multiline{min-height:74px}.card-agenda__public-tag{padding:.16rem .42rem;font-size:.72rem}.card-agenda__publics-list{grid-template-columns:1fr;gap:4px}.card-agenda__public-checkbox{gap:.4rem;font-size:.78rem}.card-agenda__public-checkbox input[type=checkbox]{width:13px;height:13px}.card-agenda__publics-empty,.card-agenda__publics-error{font-size:.74rem}.card-modal-agenda-edit{gap:.55rem}.card-modal-agenda-row{gap:.5rem}.card-modal-agenda-row>label{flex:1 1 100%;font-size:.78rem;gap:3px}.card-modal-agenda-row>label input[type=date],.card-modal-agenda-row>label input[type=time],.card-modal-agenda-row>label input[type=text],.card-modal-agenda-row>label textarea{padding:.42rem .56rem;border-radius:10px;font-size:.8rem}.card-modal-agenda-row>label textarea{min-height:68px;line-height:1.35}.card-modal-agenda-edit-actions{margin-top:.15rem}.card-modal-agenda-edit-actions .card-modal-save-button,.card-modal-agenda-edit-actions .card-modal-cancel-button{flex:1;min-height:36px;padding:.4rem .5rem;font-size:.76rem}}.card-etiquettes__tag--colored{border-radius:5px}.members-modal__member-badge{margin-top:4px}.members-modal__member-theme-picker{margin-top:10px}.cover-modal-section{margin-bottom:1rem;padding:.9rem;border-radius:14px;border:1px solid rgba(15,54,94,.12);background:#4f6db00a}.cover-modal-section__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.cover-modal-section__title{margin:0;font-size:.95rem;font-weight:800;color:#183f72}.cover-modal-section__loading{font-size:12px;color:#60718f;font-weight:600}.cover-modal-section__empty{margin-top:8px;color:#60718f;font-style:italic}.cover-modal-section__hint{margin-top:8px;font-size:12px;color:#60718f}.cover-modal-gallery{margin-top:10px;display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px}.cover-modal-gallery__item{border:1px solid rgba(15,54,94,.14);border-radius:10px;padding:0;background:#fff;cursor:pointer;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.cover-modal-gallery__item:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0f365e24}.cover-modal-gallery__item:disabled{cursor:not-allowed;opacity:.65}.cover-modal-gallery__item img{width:100%;height:90px;object-fit:cover;display:block}.tableau-filter-multi--members{max-height:240px;overflow-y:auto}.tableau-filter-member-option{display:flex;align-items:center;gap:8px;margin-bottom:4px}.tableau-filter-member-left{display:flex;align-items:center;gap:8px}.tableau-filter-member-avatar{width:30px;height:30px;border-radius:50%;overflow:hidden;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#374151;flex-shrink:0}.tableau-filter-member-avatar img{width:100%;height:100%;object-fit:cover}.rich-text-editor{position:relative;border:1px solid rgba(79,109,176,.14);border-radius:14px;background:#ffffffeb;box-shadow:inset 0 1px #ffffffa6;padding:.7rem}.rich-text-editor__toolbar{margin-bottom:.7rem;display:flex;flex-wrap:wrap;gap:.4rem;padding-bottom:.65rem;border-bottom:1px solid rgba(79,109,176,.12)}.rich-text-editor__toolbar-button{width:36px;height:36px;border:1px solid rgba(79,109,176,.14);border-radius:10px;background:#4f6db00d;color:#4f6db0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.rich-text-editor__toolbar-button:hover{background:#4f6db024;border-color:#4f6db047;transform:translateY(-1px);box-shadow:0 4px 10px #4f6db029}.rich-text-editor__toolbar-button:active{transform:translateY(0)}.rich-text-editor__toolbar-button svg{flex-shrink:0}.rich-text-editor__btn-bold{font-weight:700}.rich-text-editor__btn-italic{font-style:italic}.rich-text-editor__btn-underline{text-decoration:underline}.rich-text-editor__btn-link{margin-left:8px}.rich-text-editor__link-input{display:flex;gap:4px;align-items:center;margin-top:4px}.rich-text-editor__link-input input{flex:1;padding:4px}.rich-text-editor__mentions-container{position:absolute;z-index:9999;background:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 4px 12px #0000001a;max-height:240px;overflow-y:auto;min-width:260px}.rich-text-editor__mentions-header{font-size:12px;opacity:.7;padding:4px 8px}.rich-text-editor__mentions-empty{padding:8px;font-size:13px;opacity:.7}.rich-text-editor__mention-item{padding:6px 10px;cursor:pointer;border:none;background:transparent;width:100%;text-align:left;display:flex;align-items:center;gap:8px;font-size:13px}.rich-text-editor__mention-item:hover{background:#f3f4f6}.rich-text-editor__mention-item--selected{background:#e5e7eb}.rich-text-editor__mention-avatar{width:22px;height:22px;border-radius:50%;background-color:#d1d5db;object-fit:cover}.rich-text-editor__mention-avatar-placeholder{width:22px;height:22px}.rich-text-editor__mention-info{flex:1;min-width:0}.rich-text-editor__mention-name{color:#8b5cf6;font-weight:600}.rich-text-editor__mention-login{margin-left:8px;font-size:12px;opacity:.65}.rich-text-editor__emoji-picker{position:absolute;top:54px;left:0;background:#fff;padding:8px;border:1px solid rgba(79,109,176,.16);border-radius:12px;display:grid;grid-template-columns:repeat(10,1fr);gap:4px;max-height:180px;overflow-y:auto;width:260px;z-index:999;box-shadow:0 12px 30px #00000024}.rich-text-editor__emoji-btn{font-size:18px;width:28px;height:28px;line-height:28px;padding:0;margin:0;border:none;background:transparent;cursor:pointer;border-radius:8px}.rich-text-editor__emoji-btn:hover{background:#4f6db014}.rich-text-editor__mentions-dropdown{position:fixed;background:#fff;border:1px solid rgba(79,109,176,.16);border-radius:12px;box-shadow:0 8px 30px #0000001f;padding:8px;z-index:2000;min-width:220px;max-height:220px;overflow-y:auto}.rich-text-editor__mention-avatar-img{width:22px;height:22px;border-radius:50%;object-fit:cover;flex:0 0 auto}.rich-text-editor__mention-avatar-empty{width:22px;height:22px;border-radius:50%;background:#eee;flex:0 0 auto}.rich-text-editor__mention-card-hint{margin-left:8px;font-size:12px;opacity:.65}@media(max-width:560px){.rich-text-editor{padding:.5rem}.rich-text-editor__toolbar{gap:.25rem;margin-bottom:.5rem;padding-bottom:.45rem}.rich-text-editor__toolbar-button{width:32px;height:32px;border-radius:8px}.rich-text-editor .rich-editor{--rte-min-height: 96px;padding:8px!important;font-size:.85rem;line-height:1.4}}.text-with-tags{position:relative}.text-with-tags__search-box{border:1px solid #ccc;padding:6px;border-radius:4px}.text-with-tags__popup-container{display:flex;align-items:center;gap:10px}.text-with-tags__popup-avatar{width:40px;height:40px;border-radius:50%;background-color:#e5e7eb;object-fit:cover}.text-with-tags__popup-avatar-placeholder{width:40px;height:40px;border-radius:50%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#374151}.text-with-tags__popup-info{min-width:0}.text-with-tags__popup-name{font-weight:800;font-size:14px}.text-with-tags__popup-id{font-size:12px;opacity:.7}.text-with-tags__popup-close{background:transparent;border:none;cursor:pointer;font-size:18px;padding:4px;margin-left:auto}.etiquette-combobox{display:flex;flex-direction:column;gap:6px}.etiquette-combobox__label{font-size:12px;opacity:.8}.etiquette-combobox__select{padding:6px;border:1px solid #ccc;border-radius:4px;font-size:14px}.etiquette-combobox__dropdown{position:absolute;background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #0000001a;max-height:200px;overflow-y:auto;z-index:100}.lieu-row{width:100%}.lieu-map{width:100%;height:250px}.commune-seule{position:relative;width:100%}.commune-seule__label{display:block}.commune-seule__input{width:100%;padding:6px}.commune-seule__dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #0000001a;max-height:200px;overflow-y:auto;z-index:50;list-style:none;padding:0;margin:0;width:100%}.commune-seule__item{padding:6px 10px;cursor:pointer;border:none;background:transparent;width:100%;text-align:left}.commune-seule__item:hover{background-color:#f3f4f6}.communes{position:relative;width:100%}.communes__select{width:100%}.communes__dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #0000001a;max-height:200px;overflow-y:auto;z-index:50;list-style:none;padding:0;margin:0;width:100%}.communes__item{padding:6px 10px;cursor:pointer;border:none;background:transparent;width:100%;text-align:left}.communes__item:hover{background-color:#f3f4f6}.communes__textarea-label{margin-top:10px;display:block}.communes__textarea{width:100%}.lieu-wrapper{display:flex;gap:1rem;width:100%}@media(max-width:768px){.lieu-wrapper{flex-direction:column}}@media(max-width:480px){.lieu-wrapper{gap:.5rem}}.lieu-wrapper .lieu-form{flex:1;display:flex;flex-direction:column;gap:.75rem}.lieu-wrapper .lieu-map{flex:1;height:100%;min-height:350px}@media(max-width:768px){.lieu-wrapper .lieu-map{min-height:200px}}@media(max-width:480px){.lieu-wrapper .lieu-map{min-height:150px}}.lieu-map .leaflet-container{width:100%;height:100%}.lieu-form{display:flex;flex-direction:column;gap:.9rem}.lieu-row{display:flex;flex-wrap:wrap;gap:.75rem}.lieu-label{display:flex;flex-direction:column;flex:1;font-size:.9rem;font-weight:600;gap:4px}.lieu-label input{width:100%;padding:.65rem .9rem;border-radius:10px;border:2px solid transparent;background:#dcf0f8;font-size:.9rem;transition:all .25s ease;box-sizing:border-box}.lieu-label input:focus{outline:none;border-color:#4f6db0;background:#fff;box-shadow:0 0 0 4px #4f6db01a,0 4px 12px #4f6db026}.lieu-geocode-button{padding:.55rem 1.3rem;border-radius:10px;border:none;font-size:.9rem;font-weight:600;cursor:pointer;background:#f8d915;color:#4f6db0;box-shadow:0 4px 12px #f8d9154d;transition:all .2s ease}.lieu-geocode-button:hover{background:#fce97a;transform:translateY(-1px);box-shadow:0 6px 16px #f8d91566}.lieu-geocode-button:active{transform:translateY(0)}.lieu-error-message{width:100%;padding:.6rem .9rem;border-radius:10px;font-size:.85rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);box-shadow:0 4px 10px #ee5a6f40}.lieu-map{width:100%;height:300px;border-radius:14px;overflow:hidden;border:2px solid #dcf0f8;box-shadow:0 10px 24px #0000002e}.lieu-map .leaflet-container{width:100%;height:100%;border-radius:14px}.lieu-row:has(input[type=number]){gap:.75rem}.lieu-row:has(input[type=number]) .lieu-label{flex:1}.communes{position:relative;display:flex;gap:.75rem;align-items:flex-end;flex-wrap:wrap}.communes label{display:flex;flex-direction:column;font-size:.9rem;font-weight:600;gap:4px}.communes__select,.communes__textarea{padding:.65rem .9rem;border-radius:10px;border:2px solid transparent;background:#dcf0f8;font-size:.9rem;box-sizing:border-box;transition:all .2s ease}.communes__select{min-width:220px;width:100%}.communes__textarea{width:110px}.communes__select:focus,.communes__textarea:focus{outline:none;border-color:#4f6db0;background:#fff;box-shadow:0 0 0 4px #4f6db01f,0 4px 12px #4f6db026}.communes__dropdown{position:absolute;top:100%;left:0;width:100%;max-width:320px;max-height:220px;overflow-y:auto;overflow-x:hidden;margin-top:4px;padding:4px 0;list-style:none;background:#fff;border-radius:10px;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 24px #0000002e;z-index:50}.communes__item{padding:.45rem .9rem;font-size:.9rem;cursor:pointer;white-space:normal;word-break:break-word;transition:background .15s ease}.communes__item:hover{background:#dcf0f8}.commune-seule{position:relative;width:100%;max-width:400px}.commune-seule__label{margin-bottom:.5rem;font-size:.9rem;font-weight:600;color:#3a4850}.commune-seule__input{width:100%;padding:.65rem .9rem;border-radius:10px;border:2px solid transparent;background:#dcf0f8;font-size:.95rem;box-sizing:border-box;transition:all .25s ease}.commune-seule__input:focus{outline:none;border-color:#4f6db0;background:#fff;box-shadow:0 0 0 4px #4f6db01a,0 4px 12px #4f6db026}.commune-seule__dropdown{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:#fff;border:2px solid #dcf0f8;border-radius:10px;max-height:220px;overflow-y:auto;box-shadow:0 8px 20px #0000001a;z-index:1000}.commune-seule__dropdown::-webkit-scrollbar{width:6px}.commune-seule__dropdown::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:3px}.commune-seule__item{padding:.55rem .9rem;cursor:pointer;font-size:.95rem;transition:all .2s ease;color:#4f6db0}.commune-seule__item:hover{background:#dcf0f8;box-shadow:0 2px 6px #00000014}.commune-seule__item:active{background:#698dad;color:#fff}.cree-email-modal-backdrop{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.cree-email-modal-container{background:#fff;border-radius:24px;border:2px solid #dcf0f8;width:95%;max-width:550px;max-height:90vh;overflow-y:auto;padding:2.5rem;box-sizing:border-box;box-shadow:0 25px 60px #0003;animation:fadeInUp .4s cubic-bezier(.165,.84,.44,1);position:relative;z-index:1001}@media(max-width:768px){.cree-email-modal-container{padding:1.5rem}}.cree-email-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;align-items:flex-start}.cree-email-modal__title{margin:0;font-family:KG HAPPY Solid Regular,sans-serif;font-size:1.75rem;font-weight:700;color:#4f6db0;position:relative;line-height:1.2}.cree-email-modal__title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:#f8d915;border-radius:2px}@media(max-width:480px){.cree-email-modal__title{font-size:1.4rem}}.cree-email-modal__close{border:none;background:transparent;cursor:pointer;color:#4f6db0;padding:5px;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.cree-email-modal__close:hover{background:#dcf0f8;transform:rotate(90deg)}.cree-email-modal__content{display:flex;flex-direction:column}.cree-email-modal__form{display:flex;flex-direction:column;gap:1.5rem}.cree-email-modal__field{display:flex;flex-direction:column;gap:.6rem}.cree-email-modal__field--link{background:#dcf0f8;padding:1rem;border-radius:16px;border:1px dashed #4f6db0;margin-top:.5rem}.cree-email-modal__label{font-size:.95rem;font-weight:700;color:#3a4850;padding-left:2px}.cree-email-modal__input,.cree-email-modal__select,.cree-email-modal__textarea{width:100%;padding:.9rem 1.1rem;border-radius:12px;border:2px solid transparent;background:#dcf0f8;font-size:1rem;color:#3a4850;box-sizing:border-box;transition:all .3s cubic-bezier(.4,0,.2,1)}.cree-email-modal__input::placeholder,.cree-email-modal__select::placeholder,.cree-email-modal__textarea::placeholder{color:#94a3b8}.cree-email-modal__input:focus,.cree-email-modal__select:focus,.cree-email-modal__textarea:focus{outline:none;border-color:#4f6db0;background:#fff;box-shadow:0 0 0 4px #4f6db01a,0 4px 12px #4f6db026;transform:translateY(-1px)}.cree-email-modal__textarea{resize:vertical;min-height:80px;line-height:1.5}.cree-email-modal__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%234f6db0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.2rem;padding-right:3rem}.cree-email-modal__help{font-size:.85rem;color:#698dad;margin:0;padding-left:2px;font-weight:500}.cree-email-modal__info-box{background:#fff;padding:.85rem 1rem;border-radius:12px;border:2px solid #dcf0f8;font-size:.95rem;color:#4f6db0;line-height:1.4}.cree-email-modal__info-box b{color:#698dad}.cree-email-modal__link-copy{display:flex;gap:.75rem;align-items:stretch}@media(max-width:480px){.cree-email-modal__link-copy{flex-direction:column}}.cree-email-modal__status{padding:1rem 1.25rem;border-radius:14px;font-size:.95rem;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem;animation:fadeIn .3s ease-out}.cree-email-modal__status--error{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;box-shadow:0 4px 15px #ee5a6f4d}.cree-email-modal__status--success{background:linear-gradient(135deg,#20bf6b,#0fb9b1);color:#fff;box-shadow:0 4px 15px #20bf6b4d}.cree-email-modal__loader-inline{padding:.9rem;color:#698dad;font-style:italic;font-weight:600}.cree-email-modal__footer{margin-top:1rem;display:flex;justify-content:flex-end;gap:1rem}@media(max-width:480px){.cree-email-modal__footer{flex-direction:column-reverse;gap:.75rem}}.cree-email-modal__btn-submit{width:100%;padding:.95rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:700;color:#4f6db0;cursor:pointer;background:#f8d915;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.cree-email-modal__btn-submit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.cree-email-modal__btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #f8d91566,0 2px 6px #00000026;background:#fce97a}.cree-email-modal__btn-submit:hover:not(:disabled):before{left:100%}.cree-email-modal__btn-submit:active:not(:disabled){transform:translateY(0)}.cree-email-modal__btn-submit:disabled{background:#dcf0f8;color:#698dad;cursor:not-allowed;animation:pulse 2s ease-in-out infinite}.cree-email-modal__btn-submit:disabled:hover{transform:none;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a}.cree-email-modal__btn-submit{width:auto;padding:.85rem 1.75rem}@media(max-width:480px){.cree-email-modal__btn-submit{width:100%}}.cree-email-modal__btn-cancel{padding:.85rem 1.5rem;border-radius:12px;border:2px solid #dcf0f8;background:transparent;color:#4f6db0;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.cree-email-modal__btn-cancel:hover{background:#dcf0f8;border-color:#4f6db0}@media(max-width:480px){.cree-email-modal__btn-cancel{width:100%}}.cree-email-modal__btn-secondary{padding:.6rem 1rem;border-radius:10px;border:none;background:#4f6db0;color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap}.cree-email-modal__btn-secondary:hover{background:#698dad;transform:translateY(-2px);box-shadow:0 4px 10px #4f6db033}.cree-email-modal__btn-secondary:active{transform:translateY(0)}.brief-atelier-section{padding:0}.brief-atelier__content{display:flex;flex-direction:column;gap:1.5rem}.brief-atelier__loading,.brief-atelier__error,.brief-atelier__empty{border:1px solid rgba(15,54,94,.14);border-radius:14px;padding:1rem 1.1rem;background:#4f6db00f}.brief-atelier__loading{color:#6b7280;font-weight:600}.brief-atelier__error{background:#cb243114;border-color:#cb243138;color:#8b1f2b;font-weight:600}.brief-atelier__empty{display:flex;flex-direction:column;gap:.75rem;background:linear-gradient(145deg,#4f6db014,#f8d9151f);border-color:#0f365e2e}.brief-atelier__empty-icon{width:2rem;height:2rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#0f365e1a;color:#4f6db0}.brief-atelier__empty-title{margin:0;font-family:kgLHR,sans-serif;font-size:1.05rem;font-weight:800;line-height:1.2;color:#4f6db0}.brief-atelier__empty-text{margin:0;font-size:.88rem;line-height:1.5;color:#6b7280}.brief-atelier__empty-requirements{display:flex;flex-wrap:wrap;gap:.5rem}.brief-atelier__empty-requirement{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(15,54,94,.18);background:#ffffffb8;color:#4f6db0;font-size:.78rem;font-weight:700;padding:.32rem .62rem}.brief-atelier__input-group{display:flex;gap:8px}@media(max-width:480px){.brief-atelier__input-group{flex-direction:column}}.brief-atelier__email-input{flex:1;padding:.6rem .8rem;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.brief-atelier__email-input:focus{outline:none;border-color:#4f6db0}.brief-atelier__btn-add{padding:.6rem 1rem;font-size:.9rem;border-radius:8px;padding:.6em 1.2em;font-size:1em;font-weight:500;cursor:pointer;transition:border-color .25s ease;border:1px solid transparent;background-color:#4f6db0;font-weight:700;color:#fff}.brief-atelier__btn-add:hover{background-color:#4a66a5}.brief-atelier__btn-add--icon{border-radius:8px;font-size:1em;font-weight:500;cursor:pointer;transition:border-color .25s ease;border:1px solid transparent;width:2.5rem;height:2.5rem;padding:0;display:flex;align-items:center;justify-content:center;background-color:#4f6db0;color:#fff}.brief-atelier__btn-add--icon:hover{background-color:#4a66a5}.brief-atelier__recipients{border-top:1px solid #e5e7eb;padding-top:1rem}.brief-atelier__list-title{font-size:.9rem;font-weight:700;color:#4f6db0;margin-bottom:.75rem}.brief-atelier__email-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1px;background-color:#e5e7eb;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.brief-atelier__email-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fff}.brief-atelier__email{font-size:.9rem;color:#213547}.brief-atelier__email-actions{display:flex;gap:.5rem}.brief-atelier__btn-send-single,.brief-atelier__btn-delete{padding:.4rem;border:none;background:transparent;cursor:pointer;color:#6b7280;border-radius:4px}.brief-atelier__btn-send-single:hover,.brief-atelier__btn-delete:hover{background:#f5f5f5;color:#111827}.brief-atelier__btn-delete:hover{color:#b91c1c}.brief-atelier__last-send{font-size:.85rem;color:#6b7280;text-align:center;background:#dcf0f8;padding:.5rem;border-radius:4px}.brief-atelier__send-all{display:flex;justify-content:center;margin-top:.5rem}.brief-atelier__btn-send-all{border-radius:8px;padding:.6em 1.2em;font-size:1em;font-weight:500;cursor:pointer;transition:border-color .25s ease;border:1px solid transparent;background-color:#4f6db0;width:100%;padding:.75rem;font-weight:700;color:#fff}.brief-atelier__btn-send-all:hover{background-color:#4a66a5}.brief-atelier__send-result{text-align:center;padding:.5rem;border-radius:4px;font-size:.9rem;font-weight:600;margin-top:1rem}.brief-atelier__send-result.success{background:#e6ffed;color:#22863a}.brief-atelier__send-result.error{background:#ffeef0;color:#cb2431}.brief-documents-section{margin-top:1rem;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;background-color:#f5f5f533}.brief-documents-section__title{font-size:1rem;font-weight:700;color:#4f6db0;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.brief-documents-section__subsection{margin-bottom:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;box-shadow:0 1px 2px #0000000f}.brief-documents-section__hint{font-size:.85rem;color:#6b7280;font-style:italic;text-align:center;padding:.5rem}.brief-documents-section__pj-badge{font-size:.7rem;color:#6b7280;background:#fff;padding:2px 6px;border-radius:4px;border:1px solid #e5e7eb;display:inline-flex;align-items:center;gap:2px}.brief-documents-combo{display:flex;flex-direction:column;gap:.5rem}.brief-documents-combo__label{font-size:.95rem;font-weight:700;color:#4f6db0;display:block}.brief-documents-combo__container{position:relative}.brief-documents-combo__trigger{appearance:none;-webkit-appearance:none;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:.7rem 1rem;margin:0;background:#fff;border:2px solid #dcf0f8;border-radius:12px;cursor:pointer;transition:all .2s ease;color:#213547;font-family:inherit;font-size:.95rem;position:relative;z-index:100}.brief-documents-combo__trigger:hover{border-color:#698dad;background:#f7f7f9}.brief-documents-combo__trigger.open{border-color:#4f6db0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:none;background:#fff}.brief-documents-combo__placeholder{color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;text-align:left}.brief-documents-combo__panel{position:absolute;box-sizing:border-box;top:calc(100% - 2px);left:0;right:0;z-index:101;background:#fff;border:2px solid #4f6db0;border-top:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow:0 10px 25px #00000026;overflow:hidden;animation:fadeIn .15s ease-out}.brief-documents-combo__search-wrap{display:flex;align-items:center;padding:.75rem 1rem;background:#f7f7f9;border-bottom:1px solid #e5e7eb;gap:.5rem}.brief-documents-combo__search-icon{color:#9ca3af;flex-shrink:0}.brief-documents-combo__search-input{flex:1;box-sizing:border-box;border:none;background:transparent;font-size:.9rem;color:#213547;padding:0;margin:0;font-family:inherit}.brief-documents-combo__search-input:focus{outline:none}.brief-documents-combo__clear-search{border:none;background:transparent;cursor:pointer;color:#9ca3af;padding:2px;border-radius:50%;display:flex;align-items:center;justify-content:center}.brief-documents-combo__clear-search:hover{background:#e5e7eb;color:#111827}.brief-documents-combo__list{max-height:250px;overflow-y:auto}.brief-documents-combo__list::-webkit-scrollbar{width:8px}.brief-documents-combo__list::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px}.brief-documents-combo__list::-webkit-scrollbar-track{background:transparent}.brief-documents-combo__loading,.brief-documents-combo__empty{padding:1.5rem;text-align:center;color:#6b7280;font-size:.9rem;font-style:italic}.brief-documents-combo__option{padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(229,231,235,.5)}.brief-documents-combo__option:last-child{border-bottom:none}.brief-documents-combo__option:hover{background:#dcf0f8}.brief-documents-combo__option-info{display:flex;flex-direction:column;gap:2px;min-width:0}.brief-documents-combo__option-title{font-weight:600;color:#4f6db0;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brief-documents-combo__option-source{font-size:.75rem;color:#6b7280;font-style:italic}.brief-documents-combo__selected-list{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.brief-documents-combo__selected-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .85rem;background:#dcf0f8;border-radius:8px;border:1px solid rgba(79,109,176,.1);transition:all .2s ease}.brief-documents-combo__selected-item:hover{background:#cfebf5;border-color:#4f6db033}.brief-documents-combo__item-icon{color:#4f6db0;flex-shrink:0}.brief-documents-combo__item-text{flex:1;min-width:0;font-size:.9rem;font-weight:600;color:#4f6db0}.brief-documents-combo__item-source{font-weight:400;font-size:.8rem;opacity:.8;font-style:italic}.brief-documents-combo__remove-btn{border:none;background:transparent;cursor:pointer;color:#6b7280;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.brief-documents-combo__remove-btn:hover{background:#ffe5e5;color:#b91c1c}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.brief-documents-section{margin-top:24px;padding:16px;background:#f8f9fa;border-radius:8px;border:1px solid #e5e7eb}.brief-documents-section__title{margin:0 0 16px;font-size:16px;font-weight:600;color:#4f6db0;display:flex;align-items:center;gap:8px}.brief-documents-section__subsection{margin-bottom:20px;padding:12px;background:#fff;border-radius:6px;border:1px solid #e5e7eb}.brief-documents-section__subsection:last-child{margin-bottom:0}.brief-documents-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #dcf0f8}.brief-documents-section__header span:first-child{font-weight:600;color:#4f6db0}.brief-documents-section__count{background:#4f6db0;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:600}.brief-documents-section__search{display:flex;gap:8px;margin-bottom:12px}.brief-documents-section__input{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.brief-documents-section__input:focus{outline:none;border-color:#4f6db0}.brief-documents-section__btn-search{padding:8px 12px;background:#4f6db0;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px}.brief-documents-section__btn-search:hover:not(:disabled){background:#3f578d}.brief-documents-section__btn-search:disabled{opacity:.5;cursor:not-allowed}.brief-documents-section__results{margin-bottom:12px;max-height:200px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:6px}.brief-documents-section__result-item{padding:10px 12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f3f4f6}.brief-documents-section__result-item:last-child{border-bottom:none}.brief-documents-section__result-item:hover{background:#f3f4f6}.brief-documents-section__pj-badge{font-size:12px;color:#6b7280;background:#f3f4f6;padding:2px 6px;border-radius:4px}.brief-documents-section__list{list-style:none;padding:0;margin:0}.brief-documents-section__item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f3f4f6;border-radius:6px;margin-bottom:8px}.brief-documents-section__item:last-child{margin-bottom:0}.brief-documents-section__item span{flex:1;font-size:14px;color:#374151}.brief-documents-section__btn-remove{padding:4px 8px;background:transparent;border:1px solid #ef4444;color:#ef4444;border-radius:4px;cursor:pointer;font-size:12px}.brief-documents-section__btn-remove:hover{background:#ef4444;color:#fff}@media(max-width:640px){.brief-documents-section__search{flex-direction:column}.brief-documents-section__result-item,.brief-documents-section__item{flex-direction:column;align-items:flex-start;gap:8px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.85}}.login-page{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#4f6db0}.login-page:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 15% 30%,rgba(252,233,122,.08) 0%,transparent 40%),radial-gradient(circle at 85% 70%,rgba(220,240,248,.06) 0%,transparent 45%),radial-gradient(circle at 50% 90%,rgba(126,189,223,.05) 0%,transparent 35%);pointer-events:none}.login-page:after{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(252,233,122,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.login-page__navbar{position:fixed;display:flex;flex-direction:row;align-items:center;justify-content:space-between;top:0;left:0;right:0;background:#dcf0f8;box-shadow:0 2px 8px #0000001a;z-index:1000;padding:1rem 2rem}.login-page__navbar-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1rem}.login-page__navbar-logo{width:50px;height:50px;object-fit:contain}.login-page__navbar-brand{font-size:1.25rem;font-weight:700;color:#4f6db0;margin:0;letter-spacing:.3px}.login-page__form{background:#dcf0f8;padding:3rem 2.5rem;border-radius:20px;min-width:380px;max-width:420px;width:100%;box-shadow:0 20px 50px #00000026,0 0 0 1px #ffffff4d;animation:fadeInUp .6s ease-out;position:relative;z-index:1}@media(max-width:480px){.login-page__form{min-width:auto;margin:0 1rem;padding:2rem 1.5rem}}.login-page__title{margin-bottom:2rem;font-size:2rem;font-weight:700;text-align:center;color:#4f6db0;letter-spacing:-.5px;position:relative}.login-page__title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:#f8d915;border-radius:2px}.login-page__error{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;padding:.875rem 1rem;margin-bottom:1.5rem;font-size:.9rem;border-radius:12px;font-weight:500;box-shadow:0 4px 12px #ee5a6f33;animation:fadeInUp .4s ease-out}.login-page__field{margin-bottom:1.25rem;text-align:left}.login-page__label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.9rem;color:#3a4850;letter-spacing:.2px}.login-page__input{width:100%;padding:.875rem 1rem;border:2px solid transparent;border-radius:12px;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff;color:#3a4850;box-sizing:border-box}.login-page__input:focus{outline:none;border-color:#4f6db0;box-shadow:0 0 0 4px #4f6db01a,0 4px 12px #4f6db026;transform:translateY(-1px)}.login-page__input::placeholder{color:#94a3b8}.login-page__help{font-size:.85rem;margin-top:.5rem;color:#3a4850;font-weight:400;opacity:.8}.login-page__submit{width:100%;padding:.95rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:700;color:#4f6db0;cursor:pointer;background:#f8d915;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.login-page__submit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.login-page__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #f8d91566,0 2px 6px #00000026;background:#fce97a}.login-page__submit:hover:not(:disabled):before{left:100%}.login-page__submit:active:not(:disabled){transform:translateY(0)}.login-page__submit:disabled{background:#dcf0f8;color:#698dad;cursor:not-allowed;animation:pulse 2s ease-in-out infinite}.login-page__submit:disabled:hover{transform:none;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a}.login-page__submit{margin-top:.5rem}.login-page__register{margin-top:1.75rem;padding-top:1.75rem;text-align:center;font-size:.95rem;color:#3a4850;border-top:2px solid rgba(79,109,176,.15);font-weight:400}.login-page__register-link{color:#4f6db0;font-weight:700;text-decoration:none;position:relative;transition:color .3s ease}.login-page__register-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#f8d915;transition:width .3s ease}.login-page__register-link:hover{color:#698dad}.login-page__register-link:hover:after{width:100%}.register-page{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#4f6db0}.register-page:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 15% 30%,rgba(252,233,122,.08) 0%,transparent 40%),radial-gradient(circle at 85% 70%,rgba(220,240,248,.06) 0%,transparent 45%),radial-gradient(circle at 50% 90%,rgba(126,189,223,.05) 0%,transparent 35%);pointer-events:none}.register-page:after{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(252,233,122,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.register-page{min-height:100vh;height:auto;overflow-x:hidden;overflow-y:auto;align-items:flex-start;padding:5.5rem 1rem 2rem}.register-page__navbar{position:fixed;top:0;left:0;right:0;background:#dcf0f8;box-shadow:0 2px 8px #0000001a;z-index:1000;padding:.75rem 2rem;display:flex;align-items:center;min-height:56px}.register-page__navbar-title{margin:0;font-size:1.25rem;font-weight:700;color:#4f6db0;letter-spacing:.3px}.register-page__navbar-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1rem}.register-page__navbar-logo{width:50px;height:50px;object-fit:contain}.register-page__navbar-brand{font-size:1.25rem;font-weight:700;color:#4f6db0;margin:0;letter-spacing:.3px}.register-page__form{background:#dcf0f8;padding:3rem 2.5rem;border-radius:20px;min-width:400px;max-width:520px;width:100%;box-shadow:0 20px 50px #00000026,0 0 0 1px #ffffff4d;animation:fadeInUp .6s ease-out;position:relative;z-index:1;margin-top:1.5rem}@media(max-width:600px){.register-page__form{min-width:auto;padding:2rem 1.5rem}}.register-page__title{margin-bottom:2rem;font-size:2rem;font-weight:700;text-align:center;color:#4f6db0;letter-spacing:-.5px;position:relative}.register-page__title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:80px;height:3px;background:#f8d915;border-radius:2px}.register-page__error,.register-page__error-box{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;padding:.875rem 1rem;margin-bottom:1.5rem;font-size:.9rem;border-radius:12px;font-weight:500;box-shadow:0 4px 12px #ee5a6f33;animation:fadeInUp .4s ease-out}.register-page__success,.register-page__success-box{background:linear-gradient(135deg,#4f6db0,#698dad);color:#fff;padding:.875rem 1rem;margin-bottom:1.5rem;font-size:.9rem;border-radius:12px;font-weight:500;box-shadow:0 4px 12px #4f6db040;animation:fadeInUp .4s ease-out}.register-page__field{margin-bottom:1.25rem;text-align:left}.register-page__field small{display:block;margin-top:.5rem;font-size:.82rem;color:#303e58d1;line-height:1.35}.register-page__label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.9rem;color:#3a4850;letter-spacing:.2px}.register-page__input,.register-page__textarea,.register-page__file{width:100%;padding:.875rem 1rem;border:2px solid transparent;border-radius:12px;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff;color:#3a4850;box-sizing:border-box}.register-page__input:focus,.register-page__textarea:focus,.register-page__file:focus{outline:none;border-color:#4f6db0;box-shadow:0 0 0 4px #4f6db01a,0 4px 12px #4f6db026;transform:translateY(-1px)}.register-page__input::placeholder,.register-page__textarea::placeholder,.register-page__file::placeholder{color:#94a3b8}.register-page__textarea{resize:vertical;min-height:100px;line-height:1.5}.register-page__file{cursor:pointer;padding:.75rem 1rem}.register-page__file::-webkit-file-upload-button{padding:.5rem 1rem;border:none;border-radius:8px;background:#f8d915;color:#4f6db0;font-weight:700;font-size:.85rem;cursor:pointer;margin-right:1rem;transition:all .3s ease}.register-page__file::-webkit-file-upload-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f8d9154d;background:#fce97a}.register-page__submit{width:100%;padding:.95rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:700;color:#4f6db0;cursor:pointer;background:#f8d915;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.register-page__submit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.register-page__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #f8d91566,0 2px 6px #00000026;background:#fce97a}.register-page__submit:hover:not(:disabled):before{left:100%}.register-page__submit:active:not(:disabled){transform:translateY(0)}.register-page__submit:disabled{background:#dcf0f8;color:#698dad;cursor:not-allowed;animation:pulse 2s ease-in-out infinite}.register-page__submit:disabled:hover{transform:none;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a}.register-page__submit{margin-top:1rem}.register-page fieldset{border:none;margin:0;padding:0;min-width:0}@media(max-width:600px){.register-page{padding:5.5rem .75rem 1.5rem}.register-page__navbar{padding:.9rem 1rem;min-height:64px}.register-page__navbar-title{font-size:1.08rem}}.tableau-list-page{min-height:100vh;background:linear-gradient(135deg,#4f6db0,#698dad);padding:clamp(1rem,2vw,2rem)}@media(max-width:768px){.tableau-list-page{padding:1rem}}.tableau-list-page__container{max-width:1600px;margin:0 auto}.tableau-list-page__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1.25rem}@media(max-width:1024px){.tableau-list-page__header{margin-bottom:1.5rem}}@media(max-width:768px){.tableau-list-page__header{flex-direction:column;align-items:flex-start;gap:.9rem}}.tableau-list-page__title{font-family:KG HAPPY Solid Regular,sans-serif;font-size:2rem;font-weight:700;color:#fff;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.2)}@media(max-width:768px){.tableau-list-page__title{font-size:1.75rem}}@media(max-width:480px){.tableau-list-page__title{font-size:1.45rem}}.tableau-list-page__controls{display:flex;align-items:center;justify-content:flex-end;gap:1rem;flex-wrap:wrap}@media(max-width:1024px){.tableau-list-page__controls{width:100%;justify-content:flex-start}}@media(max-width:768px){.tableau-list-page__controls{width:100%;gap:.75rem}}.tableau-list-page__actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}@media(max-width:768px){.tableau-list-page__actions{width:100%}}@media(max-width:560px){.tableau-list-page__actions{display:grid;grid-template-columns:1fr auto;width:100%}}.tableau-list-page__more{position:relative;display:flex;align-items:center;z-index:auto}@media(max-width:560px){.tableau-list-page__more{justify-self:end}}.tableau-list-page__more-menu{display:flex;flex-direction:column;gap:.35rem;position:absolute;top:calc(100% + .5rem);right:0;background-color:#fff;border:2px solid #dcf0f8;border-radius:12px;box-shadow:0 8px 24px #0000002e;z-index:500;pointer-events:auto;min-width:230px;padding:.45rem}@media(max-width:768px){.tableau-list-page__more-menu{right:0;min-width:min(300px,80vw);background-color:#fff}}@media(max-width:560px){.tableau-list-page__more-menu{right:0;width:min(320px,100vw - 2rem);background-color:#fff}}.tableau-list-page__ville-filter{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;border:2px solid rgba(255,255,255,.2)}@media(max-width:768px){.tableau-list-page__ville-filter{width:100%;justify-content:space-between;flex-wrap:wrap;row-gap:.4rem}}.tableau-list-page__ville-filter label{color:#fff;font-weight:600;font-size:.95rem}.tableau-list-page__ville-filter select{padding:.4rem .8rem;border-radius:6px;border:2px solid rgba(255,255,255,.3);background-color:#ffffffe6;color:#4f6db0;font-weight:500;cursor:pointer;transition:all .2s ease}@media(max-width:768px){.tableau-list-page__ville-filter select{width:100%}}.tableau-list-page__ville-filter select:focus{outline:none;border-color:#f8d915;background-color:#fff}.tableau-list-page__ville-filter select option{padding:.5rem}.tableau-list-page__add-button{width:100%;padding:.95rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:700;color:#4f6db0;cursor:pointer;background:#f8d915;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.tableau-list-page__add-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.tableau-list-page__add-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #f8d91566,0 2px 6px #00000026;background:#fce97a}.tableau-list-page__add-button:hover:not(:disabled):before{left:100%}.tableau-list-page__add-button:active:not(:disabled){transform:translateY(0)}.tableau-list-page__add-button:disabled{background:#dcf0f8;color:#698dad;cursor:not-allowed;animation:pulse 2s ease-in-out infinite}.tableau-list-page__add-button:disabled:hover{transform:none;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a}.tableau-list-page__add-button{width:auto;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;white-space:nowrap}@media(max-width:768px){.tableau-list-page__add-button{width:auto;flex:1;min-width:220px}}@media(max-width:560px){.tableau-list-page__add-button{width:100%;min-width:0}}.tableau-list-page__more-button{width:44px;height:44px;border-radius:8px;background-color:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:#fff;font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.tableau-list-page__more-button:hover{background-color:#ffffff40;border-color:#fff6;transform:scale(1.05)}.tableau-list-page__more-button:active{transform:scale(.95)}.tableau-list-page__more-item{width:100%;padding:.65rem .85rem;background-color:transparent;border:none;border-radius:8px;color:#4f6db0;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;text-align:left;white-space:normal}.tableau-list-page__more-item:hover{background-color:#dcf0f8}@media(max-width:768px){.tableau-list-page__more-item{font-size:.88rem}}.tableau-list-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1.2rem}@media(max-width:1024px){.tableau-list-page__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.1rem}}@media(max-width:768px){.tableau-list-page__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}}@media(max-width:560px){.tableau-list-page__grid{grid-template-columns:1fr}}.tableau-list-page__grid-item{cursor:pointer;transition:transform .2s ease;position:relative}.tableau-list-page__grid-item[draggable=true]{cursor:grab}.tableau-list-page__grid-item[draggable=true]:active{cursor:grabbing}.tableau-list-page__grid-item:has(.tableau-card__menu:not(:empty)){z-index:1000}@media(hover:hover)and (pointer:fine){.tableau-list-page__grid-item:hover{transform:translateY(-4px)}}.tableau-list-page__error{padding:1rem 1.5rem;background-color:#fee2e2;color:#b91c1c;border-radius:12px;border-left:4px solid #b91c1c;font-weight:500;margin-bottom:1.5rem}.bilan{width:100%;max-width:1100px;margin:0 auto;padding:24px 16px;box-sizing:border-box;color:#111827}.bilan__header{margin:0;color:#4f6db0;font-size:clamp(1.55rem,2.2vw,2.1rem);font-weight:800;line-height:1.1;letter-spacing:-.01em}.bilan__subtitle{margin:.65rem 0 16px;padding:.72rem .9rem;border-radius:6px;background:#0f365e0d;color:#0f365ed6;font-size:.92rem;font-weight:500;line-height:1.35}.bilan__theme-selector{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.bilan__theme-button{padding:.65rem 1.1rem;border:2px solid rgba(15,54,94,.18);background:#fff;color:#0f365eb8;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s ease;text-transform:capitalize}.bilan__theme-button:hover:not(.bilan__theme-button--active){border-color:#0f365e59;background:#0f365e08;color:#0f365ee0}.bilan__theme-button--active{background:#f8d915;color:#4f6db0;border-color:#f8d915;font-weight:700;box-shadow:0 2px 8px #f8d91533}.bilan__section{background:#fffffff5;border:1px solid rgba(15,54,94,.08);border-radius:8px;box-shadow:0 4px 10px #00000014;padding:1.2rem 1.15rem;margin-bottom:16px}.bilan__section h2{margin:0 0 .95rem;color:#4f6db0;font-size:1.02rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.bilan__grid,.bilan__grid--large{display:grid;grid-template-columns:minmax(220px,.95fr) minmax(0,1.6fr);gap:.7rem 1rem;align-items:start}.bilan__grid>div:nth-child(odd),.bilan__grid--large>div:nth-child(odd){font-size:.88rem;font-weight:700;color:#0f365ed1;letter-spacing:.02em;text-transform:uppercase;padding-top:.42rem}.bilan__grid--large>div:nth-child(odd){text-transform:none;font-size:.9rem;letter-spacing:0;font-weight:700;color:#0f365edb;line-height:1.4}.bilan__readonly-text,.bilan__readonly-multiline{min-height:2.4rem;border-radius:6px;border:1px solid rgba(15,54,94,.12);background:#f5f8fcb8;padding:.62rem .72rem;font-size:.95rem;line-height:1.45;color:#1e2b43f2}.bilan__readonly-multiline{white-space:pre-wrap;min-height:5.4rem}.bilan__input,.bilan__textarea,.bilan__textarea--large{width:100%;border-radius:6px;border:1px solid rgba(15,54,94,.16);background:#fff;color:#111827;padding:.68rem .78rem;font-family:inherit;font-size:.95rem;line-height:1.35;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.bilan__input:focus,.bilan__textarea:focus,.bilan__textarea--large:focus{outline:none;border-color:#0f365e61;box-shadow:0 0 0 3px #f8d91533;background:#fffef8}.bilan__input::placeholder,.bilan__textarea::placeholder,.bilan__textarea--large::placeholder{color:#303e5875}.bilan__input[type=number]{-moz-appearance:textfield}.bilan__textarea{min-height:7rem;resize:vertical}.bilan__textarea--large{min-height:9rem;resize:vertical}.bilan__actions{margin-top:1rem;display:flex;align-items:center;justify-content:space-between;gap:.9rem;flex-wrap:wrap}.bilan__actions button{width:100%;padding:.95rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:700;color:#4f6db0;cursor:pointer;background:#f8d915;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.bilan__actions button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.bilan__actions button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #f8d91566,0 2px 6px #00000026;background:#fce97a}.bilan__actions button:hover:not(:disabled):before{left:100%}.bilan__actions button:active:not(:disabled){transform:translateY(0)}.bilan__actions button:disabled{background:#dcf0f8;color:#698dad;cursor:not-allowed;animation:pulse 2s ease-in-out infinite}.bilan__actions button:disabled:hover{transform:none;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a}.bilan__actions button{width:auto;min-width:170px;padding:.8rem 1.2rem}.bilan__actions button:disabled{background:#0f365e33;color:#fffffff2;box-shadow:none}.bilan__info{font-size:.86rem;font-weight:500;color:#0f365eb8}.bilan__message{margin-top:.95rem;border-radius:6px;border:1px solid rgba(15,54,94,.15);background:#0f365e0a;color:#0f365ee6;font-size:.9rem;line-height:1.45;padding:.72rem .88rem}.bilan__message em{font-style:italic;color:#0f365ef2;font-weight:600}.bilan__error{border-radius:6px;border:1px solid rgba(211,47,47,.28);background:#d32f2f14;color:#a11111;padding:.8rem .95rem;font-size:.92rem;margin-top:12px}.bilan>div:not([class]){margin-top:.9rem;border-radius:6px;border:1px dashed rgba(15,54,94,.25);background:#ffffffb8;padding:.9rem;font-weight:500;color:#0f365ecc}@media(max-width:860px){.bilan{padding:16px 8px}.bilan__section{padding:1rem .85rem}.bilan__grid,.bilan__grid--large{grid-template-columns:1fr}.bilan__grid>div:nth-child(odd),.bilan__grid--large>div:nth-child(odd){padding-top:0}.bilan__actions{align-items:stretch}.bilan__actions button{width:100%;min-width:0}}.carte-membres-map{padding:16px;display:flex;flex-direction:column;height:100%;gap:10px}.carte-membres-map__title{margin:0 0 12px}.carte-membres-map__error{color:#dc143c}.carte-membres-map__no-coords{opacity:.75}.carte-membres-map__map-container{border-radius:12px;overflow:hidden;border:1px solid #eee}.carte-membres-map__map{height:520px;width:100%}.carte-membres-map__popup{display:flex;align-items:center;gap:10px}.carte-membres-map__popup-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex:0 0 auto}.carte-membres-map__popup-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:#eee;flex:0 0 auto}.carte-membres-map__popup-info{display:grid;gap:2px}.carte-membres-map__popup-name{font-weight:700}.carte-membres-map__popup-lieu{font-size:12px;opacity:.75}.carte-membres-map__map-container{width:100%;height:85vh;min-height:420px;border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.08)}@media(max-width:480px){.carte-membres-map__map-container{height:73vh}}@media(max-width:768px){.carte-membres-map__map-container{height:79vh}}.carte-membres-map .leaflet-container .leaflet-tile,.carte-membres-map .leaflet-container .leaflet-marker-icon,.carte-membres-map .leaflet-container .leaflet-marker-shadow{max-width:none!important}.popups-page{padding:16px}.popups-page__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}@media(max-width:768px){.popups-page__header{flex-direction:column;align-items:stretch}}.popups-page__heading{min-width:0}.popups-page__title{margin:0;color:#4f6db0;font-size:clamp(1.5rem,2vw,2rem);font-weight:700;line-height:1.15}.popups-page__create-button{width:100%;padding:.95rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:700;color:#4f6db0;cursor:pointer;background:#f8d915;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.popups-page__create-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.popups-page__create-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #f8d91566,0 2px 6px #00000026;background:#fce97a}.popups-page__create-button:hover:not(:disabled):before{left:100%}.popups-page__create-button:active:not(:disabled){transform:translateY(0)}.popups-page__create-button:disabled{background:#dcf0f8;color:#698dad;cursor:not-allowed;animation:pulse 2s ease-in-out infinite}.popups-page__create-button:disabled:hover{transform:none;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a}.popups-page__create-button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:auto;min-width:220px;padding:.8rem 1.4rem;white-space:nowrap}.popups-page__create-button svg{flex-shrink:0}@media(max-width:768px){.popups-page__create-button{width:100%;min-width:0}}.popups-page__status{margin:0;color:#111827;font-weight:500}.popups-page__status--error{color:#d50000}.popups-page__table-wrapper{overflow-x:auto;border-radius:8px;background:#ffffffeb;box-shadow:0 4px 10px #00000014}@media(max-width:768px){.popups-page__table-wrapper{display:none}}.popups-page__table{width:100%;border-collapse:collapse;min-width:640px}.popups-page__table th,.popups-page__table td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid rgba(15,54,94,.09);vertical-align:middle}.popups-page__table thead th{color:#4f6db0;font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#0f365e0a}.popups-page__table tbody tr:last-child td{border-bottom:none}.popups-page__row{transition:background-color .2s ease}.popups-page__table-head--actions{width:120px;text-align:center}.popups-page__cell{color:#111827;font-size:.95rem}.popups-page__cell--title{font-weight:600;color:#4f6db0}.popups-page__cell--actions{text-align:center}.popups-page__actions{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.popups-page__action-button{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;padding:0;border:none;border-radius:999px;background:#0f365e0f;color:#4f6db0;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease}.popups-page__action-button svg{transition:color .2s ease,stroke .2s ease,transform .2s ease}.popups-page__action-button:hover{background:#0f365e1f;transform:translateY(-1px)}.popups-page__action-button:focus-visible{outline:2px solid rgba(248,217,21,.9);outline-offset:2px}.popups-page__action-button--delete:hover{background:#dc26261a;color:#dc2626}.popups-page__empty-row{padding:2.5rem 1rem;text-align:center;color:#0f365eb8;font-weight:500}.popups-page__card-list{display:none}@media(max-width:768px){.popups-page__card-list{display:grid;gap:8px;margin-top:8px}}.popups-page__empty-card{margin:0;padding:1rem;text-align:center;border-radius:6px;border:1px dashed rgba(15,54,94,.24);background:#ffffffd1;color:#0f365eb8;font-weight:500}.popups-page__card{border-radius:8px;background:#fffffff5;box-shadow:0 4px 10px #00000014;border:1px solid rgba(15,54,94,.08);padding:.95rem 1rem;display:grid;gap:.75rem}.popups-page__card-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.popups-page__card-title{margin:0;font-size:.98rem;font-weight:700;color:#4f6db0;line-height:1.3}.popups-page__card-badge{width:.9rem;height:.9rem;border-radius:999px;border:1px solid rgba(15,54,94,.2);flex-shrink:0}.popups-page__card-meta{display:flex;flex-direction:column;gap:.45rem}.popups-page__card-meta-item{display:inline-flex;align-items:center;gap:.35rem;color:#0f365ecc;font-size:.86rem;font-weight:500}.popups-page__card-footer{display:flex;justify-content:flex-end}.utilisateurs-page{padding:2rem;max-width:1200px;margin:0 auto;min-height:100vh}@media(max-width:768px){.utilisateurs-page{padding:1.5rem 1rem}}.utilisateurs-page__title{font-family:KG HAPPY Solid Regular,sans-serif;font-size:2.25rem;color:#4f6db0;margin-bottom:2rem;position:relative;display:inline-block}.utilisateurs-page__title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background-color:#f8d915;border-radius:2px}@media(max-width:768px){.utilisateurs-page__title{font-size:1.75rem;margin-bottom:1.5rem}}.utilisateurs-page__filter-section{margin-bottom:3rem;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}@media(max-width:768px){.utilisateurs-page__filter-section{margin-bottom:2rem;align-items:stretch}}.utilisateurs-page__filter-input{width:100%;max-width:600px;height:54px;padding:0 1.5rem;border-radius:14px;border:2px solid #dcf0f8;background:#fff;font-size:1.05rem;color:#3a4850;box-shadow:0 4px 15px #4f6db014;transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box}@media(max-width:768px){.utilisateurs-page__filter-input{max-width:100%;height:50px;font-size:1rem;padding:0 1.25rem}}@media(max-width:480px){.utilisateurs-page__filter-input{height:46px;border-radius:12px}}.utilisateurs-page__filter-input:focus{outline:none;border-color:#4f6db0;box-shadow:0 8px 25px #4f6db01f;transform:translateY(-2px);background-color:#fff}.utilisateurs-page__filter-input::placeholder{color:#94a3b8}.utilisateurs-page__filter-info{font-size:.9rem;color:#4f6db0;padding-left:.5rem;display:flex;align-items:center;gap:.5rem;opacity:.9}@media(max-width:480px){.utilisateurs-page__filter-info{font-size:.8rem;padding-left:.25rem}}.utilisateurs-page__filter-info b{font-weight:700;color:#698dad;background:#dcf0f8;padding:2px 8px;border-radius:6px}.utilisateurs-page__status{padding:1rem;border-radius:10px;margin-bottom:1.5rem;font-weight:600;display:flex;align-items:center;gap:.75rem;font-size:.95rem}@media(max-width:480px){.utilisateurs-page__status{font-size:.85rem;padding:.75rem}}.utilisateurs-page__status--error{background-color:#fee2e2;color:#b91c1c;border-left:4px solid #b91c1c}.utilisateurs-page__status--fetching{background-color:#dcf0f8;color:#4f6db0;font-style:italic;animation:pulse 2s infinite}.utilisateurs-page__loader{width:20px;height:20px;border:3px solid rgba(79,109,176,.2);border-top-color:#4f6db0;border-radius:50%;animation:spin 1s linear infinite}.utilisateurs-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}@media(max-width:768px){.utilisateurs-page__grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media(max-width:480px){.utilisateurs-page__grid{grid-template-columns:1fr}}.utilisateurs-page__card{background:#fff;border-radius:16px;padding:1.25rem;display:flex;align-items:center;gap:1.25rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000f}@media(max-width:480px){.utilisateurs-page__card{padding:1rem;gap:1rem}}.utilisateurs-page__card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 10px 25px #00000014;border-color:#7ebddf}.utilisateurs-page__card:hover .utilisateurs-page__avatar{transform:scale(1.1)}.utilisateurs-page__card:active{transform:translateY(0) scale(1)}.utilisateurs-page__avatar-container{width:64px;height:64px;border-radius:50%;overflow:hidden;background:#dcf0f8;border:3px solid #dcf0f8;flex-shrink:0;transition:border-color .3s ease}@media(max-width:480px){.utilisateurs-page__avatar-container{width:52px;height:52px}}.utilisateurs-page__avatar{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.utilisateurs-page__info{flex:1;overflow:hidden}.utilisateurs-page__login{font-size:.85rem;color:#698dad;font-weight:600;margin-bottom:.25rem}@media(max-width:480px){.utilisateurs-page__login{font-size:.75rem}}.utilisateurs-page__name{font-size:1.1rem;font-weight:700;color:#4f6db0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:480px){.utilisateurs-page__name{font-size:1rem}}.utilisateurs-page__empty{grid-column:1/-1;text-align:center;padding:4rem 2rem;background:#f5f5f5;border-radius:20px;border:2px dashed #d1d5db;color:#6b7280;font-size:1.1rem}@media(max-width:768px){.utilisateurs-page__empty{padding:2.5rem 1rem;font-size:1rem}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.archives-drawer__loading{padding:12px;opacity:.8}.archives-drawer__error-container{padding:12px}.archives-drawer__error-title{font-weight:700;margin-bottom:6px}.archives-drawer__error-message{opacity:.85}.historique-page{padding:24px 16px;width:100%;max-width:none;box-sizing:border-box}.historique-page__header{margin-bottom:24px}.historique-page h1{margin:0 0 .35rem;font-size:clamp(1.5rem,2vw,2rem);font-weight:800;color:#4f6db0;line-height:1.15}.historique-page .historique-help{font-size:.9rem;color:#6b7280;margin:0 0 24px}.historique-page .historique-error{display:flex;align-items:center;gap:.4rem;background:#d500000f;border:1px solid rgba(213,0,0,.2);color:#b00020;padding:.65rem 1rem;border-radius:8px;margin-bottom:16px;font-size:.9rem;font-weight:600}.historique-page .historique-error:before{content:"⚠";font-size:.95rem;flex-shrink:0}.historique-page .historique-count{margin:0 0 12px;font-size:.875rem;font-weight:500;color:#6b7280}.historique-page .historique-form{margin-bottom:24px}.historique-page .historique-fieldset{border:none;padding:0;margin:0}.historique-page .historique-legend{display:block;font-size:.82rem;font-weight:700;color:#4f6db0;letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px}.historique-page .historique-filters{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end}.historique-page .historique-field{display:flex;flex-direction:column;gap:.5rem}.historique-page .historique-field label{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;color:#4f6db0;letter-spacing:.04em;text-transform:uppercase}.historique-page .historique-field input[type=date]{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid #d1d5db;font-size:14px;box-sizing:border-box}.historique-page .historique-field input[type=date]:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.historique-page .historique-field input[type=date]{font-size:.9rem;border-radius:14px;border:1px solid rgba(15,54,94,.16);background:#fafbfc;padding:.7rem 1rem;transition:border-color .15s ease,box-shadow .15s ease;font-family:inherit}.historique-page .historique-field input[type=date]:focus{outline:none;border-color:#0f365e57;box-shadow:0 0 0 3px #f8d91538;background:#fff}.historique-page .historique-actions{display:flex;gap:8px}.historique-page .historique-actions button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-width:110px;padding:.7rem 1.3rem;border-radius:10px;border:none;cursor:pointer;font-size:.9rem;font-weight:700;letter-spacing:.01em;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.historique-page .historique-actions button:hover:not(:disabled){transform:translateY(-1px)}.historique-page .historique-actions button:disabled{opacity:.55;cursor:not-allowed;transform:none}.historique-page .historique-actions button:first-child{background:#f8d915;color:#4f6db0;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a}.historique-page .historique-actions button:first-child:hover:not(:disabled){background:#fce97a;box-shadow:0 8px 25px #f8d91566,0 2px 6px #00000026}.historique-page .historique-actions button:last-child{border-radius:8px;padding:.6em 1.2em;font-size:1em;font-weight:500;cursor:pointer;transition:border-color .25s ease;border:1px solid transparent;background-color:#fff;border-color:#d1d5db;color:#111827}.historique-page .historique-actions button:last-child:hover:not(:disabled){background-color:#f3f4f6}.historique-page .historique-actions button:last-child{border-radius:10px;font-weight:700;padding:.7rem 1.3rem}.historique-page .historique-table-wrapper{overflow-x:auto;border-radius:8px;background:#ffffffeb;box-shadow:0 4px 10px #00000014;width:100%}.historique-page .historique-table{width:100%;min-width:900px;border-collapse:collapse;font-size:.9rem}.historique-page .historique-table thead{background:#0f365e0a;position:sticky;top:0;z-index:1}.historique-page .historique-table th,.historique-page .historique-table td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid rgba(15,54,94,.09);vertical-align:top}.historique-page .historique-table th{color:#4f6db0;font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.historique-page .historique-table tbody tr{transition:background-color .15s ease}.historique-page .historique-table tbody tr:hover{background:#0f365e06}.historique-page .historique-table tbody tr:last-child td{border-bottom:none}.historique-page .historique-table .historique-description{white-space:pre-wrap;word-break:break-word;max-width:400px}.historique-page .historique-table .historique-empty{text-align:center;color:#0f365eb8;font-weight:500;padding:2.5rem 1rem;font-style:italic}@media(max-width:768px){.historique-page{padding:16px 8px}.historique-page .historique-filters{flex-direction:column;align-items:stretch}.historique-page .historique-actions{flex-direction:column}.historique-page .historique-actions button{width:100%;min-width:0}}.historique-filter-modal__backdrop{position:fixed;inset:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;z-index:2000;padding:16px;animation:popup-modal-fade-in .15s ease}@media(max-width:768px){.historique-filter-modal__backdrop{padding:8px;align-items:flex-end}}.historique-filter-modal__dialog{display:flex;flex-direction:column;width:100%;max-width:min(1200px,96vw);max-height:min(92vh,880px);background:#fff;border-radius:8px;box-shadow:0 24px 64px #00000047,0 4px 16px #00000024;overflow:hidden;animation:popup-modal-fade-in .15s ease}@media(max-width:768px){.historique-filter-modal__dialog{max-width:100%;max-height:96vh;border-radius:8px 8px 0 0}}.historique-filter-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:1.5rem 1.75rem 1.25rem;flex-shrink:0;border-bottom:1px solid rgba(15,54,94,.08);background:#0f365e04}.historique-filter-modal__title{margin:0;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:800;color:#4f6db0;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.historique-filter-modal__close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.5rem;height:2.5rem;border:1px solid transparent;border-radius:999px;background:transparent;cursor:pointer;color:#4f6db0;transition:background-color .15s ease}.historique-filter-modal__close:hover{background:#00000014}.historique-filter-modal__close:focus-visible{outline:2px solid rgba(248,217,21,.9);outline-offset:2px}.historique-filter-modal__content{flex:1;min-height:0;overflow-y:auto}.historique-filter-modal__content::-webkit-scrollbar{width:8px}.historique-filter-modal__content::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px}.historique-filter-modal__content::-webkit-scrollbar-track{background:transparent}.historique-filter-modal__content{padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:16px}.historique-filter-modal__form{display:block}.historique-filter-modal__fieldset{border:none;padding:0;margin:0}.historique-filter-modal__legend{display:block;font-size:.82rem;font-weight:700;color:#4f6db0;letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px}.historique-filter-modal__filters{display:flex;gap:16px;flex-wrap:wrap}.historique-filter-modal__field{display:flex;flex-direction:column;gap:.5rem}.historique-filter-modal__field label{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;color:#4f6db0;letter-spacing:.04em;text-transform:uppercase}.historique-filter-modal__field input[type=date]{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid #d1d5db;font-size:14px;box-sizing:border-box}.historique-filter-modal__field input[type=date]:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.historique-filter-modal__field input[type=date]{font-size:.9rem;border-radius:14px;border:1px solid rgba(15,54,94,.16);background:#fafbfc;padding:.7rem 1rem;transition:border-color .15s ease,box-shadow .15s ease;font-family:inherit}.historique-filter-modal__field input[type=date]:focus{outline:none;border-color:#0f365e57;box-shadow:0 0 0 3px #f8d91538;background:#fff}.historique-filter-modal__error{display:flex;align-items:center;gap:.4rem;background:#d500000f;border:1px solid rgba(213,0,0,.18);color:#b00020;padding:.65rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600}.historique-filter-modal__error:before{content:"⚠";font-size:.9rem;flex-shrink:0}.historique-filter-modal__loading{text-align:center;color:#6b7280;font-style:italic;padding:32px 16px;font-size:.9rem}.historique-filter-modal__count{font-size:.875rem;font-weight:500;color:#6b7280}.historique-filter-modal__table-wrapper{flex:1;overflow-x:auto;border-radius:8px;background:#fff;box-shadow:0 4px 10px #00000014}.historique-filter-modal__table{width:100%;border-collapse:collapse;font-size:.9rem}.historique-filter-modal__table thead{background:#f3f6fa}.historique-filter-modal__table th,.historique-filter-modal__table td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid rgba(15,54,94,.09);vertical-align:top}.historique-filter-modal__table th{position:sticky;top:0;z-index:2;background:#f3f6fa;color:#4f6db0;font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 1px #0f365e24}.historique-filter-modal__table tbody tr{transition:background-color .15s ease}.historique-filter-modal__table tbody tr:hover{background:#0f365e06}.historique-filter-modal__table tbody tr:last-child td{border-bottom:none}.historique-filter-modal__description{max-width:min(46ch,100%);line-height:1.45;word-break:break-word;overflow-wrap:anywhere;white-space:pre-wrap}.historique-filter-modal__description p{margin:0}.historique-filter-modal__description p+p{margin-top:.35rem}.historique-filter-modal__empty{text-align:center;color:#0f365eb8;font-weight:500;padding:2.5rem 1rem;font-style:italic}@media(max-width:768px){.historique-filter-modal__filters{flex-direction:column}.historique-filter-modal__table{font-size:.85rem}.historique-filter-modal__table th,.historique-filter-modal__table td{padding:.75rem .85rem}.historique-filter-modal__description{max-width:240px}}@media(max-width:480px){.historique-filter-modal__content{padding:1rem}.historique-filter-modal__header{padding:1rem 1.25rem}.historique-filter-modal__table-wrapper{overflow-x:hidden;background:transparent;box-shadow:none;border-radius:0}.historique-filter-modal__table{border-collapse:separate;border-spacing:0}.historique-filter-modal__table thead{display:none}.historique-filter-modal__table tbody{display:flex;flex-direction:column;gap:.75rem}.historique-filter-modal__table tbody tr.historique-filter-modal__table-row{display:block;background:#fff;border:1px solid rgba(15,54,94,.1);border-radius:14px;box-shadow:0 1px 2px #0000000f;padding:.25rem 0}.historique-filter-modal__table tbody tr.historique-filter-modal__table-row td{display:grid;grid-template-columns:minmax(92px,36%) 1fr;gap:.6rem;align-items:start;border-bottom:1px solid rgba(15,54,94,.08);padding:.65rem .85rem}.historique-filter-modal__table tbody tr.historique-filter-modal__table-row td:last-child{border-bottom:none}.historique-filter-modal__table tbody tr.historique-filter-modal__table-row td.historique-filter-modal__description{display:block}.historique-filter-modal__table tbody tr.historique-filter-modal__table-row td.historique-filter-modal__description:before{content:attr(data-label);display:block;margin-bottom:.35rem}.historique-filter-modal__table tbody tr.historique-filter-modal__table-row td:before{content:attr(data-label);color:#4f6db0;font-size:.74rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;opacity:.92}.historique-filter-modal__table tbody tr.historique-filter-modal__empty-row{display:table-row}.historique-filter-modal__table tbody tr.historique-filter-modal__empty-row td{display:table-cell;padding:2rem 1rem;border:none}.historique-filter-modal__table tbody tr.historique-filter-modal__empty-row td:before{content:none}.historique-filter-modal__description{max-width:100%;white-space:normal;line-height:1.5}}.export-bilan{padding:24px 16px;width:100%;max-width:none;box-sizing:border-box}.export-bilan__title{margin:0 0 .35rem;font-size:clamp(1.5rem,2vw,2rem);font-weight:800;color:#4f6db0;line-height:1.15}.export-bilan__subtitle{font-size:.9rem;color:#6b7280;margin:0 0 24px}.export-bilan__loading{font-size:.9rem;color:#6b7280;font-style:italic;padding:16px 0}.export-bilan__error{display:flex;align-items:center;gap:.4rem;background:#d500000f;border:1px solid rgba(213,0,0,.18);color:#b00020;padding:.65rem 1rem;border-radius:8px;margin-bottom:16px;font-size:.9rem;font-weight:600}.export-bilan__error:before{content:"⚠";font-size:.95rem;flex-shrink:0}.export-bilan__success{display:flex;align-items:center;gap:.4rem;background:#16a34a0f;border:1px solid rgba(22,163,74,.22);color:#16a34a;padding:.65rem 1rem;border-radius:8px;margin-bottom:16px;font-size:.9rem;font-weight:600}.export-bilan__success:before{content:"✓";font-size:.95rem;flex-shrink:0}.export-bilan__section{background:#ffffffeb;border-radius:8px;box-shadow:0 4px 10px #00000014;padding:1.5rem 1.75rem}.export-bilan__section-title{margin:0 0 24px;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:800;color:#4f6db0;line-height:1.15}.export-bilan__grid{display:grid;grid-template-columns:200px 1fr;gap:16px;align-items:center}@media(max-width:768px){.export-bilan__grid{grid-template-columns:1fr;gap:12px}}.export-bilan__label{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;color:#4f6db0;letter-spacing:.04em;text-transform:uppercase}.export-bilan__field-group{display:flex;gap:8px;align-items:center}.export-bilan__input{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid #d1d5db;font-size:14px;box-sizing:border-box}.export-bilan__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.export-bilan__input{font-size:.9rem;border-radius:14px;border:1px solid rgba(15,54,94,.16);background:#fafbfc;padding:.7rem 1rem;transition:border-color .15s ease,box-shadow .15s ease;font-family:inherit}.export-bilan__input:focus{outline:none;border-color:#0f365e57;box-shadow:0 0 0 3px #f8d91538;background:#fff}.export-bilan__actions{display:flex;align-items:center;gap:12px;margin-top:24px;padding-top:16px;border-top:1px solid rgba(15,54,94,.08)}@media(max-width:480px){.export-bilan__actions{flex-direction:column;align-items:stretch}}.export-bilan__info{font-size:.875rem;color:#6b7280;font-weight:500}.export-bilan__btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.5rem;border-radius:10px;border:none;cursor:pointer;font-size:.9rem;font-weight:700;letter-spacing:.01em;font-family:inherit;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;white-space:nowrap}.export-bilan__btn:hover:not(:disabled){transform:translateY(-1px)}.export-bilan__btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.export-bilan__btn--primary{background:#f8d915;color:#4f6db0;box-shadow:0 4px 15px #f8d9154d,0 1px 3px #0000001a}.export-bilan__btn--primary:hover:not(:disabled){background:#fce97a;box-shadow:0 8px 25px #f8d91566,0 2px 6px #00000026}@media(max-width:480px){.export-bilan__btn--primary{width:100%}}.export-bilan__btn--secondary{border-radius:8px;padding:.6em 1.2em;font-size:1em;font-weight:500;cursor:pointer;transition:border-color .25s ease;border:1px solid transparent;background-color:#fff;border-color:#d1d5db;color:#111827}.export-bilan__btn--secondary:hover:not(:disabled){background-color:#f3f4f6}.export-bilan__btn--secondary{border-radius:10px;font-weight:700;padding:.7rem 1.1rem}@media(max-width:768px){.export-bilan{padding:16px 8px}.export-bilan__section{padding:1.25rem 1rem}}*,body{font-family:baseLHR}.leaflet-container .leaflet-pane,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-marker-icon,.leaflet-container .leaflet-marker-shadow,.leaflet-container .leaflet-pane>svg,.leaflet-container .leaflet-pane>canvas{max-width:none!important;max-height:none!important}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
