*,:before,:after{box-sizing:border-box}html,body,#root{background:#fff;height:100%}body{font-optical-sizing:auto;color:var(--ef-text,#1e293b);-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-family:DM Sans,system-ui,sans-serif}button,input{font:inherit}a{color:inherit;text-decoration:none}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:root{--ef-navy:#0f2744;--ef-navy-2:#152f4d;--ef-teal:#0f766e;--ef-teal-hover:#0d5f59;--ef-teal-soft:#e6f4f3;--ef-teal-mint:#d9f2ef;--ef-accent-bar:#14b8a6;--ef-white:#fff;--ef-bg:#fff;--ef-border:#e2e8f0;--ef-text:#0f172a;--ef-muted:#64748b;--ef-success:#16a34a;--ef-radius:6px;--ef-radius-sm:4px;--ef-shadow:0 1px 2px #0f172a0f, 0 4px 12px #0f172a0a;--ef-sidebar-w:248px;--ef-topbar-h:64px;--ef-font-brand:"Fraunces", Georgia, "Times New Roman", serif}.ef-btn{border-radius:var(--ef-radius-sm);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.1rem;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.ef-btn--primary{background:var(--ef-teal);color:#fff;border-color:var(--ef-teal)}.ef-btn--primary:hover,.ef-btn--primary:focus-visible{background:var(--ef-teal-hover);border-color:var(--ef-teal-hover);color:#fff}.ef-btn--ghost{border-color:var(--ef-border);color:var(--ef-text);background:#fff}.ef-btn--ghost:hover,.ef-btn--ghost:focus-visible{color:var(--ef-text);background:#f1f5f9;border-color:#cbd5e1}.ef-btn--dark{background:var(--ef-navy);color:#fff;border-color:var(--ef-navy)}.ef-btn--dark:hover,.ef-btn--dark:focus-visible{background:var(--ef-navy-2);border-color:var(--ef-navy-2);color:#fff}.ef-btn--danger{color:#fff;background:#b91c1c;border-color:#b91c1c}.ef-btn--danger:hover,.ef-btn--danger:focus-visible{color:#fff;background:#991b1b;border-color:#991b1b}.ef-btn:focus-visible{outline:2px solid var(--ef-teal);outline-offset:2px}.ef-btn:disabled,.ef-btn:disabled:hover{opacity:.55;cursor:not-allowed}.ef-modal-root{z-index:2000;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ef-modal-backdrop{cursor:pointer;background:#0f172a80;border:none;margin:0;padding:0;position:absolute;inset:0}.ef-modal{z-index:1;border-radius:var(--ef-radius);text-align:left;background:#fff;width:100%;max-width:28rem;padding:1.35rem 1.5rem 1.25rem;position:relative;box-shadow:0 1px 2px #0f172a0f,0 12px 40px #0f172a2e}.ef-modal--wide{max-width:min(56rem,100vw - 2rem)}.ef-modal__title{color:var(--ef-text);margin:0 0 .75rem;font-size:1.125rem;font-weight:700;line-height:1.3}.ef-modal__body{margin-bottom:1.25rem}.ef-modal__text{color:var(--ef-muted);margin:0;font-size:.9375rem;line-height:1.55}.ef-modal__footer{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;display:flex}.ef-field{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.ef-field:last-child{margin-bottom:0}.ef-field input{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);width:100%;font:inherit;color:var(--ef-text);padding:.55rem .65rem;font-size:.9rem}.ef-field input:focus{border-color:var(--ef-teal);outline:none;box-shadow:0 0 0 3px #0f766e26}.ef-icon-btn{width:40px;height:40px;color:var(--ef-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.ef-icon-btn:hover{color:var(--ef-text);background:#f1f5f9}.ef-badge{letter-spacing:.02em;text-transform:uppercase;border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.7rem;font-weight:700;display:inline-flex}.ef-badge--published{background:var(--ef-teal-soft);color:var(--ef-teal)}.ef-badge--draft{color:var(--ef-muted);background:#f1f5f9}.ef-shell{background:var(--ef-bg);min-height:100dvh}.ef-sidebar{z-index:200;width:var(--ef-sidebar-w);background:var(--ef-white);border-right:1px solid var(--ef-border);overscroll-behavior:contain;flex-direction:column;height:100dvh;padding:1.25rem .75rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.ef-sidebar__brand{border-bottom:1px solid var(--ef-border);color:inherit;flex-direction:column;gap:.15rem;min-width:0;margin-bottom:1rem;padding:0 .75rem 1.25rem;text-decoration:none;display:flex}.ef-sidebar__brand:hover strong{color:var(--ef-teal)}.ef-sidebar__brand strong{font-family:var(--ef-font-brand);letter-spacing:.01em;color:var(--ef-navy);font-size:1.05rem;font-weight:500;line-height:1.25}.ef-sidebar__brand small{text-transform:uppercase;letter-spacing:.06em;color:var(--ef-muted);font-size:.7rem;font-weight:600;display:block}.ef-nav{flex-direction:column;flex:1;gap:.25rem;min-height:0;display:flex;overflow-y:auto}.ef-nav a{border-radius:var(--ef-radius-sm);color:var(--ef-muted);align-items:center;gap:.65rem;padding:.65rem .75rem;font-size:.9rem;font-weight:500;display:flex;position:relative}.ef-nav a svg{opacity:.85;flex-shrink:0}.ef-nav a:hover{color:var(--ef-text);background:#f8fafc}.ef-nav a.ef-nav__link--active{background:var(--ef-teal-mint);color:var(--ef-teal)}.ef-nav a.ef-nav__link--active:before{content:"";background:var(--ef-accent-bar);border-radius:0 3px 3px 0;width:3px;position:absolute;top:8px;bottom:8px;left:0}.ef-sidebar__footer{border-top:1px solid var(--ef-border);flex-direction:column;gap:.25rem;margin-top:auto;padding-top:1rem;display:flex}.ef-sidebar__footer a{color:var(--ef-muted);border-radius:var(--ef-radius-sm);align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.85rem;display:flex}.ef-sidebar__footer a:hover{color:var(--ef-text);background:#f8fafc}.ef-sidebar__logout{width:100%;color:var(--ef-muted);border-radius:var(--ef-radius-sm);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.85rem;display:flex}.ef-sidebar__logout:hover{color:var(--ef-text);background:#f8fafc}.ef-auth-loading{min-height:100dvh;color:var(--ef-muted);place-items:center;display:grid}.ef-sidebar__cta{margin:.75rem .5rem 0}.ef-sidebar__cta .ef-btn{width:100%}.ef-main{min-width:0;min-height:100dvh;margin-left:var(--ef-sidebar-w);padding-top:var(--ef-topbar-h);box-sizing:border-box;flex-direction:column;display:flex}.ef-main:has(.ef-page--course-builder){background:#fff}.ef-main:has(.ef-page--wizard){background:#fff}.ef-topbar{top:0;right:0;left:var(--ef-sidebar-w);z-index:190;height:var(--ef-topbar-h);background:var(--ef-white);border-bottom:1px solid var(--ef-border);justify-content:space-between;align-items:center;gap:1rem;padding:0 1.75rem;display:flex;position:fixed}.ef-topbar__logo{font-family:var(--ef-font-brand);letter-spacing:.01em;color:var(--ef-navy);margin-right:1rem;font-size:1.1rem;font-weight:500}.ef-topbar__tabs{align-items:center;gap:1.25rem;display:flex}.ef-topbar__tabs a{color:var(--ef-muted);border-bottom:2px solid #0000;padding:.35rem 0;font-size:.88rem;font-weight:500}.ef-topbar__tabs a:hover{color:var(--ef-text)}.ef-topbar__tabs a.ef-topbar__tab--active{color:var(--ef-teal);border-bottom-color:var(--ef-teal)}.ef-search{border:1px solid var(--ef-border);background:#f8fafc;border-radius:999px;flex:1;align-items:center;gap:.5rem;max-width:420px;padding:.45rem .85rem;display:flex}.ef-search input{background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.88rem}.ef-search input::placeholder{color:#94a3b8}.ef-topbar__actions{align-items:center;gap:.25rem;display:flex}.ef-avatar{width:36px;height:36px;box-shadow:0 0 0 1px var(--ef-border);background:linear-gradient(135deg,#14b8a6,#0f766e);border:2px solid #fff;border-radius:50%}.ef-profile-menu{margin-left:.25rem;position:relative}.ef-profile-menu__trigger{cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;padding:0;display:flex}.ef-profile-menu__trigger:focus-visible{outline:2px solid var(--ef-teal);outline-offset:2px}.ef-profile-menu__avatar{width:36px;height:36px;box-shadow:0 0 0 1px var(--ef-border);border:2px solid #fff;border-radius:50%;display:block}.ef-student-header-bar__actions .ef-profile-menu__avatar{width:40px;height:40px}.ef-profile-menu__dropdown{background:var(--ef-white);border:1px solid var(--ef-border);border-radius:var(--ef-radius);min-width:220px;box-shadow:var(--ef-shadow), 0 12px 32px #0f172a1f;z-index:200;padding:.35rem 0;position:absolute;top:calc(100% + .5rem);right:0}.ef-profile-menu__identity{flex-direction:column;gap:.15rem;min-width:0;padding:.65rem 1rem .5rem;display:flex}.ef-profile-menu__identity strong{color:var(--ef-text);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.ef-profile-menu__identity span{color:var(--ef-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.ef-profile-menu__divider{background:var(--ef-border);height:1px;margin:.25rem 0}.ef-profile-menu__item{width:100%;color:var(--ef-text);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.65rem;padding:.55rem 1rem;font-size:.88rem;text-decoration:none;display:flex}.ef-profile-menu__item:hover,.ef-profile-menu__item:focus-visible{background:var(--ef-bg);outline:none}.ef-profile-menu__item svg{width:18px;height:18px;color:var(--ef-muted);flex-shrink:0}.ef-profile-menu__item--danger,.ef-profile-menu__item--danger svg{color:#dc2626}.ef-course-card__menu{z-index:10;flex-shrink:0;position:relative}.ef-course-card__menu .ef-profile-menu__dropdown{z-index:300;min-width:11.5rem}.ef-page{flex:1;padding:1.75rem 2rem 2.5rem}.ef-page-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.ef-page-head h1{color:var(--ef-navy);margin:0;font-size:1.5rem;font-weight:700}.ef-page-head p{color:var(--ef-muted);margin:.35rem 0 0;font-size:.9rem}.ef-stats{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.25rem;display:grid}@media (width<=1100px){.ef-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.ef-stats{grid-template-columns:1fr}}.ef-stats--compact{gap:.5rem;margin-bottom:.75rem}.ef-stats--compact .ef-stat-card{box-shadow:none;grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:.05rem .5rem;padding:.45rem .65rem;display:grid}.ef-stats--compact .ef-stat-card__label{letter-spacing:.03em;grid-area:1/1;margin-bottom:0;font-size:.68rem}.ef-stats--compact .ef-stat-card__value{grid-area:1/2/span 2;align-self:center;font-size:1.15rem;line-height:1}.ef-stats--compact .ef-stat-card__meta{grid-area:2/1;margin-top:0;font-size:.68rem;line-height:1.2}.ef-stat-card{background:var(--ef-white);border-radius:var(--ef-radius);border:1px solid var(--ef-border);box-shadow:var(--ef-shadow);padding:1.1rem 1.2rem}.ef-stat-card__label{text-transform:uppercase;letter-spacing:.04em;color:var(--ef-muted);margin-bottom:.35rem;font-size:.78rem;font-weight:600}.ef-stat-card__value{color:var(--ef-navy);letter-spacing:-.02em;font-size:1.65rem;font-weight:700}.ef-stat-card__meta{color:var(--ef-muted);margin-top:.4rem;font-size:.8rem}.ef-stat-card__meta--up{color:var(--ef-success);font-weight:600}.ef-stat-card__meta a{color:var(--ef-teal);font-weight:600}.ef-stat-card__meta a:hover{text-decoration:underline}.ef-toolbar{border-radius:var(--ef-radius-sm);background:#e8f4f2;border:1px solid #c5e8e3;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.65rem 1rem;display:flex}.ef-toolbar__grow{flex:1}.ef-select,.ef-config__field select{appearance:none;box-sizing:border-box;border-radius:var(--ef-radius-sm);border:1px solid var(--ef-border);background-color:var(--ef-white);width:100%;font:inherit;color:var(--ef-text);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .55rem center;background-repeat:no-repeat;background-size:1rem;padding:.45rem 2rem .45rem .65rem;font-size:.85rem}.ef-select:focus,.ef-config__field select:focus{border-color:var(--ef-teal);box-shadow:0 0 0 3px var(--ef-teal-mint);outline:none}.ef-select:disabled,.ef-config__field select:disabled{opacity:.55;cursor:not-allowed}.ef-new-course-card{max-width:32rem;padding:1.5rem 1.65rem}.ef-new-course-form .ef-field{margin-bottom:1.15rem}.ef-new-course-input{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);width:100%;font:inherit;color:var(--ef-text);padding:.55rem .65rem;font-size:.9rem}.ef-new-course-input:focus{border-color:var(--ef-teal);outline:none;box-shadow:0 0 0 3px #0f766e26}.ef-new-course-select{appearance:none;background-color:var(--ef-white);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .55rem center;background-repeat:no-repeat;background-size:1rem;width:100%;padding:.55rem 2rem .55rem .65rem}.ef-new-course-error{color:#b91c1c;margin:0 0 1rem;font-size:.8125rem;font-weight:600}.ef-new-course-actions{border-top:1px solid var(--ef-border);flex-wrap:wrap;justify-content:flex-end;gap:.65rem;margin-top:1.35rem;padding-top:1.15rem;display:flex}.ef-view-toggle{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);background:var(--ef-white);display:flex;overflow:hidden}.ef-view-toggle button{cursor:pointer;width:38px;height:34px;color:var(--ef-muted);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.ef-view-toggle button.ef-view-toggle--on{background:var(--ef-teal-soft);color:var(--ef-teal)}.ef-toolbar__sort{justify-content:flex-end;align-items:center;display:flex}.ef-toolbar__sort-label{color:var(--ef-muted);margin-right:8px;font-size:.85rem}.ef-course-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.ef-course-list{flex-direction:column;gap:.75rem;display:flex;overflow:visible}.ef-course-grid{overflow:visible}.ef-course-card{background:var(--ef-white);border-radius:var(--ef-radius);border:1px solid var(--ef-border);box-shadow:var(--ef-shadow);flex-direction:column;transition:box-shadow .15s;display:flex;position:relative;overflow:visible}:is(.ef-course-card:has([aria-expanded=true]),.ef-course-card:has(.ef-profile-menu__dropdown)){z-index:40}.ef-course-card__link{z-index:1;position:absolute;inset:0}.ef-course-card__surface{z-index:2;pointer-events:none;flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.ef-course-card__surface .ef-icon-btn,.ef-course-card__surface .ef-course-card__menu,.ef-course-card__surface .ef-course-card__menu *{pointer-events:auto}.ef-course-card:hover{box-shadow:0 4px 6px #0f172a0d,0 12px 24px #0f172a14}.ef-course-card__thumb-wrap{background:#e2e8f0;flex-shrink:0;width:100%;height:10.5rem;position:relative;overflow:hidden}.ef-course-grid .ef-course-card__thumb-wrap{border-radius:calc(var(--ef-radius) - 1px) calc(var(--ef-radius) - 1px) 0 0}.ef-course-card__thumb{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.ef-course-list .ef-course-card__surface{grid-template-rows:1fr auto;grid-template-columns:13.75rem minmax(0,1fr) auto;align-items:stretch;display:grid}.ef-course-list .ef-course-card__thumb-wrap{border-radius:calc(var(--ef-radius) - 1px) 0 0 calc(var(--ef-radius) - 1px);grid-row:1/span 2;width:13.75rem;height:7.75rem}.ef-course-list .ef-course-card__body{padding:1rem 3rem .5rem 1.25rem;position:relative}.ef-course-list .ef-course-card__menu{position:absolute;top:.65rem;right:.65rem}.ef-course-list .ef-course-card__menu .ef-profile-menu__dropdown{top:auto;bottom:calc(100% + .35rem);right:0}.ef-course-list .ef-course-card__title-row{padding-right:0}.ef-course-list .ef-course-card__desc{-webkit-line-clamp:3}.ef-course-list .ef-course-card__foot{border-top:none;border-left:1px solid var(--ef-border);text-align:right;flex-direction:column;grid-area:1/3/span 2;justify-content:center;gap:.35rem;min-width:9.5rem}.ef-course-list .ef-course-card__bar{grid-area:2/2}@media (width<=768px){.ef-course-list .ef-course-card__surface{grid-template-rows:auto auto auto auto;grid-template-columns:1fr}.ef-course-list .ef-course-card__thumb-wrap{grid-area:auto/1;width:100%;height:10.5rem}.ef-course-list .ef-course-card__body{grid-column:1}.ef-course-list .ef-course-card__foot{border-left:none;border-top:1px solid var(--ef-border);text-align:left;flex-direction:row;grid-area:auto/1;justify-content:space-between;min-width:0}.ef-course-list .ef-course-card__bar{grid-column:1}}.ef-course-card__badge{position:absolute;top:10px;left:10px}.ef-course-card__badge--shared{color:#5b21b6;background:#ede9fe;left:auto;right:10px}.ef-course-card__body{flex-direction:column;flex:1;padding:1rem 1rem .75rem;display:flex}.ef-course-card__title-row{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.35rem;display:flex}.ef-course-card__title-block{flex-direction:column;gap:.15rem;min-width:0;display:flex}.ef-course-card__title{color:var(--ef-navy);margin:0;font-size:1rem;font-weight:700;line-height:1.35}.ef-course-card__code{color:var(--ef-muted);letter-spacing:.02em;font-size:.75rem;font-weight:600}.ef-course-card__category{text-transform:uppercase;letter-spacing:.04em;color:var(--ef-teal);margin:0 0 .25rem;font-size:.72rem;font-weight:700}.ef-course-card__owner{color:#475569;margin:0 0 .35rem;font-size:.8rem;font-weight:600}.ef-faculty-course-card__owner{color:#475569;font-weight:600}.ef-course-card__desc{color:var(--ef-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.45;display:-webkit-box;overflow:hidden}.ef-course-card__foot{color:var(--ef-muted);border-top:1px solid var(--ef-border);justify-content:space-between;align-items:center;padding:.85rem 1rem;font-size:.78rem;display:flex}.ef-course-card__bar{border-radius:0 0 var(--ef-radius) var(--ef-radius);background:#e2e8f0;height:4px;overflow:hidden}.ef-course-card__bar span{background:linear-gradient(90deg,#14b8a6,#0d9488);border-radius:0 2px 2px 0;height:100%;display:block}.ef-login{grid-template-columns:minmax(0,2fr) minmax(0,3fr);min-height:100%;display:grid}@media (width<=900px){.ef-login{grid-template-columns:1fr}.ef-login__hero{min-height:220px}}.ef-login__hero{background-color:#0f2744;background-image:linear-gradient(120deg, #0f2744eb, #0f766e8c), var(--ef-login-hero-image,url(https://images.unsplash.com/photo-1523240795612-9a054b0db644?w=1200&q=80));color:#fff;background-position:50%;background-size:cover;flex-direction:column;justify-content:space-between;padding:2.5rem 2.25rem;display:flex;position:relative}.ef-login__hero:after{content:"";border-radius:var(--ef-radius);pointer-events:none;opacity:.35;border:1px solid #ffffff1f;position:absolute;inset:12%}.ef-login__logo{z-index:1;align-items:center;gap:.65rem;display:flex;position:relative}.ef-login__logo-icon{border-radius:var(--ef-radius);background:#ffffff26;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ef-login__logo span{font-family:var(--ef-font-brand);letter-spacing:.01em;font-size:1.4rem;font-weight:500;line-height:1.15}.ef-login__tagline{z-index:1;opacity:.95;max-width:22rem;margin-top:2rem;font-size:1rem;line-height:1.55;position:relative}.ef-login__stats{z-index:1;gap:2.5rem;margin-top:auto;padding-top:2rem;display:flex;position:relative}.ef-login__stats strong{font-family:Fraunces,Georgia,serif;font-size:1.75rem;font-weight:700;display:block}.ef-login__stats span{opacity:.85;font-size:.85rem}.ef-login__panel{background:var(--ef-white);justify-content:center;align-items:center;padding:2.5rem 1.5rem;display:flex}.ef-login__form-wrap{width:100%;max-width:400px}.ef-login__panel-brand{border-bottom:1px solid var(--ef-border);margin-bottom:1.75rem;padding-bottom:1.75rem}.ef-login__panel-logo{object-fit:contain;object-position:left center;width:auto;max-width:min(10rem,100%);height:auto;max-height:2.5rem;display:block}.ef-login__form-wrap h1{color:var(--ef-navy);margin:0;font-size:1.75rem}.ef-login__form-wrap>p{color:var(--ef-muted);margin:.5rem 0 1.5rem;font-size:.95rem}.ef-segment{background:#f1f5f9;border-radius:10px;margin-bottom:1.5rem;padding:4px;display:flex}.ef-segment button{cursor:pointer;color:var(--ef-muted);background:0 0;border:none;border-radius:8px;flex:1;padding:.55rem;font-size:.88rem;font-weight:600}.ef-segment button.ef-segment--active{background:var(--ef-white);color:var(--ef-navy);box-shadow:0 1px 3px #0f172a14}.ef-field{margin-bottom:1rem}.ef-field__row{justify-content:space-between;align-items:center;margin-bottom:.35rem;display:flex}.ef-field label{color:var(--ef-text);font-size:.82rem;font-weight:600}.ef-field a{color:var(--ef-teal);font-size:.8rem;font-weight:600}.ef-field a:hover{text-decoration:underline}.ef-input-wrap{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);background:#fafafa;align-items:center;gap:.5rem;padding:.65rem .85rem;display:flex}.ef-input-wrap:focus-within{border-color:var(--ef-teal);background:var(--ef-white);box-shadow:0 0 0 3px var(--ef-teal-mint)}.ef-input-wrap input{background:0 0;border:none;outline:none;flex:1;min-width:0}.ef-login__submit{width:100%;margin-top:.25rem;padding:.85rem;font-size:.95rem}.ef-spinner--btn{border-width:2px;flex-shrink:0;width:1.125rem;height:1.125rem}.ef-btn--primary .ef-spinner--btn{border-color:#fff #ffffff59 #ffffff59}.ef-login__divider{color:var(--ef-muted);align-items:center;gap:1rem;margin:1.5rem 0 1rem;font-size:.82rem;display:flex}.ef-login__divider:before,.ef-login__divider:after{content:"";background:var(--ef-border);flex:1;height:1px}.ef-social-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.ef-social-btn{border-radius:var(--ef-radius-sm);border:1px solid var(--ef-border);background:var(--ef-white);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:.65rem;font-size:.85rem;font-weight:600;display:flex}.ef-social-btn:hover{background:#f8fafc}.ef-login__footer{text-align:center;color:var(--ef-muted);margin-top:1.5rem;font-size:.88rem}.ef-login__footer a{color:var(--ef-teal);font-weight:700}.ef-login__footer a:hover{text-decoration:underline}.ef-login__error{color:#b91c1c;margin:0 0 .75rem;font-size:.85rem}.ef-login__info{color:var(--ef-muted);margin:0 0 .75rem;font-size:.85rem}.ef-login__otp-sent{color:var(--ef-muted);margin:0 0 1rem;font-size:.88rem;line-height:1.5}.ef-login__otp-sent strong{color:var(--ef-navy)}.ef-login__change-email{color:var(--ef-teal);cursor:pointer;background:0 0;border:none;margin-top:.35rem;padding:0;font-size:.85rem;font-weight:600;display:block}.ef-login__change-email:hover{text-decoration:underline}.ef-login__otp-input{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);letter-spacing:.35em;text-align:center;font-variant-numeric:tabular-nums;width:100%;padding:.85rem 1rem;font-size:1.35rem;font-weight:600}.ef-login__otp-input:focus{border-color:var(--ef-teal);box-shadow:0 0 0 3px var(--ef-teal-mint);outline:none}.ef-login__resend{text-align:center;color:var(--ef-muted);margin-top:1rem;font-size:.88rem}.ef-login__resend-btn{vertical-align:middle;align-items:center;gap:.4rem;display:inline-flex}.ef-login__resend-spinner{border-width:1.5px;border-color:#0f766e40;border-top-color:var(--ef-teal);width:.75rem;height:.75rem}.ef-segment button:disabled{opacity:.55;cursor:not-allowed}.ef-builder-head{margin-bottom:1.25rem}.ef-breadcrumb{color:var(--ef-muted);margin-bottom:.35rem;font-size:.8rem}.ef-breadcrumb span{color:#cbd5e1;margin:0 .35rem}.ef-builder-head__row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.ef-builder-head__title-wrap{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.ef-builder-head h1{color:var(--ef-navy);margin:0;font-family:Fraunces,Georgia,serif;font-size:1.85rem;font-weight:700}.ef-builder-head__actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.ef-builder-revisions{margin-bottom:1rem}.ef-builder-revisions__body{padding:.75rem 1rem 1rem}.ef-builder-revisions__meta span{color:var(--ef-muted);font-size:.8rem}.ef-course-revisions{margin-bottom:0}.ef-page--directory-form .ef-course-revisions .ef-course-revisions__body{padding:.5rem 1.5rem 1.5rem}.ef-course-revisions__list,.ef-builder-revisions__list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.ef-course-revisions__item,.ef-builder-revisions__item{border:1px solid var(--ef-border);border-radius:var(--ef-radius);background:var(--ef-bg);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem .85rem;display:flex}.ef-course-revisions__meta,.ef-builder-revisions__meta{flex-direction:column;gap:.15rem;min-width:0;display:flex}.ef-course-revisions__meta strong,.ef-builder-revisions__meta strong{color:var(--ef-text);font-size:.92rem}.ef-course-revisions__meta span,.ef-builder-revisions__meta span{color:var(--ef-muted);font-size:.8rem}.ef-badge--warning{color:#92400e;background:#fef3c7}.ef-draft-pending-highlight{font-weight:700;font-size:inherit;letter-spacing:.01em;color:#92400e;background:#fef3c7;border-radius:999px;padding:.12rem .45rem;display:inline;box-shadow:inset 0 0 0 1px #92400e2e}.ef-badge.ef-draft-pending-highlight{letter-spacing:.02em;text-transform:uppercase;font-size:.7rem;display:inline-flex}.ef-badge--muted{color:var(--ef-muted);background:#f1f5f9}.ef-course-detail-hero{margin-bottom:1.25rem}.ef-course-detail-hero__surface{grid-template-rows:auto;grid-template-columns:13.75rem minmax(0,1fr);align-items:stretch;display:grid}.ef-course-detail-hero__thumb-wrap{border-radius:calc(var(--ef-radius) - 1px) 0 0 calc(var(--ef-radius) - 1px);background:#e2e8f0;flex-shrink:0;grid-area:1/1;align-self:stretch;width:13.75rem;height:auto;min-height:0;position:relative;overflow:hidden}.ef-course-detail-hero__thumb-wrap .ef-course-card__thumb,.ef-course-detail-hero__thumb-wrap .ef-course-thumb-placeholder{object-fit:cover;object-position:center;width:100%;height:100%;margin:0;position:absolute;inset:0}.ef-course-detail-hero__thumb-wrap .ef-course-thumb-placeholder{justify-content:center;align-items:center;display:flex}.ef-course-detail-hero__meta{text-transform:uppercase;letter-spacing:.04em;flex-wrap:wrap;align-items:center;gap:.35rem;margin:0 0 .25rem;font-size:.72rem;font-weight:700;display:flex}.ef-course-detail-hero__meta .ef-course-card__category{margin:0}.ef-course-detail-hero__meta-dot{color:#cbd5e1;font-weight:400}.ef-course-detail-hero__meta>span:last-child{color:var(--ef-muted);text-transform:none;letter-spacing:0;font-size:.8rem;font-weight:600}.ef-course-detail-hero__content{grid-area:1/2;justify-content:space-between;align-items:flex-start;gap:1rem;min-width:0;padding:1rem 1.25rem;display:flex}.ef-course-detail-hero__content .ef-course-card__body{flex:1;min-width:0;padding:0}.ef-course-detail-hero__title{color:var(--ef-navy);margin:.15rem 0 .35rem;font-family:Fraunces,Georgia,serif;font-size:1.55rem;font-weight:700;line-height:1.2}.ef-course-detail-hero__desc{-webkit-line-clamp:2;margin-top:.5rem}.ef-course-detail-hero__actions{flex-shrink:0;padding-top:.15rem}.ef-stat-card__value--sm{font-size:1.25rem}.ef-course-detail-curriculum{flex-direction:column;gap:.35rem;padding:1.25rem 1.5rem;display:flex}.ef-course-detail-curriculum__title{color:var(--ef-navy);margin:0;font-size:1.1rem;font-weight:700}.ef-course-detail-curriculum .ef-btn{align-self:flex-start;margin-top:.75rem}.ef-page--directory-form .ef-student-profile-dl__wide{grid-column:1/-1}.ef-course-detail-edit__thumb{border-bottom:1px solid var(--ef-border);background:#f8fafc;padding:1.25rem 1.5rem}.ef-course-detail-edit__label{text-transform:uppercase;letter-spacing:.04em;color:var(--ef-muted);margin:0 0 .85rem;font-size:.72rem;font-weight:700}.ef-page--directory-form .ef-student-profile-card .ef-course-detail-edit .ef-student-profile-form{margin:0;padding:1.25rem 1.5rem 1.5rem}.ef-course-detail-edit__fields{grid-template-columns:minmax(0,1.75fr) minmax(11rem,1fr);align-items:start;gap:1rem 1.25rem;display:grid}.ef-course-detail-edit__fields .ef-field{min-width:0;margin-bottom:0}.ef-course-detail-edit__fields .ef-field>span{margin-bottom:.35rem;display:block}.ef-course-detail-edit__fields .ef-input,.ef-course-detail-edit__fields select.ef-input{box-sizing:border-box;width:100%;min-height:2.75rem}.ef-course-detail-edit__description{margin-top:1rem}@media (width<=640px){.ef-course-detail-edit__fields{grid-template-columns:1fr}}.ef-course-detail-edit__error{margin:0 1.5rem 1.25rem}@media (width<=720px){.ef-course-detail-hero__surface{grid-template-rows:auto;grid-template-columns:1fr}.ef-course-detail-hero__thumb-wrap{aspect-ratio:16/9;border-radius:calc(var(--ef-radius) - 1px) calc(var(--ef-radius) - 1px) 0 0;grid-area:auto/1;align-self:auto;width:100%;height:auto;min-height:0}.ef-course-detail-hero__content{flex-direction:column;align-items:stretch}.ef-course-detail-hero__actions .ef-btn{justify-content:center;width:100%}}.ef-builder-save-status{white-space:nowrap;text-transform:none;letter-spacing:0;font-size:.82rem;font-weight:600}.ef-builder-save-status--success{color:var(--ef-success)}.ef-builder-save-status--muted{color:var(--ef-muted)}.ef-builder-save-status--error{color:#dc2626}.ef-card__head--udemy .ef-builder-save-status{font-size:.8rem}.ef-page--course-builder{--cb-accent-rgb:15 118 110;--cb-purple:var(--ef-teal);--cb-purple-hover:var(--ef-teal-hover);--cb-purple-border:#99d5cf;--cb-purple-soft:var(--ef-teal-soft);--builder-pad:1.75rem;padding:.85rem var(--builder-pad) 1.75rem;box-sizing:border-box;flex:1;width:100%;max-width:none;min-height:0}.ef-builder-layout{flex-direction:column;gap:1rem;width:100%;min-height:0;display:flex}.ef-builder-curriculum-full{width:100%}.ef-builder-curriculum-full .ef-card.ef-curriculum{max-height:min(420px,42vh)}.ef-builder-workspace{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:start;gap:1.25rem;width:100%;display:grid}@media (width<=1100px){.ef-builder-workspace{grid-template-columns:1fr}}.ef-builder-primary,.ef-builder-aside{flex-direction:column;gap:1rem;min-width:0;display:flex}.ef-builder-panel{border-radius:4px;box-shadow:0 1px 3px #1c1d1f14}.ef-card__head--builder-primary{text-transform:none;letter-spacing:0;color:#1c1d1f;background:#f7f9fa;border-bottom-color:#d1d7dc;font-size:.8125rem;font-weight:700}.ef-card__head-meta{color:#6a6f73;text-transform:none;letter-spacing:0;font-size:.75rem;font-weight:500}.ef-card__head--builder-aside{text-transform:none;letter-spacing:0;color:#1c1d1f;border-bottom:2px solid var(--cb-purple);background:var(--ef-teal-soft);font-size:.75rem;font-weight:700}.ef-builder-video-wrap{padding:1rem 1.25rem 1.15rem}.ef-video-card--builder{aspect-ratio:auto;border-radius:4px;min-height:220px;max-height:min(460px,52vh)}.ef-video-card--builder img{object-fit:cover;width:100%;height:auto;max-height:min(440px,50vh)}.ef-rte--builder{border:none;border-radius:0}.ef-rte--builder .ef-rte__toolbar{border-top:1px solid var(--ef-border)}.ef-rte__area--builder{min-height:200px}.ef-resources--builder{padding-top:.5rem}.ef-file-row--builder{color:#1c1d1f;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.ef-file-row__ic{color:#6a6f73;flex-shrink:0;display:flex}.ef-file-row__ic svg{display:block}.ef-drop--builder{border-color:var(--cb-purple-border);color:var(--cb-purple);background:var(--ef-teal-soft)}.ef-drop--builder:hover{border-color:var(--cb-purple);background:var(--ef-teal-mint)}.ef-config--builder{padding-top:.5rem}.ef-card{background:var(--ef-white);border:1px solid var(--ef-border);border-radius:var(--ef-radius);box-shadow:var(--ef-shadow);overflow:hidden}.ef-card__head{border-bottom:1px solid var(--ef-border);letter-spacing:.08em;text-transform:uppercase;color:var(--ef-muted);justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.72rem;font-weight:700;display:flex}.ef-card__head .ef-link-btn{font-size:.8rem}.ef-card.ef-curriculum{flex-direction:column;max-height:calc(100vh - 220px);display:flex;overflow:hidden}.ef-curriculum__list{background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);flex-direction:column;flex:1;gap:.5rem;min-height:0;padding:.65rem;display:flex;overflow-y:auto}.ef-mod{border:1px solid var(--ef-border);background:var(--ef-white);border-radius:10px;transition:border-color .15s,box-shadow .15s;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.ef-mod--open{border-color:#99d5cf;box-shadow:0 1px 2px #0f172a0a,0 0 0 1px #0d94881f}.ef-mod__head{cursor:pointer;width:100%;font:inherit;text-align:left;color:var(--ef-navy);background:0 0;border:none;align-items:center;gap:.25rem;padding:.55rem .5rem .55rem .35rem;display:flex}.ef-mod__head:hover{background:#fafbfc}.ef-mod__title{letter-spacing:-.01em;flex:1;min-width:0;font-size:.875rem;font-weight:600;line-height:1.35}.ef-mod__chev{width:28px;height:28px;color:var(--ef-muted);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}.ef-mod__head:hover .ef-mod__chev{color:var(--ef-text);background:#f1f5f9}.ef-mod__chev svg{transition:transform .2s}.ef-mod--open .ef-mod__chev svg{transform:rotate(-180deg)}.ef-mod__lessons{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;margin:0 .35rem .45rem;padding:.2rem .45rem .55rem}.ef-mod__add-row{border-top:1px dashed #cbd5e1;margin-top:.35rem;padding-top:.45rem}.ef-mod__add-btn{background:var(--ef-white);width:100%;font:inherit;color:var(--ef-teal);cursor:pointer;border:1px dashed #94a3b8;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.45rem .5rem;font-size:.78rem;font-weight:600;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.ef-mod__add-btn:hover{background:var(--ef-teal-mint);border-color:var(--ef-teal);color:var(--ef-teal-hover)}.ef-mod__add-btn svg{opacity:.9;flex-shrink:0}.ef-lesson{width:100%;font:inherit;text-align:left;color:var(--ef-text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:.35rem;margin-bottom:2px;padding:.35rem .4rem .35rem .2rem;transition:background .12s,border-color .12s;display:flex}.ef-lesson:last-child{margin-bottom:0}.ef-lesson:hover{background:var(--ef-white);border-color:#e2e8f0}.ef-lesson.ef-lesson--active{background:var(--ef-white);color:var(--ef-teal);border-color:#5eead4;font-weight:600;box-shadow:0 1px 3px #0d94881f}.ef-lesson__icon{width:28px;height:28px;color:var(--ef-muted);background:#e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ef-lesson__icon--video{color:var(--ef-teal);background:#ccfbf1}.ef-lesson__icon--doc{background:var(--ef-teal-soft);color:var(--ef-teal)}.ef-lesson.ef-lesson--active .ef-lesson__icon--video{background:var(--ef-teal-soft);color:var(--ef-teal-hover)}.ef-lesson.ef-lesson--active .ef-lesson__icon--doc{background:var(--ef-teal-mint);color:var(--ef-teal-hover)}.ef-lesson__label{flex:1;min-width:0;font-size:.8125rem;line-height:1.35}.ef-drag-handle{color:#94a3b8;cursor:grab;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;min-height:36px;margin-right:.1rem;transition:background .12s,color .12s;display:inline-flex}.ef-drag-handle:hover{color:#64748b;background:#e2e8f0}.ef-drag-handle:active{cursor:grabbing;color:#475569;background:#cbd5e1}.ef-drag-handle--compact{width:22px;min-height:32px;margin-right:0}.ef-drag-handle svg{opacity:.92;display:block}.ef-editor-stack{flex-direction:column;gap:1rem;display:flex}.ef-video-card{border-radius:var(--ef-radius-sm);aspect-ratio:16/9;background:#0f172a;position:relative;overflow:hidden}.ef-video-card img{object-fit:cover;opacity:.85;width:100%;height:100%}.ef-video-card__play{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ef-video-card__play button{cursor:pointer;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 8px 24px #00000040}.ef-video-card__meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:12px;left:12px;right:12px}.ef-video-card__name{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.78rem;overflow:hidden}.ef-chip{text-transform:uppercase;color:#5eead4;background:#14b8a640;border-radius:4px;padding:.2rem .45rem;font-size:.65rem;font-weight:700}.ef-upload-bar{border-radius:var(--ef-radius-sm);border:1px dashed var(--ef-border);background:#f8fafc;margin-top:.75rem;padding:.65rem .85rem}.ef-upload-bar__row{justify-content:space-between;align-items:center;margin-bottom:.35rem;font-size:.8rem;display:flex}.ef-upload-bar__row button{color:#dc2626;cursor:pointer;background:0 0;border:none;font-size:.78rem;font-weight:600}.ef-progress{background:#e2e8f0;border-radius:999px;height:6px;overflow:hidden}.ef-progress>span{background:var(--ef-teal);border-radius:999px;height:100%;transition:width .2s;display:block}.ef-rte{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);overflow:hidden}.ef-rte__toolbar{border-bottom:1px solid var(--ef-border);background:#f8fafc;flex-wrap:wrap;gap:.15rem;padding:.4rem .5rem;display:flex}.ef-rte__toolbar button{cursor:pointer;width:32px;height:32px;color:var(--ef-muted);background:0 0;border:none;border-radius:6px;font-size:.8rem;font-weight:700}.ef-rte__toolbar button:hover{color:var(--ef-text);background:#e2e8f0}.ef-rte__area{min-height:160px;color:var(--ef-text);padding:.85rem 1rem;font-size:.88rem;line-height:1.55}.ef-rte__area ul{margin:.5rem 0 0 1.1rem;padding:0}.ef-resources{padding:.75rem 1rem 1rem}.ef-file-row{border-bottom:1px solid var(--ef-border);align-items:center;gap:.5rem;padding:.5rem 0;font-size:.82rem;display:flex}.ef-file-row:last-of-type{border-bottom:none}.ef-drop{border-radius:var(--ef-radius-sm);text-align:center;color:var(--ef-teal);cursor:pointer;background:#fafafa;border:2px dashed #cbd5e1;margin-top:.75rem;padding:1rem;font-size:.82rem;font-weight:600}.ef-drop:hover{background:var(--ef-teal-mint);border-color:var(--ef-teal)}.ef-config{flex-direction:column;gap:1rem;padding:.75rem 1rem 1rem;display:flex}.ef-config__field label{text-transform:uppercase;letter-spacing:.05em;color:var(--ef-muted);margin-bottom:.35rem;font-size:.72rem;font-weight:700;display:block}.ef-toggle-row{justify-content:space-between;align-items:center;font-size:.88rem;font-weight:500;display:flex}.ef-switch{cursor:pointer;background:#e2e8f0;border:none;border-radius:999px;width:44px;height:24px;padding:0;transition:background .15s;position:relative}.ef-switch:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.ef-switch--on{background:var(--ef-teal)}.ef-switch--on:after{transform:translate(20px)}.ef-curriculum--udemy{--cb-accent-rgb:15 118 110;--cb-purple:var(--ef-teal);--cb-purple-hover:var(--ef-teal-hover);--cb-purple-border:#99d5cf;--cb-purple-soft:var(--ef-teal-soft);--cb-border:#d1d7dc;--cb-section-bg:#f7f9fa;--cb-locked-bg:#fffbeb;--cb-locked-head:#fef3c7;--cb-locked-border:#fcd34d;--cb-text:#1c1d1f}.ef-card__head--udemy{border-bottom-color:var(--cb-border)}.cb-curriculum-scroll{background:#fff;flex-direction:column;flex:1;gap:.75rem;min-height:0;padding:.75rem .85rem 1rem;display:flex;overflow-y:auto}.cb-section{border:1px solid var(--cb-border);background:var(--cb-section-bg);border-radius:4px;overflow:hidden}.cb-section--locked{border-color:var(--cb-locked-border);background:var(--cb-locked-bg)}.cb-section--locked .cb-section__head{background:var(--cb-locked-head);border-bottom-color:var(--cb-locked-border)}.cb-section--locked .cb-section__body{background:var(--cb-locked-bg)}.cb-section__head{border-bottom:1px solid var(--cb-border);background:#ecefef;justify-content:space-between;align-items:center;gap:.5rem;padding:.65rem .75rem;display:flex}.cb-section__head-main{min-width:0;color:var(--cb-text);flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.875rem;display:flex}.cb-section__num{font-weight:700}.cb-section__file-ic{color:#6a6f73;display:flex}.cb-section__file-ic svg{display:block}.cb-section__title{font-weight:600}.cb-section__title-input{border:1px solid rgb(var(--cb-accent-rgb) / .45);min-width:0;max-width:min(100%,28rem);font:inherit;color:var(--cb-text);background:#fff;border-radius:4px;flex:1;padding:.2rem .45rem;font-size:.875rem;font-weight:600}.cb-section__title-input:focus{border-color:var(--cb-purple);box-shadow:0 0 0 2px rgb(var(--cb-accent-rgb) / .12);outline:none}.cb-lock-toggle{color:var(--ef-muted)}.cb-lock-toggle:hover:not(:disabled){color:var(--ef-navy);background:#f1f5f9}.cb-lock-toggle:disabled{opacity:.5;cursor:not-allowed}.cb-lecture__lock{color:var(--ef-muted);cursor:pointer;border-radius:var(--ef-radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;display:inline-flex}.cb-lecture__lock:hover:not(:disabled){color:var(--ef-navy);background:#f1f5f9}.cb-section__head-actions{flex-shrink:0;align-items:center;gap:.15rem;display:flex}.cb-icon-btn{color:#6a6f73;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.cb-icon-btn:hover:not(:disabled){color:var(--cb-text);background:#fffc}.cb-icon-btn:disabled{opacity:.35;cursor:not-allowed}.cb-section__drag{color:#9aa1a6;cursor:grab;justify-content:center;align-items:center;width:32px;height:32px;margin-left:.15rem;display:flex}.cb-section__drag:active{cursor:grabbing}.cb-section__chev{color:#6a6f73;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.cb-section__chev:hover{color:var(--cb-text);background:#f1f1f1}.cb-section__chev svg{transition:transform .2s}.cb-section__chev--open svg{transform:rotate(-180deg)}.cb-section__body{flex-direction:column;gap:.5rem;padding:.65rem .75rem .75rem;display:flex}.cb-lecture{border-radius:2px}.cb-lecture__row{border:1px solid var(--cb-border);background:#fff;border-radius:2px;align-items:stretch;gap:.35rem;padding:.35rem .45rem .35rem .35rem;display:flex}.cb-lecture--locked .cb-lecture__row{background:var(--cb-locked-bg);border-color:var(--cb-locked-border)}.cb-lecture--locked.cb-lecture--expanded{box-shadow:0 0 0 1px var(--cb-locked-border)}.cb-check{color:#9aa1a6;cursor:pointer;background:0 0;border:none;border-radius:2px;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:36px;display:flex}.cb-check:hover{background:var(--cb-purple-soft);color:var(--cb-purple)}.cb-check--done{color:var(--cb-purple)}.cb-lecture__drag-handle{color:#94a3b8;cursor:grab;touch-action:none;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:36px;margin:0 .1rem;padding:0;display:flex}.cb-lecture__drag-handle:hover{color:#64748b;background:#f1f5f9}.cb-lecture__drag-handle:active{cursor:grabbing}.cb-lecture__drag-handle svg{display:block}.cb-lecture__main{border-radius:2px;flex-wrap:nowrap;flex:1;align-items:center;gap:.15rem;min-width:0;display:flex}.cb-lecture__main--inline{padding:0}.cb-lecture__main-trigger-wrap{flex:1;align-items:center;gap:.35rem;min-width:0;display:flex}.cb-lecture__main-trigger-wrap .cb-lecture__main-trigger{flex:1;min-width:0}.cb-lecture__main-trigger-wrap--editing .cb-lecture__main-trigger{flex:0 auto}.cb-lecture__main-trigger{font:inherit;text-align:left;color:var(--cb-text);cursor:pointer;background:0 0;border:none;border-radius:2px;flex-wrap:wrap;align-items:center;gap:.35rem;padding:.35rem .25rem;font-size:.875rem;display:flex}.cb-lecture__main-trigger:hover{background:#fafafa}.cb-lecture__main--active .cb-lecture__main-trigger{background:var(--cb-purple-soft);box-shadow:inset 0 0 0 1px rgb(var(--cb-accent-rgb) / .2)}.cb-lecture__prefix{font-weight:700}.cb-lecture__type-ic{color:#6a6f73;display:flex}.cb-lecture__main--active .cb-lecture__type-ic{color:var(--cb-purple)}.cb-lecture__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:2rem;font-weight:500;overflow:hidden}.cb-lecture__name-input{border:1px solid rgb(var(--cb-accent-rgb) / .45);min-width:4rem;font:inherit;color:var(--cb-text);background:#fff;border-radius:4px;flex:1;padding:.28rem .45rem;font-size:.875rem;font-weight:500}.cb-lecture__name-input:focus{border-color:var(--cb-purple);box-shadow:0 0 0 2px rgb(var(--cb-accent-rgb) / .12);outline:none}.cb-lecture__post-name-actions{opacity:0;flex-shrink:0;align-items:center;padding-right:.15rem;transition:opacity .15s;display:inline-flex}.cb-lecture__row--inline:hover .cb-lecture__post-name-actions,.cb-lecture__post-name-actions:focus-within{opacity:1}.cb-lecture__edit-name{color:#6a6f73;cursor:pointer;background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.cb-lecture__edit-name:hover{background:var(--ef-teal-soft);color:var(--cb-purple)}.cb-lecture__edit-name svg{width:14px;height:14px;display:block}.cb-lecture__tools{flex-shrink:0;align-self:center;align-items:center;gap:.2rem;display:flex}.cb-btn-purple{border:1px solid var(--cb-purple);font:inherit;color:var(--cb-purple);cursor:pointer;white-space:nowrap;background:#fff;border-radius:2px;padding:.4rem .65rem;font-size:.8125rem;font-weight:700;transition:background .12s,color .12s,border-color .12s}.cb-btn-purple:hover{background:var(--cb-purple-soft);border-color:var(--cb-purple-hover);color:var(--cb-purple-hover)}.cb-lecture__chev{color:#6a6f73;cursor:pointer;background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.cb-lecture__chev:hover{background:#f1f1f1}.cb-lecture__remove{color:#6a6f73;cursor:pointer;background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .12s,color .12s;display:flex}.cb-lecture__remove:hover{color:#b91c1c;background:#fce8e6}.cb-lecture__remove svg{width:15px;height:15px}.cb-lecture__chev svg{transition:transform .2s}.cb-lecture--expanded .cb-lecture__chev svg{transform:rotate(-180deg)}.cb-content-picker{background:#fff;border:1px dashed #6a6f73;border-radius:2px;margin-top:.45rem;padding:.65rem .75rem .75rem 2.25rem;position:relative}.cb-content-picker__close{color:#6a6f73;cursor:pointer;background:0 0;border:none;border-radius:2px;width:28px;height:28px;font-size:1.25rem;line-height:1;position:absolute;top:.45rem;left:.5rem}.cb-content-picker__close:hover{color:var(--cb-text);background:#f1f1f1}.cb-content-picker__rail{flex-wrap:wrap;align-items:center;gap:.35rem .75rem;display:flex}.cb-content-picker__link{font:inherit;color:var(--cb-purple);cursor:pointer;background:0 0;border:none;flex-wrap:wrap;align-items:center;gap:.35rem;padding:.2rem 0;font-size:.8125rem;font-weight:700;display:inline-flex}.cb-content-picker__link:hover:not(:disabled){color:var(--cb-purple-hover);text-decoration:underline}.cb-content-picker__link:disabled,.cb-content-picker__link--muted{color:#9aa1a6;cursor:not-allowed;text-decoration:none}.cb-content-picker__plus{font-weight:800}.cb-content-picker__badge{text-transform:uppercase;letter-spacing:.03em;color:#1e3937;background:#acd2ce;border-radius:999px;padding:.12rem .4rem;font-size:.65rem;font-weight:700;display:inline-block}.cb-btn-curriculum{border:1px solid var(--cb-purple);width:100%;font:inherit;color:var(--cb-purple);cursor:pointer;background:#fff;border-radius:2px;justify-content:center;align-self:stretch;align-items:center;margin-top:.15rem;padding:.55rem .75rem;font-size:.8125rem;font-weight:700;display:flex}.cb-btn-curriculum:hover{background:var(--cb-purple-soft)}.cb-btn-section{border:1px solid var(--cb-purple);font:inherit;color:var(--cb-purple);cursor:pointer;background:#fff;border-radius:2px;align-self:flex-start;padding:.5rem .85rem;font-size:.8125rem;font-weight:700}.cb-btn-section:hover{background:var(--cb-purple-soft)}.ef-page--course-builder-inline .ef-builder-curriculum-full .ef-card.ef-curriculum,.ef-curriculum--inline{max-height:none}.cb-lecture--inline.cb-lecture--expanded .cb-lecture__row{border-bottom:none;border-bottom-right-radius:0;border-bottom-left-radius:0}.cb-lecture--inline.cb-lecture--expanded{border-radius:2px;box-shadow:0 1px #1c1d1f0f}.cb-lecture__row--inline{align-items:center}.cb-lecture__tools{flex-wrap:wrap;justify-content:flex-end}.cb-lecture__tab{text-align:right;width:100%;color:var(--cb-purple);margin-right:auto;padding-right:.5rem;font-size:.75rem;font-weight:700}@media (width>=720px){.cb-lecture__tab{text-align:right;flex:1;width:auto;margin-right:0}}.cb-lecture__type-ic svg{width:14px;height:14px;display:block}.cb-lecture__body{border:1px solid var(--cb-border);background:#fff;border-top:none;border-radius:0 0 2px 2px;padding:.75rem .85rem .85rem}.cb-type-picker__hint{color:#3e4143;max-width:52rem;margin:0 0 1rem;font-size:.8125rem;line-height:1.5}.cb-type-picker__hint a{color:var(--cb-purple);font-weight:700;text-decoration:none}.cb-type-picker__hint a:hover{text-decoration:underline}.cb-type-picker__tiles{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;display:grid}.cb-type-tile{border:1px solid var(--cb-border);cursor:pointer;min-height:120px;font:inherit;color:var(--cb-text);background:#f7f9fa;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;padding:1rem .75rem;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.cb-type-tile:hover{border-color:var(--cb-purple);background:var(--cb-purple-soft);box-shadow:0 2px 8px rgb(var(--cb-accent-rgb) / .12)}.cb-type-tile__ic{color:#6a6f73;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.cb-type-tile__ic svg{width:28px;height:28px}.cb-type-tile__ic--lg svg{width:40px;height:40px}.cb-type-tile__label{text-align:center;font-size:.8125rem;font-weight:700;line-height:1.3}.cb-video-upload{text-align:center;background:#fafbfc;border:1px dashed #9aa1a6;border-radius:4px;padding:1.25rem 1rem}.cb-video-upload__title{color:var(--cb-text);margin:0 0 .35rem;font-size:.9375rem;font-weight:700}.cb-video-upload__hint{color:#6a6f73;max-width:36rem;margin:0 auto 1rem;font-size:.8125rem;line-height:1.45}.cb-video-upload__input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.cb-video-upload__label{cursor:pointer;justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:hidden}.cb-video-upload__label--busy{cursor:wait;opacity:.95}.cb-video-upload__label-text{z-index:1;position:relative}.cb-video-upload__progress-fill{width:var(--upload-progress,0%);pointer-events:none;background:#ffffff47;transition:width .12s ease-out;position:absolute;top:0;bottom:0;left:0}.cb-video-upload__replace-label.is-uploading{cursor:wait;opacity:.85}.cb-article-preview-row{justify-content:flex-end;margin-bottom:.65rem;display:flex}.cb-preview-modal__meta{color:var(--ef-muted);margin:0 0 1rem;font-size:.875rem}.cb-preview-video-wrap{flex-direction:column;gap:.75rem;display:flex}.cb-preview-video__frame{aspect-ratio:16/9;border-radius:var(--ef-radius-sm);background:#0f172a;width:100%;max-height:min(70vh,720px);position:relative;overflow:hidden}.cb-preview-video__frame .cb-preview-video__player{border:none;width:100%;height:100%;display:block;position:absolute;inset:0}.cb-preview-video__player{border-radius:var(--ef-radius-sm);max-width:100%;overflow:hidden}.cb-preview-article{max-height:min(60vh,520px);padding:.25rem 0;overflow-y:auto}.cb-preview-modal__description{border-top:1px solid var(--ef-border);margin-top:.5rem;padding-top:1rem}.cb-preview-modal__description h3{margin:0 0 .35rem;font-size:.9rem;font-weight:700}.cb-preview-modal__description p{color:var(--ef-text);margin:0;font-size:.9rem;line-height:1.55}.cb-video-upload__replace{margin-top:.5rem}.cb-video-upload__replace-label{margin-top:0}.cb-video-upload__or{letter-spacing:.04em;text-transform:uppercase;color:var(--ef-muted);text-align:center;margin:.35rem 0;font-size:.8125rem;font-weight:600}.cb-video-upload__library-btn:disabled{opacity:.55;cursor:not-allowed}.cb-video-upload__replace-sep{color:var(--ef-muted);margin:0 .35rem}.ef-modal__head{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.ef-modal__head h2{color:var(--ef-text);margin:0;font-size:1.125rem;font-weight:700;line-height:1.3}.ef-video-library-modal{flex-direction:column;max-height:min(80vh,40rem);padding:0;display:flex;overflow:hidden}.ef-video-library-modal__head{margin-bottom:0;padding:1.25rem 1.25rem 0}.ef-video-library-modal__toolbar{border-bottom:1px solid var(--ef-border);background:var(--ef-teal-soft);flex-wrap:wrap;align-items:center;gap:.75rem 1rem;padding:.75rem 1.25rem;display:flex}.ef-video-library-modal__toolbar .ef-media-library__search{flex:1;min-width:min(100%,14rem);max-width:none}.ef-video-library-modal__count{color:var(--ef-muted);font-size:.8125rem}.ef-video-library-modal__body{flex:1;min-height:0;padding:.85rem 1.25rem 1.25rem;overflow:auto}.ef-video-library-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.ef-video-library-list__item{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);background:var(--ef-white);text-align:left;cursor:pointer;align-items:center;gap:.85rem;width:100%;padding:.7rem .85rem;transition:border-color .15s,background .15s;display:flex}.ef-video-library-list__item:hover{background:var(--ef-teal-mint);border-color:#0f766e47}.ef-video-library-list__item:focus-visible{outline:2px solid var(--ef-teal);outline-offset:2px}.ef-media-video-thumb{aspect-ratio:16/9;border-radius:var(--ef-radius-sm);background:var(--ef-teal-soft);width:4.5rem;color:var(--ef-teal);flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.ef-media-video-thumb img{object-fit:cover;width:100%;height:100%}.ef-media-video-thumb svg{width:1.15rem;height:1.15rem}.ef-video-library-list__content{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.ef-video-library-list__name{color:var(--ef-text);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:600;overflow:hidden}.ef-video-library-list__meta{color:var(--ef-muted);font-size:.8125rem}.ef-video-library-list__item .ef-media-library__status{flex-shrink:0}.ef-video-library-modal__footer{border-top:1px solid var(--ef-border);background:var(--ef-white);padding:.65rem 1.25rem 1rem}.ef-video-library-modal__footer .ef-pagination{border-top:none;margin-top:0;padding-top:0}@media (width<=540px){.ef-video-library-list__item{flex-wrap:wrap}.ef-video-library-list__item .ef-media-library__status{margin-left:5.35rem}}.ef-media-library__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.ef-media-library__head h1{margin:0 0 .35rem}.ef-media-library__actions{flex-wrap:wrap;gap:.5rem;display:flex}.ef-media-library__upload-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ef-media-library__toolbar{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:1.25rem;display:flex}.ef-media-library__search{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);background:#fff;flex:1;align-items:center;gap:.55rem;min-width:min(100%,18rem);max-width:28rem;padding:.6rem .85rem;display:flex}.ef-media-library__search svg{width:1rem;height:1rem;color:var(--ef-muted);flex-shrink:0}.ef-media-library__search input{width:100%;font:inherit;color:var(--ef-text);background:0 0;border:none;outline:none}.ef-media-library__count{color:var(--ef-muted);font-size:.875rem}.ef-media-library__loading{min-height:16rem;color:var(--ef-teal);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.ef-media-library__loading .ef-spinner{border-color:#0f766e26;border-top-color:var(--ef-teal)}.ef-media-library__empty{border:1px dashed var(--ef-border);border-radius:var(--ef-radius);text-align:center;color:var(--ef-text);flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1.5rem;display:flex}.ef-media-library__empty svg{width:2.5rem;height:2.5rem;color:var(--ef-muted)}.ef-media-library__table-wrap{border:1px solid var(--ef-border);border-radius:var(--ef-radius);background:#fff;overflow-x:auto}.ef-media-library__table{border-collapse:collapse;width:100%;font-size:.875rem}.ef-media-library__table th,.ef-media-library__table td{text-align:left;vertical-align:middle;border-bottom:1px solid var(--ef-border);padding:.85rem 1rem}.ef-media-library__table th{letter-spacing:.04em;text-transform:uppercase;color:var(--ef-muted);background:#f8fafcd9;font-size:.75rem;font-weight:700}.ef-media-library__table tbody tr:last-child td{border-bottom:none}.ef-media-library__table tbody tr:hover{background:var(--ef-teal-soft)}.ef-media-library__link{color:inherit;flex-direction:row;align-items:center;gap:.75rem;min-width:0;text-decoration:none;display:flex}.ef-media-library__link-text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.ef-media-library__link strong{color:var(--ef-text);-webkit-line-clamp:2;line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;max-width:18rem;display:-webkit-box;overflow:hidden}.ef-media-library__link:hover strong{color:var(--ef-teal)}.ef-media-library__link:hover .ef-media-library__link-id{color:var(--ef-teal-hover)}.ef-media-library__link-id{color:var(--ef-muted);text-overflow:ellipsis;white-space:nowrap;max-width:16rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;overflow:hidden}.ef-media-library__status{letter-spacing:.03em;text-transform:uppercase;color:var(--ef-text);background:#0f172a14;border-radius:999px;align-items:center;gap:.4rem;padding:.15rem .45rem;font-size:.6875rem;font-weight:700;display:inline-flex}.ef-media-library__status--ready{color:#15803d;background:#16a34a1f}.ef-media-library__status--error{color:#b91c1c;background:#dc26261f}.ef-media-library__status--uploading{color:#b45309;background:#d977061f}.ef-media-library__status--uploading .ef-spinner--inline{border-color:#b45309 #d9770640 #d9770640}.ef-media-library__table-action{text-align:right;width:3rem}.ef-media-library__open{width:2rem;height:2rem;color:var(--ef-muted);border-radius:999px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.ef-media-library__open:hover{background:var(--ef-teal-soft);color:var(--ef-teal)}.ef-media-detail__back{color:var(--ef-muted);align-items:center;gap:.35rem;margin-bottom:1rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.ef-media-detail__back:hover{color:var(--ef-teal)}.ef-media-detail__loading{min-height:32vh;color:var(--ef-teal);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.ef-media-detail__loading .ef-spinner{border-color:#0f766e26;border-top-color:var(--ef-teal)}.ef-media-detail__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.ef-media-detail__head-main{flex:1;min-width:0;max-width:calc(100% - 6rem)}.ef-media-detail__title{-webkit-line-clamp:2;line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;margin:0 0 .35rem;display:-webkit-box;overflow:hidden}.ef-media-detail__filename{-webkit-line-clamp:2;line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ef-media-detail__uid{color:var(--ef-muted);word-break:break-all;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8125rem}.ef-media-detail__status{letter-spacing:.03em;text-transform:uppercase;color:var(--ef-text);background:#0f172a14;border-radius:999px;align-items:center;gap:.45rem;padding:.25rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.ef-media-detail__status--ready{color:#15803d;background:#16a34a1f}.ef-media-detail__status--error{color:#b91c1c;background:#dc26261f}.ef-media-detail__status--uploading{color:#b45309;background:#d977061f}.ef-media-detail__status--uploading .ef-spinner--inline{border-color:#b45309 #d9770640 #d9770640}.ef-media-detail__processing-note{align-items:center;gap:.5rem;margin:-.35rem 0 1rem;font-size:.875rem;display:flex}.ef-media-detail__processing-note .ef-spinner--inline{border-color:#0f766e26;border-top-color:var(--ef-teal)}.ef-media-detail__layout{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:start;gap:1.25rem;display:grid}.ef-media-detail__preview-wrap{flex-direction:column;gap:.75rem;display:flex}.ef-media-detail__preview{aspect-ratio:16/9;border:1px solid var(--ef-border);border-radius:var(--ef-radius);background:#0f172a;overflow:hidden}.ef-media-detail__preview img{object-fit:cover;width:100%;height:100%;display:block}.ef-media-detail__player{border:none;width:100%;height:100%;min-height:100%}.ef-media-detail__preview-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ef-media-detail__preview-actions .ef-btn{gap:.4rem}.ef-media-detail__preview-placeholder{width:100%;height:100%;min-height:12rem;color:var(--ef-muted);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.ef-media-detail__preview-placeholder svg{width:2.5rem;height:2.5rem}.ef-media-detail__panel{border:1px solid var(--ef-border);border-radius:var(--ef-radius);background:#fff;flex-direction:column;gap:1rem;padding:1rem 1.1rem;display:flex}.ef-media-detail__meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1rem;margin:0;display:grid}.ef-media-detail__meta dt{letter-spacing:.04em;text-transform:uppercase;color:var(--ef-muted);margin:0 0 .15rem;font-size:.6875rem;font-weight:700}.ef-media-detail__meta dd{color:var(--ef-text);margin:0;font-size:.9375rem}.ef-media-detail__meta-wide{grid-column:1/-1}.ef-media-detail__usage h2{margin:0 0 .5rem;font-size:.9375rem}.ef-media-detail__usage ul{flex-direction:column;gap:.35rem;margin:0 0 .65rem;padding:0;list-style:none;display:flex}.ef-media-detail__usage a{color:var(--ef-teal);font-size:.875rem;text-decoration:none}.ef-media-detail__usage a:hover{color:var(--ef-teal-hover);text-decoration:underline}.ef-media-detail__usage-static{color:var(--ef-text);cursor:default;font-size:.875rem}.ef-media-detail__unused{margin:0}.ef-media-detail__actions{border-top:1px solid var(--ef-border);margin-top:auto;padding-top:.5rem}.ef-media-detail__actions .ef-btn{gap:.4rem}@media (width<=900px){.ef-media-detail__layout{grid-template-columns:1fr}}@media (width<=640px){.ef-media-library__table th:nth-child(3),.ef-media-library__table td:nth-child(3),.ef-media-library__table th:nth-child(5),.ef-media-library__table td:nth-child(5){display:none}.ef-media-detail__meta{grid-template-columns:1fr}}.ef-page--analytics{max-width:none;padding-top:0;padding-left:0;padding-right:0}.ef-analytics-hero{color:#fff;background:linear-gradient(135deg,#0f2744 0%,#152f4d 55%,#1a365d 100%);margin-bottom:1.5rem;padding:1.75rem 2rem 2rem}.ef-analytics-hero__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem 1.5rem;margin-bottom:1.5rem;display:flex}.ef-analytics-hero__head h1{color:#fff;margin:0;font-size:1.65rem;font-weight:700}.ef-analytics-hero__head p{color:#ffffffb8;margin:.35rem 0 0;font-size:.92rem}.ef-analytics-hero__actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.ef-analytics-period{border-radius:var(--ef-radius);color:#fff;background:#ffffff14;border:1px solid #ffffff24;align-items:center;gap:.45rem;padding:.45rem .75rem;display:inline-flex}.ef-analytics-period select{color:inherit;cursor:pointer;background:0 0;border:none;outline:none;font-size:.875rem;font-weight:600}.ef-btn--hero{color:var(--ef-navy);background:#fff;border:none}.ef-btn--hero:hover{background:var(--ef-teal-soft);color:var(--ef-teal-hover)}.ef-analytics-hero__metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.ef-analytics-metric{border:1px solid var(--ef-border);border-radius:var(--ef-radius);min-height:7.5rem;box-shadow:var(--ef-shadow);color:var(--ef-text);background:#fff;flex-direction:column;gap:.35rem;padding:1rem 1.1rem;display:flex}.ef-analytics-metric__label{letter-spacing:.05em;text-transform:uppercase;color:var(--ef-muted);font-size:.72rem;font-weight:700}.ef-analytics-metric strong{color:var(--ef-navy);font-size:1.75rem;line-height:1.1}.ef-analytics-metric small{color:var(--ef-muted);font-size:.78rem}.ef-analytics-metric--donut{min-height:auto}.ef-analytics-metric--donut .ef-analytics-donut{margin-top:.15rem}.ef-analytics-grid{grid-template-columns:minmax(0,1.65fr) minmax(280px,.85fr);gap:1rem;margin-bottom:1rem;padding:0 2rem;display:grid}.ef-analytics-card{border:1px solid var(--ef-border);border-radius:var(--ef-radius);box-shadow:var(--ef-shadow);background:#fff;padding:1.15rem 1.25rem 1.25rem}.ef-analytics-card--table,.ef-analytics-card+.ef-analytics-card{margin:0 2rem 1rem}.ef-analytics-card__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem 1rem;margin-bottom:1rem;display:flex}.ef-analytics-card__head h2{color:var(--ef-navy);margin:0;font-size:1.05rem}.ef-analytics-card__head p{color:var(--ef-muted);margin:.25rem 0 0;font-size:.84rem}.ef-analytics-engage-filters{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);background:#f8fafc;grid-template-columns:minmax(12rem,1.5fr) minmax(9rem,.8fr) minmax(9rem,.8fr);align-items:end;gap:.75rem 1rem;margin:-.35rem 0 1rem;padding:.9rem 1rem;display:grid}.ef-analytics-engage-filters__field{flex-direction:column;gap:.35rem;min-width:0;display:flex}.ef-analytics-engage-filters__label{letter-spacing:.04em;text-transform:uppercase;color:var(--ef-muted);font-size:.72rem;font-weight:600}.ef-analytics-engage-filters__input-wrap{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);background:#fff;align-items:center;gap:.45rem;min-height:2.5rem;padding:0 .75rem;display:flex}.ef-analytics-engage-filters__input-wrap input{background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.875rem}.ef-analytics-engage-filters__field .ef-input{width:100%;min-height:2.5rem}.ef-analytics-card__link{color:var(--ef-teal);margin-top:1rem;font-size:.84rem;font-weight:600;text-decoration:none;display:inline-flex}.ef-analytics-card__link:hover{color:var(--ef-teal-hover);text-decoration:underline}.ef-analytics-muted{color:var(--ef-muted);margin:0;font-size:.875rem}.ef-analytics-live{color:#047857;letter-spacing:.04em;text-transform:uppercase;background:#ecfdf5;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.ef-analytics-live:before{content:"";background:#10b981;border-radius:50%;width:.45rem;height:.45rem}.ef-analytics-trend__svg{width:100%;height:auto}.ef-analytics-trend__grid{stroke:#e2e8f0;stroke-width:1px}.ef-analytics-trend__area--enroll{fill:#5d5fef1f}.ef-analytics-trend__area--complete{fill:#0f766e1f}.ef-analytics-trend__line{fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.ef-analytics-trend__line--enroll{stroke:#5d5fef}.ef-analytics-trend__line--complete{stroke:var(--ef-teal)}.ef-analytics-trend__labels{color:var(--ef-muted);text-align:center;grid-template-columns:repeat(auto-fit,minmax(3rem,1fr));gap:.35rem;margin-top:.35rem;font-size:.72rem;display:grid}.ef-analytics-trend__legend{color:var(--ef-muted);flex-wrap:wrap;gap:1rem;margin-top:.85rem;font-size:.8rem;display:flex}.ef-analytics-trend__legend span{align-items:center;gap:.4rem;display:inline-flex}.ef-analytics-trend__dot{border-radius:50%;width:.55rem;height:.55rem;display:inline-block}.ef-analytics-trend__dot--enroll{background:#5d5fef}.ef-analytics-trend__dot--complete{background:var(--ef-teal)}.ef-analytics-rank{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.ef-analytics-rank__meta{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.35rem;display:flex}.ef-analytics-rank__meta strong{color:var(--ef-text);font-size:.88rem}.ef-analytics-rank__meta span{color:var(--ef-teal);font-size:.82rem;font-weight:700}.ef-analytics-bar{align-items:center;gap:.55rem;min-width:6.5rem;display:flex}.ef-analytics-bar__track{background:#eef2f7;border-radius:999px;flex:1;height:.42rem;overflow:hidden}.ef-analytics-bar__fill{border-radius:inherit;height:100%;display:block}.ef-analytics-bar__fill--high{background:linear-gradient(90deg, var(--ef-teal), #14b8a6)}.ef-analytics-bar__fill--mid{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.ef-analytics-bar__fill--low{background:linear-gradient(90deg,#ef4444,#f87171)}.ef-analytics-bar>span{min-width:2.25rem;color:var(--ef-muted);font-size:.78rem;font-weight:600}.ef-analytics-donut{align-items:center;gap:.75rem;display:flex}.ef-analytics-donut__ring{border-radius:50%;flex-shrink:0;place-items:center;width:4.5rem;height:4.5rem;display:grid}.ef-analytics-donut__hole{background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;line-height:1.1;display:flex}.ef-analytics-donut__hole strong{color:var(--ef-navy);font-size:.82rem}.ef-analytics-donut__hole span{color:var(--ef-muted);text-transform:uppercase;font-size:.58rem}.ef-analytics-donut__legend{flex-direction:column;gap:.25rem;margin:0;padding:0;font-size:.72rem;list-style:none;display:flex}.ef-analytics-donut__legend li{grid-template-columns:auto 1fr auto;align-items:center;gap:.35rem;display:grid}.ef-analytics-donut__legend i{border-radius:50%;width:.45rem;height:.45rem}.ef-analytics-donut__legend strong{color:var(--ef-navy);font-size:.72rem}.ef-analytics-table-wrap{overflow-x:auto}.ef-analytics-table{border-collapse:collapse;width:100%;font-size:.875rem}.ef-analytics-table th,.ef-analytics-table td{text-align:left;border-bottom:1px solid var(--ef-border);vertical-align:middle;padding:.85rem .35rem}.ef-analytics-table th{letter-spacing:.05em;text-transform:uppercase;color:var(--ef-muted);font-size:.68rem;font-weight:700}.ef-analytics-table tbody tr:hover{background:#f8fafc}.ef-analytics-table tbody tr.is-selected{background:var(--ef-teal-soft)}.ef-analytics-table--compact td small{color:var(--ef-muted);margin-top:.1rem;font-size:.72rem;display:block}.ef-analytics-course{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.65rem;padding:0;display:flex}.ef-analytics-course__icon{border-radius:var(--ef-radius-sm);background:var(--ef-teal-soft);width:2rem;height:2rem;color:var(--ef-teal);place-items:center;font-size:.72rem;font-weight:700;display:grid}.ef-analytics-course strong{color:var(--ef-text);display:block}.ef-analytics-course small{color:var(--ef-muted);text-transform:capitalize;margin-top:.1rem;font-size:.72rem;display:block}.ef-analytics-course:hover strong{color:var(--ef-teal)}.ef-analytics-dropoff{color:#dc2626;font-weight:600}.ef-analytics-table-foot{margin-top:.75rem}.ef-analytics-student{align-items:center;gap:.65rem;display:flex}.ef-analytics-student__avatar{color:#5d5fef;background:#ede9fe;border-radius:50%;place-items:center;width:2rem;height:2rem;font-size:.72rem;font-weight:700;display:grid}.ef-analytics-student strong{display:block}.ef-analytics-student small{color:var(--ef-muted);margin-top:.1rem;font-size:.72rem;display:block}.ef-analytics-badge{letter-spacing:.03em;border-radius:999px;padding:.22rem .55rem;font-size:.68rem;font-weight:700;display:inline-flex}.ef-analytics-badge--success{color:#047857;background:#ecfdf5}.ef-analytics-badge--progress{color:#5b21b6;background:#ede9fe}.ef-analytics__loading{min-height:8rem;color:var(--ef-teal);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.ef-analytics__loading .ef-spinner{border-color:#0f766e26;border-top-color:var(--ef-teal)}.ef-analytics-drawer{z-index:400;justify-content:flex-end;display:flex;position:fixed;inset:0}.ef-analytics-drawer__backdrop{background:#0f172a59;position:absolute;inset:0}.ef-analytics-drawer__panel{background:#fff;width:min(720px,100%);height:100%;padding:1.25rem 1.35rem 2rem;position:relative;overflow:auto;box-shadow:-8px 0 32px #0f172a1f}.ef-analytics-drawer__head{border-bottom:1px solid var(--ef-border);justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.ef-analytics-drawer__head h2{color:var(--ef-navy);margin:0;font-size:1.15rem}.ef-analytics-drawer__head p{color:var(--ef-muted);margin:.25rem 0 0;font-size:.84rem}.ef-analytics-drawer__actions{align-items:center;gap:.35rem;display:flex}.ef-analytics-drawer__body{flex-direction:column;gap:1.25rem;display:flex}.ef-analytics-drawer__body h3{margin:0 0 .75rem;font-size:.95rem}@media (width<=1100px){.ef-analytics-hero__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.ef-analytics-grid{grid-template-columns:1fr}}@media (width<=900px){.ef-analytics-engage-filters{grid-template-columns:1fr 1fr}.ef-analytics-engage-filters__field--search{grid-column:1/-1}}@media (width<=720px){.ef-analytics-hero,.ef-analytics-grid,.ef-analytics-card--table,.ef-analytics-card+.ef-analytics-card{margin-left:0;margin-right:0;padding-left:1rem;padding-right:1rem}.ef-analytics-hero__metrics,.ef-analytics-engage-filters{grid-template-columns:1fr}.ef-analytics-table th:nth-child(5),.ef-analytics-table td:nth-child(5),.ef-analytics-table th:nth-child(6),.ef-analytics-table td:nth-child(6){display:none}}.cb-lecture__video-block{flex-direction:column;gap:.75rem;display:flex}.cb-lecture__video-row{flex-wrap:wrap;align-items:flex-start;gap:1rem;display:flex}.cb-lecture__thumb{background:#1c1d1f;border-radius:4px;flex-shrink:0;width:160px;min-height:90px;overflow:hidden}.cb-lecture__thumb-placeholder{color:#fff;justify-content:center;align-items:center;width:100%;min-height:90px;display:flex}.cb-lecture__thumb-placeholder svg{opacity:.9;width:2.5rem;height:2.5rem}.cb-lecture__video-meta{flex-direction:column;flex:1;gap:.25rem;min-width:160px;font-size:.875rem;display:flex}.cb-lecture__fname{color:var(--cb-text);font-weight:700}.cb-lecture__fname-edit{font:inherit;text-align:left;cursor:pointer;color:var(--cb-text);background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-weight:700;display:inline-flex}.cb-lecture__fname-edit:hover{color:var(--cb-purple)}.cb-lecture__fname-edit svg{opacity:.65;flex-shrink:0;width:14px;height:14px}.cb-lecture__fname-input{border:1px solid var(--cb-purple);width:100%;max-width:100%;font:inherit;border-radius:4px;padding:.2rem .4rem;font-weight:700}.cb-lecture__dur{color:#6a6f73;font-size:.8125rem}.cb-link-edit{font:inherit;color:var(--cb-purple);cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;margin-top:.35rem;padding:0;font-size:.8125rem;font-weight:700;display:inline-flex}.cb-link-edit:hover{text-decoration:underline}.cb-lecture__video-tools{flex-direction:column;align-items:flex-end;gap:.65rem;margin-left:auto;display:flex}.cb-btn-preview{background:var(--cb-purple);color:#fff;font:inherit;cursor:pointer;border:none;border-radius:4px;padding:.45rem 1rem;font-size:.8125rem;font-weight:700;box-shadow:0 1px 2px #1c1d1f1f}.cb-btn-preview:hover{background:var(--cb-purple-hover)}.cb-video-processing{align-items:center;gap:.5rem;margin:.35rem 0 0;display:flex}.cb-video-processing__spinner{border:2px solid #e2e8f0;border-top-color:var(--cb-purple);border-radius:50%;flex-shrink:0;width:1rem;height:1rem;animation:.75s linear infinite ef-spin}.cb-video-processing__label{color:var(--cb-purple);font-size:.8125rem;font-weight:600;line-height:1.35}.ef-faculty-course-list{flex-direction:column;gap:.75rem;display:flex}.ef-faculty-course-card{background:var(--ef-white);border:1px solid var(--ef-border);border-radius:var(--ef-radius);box-shadow:var(--ef-shadow);flex-direction:row;align-items:stretch;transition:box-shadow .15s,border-color .15s;display:flex;overflow:hidden}.ef-faculty-course-card:hover{border-color:#cbd5e1;box-shadow:0 4px 6px #0f172a0d,0 12px 24px #0f172a12}.ef-faculty-course-card__media{background:linear-gradient(145deg,#e2e8f0 0%,#cbd5e1 100%);flex-shrink:0;width:10.5rem;min-height:5.75rem;position:relative;overflow:hidden}.ef-faculty-course-card__thumb,.ef-faculty-course-card__media .ef-course-thumb-placeholder{object-fit:cover;width:100%;height:100%;min-height:5.75rem;display:block}.ef-faculty-course-card__status{position:absolute;top:.5rem;left:.5rem;box-shadow:0 1px 4px #0f172a1f}.ef-faculty-course-card__body{flex:1;justify-content:space-between;align-items:center;gap:1rem;min-width:0;padding:.9rem 1rem;display:flex}.ef-faculty-course-card__main{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.ef-faculty-course-card__head{flex-direction:column;gap:.25rem;min-width:0;display:flex}.ef-faculty-course-card__title{color:var(--ef-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.98rem;font-weight:700;line-height:1.35;overflow:hidden}.ef-faculty-course-card__meta{color:var(--ef-muted);margin:0;font-size:.8rem;line-height:1.4}.ef-faculty-course-card__code{color:#475569;font-weight:600}.ef-faculty-course-card__dot{margin:0 .25rem}.ef-faculty-course-card__tags{flex-wrap:wrap;align-items:center;gap:.45rem .65rem;display:flex}.ef-faculty-course-card__role{letter-spacing:.02em;text-transform:uppercase;border-radius:999px;align-items:center;padding:.28rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.ef-faculty-course-card__role--owner{background:var(--ef-teal-soft);color:var(--ef-teal)}.ef-faculty-course-card__role--shared{color:#5b21b6;background:#ede9fe}.ef-faculty-course-card__shared-date{color:var(--ef-muted);font-size:.75rem}.ef-faculty-course-card__actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.ef-faculty-course-card__open svg{flex-shrink:0;width:1rem;height:1rem}.ef-faculty-course-card__remove{color:#b91c1c;border-color:#fecaca}.ef-faculty-course-card__remove:hover:not(:disabled),.ef-faculty-course-card__remove:focus-visible:not(:disabled){color:#991b1b;background:#fef2f2;border-color:#fca5a5}.ef-faculty-course-card__remove svg{width:1rem;height:1rem}.ef-faculty-course-card__view-only{color:var(--ef-muted);white-space:nowrap;font-size:.78rem;font-weight:600}@media (width<=640px){.ef-faculty-course-card{flex-direction:column}.ef-faculty-course-card__media{aspect-ratio:16/9;width:100%;min-height:0}.ef-faculty-course-card__thumb{aspect-ratio:16/9;min-height:0}.ef-faculty-course-card__body{flex-direction:column;align-items:stretch}.ef-faculty-course-card__title{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.ef-faculty-course-card__actions{width:100%}.ef-faculty-course-card__open,.ef-faculty-course-card__remove{flex:1;justify-content:center}}.cb-stream-status--error{color:#b32d2e;margin:.25rem 0 0;font-size:.8125rem;font-weight:600}.cb-download-row{align-items:center;gap:.5rem;display:flex}.cb-download-row__label{color:var(--cb-text);font-size:.8125rem;font-weight:600}.cb-lecture__sub-actions{flex-wrap:wrap;gap:.5rem;display:flex}.cb-link-muted{font:inherit;color:#6a6f73;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:.15rem 0;font-size:.75rem;font-weight:600;text-decoration:underline}.cb-link-muted:hover{color:var(--cb-text)}.cb-lecture__description-block{border:1px solid var(--cb-border);background:#fafbfc;border-radius:4px;margin-top:.75rem;padding:.75rem .85rem}.cb-lecture__description-head{justify-content:space-between;align-items:center;margin-bottom:.45rem;display:flex}.cb-lecture__description-label{color:var(--cb-text);font-size:.8125rem;font-weight:700}.cb-lecture__description-input{border:1px solid var(--cb-border);width:100%;font:inherit;resize:vertical;box-sizing:border-box;border-radius:4px;min-height:5rem;padding:.5rem .6rem;font-size:.875rem;line-height:1.45}.cb-lecture__description-input:focus{border-color:var(--cb-purple);box-shadow:0 0 0 2px rgb(var(--cb-accent-rgb) / .1);outline:none}.cb-lecture__resources-block{border:1px solid var(--cb-border);background:#fff;border-radius:4px;margin-top:.75rem;padding:.75rem .85rem}.cb-lecture__resources-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.cb-lecture__resources-title{color:var(--cb-text);font-size:.8125rem;font-weight:700}.cb-lecture__resources-add-types{flex-wrap:wrap;gap:.35rem;display:flex}.cb-btn-resource-type{border:1px solid var(--cb-purple);font:inherit;color:var(--cb-purple);cursor:pointer;background:#fff;border-radius:4px;padding:.35rem .6rem;font-size:.75rem;font-weight:700}.cb-btn-resource-type:hover{background:var(--cb-purple-soft)}.cb-lecture__resources-empty{color:#6a6f73;margin:0 0 .65rem;font-size:.8125rem}.cb-lecture__resources-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.cb-resource-row{border:1px solid var(--cb-border);background:#fafbfc;border-radius:4px;flex-wrap:wrap;align-items:center;gap:.45rem;padding:.5rem .55rem;display:flex}.cb-resource-row__type{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;flex-shrink:0;padding:.2rem .45rem;font-size:.6875rem;font-weight:700}.cb-resource-row__type--link{background:var(--ef-teal-soft);color:var(--ef-teal-hover)}.cb-resource-row__type--image{color:#166534;background:#dcfce7}.cb-resource-row__type--pdf{color:#991b1b;background:#fee2e2}.cb-resource-row__type--zip{color:#3730a3;background:#e0e7ff}.cb-resource-row__file{flex-direction:column;flex:2 14rem;gap:.35rem;min-width:0;display:flex}.cb-resource-row__file-actions{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.cb-resource-row__file-btn{border:1px solid var(--cb-purple);font:inherit;color:var(--cb-purple);cursor:pointer;background:#fff;border-radius:4px;justify-content:center;align-items:center;padding:.35rem .6rem;font-size:.75rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.cb-resource-row__file-btn--busy{cursor:wait;opacity:.95}.cb-resource-row__file-btn-text{z-index:1;position:relative}.cb-resource-row__upload-fill{width:var(--upload-progress,0%);pointer-events:none;background:#6b21a81f;transition:width .12s ease-out;position:absolute;top:0;bottom:0;left:0}.cb-resource-row__status{margin:0;font-size:.75rem;line-height:1.35}.cb-resource-row__status--success{color:#166534}.cb-resource-row__status--error{color:#b91c1c}.cb-resource-row__file-btn:hover{background:var(--cb-purple-soft)}.cb-resource-row__fname{color:#6a6f73;text-overflow:ellipsis;white-space:nowrap;max-width:12rem;font-size:.8125rem;overflow:hidden}.cb-resource-row__title{border:1px solid var(--cb-border);min-width:0;font:inherit;border-radius:4px;flex:8rem;padding:.4rem .5rem;font-size:.8125rem}.cb-resource-row__url{border:1px solid var(--cb-border);min-width:0;font:inherit;border-radius:4px;flex:2 14rem;padding:.4rem .5rem;font-size:.8125rem}.cb-resource-row__remove{color:#6a6f73;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.cb-resource-row__remove:hover{color:#b91c1c;background:#fce8e6}.cb-resource-row__remove svg{width:15px;height:15px}.cb-lecture__resources-remove-all{margin-top:.65rem}.cb-btn-purple-outline{border:1px solid var(--cb-purple);font:inherit;color:var(--cb-purple);cursor:pointer;white-space:nowrap;background:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;gap:.35rem;padding:.45rem .75rem;font-size:.8125rem;font-weight:700;display:inline-flex}.cb-btn-purple-outline:hover{background:var(--cb-purple-soft)}.cb-lecture__article-block{border:1px solid var(--cb-border);border-radius:4px;flex-direction:column;gap:0;display:flex;overflow:hidden}.cb-lecture__sub-actions--article{border-top:1px solid var(--cb-border);background:#fafbfc;margin:0;padding:.65rem .75rem}.cb-lecture__article-block .cb-lecture__resources-block{border:none;border-top:1px solid var(--cb-border);border-radius:0;margin:0}.cb-article-toolbar{border-bottom:1px solid var(--cb-border);background:#f7f9fa;flex-wrap:wrap;gap:.15rem;padding:.4rem .5rem;display:flex}.cb-article-toolbar button{cursor:pointer;color:#6a6f73;background:0 0;border:none;border-radius:4px;width:32px;height:32px;font-weight:700}.cb-article-toolbar button:hover{background:var(--ef-teal-soft);color:var(--ef-teal)}.cb-article-body{color:var(--cb-text);background:#fff;min-height:120px;padding:.85rem 1rem;font-size:.875rem;line-height:1.55}.cb-article-body--editable{cursor:text;outline:none}.cb-article-body--editable:focus{box-shadow:inset 0 0 0 2px #0f766e33}.cb-article-body--editable:empty:before{content:attr(data-placeholder);color:#6a6f73;pointer-events:none}.cb-article-body p{margin:0 0 .65rem}.cb-article-body p:last-child{margin-bottom:0}.ef-page--wizard{min-height:calc(100dvh - var(--ef-topbar-h));flex-direction:column;flex:1;padding:0;display:flex}.ef-wizard-shell{background:#fff;flex-direction:column;flex:1;min-height:0;display:flex}.ef-wizard__header{flex-shrink:0}.ef-wizard__header-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:.85rem 1.75rem .65rem;display:grid}.ef-wizard__step-label{color:var(--ef-text);grid-column:2;justify-self:center;font-size:.875rem;font-weight:600}.ef-wizard__exit{color:var(--ef-teal);grid-column:3;justify-self:end;font-size:.875rem;font-weight:700;text-decoration:none}.ef-wizard__exit:hover{text-decoration:underline}.ef-wizard__progress{background:var(--ef-teal-soft);height:4px}.ef-wizard__progress-fill{background:var(--ef-teal);height:100%;transition:width .25s;display:block}.ef-wizard__body{flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:320px;padding:2rem 1.75rem 5rem;display:flex}.ef-wizard__panel{text-align:center;width:100%;max-width:40rem}.ef-wizard__title{color:var(--ef-text);margin:0 0 .65rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.25}.ef-wizard__subtitle{color:var(--ef-muted);margin:0 0 2rem;font-size:.9375rem;line-height:1.5}.ef-course-thumb-upload{flex-direction:column;gap:1rem;max-width:28rem;margin:0 auto;display:flex}.ef-course-thumb-upload--row{flex-direction:row;align-items:flex-start;gap:1.25rem;width:100%;max-width:none;margin:0}.ef-course-thumb-upload--row .ef-course-thumb-upload__preview{flex:0 0 min(100%,17.5rem);width:min(100%,17.5rem)}.ef-course-thumb-upload--row .ef-course-thumb-upload__actions{flex:1;min-width:0;padding-top:.15rem}@media (width<=640px){.ef-course-thumb-upload--row{flex-direction:column}.ef-course-thumb-upload--row .ef-course-thumb-upload__preview{flex:none;width:100%}}.ef-course-thumb-upload__preview{aspect-ratio:16/9;border-radius:var(--ef-radius-sm);border:1px solid var(--ef-border);background:#1c1d1f;width:100%;position:relative;overflow:hidden}.ef-course-thumb-upload__preview img{object-fit:cover;width:100%;height:100%;display:block}.ef-course-thumb-upload__placeholder{color:#fff;opacity:.85;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ef-course-thumb-upload__placeholder svg{width:3rem;height:3rem}.ef-course-thumb-upload__actions{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.ef-course-thumb-upload__input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ef-course-thumb-upload__hint{color:var(--ef-muted);margin:0;font-size:.8125rem;line-height:1.45}.ef-course-thumb-placeholder{color:#fff;background:linear-gradient(145deg,#1e293b 0%,#0f766e 100%);justify-content:center;align-items:center;width:100%;height:100%;min-height:100%;display:flex}.ef-course-thumb-placeholder svg{opacity:.9;width:2.25rem;height:2.25rem}.ef-wizard__body--form{justify-content:flex-start;align-items:stretch;padding-top:2.5rem;padding-bottom:6rem}.ef-wizard__panel--form{text-align:left;max-width:40rem;margin:0 auto}.ef-wizard__panel--form .ef-wizard__title,.ef-wizard__panel--form .ef-wizard__subtitle{text-align:center}.ef-wizard__panel--wide{text-align:left;width:100%;max-width:52rem;margin:0 auto}.ef-wizard__panel--wide .ef-wizard__title,.ef-wizard__panel--wide .ef-wizard__subtitle{text-align:center}.ef-wizard__panel .ef-student-profile-form{text-align:left}.ef-wizard__panel .ef-student-profile-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1.25rem}.ef-wizard__panel .ef-student-profile-form__grid--3{grid-template-columns:2fr 1fr 1fr}.ef-wizard__panel .ef-avatar-upload{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);background:#f8fafc;margin-bottom:1.25rem;padding:1rem 1.15rem}@media (width<=640px){.ef-wizard__panel .ef-student-profile-form__grid,.ef-wizard__panel .ef-student-profile-form__grid--3{grid-template-columns:1fr}}.ef-wizard__review{border-radius:var(--ef-radius-sm);border:1px solid var(--ef-border);text-align:left;background:#f8fafc;padding:1.25rem 1.5rem}.ef-wizard__review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1.5rem;display:grid}@media (width<=640px){.ef-wizard__review-grid{grid-template-columns:1fr}}.ef-wizard__review-row{flex-direction:column;gap:.2rem;font-size:.9rem;display:flex}.ef-wizard__review-row span{text-transform:uppercase;letter-spacing:.04em;color:var(--ef-muted);font-size:.75rem;font-weight:600}.ef-wizard__review-row strong{color:var(--ef-navy);font-weight:600;line-height:1.4}.ef-wizard__review-row--highlight{border-top:1px solid var(--ef-border);color:var(--ef-teal);flex-direction:row;align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;font-weight:600}.ef-wizard__review-row--full{grid-column:1/-1}.ef-wizard__review-avatar{border-radius:50%;width:56px;height:56px;margin-bottom:1rem}.ef-wizard__body--form .ef-wizard__error{text-align:center;width:100%;max-width:40rem;margin:1rem auto 0}.ef-wizard__panel--wide+.ef-wizard__error,.ef-wizard__body--form .ef-wizard__panel--wide~.ef-wizard__error{max-width:52rem}.ef-wizard__format-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:32rem;margin:0 auto;display:grid}@media (width<=520px){.ef-wizard__format-grid{grid-template-columns:1fr}}.ef-format-card{border:1px solid var(--ef-border);cursor:pointer;font:inherit;text-align:center;background:#fff;border-radius:4px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;transition:border-color .15s,box-shadow .15s;display:flex;position:relative}.ef-format-card:hover:not(:disabled){border-color:var(--ef-teal);box-shadow:0 2px 8px #0f766e1f}.ef-format-card--selected{border-color:var(--ef-teal);box-shadow:0 0 0 1px var(--ef-teal);background:var(--ef-teal-soft)}.ef-format-card--disabled{opacity:.72;cursor:not-allowed;background:#f7f9fa}.ef-format-card__badge{text-transform:uppercase;letter-spacing:.04em;color:#6a6f73;background:#e8ecef;border-radius:999px;padding:.15rem .45rem;font-size:.65rem;font-weight:700;position:absolute;top:.65rem;right:.65rem}.ef-format-card__icon{color:#6a6f73;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ef-format-card--selected .ef-format-card__icon{color:var(--ef-teal)}.ef-format-card__label{color:var(--ef-text);font-size:1rem;font-weight:700}.ef-format-card__hint{color:var(--ef-muted);font-size:.8125rem;line-height:1.35}.ef-wizard__title-field{max-width:40rem;margin:0 auto;position:relative}.ef-wizard__title-input{border:none;border-bottom:1px solid var(--ef-border);width:100%;font:inherit;color:var(--ef-text);background:0 0;border-radius:0;padding:.85rem 3rem .85rem 0;font-size:1.125rem}.ef-wizard__title-input:focus{border-bottom-color:var(--ef-teal);box-shadow:none;border-bottom-width:2px;outline:none;padding-bottom:calc(.85rem - 1px)}.ef-wizard__title-input::placeholder{color:#9aa1a6}.ef-wizard__char-count{color:#9aa1a6;font-size:.875rem;font-weight:600;position:absolute;top:50%;right:0;transform:translateY(-50%)}.ef-wizard__select-wrap{max-width:40rem;margin:0 auto;position:relative}.ef-wizard__select{appearance:none;border:none;border-bottom:1px solid var(--ef-border);width:100%;font:inherit;color:var(--ef-text);cursor:pointer;background:0 0;border-radius:0;padding:.85rem 2.5rem .85rem 0;font-size:1.125rem}.ef-wizard__select:focus{border-bottom-color:var(--ef-teal);border-bottom-width:2px;outline:none;padding-bottom:calc(.85rem - 1px)}.ef-wizard__select:invalid{color:#9aa1a6}.ef-wizard__select-chev{pointer-events:none;color:#6a6f73;position:absolute;top:50%;right:0;transform:translateY(-50%)}.ef-wizard__select-chev svg{display:block}.ef-wizard__error{text-align:center;color:#b91c1c;max-width:40rem;margin:1rem 0 0;font-size:.875rem;font-weight:600}.ef-wizard__footer{border-top:1px solid var(--ef-border);background:#fff;flex-shrink:0}.ef-wizard__footer-inner{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.75rem;display:flex}.ef-btn--wizard-prev{border:1px solid var(--ef-teal);border-radius:var(--ef-radius-sm);color:var(--ef-teal);background:#fff;padding:.65rem 1.25rem;font-weight:700}.ef-btn--wizard-prev:hover,.ef-btn--wizard-prev:focus-visible{background:var(--ef-teal-soft);color:var(--ef-teal)}.ef-btn--wizard-next{border:1px solid var(--ef-teal);border-radius:var(--ef-radius-sm);background:var(--ef-teal);color:#fff;padding:.65rem 1.35rem;font-weight:700}.ef-btn--wizard-next:hover:not(:disabled),.ef-btn--wizard-next:focus-visible:not(:disabled){background:var(--ef-teal-hover);border-color:var(--ef-teal-hover);color:#fff}.ef-btn--wizard-next:disabled{opacity:.45;cursor:not-allowed}.ef-input{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);background:#fff;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.9rem}.ef-input:focus{border-color:var(--ef-teal);box-shadow:0 0 0 3px var(--ef-teal-mint);outline:none}.ef-input:disabled{color:var(--ef-muted);cursor:not-allowed;opacity:1;background:#f1f5f9}.ef-input:disabled:focus{border-color:var(--ef-border);box-shadow:none}.ef-field>span{color:var(--ef-text);margin-bottom:.35rem;font-size:.82rem;font-weight:600;display:block}.ef-field__hint{color:var(--ef-muted);margin:.25rem 0 0;font-size:.8125rem;font-weight:400;display:block}.ef-muted-text{color:var(--ef-muted);margin:0;font-size:.9rem}.ef-btn--sm{padding:.45rem .75rem;font-size:.82rem}.ef-link-btn{color:var(--ef-teal);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600}.ef-link-btn:hover{text-decoration:underline}.ef-select--full{width:100%}.ef-searchable-select{width:100%;position:relative}.ef-searchable-select__trigger{box-sizing:border-box;border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);width:100%;font:inherit;color:var(--ef-text);text-align:left;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .65rem center;background-repeat:no-repeat;background-size:1rem;padding:.65rem 2rem .65rem .85rem;font-size:.9rem}.ef-searchable-select__trigger:focus{border-color:var(--ef-teal);box-shadow:0 0 0 3px var(--ef-teal-mint);outline:none}.ef-searchable-select--open .ef-searchable-select__trigger{border-color:var(--ef-teal);box-shadow:0 0 0 3px var(--ef-teal-mint)}.ef-searchable-select--disabled .ef-searchable-select__trigger{opacity:.55;cursor:not-allowed}.ef-searchable-select__placeholder{color:#94a3b8}.ef-searchable-select__panel{z-index:20;border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);background:#fff;position:absolute;top:calc(100% + .35rem);left:0;right:0;overflow:hidden;box-shadow:0 12px 28px #0f27441f}.ef-searchable-select__search{border-bottom:1px solid var(--ef-border);background:#f8fafc;align-items:center;gap:.5rem;padding:.55rem .75rem;display:flex}.ef-searchable-select__search svg{color:#94a3b8;flex-shrink:0;width:1rem;height:1rem}.ef-searchable-select__search input{min-width:0;font:inherit;background:0 0;border:none;outline:none;flex:1;font-size:.88rem}.ef-searchable-select__search input::placeholder{color:#94a3b8}.ef-searchable-select__list{max-height:220px;margin:0;padding:.35rem 0;list-style:none;overflow-y:auto}.ef-searchable-select__option{width:100%;font:inherit;color:var(--ef-text);text-align:left;cursor:pointer;background:0 0;border:none;padding:.55rem .85rem;font-size:.88rem;display:block}.ef-searchable-select__option:hover,.ef-searchable-select__option:focus{background:var(--ef-teal-soft);outline:none}.ef-searchable-select__option--selected{color:var(--ef-teal);font-weight:600}.ef-searchable-select__empty{color:var(--ef-muted);padding:.75rem .85rem;font-size:.85rem}.ef-badge--invite-pending,.ef-badge--invite-pending{color:#92400e;background:#fef3c7;border:1px solid #fde68a;align-items:center;gap:.35rem;display:inline-flex}.ef-badge--invite-accepted{background:var(--ef-teal-soft);color:var(--ef-teal)}.ef-invite-accept__details{background:var(--ef-bg);border:1px solid var(--ef-border);border-radius:var(--ef-radius);gap:.75rem;margin:1.25rem 0 1.5rem;padding:1rem 1.1rem;display:grid}.ef-invite-accept__details dt{text-transform:uppercase;letter-spacing:.04em;color:var(--ef-muted);font-size:.75rem;font-weight:600}.ef-invite-accept__details dd{margin:.2rem 0 0;font-weight:500}.ef-badge--suspended{color:#b91c1c;background:#fee2e2;align-items:center;gap:.35rem;display:inline-flex}.ef-badge--expired{color:#b45309;background:#fef3c7;align-items:center;gap:.35rem;display:inline-flex}.ef-student-course-card--expired{opacity:.92}.ef-student-course-card__expired-note{margin:.5rem 0 0;font-size:.85rem}.ef-enrollment-row__status--expired{color:#b45309}.ef-student-access{flex-direction:column;align-items:flex-start;gap:1.25rem;max-width:32rem;margin:0 auto;padding:.5rem 0 2rem;display:flex}.ef-student-access--loading{width:100%;max-width:none;min-height:40vh;color:var(--ef-muted);justify-content:center;align-items:center}.ef-student-access__back{flex-shrink:0}.ef-student-access__panel{border-radius:var(--ef-radius);border:1px solid var(--ef-border);background:#fff;width:100%;padding:1.5rem 1.65rem;box-shadow:0 1px 3px #0f172a0f}.ef-student-access__panel--not-enrolled{background:#f8fafc;border-color:#cbd5e1}.ef-student-access__panel--forbidden{background:#fef2f2;border-color:#fecaca}.ef-student-access__panel--expired{background:#fffbeb;border-color:#fcd34d}.ef-student-access__panel--suspended{background:#fef2f2;border-color:#fecaca}.ef-student-access__panel--error{background:#f8fafc;border-color:#e2e8f0}.ef-student-access__icon{width:2.5rem;height:2.5rem;color:var(--ef-teal);background:#0f766e1f;border-radius:999px;justify-content:center;align-items:center;margin-bottom:.85rem;display:inline-flex}.ef-student-access__panel--forbidden .ef-student-access__icon,.ef-student-access__panel--suspended .ef-student-access__icon{color:#b91c1c;background:#fee2e2}.ef-student-access__panel--expired .ef-student-access__icon{color:#b45309;background:#fef3c7}.ef-student-access__title{margin:0;font-size:1.35rem;line-height:1.3}.ef-student-access__subtitle{letter-spacing:.04em;text-transform:uppercase;color:var(--ef-muted);margin:.35rem 0 0;font-size:.8rem;font-weight:600}.ef-student-access__message{color:#334155;margin:.85rem 0 0;line-height:1.55}.ef-student-access__details{color:var(--ef-muted);border-top:1px solid #0f172a14;margin-top:.85rem;padding-top:.85rem;font-size:.9rem;line-height:1.5}.ef-student-access__details p{margin:.35rem 0 0}.ef-student-access__details p:first-child{margin-top:0}.ef-student-access__actions{flex-wrap:wrap;gap:.65rem;margin-top:1.25rem;display:flex}.ef-student-card-alert{border-radius:.5rem;margin-top:.85rem;padding:.65rem .75rem;font-size:.85rem;line-height:1.45}.ef-student-card-alert--expired{color:#92400e;background:#fffbeb;border:1px solid #fcd34d}.ef-student-card-alert__link{color:#b45309;text-underline-offset:2px;margin-top:.35rem;font-weight:600;text-decoration:underline;display:inline-block}.ef-faculty-access{flex-direction:column;align-items:flex-start;gap:1.25rem;max-width:36rem;margin:0 auto;padding:.5rem 0 2rem;display:flex}.ef-faculty-access--loading{width:100%;max-width:none;min-height:40vh;color:var(--ef-muted);justify-content:center;align-items:center}.ef-faculty-access__back{flex-shrink:0}.ef-faculty-access__panel{border-radius:var(--ef-radius);border:1px solid var(--ef-border);background:#fff;width:100%;padding:1.5rem 1.65rem;box-shadow:0 1px 3px #0f172a0f}.ef-faculty-access__panel--forbidden{background:#fef2f2;border-color:#fecaca}.ef-faculty-access__panel--not-found{background:#f8fafc;border-color:#cbd5e1}.ef-faculty-access__panel--error{background:#f8fafc;border-color:#e2e8f0}.ef-faculty-access__icon{width:2.5rem;height:2.5rem;color:var(--ef-teal);background:#0f766e1f;border-radius:999px;justify-content:center;align-items:center;margin-bottom:.85rem;display:inline-flex}.ef-faculty-access__panel--forbidden .ef-faculty-access__icon{color:#b91c1c;background:#fee2e2}.ef-faculty-access__panel--not-found .ef-faculty-access__icon,.ef-faculty-access__panel--error .ef-faculty-access__icon{color:#64748b;background:#f1f5f9}.ef-faculty-access__title{margin:0;font-size:1.35rem}.ef-faculty-access__message{color:#334155;margin:.85rem 0 0;line-height:1.55}.ef-faculty-access__details{color:var(--ef-muted);border-top:1px solid #0f172a14;margin-top:.85rem;padding-top:.85rem;font-size:.9rem;line-height:1.5}.ef-faculty-access__details p{margin:0}.ef-faculty-access__actions{flex-wrap:wrap;gap:.65rem;margin-top:1.25rem;display:flex}.ef-student-filters{border-radius:var(--ef-radius-sm);background:#e8f4f2;border:1px solid #c5e8e3;grid-template-columns:1fr 1fr minmax(11rem,.85fr) auto;align-items:end;gap:.75rem 1rem;margin-bottom:.5rem;padding:1rem 1.1rem;display:grid}.ef-student-filters--catalog{grid-template-columns:minmax(12rem,1.4fr) minmax(9rem,.75fr) minmax(9rem,.7fr) auto auto;align-items:end}.ef-student-filters--catalog .ef-student-filters__clear{align-self:end}.ef-student-filters__field--sort{min-width:9rem}.ef-student-filters__view{flex-direction:column;align-self:end;gap:.35rem;display:flex}.ef-student-filters__view-label{letter-spacing:.06em;text-transform:uppercase;color:var(--ef-muted);font-size:.72rem;font-weight:700}@media (width<=1100px){.ef-student-filters--catalog{grid-template-columns:1fr 1fr minmax(9rem,.85fr)}.ef-student-filters--catalog .ef-student-filters__view{grid-column:1}.ef-student-filters--catalog .ef-student-filters__clear{grid-column:2;justify-self:start}}@media (width<=900px){.ef-student-filters,.ef-student-filters--catalog{grid-template-columns:1fr 1fr}.ef-student-filters__field--status,.ef-student-filters__field--sort,.ef-student-filters__view,.ef-student-filters__clear,.ef-student-filters--catalog .ef-student-filters__field--grow{grid-column:1/-1}.ef-student-filters--catalog .ef-student-filters__view{flex-direction:row;grid-column:auto;align-items:center;gap:.65rem}.ef-student-filters--catalog .ef-student-filters__clear{grid-column:auto;justify-self:end}}@media (width<=560px){.ef-student-filters,.ef-student-filters--catalog{grid-template-columns:1fr}.ef-student-filters--catalog .ef-student-filters__view{flex-direction:column;align-items:flex-start}}.ef-student-filters__field--grow{flex:14rem;min-width:min(100%,14rem)}.ef-student-filters__field{flex-direction:column;gap:.35rem;min-width:0;display:flex}.ef-student-filters__field>span:first-child{text-transform:uppercase;letter-spacing:.04em;color:var(--ef-muted);font-size:.78rem;font-weight:700}.ef-student-filters__input-wrap{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);background:#fff;align-items:center;gap:.5rem;padding:0 .65rem;display:flex}.ef-student-filters__input-wrap:focus-within{border-color:var(--ef-teal);box-shadow:0 0 0 3px var(--ef-teal-mint)}.ef-student-filters__input-wrap svg{color:var(--ef-muted);flex-shrink:0}.ef-student-filters__input-wrap .ef-input{box-shadow:none;border:none;padding:.55rem 0}.ef-student-filters__input-wrap .ef-input:focus{box-shadow:none}.ef-student-filters__clear{white-space:nowrap;align-self:end}.ef-student-filters__count{color:var(--ef-muted);margin:0 0 .75rem;font-size:.85rem}.ef-pagination{border-top:1px solid var(--ef-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin-top:1rem;padding-top:.75rem;display:flex}.ef-pagination__summary{color:var(--ef-muted);margin:0;font-size:.85rem}.ef-pagination__controls{align-items:center;gap:.5rem;display:flex}.ef-pagination__page{color:var(--ef-muted);text-align:center;min-width:6rem;font-size:.85rem}.ef-student-table-wrap{border:1px solid var(--ef-border);border-radius:var(--ef-radius);box-shadow:var(--ef-shadow);background:#fff;overflow:hidden}.ef-student-table{border-collapse:collapse;width:100%}.ef-student-table th,.ef-student-table td{text-align:left;border-bottom:1px solid var(--ef-border);padding:.9rem 1.1rem;font-size:.88rem}.ef-student-table th{text-transform:uppercase;letter-spacing:.04em;color:var(--ef-muted);background:#f8fafc;font-size:.78rem}.ef-student-table tbody tr:hover{background:#fafbfc}.ef-student-table__profile{color:inherit;align-items:center;gap:.75rem;text-decoration:none;display:flex}.ef-student-table__avatar{border-radius:50%;width:40px;height:40px}.ef-student-table__profile strong{font-weight:700;display:block}.ef-student-table__profile small{color:var(--ef-muted);font-size:.78rem}.ef-student-table__actions-col{text-align:right;white-space:nowrap}.ef-empty-state{text-align:center;border:1px dashed var(--ef-border);border-radius:var(--ef-radius);background:#fff;margin-top:1.5rem;padding:2rem}.ef-empty-state p{color:var(--ef-muted);margin:0 0 1rem}.ef-page--directory-form{width:100%;max-width:none;padding-left:1.75rem;padding-right:1.75rem}.ef-directory-form{width:100%;max-width:none}.ef-directory-form__head{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.ef-directory-form__back{color:var(--ef-teal);font-weight:600;text-decoration:none}.ef-directory-form__back:hover{text-decoration:underline}.ef-directory-form__step{color:var(--ef-muted);font-size:.85rem;font-weight:600}.ef-directory-form .ef-wizard__progress{margin-bottom:1.25rem}.ef-directory-form__panel{margin-bottom:0;padding:1.5rem 1.75rem 1.75rem}.ef-directory-form__panel h1{color:var(--ef-navy);margin:0 0 .5rem;font-size:1.35rem}.ef-directory-form__panel>p{color:var(--ef-muted);max-width:48rem;margin:0 0 1.5rem;line-height:1.5}.ef-directory-form__panel--permissions{padding-bottom:1.5rem}.ef-page--directory-form .ef-perm-assign{margin-top:0}.ef-directory-form__review{border-radius:var(--ef-radius-sm);border:1px solid var(--ef-border);background:#f8fafc;padding:1.25rem 1.5rem}.ef-directory-form__review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1.5rem;display:grid}@media (width<=640px){.ef-directory-form__review-grid{grid-template-columns:1fr}}.ef-directory-form__review-row{flex-direction:column;gap:.2rem;font-size:.9rem;display:flex}.ef-directory-form__review-row span{text-transform:uppercase;letter-spacing:.04em;color:var(--ef-muted);font-size:.75rem;font-weight:600}.ef-directory-form__review-row strong{color:var(--ef-navy);font-weight:600;line-height:1.4}.ef-directory-form__review-row--highlight{border-top:1px solid var(--ef-border);color:var(--ef-teal);flex-direction:row;align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;font-weight:600}.ef-directory-form__review-row--full{grid-column:1/-1}.ef-directory-form__review-avatar{border-radius:50%;width:56px;height:56px;margin-bottom:1rem}.ef-directory-form__footer{background:var(--ef-white);border:1px solid var(--ef-border);border-radius:var(--ef-radius);box-shadow:var(--ef-shadow);justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding:1.25rem 1.75rem;display:flex}.ef-directory-form .ef-wizard__error{text-align:left;margin-top:1rem}.ef-page--directory-form .ef-student-profile-form{gap:.5rem}.ef-page--directory-form .ef-student-profile-form__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0 1.25rem}.ef-page--directory-form .ef-student-profile-form__grid--3{grid-template-columns:2fr 1fr 1fr}.ef-page--directory-form .ef-avatar-upload{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);background:#f8fafc;margin-bottom:1.5rem;padding:1rem 1.25rem}@media (width<=1100px){.ef-page--directory-form .ef-student-profile-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.ef-page--directory-form .ef-student-profile-form__grid,.ef-page--directory-form .ef-student-profile-form__grid--3{grid-template-columns:1fr}}.ef-page--directory-form .ef-student-profile-card .ef-card__head,.ef-page--directory-form .ef-faculty-permissions-card .ef-card__head,.ef-page--directory-form .ef-course-revisions .ef-card__head{padding:1rem 1.5rem}.ef-page--directory-form .ef-faculty-permissions-card__body{padding:.5rem 1.5rem 1.5rem}.ef-page--directory-form .ef-student-profile-card .ef-student-profile-form,.ef-page--directory-form .ef-student-profile-card .ef-wizard__error{margin-left:0;margin-right:0;padding-left:1.5rem;padding-right:1.5rem}.ef-page--directory-form .ef-student-profile-card .ef-student-profile-form{padding-top:.5rem;padding-bottom:1.5rem}.ef-page--directory-form .ef-student-profile-card .ef-wizard__error{margin-top:0;padding-bottom:1.25rem}.ef-page--directory-form .ef-student-profile-dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 2rem;margin:0;padding:.5rem 1.5rem 1.5rem;display:grid}@media (width<=720px){.ef-page--directory-form .ef-student-profile-dl{grid-template-columns:1fr}}.ef-breadcrumb{color:var(--ef-muted);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.85rem;display:flex}.ef-breadcrumb a{color:var(--ef-teal);font-weight:600;text-decoration:none}.ef-student-header{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.ef-student-header__profile{align-items:center;gap:1rem;display:flex}.ef-student-header__avatar{width:72px;height:72px;box-shadow:var(--ef-shadow);border:3px solid #fff;border-radius:50%}.ef-student-header h1{margin:0;font-size:1.5rem}.ef-student-header p{color:var(--ef-muted);margin:.2rem 0 0;font-size:.9rem}.ef-student-header__id{font-weight:600;color:var(--ef-text)!important}.ef-student-summary{grid-template-columns:1fr minmax(200px,280px);gap:1rem;margin-bottom:1.75rem;display:grid}@media (width<=900px){.ef-student-summary{grid-template-columns:1fr}}.ef-student-summary__progress{padding:1.25rem 1.5rem}.ef-student-summary__progress h2{margin:.35rem 0 .75rem;font-size:1.1rem}.ef-student-summary__label{text-transform:uppercase;letter-spacing:.04em;color:var(--ef-muted);font-size:.78rem;font-weight:700}.ef-progress--student{height:8px;margin-bottom:.5rem}.ef-student-summary__pct{color:var(--ef-teal);font-size:1.75rem}.ef-student-summary__detail{color:var(--ef-muted);margin:.5rem 0 0;font-size:.85rem;line-height:1.45}.ef-student-summary__count{color:#fff;background:linear-gradient(135deg,#312e81,#4c1d95);border:none;flex-direction:column;justify-content:center;padding:1.25rem 1.5rem;display:flex}.ef-student-summary__count strong{font-size:2rem;line-height:1.1}.ef-student-summary__count small{opacity:.85;font-size:1rem;font-weight:500}.ef-student-section{margin-bottom:1.75rem}.ef-student-section>h2{margin:0 0 1rem;font-size:1.1rem}.ef-enrollment-list{flex-direction:column;gap:.75rem;display:flex}.ef-enrollment-row{border:1px solid var(--ef-border);border-radius:var(--ef-radius);box-shadow:var(--ef-shadow);background:#fff;grid-template-columns:minmax(180px,1.4fr) minmax(160px,1fr) minmax(140px,.9fr) auto;align-items:end;gap:1rem;padding:1rem 1.15rem;display:grid}@media (width<=1100px){.ef-enrollment-row{grid-template-columns:1fr;align-items:stretch}}.ef-enrollment-row__course{grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-self:center;align-items:center;gap:.35rem .75rem;display:grid}.ef-enrollment-row__access,.ef-enrollment-row__expiry{flex-direction:column;justify-content:flex-end;align-items:flex-start;display:flex}.ef-enrollment-row .ef-access-segment{width:fit-content;max-width:100%}.ef-enrollment-row .ef-date-field{width:auto;min-width:10.5rem}.ef-enrollment-row__icon{border-radius:var(--ef-radius-sm);background:var(--ef-teal-soft);width:40px;height:40px;color:var(--ef-teal);grid-row:1/span 2;justify-content:center;align-items:center;display:flex}.ef-enrollment-row__title{margin:0;font-size:.95rem;font-weight:700}.ef-enrollment-row__status{color:var(--ef-muted);align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;display:inline-flex}.ef-enrollment-row__status--in_progress{color:#2563eb}.ef-enrollment-row__status--completed{color:var(--ef-success)}.ef-enrollment-row__progress-mini{background:#e2e8f0;border-radius:999px;grid-column:2;height:4px;overflow:hidden}.ef-enrollment-row__progress-mini span{background:var(--ef-teal);height:100%;display:block}.ef-enrollment-row__access-label{text-transform:uppercase;letter-spacing:.04em;color:var(--ef-muted);margin-bottom:.35rem;font-size:.72rem;font-weight:700;display:block}.ef-access-segment{border:1px solid var(--ef-border);background:#f1f5f9;border-radius:999px;padding:3px;display:inline-flex}.ef-access-segment button{color:var(--ef-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;flex:none;padding:.4rem .85rem;font-size:.8rem;font-weight:600}.ef-access-segment--active,.ef-access-segment button.ef-access-segment--active{background:var(--ef-teal);color:#fff}.ef-access-segment--modal{width:100%}.ef-access-segment--modal button{flex:1}.ef-date-field{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);color:var(--ef-muted);background:#fff;align-items:center;gap:.5rem;padding:.5rem .65rem;display:flex}.ef-date-field input{font:inherit;color:var(--ef-text);background:0 0;border:none;min-width:0}.ef-date-field input:disabled{color:var(--ef-muted);cursor:not-allowed}.ef-date-field--disabled{opacity:.75;background:#f1f5f9}.ef-enrollment-row__actions{justify-content:flex-end;align-self:end;align-items:center;gap:.65rem;display:flex}.ef-enrollment-row__remove.ef-icon-btn{width:36px;height:36px;color:var(--ef-muted);border-radius:var(--ef-radius-sm);flex-shrink:0}.ef-enrollment-row__save{white-space:nowrap;align-items:center;min-height:36px;padding-top:.45rem;padding-bottom:.45rem;display:inline-flex}.ef-activity-log .ef-card__head{border-bottom:1px solid var(--ef-border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.ef-activity-log .ef-card__head h2{margin:0;font-size:1rem}.ef-activity-list{margin:0;padding:0;list-style:none}.ef-activity-item{border-bottom:1px solid var(--ef-border);grid-template-columns:auto 1fr auto;align-items:start;gap:.85rem;padding:1rem 1.25rem;display:grid}.ef-activity-item:last-child{border-bottom:none}.ef-activity-item__icon{background:var(--ef-teal-soft);width:36px;height:36px;color:var(--ef-teal);border-radius:50%;justify-content:center;align-items:center;display:flex}.ef-activity-item strong{font-size:.9rem;display:block}.ef-activity-item p{color:var(--ef-muted);margin:.2rem 0 0;font-size:.85rem}.ef-activity-item time{color:var(--ef-muted);white-space:nowrap;font-size:.78rem}.ef-student-profile-form{flex-direction:column;gap:.25rem;display:flex}.ef-student-profile-form__grid{grid-template-columns:1fr 1fr;gap:0 1rem;display:grid}.ef-student-profile-form__grid--3{grid-template-columns:1.2fr .8fr .9fr}@media (width<=640px){.ef-student-profile-form__grid,.ef-student-profile-form__grid--3{grid-template-columns:1fr}}.ef-student-profile-form__address{border:none;margin:.5rem 0 0;padding:0}.ef-student-profile-form__address legend{color:var(--ef-text);margin-bottom:.5rem;font-size:.82rem;font-weight:700}.ef-avatar-upload{border-bottom:1px solid var(--ef-border);align-items:center;gap:1.25rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.ef-avatar-upload__preview-wrap{flex-shrink:0;position:relative}.ef-avatar-upload__preview-wrap.has-photo .ef-avatar-upload__view{color:#fff;cursor:pointer;opacity:0;background:#0f172a8c;border:none;border-radius:50%;justify-content:center;align-items:center;margin:0;padding:0;transition:opacity .15s;display:flex;position:absolute;inset:0}.ef-avatar-upload__preview-wrap.has-photo:hover .ef-avatar-upload__view,.ef-avatar-upload__preview-wrap.has-photo .ef-avatar-upload__view:focus-visible{opacity:1}.ef-avatar-upload__preview-wrap.has-photo .ef-avatar-upload__view:focus-visible{outline:2px solid var(--ef-teal);outline-offset:2px}.ef-avatar-upload__preview{background:var(--ef-teal-soft);width:88px;height:88px;color:var(--ef-teal);border:2px solid var(--ef-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex;overflow:hidden}.ef-avatar-upload__preview img{width:100%;height:100%}.ef-avatar-upload__actions{flex-direction:column;align-items:flex-start;gap:.35rem;display:flex}.ef-avatar-upload__input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.ef-avatar-upload__hint{color:var(--ef-muted);margin:0;font-size:.78rem}.ef-avatar-viewer{background:#0f172a;max-width:min(90vw,28rem);padding:0;overflow:hidden}.ef-avatar-viewer img{object-fit:contain;width:100%;max-height:min(80vh,28rem);display:block}.ef-student-invite__review-avatar{border-radius:50%;width:56px;height:56px;margin-bottom:.5rem}.ef-profile-menu__avatar,.ef-avatar-upload__preview img,.ef-student-header__avatar,.ef-student-table__avatar,.ef-student-header-bar__avatar,.ef-student-invite__review-avatar,.ef-wizard__review-avatar,.ef-directory-form__review-avatar{object-fit:contain;object-position:center center;background-color:var(--ef-teal-soft)}.ef-student-header__meta{font-weight:500;color:var(--ef-text)!important;font-size:.88rem!important}.ef-student-profile-card{margin-bottom:1.5rem}.ef-student-profile-card:not(:has(.ef-card__head)){padding:1.5rem}:is(.ef-student-profile-card:not(:has(.ef-card__head)) .ef-student-profile-form,.ef-student-profile-card:not(:has(.ef-card__head)) .ef-wizard__error){margin-left:0;margin-right:0;padding:0}:is(.ef-page--directory-form .ef-student-profile-card:not(:has(.ef-card__head)) .ef-student-profile-form,.ef-page--directory-form .ef-student-profile-card:not(:has(.ef-card__head)) .ef-wizard__error){padding:0}.ef-student-profile-card:not(:has(.ef-card__head)) .ef-wizard__error{margin-top:1rem}.ef-student-profile-card__head{text-transform:none;letter-spacing:normal}.ef-student-profile-card__head h2{color:var(--ef-text);margin:0;font-size:1rem;font-weight:700}.ef-student-profile-card__actions{align-items:center;gap:.5rem;display:flex}.ef-student-profile-card__saved{color:var(--ef-success);font-size:.82rem;font-weight:600}.ef-student-profile-card .ef-student-profile-form,.ef-student-profile-card .ef-wizard__error{margin-left:1.25rem;margin-right:1.25rem}.ef-student-profile-card .ef-student-profile-form{padding:1.25rem 0}.ef-student-profile-card .ef-wizard__error{margin-bottom:1rem}.ef-student-profile-dl{gap:1rem;margin:0;padding:1.25rem;display:grid}.ef-student-profile-dl--meta{border-bottom:1px solid var(--ef-border);margin-bottom:0;padding-bottom:0}.ef-student-profile-dl--meta+.ef-student-profile-form{padding-top:1rem}.ef-student-profile-dl>div:first-child dt{padding-top:.15rem}.ef-student-profile-dl div{gap:.25rem;display:grid}.ef-student-profile-dl dt{text-transform:uppercase;letter-spacing:.04em;color:var(--ef-muted);font-size:.72rem;font-weight:700}.ef-student-profile-dl dd{color:var(--ef-text);margin:0;font-size:.95rem}.ef-student-table__qual{max-width:200px;color:var(--ef-muted)}.ef-student-shell{background:#fff;flex-direction:column;min-height:100%;display:flex}.ef-student-header-bar{border-bottom:1px solid var(--ef-border);background:#fff;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:1rem 1.25rem;padding:.65rem 1.5rem;display:grid}.ef-student-header-bar--course{grid-template-columns:auto minmax(0,1fr) auto auto}.ef-student-header-bar--course .ef-student-header-bar__nav{grid-column:3}.ef-student-header-bar--course .ef-student-header-bar__actions{grid-column:4}@media (width<=900px){.ef-student-header-bar{grid-template-columns:auto 1fr auto;grid-template-areas:"brand actions actions""search search nav";row-gap:.75rem}.ef-student-header-bar__brand{grid-area:brand}.ef-student-header-bar__search{grid-area:search;max-width:none}.ef-student-header-bar__nav{grid-area:nav;justify-self:end}.ef-student-header-bar__actions{grid-area:actions}.ef-student-header-bar--course{grid-template-columns:auto 1fr auto;grid-template-areas:"brand actions actions""nav nav nav"}.ef-student-header-bar--course .ef-student-header-bar__nav{grid-area:nav/auto;justify-self:end}.ef-student-header-bar--course .ef-student-header-bar__actions{grid-area:actions/auto}}.ef-student-header-bar__brand{min-width:0;max-width:min(16rem,40vw);color:inherit;align-items:center;gap:.65rem;text-decoration:none;display:flex}.ef-student-header-bar__brand:has(.ef-student-header-bar__logo-img){max-width:min(18rem,44vw)}.ef-student-header-bar__logo-icon{border-radius:var(--ef-radius-sm);background:var(--ef-teal-soft);width:2.125rem;height:2.125rem;color:var(--ef-teal);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ef-student-header-bar__brand-name{font-family:var(--ef-font-brand);letter-spacing:.01em;color:var(--ef-navy);white-space:nowrap;text-overflow:ellipsis;font-size:1.1rem;font-weight:500;line-height:1.2;overflow:hidden}.ef-student-header-bar__search{border:1px solid var(--ef-border);min-width:200px;max-width:360px;color:var(--ef-muted);background:#f8fafc;border-radius:999px;flex:1;align-items:center;gap:.5rem;padding:.45rem .75rem;display:flex}.ef-student-header-bar__search input{background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.ef-student-header-bar__nav{align-items:center;gap:1.25rem;font-size:.9rem;font-weight:600;display:flex}.ef-student-header-bar__nav a{color:var(--ef-muted);border-bottom:2px solid #0000;padding-bottom:.15rem}.ef-student-header-bar__nav a.is-active{color:var(--ef-navy);border-bottom-color:var(--ef-teal)}.ef-student-header-bar__actions{align-items:center;gap:.65rem;margin-left:auto;display:flex}.ef-student-header-bar__avatar{border:2px solid var(--ef-border);border-radius:50%;width:36px;height:36px}.ef-student-main{flex:1;padding:1.5rem 1.75rem 2.5rem}.ef-student-shell--lesson-immersive{height:100dvh;min-height:100dvh;max-height:100dvh;overflow:hidden}.ef-student-shell--lesson-immersive .ef-student-header-bar{flex-shrink:0}.ef-student-main--lesson-immersive{flex-direction:column;flex:1 1 0;min-height:0;padding:0;display:flex;overflow:hidden}.ef-student-main>.ef-page{width:100%;max-width:1200px;margin:0 auto;padding:0}.ef-student-dashboard{max-width:1200px;margin:0 auto;padding-bottom:2.5rem}.ef-student-dashboard__intro{margin-bottom:1.75rem}.ef-student-dashboard__intro h1{font-family:var(--ef-font-brand);letter-spacing:.01em;color:var(--ef-navy);margin:0 0 .4rem;font-size:clamp(1.65rem,3.2vw,2.15rem);font-weight:500;line-height:1.2}.ef-student-dashboard__intro p{color:var(--ef-muted);margin:0;font-size:.95rem}.ef-student-dashboard__empty{text-align:center;border:1px dashed var(--ef-border);border-radius:var(--ef-radius);background:linear-gradient(#f8fafc 0%,#fff 100%);flex-direction:column;grid-column:1/-1;align-items:center;gap:.65rem;padding:3rem 1.5rem;display:flex}.ef-student-dashboard__empty-title{font-family:var(--ef-font-brand);color:var(--ef-navy);margin:0;font-size:1.2rem;font-weight:500}.ef-student-dashboard__empty .ef-btn{margin-top:.5rem}.ef-student-hero{border-radius:calc(var(--ef-radius) + 2px);color:#fff;background:linear-gradient(135deg,#0f2744 0%,#134e63 52%,#0f766e 100%);border:1px solid #ffffff1a;grid-template-columns:1fr minmax(240px,340px);gap:1.75rem;margin-bottom:2.25rem;padding:1.85rem;display:grid;position:relative;overflow:hidden;box-shadow:0 4px 6px #0f274414,0 16px 40px #0f27442e}.ef-student-hero:before{content:"";pointer-events:none;background:radial-gradient(70% 55% at 100% 0,#5eead42e,#0000 58%),radial-gradient(50% 40% at 0 100%,#ffffff0f,#0000 50%);position:absolute;inset:0}.ef-student-hero__content{z-index:1;flex-direction:column;justify-content:center;display:flex;position:relative}@media (width<=900px){.ef-student-hero{grid-template-columns:1fr}}.ef-student-hero__badge{text-transform:uppercase;letter-spacing:.07em;background:#ffffff24;border:1px solid #ffffff1f;border-radius:999px;width:fit-content;margin-bottom:.85rem;padding:.28rem .7rem;font-size:.7rem;font-weight:700;display:inline-block}.ef-student-hero h1{font-family:var(--ef-font-brand);letter-spacing:.01em;margin:0 0 .55rem;font-size:clamp(1.45rem,2.8vw,2rem);font-weight:500;line-height:1.25}.ef-student-hero__resume{opacity:.9;max-width:36rem;margin:0 0 1rem;font-size:.92rem}.ef-student-hero__progress{margin-bottom:1.25rem}.ef-progress--hero{background:#fff3;border-radius:999px;height:6px;margin-bottom:.35rem}.ef-progress--hero>span{background:#5eead4}.ef-student-hero__progress>span:last-child{opacity:.85;font-size:.82rem}.ef-student-hero__cta{width:fit-content;color:var(--ef-teal);background:#fff;border-color:#fff;transition:transform .18s,box-shadow .18s,background .18s;box-shadow:0 2px 8px #0000001f}.ef-student-hero__cta:hover{background:#f0fdfa;transform:translateY(-1px);box-shadow:0 6px 18px #0000002e}.ef-student-hero__visual{z-index:1;border-radius:var(--ef-radius);border:2px solid #ffffff24;min-height:190px;position:relative;overflow:hidden;box-shadow:0 10px 28px #00000047}.ef-student-hero__visual img,.ef-student-hero__visual .ef-course-thumb-placeholder{object-fit:cover;width:100%;height:100%}.ef-student-hero__play{color:#fff;background:#00000038;justify-content:center;align-items:center;transition:background .25s;display:flex;position:absolute;inset:0}.ef-student-hero:hover .ef-student-hero__play{background:#00000061}.ef-student-hero__play svg{filter:drop-shadow(0 2px 8px #00000059);width:48px;height:48px}.ef-student-section-head{border-bottom:1px solid var(--ef-border);justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.35rem;padding-bottom:.85rem;display:flex}.ef-student-section-head h2{font-family:var(--ef-font-brand);letter-spacing:.01em;color:var(--ef-navy);margin:0 0 .3rem;font-size:1.3rem;font-weight:500}.ef-student-section-head p{color:var(--ef-muted);margin:0;font-size:.9rem}.ef-student-course-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.35rem;margin-bottom:2rem;display:grid}.ef-student-course-list{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.ef-student-course-list .ef-student-course-card{grid-template-columns:200px 1fr;display:grid}.ef-student-course-card{border:1px solid var(--ef-border);border-radius:calc(var(--ef-radius) + 2px);box-shadow:var(--ef-shadow);background:#fff;transition:transform .22s,box-shadow .22s,border-color .22s;overflow:hidden}.ef-student-course-card:hover{border-color:#0f766e47;transform:translateY(-4px);box-shadow:0 4px 8px #0f27440f,0 14px 32px #0f27441a}.ef-student-course-card__thumb-link{height:10.5rem;display:block;position:relative;overflow:hidden}.ef-student-course-list .ef-student-course-card__thumb-link{height:100%;min-height:120px}.ef-student-course-list .ef-student-course-card__access-badge{inset:auto 8px 8px auto}.ef-student-course-list .ef-student-course-card__cat{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 16px);overflow:hidden}.ef-student-course-card__thumb-link img,.ef-student-course-card__thumb-link .ef-course-thumb-placeholder{object-fit:cover;width:100%;height:100%;transition:transform .35s}.ef-student-course-card:hover .ef-student-course-card__thumb-link img,.ef-student-course-card:hover .ef-student-course-card__thumb-link .ef-course-thumb-placeholder{transform:scale(1.05)}.ef-student-course-card__cat{z-index:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;text-transform:uppercase;letter-spacing:.04em;background:#0f2744b8;border-radius:999px;padding:.25rem .55rem;font-size:.65rem;font-weight:700;position:absolute;top:10px;left:10px}.ef-student-course-card__access-badge{z-index:2;letter-spacing:.03em;text-transform:uppercase;pointer-events:none;border-radius:4px;padding:.28rem .55rem;font-size:.68rem;font-weight:700;line-height:1.2;position:absolute;top:8px;right:8px;box-shadow:0 1px 4px #0f172a33}.ef-student-course-card__access-badge--expired{color:#b45309;background:#fef3c7}.ef-student-course-card__access-badge--suspended{color:#b91c1c;background:#fee2e2}.ef-student-course-card--expired .ef-student-course-card__thumb-link img,.ef-student-course-card--expired .ef-student-course-card__thumb-link .ef-course-thumb-placeholder{filter:grayscale(.35)}.ef-student-course-card__body{padding:1.05rem 1.1rem 1.15rem}.ef-student-course-card__body h3{margin:0 0 .4rem;font-size:1.02rem;line-height:1.35}.ef-student-course-card__body h3 a{color:var(--ef-navy);transition:color .15s}.ef-student-course-card:hover .ef-student-course-card__body h3 a{color:var(--ef-teal)}.ef-student-course-card__code{color:var(--ef-muted);margin:0 0 .35rem;font-size:.75rem;font-weight:600}.ef-student-course-card__body p{color:var(--ef-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .75rem;font-size:.82rem;display:-webkit-box;overflow:hidden}.ef-student-course-card__progress{align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.ef-student-course-card__progress .ef-progress{border-radius:999px;flex:1;height:6px;overflow:hidden}.ef-student-course-card__progress .ef-progress>span{background:linear-gradient(90deg, var(--ef-teal) 0%, var(--ef-accent-bar) 100%);border-radius:999px}.ef-student-course-card__progress>span:last-child{color:var(--ef-teal);text-align:right;min-width:2.25rem;font-size:.78rem;font-weight:600}.ef-student-course-card__resume{color:var(--ef-teal);background:var(--ef-teal-soft);border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.82rem;font-weight:700;transition:background .18s,color .18s;display:inline-flex}.ef-student-course-card__resume:hover{background:var(--ef-teal);color:#fff}.ef-student-course-card__resume svg{width:.85rem;height:.85rem}.ef-student-bottom{grid-template-columns:1.2fr 1fr;gap:1.25rem;display:grid}@media (width<=900px){.ef-student-bottom{grid-template-columns:1fr}}.ef-student-streak{padding:1.25rem;position:relative}.ef-student-streak h2,.ef-student-tasks h2{text-transform:uppercase;letter-spacing:.04em;color:var(--ef-muted);margin:0 0 .5rem;font-size:1rem}.ef-student-streak__stats{gap:2rem;margin-top:1rem;display:flex}.ef-student-streak__stats strong{color:var(--ef-navy);font-size:1.5rem;display:block}.ef-student-streak__stats span{color:var(--ef-muted);font-size:.78rem}.ef-student-streak__ring{text-align:center;width:72px;color:var(--ef-teal);font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem}.ef-student-streak__ring svg{width:72px;height:72px;transform:rotate(-90deg)}.ef-student-streak__ring-bg{fill:none;stroke:#e2e8f0;stroke-width:3px}.ef-student-streak__ring-fill{fill:none;stroke:var(--ef-teal);stroke-width:3px}.ef-student-tasks{padding:1.25rem}.ef-student-tasks ul{margin:0 0 1rem;padding:0;list-style:none}.ef-student-tasks li{border-bottom:1px solid var(--ef-border);gap:.75rem;padding:.75rem 0;display:flex}.ef-student-tasks li strong{font-size:.9rem;display:block}.ef-student-tasks__due--urgent{color:#dc2626;font-size:.78rem;font-weight:600}.ef-student-tasks__all{width:100%}.ef-student-course-view{grid-template-columns:minmax(0,1fr) 340px;gap:1.5rem;max-width:1400px;margin:0 auto;display:grid}@media (width<=1100px){.ef-student-course-view{grid-template-columns:1fr}}.ef-student-course-view__main{border:1px solid var(--ef-border);border-radius:calc(var(--ef-radius) + 4px);background:#fff;flex-direction:column;gap:0;min-width:0;padding:1.35rem 1.5rem 1.75rem;display:flex;box-shadow:0 1px 2px #0f172a0a,0 12px 40px -16px #0f172a1f}.ef-student-course-view--immersive{--ef-immersive-gutter:clamp(1.125rem, 4vw, 2.5rem);--ef-immersive-content:1100px;--ef-student-lesson-header-h:3.625rem;--ef-tab-dock-visible:clamp(13rem, 32vh, 20rem);--ef-video-hero-h:clamp(15rem, calc(100dvh - var(--ef-student-lesson-header-h) - var(--ef-tab-dock-visible)), 720px);flex-direction:row;flex:1;align-self:stretch;align-items:stretch;gap:0;width:100%;max-width:none;height:100%;min-height:0;margin:0;display:flex}.ef-student-main--lesson-immersive>.ef-student-course-view--immersive{flex:1;height:100%;min-height:0}.ef-student-course-view--immersive .ef-student-course-view__main{min-width:0;min-height:0;box-shadow:none;background:#fff;border:none;border-radius:0;flex-direction:column;flex:1;padding:0;display:flex;overflow:hidden}.ef-student-course-view--immersive .ef-student-course-view__main-scroll{overscroll-behavior:contain;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.ef-student-course-view--immersive .ef-student-course-view__cinema{padding:1.5rem var(--ef-immersive-gutter,clamp(1.125rem, 4vw, 2.5rem)) 1.75rem;background:radial-gradient(circle,#1a1a2e 0%,#0a0a14 100%);flex-shrink:0;overflow:visible}.ef-student-course-view--immersive .ef-student-course-view__cinema--video-hero,.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero{flex:0 0 var(--ef-video-hero-h);width:100%;height:var(--ef-video-hero-h);min-height:var(--ef-video-hero-h);max-height:var(--ef-video-hero-h);flex-direction:column;align-self:stretch;padding:0;display:flex;overflow:hidden}.ef-student-course-view--immersive .ef-student-course-view__cinema-inner{width:100%;max-width:var(--ef-immersive-content,1100px);margin:0 auto}.ef-student-course-view--immersive .ef-student-course-view__cinema--video-hero .ef-student-course-view__cinema-inner,.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-course-view__cinema-inner{flex-direction:column;flex:auto;max-width:none;height:100%;min-height:0;margin:0;display:flex;position:relative}.ef-student-course-view--immersive .ef-student-course-view__cinema .ef-student-learn-player{width:100%;max-width:100%;margin-bottom:0}.ef-student-course-view--immersive .ef-student-course-view__cinema--video-hero .ef-student-learn-player:not(.ef-student-learn-player--article){min-height:0;box-shadow:none;border-radius:0;flex-direction:column;flex:auto;display:flex}.ef-student-course-view--immersive .ef-student-course-view__cinema .ef-student-learn-player:not(.ef-student-learn-player--article) .ef-student-video:not(.ef-student-video--article){width:100%;max-width:100%}.ef-student-course-view--immersive .ef-student-course-view__cinema .ef-student-video:not(.ef-student-video--article){border-radius:.75rem;margin-bottom:0}.ef-student-course-view--immersive .ef-student-course-view__cinema:not(.ef-student-course-view__cinema--video-hero) .ef-student-learn-player:not(.ef-student-learn-player--article) .ef-student-video{border-radius:.75rem}.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-learn-player--article{height:100%;min-height:0;box-shadow:none;background:0 0;border-radius:0;flex-direction:column;flex:auto;margin-bottom:0;display:flex}.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-video--article{border-radius:0;flex-direction:column;flex:auto;height:100%;min-height:0;display:flex;overflow:hidden}.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-article-player{height:100%;min-height:0;box-shadow:none;border-top:none;border-left:none;border-right:none;border-radius:0;flex:auto}.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-article-player:not(:fullscreen) .ef-student-article-player__scroll{flex:auto;min-height:0;max-height:none;overflow-y:auto}.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-article-player__head{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:.85rem 3.25rem .75rem;position:relative}.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-article-player__head-text{width:100%;max-width:var(--ef-immersive-content,1100px);flex-direction:column;flex:none;align-items:center;display:flex}.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-article-player__badge{margin-bottom:.4rem}.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-article-player__title{text-align:center}.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-article-player__fullscreen{position:absolute;top:.65rem;right:.75rem}.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-quiz-player{height:100%;min-height:0;box-shadow:none;border-top:none;border-left:none;border-right:none;border-radius:0;flex:auto}.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-quiz-player:not(:fullscreen) .ef-student-quiz-player__scroll{flex:auto;min-height:0;max-height:none;overflow-y:auto}.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-quiz-player__head{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:.85rem 3.25rem .75rem;position:relative}.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-quiz-player__head-text{width:100%;max-width:var(--ef-immersive-content,1100px);flex-direction:column;flex:none;align-items:center;display:flex}.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-quiz-player__badge{margin-bottom:.4rem}.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-quiz-player__title,.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-quiz-player__subtitle{text-align:center}.ef-student-course-view--immersive .ef-student-course-view__cinema--article-hero .ef-student-quiz-player__fullscreen{position:absolute;top:.65rem;right:.75rem}.ef-student-lesson-cinema-nav{--ef-cinema-nav-accent:var(--ef-teal);--ef-cinema-nav-accent-hover:var(--ef-teal-hover);--ef-cinema-nav-label-border:var(--ef-teal);--ef-cinema-nav-h:2.75rem}.ef-student-lesson-cinema-nav--overlay{z-index:12;pointer-events:none;flex-direction:row;justify-content:space-between;align-items:center;padding:0;display:flex;position:absolute;inset:0}.ef-student-lesson-cinema-nav--overlay .ef-student-lesson-cinema-nav__cluster{pointer-events:auto}.ef-student-lesson-cinema-nav__cluster{flex-direction:row;align-items:stretch;min-width:0;max-width:100%;display:flex}.ef-student-lesson-cinema-nav__cluster--prev{justify-content:flex-start}.ef-student-lesson-cinema-nav__cluster--next{justify-content:flex-end}.ef-student-lesson-cinema-nav__btn{width:var(--ef-cinema-nav-h);min-width:var(--ef-cinema-nav-h);height:var(--ef-cinema-nav-h);min-height:var(--ef-cinema-nav-h);background:var(--ef-cinema-nav-accent);color:#fff;cursor:pointer;box-shadow:none;border:none;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:opacity .18s,background-color .15s,transform .15s;display:inline-flex}.ef-student-lesson-cinema-nav__btn:hover{background:var(--ef-cinema-nav-accent-hover);color:#fff}.ef-student-lesson-cinema-nav__btn:focus-visible{outline-offset:2px;outline:2px solid #fff}.ef-student-lesson-cinema-nav__btn svg{width:1.2rem;height:1.2rem}.ef-student-lesson-cinema-nav__cluster--prev .ef-student-lesson-cinema-nav__label{border-left:none;border-radius:0}.ef-student-lesson-cinema-nav__cluster--next .ef-student-lesson-cinema-nav__label{text-align:right;border-right:none;border-radius:0}.ef-student-lesson-cinema-nav__label{box-sizing:border-box;color:#fff;white-space:nowrap;text-overflow:ellipsis;opacity:0;background:#0f1116eb;border:0 solid #0000;border-radius:0;align-self:center;align-items:center;max-width:0;height:0;min-height:0;margin:0;padding:0;font-size:.8rem;font-weight:600;line-height:1.2;transition:max-width .22s,opacity .16s,padding .16s,border-width .12s,height .16s,min-height .16s;display:inline-flex;overflow:hidden}@media (hover:hover) and (pointer:fine){:is(.ef-student-lesson-cinema-nav__cluster--prev:has(.ef-student-lesson-cinema-nav__btn:hover) .ef-student-lesson-cinema-nav__label,.ef-student-lesson-cinema-nav__cluster--prev:has(.ef-student-lesson-cinema-nav__btn:focus-visible) .ef-student-lesson-cinema-nav__label,.ef-student-lesson-cinema-nav__cluster--next:has(.ef-student-lesson-cinema-nav__btn:hover) .ef-student-lesson-cinema-nav__label,.ef-student-lesson-cinema-nav__cluster--next:has(.ef-student-lesson-cinema-nav__btn:focus-visible) .ef-student-lesson-cinema-nav__label){max-width:min(46vw,15.5rem);height:var(--ef-cinema-nav-h);min-height:var(--ef-cinema-nav-h);border-width:1px;border-color:var(--ef-cinema-nav-label-border);opacity:1;padding:0 .7rem}}.ef-student-course-view--immersive .ef-student-course-view__cinema-inner:not(:hover):not(:focus-within):not(.is-cinema-nav-open) .ef-student-lesson-cinema-nav--overlay .ef-student-lesson-cinema-nav__btn{opacity:0;pointer-events:none}@media not all and (hover:hover) and (pointer:fine){:is(.ef-student-lesson-cinema-nav__cluster--prev:has(.ef-student-lesson-cinema-nav__btn:active) .ef-student-lesson-cinema-nav__label,.ef-student-lesson-cinema-nav__cluster--prev:has(.ef-student-lesson-cinema-nav__btn:focus-visible) .ef-student-lesson-cinema-nav__label,.ef-student-lesson-cinema-nav__cluster--next:has(.ef-student-lesson-cinema-nav__btn:active) .ef-student-lesson-cinema-nav__label,.ef-student-lesson-cinema-nav__cluster--next:has(.ef-student-lesson-cinema-nav__btn:focus-visible) .ef-student-lesson-cinema-nav__label){max-width:min(46vw,15.5rem);height:var(--ef-cinema-nav-h);min-height:var(--ef-cinema-nav-h);border-width:1px;border-color:var(--ef-cinema-nav-label-border);opacity:1;padding:0 .7rem}}@media (width<=520px){.ef-student-lesson-cinema-nav{--ef-cinema-nav-h:2.5rem}:is(.ef-student-lesson-cinema-nav__cluster--prev:has(.ef-student-lesson-cinema-nav__btn:hover) .ef-student-lesson-cinema-nav__label,.ef-student-lesson-cinema-nav__cluster--prev:has(.ef-student-lesson-cinema-nav__btn:focus-visible) .ef-student-lesson-cinema-nav__label,.ef-student-lesson-cinema-nav__cluster--next:has(.ef-student-lesson-cinema-nav__btn:hover) .ef-student-lesson-cinema-nav__label,.ef-student-lesson-cinema-nav__cluster--next:has(.ef-student-lesson-cinema-nav__btn:focus-visible) .ef-student-lesson-cinema-nav__label){max-width:min(52vw,11rem);padding:0 .55rem;font-size:.72rem}@media not all and (hover:hover) and (pointer:fine){.ef-student-lesson-cinema-nav__label{max-width:min(52vw,11rem);padding:0 .55rem;font-size:.72rem}}}.ef-student-course-view--immersive .ef-student-lesson-dock{background:#fff;border-top:1px solid #0f172a14;flex-direction:column;flex:1;width:100%;min-height:0;display:flex;overflow:hidden}.ef-student-course-view--immersive .ef-student-lesson-dock__tabs{scrollbar-width:none;border-bottom:1px solid var(--ef-border);background:#fff;flex-wrap:nowrap;flex-shrink:0;align-items:stretch;gap:0;margin:0;padding:0 clamp(1.125rem,4vw,2.5rem);display:flex;overflow-x:auto}.ef-student-course-view--immersive .ef-student-lesson-dock__tabs::-webkit-scrollbar{display:none}.ef-student-course-view--immersive .ef-student-lesson-dock__tabs button{color:var(--ef-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;border-radius:0;flex:none;margin:0;padding:.9rem 1.15rem;font-size:.875rem;font-weight:700;line-height:1.2;transition:color .15s,border-color .15s}.ef-student-course-view--immersive .ef-student-lesson-dock__tabs button:hover{color:var(--ef-teal)}.ef-student-course-view--immersive .ef-student-lesson-dock__tabs button.is-active{color:var(--ef-teal);box-shadow:none;border-bottom-color:var(--ef-teal);background:0 0}.ef-student-course-view--immersive .ef-student-lesson-dock__body{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:1rem clamp(1.125rem,4vw,2.5rem) 1.25rem;overflow:hidden auto}.ef-student-course-view--immersive .ef-student-lesson-dock__body .ef-student-tab-panel{max-width:var(--ef-immersive-content,1100px);margin:0 auto}.ef-student-course-view--immersive .ef-student-lesson-dock__head{margin:0 0 .85rem}.ef-student-course-view--immersive .ef-student-lesson-dock__head .ef-student-lesson-head__meta{margin:0 0 .55rem}.ef-student-course-view--immersive .ef-student-lesson-dock__head .ef-student-lesson-head__meta-row{margin:0}.ef-student-course-view--immersive .ef-student-lesson-dock__lesson-title{color:var(--ef-navy);margin:0 0 .65rem;font-size:clamp(1.2rem,2.4vw,1.55rem);line-height:1.3}.ef-student-course-view--immersive .ef-student-lesson-dock__course-name{letter-spacing:.05em;text-transform:uppercase;color:var(--ef-teal);text-overflow:ellipsis;white-space:nowrap;margin:0 0 .35rem;font-size:.78rem;font-weight:700;overflow:hidden}.ef-student-course-view--immersive .ef-student-course-view__scroll{padding:1.5rem var(--ef-immersive-gutter,clamp(1.125rem, 4vw, 2.5rem)) 2.25rem;flex:none;overflow:visible}.ef-student-course-view--immersive .ef-student-learn-top__course{letter-spacing:.06em;text-transform:uppercase;color:var(--ef-teal);font-size:.78rem;font-weight:800}.ef-student-lesson-tagline{color:var(--ef-muted);margin:0 0 1rem;font-size:1.05rem;line-height:1.55}.ef-student-course-view--immersive .ef-student-learn-top,.ef-student-course-view--immersive .ef-student-lesson-head--video,.ef-student-course-view--immersive .ef-student-lesson-meta-strip,.ef-student-course-view--immersive .ef-student-learn-content{max-width:var(--ef-immersive-content);width:100%;margin-left:auto;margin-right:auto}.ef-student-course-view--immersive .ef-student-learn-top{margin-bottom:1rem}.ef-student-course-view--immersive .ef-student-lesson-head--video{margin-bottom:.75rem}.ef-student-course-view--immersive .ef-student-lesson-tagline{margin:0 0 .85rem}.ef-student-course-view--immersive .ef-student-lesson-meta-strip{margin:0 0 1rem;padding:0}.ef-student-course-view--immersive .ef-student-lesson-head--video h1{margin-bottom:.4rem;font-size:clamp(1.35rem,2.8vw,1.85rem)}.ef-student-course-view--immersive .ef-student-lesson-head--video .ef-student-lesson-head__meta{margin:0 0 .5rem;font-size:.8rem}.ef-student-course-view--immersive .ef-student-lesson-head--video .ef-student-lesson-head__meta-row{margin-bottom:0}.ef-student-course-view--immersive .ef-student-learn-content{border-top:none;margin-top:.25rem;padding-top:0}.ef-student-course-view--immersive .ef-student-learn-content__toolbar{border:none;border-bottom:1px solid var(--ef-border);background:0 0;border-radius:0;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.75rem 1.5rem;margin-bottom:1rem;padding:0;display:flex}.ef-student-course-view--immersive .ef-student-learn-content__toolbar .ef-student-tabs{background:0 0;border:none;border-radius:0;flex-wrap:wrap;gap:0 1.5rem;margin-bottom:0;padding:0;display:flex}.ef-student-course-view--immersive .ef-student-learn-content__toolbar .ef-student-tabs button{color:var(--ef-muted);background:0 0;border-bottom:2px solid #0000;border-radius:0;margin-bottom:-1px;padding:.65rem .2rem .75rem;font-weight:600}.ef-student-course-view--immersive .ef-student-learn-content__toolbar .ef-student-tabs button.is-active{color:var(--ef-navy);box-shadow:none;border-bottom-color:var(--ef-navy);background:0 0}.ef-student-course-view--immersive>.ef-student-course-sidebar{border:none;border-left:1px solid var(--ef-border);width:min(100%,400px);height:auto;min-height:0;max-height:none;box-shadow:none;background:#fff;border-radius:0;flex-direction:column;flex:0 0 min(100%,400px);align-self:stretch;margin:0;padding:0;display:flex;position:relative;top:auto;overflow:hidden}.ef-student-course-view--immersive .ef-student-course-sidebar--tab-panel{width:100%;max-width:none;box-shadow:none;background:#fff;border:none;border-radius:0;flex-direction:column;margin:0;padding:0;display:flex}.ef-student-course-view--immersive .ef-student-course-sidebar--tab-panel .ef-student-curriculum{flex:0 auto;min-height:0;max-height:none;overflow-y:visible}.ef-student-course-view--immersive .ef-student-course-sidebar__head{background:#fff;border-bottom:none;flex-shrink:0;padding:1.25rem 1.25rem 1rem}.ef-student-course-view--immersive .ef-student-course-sidebar__progress{margin-bottom:0}.ef-student-course-view--immersive .ef-student-course-sidebar__progress .ef-progress{height:6px}.ef-student-course-view--immersive>.ef-student-course-sidebar .ef-student-curriculum{border-top:1px solid var(--ef-border);scrollbar-width:none;-ms-overflow-style:none;flex:auto;min-height:0;padding:0;overflow-y:auto}.ef-student-course-view--immersive .ef-student-curriculum__section{border-top:none}.ef-student-course-view--immersive .ef-student-curriculum__section+.ef-student-curriculum__section{border-top:1px solid var(--ef-border)}.ef-student-course-view--immersive>.ef-student-course-sidebar .ef-student-curriculum::-webkit-scrollbar{width:0;height:0;display:none}.ef-student-course-view--immersive .ef-student-curriculum__section-head{background:#fff;padding:.75rem 1.25rem}.ef-student-course-view--immersive .ef-student-curriculum ul{margin:0;padding:0}.ef-student-course-view--immersive .ef-student-curriculum li{border-bottom:1px solid var(--ef-border);background:#f1f5f9;margin:0;padding:0}.ef-student-course-view--immersive .ef-student-curriculum li:last-child{border-bottom:none}.ef-student-course-view--immersive .ef-student-curriculum li.is-active{background:var(--ef-teal-soft)}.ef-student-course-view--immersive .ef-student-curriculum__lesson{box-sizing:border-box;background:0 0;border-radius:0;width:100%;max-width:none;margin:0;padding:.65rem 1rem .65rem 1.25rem}.ef-student-course-view--immersive .ef-student-curriculum li>.ef-student-curriculum__lesson.is-locked{box-sizing:border-box;background:0 0;border-radius:0;width:100%;max-width:none;margin:0;padding:.65rem 1rem .65rem 1.25rem;display:flex}.ef-student-course-view--immersive .ef-student-curriculum li.is-active .ef-student-curriculum__lesson{background:0 0}.ef-student-course-view--immersive .ef-student-curriculum li.is-playing .ef-student-curriculum__lesson-link strong{color:var(--ef-teal)}@media (width<=1100px){.ef-student-course-view--immersive{--ef-tab-dock-visible:clamp(11rem, 30vh, 16rem);--ef-video-hero-h:clamp(12rem, calc(100dvh - var(--ef-student-lesson-header-h) - var(--ef-tab-dock-visible)), 380px);flex-direction:column;flex:auto;width:100%;height:100%;min-height:0}.ef-student-course-view--immersive>.ef-student-course-sidebar{border-top:none;border-left:none;border-bottom:1px solid var(--ef-border);flex:0 auto;order:1;align-self:stretch;width:100%;max-width:none;height:auto;min-height:0;max-height:none;position:static;overflow:visible}.ef-student-course-view--immersive .ef-student-course-view__main{flex:1;order:2;width:100%;min-height:0}.ef-student-course-view--immersive>.ef-student-course-sidebar .ef-student-curriculum{max-height:min(48vh,22rem)}.ef-student-course-view--immersive .ef-student-course-view__scroll{padding-left:max(1rem, var(--ef-immersive-gutter,1.125rem));padding-right:max(1rem, var(--ef-immersive-gutter,1.125rem));padding-bottom:2rem}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive>.ef-student-course-sidebar{border-bottom-color:var(--st-border)}}@media (width<=520px){.ef-student-course-view--immersive .ef-student-curriculum__section-head{flex-wrap:wrap;align-items:flex-start}.ef-student-course-view--immersive .ef-student-curriculum__section-head-main{min-width:0;max-width:calc(100% - 1.75rem)}.ef-student-course-view--immersive .ef-student-curriculum__section-head-meta{white-space:normal;max-width:100%}}.ef-student-learn-top{color:var(--ef-muted);flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-bottom:1.15rem;font-size:.82rem;display:flex}.ef-student-learn-back{color:var(--ef-teal);align-items:center;gap:.3rem;font-weight:600;text-decoration:none;transition:color .15s,opacity .15s;display:inline-flex}.ef-student-learn-back:hover{color:var(--ef-navy)}.ef-student-learn-back svg{flex-shrink:0;width:1rem;height:1rem}.ef-student-learn-top__sep{color:var(--ef-border);-webkit-user-select:none;user-select:none}.ef-student-learn-top__course{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;color:var(--ef-navy);font-weight:500;overflow:hidden}.ef-student-lesson-head--video{margin-bottom:1rem;display:block}.ef-student-lesson-head--video h1{letter-spacing:-.02em;margin:0 0 .65rem;font-size:clamp(1.2rem,2.5vw,1.55rem);line-height:1.25}.ef-student-lesson-head__meta-row{flex-wrap:wrap;align-items:center;gap:.45rem .55rem;display:flex}.ef-student-lesson-head--video .ef-student-lesson-head__meta{flex:100%;margin:.15rem 0 0}.ef-student-learn-badge{letter-spacing:.02em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.35rem;padding:.22rem .6rem;font-size:.72rem;font-weight:700;line-height:1.2;display:inline-flex}.ef-student-learn-badge svg{flex-shrink:0;width:.85rem;height:.85rem}.ef-student-learn-badge--video{color:#0e7490;background:#0e74901a}.ef-student-learn-badge--article{color:#4f46e5;background:#6366f11a}.ef-student-learn-badge--done{color:#059669;background:#10b9811f}.ef-student-learn-badge--progress{color:#b45309;background:#f59e0b24}.ef-student-learn-badge--locked{color:#b45309;background:#d9770624}.ef-student-learn-player{border-radius:calc(var(--ef-radius) + 2px);background:linear-gradient(145deg,#0f172a 0%,#1e293b 55%,#0f172a 100%);margin-bottom:1.25rem;overflow:hidden;box-shadow:0 0 0 1px #0f172a14,0 20px 50px -24px #0f172a73}.ef-student-learn-player--article{box-shadow:none;background:0 0;margin-bottom:.5rem;overflow:visible}.ef-student-learn-player .ef-student-video{border-radius:0;margin-bottom:0}.ef-student-learn-player:not(.ef-student-learn-player--article) .ef-student-video{aspect-ratio:16/9}.ef-student-learn-content{border-top:1px solid var(--ef-border);margin-top:.25rem;padding-top:1.15rem}.ef-student-learn-content .ef-student-tabs{border:1px solid var(--ef-border);background:#f8fafc;border-bottom:none;border-radius:999px;flex-wrap:wrap;gap:.2rem;margin-bottom:1.15rem;padding:.2rem;display:inline-flex}.ef-student-learn-content .ef-student-tabs button{border-bottom:none;border-radius:999px;margin-bottom:0;padding:.5rem 1rem;transition:background .15s,color .15s,box-shadow .15s}.ef-student-learn-content .ef-student-tabs button.is-active{color:var(--ef-teal);background:#fff;border-bottom-color:#0000;box-shadow:0 1px 4px #0f172a14}.ef-student-learn-content__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin-bottom:1.15rem;display:flex}.ef-student-learn-content__toolbar .ef-student-tabs{flex:1;min-width:0;margin-bottom:0}.ef-student-lesson-resources-dropdown{flex-shrink:0;position:relative}.ef-student-lesson-resources-dropdown__trigger{border:1px solid var(--ef-teal);color:var(--ef-teal);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.35rem;padding:.45rem .85rem;font-size:.88rem;font-weight:600;line-height:1.2;display:inline-flex}.ef-student-lesson-resources-dropdown__trigger:hover{background:var(--ef-teal-soft)}.ef-student-lesson-resources-dropdown__trigger-icon{align-items:center;line-height:0;display:flex}.ef-student-lesson-resources-dropdown__chevron{align-items:center;line-height:0;transition:transform .15s;display:flex}.ef-student-lesson-resources-dropdown__trigger.is-open .ef-student-lesson-resources-dropdown__chevron{transform:rotate(180deg)}.ef-student-lesson-resources-dropdown__count{background:var(--ef-teal-soft);min-width:1.1rem;height:1.1rem;color:var(--ef-teal);border-radius:999px;justify-content:center;align-items:center;margin-left:.15rem;padding:0 .3rem;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex}.ef-student-lesson-resources-dropdown.is-highlight .ef-student-lesson-resources-dropdown__trigger{animation:.9s 2 ef-student-tab-pulse}.ef-student-lesson-resources-dropdown__popover{z-index:30;border-radius:var(--ef-radius);background:var(--ef-white);border:1px solid var(--ef-border);min-width:min(22rem,100vw - 2rem);max-width:min(28rem,100vw - 1rem);max-height:min(70vh,26rem);box-shadow:var(--ef-shadow);padding:.65rem .75rem;position:absolute;top:calc(100% + .35rem);right:0;overflow:auto}.ef-student-lesson-resources-dropdown__popover--floating{z-index:200;box-sizing:border-box;border-radius:var(--ef-radius);background:var(--ef-white);border:1px solid var(--ef-border);padding:.65rem .85rem;position:fixed;overflow:visible;box-shadow:0 4px 16px #0f172a1f}.ef-student-resources--popover{min-width:0;max-width:100%;margin:0}.ef-student-resources__popover-links{flex-direction:column;gap:.15rem;max-height:min(65vh,22rem);margin:0;padding:0 .15rem 0 0;list-style:none;display:flex;overflow:hidden auto}.ef-student-resources__popover-link{box-sizing:border-box;border-radius:var(--ef-radius-sm);width:100%;max-width:100%;color:var(--ef-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem .6rem;font-size:.8125rem;transition:background .12s;display:flex}.ef-student-resources__popover-link:hover:not(:disabled){background:var(--ef-bg)}.ef-student-resources__popover-link.is-disabled{opacity:.55;cursor:default;display:flex}.ef-student-resources__popover-link-icon{width:1.125rem;height:1.125rem;color:var(--ef-teal);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ef-student-resources__popover-link-icon svg{width:1.125rem;height:1.125rem}.ef-student-resources__popover-link-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ef-text);flex:1;font-weight:500;overflow:hidden}.ef-student-resources--popover .ef-student-resources__error{margin:0 .35rem .35rem}.ef-student-lesson-resources-dropdown__popover .ef-student-resources__intro{display:none}.ef-student-lesson-resources-dropdown__popover .ef-student-resources{margin:0}.ef-student-lesson-meta-strip{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;margin:-.35rem 0 1rem;padding:0 .15rem;display:flex}.ef-student-lesson-meta-strip .ef-student-lesson-head__meta{margin:0}.ef-student-page-loading{min-height:40vh;color:var(--ef-muted);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.ef-student-video{aspect-ratio:16/9;border-radius:var(--ef-radius);background:#0f172a;margin-bottom:1.25rem;position:relative;overflow:hidden}.ef-student-video--article{aspect-ratio:auto;background:0 0;border:none;border-radius:0;min-height:0;max-height:none;display:block;overflow:visible}.ef-student-course-view--immersive .ef-student-course-view__cinema--video-hero .ef-student-learn-player:not(.ef-student-learn-player--article) .ef-student-video:not(.ef-student-video--article){aspect-ratio:unset;border-radius:0;flex:auto;min-height:0;margin-bottom:0}.ef-student-video--article:fullscreen{background:var(--ef-bg,#f1f5f9);flex-direction:column;min-height:100%;display:flex}.ef-student-article-player{border:1px solid var(--ef-border);background:#fff;border-radius:0;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px 3px #0f172a0f}.ef-student-article-player:fullscreen{min-height:100%;box-shadow:none;border:none;border-radius:0;flex:1}.ef-student-article-player__head{border-bottom:1px solid var(--ef-border);background:linear-gradient(#f8fafc 0%,#fff 100%);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem 1rem;display:flex}.ef-student-article-player__head-text{flex:1;min-width:0}.ef-student-article-player__badge{background:var(--ef-teal-soft);text-transform:uppercase;letter-spacing:.05em;color:var(--ef-teal);border-radius:999px;align-items:center;gap:.35rem;margin-bottom:.5rem;padding:.2rem .55rem;font-size:.7rem;font-weight:700;display:inline-flex}.ef-student-article-player__badge svg,.ef-student-quiz-player__badge svg{flex-shrink:0;width:14px;height:14px}.ef-student-article-player__title{color:var(--ef-navy);letter-spacing:-.02em;margin:0;font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:700;line-height:1.3}.ef-student-article-player__fullscreen{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm,6px);width:2.25rem;height:2.25rem;color:var(--ef-muted);cursor:pointer;background:#fff;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.ef-student-article-player__fullscreen:hover{background:var(--ef-teal-soft);border-color:var(--ef-teal);color:var(--ef-teal)}.ef-student-article-player__scroll{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ef-teal) var(--ef-teal-soft);background:#fff;max-height:min(62vh,600px);overflow-y:auto}.ef-student-article-player__scroll::-webkit-scrollbar{width:8px}.ef-student-article-player__scroll::-webkit-scrollbar-track{background:var(--ef-teal-soft)}.ef-student-article-player__scroll::-webkit-scrollbar-thumb{background:var(--ef-teal);border-radius:0}.ef-student-article-player__scroll::-webkit-scrollbar-thumb:hover{background:var(--ef-teal-hover)}.ef-student-article-player:fullscreen .ef-student-article-player__scroll{flex:1;max-height:none}.ef-student-article-player__prose{max-width:42rem;color:var(--ef-text);margin:0 auto;padding:1.75rem 1.5rem 2.25rem;font-size:1rem;line-height:1.7}.ef-student-article-player:fullscreen .ef-student-article-player__prose{max-width:48rem;padding:2rem 2.5rem 2.5rem}.ef-student-article-player__prose h1,.ef-student-article-player__prose h2,.ef-student-article-player__prose h3{color:var(--ef-navy);margin:1.5rem 0 .65rem;font-weight:700;line-height:1.3}.ef-student-article-player__prose h1:first-child,.ef-student-article-player__prose h2:first-child,.ef-student-article-player__prose h3:first-child{margin-top:0}.ef-student-article-player__prose h1{font-size:1.35rem}.ef-student-article-player__prose h2{font-size:1.15rem}.ef-student-article-player__prose h3{font-size:1.05rem}.ef-student-article-player__prose p{margin:0 0 1rem}.ef-student-article-player__prose p:last-child{margin-bottom:0}.ef-student-article-player__prose ul,.ef-student-article-player__prose ol{margin:0 0 1rem;padding-left:1.5rem}.ef-student-article-player__prose li{margin-bottom:.35rem}.ef-student-article-player__prose li:last-child{margin-bottom:0}.ef-student-article-player__prose a{color:var(--ef-teal);text-underline-offset:2px;font-weight:500}.ef-student-article-player__prose a:hover{text-decoration:underline}.ef-student-article-player__prose blockquote{border-left:3px solid var(--ef-teal);background:var(--ef-teal-soft);border-radius:0 var(--ef-radius-sm,6px) var(--ef-radius-sm,6px) 0;color:var(--ef-navy);margin:1.25rem 0;padding:.75rem 1rem}.ef-student-article-player__prose hr{border:none;border-top:1px solid var(--ef-border);margin:1.5rem 0}.ef-student-article-player__prose img{border-radius:var(--ef-radius-sm,6px);max-width:100%;height:auto;margin:1.25rem 0;display:block}.ef-student-article-player__prose strong{color:var(--ef-navy);font-weight:700}.ef-student-lesson-head--article{margin-top:-.25rem;margin-bottom:1rem}.ef-student-lesson-head--article .ef-student-lesson-head__meta{margin:0}.ef-student-video:not(.ef-student-video--article) .ef-student-video__stream{background:#0f172a;border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.ef-student-video__loader{z-index:2;color:#e2e8f0;background:#0f172aeb;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;font-size:.875rem;font-weight:600;display:flex;position:absolute;inset:0}.ef-student-video__notice{z-index:2;text-align:center;color:#f8fafc;background:#0f172ae0;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.5rem;display:flex;position:absolute;inset:0}.ef-student-video__notice-title{margin:0;font-size:.95rem;font-weight:600}.ef-student-video__notice p{color:#cbd5e1;max-width:22rem;margin:0;font-size:.85rem;line-height:1.45}.ef-student-video--locked{justify-content:center;align-items:center;min-height:12rem;display:flex}.ef-student-video__notice--locked{text-align:center;background:linear-gradient(#1e293b 0%,#0f172a 100%);flex-direction:column;justify-content:center;align-items:center;gap:.65rem;width:100%;min-height:12rem;padding:2rem 1.5rem}.ef-student-video__notice--locked svg{color:#fbbf24;width:2rem;height:2rem}.ef-student-curriculum__section-head-label{align-items:center;gap:.4rem;display:inline-flex}.ef-student-curriculum__section-lock{color:#d97706;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ef-student-curriculum__section-lock svg{color:#d97706;width:.95rem;height:.95rem}.ef-spinner{border:3px solid #fff3;border-top-color:var(--ef-teal);border-radius:50%;width:2.25rem;height:2.25rem;animation:.75s linear infinite ef-spin}.ef-spinner--inline{border-width:2px;flex-shrink:0;width:.7rem;height:.7rem}@keyframes ef-spin{to{transform:rotate(360deg)}}.ef-student-video__poster{object-fit:cover;opacity:.85;width:100%;height:100%}.ef-student-video__play{width:72px;height:72px;color:var(--ef-teal);cursor:pointer;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;margin:auto;display:flex;position:absolute;inset:0;box-shadow:0 8px 24px #0003}.ef-student-video__play svg{width:32px;height:32px;margin-left:4px}.ef-student-video__resume-hint{color:#fff;background:#000000a6;border-radius:4px;padding:.35rem .65rem;font-size:.78rem;position:absolute;bottom:12px;left:12px}.ef-student-lesson-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.ef-student-lesson-head h1{color:var(--ef-navy);margin:0 0 .35rem;font-size:1.35rem}.ef-student-lesson-head__meta{color:var(--ef-muted);margin:0;font-size:.88rem}.ef-student-lesson-head__actions{flex-wrap:wrap;gap:.5rem;display:flex}.ef-student-lesson-head__actions .is-saved{color:var(--ef-teal)}.ef-student-tabs{border-bottom:1px solid var(--ef-border);gap:.25rem;margin-bottom:1rem;display:flex}.ef-student-tabs button{color:var(--ef-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.65rem 1rem;font-size:.88rem;font-weight:600}.ef-student-tabs button.is-active{color:var(--ef-teal);border-bottom-color:var(--ef-teal)}.ef-student-tabs.is-highlight button.is-active{animation:.9s 2 ef-student-tab-pulse}.ef-student-tabs__count{background:var(--ef-teal-soft);min-width:1.1rem;height:1.1rem;color:var(--ef-teal);border-radius:999px;justify-content:center;align-items:center;margin-left:.35rem;padding:0 .3rem;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex}.ef-student-tab-panel.is-highlight{animation:1.8s ef-student-panel-highlight}.ef-student-tab-panel--resources{padding:.25rem 0}.ef-student-resources__intro{color:var(--ef-muted);margin:0 0 .85rem;font-size:.8125rem}.ef-student-resources__error{border-radius:var(--ef-radius-sm);color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;margin:0 0 .85rem;padding:.65rem .85rem;font-size:.8125rem}.ef-student-resources--empty,.ef-student-resources--locked{text-align:center;border:1px dashed var(--ef-border);border-radius:var(--ef-radius);background:var(--ef-bg);padding:1.5rem 1rem}.ef-student-resources--locked{background:#fffbeb;border-color:#fcd34d}.ef-student-resources__locked-icon{color:#d97706;margin-bottom:.5rem;display:inline-flex}.ef-student-resources__locked-icon svg{width:1.5rem;height:1.5rem}.ef-student-resources__empty-title{color:var(--ef-text);margin:0 0 .35rem;font-weight:600}.ef-student-resources__list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.ef-student-resources__card{border:1px solid var(--ef-border);border-radius:var(--ef-radius);box-shadow:var(--ef-shadow);background:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:.85rem 1rem;padding:.9rem 1rem;transition:border-color .15s,box-shadow .15s;display:grid}.ef-student-resources__card:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0f172a14}.ef-student-resources__icon{background:var(--ef-teal-soft);width:2.5rem;height:2.5rem;color:var(--ef-teal);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ef-student-resources__icon--link{color:#0369a1;background:#e0f2fe}.ef-student-resources__icon--pdf{color:#b45309;background:#fef3c7}.ef-student-resources__icon--image{color:#6d28d9;background:#ede9fe}.ef-student-resources__icon--zip{color:#1d4ed8;background:#dbeafe}.ef-student-resources__main{flex-direction:column;gap:.2rem;min-width:0;display:flex}.ef-student-resources__title{color:var(--ef-text);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:600;line-height:1.35;overflow:hidden}.ef-student-resources__meta{color:var(--ef-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.ef-student-resources__action{border:1px solid var(--ef-teal);background:var(--ef-teal-soft);color:var(--ef-teal-hover);cursor:pointer;white-space:nowrap;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:.35rem;padding:.5rem .85rem;font-size:.78rem;font-weight:700;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.ef-student-resources__action:hover:not(:disabled){background:var(--ef-teal);border-color:var(--ef-teal);color:#fff}.ef-student-resources__action:disabled{opacity:.75;cursor:wait}.ef-student-resources__action.is-loading{min-width:6.5rem}.ef-student-resources__action svg{flex-shrink:0;width:14px;height:14px}.ef-student-resources__unavailable{color:var(--ef-muted);flex-shrink:0;font-size:.78rem;font-style:italic}.ef-student-resources--popover .ef-student-resources__list{gap:.35rem}.ef-student-resources--popover .ef-student-resources__card{box-shadow:none;box-sizing:border-box;gap:.5rem;padding:.55rem .65rem .55rem .5rem}.ef-student-resources--popover .ef-student-resources__icon{width:2rem;height:2rem}.ef-student-resources--popover .ef-student-resources__title{font-size:.8125rem}.ef-student-resources__icon-link{border-radius:var(--ef-radius-sm);background:var(--ef-teal-soft);width:2rem;height:2rem;color:var(--ef-teal);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:inline-flex}.ef-student-resources__icon-link:hover:not(:disabled){background:var(--ef-teal);color:#fff}.ef-student-resources__icon-link:disabled{opacity:.7;cursor:wait}.ef-student-resources__icon-link.is-loading{cursor:wait}.ef-student-resources__icon-link svg{flex-shrink:0;width:17px;height:17px}@media (width<=520px){.ef-student-resources__card{grid-template-rows:auto auto;grid-template-columns:auto 1fr}.ef-student-resources__action,.ef-student-resources__icon-link,.ef-student-resources__unavailable{grid-column:1/-1;justify-self:start;margin-left:3.35rem}}@keyframes ef-student-tab-pulse{0%,to{color:var(--ef-teal)}50%{color:#0d9488;box-shadow:inset 0 -2px #0d9488}}@keyframes ef-student-panel-highlight{0%{box-shadow:0 0 #0d948873}40%{box-shadow:0 0 0 4px #0d948833}to{box-shadow:0 0 #0d948800}}.ef-student-tab-panel p{color:var(--ef-text);line-height:1.6}.ef-student-outcomes{background:var(--ef-teal-soft);border-radius:var(--ef-radius-sm);border:1px solid #c5e8e3;margin-top:1.25rem;padding:1rem 1.15rem}.ef-student-outcomes h3{margin:0 0 .5rem;font-size:.95rem}.ef-student-outcomes ul{margin:0;padding-left:1.2rem}.ef-student-course-sidebar{border:1px solid var(--ef-border);border-radius:calc(var(--ef-radius) + 4px);background:#fff;align-self:start;padding:1.15rem 1rem 1.25rem;position:sticky;top:1rem;box-shadow:0 1px 2px #0f172a0a,0 12px 40px -16px #0f172a1a}.ef-student-course-sidebar__head h2{color:var(--ef-navy);margin:0 0 .75rem;font-size:.95rem}.ef-student-course-sidebar__course-name{color:var(--ef-navy);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .35rem;font-size:1rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.ef-student-course-sidebar__curriculum-label{letter-spacing:.05em;text-transform:uppercase;color:var(--ef-muted);margin:0 0 .75rem;font-size:.72rem;font-weight:700}.ef-student-course-sidebar__progress{margin-bottom:1rem}.ef-student-course-sidebar__progress .ef-progress{height:5px;margin-bottom:.35rem}.ef-student-course-sidebar__progress>span{color:var(--ef-muted);font-size:.78rem}.ef-student-curriculum__section{border-top:1px solid var(--ef-border)}.ef-student-curriculum__section-head{text-align:left;cursor:pointer;width:100%;color:var(--ef-navy);background:0 0;border:none;justify-content:space-between;align-items:flex-start;gap:.5rem;padding:.75rem 0;font-size:.82rem;font-weight:700;display:flex}.ef-student-curriculum__section-head-main{flex-direction:column;flex:1;align-items:flex-start;gap:.2rem;min-width:0;display:flex}.ef-student-curriculum__section-head-meta{color:var(--ef-muted);letter-spacing:.02em;font-size:.72rem;font-weight:600}.ef-student-curriculum__section-head svg{color:var(--ef-muted);flex-shrink:0}.ef-student-curriculum__section-head>svg{margin-top:.15rem}.ef-student-curriculum__section-head .ef-student-curriculum__section-lock svg{color:#d97706}.ef-student-curriculum ul{margin:0 0 .5rem;padding:0;list-style:none}.ef-student-curriculum__lesson{border-radius:var(--ef-radius-sm);color:var(--ef-text);align-items:flex-start;gap:.35rem;padding:.5rem .35rem;font-size:.82rem;display:flex}.ef-student-curriculum__complete-toggle{cursor:pointer;color:var(--ef-muted);background:0 0;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;padding:0;display:flex}.ef-student-curriculum__complete-toggle:hover{color:var(--ef-teal)}.ef-student-curriculum__complete-toggle svg{width:1.1rem;height:1.1rem}.ef-student-curriculum__complete-toggle[aria-pressed=true]{color:var(--ef-success,#16a34a)}.ef-student-curriculum__lesson-link{min-width:0;color:inherit;flex:1;text-decoration:none;display:block}.ef-student-curriculum__lesson-link-inner{align-items:flex-start;gap:.4rem;display:flex}.ef-student-curriculum__lesson-type{color:var(--ef-muted);flex-shrink:0;align-items:center;margin-top:2px;display:flex}.ef-student-curriculum__lesson-type--video{color:var(--ef-teal)}.ef-student-curriculum__lesson-type--article{color:#6366f1}.ef-student-curriculum__lesson-type svg{width:.9rem;height:.9rem;margin-top:0}.ef-student-curriculum__lesson-type.is-playing{color:var(--ef-teal)}.ef-now-playing-bars{justify-content:center;align-items:flex-end;gap:2px;width:.9rem;height:.9rem;display:inline-flex}.ef-now-playing-bars__bar{transform-origin:bottom;background:currentColor;border-radius:999px;flex:1;max-width:3px;height:100%;animation:.75s ease-in-out infinite ef-now-playing-bar}.ef-now-playing-bars__bar:first-child{animation-delay:0s}.ef-now-playing-bars__bar:nth-child(2){animation-delay:.12s}.ef-now-playing-bars__bar:nth-child(3){animation-delay:.24s}@keyframes ef-now-playing-bar{0%,to{opacity:.55;transform:scaleY(.3)}50%{opacity:1;transform:scaleY(1)}}.ef-student-curriculum li.is-playing .ef-student-curriculum__lesson-link strong,.ef-student-curriculum__lesson-link:hover strong{color:var(--ef-teal)}.ef-student-curriculum__lesson svg{color:var(--ef-teal);flex-shrink:0;margin-top:2px}.ef-student-curriculum__lesson strong{font-weight:600;display:block}.ef-student-curriculum__lesson small{color:var(--ef-muted);font-size:.72rem}.ef-student-curriculum li.is-active .ef-student-curriculum__lesson{background:var(--ef-teal-soft)}.ef-student-curriculum__lesson.is-locked{cursor:not-allowed}.ef-student-curriculum__lesson-lock{color:#d97706;flex-shrink:0;justify-content:center;align-items:center;width:1.35rem;margin-top:1px;display:flex}.ef-student-curriculum__lesson.is-locked .ef-student-curriculum__lesson-lock svg{color:#d97706;width:1rem;height:1rem;margin-top:0}.ef-student-curriculum__lesson.is-locked .ef-student-curriculum__lesson-link-inner{opacity:.72}.ef-student-curriculum__lesson.is-completed .ef-student-curriculum__complete-toggle svg{color:var(--ef-success,#16a34a)}.ef-student-curriculum__resource-indicator{border-radius:var(--ef-radius-sm);width:1.65rem;height:1.65rem;color:var(--ef-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;margin-left:auto;padding:0;display:flex}.ef-student-curriculum__resource-indicator:hover,.ef-student-curriculum__resource-indicator.is-active{background:var(--ef-teal-soft);color:var(--ef-teal)}.ef-student-curriculum__resource-indicator svg{width:.95rem;height:.95rem;color:inherit;margin-top:0}.ef-student-curriculum__lesson.is-completed .ef-student-curriculum__lesson-link strong{color:inherit}.ef-student-curriculum li.is-active .ef-student-curriculum__lesson-link strong{color:var(--ef-teal)}.ef-student-lesson-nav{border-top:1px solid var(--ef-border);justify-content:space-between;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.ef-icon-flip-x{display:inline-flex;transform:scaleX(-1)}.ef-faculty-table__permissions{min-width:10rem;max-width:14rem}.ef-faculty-permissions-card h2{align-items:center;gap:.5rem;display:flex}.ef-faculty-permissions-card__body{padding:.5rem 1.5rem 1.5rem}.ef-faculty-permissions-card__body .ef-perm-assign{padding:0}.ef-faculty-permissions-card__body .ef-wizard__error{text-align:left;margin:1rem 0 0}.ef-faculty-permissions-card__admin-note{border-radius:var(--ef-radius-sm);color:#5b21b6;background:#f5f3ff;border:1px solid #ddd6fe;margin:0 0 1rem;padding:.75rem 1rem;font-size:.88rem;line-height:1.45}.ef-badge--platform-admin{color:#5b21b6;letter-spacing:.03em;text-transform:uppercase;background:#ede9fe;border-radius:999px;align-items:center;margin-top:.35rem;padding:.2rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.ef-perm-assign{flex-direction:column;gap:1.25rem;display:flex}.ef-perm-assign__summary{border-radius:var(--ef-radius);background:linear-gradient(135deg, var(--ef-navy) 0%, #1a3a5c 100%);color:#fff;box-shadow:var(--ef-shadow);padding:1rem 1.15rem}.ef-perm-assign__summary-main{align-items:center;gap:1rem;display:flex}.ef-perm-assign__count{border-radius:var(--ef-radius-sm);font-variant-numeric:tabular-nums;background:#ffffff1f;flex-direction:column;justify-content:center;align-items:center;min-width:3.5rem;padding:.5rem .65rem;font-size:1.5rem;font-weight:800;line-height:1;display:flex}.ef-perm-assign__count small{opacity:.75;margin-top:.2rem;font-size:.65rem;font-weight:600}.ef-perm-assign__summary-main strong{margin-bottom:.2rem;font-size:.95rem;display:block}.ef-perm-assign__summary-main p{opacity:.85;margin:0;font-size:.82rem;line-height:1.4}.ef-perm-assign__presets-label{letter-spacing:.05em;text-transform:uppercase;color:var(--ef-muted);margin-bottom:.55rem;font-size:.72rem;font-weight:700;display:block}.ef-perm-assign__preset-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;display:grid}@media (width<=960px){.ef-perm-assign__preset-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.ef-perm-assign__preset-row{grid-template-columns:1fr}}.ef-perm-preset{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);text-align:left;cursor:pointer;background:#fff;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.9rem 1rem;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.ef-perm-preset strong{color:var(--ef-navy);font-size:.88rem}.ef-perm-preset span{color:var(--ef-muted);font-size:.75rem;line-height:1.35}.ef-perm-preset:hover{border-color:var(--ef-teal);background:#f8fffe}.ef-perm-preset--active{border-color:var(--ef-teal);background:var(--ef-teal-soft);box-shadow:none}.ef-perm-assign__workspace{border:1px solid var(--ef-border);border-radius:var(--ef-radius);box-shadow:var(--ef-shadow);background:#fff;grid-template-columns:11.5rem minmax(0,1fr);gap:0;display:grid;overflow:hidden}@media (width<=720px){.ef-perm-assign__workspace{grid-template-columns:1fr}}.ef-perm-assign__nav{border-right:1px solid var(--ef-border);background:#f8fafc;flex-direction:column;gap:.35rem;padding:.75rem;display:flex}@media (width<=720px){.ef-perm-assign__nav{border-right:none;border-bottom:1px solid var(--ef-border);flex-flow:wrap}}.ef-perm-nav-item{border-radius:var(--ef-radius-sm);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;flex-direction:column;align-items:flex-start;gap:.1rem;width:100%;padding:.65rem .75rem;transition:background .15s,border-color .15s;display:flex}@media (width<=720px){.ef-perm-nav-item{flex:calc(33% - .35rem);min-width:7rem}}.ef-perm-nav-item__label{color:var(--ef-navy);font-size:.88rem;font-weight:700}.ef-perm-nav-item__hint{color:var(--ef-muted);font-size:.72rem}.ef-perm-nav-item__badge{font-variant-numeric:tabular-nums;color:var(--ef-muted);background:#e2e8f0;border-radius:999px;margin-top:.25rem;padding:.12rem .45rem;font-size:.68rem;font-weight:700}.ef-perm-nav-item--active{border-color:var(--ef-border);background:#fff;box-shadow:0 1px 3px #0f172a0f}.ef-perm-nav-item--active.ef-perm-nav-item--courses{border-left:3px solid var(--ef-teal)}.ef-perm-nav-item--active.ef-perm-nav-item--people{border-left:3px solid #2563eb}.ef-perm-nav-item--active.ef-perm-nav-item--platform{border-left:3px solid #7c3aed}.ef-perm-nav-item--active .ef-perm-nav-item__badge{background:var(--ef-teal-soft);color:var(--ef-teal)}.ef-perm-assign__panel{min-width:0;padding:1.15rem 1.25rem 1.25rem}.ef-perm-assign__panel-head{border-bottom:1px solid var(--ef-border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding-bottom:.85rem;display:flex}.ef-perm-assign__panel-head h3{color:var(--ef-navy);margin:0 0 .15rem;font-size:1.05rem}.ef-perm-assign__panel-head p{color:var(--ef-muted);margin:0;font-size:.82rem}.ef-perm-assign__panel-head--courses h3{color:var(--ef-teal)}.ef-perm-assign__panel-head--people h3{color:#2563eb}.ef-perm-assign__panel-head--platform h3{color:#7c3aed}.ef-perm-assign__panel-actions{color:var(--ef-muted);align-items:center;gap:.35rem;font-size:.85rem;display:flex}.ef-perm-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.ef-perm-tile-grid--flat{margin-top:1.25rem}.ef-perm-summary__list--flat{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.ef-perm-tile-grid>li{min-width:0;display:flex}@media (width<=900px){.ef-perm-tile-grid{grid-template-columns:1fr}}.ef-perm-tile{box-sizing:border-box;border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);cursor:pointer;background:#fff;border-left:3px solid #0000;grid-template-columns:auto 1fr auto;align-items:flex-start;gap:.85rem;width:100%;min-height:5.25rem;padding:1.05rem 1.15rem 1.05rem 1.1rem;transition:border-color .15s,background .15s,box-shadow .15s;display:grid;position:relative}.ef-perm-tile:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0f172a0a}.ef-perm-tile__input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.ef-perm-tile__icon{border-radius:var(--ef-radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-top:.1rem;display:flex}.ef-perm-tile__icon--courses{background:var(--ef-teal-soft);color:var(--ef-teal)}.ef-perm-tile__icon--people{color:#2563eb;background:#eff6ff}.ef-perm-tile__icon--platform{color:#7c3aed;background:#f5f3ff}.ef-perm-tile__copy{flex-direction:column;gap:.25rem;min-width:0;padding:.05rem .15rem 0 0;display:flex}.ef-perm-tile__copy strong{color:var(--ef-navy);font-size:.9rem;line-height:1.25}.ef-perm-tile__copy>span{color:var(--ef-muted);font-size:.78rem;line-height:1.35}.ef-perm-toggle{background:#cbd5e1;border-radius:999px;flex-shrink:0;align-self:flex-start;width:2.5rem;height:1.35rem;margin-top:.55rem;transition:background .2s;position:relative}.ef-perm-toggle__thumb{background:#fff;border-radius:50%;width:1.05rem;height:1.05rem;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0f172a33}.ef-perm-tile--on{border-color:var(--ef-teal);border-left-color:var(--ef-teal);box-shadow:none;background:linear-gradient(#f8fffe 0%,#fff 100%)}.ef-perm-tile--on.ef-perm-tile--people{border-color:#93c5fd #93c5fd #93c5fd #2563eb}.ef-perm-tile--on.ef-perm-tile--platform{border-color:#c4b5fd #c4b5fd #c4b5fd #7c3aed}.ef-perm-tile--on .ef-perm-toggle{background:var(--ef-teal)}.ef-perm-tile--on.ef-perm-tile--people .ef-perm-toggle{background:#2563eb}.ef-perm-tile--on.ef-perm-tile--platform .ef-perm-toggle{background:#7c3aed}.ef-perm-tile--on .ef-perm-toggle__thumb{transform:translate(1.1rem)}.ef-perm-tile:focus-within{outline:2px solid var(--ef-teal);outline-offset:2px}.ef-perm-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}@media (width<=900px){.ef-perm-summary{grid-template-columns:1fr}}.ef-perm-summary__group{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);background:#f8fafc;padding:1rem 1.05rem}.ef-perm-summary__heading{letter-spacing:.05em;text-transform:uppercase;margin:0 0 .65rem;font-size:.72rem;font-weight:700}.ef-perm-summary__heading--courses{color:var(--ef-teal)}.ef-perm-summary__heading--people{color:#2563eb}.ef-perm-summary__heading--platform{color:#7c3aed}.ef-perm-summary__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.ef-perm-summary__item{border-radius:var(--ef-radius-sm);border:1px solid var(--ef-border);background:#fff;align-items:flex-start;gap:.75rem;padding:.75rem .85rem;display:flex}.ef-perm-summary__icon{border-radius:var(--ef-radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.ef-perm-summary__icon--courses{background:var(--ef-teal-soft);color:var(--ef-teal)}.ef-perm-summary__icon--people{color:#2563eb;background:#eff6ff}.ef-perm-summary__icon--platform{color:#7c3aed;background:#f5f3ff}.ef-perm-summary__item strong{color:var(--ef-navy);font-size:.85rem;display:block}.ef-perm-summary__item small{color:var(--ef-muted);margin-top:.1rem;font-size:.72rem;line-height:1.35;display:block}.ef-perm-chip-row{flex-wrap:wrap;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.ef-perm-chip{white-space:nowrap;border-radius:999px;padding:.2rem .45rem;font-size:.7rem;font-weight:600;line-height:1.2}.ef-perm-chip--courses{color:var(--ef-teal);background:var(--ef-teal-soft)}.ef-perm-chip--people{color:#1d4ed8;background:#eff6ff}.ef-perm-chip--platform{color:#6d28d9;background:#f5f3ff}html[data-student-theme=dark],html[data-student-theme=dark] body,html[data-student-theme=dark] #root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0b1220}.ef-student-shell[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--st-bg:#0b1220;--st-surface:#151f32;--st-surface-2:#1e293b;--st-surface-3:#243044;--st-text:#f1f5f9;--st-muted:#94a3b8;--st-border:#334155;--st-heading:#e2e8f0;--st-teal-soft:#0f766e38;--st-shadow:0 1px 2px #00000059, 0 6px 16px #00000047;background:var(--st-bg);color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-student-header-bar{background:var(--st-bg);border-bottom-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-header-bar__brand,.ef-student-shell[data-theme=dark] .ef-student-header-bar__brand-name{color:var(--st-heading)}.ef-student-shell[data-theme=dark] .ef-student-header-bar__logo-icon{color:#5eead4;background:#14b8a626}.ef-student-shell[data-theme=dark] .ef-student-header-bar__search{background:var(--st-surface-2);border-color:var(--st-border);color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-student-header-bar__search input{color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-student-header-bar__search input::placeholder,.ef-student-shell[data-theme=dark] .ef-student-header-bar__nav a{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-student-header-bar__nav a.is-active{color:var(--st-heading);border-bottom-color:var(--ef-teal)}.ef-student-shell[data-theme=dark] .ef-student-theme-toggle{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-student-theme-toggle:hover{background:var(--st-surface-2);color:#fbbf24}.ef-student-shell[data-theme=dark] .ef-icon-btn{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-icon-btn:hover{background:var(--st-surface-2);color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-btn--ghost{background:var(--st-surface-2);border-color:var(--st-border);color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-btn--ghost:hover,.ef-student-shell[data-theme=dark] .ef-btn--ghost:focus-visible{background:var(--st-surface-3);color:var(--st-text);border-color:#475569}.ef-student-shell[data-theme=dark] .ef-muted-text,.ef-student-shell[data-theme=dark] .ef-student-page-loading,.ef-student-shell[data-theme=dark] .ef-student-lesson-head__meta,.ef-student-shell[data-theme=dark] .ef-student-section-head p{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-student-dashboard__intro h1,.ef-student-shell[data-theme=dark] .ef-student-dashboard__empty-title{color:var(--st-heading)}.ef-student-shell[data-theme=dark] .ef-student-dashboard__intro p{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-student-dashboard__empty{background:linear-gradient(180deg, var(--st-surface) 0%, var(--st-bg) 100%);border-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-section-head{border-bottom-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-course-card:hover{border-color:#5eead459;box-shadow:0 4px 8px #0003,0 14px 32px #00000040}.ef-student-shell[data-theme=dark] .ef-student-course-card:hover .ef-student-course-card__body h3 a,.ef-student-shell[data-theme=dark] .ef-student-course-card__progress>span:last-child{color:#5eead4}.ef-student-shell[data-theme=dark] .ef-student-course-card__resume{color:#5eead4;background:#14b8a626}.ef-student-shell[data-theme=dark] .ef-student-course-card__resume:hover{background:var(--ef-teal);color:#fff}.ef-student-shell[data-theme=dark] .ef-student-section-head h2,.ef-student-shell[data-theme=dark] .ef-student-lesson-head h1,.ef-student-shell[data-theme=dark] .ef-student-course-card__body h3 a,.ef-student-shell[data-theme=dark] .ef-student-course-card__body h3{color:var(--st-heading)}.ef-student-shell[data-theme=dark] .ef-student-course-card,.ef-student-shell[data-theme=dark] .ef-card,.ef-student-shell[data-theme=dark] .ef-student-course-view__main,.ef-student-shell[data-theme=dark] .ef-student-course-sidebar,.ef-student-shell[data-theme=dark] .ef-student-streak,.ef-student-shell[data-theme=dark] .ef-student-tasks{background:var(--st-bg);border-color:var(--st-border);box-shadow:var(--st-shadow)}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-course-view__main{background:var(--st-bg);box-shadow:none}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive>.ef-student-course-sidebar{background:var(--st-bg);border-left-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-course-sidebar--tab-panel{background:var(--st-bg)}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-course-sidebar__head{background:var(--st-bg);border-bottom:none}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-curriculum,.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-curriculum__section+.ef-student-curriculum__section{border-top-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-curriculum__section-head{background:var(--st-bg)}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-curriculum li{background:var(--st-surface-2);border-bottom-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-curriculum li.is-active{background:var(--st-teal-soft)}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-curriculum li.is-active .ef-student-curriculum__lesson{background:0 0}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-learn-top__course{color:#5eead4}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-lesson-dock{background:var(--st-bg);border-top-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-lesson-dock__tabs{background:var(--st-bg);border-bottom-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-lesson-dock__tabs button{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-lesson-dock__tabs button:hover{color:#5eead4}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-lesson-dock__tabs button.is-active{color:#5eead4;border-bottom-color:#5eead4}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-lesson-dock__lesson-title{color:var(--st-heading)}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-learn-content{border-top:none}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-learn-content__toolbar{border-bottom-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-learn-content__toolbar .ef-student-tabs{background:0 0}.ef-student-shell[data-theme=dark] .ef-student-course-view--immersive .ef-student-learn-content__toolbar .ef-student-tabs button.is-active{color:var(--st-heading);background:0 0;border-bottom-color:#5eead4}.ef-student-shell[data-theme=dark] .ef-student-lesson-cinema-nav__label{border-color:var(--ef-teal);color:var(--st-heading);background:#0f172af0;border-radius:0}.ef-student-shell[data-theme=dark] .ef-student-lesson-tagline{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-student-learn-back:hover{color:var(--st-heading)}.ef-student-shell[data-theme=dark] .ef-student-learn-content{border-top-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-learn-content .ef-student-tabs,.ef-student-shell[data-theme=dark] .ef-student-learn-content__toolbar .ef-student-tabs{background:var(--st-surface-2);border-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-learn-content .ef-student-tabs button.is-active,.ef-student-shell[data-theme=dark] .ef-student-learn-content__toolbar .ef-student-tabs button.is-active{background:var(--st-surface);color:#5eead4}.ef-student-shell[data-theme=dark] .ef-student-lesson-resources-dropdown__trigger{color:#5eead4;border-color:#5eead4}.ef-student-shell[data-theme=dark] .ef-student-lesson-resources-dropdown__trigger:hover{background:var(--st-teal-soft)}.ef-student-shell[data-theme=dark] .ef-student-lesson-resources-dropdown__count{color:#5eead4;background:#14b8a62e}.ef-student-shell[data-theme=dark] .ef-student-lesson-resources-dropdown__popover{background:var(--st-surface);border-color:var(--st-border);box-shadow:0 8px 28px #00000059}.ef-student-shell[data-theme=dark] .ef-student-course-sidebar__head h2,.ef-student-shell[data-theme=dark] .ef-student-course-sidebar__course-name{color:var(--st-heading)}.ef-student-shell[data-theme=dark] .ef-student-course-sidebar__curriculum-label,.ef-student-shell[data-theme=dark] .ef-student-course-sidebar__progress>span,.ef-student-shell[data-theme=dark] .ef-student-course-card__body p,.ef-student-shell[data-theme=dark] .ef-student-course-card__code{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-student-streak__stats strong{color:var(--st-heading)}.ef-student-shell[data-theme=dark] .ef-student-streak__ring-bg{stroke:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-tasks li{border-bottom-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-progress{background:var(--st-surface-3)}.ef-student-shell[data-theme=dark] .ef-student-filters{background:var(--st-bg);border-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-filters__input-wrap{background:var(--st-surface-2);border-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-input,.ef-student-shell[data-theme=dark] .ef-select,.ef-student-shell[data-theme=dark] textarea{background-color:var(--st-surface-2);border-color:var(--st-border);color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-input:disabled{background-color:var(--st-surface-3);color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}.ef-student-shell[data-theme=dark] .ef-student-video--article:fullscreen{background:var(--st-bg)}.ef-student-shell[data-theme=dark] .ef-student-article-player{background:var(--st-bg);border-color:var(--st-border);box-shadow:0 1px 3px #00000040}.ef-student-shell[data-theme=dark] .ef-student-article-player__head{background:var(--st-bg);border-bottom-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-article-player__title{color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-student-article-player__scroll{background:var(--st-bg);scrollbar-color:var(--ef-teal) #0f766e33}.ef-student-shell[data-theme=dark] .ef-student-article-player__scroll::-webkit-scrollbar-track{background:#0f766e33}.ef-student-shell[data-theme=dark] .ef-student-article-player__scroll::-webkit-scrollbar-thumb{background:var(--ef-teal)}.ef-student-shell[data-theme=dark] .ef-student-article-player__scroll::-webkit-scrollbar-thumb:hover{background:var(--ef-teal-hover)}.ef-student-shell[data-theme=dark] .ef-student-article-player__prose{color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-student-article-player__prose *{color:var(--st-text)!important}.ef-student-shell[data-theme=dark] .ef-student-article-player__prose a,.ef-student-shell[data-theme=dark] .ef-student-article-player__prose a *{color:#5eead4!important}.ef-student-shell[data-theme=dark] .ef-student-article-player__prose .ef-muted-text{color:var(--st-muted)!important}.ef-student-shell[data-theme=dark] .ef-student-article-player__prose h1,.ef-student-shell[data-theme=dark] .ef-student-article-player__prose h2,.ef-student-shell[data-theme=dark] .ef-student-article-player__prose h3,.ef-student-shell[data-theme=dark] .ef-student-article-player__prose strong{color:var(--st-text)!important}.ef-student-shell[data-theme=dark] .ef-student-article-player__prose blockquote{background:#2dd4bf1f;border-left-color:#5eead4;color:var(--st-text)!important}.ef-student-article-player__prose .cb-article-body{color:inherit;background:0 0;min-height:0;padding:0}.ef-student-shell[data-theme=dark] .ef-student-article-player__badge{color:#5eead4;background:#2dd4bf26}.ef-student-shell[data-theme=dark] .ef-student-article-player__fullscreen{background:var(--st-surface-2);border-color:var(--st-border);color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-student-tabs{border-bottom-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-tabs button{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-student-tabs button.is-active{color:#5eead4}.ef-student-shell[data-theme=dark] .ef-student-tabs__count{background:var(--st-teal-soft);color:#5eead4}.ef-student-shell[data-theme=dark] .ef-student-tab-panel p,.ef-student-shell[data-theme=dark] .ef-student-curriculum__lesson,.ef-student-shell[data-theme=dark] .ef-student-curriculum__lesson-link,.ef-student-shell[data-theme=dark] .ef-student-curriculum__section-head{color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-student-curriculum__section-head-meta{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-student-curriculum__section-lock,.ef-student-shell[data-theme=dark] .ef-student-curriculum__section-lock svg,.ef-student-shell[data-theme=dark] .ef-student-curriculum__lesson-lock,.ef-student-shell[data-theme=dark] .ef-student-curriculum__lesson-lock svg{color:#fbbf24}.ef-student-shell[data-theme=dark] .ef-student-curriculum__lesson small{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-student-curriculum__lesson.is-completed .ef-student-curriculum__lesson-link strong{color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-student-curriculum__lesson-type{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-student-curriculum__lesson-type--video{color:#5eead4}.ef-student-shell[data-theme=dark] .ef-student-curriculum__lesson-type--article{color:#a5b4fc}.ef-student-shell[data-theme=dark] .ef-student-curriculum li.is-active .ef-student-curriculum__lesson-link strong{color:#5eead4}.ef-student-shell[data-theme=dark] .ef-student-curriculum li.is-active .ef-student-curriculum__lesson{background:var(--st-teal-soft)}.ef-student-shell[data-theme=dark] .ef-student-curriculum__section{border-top-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-resources--empty{background:var(--st-surface-2);border-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-resources--locked{background:#fbbf2414;border-color:#fbbf2459}.ef-student-shell[data-theme=dark] .ef-student-resources__locked-icon{color:#fbbf24}.ef-student-shell[data-theme=dark] .ef-student-resources__empty-title{color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-student-resources__error{color:#fca5a5;background:#7f1d1d59;border-color:#f8717159}.ef-student-shell[data-theme=dark] .ef-student-resources__card{background:var(--st-surface-2);border-color:var(--st-border);box-shadow:none}.ef-student-shell[data-theme=dark] .ef-student-resources__card:hover{border-color:#475569}.ef-student-shell[data-theme=dark] .ef-student-resources__title{color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-student-resources__icon--link{color:#7dd3fc;background:#0369a140}.ef-student-shell[data-theme=dark] .ef-student-resources__icon--pdf{color:#fbbf24;background:#b4530940}.ef-student-shell[data-theme=dark] .ef-student-resources__icon--image{color:#c4b5fd;background:#6d28d940}.ef-student-shell[data-theme=dark] .ef-student-resources__icon--zip{color:#93c5fd;background:#1d4ed840}.ef-student-shell[data-theme=dark] .ef-student-resources__action{color:#5eead4;background:#0f766e33;border-color:#5eead4}.ef-student-shell[data-theme=dark] .ef-student-resources__action:hover:not(:disabled){background:var(--ef-teal);border-color:var(--ef-teal);color:#fff}.ef-student-shell[data-theme=dark] .ef-student-resources__icon-link{color:#5eead4;background:#0f766e33}.ef-student-shell[data-theme=dark] .ef-student-resources__icon-link:hover:not(:disabled){background:var(--ef-teal);color:#fff}.ef-student-shell[data-theme=dark] .ef-student-resources__popover-link:hover:not(:disabled){background:var(--st-surface-2)}.ef-student-shell[data-theme=dark] .ef-student-resources__popover-link-text{color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-student-resources__popover-link-icon{color:#5eead4}.ef-student-shell[data-theme=dark] .ef-student-lesson-nav{border-top-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-profile-card,.ef-student-shell[data-theme=dark] .ef-student-profile-form,.ef-student-shell[data-theme=dark] .ef-page .ef-card{background:var(--st-surface);border-color:var(--st-border);color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-field>span,.ef-student-shell[data-theme=dark] .ef-field label{color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-student-profile-form__address legend{color:var(--st-heading)}.ef-student-shell[data-theme=dark] .ef-page-head p,.ef-student-shell[data-theme=dark] .ef-breadcrumb span{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-avatar-upload{border-bottom-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-avatar-upload__preview{border-color:var(--st-border);background:var(--st-teal-soft);color:#5eead4}.ef-student-shell[data-theme=dark] .ef-avatar-upload__hint,.ef-student-shell[data-theme=dark] .ef-muted-text{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-card__head{border-bottom-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-card__head h2,.ef-student-shell[data-theme=dark] .ef-page h1{color:var(--st-heading)}.ef-student-shell[data-theme=dark] .ef-breadcrumb a{color:#5eead4}.ef-student-shell[data-theme=dark] .ef-view-toggle{background:var(--st-surface-2);border-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-view-toggle button{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-view-toggle--on,.ef-student-shell[data-theme=dark] .ef-view-toggle button.ef-view-toggle--on{background:var(--st-surface-3);color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-wizard__error{color:#fca5a5}.ef-student-shell[data-theme=dark] .ef-student-access__panel{background:var(--st-surface);border-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-access__panel--expired{background:#78350f33;border-color:#b4530973}.ef-student-shell[data-theme=dark] .ef-student-access__panel--forbidden,.ef-student-shell[data-theme=dark] .ef-student-access__panel--suspended{background:#7f1d1d38;border-color:#b91c1c73}.ef-student-shell[data-theme=dark] .ef-student-access__title{color:var(--st-heading)}.ef-student-shell[data-theme=dark] .ef-student-access__message,.ef-student-shell[data-theme=dark] .ef-student-access__details{color:var(--st-text-muted)}.ef-student-shell[data-theme=dark] .ef-student-card-alert--expired{color:#fcd34d;background:#78350f33;border-color:#b4530973}.ef-student-shell[data-theme=dark] .ef-student-card-alert__link{color:#fbbf24}.ef-student-shell[data-theme=dark] .ef-profile-menu__avatar,.ef-student-shell[data-theme=dark] .ef-avatar-upload__preview img,.ef-student-shell[data-theme=dark] .ef-student-header__avatar,.ef-student-shell[data-theme=dark] .ef-student-table__avatar,.ef-student-shell[data-theme=dark] .ef-student-header-bar__avatar,.ef-student-shell[data-theme=dark] .ef-student-invite__review-avatar,.ef-student-shell[data-theme=dark] .ef-wizard__review-avatar,.ef-student-shell[data-theme=dark] .ef-directory-form__review-avatar{background-color:var(--st-surface-2)}.ef-student-shell[data-theme=dark] .ef-profile-menu__dropdown{background:var(--st-surface);border-color:var(--st-border);box-shadow:var(--st-shadow)}.ef-student-shell[data-theme=dark] .ef-profile-menu__identity{border-bottom-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-profile-menu__identity strong{color:var(--st-heading)}.ef-student-shell[data-theme=dark] .ef-profile-menu__identity span{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-profile-menu__item{color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-profile-menu__item:hover,.ef-student-shell[data-theme=dark] .ef-profile-menu__item:focus-visible{background:var(--st-surface-2)}.ef-page--settings{max-width:1200px}.ef-settings-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.ef-settings-header h1{color:var(--ef-navy);margin:0 0 .35rem;font-size:1.65rem}.ef-settings-header__actions{flex-wrap:wrap;gap:.5rem;display:flex}.ef-settings-error{margin-bottom:1rem}.ef-settings-layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}@media (width<=900px){.ef-settings-layout{grid-template-columns:1fr}}.ef-settings-nav{top:calc(var(--ef-topbar-h) + 1rem);padding:.75rem 0;position:sticky}.ef-settings-nav__title{text-transform:uppercase;letter-spacing:.08em;color:var(--ef-muted);margin:0 0 .65rem;padding:0 .75rem;font-size:.68rem;font-weight:700}.ef-settings-nav ul{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.ef-settings-nav button{border-radius:var(--ef-radius-sm);width:100%;font:inherit;color:var(--ef-muted);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.55rem;padding:.55rem .75rem;font-size:.88rem;font-weight:600;display:flex}.ef-settings-nav button:hover{color:var(--ef-text);background:#fff}.ef-settings-nav button.is-active{color:var(--ef-teal);box-shadow:var(--ef-shadow);background:#fff}.ef-settings-panels{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.ef-settings-card{scroll-margin-top:calc(var(--ef-topbar-h) + 1rem)}.ef-settings-card__head{border-bottom:1px solid var(--ef-border);align-items:center;gap:.65rem;padding:1rem 1.25rem;display:flex}.ef-settings-card__head--split{flex-wrap:wrap;justify-content:space-between;gap:.75rem}.ef-settings-card__head--split>div{align-items:center;gap:.65rem;display:flex}.ef-settings-card__head h2{color:var(--ef-navy);margin:0;font-size:1rem;font-weight:700}.ef-settings-card__head>svg,.ef-settings-card__head--split>div>svg{color:var(--ef-teal);flex-shrink:0}.ef-settings-card__head .ef-btn svg{color:currentColor}.ef-settings-card__body{padding:1.25rem}.ef-settings-branding{flex-direction:column;gap:1rem;display:flex}.ef-settings-branding__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}@media (width<=720px){.ef-settings-branding__fields{grid-template-columns:1fr}}.ef-settings-branding-assets{border:1px solid var(--ef-border);border-radius:var(--ef-radius);background:#fafbfc;padding:.85rem 1rem}.ef-settings-branding-assets__title{text-transform:uppercase;letter-spacing:.04em;color:var(--ef-muted);margin:0 0 .65rem;font-size:.82rem;font-weight:700}.ef-settings-branding-assets__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem 1.25rem;display:grid}@media (width<=1100px){.ef-settings-branding-assets__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.ef-settings-branding-assets__grid{grid-template-columns:1fr}}.ef-platform-asset-upload{min-width:0}.ef-platform-asset-upload__name{color:var(--ef-navy);margin:0 0 .5rem;font-size:.78rem;font-weight:600}.ef-platform-asset-upload__row{flex-direction:row;align-items:flex-start;gap:.65rem;display:flex}.ef-platform-asset-upload__preview{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);background:#fff;flex-shrink:0;justify-content:center;align-items:center;width:3.75rem;height:3.75rem;display:flex;overflow:hidden;box-shadow:inset 0 0 0 1px #fff9}.ef-platform-asset-upload__preview--logo{background:#fff}.ef-platform-asset-upload__preview--logo-dark{background:#0f172a}.ef-platform-asset-upload__preview--logo-dark .ef-platform-asset-upload__fallback-logo{opacity:.72}.ef-platform-asset-upload__preview--favicon{background:#fff}.ef-platform-asset-upload__preview--login-hero{background:#0f2744}.ef-platform-asset-upload__preview--login-hero img{object-fit:cover;padding:0}.ef-platform-asset-upload__placeholder--login{color:#ffffff8c;font-size:.85rem}.ef-platform-asset-upload__preview img{object-fit:contain;width:100%;height:100%;padding:.35rem}.ef-platform-asset-upload__preview--favicon img{object-fit:contain;padding:.45rem}.ef-platform-asset-upload__placeholder{color:var(--ef-teal);font-size:1.1rem;font-weight:800}.ef-platform-asset-upload__placeholder--icon{color:var(--ef-muted);opacity:.5;font-size:.75rem}.ef-platform-asset-upload__actions{flex-wrap:wrap;flex:1;align-items:center;gap:.25rem .5rem;min-width:0;display:flex}.ef-platform-asset-upload__input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ef-platform-asset-upload__hint{color:var(--ef-muted);flex-basis:100%;margin:0;font-size:.72rem;line-height:1.35}.ef-settings-category-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem;display:grid}.ef-settings-category-card{border:1px solid var(--ef-border);border-radius:var(--ef-radius);background:#fafbfc;flex-direction:column;gap:0;min-height:5.5rem;padding:0;display:flex;overflow:hidden}.ef-settings-category-card__main{flex:1;align-items:flex-start;gap:.75rem;min-height:0;padding:.85rem 1rem;display:flex}.ef-settings-category-card__icon{border-radius:var(--ef-radius-sm);background:var(--ef-teal-soft);width:2.25rem;height:2.25rem;color:var(--ef-teal);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ef-settings-category-card__text{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.ef-settings-category-card__text strong{color:var(--ef-navy);word-break:break-word;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;font-size:.9rem;font-weight:700;line-height:1.35}.ef-settings-category-card__text span{color:var(--ef-muted);font-size:.78rem}.ef-settings-category-card__input{width:100%;padding:.4rem .5rem;font-size:.88rem}.ef-settings-category-card__error{color:#dc2626;font-size:.75rem}.ef-settings-category-card__actions{border-top:1px solid var(--ef-border);display:flex}.ef-settings-category-card__action{border:none;border-right:1px solid var(--ef-border);font:inherit;color:var(--ef-muted);text-align:center;cursor:pointer;background:#fff;border-radius:0;flex:1;margin:0;padding:.5rem .65rem;font-size:.78rem;font-weight:600}.ef-settings-category-card__action:last-child{border-right:none}.ef-settings-category-card__action:hover:not(:disabled):not(.ef-settings-category-card__action--muted){background:var(--ef-teal-soft);color:var(--ef-teal)}.ef-settings-category-card__action--primary{color:var(--ef-teal)}.ef-settings-category-card__action--primary:hover:not(:disabled){background:var(--ef-teal);color:#fff}.ef-settings-category-card__action--danger:hover:not(:disabled){color:#dc2626;background:#fef2f2}.ef-settings-category-card__action--muted{cursor:default;color:var(--ef-muted);opacity:.85}.ef-settings-category-card__action:disabled{opacity:.6;cursor:not-allowed}.ef-settings-add-category{border-bottom:1px solid var(--ef-border);flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.ef-settings-add-category .ef-input{flex:1;min-width:12rem}.ef-settings-regional{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}@media (width<=720px){.ef-settings-regional{grid-template-columns:1fr}}.ef-settings-toggles{flex-direction:column;gap:0;display:flex}.ef-settings-toggle{border-bottom:1px solid var(--ef-border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.ef-settings-toggle:last-child{border-bottom:none;padding-bottom:0}.ef-settings-toggle__text label{color:var(--ef-navy);cursor:pointer;font-size:.92rem;font-weight:600;display:block}.ef-settings-toggle__text p{color:var(--ef-muted);max-width:36rem;margin:.2rem 0 0;font-size:.82rem}.ef-settings-toggle--danger .ef-settings-toggle__text label{color:#dc2626}.ef-settings-footer{justify-content:flex-end;padding-top:.5rem;display:flex}.ef-topbar__logo-img{vertical-align:middle;width:auto;height:1.5rem;margin-right:.35rem}.ef-student-header-bar__logo-img{object-fit:contain;object-position:left center;flex-shrink:0;width:auto;max-width:6rem;height:2rem;display:block}.ef-maintenance{background:linear-gradient(160deg,#0f2744 0%,#1e4a7a 45%,#0f766e 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.25rem;display:flex}.ef-maintenance__card{border-radius:var(--ef-radius);text-align:center;background:#fff;width:100%;max-width:28rem;padding:2rem 1.75rem;box-shadow:0 20px 50px #0f274440}.ef-maintenance__brand{font-family:var(--ef-font-brand);letter-spacing:.01em;color:var(--ef-navy);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.1rem;font-weight:500;display:inline-flex}.ef-maintenance__logo{width:auto;height:2rem}.ef-maintenance__card h1{color:var(--ef-navy);margin:0 0 .75rem;font-size:1.5rem}.ef-maintenance__card>p{color:var(--ef-text);margin:0 0 1rem;font-size:.95rem;line-height:1.55}.ef-maintenance__subtitle{margin-bottom:1.25rem!important;font-size:.88rem!important}.ef-maintenance__card .ef-btn{margin-top:.5rem}.ef-login__maintenance{border-radius:var(--ef-radius-sm);color:#92400e;background:#fef3c7;border:1px solid #fcd34d;margin:0 0 1rem;padding:.65rem .85rem;font-size:.88rem;line-height:1.45}.cb-quiz-builder{flex-direction:column;gap:1.25rem;margin-top:.75rem;display:flex}.cb-quiz-builder__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.cb-quiz-builder__pass-label{align-items:center;gap:.5rem;font-size:.88rem;font-weight:600;display:flex}.cb-quiz-builder__pass-input{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);width:4.5rem;padding:.35rem .5rem}.cb-quiz-builder__empty{color:var(--ef-muted);margin:0;font-size:.88rem}.cb-quiz-builder__add-question{flex-shrink:0}.cb-quiz-builder__add-question-bottom{margin-top:.25rem}.cb-quiz-questions-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.cb-quiz-questions-head__label{margin:0;font-size:.92rem;font-weight:600}.cb-quiz-question-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.cb-quiz-question{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);background:#fff;overflow:hidden}.cb-quiz-question--collapsed{background:#fafafa}.cb-quiz-question__bar{align-items:stretch;gap:.25rem;display:flex}.cb-quiz-question__summary{min-width:0;font:inherit;text-align:left;cursor:pointer;color:var(--ef-text);background:0 0;border:none;flex:1;align-items:center;gap:.5rem;padding:.65rem .75rem;display:flex}.cb-quiz-question__summary:hover{background:#f1f5f9}.cb-quiz-question__summary-index{color:var(--ef-muted);flex-shrink:0;font-size:.88rem;font-weight:600}.cb-quiz-question__summary-text{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.88rem;font-weight:500;overflow:hidden}.cb-quiz-question__summary-mode{color:var(--ef-muted);flex-shrink:0;font-size:.78rem;font-weight:500}.cb-quiz-question__chev{color:var(--ef-muted);flex-shrink:0;display:inline-flex}.cb-quiz-question__chev svg{transition:transform .2s}.cb-quiz-question--expanded .cb-quiz-question__chev svg{transform:rotate(-180deg)}.cb-quiz-question__body{border-top:1px solid var(--ef-border);flex-direction:column;gap:1.25rem;padding:0 1rem 1.25rem;display:flex}.cb-quiz-question__type-row{align-items:center;gap:.65rem;padding-top:1rem;display:flex}.cb-quiz-question__icon{color:var(--ef-teal);display:inline-flex}.cb-quiz-mode-switch{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);background:#f8fafc;display:inline-flex;overflow:hidden}.cb-quiz-mode-switch__btn{font:inherit;color:var(--ef-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.45rem .75rem;font-size:.82rem;font-weight:500}.cb-quiz-mode-switch__btn+.cb-quiz-mode-switch__btn{border-left:1px solid var(--ef-border)}.cb-quiz-mode-switch__btn.is-active{color:var(--ef-text);background:#fff;font-weight:600;box-shadow:inset 0 0 0 1px #0f172a0a}.cb-quiz-question__bar .cb-quiz-question__remove{flex-shrink:0;align-self:center;margin-right:.35rem}.cb-quiz-question__remove,.cb-quiz-answer__delete{border-radius:var(--ef-radius-sm);width:2rem;height:2rem;color:var(--ef-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.cb-quiz-question__remove:hover,.cb-quiz-answer__delete:hover{color:#dc2626;background:#fef2f2}.cb-quiz-block{flex-direction:column;gap:.5rem;display:flex}.cb-quiz-block__label{margin:0;font-size:.92rem;font-weight:600}.cb-quiz-block__hint{color:var(--ef-muted);margin:0;font-size:.82rem}.cb-quiz-block__input{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);width:100%;font:inherit;resize:vertical;padding:.75rem .85rem;line-height:1.45}.cb-quiz-block__input--question{min-height:5.5rem}.cb-quiz-answers{flex-direction:column;gap:1rem;display:flex}.cb-quiz-answer{grid-template-columns:auto auto 1fr auto;align-items:start;gap:.5rem .65rem;display:grid}.cb-quiz-answer__mark{cursor:pointer;grid-area:1/1;margin-top:.55rem;display:inline-flex;position:relative}.cb-quiz-answer__mark input{opacity:0;width:1px;height:1px;position:absolute}.cb-quiz-answer__mark-ui{border:2px solid var(--ef-teal);background:#fff;border-radius:.2rem;width:1.1rem;height:1.1rem;display:inline-block}.cb-quiz-answer__mark input[type=radio]+.cb-quiz-answer__mark-ui{border-radius:50%}.cb-quiz-answer__mark input:checked+.cb-quiz-answer__mark-ui{background:var(--ef-teal);box-shadow:inset 0 0 0 2px #fff}.cb-quiz-answer__mark input:focus-visible+.cb-quiz-answer__mark-ui{outline:2px solid var(--ef-teal);outline-offset:2px}.cb-quiz-answer__badge{color:#15803d;letter-spacing:.01em;text-transform:capitalize;background:#dcfce7;border-radius:999px;grid-area:1/2;justify-content:center;align-items:center;min-width:4.5rem;margin-top:.45rem;padding:.2rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.cb-quiz-answer__badge--placeholder{visibility:hidden}.cb-quiz-answer__text,.cb-quiz-answer__explanation{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);width:100%;min-width:0;font:inherit;resize:vertical;box-sizing:border-box;padding:.75rem .85rem;line-height:1.45}.cb-quiz-answer__text{grid-area:1/3;min-height:3.25rem}.cb-quiz-answer__explanation{background:#fafafa;grid-area:2/3;min-height:2.75rem}.cb-quiz-answer__delete,.cb-quiz-answer__delete-spacer{grid-area:1/4}.cb-quiz-answer__delete-spacer{width:2rem;height:2rem}.cb-quiz-add-answer{color:var(--ef-teal);font:inherit;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:.25rem 0;font-size:.88rem;font-weight:600}.cb-quiz-add-answer:hover{text-decoration:underline}.cb-btn-purple-outline--sm{align-self:flex-start;padding:.35rem .65rem;font-size:.82rem}.ef-student-quiz-player{border:1px solid var(--ef-border);background:#fff;border-radius:0;flex-direction:column;flex:auto;height:100%;min-height:0;display:flex;overflow:hidden;box-shadow:0 1px 3px #0f172a0f}.ef-student-quiz-player:fullscreen{min-height:100%;box-shadow:none;border:none;border-radius:0;flex:1}.ef-student-quiz-player__head{border-bottom:1px solid var(--ef-border);background:linear-gradient(#f8fafc 0%,#fff 100%);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem 1rem;display:flex}.ef-student-quiz-player__head-text{flex:1;min-width:0}.ef-student-quiz-player__badge{background:var(--ef-teal-soft);text-transform:uppercase;letter-spacing:.05em;color:var(--ef-teal);border-radius:999px;align-items:center;gap:.35rem;margin-bottom:.5rem;padding:.2rem .55rem;font-size:.7rem;font-weight:700;display:inline-flex}.ef-student-quiz-player__title{color:var(--ef-text);margin:0;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:700;line-height:1.3}.ef-student-quiz-player__subtitle{color:var(--ef-muted);margin:.35rem 0 0;font-size:.88rem;line-height:1.4}.ef-student-quiz-player__fullscreen{border:1px solid var(--ef-border);border-radius:var(--ef-radius-sm);width:2.25rem;height:2.25rem;color:var(--ef-muted);cursor:pointer;background:#fff;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ef-student-quiz-player__fullscreen:hover{background:var(--ef-teal-soft);border-color:var(--ef-teal);color:var(--ef-teal)}.ef-student-quiz-player__scroll{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ef-teal) var(--ef-teal-soft);background:#fff;flex:auto;min-height:0;max-height:min(62vh,600px);overflow-y:auto}.ef-student-quiz-player__scroll::-webkit-scrollbar{width:8px}.ef-student-quiz-player__scroll::-webkit-scrollbar-track{background:var(--ef-teal-soft)}.ef-student-quiz-player__scroll::-webkit-scrollbar-thumb{background:var(--ef-teal);border-radius:0}.ef-student-quiz-player__scroll::-webkit-scrollbar-thumb:hover{background:var(--ef-teal-hover)}.ef-student-quiz-player:fullscreen .ef-student-quiz-player__scroll{flex:1;max-height:none}.ef-student-quiz-player__inner{max-width:42rem;min-height:min(100%,20rem);margin:0 auto;padding:1.75rem 1.5rem 1.5rem}.ef-student-quiz-player__inner--intro,.ef-student-quiz-player__inner--results{flex-direction:column;justify-content:center;min-height:min(100%,16rem);display:flex}.ef-student-quiz-player__empty{color:var(--ef-muted);text-align:center;margin:0}.ef-student-quiz-player__footer{border-top:1px solid var(--ef-border);background:#fff;flex-shrink:0;grid-template-columns:1fr auto auto;align-items:center;gap:.75rem 1rem;padding:.85rem 1.25rem;display:grid}.ef-student-quiz-player__footer-progress{color:var(--ef-muted);white-space:nowrap;font-size:.88rem;font-weight:500}.ef-student-quiz-player__footer-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.ef-student-quiz-player__skip{font:inherit;color:var(--ef-text);cursor:pointer;background:0 0;border:none;padding:0;font-size:.88rem;font-weight:600}.ef-student-quiz-player__skip:hover{color:var(--ef-teal)}.ef-student-quiz-player__check{background:var(--ef-teal);color:#fff;font:inherit;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:.55rem 1.35rem;font-size:.88rem;font-weight:600}.ef-student-quiz-player__check:hover:not(:disabled){background:var(--ef-teal-hover)}.ef-student-quiz-player__check:disabled{color:#64748b;cursor:not-allowed;background:#cbd5e1}.ef-student-quiz-player__footer-nav{flex-shrink:0;align-items:center;gap:.15rem;display:flex}.ef-student-quiz-player__nav{border-radius:var(--ef-radius-sm);width:2.25rem;height:2.25rem;color:var(--ef-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.ef-student-quiz-player__nav:hover:not(:disabled){color:var(--ef-text);background:#f1f5f9}.ef-student-quiz-player__nav:disabled{opacity:.35;cursor:not-allowed}.ef-student-quiz-player__nav--next svg{transform:rotate(180deg)}.ef-quiz-player__intro-completed{color:var(--ef-muted);margin:0 0 1.25rem;font-size:.92rem;line-height:1.5}.ef-quiz-player__intro-actions{flex-wrap:wrap;align-items:center;gap:1rem 1.25rem;display:flex}.ef-quiz-player__start--secondary{color:var(--ef-teal);border:1px solid var(--ef-teal);background:#fff}.ef-quiz-player__start--secondary:hover:not(:disabled){background:var(--ef-teal-soft)}.ef-quiz-player__start{background:var(--ef-teal);color:#fff;font:inherit;cursor:pointer;border:none;border-radius:999px;padding:.6rem 1.35rem;font-size:.92rem;font-weight:600}.ef-quiz-player__start:hover:not(:disabled){background:var(--ef-teal-hover)}.ef-quiz-player__start:disabled{opacity:.5;cursor:not-allowed}.ef-quiz-player__skip-quiz{font:inherit;color:var(--ef-text);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:0;font-size:.92rem;font-weight:700;text-decoration:underline}.ef-quiz-player__q-label{color:var(--ef-text);margin:0 0 .2rem;font-size:.95rem;font-weight:700}.ef-quiz-player__q-mode{color:var(--ef-text);margin:0 0 1rem;font-size:.9rem}.ef-quiz-player__prompt{color:var(--ef-text);white-space:pre-wrap;margin:0 0 1.5rem;font-size:1.02rem;line-height:1.65}.ef-quiz-player__options{flex-direction:column;gap:.75rem;display:flex}.ef-quiz-player__option-wrap{flex-direction:column;gap:.4rem;display:flex}.ef-quiz-player__option-wrap:has(.ef-quiz-player__option-explanation){gap:.55rem}.ef-quiz-player__option{border:2px solid var(--ef-border);cursor:pointer;background:#fff;border-radius:8px;align-items:flex-start;gap:.75rem;padding:1rem 1.15rem;transition:border-color .15s,background .15s;display:flex}.ef-quiz-player__option input[type=checkbox],.ef-quiz-player__option input[type=radio]{width:1.1rem;height:1.1rem;accent-color:var(--ef-teal);cursor:pointer;flex-shrink:0;margin-top:.15rem}.ef-quiz-player__option-text{flex:1;font-size:.95rem;line-height:1.5}.ef-quiz-player__option.is-selected{border-color:var(--ef-teal);background:var(--ef-teal-soft)}.ef-quiz-player__option.is-correct{background:#f0fdf4;border-color:#16a34a}.ef-quiz-player__option.is-wrong{background:#fef2f2;border-color:#dc2626}@keyframes ef-quiz-explanation-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ef-quiz-player__option-explanation{--ef-explanation-accent:var(--ef-teal);--ef-explanation-bg:var(--ef-teal-soft);--ef-explanation-border:#0f766e38;border:1px solid var(--ef-explanation-border);background:var(--ef-explanation-bg);border-radius:10px;margin:.15rem 0 0 2.35rem;padding:0;animation:.28s ease-out both ef-quiz-explanation-in;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.ef-quiz-player__option-explanation-label{letter-spacing:.06em;text-transform:uppercase;color:var(--ef-explanation-accent);align-items:center;gap:.45rem;padding:.5rem .95rem .4rem;font-size:.7rem;font-weight:700;display:flex}.ef-quiz-player__option-explanation-label:before{content:"";background-color:color-mix(in srgb, var(--ef-explanation-accent) 16%, #fff);width:1.15rem;height:1.15rem;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--ef-explanation-accent) 35%, transparent);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 1.25a4.75 4.75 0 0 0-2.65 8.7c.42.3.65.78.65 1.28V12' stroke='%230f766e' stroke-width='1.4' stroke-linecap='round'/%3E%3Ccircle cx='8' cy='13.25' r='.85' fill='%230f766e'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:.72rem;border-radius:50%;flex-shrink:0}.ef-quiz-player__option-explanation-body{color:var(--ef-text);padding:0 1rem .9rem;font-size:.9rem;line-height:1.6}.ef-quiz-player__option-explanation-body p{margin:0}.ef-quiz-player__option-explanation-body p+p{margin-top:.55rem}.ef-quiz-player__option-explanation-body ul,.ef-quiz-player__option-explanation-body ol{margin:.35rem 0 0;padding-left:1.25rem}.ef-quiz-player__option-explanation-body li+li{margin-top:.25rem}.ef-quiz-player__option-explanation-body strong{color:inherit;font-weight:600}.ef-quiz-player__option-explanation-body code{background:#0f172a0f;border-radius:4px;padding:.1em .35em;font-size:.84em}.ef-quiz-player__option-explanation.is-correct{--ef-explanation-accent:#15803d;--ef-explanation-bg:linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);--ef-explanation-border:#16a34a47}.ef-quiz-player__option-explanation.is-correct .ef-quiz-player__option-explanation-label:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 1.25a4.75 4.75 0 0 0-2.65 8.7c.42.3.65.78.65 1.28V12' stroke='%2315803d' stroke-width='1.4' stroke-linecap='round'/%3E%3Ccircle cx='8' cy='13.25' r='.85' fill='%2315803d'/%3E%3C/svg%3E")}.ef-quiz-player__option-explanation.is-wrong{--ef-explanation-accent:#b91c1c;--ef-explanation-bg:linear-gradient(180deg, #fef2f2 0%, #fff1f2 100%);--ef-explanation-border:#dc262642}.ef-quiz-player__option-explanation.is-wrong .ef-quiz-player__option-explanation-label:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 1.25a4.75 4.75 0 0 0-2.65 8.7c.42.3.65.78.65 1.28V12' stroke='%23b91c1c' stroke-width='1.4' stroke-linecap='round'/%3E%3Ccircle cx='8' cy='13.25' r='.85' fill='%23b91c1c'/%3E%3C/svg%3E")}.ef-quiz-player__option-explanation.is-neutral{--ef-explanation-accent:#64748b;--ef-explanation-bg:linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);--ef-explanation-border:var(--ef-border)}.ef-quiz-player__option-explanation.is-neutral .ef-quiz-player__option-explanation-body{color:var(--ef-muted)}.ef-quiz-player__option-explanation.is-neutral .ef-quiz-player__option-explanation-label:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 1.25a4.75 4.75 0 0 0-2.65 8.7c.42.3.65.78.65 1.28V12' stroke='%2364748b' stroke-width='1.4' stroke-linecap='round'/%3E%3Ccircle cx='8' cy='13.25' r='.85' fill='%2364748b'/%3E%3C/svg%3E")}.ef-quiz-player__error{color:#dc2626;margin-top:1rem;font-size:.88rem}.ef-quiz-player__results{flex-direction:column;align-items:flex-start;width:100%;display:flex}.ef-quiz-player__results-title{margin:0 0 .5rem;font-size:1.35rem;font-weight:700}.ef-quiz-player__results-score{margin:0 0 .75rem;font-size:2.5rem;font-weight:700;line-height:1}.ef-quiz-player__results-score.is-pass{color:#16a34a}.ef-quiz-player__results-score.is-fail{color:#dc2626}.ef-quiz-player__results-meta{color:var(--ef-muted);margin:0 0 .75rem;line-height:1.5}.ef-quiz-player__results-hint{color:var(--ef-muted);margin:0;font-size:.9rem;line-height:1.5}.ef-quiz-player__review-note{color:var(--ef-muted);background:linear-gradient(180deg, var(--ef-teal-soft) 0%, #f8fafc 100%);border:1px solid #0f766e33;border-radius:10px;margin:0 0 1.15rem;padding:.85rem 1rem;font-size:.88rem;line-height:1.55}.ef-quiz-player__results-actions{flex-wrap:wrap;gap:1rem;display:flex}.ef-student-video--article:fullscreen .ef-student-quiz-player{background:var(--ef-bg,#f1f5f9);flex-direction:column;min-height:100%;display:flex}@media (width<=720px){.ef-student-quiz-player__inner{padding:1.25rem 1.15rem 1rem}.ef-quiz-player__option-explanation{margin-left:0}.ef-student-quiz-player__footer{grid-template-rows:auto auto auto;grid-template-columns:1fr}.ef-student-quiz-player__footer-actions{justify-content:flex-start}.ef-student-quiz-player__footer-nav{justify-content:flex-end}}.ef-student-shell[data-theme=dark] .ef-student-quiz-player{background:var(--st-surface);border-color:var(--st-border);box-shadow:0 1px 3px #00000040}.ef-student-shell[data-theme=dark] .ef-student-quiz-player:fullscreen{background:var(--st-bg)}.ef-student-shell[data-theme=dark] .ef-student-quiz-player__head{background:linear-gradient(180deg, var(--st-surface-2) 0%, var(--st-surface) 100%);border-bottom-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-quiz-player__badge{color:#5eead4;background:#2dd4bf26}.ef-student-shell[data-theme=dark] .ef-student-quiz-player__title{color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-student-quiz-player__subtitle,.ef-student-shell[data-theme=dark] .ef-student-quiz-player__footer-progress{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-student-quiz-player__fullscreen{background:var(--st-surface-2);border-color:var(--st-border);color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-student-quiz-player__fullscreen:hover{background:var(--st-teal-soft);border-color:var(--ef-teal);color:#5eead4}.ef-student-shell[data-theme=dark] .ef-student-quiz-player__scroll{background:var(--st-surface);scrollbar-color:var(--ef-teal) #0f766e33}.ef-student-shell[data-theme=dark] .ef-student-quiz-player__scroll::-webkit-scrollbar-track{background:#0f766e33}.ef-student-shell[data-theme=dark] .ef-student-quiz-player__scroll::-webkit-scrollbar-thumb{background:var(--ef-teal)}.ef-student-shell[data-theme=dark] .ef-student-quiz-player__scroll::-webkit-scrollbar-thumb:hover{background:var(--ef-teal-hover)}.ef-student-shell[data-theme=dark] .ef-student-quiz-player__footer{background:var(--st-surface);border-top-color:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-student-quiz-player__skip,.ef-student-shell[data-theme=dark] .ef-quiz-player__skip-quiz{color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-student-quiz-player__skip:hover{color:#5eead4}.ef-student-shell[data-theme=dark] .ef-student-quiz-player__check:disabled{background:var(--st-surface-3);color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-student-quiz-player__nav{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-student-quiz-player__nav:hover:not(:disabled){background:var(--st-surface-2);color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-quiz-player__q-label,.ef-student-shell[data-theme=dark] .ef-quiz-player__q-mode,.ef-student-shell[data-theme=dark] .ef-quiz-player__prompt,.ef-student-shell[data-theme=dark] .ef-quiz-player__option-text,.ef-student-shell[data-theme=dark] .ef-quiz-player__results-title{color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-quiz-player__results-meta,.ef-student-shell[data-theme=dark] .ef-student-quiz-player__empty{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-quiz-player__option{background:var(--st-surface-2);border-color:var(--st-border);color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-quiz-player__option.is-selected{background:var(--st-teal-soft);border-color:var(--ef-teal)}.ef-student-shell[data-theme=dark] .ef-quiz-player__option.is-correct{background:#16a34a26;border-color:#4ade80}.ef-student-shell[data-theme=dark] .ef-quiz-player__option.is-wrong{background:#dc26261f;border-color:#f87171}.ef-student-shell[data-theme=dark] .ef-quiz-player__option-explanation{box-shadow:0 1px 3px #0003}.ef-student-shell[data-theme=dark] .ef-quiz-player__option-explanation.is-correct{--ef-explanation-accent:#4ade80;--ef-explanation-bg:linear-gradient(180deg, #16a34a2e 0%, #16a34a14 100%);--ef-explanation-border:#4ade8059}.ef-student-shell[data-theme=dark] .ef-quiz-player__option-explanation.is-wrong{--ef-explanation-accent:#f87171;--ef-explanation-bg:linear-gradient(180deg, #dc262629 0%, #dc262614 100%);--ef-explanation-border:#f8717159}.ef-student-shell[data-theme=dark] .ef-quiz-player__option-explanation.is-neutral{--ef-explanation-accent:var(--st-muted);--ef-explanation-bg:linear-gradient(180deg, var(--st-surface-3) 0%, var(--st-surface-2) 100%);--ef-explanation-border:var(--st-border)}.ef-student-shell[data-theme=dark] .ef-quiz-player__option-explanation-body{color:var(--st-text)}.ef-student-shell[data-theme=dark] .ef-quiz-player__option-explanation.is-neutral .ef-quiz-player__option-explanation-body{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-quiz-player__option-explanation-body code{background:#ffffff14}.ef-student-shell[data-theme=dark] .ef-quiz-player__review-note{background:linear-gradient(180deg, var(--st-teal-soft) 0%, var(--st-surface-2) 100%);color:var(--st-muted);border-color:#2dd4bf40}.ef-student-shell[data-theme=dark] .ef-quiz-player__results-score.is-pass{color:#4ade80}.ef-student-shell[data-theme=dark] .ef-quiz-player__results-score.is-fail,.ef-student-shell[data-theme=dark] .ef-quiz-player__error{color:#f87171}.ef-student-shell[data-theme=dark] .ef-quiz-player__intro-completed{color:var(--st-muted)}.ef-student-shell[data-theme=dark] .ef-quiz-player__start--secondary{background:var(--st-surface-2);color:#5eead4;border-color:var(--ef-teal)}.ef-student-shell[data-theme=dark] .ef-quiz-player__start--secondary:hover:not(:disabled){background:var(--st-teal-soft)}.ef-student-curriculum__lesson-type--quiz svg{width:1rem;height:1rem}
