.menu{position:relative;display:flex;align-items:center;margin-left:24px;height:64px}.menu--vertical{margin-left:10px;align-items:flex-start}.menu>nav{height:100%}.menu__list{display:flex;align-items:center;gap:8px;margin:0;padding:0;list-style:none;height:100%}.menu__list--vertical{flex-direction:column;align-items:flex-start;justify-content:flex-start}.menu__item{display:flex;align-items:center;list-style:none;height:100%}.menu__item,.menu__item--trigger{position:relative}.menu__item--active .menu__link{opacity:1}.menu__item--selected .menu__link{font-weight:700;opacity:1}.menu__item--selected:after{content:"";position:absolute;left:50%;bottom:22px;width:38px;height:3px;border-radius:999px;background:var(--app-nav-marker);box-shadow:0 5px 15px var(--app-nav-marker-shadow);transform:translateX(-50%);pointer-events:none}.menu__item--with-arrow:after{left:calc(50% - 6px)}.menu__link{display:inline-flex;align-items:center;gap:6px;height:100%;padding:0 10px;border-radius:9px;color:var(--app-header-text);font-size:13px;font-weight:500;line-height:1;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .2s ease,background .2s ease,color .2s ease}.menu__link:hover{color:var(--app-header-text);background:var(--app-header-hover);opacity:1}.menu__students-attention-label{min-width:0;display:inline-flex;align-items:center;gap:7px}.menu__students-attention-label .students-attention-badge{min-width:18px;height:18px;padding:0 4px;font-size:9px}.menu__arrow{display:inline-flex;align-items:center;justify-content:center;color:var(--app-header-muted);font-size:12px;line-height:1;transform:translateY(-2px)}.menu--vertical .menu__list{width:100%;gap:4px}.menu--vertical .menu__item{width:100%;height:auto}.menu--vertical .menu__link{width:100%;min-height:40px;padding-inline:10px;color:var(--app-drawer-text)}.menu--vertical .menu__item--selected:after{left:0;right:auto;top:8px;bottom:8px;width:3px;height:auto;transform:none}.menu--open{z-index:1001}.menu__dropdown{position:fixed;top:64px;left:50%;width:100vw;z-index:1000;transform:translateX(-50%)}.menu__dropdown-inner{display:flex;flex-direction:row;align-items:flex-start;width:100%;padding:20px 32px;border-top:1px solid var(--app-border-color);background:var(--app-popover-bg);color:var(--app-text-color);box-shadow:0 16px 34px var(--app-shadow-color);box-sizing:border-box;transition:background .28s ease,color .28s ease}.main-menu{width:100%;align-items:center}.main-menu,.main-menu__logo-link{display:flex}.main-menu__logo{width:120px;height:auto}@media(max-width:991.98px){.main-menu__logo{width:100px}}.main-menu__tools-portal{width:100%}.user-avatar{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 38px;border:1px solid var(--app-border-color);border-radius:10px;background:var(--app-menu-hover);box-shadow:0 4px 12px rgba(28,17,42,.12);transition:all .3s ease-out}.user-avatar:hover{opacity:1;transform:translateY(-1px);box-shadow:0 6px 16px var(--app-shadow-color)}.user-avatar--guest{background:var(--app-menu-hover)}.user-avatar--current-user{position:absolute;top:22px;right:-8px;border:2px solid #feda2f}.user-avatar__image-wrapper{overflow:hidden;width:100%;height:38px;position:relative;width:38px}.user-avatar__teacher-review-mode{position:absolute;left:2px;bottom:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:50%;background:#802626;color:#fff;font-size:8px}
/*# sourceMappingURL=edf279f665a08070.css.map*/