.watched-status-section{padding:1rem 0;text-align:center}.watched-status-btn{background:#6b69da;color:#fff;border:none;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.watched-status-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.watched-status-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}@media (max-width: 768px){.popup-content{width:95%;margin:0rem}}@media (max-width: 480px){.status-options{gap:.8rem}}.popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.popup-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:white;border-radius:20px;padding:0;max-width:500px;width:90%;box-shadow:0 20px 40px #0000004d;animation:popupSlideIn .3s ease}@keyframes popupSlideIn{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}.popup-header{padding:1.5rem 2rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.popup-header h3{margin:0;color:#2d3748;font-size:1.5rem}.popup-close{background:none;border:none;font-size:2rem;color:#a0aec0;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.popup-close:hover{color:#718096}.popup-body{padding:2rem}.popup-body p{text-align:center;color:#4a5568;margin-bottom:2rem;font-size:1.1rem}.status-options{display:flex;flex-direction:column;gap:1rem}.status-option{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:2px solid #e2e8f0;border-radius:12px;background:white;cursor:pointer;transition:all .3s ease;text-align:left}.status-option:hover{border-color:#cbd5e0;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.status-option.yellow:hover{border-color:#ffc107;box-shadow:0 4px 12px #ffc1074d}.status-option.green:hover{border-color:#4caf50;box-shadow:0 4px 12px #4caf504d}.status-icon{flex-shrink:0}.status-text{display:flex;flex-direction:column;gap:.25rem}.status-text strong{color:#2d3748;font-size:1.1rem}.status-text span{color:#718096;font-size:.9rem}.course-image{position:relative}.watched-indicator{position:absolute;bottom:12px;right:12px;background:white;border-radius:50%;padding:0;width:64px;height:64px;box-shadow:0 2px 8px #0003;display:flex;align-items:center;justify-content:center}.read-watched-indicator{position:relative;background:white;margin:0 auto;border-radius:50%;padding:0;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;justify-content:center;width:64px;height:64px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.read-watched-indicator:hover{transform:scale(1.1);box-shadow:0 4px 8px #0003}.read-watched-indicator.green{fill:#4caf50}.read-watched-indicator.yellow{fill:#ffc107}.read-watched-indicator.purple{fill:#6866ea}
