.position-batch-form{grid-template-columns:minmax(0,1fr) 390px}
.position-form{overflow:hidden}
.position-editors{padding:22px;border-top:1px solid var(--line);background:linear-gradient(180deg,rgba(20,135,255,.035),transparent)}
.position-editors>header{display:flex;align-items:flex-start;gap:12px;margin-bottom:15px}
.position-editors>header>b{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#1487ff;color:#fff;font-size:.7rem}
.position-editors h2{margin:0;font-family:'Bebas Neue',sans-serif;font-size:1.75rem;letter-spacing:.02em;text-transform:uppercase}
.position-editors p{margin:2px 0 0;color:var(--muted);font-size:.68rem}
.position-editor-list{display:grid;gap:13px}
.position-editor-list:empty:after{content:'Sélectionnez un attaquant ci-dessus pour configurer son changement.';display:block;padding:24px;border:1px dashed var(--line);border-radius:12px;color:var(--muted);font-size:.7rem;text-align:center}
.position-editor-list .batch-change-card{padding:18px;background:linear-gradient(145deg,#081321,#0d1a2b)}
.position-editor-list .batch-change-card>header{align-items:center}
.position-editor-list .batch-change-card h3{font-size:1.05rem}
.position-editor-list .batch-transition{display:inline-flex;margin:10px 0 13px;padding:8px 12px}
.position-editor-list .batch-proof{grid-template-columns:minmax(190px,.7fr) minmax(0,1.3fr)}
.position-editor-list .batch-proof .batch-url{grid-column:auto}
.position-editor-list .batch-proof label[data-change-other]:not([hidden]){grid-column:1/-1}
.position-batch-summary{padding:20px;background:linear-gradient(160deg,rgba(13,30,49,.98),rgba(7,17,29,.98))}
.position-summary-list{display:grid;gap:10px;margin:15px 0 18px}
.position-summary-row{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:11px;padding:15px 13px;border:1px solid rgba(93,174,255,.2);border-radius:13px;background:linear-gradient(135deg,rgba(20,135,255,.1),rgba(20,135,255,.025))}
.position-summary-row>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#1487ff;color:#fff;font-family:'Bebas Neue',sans-serif;font-size:1rem}
.position-summary-row>div{display:grid;gap:5px;min-width:0}
.position-summary-row strong{overflow:hidden;color:var(--text);font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}
.position-summary-row small{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.72rem;font-weight:700}
.position-summary-row i{color:#5daeff;font-style:normal;font-size:1rem}
.position-summary-row b{color:#69dfb0;font-size:.78rem}
html[data-theme="light"] .position-editor-list .batch-change-card{background:#f2f6fa}
html[data-theme="light"] .position-batch-summary{background:linear-gradient(160deg,#fff,#edf4fb)}
html[data-theme="light"] .position-summary-row{border-color:#bfd9ee;background:#eaf4ff}
@media(max-width:1050px){.position-batch-form{grid-template-columns:1fr}.position-batch-summary{position:static}.position-summary-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.position-editors{padding:15px}.position-editor-list .batch-proof{grid-template-columns:1fr}.position-editor-list .batch-proof .batch-url,.position-editor-list .batch-proof label[data-change-other]:not([hidden]){grid-column:auto}.position-summary-list{grid-template-columns:1fr}}
