.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}
.sala-module__JgWa7a__salaContainer{background:#0f172a;border:2px solid #334155;border-radius:12px;flex-direction:column;width:100%;min-height:600px;display:flex;position:relative;overflow:hidden}.sala-module__JgWa7a__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sala-module__JgWa7a__statusBar{color:#94a3b8;background:#1e293b;border-bottom:1px solid #334155;justify-content:space-between;align-items:center;min-height:36px;padding:.5rem 1rem;font-size:.875rem;display:flex}.sala-module__JgWa7a__timerDisplay{color:#22c55e;background:#0f172a;border-radius:4px;padding:.2rem .75rem;font-family:Courier New,Courier,monospace;font-size:1rem;font-weight:700}.sala-module__JgWa7a__deviceSelector{background:#1e293b;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:400px;padding:2rem;display:flex}.sala-module__JgWa7a__deviceTitle{color:#f1f5f9;margin:0;font-size:1.5rem;font-weight:700}.sala-module__JgWa7a__deviceDescription{color:#94a3b8;text-align:center;margin:0;font-size:.9375rem}.sala-module__JgWa7a__deviceLabel{color:#cbd5e1;font-size:.875rem;font-weight:600}.sala-module__JgWa7a__deviceSelect{color:#f1f5f9;cursor:pointer;background:#0f172a;border:1px solid #475569;border-radius:8px;width:100%;max-width:400px;padding:.75rem 1rem;font-size:1rem}.sala-module__JgWa7a__deviceSelect:focus{outline-offset:2px;outline:2px solid #3b82f6}.sala-module__JgWa7a__deviceConfirmBtn{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:8px;margin-top:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:700;transition:background .2s}.sala-module__JgWa7a__deviceConfirmBtn:hover{background:#047857}.sala-module__JgWa7a__deviceConfirmBtn:focus{outline-offset:2px;outline:2px solid #22c55e}.sala-module__JgWa7a__toolbar{background:#1e293b;border-bottom:1px solid #334155;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;display:flex}.sala-module__JgWa7a__toolbarBtn{color:#e2e8f0;cursor:pointer;white-space:nowrap;background:#334155;border:1px solid #475569;border-radius:6px;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;transition:background .2s,border-color .2s}.sala-module__JgWa7a__toolbarBtn:hover{background:#475569;border-color:#64748b}.sala-module__JgWa7a__toolbarBtn:focus{outline-offset:2px;outline:2px solid #3b82f6}.sala-module__JgWa7a__toolbarBtnActive{color:#fff;background:#dc2626;border-color:#ef4444}.sala-module__JgWa7a__toolbarBtnActive:hover{background:#b91c1c}.sala-module__JgWa7a__loadingBox{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.sala-module__JgWa7a__loadingText{color:#f1f5f9;margin-bottom:.5rem;font-size:1rem;font-weight:700}.sala-module__JgWa7a__loadingSubtext{color:#64748b;font-size:.8rem}.sala-module__JgWa7a__errorBox{color:#fca5a5;text-align:center;background:#450a0a;border-top:1px solid #7f1d1d;padding:2rem}.sala-module__JgWa7a__errorTitle{color:#fecaca;margin-bottom:.5rem;font-weight:700}.sala-module__JgWa7a__retryBtn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;transition:background .2s}.sala-module__JgWa7a__retryBtn:hover{background:#b91c1c}.sala-module__JgWa7a__retryBtn:focus{outline-offset:2px;outline:2px solid #f87171}.sala-module__JgWa7a__jitsiFrame{flex-grow:1;width:100%;min-height:500px}@media (max-width:768px){.sala-module__JgWa7a__toolbar{flex-direction:column;gap:.375rem}.sala-module__JgWa7a__toolbarBtn{text-align:center;width:100%;min-height:44px;padding:.75rem 1rem;font-size:.9375rem}.sala-module__JgWa7a__jitsiFrame{min-height:300px}.sala-module__JgWa7a__salaContainer{border-radius:0;min-height:auto}.sala-module__JgWa7a__deviceSelector{min-height:300px;padding:1.5rem}.sala-module__JgWa7a__statusBar{text-align:center;flex-direction:column;gap:.25rem}}
