.WinstelDraft-module__tmtxqa__container{background:var(--background-card);border:1px solid var(--border-color);color:var(--text-primary);border-radius:12px;padding:1.5rem}.WinstelDraft-module__tmtxqa__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.WinstelDraft-module__tmtxqa__statsBar{background:var(--background-input);border:1px solid var(--border-color);border-radius:8px;gap:2rem;padding:.75rem 1.5rem;display:flex}.WinstelDraft-module__tmtxqa__statItem{flex-direction:column;display:flex}.WinstelDraft-module__tmtxqa__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.WinstelDraft-module__tmtxqa__statValue{color:var(--accent-color);font-size:1.1rem;font-weight:800}.WinstelDraft-module__tmtxqa__statValue.WinstelDraft-module__tmtxqa__danger{color:var(--status-error)}.WinstelDraft-module__tmtxqa__mainLayout{grid-template-columns:1fr 320px;gap:1.5rem;display:grid}@media (max-width:1024px){.WinstelDraft-module__tmtxqa__mainLayout{grid-template-columns:1fr}}.WinstelDraft-module__tmtxqa__searchBar{margin-bottom:1rem}.WinstelDraft-module__tmtxqa__searchInput{background:var(--background-input);border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:6px;padding:.6rem 1rem;font-size:.95rem}.WinstelDraft-module__tmtxqa__tableWrapper{border:1px solid var(--border-color);background:var(--background-card);border-radius:8px;height:600px;overflow-y:auto}.WinstelDraft-module__tmtxqa__draftTable{border-collapse:collapse;width:100%;font-size:.9rem}.WinstelDraft-module__tmtxqa__draftTable th{text-align:left;background:var(--background-input);color:var(--text-muted);text-transform:uppercase;z-index:10;padding:.75rem 1rem;font-size:.75rem;font-weight:700;position:sticky;top:0}.WinstelDraft-module__tmtxqa__draftRow{border-bottom:1px solid var(--border-color);transition:background .2s}.WinstelDraft-module__tmtxqa__draftRow:hover{background:var(--background-input)}.WinstelDraft-module__tmtxqa__selectedRow{border-left:4px solid var(--accent-color);background:var(--background-input)!important}.WinstelDraft-module__tmtxqa__draftTable td{vertical-align:middle;padding:.75rem 1rem}.WinstelDraft-module__tmtxqa__driverInfo{align-items:center;gap:.75rem;display:flex}.WinstelDraft-module__tmtxqa__miniCar{background:var(--background);border:1.5px solid var(--accent-color);width:28px;height:28px;color:var(--accent-color);flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:900;display:flex}.WinstelDraft-module__tmtxqa__driverName{font-weight:700}.WinstelDraft-module__tmtxqa__rotyBadge{background:var(--primary-red);color:#fff;border-radius:3px;padding:1px 4px;font-size:.6rem;font-weight:800}.WinstelDraft-module__tmtxqa__teamCell{color:var(--text-secondary)}.WinstelDraft-module__tmtxqa__avgCell{font-family:inherit;font-weight:600}.WinstelDraft-module__tmtxqa__salaryCell{color:var(--status-success);font-weight:700}.WinstelDraft-module__tmtxqa__actionCell{text-align:center;width:50px}.WinstelDraft-module__tmtxqa__addBtn{background:var(--status-success);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;transition:all .2s;display:flex}.WinstelDraft-module__tmtxqa__addBtn:hover{filter:brightness(1.1);transform:scale(1.1)}.WinstelDraft-module__tmtxqa__addBtn.WinstelDraft-module__tmtxqa__remove{background:var(--status-error)}.WinstelDraft-module__tmtxqa__adminSalaryInput{background:var(--background-card);border:1px solid var(--border-color);width:80px;color:var(--text-primary);border-radius:4px;padding:2px 4px;font-weight:700}.WinstelDraft-module__tmtxqa__selectionCol{background:var(--background-input);border:1px solid var(--border-color);border-radius:12px;height:fit-content;padding:1.25rem;position:sticky;top:1rem}.WinstelDraft-module__tmtxqa__selectionTitle{border-bottom:2px solid var(--border-color);margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.1rem}.WinstelDraft-module__tmtxqa__selectedList{flex-direction:column;gap:.5rem;display:flex}.WinstelDraft-module__tmtxqa__selectedDriver{background:var(--background-card);border:1px solid var(--border-color);border-radius:6px;justify-content:space-between;align-items:center;padding:.6rem .75rem;display:flex}.WinstelDraft-module__tmtxqa__selectedCar{color:var(--accent-color);width:25px;font-weight:900}.WinstelDraft-module__tmtxqa__selectedName{font-size:.9rem;font-weight:600}.WinstelDraft-module__tmtxqa__selectedSalary{font-size:.8rem;font-weight:700}.WinstelDraft-module__tmtxqa__removeIcon{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1rem}.WinstelDraft-module__tmtxqa__removeIcon:hover{color:var(--status-error)}.WinstelDraft-module__tmtxqa__summaryBox{border-top:2px solid var(--border-color);margin-top:1.5rem;padding-top:1rem}.WinstelDraft-module__tmtxqa__summaryRow{justify-content:space-between;font-weight:700;display:flex}.WinstelDraft-module__tmtxqa__success{color:var(--status-success)}.WinstelDraft-module__tmtxqa__danger{color:var(--status-error)}.WinstelDraft-module__tmtxqa__submitBtn{background:var(--accent-color);color:#fff;cursor:pointer;text-transform:uppercase;border:none;border-radius:6px;width:100%;padding:.8rem;font-size:1rem;font-weight:800;transition:all .2s}.WinstelDraft-module__tmtxqa__submitBtn:disabled{background:var(--border-color);color:var(--text-muted);cursor:not-allowed}.WinstelDraft-module__tmtxqa__submitBtn:not(:disabled):hover{filter:brightness(1.2);transform:translateY(-2px)}
.WinstelStandings-module__NrMFFq__container{background:var(--background-card);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.WinstelStandings-module__NrMFFq__title{color:var(--accent-color);margin-bottom:1.5rem}.WinstelStandings-module__NrMFFq__tableWrapper{overflow-x:auto}.WinstelStandings-module__NrMFFq__table{border-collapse:collapse;width:100%}.WinstelStandings-module__NrMFFq__table th{text-align:left;border-bottom:2px solid var(--border-color);color:var(--text-muted);text-transform:uppercase;padding:1rem;font-size:.8rem}.WinstelStandings-module__NrMFFq__table td{border-bottom:1px solid var(--border-color);color:var(--text-primary);padding:1rem}.WinstelStandings-module__NrMFFq__username{font-weight:700}.WinstelStandings-module__NrMFFq__score{text-align:right;color:var(--accent-color);font-family:Courier New,Courier,monospace;font-weight:700}.WinstelStandings-module__NrMFFq__leader{background:#eab3080d}.WinstelStandings-module__NrMFFq__empty{text-align:center;color:var(--text-muted);padding:2rem!important}
