.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-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 .icon{width:14px;height:14px}.chat-icon-button--default{color:#767676}.chat-icon-button--error{color:#e04949}.chat-icon-button:hover:not(.chat-icon-button--disabled){color:#333;background-color:#f2f2f2}.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(--ui-color-brand-fod-primary-a);outline-offset:2px}.chat-icon-button--disabled{opacity:.5;cursor:not-allowed}.tool-indicator{border:1px solid var(--ui-color-brand-fod-primary-a);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{color:var(--ui-color-brand-fod-primary-a);flex-shrink:0;margin-right:12px}.tool-indicator__icon .icon{color:var(--ui-color-brand-fod-primary-a)}.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)}}.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(--ui-color-brand-fod-lighter);border:1px solid var(--ui-color-brand-fod-light);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(--ui-color-brand-fod-primary-a)12.58%,var(--ui-color-brand-fod-dark)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}.chat-badge{border-radius:16px;align-items:center;gap:4px;padding:4px 8px;font-size:14px;display:inline-flex}.chat-badge__emoji{font-size:inherit}.chat-badge__text{font-family:var(--font-second);color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:600;line-height:26px}.chat-badge--practice{background-color:#d6f6ff}.chat-badge--practice .chat-badge__text{color:#0a3366}.chat-badge--study{background-color:#ffe8ff}.chat-badge--study .chat-badge__text{color:#6b0a6b}.chat-badge--revision{background-color:#fff3e0}.chat-badge--revision .chat-badge__text{color:#e65100}.challenge-type-tag{align-items:center;gap:var(--ui-space-xs);padding:var(--ui-space-xxxs)var(--ui-space-xs);border-radius:var(--ui-radius-xxl);font-size:var(--ui-font-size-14);font-weight:var(--ui-font-weight-bold);font-family:var(--ui-font-family-body);line-height:var(--ui-line-height-20);text-overflow:ellipsis;white-space:nowrap;display:inline-flex;overflow:hidden}.challenge-type-tag:before{content:"";width:var(--ui-icon-size-md);height:var(--ui-icon-size-md);font-size:var(--ui-font-size-20);flex-shrink:0;line-height:1}.challenge-type-tag.done{background:var(--ui-color-neutral-grey-100);color:var(--ui-color-neutral-grey-600)}.challenge-type-tag.done:before{filter:grayscale()}.challenge-type-tag--new{background:var(--ui-color-green-200);color:var(--ui-color-green-800)}.challenge-type-tag--new:before{content:"🌱"}.challenge-type-tag--review{background:var(--ui-color-blue-200);color:var(--ui-color-blue-800)}.challenge-type-tag--review:before{content:"🧠"}.challenge-type-tag--combo{background:var(--ui-color-yellow-200);color:var(--ui-color-yellow-800)}.challenge-type-tag--combo:before{content:"⚡"}.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}.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}.learning-block-content{flex-direction:column;gap:16px;padding:16px;display:flex}.learning-block-content__header{flex-direction:column;display:flex}.learning-block-content__label-row{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.learning-block-content__label-group{align-items:center;gap:4px;display:flex}.learning-block-content__kc-info{flex-direction:column;gap:2px;display:flex}.learning-block-content__kc-statement{font-family:var(--font-second);color:#333;margin:0;font-size:18px;font-weight:500;line-height:26px}.learning-block-content__locations{flex-direction:column;gap:2px;margin:0;padding-left:16px;list-style:disc;display:flex}.learning-block-content__location{font-family:var(--font-second);color:#767676;margin:0;font-size:14px;line-height:20px}.learning-block-content__stats{flex-direction:column;gap:8px;display:flex}.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{width:200px;min-width:200px}.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:16px;display:flex}.radar-view__cards{flex-direction:column;gap:16px;padding-bottom:48px;display:flex}.radar-view .button.button--color-transparent-primary:disabled{opacity:.4;background-color:transparent}.education-year-selector .select-customizable__label{margin-bottom:8px}.subject-selection-dialog{--subject-selection-dialog-min-height:18.75rem;--subject-selection-dialog-icon-size:3.5rem}.subject-selection-dialog .dialog__content{min-height:var(--subject-selection-dialog-min-height)}.subject-selection-dialog__content{padding:20px 0}.subject-selection-dialog__error{margin:0 0 var(--ui-space-md);padding:var(--ui-space-sm)var(--ui-space-md);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-notification-error-stroke);background-color:var(--ui-color-notification-error-bg);border:var(--ui-stroke-1)solid var(--ui-color-notification-error-stroke);border-radius:var(--ui-radius-xl)}.subject-selection-dialog__list{gap:var(--ui-space-sm);grid-template-columns:1fr;margin:0;padding:0;list-style:none;display:grid}@media only screen and (min-width:480px){.subject-selection-dialog__list{grid-template-columns:repeat(2,1fr)}}.subject-selection-dialog__item:nth-child(8n+1){--subject-card-icon-bg:var(--ui-color-purple-500);--subject-card-icon-fg:var(--ui-color-neutral-white)}.subject-selection-dialog__item:nth-child(8n+2){--subject-card-icon-bg:var(--ui-color-pink-500);--subject-card-icon-fg:var(--ui-color-neutral-white)}.subject-selection-dialog__item:nth-child(8n+3){--subject-card-icon-bg:var(--ui-color-orange-500);--subject-card-icon-fg:var(--ui-color-orange-900)}.subject-selection-dialog__item:nth-child(8n+4){--subject-card-icon-bg:var(--ui-color-comp-yellow-500);--subject-card-icon-fg:var(--ui-color-comp-yellow-900)}.subject-selection-dialog__item:nth-child(8n+5){--subject-card-icon-bg:var(--ui-color-comp-blue-500);--subject-card-icon-fg:var(--ui-color-comp-blue-900)}.subject-selection-dialog__item:nth-child(8n+6){--subject-card-icon-bg:var(--ui-color-comp-green-500);--subject-card-icon-fg:var(--ui-color-comp-green-900)}.subject-selection-dialog__item:nth-child(8n+7){--subject-card-icon-bg:var(--ui-color-darkgreen-500);--subject-card-icon-fg:var(--ui-color-neutral-white)}.subject-selection-dialog__item:nth-child(8n+8){--subject-card-icon-bg:var(--ui-color-darkblue-500);--subject-card-icon-fg:var(--ui-color-neutral-white)}.subject-selection-dialog__card{justify-content:center;align-items:center;gap:var(--ui-space-sm);padding:var(--ui-space-md);color:var(--ui-color-text-default);text-align:center;background-color:var(--ui-color-bg-container-primary);border:var(--ui-stroke-1)solid var(--ui-color-neutral-grey-400);border-radius:var(--ui-radius-xl);cursor:pointer;flex-direction:column;width:100%;height:100%;transition:border-color .15s,background-color .15s;display:flex}.subject-selection-dialog__card:hover{border-color:var(--ui-color-neutral-grey-600)}.subject-selection-dialog__card:focus-visible{border-color:var(--ui-color-neutral-grey-600)}.subject-selection-dialog__card--selected,.subject-selection-dialog__card--selected:hover{border:var(--ui-stroke-2)solid var(--ui-color-brand-fod-primary-a);background-color:var(--ui-color-brand-fod-lighter)}.subject-selection-dialog__card--selected:focus-visible{border:var(--ui-stroke-2)solid var(--ui-color-brand-fod-primary-a);background-color:var(--ui-color-brand-fod-lighter)}.subject-selection-dialog__card-icon{width:var(--subject-selection-dialog-icon-size);height:var(--subject-selection-dialog-icon-size);color:var(--subject-card-icon-fg);background-color:var(--subject-card-icon-bg);border-radius:var(--ui-radius-xl);justify-content:center;align-items:center;display:inline-flex}.subject-selection-dialog__card-icon--image{background-color:transparent;overflow:hidden}.subject-selection-dialog__card-image{object-fit:cover;width:100%;height:100%}.subject-selection-dialog__card-title{font-family:var(--ui-font-family-body);font-weight:var(--ui-font-weight-bold);font-size:var(--ui-font-size-16);line-height:var(--ui-line-height-24)}.subject-selection-dialog__loading,.subject-selection-dialog__empty{font-family:var(--ui-font-family-body);font-size:var(--ui-font-size-18);line-height:var(--ui-line-height-24);min-height:var(--subject-selection-dialog-min-height);color:var(--ui-color-text-secondary);text-align:center;justify-content:center;align-items:center;display:flex}.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}}