.chatbot-module__FN0moa__container{background:var(--c-bg);height:100%;color:var(--c-text);flex-direction:column;display:flex}.chatbot-module__FN0moa__header{border-bottom:1px solid var(--c-border);background:var(--c-surface);flex-shrink:0;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.chatbot-module__FN0moa__headerAvatar{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.chatbot-module__FN0moa__headerInfo{flex-direction:column;display:flex}.chatbot-module__FN0moa__headerName{color:var(--c-text);font-size:1.1rem;font-weight:600}.chatbot-module__FN0moa__headerStatus{color:#4ade80;align-items:center;gap:.35rem;font-size:.75rem;display:flex}.chatbot-module__FN0moa__headerStatusDot{background:#4ade80;border-radius:50%;width:6px;height:6px}.chatbot-module__FN0moa__messages{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.chatbot-module__FN0moa__botRow{align-items:flex-start;gap:.75rem;max-width:85%;animation:.3s forwards chatbot-module__FN0moa__messageIn;display:flex}@keyframes chatbot-module__FN0moa__messageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatbot-module__FN0moa__avatar{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;font-size:.75rem;font-weight:700;display:flex}.chatbot-module__FN0moa__botBubble{background:var(--c-bot-bg);border-radius:var(--radius-lg);white-space:pre-line;color:var(--c-text);border-top-left-radius:4px;padding:.875rem 1.125rem;font-size:1.05rem;line-height:1.65}.chatbot-module__FN0moa__timestamp{color:var(--c-text-secondary);margin-top:.35rem;padding-left:2.75rem;font-size:.7rem}.chatbot-module__FN0moa__userRow{justify-content:flex-end;animation:.3s forwards chatbot-module__FN0moa__messageIn;display:flex}.chatbot-module__FN0moa__userBubble{background:var(--c-user-bg);color:#fff;border-radius:var(--radius-lg);border-bottom-right-radius:4px;max-width:75%;padding:.75rem 1.125rem;font-size:1.05rem;line-height:1.5}.chatbot-module__FN0moa__choices{flex-direction:column;align-self:flex-end;gap:.5rem;max-width:420px;animation:.3s forwards chatbot-module__FN0moa__messageIn;display:flex}.chatbot-module__FN0moa__choiceButton{border:1.5px solid var(--c-accent);border-radius:var(--radius-full);color:var(--c-accent);text-align:left;transition:background var(--transition-fast),color var(--transition-fast),transform var(--transition-fast);cursor:pointer;background:0 0;padding:.7rem 1rem;font-size:1rem;font-weight:500}.chatbot-module__FN0moa__choiceButton:hover{background:var(--c-accent);color:#fff;transform:translateY(-1px)}.chatbot-module__FN0moa__choiceButton:active{transform:translateY(0)}.chatbot-module__FN0moa__choiceSelected{background:var(--c-user-bg);border-color:var(--c-user-bg);color:#fff;pointer-events:none}.chatbot-module__FN0moa__typingRow{align-items:flex-start;gap:.75rem;max-width:85%;animation:.3s forwards chatbot-module__FN0moa__messageIn;display:flex}.chatbot-module__FN0moa__typingBubble{background:var(--c-bot-bg);border-radius:var(--radius-lg);border-top-left-radius:4px;align-items:center;gap:4px;padding:.875rem 1.25rem;display:flex}.chatbot-module__FN0moa__dot{background:var(--c-text-secondary);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite chatbot-module__FN0moa__bounce}.chatbot-module__FN0moa__dot:nth-child(2){animation-delay:.2s}.chatbot-module__FN0moa__dot:nth-child(3){animation-delay:.4s}@keyframes chatbot-module__FN0moa__bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.chatbot-module__FN0moa__revealCursor{background:var(--c-text-secondary);vertical-align:text-bottom;width:2px;height:1em;margin-left:1px;animation:.7s step-end infinite chatbot-module__FN0moa__blink;display:inline-block}@keyframes chatbot-module__FN0moa__blink{50%{opacity:0}}@media (max-width:640px){.chatbot-module__FN0moa__botRow,.chatbot-module__FN0moa__choices{max-width:95%}.chatbot-module__FN0moa__userBubble{max-width:85%}.chatbot-module__FN0moa__messages{padding:1rem}.chatbot-module__FN0moa__header{padding:.75rem 1rem}}
.quiz-module__ZnMROG__container{background:#fafafe;flex-direction:column;min-height:100%;display:flex;position:relative}.quiz-module__ZnMROG__progressWrapper{z-index:100;background:#e5e5f0;height:4px;position:fixed;top:0;left:0;right:0}.quiz-module__ZnMROG__progressBar{background:linear-gradient(90deg,#4f46e5,#7c3aed);border-radius:0 2px 2px 0;height:100%;transition:width .5s}.quiz-module__ZnMROG__counter{color:#88a;font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:500;position:absolute;top:20px;right:28px}.quiz-module__ZnMROG__questionCard{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:640px;margin:0 auto;padding:2rem 1.5rem;transition:opacity .3s,transform .3s;display:flex}.quiz-module__ZnMROG__visible{opacity:1;transform:translateY(0)}.quiz-module__ZnMROG__hidden{opacity:0;transform:translateY(12px)}.quiz-module__ZnMROG__questionText{color:#1a1a2e;text-align:center;margin-bottom:2.5rem;font-size:1.4rem;font-weight:600;line-height:1.6}.quiz-module__ZnMROG__options{flex-direction:column;gap:.75rem;width:100%;display:flex}.quiz-module__ZnMROG__option{color:#1a1a2e;text-align:left;cursor:pointer;background:#fff;border:1.5px solid #d8d8e8;border-radius:12px;align-items:center;gap:.875rem;padding:1rem 1.25rem;font-size:1.1rem;line-height:1.5;transition:border-color .2s,background .2s,transform .15s,box-shadow .2s;display:flex}.quiz-module__ZnMROG__option:hover{background:#f5f3ff;border-color:#4f46e5;transform:translateY(-1px);box-shadow:0 2px 8px #4f46e51a}.quiz-module__ZnMROG__option:active{transform:translateY(0)}.quiz-module__ZnMROG__optionSelected,.quiz-module__ZnMROG__optionSelected:hover{color:#fff;pointer-events:none;background:#4f46e5;border-color:#4f46e5;transform:none;box-shadow:0 2px 10px #4f46e54d}.quiz-module__ZnMROG__optionSelected .quiz-module__ZnMROG__optionKey{color:#fff;background:#ffffff40}.quiz-module__ZnMROG__option:disabled:not(.quiz-module__ZnMROG__optionSelected){opacity:.5;pointer-events:none}.quiz-module__ZnMROG__optionKey{color:#4f46e5;background:#ededf5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.8rem;font-weight:700;transition:background .2s,color .2s;display:flex}.quiz-module__ZnMROG__pagedContainer{background:#fafafe;flex-direction:column;min-height:100%;display:flex;position:relative}.quiz-module__ZnMROG__pagedContent{flex-direction:column;width:100%;max-width:640px;margin:0 auto;padding:3rem 1.5rem 2.5rem;transition:opacity .3s,transform .3s;display:flex}.quiz-module__ZnMROG__pagedContent .quiz-module__ZnMROG__questionText{margin-bottom:1.25rem;font-size:1rem}.quiz-module__ZnMROG__pagedContent .quiz-module__ZnMROG__options{gap:.6rem}.quiz-module__ZnMROG__pagedContent .quiz-module__ZnMROG__option{padding:.7rem 1rem;font-size:.85rem}.quiz-module__ZnMROG__pagedContent .quiz-module__ZnMROG__optionKey{width:24px;height:24px;font-size:.7rem}.quiz-module__ZnMROG__questionBlock{border-bottom:1px solid #ededf5;margin-bottom:2rem;padding-bottom:2rem}.quiz-module__ZnMROG__questionBlock:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}@media (max-width:640px){.quiz-module__ZnMROG__questionText{margin-bottom:2rem;font-size:1.1rem}.quiz-module__ZnMROG__questionCard{padding:1.5rem 1rem}.quiz-module__ZnMROG__pagedContent{padding:2.5rem 1rem 2rem}.quiz-module__ZnMROG__option{padding:.875rem 1rem;font-size:.9rem}.quiz-module__ZnMROG__pagedContent .quiz-module__ZnMROG__questionText{margin-bottom:1rem;font-size:.92rem}.quiz-module__ZnMROG__pagedContent .quiz-module__ZnMROG__option{padding:.65rem .875rem;font-size:.8rem}.quiz-module__ZnMROG__counter{top:16px;right:16px}}
