.history-module__jg4lKW__container{width:100%;max-width:1000px;min-height:70vh;margin:0 auto;padding:4rem 2rem;position:relative}.history-module__jg4lKW__breadcrumbs{color:var(--foreground-secondary);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.9rem;display:flex}.history-module__jg4lKW__breadcrumbs a{color:var(--foreground-secondary);text-decoration:none;transition:color .2s}.history-module__jg4lKW__breadcrumbs a:hover{color:#fff}.history-module__jg4lKW__crumbDivider{color:#ffffff40}.history-module__jg4lKW__activeCrumb{color:#fff}.history-module__jg4lKW__headerSection{text-align:left;margin-bottom:3rem;animation:.6s cubic-bezier(.16,1,.3,1) history-module__jg4lKW__fade-in}.history-module__jg4lKW__titleRow{align-items:center;gap:.8rem;margin-bottom:.5rem;display:flex}.history-module__jg4lKW__headerIcon{color:var(--primary)}.history-module__jg4lKW__headerSection h1{letter-spacing:-.02em;font-size:2.2rem;font-weight:800}.history-module__jg4lKW__subtext{color:var(--foreground-secondary);font-size:1.05rem}.history-module__jg4lKW__listSection{animation:.8s cubic-bezier(.16,1,.3,1) history-module__jg4lKW__fade-in}.history-module__jg4lKW__historyList{flex-direction:column;gap:1.5rem;display:flex}.history-module__jg4lKW__historyItem{background:var(--surface);border:1px solid var(--border);border-radius:16px;align-items:center;gap:2rem;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.history-module__jg4lKW__historyItem:before{content:"";background:var(--primary);opacity:0;width:4px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.history-module__jg4lKW__historyItem:hover:before{opacity:1}.history-module__jg4lKW__thumbnailWrapper{aspect-ratio:16/9;background:var(--surface-hover);border-radius:8px;flex-shrink:0;width:200px;position:relative;overflow:hidden}.history-module__jg4lKW__thumbnailImage{object-fit:cover;transition:transform .5s}.history-module__jg4lKW__historyItem:hover .history-module__jg4lKW__thumbnailImage{transform:scale(1.05)}.history-module__jg4lKW__playOverlay{opacity:0;z-index:2;background:#00000080;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.history-module__jg4lKW__thumbnailWrapper:hover .history-module__jg4lKW__playOverlay{opacity:1}.history-module__jg4lKW__contentCol{flex-direction:column;flex-grow:1;gap:.5rem;min-width:0;display:flex}.history-module__jg4lKW__seriesMeta{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:flex}.history-module__jg4lKW__metaDivider{color:var(--foreground-muted)}.history-module__jg4lKW__seasonTitle{color:var(--foreground-secondary)}.history-module__jg4lKW__episodeTitle{font-size:1.25rem;font-weight:750;line-height:1.3}.history-module__jg4lKW__episodeTitle a{color:var(--foreground-primary);text-decoration:none;transition:color .2s}.history-module__jg4lKW__episodeTitle a:hover{color:var(--primary)}.history-module__jg4lKW__progressContainer{flex-direction:column;gap:.4rem;max-width:400px;margin-top:.8rem;display:flex}.history-module__jg4lKW__track{background:var(--border);border-radius:3px;width:100%;height:6px;overflow:hidden}.history-module__jg4lKW__bar{background:var(--primary);border-radius:3px;height:100%;transition:width .3s}.history-module__jg4lKW__progressDetails{color:var(--foreground-secondary);justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.history-module__jg4lKW__completedLabel{color:#10b981;align-items:center;font-weight:600;display:flex}.history-module__jg4lKW__percentLabel{font-weight:600}.history-module__jg4lKW__actionCol{flex-shrink:0}.history-module__jg4lKW__resumeBtn{background:var(--primary);color:#fff;box-shadow:0 4px 10px rgba(var(--primary-rgb), .2);border:1px solid #0000;border-radius:30px;align-items:center;gap:.5rem;padding:.65rem 1.2rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.history-module__jg4lKW__resumeBtn:hover{background:var(--primary-hover);transform:translateY(-1px)}.history-module__jg4lKW__cardShell{text-align:center;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;max-width:600px;margin:4rem auto;padding:5rem 2rem;display:flex}.history-module__jg4lKW__iconMuted{color:var(--foreground-muted)}.history-module__jg4lKW__cardShell h2{font-size:1.6rem;font-weight:800}.history-module__jg4lKW__cardShell h3{font-size:1.3rem;font-weight:800}.history-module__jg4lKW__cardShell p{color:var(--foreground-secondary);max-width:440px;font-size:.95rem;line-height:1.6}.history-module__jg4lKW__actionBtn{background:var(--primary);color:#fff;box-shadow:0 4px 10px rgba(var(--primary-rgb), .25);border:1px solid #0000;border-radius:30px;padding:.75rem 1.8rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s}.history-module__jg4lKW__actionBtn:hover{background:var(--primary-hover);transform:translateY(-1px)}@keyframes history-module__jg4lKW__fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.history-module__jg4lKW__historyItem{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.2rem}.history-module__jg4lKW__thumbnailWrapper{aspect-ratio:16/9;width:100%}.history-module__jg4lKW__progressContainer{max-width:100%}.history-module__jg4lKW__actionCol{width:100%}.history-module__jg4lKW__resumeBtn{justify-content:center;width:100%}}
