.Dashboard{max-width:760px;margin:0 auto;padding:24px 16px 64px}.DashboardHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.DashboardHeader h1{color:#2e2e2e;font-size:24px;margin:0}.DashSection{background-color:#edeae6;border-radius:8px;padding:16px;margin-bottom:24px}.DashSectionHeader{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.DashSectionHeader h2{color:#2e2e2e;font-size:18px;margin:0}.DashHint{color:rgba(46,46,46,.5);font-size:12px}.DashRow{display:flex;align-items:center;gap:8px;background-color:#dfdcd7;border-radius:4px;padding:8px;margin-bottom:6px;transition:transform .16s ease;will-change:transform}.DashRow.Floating{transition:none;position:relative;z-index:10;box-shadow:0 8px 20px rgba(0,0,0,.25);cursor:-webkit-grabbing;cursor:grabbing}.DashRow.NoAnim{transition:none}.DragHandle{cursor:-webkit-grab;cursor:grab;color:#985b4e;font-size:18px;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;padding:4px;margin:-4px}.PosBadge{border-radius:4px;padding:2px 8px;font-size:12px;min-width:18px;text-align:center}.DashInput,.PosBadge{background-color:#e7e4df;color:#2e2e2e}.DashInput{flex:1 1;min-width:0;box-sizing:border-box;border:none;border-radius:4px;padding:8px;font-size:14px}.DashInput:focus{outline:none}.DeleteBtn{background-color:#9e373720;color:#9e3737;border:none;border-radius:4px;padding:6px 10px;box-sizing:border-box;cursor:pointer;font-size:14px}.PlayerRow .DeleteBtn{width:100%;padding:6px 0}.AddBtn{background-color:#cfcbc6;color:#2e2e2e;border:none;border-radius:4px;padding:8px 12px;cursor:pointer;font-size:14px;margin-top:6px}.PlayerHead,.PlayerRow{display:grid;grid-template-columns:minmax(0,1fr) 108px 40px 32px;align-items:center;grid-gap:6px;gap:6px}.PlayerHead{color:rgba(46,46,46,.5);font-size:11px;text-align:center;padding:0 8px 4px}.PlayerHeadName{text-align:left}.Toggle{justify-self:center;display:inline-flex;cursor:pointer}.Toggle input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.ToggleTrack{position:relative;width:36px;height:20px;border-radius:10px;background-color:#cfcbc6;transition:background-color .16s ease}.ToggleTrack:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background-color:#fff;transition:transform .16s ease}.Toggle input:checked+.ToggleTrack{background-color:#985b4e}.Toggle input:checked+.ToggleTrack:after{transform:translateX(16px)}.PitchSwitch{justify-self:center;display:inline-flex;border:1px solid #cfcbc6;border-radius:4px;overflow:hidden}.PitchSwitch button{width:34px;padding:6px 0;border:none;background-color:#e7e4df;color:#2e2e2e;font-size:12px;cursor:pointer}.PitchSwitch button+button{border-left:1px solid #cfcbc6}.PitchSwitch button.Active{background-color:#985b4e;color:#fff}