@media (min-width: 576px){.container{padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}}.container--sm{max-width:var(--container-sm)}.container--md{max-width:var(--container-md)}.container--lg{max-width:var(--container-lg)}.container--xl{max-width:var(--container-xl)}.container--xxl{max-width:var(--container-xxl)}.container--full{max-width:100%}.theme-switcher{display:flex;flex-direction:column;gap:var(--spacing-md);padding:var(--spacing-lg);border:1px solid var(--theme-color-border);border-radius:var(--theme-border-radius);background-color:var(--theme-background)}.theme-switcher__label{font-weight:500;color:var(--theme-color-text)}.theme-switcher__select{padding:var(--spacing-sm) var(--spacing-md);border:1px solid var(--theme-color-border);border-radius:var(--theme-border-radius);background-color:var(--theme-background);color:var(--theme-color-text);font-size:var(--font-size-base);cursor:pointer;transition:var(--transition-base)}.theme-switcher__select:hover{border-color:var(--theme-primary)}.theme-switcher__select:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px rgba(var(--theme-primary),.1)}.theme-switcher__preview{display:flex;gap:var(--spacing-sm);align-items:center}.theme-switcher__color{width:2rem;height:2rem;border-radius:var(--theme-border-radius);border:1px solid var(--theme-color-border)}.logo{display:inline-block}.logo__image{width:100.42px;height:32px;display:block;border:none;outline:none;vertical-align:middle}.chat-header{width:157px;height:40px;display:flex;align-items:center;gap:12px;opacity:1}.chat-header__avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background-color:var(--theme-color-messageBackground, #ffffff);flex-shrink:0;position:relative}.chat-header__avatar-image{width:100%;height:100%;object-fit:cover;object-position:top center}.chat-header__info{width:105px;height:40px;display:flex;flex-direction:column;justify-content:center;opacity:1}.chat-header__name{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:20px;color:var(--theme-color-text, #000000);margin:0}.chat-header__status{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:var(--theme-color-textSecondary, rgba(0, 0, 0, .5));margin:0;vertical-align:middle}.chat-input{width:100%;max-width:887px;min-height:28px;max-height:120px;height:28px;padding:0 8px;border-radius:12px;border:none;outline:none;font-family:Inter,sans-serif;font-size:16px;line-height:140%;resize:none;overflow-y:auto;opacity:1;background-color:transparent;color:var(--theme-color-text, #000000);transition:height .2s ease;caret-color:var(--theme-primary, #6750A4)}.chat-input::placeholder{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:140%;color:#00000040;opacity:1}.chat-input:focus{outline:none}.chat-input{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.chat-input::-webkit-scrollbar{width:8px}.chat-input::-webkit-scrollbar-track{background:transparent}.chat-input::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.chat-input::-webkit-scrollbar-thumb:hover{background:#0000004d}.chat-input:disabled{opacity:.5;cursor:not-allowed;background-color:var(--theme-color-soft, rgba(239, 239, 240, .3))}.file-upload-card{width:186px;height:72px;padding:4px 24px 4px 4px;opacity:1;border-radius:100px 16px 16px 100px;background:var(--theme-color-soft, #F6F6FB);display:flex;align-items:center;gap:10px;position:relative;box-sizing:border-box}.file-upload-card__preview{width:64px;height:64px;position:relative;flex-shrink:0;border-radius:100px;overflow:hidden}.file-upload-card__preview-background{width:100%;height:100%;border-radius:100px;background:var(--theme-primary, #6750A4);opacity:.1;position:absolute;top:0;left:0}.file-upload-card__preview-progress{width:100%;height:100%;border-radius:100px;background:var(--theme-primary, #6750A4);opacity:1;position:absolute;top:0;left:0;transition:clip-path .2s ease}.file-upload-card__preview-check{width:100%;height:100%;border-radius:100px;background:var(--theme-primary, #6750A4);opacity:1;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center}.file-upload-card__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;justify-content:center}.file-upload-card__name{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;color:var(--theme-color-textSecondary, rgba(0, 0, 0, .4));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-upload-card__progress-text{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;color:var(--theme-color-textSecondary, rgba(0, 0, 0, .4))}.file-upload-card__close{position:absolute;top:6.34px;right:6.34px;width:11.31px;height:11.31px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;opacity:1;border-radius:2px;transition:opacity .2s ease}.file-upload-card__close:hover{opacity:.7}.file-upload-card__close img{width:100%;height:100%;object-fit:contain}.chat-footer{width:100%;display:flex;flex-direction:column;gap:var(--spacing-lg)}.chat-footer__files{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;align-items:flex-start}.chat-footer__actions{display:flex;justify-content:flex-end;align-items:center;gap:var(--spacing-md)}.chat-footer__file-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;opacity:1;transition:var(--transition-base);position:relative;width:36px;height:36px;border-radius:50%}.chat-footer__file-button:hover{opacity:.8}.chat-footer__file-icon{width:16px;height:20px;display:block;opacity:1;object-fit:contain;position:relative;filter:brightness(0)}.chat-footer__microphone{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;opacity:1;transition:var(--transition-base);position:relative;width:36px;height:36px;border-radius:50%}.chat-footer__microphone:hover{opacity:.8}.chat-footer__microphone--recording{background-color:var(--theme-primary, #6750A4);opacity:1}.chat-footer__microphone--recording:before{content:"";position:absolute;width:calc(100% + 6px);height:calc(100% + 6px);border-radius:50%;border:3px solid var(--theme-primary, #6750A4);opacity:.2;animation:pulse 1.5s ease-in-out infinite;top:-3px;left:-3px;box-sizing:border-box}.chat-footer__microphone--recording .chat-footer__microphone-icon{filter:brightness(0) invert(1)}.chat-footer__microphone-icon{width:16px;height:20px;display:block;filter:brightness(0);opacity:1;object-fit:contain;transition:filter .3s ease;position:relative;z-index:1}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}.chat-footer__send-button{min-height:28px;height:36px;padding:8px 16px;border-radius:var(--theme-border-radius, 14px);border:1px solid var(--theme-color-messageBackground, #ffffff);background-color:var(--theme-primary, #6750A4);display:flex;align-items:center;justify-content:center;gap:4px;cursor:pointer;opacity:1;transition:var(--transition-base)}.chat-footer__send-button:hover:not(:disabled){background-color:var(--theme-accent, #5a4390)}.chat-footer__send-button:disabled{opacity:.6;cursor:not-allowed}.chat-footer__send-icon{width:16px;height:18px;display:block;opacity:1;object-fit:contain}.chat-footer__recording{display:flex;align-items:center;gap:12px;padding:12px 16px;background-color:var(--theme-color-soft, rgba(239, 239, 240, .6));border-radius:12px;width:100%}.chat-footer__recording-timer{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.4;color:var(--theme-primary, #6750A4);min-width:40px;flex-shrink:0}.chat-footer__recording-waves{display:flex;align-items:center;justify-content:center;gap:3px;flex:1;height:32px}.chat-footer__recording-wave{width:3px;background-color:var(--theme-primary, #6750A4);border-radius:2px;transition:height .1s ease;min-height:4px}.chat-message{max-width:min(100%,618px);width:fit-content;min-width:0;min-height:53px;padding:16px 20px;opacity:1;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:130%;color:var(--theme-color-text, #000000);box-sizing:border-box;overflow-wrap:break-word;word-break:break-word;word-wrap:break-word;white-space:normal;word-spacing:normal;flex-shrink:0;position:relative}.chat-message--ai{border-radius:4px 10px 10px;background-color:var(--theme-color-messageBackground, #ffffff);box-shadow:0 1px #00000040;align-self:flex-start}.chat-message--user{border-radius:10px 10px 4px;background-color:var(--theme-user-message-background, rgba(103, 80, 164, .2));box-shadow:0 1px #00000040;align-self:flex-end}.chat-message__cards-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:12px;align-self:flex-start;width:100%;max-width:min(100%,618px)}.chat-message--card-selected{background-color:var(--theme-user-message-background, rgba(103, 80, 164, .2));padding:0;border-radius:10px 10px 4px;box-shadow:0 1px #00000040;align-self:flex-end;width:126px;height:126px}.chat-message--card-selected .card-choice{cursor:default;box-shadow:none;background:transparent;width:100%;height:100%}.chat-message--card-selected .card-choice:hover{transform:none;box-shadow:none}.chat-message__files{display:flex;flex-direction:column;gap:8px;margin-top:12px}.chat-message__file{display:flex;align-items:center;gap:12px;padding:8px 12px;background-color:var(--theme-color-soft, rgba(0, 0, 0, .05));border-radius:8px}.chat-message--user .chat-message__file{background-color:var(--theme-user-message-background, rgba(255, 255, 255, .2))}.chat-message__file-icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.chat-message__file-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0);opacity:.6}.chat-message__file-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.chat-message__file-name{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:var(--theme-color-text, #000000);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-message__file-size{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.4;color:var(--theme-color-textSecondary, rgba(0, 0, 0, .5))}.chat-message__file--uploading{opacity:.9}.chat-message__file-meta{display:flex;flex-direction:column;gap:6px;width:100%}.chat-message__file-progress-bar{width:100%;height:4px;background-color:var(--theme-color-soft, rgba(0, 0, 0, .1));border-radius:2px;overflow:hidden;position:relative}.chat-message--user .chat-message__file-progress-bar{background-color:var(--theme-user-message-background, rgba(255, 255, 255, .3))}.chat-message__file-progress-fill{height:100%;background-color:var(--theme-primary, #6750A4);border-radius:2px;transition:width .2s ease;position:relative;overflow:hidden}.chat-message__file-progress-fill:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.chat-message__file-spinner{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--theme-primary, #6750A4)}.chat-message__file-progress-circle{transform-origin:center;animation:spin 1s linear infinite;transition:stroke-dashoffset .2s ease}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card-choice{width:126px;height:126px;border-radius:12px;padding:18px;opacity:1;background:var(--theme-color-messageBackground, #FFFFFF);box-shadow:0 1px #00000040;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-base);box-sizing:border-box;flex-shrink:0}.card-choice:hover{transform:translateY(-2px);box-shadow:0 2px 4px #00000040}.card-choice--selected{background:var(--theme-user-message-background, #EBE3FF)}.card-choice__image{width:89.15211486816406px;height:90px;opacity:1;object-fit:contain;display:block}.chat-dialog{width:100%;max-width:920px;height:80vh;min-height:600px;max-height:80vh;min-width:0;display:flex;flex-direction:column;position:relative;border:1px solid var(--theme-border, rgba(224, 224, 245, .2));border-radius:20px;overflow:hidden;margin-bottom:0}.chat-dialog__header{width:100%;height:64px;padding:12px 20px;background-color:var(--theme-color-messageBackground, #ffffff);display:flex;align-items:center;gap:12px;opacity:1;flex-shrink:0}.chat-dialog__content{width:100%;flex:1;min-height:0;padding:20px 20px 28px;background-color:var(--theme-color-soft, rgba(239, 239, 240, .6));display:flex;flex-direction:column;gap:12px;opacity:1;overflow-y:auto;overflow-x:hidden;justify-content:flex-start;box-sizing:border-box;position:relative;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.chat-dialog__content::-webkit-scrollbar{width:8px}.chat-dialog__content::-webkit-scrollbar-track{background:transparent}.chat-dialog__content::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.chat-dialog__content::-webkit-scrollbar-thumb:hover{background:#0000004d}.chat-dialog__footer{width:100%;min-height:132px;padding:20px 16px;display:flex;flex-direction:column;gap:var(--spacing-xl);opacity:1;flex-shrink:0;align-items:center;background-color:var(--theme-color-messageBackground, #ffffff)}.onboarding-header{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%;height:84px;background-color:var(--theme-color-messageBackground, #ffffff);border-bottom:.5px solid var(--theme-border, rgba(59, 44, 41, .1));box-sizing:border-box}.onboarding-header__container{width:100%;max-width:1440px;height:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:20px 32px;box-sizing:border-box}.onboarding-header__logo{display:flex;align-items:center;line-height:0}.onboarding-header__user-section{display:flex;align-items:center;gap:10px;position:relative}.onboarding-header__user-name{font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:28px;color:var(--theme-color-text, #000000);text-align:center}.onboarding-header__avatar{width:44px;height:44px;border-radius:20px;padding:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;background-color:var(--theme-user-message-background, #EDEEFC);transition:background-color .2s}.onboarding-header__avatar-image{width:100%;height:100%;object-fit:cover;border-radius:12px}.onboarding-header__avatar-placeholder{width:100%;height:100%;border-radius:12px;background-color:transparent}.onboarding-header__dots{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.onboarding-header__dots:hover{opacity:.7}.onboarding-header__dots:active{opacity:.5}.onboarding-header__menu{position:absolute;top:calc(100% + 8px);right:0;background-color:var(--theme-color-messageBackground, #ffffff);border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:160px;padding:8px 0;z-index:1001;animation:menuFadeIn .2s ease-out}@keyframes menuFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.onboarding-header__menu-item{width:100%;padding:12px 16px;background:none;border:none;text-align:left;font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:var(--theme-color-text, #000000);cursor:pointer;transition:background-color .2s}.onboarding-header__menu-item:hover{background-color:var(--theme-user-message-background, rgba(0, 0, 0, .05))}.onboarding-header__menu-item:active{background-color:var(--theme-user-message-background, rgba(0, 0, 0, .1))}@media (max-width: 768px){.onboarding-header__container{padding:16px 20px}.onboarding-header__user-name{font-size:14px;line-height:20px}.onboarding-header__avatar{width:36px;height:36px;padding:6px}}.course-tabs{display:flex;justify-content:center;align-items:center}.course-tabs__container{width:512px;height:48px;padding:4px;gap:4px;opacity:1;border-radius:22px;background:var(--theme-color-soft, #EFEFF0);display:flex;align-items:center;box-sizing:border-box}.course-tabs__tab{width:250px;height:40px;padding:4px 12px;border:none;border-radius:80px;background:transparent;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.course-tabs__tab--active{background:var(--theme-tab-active-background, #E9E9FF);color:var(--theme-primary, #6750A4);opacity:1}.course-tabs__tab:not(.course-tabs__tab--active){background:var(--theme-color-soft, #EFEFF0);color:var(--theme-color-textSecondary, rgba(0, 0, 0, .5));opacity:1}.course-card{width:257px;height:478px;padding:20px;opacity:1;border-radius:16px;background:var(--theme-color-messageBackground, #FFFFFF);display:flex;flex-direction:column;gap:15px;box-sizing:border-box;transition:transform .2s ease,box-shadow .2s ease}.course-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.course-card__title{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:24px;line-height:130%;color:var(--theme-color-text, #000000);margin:0;padding:0;flex-shrink:0}.course-card__lessons{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;vertical-align:middle;color:var(--theme-color-textSecondary, rgba(0, 0, 0, .5));margin:0;padding:0;flex-shrink:0}.course-card__progress{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.course-card__progress-label{display:flex;justify-content:space-between;align-items:center;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:var(--theme-color-textSecondary, rgba(0, 0, 0, .5))}.course-card__progress-percent{font-weight:500;color:var(--theme-color-text, #000000)}.course-card__progress-bar{width:100%;height:8px;background-color:var(--theme-color-soft, rgba(0, 0, 0, .05));border-radius:4px;overflow:hidden}.course-card__progress-fill{height:100%;background-color:var(--theme-primary, #6750A4);border-radius:4px;transition:width .3s ease}.course-card__action{width:219px;height:48px;padding:0 32px;gap:8px;border-radius:20px;border:1px solid var(--theme-primary, #6750A4);font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:140%;cursor:pointer;transition:all .2s ease;box-sizing:border-box;margin-top:auto;flex-shrink:0;display:flex;align-items:center;justify-content:center}.course-card__action--primary{background-color:var(--theme-primary, #6750A4);color:var(--theme-color-messageBackground, #FFFFFF);border-color:var(--theme-primary, #6750A4)}.course-card__action--primary:hover{background-color:var(--theme-accent, #5a4390);border-color:var(--theme-accent, #5a4390)}.course-card__action--secondary{background-color:var(--theme-color-messageBackground, #FFFFFF);color:var(--theme-primary, #6750A4);border-color:var(--theme-primary, #6750A4)}.course-card__action--secondary:hover{background-color:var(--theme-user-message-background, rgba(103, 80, 164, .05))}.course-page-tabs{display:flex;align-items:center;width:100%}.course-page-tabs__container{width:100%;height:44px;gap:4px;border-radius:20px;padding:4px;display:flex;align-items:center;box-sizing:border-box;background:transparent}.course-page-tabs__tab{flex:1;height:36px;gap:4px;border-radius:24px;padding:8px;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-sizing:border-box;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;text-align:center;vertical-align:middle;background:transparent}.course-page-tabs__tab--active{background:var(--theme-primary, #6750A4);color:var(--theme-color-messageBackground, #FFFFFF)}.course-page-tabs__tab:not(.course-page-tabs__tab--active){background:transparent;color:var(--theme-color-textSecondary, rgba(0, 0, 0, .5))}.course-stats{display:flex;gap:20px;align-items:flex-start}.course-stats__block{width:216px;height:100px;gap:20px;border-radius:20px;padding:16px;background:var(--theme-color-messageBackground, #FFFFFF);display:flex;flex-direction:column;box-sizing:border-box}.course-stats__block--large{width:444px}.course-stats__label{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000);margin-bottom:auto}.course-stats__value{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;letter-spacing:0;color:var(--theme-color-text, #000000)}.course-stats__progress-container{display:flex;align-items:center;width:100%}.course-stats__progress-bar{width:412px;height:28px;border-radius:16px;background:#0000000a;position:relative;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.course-stats__progress-fill{position:absolute;left:0;top:0;height:28px;background:var(--theme-user-message-background, #E0E0F5);border-radius:16px;transition:width .3s ease}.course-stats__progress-value{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;letter-spacing:0;text-align:center;color:var(--theme-color-text, #000000);position:relative;z-index:1}.learning-outcomes-modules{width:100%;max-width:852px;display:flex;flex-direction:column;gap:20px}.learning-outcomes-modules__item{display:flex;flex-direction:column;gap:8px}.learning-outcomes-modules__header{display:flex;justify-content:space-between;align-items:center;width:100%}.learning-outcomes-modules__title{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000);flex:1}.learning-outcomes-modules__percentage{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;text-align:right;margin-left:12px}.learning-outcomes-modules__percentage--in-progress{color:var(--theme-color-text, #000000)}.learning-outcomes-modules__percentage--complete{color:var(--theme-primary, #6750A4)}.learning-outcomes-modules__percentage--zero{color:var(--theme-color-textSecondary, rgba(0, 0, 0, .5))}.learning-outcomes-modules__progress-bar{width:100%;height:2px;border-radius:80px;background:#0000000a;position:relative;overflow:hidden}.learning-outcomes-modules__progress-fill{height:2px;background:var(--theme-secondary, #B899EB);border-radius:80px;transition:width .3s ease}.highlights{display:flex;gap:28px;width:100%;margin-top:20px}.highlights__card{flex:1;height:104px;gap:20px;border-radius:20px;padding:16px;background:var(--theme-color-soft, #EDEEFC);display:flex;flex-direction:column;box-sizing:border-box}.highlights__title{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000);margin-bottom:auto}.highlights__value-row{display:flex;align-items:flex-end;justify-content:space-between;width:100%}.highlights__value{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:24px;line-height:32px;letter-spacing:0;color:var(--theme-color-text, #000000)}.highlights__change{display:flex;align-items:center;gap:4px;color:var(--theme-color-text, #000000)}.highlights__change-icon{width:12.5px;height:8px;flex-shrink:0;display:block}.highlights__change-text{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:16px;letter-spacing:0}.course-details{display:flex;gap:24px;align-items:flex-start;width:100%}.course-details__sections{width:232px;flex-shrink:0;display:flex;flex-direction:column;background:transparent;overflow:hidden}.course-details__section-item{width:232px;min-height:40px;border-bottom:1px solid var(--theme-border, rgba(239, 239, 240, .7));padding:12px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:16px;letter-spacing:0;color:var(--theme-color-text, #000000);cursor:pointer;transition:background-color .2s ease;box-sizing:border-box}.course-details__section-item:last-child{border-bottom:none}.course-details__section-item:hover{background-color:transparent}.course-details__section-item--active{background-color:transparent;color:var(--theme-primary, #6750A4)}.course-details__content{flex:1;min-width:0;padding:16px;gap:12px;border-radius:20px;background:var(--theme-color-messageBackground, #FFFFFF);box-sizing:border-box;display:flex;flex-direction:column}.course-details__content-title{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;letter-spacing:0;color:var(--theme-color-text, #000000);margin:0}.course-details__content-module{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;vertical-align:middle;color:var(--theme-primary, #6750A4);margin-top:-4px;margin-bottom:12px}.course-details__content-blocks{display:flex;flex-direction:row;gap:12px;align-items:flex-start}.course-details__content-block{display:flex;flex-direction:column;gap:4px;flex:1}.course-details__content-block-header{width:fit-content;height:16px;padding:0;gap:4px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:16px;letter-spacing:0;background:transparent;color:var(--black-40, #00000066);display:flex;align-items:center;box-sizing:border-box}.course-details__content-block-value{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000)}.course-details__assessments-title{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;letter-spacing:0;color:var(--theme-color-text, #000000);margin:12px 0 0}.course-details__assessments-list{display:flex;flex-direction:column;gap:4px;margin-top:6px}.course-details__assessment-item{width:100%;max-width:584px;min-height:68px;gap:4px;border-radius:12px;padding:12px;background:var(--theme-color-messageBackground, #FFFFFF);display:flex;flex-direction:column;box-sizing:border-box}.course-details__assessment-title{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0;color:var(--theme-color-text, #000000);margin-bottom:4px}.course-details__assessment-description{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000)}.course-details__divider{border:1px solid var(--theme-border, rgba(0, 0, 0, .1));margin:12px 0;padding:0}.course-details__materials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:6px}.course-details__material-card{width:100%;min-width:180px;height:140px;gap:8px;border-radius:20px;padding:16px;background:var(--theme-color-soft, rgba(237, 238, 252, .3));display:flex;flex-direction:column;box-sizing:border-box;position:relative}.course-details__material-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.course-details__material-type{width:fit-content;height:20px;padding:2px 8px;gap:8px;border-radius:8px;background:var(--theme-color-messageBackground, #FFFFFF);font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:16px;letter-spacing:0;color:var(--theme-color-textSecondary, rgba(0, 0, 0, .4));display:flex;align-items:center;box-sizing:border-box}.course-details__material-name{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000);margin-bottom:4px}.course-details__material-description{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:16px;letter-spacing:0;color:var(--theme-color-textSecondary, rgba(0, 0, 0, .4));flex:1}.course-details__material-download{width:16px;height:16px;cursor:pointer;display:block;flex-shrink:0;color:var(--theme-color-textSecondary, rgba(0, 0, 0, .4))}.schedule{width:100%}.schedule__header{display:flex;justify-content:space-between;align-items:center;width:100%}.schedule__week-selector{display:flex;align-items:center;gap:8px}.schedule__week-block{width:164px;height:36px;padding:8px 16px;gap:8px;border-radius:8px;background:var(--theme-color-soft, rgba(237, 238, 252, .3));display:flex;align-items:baseline;box-sizing:border-box}.schedule__week-number{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000);display:inline-block}.schedule__week-range{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000);display:inline-block}.schedule__week-arrows{display:flex;align-items:center;gap:4px}.schedule__arrow-button{width:36px;height:36px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.schedule__arrow-button:hover{opacity:.7}.schedule__arrow-button--left img{transform:rotate(180deg)}.schedule__arrow-button--right img{transform:rotate(0)}.schedule__arrow-button img{width:16px;height:18px;display:block}.schedule__course-info{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000)}.schedule__activity-row{display:flex;align-items:center;justify-content:flex-start;width:100%;margin-top:12px;gap:8px}.schedule__activity-title{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;text-align:left;vertical-align:middle;color:var(--theme-color-textSecondary, rgba(0, 0, 0, .5))}.schedule__activity-percentage{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;text-align:left;color:var(--theme-accent, #6750A4)}.schedule__progress-bar{width:100%;height:2px;border-radius:80px;background:var(--theme-user-message-background, rgba(0, 0, 0, .04));position:relative;overflow:hidden;margin-top:8px}.schedule__progress-fill{height:2px;background:var(--theme-secondary, #B899EB);border-radius:80px;transition:width .3s ease}.schedule__lectures{display:flex;flex-direction:column;gap:24px;margin-top:32px}.schedule__lecture{display:flex;flex-direction:column;gap:12px}.schedule__lecture-header{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%}.schedule__lecture-title{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000)}.schedule__lecture-date{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000)}.schedule__lecture-materials{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.schedule__material-card{width:100%;min-width:180px;height:156px;gap:8px;border-radius:20px;padding:24px;background:var(--theme-color-messageBackground, #FFFFFF);display:flex;flex-direction:column;box-sizing:border-box;position:relative}.schedule__material-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.schedule__material-type{width:fit-content;height:20px;padding:2px 8px;gap:8px;border-radius:8px;background:var(--theme-color-soft, rgba(237, 238, 252, .3));font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:16px;letter-spacing:0;color:var(--theme-color-textSecondary, rgba(0, 0, 0, .4));display:flex;align-items:center;box-sizing:border-box}.schedule__material-name{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000);margin-bottom:4px}.schedule__material-description{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:16px;letter-spacing:0;color:var(--theme-color-textSecondary, rgba(0, 0, 0, .4));flex:1}.schedule__material-download{width:16px;height:16px;cursor:pointer;display:block;flex-shrink:0;color:var(--theme-color-textSecondary, rgba(0, 0, 0, .4))}.students{width:100%;margin-top:20px}.students__controls{display:flex;align-items:center;gap:16px;width:100%}.students__search{width:705px;height:28px;padding:4px 8px;gap:8px;border-radius:16px;border:.5px solid var(--theme-border, rgba(0, 0, 0, .1));background:var(--theme-color-messageBackground, rgba(255, 255, 255, .8));display:flex;align-items:center;box-sizing:border-box}.students__search-icon{width:14px;height:14px;flex-shrink:0;display:block}.students__search-input{flex:1;border:none;outline:none;background:transparent;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000);padding:0;margin:0}.students__search-input::placeholder{color:var(--theme-color-textSecondary, rgba(0, 0, 0, .2))}.students__sort{width:auto;height:28px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative}.students__sort-icon{width:14px;height:7px;display:block;color:var(--theme-color-text, #000000)}.students__invite-button{width:119px;height:32px;padding:0 16px;gap:8px;border-radius:100px;border:none;background:var(--theme-primary, #6750A4);cursor:pointer;display:flex;align-items:center;justify-content:center;box-sizing:border-box;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:12px;line-height:1;letter-spacing:0;text-align:center;color:var(--theme-color-messageBackground, #FFFFFF);transition:opacity .2s ease;white-space:nowrap}.students__invite-button:hover{background:var(--theme-accent, #5a4390)}.students__invite-button:active{opacity:.9}.students__table-container{width:100%;margin-top:32px}.students__table{width:100%;border-collapse:collapse}.students__table-header-row{width:100%}.students__table-header{padding:0 0 12px;text-align:left;vertical-align:middle;border-bottom:1px solid var(--theme-border, rgba(0, 0, 0, .1))}.students__table-header-content{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:16px;letter-spacing:0;color:var(--theme-color-textSecondary, rgba(0, 0, 0, .66))}.students__table-sort-button{padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.students__table-sort-icon{width:11px;height:11px;display:block}.students__table-row{width:100%;transition:background-color .2s ease}.students__table-row:hover{background-color:var(--theme-user-message-background, rgba(103, 80, 164, .05))}.students__table-cell{padding:12px 0;text-align:left;vertical-align:middle;border-bottom:1px solid var(--theme-border, rgba(0, 0, 0, .1))}.students__student-info{display:flex;align-items:center;gap:12px}.students__student-avatar{width:32px;height:32px;padding:4px;border-radius:50%;object-fit:cover;flex-shrink:0;box-sizing:border-box}.students__student-avatar-placeholder{width:32px;height:32px;padding:4px;border-radius:50%;background:var(--theme-secondary, #B899EB);flex-shrink:0;box-sizing:border-box}.students__student-name,.students__grade{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:16px;letter-spacing:0;color:var(--theme-color-text, #000000)}.students__engagement{display:flex;align-items:center;gap:8px}.students__engagement-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.students__engagement-percent,.students__status{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:16px;letter-spacing:0}.students__status--registered{color:var(--theme-primary, #6750A4)}.students__status--unregistered{color:var(--theme-color-textSecondary, rgba(0, 0, 0, .4))}.main-layout{display:flex;flex-direction:column;min-height:100vh}.main-layout__header{flex-shrink:0;position:fixed;top:0;left:0;right:0;z-index:1000}.main-layout__main{flex:1;padding-top:calc(84px + var(--spacing-xl));padding-bottom:var(--spacing-xl)}.main-layout__footer{flex-shrink:0;margin-top:auto}.home-page{width:100%;max-width:1440px;margin:0 auto;padding:0;box-sizing:border-box}.home-page__header-section{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;box-sizing:border-box;gap:20px}.home-page__title{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:21px;line-height:28px;color:var(--theme-color-text, #000000);margin:0;flex-shrink:0}.home-page__center{flex:1;display:flex;justify-content:center;align-items:center}.home-page__new-course-button{width:154px;height:48px;padding:4px 8px;border:1px solid var(--theme-primary, #6750A4);border-radius:100px;background:transparent;cursor:pointer;opacity:1;transition:all .2s ease;box-sizing:border-box;flex-shrink:0}.home-page__new-course-button:hover{background:var(--theme-user-message-background, rgba(103, 80, 164, .05))}.home-page__new-course-content{width:138px;height:36px;padding:6px 12px;gap:4px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.home-page__new-course-icon{width:14px;height:14px;opacity:1;flex-shrink:0;background-color:var(--theme-primary, #6750A4);mask:url(/images/plus.svg) no-repeat center;mask-size:contain;-webkit-mask:url(/images/plus.svg) no-repeat center;-webkit-mask-size:contain}.home-page__new-course-text{font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:140%;vertical-align:middle;color:var(--theme-primary, #6750A4);white-space:nowrap}.home-page__courses-grid{display:grid;grid-template-columns:repeat(auto-fill,257px);gap:15px;margin-top:32px;width:100%;box-sizing:border-box;justify-content:start;overflow-x:hidden}.button{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--theme-border-radius);font-weight:500;cursor:pointer;transition:var(--transition-base);font-family:inherit}.button:disabled{opacity:.6;cursor:not-allowed}.button--primary{background-color:var(--theme-primary);color:var(--theme-color-messageBackground, #fff)}.button--primary:hover:not(:disabled){background-color:var(--theme-accent)}.button--secondary{background-color:var(--theme-secondary);color:var(--theme-color-messageBackground, #fff)}.button--secondary:hover:not(:disabled){opacity:.9}.button--outline{background-color:transparent;border:1px solid var(--theme-primary);color:var(--theme-primary)}.button--outline:hover:not(:disabled){background-color:var(--theme-primary);color:var(--theme-color-messageBackground, #fff)}.button--ghost{background-color:transparent;color:var(--theme-primary)}.button--ghost:hover:not(:disabled){background-color:var(--theme-primary);opacity:.1}.button--sm{padding:var(--spacing-sm) var(--spacing-md);font-size:var(--font-size-sm)}.button--md{padding:var(--spacing-md) var(--spacing-lg);font-size:var(--font-size-base)}.button--lg{padding:var(--spacing-lg) var(--spacing-xl);font-size:var(--font-size-lg)}.button--full-width{width:100%}.input-wrapper{display:flex;flex-direction:column;gap:var(--spacing-sm);width:100%}.input-wrapper__label{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:28px;color:var(--theme-color-text, #000000)}.input{width:100%;padding:var(--spacing-md);border:.5px solid rgba(0,0,0,.33);border-radius:var(--theme-border-radius);background-color:#fffc;color:var(--theme-color-text);font-size:var(--font-size-base);font-family:inherit;transition:var(--transition-base)}.input:focus{outline:none;border-color:var(--theme-primary, #6750A4);box-shadow:0 0 0 3px rgba(var(--theme-primary-rgb, 103, 80, 164),.1)}.input::placeholder{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:28px;color:#00000054}.input--error{border-color:#a00}.input--error:focus{border-color:#a00;box-shadow:0 0 0 3px #aa00001a}.input-wrapper__error{font-size:var(--font-size-sm);color:red;margin-top:4px}.input:valid:not(:placeholder-shown){border-color:#00ba00}.input:valid:not(:placeholder-shown):focus{border-color:#00ba00;box-shadow:0 0 0 3px #00ba001a}.password-input-wrapper{display:flex;flex-direction:column;gap:var(--spacing-sm);width:100%}.password-input-wrapper__label{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:28px;color:var(--theme-color-text, #000000)}.password-input-container{position:relative;width:100%}.password-input{width:100%;padding:var(--spacing-md);padding-right:48px;border:.5px solid rgba(0,0,0,.33);border-radius:var(--theme-border-radius);background-color:#fffc;color:var(--theme-color-text);font-size:var(--font-size-base);font-family:inherit;transition:var(--transition-base)}.password-input:focus{outline:none;border-color:var(--theme-primary, #6750A4);box-shadow:0 0 0 3px rgba(var(--theme-primary-rgb, 103, 80, 164),.1)}.password-input::placeholder{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:28px;color:#00000054}.password-input--error{border-color:#a00}.password-input--error:focus{border-color:#a00;box-shadow:0 0 0 3px #aa00001a}.password-input__toggle{position:absolute;right:var(--spacing-md);top:0;height:100%;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;color:#00000080;transition:var(--transition-base)}.password-input__toggle:hover{color:#000c}.password-input__toggle:focus{outline:none;color:var(--theme-primary, #6750A4)}.password-input__icon-closed{width:20px;height:10px;opacity:.2;display:block;filter:brightness(0)}.password-input-wrapper__error{font-size:var(--font-size-sm);color:red;margin-top:4px}.password-input:valid:not(:placeholder-shown){border-color:#00ba00}.password-input:valid:not(:placeholder-shown):focus{border-color:#00ba00;box-shadow:0 0 0 3px #00ba001a}.sign-in-page{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.sign-in-page__background{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.sign-in-page__logo{position:absolute;top:48px;left:48px;z-index:10}.sign-in-page__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.sign-in-page__form-wrapper{width:680px;background-color:var(--theme-color-messageBackground, #ffffff);border-radius:32px;padding:24px;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);box-shadow:0 20px 60px rgba(var(--theme-primary-rgb, 103, 80, 164),.2);display:flex;flex-direction:column;align-items:center;justify-content:center}.sign-in-page__inner-block{max-width:632px;width:100%;padding:32px;display:flex;flex-direction:column;gap:64px;opacity:1;position:relative}.sign-in-page__title{max-width:568px;width:100%;font-family:Inter,sans-serif;font-weight:600;font-size:36px;line-height:32px;color:var(--theme-color-text, #000000);text-align:left;opacity:1;flex-shrink:0;margin-bottom:0}.sign-in-page__form-block{max-width:568px;width:100%;display:flex;flex-direction:column;gap:24px;opacity:1}.sign-in-page__form{display:flex;flex-direction:column;gap:24px;flex:1;width:100%}.sign-in-page__submit-button{max-width:568px;width:100%;min-height:56px;gap:8px;border-radius:20px;padding:20px 24px;background-color:var(--theme-primary, #6750A4);opacity:1}.sign-in-page__submit-button:hover:not(:disabled){background-color:var(--theme-accent, #5a4390)}.sign-in-page__copyright{position:absolute;bottom:24px;left:50%;transform:translate(-50%);font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;color:var(--theme-color-text, #000000);opacity:.5;text-align:center;z-index:10;white-space:nowrap}@media (max-width: 768px){.sign-in-page__logo{top:24px;left:24px}.sign-in-page__content{width:calc(100% - 48px)}.sign-in-page__form-wrapper{width:100%;height:auto;min-height:400px;padding:20px}}.onboarding-page{position:relative;width:100%;min-height:100vh;background-color:var(--theme-background, #F9F9FA)}.onboarding-page__content{position:relative;z-index:1;padding-top:120px;display:flex;width:100%;max-width:1440px;margin:0 auto;padding-left:32px;padding-right:32px;box-sizing:border-box;gap:28px}.onboarding-page__left{width:30%;min-width:361px;display:flex;flex-direction:column;align-items:flex-start;box-sizing:border-box;flex-shrink:0}.onboarding-page__steps{display:flex;flex-direction:column;gap:12px;width:100%}.onboarding-page__right{width:70%;flex:1;display:flex;justify-content:flex-start;align-items:flex-start;box-sizing:border-box;overflow:hidden}.onboarding-page__welcome-block{width:361px;min-height:116px;padding:28px;border-radius:20px;background:var(--theme-color-messageBackground, #ffffff);border-bottom:1px solid var(--theme-border, rgba(0, 0, 0, .1));display:flex;flex-direction:column;gap:12px;box-sizing:border-box}.onboarding-page__welcome-title{font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:28px;color:var(--theme-color-text, #000000);margin:0}.onboarding-page__welcome-text{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:var(--theme-color-text, #000000);margin:0}.onboarding-page__welcome-block--completed{opacity:.6;position:relative}.onboarding-page__welcome-block--completed{opacity:.6}.onboarding-page__welcome-block--active{opacity:1}.course-page{width:100%;max-width:1440px;margin:0 auto;padding:0;box-sizing:border-box;display:flex;gap:28px;align-items:flex-start;min-height:calc(100vh - 120px)}.course-page__left{width:68%;flex-shrink:0;display:flex;flex-direction:column;box-sizing:border-box}.course-page__breadcrumbs{display:flex;align-items:center;gap:4px;padding-bottom:20px}.course-page__breadcrumbs-home{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;vertical-align:middle;color:var(--theme-color-text, #000000);opacity:.5;transition:opacity .2s ease}.course-page__breadcrumbs-home:hover{opacity:.7}.course-page__breadcrumbs-course{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;vertical-align:middle;color:var(--theme-color-text, #000000)}.course-page__title{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;letter-spacing:0;margin:0;padding-bottom:20px;color:var(--theme-color-text, #000000)}.course-page__tabs{padding-bottom:20px}.course-page__divider{border:1px solid var(--theme-border, rgba(0, 0, 0, .1));margin:20px 0;padding:0}.course-page__stats{margin-top:20px}.course-page__outcomes{width:100%;max-width:900px;min-height:334px;padding:24px 24px 32px;gap:28px;border-radius:20px;background:var(--theme-color-messageBackground, #FFFFFF);box-sizing:border-box;margin-top:20px}.course-page__outcomes-title{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000);margin:0 0 28px}.course-page__highlights{margin-top:20px}.course-page__right{width:32%;flex-shrink:0;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden;align-self:flex-start;position:sticky;top:20px;height:80vh}.course-page__content{padding:20px 0}.course-page__back-button{margin-top:20px;padding:8px 16px;background:var(--theme-primary, #6750A4);color:var(--theme-color-messageBackground, #FFFFFF);border:none;border-radius:8px;cursor:pointer;font-family:Inter,sans-serif;font-size:14px}.course-page__back-button:hover{background:var(--theme-accent, #5a4390)}.student-page{width:100%;max-width:1440px;margin:0 auto;padding:0;box-sizing:border-box;display:flex;gap:28px;align-items:flex-start;min-height:calc(100vh - 120px)}.student-page__left{width:68%;flex-shrink:0;display:flex;flex-direction:column;box-sizing:border-box}.student-page__right{width:32%;flex-shrink:0;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden;align-self:flex-start;position:sticky;top:20px;height:80vh}.student-page__breadcrumbs{display:flex;align-items:center;gap:4px;padding-bottom:20px}.student-page__breadcrumbs-home{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;vertical-align:middle;color:var(--theme-color-text, #000000);opacity:.5;transition:opacity .2s ease}.student-page__breadcrumbs-home:hover{opacity:.7}.student-page__breadcrumbs-course{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;vertical-align:middle;color:var(--theme-color-text, #000000);opacity:.5;transition:opacity .2s ease}.student-page__breadcrumbs-course:hover{opacity:.7}.student-page__breadcrumbs-student{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;vertical-align:middle;color:var(--theme-color-text, #000000)}.student-page__title-container{display:flex;align-items:center;justify-content:space-between;padding-top:20px;padding-bottom:20px}.student-page__title-left{display:flex;align-items:center;gap:12px}.student-page__avatar{width:28px;height:28px;padding:4px;border-radius:50%;object-fit:cover;flex-shrink:0;box-sizing:border-box}.student-page__avatar-placeholder{width:28px;height:28px;padding:4px;border-radius:50%;background:var(--theme-secondary, #B899EB);flex-shrink:0;box-sizing:border-box}.student-page__title{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;letter-spacing:0;margin:0;color:var(--theme-color-text, #000000)}.student-page__invite-button{width:134px;height:48px;padding:16px;gap:8px;border-radius:16px;border:none;background:var(--theme-primary, #6750A4);cursor:pointer;display:flex;align-items:center;justify-content:center;box-sizing:border-box;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:12px;line-height:1;letter-spacing:0;text-align:center;color:var(--theme-color-messageBackground, #FFFFFF);transition:opacity .2s ease;white-space:nowrap;box-shadow:0 10px 20px rgba(var(--theme-primary-rgb, 103, 80, 164),.15)}.student-page__invite-button:hover{background:var(--theme-accent, #5a4390)}.student-page__invite-button:active{opacity:.9}.student-page__content{width:100%;display:flex;flex-direction:column;box-sizing:border-box}.student-page__content--after-chart{margin-top:20px}.student-page__content-blocks{display:flex;flex-direction:row;gap:12px;align-items:flex-start}.student-page__content-block{display:flex;flex-direction:column;gap:4px;flex:1}.student-page__content-block-header{width:fit-content;height:16px;padding:0;gap:4px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:16px;letter-spacing:0;background:transparent;color:var(--black-40, #00000066);display:flex;align-items:center;box-sizing:border-box}.student-page__content-block-value{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000)}.student-page__content-block-value--large{font-weight:600;font-size:18px;line-height:28px;color:var(--theme-color-text, #000000)}.student-page__block{width:100%;max-width:900px;min-width:380px;margin-top:20px;padding:24px;gap:24px;border-radius:24px;background:var(--theme-secondary-background, rgba(184, 153, 235, .2));box-shadow:0 .5px .5px #0000001a;box-sizing:border-box;display:flex;flex-direction:column}.student-page__block-title{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;letter-spacing:0;color:var(--theme-color-text, #000000);margin:0}.student-page__block-content{display:flex;align-items:center;gap:8px}.student-page__block-value{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:48px;line-height:58px;letter-spacing:0;color:var(--theme-color-text, #000000);margin:0}.student-page__block-dynamics{width:73px;height:24px;padding:4px;gap:8px;border-radius:80px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.student-page__block-dynamics--positive{background:#71dd8c}.student-page__block-dynamics--negative{background:#ff6b6b}.student-page__block-dynamics-icon{width:16px;height:16px;display:block;flex-shrink:0;filter:brightness(0) invert(1)}.student-page__block-dynamics-value{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:16px;letter-spacing:0;color:var(--theme-color-messageBackground, #FFFFFF);white-space:nowrap}.student-page__block-subtitle{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000);margin:0}.student-page__chart{display:flex;gap:20px;margin-top:32px;width:95%}.student-page__chart-y-axis{display:flex;flex-direction:column;gap:20px;min-width:32px;padding-top:12px}.student-page__chart-y-label{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000);height:8px;display:flex;align-items:center}.student-page__chart-content{flex:1;display:flex;flex-direction:column;position:relative;width:100%}.student-page__chart-grid{position:absolute;top:0;left:0;right:0;bottom:24px;pointer-events:none}.student-page__chart-grid-line{position:absolute;width:.5px;background:rgba(var(--theme-primary-rgb, 103, 80, 164),.4);height:100%;top:12px}.student-page__chart-grid-line:nth-child(1){left:0%}.student-page__chart-grid-line:nth-child(2){left:20%}.student-page__chart-grid-line:nth-child(3){left:40%}.student-page__chart-grid-line:nth-child(4){left:60%}.student-page__chart-grid-line:nth-child(5){left:80%}.student-page__chart-grid-line:nth-child(6){left:100%}.student-page__chart-bars{display:flex;flex-direction:column;gap:20px;position:relative;margin-bottom:8px;padding-top:12px}.student-page__chart-bar-container{position:relative;height:8px;display:flex;align-items:center}.student-page__chart-bar{width:100%;height:8px;border-radius:20px;background:rgba(var(--theme-primary-rgb, 103, 80, 164),.2);position:relative;overflow:visible;cursor:pointer}.student-page__chart-bar-fill{height:100%;border-radius:20px;background:rgba(var(--theme-primary-rgb, 103, 80, 164),.8);transition:width .3s ease}.student-page__chart-tooltip{position:absolute;top:-32px;left:50%;transform:translate(-50%);background:var(--theme-color-text, #000000);color:var(--theme-color-messageBackground, #FFFFFF);padding:4px 8px;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:10}.student-page__chart-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:var(--theme-color-text, #000000)}.student-page__chart-bar:hover .student-page__chart-tooltip{opacity:1}.student-page__chart-x-axis{position:relative;width:100%;margin-top:8px;height:20px}.student-page__chart-x-tick{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:var(--theme-color-text, #000000);position:absolute;text-align:left;padding-left:8px}.student-page__chart-x-tick:nth-child(1){left:0%}.student-page__chart-x-tick:nth-child(2){left:20%}.student-page__chart-x-tick:nth-child(3){left:40%}.student-page__chart-x-tick:nth-child(4){left:60%}.student-page__chart-x-tick:nth-child(5){left:80%}.student-page__chart-x-tick:nth-child(6){left:100%}.student-page__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.student-page__modal{width:497px;min-height:589px;border-radius:24px;padding:40px;gap:32px;background:var(--theme-color-messageBackground, #FFFFFF);border:1px solid var(--theme-border, #D1D5DB);box-shadow:0 20px 25px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;position:relative}.student-page__modal-content{width:100%;display:flex;flex-direction:column;gap:32px;position:relative;align-items:center}.student-page__modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;box-sizing:border-box;z-index:10}.student-page__modal-close svg{width:16px;height:16px}.student-page__modal-title{font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;letter-spacing:0;text-align:center;color:var(--theme-color-text, #000000);margin:0}.student-page__modal-qr{width:293px;height:293px;border-radius:16px;background:var(--theme-user-message-background, #EDEEFC);display:flex;align-items:center;justify-content:center;align-self:center;box-sizing:border-box}.student-page__modal-qr-image{width:calc(100% - 20px);height:calc(100% - 20px);object-fit:contain;border-radius:8px;filter:brightness(0)}.student-page__modal-download-button{width:223px;height:40px;padding:10px 24px;gap:16px;border-radius:10px;border:none;background:var(--theme-user-message-background, #EDEEFC);cursor:pointer;display:flex;align-items:center;justify-content:center;align-self:center;box-sizing:border-box;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:15px;line-height:16px;letter-spacing:0;color:var(--theme-color-text, #000000)}.student-page__modal-download-icon{width:16px;height:16px;display:block;filter:brightness(0)}.student-page__modal-link-section{display:flex;flex-direction:column;gap:8px;width:100%;align-items:flex-start}.student-page__modal-link-label{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:16px;letter-spacing:0;color:var(--theme-color-text, #000000)}.student-page__modal-link-field{width:417px;min-height:44px;padding:12px 20px;border-radius:10px;background:var(--theme-user-message-background, rgba(108, 110, 116, .1));display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.student-page__modal-link-text{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:15px;line-height:16px;letter-spacing:0;color:var(--theme-color-text, #000000);flex:1}.student-page__modal-link-copy{width:20px;height:20px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.student-page__modal-link-copy-icon{width:16px;height:16px;display:block;filter:brightness(0)}.student-page__snackbar{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--theme-color-text, #000000);color:var(--theme-color-messageBackground, #FFFFFF);padding:12px 24px;border-radius:8px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;z-index:2000;box-shadow:0 4px 12px #00000026;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.app{width:100%;min-height:100vh}:root{--breakpoint-xs: 0px;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--breakpoint-xxl: 1400px;--container-sm: 540px;--container-md: 720px;--container-lg: 960px;--container-xl: 1140px;--container-xxl: 1320px;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-xxl: 3rem;--spacing-xxxl: 4rem;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--transition-fast: .15s ease-in-out;--transition-base: .25s ease-in-out;--transition-slow: .35s ease-in-out;--background-4: #EDEEFC;--black-100: #000000}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}@media (min-width: 576px){.container{max-width:var(--container-sm)}}@media (min-width: 768px){.container{max-width:var(--container-md);padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}}@media (min-width: 992px){.container{max-width:var(--container-lg)}}@media (min-width: 1200px){.container{max-width:var(--container-xl)}}@media (min-width: 1400px){.container{max-width:var(--container-xxl)}}:root{--theme-background: #ffffff;--theme-primary: #007bff;--theme-accent: #0056b3;--theme-secondary: #6c757d;--theme-border-radius: .5rem;--theme-color-text: #000000;--theme-color-textSecondary: #666666;--theme-color-border: #dee2e6}.theme-background{background-color:var(--theme-background)}.theme-primary{color:var(--theme-primary)}.theme-primary-bg{background-color:var(--theme-primary)}.theme-accent{color:var(--theme-accent)}.theme-accent-bg{background-color:var(--theme-accent)}.theme-secondary{color:var(--theme-secondary)}.theme-secondary-bg{background-color:var(--theme-secondary)}.theme-text{color:var(--theme-color-text)}.theme-text-secondary{color:var(--theme-color-textSecondary)}.theme-border{border-color:var(--theme-color-border)}.theme-border-radius{border-radius:var(--theme-border-radius)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:var(--font-size-base);line-height:var(--line-height-normal);color:var(--theme-color-text);background-color:var(--theme-background);overflow-x:hidden;transition:background-color var(--transition-base),color var(--transition-base)}#root,.app{width:100%;min-height:100vh}img{max-width:100%;height:auto;display:block}table{width:100%;border-collapse:collapse}@media (max-width: 575px){body{overflow-x:hidden}}
