:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--font-sans:"TT Fors", "TT Fors Trial", "Segoe UI", sans-serif;--page-bg:#dde9fb;--page-bg-alt:#f8fbff;--shell-bg:#ffffffc7;--shell-line:#dbe7fb;--card-bg:#fff;--card-line:#e8edf7;--banner-bg:linear-gradient(180deg, #f5f9ff 0%, #eaf2ff 100%);--text-main:#1b2a45;--text-soft:#75839d;--primary:#2b77f3;--primary-strong:#1f65d8;--danger:#ff5b60;--input-bg:#edf5ff}*,:before,:after{box-sizing:border-box;font-family:inherit}html,body{font-family:var(--font-sans)}body{background:radial-gradient(circle at top center, #fffffff5, transparent 34%), radial-gradient(circle at bottom left, #bad6ff59, transparent 24%), linear-gradient(180deg, var(--page-bg-alt) 0%, var(--page-bg) 100%);min-height:100dvh;color:var(--text-main);margin:0}a,button,input{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}.login-page{justify-content:center;align-items:center;min-height:100dvh;padding:clamp(10px,1.8dvh,18px) 14px;display:flex}.login-shell{background:var(--shell-bg);border:1px solid var(--shell-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:30px;width:min(100%,640px);padding:clamp(16px,2.2dvh,24px);box-shadow:0 22px 58px #5677b21f}.login-banner{background:var(--banner-bg);text-align:center;border:1px solid #d6e5ff;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:clamp(180px,24dvh,240px);padding:clamp(18px,2.6dvh,26px) 20px;display:flex;position:relative;overflow:hidden}.login-banner:after{content:"";pointer-events:none;background:radial-gradient(circle,#66a3ff29,#0000 68%);border-radius:50%;width:180px;height:180px;position:absolute;inset:auto -40px -60px auto}.login-kicker{z-index:1;color:#476488;letter-spacing:.04em;background:#ffffffad;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:.76rem;font-weight:600;display:inline-flex;position:relative}.login-brand-title{z-index:1;letter-spacing:-.04em;color:#16253d;margin:4px 0 0;font-size:clamp(2.2rem,5.3vw,3rem);font-weight:500;line-height:.96;position:relative}.login-brand-subtitle{z-index:1;color:#182847;margin:0;font-size:clamp(1.15rem,2.8vw,1.5rem);font-weight:500;line-height:1.12;position:relative}.login-brand-mark{background:linear-gradient(#2b87ff 0%,#1d62ea 100%);border-radius:0;width:78px;height:78px;position:relative;box-shadow:inset 0 0 0 1px #ffffff59,0 14px 30px #2b77f32e}.login-brand-mark__image{object-fit:contain;object-position:center;border-radius:6px;padding:6px}.login-brand-mark__ring{border:8px solid #ffffffeb;border-right-color:#0000;border-radius:50%;position:absolute;inset:13px;transform:rotate(26deg)}.login-brand-mark__dot{background:#8fc6ff;border-radius:999px;width:12px;height:12px;position:absolute;top:10px;right:18px}.login-brand-mark__card{background:#fff;border-radius:6px;width:30px;height:22px;position:absolute;top:50%;left:50%;transform:translate(-50%,-40%);box-shadow:0 4px 10px #0d308529}.login-brand-mark__card:before,.login-brand-mark__card:after{content:"";background:#6d7f9d;border-radius:999px;height:2px;position:absolute;left:6px;right:6px}.login-brand-mark__card:before{top:6px}.login-brand-mark__card:after{top:11px}.login-panel{border:1px solid var(--card-line);background:var(--card-bg);border-radius:24px;margin-top:18px;padding:24px 24px 20px;box-shadow:0 10px 30px #3e609a0d}.login-panel__header{text-align:center}.login-panel__header h2{letter-spacing:-.03em;margin:0;font-size:clamp(1.6rem,4vw,2rem);font-weight:500;line-height:1.04}.login-panel__header p{color:var(--text-soft);margin:8px 0 0;font-size:.94rem;line-height:1.45}.login-google{background:linear-gradient(180deg, var(--primary) 0%, var(--primary-strong) 100%);color:#fff;border:0;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:52px;margin-top:22px;font-size:.98rem;font-weight:600;transition:transform .14s,box-shadow .14s,border-color .14s;display:inline-flex;box-shadow:0 14px 28px #2b77f333}.login-google svg{width:22px;height:22px}.login-google:hover:not(:disabled),.login-submit:hover:not(:disabled),.login-field__toggle:hover{transform:translateY(-1px)}.login-google:hover:not(:disabled){box-shadow:0 16px 30px #2b77f342}.login-divider{text-align:center;margin:18px 0;position:relative}.login-divider:before{content:"";background:#edf1f8;height:1px;position:absolute;top:50%;left:0;right:0}.login-divider span{color:#44516a;background:#fff;padding:0 16px;display:inline-block;position:relative}.login-form{flex-direction:column;gap:14px;display:flex}.login-label{color:#24324f;flex-direction:column;gap:8px;font-size:.93rem;display:flex}.login-field{background:linear-gradient(#f6faff 0%,#eef5ff 100%);border:1.5px solid #c9dbf8;border-radius:14px;align-items:center;gap:10px;min-height:50px;padding:0 12px;transition:border-color .14s,box-shadow .14s,background .14s;display:flex}.login-field.is-error{border-color:var(--danger)}.login-field:focus-within{background:linear-gradient(#f9fbff 0%,#f2f7ff 100%);border-color:#8eb8ff;box-shadow:0 0 0 4px #2b77f31a}.login-field__icon,.login-field__toggle{color:#7f8ea9;flex:none;width:22px;height:22px}.login-field__icon svg,.login-field__toggle svg{width:100%;height:100%}.login-field input{color:#0f2140;background:0 0;border:0;outline:0;width:100%;height:100%;font-size:.97rem}.login-field input::placeholder{color:#94a0b7}.login-field__toggle{background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.login-forgot{color:#3877e4;background:0 0;border:0;align-self:flex-start;margin-top:0;padding:0;font-size:.94rem;font-weight:600}.login-note{color:var(--text-soft);margin:0;font-size:.92rem;line-height:1.5}.login-status{margin:-2px 0 0;font-size:.9rem}.login-status.error,.login-note.error{color:var(--danger)}.login-status.success{color:#1d8b57}.login-submit{color:#2454a8;background:linear-gradient(#fff 0%,#f5f9ff 100%);border:1px solid #cfe0fb;border-radius:14px;width:100%;min-height:52px;font-size:1rem;font-weight:700;box-shadow:0 8px 18px #5379c414}.login-google:disabled,.login-submit:disabled,.login-forgot:disabled{opacity:.6;cursor:not-allowed}@media (max-width:640px){.login-shell{border-radius:24px;padding:14px}.login-banner{border-radius:22px;min-height:170px;padding:18px 16px}.login-banner p{font-size:1.05rem}.login-panel{border-radius:22px;margin-top:14px;padding:20px 16px 16px}}.admin-page{background:#f4f7fb;min-height:100dvh}.admin-page.is-sidebar-collapsed .admin-sidebar{width:80px}.admin-page.is-sidebar-collapsed .admin-content{margin-left:80px}.admin-sidebar{color:#dce8fb;z-index:100;background:linear-gradient(#071c34 0%,#08192d 100%);border-right:1px solid #ffffff0f;flex-direction:column;width:256px;height:100dvh;transition:width .18s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.admin-sidebar.is-collapsed{overflow:visible}.admin-sidebar__brand{border-bottom:1px solid #ffffff14;align-items:flex-start;gap:12px;padding:22px 18px;display:flex}.admin-sidebar__brand-copy{min-width:0}.admin-sidebar__brand strong,.admin-topbar__profile strong{display:block}.admin-sidebar__brand strong{color:#2d7cf3;font-size:22px;font-weight:700;line-height:1}.admin-topbar__profile strong{font-size:14px;font-weight:500}.admin-sidebar__brand span,.admin-topbar__profile span{margin-top:3px;line-height:1.35;display:block}.admin-sidebar__brand span{color:#fff;font-size:12px}.admin-topbar__profile span{color:#a9bdd8;font-size:12px}.admin-sidebar__logo{background:#0a2a4c;flex:none;width:42px;height:42px;position:relative}.admin-sidebar__logo-image{object-fit:cover;object-position:center;border-radius:7px}.admin-nav{flex-direction:column;flex:1;gap:2px;padding:8px 12px;display:flex;overflow:hidden auto}.admin-nav__group{flex-direction:column;gap:6px;display:flex}.admin-nav__perm-loading{flex-direction:column;gap:8px;padding:8px 12px;display:flex}.admin-nav__perm-skeleton{background:linear-gradient(90deg,#e8edf7 25%,#f1f5f9 50%,#e8edf7 75%) 0 0/200% 100%;border-radius:8px;height:36px;animation:1.4s infinite skeletonShimmer}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.admin-nav__group-label{color:#7e98b9;letter-spacing:.06em;text-transform:uppercase;margin-top:10px;padding:0 14px;font-size:.78rem;font-weight:700}.admin-nav__item{color:#dce8fb;text-align:left;background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:12px;min-height:38px;padding:0 14px;font-size:14px;font-weight:500;transition:background .14s,border-color .14s,transform .14s;display:flex;position:relative}.admin-nav__item-icon{flex:none;place-items:center;width:28px;height:28px;display:inline-grid}.admin-nav__item svg{color:#a8c0df;width:24px;height:24px}.admin-nav__item.is-active{background:linear-gradient(#2d7cf3 0%,#2067d7 100%);border-color:#b5d6ff73;box-shadow:inset 0 0 0 1px #ffffff2e,0 8px 18px #1f65d83d}.admin-nav__item.is-active .admin-nav__item-icon{background:0 0}.admin-nav__item:hover{transform:translate(2px)}.admin-sidebar__footer{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:18px;display:flex}.admin-sidebar__footer-action{background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;min-height:40px;padding:0 10px;transition:background .14s,color .14s,transform .14s;display:inline-flex}.admin-sidebar__footer-action:hover{transform:translateY(-1px)}.admin-sidebar__footer-action--accent{color:#f3c764;font-weight:700}.admin-sidebar__footer-action--muted{color:#93abc8;font-size:.9rem;font-weight:500}.admin-sidebar__footer-action--accent:hover,.admin-sidebar__footer-action--muted:hover{background:#ffffff0f}.admin-sidebar__footer-icon{flex:none;place-items:center;width:22px;height:22px;display:inline-grid}.admin-sidebar__footer-icon svg{width:18px;height:18px}.admin-sidebar__footer-label{white-space:nowrap;font-size:14px}.admin-sidebar.is-collapsed .admin-sidebar__brand{justify-content:center;width:80px;min-width:80px;max-width:80px;padding-left:0;padding-right:0}.admin-sidebar.is-collapsed .admin-sidebar__brand-copy,.admin-sidebar.is-collapsed .admin-nav__group-label,.admin-sidebar.is-collapsed .admin-nav__item-label,.admin-sidebar.is-collapsed .admin-sidebar__footer-label{display:none}.admin-sidebar.is-collapsed .admin-nav{align-items:center;gap:16px;width:80px;min-width:80px;max-width:80px;padding-left:0;padding-right:0;overflow:visible}.admin-sidebar.is-collapsed .admin-nav__group{align-items:center;gap:12px}.admin-sidebar.is-collapsed .admin-nav__item{justify-content:center;align-items:center;gap:0;width:55px;max-width:55px;min-height:52px;padding-left:0;padding-right:0;overflow:visible}.admin-sidebar.is-collapsed .admin-nav__item:hover:after,.admin-sidebar.is-collapsed .admin-sidebar__footer-action:hover:after{content:attr(data-tooltip);color:#f6f9ff;white-space:nowrap;pointer-events:none;z-index:50;opacity:1;background:#122844;border-radius:10px;padding:8px 10px;font-size:.84rem;font-weight:500;position:absolute;top:50%;left:calc(100% + 12px);transform:translateY(-50%);box-shadow:0 14px 28px #071c3438}.admin-sidebar.is-collapsed .admin-nav__item-icon{width:40px;height:40px}.admin-sidebar.is-collapsed .admin-nav__item svg{width:26px;height:26px}.admin-sidebar.is-collapsed .admin-sidebar__footer{flex-direction:column;align-items:center;gap:8px;width:80px;min-width:80px;max-width:80px;padding-left:0;padding-right:0;overflow:visible}.admin-sidebar.is-collapsed .admin-sidebar__footer-action{justify-content:center;width:64px;max-width:64px;padding-left:0;padding-right:0;position:relative}.admin-sidebar.is-collapsed .admin-sidebar__footer-action--muted{min-height:32px}.admin-content{flex-direction:column;min-width:0;min-height:100dvh;margin-left:256px;transition:margin-left .18s;display:flex}.admin-topbar{z-index:10;background:#fff;border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;min-height:82px;padding:0 22px;display:flex;position:sticky;top:0}.admin-topbar__intro{flex-direction:column;gap:4px;display:flex}.admin-topbar__eyebrow{color:#8ea0b8;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.admin-topbar__intro strong{color:#182844;font-size:1.05rem;font-weight:600}.admin-topbar__profile{text-align:right;align-items:center;gap:14px;display:flex}.admin-topbar__page-title{flex:1;min-width:0}.admin-topbar__page-title h2{color:#182844;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.05rem;font-weight:600;overflow:hidden}.admin-topbar__profile-menu{margin-bottom:-12px;padding-bottom:12px;position:relative}.admin-topbar__profile-menu:hover .admin-topbar__dropdown,.admin-topbar__profile-menu:focus-within .admin-topbar__dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.admin-topbar__avatar{color:#295cb8;background:linear-gradient(#f4f8ff 0%,#edf3ff 100%);border:1px solid #d8e5fb;border-radius:999px;place-items:center;width:35px;height:35px;font-weight:700;display:grid}.admin-topbar__avatar-image{object-fit:cover;object-position:center;border:1px solid #d8e5fb;border-radius:999px;width:35px;height:35px}.admin-topbar__dropdown{opacity:0;pointer-events:none;z-index:30;background:#fff;border:1px solid #e7edf7;border-radius:16px;gap:4px;min-width:180px;padding:12px 8px 8px;transition:opacity .16s,transform .16s;display:grid;position:absolute;top:100%;right:0;transform:translateY(8px);box-shadow:0 18px 40px #5677b224}.admin-topbar__dropdown:before{content:"";height:14px;position:absolute;bottom:100%;left:0;right:0}.admin-topbar__dropdown-item{color:#22324f;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;min-height:42px;padding:0 12px;font-size:.95rem;font-weight:500;display:flex}.admin-topbar__dropdown-item svg{flex:none;width:16px;height:16px}.admin-topbar__dropdown-item:hover{background:#f5f8fe}.admin-topbar__dropdown-item.is-danger{color:#d14352}.admin-workspace{background:#fff;border:1px solid #ebf0f7;border-radius:20px;margin:18px 22px 22px;padding:26px;overflow:visible;box-shadow:0 12px 36px #5677b20d}.admin-workspace__header{justify-content:space-between;align-items:center;gap:24px;display:flex}.admin-workspace__header h1{color:#182844;margin:0;font-size:20px;font-weight:600;line-height:1.02}.admin-workspace__header p{color:#8b9bb2;margin:8px 0 0;font-size:.95rem}.admin-view-toggle{flex-shrink:0;gap:10px;display:flex}.admin-view-toggle button{color:#53627e;background:#fff;border:1px solid #dce6f5;border-radius:12px;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:14px;display:inline-flex;box-shadow:0 6px 16px #5677b20a}.admin-view-toggle button.is-active{color:#fff;background:linear-gradient(#2d7cf3 0%,#2067d7 100%);border-color:#347ef3}.admin-view-toggle svg,.admin-empty-state__icon svg{width:18px;height:18px}.admin-empty-state{text-align:center;background:linear-gradient(#fff 0%,#fbfcfe 100%);border:1px solid #edf2f8;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:clamp(360px,54dvh,520px);margin-top:26px;padding:40px 20px;display:flex}.admin-empty-state__icon{color:#95a7c0;background:#f5f8fd;border:1px solid #e5ecf7;border-radius:18px;place-items:center;width:56px;height:56px;display:grid}.admin-empty-state h2{color:#1b2a45;margin:18px 0 0;font-size:20px;font-weight:600;line-height:1.05}.admin-empty-state p{color:#94a1b4;max-width:460px;margin:10px 0 0;font-size:1rem;line-height:1.6}.admin-classes{margin-top:26px}.admin-workspace__controls{flex-shrink:0;align-items:center;gap:12px;display:flex}.admin-course-filter__input{width:240px;min-height:40px;color:var(--text-main);background:#f6faff;border:1.5px solid #d4e2f8;border-radius:10px;outline:none;flex-shrink:0;padding:0 14px;font-size:14px;transition:border-color .14s,box-shadow .14s}.admin-cohort-select{width:400px;min-height:40px;color:var(--text-main);font:inherit;cursor:pointer;white-space:nowrap;background:#f6faff;border:1.5px solid #d4e2f8;border-radius:10px;outline:none;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:500;transition:border-color .14s,box-shadow .14s;display:flex}.admin-cohort-select:focus-visible,.admin-course-filter__input:focus{border-color:#8eb8ff;box-shadow:0 0 0 3px #2b77f31a}.admin-classes-grid{flex-wrap:wrap;gap:30px;display:flex}.class-card{background:#fff;border:1px solid #e7edf7;border-radius:22px;flex:0 0 370px;width:370px;overflow:hidden;box-shadow:0 16px 38px #5070ab0f}.class-card__cover{background:linear-gradient(135deg,#2d7cf3 0%,#0c4ea3 100%);height:220px;position:relative;overflow:hidden}.class-card__cover-image{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.classes-list__thumb img,.classes-list__coach img{object-fit:fill;object-position:center;width:100%;height:100%;display:block}.class-card__cover-fallback{color:#fff;text-align:center;place-items:center;width:100%;height:100%;padding:20px;font-size:1.9rem;font-weight:600;display:grid}.class-card__body{padding:22px}.class-card__body h3{color:#1a2944;margin:0;font-size:1.28rem;font-weight:600;line-height:1.15}.class-card__subtitle{color:#748399;margin:8px 0 0;font-size:.98rem;line-height:1.5}.class-card__status{color:#fff;border-radius:8px;align-items:center;gap:6px;min-height:28px;margin-top:14px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.class-card__status--finished{background:linear-gradient(#22c55e 0%,#16a34a 100%)}.class-card__status--progress{background:linear-gradient(#2d7cf3 0%,#2067d7 100%)}.class-card__status--not-started{background:linear-gradient(#f59e0b 0%,#d97706 100%)}.status-icon-box{background:#ffffff38;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.class-card__meta dt,.class-card__meta dd{font-size:14px}.class-card__meta{gap:14px;margin:18px 0 0;display:grid}.class-card__meta div{border-bottom:1px solid #edf2f8;justify-content:space-between;gap:12px;padding-bottom:4px;display:flex}.class-card__meta dt{color:#273754;font-weight:400}.class-card__meta dd{color:#64748b;text-align:right;margin:0}.class-card__coach-cell{align-items:center;gap:8px;display:flex}.class-card__progress-trigger{background:0 0;border:0;flex-direction:column;align-items:flex-end;gap:6px;width:100%;padding:0;display:flex}.class-card__progress-bar{background:#e2e8f0;border-radius:999px;width:140px;height:6px;overflow:hidden}.class-card__progress-fill{background:linear-gradient(90deg,#2d7cf3 0%,#56a0f8 100%);border-radius:999px;height:100%;transition:width .4s;display:block}.class-card__coach-avatar{object-fit:cover;border:1px solid #b0b8c8;border-radius:50%;flex-shrink:0;width:25px;height:25px}.class-card__coach-avatar--default,.class-card__coach-avatar--initials{color:#1b2a45;background:#e8edf7;justify-content:center;align-items:center;padding:0;font-size:15px;font-weight:600;display:flex;overflow:hidden}.class-card__coach-avatar--default svg{width:100%;height:100%}.class-card__action,.classes-list__action{white-space:nowrap;color:#fff;border:0;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-width:180px;min-height:42px;padding:0 20px;font-size:14px;font-weight:600;display:inline-flex}.class-card__action{width:100%;margin-top:20px}.class-card__action--finished,.classes-list__action--finished{background:linear-gradient(#22c55e 0%,#16a34a 100%);box-shadow:0 12px 24px #16a34a2e}.class-card__action--progress,.classes-list__action--progress{background:linear-gradient(#2d7cf3 0%,#2067d7 100%);box-shadow:0 12px 24px #2067d729}.class-card__action--not-started,.classes-list__action--not-started{background:linear-gradient(#f59e0b 0%,#d97706 100%);box-shadow:0 12px 24px #d977062e}.classes-list-wrap{border:1px solid #e9eff8;border-radius:20px;width:100%;overflow-x:auto}.classes-list{background:#fff;border:none;border-radius:0;width:100%;min-width:1000px;overflow:visible}.classes-list__head,.classes-list__row{grid-template-columns:36px minmax(200px,2fr) minmax(160px,1.2fr) 100px 130px 130px 150px;align-items:center;gap:16px;padding:14px 22px;display:grid}.classes-list__lang{color:#475569;font-size:14px}.classes-list__progress{text-align:left;color:#64748b;background:0 0;border:0;flex-direction:column;gap:5px;padding:0;font-size:13px;display:flex}.classes-list__progress-bar{background:#e2e8f0;border-radius:999px;flex:1;height:5px;overflow:hidden}.classes-list__progress-fill{background:linear-gradient(90deg,#2d7cf3 0%,#56a0f8 100%);border-radius:999px;height:100%;transition:width .4s;display:block}.classes-list__head{color:#334155;background:#f9fbff;font-size:.95rem;font-weight:600}.classes-list__index{color:#94a3b8;text-align:center;font-size:13px;font-weight:600}.classes-list__status{color:#475569;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;width:fit-content;min-height:28px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.classes-list__status--finished{color:#15803d;background:#22c55e1f;border-color:#22c55e38}.classes-list__status--progress{color:#1d4ed8;background:#2d7cf31f;border-color:#2d7cf338}.classes-list__status--not-started{color:#b45309;background:#f59e0b21;border-color:#f59e0b38}.classes-list__row{border-top:1px solid #edf2f8}.classes-list__course,.classes-list__coach{align-items:center;gap:14px;display:flex}.classes-list__course strong,.classes-list__coach strong{color:#1d2b46;font-size:16px;font-weight:400;display:block}.classes-list__course span,.classes-list__coach span,.classes-list__date{color:#748399;margin-top:4px;font-size:.92rem;line-height:1.4;display:block}.classes-list__thumb{color:#fff;background:linear-gradient(135deg,#157fdd 0%,#ff8b24 100%);border-radius:10px;flex:none;place-items:center;width:90px;height:60px;font-size:1.3rem;font-weight:600;display:grid;overflow:hidden}.classes-list__coach img,.classes-list__coach span{border-radius:999px;flex:none;width:42px;height:42px}.classes-list__coach span{color:#fff;background:linear-gradient(#0f9ab1 0%,#2d7cf3 100%);place-items:center;margin-top:0;font-weight:600;display:grid}.classes-list__pill{border-radius:10px;justify-content:center;align-items:center;min-height:30px;padding:0 10px;font-size:.9rem;font-weight:500;display:inline-flex}.classes-list__pill.primary{color:#fff;background:linear-gradient(#2d7cf3 0%,#2067d7 100%)}.classes-list__pill.secondary{color:#285fbe;background:#eef4ff;border:1px solid #cfe0ff}@media (max-width:980px){.admin-page{grid-template-columns:1fr}.admin-sidebar{border-bottom:1px solid #ffffff14;border-right:0;min-height:auto;position:static}.admin-nav{overflow:auto visible}.admin-workspace__header{flex-direction:column}.admin-view-toggle{width:100%}.classes-list{overflow-x:auto}.classes-list__head,.classes-list__row{min-width:1180px}}@media (max-width:640px){.admin-topbar{min-height:74px;padding-top:10px;padding-bottom:10px}.admin-topbar__intro strong{font-size:.98rem}.admin-topbar,.admin-workspace{padding-left:16px;padding-right:16px}.admin-workspace{margin:16px}.admin-empty-state{min-height:320px}.admin-topbar__profile{gap:10px}.admin-topbar__avatar-image,.admin-topbar__avatar{width:42px;height:42px}.admin-classes-grid .class-card{flex:0 0 100%;width:100%}}.lh-overlay{z-index:440;background:#0a183259;position:fixed;inset:0}.lh-drawer{z-index:450;background:#fff;flex-direction:column;width:980px;max-width:100vw;height:100dvh;display:flex;position:fixed;top:0;right:0;box-shadow:-4px 0 32px #0a18321f}.lh-drawer__header{border-bottom:1px solid #e5eaf3;flex:none;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.lh-drawer__header-actions{align-items:center;gap:10px;display:flex}.lh-drawer__title{color:#0f2140;margin:0;font-size:16px;font-weight:600;line-height:1.3}.lh-drawer__class-name{color:#4a6080;font-weight:400}.lh-drawer__action{color:#2a4365;background:#fff;border:1px solid #dbe6f7;border-radius:10px;min-height:36px;padding:0 12px;font-size:13px;font-weight:600;transition:border-color .14s,background .14s,transform .14s}.lh-drawer__action:hover:not(:disabled){background:#f7faff;border-color:#c5d7f5;transform:translateY(-1px)}.lh-drawer__action:disabled{opacity:.65;cursor:not-allowed}.lh-drawer__action--primary{color:#fff;background:linear-gradient(#2d7cf3 0%,#2067d7 100%);border-color:#2b77f3}.lh-drawer__action--primary:hover:not(:disabled){background:linear-gradient(#3b86f7 0%,#2a71df 100%);border-color:#2b77f3}.lh-drawer__close{cursor:pointer;color:#4a6080;background:#f3f6fb;border:none;border-radius:8px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;transition:background .14s;display:flex}.lh-drawer__close:hover{background:#e5eaf3}.lh-drawer__body{flex:auto;padding:16px 24px 24px;overflow-y:auto}.lh-drawer__export-message{color:#58708f;margin:0 0 14px;font-size:12px;font-weight:500}.lh-drawer__capture{background:#fff}.lh-learner{align-items:center;gap:12px;display:flex}.lh-summary{flex-direction:column;gap:14px;margin-bottom:18px;display:flex}.lh-summary__top{align-items:center;gap:8px;display:flex}.lh-summary__date-label{color:#7f8ea9;font-size:13px;font-weight:600}.lh-summary__date-value{color:#0f2140;font-size:13px;font-weight:600}.lh-summary__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.lh-learner__label{color:#7f8ea9;font-size:13px;font-weight:600}.lh-learner__card{background:#f8fbff;border:1px solid #e5eaf3;border-radius:14px;align-items:center;gap:12px;min-height:52px;padding:8px 12px;display:inline-flex}.lh-learner__avatar,.lh-learner__avatar-image{border-radius:999px;flex:none;width:36px;height:36px}.lh-learner__avatar{color:#295cb8;background:linear-gradient(#f4f8ff 0%,#edf3ff 100%);border:1px solid #d8e5fb;place-items:center;font-size:13px;font-weight:700;display:grid}.lh-learner__avatar-image{object-fit:cover;object-position:center;border:1px solid #d8e5fb}.lh-learner__meta{flex-direction:column;gap:2px;display:flex}.lh-learner__meta strong{color:#0f2140;font-size:14px;font-weight:600}.lh-learner__meta span{color:#7f8ea9;font-size:12px}@media (max-width:860px){.lh-summary__grid{grid-template-columns:1fr}}.lh-table{border-collapse:collapse;width:100%;font-size:14px}.lh-table th{text-align:left;color:#7f8ea9;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-bottom:2px solid #e5eaf3;padding:10px 12px;font-size:12px;font-weight:600}.lh-table td{vertical-align:top;color:#1a304f;border-bottom:1px solid #f0f3f8;padding:12px}.lh-table__row--done td{background:#f8fbff}.lh-table__row--highlighted td{background:#fffbeb}.lh-table__row--done.lh-table__row--highlighted td{background:#fef9e7}.lh-table__no{color:#7f8ea9;width:48px;font-size:13px}.lh-table__title{font-weight:500}.lh-table__est-hours{text-align:center;color:#2b77f3;white-space:nowrap;width:90px;font-size:13px;font-weight:600}.lh-table__history-wrap{flex-direction:column;gap:8px;display:flex}.lh-table__date{align-items:center;gap:6px;display:flex}.lh-table__status-tag{color:#2b77f3;background:#e6f0ff;border-radius:20px;padding:2px 7px;font-size:11px;font-weight:500}.lh-table__not-completed{color:#bdc9d9}.lh-table__count{text-align:center;width:80px}.lh-badge{color:#fff;background:#2b77f3;border-radius:20px;justify-content:center;align-items:center;min-width:26px;height:26px;padding:0 6px;font-size:13px;font-weight:600;display:inline-flex}.lh-toggle-btn{color:#2b77f3;cursor:pointer;text-underline-offset:2px;text-align:left;background:0 0;border:none;padding:0;font-size:12px;text-decoration:underline}.lh-toggle-btn:hover{color:#1a5fd4}.lh-history-list{flex-direction:column;gap:7px;margin:0;padding:0;list-style:none;display:flex}.lh-history-list__item{color:#4a6080;white-space:nowrap;align-items:center;gap:8px;font-size:12px;line-height:1.4;display:flex}.lh-history-list__item--highlighted{color:#b45309;background:#fef3c7;border-radius:5px;padding:2px 6px;font-weight:700}.lh-history-list__icon{color:#22c55e;flex:none;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.lh-history-list__icon svg{width:100%;height:100%}.lh-history-list__date{white-space:nowrap}.lh-error,.lh-empty{text-align:center;color:#7f8ea9;padding:40px 0;font-size:14px}.lh-error{color:#e5534b}.lh-skeleton{background:linear-gradient(90deg,#e8edf5 25%,#f3f6fb 50%,#e8edf5 75%) 0 0/200% 100%;border-radius:6px;height:14px;animation:1.4s linear infinite lh-shimmer;display:inline-block}.lh-skeleton--sm{width:40px}.lh-skeleton--md{width:90px}.lh-skeleton--lg{width:180px}@keyframes lh-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.class-card__progress-link,.classes-list__progress-link{cursor:pointer;color:#2b77f3;text-underline-offset:2px;font-size:inherit;text-decoration:underline}.class-card__progress-link:hover,.classes-list__progress-link:hover{color:#1a5fd4}.profile-page{background:0 0;min-height:auto;padding:0}.profile-shell{background:#fff;border:1px solid #e6edf8;border-radius:24px;flex-direction:column;gap:0;width:100%;margin:0;display:flex;overflow:hidden;box-shadow:0 18px 42px #5677b214}.profile-hero,.profile-card{box-shadow:none;background:0 0;border:0;border-radius:0}.profile-hero{border-bottom:0;align-items:center;gap:28px;padding:30px;display:flex}.profile-hero__avatar-wrap{flex-direction:column;flex:none;align-items:center;gap:14px;display:flex}.profile-hero__avatar-image,.profile-hero__avatar-fallback{border-radius:28px;width:128px;height:128px}.profile-hero__avatar-image{object-fit:cover;object-position:center;border:1px solid #d7e4f9;display:block}.profile-hero__avatar-fallback{color:#fff;letter-spacing:-.04em;background:linear-gradient(#2d7cf3 0%,#2067d7 100%);place-items:center;font-size:34px;font-weight:700;display:grid}.profile-hero__upload{color:#274064;background:#fff;border:1px solid #d7e3f7;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 18px;font-size:14px;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.profile-hero__upload input{opacity:0;cursor:pointer;position:absolute;inset:0}.profile-hero__copy{min-width:0}.profile-hero__eyebrow{color:#5f86c5;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:13px;font-weight:700}.profile-hero h1{color:#182844;letter-spacing:-.05em;margin:10px 0 0;font-size:clamp(32px,5vw,46px);font-weight:600;line-height:.98}.profile-hero__subtitle{color:#70819c;max-width:760px;margin:14px 0 0;font-size:16px;line-height:1.7}.profile-hero__file{color:#2d7cf3;margin:14px 0 0;font-size:13px;font-weight:600}.profile-grid{grid-template-columns:minmax(0,1.7fr) minmax(320px,.9fr);gap:0;display:grid}.profile-card{padding:30px}.profile-card--aside{border-left:0}.profile-card__header h2{color:#182844;margin:0;font-size:24px;font-weight:600;line-height:1.08}.profile-card__header p{color:#7d8da8;margin:10px 0 0;font-size:14px;line-height:1.6}.profile-form{flex-direction:column;gap:18px;margin-top:24px;display:flex}.profile-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.profile-field{flex-direction:column;gap:10px;display:flex}.profile-field span{color:#233451;font-size:14px;font-weight:500}.profile-field input{color:#1b2a45;background:#fff;border:1px solid #d8e3f5;border-radius:14px;outline:none;width:100%;min-height:50px;padding:0 16px;transition:border-color .14s,box-shadow .14s}.profile-field input:focus{border-color:#8eb8ff;box-shadow:0 0 0 4px #2b77f31a}.profile-field input:disabled{color:#7a8aa3;background:#f8fbff}.profile-feedback{margin:0;font-size:14px;font-weight:500}.profile-feedback--success{color:#15803d}.profile-feedback--error{color:#d14352}.profile-actions{justify-content:flex-end;gap:12px;display:flex}.profile-button{border-radius:14px;min-height:44px;padding:0 18px;font-size:15px;font-weight:600;transition:transform .14s,box-shadow .14s,border-color .14s,background .14s}.profile-button:hover:not(:disabled){transform:translateY(-1px)}.profile-button:disabled{opacity:.65;cursor:not-allowed}.profile-button--primary{color:#fff;background:linear-gradient(#2d7cf3 0%,#2067d7 100%);border:1px solid #2d7cf3;box-shadow:0 14px 28px #2b77f32e}.profile-button--secondary{color:#274064;background:#fff;border:1px solid #d7e3f7}.profile-summary{flex-direction:column;gap:14px;margin-top:24px;display:flex}.profile-summary__row{background:#f9fbff;border:0;border-radius:18px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.profile-summary__row span{color:#7d8da8;text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:600}.profile-summary__row strong{color:#182844;word-break:break-word;font-size:15px;font-weight:600}.profile-note{background:linear-gradient(#eff5ff 0%,#f8fbff 100%);border:0;border-radius:22px;margin-top:24px;padding:18px 18px 20px}.profile-note h3{color:#1d3f74;margin:0;font-size:18px;font-weight:600}.profile-note p{color:#64748b;margin:10px 0 0;font-size:14px;line-height:1.7}.profile-empty{text-align:center;background:linear-gradient(#fff 0%,#fbfcfe 100%);border:0;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;min-height:280px;margin-top:24px;padding:30px 20px;display:flex}.profile-empty h3{color:#1b2a45;margin:0;font-size:22px;font-weight:600}.profile-empty p{color:#94a1b4;max-width:420px;margin:10px 0 0;font-size:15px;line-height:1.7}@media (max-width:980px){.profile-grid{grid-template-columns:1fr}.profile-hero{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.profile-page{padding:16px}.profile-hero,.profile-card{border-radius:22px;padding:18px}.profile-form__grid{grid-template-columns:1fr}.profile-actions{flex-direction:column-reverse}.profile-button{width:100%}}.coach-classes-manager{margin-top:26px}.coach-classes-toolbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:26px;display:flex}.coach-classes-filters{flex-wrap:nowrap;flex:auto;justify-content:flex-end;align-items:center;gap:12px;display:flex}.coach-classes-primary,.coach-classes-secondary,.coach-classes-input,.coach-classes-select,.coach-class-field input,.coach-class-field select,.coach-class-field textarea{font:inherit}.coach-classes-primary,.coach-classes-secondary{border-radius:14px;min-height:44px;padding:0 20px;font-size:15px;font-weight:600;transition:transform .14s,box-shadow .14s,border-color .14s,background .14s}.coach-classes-primary{color:#fff;background:linear-gradient(#2d7cf3 0%,#2067d7 100%);border:1px solid #2d7cf3;box-shadow:0 14px 28px #2b77f32e}.coach-classes-secondary{color:#274064;background:#fff;border:1px solid #d7e3f7}.coach-classes-primary:hover:not(:disabled),.coach-classes-secondary:hover:not(:disabled){transform:translateY(-1px)}.coach-classes-primary:disabled,.coach-classes-secondary:disabled{opacity:.65;cursor:not-allowed}.coach-classes-input,.coach-classes-select,.coach-class-field input,.coach-class-field select,.coach-class-field textarea{color:#1b2a45;background:#fff;border:1px solid #d7e1f2;border-radius:14px;outline:none;width:100%;min-height:48px;padding:0 16px;transition:border-color .14s,box-shadow .14s}.coach-classes-input,.coach-classes-select{flex:1 1 0;min-width:180px;font-size:12px;font-weight:400}.coach-classes-primary{white-space:nowrap;flex:none}.coach-classes-input::placeholder,.coach-classes-select,.coach-class-field select,.coach-class-field input,.coach-class-field textarea{font-size:12px;font-weight:400}.coach-classes-input:focus,.coach-classes-select:focus,.coach-class-field input:focus,.coach-class-field select:focus,.coach-class-field textarea:focus{border-color:#8eb8ff;box-shadow:0 0 0 4px #2b77f31a}.coach-class-field textarea{resize:vertical;min-height:160px;padding:14px 16px}.coach-classes-heading{flex:none;margin-bottom:0}.coach-classes-heading h2{color:#182844;margin:0;font-size:22px;font-weight:600;line-height:1.08}.coach-classes-heading p{color:#8b9bb2;margin:8px 0 0;font-size:14px}.coach-classes-table-wrap{background:#fff;border:1px solid #e8eef8;border-radius:20px;width:100%;overflow-x:auto}.coach-classes-table{min-width:1380px}.coach-classes-table__head,.coach-classes-row{grid-template-columns:44px minmax(260px,2fr) minmax(180px,1fr) minmax(180px,1fr) 120px 130px 165px 105px 145px;align-items:center;gap:18px;padding:18px 22px;display:grid}.coach-classes-table__head{color:#263754;background:#f9fbff;font-size:15px;font-weight:600}.coach-classes-row{border-top:1px solid #edf2f8}.coach-classes-cell{min-width:0}.coach-classes-cell--number{color:#8b9bb2;text-align:center;font-size:13px;font-weight:600}.coach-classes-cell--name,.coach-classes-cell--creator{align-items:center;gap:16px;display:flex}.coach-classes-thumb{color:#fff;background:linear-gradient(135deg,#2d7cf3 0%,#0d5ac1 100%);border-radius:8px;flex:none;place-items:center;width:82px;height:46px;font-size:24px;font-weight:700;display:grid;overflow:hidden}.coach-classes-thumb img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.coach-classes-name-meta{min-width:0}.coach-classes-name-meta strong{color:#182844;flex-wrap:wrap;align-items:center;gap:8px;font-size:16px;font-weight:600;line-height:1.35;display:flex}.coach-classes-role-badge{color:#285fbe;text-transform:capitalize;background:#eef4ff;border:1px solid #cfe0ff;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.coach-classes-name-meta span{color:#7b8ca6;margin-top:4px;font-size:14px;line-height:1.4;display:block}.coach-classes-cell--creator .coach-classes-name-meta strong{font-size:13px}.coach-classes-cell--creator .coach-classes-name-meta span{margin-top:2px;font-size:12px}.coach-classes-icon-button{color:#2d7cf3;background:#fff;border:1px solid #dbe6f7;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.coach-classes-icon-button:hover{background:#f6faff}.coach-classes-icon-button svg{width:18px;height:18px}.coach-classes-icon-button.is-danger{color:#e5534b}.coach-class-avatar,.coach-class-avatar--fallback{border-radius:999px;flex:none;width:40px;height:40px}.coach-class-avatar{object-fit:cover;object-position:center;border:1px solid #d8e5fb}.coach-class-avatar--fallback{color:#fff;background:linear-gradient(#2d7cf3 0%,#2067d7 100%);place-items:center;font-size:15px;font-weight:700;display:grid}.coach-classes-cell--schedule{color:#4a6080;flex-direction:column;align-items:flex-start;gap:4px;font-size:13px;display:flex}.coach-classes-cell--language{align-items:center;display:flex}.coach-classes-language-chip{color:#476488;white-space:nowrap;background:#f4f8ff;border:1px solid #d8e5fb;border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex}.coach-classes-cell--enrolment{align-items:center;display:flex}.coach-classes-enrolment-link{color:#2d7cf3;text-align:left;white-space:nowrap;background:0 0;border:0;padding:0;font-size:13px;font-weight:600}.coach-classes-enrolment-link:hover{color:#1f65d8;text-decoration:underline}.coach-classes-schedule-range{color:#182844;white-space:nowrap;font-size:14px;font-weight:500;line-height:1.4}.coach-classes-status{white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;min-height:32px;padding:0 12px;font-size:14px;font-weight:600;display:inline-flex}.coach-classes-status--active{color:#55a82e;background:#effbe8;border:1px solid #cbe9b8}.coach-classes-status--inactive{color:#d14352;background:#fff3f2;border:1px solid #ffd5d9}.coach-classes-status--draft{color:#c98913;background:#fff8e8;border:1px solid #f7df9f}.coach-classes-cell--action{justify-content:flex-end;display:flex;position:relative}.coach-classes-menu{position:relative}.coach-classes-menu__trigger{color:#274064;cursor:pointer;background:#fff;border:1px solid #d7e3f7;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;min-width:118px;min-height:42px;padding:0 14px;font-size:14px;font-weight:500;display:inline-flex}.coach-classes-menu__trigger:hover{background:#f7faff;border-color:#c5d7f5}.coach-classes-menu__trigger svg{flex:none;width:16px;height:16px}.coach-classes-menu__dropdown{z-index:20;background:#fff;border:1px solid #e7edf7;border-radius:16px;gap:4px;width:210px;padding:8px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 40px #5677b224}.coach-classes-menu__item{color:#22324f;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;min-height:40px;padding:0 12px;font-size:14px;font-weight:500;display:flex}.coach-classes-menu__item:hover{background:#f5f8fe}.coach-classes-menu__item svg{flex:none;width:16px;height:16px}.coach-classes-menu__item.is-danger{color:#d14352}.coach-class-modal{z-index:210;justify-content:flex-end;display:flex;position:fixed;inset:0}.coach-class-modal.enrolled-learners-drawer{z-index:430}.coach-class-modal__backdrop{background:#0a183273;position:absolute;inset:0}.coach-class-modal__dialog{background:#fff;border:1px solid #e7edf7;border-radius:0;width:min(100%,760px);height:100dvh;max-height:100dvh;position:relative;overflow-y:auto;box-shadow:0 32px 72px #11254633}.coach-class-modal__dialog--drawer{width:90%}.coach-class-modal__header,.coach-class-modal__footer{z-index:2;background:#fff;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;display:flex;position:sticky}.coach-class-modal__header{border-bottom:1px solid #edf2f8;top:0}.coach-class-modal__header h3{color:#182844;margin:0;font-size:18px;font-weight:600;line-height:1.2}.coach-class-modal__close{color:#4a6080;background:#f3f6fb;border:0;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.coach-class-modal__close svg{width:18px;height:18px}.coach-class-form{flex-direction:column;gap:20px;padding:24px;display:flex}.coach-class-field{flex-direction:column;gap:10px;display:flex}.coach-class-field span{color:#263754;font-size:14px;font-weight:500}.coach-class-field__label{align-items:center;gap:6px;display:inline-flex}.coach-class-field__label.is-required:before{content:"*";color:#ff5b60;font-size:15px;font-weight:700}.coach-class-field__hint{color:#6f7f98;font-size:12px;line-height:1.5}.coach-class-upload{color:#2454a8;background:linear-gradient(#f8fbff 0%,#f2f7ff 100%);border:1px dashed #b8cdee;border-radius:14px;justify-content:center;align-items:center;min-height:48px;padding:0 16px;font-size:14px;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.coach-class-upload input{opacity:0;cursor:pointer;position:absolute;inset:0}.coach-picker{position:relative}.coach-picker__trigger{color:#1b2a45;text-align:left;background:#fff;border:1px solid #d7e1f2;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:56px;padding:10px 14px;display:flex}.coach-picker__trigger:disabled{color:#7a8aa3;cursor:not-allowed;background:#f8fbff}.coach-picker__trigger svg{color:#60728f;flex:none;width:18px;height:18px}.coach-picker__value{align-items:center;gap:12px;min-width:0;display:flex}.coach-picker__placeholder{color:#97a3b7;font-size:14px}.coach-picker__meta{flex-direction:column;gap:2px;min-width:0;display:flex}.coach-picker__meta strong{color:#182844;font-size:14px;font-weight:600;line-height:1.35}.coach-picker__title{letter-spacing:-.02em;font-size:16px;font-weight:600}.coach-picker__meta span{color:#748399;word-break:break-word;font-size:12px;line-height:1.35}.coach-picker__menu{z-index:25;background:#fff;border:1px solid #e7edf7;border-radius:16px;max-height:280px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 40px #5677b224}.coach-picker__option{text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;width:100%;min-height:54px;padding:8px 10px;display:flex}.coach-picker__option:hover,.coach-picker__option.is-selected{background:#f5f8fe}.coach-class-field select:disabled,.coach-class-field input:disabled,.coach-class-field textarea:disabled{color:#75839d;background:#f8fbff}.coach-class-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.coach-class-form__grid--triple{grid-template-columns:repeat(3,minmax(0,1fr))}.coach-class-form__summary{flex-wrap:wrap;gap:10px;display:flex}.coach-class-form__summary span{color:#285fbe;background:#eef4ff;border:1px solid #cfe0ff;border-radius:999px;align-items:center;min-height:32px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.coach-class-form__feedback{color:#d14352;margin:0;font-size:14px}.coach-class-form__feedback.is-success{color:#15803d}.coach-class-modal__footer{border-top:1px solid #edf2f8;justify-content:flex-end;bottom:0}.coach-enrol-list{flex-direction:column;gap:8px;max-height:420px;padding-right:4px;display:flex;overflow-y:auto}.coach-enrol-list__item{text-align:left;background:#fff;border:1px solid #dbe6f7;border-radius:16px;align-items:center;gap:12px;width:100%;min-height:64px;padding:10px 12px;transition:border-color .14s,background .14s,box-shadow .14s;display:flex}.coach-enrol-list__item:hover,.coach-enrol-list__item.is-selected{background:#f7faff;border-color:#8eb8ff;box-shadow:0 0 0 4px #2b77f314}.coach-enrol-list__empty{color:#7d8da8;text-align:center;border:1px dashed #d7e3f7;border-radius:18px;place-items:center;min-height:120px;padding:20px;font-size:14px;display:grid}.coach-enrolled-table{background:#fff;border:1px solid #e8eef8;border-radius:18px;overflow:hidden}.coach-enrolled-table__head,.coach-enrolled-table__row{grid-template-columns:minmax(220px,1.4fr) 150px minmax(140px,1fr) 110px 110px 100px 140px 40px;align-items:center;gap:14px;padding:14px 16px;display:grid}.coach-enrolled-table__head{color:#52647f;background:#f9fbff;font-size:12px;font-weight:700}.coach-enrolled-table__row{color:#24324f;border-top:1px solid #edf2f8;font-size:13px}.coach-enrolled-table__learner{align-items:center;gap:12px;min-width:0;display:flex}.coach-enrolled-table__inviter{align-items:center;gap:10px;min-width:0;display:flex}.coach-enrolled-project-link{color:#2b77f3;cursor:pointer;font-size:13px;font-weight:500;text-decoration:underline;display:inline-block}.coach-enrolled-project-link:hover{color:#1a5fd4}.coach-enrolled-project-link--disabled{color:#a0b0c8;cursor:default;text-decoration:none}.coach-enrolled-remove{color:#c0392b;cursor:pointer;background:#fff5f5;border:1px solid #f0d0d0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,border-color .15s;display:flex}.coach-enrolled-remove:hover{background:#fde8e8;border-color:#e57373}.repo-dropdown__trigger{color:#24324f;cursor:pointer;white-space:nowrap;background:#f7faff;border:1px solid #d0daf0;border-radius:8px;align-items:center;gap:6px;height:32px;padding:0 12px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.repo-dropdown__trigger:hover{background:#eef3fd;border-color:#b3c4e8}.repo-dropdown__menu{background:#fff;border:1px solid #dbe6f7;border-radius:10px;min-width:210px;padding:6px 0;overflow:hidden;box-shadow:0 8px 24px #11254624}.repo-dropdown__item{color:#24324f;cursor:pointer;align-items:center;gap:10px;padding:9px 14px;font-size:13px;text-decoration:none;transition:background .12s;display:flex}.repo-dropdown__item:hover{color:#2b77f3;background:#f3f7ff}.repo-dropdown__item svg{color:#6b82a0;flex:none}.coach-enrolled-status{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.coach-enrolled-status--completed{color:#55a82e;background:#effbe8;border:1px solid #cbe9b8}.coach-enrolled-status--in-progress{color:#285fbe;background:#eef4ff;border:1px solid #cfe0ff}.coach-enrolled-status--not-started{color:#c98913;background:#fff8e8;border:1px solid #f7df9f}@media (max-width:980px){.coach-classes-toolbar{flex-direction:column;align-items:stretch}.coach-classes-filters{flex-wrap:wrap;justify-content:stretch}.coach-classes-input,.coach-classes-select{flex:calc(50% - 12px);min-width:0}.coach-class-form__grid,.coach-class-form__grid--triple{grid-template-columns:1fr}}@media (max-width:640px){.coach-class-modal__header,.coach-class-form,.coach-class-modal__footer{padding-left:16px;padding-right:16px}.coach-class-modal__dialog{border-radius:0;width:100%}.coach-class-modal__footer{flex-direction:column-reverse;align-items:stretch}.coach-classes-primary,.coach-classes-secondary{justify-content:center;width:100%}}.coach-enrolled-progress{flex-direction:column;gap:4px;width:100%;transition:opacity .15s;display:flex}.coach-enrolled-progress:hover{opacity:.75}.coach-enrolled-progress:hover .coach-enrolled-progress__text{color:#2b77f3;text-decoration:underline}.coach-enrolled-progress__bar{background:#e5eaf3;border-radius:99px;flex:1;height:5px;overflow:hidden}.coach-enrolled-progress__fill{background:linear-gradient(90deg,#2b77f3,#5b9bff);border-radius:99px;height:100%;transition:width .3s;display:block}.coach-enrolled-progress__text{color:#4a6080;font-size:12px}.class-card__progress-bar-row,.classes-list__progress-bar-row,.coach-enrolled-progress__bar-row{align-items:center;gap:8px;width:100%;display:flex}.class-card__progress-pct,.classes-list__progress-pct,.coach-enrolled-progress__pct{color:#2b77f3;white-space:nowrap;text-align:right;min-width:36px;font-size:12px;font-weight:600}.class-card__progress-fill--done,.classes-list__progress-fill.progress-fill--done,.coach-enrolled-progress__fill.progress-fill--done{background:linear-gradient(90deg,#22c55e,#4ade80)}.class-card__progress-fill--low,.classes-list__progress-fill.progress-fill--low,.coach-enrolled-progress__fill.progress-fill--low{background:linear-gradient(90deg,#ef4444,#f87171)}.class-card__progress-pct,.classes-list__progress-pct,.coach-enrolled-progress__pct{color:#2b77f3;background:0 0!important}.class-card__progress-pct.class-card__progress-fill--done,.classes-list__progress-pct.progress-fill--done,.coach-enrolled-progress__pct.progress-fill--done{color:#16a34a}.class-card__progress-pct.class-card__progress-fill--low,.classes-list__progress-pct.progress-fill--low,.coach-enrolled-progress__pct.progress-fill--low{color:#dc2626}.courses-manager{flex-direction:column;gap:24px;min-height:100%;padding:28px 32px;display:flex}.courses-manager__toolbar{align-items:center;gap:12px;display:flex}.courses-manager__toolbar-right{align-items:center;gap:10px;margin-left:auto;display:flex}.courses-manager__bulk-btn{color:#2b77f3;cursor:pointer;background:#fff;border:1.5px solid #2b77f3;border-radius:10px;height:40px;padding:0 18px;font-size:14px;font-weight:600;transition:background .15s,color .15s}.courses-manager__bulk-btn:hover:not(:disabled){background:#eef4ff}.courses-manager__bulk-btn:disabled{opacity:.6;cursor:not-allowed}.courses-manager__bulk-label{color:#2b77f3;white-space:nowrap;font-size:13px;font-weight:600}.courses-manager__bulk-group{align-items:center;gap:6px;display:flex}.courses-manager__bulk-select{color:#182844;cursor:pointer;background:#fff;border:1.5px solid #dbe6f7;border-radius:10px;outline:none;height:40px;padding:0 10px;font-size:13px}.courses-manager__bulk-select:focus{border-color:#2b77f3;box-shadow:0 0 0 3px #2b77f31f}.courses-manager__bulk-hours-input{color:#182844;background:#fff;border:1.5px solid #dbe6f7;border-radius:10px;outline:none;width:90px;height:40px;padding:0 10px;font-size:14px}.courses-manager__bulk-hours-input:focus{border-color:#2b77f3;box-shadow:0 0 0 3px #2b77f31f}.courses-manager__search{color:#182844;background:#fff;border:1px solid #dbe6f7;border-radius:10px;outline:none;flex:1;max-width:360px;height:40px;padding:0 14px;font-size:14px}.courses-manager__search:focus{border-color:#2b77f3;box-shadow:0 0 0 3px #2b77f31f}.courses-manager__create-btn{color:#fff;cursor:pointer;background:linear-gradient(#2d7cf3 0%,#2067d7 100%);border:none;border-radius:10px;height:40px;padding:0 18px;font-size:14px;font-weight:600;transition:opacity .15s}.courses-manager__create-btn:hover{opacity:.9}.courses-manager__state{text-align:center;color:#6b82a0;padding:48px 0;font-size:15px}.courses-manager__state--error{color:#c0392b}.courses-table-wrap{background:#fff;border:1px solid #e8eef8;border-radius:16px;overflow-x:auto}.courses-table__head,.courses-table__row{grid-template-columns:40px 44px minmax(200px,2fr) minmax(180px,2fr) 100px minmax(180px,1.5fr) 80px 90px 110px 90px 44px;align-items:center;gap:16px;padding:14px 20px;display:grid}.courses-table__head{color:#52647f;text-transform:uppercase;letter-spacing:.04em;background:#f9fbff;border-bottom:1px solid #edf2f8;font-size:12px;font-weight:700}.courses-table__row{color:#24324f;border-top:1px solid #edf2f8;font-size:13px}.courses-table__row:first-of-type{border-top:none}.courses-table__row.is-selected{background:#f0f5ff}.courses-table__check-cell{justify-content:center;align-items:center;display:flex}.courses-table__checkbox{accent-color:#2b77f3;cursor:pointer;width:16px;height:16px}.courses-table__no{color:#8fa3c0;text-align:center;font-size:12px;font-weight:600}.courses-table__name strong{color:#182844;font-size:14px;font-weight:600}.courses-table__desc{color:#4a6080;white-space:nowrap;text-overflow:ellipsis;font-size:13px;line-height:1.4;overflow:hidden}.courses-table__hours{color:#2b77f3;font-weight:600}.courses-table__empty{color:#a0b0c8}.courses-table__lang-chips{flex-wrap:wrap;gap:4px;display:flex}.courses-table__lang-chip{color:#2b77f3;background:#eef3fd;border-radius:99px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.courses-status{border-radius:99px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.courses-status--active{color:#1a7a4a;background:#e6f9f0}.courses-status--inactive{color:#c0392b;background:#fdecea}.courses-table__date{color:#6b82a0;font-size:12px}.courses-table__actions{align-items:center;gap:6px;display:flex}.courses-action-btn{cursor:pointer;border:1px solid;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,border-color .15s;display:flex}.courses-action-btn--edit{color:#2b77f3;background:#f7faff;border-color:#d0daf0}.courses-action-btn--edit:hover{background:#eef3fd;border-color:#b3c4e8}.courses-action-btn--delete{color:#c0392b;background:#fff5f5;border-color:#f0d0d0}.courses-action-btn--delete:hover{background:#fde8e8;border-color:#e57373}.courses-preview-btn{color:#2b77f3;white-space:nowrap;background:#f7faff;border:1px solid #d0daf0;border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.courses-preview-btn:hover{background:#eef3fd;border-color:#b3c4e8}.courses-action-btn:disabled{opacity:.5;cursor:not-allowed}.courses-modal{z-index:210;justify-content:flex-end;display:flex;position:fixed;inset:0}.courses-modal__backdrop{background:#0a183273;position:absolute;inset:0}.courses-modal__dialog{background:#fff;flex-direction:column;width:min(100%,560px);height:100dvh;display:flex;position:relative;overflow:hidden;box-shadow:0 32px 72px #11254633}.courses-modal__header{z-index:2;background:#fff;border-bottom:1px solid #edf2f8;justify-content:space-between;align-items:center;padding:20px 24px;display:flex;position:sticky;top:0}.courses-modal__header h3{color:#182844;margin:0;font-size:18px;font-weight:700}.courses-modal__close{color:#4a6080;cursor:pointer;background:#f0f4fb;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.courses-modal__close svg{width:16px;height:16px}.courses-modal__close:hover{background:#e5eaf3}.courses-modal__body{flex-direction:column;flex:1;gap:20px;padding:24px;display:flex;overflow-y:auto}.courses-modal__footer{background:#fff;border-top:1px solid #edf2f8;justify-content:space-between;align-items:center;gap:10px;padding:16px 24px;display:flex;position:sticky;bottom:0}.courses-modal__footer-right{align-items:center;gap:10px;margin-left:auto;display:flex}.courses-modal__feedback{color:#c0392b;margin:0;font-size:13px}.courses-field{flex-direction:column;gap:6px;display:flex}.courses-field__label{color:#3a4f6a;font-size:13px;font-weight:600}.courses-field__label.is-required:after{content:" *";color:#e53e3e}.courses-field__input{color:#182844;box-sizing:border-box;background:#fff;border:1px solid #dbe6f7;border-radius:10px;outline:none;width:100%;height:40px;padding:0 12px;font-size:14px}.courses-field__input:focus{border-color:#2b77f3;box-shadow:0 0 0 3px #2b77f31f}.courses-field__input--short{max-width:160px}.courses-field__select{color:#182844;cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #dbe6f7;border-radius:10px;outline:none;width:100%;max-width:300px;height:44px;padding:0 12px;font-size:14px}.courses-field__select:focus{border-color:#2b77f3;box-shadow:0 0 0 3px #2b77f31f}.courses-hours-box{flex-direction:column;gap:10px;display:flex}.courses-hours-box--bulk{flex-direction:row;align-items:center;gap:6px}.courses-custom-hours{align-items:center;gap:12px;display:flex}.courses-custom-hours__field{align-items:center;gap:6px;display:flex}.courses-custom-hours__field .courses-field__input{text-align:center;width:60px}.courses-custom-hours__label{color:#2b77f3;text-transform:uppercase;font-size:13px;font-weight:700}.courses-manager__bulk-custom{align-items:center;gap:8px;display:flex}.courses-manager__bulk-custom-field{align-items:center;gap:4px;display:flex}.courses-manager__bulk-custom-label{color:#2b77f3;font-size:11px;font-weight:700}.courses-manager__bulk-input{color:#182844;text-align:center;background:#fff;border:1.5px solid #dbe6f7;border-radius:10px;outline:none;width:48px;height:40px;padding:0 6px;font-size:13px}.courses-manager__bulk-input:focus{border-color:#2b77f3;box-shadow:0 0 0 3px #2b77f31f}.courses-field__textarea{color:#182844;resize:vertical;box-sizing:border-box;background:#fff;border:1px solid #dbe6f7;border-radius:10px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;line-height:1.5}.courses-field__textarea:focus{border-color:#2b77f3;box-shadow:0 0 0 3px #2b77f31f}.courses-lang-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px;display:grid}.courses-lang-option{color:#4a6080;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #dbe6f7;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;transition:background .12s,border-color .12s;display:flex}.courses-lang-option input{accent-color:#2b77f3}.courses-lang-option.is-checked{color:#2b77f3;background:#eef3fd;border-color:#2b77f3;font-weight:600}.courses-status-toggle{gap:10px;display:flex}.courses-status-option{color:#4a6080;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #dbe6f7;border-radius:10px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;transition:background .12s,border-color .12s;display:flex}.courses-status-option input{accent-color:#2b77f3}.courses-status-option.is-checked{color:#2b77f3;background:#eef3fd;border-color:#2b77f3;font-weight:600}.courses-btn{cursor:pointer;border:none;border-radius:10px;height:40px;padding:0 20px;font-size:14px;font-weight:600;transition:opacity .15s}.courses-btn--secondary{color:#4a6080;background:#f0f4fb}.courses-btn--secondary:hover{background:#e5eaf3}.courses-btn--primary{color:#fff;background:linear-gradient(#2d7cf3 0%,#2067d7 100%)}.courses-btn--primary:hover:not(:disabled){opacity:.9}.courses-btn--primary:disabled{opacity:.6;cursor:not-allowed}.courses-btn--danger{color:#c0392b;background:#fff0f0;border:1.5px solid #f5c6c2}.courses-btn--danger:hover:not(:disabled){background:#fde0de}.courses-btn--danger:disabled{opacity:.6;cursor:not-allowed}.lessons-manager{margin-top:26px}.lessons-toolbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:26px;display:flex}.lessons-heading{flex:none}.lessons-heading h2{color:#182844;margin:0;font-size:22px;font-weight:600;line-height:1.08}.lessons-heading p{color:#8b9bb2;margin:8px 0 0;font-size:14px}.lessons-filters{flex:auto;justify-content:flex-end;align-items:center;gap:12px;display:flex}.lessons-input,.lessons-select,.lesson-field input,.lesson-field select,.lesson-field textarea,.lessons-primary,.lessons-secondary{font:inherit}.lessons-input,.lessons-select,.lesson-field input,.lesson-field select,.lesson-field textarea{color:#1b2a45;background:#fff;border:1px solid #d7e1f2;border-radius:14px;outline:none;width:100%;min-height:48px;padding:0 16px;font-size:12px;font-weight:400;transition:border-color .14s,box-shadow .14s}.lessons-input,.lessons-select{flex:1 1 0;min-width:180px}.lessons-select--status{max-width:170px}.lessons-course-filter{flex:1 1 0;min-width:220px;position:relative}.lessons-course-filter__trigger{color:#1b2a45;text-align:left;background:#fff;border:1px solid #d7e1f2;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:48px;padding:0 16px;font-size:12px;font-weight:400;display:inline-flex}.lessons-course-filter__trigger span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lessons-course-filter__trigger svg{flex:none;width:16px;height:16px}.lessons-course-filter__trigger:focus{border-color:#8eb8ff;outline:none;box-shadow:0 0 0 4px #2b77f31a}.lessons-course-filter__menu{z-index:45;background:#fff;border:1px solid #d7e1f2;border-radius:16px;gap:4px;max-height:330px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 40px #5677b224}.lessons-course-filter__search{color:#1b2a45;border:1px solid #d7e1f2;border-radius:12px;outline:none;width:100%;min-height:40px;padding:0 12px;font-size:12px;font-weight:400}.lessons-course-filter__search:focus{border-color:#8eb8ff;box-shadow:0 0 0 3px #2b77f314}.lessons-course-filter__option{color:#263754;text-align:left;background:0 0;border:0;border-radius:12px;min-height:38px;padding:0 12px;font-size:12px;font-weight:500}.lessons-course-filter__option:hover,.lessons-course-filter__option.is-selected{color:#2d7cf3;background:#f4f8ff}.lessons-course-filter__empty{color:#7b8ca6;padding:12px;font-size:12px}.lessons-input::placeholder{font-size:12px;font-weight:400}.lessons-input:focus,.lessons-select:focus,.lesson-field input:focus,.lesson-field select:focus,.lesson-field textarea:focus{border-color:#8eb8ff;box-shadow:0 0 0 4px #2b77f31a}.lessons-primary,.lessons-secondary{white-space:nowrap;border-radius:14px;min-height:44px;padding:0 20px;font-size:15px;font-weight:600;transition:transform .14s,box-shadow .14s,border-color .14s}.lessons-primary{color:#fff;background:linear-gradient(#2d7cf3 0%,#2067d7 100%);border:1px solid #2d7cf3;box-shadow:0 14px 28px #2b77f32e}.lessons-secondary{color:#274064;background:#fff;border:1px solid #d7e3f7}.lessons-primary:hover:not(:disabled),.lessons-secondary:hover:not(:disabled){transform:translateY(-1px)}.lessons-primary:disabled,.lessons-secondary:disabled{cursor:not-allowed;opacity:.65}.lessons-toggle{color:#274064;white-space:nowrap;background:#fff;border:1px solid #d7e3f7;border-radius:14px;min-height:44px;padding:0 16px;font-size:14px;font-weight:600;transition:background .14s,border-color .14s,color .14s}.lessons-toggle:hover,.lessons-toggle.is-active{color:#2067d7;background:#eef5ff;border-color:#2d7cf3}.lessons-state{color:#7b8ca6;background:#fff;border:1px solid #e8eef8;border-radius:20px;place-items:center;min-height:280px;font-size:15px;font-weight:500;display:grid}.lessons-state--error{color:#d14352}.lessons-bulkbar{background:#f8fbff;border:1px solid #d8e5fb;border-radius:16px;flex-wrap:wrap;align-items:center;gap:12px;margin:-12px 0 20px;padding:12px;display:flex}.lessons-bulkbar strong{color:#182844;font-size:14px;font-weight:600}.lessons-bulkbar__group{align-items:center;gap:8px;display:inline-flex}.lessons-bulkbar__select{min-width:170px;max-width:220px;min-height:42px}.lessons-estimate-summary{color:#274064;background:radial-gradient(circle at 12% 20%,#2d7cf31f,#0000 32%),linear-gradient(#f7fbff 0%,#eef6ff 100%);border:1px solid #b9d5ff;border-radius:16px;align-items:center;gap:12px;margin:-8px 0 20px;padding:12px 16px;display:inline-flex;box-shadow:0 12px 28px #2d7cf31a}.lessons-estimate-summary span{color:#5d708e;font-size:13px;font-weight:600}.lessons-estimate-summary strong{color:#1868df;font-size:18px;font-weight:700}.lessons-estimate-summary small{color:#7890af;font-size:12px;font-weight:500}.lessons-table-wrap{background:#fff;border:1px solid #e8eef8;border-radius:20px;width:100%;overflow-x:auto}.lessons-table{min-width:1180px}.lessons-table__head,.lessons-row{grid-template-columns:34px 54px minmax(280px,2fr) minmax(220px,1.25fr) 100px 80px 140px 120px 110px 150px;align-items:center;gap:18px;padding:18px 22px;display:grid}.lessons-table__head{color:#263754;background:#f9fbff;font-size:15px;font-weight:600}.lessons-row{border-top:1px solid #edf2f8}.lessons-cell{color:#263754;min-width:0;font-size:14px}.lessons-cell--number{text-align:center;color:#8b9bb2;font-size:13px;font-weight:600}.lessons-cell--checkbox,.lessons-table__head>span:first-child{justify-content:center;display:flex}.lessons-cell--checkbox input,.lessons-table__head input{accent-color:#2d7cf3;width:16px;height:16px}.lessons-cell--title{flex-direction:column;gap:4px;display:flex}.lessons-cell--title strong{color:#182844;flex-wrap:wrap;align-items:center;gap:8px;font-size:16px;font-weight:600;line-height:1.35;display:inline-flex}.lessons-cell--title span{color:#7b8ca6;font-size:13px}.lessons-cell--estimate{flex-direction:column;gap:4px;display:flex}.lessons-inline-select{color:#1b2a45;background:#fff;border:1px solid #d7e1f2;border-radius:10px;outline:none;width:100%;min-height:36px;padding:0 10px;font-size:12px;font-weight:500}.lessons-inline-select:focus{border-color:#8eb8ff;box-shadow:0 0 0 3px #2b77f314}.lessons-inline-saving{color:#7b8ca6;font-size:11px;font-weight:500}.lessons-video-icon{color:#fff;background:linear-gradient(#2d7cf3 0%,#1664df 100%);border-radius:8px;flex:none;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex;box-shadow:0 8px 16px #2d7cf33d}.lessons-video-icon svg{width:15px;height:15px}.lessons-video-icon svg,.lessons-video-icon path{color:#fff;fill:#fff}.my-performance-page{background:#fff;border:1px solid #e8eef8;border-radius:20px;margin-top:26px;padding:28px}.my-performance-page h2{color:#182844;margin:0;font-size:24px;font-weight:600}.lessons-preview-link{color:#2067d7;background:#fff;border:1px solid #d7e3f7;border-radius:10px;align-items:center;gap:8px;min-height:34px;padding:0 12px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.lessons-preview-link:hover{background:#f4f8ff;border-color:#8eb8ff}.lessons-preview-link svg{width:15px;height:15px}.lessons-course-text{color:#4a6080;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:13px;font-weight:500;display:block;overflow:hidden}.lessons-status{white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;min-height:32px;padding:0 12px;font-size:14px;font-weight:600;display:inline-flex}.lessons-status--active{color:#55a82e;background:#effbe8;border:1px solid #cbe9b8}.lessons-status--inactive{color:#d14352;background:#fff3f2;border:1px solid #ffd5d9}.lessons-status--draft{color:#c98913;background:#fff8e8;border:1px solid #f7df9f}.lessons-cell--action{justify-content:flex-end;display:flex;position:relative}.lessons-menu{position:relative}.lessons-menu__trigger{color:#274064;background:#fff;border:1px solid #d7e3f7;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;min-width:118px;min-height:42px;padding:0 14px;font-size:14px;font-weight:500;display:inline-flex}.lessons-menu__trigger:hover{background:#f7faff;border-color:#c5d7f5}.lessons-menu__trigger svg{width:16px;height:16px}.lessons-menu__dropdown{z-index:30;background:#fff;border:1px solid #e7edf7;border-radius:16px;gap:4px;width:220px;padding:8px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 40px #5677b224}.lessons-menu__item{color:#22324f;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;min-height:40px;padding:0 12px;font-size:14px;font-weight:500;display:flex}.lessons-menu__item:hover{background:#f5f8fe}.lessons-menu__item svg{width:16px;height:16px}.lessons-menu__item.is-danger{color:#d14352}.lesson-drawer{z-index:220;justify-content:flex-end;display:flex;position:fixed;inset:0}.lesson-drawer__backdrop{background:#0a183273;position:absolute;inset:0}.lesson-drawer__panel{background:#fff;border-left:1px solid #e7edf7;width:min(100%,780px);height:100dvh;max-height:100dvh;position:relative;overflow-y:auto;box-shadow:0 32px 72px #11254633}.lesson-drawer__header,.lesson-drawer__footer{z-index:2;background:#fff;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;display:flex;position:sticky}.lesson-drawer__header{border-bottom:1px solid #edf2f8;top:0}.lesson-drawer__footer{border-top:1px solid #edf2f8;bottom:0}.lesson-drawer__header h3{color:#182844;margin:0;font-size:18px;font-weight:600;line-height:1.2}.lesson-drawer__close{color:#4a6080;background:#f3f6fb;border:0;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.lesson-drawer__close svg{width:18px;height:18px}.lesson-form{flex-direction:column;gap:20px;padding:24px;display:flex}.lesson-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.lesson-form__grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.lesson-field{flex-direction:column;gap:10px;display:flex}.lesson-field span{color:#263754;font-size:14px;font-weight:500}.lesson-field__label{align-items:center;gap:6px;display:inline-flex}.lesson-field__label.is-required:before{content:"*";color:#ff5b60;font-size:15px;font-weight:700}.lesson-field textarea{resize:vertical;min-height:130px;padding:14px 16px}.lesson-form__feedback{color:#d14352;margin:0;font-size:13px;font-weight:500}@media (max-width:980px){.lessons-toolbar,.lessons-filters{flex-direction:column;align-items:stretch}.lessons-heading,.lessons-input,.lessons-select,.lessons-course-filter,.lessons-select--status,.lessons-primary,.lessons-toggle{width:100%;max-width:none}.lesson-form__grid,.lesson-form__grid--three{grid-template-columns:1fr}}.cohorts-manager{flex-direction:column;gap:24px;min-height:100%;padding:28px 32px;display:flex}.cohorts-toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.cohorts-search{color:#182844;background:#fff;border:1px solid #dbe6f7;border-radius:10px;outline:none;flex:1;max-width:360px;height:40px;padding:0 14px;font-size:14px}.cohorts-search:focus{border-color:#2b77f3;box-shadow:0 0 0 3px #2b77f31f}.cohorts-create-btn{color:#fff;cursor:pointer;background:linear-gradient(#2d7cf3 0%,#2067d7 100%);border:none;border-radius:10px;height:40px;padding:0 18px;font-size:14px;font-weight:600;transition:opacity .15s}.cohorts-create-btn:hover{opacity:.9}.cohorts-state{text-align:center;color:#6b82a0;padding:48px 0;font-size:15px}.cohorts-state--error{color:#c0392b}.cohorts-table-wrap{background:#fff;border:1px solid #e8eef8;border-radius:16px;overflow-x:auto}.cohorts-table__head,.cohorts-table__row{grid-template-columns:44px minmax(180px,2fr) minmax(160px,1.5fr) 72px 60px 80px 140px 100px 56px;align-items:center;gap:16px;padding:13px 20px;display:grid}.cohorts-table__head{color:#52647f;text-transform:uppercase;letter-spacing:.04em;background:#f9fbff;border-bottom:1px solid #edf2f8;font-size:12px;font-weight:700}.cohorts-table__row{color:#24324f;border-top:1px solid #edf2f8;font-size:13px}.cohorts-table__row:first-of-type{border-top:none}.cohorts-table__row:hover{background:#f9fbff}.cohorts-table__no{color:#8fa3c0;text-align:center;font-size:12px;font-weight:600}.cohorts-table__name strong{color:#182844;font-size:14px;font-weight:600}.cohorts-table__count{color:#2b77f3;font-size:13px;font-weight:600}.cohorts-table__count--clickable{cursor:pointer;transition:transform .15s,color .15s}.cohorts-table__count--clickable:hover{color:#1f65d8;text-decoration:underline;transform:scale(1.15)}.cohorts-table__date{color:#6b82a0;font-size:12px}.cohorts-table__actions{align-items:center;gap:6px;display:flex}.cohorts-coach-cell{align-items:center;gap:8px;min-width:0;display:flex}.cohorts-coach-avatar{object-fit:cover;background:#e8eef8;border-radius:50%;flex-shrink:0;width:32px;height:32px}.cohorts-coach-avatar--initials{color:#52647f;background:#dce8f8;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.cohorts-coach-info{flex-direction:column;min-width:0;display:flex}.cohorts-coach-name{color:#24324f;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.cohorts-coach-email{color:#7a90b0;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.cohorts-coach-empty{color:#b0bece;font-size:13px}.cohorts-table__daily-hours{color:#2b77f3;font-size:13px;font-weight:600}.cohorts-session-badge{border-radius:20px;padding:2px 10px;font-size:11px;font-weight:700;display:inline-block}.cohorts-session-badge--done{color:#dc2626;background:#fee2e2}.cohorts-session-badge--active{color:#16a34a;background:#dcfce7}.cohort-toggle-row{align-items:center;gap:12px;margin-top:4px;display:flex}.cohort-toggle{cursor:pointer;background:#e2e8f0;border:none;border-radius:999px;flex-shrink:0;width:44px;height:24px;padding:0;transition:background .2s;position:relative}.cohort-toggle--yes{background:#2b77f3}.cohort-toggle__knob{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000026}.cohort-toggle--yes .cohort-toggle__knob{transform:translate(20px)}.cohort-toggle__label{color:#75839d;font-size:13px}.cohort-toggle__label--yes{color:#2b77f3;font-weight:600}.cohorts-action-btn{cursor:pointer;border:1px solid;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.cohorts-action-btn--view{color:#2b77f3;background:#f7faff;border-color:#d0daf0}.cohorts-action-btn--view:hover{background:#eef3fd;border-color:#b3c4e8}.cohort-drawer{z-index:400;justify-content:flex-end;display:flex;position:fixed;inset:0}.cohort-drawer__backdrop{z-index:390;background:#121e3459;position:fixed;inset:0}.cohort-drawer__panel{z-index:401;background:#fff;flex-direction:column;width:90%;max-width:90%;height:100vh;display:flex;position:relative;box-shadow:-4px 0 32px #121e341f}.cohort-drawer__header{border-bottom:1px solid #edf2f8;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 28px;display:flex}.cohort-drawer__title{color:#182844;margin:0;font-size:18px;font-weight:700}.cohort-drawer__close{cursor:pointer;color:#6b82a0;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.cohort-drawer__close:hover{color:#182844;background:#f0f4fb}.cohort-drawer__close svg{width:18px;height:18px}.cohort-drawer__tabs{border-bottom:1px solid #edf2f8;flex-shrink:0;padding:0 20px;display:flex;overflow-x:auto}.cohort-drawer__tab{color:#6b82a0;cursor:pointer;white-space:nowrap;text-transform:capitalize;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:12px 16px;font-size:13px;font-weight:600;transition:color .15s,border-color .15s}.cohort-drawer__tab:hover{color:#2b77f3}.cohort-drawer__tab.is-active{color:#2b77f3;border-bottom-color:#2b77f3}.cohort-drawer__body{flex:1;padding:24px 28px;overflow-y:auto}.cohort-section-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.cohort-section-right{align-items:center;gap:12px;display:flex}.cohort-section-count{color:#6b82a0;font-size:13px}.cohort-class-filter{flex:1;max-width:260px}.cohort-empty{text-align:center;color:#8fa3c0;border:1px dashed #dbe6f7;border-radius:12px;padding:32px;font-size:14px}.cohort-inner-table{border:1px solid #e8eef8;border-radius:12px;overflow:hidden}.cohort-inner-table__head,.cohort-inner-table__row{align-items:center;gap:12px;padding:10px 16px;font-size:12px;display:grid}.cohort-inner-table__head{color:#52647f;text-transform:uppercase;letter-spacing:.04em;background:#f9fbff;border-bottom:1px solid #edf2f8;font-weight:700}.cohort-inner-table__row{color:#24324f;border-top:1px solid #edf2f8}.cohort-inner-table__row:first-of-type{border-top:none}.cohort-inner-table__row:hover{background:#f9fbff}.cohort-class-row{cursor:grab;transition:background .15s,opacity .15s,transform .15s}.cohort-class-row:active{cursor:grabbing}.cohort-class-row.is-dragging{opacity:.55;background:#eef5ff;transform:scale(.995)}.cohort-drag-handle{color:#8fa3c0;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;display:inline-flex}.cohort-drag-handle span{color:#2b77f3;letter-spacing:-5px;font-size:14px;line-height:1}.cohort-drag-handle strong{color:#24324f;font-size:12px;font-weight:700}.cohort-inner-table__head--classes,.cohort-inner-table__row--classes{grid-template-columns:32px 68px minmax(140px,2fr) minmax(100px,1fr) 50px 90px 90px 70px 80px}.cohort-inner-table__head--coaches,.cohort-inner-table__row--coaches{grid-template-columns:32px minmax(160px,2fr) minmax(180px,2fr) 70px 100px 70px}.cohort-inner-table__head--courses,.cohort-inner-table__row--courses{grid-template-columns:32px minmax(160px,2fr) minmax(160px,2fr) 100px 60px}.cohort-inner-table__head--learners,.cohort-inner-table__row--learners{grid-template-columns:32px minmax(200px,2fr) minmax(200px,2fr) 180px 60px}.cohort-inner-table__head--collabs,.cohort-inner-table__row--collabs{grid-template-columns:32px minmax(200px,2fr) minmax(180px,2fr) 150px 70px 60px}.cohort-inner-sub{color:#8fa3c0;font-size:11px}.cohort-class-name-link{appearance:none;color:#0f2140;cursor:pointer;font:inherit;text-align:left;text-underline-offset:3px;background:0 0;border:0;padding:0;font-size:13px;font-weight:700;-webkit-text-decoration:underline #2b77f352;text-decoration:underline #2b77f352}.cohort-class-name-link:hover{color:#2b77f3;text-decoration-color:currentColor}.cohort-class-name-link:disabled{color:#8fa3c0;cursor:wait}.cohort-learner-email{color:#111827;font-size:14px;font-weight:400}.cohort-matrix-wrap{background:#fff;border:1px solid #e8eef8;border-radius:14px;width:100%;overflow:auto;box-shadow:inset 0 1px #ffffffb3}.cohort-matrix{min-width:max-content;display:grid}.cohort-matrix__corner,.cohort-matrix__learner-head,.cohort-matrix__class-head,.cohort-matrix__cell{border-bottom:1px solid #edf2f8;border-right:1px solid #edf2f8}.cohort-matrix__corner{z-index:6;background:#f9fbff;padding:14px 16px;position:sticky;top:0;left:0}.cohort-matrix__learner-head{z-index:4;background:#f9fbff;align-items:center;padding:14px 16px;display:flex;position:sticky;top:0}.cohort-matrix__learner-head strong{color:#182844;font-size:13px;font-weight:800;display:block}.cohort-matrix__class-head{z-index:3;background:#fff;align-items:center;gap:10px;min-width:200px;padding:14px 16px;display:flex;position:sticky;left:0}.cohort-matrix__class-image{object-fit:cover;background:#eef4ff;border:1px solid #e5edf8;border-radius:8px;flex-shrink:0;width:44px;height:30px}.cohort-matrix__class-image--fallback{color:#2b77f3;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:inline-flex}.cohort-matrix__class-meta{flex-direction:column;gap:4px;min-width:0;display:flex}.cohort-matrix__class-meta strong{color:#182844;font-size:12px;font-weight:800;line-height:1.35}.cohort-matrix__class-meta span{color:#8fa3c0;font-size:11px;font-weight:600}.cohort-matrix__email{color:#6b82a0;margin-top:2px;font-size:12px;display:block}.cohort-matrix__cell{background:#fff;justify-content:center;align-items:center;min-height:96px;padding:14px;display:flex}.cohort-matrix-progress{color:#182844;cursor:pointer;text-align:left;background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #dce8fb;border-radius:12px;width:100%;max-width:250px;padding:12px;transition:border-color .15s,box-shadow .15s,transform .15s}.cohort-matrix-progress:hover{border-color:#2b77f3;transform:translateY(-1px);box-shadow:0 12px 28px #2b77f31f}.cohort-matrix-progress--risk{background:linear-gradient(#fff 0%,#fff7f7 100%);border-color:#ffd8d8}.cohort-matrix-progress--risk:hover{border-color:#e64545;box-shadow:0 12px 28px #e645451f}.cohort-matrix-progress--done{background:linear-gradient(#fff 0%,#f6fff7 100%);border-color:#cdeecf}.cohort-matrix-progress--done:hover{border-color:#2e9d45;box-shadow:0 12px 28px #2e9d451f}.cohort-matrix-progress__top{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:8px;display:flex}.cohort-matrix-progress__top strong{color:#2b77f3;font-size:17px;font-weight:800}.cohort-matrix-progress--risk .cohort-matrix-progress__top strong{color:#e64545}.cohort-matrix-progress--done .cohort-matrix-progress__top strong{color:#2e9d45}.cohort-matrix-progress__top span{color:#6b82a0;white-space:nowrap;font-size:11px;font-weight:700}.cohort-matrix-progress__bar{background:#eaf0f8;border-radius:999px;width:100%;height:7px;display:block;overflow:hidden}.cohort-matrix-progress__bar span{border-radius:inherit;background:linear-gradient(90deg,#2b77f3 0%,#59a6ff 100%);height:100%;display:block}.cohort-matrix-progress--risk .cohort-matrix-progress__bar span{background:linear-gradient(90deg,#e64545 0%,#ff7a7a 100%)}.cohort-matrix-progress--done .cohort-matrix-progress__bar span{background:linear-gradient(90deg,#2e9d45 0%,#69c86f 100%)}.cohort-matrix-progress__hint{color:#8fa3c0;margin-top:7px;font-size:11px;font-weight:600;display:block}.cohort-matrix-enroll{color:#2b77f3;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;font-size:13px;font-weight:800;text-decoration:underline}.cohort-matrix-enroll:hover{color:#1f65d8}.cohort-matrix-enroll:disabled{color:#8fa3c0;cursor:wait}.enrolments-page{padding:24px}.enrolments-page__toolbar{flex-wrap:wrap;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.enrolments-filters{align-items:center;gap:10px;display:flex}.ms-wrap{position:relative}.ms-trigger{color:#111827;height:38px;font:inherit;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #dbe6f7;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-width:300px;padding:0 12px;font-size:14px;display:flex}.ms-trigger:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f626}.ms-trigger__label{text-overflow:ellipsis;overflow:hidden}.ms-trigger__arrow{color:#6b7280;flex-shrink:0;font-size:10px}.ms-dropdown{z-index:50;background:#fff;border:1px solid #dbe6f7;border-radius:8px;min-width:100%;max-height:240px;padding:4px 0;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 4px 16px #0000001a}.ms-option{color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:7px 14px;font-size:13px;display:flex}.ms-option:hover{background:#f1f5fd}.ms-option--checked{color:#1f65d8;font-weight:500}.ms-option input[type=checkbox]{accent-color:#1f65d8;cursor:pointer;flex-shrink:0;width:14px;height:14px}.ms-option__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.ms-option__avatar--fallback{color:#475569;background:#cbd5e1;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.ms-option__meta{flex-direction:column;gap:1px;display:flex;overflow:hidden}.ms-option__name{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.ms-option--checked .ms-option__name{color:#1f65d8}.ms-option__email{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.enrolments-page__loading{text-align:center;color:#6b7280;padding:40px;font-size:14px}.cohort-dropdown-select{color:#111827;height:38px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dbe6f7;border-radius:8px;width:100%;max-width:500px;padding:0 12px;font-size:14px}.cohort-dropdown-select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f626}.cohort-dropdown--loading,.cohort-dropdown--empty{color:#6b7280;height:38px;padding:0 12px;font-size:14px;line-height:38px}.enrolments-matrix-cell{flex-direction:column;gap:6px;width:100%;display:flex}.enrolments-matrix-cell--empty{color:#9ca3af;justify-content:center;align-items:center;min-height:48px;font-size:18px}.enrolments-cell-links{gap:6px;margin-top:6px;display:flex}.enrolments-cell-link{white-space:nowrap;border:1px solid #0000;border-radius:5px;align-items:center;padding:3px 8px;font-size:11px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.enrolments-cell-link--project{color:#1f65d8;background:#eef4ff;border-color:#c7d9f8}.enrolments-cell-link--project:hover{color:#1549b8;background:#dbeafe}.enrolments-cell-link--repo{color:#24292f;background:#f3f4f6;border-color:#d1d5db}.enrolments-cell-link--repo:hover{color:#111827;background:#e5e7eb}.enrolments-cell-link--disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb;border-color:#e5e7eb}.cohort-inline-datetime{color:#111827;width:100%;min-height:34px;font:inherit;background:#fff;border:1px solid #dbe6f7;border-radius:8px;outline:none;padding:6px 8px;font-size:12px;transition:border-color .15s,box-shadow .15s}.cohort-inline-datetime:focus{border-color:#2b77f3;box-shadow:0 0 0 3px #2b77f31f}.cohort-inline-select{border-radius:8px;height:34px;min-height:34px;padding:6px 8px;font-size:12px}.cohort-selected-coach{background:#f9fbff;border:1px solid #dbe6f7;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.cohort-inner-actions{align-items:center;gap:4px;display:flex}.cohort-inner-btn{cursor:pointer;border:1px solid;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;transition:background .15s;display:flex}.cohort-inner-btn--edit{color:#2b77f3;background:#f7faff;border-color:#d0daf0}.cohort-inner-btn--edit:hover{background:#eef3fd}.cohort-inner-btn--view{color:#2e7d32;background:#f0faf1;border-color:#c8e6c9}.cohort-inner-btn--view:hover{background:#e0f2e1}.cohort-inner-btn--delete{color:#c0392b;background:#fff5f5;border-color:#f0d0d0}.cohort-inner-btn--delete:hover{background:#fde8e8}.cohort-badge{text-transform:capitalize;border-radius:99px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.cohort-badge--active{color:#2e7d32;background:#e8f5e9}.cohort-badge--inactive{color:#c0392b;background:#fce8e8}.cohort-badge--role{color:#2b77f3;background:#eef3fd}.cohort-badge--type{color:#6a3dc9;background:#f3f0ff}.cohort-badge--type-reviewer{color:#1565c0;background:#e3f2fd}.cohort-badge--type-commentor{color:#f57f17;background:#fff8e1}.cohort-badge--type-moderator{color:#880e4f;background:#fce4ec}.cohort-person{align-items:center;gap:8px;display:flex}.cohort-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.cohort-avatar-fallback{color:#2b77f3;background:#eef3fd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.cohort-class-thumb{object-fit:cover;object-position:center;border:1px solid #dbe6f7;border-radius:8px;flex:none;width:54px;height:34px}.cohort-class-thumb--fallback{color:#fff;background:linear-gradient(135deg,#2b77f3,#1f65d8);place-items:center;font-size:15px;font-weight:800;display:grid}.cohort-settings{flex-direction:column;gap:20px;max-width:480px;display:flex}.cohort-settings__danger{border-top:1px solid #f0d0d0;flex-direction:column;gap:12px;margin-top:24px;padding-top:20px;display:flex}.cohort-settings__danger h4{color:#c0392b;text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:13px;font-weight:700}.cohort-modal{z-index:410;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cohort-modal--above-drawer{z-index:420}.cohort-modal__backdrop{background:#121e3466;position:fixed;inset:0}.cohort-modal__dialog{z-index:1;background:#fff;border-radius:0;flex-direction:column;width:100%;max-width:500px;max-height:90vh;display:flex;position:relative;box-shadow:0 20px 60px #121e3433}.cohort-modal__dialog--learner-search{width:720px;max-width:92vw;height:min(620px,88vh);max-height:min(620px,88vh);overflow:visible}.cohort-modal__header{border-bottom:1px solid #edf2f8;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.cohort-modal__header h3{color:#182844;margin:0;font-size:16px;font-weight:700}.cohort-modal__close{cursor:pointer;color:#6b82a0;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.cohort-modal__close:hover{background:#f0f4fb}.cohort-modal__close svg{width:16px;height:16px}.cohort-modal__body{flex-direction:column;flex:1;gap:16px;padding:20px 24px;display:flex;overflow-y:auto}.cohort-modal__body--learner-search{z-index:20;min-height:240px;padding-bottom:12px;position:relative;overflow:visible}.cohort-modal__footer{border-top:1px solid #edf2f8;justify-content:flex-end;align-items:center;gap:10px;padding:14px 24px;display:flex}.cohort-modal__dialog--learner-search .cohort-modal__footer{z-index:1;margin-top:auto;position:relative}.cohort-field{flex-direction:column;gap:6px;display:flex}.cohort-field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.cohort-field__label{color:#52647f;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.cohort-required{color:#e53935}.cohort-field__input,.cohort-field__textarea,.cohort-field__select{color:#182844;box-sizing:border-box;background:#fff;border:1px solid #dbe6f7;border-radius:10px;outline:none;width:100%;padding:9px 12px;font-size:14px}.cohort-field__input:focus,.cohort-field__textarea:focus,.cohort-field__select:focus{border-color:#2b77f3;box-shadow:0 0 0 3px #2b77f31f}.cohort-field__hint{color:#94a3b8;margin-top:6px;font-size:12px;line-height:1.5;display:block}.cohort-field__select{cursor:pointer;height:40px}.cohort-field__textarea{resize:vertical}.cohort-btn{cursor:pointer;white-space:nowrap;border:1.5px solid #0000;border-radius:10px;height:38px;padding:0 18px;font-size:13px;font-weight:600;transition:opacity .15s,background .15s}.cohort-btn--primary{color:#fff;background:linear-gradient(#2d7cf3 0%,#2067d7 100%)}.cohort-btn--primary:hover:not(:disabled){opacity:.9}.cohort-btn--primary:disabled{opacity:.6;cursor:not-allowed}.cohort-btn--secondary{color:#4a6080;background:#f0f4fb}.cohort-btn--secondary:hover{background:#e5eaf3}.cohort-btn--danger{color:#c0392b;background:#fff0f0;border-color:#f5c6c2}.cohort-btn--danger:hover:not(:disabled){background:#fde0de}.cohort-btn--danger:disabled{opacity:.6;cursor:not-allowed}.cohort-learner-search{z-index:999;position:relative}.cohort-search-results{z-index:9999;background:#fff;border:1px solid #d7e3f7;border-radius:14px;min-height:54px;max-height:360px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 42px #121e342e}.cohort-search-item{cursor:pointer;background:#fff;border-bottom:1px solid #edf2f8;align-items:center;gap:12px;padding:12px 16px;display:flex}.cohort-search-item:hover{background:#f7faff}.cohort-search-info strong{color:#182844;font-size:14px;font-weight:700;display:block}.cohort-search-info span{color:#6b82a0;font-size:12px}.cohort-search-empty{color:#6b82a0;padding:16px;font-size:13px;font-weight:600}.cohort-feedback{color:#2e7d32;margin:0;font-size:13px}.cohort-feedback--error{color:#c0392b}.perm-alert{border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:13px;font-weight:500}.perm-alert--success{color:#2e7d32;background:#e8f5e9;border:1px solid #c8e6c9}.perm-alert--error{color:#c0392b;background:#fdecea;border:1px solid #f5c6cb}.perm-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .15s,opacity .15s;display:inline-flex}.perm-btn:disabled{opacity:.55;cursor:not-allowed}.perm-btn--primary{color:#fff;background:#2b77f3}.perm-btn--primary:hover{background:#1f65d8}.perm-btn--ghost{color:#2b77f3;background:#edf5ff}.perm-btn--ghost:hover{background:#dbeafe}.perm-btn--danger{color:#fff;background:#ff5b60}.perm-btn--danger:hover{background:#e04045}.perm-btn--danger-ghost{color:#ff5b60;background:0 0;border:1px solid #fca5a5}.perm-btn--danger-ghost:hover{background:#fef2f2}.perm-btn--sm{border-radius:6px;padding:5px 10px;font-size:12px}.perm-badge{color:#2b77f3;background:#edf5ff;border:1px solid #bfdbfe;border-radius:20px;padding:3px 9px;font-size:11px;font-weight:600;display:inline-block}.perm-badge--empty{color:#94a3b8;background:#f1f5f9;border-color:#e2e8f0}.perm-loading{color:#75839d;padding:24px 0;font-size:14px}.perm-empty{color:#94a3b8;padding:24px 0;font-size:14px}.perm-manager{max-width:860px}.perm-manager__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.perm-manager__title{color:#1b2a45;margin:0 0 4px;font-size:20px;font-weight:700}.perm-manager__subtitle{color:#75839d;margin:0;font-size:13px}.perm-role-list{flex-direction:column;gap:12px;display:flex}.perm-role-card{background:#fff;border:1px solid #e8edf7;border-radius:12px;padding:16px 20px}.perm-role-card__top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.perm-role-card__name{color:#1b2a45;font-size:15px;font-weight:700}.perm-role-card__desc{color:#75839d;margin-top:2px;font-size:12px}.perm-role-card__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.perm-role-card__confirm-text{color:#ff5b60;font-size:12px;font-weight:600}.perm-role-card__modules{flex-wrap:wrap;gap:6px;display:flex}.perm-editor{background:#fff;border:1px solid #e8edf7;border-radius:14px;max-width:680px;padding:24px}.perm-editor__head{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.perm-editor__head h3{color:#1b2a45;margin:0;font-size:16px;font-weight:700}.perm-editor__fields{flex-direction:column;gap:14px;margin-bottom:20px;display:flex}.perm-editor__section-title{text-transform:uppercase;letter-spacing:.05em;color:#75839d;margin-bottom:12px;font-size:12px;font-weight:700}.perm-editor__actions{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:16px;display:flex}.perm-field__label{color:#475569;margin-bottom:5px;font-size:12px;font-weight:600;display:block}.perm-field__input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:9px 13px;font-size:14px;transition:border-color .15s}.perm-field__input:focus{background:#fff;border-color:#2b77f3}.perm-module-groups{flex-direction:column;gap:16px;display:flex}.perm-module-group{background:#f8fafc;border-radius:10px;padding:14px 16px}.perm-module-group__label{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:10px;font-size:11px;font-weight:700}.perm-toggle-row{cursor:pointer;border-bottom:1px solid #e8edf7;justify-content:space-between;align-items:center;padding:7px 0;display:flex}.perm-toggle-row:last-child{border-bottom:none}.perm-toggle-row__label{color:#1b2a45;font-size:13px;font-weight:500}.perm-toggle{cursor:pointer;background:#cbd5e1;border-radius:20px;flex-shrink:0;width:36px;height:20px;transition:background .2s;position:relative}.perm-toggle--on{background:#2b77f3}.perm-toggle__thumb{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.perm-toggle--on .perm-toggle__thumb{transform:translate(16px)}.usermgmt{max-width:960px}.usermgmt__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.usermgmt__title{color:#1b2a45;margin:0 0 4px;font-size:20px;font-weight:700}.usermgmt__subtitle{color:#75839d;margin:0;font-size:13px}.usermgmt__search{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;outline:none;min-width:240px;padding:8px 14px;font-size:13px}.usermgmt__search:focus{background:#fff;border-color:#2b77f3}.usermgmt__table-wrap{overflow-x:auto}.usermgmt__table{border-collapse:collapse;width:100%;font-size:13px}.usermgmt__table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;background:#f8fafc;border-bottom:1.5px solid #e8edf7;padding:10px 14px;font-size:11px;font-weight:700}.usermgmt__table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:11px 14px}.usermgmt__table tr:last-child td{border-bottom:none}.usermgmt__table tbody tr:hover td{background:#f8fafc}.usermgmt__user-cell{color:#1b2a45;align-items:center;gap:10px;font-weight:600;display:flex}.usermgmt__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.usermgmt__avatar--default{color:#64748b;background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:inline-flex}.usermgmt__email{color:#75839d}.usermgmt__role-badges{flex-wrap:wrap;gap:5px;display:flex}.usermgmt__modal-backdrop{z-index:2000;background:#0f172a73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.usermgmt__modal{background:#fff;border-radius:16px;width:100%;max-width:440px;padding:28px;box-shadow:0 20px 60px #0000002e}.usermgmt__modal-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.usermgmt__modal-header h3{color:#1b2a45;margin:0;font-size:15px;font-weight:700}.usermgmt__modal-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:2px 6px;font-size:16px}.usermgmt__modal-close:hover{background:#f1f5f9}.usermgmt__modal-empty{color:#94a3b8;margin:0 0 20px;font-size:13px}.usermgmt__role-checks{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.usermgmt__role-check{color:#1b2a45;cursor:pointer;align-items:flex-start;gap:10px;font-size:13px;display:flex}.usermgmt__role-check input{accent-color:#2b77f3;margin-top:2px}.usermgmt__role-check em{color:#75839d;font-style:normal}.usermgmt__modal-actions{justify-content:flex-end;gap:10px;display:flex}.sysmgmt{max-width:680px}.sysmgmt__header{margin-bottom:24px}.sysmgmt__title{color:#1b2a45;margin:0 0 4px;font-size:20px;font-weight:700}.sysmgmt__subtitle{color:#75839d;margin:0;font-size:13px}.sysmgmt__add-row{gap:10px;margin-bottom:24px;display:flex}.sysmgmt__add-row .perm-field__input{flex:1}.sysmgmt__list{flex-direction:column;gap:10px;display:flex}.sysmgmt__row{background:#fff;border:1px solid #e8edf7;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.sysmgmt__row-info{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sysmgmt__row-email{color:#1b2a45;font-size:14px;font-weight:600}.sysmgmt__row-date{color:#94a3b8;font-size:11px}.sysmgmt__confirm-row{align-items:center;gap:8px;display:flex}.perm-inv-defaults{border-top:2px solid #f1f5f9;margin-top:36px;padding-top:28px}.perm-inv-defaults__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.perm-inv-defaults__title{color:#1b2a45;margin:0 0 4px;font-size:17px;font-weight:700}.perm-inv-defaults__subtitle{color:#75839d;margin:0;font-size:13px}.perm-inv-defaults__rows{flex-direction:column;gap:12px;display:flex}.perm-inv-defaults__row{background:#fff;border:1px solid #e8edf7;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.perm-inv-defaults__row-info{flex-direction:column;gap:2px;display:flex}.perm-inv-defaults__row-label{color:#1b2a45;font-size:14px;font-weight:600}.perm-inv-defaults__row-desc{color:#94a3b8;font-size:12px}.perm-inv-defaults__select{color:#1e293b;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;min-width:200px;padding:8px 12px;font-size:13px}.perm-inv-defaults__select:focus{background:#fff;border-color:#2b77f3}.perm-manager--with-panel{align-items:flex-start;gap:24px;max-width:1200px;display:flex}.perm-manager__main{flex:1;min-width:0;max-width:860px}.perm-manager__panel{background:#fff;border:1px solid #e8edf7;border-radius:14px;flex-shrink:0;width:220px;padding:16px;position:sticky;top:24px}.perm-panel__title{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:12px;font-size:12px;font-weight:700}.perm-panel__list{flex-direction:column;gap:4px;display:flex}.perm-panel__row{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:8px 10px;transition:background .15s;display:flex}.perm-panel__row:hover{background:#f1f5f9}.perm-panel__row-name{color:#1b2a45;font-size:13px;font-weight:500}.perm-panel__row-count{color:#fff;text-align:center;background:#2b77f3;border-radius:20px;min-width:22px;padding:1px 8px;font-size:12px;font-weight:700}.perm-popup-backdrop{z-index:1000;background:#0f172a59;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.perm-popup{background:#fff;border-radius:16px;flex-direction:column;width:520px;max-width:min(520px,95vw);max-height:80vh;display:flex;box-shadow:0 12px 40px #0f172a2e}.perm-popup__header{border-bottom:1px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px 14px;display:flex}.perm-popup__title{color:#1b2a45;font-size:15px;font-weight:700}.perm-popup__close{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;padding:4px;font-size:16px;line-height:1}.perm-popup__close:hover{color:#475569;background:#f1f5f9}.perm-popup__list{flex-direction:column;gap:10px;padding:12px 20px 16px;display:flex;overflow-y:auto}.perm-popup__user{background:#f8fafc;border-radius:10px;align-items:flex-start;gap:12px;padding:10px 12px;display:flex}.perm-popup__user-avatar{color:#2b77f3;background:#dbeafe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:700;display:flex}.perm-popup__user-info{flex:1;min-width:0}.perm-popup__user-avatar--img{object-fit:cover}.perm-popup__user-name{color:#1b2a45;margin-bottom:1px;font-size:13px;font-weight:700}.perm-popup__user-email{color:#75839d;text-overflow:ellipsis;white-space:nowrap;margin-bottom:5px;font-size:12px;overflow:hidden}.perm-popup__user-roles{flex-wrap:wrap;gap:4px;display:flex}.perm-badge--active{color:#2b77f3;background:#dbeafe;border-color:#93c5fd;font-weight:700}.usermgmt__pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 4px 4px;display:flex}.usermgmt__pagination-info{color:#94a3b8;font-size:13px}.usermgmt__pagination-btns{align-items:center;gap:4px;display:flex}.usermgmt__page-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:7px;min-width:32px;height:32px;padding:0 8px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s,color .15s}.usermgmt__page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.usermgmt__page-btn:disabled{opacity:.4;cursor:default}.usermgmt__page-btn--active{color:#fff;background:#2b77f3;border-color:#2b77f3;font-weight:700}.usermgmt__page-btn--active:hover{background:#1d6ae0}.usermgmt__page-ellipsis{color:#94a3b8;padding:0 4px;font-size:13px}
