@keyframes slideIn{0%{opacity:0;transform:translate(100%)}60%{opacity:1;transform:translate(0)}80%{opacity:1;transform:translate(-15%)}to{opacity:1;transform:translate(0)}}.chatbot-button{cursor:pointer;z-index:100;transition:opacity .5s linear;animation:.6s ease-out forwards slideIn;display:flex;position:fixed;bottom:7em;right:2em}.chatbot-button__image{background-image:var(--tangerine-ai-bot);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100px;height:100px}.chatbot-button:focus{outline:none}.chat-dropdown-overlay{z-index:999;background:0 0;position:fixed;top:0;bottom:0;left:0;right:0}.chat-dropdown-portal{z-index:1000;position:fixed}.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}}.report-modal__content{flex-direction:column;gap:16px;display:flex}.report-modal__subtitle{font-family:var(--font-second);color:#4e4e4e;margin:0;font-size:14px;font-weight:400;line-height:1.5}.report-modal__options{flex-direction:column;gap:16px;display:flex}.report-modal__options .input-radio .input-radio__icon-container{align-items:center;display:flex}.report-modal__option{padding:0}.report-modal__comment{flex-direction:column;gap:8px;margin-top:8px;display:flex}.report-modal .dialog__actions .footer-buttons .button{color:#fff;background:var(--color-first)}.report-modal .dialog__actions .footer-buttons .button.button--color-transparent{color:var(--color-first);background:0 0}.report-modal .dialog__actions .footer-buttons .button.button--color-transparent .button__text{color:var(--color-first)}.report-modal .dialog__actions .footer-buttons .button:disabled{opacity:.4}.report-modal .dialog__title{font-family:var(--font-second);font-size:15px;font-weight:600}.tool-indicator{border:1px solid var(--color-tangerine-ai,#bc3ebc);background-color:#fff;border-radius:8px;align-items:center;margin:8px 0;padding:8px 12px;animation:.3s ease-in-out fadeIn;display:flex}.tool-indicator--error{color:#e04949;background:#fef0ef;border-color:#e04949}.tool-indicator__icon{flex-shrink:0;margin-right:12px}.tool-indicator__icon svg path{fill:var(--color-tangerine-ai,#bc3ebc)}.tool-indicator__content{flex:1;justify-content:space-between;align-items:center;gap:12px;display:flex}.tool-indicator__message{font-family:var(--font-second);color:#333;font-size:16px;font-weight:500;line-height:1.4}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ai-revision-loading{z-index:2147483647;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.ai-revision-loading__backdrop{background:var(--color-background);width:100%;height:100%;position:absolute;top:0;left:0}.ai-revision-loading__content{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:24px;display:flex;position:relative}.ai-revision-loading__bot-container{justify-content:center;align-items:center;display:flex;position:relative}.ai-revision-loading__bot{width:120px;height:auto;animation:2s ease-in-out infinite ai-revision-loading-bounce}.ai-revision-loading__stars{pointer-events:none;width:100%;height:100%;position:absolute}.ai-revision-loading__star{color:var(--color-first);font-size:28px;animation:1.5s ease-in-out infinite ai-revision-loading-sparkle;position:absolute}.ai-revision-loading__star--1{animation-delay:0s;top:-10px;right:-15px}.ai-revision-loading__star--2{animation-delay:.75s;bottom:10px;left:-20px}.ai-revision-loading__text{font-family:var(--font-first);color:#4e4e4e;text-align:center;max-width:300px;font-size:22px;animation:.3s ease-in-out ai-revision-loading-fade}@keyframes ai-revision-loading-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes ai-revision-loading-sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes ai-revision-loading-fade{0%{opacity:0}to{opacity:1}}.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()}.topic-ranking-item{border-radius:var(--border-radius-01);flex-direction:column;gap:4px;margin:8px 0;padding:8px;display:flex}.topic-ranking-item:hover{cursor:pointer;background-color:#f9f9f9}.topic-ranking-item:last-child{border-bottom:none}.topic-ranking-item__row{justify-content:space-between;align-items:center;gap:16px;margin-bottom:2px;display:flex}.topic-ranking-item__info{align-items:center;gap:16px;min-width:0;margin-right:2px;display:flex}.topic-ranking-item__name{font-family:var(--font-second);color:#333;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:400;line-height:20px;overflow:hidden}.topic-ranking-item__discipline-badge{font-family:var(--font-second);white-space:nowrap;background-color:#f2f2f2;border-radius:8px;padding:4px 8px;font-size:14px;font-weight:500;line-height:18px}.topic-ranking-item__actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.topic-ranking-item__frequency{font-family:var(--font-first);font-size:14px;font-weight:700;line-height:20px}.topic-ranking-item__chevron{cursor:pointer;color:#767676;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:4px;transition:transform .2s;display:flex}.topic-ranking-item__chevron:hover{background-color:#f2f2f2}.topic-ranking-item__chevron--expanded{transform:rotate(180deg)}.topic-ranking-item__bar{background-color:#f2f2f2;border-radius:3px;width:100%;height:8px;overflow:hidden}.topic-ranking-item__bar-fill{border-radius:3px;height:100%;transition:width .3s}.topic-ranking-item--color-1 .topic-ranking-item__frequency{color:#6b0a6b}.topic-ranking-item--color-1 .topic-ranking-item__bar-fill{background-color:#e047e0}.topic-ranking-item--color-2 .topic-ranking-item__frequency{color:#70022e}.topic-ranking-item--color-2 .topic-ranking-item__bar-fill{background-color:#e3366f}.topic-ranking-item--color-3 .topic-ranking-item__frequency{color:#662014}.topic-ranking-item--color-3 .topic-ranking-item__bar-fill{background-color:#ff7450}.topic-ranking-item--color-4 .topic-ranking-item__frequency{color:#664306}.topic-ranking-item--color-4 .topic-ranking-item__bar-fill{background-color:#ffb233}.topic-ranking-item--color-5 .topic-ranking-item__frequency{color:#305001}.topic-ranking-item--color-5 .topic-ranking-item__bar-fill{background-color:#91d432}.topic-ranking-item--color-6 .topic-ranking-item__frequency{color:#05490b}.topic-ranking-item--color-6 .topic-ranking-item__bar-fill{background-color:#36c03c}.topic-ranking-item--color-7 .topic-ranking-item__frequency{color:#014d5c}.topic-ranking-item--color-7 .topic-ranking-item__bar-fill{background-color:#3ce4f1}.topic-ranking-item--color-8 .topic-ranking-item__frequency{color:#0a3366}.topic-ranking-item--color-8 .topic-ranking-item__bar-fill{background-color:#4eabff}.lesson-recommendation-item{align-items:center;gap:16px;padding:0;display:flex}.lesson-recommendation-item__alert{background-color:#fff0f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.lesson-recommendation-item__content{flex:1}.lesson-recommendation-item__title{color:#333;font-family:Lato Bold,sans-serif;font-size:16px;font-weight:600;line-height:24px}.multi-select-checkbox{width:100%}.multi-select-checkbox__badge{background-color:#f9f9f9;border:1px solid #f2f2f2;border-radius:16px;align-items:center;gap:8px;max-width:180px;margin:2px;padding:4px 8px;display:inline-flex}.multi-select-checkbox__badge-text{font-family:var(--font-second);color:#333;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:20px;overflow:hidden}.multi-select-checkbox__badge-remove{cursor:pointer;color:#767676;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:14px;line-height:1;display:flex}.multi-select-checkbox__badge-remove:hover{color:#333}.multi-select-checkbox__option{cursor:pointer;background-color:#fff;border-bottom:1px solid #f2f2f2;align-items:center;padding:8px;display:flex}.multi-select-checkbox__option .chat-checkbox{pointer-events:none}.multi-select-checkbox__option .chat-checkbox__custom{border-color:#ababab;border-radius:2px;width:18px;height:18px}.multi-select-checkbox__option .chat-checkbox__text{font-family:var(--font-second);color:#4e4e4e;font-size:16px;font-weight:500;line-height:24px}.multi-select-checkbox .select-customizable__value-container{flex-wrap:nowrap;overflow:hidden}.multi-select-checkbox .select-customizable__menu-list{border-radius:4px;padding:0}.multi-select-checkbox .select-customizable__menu-list>.multi-select-checkbox__option:last-child{border-bottom:none}.multi-select-checkbox .select-customizable__option{background-color:transparent!important;padding:0!important}.multi-select-checkbox .select-customizable__option:hover,.multi-select-checkbox .select-customizable__option--is-focused{color:inherit!important;background-color:#f9f9f9!important}.multi-select-checkbox .select-customizable__option--is-selected{background-color:transparent!important}.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}