.attempt-history{margin-top:26px;padding:15px 16px;border:1px solid var(--line);border-radius:12px;background:#fbfcff}.attempt-history-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.attempt-history-head strong{font-size:14px}.status-legend{display:flex;gap:10px;font-size:12px}.status-legend b{font-weight:600}.status-legend .unmastered{color:#c04f5b}.status-legend .review{color:#ae7620}.status-legend .mastered{color:#24886a}.attempt-history-list{display:flex;gap:10px}.attempt-row{flex:1;padding:12px;border-radius:9px;background:#fff}.attempt-label{display:block;margin-bottom:8px;font-size:13px;color:var(--muted)}.attempt-lights{display:flex;gap:6px;flex-wrap:wrap}.attempt-light{border:1px solid #e3e7ef;border-radius:6px;padding:4px 6px;background:#fff;color:#8791a3;font:11px inherit;cursor:pointer;transition:.15s}.attempt-light i{font-style:normal;color:#cbd2df}.attempt-light:hover{transform:translateY(-1px);border-color:#bac4d8}.attempt-light.unmastered.active{border-color:#f0b8be;background:#fff0f1;color:#b84755}.attempt-light.unmastered.active i{color:var(--red)}.attempt-light.review.active{border-color:#f0d290;background:#fff7e8;color:#a56d17}.attempt-light.review.active i{color:var(--amber)}.attempt-light.mastered.active{border-color:#afe5d3;background:#e9f8f2;color:#238366}.attempt-light.mastered.active i{color:var(--green)}.attempt-result{display:block;margin-top:8px;font-size:12px;font-weight:700}.attempt-result.empty{color:#a4adbd}.attempt-result.unmastered{color:#c04f5b}.attempt-result.review{color:#ae7620}.attempt-result.mastered{color:#24886a}@media(max-width:700px){.attempt-history-head{align-items:start;flex-direction:column}.attempt-history-list{flex-direction:column}}
