.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 svg.icon{width:14px!important;height:14px!important}.chat-icon-button--default .icon path,.chat-icon-button--default .icon svg,.chat-icon-button--default .icon path path,.chat-icon-button--default .icon svg path{fill:#767676!important;color:#767676!important;stroke:transparent!important}.chat-icon-button--error .icon path,.chat-icon-button--error .icon svg,.chat-icon-button--error .icon path path,.chat-icon-button--error .icon svg path{fill:#e04949!important;color:#e04949!important;stroke:transparent!important}.chat-icon-button:hover:not(.chat-icon-button--disabled){background-color:#f2f2f2}.chat-icon-button:hover:not(.chat-icon-button--disabled) .icon path,.chat-icon-button:hover:not(.chat-icon-button--disabled) .icon svg{fill:#333!important;color:#333!important;stroke:transparent!important}.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(--color-tangerine-ai,#bc3ebc);outline-offset:2px}.chat-icon-button--disabled{opacity:.5;cursor:not-allowed}.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}.drawer-overlay{z-index:8000;opacity:0;visibility:hidden;background-color:rgba(16,16,16,.15);transition:opacity .3s,visibility .3s;position:fixed;top:0;bottom:0;left:0;right:0}.drawer-overlay--open{opacity:1;visibility:visible}.drawer{z-index:8001;visibility:hidden;background-color:#fff;flex-direction:column;height:100vh;transition:transform .3s,visibility .3s;display:flex;position:fixed;top:0;transform:translate(100%);box-shadow:0 5px 20px rgba(169,155,144,.2)}.drawer--right{right:0}.drawer--left{left:0;transform:translate(-100%)}.drawer--open{visibility:visible;transform:translate(0)}.drawer__header{border-bottom:1px solid #e0e0e0;flex-shrink:0}.drawer__content{flex:1;overflow-y:auto}.drawer__footer{border-top:1px solid #e0e0e0;flex-shrink:0}.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}.alert-detail-drawer__header{background-color:#f9f9f9;flex-direction:column;display:flex}.alert-detail-drawer__navigation{justify-content:space-between;align-items:center;padding:4px 8px;display:flex}.alert-detail-drawer__navigation-controls{align-items:center;gap:2px;display:flex}.alert-detail-drawer__navigation-button{cursor:pointer;color:#767676;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex}.alert-detail-drawer__navigation-button:hover{color:#333;background-color:#f9f9f9}.alert-detail-drawer__navigation-button:disabled{opacity:.3;cursor:default;color:#767676}.alert-detail-drawer__navigation-button:disabled:hover{color:#767676;background-color:transparent}.alert-detail-drawer__navigation-counter{font-family:var(--font-second);color:#4e4e4e;text-align:center;min-width:32px;font-size:14px}.alert-detail-drawer__student-info{background-color:#fff;align-items:center;gap:8px;padding:8px;display:flex}.alert-detail-drawer__avatar{font-family:var(--font-first);color:#4e4e4e;background-color:#f2f2f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:600;display:flex}.alert-detail-drawer__avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.alert-detail-drawer__student-name{font-family:var(--font-second);color:#333;white-space:nowrap;text-overflow:ellipsis;font-size:14px;line-height:20px;overflow:hidden}.alert-detail-drawer__group-name{font-family:var(--font-second);color:#4e4e4e;white-space:nowrap;text-align:center;flex:1;font-size:12px;line-height:20px}.alert-detail-drawer__date{font-family:var(--font-second);color:#4e4e4e;white-space:nowrap;flex-shrink:0;margin-left:auto;font-size:12px;line-height:20px}.alert-detail-drawer__close-button{cursor:pointer;color:#767676;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.alert-detail-drawer__close-button:hover{color:#333;background-color:#f9f9f9}.alert-detail-drawer .drawer__footer{background-color:#f9f9f9;padding:16px}.alert-detail-drawer__footer{background-color:#f9f9f9;justify-content:flex-end;align-items:stretch;gap:12px;display:flex}.alert-detail-drawer__footer .button{flex:1}.alert-detail-drawer__footer--resolved{flex-direction:column;align-items:stretch;gap:8px}.alert-detail-drawer__footer-info{font-family:var(--font-second);color:#333;text-align:center;margin:0;font-size:14px;line-height:20px}.alert-detail-drawer__footer-badge{font-family:var(--font-first);background-image:linear-gradient(111.12deg,var(--color-gradient-1)0.31%,var(--color-gradient-2)100%);opacity:.4;border-radius:8px;justify-content:center;align-items:center;gap:16px;height:44px;font-size:18px;font-weight:700;line-height:28px;display:flex}.alert-detail-drawer__footer-badge--attended,.alert-detail-drawer__footer-badge--dismissed{color:#fff}.alert-detail-drawer__footer-badge .icon__wrapper svg{fill:#fff;width:20px;height:20px}.alert-detail-drawer__loading,.alert-detail-drawer__error,.alert-detail-drawer__empty{justify-content:center;align-items:center;height:100%;padding:48px;display:flex}.alert-detail-drawer__error,.alert-detail-drawer__empty{font-family:var(--font-second);color:#767676;text-align:center;font-size:16px}.alert-detail-drawer__messages{padding:16px}.alert-detail-drawer__messages .chat-messages{height:auto;overflow:visible}.severity-indicator{align-items:flex-end;gap:2px;height:12px;display:flex}.severity-indicator__bar{border-radius:var(--border-radius-01);width:4px}.severity-indicator--high .severity-indicator__bar{background-color:#e04949}.severity-indicator--medium .severity-indicator__bar{background-color:#d18436}.severity-indicator--low .severity-indicator__bar{background-color:#28a773}.severity-indicator__bar:first-child{height:4px}.severity-indicator__bar:nth-child(2){height:8px}.severity-indicator__bar:nth-child(3){height:12px}.severity-indicator--high .severity-indicator__bar--active{background-color:#e04949}.severity-indicator--medium .severity-indicator__bar--active{background-color:#bb752e}.severity-indicator--low .severity-indicator__bar--active{background-color:#135f3e}.radar-view__header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.radar-view__header-titles{flex-direction:column;gap:4px;display:flex}.radar-view__title{font-family:var(--font-first);color:#333;margin:0;font-size:26px;font-weight:700;line-height:40px}.radar-view__subtitle{font-family:var(--font-second);color:#4e4e4e;margin:0;font-size:16px;font-weight:600;line-height:24px}.radar-view__header-filters{align-items:center;gap:16px;display:flex}.radar-view__header-filters .select-customizable{min-width:170px}.radar-view__toolbar{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.radar-view__toolbar-actions{align-items:center;gap:8px;display:flex}.radar-view__content{flex-direction:column;gap:24px;padding-top:24px;display:flex}.radar-view__cards{flex-direction:column;gap:16px;padding-bottom:48px;display:flex}.radar-view__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:64px 24px;display:flex}.radar-view__empty-icon{border-radius:16px;justify-content:center;align-items:center;width:36px;height:28px;margin-bottom:16px;display:flex}.radar-view__empty-icon--success{background-color:#d7fedb}.radar-view__empty-icon--success .icon--color-default.icon--lib-skin path{fill:#0a6910}.radar-view__empty-icon--warning{background-color:#fffaea}.radar-view__empty-icon--warning .icon--color-default.icon--lib-skin path{fill:#d18436}.radar-view__empty-icon--muted{background-color:#f2f2f2}.radar-view__empty-icon--muted .icon--color-default.icon--lib-skin path{fill:#4e4e4e}.radar-view__empty-title{font-family:var(--font-first);color:#333;margin:0 0 8px;font-size:16px;font-weight:600;line-height:24px}.radar-view__empty-description{font-family:var(--font-second);color:#333;margin:0;font-size:16px}.radar-view .button.button--color-transparent-primary:disabled{opacity:.4;background-color:transparent}.student-recommendations{border:2px solid var(--color-tangerine-ai,#bc3ebc);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{cursor:pointer;background:#fff;border:1px solid #e0e0e0;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:1px solid #bdbdbd;width:460px;box-shadow:0 2px 3px #ececec}.student-recommendations__card:focus{outline:none}.student-recommendations__card:focus-visible{background-image:linear-gradient(#fff,#fff),linear-gradient(111.12deg,#e14de3 12.58%,#8c2a89 100%);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{background-image:none!important;border:1px solid #bdbdbd!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{justify-content:center;align-items:center;width:14px;height:14px;display:flex}.student-recommendations__card-check-icon svg{width:100%;height:100%}.student-recommendations__card-check-icon svg path{fill:#fff!important;stroke:#fff!important}.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:#41d158;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:16px;font-weight:500;font-family:var(--font-first);background:var(--color-tangerine-ai-gradient,linear-gradient(111deg,#e14de3 12.58%,#8c2a89 100%));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;height:20px;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}}.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}}