/* Assessment station attempts: scoped presentation only, retaining the wide matrix. */
.stationOx .oxAttemptToolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:14px 0}
.stationOx .oxAttemptTabs{display:flex;gap:6px;padding:4px;border-radius:12px;background:#eef5fb;max-width:100%}
.stationOx .oxAttemptTabs .oxButton{display:inline-flex;align-items:center;justify-content:center;min-width:64px;min-height:44px;margin:0;padding:8px 18px;white-space:nowrap}
.stationOx .oxAttemptTabs .oxButton.active{background:#278edc;color:white;border-color:#278edc;box-shadow:0 2px 6px #206ca51c}
.stationOx .oxAttemptHint,.stationOx .oxAttemptBestSummary{font-size:12px;color:#526d87;line-height:1.5;overflow-wrap:anywhere}
.stationOx .oxAttemptBestSummary{display:block;margin:7px 0 4px;color:#216b9f}
.stationOx .oxAttemptSave{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:16px;padding:14px;border:1px solid #cde2f4;border-radius:12px;background:#f4f9ff}
.stationOx .oxAttemptSave>span{flex:1 1 250px;font-size:12px;line-height:1.6;color:#526d87}
.stationOx .oxAttemptSave>.oxButton{display:flex;align-items:center;justify-content:center;min-width:110px;min-height:44px;margin:0;white-space:nowrap}
.stationOx .oxAttemptMeasurements{display:grid;gap:10px;min-width:0;width:100%;grid-column:1/-1}
.stationOx .oxAttemptMeasurement{min-width:0;padding:10px;border:1px solid #dbe7f1;border-radius:11px;background:#f9fbfd}
.stationOx .oxAttemptMeasurement.isBest{border-color:#8dc4eb;background:#f0f8ff}
.stationOx .oxAttemptLabel{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px;font-size:12px;line-height:1.4}
.stationOx .oxAttemptLabel>span{font-size:11px;color:#2274af;white-space:nowrap}
.stationOx .oxAttemptMeasurement .oxMeasurement{margin:0;min-width:0;grid-template-columns:44px minmax(0,1fr) 44px;gap:7px}
.stationOx .oxAttemptMeasurement .oxMeasurement.isTime{grid-template-columns:minmax(0,1fr)}
.stationOx .oxAttemptMeasurement .oxButton{min-width:44px;min-height:44px;width:44px;display:flex;align-items:center;justify-content:center;padding:0;margin:0}
.stationOx .oxAttemptMeasurement .oxMeasurementInput{min-width:0;min-height:44px}
.stationOx .oxAttemptMeasurement .oxMeasurementInput input{min-width:0;width:100%;min-height:44px}
.stationOx .oxAttemptError{display:block;font-size:11px;color:#b42336;line-height:1.4;overflow-wrap:anywhere}
.stationOx .oxAttemptError:empty{display:none}
.stationOx .oxAllAttempts{margin-top:22px;min-width:0}
.stationOx .oxAllAttempts>h3{margin:0 0 8px;font-size:16px}
.stationOx .oxAttemptDetails{margin-top:10px;border:1px solid #d3e2ef;border-radius:12px;background:#fff;min-width:0}
.stationOx .oxAttemptDetails>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;min-height:48px;padding:10px 14px;cursor:pointer;list-style:none;color:#244e71}
.stationOx .oxAttemptDetails>summary::after{content:'펼치기';font-size:11px;color:#557a98}
.stationOx .oxAttemptDetails[open]>summary::after{content:'접기'}
.stationOx .oxAttemptDetails>summary>span{font-size:12px;overflow-wrap:anywhere}
.stationOx .oxAttemptDetailsBody{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0 14px 14px;min-width:0}
.stationOx .oxAttemptRecord{border:1px solid #e1e9f0;border-radius:10px;padding:12px;min-width:0}
.stationOx .oxAttemptRecord.isBest{border-color:#93c6e8;background:#f4faff}
.stationOx .oxAttemptRecord h4{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 10px;font-size:13px}
.stationOx .oxAttemptRecord h4>span{font-size:11px;color:#237bb7}
.stationOx .oxAttemptAnswerList{padding:0;margin:0;list-style:none;display:grid;gap:7px}
.stationOx .oxAttemptAnswerList li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;font-size:12px;line-height:1.5;padding-bottom:7px;border-bottom:1px solid #e8eff5}
.stationOx .oxAttemptAnswerList li>span{overflow-wrap:anywhere}
.stationOx .oxAttemptAnswerList li b{color:#7b90a4;margin-right:4px}
.stationOx .oxAttemptAnswerList li>strong{display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:26px;border-radius:5px}
.stationOx .oxAttemptAnswerList .isO{background:#e5f4eb;color:#178057}
.stationOx .oxAttemptAnswerList .isX{background:#fdecef;color:#b24658}
.stationOx .oxAttemptAnswerList .isUnmarked{font-size:10px;color:#798a9a;background:#f0f3f6}
.stationOx .oxAttemptRecordValue{font-size:23px;font-weight:800;text-align:center;margin:18px 0}
.stationOx .oxAttemptRecordValue small{font-size:12px;margin-left:4px}
@media(max-width:700px){
 .stationOx .oxAttemptDetailsBody{grid-template-columns:minmax(0,1fr)}
 .stationOx .oxAttemptToolbar{align-items:flex-start}
 .stationOx .oxAttemptHint{flex-basis:100%}
 .stationOx .oxAttemptTabs{width:100%}
 .stationOx .oxAttemptTabs .oxButton{flex:1 1 0;min-width:0}
 .stationOx .oxAttemptSave>.oxButton{width:100%}
 .stationOx .oxAttemptDetails>summary>span{flex-basis:100%}
}
