.chat-module__0fKGLq__container{background-color:#f8fafc;flex-direction:column;height:100vh;max-height:100vh;display:flex;position:relative;overflow:hidden}.chat-module__0fKGLq__header{z-index:10;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:1rem;padding:1rem;display:flex;box-shadow:0 1px 2px #0000000d}.chat-module__0fKGLq__title{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}.chat-module__0fKGLq__subtitle{color:#64748b;margin:0;font-size:.875rem}.chat-module__0fKGLq__chatArea{background-color:#f1f5f9;background-image:radial-gradient(#cbd5e1 1px,#0000 1px);background-size:20px 20px;flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.chat-module__0fKGLq__message{white-space:pre-wrap;word-break:break-word;border-radius:1rem;max-width:80%;padding:.75rem 1rem;font-size:.95rem;line-height:1.5;animation:.3s ease-out chat-module__0fKGLq__fadeIn;position:relative}@keyframes chat-module__0fKGLq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-module__0fKGLq__userMessage{color:#fff;background-color:#3b82f6;border-bottom-right-radius:.25rem;align-self:flex-end}.chat-module__0fKGLq__aiMessage{color:#334155;background-color:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:.25rem;align-self:flex-start;box-shadow:0 1px 2px #0000000d}.chat-module__0fKGLq__timestamp{opacity:.8;text-align:right;margin-top:.25rem;font-size:.7rem;display:block}.chat-module__0fKGLq__inputArea{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;gap:.5rem;padding:1rem;display:flex}.chat-module__0fKGLq__input{border:1px solid #cbd5e1;border-radius:99px;outline:none;flex:1;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.chat-module__0fKGLq__input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.chat-module__0fKGLq__sendButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;transition:background .2s,transform .1s;display:flex}.chat-module__0fKGLq__sendButton:hover:not(:disabled){background:#2563eb;transform:scale(1.05)}.chat-module__0fKGLq__sendButton:active:not(:disabled){transform:scale(.95)}.chat-module__0fKGLq__sendButton:disabled{cursor:not-allowed;opacity:.7;background:#94a3b8}.chat-module__0fKGLq__typingIndicator{background:#fff;border:1px solid #e2e8f0;border-radius:1rem 1rem 1rem .25rem;align-self:flex-start;align-items:center;gap:.3rem;padding:.75rem 1rem;display:flex}.chat-module__0fKGLq__dot{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both chat-module__0fKGLq__bounce}.chat-module__0fKGLq__dot:first-child{animation-delay:-.32s}.chat-module__0fKGLq__dot:nth-child(2){animation-delay:-.16s}@keyframes chat-module__0fKGLq__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
.academia-module__H0eV4W__container{max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem}.academia-module__H0eV4W__header{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.academia-module__H0eV4W__title{color:#059669;margin:0;font-size:2.25rem;font-weight:800}.academia-module__H0eV4W__subtitle{color:#64748b;margin-top:.5rem}.academia-module__H0eV4W__moduleGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:2rem;display:grid}.academia-module__H0eV4W__moduleCard{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.academia-module__H0eV4W__moduleCard:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.academia-module__H0eV4W__moduleTitle{color:#1e293b;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.academia-module__H0eV4W__moduleDescription{color:#475569;flex-grow:1;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.5}.academia-module__H0eV4W__topicList{margin:0 0 1.5rem;padding:0;list-style:none}.academia-module__H0eV4W__topicItem{color:#334155;border-bottom:1px solid #f1f5f9;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.875rem;display:flex}.academia-module__H0eV4W__topicItem:last-child{border-bottom:none}.academia-module__H0eV4W__badge{text-transform:uppercase;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.academia-module__H0eV4W__badgePending{color:#64748b;background:#f1f5f9}.academia-module__H0eV4W__badgeCompleted{color:#059669;background:#ecfdf5}.academia-module__H0eV4W__entryButton{text-align:center;color:#fff;background:#059669;border-radius:.5rem;width:100%;padding:.75rem;font-weight:600;text-decoration:none;transition:background .2s;display:block}.academia-module__H0eV4W__entryButton:hover{background:#047857}.academia-module__H0eV4W__lockedState{text-align:center;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:1rem;padding:4rem 2rem}.academia-module__H0eV4W__lockIcon{margin-bottom:1rem;font-size:3rem}.academia-module__H0eV4W__loading{color:#64748b;justify-content:center;align-items:center;height:300px;display:flex}
