.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 12px;border-radius:8px;font-size:13px;font-weight:600;transition:all .15s var(--ease);border:1px solid transparent;white-space:nowrap;cursor:pointer}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--app-ink);color:#fff;box-shadow:0 1px #0000000a,inset 0 1px #ffffff1a}.btn-primary:hover:not(:disabled){background:#6f4a0f}.btn-ghost{background:var(--bg-panel);border-color:var(--border);color:var(--text-body)}.btn-ghost:hover:not(:disabled){background:var(--bg-soft);border-color:var(--border-strong)}.btn-subtle{background:var(--bg-soft);color:var(--text-body)}.btn-subtle:hover:not(:disabled){background:var(--bg-hover)}.btn-lg{padding:12px 20px;font-size:14.5px}.btn-sm{padding:5px 9px;font-size:12px}.btn-link{background:none;border:none;padding:4px 2px;color:var(--app-ink);font-size:13px;font-weight:600;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.btn-link:hover{color:var(--text-main)}.mini-input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--bg-soft);font-size:16px;color:var(--text-main);outline:none;transition:border-color .12s,box-shadow .12s,background .12s}.mini-input:focus{border-color:var(--app);background:var(--bg-panel);box-shadow:0 0 0 3px #b27a1c26}.mini-input::placeholder{color:var(--text-faint)}.dropzone{position:relative;border:2px dashed var(--border-strong);border-radius:var(--radius-lg);padding:36px 28px;text-align:center;background:var(--bg-panel);transition:all .2s var(--ease);cursor:pointer;overflow:hidden}.dropzone:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(600px 200px at 20% 0%,rgba(178,122,28,.05),transparent 60%),radial-gradient(500px 200px at 80% 100%,rgba(178,122,28,.04),transparent 60%);pointer-events:none}.dropzone:hover{border-color:var(--app)}.dropzone.is-dragging{border-color:var(--app);background:var(--app-soft);transform:scale(1.005)}.dropzone.is-active{padding:18px 20px;text-align:left;border-style:solid;border-color:var(--app);background:var(--bg-panel)}.dropzone-icon{width:56px;height:56px;margin:0 auto 14px;border-radius:16px;background:var(--app);color:#fff;display:flex;align-items:center;justify-content:center;animation:floatY 3s ease-in-out infinite}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.dropzone-title{font-size:18px;font-weight:700;letter-spacing:-.015em;color:var(--text-main);margin-bottom:6px}.dropzone-sub{font-size:13px;color:var(--text-muted);margin-bottom:14px}.dropzone-chips{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}.dropzone-chip{padding:3px 9px;border-radius:999px;background:var(--bg-soft);border:1px solid var(--border);font-size:11px;font-weight:600;color:var(--text-muted);letter-spacing:.02em}.dropzone-file{display:flex;align-items:center;gap:10px;text-align:left}.dropzone-file-icon{width:36px;height:36px;flex-shrink:0;border-radius:9px;background:var(--app-soft);color:var(--app-ink);display:flex;align-items:center;justify-content:center}.dropzone-file-name{font-size:13.5px;font-weight:600;color:var(--text-main);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropzone-file-meta{font-size:11.5px;color:var(--text-muted)}.genprog{display:flex;flex-direction:column;gap:24px}.genprog-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}.genprog-title{font-size:22px;font-weight:700;letter-spacing:-.015em;color:var(--text-main);margin-bottom:6px;line-height:1.2}.genprog-sub{font-size:13.5px;color:var(--text-muted);line-height:1.45;min-height:20px}.genprog-pill{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;padding:6px 12px;border-radius:999px;background:var(--app-soft);border:1px solid var(--app);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--app-ink)}.genprog-pill-dots{display:inline-flex;gap:3px}.genprog-pill-dots i{width:4px;height:4px;border-radius:50%;background:var(--app-ink);animation:pillPulse 1.2s ease-in-out infinite}.genprog-pill-dots i:nth-child(2){animation-delay:.18s}.genprog-pill-dots i:nth-child(3){animation-delay:.36s}@keyframes pillPulse{0%,to{opacity:.25;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}.genprog-bar{height:4px;border-radius:999px;background:var(--bg-hover);overflow:hidden}.genprog-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--app),var(--app-ink))}.genprog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 20px}.genprog-item{display:flex;align-items:flex-start;gap:8px;font-size:13px;transition:color .25s var(--ease)}.genprog-item-mark{width:16px;height:16px;flex-shrink:0;margin-top:2px;border-radius:50%;display:flex;align-items:center;justify-content:center}.genprog-item.is-pending{color:var(--text-faint)}.genprog-item.is-pending .genprog-item-mark{border:1.5px solid var(--border-strong)}.genprog-item.is-running{color:var(--text-main);font-weight:600}.genprog-item.is-running .genprog-item-mark{background:var(--app);box-shadow:0 0 0 3px color-mix(in oklab,var(--app) 20%,transparent);animation:pillPulse 1.4s ease-in-out infinite}.genprog-item.is-done{color:var(--text-body)}.genprog-item.is-done .genprog-item-mark{background:var(--status-success);color:#fff}.genprog-facts{display:flex;flex-direction:column;gap:5px;margin-top:8px;padding-top:8px;border-top:1px dashed var(--border)}.genprog-fact{display:flex;gap:8px;align-items:baseline;font-size:12.5px;color:var(--text-body);animation:factIn .3s var(--ease)}.genprog-fact code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:var(--text-main);background:var(--bg-soft);padding:1px 5px;border-radius:4px}.genprog-fact-dot{color:var(--app)}@keyframes factIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:none}}.toast-host{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:200;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:10px;background:var(--bg-panel);border:1px solid var(--border);box-shadow:var(--shadow-lg);font-size:13px;color:var(--text-body);animation:toastIn .22s var(--ease)}@keyframes toastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (max-width: 720px){.genprog-grid{grid-template-columns:repeat(2,1fr)}.genprog-title{font-size:19px}.dropzone{padding:26px 18px}.dropzone-title{font-size:16px}}@media (max-width: 440px){.genprog-grid{grid-template-columns:1fr;gap:12px}}@media (pointer: coarse){.btn{min-height:44px;padding-inline:18px}.btn-sm{min-height:38px}}.genprog-assistant{display:flex;align-items:flex-start;gap:14px;margin-top:4px}.genprog-robot{flex:0 0 auto;width:72px;height:auto;filter:drop-shadow(0 6px 14px rgba(15,23,42,.14));animation:robotFlotte 3.6s ease-in-out infinite}@keyframes robotFlotte{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-6px) rotate(1.5deg)}}.genprog-bulle{position:relative;flex:1;min-width:0;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-panel);padding:13px 16px}.genprog-bulle:before,.genprog-bulle:after{content:"";position:absolute;top:22px;width:0;height:0;border-style:solid}.genprog-bulle:before{left:-9px;border-width:8px 9px 8px 0;border-color:transparent var(--border) transparent transparent}.genprog-bulle:after{left:-8px;border-width:8px 9px 8px 0;border-color:transparent var(--bg-panel) transparent transparent}.genprog-bulle-dit{margin:0;font-size:13.5px;line-height:1.5;color:var(--text-main);font-weight:500}@media (max-width: 520px){.genprog-assistant{flex-direction:column;align-items:center;gap:10px}.genprog-robot{width:64px}.genprog-bulle{width:100%}.genprog-bulle:before,.genprog-bulle:after{display:none}.genprog-bulle-dit{text-align:center}}@media (prefers-reduced-motion: reduce){.genprog-robot{animation:none}}.jds-scroll{overflow:visible;height:auto;padding:24px;background:#f4f5f7}.jds-page{max-width:880px;margin:0 auto;background-color:#fff;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%22150%22%3E%3Ctext%20x%3D%22150%22%20y%3D%2280%22%20font-family%3D%22Inter%2CArial%2Csans-serif%22%20font-size%3D%2222%22%20font-weight%3D%22800%22%20letter-spacing%3D%223%22%20fill%3D%22%231c3761%22%20fill-opacity%3D%220.10%22%20text-anchor%3D%22middle%22%20transform%3D%22rotate%28-24%20150%2080%29%22%3EOPTIMA%20AI%3C%2Ftext%3E%3C%2Fsvg%3E);background-repeat:repeat;padding:24px 28px;border:1px solid #d8dde3;border-radius:6px;box-shadow:0 4px 18px #0000000f;font-size:13px;color:#1c2329;line-height:1.45}.jds-page .muted{color:#888;font-style:italic}.jds-val:empty:after{content:"—";color:#b6bdc6}.jds-header-banner{display:grid;grid-template-columns:1fr 1.5fr 1fr;align-items:center;border:2px solid var(--jds-navy);border-radius:4px;padding:8px 14px;margin-bottom:14px;background:linear-gradient(180deg,#f0f4fb,#fff)}.jds-header-left,.jds-header-right{display:flex;flex-direction:column;gap:2px;font-size:11px}.jds-header-right{text-align:right}.jds-header-center{text-align:center}.jds-header-label{color:#557;font-size:10px;letter-spacing:.04em;text-transform:uppercase}.jds-header-value{font-weight:600;color:var(--jds-navy)}.jds-header-title{font-size:18px;font-weight:800;letter-spacing:.08em;color:var(--jds-navy)}.jds-machine-row{display:grid;grid-template-columns:1.4fr 1fr;gap:14px;margin-bottom:14px;border:1px solid #d8dde3;border-radius:4px;padding:12px;background:#fafbfd}.jds-machine-row.no-photo{grid-template-columns:1fr}.jds-machine-info{display:flex;flex-direction:column;gap:8px;font-size:12px}.jds-field-row{display:flex;gap:8px;align-items:baseline}.jds-field-row-stack{flex-direction:column;align-items:stretch;gap:4px}.jds-field-row .lbl{font-weight:700;color:var(--jds-navy);flex-shrink:0;min-width:110px}.jds-field-row .val{color:#1c2329;flex:1}.val-multiline{white-space:pre-wrap}.jds-photo-zone{display:flex;flex-direction:column;gap:6px}.jds-photo-static{width:100%;aspect-ratio:4 / 3;border:1.5px dashed #b6bdc6;border-radius:4px;display:flex;align-items:center;justify-content:center;background:#fff}.jds-photo-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:3px}.jds-section-band{padding:6px 12px;font-weight:700;font-size:12px;letter-spacing:.04em;text-transform:uppercase;border-radius:3px 3px 0 0;margin-top:10px}.jds-section-band.band-blue{background:var(--jds-navy);color:#fff}.jds-section-band.band-grey{background:#50596a;color:#fff}.jds-epi-row{display:grid;grid-template-columns:repeat(9,1fr);gap:6px;border:1px solid #d8dde3;border-top:none;padding:10px;background:#fff;margin-bottom:4px}.jds-epi-cell{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:4px;padding:6px 4px;border-radius:4px;text-align:center;border:1px solid transparent;font-size:10px;line-height:1.2}.jds-epi-icon{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center}.jds-epi-icon img,.jds-epi-icon svg{width:100%;height:100%;object-fit:contain}.jds-epi-label{font-size:9.5px;color:#333}.jds-epi-cell.epi-active{background:#e8f5e9;border-color:#4caf50}.jds-epi-cell.epi-active .jds-epi-label{color:#1b5e20;font-weight:600}.jds-epi-cell.epi-inactive{background:#fafbfc;border-color:#e6e9ee;opacity:.65}.jds-epi-cell.epi-inactive .jds-epi-icon{filter:grayscale(.6)}.jds-epi-cell.epi-interdit{background:#ffebee;border-color:#c62828}.jds-epi-cell.epi-interdit .jds-epi-icon{filter:grayscale(1) brightness(.5)}.jds-epi-cell.epi-interdit .jds-epi-label{color:#b71c1c;text-decoration:line-through}.jds-task-table{border:1px solid #d8dde3;border-top:none;background:#fff}.jds-task-header{display:grid;grid-template-columns:1.4fr 1fr 1.4fr;background:#eef1f5;font-weight:700;font-size:11px;padding:6px 0;border-bottom:1px solid #d8dde3}.jds-task-header .jds-task-col{padding:4px 10px}.jds-task-row{display:grid;grid-template-columns:1.4fr 1fr 1.4fr;border-bottom:1px solid #eef1f5}.jds-task-row:last-child{border-bottom:none}.jds-task-col{padding:8px 10px;font-size:11.5px}.jds-task-col.col-tache{background:#fafbfd}.jds-task-col.col-risque{background:#fff;border-left:1px solid #eef1f5;border-right:1px solid #eef1f5}.jds-task-col.col-mesure{background:#fafbfd}.task-field{display:flex;flex-direction:column;gap:2px;margin-bottom:6px}.task-sublabel{font-size:10px;color:var(--jds-navy);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.task-field .val{color:#1c2329}.task-risk-text{display:flex;gap:6px;align-items:flex-start;margin:0 0 4px;padding:4px 6px;background:#fff5e6;border-left:2px solid #f59e0b;border-radius:2px;font-size:11px}.task-risk-picto{flex:0 0 auto;width:24px;height:24px;object-fit:contain;margin-top:1px}.task-measure-row{display:flex;gap:4px;align-items:baseline;margin-bottom:4px}.measure-bullet{color:var(--jds-navy);font-weight:700}.jds-task-more{padding:8px 10px;font-size:11px;color:#667;background:#fafbfd;border-top:1px dashed #d8dde3;text-align:center}.jds-qualification{display:grid;grid-template-columns:1fr 1fr;gap:10px;border:1px solid #d8dde3;border-top:none;padding:10px;background:#fff}.jds-qual-col{display:flex;flex-direction:column;gap:6px}.qual-field{display:flex;gap:8px;align-items:baseline}.qual-label{font-weight:700;color:var(--jds-navy);font-size:11.5px;flex-shrink:0}.jds-secours-dual{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.jds-secours-panel{border:2px solid;border-radius:6px;padding:10px 12px;font-size:12px}.jds-secours-panel.panel-accident{border-color:#27ae60;background:#f1f9f3}.jds-secours-panel.panel-incendie{border-color:#e74c3c;background:#fdf2f0}.secours-panel-header{display:flex;align-items:center;gap:8px;font-size:14px;margin-bottom:6px}.secours-panel-header strong{font-size:13px}.jds-secours-panel p{margin:4px 0}.secours-contact-row{display:flex;gap:6px;align-items:baseline;font-size:11.5px;margin:3px 0}.secours-label{font-weight:700;color:var(--jds-navy);min-width:90px}.secours-num-display{display:flex;gap:8px;align-items:baseline;margin:6px 0;font-size:12px}.secours-big-num{font-size:22px;font-weight:900;color:#27ae60;padding:0 6px}.secours-big-num.num-red{color:#e74c3c}.jds-secours-steps{margin:6px 0 0;padding:0;font-size:11.5px}.jds-secours-steps li{display:flex;gap:6px;margin-bottom:3px}.jds-suivi{border:1px solid #d8dde3;border-top:none;background:#fff;padding:4px 0}.jds-suivi-row{display:grid;grid-template-columns:1.2fr .7fr 1.6fr;gap:10px;padding:7px 12px;font-size:11.5px;border-bottom:1px solid #eef1f5}.jds-suivi-row:last-child{border-bottom:none}.jds-suivi-type{font-weight:700;color:var(--jds-navy)}.jds-suivi-freq{color:#1c2329}.jds-suivi-just{color:#667}.jds-consignes{border:1px solid #d8dde3;border-top:none;padding:10px;background:#fff;display:grid;grid-template-columns:1fr 1fr;gap:14px}.jds-consignes-col h4{font-size:11px;font-weight:700;color:var(--jds-navy);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.jds-consignes-col li{display:flex;gap:6px;font-size:11.5px;margin-bottom:4px}.jds-footer-note{text-align:center;font-size:10px;color:#777;letter-spacing:.06em;margin-top:14px;padding-top:8px;border-top:1px dashed #d8dde3;text-transform:uppercase}.jds-footer-optima{text-align:center;font-size:9.5px;color:#8a8f98;margin-top:6px;line-height:1.5}.jds-footer-optima strong{color:var(--app-ink);letter-spacing:.06em}.jds-empty-warning{max-width:880px;margin:0 auto 10px;padding:10px 14px;display:flex;gap:10px;align-items:flex-start;background:#fff8e1;border:1px solid #f6c343;color:#6e4a00;border-radius:6px;font-size:12.5px;line-height:1.45}@media (max-width: 720px){.jds-scroll{padding:12px}.jds-page{padding:16px 14px}.jds-machine-row{grid-template-columns:1fr}.jds-epi-row{grid-template-columns:repeat(3,1fr)}.jds-qualification,.jds-secours-dual,.jds-consignes{grid-template-columns:1fr}.jds-suivi-row{grid-template-columns:1fr;gap:2px}.jds-header-banner{grid-template-columns:1fr;row-gap:6px;padding:10px 12px}.jds-header-right,.jds-header-center{text-align:left}.jds-header-title{font-size:15px;letter-spacing:.05em}.jds-task-header{display:none}.jds-task-table{border:none;background:transparent;padding:0;counter-reset:tache}.jds-task-row{grid-template-columns:1fr;counter-increment:tache;border:1px solid #d8dde3;border-radius:8px;margin-bottom:10px;overflow:hidden;box-shadow:0 1px 2px #0f172a0d}.jds-task-col{padding:10px 12px}.jds-task-col:before{content:attr(data-col-label);display:block;margin-bottom:6px;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--jds-navy)}.jds-task-col.col-risque{border-left:none;border-right:none;border-top:1px solid #eef1f5;background:#fffaf2}.jds-task-col.col-mesure{border-top:1px solid #eef1f5}}@media (max-width: 440px){.jds-scroll{padding:8px}.jds-page{padding:12px 10px}.jds-epi-row{grid-template-columns:repeat(2,1fr)}}@media (pointer: coarse){.jds-epi-cell{min-height:62px}}@media print{.jds-scroll{padding:0;background:#fff}.jds-page{box-shadow:none;border:none;max-width:none;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%22150%22%3E%3Ctext%20x%3D%22150%22%20y%3D%2280%22%20font-family%3D%22Inter%2CArial%2Csans-serif%22%20font-size%3D%2222%22%20font-weight%3D%22800%22%20letter-spacing%3D%223%22%20fill%3D%22%231c3761%22%20fill-opacity%3D%220.10%22%20text-anchor%3D%22middle%22%20transform%3D%22rotate%28-24%20150%2080%29%22%3EOPTIMA%20AI%3C%2Ftext%3E%3C%2Fsvg%3E)!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}}.mini-shell{flex:1;display:flex;flex-direction:column;min-height:0}.mini-topbar{display:flex;align-items:center;gap:10px;padding:12px 20px;border-bottom:1px solid var(--border);background:var(--bg-panel);flex-shrink:0}.is-embedded .mini-topbar{display:none}.mini-topbar-logo{height:26px;width:auto}.mini-topbar-name{font-size:14px;font-weight:700;color:var(--text-main);letter-spacing:-.01em}.mini-topbar-tag{font-size:12px;color:var(--text-muted);padding-left:10px;margin-left:2px;border-left:1px solid var(--border)}.mini-topbar-spacer{flex:1}.lang-switch{display:inline-flex;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:var(--bg-soft)}.lang-switch button{padding:4px 11px;font-size:12px;font-weight:600;color:var(--text-muted);background:none;border:none;cursor:pointer;transition:all .15s var(--ease)}.lang-switch button.is-on{background:var(--app-ink);color:#fff}.mini-main{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:28px 20px 48px;min-height:0}.is-embedded .mini-main{padding:20px 16px 32px}.upload-intro{font-size:15.5px;line-height:1.55;color:var(--text-body);margin-bottom:22px;max-width:680px}.upload-intro strong{color:var(--text-main);font-weight:700}.upload-row{display:grid;grid-template-columns:1fr 200px;gap:22px;align-items:start;margin-bottom:18px}.upload-preview{text-align:center}.upload-preview-thumb{display:block;width:100%;aspect-ratio:3 / 4;border:1px solid var(--border);border-radius:10px;background:#fff;overflow:hidden;position:relative;box-shadow:var(--shadow-sm);padding:0;cursor:default}.upload-preview-thumb.is-clickable{cursor:zoom-in}.upload-preview-thumb.is-clickable:hover{box-shadow:0 0 0 2px var(--app),var(--shadow-sm)}.upload-preview-thumb.is-clickable:focus-visible{outline:2px solid var(--app);outline-offset:2px}.upload-preview-thumb>img{width:100%;height:100%;object-fit:cover;object-position:top center;filter:blur(1.1px) saturate(.92)}.upload-preview-live{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.upload-preview-scale{width:940px;transform:scale(.235);transform-origin:top left}.upload-preview-scale .jds-scroll{padding:0;background:#fff}.upload-preview-scale .jds-page{box-shadow:none;border:none;max-width:none}.upload-preview-loupe{position:absolute;left:50%;bottom:8px;transform:translate(-50%);background:#111827d1;color:#fff;font-size:10.5px;font-weight:600;letter-spacing:.01em;padding:4px 10px;border-radius:999px;white-space:nowrap}.upload-preview-cap{font-size:11.5px;color:var(--text-muted);margin-top:8px;line-height:1.35}.modale-fond{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:16px}.modale-cadre{background:#fff;border-radius:12px;overflow:hidden;width:min(960px,100%);max-height:100%;display:flex;flex-direction:column;box-shadow:0 24px 60px #00000059}.modale-barre{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid var(--border);background:#fafbfd;flex:0 0 auto}.modale-titre{font-size:12.5px;font-weight:600;color:var(--text)}.modale-fermer{border:1px solid var(--border);background:#fff;border-radius:8px;width:30px;height:30px;font-size:19px;line-height:1;color:var(--text-muted);cursor:pointer}.modale-fermer:hover{background:#f2f4f7;color:var(--text)}.modale-corps{overflow:auto;-webkit-overflow-scrolling:touch}@media (max-width: 600px){.modale-fond{padding:0}.modale-cadre{border-radius:0;width:100%;height:100%;max-height:none}}@media (pointer: coarse){.modale-fermer{width:44px;height:44px}}.upload-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.photo-tile{display:flex;align-items:center;gap:12px;padding:12px 14px;margin-bottom:18px;border:1px dashed var(--border-strong);border-radius:10px;background:var(--bg-panel)}.photo-tile.has-photo{border-style:solid;border-color:var(--app)}.photo-tile-icon{width:34px;height:34px;flex-shrink:0;border-radius:9px;background:var(--bg-soft);color:var(--text-muted);display:flex;align-items:center;justify-content:center}.photo-tile.has-photo .photo-tile-icon{background:var(--app-soft);color:var(--app-ink)}.photo-tile-text{flex:1;min-width:0}.photo-tile-title{display:block;font-size:13px;font-weight:600;color:var(--text-body)}.photo-tile-sub{display:block;font-size:11.5px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropzone-file-name,.dropzone-file-meta{display:block}.photo-tile-actions{display:flex;gap:6px;flex-shrink:0}.upload-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.upload-note{font-size:11.5px;color:var(--text-faint);margin-top:12px}.brand-band{border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--app-soft) 0%,var(--bg-panel) 62%);padding:20px 24px;margin-bottom:18px}.brand-band-top{display:flex;align-items:center;gap:10px;margin-bottom:12px}.brand-band-logo{height:22px;width:auto}.brand-band-eyebrow{font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--app-ink)}.brand-band-title{font-size:22px;font-weight:700;letter-spacing:-.02em;color:var(--text-main);line-height:1.2;margin-bottom:6px}.brand-band-title em{font-style:normal;color:var(--app-ink)}.brand-band-proof{font-size:13.5px;color:var(--text-muted);line-height:1.45;max-width:620px;margin-bottom:14px}.brand-metrics{display:flex;gap:22px;flex-wrap:wrap;margin-bottom:16px}.brand-metric{display:flex;flex-direction:column;gap:1px}.brand-metric-value{font-size:20px;font-weight:800;letter-spacing:-.02em;color:var(--app-ink);font-variant-numeric:tabular-nums}.brand-metric-label{font-size:11px;color:var(--text-muted);letter-spacing:.01em}.brand-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.mode-notice{display:flex;align-items:flex-start;gap:8px;padding:9px 13px;margin-bottom:14px;border-left:3px solid var(--status-warning);background:var(--status-warning-bg);border-radius:0 8px 8px 0;font-size:12.5px;color:#6e4a00;line-height:1.45}.example-notice{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 14px;margin-bottom:14px;border:1px solid var(--status-info);border-radius:8px;background:var(--status-info-bg);font-size:12.5px;color:#0b4a6f}.example-notice-spacer{flex:1}.error-card{max-width:560px;margin:40px auto;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-panel);padding:28px 26px;text-align:center;box-shadow:var(--shadow-md)}.error-card-icon{width:44px;height:44px;margin:0 auto 14px;border-radius:12px;background:var(--status-warning-bg);color:var(--status-warning);display:flex;align-items:center;justify-content:center}.error-card-title{font-size:17px;font-weight:700;color:var(--text-main);margin-bottom:8px}.error-card-text{font-size:13.5px;color:var(--text-muted);line-height:1.5;margin-bottom:18px}.error-card-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}@media (max-width: 720px){.mini-main{padding:20px 14px 36px}.upload-row{grid-template-columns:1fr}.upload-preview{order:2;max-width:240px;margin:4px auto 0}.upload-preview-thumb{aspect-ratio:4 / 3}.upload-fields{grid-template-columns:1fr}.upload-intro{font-size:14.5px}.brand-band{padding:16px}.brand-band-title{font-size:18px}.brand-metrics{gap:16px}.brand-metric-value{font-size:17px}}@media (max-width: 440px){.upload-actions .btn-lg{width:100%}.brand-actions .btn{flex:1}}.mini-input{scroll-margin-bottom:120px}.non-classes{border:1px solid #f0c987;border-left:3px solid #d99b26;background:#fffaf1;border-radius:10px;padding:12px 14px;margin-top:12px}.non-classes-tete{display:flex;flex-wrap:wrap;gap:4px 10px;align-items:baseline;margin-bottom:8px;font-size:13px}.non-classes-aide{font-size:12px;color:var(--text-muted)}.non-classes-ligne{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between;padding:6px 0;border-top:1px solid #f4e3c6}.non-classes-nom{font-size:12.5px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;flex:1 1 200px;min-width:0}.non-classes-actions{display:flex;flex-wrap:wrap;gap:6px}.non-classes-actions button{border:1px solid var(--border);background:#fff;color:var(--text);border-radius:999px;padding:4px 10px;font-size:11.5px;cursor:pointer}.non-classes-actions button:hover{border-color:var(--app);color:var(--app-ink)}.non-classes-retirer{color:var(--text-muted)!important}.non-classes-retirer:hover{border-color:#c62828!important;color:#b71c1c!important}@media (pointer: coarse){.non-classes-actions button{min-height:36px;padding:6px 12px}}.dropzone-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:14px}.dropzone-cta{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border-strong);background:#fff;color:var(--text-body);border-radius:9px;padding:7px 14px;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .15s var(--ease)}.dropzone-cta:hover{border-color:var(--app);color:var(--app-ink)}.dropzone-cta-primary{background:var(--app-soft);border-color:var(--app);color:var(--app-ink)}@media (pointer: coarse){.dropzone-cta{min-height:44px;padding:10px 16px}}.ranges{border:1px solid var(--border);border-radius:10px;background:var(--bg-panel);padding:10px 14px;margin-bottom:12px}.ranges-tete{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px}.ranges-ligne{display:flex;align-items:center;gap:10px;padding:7px 0;border-top:1px solid var(--border);font-size:12.5px}.ranges-ligne:first-of-type{border-top:none}.ranges-coche{color:#2e7d32;font-weight:800;flex:0 0 auto}.ranges-case{font-weight:600;color:var(--text-main);flex:0 0 auto;min-width:128px}.ranges-requis{color:var(--text-muted);font-weight:500;font-style:normal}.ranges-nom{flex:1 1 auto;min-width:0;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ranges-retirer{flex:0 0 auto;border:1px solid var(--border);background:#fff;border-radius:999px;padding:3px 10px;font-size:11.5px;color:var(--text-muted);cursor:pointer}.ranges-retirer:hover{border-color:#c62828;color:#b71c1c}.ranges-attente{font-size:12px;color:var(--text-muted);padding-top:6px}@media (max-width: 560px){.ranges-ligne{flex-wrap:wrap}.ranges-case{min-width:0}.ranges-nom{flex-basis:100%;order:3}}@media (pointer: coarse){.ranges-retirer{min-height:36px;padding:6px 12px}}.ranges-tout{border:none;background:none;padding:0;font-size:11px;font-weight:600;letter-spacing:0;text-transform:none;color:var(--text-muted);cursor:pointer;text-decoration:underline}.ranges-tout:hover{color:#b71c1c}@media (pointer: coarse){.ranges-tout{padding:6px 0}}.upload-preview-squelette{position:absolute;top:0;right:0;bottom:0;left:0;padding:14px;display:flex;flex-direction:column;gap:10px;background:#fff}.upload-preview-squelette span{display:block;border-radius:4px;background:linear-gradient(90deg,#eef1f5 25%,#f7f9fb 37%,#eef1f5 63%);background-size:400% 100%;animation:squeletteOnde 1.4s ease-in-out infinite}.upload-preview-squelette span:nth-child(1){height:22px}.upload-preview-squelette span:nth-child(2){height:54px}.upload-preview-squelette span:nth-child(3){flex:1}@keyframes squeletteOnde{0%{background-position:100% 0}to{background-position:0 0}}@media (prefers-reduced-motion: reduce){.upload-preview-squelette span{animation:none}}.fiche-enveloppe{position:relative}.appel-sentinelle{height:1px}.appel-voile{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;justify-content:center;padding:24px;pointer-events:none}.appel-vitre{position:relative;width:100%;max-width:880px;background:#fff6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:6px;pointer-events:auto}.appel-carte{position:sticky;top:32vh;width:min(420px,calc(100% - 40px));margin:0 auto 24px;padding:26px 26px 24px;text-align:center;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;box-shadow:0 18px 44px #0f172a2e}.appel-fermer{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;font-size:20px;line-height:1;border:1px solid var(--border);background:#fff;border-radius:9px;color:var(--text-muted);cursor:pointer}.appel-fermer:hover{background:#f2f4f7;color:var(--text-main);border-color:var(--border-strong)}.appel-avatar{display:grid;place-items:center;width:88px;height:88px;margin:4px auto 14px;border-radius:50%;background:radial-gradient(circle at 50% 26%,#fff,#eaeff6 62%,#dde5ee);border:2px solid #fff;box-shadow:0 3px 14px #0f172a29;transition:transform .18s var(--ease),box-shadow .18s var(--ease)}.appel-avatar:hover{transform:translateY(-3px);box-shadow:0 8px 22px #0f172a38}.appel-avatar img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(15,23,42,.18))}.appel-titre{margin:0 0 6px;font-size:17px;font-weight:700;line-height:1.3;color:var(--text-main);letter-spacing:-.01em}.appel-texte{margin:0 0 18px;font-size:13.5px;line-height:1.5;color:var(--text-muted)}.appel-cta{width:100%;justify-content:center}@media (max-width: 520px){.appel-carte{padding:22px 18px 20px}.appel-avatar{width:74px;height:74px}.appel-titre{font-size:16px}}@media (pointer: coarse){.appel-fermer{width:40px;height:40px}}@media (prefers-reduced-motion: reduce){.appel-avatar{transition:none}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../fonts/InterVariable-latin.woff2) format("woff2-variations"),url(../fonts/InterVariable-latin.woff2) format("woff2")}:root{--bg-app: #f6f7f9;--bg-panel: #ffffff;--bg-soft: #f1f3f6;--bg-hover: #ebeef2;--text-main: #0b1220;--text-body: #1e293b;--text-muted: #64748b;--text-faint: #94a3b8;--border: #e4e7ec;--border-strong: #cdd3dc;--border-ghost: #f0f2f5;--status-success: #0f766e;--status-success-bg: #d1fae5;--status-warning: #b45309;--status-warning-bg: #fef3c7;--status-danger: #b91c1c;--status-danger-bg: #fee2e2;--status-info: #0369a1;--status-info-bg: #e0f2fe;--app: #b27a1c;--app-soft: #fbf2e2;--app-ink: #8a5d13;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--shadow-xs: 0 1px 0 rgba(15,23,42,.04);--shadow-sm: 0 1px 2px rgba(15,23,42,.06), 0 1px 1px rgba(15,23,42,.04);--shadow-md: 0 4px 10px -2px rgba(15,23,42,.08), 0 2px 4px -2px rgba(15,23,42,.04);--shadow-lg: 0 14px 30px -10px rgba(15,23,42,.14), 0 4px 8px -4px rgba(15,23,42,.06);--ease: cubic-bezier(.4, 0, .2, 1);--jds-navy: #1c3761}*{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%;font-family:Inter,system-ui,-apple-system,sans-serif;font-feature-settings:"cv11","ss01","ss03";background:var(--bg-app);color:var(--text-body);-webkit-font-smoothing:antialiased;line-height:1.5;font-size:14px}#root{min-height:100dvh;display:flex;flex-direction:column}button,input,select,textarea{font:inherit;color:inherit}button{background:none;border:none;cursor:pointer}a{color:inherit;text-decoration:none}svg{display:block}ul,ol{list-style:none}img{max-width:100%;display:block}::selection{background:color-mix(in oklab,var(--app) 30%,transparent)}:focus-visible{outline:2px solid var(--app-ink);outline-offset:2px;border-radius:4px}@media (pointer: coarse){button,[role=button],summary{min-height:44px}input,select,textarea{min-height:44px;font-size:16px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.is-embedded body{background:transparent}
