.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-x:hidden;overflow-y:auto}.base-chatbot__container>*{transition:width var(--chatbot-transition-duration)cubic-bezier(.19,1,.22,1);width:100%}.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}.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-checkbox{font-size:14px;display:block}.chat-checkbox__label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:8px;display:flex}.chat-checkbox__input-wrapper{flex-shrink:0;margin-top:2px;position:relative}.chat-checkbox__input{opacity:0;width:0;height:0;position:absolute}.chat-checkbox__custom{background-color:#fff;border:2px solid #e0e0e0;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex;position:relative}.chat-checkbox__custom:after{content:"";opacity:0;border-radius:4px;transition:opacity .2s;position:absolute;top:-2px;bottom:-2px;left:-2px;right:-2px}.chat-checkbox__checkmark{opacity:0;font-size:12px;transition:all .2s;transform:scale(.8)}.chat-checkbox__content{flex-direction:column;flex:1;gap:4px;display:flex}.chat-checkbox__text{font-family:var(--font-second);color:#333;font-size:14px;font-weight:600;line-height:1.6}.chat-checkbox__description{color:#767676;font-size:12px;line-height:1.4}.chat-checkbox__label:hover .chat-checkbox__custom{border-color:var(--color-first);background-color:var(--color-first-alpha)}.chat-checkbox__input:checked+.chat-checkbox__custom{background-color:var(--color-first);border-color:var(--color-first)}.chat-checkbox__input:checked+.chat-checkbox__custom .chat-checkbox__checkmark{opacity:1;transform:scale(1)}.chat-checkbox__label:active .chat-checkbox__custom{background-color:var(--color-first);border-color:var(--color-first);transform:scale(.95)}.chat-checkbox__label:active .chat-checkbox__custom:after{opacity:.2;background-color:var(--color-first)}.chat-checkbox__input:focus-visible+.chat-checkbox__custom{outline:2px solid var(--color-first);outline-offset:2px}.chat-checkbox--disabled .chat-checkbox__label{cursor:not-allowed}.chat-checkbox--disabled .chat-checkbox__custom{opacity:.5;background-color:#f2f2f2;border-color:#e0e0e0}.chat-checkbox--disabled .chat-checkbox__text,.chat-checkbox--disabled .chat-checkbox__description{opacity:.5}.chat-checkbox--disabled .chat-checkbox__label:hover .chat-checkbox__custom{background-color:#f2f2f2;border-color:#e0e0e0}.chat-checkbox--position-right .chat-checkbox__label{flex-direction:row-reverse;justify-content:space-between}.chat-checkbox--position-right .chat-checkbox__input-wrapper{margin-top:0}.chat-checkbox--position-right .chat-checkbox__content{flex:1}.exit-practice-dialog{--exit-practice-dialog-mascot-width:5rem;--exit-practice-dialog-mascot-height:5.875rem}.exit-practice-dialog .footer-buttons .button--variant-secondary-ghost{--button-color:var(--ui-color-brand-fod-primary-a)}.exit-practice-dialog .MuiDialogContent-root{border-top:1px solid var(--ui-color-neutral-grey-200);border-bottom:1px solid var(--ui-color-neutral-grey-200)}.exit-practice-dialog__content{align-items:center;gap:var(--ui-space-xs);display:flex}.exit-practice-dialog__mascot{width:var(--exit-practice-dialog-mascot-width);height:var(--exit-practice-dialog-mascot-height);background-image:var(--tangerine-ai-bot-look-up);background-position:50%;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.exit-practice-dialog__body{font-family:var(--ui-font-family-body);font-size:var(--ui-font-size-16);font-weight:var(--ui-font-weight-medium);line-height:var(--ui-line-height-24);color:var(--ui-color-neutral-grey-900);flex:1;min-width:0;margin:0}.ai-practice-view__header-left{gap:var(--ui-space-xxs);flex-direction:column;align-items:flex-start;display:flex;overflow:hidden}.ai-practice-view__progress-container{flex-direction:row;align-items:center;gap:8px;width:100%;display:flex}.ai-practice-view__progress-container .progress-bar{width:100%;height:12px}.ai-practice-view__progress-container .progress-bar .progress-bar__bar{background:var(--ui-color-neutral-grey-200);border-radius:16px}.ai-practice-view__progress-container .progress-bar .progress-bar__progress{background:var(--ui-color-brand-fod-primary-a);border-radius:16px 16px 0}.ai-practice-view__progress-container--100 .progress-bar .progress-bar__bar .progress-bar__progress{border-radius:16px}.ai-practice-view__content{width:80%;margin:0 auto}.ai-practice-view .ai-practice-view__lesson-title{border-bottom:1px solid var(--color-bg-03);align-items:center;padding:12px 16px;display:flex}.ai-practice-view .ai-practice-view__lesson-title-text{font-family:var(--font-second);color:#4e4e4e;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:600;line-height:normal;overflow:hidden}.ai-practice-view__activity-container{width:100%;margin:0 auto}.ai-practice-view__activity-container .card{border-radius:16px;padding:0;box-shadow:0 2px 5px rgba(0,0,0,.15)}.ai-practice-view__activity-container .ai-practice-view__activity-info{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.ai-practice-view__activity-container .ai-practice-view__activity-info-item{font-family:var(--font-second);color:#4e4e4e;font-size:16px;line-height:normal}.ai-practice-view__activity-container .ai-practice-view__exercise-content{padding:16px}.ai-practice-view__activity-container .ai-practice-view__exercise-content .lemo-stimulus{color:#333;font-family:var(--font-first);margin-top:0;padding-top:0;font-size:18px;font-style:normal;font-weight:600;line-height:22px}.ai-practice-view__activity-container .ai-practice-view__actions{flex-direction:row;justify-content:space-between;align-items:center;gap:8px;margin-top:24px;display:flex}.ai-practice-view__activity-container .ai-practice-view__error{flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.ai-practice-view__summary{width:100%;margin:0 auto}.ai-practice-view__summary .card{border-radius:16px;padding:0;box-shadow:0 2px 5px rgba(0,0,0,.15)}.ai-practice-view__summary-content{background-color:#fff;border-radius:16px;flex-direction:column;gap:0;padding:0;display:flex;overflow:hidden}.ai-practice-view__summary-upper-section{flex-direction:column;gap:16px;padding:16px;display:flex}.ai-practice-view__summary-celebration{text-align:center;flex-direction:column;align-items:center;gap:0;display:flex}.ai-practice-view__summary-celebration-image{--summary-robot-image:var(--tangerine-ai-bot-celebrating);background-image:var(--summary-robot-image);background-position:50%;background-repeat:no-repeat;background-size:contain;width:130px;height:130px}.ai-practice-view__summary-celebration-image--success{--summary-robot-image:var(--tangerine-ai-bot-celebrating)}.ai-practice-view__summary-celebration-image--progress{--summary-robot-image:var(--tangerine-ai-bot-help)}.ai-practice-view__summary-celebration-image--failure{--summary-robot-image:var(--tangerine-ai-bot-fail)}.ai-practice-view__summary-title{font-family:var(--font-first);color:#333;margin:0 0 16px;font-size:26px;font-weight:600;line-height:40px}.ai-practice-view__summary-learning-sections{background-color:var(--color-bg-04);border:1px solid var(--color-bg-01);border-radius:16px;flex-direction:column;gap:16px;padding:12px;display:flex}.ai-practice-view__summary-section{flex-direction:column;gap:8px;display:flex}.ai-practice-view__summary-section-title{font-family:var(--font-first);color:#333;margin:0;font-size:18px;font-weight:700;line-height:26px;display:inline}.ai-practice-view__summary-separator{background-color:#e0e0e0;height:1px;margin:0}.ai-practice-view__summary-answers-section{text-align:center;background-color:#fff;border-bottom-right-radius:8px;border-bottom-left-radius:8px;flex-direction:column;align-items:center;gap:8px;padding:16px;display:flex}.ai-practice-view__summary-answers-title{font-family:var(--font-first);color:#333;text-align:center;margin:0;font-size:18px;font-weight:700;line-height:26px}.ai-practice-view__summary-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ai-practice-view__summary-list-item{font-family:var(--font-second);color:#4e4e4e;margin-left:24px;padding-left:0;font-size:18px;font-weight:500;line-height:24px;list-style-type:disc}.ai-practice-view__summary-responses{justify-content:center;align-items:center;gap:16px;display:flex}.ai-practice-view__summary-response-indicator{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;display:flex;position:relative}.ai-practice-view__summary-response-indicator--correct{background:var(--ui-color-green-400);border:2px solid var(--ui-color-green-500)}.ai-practice-view__summary-response-indicator--incorrect{background:var(--ui-color-red-400);border:2px solid var(--ui-color-red-500)}.ai-practice-view__summary-response-number{color:#fff;font-family:var(--font-first);font-size:18px;font-weight:800;line-height:normal}.ai-practice-view__notify-button{cursor:pointer;background:#f9f9f9;border:1px solid #f2f2f2;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:all .2s ease-in-out;display:flex}.ai-practice-view__notify-button .icon{width:16px;height:16px;transition:color .2s ease-in-out}.ai-practice-view__notify-button .icon--color-default{color:#e04949!important}.ai-practice-view__notify-button:not(:disabled):hover{background:#f2f2f2;border:1px solid #e0e0e0}.ai-practice-view__notify-button:not(:disabled):hover .icon{color:#333}.ai-practice-view__notify-button:not(:disabled):active{background:#f9f9f9;transform:translateY(0);box-shadow:inset 0 3px rgba(224,224,224,.7)}.ai-practice-view__notify-button:not(:disabled):active .icon{color:#333}.ai-practice-view__notify-button:disabled{cursor:not-allowed;background:#f2f2f2;transform:none;box-shadow:0 1px 2px rgba(0,0,0,.05)}.ai-practice-view__notify-button:disabled .icon{color:#ababab}.ai-practice-view .card__content{position:relative}.ai-practice-view .lemonade-exercises .lemo-question-header{width:calc(100% - 64px)}.student-xray-drawer__header{border-bottom:1px solid #f2f2f2;justify-content:space-between;align-items:center;padding:8px;display:flex}.student-xray-drawer__student-info{align-items:center;gap:8px;display:flex}.student-xray-drawer__student-text{flex-direction:column;display:flex}.student-xray-drawer__student-name{font-family:var(--font-first-semi);color:#333;font-size:16px;font-weight:600;line-height:26px}.student-xray-drawer__student-class{font-family:var(--font-second);color:#767676;font-size:14px;font-weight:500;line-height:20px}.student-xray-drawer__close-btn{cursor:pointer;color:#767676;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.student-xray-drawer__close-btn:hover{color:#333}.student-xray-drawer__body{flex-direction:column;gap:24px;padding:8px 16px;display:flex;overflow-y:auto}.student-xray-drawer__stats{gap:8px;display:flex}.student-xray-drawer__stat-card{border:1px solid #e0e0e0;border-radius:8px;flex:1;padding:8px 16px}.student-xray-drawer__stat-label{font-family:var(--font-second);color:#4e4e4e;font-size:14px;font-weight:500;line-height:20px}.student-xray-drawer__stat-value-row{align-items:baseline;gap:4px;display:flex}.student-xray-drawer__stat-value{font-family:var(--font-second);color:#333;font-size:18px;font-weight:700;line-height:26px}.student-xray-drawer__stat-unit{font-family:var(--font-second);color:#767676;font-size:14px;font-weight:500;line-height:20px}.student-xray-drawer__quality-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.student-xray-drawer__quality-label{font-family:var(--font-second);color:#333;font-size:16px;font-weight:500;line-height:24px}.student-xray-drawer__quality-percentage{font-family:var(--font-second);color:#6b0a6b;font-size:14px;font-weight:700;line-height:17px}.student-xray-drawer__quality-bar{background-color:#f2f2f2;border-radius:4px;height:8px;margin-bottom:8px;overflow:hidden}.student-xray-drawer__quality-bar-fill{background-color:#e047e0;border-radius:4px;height:100%}.student-xray-drawer__quality-description{font-family:var(--font-second);color:#4e4e4e;font-size:14px;font-weight:500;line-height:20px}.student-xray-drawer__intent-section-title{font-family:var(--font-second);color:#333;margin-bottom:8px;font-size:16px;font-weight:500;line-height:24px}.student-xray-drawer__intent-list{flex-direction:column;gap:16px;display:flex}.student-xray-drawer__intent-row{flex-direction:column;gap:8px;display:flex}.student-xray-drawer__intent-header{justify-content:space-between;align-items:center;display:flex}.student-xray-drawer__intent-label{font-family:var(--font-second);color:#4e4e4e;font-size:14px;font-weight:500;line-height:20px}.student-xray-drawer__intent-percentage{font-family:var(--font-second);font-size:14px;font-weight:700;line-height:17px}.student-xray-drawer__intent-bar{background-color:#f2f2f2;border-radius:4px;height:8px;overflow:hidden}.student-xray-drawer__intent-bar-fill{border-radius:4px;height:100%}.student-xray-drawer__intent-row--color-1 .student-xray-drawer__intent-percentage{color:#6b0a6b}.student-xray-drawer__intent-row--color-1 .student-xray-drawer__intent-bar-fill{background-color:#e047e0}.student-xray-drawer__intent-row--color-2 .student-xray-drawer__intent-percentage{color:#70022e}.student-xray-drawer__intent-row--color-2 .student-xray-drawer__intent-bar-fill{background-color:#e3366f}.student-xray-drawer__intent-row--color-3 .student-xray-drawer__intent-percentage{color:#662014}.student-xray-drawer__intent-row--color-3 .student-xray-drawer__intent-bar-fill{background-color:#ff7450}.student-xray-drawer__intent-row--color-4 .student-xray-drawer__intent-percentage{color:#664306}.student-xray-drawer__intent-row--color-4 .student-xray-drawer__intent-bar-fill{background-color:#ffb233}.student-xray-drawer__intent-row--color-5 .student-xray-drawer__intent-percentage{color:#305001}.student-xray-drawer__intent-row--color-5 .student-xray-drawer__intent-bar-fill{background-color:#91d432}.student-xray-drawer__intent-row--color-6 .student-xray-drawer__intent-percentage{color:#05490b}.student-xray-drawer__intent-row--color-6 .student-xray-drawer__intent-bar-fill{background-color:#36c03c}.student-xray-drawer__intent-row--color-7 .student-xray-drawer__intent-percentage{color:#014d5c}.student-xray-drawer__intent-row--color-7 .student-xray-drawer__intent-bar-fill{background-color:#3ce4f1}.student-xray-drawer__intent-row--color-8 .student-xray-drawer__intent-percentage{color:#0a3366}.student-xray-drawer__intent-row--color-8 .student-xray-drawer__intent-bar-fill{background-color:#4eabff}.tutor-usage-section{flex-direction:column;gap:24px;display:flex}.tutor-usage-section__title{font-family:var(--font-first);color:#333;margin:0;font-size:18px;font-weight:700;line-height:28px}.tutor-usage-section__stats{--tutor-usage-section-stat-min-width:13rem;grid-template-columns:repeat(auto-fit,minmax(var(--tutor-usage-section-stat-min-width),1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid}.tutor-usage-section__stats-item{display:grid}.tutor-usage-section__empty{font-family:var(--font-second);color:#767676;text-align:center;margin:0;padding:24px 0;font-size:14px}.tutor-usage-section__loading{justify-content:center;align-items:center;padding:48px 0;display:flex}.distribution-bar,.distribution-bar__container{width:100%;position:relative}.distribution-bar__container--with-labels-above{margin-top:40px}.distribution-bar__segments-wrapper{width:100%;height:24px;display:flex}.distribution-bar__segment-wrapper{flex-direction:column;align-items:center;height:24px;display:flex;position:relative}.distribution-bar__segment-wrapper--with-border:after{content:"";border-right:2px dashed #0095a2;width:1px;position:absolute;top:-10px;bottom:-10px;right:0}.distribution-bar__label-container{z-index:2;flex-direction:column;align-items:center;display:flex;position:absolute;top:-40px;left:100%;transform:translate(-50%)}.distribution-bar__label-container--last{transform:translate(-100%)}.distribution-bar__percentage-value{font-size:18px;font-weight:700;font-family:var(--font-first);color:#4e4e4e;white-space:nowrap;line-height:28px}.distribution-bar__segment{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.distribution-bar__segment--mastered{background-color:#0095a2}.distribution-bar__segment--in-progress{background-color:#00b4c5}.distribution-bar__segment--not-started{background-color:#d4fbff}.distribution-bar__segment-label{font-size:12px;font-weight:600;font-family:var(--font-first);color:#333;white-space:nowrap;z-index:1}.distribution-bar__segment--first{border-radius:8px 0 0 8px}.distribution-bar__segment--last{border-radius:0 8px 8px 0}.distribution-bar__segment--only{border-radius:8px}.distribution-bar__segment-wrapper:first-child .distribution-bar__segment{border-radius:8px 0 0 8px}.distribution-bar__segment-wrapper:last-child .distribution-bar__segment{border-radius:0 8px 8px 0}.distribution-bar__segment-wrapper:only-child .distribution-bar__segment{border-radius:8px}.distribution-bar__legend{gap:16px;margin-top:16px;display:flex}.distribution-bar__legend-item{align-items:center;gap:8px;display:flex}.distribution-bar__legend-color{border-radius:2px;flex-shrink:0;width:28px;height:12px}.distribution-bar__legend-text{color:#4e4e4e;font-family:Lato Regular,sans-serif;font-size:14px;font-weight:500;line-height:1}.distribution-bar__labels{display:none}.distribution-bar--small .distribution-bar__container--with-labels-above{margin-top:26px}.distribution-bar--small .distribution-bar__segments-wrapper,.distribution-bar--small .distribution-bar__segment-wrapper{height:8px}.distribution-bar--small .distribution-bar__label-container{top:-26px}.distribution-bar--small .distribution-bar__segment--first{border-radius:4px 0 0 4px}.distribution-bar--small .distribution-bar__segment--last{border-radius:0 4px 4px 0}.distribution-bar--small .distribution-bar__segment--only{border-radius:4px}.distribution-bar--small .distribution-bar__percentage-value{font-family:var(--font-first);color:#4e4e4e;text-align:right;font-size:14px;font-weight:500;line-height:20px}