/* V49 — aperçu visuel de la sélection de réalisations */
.project-selection-view{padding:10px 14px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:#263247;color:#fff;font:850 .82rem Inter,system-ui,sans-serif;cursor:pointer;white-space:nowrap}
.project-selection-view:hover,.project-selection-view:focus-visible{background:#34435c}.project-selection-view:focus-visible{outline:3px solid var(--gold2);outline-offset:2px}
.selection-preview-dialog{width:min(850px,calc(100% - 28px));max-width:none;max-height:88vh;padding:0;border:0;border-radius:25px;background:#f6f4ef;color:var(--ink);box-shadow:0 28px 90px rgba(0,0,0,.5)}
.selection-preview-dialog::backdrop{background:rgba(4,8,14,.82);backdrop-filter:blur(6px)}
.selection-preview-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding:25px 26px 19px;border-bottom:1px solid var(--line);background:#fff}.selection-preview-head h2{margin:0 0 5px;font-size:1.75rem}.selection-preview-head p{margin:0}.selection-preview-close{width:42px;height:42px;flex:0 0 auto;border:0;border-radius:50%;background:#e9e3d8;color:#252d3a;font-size:1.45rem;cursor:pointer}.selection-preview-close:focus-visible{outline:3px solid var(--gold);outline-offset:2px}
.selection-preview-list{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;max-height:52vh;overflow:auto;padding:22px 26px}.selection-preview-item{overflow:hidden;border:1px solid var(--line);border-radius:17px;background:#fff}.selection-preview-item img{width:100%;height:145px;object-fit:cover}.selection-preview-item strong{display:block;padding:11px 12px;font-size:.84rem;line-height:1.3}
.selection-preview-actions{display:flex;justify-content:flex-end;gap:10px;padding:18px 26px 24px;border-top:1px solid var(--line);background:#fff}.selection-preview-actions a{padding:12px 18px;border-radius:999px;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#17120a;font-weight:900}.selection-preview-actions button{padding:12px 18px;border:1px solid #d5cec1;border-radius:999px;background:#fff;color:#37404e;font:850 .88rem Inter,system-ui,sans-serif;cursor:pointer}
@media(max-width:700px){.project-selection-view{grid-row:2}.selection-preview-list{grid-template-columns:repeat(2,1fr);padding:16px}.selection-preview-item img{height:120px}.selection-preview-head{padding:20px 18px}.selection-preview-actions{display:grid;grid-template-columns:1fr;padding:16px 18px}.selection-preview-actions a,.selection-preview-actions button{text-align:center}}
