.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}.chat-input{background-color:#fff;flex-wrap:wrap;flex-shrink:0;align-items:flex-end;gap:8px;width:100%;padding:0;display:flex}.chat-input__field-wrapper{background-color:#fff;border:1px solid #e0e0e0;border-radius:24px;flex-direction:column;flex:1;gap:8px;min-height:40px;padding:3px 12px;display:flex;position:relative}.chat-input__field-wrapper:focus-within{border:1px solid var(--color-tangerine-ai,#bc3ebc)}.chat-input__text-row{align-items:flex-end;gap:8px;width:100%;display:flex}.chat-input__recording{transform-origin:100%;width:100%;animation:.22s forwards chat-input-grow-from-right;transform:scaleX(0)}.chat-input__error{color:#f66868;flex-basis:100%;width:100%;margin-bottom:6px;padding-left:4px;font-size:12px;line-height:1.3}.chat-input__field{font-size:15px;font-family:var(--font-second);color:#333;resize:none;background-color:transparent;border:none;outline:none;align-self:center;width:100%;min-height:24px;max-height:72px;margin:0;padding:0;line-height:1.5;overflow-y:auto}.chat-input__field::-webkit-scrollbar{display:none}.chat-input__field{scrollbar-width:none}.chat-input__field--rich{cursor:text;word-wrap:break-word;white-space:pre-wrap}.chat-input__field--rich:empty:not(:focus):before{content:attr(data-placeholder);color:#828282;pointer-events:none;position:absolute}.chat-input__field--rich:not(:focus):has(>br:only-child):before{content:attr(data-placeholder);color:#828282;pointer-events:none;position:absolute}.chat-input__field--rich br{content:"";display:block}.chat-input__formula{cursor:default;-webkit-user-select:none;user-select:none;margin:0 2px;display:inline-block}.chat-input__formula .katex{font-size:16px;line-height:16px;font-family:var(--font-second);display:inline-block}.chat-input__formula .katex-display{text-align:left;margin:0;display:inline-block}.chat-input__formula .katex .katex-html{color:#333}.chat-input__image-preview{background:#f2f2f2;border-radius:12px;align-items:center;width:-webkit-fit-content;width:fit-content;padding:4px;display:flex;position:relative}.chat-input__image-preview img{object-fit:cover;border-radius:8px;width:48px;height:48px}.chat-input__image-remove{cursor:pointer;background:#e0e0e0;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;transition:background-color .2s;display:flex;position:absolute;top:-4px;right:-4px}.chat-input__image-remove:hover{background:#000}.chat-input__image-remove svg{width:10px;height:10px}.chat-input__image-remove svg path{fill:#fff!important}.chat-input__image-button{width:24px;top:-10px}.chat-input__image-button svg{width:20px;height:20px}.chat-input__calculator-button{width:24px}.chat-input__calculator-button svg{width:20px;height:20px}.chat-input__action-button{background:var(--color-tangerine-ai-gradient,linear-gradient(111deg,#e14de3 12.58%,#8c2a89 100%));cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:40px;height:40px;padding:8px 12px;transition:transform .2s;display:flex;position:relative;overflow:hidden}.chat-input__action-button:before{content:"";background:var(--color-tangerine-ai-gradient-reverse,linear-gradient(291deg,#e14de3 12.5%,#8c2a89 99.91%));border-radius:inherit;opacity:0;z-index:0;transition:opacity .4s;position:absolute;top:0;bottom:0;left:0;right:0}.chat-input__action-button: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}.chat-input__action-button:hover:before,.chat-input__action-button:active:after{opacity:1}.chat-input__action-button svg{z-index:1;width:24px;height:24px;position:relative}.chat-input__action-button svg path{fill:#fff!important}.chat-input__action-button:disabled{cursor:not-allowed;background:0 0;transform:none}.chat-input__action-button:disabled:before{content:"";background:var(--color-tangerine-ai-gradient,linear-gradient(111deg,#e14de3 12.58%,#8c2a89 100%));opacity:.4;border-radius:inherit;z-index:0;position:absolute;top:0;bottom:0;left:0;right:0}.chat-input__action-button:disabled:hover{transform:none}.chat-input__action-button:disabled:hover:before{opacity:.4}.chat-input__action-button:disabled:active:after{opacity:0}.chat-input__action-button--recording{background:#f66868;animation:1.5s ease-in-out infinite pulse}.chat-input__action-button--recording:before,.chat-input__action-button--recording:after{display:none}.chat-input__action-button--recording:hover{background:#f33838}.chat-input__action-button--recording:active{background:#f22020}.chat-input__action-button--recording svg path{fill:#fff!important}.chat-input__field::placeholder{color:#828282}.chat-input--disabled .chat-input__field-wrapper{cursor:not-allowed;background-color:#f9f9f9;border-color:#f2f2f2}.chat-input--disabled .chat-input__field{color:#828282;cursor:not-allowed}.chat-input--disabled .chat-input__field::placeholder{color:#828282}@keyframes pulse{0%{box-shadow:0 0 0 0 var(--color-first-alpha)}10%{box-shadow:0 0 0 20px rgba(255,255,255,0)}}@keyframes chat-input-grow-from-right{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.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-message{margin-bottom:10px;display:block;position:relative}.chat-bubble{gap:8px;margin-bottom:0;display:flex}.chat-bubble__avatar{background-color:transparent;background-image:var(--tangerine-ai-bot);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:0%;flex-shrink:0;justify-content:center;align-self:flex-end;align-items:center;width:32px;height:32px;margin-bottom:0;display:flex;overflow:hidden}.chat-bubble__content{flex-direction:column;flex:1;align-items:flex-start;gap:8px;display:flex}.chat-bubble__message{word-wrap:break-word;color:#333;border:1px solid #e0e0e0;border-radius:8px;flex:1;font-size:16px;line-height:24px}.chat-bubble__message-content{padding:8px}.chat-bubble__message .markdown-container p{margin-bottom:.5rem}.chat-bubble__message .markdown-container p:last-child{margin-bottom:0}.chat-bubble__message .chat-d3-card{width:100%}.chat-bubble__message .chat-d3-card:first-child{margin-top:0}.chat-bubble__message .chat-d3-card:last-child{margin-bottom:0}.chat-bubble__image{margin-bottom:8px;padding:0 8px}.chat-bubble__image img{cursor:pointer;border-radius:8px;max-width:100%;max-height:300px;display:block}.chat-bubble__attachments{flex-direction:column;gap:8px;display:flex}.chat-bubble__attachments .chat-bubble__image{margin-bottom:0}.chat-bubble--bot .chat-bubble__content{width:100%}.chat-bubble--bot .chat-bubble__message{background-color:#fff;border-radius:8px 8px 8px 0;width:100%}.chat-bubble--user{flex-direction:row-reverse}.chat-bubble--user .chat-bubble__content{flex-direction:column;align-items:flex-end;display:flex}.chat-bubble--user .chat-bubble__message{background-color:var(--color-tangerine-ai-lighter,#d068d0);border:1px solid var(--color-tangerine-ai-light,#f0c0f0);color:#333;border-radius:8px 8px 0;width:auto;max-width:80%}.chat-bubble--just-posted .chat-bubble__message{border-style:solid;border-width:1px;border-image:linear-gradient(111.12deg,var(--color-tangerine-ai,#bc3ebc)12.58%,var(--color-tangerine-ai-dark,#741571)100%)1}.chat-bubble__tool-indicators{flex-direction:column;gap:8px;width:100%;display:flex}.chat-message__error-icon{flex-shrink:0;width:24px;height:24px;margin-top:2px}.chat-message__error-icon-image{object-fit:contain;width:100%;height:100%}.chat-message__bubble--error .chat-bubble__content{background:#fef0ef;border:1px solid #f66868;border-radius:8px;padding:12px 8px}.chat-message__bubble--error .chat-bubble__message{background:0 0;border:none;padding:0}.chat-message__bubble--error .chat-bubble__text{color:#f66868}.chat-message--streaming .chat-bubble__content .typing-indicator{background-color:#fff;border:1px solid #f2f2f2;border-radius:8px 8px 8px 0;width:100%;padding:12px 16px}.chat-message__actions{align-items:center;gap:8px;margin-top:4px;margin-left:40px;display:flex}.chat-message__audio-button--loading{opacity:.6;cursor:wait}.chat-message__flag-button{transition:all .2s}.chat-message__flag-button--flagged{opacity:.7;cursor:default}.chat-message__flag-button--flagged:hover{opacity:.7}.chat-dropdown{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;animation:.2s ease-out slideDown;display:flex;box-shadow:0 5px 20px rgba(169,155,144,.2)}.chat-dropdown__header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:flex-start;padding:8px 16px;display:flex}.chat-dropdown__header-content{flex:1}.chat-dropdown__title{color:#333;font-size:18px;font-weight:600;line-height:28px;font-family:var(--font-first);letter-spacing:normal;margin:0}.chat-dropdown__subtitle{color:#828282;font-size:18px;font-weight:500;line-height:24px;font-family:var(--font-second);letter-spacing:normal;margin:0}.chat-dropdown__content{flex:1;min-height:60px;max-height:60vh;padding:0 8px;overflow-x:hidden;overflow-y:auto}.chat-dropdown__footer{border-top:1px solid #e0e0e0;padding:12px 16px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.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:#828282;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:#828282;background:#e0e0e0}.challenge-type-tag--del-docente.done:before{content:"🎓";filter:grayscale()}.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}.unit-recommendations-card{width:100%;margin-bottom:16px;display:flex;overflow:hidden}.unit-recommendations-card__indicator{background-color:#00b4c5;border-radius:8px 0 0 8px;flex-shrink:0;width:8px}.unit-recommendations-card__content{background-color:#fff;border:1px solid #d3e9ff;border-left:none;border-radius:0 8px 8px 0;flex-direction:column;flex:1;padding:8px 8px 24px;display:flex}.unit-recommendations-card__header{background-color:rgba(0,180,197,.05);border-radius:8px 8px 0 0;align-items:center;min-height:44px;margin-bottom:24px;padding:8px 10px;display:flex}.unit-recommendations-card__title,.unit-recommendations-card__title .text-html *{font-size:18px;font-weight:600;font-family:var(--font-first);color:#333;margin:0;line-height:28px;display:flex}.unit-recommendations-card__lessons{flex-direction:column;gap:8px;padding:0 16px;display:flex}.unit-recommendations-card__no-recommendations{font-size:16px;font-weight:500;font-family:var(--font-second);color:#828282;margin:0;line-height:24px}.title-h1{font-family:var(--font-first);font-size:48px;line-height:61px}.title-h2{font-family:var(--font-first);font-size:36px;line-height:46px}.title-h3{font-family:var(--font-first-semi);font-size:32px;line-height:40px}.title-h4,.analytics-error-state__texts-title{font-family:var(--font-first-semi);font-size:28px;line-height:35px}.title-h5{font-family:var(--font-first-semi);font-size:22px;line-height:28px}.text-link{color:var(--color-first)!important}.title-h6{font-family:var(--font-first-semi);font-size:18px;line-height:23px}.title-h7{font-family:var(--font-first-semi);font-size:15px;line-height:23px}.title-h8{font-family:var(--font-first-semi);font-size:14px;line-height:23px}.text-p,.text-p-bold{font-family:var(--font-second);font-size:18px;line-height:27px}.text-p-bold{font-family:var(--font-second-bold)}.text-small,.placeholder,.label{font-family:var(--font-second);font-size:15px;line-height:20px}.text-small-bold,.label{font-family:var(--font-second-bold);font-size:15px;line-height:24px}.text-smallest-bold{font-family:var(--font-second-bold);font-size:14px;line-height:24px}.label{color:#828282}.text-s{font-family:var(--font-second);font-size:15px;line-height:25px}.text-smallest{font-family:var(--font-second);font-size:14px;line-height:18px}.text-extra,.text-extra-bold{font-family:var(--font-second);font-size:12px;line-height:18px}.text-extra-bold{font-family:var(--font-second-bold)}.text-xs{font-family:var(--font-second);font-size:10px;line-height:14px}.text-button{font-family:var(--font-first);font-size:18px;line-height:23px}.placeholder{color:#bdbdbd}.border-primary{border:2px solid var(--color-first)}.border-primary-thin{border:1px solid var(--color-first)}.border-default{border:2px solid var(--color-bg-01)}.border-light,.card-default,.card-background,.card-secondary,.card-secondary-small,.card-default-big,.card-default-small,.card-simple{border:1px solid var(--color-bg-01)}.border-light-black{border:1px solid #828282}.border-errors{border:1px solid #f66868}.border-actions{border:1px dotted var(--color-first)}.border-dashed{border:2px dashed var(--color-bg-01)}.border-dashed-primary{border:2px dashed var(--color-first)}.hover-basic,.text-link{cursor:pointer}.disabled-hover{cursor:default!important;opacity:1!important}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ellipsis-complex{-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media only screen and (min-width:640px){.hover-basic:hover,.text-link:hover{opacity:.7;transition-duration:.3s}}.transition-hover-border{transition-duration:.4s;border-width:1px!important}.transition-hover-border:hover{border-color:var(--color-first)}@keyframes wobble{25%{transform:rotate(15deg)}50%{transform:rotate(-30deg)}75%{transform:rotate(5deg)}to{transform:rotate(0)}}.card-default,.card-background,.card-secondary,.card-secondary-small,.card-default-big,.card-default-small,.card-simple{border-radius:var(--border-radius-01);box-shadow:none;background:#fff;padding:16px 12px}.card-default-small,.card-simple{padding:8px}.card-default-big{padding:20px 30px}.card-secondary,.card-secondary-small{box-shadow:0 2px 5px rgba(0,0,0,.15)}.card-secondary-small{padding:8px}.card-background{background:var(--color-card-background);padding:8px}body{overflow-y:scroll}.grid,.grid-content{width:90%;margin-left:auto;margin-right:auto}.grid{max-width:1200px}.grid-column{flex-flow:wrap;width:calc(100% + 24px);margin-left:-24px;display:flex}.grid-column--without-gutter{flex-flow:wrap;width:100%;display:flex}.grid-lateral{padding-left:5%}.grid-lateral-right{padding-right:5%}.margin-default-rigth{margin-right:24px}.margin-default-left{margin-left:24px}.margin-default{margin-left:24px;margin-right:24px}.padding-default-rigth{padding-right:24px}.padding-default-left{padding-left:24px}.default-left{left:24px!important}.padding-default{padding-left:24px;padding-right:24px}.scroll-bar-horizontal::-webkit-scrollbar{border-radius:20px;width:6px;height:22px}.scroll-bar-horizontal::-webkit-scrollbar-track{background:#f1f1f1;border:6px solid #fff;border-radius:20px}.scroll-bar-horizontal::-webkit-scrollbar-thumb{background:#888;border:6px solid #888;border-radius:20px}.scroll-bar-horizontal::-webkit-scrollbar-thumb:hover{cursor:pointer;background:#555}@media only screen and (min-width:1340px){.grid-lateral{padding-left:calc(50% - 600px)}.grid-lateral-right{padding-right:calc(50% - 600px)}.margin-default-rigth{margin-right:32px}.margin-default-left{margin-left:32px}.margin-default{margin-left:32px;margin-right:32px}.padding-default-rigth{padding-right:32px}.padding-default-left{padding-left:32px}.default-left{left:32px!important}.padding-default{padding-left:32px;padding-right:32px}}@media only screen and (min-width:1500px){.grid{max-width:1200px}.grid-lateral{padding-left:calc(50% - 600px)}.grid-lateral-right{padding-right:calc(50% - 600px)}.margin-default-rigth{margin-right:64px}.margin-default-left{margin-left:64px}.margin-default{margin-left:64px;margin-right:64px}.padding-default-rigth{padding-right:64px}.padding-default-left{padding-left:64px}.default-left{left:64px!important}.padding-default{padding-left:64px;padding-right:64px}}.analytics-error-state{padding:var(--spacing-3xl);justify-content:center;align-items:center;width:100%;min-height:400px;display:flex}.analytics-error-state__content{flex-direction:column;align-items:center;display:flex}.analytics-error-state__texts{text-align:center;flex-direction:column;margin:20px auto;display:flex}.analytics-error-state__texts-title{margin:8px auto;font-size:22px}.analytics-error-state__texts-subtitle{font-size:16px}.analytics-error-state__image-error{width:100%;max-width:600px;height:auto}.analytics-error-state__image-error--student{content:var(--error-page-image-student)}.analytics-error-state__image-error--teacher{content:var(--error-page-image-teacher)}.teacher-tools-view__content{flex-direction:column;gap:16px;width:100%;padding:0;display:flex}.teacher-tools-view__title{font-family:var(--font-first);color:#333;margin:0;padding:8px 0;font-size:22px;font-weight:700;line-height:32px}.teacher-tools-view__description-container{align-items:center;gap:8px;display:flex}.teacher-tools-view__description{font-family:var(--font-second);color:#4e4e4e;flex:1;margin:0;font-size:16px;font-weight:500;line-height:24px}.teacher-tools-view__description-image{background-image:var(--tangerine-ai-bot-help);background-position:50%;background-size:cover;width:48px;height:56px}.teacher-tools-view__grid{grid-template-columns:repeat(3,1fr);gap:24px 16px;display:grid}@media (max-width:1023px){.teacher-tools-view__grid{grid-template-columns:repeat(2,1fr);gap:24px 16px}}@media (max-width:575px){.teacher-tools-view__grid{grid-template-columns:1fr;gap:16px;padding:0 16px}}