.activity-combobox{width:100%;position:relative}.activity-combobox__input-wrapper{align-items:center;display:flex;position:relative}.activity-combobox__input{background-color:#fff;border:1px solid #ddd;border-radius:4px;width:100%;padding:8px 32px 8px 12px;font-size:14px;line-height:1.4;transition:border-color .2s,box-shadow .2s}.activity-combobox__input:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.activity-combobox__input::placeholder{color:#999}.activity-combobox__toggle{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.activity-combobox__toggle:hover{color:#333}.activity-combobox__toggle:focus{color:#007bff;outline:none}.activity-combobox__arrow{font-size:12px;transition:transform .2s}.activity-combobox__arrow--up{transform:rotate(180deg)}.activity-combobox__dropdown{z-index:1000;background:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 4px 4px;max-height:200px;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.activity-combobox__list{max-height:200px;margin:0;padding:0;list-style:none;overflow-y:auto}.activity-combobox__option{cursor:pointer;color:#333;border-bottom:1px solid #f0f0f0;padding:8px 12px;font-size:14px;line-height:1.4;transition:background-color .15s}.activity-combobox__option:last-child{border-bottom:none}.activity-combobox__option:hover,.activity-combobox__option--highlighted{background-color:#f8f9fa}.activity-combobox__option--highlighted{background-color:#e3f2fd}.activity-combobox__option[aria-selected=true]{color:#fff;background-color:#007bff}.activity-combobox__no-options{color:#999;text-align:center;padding:8px 12px;font-size:14px;font-style:italic}.activity-combobox--open .activity-combobox__input{border-bottom-color:#ddd;border-bottom-right-radius:0;border-bottom-left-radius:0}.activity-combobox__list{scrollbar-width:thin;scrollbar-color:#ccc transparent}.activity-combobox__list::-webkit-scrollbar{width:6px}.activity-combobox__list::-webkit-scrollbar-track{background:0 0}.activity-combobox__list::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:3px}.activity-combobox__list::-webkit-scrollbar-thumb:hover{background-color:#999}@media (prefers-color-scheme:dark){.activity-combobox__input{color:#fff;background-color:#2d2d2d;border-color:#555}.activity-combobox__input:focus{border-color:#0d6efd}.activity-combobox__input::placeholder{color:#aaa}.activity-combobox__dropdown{background:#2d2d2d;border-color:#555}.activity-combobox__option{color:#fff;border-bottom-color:#444}.activity-combobox__option:hover,.activity-combobox__option--highlighted{background-color:#3d3d3d}.activity-combobox__option--highlighted{background-color:#1e3a5f}.activity-combobox__no-options,.activity-combobox__toggle{color:#aaa}.activity-combobox__toggle:hover{color:#fff}}.chat-mermaid-card{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin:8px 0;transition:all .2s}.chat-mermaid-card:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.chat-mermaid-card--error{color:#e04949;box-shadow:none;cursor:default;background:#fef0ef;border-color:#e04949;padding:8px}.chat-mermaid-card--error:hover{box-shadow:none;border-color:#e04949;transform:none}.chat-mermaid-card__preview{padding:8px;overflow:hidden}.chat-mermaid-card__preview .diagram-mermaid,.chat-mermaid-card__preview .diagram-mermaid *{pointer-events:none;-webkit-user-select:none;user-select:none}.chat-mermaid-card__footer{background-color:#f2f2f2;border-top:1px solid #e0e0e0;border-radius:0 0 8px 8px;padding:16px}.chat-mermaid-card__footer__content{justify-content:space-between;align-items:center;gap:8px;display:flex}.chat-mermaid-card__footer__title{color:#333;align-items:center;gap:4px;font-size:16px;font-weight:600;display:flex}.chat-mermaid-card__footer svg path{fill:#333}.chat-message{margin-bottom:10px;display:block;position:relative}.chat-bubble{gap:8px;margin-bottom:0;display:flex}.chat-bubble__avatar{background-color:transparent;background-image:var(--tangerine-ai-bot);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:0%;flex-shrink:0;justify-content:center;align-self:flex-end;align-items:center;width:32px;height:32px;margin-bottom:0;display:flex;overflow:hidden}.chat-bubble__avatar--error{background-image:var(--tangerine-ai-bot-error)}.chat-bubble__content{flex-direction:column;flex:1;align-items:flex-start;gap:8px;display:flex}.chat-bubble__message-group{flex-direction:column;align-items:flex-start;width:100%;display:flex}.chat-bubble__message{word-wrap:break-word;color:#333;border:1px solid #e0e0e0;border-radius:8px;flex:1;font-size:16px;line-height:24px}.chat-bubble__message-content{padding:8px}.chat-bubble__message .markdown-container p{margin-bottom:.5rem}.chat-bubble__message .markdown-container p:last-child{margin-bottom:0}.chat-bubble__message .chat-d3-card{width:100%}.chat-bubble__message .chat-d3-card:first-child{margin-top:0}.chat-bubble__message .chat-d3-card:last-child{margin-bottom:0}.chat-bubble__image{margin-bottom:8px;padding:0 8px}.chat-bubble__image img{cursor:pointer;border-radius:8px;max-width:100%;max-height:300px;display:block}.chat-bubble__attachments{flex-direction:column;gap:8px;display:flex}.chat-bubble__attachments .chat-bubble__image{margin-bottom:0}.chat-bubble--bot .chat-bubble__content,.chat-bubble--bot .chat-bubble__message-group{width:100%}.chat-bubble--bot .chat-bubble__message{background-color:#fff;border-radius:8px 8px 8px 0;width:100%}.chat-bubble--user{flex-direction:row-reverse}.chat-bubble--user .chat-bubble__content{flex-direction:column;align-items:flex-end;display:flex}.chat-bubble--user .chat-bubble__message-group{align-self:flex-end;width:auto;max-width:80%}.chat-bubble--user .chat-bubble__message{background-color:var(--color-tangerine-ai-lighter,#d068d0);border:1px solid var(--color-tangerine-ai-light,#f0c0f0);color:#333;border-radius:8px 8px 0;width:100%}.chat-bubble--just-posted .chat-bubble__message{border-style:solid;border-width:1px;border-image:linear-gradient(111.12deg,var(--color-tangerine-ai,#bc3ebc)12.58%,var(--color-tangerine-ai-dark,#741571)100%)1}.chat-bubble__tool-indicators{flex-direction:column;gap:8px;width:100%;display:flex}.chat-message__bubble--error .chat-bubble__message{background:#fef0ef;border:1px solid #e04949}.chat-message--streaming .chat-bubble__content .typing-indicator{background-color:#fff;border:1px solid #f2f2f2;border-radius:8px 8px 8px 0;width:100%;padding:12px 16px}.chat-message__actions{align-items:center;gap:8px;margin-top:4px;margin-left:40px;display:flex}.chat-message__audio-button--loading{opacity:.6;cursor:wait}.chat-message--highlighted .chat-bubble--user .chat-bubble__message{border-color:#e04949}.chat-message__flag-button{transition:all .2s}.chat-message__flag-button--flagged{opacity:.7;cursor:default}.chat-message__flag-button--flagged:hover{opacity:.7}.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)}}.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}.unit-metrics-card{align-items:flex-start;gap:24px;width:100%;padding:8px 0;display:flex}.unit-metrics-card__info{flex-direction:column;flex:1;gap:8px;display:flex}.unit-metrics-card__title,.unit-metrics-card__title .text-html *{font-size:18px;font-weight:600;font-family:var(--font-first);color:#4e4e4e;margin:0;line-height:28px}.unit-metrics-card__recommendation-tag{background-color:#fff0f0;border-radius:8px;align-self:flex-start;align-items:center;gap:8px;padding:4px 8px;display:inline-flex}.unit-metrics-card__recommendation-tag--all-good{background-color:#eefaf4}.unit-metrics-card__recommendation-tag--all-good .unit-metrics-card__recommendation-icon,.unit-metrics-card__recommendation-tag--all-good .unit-metrics-card__recommendation-text{color:#135f3e}.unit-metrics-card__recommendation-tag--all-good svg path{fill:#135f3e!important}.unit-metrics-card__recommendation-icon{color:#ba1f33;font-size:20px}.unit-metrics-card__recommendation-text{font-size:16px;font-weight:500;font-family:var(--font-second);color:#ba1f33;line-height:24px}.unit-metrics-card__progress{flex:4;min-width:0}.prerequisite-list{flex-direction:column;gap:8px;display:flex}.prerequisite-list__description{font-family:var(--font-second);color:#4e4e4e;background-color:#f9f9f9;border-radius:8px;margin:0;padding:8px;font-size:14px;line-height:20px}.prerequisite-list__description strong{font-family:var(--font-second-bold)}.prerequisite-list__items{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.prerequisite-list__item{flex-direction:column;gap:4px;display:flex}.prerequisite-list__item:not(:last-child){border-bottom:1px solid #e0e0e0;padding-bottom:8px}.stat-card{--stat-card-icon-size:36px;--stat-card-toggle-size:24px;border:1px solid #e0e0e0;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;display:flex}.stat-card--expandable{flex-direction:column;align-items:stretch}.stat-card__row{align-items:center;gap:16px;width:100%;display:flex}.stat-card__icon{width:var(--stat-card-icon-size);height:var(--stat-card-icon-size);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.stat-card__icon--success{color:#28a773;background-color:#e6fbfc}.stat-card__icon--success .icon--color-default.icon--lib-skin path{fill:#02788a}.stat-card__icon--rollback{color:#e04949;background-color:#ffeaed}.stat-card__icon--rollback .icon--color-default.icon--lib-skin path{fill:#97033a}.stat-card__icon--timeline{color:#8e0d8e;background-color:#fff1ff}.stat-card__icon--timeline .icon--color-default.icon--lib-core path{fill:#8e0d8e}.stat-card__icon--time{color:#0a6910;background-color:#d7fedb}.stat-card__icon--time .icon--color-default.icon--lib-skin g,.stat-card__icon--time .icon--color-default.icon--lib-skin path{fill:#0a6910}.stat-card__icon--mastery{color:#8e0d8e;background-color:#fff1ff}.stat-card__icon--mastery .icon--color-default.icon--lib-skin path,.stat-card__icon--mastery .icon--color-default.icon--lib-core path{fill:#8e0d8e}.stat-card__description{font-family:var(--font-second);color:#4e4e4e;background-color:#f9f9f9;border-radius:8px;margin:0;padding:8px;font-size:14px;line-height:20px}.stat-card__info{flex:1;gap:8px;min-width:0;display:flex}.stat-card--layout-inline .stat-card__info{flex-direction:row-reverse;justify-content:flex-end;align-items:baseline}.stat-card--layout-spread{gap:0}.stat-card--layout-spread .stat-card__info{flex-direction:row;justify-content:space-between}.stat-card--layout-stacked .stat-card__info{flex-direction:column;align-items:flex-start;gap:2px}.stat-card__value{font-family:var(--font-second);color:#333;flex-shrink:0;font-weight:700}.stat-card--layout-inline .stat-card__value,.stat-card--layout-spread .stat-card__value{font-size:18px;line-height:26px}.stat-card__label{font-family:var(--font-second);color:#4e4e4e;font-size:14px;line-height:20px}.stat-card__toggle{width:var(--stat-card-toggle-size);height:var(--stat-card-toggle-size);cursor:pointer;color:#767676;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:transform .4s;display:flex}.stat-card__toggle svg{width:var(--stat-card-toggle-size);height:var(--stat-card-toggle-size)}.stat-card__toggle--expanded{transform:rotate(180deg)}