.chat-icon-button{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;position:relative}.chat-icon-button--large{width:32px;height:32px}.chat-icon-button--large .icon{width:20px;height:20px}.chat-icon-button--small{width:24px;height:24px}.chat-icon-button--small .icon{width:14px;height:14px}.chat-icon-button--default{color:#767676}.chat-icon-button--error{color:#e04949}.chat-icon-button:hover:not(.chat-icon-button--disabled){color:#333;background-color:#f2f2f2}.chat-icon-button:active:not(.chat-icon-button--disabled){background-color:#f2f2f2;box-shadow:inset 0 3px rgba(224,224,224,.7)}.chat-icon-button:focus-visible{outline:2px solid var(--ui-color-brand-fod-primary-a);outline-offset:2px}.chat-icon-button--disabled{opacity:.5;cursor:not-allowed}.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{color:var(--ui-color-brand-fod-primary-a);position:absolute;top:8px;right:8px}.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: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:16px;font-weight:600}.typing-indicator{justify-content:center;align-items:center;gap:7px;margin-top:0;display:flex}.typing-indicator--inline{background-color:transparent;border:none;justify-content:flex-start;width:auto;margin-top:8px;padding:8px 0 0}.typing-indicator span{border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite typing-pulse;display:inline-block}.typing-indicator span:first-child{background-color:var(--ui-color-brand-fod-primary-a);animation-delay:0s}.typing-indicator span:nth-child(2){background-color:var(--ui-color-brand-fod-dark);animation-delay:.2s}.typing-indicator span:nth-child(3){background-color:var(--ui-color-brand-fod-light);animation-delay:.4s}@keyframes typing-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.6)}}.analytics-filter-bar{align-items:center;gap:16px;display:flex}.analytics-filter-bar__filter{min-width:200px}.student-cluster-tooltip{z-index:10;background-color:#fff;border-radius:8px;min-width:180px;padding:8px;position:absolute;transform:translate(-50%,-100%);box-shadow:0 5px 20px rgba(169,155,144,.2)}.student-cluster-tooltip__list{flex-direction:column;display:flex}.student-cluster-tooltip__row{border-radius:4px;align-items:center;gap:8px;height:40px;padding:8px;display:flex}.student-cluster-tooltip__row--clickable{cursor:pointer}.student-cluster-tooltip__row--clickable:hover{background-color:#f9f9f9}.student-cluster-tooltip__name{font-family:var(--font-second);color:#4e4e4e;white-space:nowrap;font-size:16px;font-weight:500;line-height:24px}.student-cluster-tooltip__arrow{border-top:8px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;width:0;height:0;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.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__all-selected-label{font-family:var(--ui-font-family-body);font-size:var(--ui-font-size-16);font-weight:var(--ui-font-weight-regular);line-height:var(--ui-line-height-24);color:var(--ui-color-neutral-grey-600);white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.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__control{flex-wrap:nowrap}.multi-select-checkbox .select-customizable__value-container{flex-wrap:nowrap;flex:auto;align-items:center;min-width:0;display:flex;position:relative;overflow:hidden}.multi-select-checkbox .select-customizable__placeholder{white-space:nowrap;text-overflow:ellipsis;min-width:0;position:static;overflow:hidden;transform:none}.multi-select-checkbox .select-customizable__indicators{flex-shrink:0}.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}.generating-robot{--generating-robot-image-size:8.125rem;justify-content:center;align-items:center;display:flex}.generating-robot__image{width:var(--generating-robot-image-size);height:var(--generating-robot-image-size);background-image:var(--tangerine-ai-bot-generating);background-position:50%;background-repeat:no-repeat;background-size:contain;max-width:100%;animation:3s ease-in-out infinite generating-robot-float}@keyframes generating-robot-float{0%{transform:translateY(0)}50%{transform:translateY(-8%)}to{transform:translateY(0)}}.subject-selection-dialog{--subject-selection-dialog-min-height:18.75rem;--subject-selection-dialog-icon-size:3.5rem}.subject-selection-dialog .dialog__content{min-height:var(--subject-selection-dialog-min-height)}.subject-selection-dialog__content{padding:20px 0}.subject-selection-dialog__error{margin:0 0 var(--ui-space-md);padding:var(--ui-space-sm)var(--ui-space-md);font-family:var(--ui-font-family-body);font-size:var(--ui-font-size-14);line-height:var(--ui-line-height-20);color:var(--ui-color-notification-error-text);background-color:var(--ui-color-notification-error-bg);border:var(--ui-stroke-1)solid var(--ui-color-notification-error-stroke);border-radius:var(--ui-radius-xl)}.subject-selection-dialog__list{gap:var(--ui-space-sm);grid-template-columns:1fr;margin:0;padding:0;list-style:none;display:grid}@media only screen and (min-width:480px){.subject-selection-dialog__list{grid-template-columns:repeat(2,1fr)}}.subject-selection-dialog__item:nth-child(8n+1){--subject-card-icon-bg:var(--ui-color-purple-500);--subject-card-icon-fg:var(--ui-color-neutral-white)}.subject-selection-dialog__item:nth-child(8n+2){--subject-card-icon-bg:var(--ui-color-pink-500);--subject-card-icon-fg:var(--ui-color-neutral-white)}.subject-selection-dialog__item:nth-child(8n+3){--subject-card-icon-bg:var(--ui-color-orange-500);--subject-card-icon-fg:var(--ui-color-orange-900)}.subject-selection-dialog__item:nth-child(8n+4){--subject-card-icon-bg:var(--ui-color-comp-yellow-500);--subject-card-icon-fg:var(--ui-color-comp-yellow-900)}.subject-selection-dialog__item:nth-child(8n+5){--subject-card-icon-bg:var(--ui-color-comp-blue-500);--subject-card-icon-fg:var(--ui-color-comp-blue-900)}.subject-selection-dialog__item:nth-child(8n+6){--subject-card-icon-bg:var(--ui-color-comp-green-500);--subject-card-icon-fg:var(--ui-color-comp-green-900)}.subject-selection-dialog__item:nth-child(8n+7){--subject-card-icon-bg:var(--ui-color-darkgreen-500);--subject-card-icon-fg:var(--ui-color-neutral-white)}.subject-selection-dialog__item:nth-child(8n+8){--subject-card-icon-bg:var(--ui-color-darkblue-500);--subject-card-icon-fg:var(--ui-color-neutral-white)}.subject-selection-dialog__card{justify-content:center;align-items:center;gap:var(--ui-space-sm);padding:var(--ui-space-md);color:var(--ui-color-text-default);text-align:center;background-color:var(--ui-color-bg-container-primary);border:var(--ui-stroke-1)solid var(--ui-color-neutral-grey-400);border-radius:var(--ui-radius-xl);cursor:pointer;flex-direction:column;width:100%;height:100%;transition:border-color .15s,background-color .15s;display:flex}.subject-selection-dialog__card:hover{border-color:var(--ui-color-neutral-grey-600)}.subject-selection-dialog__card:focus-visible{border-color:var(--ui-color-neutral-grey-600)}.subject-selection-dialog__card--selected,.subject-selection-dialog__card--selected:hover{border:var(--ui-stroke-2)solid var(--ui-color-brand-fod-primary-a);background-color:var(--ui-color-brand-fod-lighter)}.subject-selection-dialog__card--selected:focus-visible{border:var(--ui-stroke-2)solid var(--ui-color-brand-fod-primary-a);background-color:var(--ui-color-brand-fod-lighter)}.subject-selection-dialog__card-icon{width:var(--subject-selection-dialog-icon-size);height:var(--subject-selection-dialog-icon-size);color:var(--subject-card-icon-fg);background-color:var(--subject-card-icon-bg);border-radius:var(--ui-radius-xl);justify-content:center;align-items:center;display:inline-flex}.subject-selection-dialog__card-icon--image{background-color:transparent;overflow:hidden}.subject-selection-dialog__card-image{object-fit:cover;width:100%;height:100%}.subject-selection-dialog__card-title{font-family:var(--ui-font-family-body);font-weight:var(--ui-font-weight-bold);font-size:var(--ui-font-size-16);line-height:var(--ui-line-height-24)}.subject-selection-dialog__loading,.subject-selection-dialog__empty{font-family:var(--ui-font-family-body);font-size:var(--ui-font-size-18);line-height:var(--ui-line-height-24);min-height:var(--subject-selection-dialog-min-height);color:var(--ui-color-text-secondary);text-align:center;justify-content:center;align-items:center;display:flex}.filled-circular-progress{position:relative}.filled-circular-progress__track{fill:var(--filled-circular-progress-track)}.filled-circular-progress__fill{fill:var(--filled-circular-progress-fill)}.filled-circular-progress__content{justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.filled-circular-progress--default{--filled-circular-progress-track:var(--ui-color-neutral-grey-300);--filled-circular-progress-fill:var(--ui-color-green-400)}.student-recommendations{border:2px solid var(--ui-color-brand-fod-primary-a);background:#fff;border-radius:8px;flex-direction:column;gap:16px;width:100%;padding:16px 24px;display:flex;position:relative}.student-recommendations--loading{justify-content:center;align-items:center;min-height:200px;display:flex}.student-recommendations__loader{color:#4e4e4e;font-size:16px}.student-recommendations__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.student-recommendations__header-left{align-items:center;gap:16px;display:flex}.student-recommendations__avatar{background-image:var(--tangerine-ai-bot-happy);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.student-recommendations__header-content{flex:1}.student-recommendations__title{color:#333;font-family:var(--font-first);font-size:22px;font-style:normal;font-weight:500;line-height:32px}.student-recommendations__subtitle{color:#4f4f4f;font-family:var(--font-second);font-size:16px;font-style:normal;font-weight:500;line-height:24px}.student-recommendations__cards{gap:12px;padding-top:8px;padding-bottom:24px;display:flex;overflow-x:auto}.student-recommendations__cards::-webkit-scrollbar{height:6px}.student-recommendations__cards::-webkit-scrollbar-track{background:#f2f2f2;border-radius:3px}.student-recommendations__cards::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:3px}.student-recommendations__card{border:var(--ui-stroke-1)solid var(--ui-color-neutral-grey-300);cursor:pointer;background:#fff;border-radius:16px;flex-direction:column;flex-shrink:0;justify-content:space-between;width:362px;min-height:136px;padding:8px 8px 0;transition:all .1s ease-in;display:flex;position:relative;box-shadow:0 2px #f8f8f8}.student-recommendations__card:hover{border:var(--ui-stroke-1)solid var(--ui-color-neutral-grey-400);width:460px;box-shadow:0 2px 3px #ececec}.student-recommendations__card:focus{outline:none}.student-recommendations__card:focus-visible{background-image:linear-gradient(white,white),var(--ui-gradient-brand);background-origin:border-box;background-clip:padding-box,border-box;border:1px solid transparent;width:460px;box-shadow:0 2px 3px #ececec}.student-recommendations__card:active{border:var(--ui-stroke-1)solid var(--ui-color-neutral-grey-400)!important;background-image:none!important;box-shadow:inset 0 3px rgba(224,224,224,.7)!important}.student-recommendations__card:hover:focus-visible{width:460px}.student-recommendations__card-body{flex-direction:column;flex:1;display:flex}.student-recommendations__card-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.student-recommendations__card-header--left{flex-direction:row;flex:1;align-items:flex-start;gap:8px;min-width:0;display:flex}.student-recommendations__card-icon{flex-shrink:0;justify-content:center;align-items:center;font-size:24px;display:flex}.student-recommendations__card-icon img{width:100%;max-width:50px}.student-recommendations__card-content{flex:1;min-width:0;overflow:hidden}.student-recommendations__card-title{color:#333;font-family:var(--font-first);width:100%;margin:0;font-size:16px;font-style:normal;font-weight:500;line-height:26px;overflow:hidden}.student-recommendations__card-title .text-html{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.student-recommendations__card-subtitle{color:#4e4e4e;font-family:var(--font-second);width:100%;margin:0;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.student-recommendations__card-subtitle .text-html>:first-child{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.student-recommendations__card:hover .student-recommendations__card-subtitle .text-html>:first-child{white-space:normal;-webkit-line-clamp:2;line-clamp:2;box-orient:vertical;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:48px;display:-webkit-box;overflow:hidden}.student-recommendations__card-progress{flex-shrink:0;justify-content:center;align-items:center;display:flex}.student-recommendations__card-check-icon{color:#fff;justify-content:center;align-items:center;width:14px;height:14px;display:flex}.student-recommendations__card-check-icon .icon{color:#fff;width:100%;height:100%}.student-recommendations__card-progress-bar{background-color:#f2f2f2;height:2px;margin:0 -8px;position:relative;overflow:hidden}.student-recommendations__card-progress-bar-fill{background-color:var(--ui-color-green-400);height:100%;transition:width .3s}.student-recommendations__card-footer{justify-content:space-between;align-items:center;gap:8px;padding:8px 0;display:flex}.student-recommendations__activities,.student-recommendations__session-status{font-size:var(--ui-font-size-16);font-weight:var(--ui-font-weight-semibold);font-family:var(--font-first);height:var(--ui-line-height-26);color:var(--ui-color-text-secondary);align-items:center;display:inline-flex}@media (max-width:768px){.student-recommendations{padding:16px}.student-recommendations__title{font-size:20px}.student-recommendations__subtitle{font-size:14px}}@media (max-width:480px){.student-recommendations{margin:16px 0}.student-recommendations__header{gap:12px}.student-recommendations__avatar-icon{width:40px;height:40px;font-size:20px}}