:root{--primary-color:#2563eb;--error-color:#dc2626;--success-color:#16a34a;--background-color:#f8fafc;--text-color:#1e293b}body{background-color:#f8fafc;background-color:var(--background-color);color:#1e293b;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0;padding:0}.app-container{margin:0 auto;max-width:1200px;padding:2rem}.url-form{display:flex;gap:1rem;margin-bottom:2rem}.url-form input{border:1px solid #e2e8f0;border-radius:.375rem;flex:1 1;font-size:1rem;padding:.75rem}.url-form button{background-color:#2563eb;background-color:var(--primary-color);border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem}.url-form button:disabled{cursor:not-allowed;opacity:.7}.video-player-container{margin-bottom:2rem}.youtube-player{aspect-ratio:16/9;background-color:#000;margin-bottom:1rem;width:100%}.chapter-progress{margin-top:1rem}.chapter-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.progress-bar{background-color:#e2e8f0;border-radius:2px;height:4px;position:relative}.chapter-marker{background-color:#94a3b8;border-radius:2px;height:100%;position:absolute}.chapter-marker.active{background-color:#2563eb;background-color:var(--primary-color)}.quiz-section{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:2rem}.takeaway{color:#64748b}.question-container,.takeaway{margin-bottom:2rem}.question-container h3{margin-bottom:1rem}.answers-container{display:flex;flex-direction:column;gap:.75rem}.answer-option{border:1px solid #e2e8f0;border-radius:.375rem;cursor:pointer;padding:1rem;transition:all .2s}.answer-option:hover{background-color:#f1f5f9}.answer-option.selected{background-color:#eff6ff;border-color:#2563eb;border-color:var(--primary-color)}.answer-option.correct{background-color:#f0fdf4;border-color:#16a34a;border-color:var(--success-color)}.answer-option.incorrect{background-color:#fef2f2;border-color:#dc2626;border-color:var(--error-color)}.explanation{background-color:#f8fafc;border-radius:.375rem;margin-top:1rem;padding:1rem}.submit-button{background-color:#2563eb;background-color:var(--primary-color);border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;width:100%}.submit-button:disabled{cursor:not-allowed;opacity:.7}.error-message{background-color:#fef2f2;border-radius:.375rem;color:#dc2626;color:var(--error-color);margin-bottom:1rem;padding:1rem}.loading-container{align-items:center;display:flex;justify-content:center;min-height:200px}@media (max-width:768px){.app-container{padding:1rem}.url-form{flex-direction:column}.quiz-section{padding:1rem}}
/*# sourceMappingURL=main.6d5722b0.css.map*/