.scefl-predictor{max-width:760px;margin:0 auto}
.scefl-ranking{list-style:none;padding:0;margin:20px 0;counter-reset:position}
.scefl-ranking li{counter-increment:position;display:flex;align-items:center;gap:12px;padding:12px 14px;margin:0 0 8px;border:1px solid #d7dce3;border-radius:6px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05)}
.scefl-ranking li:before{content:counter(position);display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#13294b;color:#fff;font-weight:700;flex:0 0 30px}
.scefl-handle{cursor:grab;font-size:20px;color:#687386;user-select:none}
.scefl-team{font-weight:600}
.scefl-fields{display:grid;gap:14px;margin:20px 0}
.scefl-fields label{font-weight:600}
.scefl-fields input{display:block;width:100%;max-width:100%;margin-top:5px;padding:10px;border:1px solid #c9ced6;border-radius:4px}
.scefl-submit{background:#13294b;color:#fff;border:0;border-radius:4px;padding:12px 20px;font-weight:700;cursor:pointer}
.scefl-submit:disabled{opacity:.6;cursor:not-allowed}
.scefl-message{margin-top:14px;font-weight:700}
.scefl-error{padding:12px;background:#fff1f1;border-left:4px solid #c62828}
.scefl-locked .scefl-handle{display:none}
@media(max-width:600px){.scefl-ranking li{padding:10px}.scefl-team{font-size:15px}}
