/* Standalone assessment station on every device. Legacy assessment and PAPS screens are untouched. */
  .classroomFlow[data-classroom-view="station"] .stationOx{--ox-blue:#168ee0;--ox-ink:#18324a;--ox-line:#d8e4ef;color:var(--ox-ink);max-width:1180px;margin:0 auto;font-family:inherit;min-width:0}
  .stationOx *{box-sizing:border-box;min-width:0}
  .stationOx button,.stationOx input,.stationOx select{font:inherit;letter-spacing:normal}
  .stationOx .oxButton{display:inline-flex;align-items:center;justify-content:center;text-align:center;min-height:42px;padding:9px 13px;border:1px solid var(--ox-line);border-radius:9px;background:#fff;color:var(--ox-ink);line-height:1.3;font-size:13px;font-weight:800;cursor:pointer;white-space:normal;word-break:keep-all;overflow-wrap:anywhere;box-shadow:none}
  .stationOx button:disabled{opacity:.48;cursor:default}
  .stationOx button:focus-visible,.stationOx input:focus-visible,.stationOx select:focus-visible{outline:3px solid #6bb9ef;outline-offset:2px}
  .stationOx .primary{background:var(--ox-blue);border-color:var(--ox-blue);color:white}
  .stationOx .oxPanel{padding:16px;border:1px solid var(--ox-line);border-radius:15px;background:white;box-shadow:0 3px 12px #17324d05}
  .stationOx.oxPanel{padding:18px;background:white;border:1px solid #d8e4ef;border-radius:14px}
  .stationOx .oxHeading,.stationOx .oxFooter{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
  .stationOx h2{font-size:18px;line-height:1.4;margin:0;word-break:keep-all;overflow-wrap:anywhere}
  .stationOx h3{font-size:15px;margin:24px 0 10px}
  .stationOx h3 small{font-size:12px;color:#698299}
  .stationOx .oxHint{color:#6a7f91;font-size:12px;line-height:1.65;margin:10px 0 14px;word-break:keep-all;overflow-wrap:anywhere}
  .stationOx .oxPill{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;color:#147abb;background:#eaf5fe;border-radius:7px;font-size:12px}
  .stationOx .oxTabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;background:#edf2f7;padding:5px;border-radius:11px;margin:12px 0}
  .stationOx .oxTabs .oxButton{background:transparent;border-color:transparent;padding:9px 4px}
  .stationOx .oxTabs .active{background:#fff;color:#147abb;border-color:var(--ox-line)}
  .stationOx .oxFieldset{border:0;padding:0;margin:0;min-width:0}
  .stationOx .oxSize{display:flex;align-items:center;gap:6px;font-size:12px;color:#58718a}
  .stationOx select{height:40px;border:1px solid var(--ox-line);border-radius:8px;background:#fff;padding:5px;color:var(--ox-ink);width:auto}
  .stationOx .oxRoster{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:16px}
  .stationOx .oxRosterStudent{display:flex;align-items:center;justify-content:space-between;gap:4px;flex-wrap:wrap;text-align:left;min-height:54px;border:1px solid var(--ox-line);border-radius:10px;background:#fff;padding:10px;color:var(--ox-ink);font-size:13px}
  .stationOx .oxRosterStudent b{overflow-wrap:anywhere}
  .stationOx .oxRosterStudent small{font-size:11px;color:#73889a;white-space:normal;overflow-wrap:anywhere}
  .stationOx .oxRosterStudent.isSelected{border-color:var(--ox-blue);background:#edf7ff;box-shadow:inset 0 0 0 1px var(--ox-blue)}
  .stationOx .oxFooter span{font-size:12px;color:#627b90}
  .stationOx .oxActionTitle{font-size:21px;margin:20px 0 16px;line-height:1.5}
  .stationOx .oxProgress{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:5px;margin-bottom:18px}
  .stationOx .oxProgress .oxButton{min-height:36px;padding:6px 0;border-radius:7px;font-size:12px;background:#f4f7fa;color:#698197}
  .stationOx .oxProgress .done{background:#eaf5fe;color:#147abb;border-color:#b7dbf5}
  .stationOx .oxProgress .current{background:var(--ox-blue);color:white;border-color:var(--ox-blue)}
  .stationOx .oxStudents{display:grid;gap:12px}
  .stationOx .oxStudent{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:14px;border:1px solid var(--ox-line);border-radius:12px;background:#fff}
  .stationOx .oxStudentInfo{display:flex;flex-direction:column;gap:6px;justify-content:center}
  .stationOx .oxStudentInfo strong{font-size:16px;overflow-wrap:anywhere}
  .stationOx .oxStudentInfo span{font-size:11px;color:#708699}
  .stationOx .oxScore{font-size:25px;color:#197bbd;align-self:center;text-align:right}
  .stationOx .oxScore small{font-size:12px;margin-left:2px}
  .stationOx .oxChoices{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .stationOx .oxChoice{display:flex;align-items:center;justify-content:center;gap:10px;height:62px;border:1px solid var(--ox-line);border-radius:10px;background:#f7fafc;color:#8396a7;font-size:26px;font-weight:900;line-height:1}
  .stationOx .oxChoice small{font-size:12px}
  .stationOx .oxChoice.yes.selected{background:#e9f5ff;border:2px solid #168ee0;color:#087ac9}
  .stationOx .oxChoice.no.selected{background:#fff0f1;border:2px solid #e56b78;color:#c94c5a}
  .stationOx .oxNavigation{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:16px}
  .stationOx .nextGroup,.stationOx .full{display:flex;width:100%;margin-top:12px}
  .stationOx .oxStatus{font-size:13px;color:#16825c;line-height:1.6;overflow-wrap:anywhere}
  .stationOx .oxStatus:not(:empty){padding:12px;border:1px solid #bfe2d6;background:#f0fbf5;border-radius:10px;margin-top:12px}
  .stationOx .oxStatus.error{color:#ac3646;border-color:#f0c5cc;background:#fff5f6}
  .stationOx .oxRecovery{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
  .stationOx .oxCriteria{display:grid;gap:8px}
  .stationOx .oxCriteriaRow{display:grid;grid-template-columns:22px minmax(0,1fr) 38px;align-items:center;gap:7px;font-size:12px}
  .stationOx input{display:block;width:100%;min-width:0;max-width:100%;height:42px;padding:9px;border:1px solid var(--ox-line);border-radius:8px;background:#fff;color:var(--ox-ink);font-size:16px}
  .stationOx .oxCriteriaRow .oxButton,.stationOx .oxBandRow .oxButton{padding:4px;min-height:42px}
  .stationOx .oxBandLabels,.stationOx .oxBandRow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) 34px;gap:6px;margin-bottom:8px}
  .stationOx .oxBandLabels{font-size:11px;color:#627b90;text-align:center}
  .stationOx .oxBandRow input{text-align:center;padding:4px}
  .stationOx .add{width:100%;border-style:dashed;color:#217fb7;margin-top:10px;background:#f8fcff}

@media(min-width:769px){
  .classroomFlow[data-classroom-view="station"]:has(.stationOx)>.classroomStationControls{max-width:1180px;margin-left:auto;margin-right:auto}
  .stationOx .oxPanel{padding:24px}
  .stationOx .oxTabs{max-width:500px;margin-left:auto;margin-right:auto}
  .stationOx .oxStudents{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:16px}
  .stationOx .oxStudents[data-count="1"]{grid-template-columns:minmax(0,520px);justify-content:center}
  .stationOx .oxStudent{padding:18px}
  .stationOx .oxChoice{height:76px;font-size:30px}
  .stationOx .oxActionTitle{text-align:center;font-size:24px}
  .stationOx .oxProgress{max-width:600px;margin-left:auto;margin-right:auto;grid-template-columns:repeat(10,minmax(0,1fr))}
  .stationOx .oxRoster{grid-template-columns:repeat(auto-fit,minmax(min(100%,160px),1fr))}
  .stationOx .oxConfigGrid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:28px;align-items:start}
  .stationOx .oxConfigGrid h3{margin-top:12px}
  .stationOx .oxNavigation{max-width:600px;margin-left:auto;margin-right:auto}
  .stationOx .nextGroup,.stationOx .full{max-width:600px;margin-left:auto;margin-right:auto}
}
@media(max-width:768px){
  .classroomFlow[data-classroom-view="station"] .stationOx{max-width:680px}
}

.stationOx .oxSettings{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:12px;padding:16px;background:#f6faff;border:1px solid var(--ox-line);border-radius:12px;margin:16px 0}
.stationOx .oxSettings label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:800}
.stationOx .oxSettings select{width:100%;height:44px;font-size:14px;padding:8px;color:var(--ox-ink)}
.stationOx .oxConfigGrid.numericConfig{grid-template-columns:minmax(0,1fr)}
.stationOx .oxGenderBands{display:grid;gap:18px}
.stationOx .oxBandSet{padding:14px;border:1px solid var(--ox-line);border-radius:10px}
.stationOx .oxBandSet h3{margin:0 0 14px}
.stationOx .oxMeasurement{grid-column:1/-1;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:8px;align-items:center}
.stationOx .oxMeasurement.isTime{grid-template-columns:minmax(0,1fr)}
.stationOx .oxMeasurement .oxButton{font-size:24px;padding:4px;min-height:52px}
.stationOx .oxMeasurementInput{display:flex;align-items:center;gap:8px;width:100%;font-size:14px}
.stationOx .oxMeasurement input{height:52px;font-size:24px;text-align:center;font-weight:800;font-variant-numeric:tabular-nums}
.stationOx .oxMeasurementInput>span:last-child{flex-shrink:0}
.stationOx .oxMeasurementFeedback{grid-column:1/-1;margin:0;color:#627b90;font-size:12px;line-height:1.6;overflow-wrap:anywhere;min-height:20px}
.stationOx input[aria-invalid="true"]{border-color:#d75d6f;background:#fff7f8}
.stationOx .oxSrOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:769px){
 .stationOx .numericConfig .oxGenderBands.separate{grid-template-columns:repeat(2,minmax(0,1fr))}
 .stationOx .numericConfig .oxGenderBands:not(.separate){max-width:680px;margin-left:auto;margin-right:auto;width:100%}
}
@media(max-width:380px){
 .stationOx .oxPanel{padding:12px}
 .stationOx .oxBandSet{padding:10px}
 .stationOx .oxMeasurement{grid-template-columns:38px minmax(0,1fr) 38px;gap:6px}
 .stationOx .oxMeasurement.isTime{grid-template-columns:minmax(0,1fr)}
 .stationOx .oxBandLabels,.stationOx .oxBandRow{gap:4px;grid-template-columns:repeat(3,minmax(0,1fr)) 30px}
}
