@charset "UTF-8";@font-face{font-family:Nunito;src:url(/fonts/Nunito/Nunito-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/fonts/JetBrainsMono/JetBrainsMono-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}:root{font-family:Nunito,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#131313;background-color:#fffdfe;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;min-height:100dvh}#root{width:100%;min-height:100vh;min-height:100dvh}h1{font-size:3.2em;line-height:1.1}button{font-family:inherit;cursor:pointer}button:focus,button:focus-visible{outline:none}.accordion{border:1px solid #e0e0e0;border-radius:12px;margin-bottom:12px;overflow:hidden;background:#fff;transition:box-shadow .2s ease}.accordion:hover{box-shadow:0 2px 8px #00000014}.accordion__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px;background:#fafafa;border:none;cursor:pointer;text-align:left;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;color:#212121;transition:background-color .2s ease}.accordion__header:hover{background:#f5f5f5}.accordion__header:focus{outline:2px solid #80bf33;outline-offset:-2px}.accordion__title{flex:1}.accordion__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#757575;transition:transform .3s ease}.accordion__content{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion__body{padding:20px;background:#fff}.accordion--open .accordion__icon{transform:rotate(180deg)}.accordion--open .accordion__content{max-height:2000px}.toggle{position:relative;width:92px;height:44px;border-radius:24px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;padding:4px}.toggle--unchecked{background-color:#d4d4d4}.toggle--checked{background-color:#80bf33}.toggle--disabled{opacity:.5;cursor:not-allowed}.toggle:focus{outline:2px solid #80bf33;outline-offset:2px}.toggle__thumb{width:36px;height:36px;background-color:#fff;border-radius:18px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 2px 4px #0000001a;will-change:transform;position:relative}.toggle--unchecked .toggle__thumb{transform:translate(0);animation:none}.toggle--checked .toggle__thumb{transform:translate(48px);animation:none}.toggle--unchecked .toggle__thumb.spring-to-unchecked{animation:springToUnchecked .5s cubic-bezier(.68,-.55,.265,1.55)}.toggle--checked .toggle__thumb.spring-to-checked{animation:springToChecked .5s cubic-bezier(.68,-.55,.265,1.55)}@keyframes springToUnchecked{0%{transform:translate(48px)}50%{transform:translate(-4px)}70%{transform:translate(2px)}to{transform:translate(0)}}@keyframes springToChecked{0%{transform:translate(0)}50%{transform:translate(52px)}70%{transform:translate(44px)}to{transform:translate(48px)}}.toggle--disabled .toggle__thumb{opacity:.7}.code-input{position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:56px;min-height:56px;background-color:#fffdfe;border:4px solid #E8E8E8;border-radius:12px;transition:border-color .2s ease}.code-input__field{width:100%;height:100%;border:none;background:transparent;text-align:center;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:24px;line-height:normal;color:#13131354;outline:none;padding:0;caret-color:transparent}.code-input__field:focus{outline:none}.code-input--active{border-color:#5aa602}.code-input--error{border-color:#fe4a4e}.code-input--filled .code-input__field{color:#131313}.code-input--shake{animation:shake .4s ease-in-out}.code-input--pop{animation:pop .5s ease-out}@keyframes pop{0%{transform:scale(1)}30%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}.progress-bar{display:flex;align-items:center;width:100%;max-width:1280px;padding:20px 8px 12px}.progress-bar--with-back{padding:12px 8px 4px 0;gap:4px}.progress-bar__back-button{display:flex;align-items:center;gap:4px;padding:8px;background:transparent;border:none;cursor:pointer;flex-shrink:0;transition:opacity .2s ease}.progress-bar__back-button:hover{opacity:.7}.progress-bar__back-button:active{opacity:.5}.progress-bar__back-icon{width:24px;height:24px;color:#13131354}.progress-bar__back-text{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:20px;line-height:1;color:#13131354}.progress-bar__track{flex:1;height:16px;background-color:#e8e8e8;border-radius:24px;overflow:hidden;min-width:0}.progress-bar__completed{height:100%;background-color:#5acd05;border-radius:24px;overflow:hidden;padding:2px 8px 0;min-width:0;transition:width .3s ease}.progress-bar__highlight{height:3px;background-color:#dbffba;border-radius:24px;opacity:.5}.menu-button{display:flex;align-items:center;justify-content:center;flex:1 0 0;min-width:1px;min-height:1px;padding:8px 12px;border-radius:8px;border:2px solid transparent;background:transparent;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.menu-button__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.menu-button__icon img{width:100%;height:100%;object-fit:contain}.menu-button--default{background:transparent;border-color:transparent}.menu-button--default:hover{background:#14b2f526}.menu-button--active{background:#14b2f526;border-color:#14b2f526}.menu-button--hover{background:#14b2f526;border-color:transparent}.lesson-card{display:flex;align-items:center;justify-content:center;padding:12px;border-radius:12px;width:260px;cursor:default;position:relative;box-sizing:border-box;transition:opacity .2s ease}.lesson-card--clickable{cursor:pointer}.lesson-card--clickable:hover{opacity:.9}.lesson-card__dot{position:absolute;top:12px;right:12px;width:12px;height:12px;background:#fff;border-radius:50%;opacity:.6}.lesson-card__content{display:flex;flex-direction:column;flex:1 0 0;gap:8px;min-width:1px;min-height:1px}.lesson-card__text{display:flex;flex-direction:column;width:100%;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;text-transform:uppercase}.lesson-card__number{font-size:12px;line-height:normal;opacity:.6}.lesson-card__topic{font-size:16px;line-height:1.1}.lesson-card__time-left{font-size:12px;line-height:1.1;opacity:.6}.lesson-card__progress{display:flex;align-items:center;gap:8px;width:100%}.lesson-card__progress-bar{display:flex;flex:1 0 0;height:12px;border-radius:24px;overflow:hidden;min-width:1px;min-height:1px}.lesson-card__progress-completed{height:100%;border-radius:24px;min-width:1px;min-height:1px}.lesson-card__progress-text{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:12px;line-height:normal;text-transform:uppercase;opacity:.6;flex-shrink:0}.lesson-card__detailed-progress{display:flex;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:12px;line-height:normal;text-transform:uppercase;flex-shrink:0}.lesson-card__detailed-correct{color:#5acd05}.lesson-card__detailed-separator{color:#131313cc;opacity:.6}.lesson-card__detailed-incorrect{color:#ea2a2e}.lesson-card--active{background:#14b2f5;border-bottom:4px solid #0F9CD5}.lesson-card--active .lesson-card__text,.lesson-card--active .lesson-card__progress-text{color:#fff}.lesson-card--active .lesson-card__progress-bar{background:#ffffff40}.lesson-card--active .lesson-card__progress-completed{background:#fff}.lesson-card--active .lesson-card__detailed-correct{color:#8eddff}.lesson-card--active .lesson-card__detailed-incorrect{color:#0d77a4}.lesson-card--previous{background:#fffdfe;border:2px solid #E8E6E7;box-shadow:0 4px #e8e6e7}.lesson-card--previous .lesson-card__text,.lesson-card--previous .lesson-card__progress-text{color:#131313cc}.lesson-card--previous .lesson-card__progress-bar{background:#76767633}.lesson-card--previous .lesson-card__progress-completed{background:#767676}.lesson-card--preparing{background:#fe4a4e;border-bottom:4px solid #EA2A2E}.lesson-card--preparing .lesson-card__text{color:#fff}.lesson-card--preparing .lesson-card__content{gap:0}.task-accordion{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border-radius:12px;width:260px;cursor:pointer;box-sizing:border-box;transition:opacity .2s ease}.task-accordion:hover{opacity:.9}.task-accordion--expanded{position:sticky;top:0;z-index:2}.task-accordion__content{display:flex;flex-direction:column;flex:1 0 0;min-width:1px;min-height:1px}.task-accordion__text{display:flex;flex-direction:column;width:100%;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;text-transform:uppercase}.task-accordion__number{font-size:12px;line-height:normal;opacity:.6}.task-accordion__topic{display:block;font-size:16px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-accordion__separator-wrapper{display:flex;flex-direction:row;align-items:center;align-self:stretch}.task-accordion__separator{width:2px;height:100%;border-radius:7px;flex-shrink:0}.task-accordion__arrow{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.task-accordion__arrow--rotated{transform:rotate(180deg)}.task-accordion--unresolved{background:#fffdfe;border:2px solid #E8E6E7;box-shadow:0 4px #e8e6e7}.task-accordion--unresolved .task-accordion__text{color:#131313cc}.task-accordion--unresolved .task-accordion__separator{background:#e8e6e7}.task-accordion--resolvedCorrectly{background:#5acd05;border-bottom:4px solid #5AA602}.task-accordion--resolvedCorrectly .task-accordion__text{color:#fff}.task-accordion--resolvedCorrectly .task-accordion__separator{background:#5aa602}.task-accordion--resolvedIncorrectly{background:#fe4a4e;border-bottom:4px solid #EA2A2E}.task-accordion--resolvedIncorrectly .task-accordion__text{color:#fff}.task-accordion--resolvedIncorrectly .task-accordion__separator{background:#ea2a2e}.menu-header{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:1280px;width:100%;padding:20px 12px 8px;background:#fffdfe;border:none;border-bottom:2px solid #E8E8E8;box-sizing:border-box;text-align:left}.menu-header__left,.menu-header__right{display:flex;align-items:center;gap:4px}.menu-header__left{flex:1;min-width:0}.menu-header__right{flex-shrink:0}.menu-header__icon{width:32px;height:32px;flex-shrink:0}.menu-header__icon img{width:100%;height:100%;object-fit:contain}.menu-header__subject,.menu-header__score{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:16px;line-height:normal;color:#131313bf}.menu-header__subject{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-header--interactive{cursor:pointer;transition:background-color .15s ease}.menu-header--interactive:hover{background-color:#f5f5f5}.menu-header--interactive:focus-visible{outline:2px solid #14B2F5;outline-offset:-2px}.avatar{position:relative;overflow:hidden;background:#fff;flex-shrink:0}.avatar__image{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);width:100%;height:auto;object-fit:cover;pointer-events:none;transition:opacity .2s ease}.avatar__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.avatar__pen-icon{width:24px;height:24px}.avatar--editable{cursor:pointer}.avatar--hovered .avatar__image{opacity:.5}.avatar--hovered .avatar__overlay{opacity:1}.menu-bar-button{display:flex;align-items:center;gap:12px;padding:12px;background:transparent;border:none;cursor:pointer;width:100%;transition:background-color .2s ease;box-sizing:border-box;overflow:hidden}.menu-bar-button__icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.menu-bar-button__label{flex:1 0 0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:16px;line-height:1.3;color:#fff;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:1;transition:opacity .25s ease,width .25s ease}.menu-bar-button--expanded{width:100%}.menu-bar-button--expanded .menu-bar-button__label{opacity:1;width:auto}.menu-bar-button--collapsed{width:auto}.menu-bar-button--collapsed .menu-bar-button__label{opacity:0;width:0;flex:0 0 0;min-width:0}.menu-bar-button--hovered,.menu-bar-button:hover{background:#ffffff0d}.menu-bar-button--active{background:#ffffff1a}.button{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:16px;line-height:normal;text-align:center;transition:opacity .15s ease,transform .15s ease,border-bottom-width .15s ease;position:relative;gap:8px;padding:12px;border-radius:12px;border:none;width:100%;max-width:260px;outline:none!important;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button:focus,.button:focus-visible,.button:focus-within{outline:none!important}.button:-moz-focusring{outline:none!important}.button--Primary{background-color:#5acd05;color:#fff;border-bottom:4px solid #5AA602}.button--Primary:hover:not(.button--disabled){opacity:.95}.button--Primary:active:not(.button--disabled){animation:button-click .2s ease}.button--Secondary{background-color:#fffdfe;color:#5acd05;border:2px solid #E8E6E7;box-shadow:0 4px #e8e6e7;padding:10px 12px;transition:opacity .15s ease,transform .15s ease,box-shadow .15s ease}.button--Secondary:hover:not(.button--disabled){opacity:.95}.button--Secondary:active:not(.button--disabled){animation:button-click-secondary .2s ease}.button--Yellow{background-color:#fec800;color:#fff;border-bottom:4px solid #E8A800}.button--Yellow:hover:not(.button--disabled){opacity:.95}.button--Yellow:active:not(.button--disabled){animation:button-click .2s ease}.button--Red{background-color:#fe4a4e;color:#fff;border-bottom:4px solid #EA2A2E}.button--Red:hover:not(.button--disabled){opacity:.95}.button--Red:active:not(.button--disabled){animation:button-click .2s ease}.button--Blue{background-color:#14b2f5;color:#fff;border-bottom:4px solid #0F9CD5}.button--Blue:hover:not(.button--disabled){opacity:.95}.button--Blue:active:not(.button--disabled){animation:button-click .2s ease}.button--Dark{background-color:#131313cc;color:#fff;border-bottom:4px solid rgba(19,19,19,.7490196078)}.button--Dark:hover:not(.button--disabled){opacity:.95}.button--Dark:active:not(.button--disabled){animation:button-click .2s ease}.button--Inactive{background-color:#e8e6e7;color:#7e7e7e;border-bottom:4px solid #E8E6E7;cursor:not-allowed}.button--Inactive .button__text{opacity:.5}.button--disabled{cursor:not-allowed;pointer-events:none}.button__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.button__icon svg{width:100%;height:100%;color:currentColor;fill:currentColor}.button__text{display:flex;align-items:center;justify-content:center;flex-shrink:0}@keyframes button-click{0%{transform:translateY(0);opacity:1}50%{transform:translateY(2px);opacity:.8;border-bottom-width:2px}to{transform:translateY(0);opacity:1}}@keyframes button-click-secondary{0%{transform:translateY(0);opacity:1;box-shadow:0 4px #e8e6e7}50%{transform:translateY(2px);opacity:.8;box-shadow:0 2px #e8e6e7}to{transform:translateY(0);opacity:1;box-shadow:0 4px #e8e6e7}}.code-editor{width:100%;height:100%;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column;min-height:0}.code-editor__container{display:flex;flex-direction:column;background-color:#242424;border-radius:12px;overflow:hidden;flex:1;min-height:0}@media(max-width:743px){.code-editor__container{border-radius:0}}.code-editor__header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background-color:#2a2a2a;border-bottom:1px solid #363636}.code-editor__window-controls{display:flex;gap:4px;align-items:center}.code-editor__window-control{width:12px;height:12px;border-radius:50%}.code-editor__window-control--close{background-color:#ff5f57}.code-editor__window-control--minimize{background-color:#ffbd2e}.code-editor__window-control--maximize{background-color:#28ca42}.code-editor__zoom-controls{display:flex;gap:8px;align-items:center}.code-editor__zoom-button{background:transparent;border:none;color:#fff;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:8px;transition:background-color .2s ease;outline:none}.code-editor__zoom-button:hover:not(:disabled){background-color:#ffffff1a}.code-editor__zoom-button:active:not(:disabled){background-color:#ffffff26}.code-editor__zoom-button:disabled{opacity:.4;cursor:not-allowed}.code-editor__editor{transition:max-height .3s ease,opacity .3s ease;flex:1;min-height:0;max-height:100%;display:flex;flex-direction:column;overflow:hidden;position:relative}.code-editor__editor--collapsed{max-height:0;min-height:0;opacity:0;overflow:hidden}.code-editor__editor :global .cm-editor{background-color:#242424;color:#fff;line-height:1.6;height:100%!important;max-height:100%!important;display:flex!important;flex-direction:column;flex:1;min-height:0;position:relative!important;overflow:hidden!important}.code-editor__editor :global .cm-scroller{font-family:JetBrains Mono,monospace;position:absolute!important;inset:0!important;overflow:auto!important;overflow-x:auto!important;overflow-y:auto!important;height:100%!important;max-height:100%!important;width:100%!important}.code-editor__editor :global .cm-scroller::-webkit-scrollbar{width:0px!important;height:12px}.code-editor__editor :global .cm-scroller::-webkit-scrollbar-track{background:#1a1a1a}.code-editor__editor :global .cm-scroller::-webkit-scrollbar-thumb{background:#555;border-radius:6px}.code-editor__editor :global .cm-scroller::-webkit-scrollbar-thumb:hover{background:#666}.code-editor__editor :global .cm-scroller{scrollbar-width:none}.code-editor__editor :global .cm-content{min-height:0;padding:12px 0;height:auto}.code-editor__editor :global .cm-gutters{position:sticky!important;top:0!important;min-height:0!important;height:auto!important;align-self:flex-start}.code-editor__editor :global .cm-gutters[style*=min-height]{min-height:0!important}.code-editor__editor :global .cm-lineNumbers{color:#888;font-size:12px;height:100%!important;max-height:100%!important}.code-editor__editor :global .cm-lineNumbers .cm-gutterElement{min-width:50px;padding:0 8px;text-align:right}.code-editor__editor :global .cm-keyword{color:#569cd6}.code-editor__editor :global .cm-string{color:#6a9955}.code-editor__editor :global .cm-variable,.code-editor__editor :global .cm-def,.code-editor__editor :global .cm-function{color:#fff}.code-editor__editor :global .cm-operator{color:#fff}.code-editor__editor :global .cm-number{color:#b5cea8}.code-editor__editor :global .cm-comment{color:#6a9955;font-style:italic}.code-editor__editor :global .cm-activeLine{background-color:#363636}.code-editor__editor :global .cm-activeLineGutter{background-color:#363636}.code-editor__editor :global .cm-focused{outline:none}.code-editor__editor :global .cm-cursor{border-left-color:#fff;border-left-width:2px}.code-editor__editor :global .cm-selectionBackground{background-color:#fff3}.code-editor__editor :global .cm-line{padding:0 12px}.code-editor__output{padding:16px;background-color:#242424;border-top:1px solid #363636;color:#fff;font-family:JetBrains Mono,monospace;font-size:14px;line-height:1.6}.code-editor__output-label{color:#fff;font-weight:600;font-size:16px;margin-bottom:8px}.code-editor__output-content{color:#fff;font-size:14px;white-space:pre-wrap;word-break:break-word;margin-bottom:8px}.code-editor__input-wrapper{margin-top:8px}.code-editor__input{width:100%;background-color:#363636;border:1px solid #4a4a4a;border-radius:8px;color:#fff;font-family:JetBrains Mono,monospace;font-size:14px;padding:8px 12px;outline:none;transition:border-color .2s ease}.code-editor__input:focus{border-color:#77bf1e}.code-editor__input:disabled{opacity:.5;cursor:not-allowed}.code-editor__input::placeholder{color:#888}.code-editor__controls{display:flex;gap:12px;padding:16px;background-color:#242424;border-top:1px solid #363636}.code-editor__button{flex:1;max-width:none;margin:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:16px;line-height:normal;text-align:center;transition:opacity .15s ease,transform .15s ease,border-bottom-width .15s ease;position:relative;padding:12px;border-radius:12px;border:none;outline:none!important;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.code-editor__button:focus,.code-editor__button:focus-visible,.code-editor__button:focus-within{outline:none!important}.code-editor__button:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.code-editor__button--collapse{background-color:#424242;color:#fff;border-bottom:4px solid #2a2a2a}.code-editor__button--collapse:hover:not(:disabled){background-color:#4a4a4a;opacity:.95}.code-editor__button--collapse:active:not(:disabled){transform:translateY(2px);border-bottom-width:2px;opacity:.8}.code-editor__button--run{background-color:#71e200;color:#fff;border-bottom:4px solid #5acd05}.code-editor__button--run:hover:not(:disabled){background-color:#7af200;opacity:.95}.code-editor__button--run:active:not(:disabled){transform:translateY(2px);border-bottom-width:2px;opacity:.8}.code-preview{width:100%;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.code-preview__container{display:flex;flex-direction:column;background-color:#242424;border-radius:12px;overflow:hidden}@media(max-width:743px){.code-preview__container{border-radius:0}}.code-preview__header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background-color:#2a2a2a;border-bottom:1px solid #363636}.code-preview__header-left{display:flex;align-items:center;gap:12px}.code-preview__window-controls{display:flex;gap:4px;align-items:center}.code-preview__window-control{width:12px;height:12px;border-radius:50%}.code-preview__window-control--close{background-color:#ff5f57}.code-preview__window-control--minimize{background-color:#ffbd2e}.code-preview__window-control--maximize{background-color:#28ca42}.code-preview__language{color:#fff;font-size:14px;font-weight:500}.code-preview__copy{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;color:#fff;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:8px;transition:background-color .2s ease,color .2s ease;outline:none}.code-preview__copy:hover{background-color:#ffffff1a}.code-preview__copy:active{background-color:#ffffff26}.code-preview__copy--copied{color:#71e200}.code-preview__copy svg{flex-shrink:0}.code-preview__editor{overflow:hidden;position:relative}.code-preview__editor :global .cm-editor{background-color:#242424;color:#fff;line-height:1.6}.code-preview__editor :global .cm-scroller{font-family:JetBrains Mono,monospace;overflow:auto}.code-preview__editor :global .cm-content{padding:12px 0}.code-preview__editor :global .cm-gutters{background-color:#242424;border-right:none}.code-preview__editor :global .cm-lineNumbers{color:#888;font-size:12px}.code-preview__editor :global .cm-lineNumbers .cm-gutterElement{min-width:50px;padding:0 8px;text-align:right}.code-preview__editor :global .cm-keyword{color:#569cd6}.code-preview__editor :global .cm-string{color:#6a9955}.code-preview__editor :global .cm-variable,.code-preview__editor :global .cm-def,.code-preview__editor :global .cm-function{color:#fff}.code-preview__editor :global .cm-operator{color:#fff}.code-preview__editor :global .cm-number{color:#b5cea8}.code-preview__editor :global .cm-comment{color:#6a9955;font-style:italic}.code-preview__editor :global .cm-focused{outline:none}.code-preview__editor :global .cm-line{padding:0 12px}.code-preview__editor :global .cm-scroller::-webkit-scrollbar{width:0;height:12px}.code-preview__editor :global .cm-scroller::-webkit-scrollbar-track{background:#1a1a1a}.code-preview__editor :global .cm-scroller::-webkit-scrollbar-thumb{background:#555;border-radius:6px}.code-preview__editor :global .cm-scroller::-webkit-scrollbar-thumb:hover{background:#666}.code-preview__editor :global .cm-scroller{scrollbar-width:none}.text-editor{width:100%;height:100%;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column;min-height:0}.text-editor__container{display:flex;flex-direction:column;background-color:#242424;border-radius:12px;overflow:hidden;flex:1;min-height:0}@media(max-width:743px){.text-editor__container{border-radius:0}}.text-editor__header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background-color:#2a2a2a;border-bottom:1px solid #363636}.text-editor__window-controls{display:flex;gap:4px;align-items:center}.text-editor__window-control{width:12px;height:12px;border-radius:50%}.text-editor__window-control--close{background-color:#ff5f57}.text-editor__window-control--minimize{background-color:#ffbd2e}.text-editor__window-control--maximize{background-color:#28ca42}.text-editor__zoom-controls{display:flex;gap:8px;align-items:center}.text-editor__zoom-button{background:transparent;border:none;color:#fff;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:8px;transition:background-color .2s ease;outline:none}.text-editor__zoom-button:hover:not(:disabled){background-color:#ffffff1a}.text-editor__zoom-button:active:not(:disabled){background-color:#ffffff26}.text-editor__zoom-button:disabled{opacity:.4;cursor:not-allowed}.text-editor__editor{transition:max-height .3s ease,opacity .3s ease;flex:1;min-height:0;max-height:100%;display:flex;flex-direction:column;overflow:hidden;position:relative}.text-editor__editor--collapsed{max-height:0;min-height:0;opacity:0;overflow:hidden}.text-editor__editor :global .cm-editor{background-color:#242424;color:#fff;line-height:1.6;height:100%!important;max-height:100%!important;display:flex!important;flex-direction:column;flex:1;min-height:0;position:relative!important;overflow:hidden!important}.text-editor__editor :global .cm-scroller{font-family:JetBrains Mono,monospace;position:absolute!important;inset:0!important;overflow:auto!important;overflow-x:auto!important;overflow-y:auto!important;height:100%!important;max-height:100%!important;width:100%!important}.text-editor__editor :global .cm-scroller::-webkit-scrollbar{width:0px!important;height:12px}.text-editor__editor :global .cm-scroller::-webkit-scrollbar-track{background:#1a1a1a}.text-editor__editor :global .cm-scroller::-webkit-scrollbar-thumb{background:#555;border-radius:6px}.text-editor__editor :global .cm-scroller::-webkit-scrollbar-thumb:hover{background:#666}.text-editor__editor :global .cm-scroller{scrollbar-width:none}.text-editor__editor :global .cm-content{min-height:0;padding:12px 0;height:auto}.text-editor__editor :global .cm-gutters{position:sticky!important;top:0!important;min-height:0!important;height:auto!important;align-self:flex-start}.text-editor__editor :global .cm-gutters[style*=min-height]{min-height:0!important}.text-editor__editor :global .cm-lineNumbers{color:#888;font-size:12px;height:100%!important;max-height:100%!important}.text-editor__editor :global .cm-lineNumbers .cm-gutterElement{min-width:50px;padding:0 8px;text-align:right}.text-editor__editor :global .cm-activeLine{background-color:#363636}.text-editor__editor :global .cm-activeLineGutter{background-color:#363636}.text-editor__editor :global .cm-focused{outline:none}.text-editor__editor :global .cm-cursor{border-left-color:#fff;border-left-width:2px}.text-editor__editor :global .cm-selectionBackground{background-color:#fff3}.text-editor__editor :global .cm-line{padding:0 12px}.text-editor__controls{display:flex;gap:12px;padding:16px;background-color:#242424;border-top:1px solid #363636}.text-editor__button{flex:1;max-width:none;margin:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:16px;line-height:normal;text-align:center;transition:opacity .15s ease,transform .15s ease,border-bottom-width .15s ease;position:relative;padding:12px;border-radius:12px;border:none;outline:none!important;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.text-editor__button:focus,.text-editor__button:focus-visible,.text-editor__button:focus-within{outline:none!important}.text-editor__button:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.text-editor__button--collapse{background-color:#424242;color:#fff;border-bottom:4px solid #2a2a2a}.text-editor__button--collapse:hover:not(:disabled){background-color:#4a4a4a;opacity:.95}.text-editor__button--collapse:active:not(:disabled){transform:translateY(2px);border-bottom-width:2px;opacity:.8}.task-image{width:100%;max-width:100%;margin:8px auto;display:block}.task-image img{width:auto;height:auto;max-width:100%;display:block;object-fit:contain}.task-image.task-image--small,.task-image.task-image--small img{max-width:200px;max-height:200px}.task-image.task-image--medium,.task-image.task-image--medium img{max-width:360px;max-height:360px}.task-image.task-image--large,.task-image.task-image--large img{max-width:100%;max-height:70vh}.task-image-wrapper{position:relative;display:block;width:100%}.task-image-wrapper.task-image-wrapper--editable .task-image-wrapper__edit-btn,.task-image-wrapper.task-image-wrapper--editable .task-image-wrapper__delete-btn{position:absolute;top:2px;width:32px;height:32px;padding:0;border:1px solid #E8E8E8;border-radius:12px;background:#f5f5f5;color:#131313;cursor:pointer;opacity:0;transition:opacity .15s,background .15s;display:flex;align-items:center;justify-content:center}.task-image-wrapper.task-image-wrapper--editable .task-image-wrapper__edit-btn svg,.task-image-wrapper.task-image-wrapper--editable .task-image-wrapper__delete-btn svg{width:20px;height:20px}.task-image-wrapper.task-image-wrapper--editable .task-image-wrapper__edit-btn{right:2px}.task-image-wrapper.task-image-wrapper--editable .task-image-wrapper__delete-btn{right:38px;color:#c93535}.task-image-wrapper.task-image-wrapper--editable .task-image-wrapper__size-btns{position:absolute;bottom:2px;right:2px;display:flex;gap:2px;opacity:0;transition:opacity .15s}.task-image-wrapper.task-image-wrapper--editable .task-image-wrapper__size-btn{width:28px;height:28px;padding:0;border:1px solid #E8E8E8;border-radius:4px;background:#f5f5f5;color:#131313;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.task-image-wrapper.task-image-wrapper--editable .task-image-wrapper__size-btn.task-image-wrapper__size-btn--active{background:#77bf1e;color:#fff;border-color:#77bf1e}.task-image-wrapper.task-image-wrapper--editable .task-image-wrapper__size-btn:hover{background:#e5e5e5}.task-image-wrapper.task-image-wrapper--editable .task-image-wrapper__size-btn.task-image-wrapper__size-btn--active:hover{background:#77bf1ebf}.task-image-wrapper.task-image-wrapper--editable:hover .task-image-wrapper__edit-btn,.task-image-wrapper.task-image-wrapper--editable:hover .task-image-wrapper__delete-btn,.task-image-wrapper.task-image-wrapper--editable:hover .task-image-wrapper__size-btns{opacity:1}.task-image-wrapper.task-image-wrapper--editable .task-image-wrapper__edit-btn:hover,.task-image-wrapper.task-image-wrapper--editable .task-image-wrapper__delete-btn:hover{background:#e5e5e5}.task-file{display:flex;align-items:center;gap:12px;padding:8px;background-color:#fff;border:1px solid #E8E8E8;border-radius:12px;text-decoration:none;transition:border-color .2s ease,color .2s ease;cursor:pointer}.task-file__icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.task-file__icon img{width:100%;height:100%;object-fit:contain}.task-file__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:0}.task-file__name{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;color:#131313;transition:color .2s ease;word-break:break-word}.task-file__size{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;color:#13131380}.task-file:hover{border-color:#77bf1e;text-decoration:none!important}.task-file:hover .task-file__name{color:#77bf1e}.task-file-wrapper{position:relative;display:inline-block}.task-file-wrapper.task-file-wrapper--expanded{display:block;width:100%}.task-file-wrapper.task-file-wrapper--expanded .task-file{width:100%}.task-file-wrapper.task-file-wrapper--collapsed{display:inline-block}.task-file-wrapper.task-file-wrapper--editable .task-file-wrapper__edit-btn,.task-file-wrapper.task-file-wrapper--editable .task-file-wrapper__delete-btn{position:absolute;top:2px;width:32px;height:32px;padding:0;border:1px solid #E8E8E8;border-radius:12px;background:#f5f5f5;color:#131313;cursor:pointer;opacity:0;transition:opacity .15s,background .15s;display:flex;align-items:center;justify-content:center}.task-file-wrapper.task-file-wrapper--editable .task-file-wrapper__edit-btn svg,.task-file-wrapper.task-file-wrapper--editable .task-file-wrapper__delete-btn svg{width:20px;height:20px}.task-file-wrapper.task-file-wrapper--editable .task-file-wrapper__edit-btn{right:2px}.task-file-wrapper.task-file-wrapper--editable .task-file-wrapper__delete-btn{right:38px;color:#c93535}.task-file-wrapper.task-file-wrapper--editable .task-file-wrapper__display-btn{position:absolute;bottom:2px;right:2px;width:32px;height:32px;padding:0;border:1px solid #E8E8E8;border-radius:12px;background:#f5f5f5;color:#131313;cursor:pointer;opacity:0;transition:opacity .15s,background .15s;display:flex;align-items:center;justify-content:center}.task-file-wrapper.task-file-wrapper--editable .task-file-wrapper__display-btn svg{width:20px;height:20px}.task-file-wrapper.task-file-wrapper--editable:hover .task-file-wrapper__edit-btn,.task-file-wrapper.task-file-wrapper--editable:hover .task-file-wrapper__delete-btn,.task-file-wrapper.task-file-wrapper--editable:hover .task-file-wrapper__display-btn{opacity:1}.task-file-wrapper.task-file-wrapper--editable .task-file-wrapper__edit-btn:hover,.task-file-wrapper.task-file-wrapper--editable .task-file-wrapper__delete-btn:hover,.task-file-wrapper.task-file-wrapper--editable .task-file-wrapper__display-btn:hover{background:#e5e5e5}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.28"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.task-card{display:flex;width:100%;flex-direction:column;background:#fff;border:2px solid #E8E6E7;border-radius:12px;padding:16px;box-shadow:0 4px #e8e6e7;box-sizing:border-box;gap:12px}.task-card__header{display:flex;flex-direction:column;width:100%}.task-card__header-top{display:flex;justify-content:space-between;align-items:center;width:100%}.task-card__number{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:600;color:#13131380;text-transform:uppercase;line-height:normal}.task-card__title{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:700;color:#131313;line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-card__difficulty{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;line-height:normal;white-space:nowrap}.task-card__difficulty--easy{color:#5aa602}.task-card__difficulty--medium{color:#e8a800}.task-card__difficulty--difficult{color:#fe4a4e}.task-card__separator{width:100%;height:1px;background:#e8e8e8}.task-card__info-container{display:flex;flex-direction:column;width:100%;min-height:100px}.task-card__text{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:800;color:#131313bf;line-height:1.3;margin:0;white-space:pre-wrap;word-wrap:break-word}.task-card__text--placeholder{font-style:italic;opacity:.5}.task-card__content{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;color:#131313;line-height:1.5;margin:0;word-wrap:break-word}.task-card__content h1,.task-card__content h2,.task-card__content h3,.task-card__content h4,.task-card__content h5,.task-card__content h6{font-weight:700;margin-top:12px;margin-bottom:8px;color:#131313;line-height:1.2}.task-card__content h1{font-size:20px}.task-card__content h2{font-size:16px}.task-card__content h3{font-size:14px}.task-card__content p{margin:0 0 8px;color:#131313}.task-card__content ul,.task-card__content ol{margin-bottom:8px;padding-left:20px}.task-card__content strong{font-weight:700}.task-card__content em{font-style:italic}.task-card__content code{font-family:JetBrains Mono,monospace;background-color:#0000000f;padding:2px 6px;border-radius:4px;font-size:.9em}.task-card__content img{max-width:100%;height:auto;border-radius:12px;margin:8px 0}.task-card__content a{color:#77bf1e;text-decoration:none}.task-card__content a:hover{text-decoration:underline}.task-card__content .katex{font-size:1.05em}.task-card__content .katex-display{margin:8px 0;overflow-x:auto;overflow-y:hidden}.task-card .button{width:100%;max-width:100%}.variant-card{display:flex;width:100%;flex-direction:column;background:#fff;border:2px solid #E8E6E7;border-radius:12px;padding:16px;box-shadow:0 4px #e8e6e7;box-sizing:border-box;gap:12px}.variant-card__header{display:flex;flex-direction:column;width:100%;gap:4px}.variant-card__number{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:600;color:#13131380;text-transform:uppercase;line-height:normal}.variant-card__title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:700;color:#131313;line-height:1.2;word-break:break-word}.variant-card__tutor-title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;color:#131313a8;line-height:1.3;word-break:break-word}.variant-card__task-count{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:600;color:#13131380}.variant-card__separator{width:100%;height:1px;background:#e8e8e8}.variant-card .button{width:100%;max-width:100%}.task-theme{display:flex;align-items:flex-start;gap:8px;width:100%;transition:all .2s ease;background:#fff;padding:8px;border-radius:8px;cursor:grab}.task-theme:hover{background:#13131305}.task-theme--dragging{opacity:.5;cursor:grabbing}.task-theme__drag-handle{flex-shrink:0;font-size:16px;color:#13131380;line-height:1;-webkit-user-select:none;user-select:none;cursor:grab;padding:2px;opacity:0;transition:opacity .2s ease}.task-theme--hovered .task-theme__drag-handle{opacity:1}.task-theme__drag-handle:active{cursor:grabbing}.task-theme__content{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.task-theme__text{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700;color:#131313cc;line-height:1.1;margin:0;min-width:0}.task-theme__points-row{display:flex;align-items:center;gap:4px;animation:slideIn .2s ease}.task-theme__points-label{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;color:#131313a8;white-space:nowrap}.task-theme__points-input{width:56px;padding:4px 8px;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;border:1px solid rgba(19,19,19,.2);border-radius:8px;color:#131313cc;background:#fff}.task-theme__points-input:focus{outline:none;border-color:#13131380}.task-theme__actions{flex-shrink:0;display:flex;align-items:center;gap:4px;animation:slideIn .2s ease}.task-theme__action{padding:4px;border:none;background:none;cursor:pointer;color:#13131354;display:flex;align-items:center;justify-content:center;border-radius:8px}.task-theme__action:hover{color:#131313bf;background:#1313130f}.task-theme__action svg{width:20px;height:20px}.task-theme__action_delete{min-width:auto;width:36px;height:36px;padding:4px}.task-theme__action_delete:hover{color:#c93535}.task-theme__action_delete svg{width:20px;height:20px}@keyframes slideIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.toolbar-button{display:inline-flex;align-items:center;justify-content:center;padding:8px;background:transparent;border:none;cursor:pointer;transition:background-color .2s ease,border-radius .2s ease;min-width:32px;min-height:32px;box-sizing:border-box;outline:none!important;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.toolbar-button:focus,.toolbar-button:focus-visible,.toolbar-button:focus-within{outline:none!important}.toolbar-button:-moz-focusring{outline:none!important}.toolbar-button__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.toolbar-button__icon svg{width:100%;height:100%;color:#131313;transition:color .2s ease,fill .2s ease,stroke .2s ease}.toolbar-button__icon svg path{fill:currentColor;stroke:none}.toolbar-button__icon svg path[stroke-width]{fill:none!important;stroke:currentColor}.toolbar-button__icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%) invert(0%);transition:filter .2s ease}.toolbar-button__text{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:16px;line-height:1;color:#131313;transition:color .2s ease}.toolbar-button{border-radius:8px}.toolbar-button:hover:not(.toolbar-button--active){background:#dbffba}.toolbar-button--active .toolbar-button__icon{color:#5acd05}.toolbar-button--active .toolbar-button__icon svg{color:#5acd05}.toolbar-button--active .toolbar-button__icon img{filter:brightness(0) saturate(100%) invert(58%) sepia(78%) saturate(1234%) hue-rotate(60deg) brightness(95%) contrast(85%)}.toolbar-button--active .toolbar-button__text{color:#5acd05}.input{display:flex;flex-direction:column;gap:4px;width:100%}.input__container{display:flex;align-items:center;padding:0 0 0 12px;border-radius:12px;border:2px solid #E8E8E8;background-color:#fffdfe;transition:all .2s ease;position:relative;min-height:56px}.input__container--status-Neutral{border-color:#e8e8e8}.input__container--status-Error{border-color:#c93535}.input__container--status-Warning{border-color:#ffb120}.input__container--status-Locked{background-color:#e5e5e5;border-color:#e8e8e8}.input__container--active{border-color:#77bf1e}.input__container--disabled{background-color:#e5e5e5;border-color:#e8e8e8;cursor:not-allowed}.input__container--readonly{cursor:default}.input__content{display:flex;flex-direction:column;gap:2px;padding:0 4px;flex:1}.input__label{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:12px;line-height:1.2;color:#13131354;text-align:left;transition:all .2s ease;position:absolute;top:8px;left:16px;transform:translateY(0);pointer-events:none;z-index:1}.input__label--placeholder{font-size:16px;transform:translateY(8px)}.input__label--collapsed{top:8px;transform:translateY(0);font-size:12px}.input__field-container{position:relative;flex:1;display:flex;align-items:center}.input__field{width:100%;border:none;outline:none;background:transparent;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:16px;line-height:1.2;color:#131313;text-align:left;padding:0;margin:0;transform:translateY(6px)}.input__field::placeholder{color:#13131354}.input__field:focus{outline:none}.input__field:disabled{color:#13131380;cursor:not-allowed}.input__start-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-right:8px;flex-shrink:0}.input__end-icon{display:flex;align-items:center;justify-content:center;width:44px;height:56px;flex-shrink:0;cursor:pointer;transition:background-color .2s ease}.input__end-icon:hover{background-color:#0000000d}.input__end-icon--error{color:#c93535}.input__end-icon--warning{color:#ffb120}.input__end-icon--clear{color:#13131340}.input__caption{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:12px;line-height:1.2;color:#13131380;text-align:left;padding:0 0 0 4px}.input__caption--error{color:#c93535}.input__caption--warning{color:#ffb120}.input--type-Phone .input__label,.input--type-Search .input__label{left:48px}.input:has(.input__start-icon) .input__label{left:48px}.input--filled .input__label{top:8px;transform:translateY(0);font-size:12px}.input--active .input__container{border-color:#77bf1e}.input--disabled .input__container{background-color:#e5e5e5;border-color:#e8e8e8;cursor:not-allowed}.input--disabled .input__field{color:#13131380;cursor:not-allowed}.input--disabled .input__label{color:#13131380}.input--readonly .input__container,.input--readonly .input__field{cursor:default}.dropdown{display:flex;flex-direction:column;gap:4px;width:100%;position:relative}.dropdown__container{display:flex;align-items:center;padding:0 0 0 12px;border-radius:12px;border:2px solid #E8E8E8;background-color:#fffdfe;transition:all .2s ease;position:relative;min-height:56px;cursor:pointer}.dropdown__container--status-Neutral{border-color:#e8e8e8}.dropdown__container--status-Error{border-color:#c93535}.dropdown__container--status-Warning{border-color:#ffb120}.dropdown__container--status-Locked{background-color:#e5e5e5;border-color:#e8e8e8}.dropdown__container--active{border-color:#77bf1e}.dropdown__container--disabled{background-color:#e5e5e5;border-color:#e8e8e8;cursor:not-allowed}.dropdown__container--readonly{cursor:default}.dropdown__content{display:flex;flex-direction:column;gap:2px;padding:0 4px;flex:1;min-width:0}.dropdown__label{font-family:Nunito,sans-serif;font-weight:500;font-size:12px;line-height:1.2;color:#00000054;text-align:left;transition:all .2s ease;position:absolute;top:14px;left:16px;transform:translateY(-6px);pointer-events:none;z-index:1}.dropdown__label--placeholder{font-size:16px;top:50%;transform:translateY(-50%)}.dropdown__label--collapsed{top:14px;transform:translateY(-6px);font-size:12px}.dropdown__field{display:flex;align-items:center;min-height:20px;min-width:0;overflow:hidden;padding-top:6px}.dropdown__text,.dropdown__placeholder{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown__text{font-family:Nunito,sans-serif;font-weight:500;font-size:16px;line-height:1.2;color:#000;text-align:left}.dropdown__placeholder{font-family:Nunito,sans-serif;font-weight:500;font-size:16px;line-height:1.2;color:#00000054;text-align:left}.dropdown__arrow{display:flex;align-items:center;justify-content:center;width:44px;height:56px;flex-shrink:0;color:#00000040;transition:transform .2s ease}.dropdown--active .dropdown__arrow{transform:rotate(180deg)}.dropdown__list-container{position:absolute;top:100%;left:0;right:0;z-index:1000;margin-top:4px;background-color:#fffdfe;border:2px solid #E8E8E8;border-radius:12px;box-shadow:0 4px 32px #00000040;max-height:240px;overflow:hidden;display:flex;flex-direction:column}.dropdown__search{padding:12px;border-bottom:1px solid rgba(0,0,0,.1);flex-shrink:0}.dropdown__search-input{width:100%;padding:8px 12px;border:2px solid #E8E8E8;border-radius:8px;font-family:Nunito,sans-serif;font-weight:500;font-size:16px;line-height:1.2;color:#000;background-color:#fffdfe;outline:none;transition:border-color .2s ease}.dropdown__search-input:focus{border-color:#77bf1e}.dropdown__search-input::placeholder{color:#00000054}.dropdown__list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1}.dropdown__option{display:flex;padding:12px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid rgba(0,0,0,.1)}.dropdown__option:last-child{border-bottom:none}.dropdown__option:hover,.dropdown__option--focused,.dropdown__option--selected{background-color:#80bf3326}.dropdown__option--empty{cursor:default;color:#00000054}.dropdown__option--empty:hover{background-color:transparent}.dropdown__option-content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px}.dropdown__option-text-wrapper{display:flex;flex-direction:column;flex:1;min-width:0}.dropdown__option-check{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px}.dropdown__option-text{font-family:Nunito,sans-serif;font-weight:500;font-size:16px;line-height:1.2;color:#000;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown__option-caption{font-family:Nunito,sans-serif;font-weight:500;font-size:12px;line-height:1.2;color:#00000054;text-align:left;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown__caption{font-family:Nunito,sans-serif;font-weight:500;font-size:12px;line-height:1.2;color:#00000080;text-align:left;padding:0 0 0 4px}.dropdown__caption--error{color:#c93535}.dropdown__caption--warning{color:#ffb120}.dropdown--filled .dropdown__label{top:8px;transform:translateY(0);font-size:12px}.dropdown--active .dropdown__container{border-color:#77bf1e}.dropdown--disabled .dropdown__container{background-color:#e5e5e5;border-color:#e8e8e8;cursor:not-allowed}.dropdown--disabled .dropdown__text,.dropdown--disabled .dropdown__placeholder{color:#00000080;cursor:not-allowed}.dropdown--disabled .dropdown__label{color:#00000080}.dropdown--readonly .dropdown__container,.dropdown--readonly .dropdown__text{cursor:default}.toolbar{display:inline-flex;align-items:center;gap:4px;padding:4px;background:#f5f5f5;border:2px solid #E8E8E8;border-radius:12px;box-sizing:border-box;z-index:1000}.toolbar--ask-table,.toolbar--ask-link{flex-direction:column;align-items:stretch;gap:4px}.toolbar__buttons{display:inline-flex;align-items:center;gap:4px}.toolbar__table-inputs{display:flex;flex-direction:column;gap:4px;align-items:stretch}.toolbar__table-input,.toolbar__link-input{flex:1;min-width:0}.toolbar__table-input .input__container,.toolbar__link-input .input__container{min-height:56px;padding:0 8px}.toolbar__link-inputs{display:flex;flex-direction:column;gap:4px;align-items:stretch}.toolbar__submit-button{width:100%;max-width:none;min-height:40px}.tabs{display:flex;gap:0;border-bottom:1px solid #E8E8E8}.tabs__tab{padding:12px 16px;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.02em;color:#131313a8;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;transition:color .2s ease,border-color .2s ease}.tabs__tab:hover{color:#131313}.tabs__tab--active{color:#14b2f5;border-bottom-color:#14b2f5}.answer-grid{background:#fffdfe;border-radius:12px;border:2px solid #E8E8E8}.answer-grid__table-wrap{width:100%;overflow-x:auto}.answer-grid__table{width:100%;border-collapse:collapse;table-layout:fixed}.answer-grid__row{border-bottom:1px solid #E8E8E8}.answer-grid__row:last-child{border-bottom:none}.answer-grid__cell{border-right:2px solid #E8E8E8;padding:0;vertical-align:middle}.answer-grid__cell:last-child{border-right:none}.answer-grid__input{width:100%;min-width:0;padding:12px 16px;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;color:#131313;background:transparent;border:none;outline:none;box-sizing:border-box}.answer-grid__input::placeholder{color:#131313a8}.answer-grid__input:read-only{cursor:default}.answer-grid__action{display:flex;justify-content:flex-start}.answer-grid__button{width:100%;padding:12px;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:0 0 12px 12px;font-weight:800;font-size:16px;color:#fff;border:none;cursor:pointer;transition:opacity .15s ease}.answer-grid__button--primary{background-color:#5acd05;border-bottom:4px solid #5AA602}.answer-grid__button--primary:hover{opacity:.95}.answer-grid__button--variants{background-color:#14b2f5;border-bottom:4px solid #0F9CD5}.answer-grid__button--variants:hover{opacity:.95}.video-preview{width:100%;padding:4px;box-sizing:border-box}.video-preview__media{display:block;width:100%;height:auto;border-radius:16px;object-fit:contain}.answer-reaction{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%;padding:16px 16px 32px;box-sizing:border-box}.answer-reaction--wrong{background:#fee0df}.answer-reaction--correct{background:#dbffba}.answer-reaction__header{display:flex;align-items:center;gap:8px;width:100%}.answer-reaction__icon{width:16px;height:16px;flex-shrink:0}.answer-reaction__title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:800;line-height:1.1}.answer-reaction--wrong .answer-reaction__title{color:#ea2a2e}.answer-reaction--correct .answer-reaction__title{color:#5aa602}.answer-reaction__correct-answer{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%}.answer-reaction__correct-label,.answer-reaction__correct-value{margin:0;font-size:16px;line-height:1.1;color:#ea2a2e}.answer-reaction__correct-label{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800}.answer-reaction__correct-value{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700}.answer-reaction__button{width:100%;max-width:none}.toggle-with-label{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}.toggle-with-label__label{font-family:Nunito,sans-serif;font-weight:500;font-size:16px;line-height:1.2;color:#000}.toggle-with-label__toggle{flex-shrink:0}.toggle-with-label--disabled{opacity:.5}.toggle-with-label--disabled .toggle-with-label__label{color:#00000080}.toggle-list-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;background:#fff;border:1px solid #e0e0e0;border-radius:12px}.toggle-list-item__content{flex:1;min-width:0}.toggle-list-item__title{font-family:Nunito,sans-serif;font-weight:600;font-size:16px;line-height:1.2;color:#000;margin-bottom:4px}.toggle-list-item__description{font-family:Nunito,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#00000080}.toggle-list-item__toggle{flex-shrink:0}.toggle-list-item--disabled{opacity:.5}.toggle-list-item--disabled .toggle-list-item__title,.toggle-list-item--disabled .toggle-list-item__description{color:#00000080}.menu-row{display:flex;align-items:flex-start;justify-content:center;gap:8px;max-width:1280px;width:100%;padding:16px 16px 32px;background:#fffdfe;border-top:2px solid #E8E8E8;box-sizing:border-box}.menu-bar{display:flex;flex-direction:column;gap:24px;padding:32px 16px;background:#1c1c1c;box-sizing:border-box;height:100%;transition:width .25s ease;overflow:hidden}.menu-bar--expanded{width:200px}.menu-bar--collapsed{width:80px}.menu-bar__profile{display:flex;align-items:flex-end;gap:12px;flex-shrink:0;overflow:hidden}.menu-bar__profile-info{display:flex;flex-direction:column;flex:1 0 0;line-height:1.3;min-width:0;overflow:hidden;opacity:1;transition:opacity .25s ease,width .25s ease}.menu-bar--collapsed .menu-bar__profile-info{opacity:0;width:0;min-width:0;flex:0 0 0}.menu-bar__profile-name{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:20px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-bar__profile-role{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:16px;color:#ffffff80;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-bar__items{display:flex;flex-direction:column;flex-shrink:0}.uikit{min-height:100vh;background:#f5f5f5;padding:32px;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.uikit__header{text-align:center;margin-bottom:40px}.uikit__title{font-size:36px;font-weight:700;color:#212121;margin:0 0 12px}.uikit__description{font-size:16px;color:#757575;margin:0}.uikit__content{max-width:1200px;margin:0 auto}.uikit__section{margin-bottom:40px}.uikit__section-title{font-size:24px;font-weight:600;color:#424242;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #80bf33;display:inline-block}.uikit__showcase{display:flex;flex-wrap:wrap;gap:24px;align-items:flex-start}.uikit__showcase--column{flex-direction:column}.uikit__showcase--wrap{flex-wrap:wrap}.uikit__showcase-item{display:flex;flex-direction:column;align-items:center;gap:12px}.uikit__showcase-item--vertical{flex-direction:column}.uikit__code-inputs{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.uikit__progress-demo{width:100%}.uikit__progress-controls{display:flex;flex-direction:column;gap:16px;margin-top:20px;padding-top:16px;border-top:1px solid #e0e0e0}.uikit__slider-group{display:flex;flex-direction:column;gap:8px}.uikit__slider{width:100%;height:8px;border-radius:4px;background:#e0e0e0;appearance:none;cursor:pointer}.uikit__slider::-webkit-slider-thumb{appearance:none;width:20px;height:20px;border-radius:50%;background:#5acd05;cursor:pointer}.uikit__slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#5acd05;cursor:pointer;border:none}.uikit__code-success{color:#5acd05;font-weight:700;font-size:16px;margin-left:8px}.uikit__showcase-group{width:100%;margin-bottom:24px}.uikit__showcase-group:last-child{margin-bottom:0}.uikit__showcase-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.uikit__group-title{font-size:14px;font-weight:600;color:#757575;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.uikit__label{font-size:14px;color:#616161;text-align:center}.uikit__buttons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;width:100%}.uikit__inputs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;width:100%}.uikit__cards-grid{display:flex;flex-direction:column;gap:20px;width:100%}.uikit__cards-grid .lesson-card,.uikit__cards-grid .task-accordion,.uikit__cards-grid .task-card{width:100%;max-width:100%}.uikit__answer-reaction-demo{width:100%;max-width:315px}.uikit__icons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:20px}.uikit__icon-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;background:#fafafa;border-radius:8px;transition:background-color .2s ease}.uikit__icon-item:hover{background:#f0f0f0}.uikit__icon-item svg{width:24px;height:24px;color:#424242}.uikit__icon-item span{font-size:11px;color:#757575;text-align:center;word-break:break-word}.uikit__tags-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:24px}.uikit__tag-item{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px;background:#fafafa;border-radius:12px}.uikit__tag-item svg{width:60px;height:60px}.uikit__tag-item span{font-size:12px;color:#757575;text-align:center}@media(max-width:768px){.uikit{padding:16px}.uikit__title{font-size:28px}.uikit__buttons-grid,.uikit__inputs-grid{grid-template-columns:1fr}.uikit__icons-grid{grid-template-columns:repeat(3,1fr)}}.cookie-notice-wrapper{position:fixed;bottom:32px;left:50%;transform:translate(-50%);z-index:1000;animation:cookie-slide-up .15s ease-out forwards}.cookie-notice-wrapper--hidden{animation:cookie-slide-down .15s ease-out forwards;pointer-events:none}@keyframes cookie-slide-up{0%{opacity:0;transform:translate(-50%) translateY(100%)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes cookie-slide-down{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(100%)}}.cookie-notice{display:flex;flex-direction:column;gap:12px;padding:16px;background-color:#fffdfe;border:2px solid #E8E8E8;border-radius:24px;width:340px}.cookie-notice__content{display:flex;align-items:center;gap:8px;width:100%}.cookie-notice__icon{flex-shrink:0;width:48px;height:48px}.cookie-notice__icon svg{width:100%;height:100%}.cookie-notice__text{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.cookie-notice__title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:20px;line-height:1;color:#131313}.cookie-notice__description{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:16px;line-height:1;color:#13131380}.cookie-notice__buttons{display:flex;gap:4px;width:100%}.cookie-notice__buttons .button{flex:1;max-width:none}.login-page{display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:100vh;min-height:100dvh;background-color:#fffdfe;width:100%;position:relative;padding-top:env(safe-area-inset-top)}.login-page__progress{width:100%;max-width:1280px;padding:20px 8px 12px}.login-page__container{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1 auto;width:100%;max-width:480px;padding:16px;gap:12px;min-height:0}.login-page__illustration{width:100%;max-width:440px;flex:1 1 auto;min-height:0;max-height:440px;overflow:hidden}.login-page__illustration img{width:100%;height:100%;object-fit:contain}.login-page__characters{display:flex;align-items:flex-end;justify-content:center;width:100%;padding-right:32px;position:relative}.login-page__character{flex:1 0 0;min-width:0;cursor:pointer;transition:opacity .3s ease,transform .2s ease;margin-right:-32px}.login-page__character:hover{transform:scale(1.02)}.login-page__character:active{transform:scale(.98)}.login-page__character img{width:100%;height:auto;display:block}.login-page__character--kid{z-index:1}.login-page__character--parent{z-index:2}.login-page__character--faded{opacity:.5}.login-page__title{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:24px;line-height:1.2;text-align:center;color:#131313cc;width:100%;margin:0;flex-shrink:0}.login-page__subtitle{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:24px;line-height:1;text-align:center;color:#13131380;width:100%;margin:0;flex-shrink:0}.login-page__buttons{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:480px;padding:0 16px;padding-bottom:calc(32px + env(safe-area-inset-bottom));flex-shrink:0}.login-page__buttons .button{max-width:100%}.login-page__inputs{display:flex;flex-direction:column;gap:4px;width:100%}.login-page__code-inputs{display:flex;gap:8px;justify-content:center}.login-page--contact-info .login-page__container,.login-page--secret-code .login-page__container{justify-content:flex-start;padding-top:0}.login-page--contact-info .login-page__illustration--small,.login-page--secret-code .login-page__illustration--small{flex:1 1 auto;max-height:none}.login-page--contact-info .button,.login-page--secret-code .button{width:100%;max-width:100%}.login-page--secret-code .login-page__subtitle{font-size:20px}.login-page__error{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:16px;line-height:1.2;text-align:center;color:#fe4a4e;width:100%;margin:0;flex-shrink:0}.login-page--login-phone,.login-page--login-code{justify-content:center}.login-page--login-phone .login-page__container,.login-page--login-code .login-page__container{flex:0 1 auto;justify-content:center;padding-top:0}.login-page--login-phone .login-page__illustration--small,.login-page--login-code .login-page__illustration--small{flex:1 1 auto;max-height:none}.login-page--login-phone .button,.login-page--login-code .button{width:100%;max-width:100%}.home-page{display:flex;flex-direction:row;min-height:100vh;width:100%;background:#fffdfe}@media(min-width:744px){.home-page{background:#1c1c1c}}.home-page__sidebar{display:none;flex-shrink:0}@media(min-width:744px){.home-page__sidebar{display:block}}.home-page__main{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-height:100vh;width:100%;background:#fffdfe}@media(min-width:744px){.home-page__main{margin:16px 16px 16px 0;border-radius:24px;min-height:calc(100vh - 32px);overflow:hidden}}.home-page__content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex:1 0 0;gap:24px;max-width:480px;width:100%;padding:16px 16px 64px;overflow:auto;box-sizing:border-box}.home-page__content .lesson-card{width:100%}.home-page__cards{width:100%;display:flex;flex-direction:column;gap:8px}.home-page__title{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:24px;line-height:1;color:#131313cc;text-align:center;margin:0;width:100%}.home-page__description{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:20px;line-height:1;color:#13131380;text-align:center;margin:0;width:100%}.home-page__description--compact{max-width:480px;font-size:16px;font-weight:700;color:#131313a8}.home-page__illustration{width:100%;aspect-ratio:1024/768;overflow:hidden;flex-shrink:0}.home-page__illustration img{width:100%;height:100%;object-fit:contain}.home-page__mobile-menu{display:block;width:100%}@media(min-width:744px){.home-page__mobile-menu{display:none}}.home-lesson-page{display:flex;flex-direction:row;height:100vh;width:100%;background:#fffdfe;overflow:hidden}@media(min-width:744px){.home-lesson-page{background:#1c1c1c}}.home-lesson-page__sidebar{display:none;flex-shrink:0}@media(min-width:744px){.home-lesson-page__sidebar{display:block}}.home-lesson-page__main{display:flex;flex-direction:column;width:100%;flex:1;height:100vh;min-height:0;overflow:hidden;background:#fffdfe}@media(min-width:744px){.home-lesson-page__main{margin:16px 16px 16px 0;border-radius:24px;height:calc(100vh - 32px);min-height:0;overflow:hidden}}.home-lesson-page__left-part{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;position:relative}.home-lesson-page__right-part{display:none}.home-lesson-page__code-editor{width:100%;height:100%;min-height:0}.home-lesson-page__progress{width:100%;max-width:100%;box-sizing:border-box;padding:12px 12px 4px 0;position:sticky;top:0;z-index:2;background:#fffdfe}.home-lesson-page__progress .progress-bar__back-text{font-size:16px}.home-lesson-page__scroll{flex:1;min-height:0;overflow-y:auto;width:100%;max-width:1280px;margin:0 auto;box-sizing:border-box;padding:0 12px 512px;display:flex;flex-direction:column;gap:12px}.home-lesson-page__bottom-action{flex-shrink:0;padding:16px;border-top:2px solid #E8E8E8;background:#fffdfe;display:flex;justify-content:center}.home-lesson-page__bottom-action--hidden{display:none}.home-lesson-page__answer-reaction-layer{position:absolute;left:0;right:0;bottom:0;z-index:30;opacity:0;transform:translateY(32px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.home-lesson-page__answer-reaction-layer--visible{opacity:1;transform:translateY(0);pointer-events:auto}.home-lesson-page__answer-reaction-wrap{width:100%;max-width:1280px;margin:0 auto;padding:0;box-sizing:border-box}.home-lesson-page__bottom-action-button{max-width:100%}.home-lesson-page__header{display:flex;flex-direction:column;gap:4px}.home-lesson-page__subtitle{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:800;line-height:1;color:#13131354;text-transform:uppercase}.home-lesson-page__title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:1000;line-height:1;color:#131313bf;text-transform:uppercase}.home-lesson-page__tutor-title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700;line-height:1.2;color:#13131380}.home-lesson-page__video-block{display:flex;flex-direction:column;gap:4px}.home-lesson-page__video{width:100%}.home-lesson-page__video-placeholder{width:100%;min-height:180px;border-radius:16px;border:1px solid #E8E8E8;background:#fff;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px;box-sizing:border-box;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700;color:#13131380}.home-lesson-page__video-meta{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:800;line-height:1;color:#13131380}.home-lesson-page__homework{display:flex;flex-direction:column;gap:12px}.home-lesson-page__section-title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:1000;line-height:1;color:#131313bf;text-transform:uppercase}.home-lesson-page__tasks{display:flex;flex-direction:column;gap:12px}.home-lesson-page__task-item{display:flex;flex-direction:column;gap:4px}.home-lesson-page__accordion{width:100%}.home-lesson-page__task-body{display:flex;flex-direction:column;gap:12px;background:#fff;border-radius:12px;padding:12px;box-sizing:border-box}.home-lesson-page__task-content{margin:0}.home-lesson-page__task-empty{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700;color:#13131380}.home-lesson-page__status{margin:0;padding:20px 12px;text-align:center;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700;color:#131313a8}.home-lesson-page__mobile-editor-sheet{position:fixed;left:0;right:0;bottom:0;height:50vh;z-index:50;transition:bottom .12s ease}.home-lesson-page__mobile-code-editor{width:100%;height:100%}.home-lesson-page__mobile-code-editor .code-editor__container{border-radius:24px 24px 0 0}@media(min-width:1000px){.home-lesson-page__main{flex-direction:row;gap:0;transition:gap .18s ease}.home-lesson-page__main--editor-hidden{gap:0}.home-lesson-page__left-part{flex:1 1 auto}.home-lesson-page__right-part{display:flex;flex:0 0 44%;min-width:360px;max-width:44%;padding:12px 12px 12px 0;box-sizing:border-box;min-height:0;opacity:1;overflow:hidden;transition:flex-basis .18s ease,max-width .18s ease,padding .18s ease,opacity .12s ease}.home-lesson-page__right-part--hidden{flex-basis:0;max-width:0;min-width:0;padding:0;opacity:0;pointer-events:none}.home-lesson-page__bottom-action--hidden{display:none}}.home-variant-page{display:flex;flex-direction:row;height:100vh;width:100%;background:#fffdfe;overflow:hidden}@media(min-width:744px){.home-variant-page{background:#1c1c1c}}.home-variant-page__sidebar{display:none;flex-shrink:0}@media(min-width:744px){.home-variant-page__sidebar{display:block}}.home-variant-page__main{display:flex;flex-direction:column;width:100%;flex:1;height:100vh;min-height:0;overflow:hidden;background:#fffdfe}@media(min-width:744px){.home-variant-page__main{margin:16px 16px 16px 0;border-radius:24px;height:calc(100vh - 32px);min-height:0;overflow:hidden}}.home-variant-page__left-part{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;position:relative}.home-variant-page__right-part{display:none}.home-variant-page__code-editor{width:100%;height:100%;min-height:0}.home-variant-page__progress{width:100%;max-width:100%;box-sizing:border-box;padding:12px 12px 4px 0;position:sticky;top:0;z-index:2;background:#fffdfe}.home-variant-page__progress .progress-bar__back-text{font-size:16px}.home-variant-page__scroll{flex:1;min-height:0;overflow-y:auto;width:100%;max-width:1280px;margin:0 auto;box-sizing:border-box;padding:0 12px 512px;display:flex;flex-direction:column;gap:12px}.home-variant-page__bottom-action{flex-shrink:0;padding:16px;border-top:2px solid #E8E8E8;background:#fffdfe;display:flex;justify-content:center}.home-variant-page__bottom-action--hidden{display:none}.home-variant-page__answer-reaction-layer{position:absolute;left:0;right:0;bottom:0;z-index:30;opacity:0;transform:translateY(32px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.home-variant-page__answer-reaction-layer--visible{opacity:1;transform:translateY(0);pointer-events:auto}.home-variant-page__answer-reaction-wrap{width:100%;max-width:1280px;margin:0 auto;padding:0;box-sizing:border-box}.home-variant-page__bottom-action-button{max-width:100%}.home-variant-page__header{display:flex;flex-direction:column;gap:4px}.home-variant-page__subtitle{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:800;line-height:1;color:#13131354;text-transform:uppercase}.home-variant-page__title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:1000;line-height:1;color:#131313bf;text-transform:uppercase}.home-variant-page__finish-row{display:flex;flex-direction:column;gap:4px}.home-variant-page__finish-button{max-width:220px}.home-variant-page__finished-note{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:700;color:#13131380}.home-variant-page__tutor-title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700;line-height:1.2;color:#13131380}.home-variant-page__video-block{display:flex;flex-direction:column;gap:4px}.home-variant-page__video{width:100%}.home-variant-page__video-placeholder{width:100%;min-height:180px;border-radius:16px;border:1px solid #E8E8E8;background:#fff;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px;box-sizing:border-box;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700;color:#13131380}.home-variant-page__video-meta{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:800;line-height:1;color:#13131380}.home-variant-page__homework{display:flex;flex-direction:column;gap:12px}.home-variant-page__section-title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:1000;line-height:1;color:#131313bf;text-transform:uppercase}.home-variant-page__tasks{display:flex;flex-direction:column;gap:12px}.home-variant-page__task-item{display:flex;flex-direction:column;gap:4px}.home-variant-page__accordion{width:100%}.home-variant-page__task-body{display:flex;flex-direction:column;gap:12px;background:#fff;border-radius:12px;padding:12px;box-sizing:border-box}.home-variant-page__task-content{margin:0}.home-variant-page__task-empty{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700;color:#13131380}.home-variant-page__status{margin:0;padding:20px 12px;text-align:center;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700;color:#131313a8}.home-variant-page__mobile-editor-sheet{position:fixed;left:0;right:0;bottom:0;height:50vh;z-index:50;transition:bottom .12s ease}.home-variant-page__mobile-code-editor{width:100%;height:100%}.home-variant-page__mobile-code-editor .code-editor__container{border-radius:24px 24px 0 0}@media(min-width:1000px){.home-variant-page__main{flex-direction:row;gap:0;transition:gap .18s ease}.home-variant-page__main--editor-hidden{gap:0}.home-variant-page__left-part{flex:1 1 auto}.home-variant-page__right-part{display:flex;flex:0 0 44%;min-width:360px;max-width:44%;padding:12px 12px 12px 0;box-sizing:border-box;min-height:0;opacity:1;overflow:hidden;transition:flex-basis .18s ease,max-width .18s ease,padding .18s ease,opacity .12s ease}.home-variant-page__right-part--hidden{flex-basis:0;max-width:0;min-width:0;padding:0;opacity:0;pointer-events:none}.home-variant-page__bottom-action--hidden{display:none}}.profile-page{display:flex;flex-direction:row;min-height:100vh;width:100%;background:#fffdfe}@media(min-width:744px){.profile-page{background:#1c1c1c}}.profile-page__sidebar{display:none;flex-shrink:0}@media(min-width:744px){.profile-page__sidebar{display:block}}.profile-page__main{display:flex;flex-direction:column;flex:1;min-height:100vh;width:100%;background:#fffdfe}@media(min-width:744px){.profile-page__main{margin:16px 16px 16px 0;border-radius:24px;min-height:calc(100vh - 32px);overflow:hidden}}.profile-page__content{display:flex;flex-direction:column;flex:1;gap:16px;width:100%;padding:16px;overflow-y:auto;box-sizing:border-box}.profile-page__user-info{display:flex;align-items:center;gap:16px;width:100%}.profile-page__user-text{display:flex;flex-direction:column;flex:1 0 0;min-width:1px;line-height:1}.profile-page__user-name,.profile-page__user-surname{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:1000;font-size:24px;color:#131313cc;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page__user-role{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:20px;color:#13131380;margin:0}.profile-page__uploading{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:14px;color:#77bf1e;margin:4px 0 0;animation:pulse 1.5s ease-in-out infinite}.profile-page__info,.profile-page__error{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#131313a8}.profile-page__error{color:#c93535}.profile-page__kid-panel,.profile-page__parent-panel,.profile-page__tutor-panel{display:flex;flex-direction:column;gap:12px}.profile-page__subject-chip{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #E8E8E8;border-radius:12px;background:#fff}.profile-page__subject-chip-label{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#131313a8}.profile-page__subject-chip-value{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700;color:#131313}.profile-page__relations-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-page__relation-card{border:1px solid #E8E8E8;border-radius:12px;background:#fff;padding:12px;display:flex;flex-direction:column;gap:8px}.profile-page__relation-title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700;color:#131313bf}.profile-page__relation-user{display:flex;align-items:center;gap:8px;min-width:0}.profile-page__relation-text{min-width:0;display:flex;flex-direction:column;gap:2px}.profile-page__relation-name,.profile-page__relation-meta,.profile-page__relation-empty{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;color:#131313a8}.profile-page__link-form{display:flex;flex-direction:column;gap:8px}.profile-page__link-form .button{width:100%}.profile-page__subjects-panel,.profile-page__relation-list{border:1px solid #E8E8E8;border-radius:12px;background:#fff;padding:12px;display:flex;flex-direction:column;gap:8px}.profile-page__relation-list-title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:700;color:#131313bf}.profile-page__subject-create-form{display:flex;flex-direction:column;gap:8px}.profile-page__subject-create-form .button{width:100%}.profile-page__subject-item{border:1px solid #E8E8E8;border-radius:8px;background:#f5f5f5;padding:8px;display:flex;flex-direction:column;gap:8px}.profile-page__subject-item-top{display:flex;flex-direction:column;gap:8px}.profile-page__subject-item-top .button{width:100%}.profile-page__scale-editor{border:1px solid #E8E8E8;border-radius:8px;background:#fff;padding:8px;display:flex;flex-direction:column;gap:8px}.profile-page__scale-caption{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;color:#131313a8}.profile-page__scale-generator{display:flex;flex-direction:column;gap:8px}.profile-page__scale-generator .button{width:100%}.profile-page__scale-input,.profile-page__scale-cell,.profile-page__subject-select{width:100%;border:1px solid #E8E8E8;border-radius:8px;background:#fff;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#131313;box-sizing:border-box}.profile-page__scale-input,.profile-page__subject-select{padding:4px 8px}.profile-page__scale-table{display:flex;flex-direction:column;gap:4px;max-height:320px;overflow-y:auto;border:1px solid #E8E8E8;border-radius:8px;background:#fff;padding:4px}.profile-page__scale-row{display:grid;grid-template-columns:1fr 1fr;gap:4px;align-items:center}.profile-page__scale-row--header{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:700;color:#131313a8;padding:0 2px}.profile-page__scale-cell{padding:6px 4px}.profile-page__relation-list-item{border:1px solid #E8E8E8;border-radius:8px;background:#f5f5f5;padding:8px;display:flex;flex-direction:column;gap:6px}.profile-page__relation-list-main{display:flex;justify-content:space-between;gap:8px;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;color:#131313}.profile-page__relation-list-secondary{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;color:#131313a8}.profile-page__subject-select-wrap{display:flex;flex-direction:column;gap:4px}.profile-page__subject-select-label{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;color:#131313a8}.profile-page__subject-select{min-height:36px}.profile-page__mobile-menu{display:block;width:100%}@media(min-width:744px){.profile-page__mobile-menu{display:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:700px){.profile-page__relations-grid{grid-template-columns:1fr}.profile-page__relation-list-main{flex-direction:column;align-items:flex-start}}.statistics-page{display:flex;min-height:100vh;width:100%;background:#fffdfe}@media(min-width:744px){.statistics-page{background:#1c1c1c}}.statistics-page--single{align-items:center;justify-content:center;padding:16px}.statistics-page__unsupported{max-width:520px;width:100%;display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center;color:#131313cc}.statistics-page__sidebar{display:none;flex-shrink:0}@media(min-width:744px){.statistics-page__sidebar{display:block}}.statistics-page__main{display:flex;flex-direction:column;align-items:center;flex:1;min-height:100vh;width:100%;background:#fffdfe}@media(min-width:744px){.statistics-page__main{margin:16px 16px 16px 0;border-radius:24px;min-height:calc(100vh - 32px);overflow:hidden}}.statistics-page__content{flex:1;width:100%;max-width:980px;padding:16px 16px 64px;overflow:auto;box-sizing:border-box;display:flex;flex-direction:column;gap:16px}.statistics-page__header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.statistics-page__title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:800;color:#131313cc}.statistics-page__student-picker{display:flex;align-items:center;gap:8px}.statistics-page__student-picker label{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700;color:#131313a8}.statistics-page__student-picker select{border:1px solid #E8E8E8;border-radius:12px;padding:8px 12px;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#131313cc;background:#fffdfe;min-width:220px}.statistics-page__info{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:700;color:#131313a8}.statistics-page__error-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.statistics-page__error{margin:0;color:#c93535;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:700}.statistics-page__summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}@media(min-width:960px){.statistics-page__summary-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.statistics-page__summary-card{border:1px solid #E8E8E8;border-radius:12px;background:#fffdfe;padding:12px;display:flex;flex-direction:column;gap:4px}.statistics-page__summary-label{color:#131313a8;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase}.statistics-page__summary-value{color:#131313cc;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:800}.statistics-page__meta{display:flex;gap:16px;flex-wrap:wrap;color:#131313a8;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700}.statistics-page__table-wrap{border:1px solid #E8E8E8;border-radius:16px;overflow:auto;background:#fffdfe}.statistics-page__table{width:100%;border-collapse:collapse;min-width:760px}.statistics-page__table th,.statistics-page__table td{border-bottom:1px solid #E8E8E8;text-align:left;padding:8px 12px;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#131313cc;vertical-align:top}.statistics-page__table th{background:#f5f5f5;font-weight:800}.statistics-page__table tbody tr:last-child td{border-bottom:none}.statistics-page__table-empty{text-align:center!important;color:#13131380!important;font-weight:700;padding:16px!important}.statistics-page__mobile-menu{display:block;width:100%}@media(min-width:744px){.statistics-page__mobile-menu{display:none}}.ux-research{min-height:100vh;background:#f5f5f5;padding:24px}.ux-research--error{display:flex;align-items:center;justify-content:center;color:#c93535;font-size:20px;font-weight:700}.ux-research__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.ux-research__title{font-size:32px;font-weight:1000;color:#131313;margin:0}.ux-research__subtitle{font-size:20px;font-weight:800;color:#131313cc;margin:0 0 16px}.ux-research__back-btn{padding:12px 16px;background:#fff;border:2px solid #E8E8E8;border-radius:12px;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:700;color:#131313cc;cursor:pointer;transition:all .2s}.ux-research__back-btn:hover{background:#f5f5f5}.ux-research__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.ux-research__content{display:grid;grid-template-columns:1fr 2fr;gap:20px}.ux-research__sessions{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 4px #0000001a}.ux-research__details{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 4px #0000001a;max-height:80vh;overflow-y:auto}.stat-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 4px #0000001a;text-align:center}.stat-card__label{font-size:14px;font-weight:600;color:#131313a8;margin:0 0 8px}.stat-card__value{font-size:28px;font-weight:1000;color:#77bf1e;margin:0}.sessions-list{display:flex;flex-direction:column;gap:12px}.session-item{padding:16px;background:#fffdfe;border:2px solid #E8E8E8;border-radius:12px;cursor:pointer;transition:all .2s}.session-item:hover{border-color:#77bf1e;background:#fff}.session-item--active{border-color:#77bf1e;background:#fff;box-shadow:0 4px 8px #0000001f}.session-item__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.session-item__id{font-family:monospace;font-size:14px;font-weight:700;color:#131313cc}.session-item__status{font-size:12px;font-weight:600;padding:4px 8px;border-radius:4px;background:#e5e5e5;color:#131313a8}.session-item__status--completed{background:#dbffba;color:#5aa602}.session-item__info{display:flex;gap:12px;font-size:12px;color:#13131380}.details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.details-close{background:none;border:none;font-size:24px;color:#13131380;cursor:pointer;transition:color .2s}.details-close:hover{color:#c93535}.details-info{background:#fffdfe;border-radius:8px;padding:16px;margin-bottom:20px}.details-info p{margin:8px 0;font-size:14px;color:#131313cc}.details-info p strong{font-weight:700;color:#131313}.details-subtitle{font-size:16px;font-weight:800;color:#131313cc;margin:20px 0 16px}.events-list{display:flex;flex-direction:column;gap:8px}.event-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fffdfe;border-radius:8px;font-size:12px}.event-item__type{padding:4px 8px;border-radius:4px;color:#fff;font-weight:700;font-size:10px;text-transform:uppercase;white-space:nowrap}.event-item__component{font-weight:600;color:#131313;flex-shrink:0}.event-item__value{color:#131313a8;font-style:italic;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-item__time{color:#13131380;font-family:monospace;flex-shrink:0}.event-item__metadata{color:#77bf1e;font-weight:600;flex-shrink:0}@media(max-width:1024px){.ux-research__content{grid-template-columns:1fr}.ux-research__details{max-height:none}}.tasks-page{display:flex;width:100%;height:100vh;background:#1c1c1c;overflow:hidden}.tasks-page__sidebar{flex-shrink:0}.tasks-page__main{display:flex;flex:1;background:#fff;border-radius:24px 0 0;overflow:hidden}.tasks-page__left{display:flex;flex-direction:column;flex:1;overflow-y:auto;overflow-x:hidden;position:relative}.tasks-page__header{position:sticky;top:0;background:#fff;z-index:10;padding-bottom:12px;border-bottom:2px solid #E8E8E8}.tasks-page__title-row{display:flex;align-items:center;gap:12px;padding:20px 20px 12px}.tasks-page__title{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:1000;color:#131313bf;line-height:1;margin:0;flex-shrink:0}.tasks-page__search{flex:1;min-width:0;max-width:400px}.tasks-page__filters{display:flex;flex-wrap:wrap;gap:4px;padding:0 12px}.tasks-page__filters>*{flex:1 0 260px;min-width:260px}.tasks-page__content{flex:1;overflow-y:auto;padding:12px 0}.tasks-page__loading,.tasks-page__empty{padding:20px 12px;text-align:center;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;color:#131313bf}.tasks-page__observer-target{height:20px;width:100%;margin-top:12px}.tasks-page__loading-more{padding:12px;text-align:center;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#131313bf}.tasks-page__tasks-container{display:flex;margin-left:-8px;padding:0 12px 12px;width:100%}.tasks-page__tasks-column{padding-left:8px;background-clip:padding-box;flex:1;min-width:0}.tasks-page__tasks-column>*{margin-bottom:16px;width:100%}.tasks-page__create-button{position:sticky;bottom:0;display:flex;justify-content:center;padding:16px;border-top:2px solid #E8E8E8;background:#fff;margin-top:auto;z-index:10}.tasks-page__create-button .button{flex:1;max-width:100%}.tasks-page__right{display:flex;flex-direction:column;width:320px;flex-shrink:0;background:#f5f5f5;border-left:2px solid #E8E8E8;padding:20px 16px 0;overflow-y:auto;gap:12px}.tasks-page__right-tabs{display:flex;gap:12px;margin-bottom:8px}.tasks-page__right-tab{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:1000;line-height:1;margin:0;padding:0;border:none;background:none;cursor:pointer;color:#13131354}.tasks-page__right-tab_active{color:#131313}.tasks-page__right-content{flex:1;display:flex;flex-direction:column;gap:12px}.tasks-page__add-subtopic{display:flex;flex-direction:column;gap:12px}.tasks-page__add-subtopic .button{width:100%}.tasks-page__subtopics-loading,.tasks-page__subtopics-empty,.tasks-page__subtopics-hint{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#131313a8;margin:0}.tasks-page__subtopics-by-theme{display:flex;flex-direction:column;gap:16px;overflow-y:auto;flex:1;min-height:0}.tasks-page__subtopics-theme-block{display:flex;flex-direction:column;gap:4px}.tasks-page__subtopics-theme-title{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700;color:#131313bf;margin:0;line-height:1.3;padding:0}.tasks-page__subtopics-list{display:flex;flex-direction:column;gap:4px}.tasks-page__subtopic-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border-radius:12px;border:1px solid #E8E8E8}.tasks-page__subtopic-item:hover .tasks-page__subtopic-actions{opacity:1}.tasks-page__subtopic-text{flex:1;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#131313bf;min-width:0;cursor:pointer}.tasks-page__subtopic-text:hover{color:#131313}.tasks-page__subtopic-input{flex:1;min-width:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;padding:4px 8px;border:1px solid #E8E8E8;border-radius:8px}.tasks-page__subtopic-input:focus{outline:none;border-color:#77bf1e}.tasks-page__subtopic-save{flex-shrink:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;padding:4px 8px;border:none;border-radius:8px;background:#77bf1e;color:#fff;cursor:pointer}.tasks-page__subtopic-save:hover:not(:disabled){opacity:.9}.tasks-page__subtopic-save:disabled{opacity:.6;cursor:not-allowed}.tasks-page__subtopic-actions{flex-shrink:0;display:flex;align-items:center;gap:4px;opacity:0;transition:opacity .15s ease}.tasks-page__subtopic-item:focus-within .tasks-page__subtopic-actions{opacity:1}.tasks-page__subtopic-edit,.tasks-page__subtopic-delete{padding:4px;border:none;background:none;cursor:pointer;color:#13131354;display:flex;align-items:center;justify-content:center}.tasks-page__subtopic-edit:hover:not(:disabled),.tasks-page__subtopic-delete:hover:not(:disabled){color:#131313bf}.tasks-page__subtopic-edit:disabled,.tasks-page__subtopic-delete:disabled{opacity:.5;cursor:not-allowed}.tasks-page__subtopic-delete:hover:not(:disabled){color:#c93535}.tasks-page__add-theme{display:flex;flex-direction:column;gap:12px}.tasks-page__add-theme .button{width:100%}.tasks-page__themes-list{display:flex;flex-direction:column;gap:4px}.tasks-page__theme-edit-row{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border-radius:8px;border:1px solid #E8E8E8}.tasks-page__theme-edit-input{flex:1;min-width:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700;padding:4px 8px;border:1px solid #E8E8E8;border-radius:8px;color:#131313bf}.tasks-page__theme-edit-input:focus{outline:none;border-color:#77bf1e}.tasks-page__theme-edit-save{flex-shrink:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;padding:4px 8px;border:none;border-radius:8px;background:#77bf1e;color:#fff;cursor:pointer}.tasks-page__theme-edit-save:hover{opacity:.9}.tasks-page__theme-edit-cancel{flex-shrink:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;padding:4px 8px;border:1px solid #E8E8E8;border-radius:8px;background:#fff;color:#131313a8;cursor:pointer}.tasks-page__theme-edit-cancel:hover{background:#f5f5f5}.tasks-page p br{display:block;margin-top:8px}@media(max-width:768px){.tasks-page__sidebar{display:none}.tasks-page__main{border-radius:0}.tasks-page__right{display:none}}.variants-page{display:flex;width:100%;height:100vh;background:#1c1c1c;overflow:hidden}.variants-page__sidebar{flex-shrink:0}.variants-page__main{display:flex;flex:1;background:#fff;border-radius:24px 0 0;overflow:hidden}.variants-page__left{display:flex;flex-direction:column;flex:1;overflow-y:auto;overflow-x:hidden;position:relative}.variants-page__header{position:sticky;top:0;background:#fff;z-index:10;padding-bottom:12px;border-bottom:2px solid #E8E8E8}.variants-page__title-row{display:flex;align-items:center;gap:12px;padding:20px 20px 12px}.variants-page__title{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:1000;color:#131313bf;line-height:1;margin:0;flex-shrink:0}.variants-page__search{flex:1;min-width:0;max-width:400px}.variants-page__filters{display:flex;gap:8px;padding:0 20px 8px}.variants-page__filters>*{width:320px;max-width:100%}.variants-page__content{flex:1;overflow-y:auto;padding:12px 0}.variants-page__loading,.variants-page__empty{padding:20px 12px;text-align:center;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;color:#131313bf}.variants-page__observer-target{height:20px;width:100%;margin-top:12px}.variants-page__loading-more{padding:12px;text-align:center;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#131313bf}.variants-page__variants-container{display:flex;margin-left:-8px;padding:0 12px 12px;width:100%}.variants-page__variants-column{padding-left:8px;background-clip:padding-box;flex:1;min-width:0}.variants-page__variants-column>*{margin-bottom:16px;width:100%}.variants-page__create-button{position:sticky;bottom:0;display:flex;justify-content:center;padding:16px;border-top:2px solid #E8E8E8;background:#fff;margin-top:auto;z-index:10}.variants-page__create-button .button{flex:1;max-width:100%}@media(max-width:768px){.variants-page__sidebar{display:none}.variants-page__main{border-radius:0}}.lessons-page{display:flex;width:100%;height:100vh;background:#1c1c1c;overflow:hidden}.lessons-page__sidebar{flex-shrink:0}.lessons-page__main{display:flex;flex:1;background:#fff;border-radius:24px 0 0;overflow:hidden}.lessons-page__left{display:flex;flex-direction:column;flex:1;overflow-y:auto;overflow-x:hidden;position:relative}.lessons-page__header{position:sticky;top:0;background:#fff;z-index:10;padding-bottom:12px;border-bottom:2px solid #E8E8E8}.lessons-page__title-row{display:flex;align-items:center;gap:12px;padding:20px 20px 12px}.lessons-page__title{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:1000;color:#131313bf;line-height:1;margin:0;flex-shrink:0}.lessons-page__search{flex:1;min-width:0;max-width:400px}.lessons-page__filters{display:flex;gap:8px;padding:0 20px 8px}.lessons-page__filters>*{width:320px;max-width:100%}.lessons-page__content{flex:1;overflow-y:auto;padding:12px 0}.lessons-page__loading,.lessons-page__empty{padding:20px 12px;text-align:center;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;color:#131313bf}.lessons-page__observer-target{height:20px;width:100%;margin-top:12px}.lessons-page__loading-more{padding:12px;text-align:center;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#131313bf}.lessons-page__lessons-container{display:flex;margin-left:-8px;padding:0 12px 12px;width:100%}.lessons-page__lessons-column{padding-left:8px;background-clip:padding-box;flex:1;min-width:0}.lessons-page__lessons-column>*{margin-bottom:16px;width:100%}.lessons-page__create-button{position:sticky;bottom:0;display:flex;justify-content:center;padding:16px;border-top:2px solid #E8E8E8;background:#fff;margin-top:auto;z-index:10}.lessons-page__create-button .button{flex:1;max-width:100%}@media(max-width:768px){.lessons-page__sidebar{display:none}.lessons-page__main{border-radius:0}}.students-page{display:flex;width:100%;height:100vh;background:#1c1c1c;overflow:hidden}.students-page__sidebar{flex-shrink:0}.students-page__main{display:flex;flex:1;min-height:0;background:#fff;border-radius:24px 0 0;overflow:hidden}.students-page__left{display:flex;flex-direction:column;flex:1;min-height:0;min-width:0;background:#fff}.students-page__header{flex-shrink:0;border-bottom:2px solid #E8E8E8;padding:20px}.students-page__title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:1000;color:#131313bf;line-height:1}.students-page__content{flex:1;min-height:0;overflow-y:auto;padding:16px;background:#f5f5f5}.students-page__student-card{width:100%;max-width:760px;display:flex;flex-direction:column;gap:16px;background:#fff;border:2px solid #E8E6E7;border-radius:12px;box-shadow:0 4px #e8e6e7;padding:16px;box-sizing:border-box}.students-page__student-main{display:flex;align-items:center;gap:16px;min-width:0}.students-page__student-info{min-width:0;display:flex;flex-direction:column;gap:4px}.students-page__student-name{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:700;color:#131313;line-height:1.2;word-break:break-word}.students-page__student-role,.students-page__student-phone{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#131313a8}.students-page__relation-block{border-top:1px solid #E8E8E8;padding-top:12px;display:flex;flex-direction:column;gap:8px}.students-page__relation-title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:700;color:#131313bf}.students-page__relation-item{display:flex;align-items:center;gap:8px;min-width:0;background:#f5f5f5;border:1px solid #E8E8E8;border-radius:8px;padding:8px}.students-page__relation-info{min-width:0;display:flex;flex-direction:column;gap:2px}.students-page__relation-name,.students-page__relation-meta,.students-page__relation-empty{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#131313a8}.students-page__student-content{border-top:1px solid #E8E8E8;padding-top:12px;display:flex;flex-direction:column;gap:8px}.students-page__student-content-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.students-page__student-content-count{min-width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:700;color:#fff;background:#77bf1e}.students-page__student-content-list{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow-y:auto;padding-right:2px}.students-page__student-content-item{display:flex;align-items:stretch;gap:8px}.students-page__student-content-card{flex:1;width:auto;min-width:0}.students-page__student-content-remove{flex-shrink:0;width:110px}.students-page__attach-grid{display:flex;flex-direction:column;gap:8px;margin-top:8px;border-top:1px dashed #E8E8E8;padding-top:8px}.students-page__attach-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end}.students-page__attach-row .button{min-width:180px}.students-page__meeting-block{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:end}.students-page__meeting-block .button{grid-column:1/-1;width:100%}.students-page__meeting-date-wrap{display:flex;flex-direction:column;gap:6px}.students-page__meeting-date-label{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:10px;color:#131313a8}.students-page__meeting-date-input{width:100%;height:56px;border:1px solid #E8E8E8;border-radius:8px;padding:0 8px;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#131313;background:#fff;box-sizing:border-box}.students-page__meeting-date-input:focus{outline:none;border-color:#77bf1e}.students-page__right{width:360px;flex-shrink:0;display:flex;flex-direction:column;min-height:0;gap:12px;border-left:2px solid #E8E8E8;background:#fff;padding:16px}.students-page__link-form{display:flex;flex-direction:column;gap:8px}.students-page__link-form .button{width:100%}.students-page__right-search{border-top:1px solid #E8E8E8;padding-top:12px}.students-page__students-list{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding-bottom:8px}.students-page__student-item{text-align:left;border:1px solid #E8E8E8;border-radius:8px;background:#fff;padding:8px;cursor:pointer;display:flex;flex-direction:column;gap:2px}.students-page__student-item:hover{border-color:#77bf1e80}.students-page__student-item--active{border-color:#77bf1e;background:#dbffba}.students-page__student-item-main{display:flex;flex-direction:column;gap:2px}.students-page__student-item-name{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700;color:#131313}.students-page__student-item-phone,.students-page__student-item-meta{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;color:#131313a8}.students-page__message,.students-page__error{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#131313a8}.students-page__error{color:#c93535}@media(max-width:1024px){.students-page__main{flex-direction:column}.students-page__right{width:100%;border-left:none;border-top:2px solid #E8E8E8;max-height:45vh}.students-page__content{padding:12px}.students-page__student-content-item{flex-direction:column}.students-page__student-content-remove{width:100%}.students-page__attach-row{grid-template-columns:1fr}.students-page__attach-row .button{width:100%}.students-page__meeting-block{grid-template-columns:1fr}}@media(max-width:768px){.students-page__sidebar{display:none}}.code-editor-page{display:flex;flex-direction:row;height:100vh;max-height:100vh;width:100%;overflow:hidden;background:#fffdfe}@media(min-width:744px){.code-editor-page{background:#1c1c1c}}.code-editor-page__sidebar{display:none;flex-shrink:0}@media(min-width:744px){.code-editor-page__sidebar{display:block}}.code-editor-page__main{display:flex;flex-direction:column;flex:1;width:100%;height:100vh;max-height:100vh;overflow:hidden;min-height:0}@media(min-width:744px){.code-editor-page__main{padding:20px}}.code-editor-page__mobile-header{display:none}@media(min-width:744px){.code-editor-page__mobile-header{display:none}}.code-editor-page__content{flex:1;display:flex;flex-direction:column;padding:0;min-height:0;overflow:hidden}@media(min-width:744px){.code-editor-page__content{padding:0}}.code-editor-page__editor{flex:1;width:100%;min-height:0;display:flex;flex-direction:column}@media(max-width:743px){.code-editor-page__editor :global(.code-editor__container){border-radius:0}.code-editor-page__editor :global(.code-editor__editor){border-radius:0}.code-editor-page__editor :global(.code-editor__output){border-radius:0}.code-editor-page__editor :global(.code-editor__input){border-radius:0}}.code-editor-page__mobile-menu{display:block;flex-shrink:0}@media(min-width:744px){.code-editor-page__mobile-menu{display:none}}.image-upload-loader{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center}.image-upload-loader__overlay{position:absolute;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.image-upload-loader__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px;background-color:#fff;border-radius:16px;box-shadow:0 8px 16px #00000026;min-width:200px}.image-upload-loader__spinner{width:48px;height:48px;position:relative}.image-upload-loader__spinner-circle{width:100%;height:100%;border:4px solid #E8E8E8;border-top-color:#77bf1e;border-radius:50%;animation:spin 1s linear infinite}.image-upload-loader__text{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;color:#131313;text-align:center}.image-upload-loader__progress{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:700;color:#77bf1e}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.formula-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:12px}.formula-modal__backdrop{position:absolute;inset:0;background:#0006}.formula-modal__panel{position:relative;background:#fff;border-radius:8px;box-shadow:0 8px 32px #0003;padding:16px;max-width:480px;width:100%;max-height:90vh;overflow-y:auto}.formula-modal__title{font-weight:600;margin-bottom:12px;color:#131313}.formula-modal__input{width:100%;padding:8px 12px;border:1px solid #E8E8E8;border-radius:6px;font-family:monospace;font-size:14px;resize:vertical;margin-bottom:12px;box-sizing:border-box}.formula-modal__input:focus{outline:none;border-color:#77bf1e}.formula-modal__palette{margin-bottom:12px}.formula-modal__palette-label{font-size:12px;color:#131313a8;margin-bottom:4px}.formula-modal__palette-grid{display:flex;flex-wrap:wrap;gap:6px}.formula-modal__palette-btn{min-width:36px;height:36px;padding:0 6px;border:1px solid #E8E8E8;border-radius:6px;background:#fff;font-size:16px;cursor:pointer;transition:background .15s,border-color .15s}.formula-modal__palette-btn:hover{background:#0000000d;border-color:#77bf1e}.formula-modal__preview{margin-bottom:12px;padding:12px;background:#00000008;border-radius:6px}.formula-modal__preview-label{font-size:12px;color:#131313a8;margin-bottom:4px}.formula-modal__preview-content{font-size:18px;min-height:40px}.formula-modal__preview-content .katex{font-size:1.1em}.formula-modal__actions{display:flex;justify-content:flex-end;gap:8px}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}.table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px;margin-bottom:8px;border-radius:12px;overflow:hidden;display:table;border:1px solid rgba(187,187,187,.5)}.table th,.table td{padding:8px 12px;text-align:left;border-right:1px solid rgba(187,187,187,.5);border-bottom:1px solid rgba(187,187,187,.5);min-height:32px;height:32px}.table th{background-color:#c6c6c680;font-weight:600;color:#131313}.table td{background-color:#d0d0d033;color:#131313bf}.table th:last-child,.table td:last-child{border-right:none}.table tr:last-child th,.table tr:last-child td{border-bottom:none}.text-editor-page{width:100%;height:100vh;display:flex;flex-direction:column;background-color:#fffdfe;overflow:hidden}.text-editor-page__container{display:flex;flex:1;min-height:0;overflow:hidden}.text-editor-page__preview{flex:1;min-width:0;display:flex;flex-direction:column;background-color:#fff;border-right:2px solid #E8E8E8;overflow:hidden;position:relative}.text-editor-page__preview-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:20px;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#131313;line-height:1.6;outline:none}.text-editor-page__preview-content--editable{cursor:text;min-height:100%}.text-editor-page__preview-content--editable:focus{outline:2px solid #77BF1E;outline-offset:-2px}.text-editor-page__preview-content--editable:hover{background-color:#00000003}.text-editor-page__preview-content h1,.text-editor-page__preview-content h2,.text-editor-page__preview-content h3,.text-editor-page__preview-content h4,.text-editor-page__preview-content h5,.text-editor-page__preview-content h6{font-weight:700;margin-top:20px;margin-bottom:8px;color:#131313;line-height:1.2}.text-editor-page__preview-content h1{font-size:24px;border-bottom:2px solid #E8E8E8;padding-bottom:8px}.text-editor-page__preview-content h2{font-size:20px}.text-editor-page__preview-content h3{font-size:16px}.text-editor-page__preview-content p{margin-bottom:8px;color:#131313}.text-editor-page__preview-content p br{display:block;margin-top:8px}.text-editor-page__preview-content ul,.text-editor-page__preview-content ol{margin-bottom:8px;padding-left:20px}.text-editor-page__preview-content li{margin-bottom:4px}.text-editor-page__preview-content code{font-family:JetBrains Mono,monospace;background-color:#0000000d;padding:2px 6px;border-radius:4px;font-size:.9em;color:#131313}.text-editor-page__preview-content pre{background-color:#242424;border-radius:12px;padding:12px;margin-bottom:8px;overflow-x:auto;border:1px solid #E8E8E8}.text-editor-page__preview-content pre code{background-color:transparent;padding:0;color:#fff;font-size:14px}.text-editor-page__preview-content :global .hljs{background-color:#242424;color:#fff}.text-editor-page__preview-content img{width:100%;max-width:744px;height:auto;border-radius:12px;margin:8px 0}.text-editor-page__preview-content blockquote{border-left:4px solid #77BF1E;padding-left:12px;margin:8px 0;color:#131313bf;font-style:italic}.text-editor-page__preview-content hr{border:none;border-top:2px solid #E8E8E8;margin:20px 0}.text-editor-page__preview-content a{color:#77bf1e;text-decoration:none;transition:opacity .2s ease}.text-editor-page__preview-content a:hover{opacity:.8;text-decoration:underline}.text-editor-page__preview-content strong{font-weight:700;color:#131313}.text-editor-page__preview-content em{font-style:italic}.text-editor-page__preview-content .formula-wrapper{position:relative;display:inline-block;vertical-align:middle;cursor:default}.text-editor-page__preview-content .formula-wrapper.formula-wrapper--block{display:block;text-align:center;width:100%;margin:8px 0}.text-editor-page__preview-content .formula-wrapper.formula-wrapper--block .katex{font-size:1.125em}.text-editor-page__preview-content .formula-wrapper.formula-wrapper--block .katex-display{display:block!important;margin:0;text-align:center}.text-editor-page__preview-content .formula-wrapper .formula-edit-btn,.text-editor-page__preview-content .formula-wrapper .formula-delete-btn{position:absolute;top:2px;width:32px;height:32px;padding:0;border:1px solid #E8E8E8;border-radius:12px;background:#f5f5f5;color:#131313;cursor:pointer;opacity:0;transition:opacity .15s,background .15s;display:flex;align-items:center;justify-content:center}.text-editor-page__preview-content .formula-wrapper .formula-edit-btn svg,.text-editor-page__preview-content .formula-wrapper .formula-delete-btn svg{width:20px;height:20px}.text-editor-page__preview-content .formula-wrapper .formula-edit-btn{right:2px}.text-editor-page__preview-content .formula-wrapper .formula-delete-btn{right:38px;color:#c93535}.text-editor-page__preview-content .formula-wrapper:hover .formula-edit-btn,.text-editor-page__preview-content .formula-wrapper:hover .formula-delete-btn{opacity:1}.text-editor-page__preview-content .formula-wrapper .formula-edit-btn:hover,.text-editor-page__preview-content .formula-wrapper .formula-delete-btn:hover{background:#e5e5e5}.text-editor-page__add-button{z-index:1001;background:none;border:none;padding:0;border-radius:32px;cursor:pointer;transition:opacity .2s ease,transform .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.text-editor-page__add-button:hover{opacity:.8;transform:scale(1.05)}.text-editor-page__add-button:active{transform:scale(.95)}.text-editor-page__add-button svg{display:block}.text-editor-page__toolbar{z-index:1000;transform:translate(-50%) scale(.8);transform-origin:center bottom;transition:transform .2s ease-in;pointer-events:none}.text-editor-page__toolbar--visible{transform:translate(-50%) scale(1);pointer-events:auto;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.text-editor-page__toolbar:not(.text-editor-page__toolbar--visible){transform:translate(-50%) scale(.5);transition:transform .2s ease-in}.text-editor-page__media-toolbar{z-index:1002}.text-editor-page__editor{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.text-editor-page__preview-content::-webkit-scrollbar{width:8px}.text-editor-page__preview-content::-webkit-scrollbar-track{background:#f5f5f5}.text-editor-page__preview-content::-webkit-scrollbar-thumb{background:#e8e8e8;border-radius:4px}.text-editor-page__preview-content::-webkit-scrollbar-thumb:hover{background:#0003}.answer-grid-size-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000}.answer-grid-size-modal{background:#fff;border-radius:16px;padding:20px;min-width:280px;max-width:90vw;box-shadow:0 8px 24px #00000026}.answer-grid-size-modal__title{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:700;color:#131313;margin:0 0 16px}.answer-grid-size-modal__fields{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.answer-grid-size-modal__save{width:100%;max-width:none}.task-edit{display:flex;width:100%;height:100vh;background:#1c1c1c;overflow:hidden}.task-edit__sidebar{flex-shrink:0}.task-edit__main{display:flex;flex-direction:column;flex:1;background:#fff;border-radius:24px 0 0;overflow:hidden}.task-edit__loading{padding:20px;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#131313a8}.task-edit__header{flex-shrink:0;padding:20px 20px 12px;border-bottom:1px solid #E8E8E8;background:#fff}.task-edit__lesson-title{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#131313;margin:0 0 12px}.task-edit__rows{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.task-edit__rows>*{flex:1 0 200px;min-width:200px;max-width:320px}.task-edit__tabs{margin-top:8px}.task-edit__editor-wrap{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.task-edit__answer-tab{flex:1;min-height:0;overflow-y:auto;padding:20px;display:flex;flex-direction:column;align-items:flex-start}.task-edit__editor-wrap .text-editor-page{flex:1;min-height:0;display:flex;flex-direction:column}.task-edit__editor-wrap .text-editor-page__container{flex:1;min-height:0}.task-edit__actions{flex-shrink:0;display:flex;align-items:center;gap:12px;padding:12px 20px;border-top:1px solid #E8E8E8;background:#fff}.task-edit__btn--save{margin-left:auto}.variant-edit{display:flex;width:100%;height:100vh;background:#1c1c1c;overflow:hidden}.variant-edit__sidebar{flex-shrink:0}.variant-edit__main{display:flex;flex-direction:column;flex:1;background:#fff;border-radius:24px 0 0;overflow:hidden}.variant-edit__loading{padding:20px;margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#131313a8}.variant-edit__header{flex-shrink:0;padding:20px;border-bottom:1px solid #E8E8E8;background:#fff}.variant-edit__title{margin:0 0 12px;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#131313}.variant-edit__rows{display:flex;flex-wrap:wrap;gap:12px}.variant-edit__rows>*{flex:1 0 280px;min-width:260px}.variant-edit__content{display:flex;align-items:flex-start;gap:12px;flex:1;min-height:0;overflow:auto;padding:12px;background:#f5f5f5}.variant-edit__selected-panel,.variant-edit__bank-panel{flex:1 1 50%;min-width:0;display:flex;flex-direction:column;min-height:0;background:#fff;border:1px solid #E8E8E8;border-radius:12px;overflow:visible}.variant-edit__panel-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px;border-bottom:1px solid #E8E8E8}.variant-edit__panel-header--bank{justify-content:flex-start}.variant-edit__panel-title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:700;color:#131313}.variant-edit__count{min-width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;background:#f5f5f5;color:#131313bf;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:700}.variant-edit__selected-list{padding:0}.variant-edit__selected-cards{display:flex;margin-left:-8px;padding:0 12px 12px;width:100%}.variant-edit__selected-column{flex:1;min-width:0;padding-left:8px;background-clip:padding-box}.variant-edit__selected-column>*{margin-bottom:16px;width:100%}.variant-edit__filters{display:flex;flex-wrap:wrap;gap:8px;padding:12px;border-bottom:1px solid #E8E8E8}.variant-edit__filters>*{flex:1 1 200px;min-width:200px}.variant-edit__bank-list{padding:0}.variant-edit__bank-cards{display:flex;margin-left:-8px;padding:0 12px 12px;width:100%}.variant-edit__bank-column{flex:1;min-width:0;padding-left:8px;background-clip:padding-box}.variant-edit__bank-column>*{margin-bottom:16px;width:100%}.variant-edit__load-more{display:flex;justify-content:center;margin-top:8px}.variant-edit__load-more .button{width:100%}.variant-edit__empty{margin:0;padding:20px 12px;text-align:center;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#131313a8}.variant-edit__actions{flex-shrink:0;display:flex;align-items:center;gap:12px;padding:12px 20px;border-top:1px solid #E8E8E8;background:#fff}.variant-edit__btn--save{margin-left:auto}@media(max-width:1200px){.variant-edit__content{flex-direction:column;overflow-y:auto}.variant-edit__selected-panel,.variant-edit__bank-panel{flex:0 0 auto;width:100%}}@media(max-width:768px){.variant-edit__sidebar{display:none}.variant-edit__main{border-radius:0}.variant-edit__actions{padding:12px;gap:8px;flex-wrap:wrap}.variant-edit__actions .button{flex:1 1 140px}.variant-edit__btn--save{margin-left:0}}.notification-wrapper{position:fixed;bottom:32px;left:50%;transform:translate(-50%);z-index:1000;animation:notification-slide-up .15s ease-out forwards}.notification-wrapper--hidden{animation:notification-slide-down .15s ease-out forwards;pointer-events:none}@keyframes notification-slide-up{0%{opacity:0;transform:translate(-50%) translateY(100%)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes notification-slide-down{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(100%)}}.notification{display:flex;flex-direction:column;gap:12px;padding:16px;background-color:#fffdfe;border:2px solid #E8E8E8;border-radius:24px;width:340px}.notification__content{display:flex;align-items:center;gap:8px;width:100%}.notification__icon{flex-shrink:0;width:48px;height:48px}.notification__icon svg{width:100%;height:100%}.notification__text{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.notification__title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:20px;line-height:1;color:#131313}.notification__description{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:16px;line-height:1;color:#13131380}.notification__buttons{display:flex;gap:4px;width:100%}.notification__buttons .button{flex:1;max-width:none}.lesson-edit{display:flex;width:100%;height:100vh;background:#1c1c1c;overflow:hidden}.lesson-edit__sidebar{flex-shrink:0}.lesson-edit__main{display:flex;flex-direction:column;flex:1;background:#fff;border-radius:24px 0 0;overflow:hidden}.lesson-edit__loading{padding:20px;margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#131313a8}.lesson-edit__header{flex-shrink:0;padding:20px;border-bottom:1px solid #E8E8E8;background:#fff}.lesson-edit__title{margin:0 0 12px;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#131313}.lesson-edit__rows{display:flex;flex-wrap:wrap;gap:12px}.lesson-edit__rows>*{flex:1 0 280px;min-width:260px}.lesson-edit__content{display:flex;align-items:flex-start;gap:12px;flex:1;min-height:0;overflow:auto;padding:12px;background:#f5f5f5}.lesson-edit__selected-panel,.lesson-edit__bank-panel{flex:1 1 50%;min-width:0;display:flex;flex-direction:column;min-height:0;background:#fff;border:1px solid #E8E8E8;border-radius:12px;overflow:visible}.lesson-edit__panel-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px;border-bottom:1px solid #E8E8E8}.lesson-edit__panel-header--bank{justify-content:flex-start}.lesson-edit__panel-title{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:700;color:#131313}.lesson-edit__count{min-width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;background:#f5f5f5;color:#131313bf;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:700}.lesson-edit__video-block{border-bottom:1px solid #E8E8E8;padding:12px;display:flex;flex-direction:column;gap:8px}.lesson-edit__video-header{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap}.lesson-edit__video-actions{display:flex;flex-direction:row;gap:8px}.lesson-edit__video-hint,.lesson-edit__video-meta{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;color:#131313a8}.lesson-edit__video-preview-wrap{display:flex;flex-direction:column;gap:4px}.lesson-edit__video-preview{width:100%;max-width:100%}.lesson-edit__video-progress{display:flex;align-items:center;gap:8px}.lesson-edit__video-progress-track{flex:1;height:8px;border-radius:999px;background:#e8e8e8;overflow:hidden}.lesson-edit__video-progress-fill{height:100%;background:#77bf1e;transition:width .1s linear}.lesson-edit__video-progress-value{min-width:42px;text-align:right;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;color:#131313a8}.lesson-edit__selected-list{padding:0}.lesson-edit__selected-cards{display:flex;margin-left:-8px;padding:0 12px 12px;width:100%}.lesson-edit__selected-column{flex:1;min-width:0;padding-left:8px;background-clip:padding-box}.lesson-edit__selected-column>*{margin-bottom:16px;width:100%}.lesson-edit__filters{display:flex;flex-wrap:wrap;gap:8px;padding:12px;border-bottom:1px solid #E8E8E8}.lesson-edit__filters>*{flex:1 1 200px;min-width:200px}.lesson-edit__bank-list{padding:0}.lesson-edit__bank-cards{display:flex;margin-left:-8px;padding:0 12px 12px;width:100%}.lesson-edit__bank-column{flex:1;min-width:0;padding-left:8px;background-clip:padding-box}.lesson-edit__bank-column>*{margin-bottom:16px;width:100%}.lesson-edit__load-more{display:flex;justify-content:center;margin-top:8px}.lesson-edit__load-more .button{width:100%}.lesson-edit__empty{margin:0;padding:20px 12px;text-align:center;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#131313a8}.lesson-edit__actions{flex-shrink:0;display:flex;align-items:center;gap:12px;padding:12px 20px;border-top:1px solid #E8E8E8;background:#fff}.lesson-edit__btn--save{margin-left:auto}@media(max-width:1200px){.lesson-edit__content{flex-direction:column;overflow-y:auto}.lesson-edit__selected-panel,.lesson-edit__bank-panel{flex:0 0 auto;width:100%}}@media(max-width:768px){.lesson-edit__sidebar{display:none}.lesson-edit__main{border-radius:0}.lesson-edit__actions{padding:12px;gap:8px;flex-wrap:wrap}.lesson-edit__actions .button{flex:1 1 140px}.lesson-edit__btn--save{margin-left:0}}.calls-page{padding:20px;max-width:640px;margin:0 auto}.calls-page__title{font-size:24px;font-weight:700;color:#131313;margin-bottom:20px}.calls-page__form{display:flex;flex-direction:column;gap:16px}.calls-page__label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:500;color:#131313}.calls-page__input{padding:12px 16px;border:1px solid #E8E8E8;border-radius:8px;font-size:14px;background:#fffdfe;color:#131313}.calls-page__input:focus{outline:none;border-color:#77bf1e}.calls-page__input::placeholder{color:#13131380}.calls-page__error{color:#c93535;font-size:12px;margin:0}.calls-page__submit{padding:12px 20px;font-size:16px;font-weight:600;color:#fff;background:#77bf1e;border:none;border-radius:12px;cursor:pointer;min-height:44px}.calls-page__submit:hover:not(:disabled){opacity:.85}.calls-page__submit:disabled{opacity:.7;cursor:not-allowed}.calls-page--in-call{max-width:100%;padding:16px;display:flex;flex-direction:column;min-height:80vh}.calls-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #E8E8E8}.calls-page__room-name{font-size:16px;font-weight:600;color:#131313}.calls-page__disconnect{padding:8px 16px;font-size:14px;color:#fe4a4e;background:#fffdfe;border:1px solid #FE4A4E;border-radius:8px;cursor:pointer}.calls-page__disconnect:hover{opacity:.85}.calls-page__grid{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;align-content:start}.calls-page__tile{background:#f5f5f5;border-radius:12px;overflow:hidden;aspect-ratio:16/10;position:relative;display:flex;flex-direction:column}.calls-page__tile-video{flex:1;min-height:0;position:relative;background:#13131340}.calls-page__tile-video video{width:100%;height:100%;object-fit:cover;display:block}.calls-page__tile-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:#13131380;background:#e5e5e5}.calls-page__tile-name{padding:8px 12px;font-size:12px;font-weight:500;color:#131313;background:#0000000d}.calls-page__controls{display:flex;justify-content:center;gap:16px;padding:20px 0;margin-top:auto}.calls-page__control{width:52px;height:52px;border-radius:50%;border:2px solid #E8E8E8;background:#fffdfe;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}.calls-page__control:hover{opacity:.85}.calls-page__control--off{border-color:#c93535;background:#fee0df}*{box-sizing:border-box}body{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.home{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);text-align:center;padding:20px}.home h1{font-size:48px;font-weight:700;color:#212121;margin:0 0 16px}.home p{font-size:18px;color:#616161;margin:0 0 32px}.home-link{display:inline-block;padding:16px 32px;background-color:#80bf33;color:#fff;text-decoration:none;border-radius:12px;font-size:16px;font-weight:600;transition:all .2s ease}.home-link:hover{background-color:#6ba32a;transform:translateY(-2px);box-shadow:0 4px 12px #80bf334d}
