.ui-breadcrumbs{--ui-breadcrumbs-gap:var(--ui-space-xs);--ui-breadcrumbs-color-text:var(--ui-color-neutral-grey-500);--ui-breadcrumbs-color-current:var(--ui-color-text-default);--ui-breadcrumbs-color-separator:var(--ui-color-neutral-grey-500);--ui-breadcrumbs-color-link-hover:var(--ui-color-text-default);--ui-breadcrumbs-color-link-active:var(--ui-color-brand-fod-primary-a);--ui-breadcrumbs-color-disabled:var(--ui-color-neutral-grey-500);--ui-breadcrumbs-bg-disabled:var(--ui-color-neutral-grey-100);flex-wrap:wrap;display:flex}.ui-breadcrumbs__list{align-items:center;gap:var(--ui-breadcrumbs-gap);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.ui-breadcrumbs__item{align-items:center;gap:var(--ui-breadcrumbs-gap);display:flex}.ui-breadcrumbs__content{align-items:center;gap:var(--ui-breadcrumbs-gap);display:inline-flex}.ui-breadcrumbs__icon{align-items:center;line-height:0;display:inline-flex}.ui-breadcrumbs__text,.ui-breadcrumbs__link{font-family:var(--ui-font-family-heading);font-size:var(--ui-font-size-18);font-weight:var(--ui-font-weight-bold);line-height:var(--ui-line-height-24);color:var(--ui-breadcrumbs-color-text)}.ui-breadcrumbs__text[aria-current=page]{color:var(--ui-breadcrumbs-color-current)}.ui-breadcrumbs__text[aria-disabled=true]{color:var(--ui-breadcrumbs-color-disabled);background-color:var(--ui-breadcrumbs-bg-disabled);cursor:not-allowed}.ui-breadcrumbs__link{cursor:pointer;text-decoration:none;transition:color .2s,-webkit-text-decoration .2s,-webkit-text-decoration .2s,text-decoration .2s}@media (prefers-reduced-motion:reduce){.ui-breadcrumbs__link{transition:none}}@media (hover:hover){.ui-breadcrumbs__link:hover{color:var(--ui-breadcrumbs-color-link-hover);text-decoration:underline}}.ui-breadcrumbs__link:active{color:var(--ui-breadcrumbs-color-link-active);text-decoration:underline}.ui-breadcrumbs__link:focus-visible{outline:var(--ui-stroke-2)solid var(--ui-color-stroke-focus-default);outline-offset:2px;border-radius:var(--ui-radius-md-lg)}.ui-breadcrumbs__separator{font-family:var(--ui-font-family-heading);font-size:var(--ui-font-size-18);font-weight:var(--ui-font-weight-semibold);color:var(--ui-breadcrumbs-color-separator)}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}60%{opacity:1;transform:translate(0)}80%{opacity:1;transform:translate(-15%)}to{opacity:1;transform:translate(0)}}.chatbot-button{cursor:pointer;z-index:100;transition:opacity .5s linear;animation:.6s ease-out forwards slideIn;display:flex;position:fixed;bottom:7em;right:2em}.chatbot-button__image{background-image:var(--tangerine-ai-bot);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100px;height:100px}.chatbot-button:focus{outline:none}.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%}.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__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--variant-secondary-ghost{color:var(--color-first);background:0 0}.report-modal .dialog__actions .footer-buttons .button.button--variant-secondary-ghost .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}.chat-dropdown{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;animation:.2s ease-out slideDown;display:flex;box-shadow:0 5px 20px rgba(169,155,144,.2)}.chat-dropdown__header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:flex-start;padding:8px 16px;display:flex}.chat-dropdown__header-content{flex:1}.chat-dropdown__title{color:#333;font-size:18px;font-weight:600;line-height:28px;font-family:var(--font-first);letter-spacing:normal;margin:0}.chat-dropdown__subtitle{color:#767676;font-size:18px;font-weight:500;line-height:24px;font-family:var(--font-second);letter-spacing:normal;margin:0}.chat-dropdown__content{flex:1;min-height:60px;max-height:60vh;padding:0 8px;overflow-x:hidden;overflow-y:auto}.chat-dropdown__footer{border-top:1px solid #e0e0e0;padding:12px 16px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.teacher-layout-wrapper{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:2.25rem 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__dev-toggle{margin-top:auto;padding:16px 20px}.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;padding-top:36px;padding-bottom:36px;overflow:auto}.teacher-layout-wrapper__main--default-padding{padding-left:72px;padding-right:72px}.teacher-layout-wrapper__main--left-only-padding{padding-left:72px;padding-right:0}.teacher-layout-wrapper__main--none-padding{padding-left:0;padding-right:0}.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__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}.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}.lesson-recommendation-item{align-items:center;gap:16px;padding:0;display:flex}.lesson-recommendation-item__alert{background-color:#fff0f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.lesson-recommendation-item__content{flex:1}.lesson-recommendation-item__title{color:#333;font-family:Lato Bold,sans-serif;font-size:16px;font-weight:600;line-height:24px}.unit-recommendations-card{width:100%;margin-bottom:16px;display:flex;overflow:hidden}.unit-recommendations-card__indicator{background-color:#00b4c5;border-radius:8px 0 0 8px;flex-shrink:0;width:8px}.unit-recommendations-card__content{background-color:#fff;border:1px solid #d3e9ff;border-left:none;border-radius:0 8px 8px 0;flex-direction:column;flex:1;padding:8px 8px 24px;display:flex}.unit-recommendations-card__header{background-color:rgba(0,180,197,.05);border-radius:8px 8px 0 0;align-items:center;min-height:44px;margin-bottom:24px;padding:8px 10px;display:flex}.unit-recommendations-card__title,.unit-recommendations-card__title .text-html *{font-size:18px;font-weight:600;font-family:var(--font-first);color:#333;margin:0;line-height:28px;display:flex}.unit-recommendations-card__lessons{flex-direction:column;gap:8px;padding:0 16px;display:flex}.unit-recommendations-card__no-recommendations{font-size:16px;font-weight:500;font-family:var(--font-second);color:#828282;margin:0;line-height:24px}.prerequisite-progress-bar{--prerequisite-bar-height:6px;--prerequisite-bar-radius:3px;flex-direction:column;gap:4px;display:flex}.prerequisite-progress-bar__name{font-family:var(--font-second);color:#333;font-size:16px;font-weight:500;line-height:24px}.prerequisite-progress-bar__name--clickable{text-align:left;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;text-decoration:underline}.prerequisite-progress-bar__name--clickable:hover{color:#2566c0}.prerequisite-progress-bar__name--clickable:focus-visible{color:#2566c0}.prerequisite-progress-bar__bar-wrapper{padding-top:16px;position:relative}.prerequisite-progress-bar__marker{color:#ababab;line-height:0;position:absolute;top:-1px;transform:translate(-50%)}.prerequisite-progress-bar__marker .icon__wrapper svg{width:12px;height:12px}.prerequisite-progress-bar__bar{height:var(--prerequisite-bar-height);border-radius:var(--prerequisite-bar-radius);background-color:#e0e0e0;overflow:hidden}.prerequisite-progress-bar__bar-fill{height:100%;transition:width .3s}.prerequisite-progress-bar--mastered .prerequisite-progress-bar__bar-fill{background-color:#4adea0}.prerequisite-progress-bar--reviewing .prerequisite-progress-bar__bar-fill{background-color:#facc15}.prerequisite-progress-bar__footer{justify-content:space-between;align-items:center;gap:8px;padding-top:4px;display:flex}.prerequisite-progress-bar__status{font-family:var(--font-second);color:#333;border-radius:16px;padding:2px 8px;font-size:14px;font-weight:500;line-height:24px}.prerequisite-progress-bar__status--mastered{background-color:#cef8ea}.prerequisite-progress-bar__status--reviewing{background-color:#fff1c2}.prerequisite-progress-bar__mastery{font-family:var(--font-second);color:#4e4e4e;font-size:14px;line-height:20px}.prerequisite-progress-bar__mastery strong{font-family:var(--font-second-bold);color:#333}.education-year-selector .select-customizable__label{margin-bottom:8px}