.chat-action-pills{flex-direction:column;align-items:flex-end;gap:8px;padding:8px 8px 8px 0;display:flex}.chat-action-pills__pill{cursor:pointer;font-family:var(--font-second);color:#333;white-space:nowrap;background-color:#f9f9f9;border:1px solid #f2f2f2;border-radius:60px;align-items:center;gap:8px;padding:4px 8px;font-size:16px;font-weight:500;line-height:24px;transition:all .15s;display:inline-flex;box-shadow:0 2px #e8e8e8}.chat-action-pills__pill:hover:not(:disabled){border-color:#e0e0e0;box-shadow:0 3px #e8e8e8}.chat-action-pills__pill:active:not(:disabled){box-shadow:inset 0 3px rgba(224,224,224,.7)}.chat-action-pills__pill:disabled{opacity:.5;cursor:not-allowed}.chat-action-pills__pill--primary{color:#333;background-color:#f9f9f9;border-color:#f2f2f2}.chat-action-pills__pill--primary:hover:not(:disabled){border-color:#e0e0e0}.chat-action-pills__pill--secondary{color:#4e4e4e;background-color:transparent;border-color:#e0e0e0}.chat-action-pills__text{white-space:nowrap}.chat-messages{flex-direction:column;flex:1;min-height:0;max-height:100%;padding:16px;display:flex;position:relative;overflow-x:hidden;overflow-y:auto}.chat-messages__container{overflow-y:unset;flex-direction:column;flex:1;gap:10px;display:flex}.chat-messages__container::-webkit-scrollbar{width:8px;height:8px}.chat-messages__container::-webkit-scrollbar-track{background:#f2f2f2}.chat-messages__container::-webkit-scrollbar-thumb{background-color:#ababab;border-radius:20px}.chat-messages__container{scrollbar-width:thin;scrollbar-color:#ababab #f2f2f2}.chat-messages__empty-state{text-align:center;color:#767676;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:32px 16px;display:flex}.chat-messages__empty-state-content{max-width:320px}.chat-messages__empty-state-content h3{color:#333;margin-bottom:12px;font-size:32px}.chat-messages__empty-state-content p{margin:0;font-size:16px;line-height:1.5}.chat-messages__toast{color:#fff;background-color:#333;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;animation:.3s ease-in-out fadeIn;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.chat-messages--loading{justify-content:center;align-items:center;min-height:200px;display:flex}.chat-messages__loading{padding:16px}.chat-message-container{flex-direction:column;display:flex;position:relative}.chat-message-container:hover .chat-message__debug-actions{opacity:1}.chat-message__debug-actions{opacity:0;gap:4px;transition:opacity .2s;display:flex;position:absolute;top:-8px;right:-8px}.chat-message__context-view{color:#333;background-color:#f2f2f2;border-radius:8px;margin-top:8px;padding:8px;font-size:14px}.chat-message__context-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.chat-message__context-title{color:#767676;margin:0;font-size:14px}.chat-message__debug-button{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:flex}.chat-message__debug-button:hover{background-color:#e0e0e0}.chat-message__context-data{font-family:var(--font-first);white-space:pre-wrap;background-color:#fff;border-radius:4px;max-height:200px;margin:0;padding:8px;font-size:14px;overflow-y:auto}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.tutor-ai-tabs{align-items:center;gap:8px;display:flex}.tutor-ai-tabs__tab{font-size:14px;font-family:var(--font-second);color:#333;cursor:pointer;border-radius:var(--border-radius-01);padding:8px;line-height:20px;transition:color .2s;position:relative}.tutor-ai-tabs__tab--active{font-family:var(--font-second-bold);color:#333;cursor:default;background-color:#f9f9f9;font-size:14px;line-height:20px}.teacher-layout-wrapper{--teacher-layout-top-inset:2.25rem;height:100vh;display:flex;overflow:hidden}.teacher-layout-wrapper__sidebar{background:var(--color-background);flex-direction:column;flex-shrink:0;width:13rem;height:100vh;transition:width .3s;display:flex;overflow-x:hidden;overflow-y:auto}.teacher-layout-wrapper__sidebar-header{padding:var(--teacher-layout-top-inset)var(--ui-space-md)0;justify-content:space-between;align-items:center;display:flex}.teacher-layout-wrapper__collapse-btn{padding:var(--ui-space-xs);cursor:pointer;border-radius:var(--ui-radius-xl);background:0 0;border:none;justify-content:center;align-items:center;transition:background-color .2s;display:flex}.teacher-layout-wrapper__collapse-btn:hover{background-color:var(--ui-color-brand-fod-lighter)}.teacher-layout-wrapper__collapse-btn .icon{color:var(--ui-color-neutral-grey-700)}.teacher-layout-wrapper__title-container{visibility:visible;transition:opacity .3s;overflow:hidden}.teacher-layout-wrapper__title{padding:var(--ui-space-lg)var(--ui-space-md)0;font-family:var(--ui-font-family-heading);font-size:var(--ui-font-size-22);font-weight:var(--ui-font-weight-semibold);line-height:var(--ui-line-height-28);color:var(--ui-color-neutral-grey-700);white-space:nowrap;margin:0}.teacher-layout-wrapper__navigation{padding:var(--ui-space-lg)0 0 var(--ui-space-md);flex:1;transition:padding .3s}.teacher-layout-wrapper__nav-list{gap:var(--ui-space-xs);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.teacher-layout-wrapper__nav-item{padding:var(--ui-space-xs);border-radius:var(--ui-radius-xl)0 0 var(--ui-radius-xl);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;width:100%;transition:background-color .2s,color .2s;display:flex;overflow:hidden}.teacher-layout-wrapper__nav-item .icon{width:var(--ui-icon-size-md);height:var(--ui-icon-size-md);color:var(--ui-color-neutral-grey-700);flex-shrink:0;transition:color .2s}.teacher-layout-wrapper__nav-item:hover{background:var(--ui-color-brand-fod-lighter)}.teacher-layout-wrapper__nav-item--active{background:var(--ui-color-neutral-white)}.teacher-layout-wrapper__nav-item--active .icon,.teacher-layout-wrapper__nav-item--active .teacher-layout-wrapper__nav-text{color:var(--ui-color-brand-fod-primary-a)}.teacher-layout-wrapper__nav-item--active:hover{background:var(--ui-color-neutral-white)}.teacher-layout-wrapper__nav-skeleton-item{align-items:center;gap:12px;padding:8px 15px;display:flex}.teacher-layout-wrapper__nav-skeleton-text{flex:1}.teacher-layout-wrapper__nav-text{margin-left:var(--ui-space-xs);font-family:var(--ui-font-family-heading);font-weight:var(--ui-font-weight-semibold);font-size:var(--ui-font-size-16);line-height:var(--ui-line-height-26);color:var(--ui-color-neutral-grey-700);white-space:nowrap;opacity:1;width:auto;transition:opacity .2s,width .3s}.teacher-layout-wrapper__sidebar-footer{--teacher-layout-footer-gap:var(--ui-space-md);--teacher-layout-footer-padding-block:var(--ui-space-md);--teacher-layout-footer-padding-inline:var(--ui-space-md);gap:var(--teacher-layout-footer-gap);padding:var(--teacher-layout-footer-padding-block)var(--teacher-layout-footer-padding-inline);flex-direction:column;margin-top:auto;display:flex}.teacher-layout-wrapper__dev-toggle .switch__texts{margin-left:0}.teacher-layout-wrapper__dev-toggle .switch__texts .switch__label{font-size:var(--ui-font-size-14)}.teacher-layout-wrapper__dev-toggle-hint{color:var(--ui-color-neutral-grey-500);margin-top:4px;font-size:11px;line-height:1.3}.teacher-layout-wrapper__main{background:var(--ui-color-neutral-white);flex:1;min-width:0;overflow:auto}.teacher-layout-wrapper__main--fill{flex-direction:column;display:flex}.teacher-layout-wrapper__toolbar{--teacher-layout-gutter-start:var(--ui-space-xl);--teacher-layout-gutter-end:var(--ui-space-xl)}.teacher-layout-wrapper__toolbar--gutter-compact{--teacher-layout-gutter-start:var(--ui-space-md);--teacher-layout-gutter-end:var(--ui-space-md)}.teacher-layout-wrapper__toolbar--gutter-compact-start{--teacher-layout-gutter-start:var(--ui-space-md);--teacher-layout-gutter-end:0}.teacher-layout-wrapper__toolbar--gutter-none{--teacher-layout-gutter-start:0;--teacher-layout-gutter-end:0}.teacher-layout-wrapper__toolbar{--teacher-layout-toolbar-min-height:var(--ui-space-4xl);--teacher-layout-toolbar-stroke:var(--ui-color-neutral-warm-200);justify-content:space-between;align-items:center;gap:var(--ui-space-md);box-sizing:border-box;min-height:var(--teacher-layout-toolbar-min-height);padding:var(--ui-space-xxs)var(--teacher-layout-gutter-end)var(--ui-space-xxs)var(--teacher-layout-gutter-start);border-top:var(--ui-stroke-1)solid var(--teacher-layout-toolbar-stroke);border-bottom:var(--ui-stroke-1)solid var(--teacher-layout-toolbar-stroke);display:flex}.teacher-layout-wrapper__content{--teacher-layout-gutter-start:var(--ui-space-xl);--teacher-layout-gutter-end:var(--ui-space-xl)}.teacher-layout-wrapper__content--gutter-compact{--teacher-layout-gutter-start:var(--ui-space-md);--teacher-layout-gutter-end:var(--ui-space-md)}.teacher-layout-wrapper__content--gutter-compact-start{--teacher-layout-gutter-start:var(--ui-space-md);--teacher-layout-gutter-end:0}.teacher-layout-wrapper__content--gutter-none{--teacher-layout-gutter-start:0;--teacher-layout-gutter-end:0}.teacher-layout-wrapper__content{--teacher-layout-content-gap:var(--ui-space-md);padding:var(--teacher-layout-content-gap)var(--teacher-layout-gutter-end)var(--ui-space-xl)var(--teacher-layout-gutter-start)}.teacher-layout-wrapper__content--gap-none{--teacher-layout-content-gap:0}.teacher-layout-wrapper__content--gap-xxs{--teacher-layout-content-gap:var(--ui-space-xxs)}.teacher-layout-wrapper__content--gap-xs{--teacher-layout-content-gap:var(--ui-space-xs)}.teacher-layout-wrapper__content--gap-sm{--teacher-layout-content-gap:var(--ui-space-sm)}.teacher-layout-wrapper__content--gap-md{--teacher-layout-content-gap:var(--ui-space-md)}.teacher-layout-wrapper__content--fill{flex-direction:column;flex:1;min-height:0;padding-bottom:0;display:flex}.teacher-layout-wrapper--collapsed .teacher-layout-wrapper__sidebar{width:5rem}.teacher-layout-wrapper--collapsed .teacher-layout-wrapper__sidebar-header{justify-content:center;padding-left:0;padding-right:0}.teacher-layout-wrapper--collapsed .teacher-layout-wrapper__sidebar-header .back-arrow{display:none}.teacher-layout-wrapper--collapsed .teacher-layout-wrapper__title-container{opacity:0;visibility:hidden;transition:opacity .3s,visibility 0s linear .3s}.teacher-layout-wrapper--collapsed .teacher-layout-wrapper__navigation{padding:var(--ui-space-lg)0 0 var(--ui-space-md);align-items:center}.teacher-layout-wrapper--collapsed .teacher-layout-wrapper__nav-item{padding:var(--ui-space-xs);justify-content:center}.teacher-layout-wrapper--collapsed .teacher-layout-wrapper__sidebar-footer{--teacher-layout-footer-padding-inline:var(--ui-space-xs);align-items:center}.teacher-layout-wrapper--collapsed .teacher-layout-wrapper__nav-text{opacity:0;width:0;margin-left:0;transition:opacity .2s ease-out,width .3s,margin-left .3s}.teacher-layout-wrapper--show-back-collapsed .teacher-layout-wrapper__sidebar-header .back-arrow{display:flex}.teacher-layout-wrapper__mobile-menu-button,.teacher-layout-wrapper__mobile-menu-backdrop{display:none}.tutor-usage-chart{border-top:1px solid #e0e0e0;flex-direction:column;gap:16px;padding-top:24px;display:flex}.tutor-usage-chart__header{justify-content:space-between;align-items:flex-start;display:flex}.tutor-usage-chart__header-text{flex-direction:column;gap:4px;display:flex}.tutor-usage-chart__title{font-family:var(--font-first);color:#333;margin:0;font-size:18px;font-weight:700;line-height:24px}.tutor-usage-chart__description{font-family:var(--font-second);color:#767676;margin:0;font-size:14px;font-weight:400;line-height:20px}.tutor-usage-chart__filter{flex-shrink:0;min-width:180px}.tutor-usage-chart__container{margin-top:16px}.tutor-usage-chart__legend{align-items:center;gap:16px;margin:0;padding:0;list-style:none;display:flex}.tutor-usage-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-chart__legend-color{flex-shrink:0;width:28px;height:12px}.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}.alert-detail-drawer__header{background-color:var(--ui-color-neutral-grey-100);flex-direction:column;display:flex}.alert-detail-drawer__navigation{padding:var(--ui-space-xxs)var(--ui-space-xs);justify-content:space-between;align-items:center;display:flex}.alert-detail-drawer__navigation-controls{align-items:center;gap:var(--ui-space-xxxs);display:flex}.alert-detail-drawer__navigation-button{cursor:pointer;border-radius:var(--ui-radius-md-lg);color:#767676;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex}.alert-detail-drawer__navigation-button:hover{background-color:var(--ui-color-neutral-grey-100);color:var(--ui-color-text-default)}.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(--ui-font-family-body);font-size:var(--ui-font-size-14);color:var(--ui-color-text-secondary);text-align:center;min-width:32px}.alert-detail-drawer__student-info{padding:var(--ui-space-xs)var(--ui-space-xs)var(--ui-space-xs)var(--ui-space-md);align-items:center;gap:var(--ui-space-xs);background-color:var(--ui-color-neutral-white);display:flex}.alert-detail-drawer__student-trigger{align-items:center;gap:var(--ui-space-xs);cursor:pointer;text-align:left;background:0 0;border:none;min-width:0;padding:0;display:flex}.alert-detail-drawer__student-trigger:focus-visible{outline:2px solid var(--ui-color-brand-fod-primary-a);outline-offset:2px;border-radius:var(--ui-radius-xl)}.alert-detail-drawer__avatar{font-family:var(--ui-font-family-heading);font-size:var(--ui-font-size-16);font-weight:var(--ui-font-weight-semibold);color:var(--ui-color-text-secondary);background-color:#f2f2f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.alert-detail-drawer__avatar--group{background-color:#04d5e8}.alert-detail-drawer__avatar--group .icon__wrapper{justify-content:center;align-items:center;display:flex}.alert-detail-drawer__avatar--group .icon__wrapper svg{fill:var(--ui-color-icon-inverse)}.alert-detail-drawer__avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.alert-detail-drawer__student-name{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-text-default);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.alert-detail-drawer__group-name{font-family:var(--ui-font-family-body);font-size:var(--ui-font-size-12);line-height:var(--ui-line-height-20);color:var(--ui-color-text-secondary);white-space:nowrap;text-align:center;flex:1}.alert-detail-drawer__date{font-family:var(--ui-font-family-body);font-size:var(--ui-font-size-12);line-height:var(--ui-line-height-20);color:var(--ui-color-text-secondary);white-space:nowrap;flex-shrink:0;margin-left:auto}.alert-detail-drawer__close-button{cursor:pointer;border-radius:var(--ui-radius-xl);color:#767676;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.alert-detail-drawer__close-button:hover{background-color:var(--ui-color-neutral-grey-100);color:var(--ui-color-text-default)}.alert-detail-drawer .drawer__footer{padding:var(--ui-space-xs)var(--ui-space-md);background-color:var(--ui-color-neutral-grey-100)}.alert-detail-drawer .drawer__footer .button svg{width:24px;height:24px}.alert-detail-drawer__footer{align-items:stretch;gap:var(--ui-space-xs);background-color:var(--ui-color-neutral-grey-100);flex-direction:column;display:flex}.alert-detail-drawer__footer-actions{justify-content:flex-end;align-items:stretch;gap:var(--ui-space-sm);display:flex}.alert-detail-drawer__loading,.alert-detail-drawer__error,.alert-detail-drawer__empty{padding:var(--ui-space-3xl);justify-content:center;align-items:center;height:100%;display:flex}.alert-detail-drawer__error,.alert-detail-drawer__empty{font-family:var(--ui-font-family-body);font-size:var(--ui-font-size-16);color:#767676;text-align:center}.alert-detail-drawer__messages{padding:var(--ui-space-md)}.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:#f76868}.severity-indicator--medium .severity-indicator__bar{background-color:#ffe08c}.severity-indicator--low .severity-indicator__bar{background-color:#97e0c3}.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:#f76868}.severity-indicator--medium .severity-indicator__bar--active{background-color:#d18436}.severity-indicator--low .severity-indicator__bar--active{background-color:#135f3e}