.ExerciseHistory-module__YQwaea__historyContainer{background:var(--background-secondary);border:2px solid var(--border-color);border-radius:12px;margin-bottom:2rem;padding:1.5rem}.ExerciseHistory-module__YQwaea__historyHeader{border-bottom:2px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.ExerciseHistory-module__YQwaea__historyHeader h2{color:var(--text-primary);margin:0;font-size:1.5rem}.ExerciseHistory-module__YQwaea__historyCount{color:var(--foreground-secondary);background:var(--background-tertiary);border:1px solid var(--border-primary);border-radius:6px;padding:.25rem .75rem;font-size:.9rem}.ExerciseHistory-module__YQwaea__historyList{flex-direction:column;gap:.75rem;display:flex}.ExerciseHistory-module__YQwaea__historyItem{background:var(--background-primary);border:2px solid var(--border-color);color:inherit;cursor:pointer;border-radius:8px;padding:1rem;text-decoration:none;transition:all .2s;display:block}.ExerciseHistory-module__YQwaea__historyItem:hover{border-color:var(--primary-color);background:var(--primary-color-light);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.ExerciseHistory-module__YQwaea__historyItemContent{justify-content:space-between;align-items:center;gap:1rem;display:flex}.ExerciseHistory-module__YQwaea__historyItemLeft{flex:1;min-width:0}.ExerciseHistory-module__YQwaea__historyItemTitle{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.5rem;font-size:1rem;overflow:hidden}.ExerciseHistory-module__YQwaea__historyMarkdown{display:inline}.ExerciseHistory-module__YQwaea__historyMarkdown p{margin:0;display:inline}.ExerciseHistory-module__YQwaea__historyMarkdown code{background:var(--background-tertiary);border-radius:3px;padding:.1rem .3rem;font-size:.9em;display:inline}.ExerciseHistory-module__YQwaea__historyItemMeta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.ExerciseHistory-module__YQwaea__historyTime{color:var(--foreground-secondary);font-size:.85rem}.ExerciseHistory-module__YQwaea__completedBadge{background:var(--difficulty-beginner-bg);color:var(--difficulty-beginner-text);border:1px solid var(--difficulty-beginner-text);border-radius:4px;align-items:center;gap:.25rem;padding:.15rem .5rem;font-size:.8rem;font-weight:600;display:inline-flex}.ExerciseHistory-module__YQwaea__inProgressBadge{background:var(--info-color-light);color:var(--info-color-dark);border:1px solid var(--info-color);border-radius:4px;align-items:center;gap:.25rem;padding:.15rem .5rem;font-size:.8rem;font-weight:600;display:inline-flex}.ExerciseHistory-module__YQwaea__historyItemRight{align-items:center;display:flex}.ExerciseHistory-module__YQwaea__tryAgainButton{color:var(--primary-color);white-space:nowrap;font-size:.9rem;font-weight:600}.ExerciseHistory-module__YQwaea__showMoreButton{background:var(--background-tertiary);border:2px solid var(--border-color);width:100%;color:var(--foreground-primary);cursor:pointer;border-radius:8px;margin-top:.5rem;padding:.75rem;font-weight:600;transition:all .2s}.ExerciseHistory-module__YQwaea__showMoreButton:hover{background:var(--background-elevated);border-color:var(--primary-color);color:var(--primary-color)}@media (max-width:768px){.ExerciseHistory-module__YQwaea__historyContainer{padding:1rem}.ExerciseHistory-module__YQwaea__historyHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.ExerciseHistory-module__YQwaea__historyItemContent{flex-direction:column;align-items:flex-start}.ExerciseHistory-module__YQwaea__historyItemRight{justify-content:flex-end;width:100%}.ExerciseHistory-module__YQwaea__historyItemTitle{white-space:normal;overflow:visible}}
.CustomAlert-module__Nh53nq__alertContainer{min-width:300px;max-width:500px;box-shadow:var(--shadow-medium);z-index:10000;font-family:var(--font-family);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;animation:.3s ease-out CustomAlert-module__Nh53nq__slideIn;display:flex;position:fixed;top:20px;right:20px}.CustomAlert-module__Nh53nq__alertContainer.CustomAlert-module__Nh53nq__exit{animation:.3s ease-in forwards CustomAlert-module__Nh53nq__slideOut}.CustomAlert-module__Nh53nq__alertContent{flex:1;align-items:center;gap:12px;display:flex}.CustomAlert-module__Nh53nq__alertIcon{flex-shrink:0;font-size:1.25rem}.CustomAlert-module__Nh53nq__alertMessage{word-break:break-word;font-size:.95rem;line-height:1.4}.CustomAlert-module__Nh53nq__closeButton{cursor:pointer;color:inherit;opacity:.7;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:opacity .2s;display:flex}.CustomAlert-module__Nh53nq__closeButton:hover{opacity:1}.CustomAlert-module__Nh53nq__success{color:#fff;background-color:#10b981}.CustomAlert-module__Nh53nq__info{color:#fff;background-color:#3b82f6}.CustomAlert-module__Nh53nq__warning{color:#fff;background-color:#f59e0b}.CustomAlert-module__Nh53nq__error{color:#fff;background-color:#ef4444}@keyframes CustomAlert-module__Nh53nq__slideIn{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}@keyframes CustomAlert-module__Nh53nq__slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(400px)}}@media (max-width:768px){.CustomAlert-module__Nh53nq__alertContainer{min-width:unset;max-width:unset;padding:12px 16px;top:10px;left:10px;right:10px}.CustomAlert-module__Nh53nq__alertMessage{font-size:.9rem}@keyframes CustomAlert-module__Nh53nq__slideIn{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}@keyframes CustomAlert-module__Nh53nq__slideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100px)}}}
