.chatbot-resize-handle{cursor:col-resize;z-index:1000;justify-content:center;align-items:center;width:8px;transition:background-color .2s;display:flex;position:absolute;top:0;bottom:0;left:0}.chatbot-resize-handle:hover,.chatbot-resize-handle:focus,.chatbot-resize-handle--active{background-color:rgba(0,0,0,.05)}.chatbot-resize-handle:hover .chatbot-resize-handle__grip,.chatbot-resize-handle:focus .chatbot-resize-handle__grip,.chatbot-resize-handle--active .chatbot-resize-handle__grip{opacity:1}.chatbot-resize-handle--active{background-color:var(--chatbot-gray-dark,#e0e0e0)}.chatbot-resize-handle--active .chatbot-resize-handle__grip span{background-color:#fff}.chatbot-resize-handle__grip{opacity:0;flex-direction:column;gap:2px;transition:opacity .2s;display:flex}.chatbot-resize-handle__grip span{background-color:#999;border-radius:50%;width:3px;height:3px;transition:background-color .2s;display:block}.chat-header-container{background-color:#fff;border-bottom:1px solid #f2f2f2}.chat-header{background-color:#fff;justify-content:space-between;align-items:center;padding:14px 16px;display:flex;position:relative}.chat-header__left,.chat-header__right{flex:none;align-items:center;gap:8px;display:flex}.chat-header__left{justify-content:flex-start}.chat-header__center{flex:auto;justify-content:center;align-items:center;display:flex}.chat-header__right{justify-content:flex-end}.chat-header__button{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}.chat-header__button:hover{cursor:pointer}.chat-header__badge{background-color:var(--color-tangerine-ai,#bc3ebc);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:8px;padding:0 6px;font-size:12px;font-weight:700;display:flex}.chat-header__divider{background-color:#f2f2f2;width:1px;height:30px;margin:0 8px}.chatbot-mathField{align-items:center;line-height:1;transition:height .2s;display:none}.chatbot-mathField-show{z-index:4002;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.chatbot-mathField.chatbot-selected{border-color:var(--color-tangerine-ai,#bc3ebc)}.chatbot-mathField.chatbot-selected .chatbot-calc-button{fill:var(--color-tangerine-ai,#bc3ebc)}.chatbot-mathField-modal{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;width:90%;max-width:500px;padding:0;overflow:hidden}.chatbot-mathField-header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;margin:0;padding:8px;display:flex}.chatbot-mathField-title{font-size:18px;line-height:24px;font-family:var(--font-second);color:#4e4e4e;margin:0;font-weight:600}.chatbot-mathField-close{cursor:pointer;background:0 0;border:none;padding:4px}.chatbot-mathField-close svg{fill:#333;width:20px;height:20px}.chatbot-mathField-close .icon--color-default.icon--lib-skin path{fill:#333}.chatbot-mathField-content{flex-direction:column;gap:15px;padding:8px 16px;display:flex}.chatbot-mathField-input{border:1px solid #ababab;border-radius:8px;flex-direction:column;flex:1;gap:8px;min-height:40px;padding:8px 12px;display:flex;position:relative}.chatbot-mathField-input:focus-within{border:1px solid var(--color-tangerine-ai,#bc3ebc)}.chatbot-mathField-submit{color:#fff;background:var(--color-tangerine-ai,#bc3ebc);cursor:pointer;font-family:var(--font-first);border:none;border-radius:8px;justify-content:center;align-self:flex-end;align-items:center;min-width:40px;height:40px;padding:8px 12px;font-size:18px;font-weight:700;transition:transform .2s;display:flex;position:relative;overflow:hidden}.chatbot-mathField-submit>*{z-index:1;position:relative}.chatbot-mathField-submit:before{content:"";background:var(--color-tangerine-ai-lighter,#d068d0);border-radius:inherit;opacity:0;z-index:0;transition:opacity .4s;position:absolute;top:0;bottom:0;left:0;right:0}.chatbot-mathField-submit:after{content:"";background:var(--color-tangerine-ai-dark,#741571);border-radius:inherit;opacity:0;z-index:0;transition:opacity .2s;position:absolute;top:0;bottom:0;left:0;right:0}.chatbot-mathField-submit:hover:before,.chatbot-mathField-submit:active:after{opacity:1}.chatbot-mathField.chatbot-with-focus{opacity:1;z-index:4002;background-color:#fff;border:none;border-radius:0;justify-content:center;align-items:center;height:calc(100vh - 320px);font-size:1.4em;display:flex;position:fixed;top:0;left:0;right:0}.chatbot-mathField.chatbot-disabled math-field>span{pointer-events:none}math-field::part(virtual-keyboard-toggle){display:none}math-field::part(virtual-keyboard-toggle):after{display:none}.chatbot-mathField__tooltip .react-tooltip{margin-top:4px!important}body .ML__keyboard{z-index:10001;--keyboard-zindex:10001;position:fixed}body .ML__keyboard .ML__keyboard--plate .rows ul:last-child li.action:last-child{background-color:var(--color-tangerine-ai,#bc3ebc)}body .ML__keyboard .MLK__rows .row .MLK__keycap{min-width:28px}@supports (-webkit-touch-callout:none){body .ML__keyboard .MLK__backdrop{height:calc(30px + var(--_keyboard-height))}}@media (pointer:coarse){.ML__keyboard .MLK__rows .row .MLK__keycap{min-width:28px}}@media (min-width:560px) and (pointer:coarse){.ML__keyboard .MLK__rows .row .MLK__keycap{min-width:50px}}.status-modal__content{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:24px;display:flex}.status-modal__icon{justify-content:center;align-items:center;width:48px;height:56px;display:flex}.status-modal__bot-icon{background-image:var(--tangerine-ai-bot-happy);background-position:50%;background-repeat:no-repeat;background-size:cover;width:48px;height:56px}.status-modal__bot-icon--error{background-image:var(--tangerine-ai-bot-sad)}.status-modal__text{flex-direction:column;gap:8px;display:flex}.status-modal__title{font-family:var(--font-first);margin:0;font-size:22px;font-weight:600;line-height:32px}.status-modal__title--success{color:#333}.status-modal__message{font-family:var(--font-second);color:#4e4e4e;margin:0;font-size:16px;font-weight:600;line-height:24px}.chat-image-modal-container{border-radius:var(--border-radius-01);background-color:var(--color-background-secondary);justify-content:center;align-items:center;width:100%;min-height:300px;padding:20px;display:flex;position:relative}.chat-image-modal-container .chat-image-modal__image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:calc(80vh - 200px);display:block}.chat-image-modal-container .chat-image-modal__download-button{background-color:var(--color-background-primary);border:1px solid var(--color-border);border-radius:var(--border-radius-01);cursor:pointer;opacity:.9;z-index:10;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.chat-image-modal-container .chat-image-modal__download-button:hover{background-color:var(--color-background-hover);opacity:1;transform:scale(1.05)}.chat-image-modal-container .chat-image-modal__download-button:active{transform:scale(.95)}.chat-image-modal-container .chat-image-modal__download-button svg{color:var(--color-text-primary);width:20px;height:20px}@media (max-width:768px){.chat-image-modal-container{padding:10px}.chat-image-modal-container .chat-image-modal__image{max-height:calc(90vh - 150px)}.chat-image-modal-container .chat-image-modal__download-button{padding:6px;top:10px;right:10px}.chat-image-modal-container .chat-image-modal__download-button svg{width:18px;height:18px}}.diagram-mermaid{width:100%;height:100%;position:relative}.diagram-mermaid svg{max-width:100%;height:auto;margin:0 auto;display:block}.diagram-mermaid__download-btn{position:absolute;top:8px;right:8px}.diagram-mermaid__download-btn svg path{fill:var(--color-tangerine-ai,#bc3ebc)}.diagram-mermaid-error__container{flex-direction:row;gap:8px;display:flex}.diagram-mermaid-error__icon{margin-bottom:.5rem;font-size:2rem}.diagram-mermaid-error__message{color:#333;font-size:18px}.diagram-mermaid-error__details{font-size:14px}.diagram-mermaid-error__code{color:#333;max-width:280px;overflow:auto}.chat-messages{flex-direction:column;flex:1;min-height:0;max-height:100%;padding:16px;display:flex;position:relative;overflow-x:hidden;overflow-y:auto}.chat-messages__container{overflow-y:unset;flex-direction:column;flex:1;gap:10px;display:flex}.chat-messages__container::-webkit-scrollbar{width:8px;height:8px}.chat-messages__container::-webkit-scrollbar-track{background:#f2f2f2}.chat-messages__container::-webkit-scrollbar-thumb{background-color:#ababab;border-radius:20px}.chat-messages__container{scrollbar-width:thin;scrollbar-color:#ababab #f2f2f2}.chat-messages__empty-state{text-align:center;color:#767676;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:32px 16px;display:flex}.chat-messages__empty-state-content{max-width:320px}.chat-messages__empty-state-content h3{color:#333;margin-bottom:12px;font-size:32px}.chat-messages__empty-state-content p{margin:0;font-size:15px;line-height:1.5}.chat-messages__toast{color:#fff;background-color:#333;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;animation:.3s ease-in-out fadeIn;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.chat-messages--loading{justify-content:center;align-items:center;min-height:200px;display:flex}.chat-messages__loading{padding:16px}.chat-message-container{flex-direction:column;display:flex;position:relative}.chat-message-container:hover .chat-message__debug-actions{opacity:1}.chat-message__debug-actions{opacity:0;gap:4px;transition:opacity .2s;display:flex;position:absolute;top:-8px;right:-8px}.chat-message__context-view{color:#333;background-color:#f2f2f2;border-radius:8px;margin-top:8px;padding:8px;font-size:14px}.chat-message__context-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.chat-message__context-title{color:#767676;margin:0;font-size:14px}.chat-message__debug-button{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:flex}.chat-message__debug-button:hover{background-color:#e0e0e0}.chat-message__context-data{font-family:var(--font-first);white-space:pre-wrap;background-color:#fff;border-radius:4px;max-height:200px;margin:0;padding:8px;font-size:14px;overflow-y:auto}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.chat-badge{border-radius:16px;align-items:center;gap:4px;padding:4px 8px;font-size:14px;display:inline-flex}.chat-badge__emoji{font-size:inherit}.chat-badge__text{font-family:var(--font-second);color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:600;line-height:26px}.chat-badge--practice{background-color:#d6f6ff}.chat-badge--practice .chat-badge__text{color:#0a3366}.chat-badge--study{background-color:#ffe8ff}.chat-badge--study .chat-badge__text{color:#6b0a6b}.chat-badge--revision{background-color:#fff3e0}.chat-badge--revision .chat-badge__text{color:#e65100}.challenge-type-tag{font-size:14px;font-weight:700;font-family:var(--font-second);text-overflow:ellipsis;white-space:nowrap;border-radius:16px;padding:4px 8px;line-height:22px;overflow:hidden}.challenge-type-tag--small{padding:2px 8px;font-size:12px;line-height:18px}.challenge-type-tag:before{content:"";width:12px;height:12px;margin-right:4px;font-size:12px;line-height:1;display:inline-block}.challenge-type-tag--new{color:#ba1f33;background:#fff0f0}.challenge-type-tag--new:before{content:"🌱"}.challenge-type-tag--new.done{color:#4e4e4e;background:#f9f9f9}.challenge-type-tag--new.done:before{content:"🌱";filter:grayscale()}.challenge-type-tag--review{color:#0038a8;background:#eaf5ff}.challenge-type-tag--review:before{content:"🧠"}.challenge-type-tag--review.done{color:#4e4e4e;background:#f9f9f9}.challenge-type-tag--review.done:before{content:"🧠";filter:grayscale()}.challenge-type-tag--refuerzo-microtest{color:#830089;background:#feeeff}.challenge-type-tag--refuerzo-microtest:before{content:"🧪"}.challenge-type-tag--refuerzo-microtest.done{color:#830089;background:#f9f9f9}.challenge-type-tag--refuerzo-microtest.done:before{content:"🧪";filter:grayscale()}.challenge-type-tag--práctica-mezclada{color:#873600;background:#feeeff}.challenge-type-tag--práctica-mezclada:before{content:"🧩"}.challenge-type-tag--práctica-mezclada.done{color:#767676;background:#e0e0e0}.challenge-type-tag--práctica-mezclada.done:before{content:"🧩";filter:grayscale()}.challenge-type-tag--del-docente{color:#135f3e;background:#eefaf4}.challenge-type-tag--del-docente:before{content:"🎓"}.challenge-type-tag--del-docente.done{color:#767676;background:#e0e0e0}.challenge-type-tag--del-docente.done:before{content:"🎓";filter:grayscale()}.text-input-or-lesson-selector{width:100%;position:relative}.text-input-or-lesson-selector__label{margin-bottom:8px;display:block}.text-input-or-lesson-selector__label sup{color:#e04949}.text-input-or-lesson-selector__content{width:100%}.text-input-or-lesson-selector__error-message{color:#e04949;font-family:var(--font-second);margin-top:8px;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.text-input-mode{border-radius:8px;width:100%}.text-input-mode__textarea-wrapper{border:1px solid var(--Grays-Gray-05,#e0e0e0);border-bottom:none;border-top-left-radius:8px;border-top-right-radius:8px;width:100%;position:relative;overflow:hidden}.text-input-mode__textarea-wrapper textarea{border-bottom-right-radius:0;border-bottom-left-radius:0}.text-input-mode__textarea-wrapper .textarea{width:100%}.text-input-mode__textarea-wrapper .textarea__input{resize:vertical;border:none;border-radius:0;min-height:58px;max-height:150px;overflow-y:auto}.text-input-mode__footer{border:1px solid var(--Grays-Gray-05,#e0e0e0);background:var(--Grays-Gray-07,#f9f9f9);border-radius:0 0 8px 8px;align-items:center;gap:36px;padding-right:8px;display:flex}.text-input-mode__choose-button{padding:0 12px;font-size:14px;text-decoration:none;transition:opacity .2s}.text-input-mode__counter{color:#4e4e4e;white-space:nowrap;font-size:14px}.text-input-mode--error .text-input-mode__textarea-wrapper{border-color:#ed6a6a}.text-input-mode--error .text-input-mode__footer{background:rgba(246,104,104,.05);border-color:#ed6a6a}.text-input-mode--error .text-input-mode__choose-button{opacity:.4;pointer-events:none}.text-input-mode--error .text-input-mode__counter{color:#ba1f33}.lesson-selected-card{border:1px solid var(--color-border);background-color:var(--color-background-light);border-radius:8px;width:100%;padding:12px;transition:all .2s}.lesson-selected-card__content{justify-content:space-between;align-items:center;gap:12px;display:flex}.lesson-selected-card__content-wrapper{align-items:center;gap:12px;display:flex}.lesson-selected-card__icon-wrapper{background-color:var(--color-first);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:8px;display:flex}.lesson-selected-card__icon-wrapper svg{width:32px;height:32px}.lesson-selected-card__icon-wrapper svg path{fill:#fff}.lesson-selected-card__icon{color:#fff;width:24px;height:24px}.lesson-selected-card__info{flex:1;min-width:0}.lesson-selected-card__title{color:#333;font-size:16px;font-weight:500;font-family:var(--font-second);text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px;overflow:hidden}.lesson-selected-card__meta{color:#767676;margin:0;font-size:14px}.lesson-selected-card__remove{cursor:pointer;color:var(--color-text-secondary);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex}.lesson-selected-card__remove:hover{background-color:var(--color-danger-light);color:var(--color-danger)}.lesson-selected-card__remove .icon{width:16px;height:16px}.lesson-selected-card__error{background:#f9f9f9;border:1px solid #e0e0e0}.lesson-selected-card__error .lesson-selected-card__title{color:#767676}.lesson-selected-card__error-message{color:#e04949;font-family:var(--font-second);margin-top:8px;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.lesson-selection-dialog .dialog__content{min-height:300px}.lesson-selection-dialog__content{padding:20px 0}.lesson-selection-dialog__field{margin-bottom:20px}.lesson-selection-dialog__field:last-child{margin-bottom:0}.lesson-selection-dialog__loading{justify-content:center;align-items:center;min-height:60px;padding:20px;display:flex}.lesson-selection-dialog__no-lessons{text-align:center;color:var(--color-text-secondary);background-color:var(--color-background-light);border-radius:8px;padding:20px;font-size:14px}.lesson-selection-dialog__error-title{color:#e04949;font-family:var(--font-second);font-size:14px;font-style:normal;font-weight:500;line-height:20px}.lesson-selection-dialog__error-message{color:#e04949;font-family:var(--font-second);font-size:16px;font-style:normal;font-weight:500;line-height:24px}.lesson-selection-dialog__link{margin-top:16px}.lesson-selection-dialog__link .lesson-selection-dialog__link-text{color:var(--color-first);font-family:var(--font-second);font-size:14px;font-weight:600;text-decoration:none;display:inline-block}.lesson-selection-dialog__link .lesson-selection-dialog__link-text:hover{opacity:1;text-decoration:underline}.lesson-selection-dialog__link .lesson-selection-dialog__link-text:focus-visible{outline-offset:2px;outline:2px solid #333}.quiz-location-dialog .dialog__content{min-height:350px}.quiz-location-dialog__content{padding:20px 0}.quiz-location-dialog__field{margin-bottom:20px}.quiz-location-dialog__field:last-child{margin-bottom:0}.quiz-location-dialog__loading{justify-content:center;align-items:center;min-height:60px;padding:20px;display:flex}.quiz-location-dialog__error-title{color:#e04949;font-family:var(--font-second);font-size:15px;font-style:normal;font-weight:500;line-height:normal}.quiz-location-dialog__error{margin-top:16px}.quiz-location-dialog__error-message{color:#e04949;font-family:var(--font-second);font-size:15px;font-style:normal;font-weight:500;line-height:normal}