@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary:#5b67f8;--primary-hover:#4a55e5;--primary-light:#eef0ff;--primary-dark:#3d49d6;--success:#22c55e;--success-light:#dcfce7;--warning:#f59e0b;--warning-light:#fef3c7;--danger:#ef4444;--danger-light:#fee2e2;--info:#3b82f6;--info-light:#dbeafe;--bg:#f4f5fb;--bg-card:#fff;--sidebar-bg:#fff;--sidebar-width:220px;--topbar-height:50px;--text:#1e1f2e;--text-secondary:#6b7280;--text-muted:#9ca3af;--border:#e5e7eb;--border-light:#f3f4f6;--radius-sm:6px;--radius:10px;--radius-lg:14px;--shadow-sm:0 1px 3px #0000000f;--shadow:0 2px 8px #00000014;--shadow-lg:0 8px 24px #0000001f;--transition:.18s ease;--font:"Inter", -apple-system, BlinkMacSystemFont, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px;overflow-x:hidden}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font);background:0 0;border:none}input,textarea,select{font-family:var(--font);font-size:14px}img{max-width:100%;display:block}table{max-width:100%}button,input,select,textarea,a{-webkit-tap-highlight-color:transparent}.confirm-dialog-overlay{z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:radial-gradient(circle at 50% 10%,#5b67f82e,#0000 34%),#0e101c94;place-items:center;padding:20px;animation:.16s ease-out confirmFadeIn;display:grid;position:fixed;inset:0}.confirm-dialog{background:linear-gradient(145deg,#fff 0%,#f8fafc 100%);border:1px solid #ffffffb8;border-radius:22px;width:min(430px,100%);padding:24px;animation:.18s ease-out confirmPopIn;position:relative;overflow:hidden;box-shadow:0 28px 70px #0f172a47}.confirm-dialog:before{content:"";background:linear-gradient(90deg,#ef4444,#f97316);height:5px;position:absolute;inset:0 0 auto}.confirm-dialog-close{width:34px;height:34px;color:var(--text-secondary);transition:var(--transition);background:#0f172a0d;border-radius:999px;place-items:center;display:grid;position:absolute;top:14px;right:14px}.confirm-dialog-close:hover{color:var(--text);background:#0f172a1a}.confirm-dialog-icon{color:#b91c1c;background:linear-gradient(145deg,#fee2e2,#fff7ed);border-radius:16px;place-items:center;width:48px;height:48px;margin-bottom:16px;display:grid;box-shadow:inset 0 0 0 1px #ef44441f}.confirm-dialog-copy h2{letter-spacing:-.02em;color:var(--text);margin:0 36px 8px 0;font-size:19px;font-weight:800}.confirm-dialog-copy p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.55}.confirm-dialog-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.confirm-dialog-actions .btn{min-width:108px}.btn-danger{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 10px 22px #dc26263d}.btn-danger:hover{transform:translateY(-1px);box-shadow:0 14px 26px #dc262647}@keyframes confirmFadeIn{0%{opacity:0}to{opacity:1}}@keyframes confirmPopIn{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.app-layout{min-width:0;min-height:100vh;display:flex}.app-sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);border-right:1px solid var(--border);z-index:100;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.app-main{margin-left:var(--sidebar-width);flex-direction:column;flex:1;min-width:0;min-height:100vh;display:flex}.app-topbar{height:var(--topbar-height);background:var(--bg-card);border-bottom:1px solid var(--border);z-index:50;align-items:center;gap:12px;padding:0 20px;display:flex;position:sticky;top:0}.app-content{flex:1;min-width:0;max-width:100vw;padding:0;overflow:auto}.sidebar-overlay,.topbar-menu-btn{display:none}.sidebar-logo{border-bottom:1px solid var(--border-light);color:var(--primary);letter-spacing:-.5px;align-items:center;gap:8px;padding:16px;font-size:18px;font-weight:700;display:flex}.sidebar-logo-image{object-fit:contain;width:100%;max-width:152px;height:auto;display:block}.sidebar-logo span{color:var(--text)}.sidebar-project-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;padding:12px 16px 8px;font-size:11px;font-weight:600}.sidebar-nav{flex:1;padding:8px}.sidebar-nav-item{border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition);cursor:pointer;white-space:nowrap;align-items:center;gap:10px;margin-bottom:2px;padding:9px 10px;font-size:13px;font-weight:500;display:flex;overflow:hidden}.sidebar-nav-item:hover{background:var(--bg);color:var(--text)}.sidebar-nav-item.active{background:var(--primary-light);color:var(--primary)}.sidebar-nav-item .nav-icon{flex-shrink:0;font-size:15px}.topbar-breadcrumb{color:var(--text-secondary);flex:1;align-items:center;gap:6px;min-width:0;font-size:13px;display:flex;overflow:hidden}.topbar-breadcrumb span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.topbar-breadcrumb a:hover{color:var(--primary)}.topbar-breadcrumb .sep{color:var(--border)}.topbar-breadcrumb .current{color:var(--text);font-weight:500}.topbar-actions{align-items:center;gap:8px;display:flex}.topbar-user{background:var(--primary);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.btn{border-radius:var(--radius-sm);transition:all var(--transition);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:6px;min-width:0;max-width:100%;padding:7px 14px;font-size:13px;font-weight:500;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:var(--bg);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border-light)}.btn-ghost{color:var(--text-secondary);background:0 0}.btn-ghost:hover{background:var(--bg);color:var(--text)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626}.btn-sm{padding:5px 10px;font-size:12px}.btn-lg{padding:10px 20px;font-size:15px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-icon{border-radius:var(--radius-sm);padding:7px}.card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.card-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:14px 16px;font-size:14px;font-weight:600;display:flex}.card-header-collapsible{gap:10px}.card-collapse-btn{border:1px solid var(--border);background:var(--bg);width:26px;height:26px;color:var(--text);cursor:pointer;transition:all var(--transition);border-radius:8px;justify-content:center;align-items:center;font-size:18px;font-weight:900;line-height:1;display:inline-flex}.card-collapse-btn:hover{background:var(--primary);border-color:var(--primary);color:#fff}.card-collapsed .card-header{border-bottom:none}.card-body{padding:16px}.form-group{margin-bottom:14px}.form-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.6px;margin-bottom:5px;font-size:11px;font-weight:600;display:block}.form-input{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);background:var(--bg-card);transition:border-color var(--transition), box-shadow var(--transition);outline:none;min-width:0;padding:8px 12px;font-size:13px}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #5b67f81f}.form-input::placeholder{color:var(--text-muted)}.form-textarea{resize:vertical;min-height:80px}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z' fill='%236B7280'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding-right:28px}.auth-page{background:linear-gradient(135deg,#f4f5fbf5,#eef0ffe6) 0 0/180% 180%,radial-gradient(circle at 15% 12%,#5b67f829,#0000 28%) 0 0/100% 100%,radial-gradient(circle at 85% 82%,#22c55e1f,#0000 24%) 0 0/100% 100%;justify-content:center;align-items:center;min-height:100vh;padding:28px;animation:16s ease-in-out infinite alternate authGradientShift;display:flex;position:relative;overflow:hidden}.auth-page:before{content:"";pointer-events:none;background-image:linear-gradient(#5b67f80d 1px,#0000 1px),linear-gradient(90deg,#5b67f80d 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000000b3,#0000 82%);mask-image:linear-gradient(#000000b3,#0000 82%)}.auth-background{pointer-events:none;position:absolute;inset:0;overflow:hidden}.auth-bg-shape{filter:blur(20px);opacity:.34;border-radius:999px;display:block;position:absolute;transform:translate(0,0)}.auth-bg-shape-1{background:#5b67f86b;width:230px;height:230px;animation:18s ease-in-out infinite authFloatOne;top:10vh;left:max(-70px,5vw)}.auth-bg-shape-2{background:#22c55e47;width:270px;height:270px;animation:22s ease-in-out infinite authFloatTwo;bottom:8vh;right:max(-90px,4vw)}.auth-bg-shape-3{background:#3b82f633;width:150px;height:150px;animation:20s ease-in-out infinite authFloatThree;top:12vh;left:55vw}.auth-shell{z-index:1;width:min(100%,430px);position:relative}.auth-shell-wide{width:min(100%,500px)}.auth-panel{gap:22px;display:grid}.auth-brand{text-align:center;justify-items:center;gap:9px;display:grid}.auth-logo{object-fit:contain;width:min(240px,72vw);height:auto}.auth-brand-name{color:var(--text-secondary);letter-spacing:.2px;font-size:13px;font-weight:700}.auth-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border:1px solid #e5e7ebe6;border-radius:18px;padding:28px;position:relative;overflow:hidden;box-shadow:0 24px 70px #232b5b29}.auth-card:before{content:"";background:linear-gradient(90deg, var(--primary), #22c55e);height:4px;position:absolute;inset:0 0 auto}.auth-card-header{text-align:center;margin-bottom:22px}.auth-eyebrow{color:var(--primary);letter-spacing:.9px;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:800}.auth-card h1{color:var(--text);font-size:25px;font-weight:800;line-height:1.15}.auth-error{border-radius:var(--radius);background:var(--danger-light);color:#b91c1c;border:1px solid #ef444440;align-items:flex-start;gap:9px;margin-bottom:16px;padding:11px 12px;font-size:13px;font-weight:600;display:flex}.auth-error svg{flex:none;margin-top:1px}.auth-form{gap:16px;display:grid}.auth-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.auth-field{color:var(--text-secondary);gap:7px;font-size:12px;font-weight:700;display:grid}.auth-input-wrap{border:1px solid var(--border);min-height:46px;transition:border-color var(--transition), box-shadow var(--transition), background var(--transition);background:#fff;border-radius:12px;align-items:center;gap:10px;padding:0 13px;display:flex}.auth-input-wrap:focus-within{border-color:var(--primary);background:#fbfcff;box-shadow:0 0 0 4px #5b67f81f}.auth-input-wrap svg{color:var(--text-muted);flex:none}.auth-input-wrap input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:14px;font-weight:500}.auth-input-wrap input::placeholder{color:#a7adbb}.auth-submit{background:var(--primary);color:#fff;min-height:48px;transition:transform var(--transition), box-shadow var(--transition), background var(--transition);border-radius:12px;justify-content:center;align-items:center;gap:9px;margin-top:4px;font-size:14px;font-weight:800;display:inline-flex;box-shadow:0 14px 28px #5b67f847}.auth-submit:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 18px 36px #5b67f857}.auth-submit:disabled{opacity:.72;cursor:not-allowed;box-shadow:none}.auth-switch{color:var(--text-secondary);text-align:center;margin-top:18px;font-size:13px}.auth-switch a{color:var(--primary);font-weight:800}@keyframes authGradientShift{0%{background-position:0 45%,50%,50%}to{background-position:100% 55%,50%,50%}}@keyframes authFloatOne{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(42px,28px)scale(1.08)}}@keyframes authFloatTwo{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(-38px,-34px)scale(1.05)}}@keyframes authFloatThree{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(22px,44px)scale(.96)}}@media (prefers-reduced-motion:reduce){.auth-page,.auth-bg-shape{animation:none}}.badge{border-radius:20px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.badge-en_cours{background:var(--danger-light);color:var(--danger)}.badge-cloture{background:var(--success-light);color:#16a34a}.badge-en_attente{background:var(--warning-light);color:#d97706}.modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:200;background:#0006;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overscroll-behavior:contain;width:90%;max-width:520px;max-height:90vh;animation:.18s slideUp;overflow-y:auto}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 20px;font-size:16px;font-weight:700;display:flex}.modal-body{padding:20px}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}.side-panel{background:var(--bg-card);border-left:1px solid var(--border);z-index:150;flex-direction:column;width:380px;max-width:100vw;animation:.2s slideInRight;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-4px 0 16px #00000014}.side-panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 16px;font-size:14px;font-weight:600;display:flex}.side-panel-body{flex:1;padding:16px;overflow-y:auto}.remarque-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:box-shadow var(--transition);cursor:pointer;margin-bottom:8px;padding:14px 16px}.remarque-card:hover{box-shadow:var(--shadow)}.remarque-card.selected{border-color:var(--primary);box-shadow:0 0 0 2px #5b67f826}.remarque-card-header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:6px;display:flex}.remarque-numero{background:var(--danger-light);min-width:36px;height:22px;color:var(--danger);border-radius:4px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}.remarque-numero.cloture{background:var(--success-light);color:#16a34a}.remarque-numero.en_attente{background:var(--warning-light);color:#d97706}.remarque-title{flex:1;font-size:13px;font-weight:500;line-height:1.4}.remarque-meta{color:var(--text-muted);margin-bottom:6px;font-size:11px}.remarque-tags{flex-wrap:wrap;gap:4px;margin-top:8px;display:flex}.remarque-tag{background:var(--primary-light);color:var(--primary);border-radius:20px;padding:2px 7px;font-size:11px}.remarque-photos{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.remarque-photo-thumb{border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--border);cursor:pointer;width:72px;height:54px;transition:transform var(--transition)}.remarque-photo-thumb:hover{transform:scale(1.05)}.section-group{margin-bottom:4px}.section-group-header{cursor:pointer;border-bottom:1px solid var(--border-light);background:var(--bg);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:10px 16px;font-size:13px;font-weight:600;display:flex}.section-group-header:hover{background:#eff0f9}.section-group-body{padding:8px 0}.presence-table{border-collapse:collapse;width:100%}.presence-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.6px;border-bottom:1px solid var(--border);padding:8px 12px;font-size:11px;font-weight:600}.report-preview-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.report-export-progress{border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #5b67f82e;margin-bottom:18px;padding:12px 14px}.report-export-progress-head{color:var(--text);justify-content:space-between;gap:14px;margin-bottom:9px;font-size:12px;font-weight:700;display:flex}.report-export-progress-head strong{color:var(--primary);font-variant-numeric:tabular-nums}.report-export-progress-track{background:var(--primary-light);border-radius:999px;height:9px;overflow:hidden}.report-export-progress-track span{border-radius:inherit;background:linear-gradient(90deg, var(--primary), #22c55e);height:100%;transition:width .22s;display:block}.report-doc{justify-content:center;gap:24px;display:grid}.report-sheet{color:#161616;background:#fff;border:1px solid #d9d9d9;width:794px;min-height:1123px;position:relative;box-shadow:0 18px 50px #0f172a1f}.report-sheet-inner{padding:34px 34px 52px}.report-footer{text-align:center;color:#111827;font-size:15px;position:absolute;bottom:18px;left:0;right:0}.report-header-line{border-bottom:1px solid #cfcfcf;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:18px;padding-bottom:10px;display:flex}.report-header-title,.report-header-next{color:#111;font-size:14px}.report-header-title{text-transform:uppercase;letter-spacing:.03em;font-weight:700}.report-header-next{white-space:nowrap;font-size:12px}.report-summary-top{grid-template-columns:240px minmax(0,1fr) 230px;align-items:center;gap:18px;min-height:120px;margin-bottom:12px;display:grid}.report-brand-box{align-items:center;min-height:102px;display:flex}.report-brand-logo{object-fit:contain;max-width:210px;max-height:112px}.report-brand-placeholder{color:#d1d5db;border:1px solid #ececec;justify-content:center;align-items:center;width:210px;height:110px;font-size:16px;font-weight:700;display:flex}.report-summary-company{align-content:center;gap:6px;min-height:102px;display:grid}.report-summary-company-name{text-transform:uppercase;color:#111;margin-bottom:2px;font-size:12px;font-weight:800}.report-summary-contact{place-content:center end;gap:10px;min-height:102px;display:grid}.report-summary-contact-item{color:#111827;align-items:center;gap:10px;font-size:12px;display:flex}.report-summary-contact-icon{color:#7a8597;flex-shrink:0;width:18px;font-weight:700}.report-contact-line{color:#444;font-size:12px}.report-section{margin-bottom:14px}.report-section-stack{gap:12px;display:grid}.report-section-packed{margin-bottom:0}.report-section-ruled{padding-top:2px}.report-section-title{text-transform:uppercase;color:#111;letter-spacing:.02em;border-bottom:1px solid #cfcfcf;margin-bottom:8px;padding-bottom:4px;font-size:13px;font-weight:700}.report-section-subtitle{color:#666;margin-top:-2px;margin-bottom:10px;font-size:11px}.report-project-grid,.report-bottom-grid{grid-template-columns:1.3fr 1.8fr 1.4fr;gap:18px;display:grid}.report-project-grid-ref{align-items:start}.report-project-cover-wrap{justify-content:center;display:flex}.report-project-cover{object-fit:cover;border:1px solid #ddd;width:72px;height:112px}.report-project-cover-placeholder{color:#b5b5b5;background:#fafafa;justify-content:center;align-items:center;font-size:12px;display:flex}.report-project-details,.report-project-aside{font-size:12px;line-height:1.45}.report-project-name{color:#111;margin-bottom:2px;font-size:14px;font-weight:700}.report-project-sub{margin-bottom:6px;font-weight:700}.report-project-desc{margin-top:6px}.report-presence-legend{text-transform:uppercase;color:#4b4b4b;flex-wrap:wrap;align-items:center;gap:10px 14px;margin:10px 0 8px;font-size:9px;display:flex}.report-presence-legend>span{align-items:center;gap:6px;line-height:1;display:inline-flex}.report-legend-right{margin-left:auto}.report-presence-section{margin-bottom:12px}.report-table-title{text-transform:uppercase;color:#222;background:#e6e9ed;border:1px solid #c6ccd4;border-bottom:none;padding:6px 8px;font-size:12px;font-weight:700}.report-table{border-collapse:collapse;color:#222;width:100%;font-size:11px}.report-table-presence{table-layout:fixed}.report-presence-col-name{width:23%}.report-presence-col-company{width:13%}.report-presence-col-phone{width:17%}.report-presence-col-email{width:28%}.report-presence-col-status{width:7%}.report-presence-col-called,.report-presence-col-absence{width:6%}.report-table th{text-align:left;color:#222;text-transform:none;background:#f5f6f8;border:1px solid #c6ccd4;padding:6px;font-size:11px}.report-table td{vertical-align:top;border:1px solid #d5d9df;padding:6px}.report-table-center{text-align:center!important;vertical-align:middle!important}.report-table-compact th,.report-table-compact td{padding:5px 6px}.report-break{word-break:break-word}.report-presence-primary{font-weight:700}.report-presence-secondary{margin-top:2px}.report-badge-svg{vertical-align:middle;flex:none;line-height:0;display:inline-block}.report-badge-svg svg{display:block}.report-badge-svg-circle{width:18px;height:18px}.report-badge-svg-pill{min-width:30px;height:22px}.report-label{margin-right:8px;font-weight:700}.report-calendar-row{grid-template-columns:1fr 1fr;gap:18px;padding-top:4px;font-size:12px;display:grid}.report-signatures{gap:12px;display:grid}.report-signatures-inline{grid-template-columns:repeat(4,1fr);gap:18px;min-height:150px}.report-signature-item{flex-direction:column;justify-content:flex-end;display:flex}.report-signature-stage{justify-content:center;align-items:center;height:118px;display:flex}.report-signature-name{margin-top:10px;font-size:12px}.report-signature-line{border-bottom:1px solid #d4d4d4;width:100%;height:70px}.report-signature-image{object-fit:contain;max-width:100%;max-height:92px}.report-remarks-stack{gap:10px;display:grid}.report-remarks-compact{border:1px solid #d5d9df;border-top:none}.report-remark-compact{border-top:1px solid #e3e7ec;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;padding:8px 8px 9px;display:grid}.report-remark-compact-main{min-width:0}.report-remark-card{background:#fff;border:1px solid #d5d9df}.report-remark-card-head{background:#e6e9ed;border-bottom:1px solid #d5d9df;justify-content:space-between;align-items:center;gap:12px;min-height:28px;padding:6px 8px;display:flex}.report-remark-card-title{text-transform:uppercase;font-size:12px;font-weight:700}.report-remark-card-body{padding:8px 8px 6px}.report-remark-status-line{margin-bottom:5px;font-size:11px}.report-remark-title{color:#111;margin-bottom:5px;font-size:12px;font-weight:600}.report-remark-description{color:#222;font-size:12px;line-height:1.35}.report-remark-photos{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.report-remark-photo{object-fit:cover;border:1px solid #d8dde4;width:236px;height:176px}.report-remark-photos-compact{gap:6px;margin-top:6px}.report-remark-photo-compact{width:146px;height:108px}.report-remark-links{color:#333;gap:3px;margin-top:8px;font-size:11px;display:grid}.report-remark-meta-block{color:#333;margin-top:8px;font-size:11px}.report-remark-meta-title{margin-bottom:4px;font-weight:700}.report-remark-meta-list{gap:3px;display:grid}.report-remark-meta-item{align-items:flex-start;gap:6px;display:flex}.report-planning-title{margin-bottom:36px;font-size:14px;font-weight:700}.report-planning-range{text-align:center;border:1px solid #1f2937;border-bottom:none;width:220px;margin:0 auto -1px;padding:6px 12px;font-size:12px;font-weight:600}.report-table-planning th,.report-table-planning td{font-size:10px}.report-table-planning th:last-child,.report-table-planning td:last-child{width:42%}.report-timeline-svg{width:100%;line-height:0;display:block}.report-timeline-svg svg{width:100%;height:24px;display:block}.report-plan-title{text-transform:uppercase;margin-bottom:12px;font-size:14px;font-weight:700}.report-plan-canvas{background:#fff;border:1px solid #dbe4f2;justify-content:center;align-items:center;min-height:700px;display:flex;position:relative;overflow:hidden}.report-plan-canvas-sheet{border:none;min-height:980px}.report-plan-image{width:100%;height:auto;display:block}.report-plan-marker{color:#fff;border:2px solid #3c3c3cbf;border-radius:999px;justify-content:center;align-items:center;min-width:34px;height:34px;margin-top:-17px;margin-left:-17px;padding:0 7px;font-size:11px;font-weight:800;display:flex;position:absolute;box-shadow:0 6px 12px #0f172a2e}.report-plan-loading{color:#7b8baa;font-size:13px}.report-document-meta{color:#555;gap:10px;margin:8px 0 12px;font-size:11px;display:flex}.report-document-meta span:not(:last-child):after{content:"·";color:#a0a6b0;margin-left:10px}.report-document-preview{background:#f7f8fa;border:1px solid #d5d9df;justify-content:center;align-items:flex-start;min-height:900px;display:flex;overflow:hidden}.report-document-preview .react-pdf__Page{margin:0 auto}.report-document-image{object-fit:contain;max-width:100%;max-height:900px}.report-plan-loading-overlay{background:linear-gradient(#f1f5ffa6 0%,#f7f9fdcc 100%);border:1px solid #d9e1f0;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;min-height:520px;display:flex}.report-plan-loading-title{color:#536483;font-size:20px;font-weight:600}.report-plan-loading-subtitle{color:#7b8baa;font-size:12px}.custom-pdf-page{height:calc(100vh - var(--topbar-height));flex-direction:column;min-height:0;display:flex;overflow:hidden}.custom-pdf-header{flex:none}.custom-pdf-workspace{flex:1;grid-template-columns:minmax(320px,430px) minmax(0,1fr);gap:18px;min-height:0;padding:18px 24px;display:grid;overflow:hidden}.custom-pdf-editor{overscroll-behavior:contain;scrollbar-gutter:stable;flex-direction:column;gap:14px;min-width:0;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.custom-pdf-quick-add{z-index:12;border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;padding:12px;position:sticky;top:0;box-shadow:0 10px 24px #0f172a14}.custom-pdf-quick-add-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px;font-size:11px;font-weight:800}.custom-pdf-quick-add-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.custom-pdf-quick-add-grid .btn{justify-content:flex-start}.custom-pdf-library-header{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:10px;font-size:12px;display:flex}.custom-pdf-library-list{flex-direction:column;gap:10px;display:flex}.custom-pdf-config-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.custom-pdf-config-actions .btn{justify-content:center}.custom-pdf-import-btn{position:relative;overflow:hidden}.custom-pdf-import-btn input{opacity:0;cursor:pointer;position:absolute;inset:0}.custom-pdf-library-item{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:14px;padding:12px 44px 12px 14px;transition:border-color .2s,box-shadow .2s,transform .2s;position:relative}.custom-pdf-library-item:hover,.custom-pdf-library-item:focus-visible{border-color:#00522859;outline:none;transform:translateY(-1px);box-shadow:0 8px 24px #0f172a14}.custom-pdf-library-item.is-active{background:#0052280a;border-color:#005228}.custom-pdf-library-item-main{min-width:0}.custom-pdf-library-item-title{color:var(--text-primary);word-break:break-word;font-size:13px;font-weight:700}.custom-pdf-library-item-meta{color:var(--text-secondary);margin-top:4px;font-size:11px}.custom-pdf-library-item-index{color:#005228;font-size:11px;font-weight:700;position:absolute;top:11px;right:34px}.custom-pdf-library-item-delete{width:22px;height:22px;color:var(--danger);border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:9px;right:10px}.custom-pdf-library-item-delete:hover,.custom-pdf-library-item-delete:focus-visible{background:#ef44441f;outline:none}.pdf-builder-add-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.pdf-builder-add-grid .btn{justify-content:flex-start}.pdf-builder-blocks{gap:10px;min-width:0;display:grid}.pdf-builder-block{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);cursor:pointer;padding:12px;transition:border-color .15s,box-shadow .15s}.pdf-builder-block:hover:not(.pdf-builder-block--selected){border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-light,#00522814)}.pdf-builder-block--selected{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light,#00522821);cursor:default}.pdf-builder-block-hint{color:var(--text-muted,#94a3b8);margin-left:6px;font-size:10px;font-style:italic;font-weight:400}.pdf-builder-block-head{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;font-size:12px;font-weight:700;display:flex}.pdf-builder-block--selected .pdf-builder-block-head{margin-bottom:12px}.pdf-builder-cell--active input{box-shadow:0 0 0 2px var(--primary-light,#0052281f);outline:none;border-color:var(--primary)!important}.pdf-builder-cell-style-panel{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);margin-top:8px;overflow:hidden}.pdf-builder-cell-style-panel-header{background:var(--bg-card);border-bottom:1px solid var(--border);color:var(--text-secondary);justify-content:space-between;align-items:center;padding:6px 10px;font-size:11px;font-weight:700;display:flex}.pdf-builder-cell-style-panel .pdf-text-style-editor{padding:8px 10px}.pdf-builder-cell-style-panel .pdf-text-style-title{display:none}.pdf-builder-actions{align-items:center;gap:3px;display:flex}.pdf-builder-image-editor{gap:8px;display:grid}.pdf-builder-image-preview{object-fit:contain;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;width:100%;max-height:180px}.pdf-image-resize-editor{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);gap:12px;padding:10px;display:grid}.pdf-image-resize-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.pdf-image-resize-title{color:var(--text-secondary);font-size:11px;font-weight:700}.pdf-image-size-btns{gap:4px;display:flex}.pdf-image-slider-group{gap:4px;display:grid}.pdf-image-slider-label{color:var(--text-secondary);justify-content:space-between;font-size:11px;font-weight:600;display:flex}.pdf-image-slider-value{color:var(--text);font-variant-numeric:tabular-nums}.pdf-image-slider{width:100%}.pdf-image-presets{flex-wrap:wrap;gap:6px;margin-bottom:4px;display:flex}.pdf-image-preset-btn{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);cursor:pointer;flex-direction:column;align-items:center;gap:4px;min-width:52px;padding:5px 8px;transition:border-color .13s,box-shadow .13s;display:flex}.pdf-image-preset-btn:hover{border-color:var(--primary)}.pdf-image-preset-btn--active{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-light,#00522826)}.pdf-image-preset-swatch{border-radius:3px;width:36px;height:22px;display:block}.pdf-image-preset-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;font-size:9px;font-weight:600}.pdf-builder-table-editor{gap:8px;display:grid}.pdf-builder-table-scroll{overflow-x:auto}.pdf-builder-table-editor table{border-collapse:collapse;width:100%;min-width:360px}.pdf-builder-table-editor td{border:1px solid var(--border);padding:4px}.pdf-builder-table-editor input{background:var(--bg);border:1px solid #0000;border-radius:4px;width:100%;min-width:90px;padding:7px 8px}.pdf-builder-table-editor td .pdf-text-style-editor{min-width:260px;margin-top:6px}.pdf-builder-table-editor td .pdf-text-style-grid{grid-template-columns:repeat(2,minmax(90px,1fr))}.pdf-disorder-note-options{grid-template-columns:repeat(5,minmax(34px,1fr));gap:6px;display:grid}.pdf-disorder-note-option{min-height:38px;transition:transform var(--transition), box-shadow var(--transition);border:1px solid #050505;border-radius:4px;font-size:13px;font-weight:900}.pdf-disorder-note-option:hover,.pdf-disorder-note-option.is-active{transform:translateY(-1px);box-shadow:0 0 0 3px #5b67f838}.pdf-builder-page-break-note{border:1px dashed var(--primary);border-radius:var(--radius-sm);background:var(--primary-light);color:var(--primary);padding:10px 12px;font-size:12px;font-weight:600}.custom-pdf-preview-wrap{flex-direction:column;gap:10px;min-width:0;min-height:0;display:flex;overflow:hidden}.custom-pdf-preview-toolbar{color:var(--text-secondary);justify-content:space-between;gap:10px;font-size:12px;display:flex}.custom-pdf-export-progress{border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#ffffffe6;border:1px solid #5b67f82e;padding:12px 14px}.custom-pdf-export-progress-head{color:var(--text);justify-content:space-between;gap:14px;margin-bottom:9px;font-size:12px;font-weight:700;display:flex}.custom-pdf-export-progress-head strong{color:var(--primary);font-variant-numeric:tabular-nums}.custom-pdf-export-progress-track{background:var(--primary-light);border-radius:999px;height:9px;overflow:hidden}.custom-pdf-export-progress-track span{border-radius:inherit;background:linear-gradient(90deg, var(--primary), #22c55e);height:100%;transition:width .22s;display:block}.custom-pdf-preview{overscroll-behavior:contain;scrollbar-gutter:stable;flex:1;justify-content:center;gap:18px;min-height:0;padding:4px 0 28px;display:grid;overflow:auto}.custom-pdf-measure{visibility:hidden;pointer-events:none;z-index:-1;width:794px;position:absolute;top:0;left:-10000px;overflow:hidden}.custom-pdf-sheet{color:#111827;background:#fff;border:1px solid #d9d9d9;width:794px;min-height:1123px;position:relative;box-shadow:0 18px 50px #0f172a1f}.custom-pdf-sheet-inner{flex-direction:column;align-items:stretch;padding:56px 64px 72px;display:flex}.custom-pdf-block-frame,.custom-pdf-measured-block{max-width:100%}.custom-pdf-title{color:#111827;margin-bottom:20px;font-size:30px;line-height:1.15}.custom-pdf-subtitle{color:#24324a;margin:20px 0 12px;font-size:19px;line-height:1.25}.custom-pdf-text{white-space:pre-wrap;margin-bottom:14px;font-size:13px;line-height:1.7}.custom-pdf-figure{margin:16px 0}.custom-pdf-figure img,.custom-pdf-image-empty{object-fit:contain;background:#f8fafc;border:1px solid #d8dee8;width:100%;max-height:360px}.custom-pdf-image-empty{color:#94a3b8;justify-content:center;align-items:center;height:180px;font-weight:700;display:flex}.custom-pdf-figure figcaption{color:#64748b;text-align:center;margin-top:8px;font-size:11px}.custom-pdf-table{border-collapse:collapse;width:100%;margin:16px 0;font-size:12px}.custom-pdf-table th,.custom-pdf-table td{text-align:left;border:1px solid #cfd6e3;padding:8px 10px}.custom-pdf-table th{background:#eef2f7;font-weight:700}.custom-disorder-table{border-collapse:collapse;table-layout:fixed;color:#050505;width:100%;margin:16px 0;font-family:Arial,sans-serif;font-size:11px}.custom-disorder-table th,.custom-disorder-table td{border:1px solid #050505}.custom-disorder-table>thead th{color:#fff;text-align:center;background:#064f2b;padding:5px 6px;font-size:11px;font-weight:700}.custom-disorder-table>thead th:first-child{width:70px}.custom-disorder-table>thead th:last-child{width:40px}.custom-disorder-location{text-align:center;vertical-align:middle;white-space:pre-line;background:#d9d9d9;font-weight:500;line-height:1.1}.custom-disorder-location span{display:block}.custom-disorder-media-cell{vertical-align:top;background:#fff;padding:6px}.custom-disorder-photo-frame{background:#111;width:100%;height:580px;margin-bottom:10px;overflow:hidden}.custom-disorder-photo-frame img,.custom-disorder-photo-empty{object-fit:cover;width:100%;height:100%}.custom-disorder-photo-empty{color:#64748b;background:#f1f5f9;justify-content:center;align-items:center;font-weight:700;display:flex}.custom-disorder-subtable{border-collapse:collapse;table-layout:fixed;width:100%}.custom-disorder-subtable th,.custom-disorder-subtable td{text-align:center;vertical-align:middle;white-space:pre-wrap;border:1px solid #050505;padding:8px}.custom-disorder-subtable th{background:#d9d9d9;font-weight:800}.custom-disorder-subtable td{min-height:86px}.custom-disorder-note{text-align:center;vertical-align:middle;font-size:12px;font-weight:900}.custom-pdf-page-num{text-align:center;color:#64748b;font-size:12px;position:absolute;bottom:22px;left:0;right:0}.custom-pdf-page-badge{color:#fff;text-align:center;z-index:5;background:#005228;justify-content:center;align-items:center;min-width:62px;height:31px;padding:0 14px 10px;font-size:14px;font-weight:900;line-height:1;display:flex;position:absolute;top:22px;right:48px}.custom-pdf-footer{color:#050505;z-index:4;border-top:2px solid #005228;grid-template-columns:134px minmax(0,1fr);align-items:center;gap:10px;min-height:50px;padding-top:5px;display:grid;position:absolute;bottom:12px;left:17px;right:17px}.custom-pdf-footer-logo img{object-fit:contain;max-width:122px;max-height:45px}.custom-pdf-footer-logo-text{color:#005228;font-weight:950;line-height:.84}.custom-pdf-footer-logo-text span{font-size:30px;display:block}.custom-pdf-footer-logo-text small{font-size:15px;display:block}.custom-pdf-footer-text{color:#050505;font-size:11px;line-height:1.35}.custom-cover-editor{max-height:520px;overflow-y:auto}.custom-pdf-cover{font-family:var(--font);overflow:hidden}.custom-cover-logo-zone{width:360px;position:absolute;top:86px;left:54px}.custom-cover-logo-img{object-fit:contain;max-width:290px;max-height:96px}.custom-cover-logo-text{color:#014b2a;font-weight:900;line-height:.92}.custom-cover-logo-main{letter-spacing:0;font-size:62px}.custom-cover-logo-sub{margin-left:62px;font-size:30px}.custom-cover-tagline{color:#050505;text-transform:uppercase;margin-top:12px;font-size:16px;font-weight:800}.custom-cover-green-band{background:#005228;align-items:flex-start;width:610px;height:214px;padding:24px 0 0 60px;display:flex;position:absolute;top:288px;left:0}.custom-cover-title{color:#050505;text-transform:uppercase;white-space:pre-line;font-size:44px;font-weight:900;line-height:1.2}.custom-cover-composite{width:794px;height:488px;position:absolute;top:288px;left:0;overflow:hidden}.custom-cover-composite img{object-fit:cover;width:100%;height:100%;display:block}.custom-cover-visual{width:730px;height:366px;position:absolute;top:410px;left:64px;overflow:hidden}.custom-cover-visual img,.custom-cover-visual-empty{object-fit:cover;filter:grayscale();width:100%;height:100%}.custom-cover-visual-empty{color:#fff;background:linear-gradient(135deg,#d6dde2,#7d8990);justify-content:center;align-items:center;font-size:24px;font-weight:800;display:flex}.custom-cover-slash{pointer-events:none;height:448px;position:absolute;top:-34px;transform:skew(-28deg)}.custom-cover-slash-green{background:#007840c7;width:40px;left:92px}.custom-cover-slash-light{background:#ffffffd1;width:44px;left:456px}.custom-cover-report{color:#050505;width:360px;font-size:22px;font-weight:850;line-height:1.28;position:absolute;top:780px;left:405px}.custom-cover-rule{border-bottom:1px solid #050505;width:376px;position:absolute;top:870px;left:405px}.custom-cover-reference{color:#005228;font-size:22px;font-weight:900;position:absolute;top:880px;right:28px}.custom-cover-client{color:#050505;z-index:4;width:330px;font-size:15px;font-weight:500;line-height:1.25;position:absolute;top:900px;left:33px}.custom-cover-client strong{margin-bottom:2px;font-size:16px;font-weight:900;display:block}.custom-cover-footer{text-align:center;color:#050505;font-size:16px;line-height:1.7;position:absolute;bottom:12px;left:0;right:0}.custom-intro-page{font-family:var(--font);overflow:hidden}.custom-intro-photo-frame{z-index:2;background:#eef2f0;position:absolute;top:147px;left:289px;overflow:hidden}.custom-intro-photo-frame img,.custom-intro-photo-empty{object-fit:cover;width:100%;height:100%}.custom-intro-photo-empty{color:#005228;background:linear-gradient(135deg,#f8faf9,#d9e3df);justify-content:center;align-items:center;font-size:24px;font-weight:900;display:flex}.custom-intro-address-card{color:#fff;z-index:3;background:#005228;width:232px;min-height:122px;padding:28px 16px 20px;font-size:18px;font-weight:900;line-height:1.28;position:absolute;top:316px;left:78px;box-shadow:-7px 10px #050505}.custom-intro-ref-shadow{z-index:1;background:#232323;width:179px;height:137px;position:absolute;top:643px;left:522px}.custom-intro-ref-table{border-collapse:collapse;color:#050505;z-index:2;width:592px;font-size:13px;font-weight:800;position:absolute;top:650px;left:101px}.custom-intro-ref-table th,.custom-intro-ref-table td{text-align:left;vertical-align:middle;border:1px solid #050505;padding:8px 7px}.custom-intro-ref-table th{color:#fff;background:#005228;font-size:13px;font-weight:900}.custom-intro-ref-table td{background:#fff;height:32px}.custom-intro-ref-col-reference{width:132px}.custom-intro-ref-col-redige{width:126px}.custom-intro-ref-col-verifie{width:86px}.custom-intro-ref-col-date{width:80px}.custom-intro-ref-col-version{width:60px}.custom-intro-ref-col-observations{width:108px}.custom-intro-ref-table td:first-child{padding-left:14px}.custom-intro-ref-table th:nth-child(3),.custom-intro-ref-table td:nth-child(3),.custom-intro-ref-table th:nth-child(4),.custom-intro-ref-table td:nth-child(4){white-space:nowrap;font-size:12px}.custom-intro-ref-table th:nth-child(5),.custom-intro-ref-table td:nth-child(5){text-align:center}.custom-intro-ref-table td:nth-child(6){font-size:11px}.custom-intro-ref-table td.custom-intro-observations-empty{text-align:center}.custom-summary-page{font-family:var(--font);overflow:hidden}.custom-summary-inner{padding:58px 68px 84px}.custom-summary-inner h1{text-align:center;color:#050505;letter-spacing:.5px;margin:0 0 50px;font-size:26px;font-weight:950;line-height:1.2}.custom-summary-list{margin-top:6px}.custom-summary-row{color:#050505;cursor:pointer;grid-template-columns:34px auto minmax(24px,1fr) 24px;align-items:end;gap:5px;margin-bottom:20px;font-size:16px;font-weight:900;line-height:2;transition:color .15s;display:grid}.custom-summary-row:hover .custom-summary-label,.custom-summary-row:hover .custom-summary-page-num{color:#005228}.custom-summary-number,.custom-summary-label,.custom-summary-page-num{white-space:nowrap}.custom-summary-label{text-overflow:ellipsis;overflow:hidden}.custom-summary-dots{border-bottom:3px dotted #050505;min-width:20px;transform:translateY(-4px)}.custom-summary-page-num{text-align:right}.custom-summary-editor-list{gap:8px;margin-bottom:10px;display:grid}.custom-summary-editor-row{grid-template-columns:58px minmax(0,1fr) 64px 34px;align-items:center;gap:6px;display:grid}.custom-summary-editor-row .form-input{min-width:0}.pdf-text-style-editor{border:1px solid var(--border);border-radius:var(--radius);background:#f8fafc;margin-top:12px;padding:10px}.pdf-block-layout-editor{border:1px dashed var(--border);border-radius:var(--radius);background:#fff;margin-top:12px;padding:10px}.pdf-text-style-title{color:var(--text);margin-bottom:8px;font-size:12px;font-weight:800}.pdf-text-style-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.pdf-text-style-grid label{color:var(--text-secondary);gap:4px;font-size:11px;font-weight:700;display:grid}.form-color-input{min-height:38px;padding:4px}.pdf-text-style-toggles{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.custom-last-page{font-family:var(--font);background:#fff;overflow:hidden}.custom-last-implantation-image{background:#fff;width:794px;height:582px;position:absolute;top:0;left:0;overflow:hidden}.custom-last-implantation-src{object-fit:cover;width:100%;height:100%;display:block}.custom-last-title{color:#005228;text-transform:uppercase;font-size:32px;font-weight:950;line-height:1;position:absolute;top:52px;left:30px}.custom-last-map{width:548px;height:438px;position:absolute;top:86px;left:112px}.custom-last-map-svg{width:100%;height:100%;display:block}.custom-last-map-grid path{fill:none;stroke:#e3e5e8;stroke-width:2px}.custom-last-map-france path{fill:none;stroke:#0b665a;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}.custom-last-location-dot{background:#00603a;border-radius:999px;width:10px;height:10px;position:absolute;bottom:56px;right:102px;box-shadow:0 0 0 4px #0052282e}.custom-last-location-label{color:#fff;text-align:center;background:#00603a;border-radius:7px;min-width:114px;padding:6px 10px;font-size:11px;font-weight:700;position:absolute;bottom:16px;right:12px}.custom-last-bottom{grid-template-columns:418px 1fr;height:544px;display:grid;position:absolute;bottom:0;left:0;right:0}.custom-last-building{background:#1f2933;position:relative;overflow:hidden}.custom-last-building img,.custom-last-building-empty{object-fit:cover;filter:grayscale();width:100%;height:100%}.custom-last-building:after{content:"";background:#07121242;position:absolute;inset:0}.custom-last-building-empty{color:#fff;background:linear-gradient(135deg,#2b3337,#85939a);justify-content:center;align-items:center;font-size:22px;font-weight:800;display:flex}.custom-last-contact{color:#fff;background:linear-gradient(#aebbbb 0%,#738382 100%);padding:26px 30px 22px;font-size:14px;font-weight:800;line-height:1.35;position:relative}.custom-last-contact h2{color:#fff;text-transform:uppercase;margin-bottom:20px;font-size:27px;font-weight:950;line-height:1}.custom-last-contact h3{color:#005228;text-transform:uppercase;margin:18px 0 8px;font-size:16px;font-weight:900;line-height:1.1}.custom-last-contact p{margin:0 0 8px;font-weight:900}.custom-last-underlined{text-decoration:underline}.custom-last-website{color:#005228;font-weight:900}.custom-last-assets{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:16px;display:flex;position:absolute;bottom:14px;left:30px;right:10px}.custom-last-logo{object-fit:contain;max-width:190px;height:70px}.custom-last-logo-text{color:#005228;flex:none;font-size:42px;font-weight:950;line-height:.78}.custom-last-logo-text span{font-size:24px}.custom-last-qr,.custom-last-qr-empty{object-fit:contain;flex:none;width:70px;height:70px}.custom-last-qr-empty{color:#17211f;background:repeating-linear-gradient(45deg,#fff 0 5px,#17211f 5px 7px);border:3px solid #17211f;justify-content:center;align-items:center;font-weight:900;display:flex}.report-mosaic-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.report-mosaic-card{border:1px solid #dbe4f2;border-radius:12px;overflow:hidden}.report-mosaic-image{object-fit:cover;width:100%;height:220px;display:block}.report-mosaic-caption{color:#334764;padding:12px;font-size:12px}.report-mosaic-numero{color:#5b67f8;margin-bottom:4px;font-size:11px;font-weight:800}@media print{body{background:#fff!important}.app-sidebar,.app-topbar,.report-toolbar,.report-preview-toolbar,.wizard-steps{display:none!important}.app-main,.app-content{margin:0!important;padding:0!important;overflow:visible!important}.card{box-shadow:none!important;background:0 0!important;border:none!important}.card-header{display:none!important}.card-body{padding:0!important}.report-doc{gap:0!important}.report-sheet{page-break-after:always;width:210mm!important;min-height:297mm!important;box-shadow:none!important;border:none!important;margin:0!important}.report-sheet-inner{padding:9mm 9mm 16mm!important}}.presence-table td{border-bottom:1px solid var(--border-light);padding:12px}.presence-dot{cursor:pointer;width:10px;height:10px;transition:transform var(--transition);border-radius:50%;margin:auto}.presence-dot:hover{transform:scale(1.3)}.presence-dot.active{transform:scale(1.3);box-shadow:0 0 0 3px #00000026}.dot-present{background:var(--success)}.dot-absent{background:var(--warning)}.dot-excuse{background:var(--info)}.dot-absent_non_excuse{background:var(--danger)}.dot-convoque{background:#8b5cf6}.presence-signature-cell{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.signature-preview{object-fit:contain;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;width:92px;height:34px;padding:3px 6px}.signature-placeholder{color:var(--text-muted);font-size:11px}.signature-modal{max-width:640px}.signature-modal-subtitle{margin-bottom:12px;font-size:13px;font-weight:600}.signature-canvas-shell{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(#fff,#fff) padding-box padding-box,repeating-linear-gradient(#fff 0 31px,#eef0ff 31px 32px) border-box;position:relative;overflow:hidden}.signature-canvas{touch-action:none;cursor:crosshair;width:100%;height:280px;display:block}.signature-canvas-hint{pointer-events:none;color:#7c8db5;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex;position:absolute;inset:0}.plan-viewer-container{background:#e5e7eb;flex:1;position:relative;overflow:auto}.plan-canvas-wrapper{justify-content:center;margin:20px auto;display:flex;position:relative}.plans-page{min-height:calc(100vh - var(--topbar-height));flex-direction:column;min-width:0;display:flex}.plans-empty-page{min-height:calc(100vh - var(--topbar-height));justify-content:center;align-items:center;padding:24px;display:flex}.plans-header{flex:none}.plans-titlebar{align-items:center;gap:8px;min-width:0;display:flex}.plans-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.plans-toolbar{align-items:center;gap:8px;min-width:0;display:flex}.plans-file-button{cursor:pointer;position:relative;overflow:hidden}.plans-file-button input{opacity:0;cursor:pointer;position:absolute;inset:0}.plans-zoom-controls{align-items:center;gap:6px;display:flex}.plans-zoom-label{color:var(--text-muted);white-space:nowrap;font-size:12px}.plans-shell{flex:1;grid-template-columns:300px 80px minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.plans-remarks-panel{border-right:1px solid var(--border);background:#fff;min-width:0;padding:16px;overflow-y:auto}.plans-panel-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px;display:flex}.plans-panel-title{min-width:0;font-size:13px;font-weight:700}.plans-panel-help{color:var(--text-secondary);margin-bottom:14px;font-size:12px}.plans-remarks-list{gap:8px;display:grid}.plans-remark-item{text-align:left;border:1px solid var(--border);width:100%;transition:border-color var(--transition), background var(--transition), box-shadow var(--transition);background:#fff;border-radius:12px;padding:12px}.plans-remark-item.is-active{border-color:var(--primary);background:var(--primary-light)}.plans-remark-item:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.plans-remark-topline{justify-content:space-between;align-items:center;gap:10px;display:flex}.plans-remark-topline span{color:var(--primary);font-size:12px;font-weight:700}.plans-remark-topline strong{color:#16a34a;font-size:10px}.plans-remark-title{color:#1f2a44;overflow-wrap:anywhere;margin-top:4px;font-size:13px;font-weight:700}.plans-remark-status{margin-top:4px;font-size:11px}.plans-empty-note{color:var(--text-muted);font-size:12px}.plans-strip{background:var(--bg-card);border-right:1px solid var(--border);flex-direction:column;gap:8px;padding:8px;display:flex;overflow-y:auto}.plans-strip-item{border:2px solid var(--border);background:var(--bg);width:60px;min-height:48px;color:var(--text-muted);text-align:center;word-break:break-word;border-radius:6px;padding:4px;font-size:10px;overflow:hidden}.plans-strip-item.is-active{border-color:var(--primary);color:var(--primary)}.plans-viewer{-webkit-overflow-scrolling:touch;background:#f3f4f8;justify-content:center;align-items:flex-start;min-width:0;padding:20px;display:flex;overflow:auto}.plans-canvas-wrap{min-width:0;display:inline-block;position:relative}.plans-active-banner{background:var(--primary-light);border:1px solid #5b67f833;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;padding:10px 12px;display:flex}.plans-active-copy{align-items:center;gap:8px;min-width:0;display:flex}.plans-active-title{color:var(--primary);font-size:12px;font-weight:700}.plans-active-text{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.plans-loading,.plans-load-error{min-width:320px;min-height:320px}.plans-page-canvas,.plans-image-canvas{display:inline-block;position:relative}.plans-image-canvas img{max-width:100%;height:auto;display:block}.plans-tooltip{z-index:20;border:1px solid var(--border);background:var(--bg-card);min-width:160px;box-shadow:var(--shadow-lg);white-space:nowrap;border-radius:8px;margin-bottom:6px;padding:8px 12px;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.plans-tooltip-title{color:var(--text);font-size:13px;font-weight:700}.plans-tooltip-status,.plans-tooltip-text,.plans-tooltip-delete{margin-top:2px;font-size:11px}.plans-tooltip-text{color:var(--text-secondary)}.plans-tooltip-delete{color:var(--danger);cursor:pointer;background:0 0;border:none;margin-top:4px}.plans-pagination{justify-content:center;align-items:center;gap:8px;margin-top:12px;display:flex;position:sticky;bottom:16px}.plans-pagination span{white-space:nowrap;padding:4px 10px;font-size:13px;font-weight:600}.plan-pastille{color:#fff;cursor:pointer;width:28px;height:28px;transition:transform var(--transition);z-index:10;border:2px solid #fffc;border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0000004d}.plan-pastille:hover{transform:translate(-50%,-50%)scale(1.2)}.plan-pastille.en_cours{background:var(--danger)}.plan-pastille.cloture{background:var(--success)}.plan-pastille.en_attente{background:var(--warning)}.wizard-steps{border-bottom:1px solid var(--border);justify-content:center;align-items:center;gap:0;padding:20px 40px;display:flex}.wizard-step{color:var(--text-muted);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.wizard-step.active{color:var(--primary)}.wizard-step.done{color:var(--success)}.wizard-step-num{background:var(--border);width:26px;height:26px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.wizard-step.active .wizard-step-num{background:var(--primary);color:#fff}.wizard-step.done .wizard-step-num{background:var(--success);color:#fff}.wizard-sep{background:var(--border);width:40px;height:1px;margin:0 4px}.tiptap-toolbar{border-bottom:1px solid var(--border);background:var(--bg);flex-wrap:wrap;gap:2px;padding:6px 8px;display:flex}.tiptap-btn{color:var(--text-secondary);cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:13px}.tiptap-btn:hover{background:var(--border);color:var(--text)}.tiptap-btn.is-active{background:var(--primary-light);color:var(--primary)}.tiptap-editor .ProseMirror{outline:none;min-height:120px;padding:12px;font-size:13px;line-height:1.6}.tiptap-editor .ProseMirror p{margin-bottom:6px}.tiptap-editor .ProseMirror ul,.tiptap-editor .ProseMirror ol{padding-left:20px}.project-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition);overflow:hidden}.project-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.project-card-cover{object-fit:cover;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:100%;height:140px}.project-card-cover-default{background:linear-gradient(135deg, var(--primary) 0%, #764ba2 100%);color:#ffffff80;justify-content:center;align-items:center;width:100%;height:140px;font-size:40px;display:flex}.project-card-body{padding:14px 16px}.project-card-title{margin-bottom:4px;font-size:15px;font-weight:700}.project-card-sub{color:var(--text-muted);font-size:12px}.page-header{background:var(--bg-card);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:10px 20px;display:flex}.page-header-actions{align-items:center;gap:8px;display:flex}.visites-page{min-width:0}.visites-header{gap:16px}.visites-project-head{align-items:center;gap:12px;min-width:0;display:flex}.visites-project-image,.visites-project-placeholder{border-radius:8px;flex:none;width:36px;height:36px}.visites-project-image{object-fit:cover}.visites-project-placeholder{background:var(--primary);color:#fff;justify-content:center;align-items:center;display:flex}.visites-project-copy{min-width:0}.visites-project-copy h1{text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;line-height:1.25;overflow:hidden}.visites-project-copy span{color:var(--primary);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:11px;font-weight:600;display:block;overflow:hidden}.visites-header-actions{flex:none}.visites-sort{min-width:0;position:relative}.visites-sort-button{justify-content:space-between;min-width:220px}.visites-sort-menu{z-index:60;border:1px solid var(--border);background:#fff;border-radius:12px;width:240px;max-width:calc(100vw - 32px);padding:6px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 30px #0f172a1f}.visites-content{padding:20px 24px}.visites-list{gap:8px;display:grid}.visites-card{cursor:pointer;transition:box-shadow var(--transition);grid-template-columns:64px minmax(0,1fr) minmax(112px,auto) auto;align-items:center;gap:16px;padding:14px 18px;display:grid}.visites-card-cover{background:var(--primary-light);border:1px solid var(--border);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:64px;height:50px;display:flex;overflow:hidden}.visites-card-cover img{object-fit:cover;width:100%;height:100%}.visites-card-cover-label{color:var(--text-muted);font-size:10px;font-weight:500}.visites-card-cover-number{color:var(--primary);font-size:18px;font-weight:700;line-height:1.1}.visites-card-main{min-width:0}.visites-card-title{overflow-wrap:anywhere;margin-bottom:2px;font-size:14px;font-weight:600;line-height:1.25}.visites-card-meta{color:var(--text-muted);flex-wrap:wrap;gap:6px;font-size:12px;display:flex}.visites-card-phase{color:var(--primary)}.visites-card-progress{color:var(--text)}.visites-card-stats{justify-content:flex-end;align-items:center;gap:12px;min-width:112px;display:flex}.visites-card-chart{border-radius:50%;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:inset 0 0 0 1px #86efac2e}.visites-card-chart-inner{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #94a3b82e;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:800;display:flex;box-shadow:0 2px 6px #0f172a0f}.visites-card-stats-text{text-align:right;line-height:1.15}.visites-card-stats-ratio{color:#22c55e;letter-spacing:.2px;font-size:12px;font-weight:700}.visites-card-stats-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:10px}.visites-card-actions{gap:4px;display:flex}.visites-card-actions .btn{min-width:32px;padding:6px 8px}.visites-card-actions .is-danger{color:var(--danger)}.empty-state{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.empty-state-icon{opacity:.4;margin-bottom:16px;font-size:48px}.empty-state-title{color:var(--text);margin-bottom:6px;font-size:16px;font-weight:600}.empty-state-desc{max-width:280px;font-size:13px}.avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.avatar-sm{width:28px;height:28px;font-size:11px}.avatar-md{width:36px;height:36px;font-size:13px}.avatar-lg{width:44px;height:44px;font-size:16px}.divider{background:var(--border);height:1px;margin:12px 0}.spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite spin}.page-loading{justify-content:center;align-items:center;height:100%;min-height:300px;display:flex}.planning-shell{border:1px solid var(--border);background:#fff;border-radius:18px;grid-template-columns:240px minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 12px 28px #202d5614}.planning-sidebar{border-right:1px solid var(--border);background:linear-gradient(#fbfcff 0%,#f4f7fd 100%)}.planning-sidebar-head{color:#7d8fb3;text-transform:uppercase;letter-spacing:.8px;border-bottom:1px solid var(--border);align-items:center;height:74px;padding:0 16px;font-size:12px;font-weight:700;display:flex}.planning-label-row{border-bottom:1px solid #edf1f7;align-items:center;gap:10px;height:64px;padding-right:12px;display:flex}.planning-label-dot{border-radius:999px;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 0 4px #5b67f81f}.planning-main{background:#fff;overflow:auto}.planning-months,.planning-scale{z-index:2;display:flex;position:sticky;top:0}.planning-months{border-bottom:1px solid var(--border);background:#f7f9fe;height:34px}.planning-scale{border-bottom:1px solid var(--border);z-index:3;background:#fff;height:40px;top:34px}.planning-month-cell,.planning-scale-cell{color:#8192b4;border-right:1px solid #edf1f7;flex-shrink:0;justify-content:center;align-items:center;display:flex}.planning-month-cell{text-transform:capitalize;font-size:12px;font-weight:700}.planning-scale-cell{text-align:center;padding:0 6px;font-size:11px}.planning-scale-cell.current{color:var(--primary);background:#f0f4ff;font-weight:700}.planning-grid{position:relative}.planning-row{border-bottom:1px solid #edf1f7;height:64px;position:relative}.planning-row-grid{height:100%;display:flex}.planning-grid-cell{border-right:1px solid #f1f4f9;flex-shrink:0;height:100%}.planning-bar{border-radius:9px;height:28px;position:absolute;top:18px;overflow:hidden;box-shadow:0 8px 16px #21335c2e}.planning-bar-progress{background:#0000002e;position:absolute;inset:0 auto 0 0}.planning-bar-label{z-index:1;color:#fff;white-space:nowrap;text-overflow:ellipsis;padding:6px 10px;font-size:11px;font-weight:700;display:block;position:relative;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes spin{to{transform:rotate(360deg)}}.checklist-item{border-bottom:1px solid var(--border-light);align-items:center;gap:8px;padding:6px 0;display:flex}.checklist-item input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--primary)}.checklist-item.done span{color:var(--text-muted);text-decoration:line-through}.tabs{border-bottom:1px solid var(--border);display:flex}.tab{color:var(--text-secondary);cursor:pointer;transition:all var(--transition);white-space:nowrap;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 16px;font-size:13px;font-weight:500}.tab:hover{color:var(--text)}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}.tooltip-wrapper{display:inline-flex;position:relative}.tooltip-wrapper:hover .tooltip{opacity:1;pointer-events:auto}.tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity var(--transition);z-index:999;background:#1e1f2e;border-radius:4px;padding:4px 8px;font-size:11px;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@media (width<=1024px){:root{--sidebar-width:260px}.app-layout,.app-main,.app-content{width:100%}.app-sidebar{transition:transform var(--transition);width:min(84vw, var(--sidebar-width));box-shadow:var(--shadow-lg);transform:translate(-100%)}.app-layout.sidebar-open .app-sidebar{transform:translate(0)}.sidebar-overlay{pointer-events:none;opacity:0;z-index:90;transition:opacity var(--transition);background:#11182761;display:block;position:fixed;inset:0}.app-layout.sidebar-open .sidebar-overlay{opacity:1;pointer-events:auto}.app-main{margin-left:0}.topbar-menu-btn{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text);background:var(--bg);border:1px solid var(--border);flex:none;justify-content:center;align-items:center;display:inline-flex}.app-topbar{padding:0 14px}.page-header{top:var(--topbar-height);z-index:30;position:sticky}.page-header-actions{flex-wrap:wrap;justify-content:flex-end;min-width:0}.page-header-actions .btn{min-height:38px}.visites-header{align-items:center}.visites-project-head{flex:260px}.visites-header-actions{flex:0 auto}.visites-content{padding:18px 20px}.visites-card{grid-template-columns:64px minmax(0,1fr) auto;grid-template-areas:"cover main actions""cover stats actions";align-items:center;row-gap:8px}.visites-card-cover{grid-area:cover}.visites-card-main{grid-area:main}.visites-card-stats{grid-area:stats;justify-content:flex-start;min-width:0}.visites-card-actions{grid-area:actions;align-self:stretch;align-items:center}.card,.project-card,.remarque-card,.section-group,.modal,.side-panel{max-width:100%}.tabs{scrollbar-width:none;-webkit-overflow-scrolling:touch;min-width:0;overflow:auto hidden}.tabs::-webkit-scrollbar{display:none}.tab{align-items:center;min-height:42px;display:inline-flex}.app-content table:not(.report-table),.presence-table{min-width:680px}.app-content .card,.app-content .section-group{overflow:hidden}.report-doc{justify-content:start;padding-bottom:12px;overflow-x:auto}.custom-pdf-workspace{grid-template-columns:minmax(300px,38vw) minmax(0,1fr);gap:14px;min-height:auto;padding:14px}.custom-pdf-preview{-webkit-overflow-scrolling:touch;justify-content:start;overflow-x:auto}.custom-pdf-editor{order:1}.custom-pdf-preview-wrap{order:2}.planning-shell{border-radius:12px}.planning-main{-webkit-overflow-scrolling:touch}.plans-header{align-items:flex-start}.plans-titlebar{flex:320px}.plans-toolbar{flex-wrap:wrap;justify-content:flex-end}.plans-shell{grid-template:"strip strip""remarks viewer"minmax(0,1fr)/minmax(250px,32vw) minmax(0,1fr)}.plans-remarks-panel{border-right:1px solid var(--border);grid-area:remarks}.plans-strip{border-right:0;border-bottom:1px solid var(--border);-webkit-overflow-scrolling:touch;flex-direction:row;grid-area:strip;overflow:auto hidden}.plans-strip-item{flex:0 0 118px;width:118px;min-height:44px}.plans-viewer{grid-area:viewer;justify-content:flex-start;padding:16px}}@media (width<=768px){html{font-size:13px}body{min-width:0}.auth-page{align-items:flex-start;padding:20px 14px}.auth-panel{gap:18px}.auth-card{border-radius:14px;padding:22px 18px}.auth-card h1{font-size:22px}.auth-input-wrap,.auth-submit{min-height:46px}.auth-field-grid{grid-template-columns:1fr}.app-topbar{min-height:var(--topbar-height);gap:10px;height:auto;padding:8px 12px}.topbar-breadcrumb{gap:4px;font-size:12px}.topbar-actions>span{display:none}.topbar-user{width:30px;height:30px}.page-header{flex-direction:column;align-items:flex-start;gap:10px;padding:12px 14px;position:static}.page-header h1,.page-header [style*="font-size: 16"],.page-header [style*="font-size: 15"]{overflow-wrap:anywhere;max-width:100%;line-height:1.25}.page-header-actions{flex-wrap:wrap;justify-content:flex-start;align-items:stretch;width:100%}.page-header-actions>*,.page-header-actions .btn{max-width:100%}.page-header-actions .btn,.page-header-actions button,.page-header-actions label{min-height:40px}.visites-header{align-items:stretch}.visites-project-head{width:100%}.visites-header-actions{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;width:100%;display:grid}.visites-sort,.visites-sort-button{width:100%}.visites-sort-button{min-width:0}.visites-sort-menu{width:min(280px,100vw - 28px);left:0;right:auto}.visites-content{padding:14px}.visites-list{gap:10px}.visites-card{grid-template-columns:58px minmax(0,1fr) auto;gap:12px;padding:13px}.visites-card-cover{width:58px;height:52px}.visites-card-actions{gap:6px}.visites-card-actions .btn{min-width:40px;min-height:40px}.btn{min-height:40px;padding:8px 12px}.btn-sm{min-height:38px;padding:6px 10px}.btn-icon,.card-collapse-btn,.custom-pdf-library-item-delete{min-width:38px;min-height:38px}.form-input,.form-select,textarea.form-input{min-height:42px;font-size:16px}.form-textarea{min-height:104px}.card-header,.modal-header,.modal-footer{padding-left:14px;padding-right:14px}.card-body,.modal-body{padding:14px}.modal-overlay{align-items:flex-end;padding:10px}.modal{border-radius:12px;width:100%;max-height:min(92vh,760px);max-width:none!important}.modal-footer{flex-wrap:wrap}.modal-footer .btn{flex:140px}.side-panel{max-width:none;width:100%!important}.tabs{margin-left:-14px;margin-right:-14px;padding:0 14px;overflow-x:auto}.tab{padding:11px 14px}.section-group-header{gap:10px;min-height:44px;padding:10px 12px}.project-card-cover,.project-card-cover-default{height:120px}.remarque-card{margin-bottom:10px;padding:12px}.remarque-card-header{align-items:center;gap:8px}.remarque-title,.remarque-meta,.remarque-tag{overflow-wrap:anywhere}.remarque-photo-thumb{width:86px;height:64px}.report-preview-toolbar{align-items:stretch}.report-preview-toolbar>div{flex-wrap:wrap;width:100%}.report-preview-toolbar .btn{flex:150px}.custom-pdf-workspace{grid-template-columns:1fr;gap:14px;padding:14px;overflow:auto}.custom-pdf-page{height:auto;min-height:calc(100vh - var(--topbar-height));overflow:visible}.custom-pdf-editor{max-height:48vh;overflow-y:auto}.custom-pdf-preview-wrap{min-height:58vh;overflow:visible}.custom-pdf-preview-toolbar{flex-direction:column;align-items:stretch}.custom-pdf-config-actions,.pdf-builder-add-grid,.custom-pdf-quick-add-grid{grid-template-columns:1fr}.pdf-builder-block{padding:10px}.pdf-builder-block-head{flex-direction:column;align-items:flex-start}.pdf-builder-actions{flex-wrap:wrap;justify-content:flex-end;width:100%}.pdf-image-resize-row{flex-direction:column;align-items:flex-start}.pdf-image-size-btns,.pdf-image-presets{width:100%;padding-bottom:2px;overflow-x:auto}.pdf-disorder-note-options{grid-template-columns:repeat(5,minmax(40px,1fr))}.custom-pdf-header .page-header-actions .btn{flex:150px}div[style*="min-width: 200px"],div[style*="min-width: 220px"],button[style*="min-width: 200px"],button[style*="min-width: 220px"]{width:100%;min-width:0!important}div[style*="height: calc(100vh - 50px)"]{min-height:calc(100vh - var(--topbar-height));height:auto!important}div[style*="padding: '16px 24px'"],div[style*="padding: 16px 24px"],div[style*="padding: '20px 24px'"],div[style*="padding: 20px 24px"],div[style*="padding: '24px'"],div[style*="padding: 24px"]{padding:14px!important}div[style*="max-width: 1180"],div[style*="max-width: 1200"],div[style*="max-width: 1280"]{max-width:100%!important}.planning-shell{-webkit-overflow-scrolling:touch;grid-template-columns:150px minmax(560px,1fr);max-width:100%;overflow-x:auto}.planning-label-row{padding-left:12px!important}.planning-sidebar{z-index:4;position:sticky;left:0}.planning-label-row{height:58px;font-size:12px}.planning-row{height:58px}.plans-header{align-items:stretch}.plans-titlebar,.plans-toolbar{width:100%}.plans-titlebar{justify-content:space-between}.plans-toolbar{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;display:grid}.plans-file-button{width:100%}.plans-zoom-controls{justify-content:flex-end}.plans-zoom-label{text-align:right}.plans-shell{flex-direction:column;display:flex;overflow:visible}.plans-strip{flex:none;order:1}.plans-remarks-panel{border-right:0;border-bottom:1px solid var(--border);order:2;max-height:32vh;padding:14px}.plans-panel-head{align-items:stretch}.plans-panel-head .btn{flex:none}.plans-remarks-list{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));overflow:visible}.plans-viewer{order:3;min-height:52vh;padding:14px}.plans-active-banner{align-items:flex-start}.plans-active-text{white-space:normal}.plans-pagination{flex-wrap:wrap;bottom:10px}}@media (width<=640px){.app-content{overflow-x:hidden}.app-content>div[style*="padding: 28px"],.app-content>div[style*="padding: 24px"],.app-content>div[style*="padding: '20px 24px'"],.app-content>div[style*="padding: 20px 24px"]{padding:14px!important}div[style*="grid-template-columns: 1fr 1fr"],div[style*="grid-template-columns: repeat(auto-fill, minmax(260px"],div[style*="grid-template-columns: repeat(auto-fill, minmax(280px"],div[style*="grid-template-columns: repeat(auto-fit"]{grid-template-columns:1fr!important}div[style*="display: flex"][style*="justify-content: space-between"]{gap:10px}div[style*="display: flex"][style*="align-items: center"]{min-width:0}div[style*="display: flex"][style*=gap]{flex-wrap:wrap}.app-content table:not(.report-table){white-space:nowrap;width:100%;display:block;overflow-x:auto}.presence-table,.report-table-presence,.report-table-lots,.report-table-planning{white-space:nowrap;-webkit-overflow-scrolling:touch;width:100%;display:block;overflow-x:auto}.app-content table:not(.report-table) th,.app-content table:not(.report-table) td,.presence-table th,.presence-table td{padding:10px}.presence-table input[type=checkbox],input[type=checkbox]{min-width:20px;min-height:20px}input[type=color]{min-width:44px;min-height:38px}.card[style*="display: flex"]{flex-wrap:wrap}.card,.modal,.remarque-card,.project-card{border-radius:10px}.empty-state{padding:44px 16px}.empty-state-desc{max-width:min(320px,100%)}.report-sheet,.custom-pdf-sheet{flex:none}}@media (width<=420px){html{font-size:12.5px}.app-topbar{gap:8px;padding:7px 10px}.topbar-breadcrumb .sep,.topbar-breadcrumb span:not(:last-child):not(:first-child){display:none}.btn{white-space:normal;text-align:center;width:auto}.page-header-actions .btn,.page-header-actions button,.custom-pdf-config-actions .btn,.pdf-builder-add-grid .btn,.custom-pdf-quick-add-grid .btn{flex:100%;width:100%}.visites-header-actions{grid-template-columns:1fr}.visites-card{grid-template-columns:52px minmax(0,1fr);grid-template-areas:"cover main""stats stats""actions actions"}.visites-card-cover{width:52px;height:48px}.visites-card-stats{border-top:1px solid var(--border-light);justify-content:space-between;padding-top:8px}.visites-card-stats-text{text-align:left}.visites-card-actions{justify-content:flex-end}.visites-card-actions .btn{flex:0 0 42px;width:auto}.modal-overlay{padding:0}.modal{border-radius:12px 12px 0 0;max-height:94vh}.report-doc{max-width:calc(100vw - 28px)}.pdf-builder-add-grid{grid-template-columns:1fr}.pdf-builder-block-head{flex-direction:column;align-items:flex-start}.pdf-builder-actions{justify-content:flex-end;width:100%}.remarque-numero{min-width:34px}.remarque-photo-thumb{width:calc(33.333vw - 18px);min-width:74px;height:62px}.auth-logo{width:min(210px,70vw)}.auth-card{padding:20px 14px}.planning-shell{grid-template-columns:132px minmax(520px,1fr)}.plans-toolbar{grid-template-columns:1fr}.plans-zoom-controls{justify-content:stretch}.plans-zoom-controls .btn{flex:1}.plans-zoom-label{text-align:left}.plans-titlebar{flex-direction:column;align-items:stretch}.plans-title{white-space:normal}.plans-remarks-panel{max-height:none}.plans-remarks-list{grid-template-columns:1fr}.plans-strip-item{flex-basis:104px;width:104px}.plans-viewer{min-height:48vh;padding:10px}.plans-active-banner{flex-direction:column}.plans-active-banner .btn{width:100%}.plans-tooltip{white-space:normal;min-width:148px}}
