.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{cursor:pointer;background:#f9f9f9;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:#f9f9f9;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 #ababab;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}}.chat-d3-modal .dialog__content{padding:0;overflow:hidden}.chat-d3-modal__content{background-color:#f2f2f2;width:100%;height:80vh;position:relative}.chat-d3-modal__iframe{background-color:#fff;border:none;width:100%;height:100%}.tool-indicator{border:1px solid var(--color-tangerine-ai,#bc3ebc);background-color:#fff;border-radius:8px;align-items:center;margin:8px 0;padding:8px 12px;animation:.3s ease-in-out fadeIn;display:flex}.tool-indicator--error{color:#e04949;background:#fef0ef;border-color:#e04949}.tool-indicator__icon{flex-shrink:0;margin-right:12px}.tool-indicator__icon svg path{fill:var(--color-tangerine-ai,#bc3ebc)}.tool-indicator__content{flex:1;justify-content:space-between;align-items:center;gap:12px;display:flex}.tool-indicator__message{font-family:var(--font-second);color:#333;font-size:16px;font-weight:500;line-height:1.4}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.conversation-history__list{margin:0;padding:0;list-style:none}.conversation-history__item{position:relative}.conversation-history__item:not(:last-child):after{content:"";background-color:#e0e0e0;height:1px;position:absolute;bottom:0;left:0;right:0}.conversation-history__item-wrapper{border-radius:4px;align-items:center;gap:8px;padding:8px;transition:background-color .2s;display:flex}.conversation-history__item-wrapper:hover{background-color:#f2f2f2}.conversation-history__button{cursor:pointer;text-align:left;background:0 0;border:none;flex:1;align-items:center;min-width:0;padding:0;display:flex}.conversation-history__info{flex:1;min-width:0}.conversation-history__item-title{color:#333;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:500;line-height:24px;font-family:var(--font-second);letter-spacing:normal;margin-bottom:2px;overflow:hidden}.conversation-history__metadata{color:#767676;font-size:14px;font-weight:500;line-height:normal;font-family:var(--font-second);letter-spacing:normal}.conversation-history__empty{text-align:center;color:#767676;padding:40px 16px;font-size:14px}.conversation-history__loading{text-align:center;color:#767676;flex-direction:column;align-items:center;gap:12px;padding:40px 16px;font-size:14px;display:flex}.conversation-history__spinner{border:2px solid #f2f2f2;border-top-color:var(--color-tangerine-ai,#bc3ebc);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}.conversation-history__error{text-align:center;color:#f66868;flex-direction:column;align-items:center;gap:8px;padding:40px 16px;font-size:14px;display:flex}.conversation-history__error .icon__wrapper{width:24px;height:24px}.conversation-history__delete-button{cursor:pointer;opacity:1;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:2px;transition:background-color .2s;display:flex}.conversation-history__delete-button:hover{background-color:rgba(246,104,104,.1)}.conversation-history__delete-button:hover .icon__wrapper svg path{fill:#f66868}.conversation-history__delete-button .icon__wrapper{width:20px;height:20px}.conversation-history__new-chat-button{width:100%}.conversation-history__load-more{justify-content:center;align-items:center;min-height:60px;padding:16px;display:flex}.conversation-history__loading-more{color:#767676;font-size:14px;font-family:var(--font-second);align-items:center;gap:8px;display:flex}.conversation-history__end{text-align:center;color:#767676;font-size:14px;font-family:var(--font-second);padding:16px;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.intent-distribution-section{background-color:#fff;flex-direction:column;gap:16px;margin-bottom:24px;padding:16px 24px;display:flex;overflow:hidden}.intent-distribution-section__header{flex-flow:wrap;justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.intent-distribution-section__header-text{flex-direction:column;gap:8px;display:flex}.intent-distribution-section__dev-toggle{border:1px dashed #ababab;border-radius:4px;align-items:center;padding:4px 8px;display:flex}.intent-distribution-section__title{font-family:var(--font-first);color:#333;margin:0;font-size:22px;font-weight:600;line-height:32px}.intent-distribution-section__subtitle{font-family:var(--font-second);color:#4e4e4e;margin:0;font-size:16px;font-weight:400;line-height:24px}.intent-distribution-section__loading{justify-content:center;align-items:center;min-height:200px;display:flex}.intent-distribution-section__empty{font-family:var(--font-second);color:#767676;text-align:center;margin:0;padding:24px 0;font-size:14px}.intent-distribution-section__chart-wrapper{min-height:600px;position:relative}.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{gap:16px;margin:0;padding:0;list-style:none;display:flex}.tutor-usage-section__stat-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;flex:1;gap:8px;padding:8px 16px;display:flex}.tutor-usage-section__stat-header{justify-content:space-between;align-items:center;display:flex}.tutor-usage-section__stat-icon{border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.tutor-usage-section__stat-icon--purple{background-color:#fff1ff}.tutor-usage-section__stat-icon--purple .icon--color-default.icon--lib-core path{fill:#8e0d8e}.tutor-usage-section__stat-icon--blue{background-color:#d6f6ff}.tutor-usage-section__stat-icon--blue .icon--color-default.icon--lib-skin path{fill:#0f4f99}.tutor-usage-section__stat-icon--orange{background-color:#ffebe2}.tutor-usage-section__stat-icon--orange .icon--color-default.icon--lib-skin path{fill:#992e19}.tutor-usage-section__stat-icon--green{background-color:#d7fedb}.tutor-usage-section__stat-icon--green .icon--color-default.icon--lib-skin path{fill:#0a6910}.tutor-usage-section__stat-info-icon{cursor:help;opacity:.5;align-items:center;display:flex}.tutor-usage-section__stat-info-icon:hover{opacity:.8}.tutor-usage-section__stat-label{font-family:var(--font-second);color:#4e4e4e;margin:8px 0 0;font-size:14px;font-weight:500;line-height:20px}.tutor-usage-section__stat-value{font-family:var(--font-second);color:#333;margin:0;font-size:18px;font-weight:700;line-height:26px}.tutor-usage-section__stat-subtitle{font-family:var(--font-second);color:#767676;margin:0;font-size:14px;font-weight:500;line-height:20px}.tutor-usage-section__stat-trend{font-family:var(--font-second);align-items:center;gap:2px;margin:8px 0 0;font-size:12px;font-weight:600;line-height:18px;display:flex}.tutor-usage-section__stat-trend .icon__wrapper{margin-right:8px}.tutor-usage-section__stat-trend .icon__wrapper svg{width:16px;height:16px}.tutor-usage-section__stat-trend--positive{color:#135f3e}.tutor-usage-section__stat-trend--positive .icon--color-success.icon--lib-core{fill:#135f3e}.tutor-usage-section__stat-trend--positive .tutor-usage-section__stat-trend-text{color:#135f3e}.tutor-usage-section__stat-trend--negative{color:#ba1f33}.tutor-usage-section__stat-trend--negative .icon--color-red.icon--lib-core{fill:#ba1f33}.tutor-usage-section__stat-trend--negative .tutor-usage-section__stat-trend-text{color:#ba1f33}.tutor-usage-section__stat-trend-text{font-family:var(--font-second);color:#767676;margin-left:2px;font-size:12px;font-weight:400}.tutor-usage-section__chart{border-top:1px solid #e0e0e0;flex-direction:column;gap:16px;padding-top:24px;display:flex}.tutor-usage-section__chart-header{justify-content:space-between;align-items:flex-start;display:flex}.tutor-usage-section__chart-header-text{flex-direction:column;gap:4px;display:flex}.tutor-usage-section__chart-title{font-family:var(--font-first);color:#333;margin:0;font-size:18px;font-weight:700;line-height:24px}.tutor-usage-section__chart-description{font-family:var(--font-second);color:#767676;margin:0;font-size:14px;font-weight:400;line-height:20px}.tutor-usage-section__chart-filter{flex-shrink:0;min-width:180px}.tutor-usage-section__chart-container{margin-top:16px}.tutor-usage-section__chart-legend{align-items:center;gap:16px;margin:0;padding:0;list-style:none;display:flex}.tutor-usage-section__chart-legend-item{font-family:var(--font-second);color:#4e4e4e;align-items:center;gap:4px;font-size:14px;font-weight:500;line-height:20px;display:flex}.tutor-usage-section__chart-legend-color{flex-shrink:0;width:28px;height:12px}.tutor-usage-section__empty{font-family:var(--font-second);color:#767676;text-align:center;margin:0;padding:24px 0;font-size:14px}.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}