.base-chatbot{transition:grid-template-columns var(--chatbot-transition-duration)cubic-bezier(.19,1,.22,1);grid-template-rows:100vh;grid-template-columns:1fr 0;width:100%;height:100vh;display:grid;position:relative;overflow:hidden}.base-chatbot.base-chatbot--resizing,.base-chatbot.base-chatbot--resizing .base-chatbot__container>*{transition:none}.base-chatbot__container{grid-column:1;width:100%;min-width:0;position:relative;overflow-y:auto}.base-chatbot__container>*{transition:width var(--chatbot-transition-duration)cubic-bezier(.19,1,.22,1);width:100%;overflow-x:hidden}.base-chatbot__chatbot{width:var(--chatbot-width);max-width:var(--chatbot-width);background-color:var(--chatbot-background);color:var(--chatbot-text-color);box-shadow:var(--chatbot-box-shadow);opacity:0;transition:transform var(--chatbot-transition-duration)cubic-bezier(.19,1,.22,1),opacity var(--chatbot-transition-duration)cubic-bezier(.19,1,.22,1),width 0s;will-change:transform,opacity;z-index:100;flex-direction:column;grid-column:2;min-width:0;height:100%;display:flex;position:relative;overflow:hidden;transform:translate(100%)}.base-chatbot__chatbot>*{flex-direction:column;height:100%;display:flex}.base-chatbot__chatbot>* .chatbot__content{flex-direction:column;flex:1;display:flex;overflow:hidden}.base-chatbot__chatbot>* .chatbot__content .chat-messages{flex:1;overflow-y:auto}.base-chatbot__chatbot>* .chatbot__content .chatbot__input-container{flex-shrink:0;margin-top:auto}.base-chatbot__button-container{z-index:101;bottom:var(--chatbot-button-bottom);right:var(--chatbot-button-right);opacity:1;transition:opacity .3s ease-in-out,right var(--chatbot-transition-duration)cubic-bezier(.19,1,.22,1);position:fixed}.base-chatbot__button-container--hidden{opacity:0;pointer-events:none}.base-chatbot--enabled{grid-template-columns:1fr var(--chatbot-width)}.base-chatbot--enabled .base-chatbot__chatbot{opacity:1;transform:translate(0)}.base-chatbot--enabled .base-chatbot__button-container:not(.base-chatbot__button-container--hidden){right:calc(var(--chatbot-width) + var(--chatbot-button-right))}.base-chatbot.chatbot-closing{grid-template-columns:1fr 0}.base-chatbot.chatbot-closing .base-chatbot__chatbot{opacity:0;transform:translate(100%)}.base-chatbot.chatbot-closing .base-chatbot__button-container:not(.base-chatbot__button-container--hidden){right:var(--chatbot-button-right)}.base-chatbot__chatbot:focus-within{outline:none}.base-chatbot__chatbot{contain:layout style}.base-chatbot--enabled{--chatbot-is-open:1}.base-chatbot__resize-overlay{z-index:9999;cursor:col-resize;-webkit-user-select:none;user-select:none;background-color:transparent;position:fixed;top:0;bottom:0;left:0;right:0}.activity-combobox{width:100%;position:relative}.activity-combobox__input-wrapper{align-items:center;display:flex;position:relative}.activity-combobox__input{background-color:#fff;border:1px solid #ddd;border-radius:4px;width:100%;padding:8px 32px 8px 12px;font-size:14px;line-height:1.4;transition:border-color .2s,box-shadow .2s}.activity-combobox__input:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.activity-combobox__input::placeholder{color:#999}.activity-combobox__toggle{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.activity-combobox__toggle:hover{color:#333}.activity-combobox__toggle:focus{color:#007bff;outline:none}.activity-combobox__arrow{font-size:12px;transition:transform .2s}.activity-combobox__arrow--up{transform:rotate(180deg)}.activity-combobox__dropdown{z-index:1000;background:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 4px 4px;max-height:200px;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.activity-combobox__list{max-height:200px;margin:0;padding:0;list-style:none;overflow-y:auto}.activity-combobox__option{cursor:pointer;color:#333;border-bottom:1px solid #f0f0f0;padding:8px 12px;font-size:14px;line-height:1.4;transition:background-color .15s}.activity-combobox__option:last-child{border-bottom:none}.activity-combobox__option:hover,.activity-combobox__option--highlighted{background-color:#f8f9fa}.activity-combobox__option--highlighted{background-color:#e3f2fd}.activity-combobox__option[aria-selected=true]{color:#fff;background-color:#007bff}.activity-combobox__no-options{color:#999;text-align:center;padding:8px 12px;font-size:14px;font-style:italic}.activity-combobox--open .activity-combobox__input{border-bottom-color:#ddd;border-bottom-right-radius:0;border-bottom-left-radius:0}.activity-combobox__list{scrollbar-width:thin;scrollbar-color:#ccc transparent}.activity-combobox__list::-webkit-scrollbar{width:6px}.activity-combobox__list::-webkit-scrollbar-track{background:0 0}.activity-combobox__list::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:3px}.activity-combobox__list::-webkit-scrollbar-thumb:hover{background-color:#999}@media (prefers-color-scheme:dark){.activity-combobox__input{color:#fff;background-color:#2d2d2d;border-color:#555}.activity-combobox__input:focus{border-color:#0d6efd}.activity-combobox__input::placeholder{color:#aaa}.activity-combobox__dropdown{background:#2d2d2d;border-color:#555}.activity-combobox__option{color:#fff;border-bottom-color:#444}.activity-combobox__option:hover,.activity-combobox__option--highlighted{background-color:#3d3d3d}.activity-combobox__option--highlighted{background-color:#1e3a5f}.activity-combobox__no-options,.activity-combobox__toggle{color:#aaa}.activity-combobox__toggle:hover{color:#fff}}.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-audio-recorder{background:var(--color-tangerine-ai,#bc3ebc);border-radius:24px;width:100%;min-height:40px;position:relative;overflow:hidden}.chat-audio-recorder__content{z-index:1;color:#fff;justify-content:space-between;align-items:center;gap:12px;padding:4px 12px;display:flex;position:relative}.chat-audio-recorder__waves{flex:1;align-items:center;gap:3px;height:30px;margin-right:8px;display:inline-flex}.chat-audio-recorder__waves span{background:rgba(255,255,255,.95);border-radius:2px;width:4px;height:4px}.chat-audio-recorder__actions{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.chat-audio-recorder__icon-btn{background:var(--color-gray-07);cursor:pointer;border:1px solid #f2f2f2;border-radius:50%;place-items:center;width:24px;height:24px;padding:0;transition:all .2s ease-in-out;display:grid}.chat-audio-recorder__icon-btn--white{background:#fff;border:1px solid #f2f2f2;box-shadow:0 1px 2px rgba(0,0,0,.08)}.chat-audio-recorder__icon-btn svg{width:16px;height:16px}.chat-audio-recorder__icon-btn:not(:disabled):hover{background:#f2f2f2;border:1px solid #e0e0e0}.chat-audio-recorder__icon-btn:not(:disabled):active{background:var(--color-gray-07);transform:translateY(0);box-shadow:inset 0 3px rgba(224,224,224,.7)}.chat-audio-recorder__icon-btn:disabled{cursor:not-allowed;background:#f2f2f2;transform:none;box-shadow:0 1px 2px rgba(0,0,0,.05)}.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 #bdbdbd;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-content-references{background-color:var(--color-gray-07);border-top:1px solid #e0e0e0;border-radius:0 0 8px;padding:8px}.chat-content-references__title{color:#828282;font-size:14px;font-weight:600;line-height:30px;font-family:var(--font-second)}.chat-content-references__label{color:#828282;margin-right:8px;font-size:15px;font-weight:600}.chat-content-references__button{color:var(--color-tangerine-ai,#bc3ebc);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;text-decoration:underline}.chat-content-references__button svg path{fill:var(--color-tangerine-ai,#bc3ebc)}.chat-content-references__button:hover{color:var(--color-tangerine-ai-dark,#741571)}.chat-content-references__header{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.chat-content-references__list{flex-direction:column;gap:8px;transition:all .2s;display:flex}.chat-content-references__list--hidden{display:none}.chat-content-references__item{color:var(--color-tangerine-ai,#bc3ebc);flex-direction:column;gap:2px;max-width:212px;font-size:15px;text-decoration:none;transition:background-color .2s;display:flex}.chat-content-references__item:hover{text-decoration:underline}.chat-content-references__item:active{color:var(--color-tangerine-ai-dark,#741571)}.chat-content-references__item span p{margin:0;display:inline}.chat-content-references__item-title{color:var(--color-tangerine-ai,#bc3ebc);font-weight:600;display:block}.chat-content-references__section{margin-bottom:12px}.chat-content-references__section:last-child{margin-bottom:0}.chat-content-references__section-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.chat-content-references__section-icon{align-items:center;font-size:16px;display:flex}.chat-content-references__section-title{font-size:12px;font-weight:600;font-family:var(--font-second);color:#4e4e4e}.chat-content-references__section-links{flex-direction:column;gap:8px;display:flex}.chat-content-references__separator{background-color:#e0e0e0;width:100%;height:1px}.chat-content-references__link{font-size:14px;font-family:var(--font-second);word-break:break-word;line-height:1.4;display:block}.chat-content-references__link-text{display:block}.chat-content-references__snippet{color:#333;margin-bottom:4px;font-size:14px;font-style:italic;line-height:1.4;display:block}.chat-content-references__domain{color:#333;font-size:12px;display:block}.chat-content-references--expanded{flex-direction:column;gap:8px;display:flex}.chat-content-references--expanded .chat-content-references__header{border-bottom:1px solid #e0e0e0;padding-bottom:0}@media screen and (max-width:768px){.chat-content-references{margin-top:12px;padding:10px 12px}.chat-content-references__item{padding:3px 10px;font-size:11px}}.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}.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:linear-gradient(111.12deg,var(--color-gradient-1)0.31%,var(--color-gradient-2)100%)}.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:.5;background:#e0e0e0}.report-modal .dialog__title{font-family:var(--font-second);font-size:15px;font-weight:600}.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}