.nav-badge{background:var(--amber-500);color:#2a1c05;min-width:22px;height:21px;font-size:12px;font-weight:800;font-family:var(--font-family-primary);border-radius:5px;justify-content:center;align-items:center;margin-inline-start:auto;padding:0 6px;display:flex}.coursera-shell{background:var(--color-surface-default);min-height:100%}.coursera-topnav{z-index:var(--z-sticky);background:var(--color-surface-raised);border-bottom:1px solid var(--color-border-default);height:76px;position:sticky;top:0}.coursera-nav-inner{align-items:center;gap:20px;max-width:1660px;height:100%;margin:0 auto;padding:0 32px;display:flex}.coursera-brand{color:var(--color-surface-brand);letter-spacing:0;font-size:28px;font-weight:800;line-height:1}.coursera-nav-links{flex-shrink:0;align-items:center;gap:2px;display:flex}.coursera-nav-link{border-radius:var(--radius-sm);min-height:40px;color:var(--color-content-secondary);cursor:pointer;align-items:center;gap:6px;padding:0 12px;font-size:14px;font-weight:600;display:inline-flex}.coursera-nav-link:hover,.coursera-nav-link.active{color:var(--color-content-brand);background:var(--color-surface-brand-light)}.coursera-page-title{color:var(--color-content-secondary);white-space:nowrap;font-size:14px;font-weight:700;display:none}.coursera-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.coursera-avatar{color:#fff;background:#06214d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:800;display:inline-flex}.profile{position:relative}.profile-btn{cursor:pointer;border-radius:var(--radius-pill);transition:background var(--duration-fast);background:0 0;border:none;align-items:center;gap:5px;padding:3px 6px 3px 3px;display:flex}.profile-btn:hover,.profile-btn.open{background:var(--color-surface-subtle)}.profile-caret{color:var(--color-content-tertiary);transition:transform var(--duration-default) var(--ease-out)}.profile-btn.open .profile-caret{transform:rotate(180deg)}.profile-menu{top:calc(100% + 12px);background:var(--color-surface-raised);border:1px solid var(--color-border-default);border-radius:var(--radius-lg);width:256px;box-shadow:var(--shadow-md);z-index:var(--z-dropdown);opacity:0;transform-origin:100% 0;pointer-events:none;padding:6px;transition:opacity .16s,transform .22s cubic-bezier(.16,1,.3,1);position:absolute;inset-inline-end:0;transform:translateY(-8px)scale(.96)}.profile-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.pm-head{align-items:center;gap:12px;padding:10px 12px 12px;display:flex}.pm-id{min-width:0}.pm-name{color:var(--color-content-primary);font-size:14px;font-weight:700}.pm-mail{color:var(--color-content-tertiary);font-size:12px;font-family:var(--font-mono);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.pm-sep{background:var(--color-border-subtle);height:1px;margin:5px 4px}.pm-list{flex-direction:column;gap:1px;display:flex}.pm-item{border-radius:var(--radius-sm);width:100%;color:var(--color-content-secondary);cursor:pointer;text-align:start;transition:background var(--duration-fast), color var(--duration-fast);background:0 0;border:none;align-items:center;gap:11px;padding:9px 12px;font-size:14px;font-weight:600;display:flex}.pm-item svg{color:var(--color-content-tertiary);transition:color var(--duration-fast)}.pm-item:hover{background:var(--color-surface-subtle);color:var(--color-content-primary)}.pm-item:hover svg{color:var(--color-content-secondary)}.pm-item.danger,.pm-item.danger svg{color:var(--color-content-error)}.pm-item.danger:hover{background:var(--color-surface-error);color:var(--color-content-error)}@media (prefers-reduced-motion:reduce){.profile-menu,.profile-caret{transition:none}}.minimal-profile{max-width:920px;margin:0 auto;padding-top:16px}.minimal-profile-card{background:var(--color-surface-raised);border:1px solid var(--color-border-default);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:box-shadow var(--duration-default) var(--ease-out);overflow:hidden}.minimal-profile-card:hover{box-shadow:var(--shadow-md)}.minimal-profile-banner{width:100%;height:140px}.minimal-profile-banner.student{background:linear-gradient(135deg, var(--color-surface-brand) 0%, var(--indigo-800) 100%)}.minimal-profile-banner.teacher{background:linear-gradient(135deg, var(--coral-700) 0%, var(--coral-500) 52%, var(--indigo-700) 100%)}.minimal-profile-head{z-index:var(--z-raised);align-items:flex-end;gap:24px;margin-top:-64px;padding:24px;display:flex;position:relative}.minimal-profile-avatar{border-radius:var(--radius-full);background:var(--color-surface-brand);width:96px;height:96px;color:var(--color-content-inverse);border:4px solid var(--color-surface-raised);box-shadow:var(--shadow-md);transition:transform var(--duration-fast) var(--ease-spring);flex:none;place-items:center;font-size:28px;font-weight:800;display:grid}.minimal-profile-avatar:hover{transform:scale(1.05)}.minimal-profile-avatar.teacher{background:var(--gold-300);color:var(--color-content-primary)}.minimal-profile-title{min-width:0;padding-bottom:8px}.minimal-profile-title h2{color:var(--color-content-primary);margin-top:4px;font-size:25px;font-weight:800;line-height:1.25}.minimal-profile-title p{color:var(--color-content-secondary);margin-top:2px;font-size:14px;font-weight:600}.minimal-profile-stats{border-bottom:1px solid var(--color-border-subtle);background:var(--color-surface-subtle);grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:24px;display:grid}.minimal-profile-stats .stat-card{background:var(--color-surface-raised);border:1px solid var(--color-border-default);border-radius:var(--radius-md);transition:transform var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out);align-items:center;gap:16px;padding:16px 20px;display:flex}.minimal-profile-stats .stat-card:hover{border-color:var(--color-border-brand);box-shadow:var(--shadow-xs);transform:translateY(-2px)}.minimal-profile-stats .stat-icon{border-radius:var(--radius-sm);background:var(--color-surface-brand-light);width:40px;height:40px;color:var(--color-surface-brand);flex-shrink:0;justify-content:center;align-items:center;display:flex}.minimal-profile-stats .stat-info{flex-direction:column;min-width:0;display:flex}.minimal-profile-stats .stat-label{color:var(--color-content-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.minimal-profile-stats .stat-value{color:var(--color-content-primary);font-size:20px;font-weight:800;line-height:1.2}.minimal-profile-section{padding:24px}.minimal-profile-section h3{color:var(--color-content-primary);align-items:center;gap:8px;margin-bottom:16px;font-size:16px;font-weight:800;display:flex}.profile-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.profile-detail-card{border:1px solid var(--color-border-subtle);background:var(--color-surface-raised);border-radius:var(--radius-md);transition:background var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out);align-items:center;gap:16px;padding:14px 16px;display:flex}.profile-detail-card:hover{background:var(--color-surface-subtle);border-color:var(--color-border-default)}.detail-icon-wrapper{border-radius:var(--radius-sm);background:var(--color-surface-subtle);width:36px;height:36px;color:var(--color-content-tertiary);border:1px solid var(--color-border-subtle);flex-shrink:0;justify-content:center;align-items:center;display:flex}.detail-info{flex-direction:column;flex:1;min-width:0;display:flex}.detail-label{color:var(--color-content-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.detail-value{color:var(--color-content-primary);overflow-wrap:anywhere;margin-top:2px;font-size:14px;font-weight:700}.minimal-profile-signout{border:1px solid var(--color-border-default);border-radius:var(--radius-md);background:var(--color-surface-raised);width:calc(100% - 48px);min-height:46px;color:var(--color-content-error);cursor:pointer;transition:all var(--duration-fast) var(--ease-out);justify-content:center;align-items:center;gap:8px;margin:8px 24px 24px;font-size:14px;font-weight:800;display:inline-flex}.minimal-profile-signout:hover{background:var(--color-surface-error);border-color:var(--color-border-error);color:var(--color-content-error)}.minimal-profile-signout:focus-visible,.profile-btn:focus-visible{box-shadow:var(--shadow-focus);outline:none}@media (max-width:700px){.minimal-profile{padding-top:0}.minimal-profile-banner{height:100px}.minimal-profile-head{text-align:center;flex-direction:column;align-items:center;gap:12px;margin-top:-50px;padding:16px}.minimal-profile-avatar{border-width:3px;width:90px;height:90px;font-size:26px}.minimal-profile-title{padding-bottom:0}.minimal-profile-title h2{font-size:22px}.minimal-profile-stats{grid-template-columns:1fr;gap:12px;padding:16px}.minimal-profile-stats .stat-card{padding:12px 16px}.minimal-profile-section{padding:20px 16px}.profile-details-grid{grid-template-columns:1fr;gap:12px}.minimal-profile-signout{width:calc(100% - 32px);margin:8px 16px 16px}}.coursera-back{flex-shrink:0}.coursera-main{padding:0 32px 44px}.coursera-main>.content-wrap{max-width:1580px}.search{background:var(--surface-2);border:1.5px solid var(--line);border-radius:var(--r-sm);height:42px;color:var(--muted);align-items:center;gap:9px;min-width:260px;padding:0 14px;display:flex}.search input{color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-size:14px}.icon-btn{border-radius:var(--radius-full);width:42px;height:42px;color:var(--ink-2);justify-content:center;align-items:center;transition:background .14s;display:flex;position:relative}.icon-btn:hover{background:var(--line-2)}.icon-btn .dot{top:9px;background:var(--red-500);border:2px solid var(--surface);border-radius:50%;width:8px;height:8px;position:absolute;inset-inline-end:10px}.content{flex:1;padding:30px 28px;overflow-y:auto}.content-wrap{max-width:var(--content-max);margin:0 auto}.page-pad{padding:28px}.section-title{letter-spacing:0;align-items:center;gap:10px;font-size:19px;font-weight:700;display:flex}.section-sub{color:var(--muted);font-size:14px}.link{color:var(--blue-500);font-size:13.5px;font-weight:700;font-family:var(--sans)}.link:hover{text-decoration:underline}.greeting{background:var(--blue-600);color:#fff;border-radius:var(--r-lg);box-shadow:var(--sh-blue);align-items:center;gap:20px;padding:26px 30px;display:flex;position:relative;overflow:hidden}.greeting:after{content:"";pointer-events:none;border:1px solid #ffffff29;border-radius:8px;position:absolute;inset:10px}.greeting>*{z-index:1;position:relative}.greeting h2{font-family:var(--font-serif);letter-spacing:-.02em;font-size:28px;font-weight:700}.greeting p{opacity:.9;margin-top:4px;font-size:14.5px}.greeting .pillrow{flex-wrap:wrap;gap:9px;margin-top:16px;display:flex}.greeting .gpill{background:#ffffff24;border:1px solid #ffffff29;border-radius:6px;align-items:center;gap:7px;padding:6px 12px;font-size:12.5px;font-weight:700;display:flex}:root{--soft-sky-tint:#eef7ff;--clean-background:#f8fbff;--cool-off-white:#f1f7ff;--light-gray-rays:#e8eef7;--cloud-white:#fff;--text-cobalt-blue:#1262c8;--royal-blue:#0a4fb7;--electric-blue:#2f80ed;--ice-blue:#dceeff;--dark-navy-birds:#2e3a55}.coursera-dashboard-hero{background:radial-gradient(820px 430px at 82% -12%, #1262c81b, transparent 68%), radial-gradient(760px 380px at 11% 103%, #ff8c000e, transparent 63%), linear-gradient(180deg, #ffffffe0 0%, #f1f7ffa3 48%, #f8fbfffa 100%), var(--clean-background);isolation:isolate;margin:0 -32px;padding:48px 32px 58px;position:relative;overflow:hidden}.coursera-dashboard-hero:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(115deg,#0000 0 31%,#1262c808 31.15% 31.45%,#0000 31.6% 100%),linear-gradient(150deg,#0000 0 62%,#1262c806 62.15% 62.45%,#0000 62.6% 100%),radial-gradient(520px 320px at 92% 5%,#ffffffe0 0%,#ffffff75 48%,#0000 76%);position:absolute;inset:0}.coursera-dashboard-hero:after{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#1262c80b 1px,#0000 1px),linear-gradient(90deg,#1262c80b 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 62% 36%,#00000080,#0000 74%);mask-image:radial-gradient(circle at 62% 36%,#00000080,#0000 74%)}.coursera-hero-inner{z-index:1;max-width:1180px;margin:0 auto;position:relative}.coursera-course-intro{margin-bottom:34px}.coursera-upnext-card{background:#fff;border-radius:8px;grid-template-columns:minmax(320px,.9fr) minmax(360px,1fr);min-height:380px;display:grid;overflow:hidden}.coursera-upnext-copy{flex-direction:column;align-items:flex-start;padding:40px;display:flex}.coursera-upnext-copy h2{font-size:24px;line-height:1.25}.coursera-upnext-copy p{color:var(--color-content-secondary);margin-top:10px;font-size:16px}.coursera-upnext-copy .btn{margin-top:auto}.coursera-course-thumb img{object-fit:cover;width:100%;height:100%}.coursera-thumb-placeholder{color:#fff;text-align:center}.coursera-side-card{background:#fff;border-radius:18px;padding:24px}.coursera-side-card h3{margin-bottom:14px;font-size:16px}.coursera-side-card label{align-items:center;gap:10px;margin:13px 0;font-size:16px;display:flex}.coursera-side-card label span{background:var(--color-surface-disabled);width:28px;height:28px;color:var(--color-content-disabled);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.coursera-side-card p{font-size:15px;line-height:1.25}.coursera-week-days span{border:1px solid var(--color-border-default);min-width:38px;height:38px;color:var(--color-content-secondary);border-radius:4px;justify-content:center;align-items:center;display:inline-flex}.coursera-week-days span.active{color:var(--color-content-primary);border-color:var(--color-border-strong);font-weight:800}.coursera-side-card small{color:var(--color-content-tertiary);margin-bottom:14px;display:block}.coursera-below-dashboard{max-width:1180px;margin:0 auto;padding:54px 0 0}.student-focus-shell{isolation:isolate;background:radial-gradient(820px 430px at 82% -12%, #1262c81b, transparent 68%), radial-gradient(760px 380px at 11% 103%, #ff8c000e, transparent 63%), linear-gradient(180deg, #ffffffe0 0%, #f1f7ffa3 48%, #f8fbfffa 100%), var(--clean-background);margin:0 -32px;padding:40px 32px 36px;position:relative;overflow:hidden}.student-focus-shell:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(115deg,#0000 0 31%,#1262c808 31.15% 31.45%,#0000 31.6% 100%),linear-gradient(150deg,#0000 0 62%,#1262c806 62.15% 62.45%,#0000 62.6% 100%),radial-gradient(520px 320px at 92% 5%,#ffffffe0 0%,#ffffff75 48%,#0000 76%);position:absolute;inset:0}.student-focus-shell:after{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(#1262c80b 1px,#0000 1px),linear-gradient(90deg,#1262c80b 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 62% 36%,#00000080,#0000 74%);mask-image:radial-gradient(circle at 62% 36%,#00000080,#0000 74%)}.student-focus-inner{z-index:1;max-width:1180px;margin:0 auto;position:relative}.student-focus-header{justify-content:space-between;align-items:flex-start;gap:22px;margin-bottom:26px;display:flex}.student-focus-header h1{max-width:760px;font-family:var(--font-serif);color:var(--color-content-primary);margin-top:8px;font-size:clamp(38px,5vw,68px);font-weight:600;line-height:1}.student-focus-grid{grid-template-columns:minmax(0,1fr) 300px;align-items:stretch;gap:16px;display:grid}.student-primary-study,.student-course-status,.student-path-panel{background:var(--color-surface-raised);border:1px solid var(--color-border-default);border-radius:var(--radius-lg);box-shadow:0 18px 45px #1d1f230f}.student-primary-study{grid-template-columns:minmax(0,1fr) minmax(280px,420px);min-height:360px;display:grid;overflow:hidden}.student-study-copy{flex-direction:column;align-items:flex-start;padding:clamp(26px,4vw,42px);display:flex}.student-course-label{color:var(--color-content-brand);font-size:13px;font-weight:800}.student-study-copy h2{max-width:620px;color:var(--color-content-primary);margin-top:14px;font-size:clamp(28px,3.2vw,44px);font-weight:700;line-height:1.08}.student-study-copy p{max-width:560px;color:var(--color-content-secondary);margin-top:14px;font-size:16px;line-height:1.55}.student-study-meta{flex-wrap:wrap;gap:8px;margin:24px 0;display:flex}.student-study-meta span{border:1px solid var(--color-border-default);border-radius:var(--radius-pill);min-height:32px;color:var(--color-content-secondary);background:var(--color-surface-subtle);align-items:center;gap:7px;padding:0 11px;font-size:13px;font-weight:700;display:inline-flex}.student-study-copy .btn{margin-top:auto}.student-study-media{background:var(--color-surface-brand);min-height:100%;overflow:hidden}.student-study-media img{object-fit:cover;width:100%;height:100%}.student-course-status{flex-direction:column;justify-content:space-between;gap:24px;padding:24px;display:flex}.student-course-status h2{font-family:var(--font-mono);margin-top:10px;font-size:56px;font-weight:600;line-height:1}.student-course-status p{color:var(--color-content-tertiary);margin-top:8px;font-size:14px;line-height:1.45}.student-progress-track{border-radius:var(--radius-pill);background:var(--color-border-subtle);height:8px;overflow:hidden}.student-progress-track i{border-radius:inherit;background:var(--color-surface-brand);height:100%;display:block}.student-status-actions{gap:8px;display:grid}.student-path-panel{margin-top:16px;padding:22px}.student-path-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:14px;display:flex}.student-path-head h2{margin-top:5px;font-size:22px;line-height:1.2}.student-path-head>span{color:var(--color-content-tertiary);font-size:12px;font-weight:800}.student-path-list{gap:8px;display:grid}.student-path-row{border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-default);text-align:start;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:64px;padding:12px;display:grid}.student-path-row:hover,.student-path-row.is-current{border-color:var(--color-border-brand);background:var(--color-surface-brand-light)}.student-path-icon{border-radius:var(--radius-full);background:var(--color-surface-subtle);width:34px;height:34px;color:var(--color-content-brand);place-items:center;display:grid}.student-path-row.is-done .student-path-icon{background:var(--color-surface-success);color:var(--color-content-success)}.student-path-row b{color:var(--color-content-primary);font-size:15px;line-height:1.25;display:block}.student-path-row small{color:var(--color-content-tertiary);margin-top:3px;font-size:12px;display:block}.student-path-row em{border-radius:var(--radius-pill);background:var(--color-surface-raised);color:var(--color-content-brand);align-self:center;padding:4px 9px;font-size:11px;font-style:normal;font-weight:800}.student-path-empty{min-height:80px;color:var(--color-content-tertiary);place-items:center;gap:8px;display:grid}.student-library-section{max-width:1180px;margin:0 auto;padding:28px 0 0}.student-library-section .coursera-section-head{flex-wrap:wrap;gap:12px;margin-bottom:16px}@media (max-width:920px){.student-focus-grid,.student-primary-study{grid-template-columns:1fr}.student-course-status{gap:18px}.student-study-media{order:-1;min-height:240px}}@media (max-width:640px){.student-focus-shell{margin:0 -14px;padding:24px 14px 26px}.student-focus-header{flex-direction:column;margin-bottom:18px}.student-focus-header h1{font-size:38px}.student-study-copy{padding:22px}.student-study-copy h2{font-size:28px}.student-study-copy p{font-size:14.5px}.student-path-head{flex-direction:column;gap:8px}.student-path-row{grid-template-columns:32px minmax(0,1fr)}.student-path-row em{grid-column:2;justify-self:start}.student-library-section{padding-top:28px}}.cards-2{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:20px;display:grid}.class-card{background:var(--color-surface-default,#fff);border:1px solid var(--color-border-subtle,#e2e8f0);border-radius:var(--radius-xl,12px);cursor:pointer;flex-direction:column;width:100%;max-width:350px;transition:transform .4s cubic-bezier(.175,.885,.32,1.15),box-shadow .4s cubic-bezier(.175,.885,.32,1.15),border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000a,0 2px 4px -1px #00000005}.class-card:hover{border-color:var(--color-border-brand,#0056d2);transform:translateY(-6px)scale(1.025);box-shadow:0 20px 25px -5px #0000000f,0 10px 10px -5px #00000005}.cc-banner{border-bottom:1px solid var(--color-border-subtle,#f1f5f9);background-position:50%;background-size:cover;align-items:flex-end;height:180px;padding:16px;display:flex;position:relative;overflow:hidden}.cc-banner.has-thumb{background:var(--color-surface-subtle)!important}.cc-thumb{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.class-card:hover .cc-thumb{transform:scale(1.05)}.cc-banner .cc-tags{z-index:2;gap:6px;display:flex;position:absolute;top:12px;left:12px}.cc-tags .tag{-webkit-backdrop-filter:blur(8px)!important;color:var(--color-content-secondary,#374151)!important;background:#ffffffd1!important;border:1px solid #fff6!important;border-radius:9999px!important;padding:4px 10px!important;font-size:11px!important;font-weight:600!important;box-shadow:0 1px 2px #00000008!important}.cc-banner .cc-status-badge{z-index:2;position:absolute;top:12px;right:12px}.cc-status-badge .status-badge{-webkit-backdrop-filter:blur(8px);color:#11663b;background:#e8f5eee0;border:1px solid #11663b33;border-radius:9999px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:flex;box-shadow:0 1px 2px #00000008}.cc-body{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex}.cc-title{font-family:var(--font-family-primary);color:var(--color-content-primary,#1d1f23);font-size:18px;font-weight:700;line-height:1.35}.cc-teacher{color:var(--color-content-tertiary,#646b7a);margin-top:4px;font-size:12.5px;font-weight:500}.cc-stats{color:var(--color-content-secondary,#3d4452);gap:16px;font-size:13px;display:flex}.cc-stats b{color:var(--color-content-primary,#1d1f23);font-weight:700}.cc-prog-row{color:var(--color-content-tertiary,#646b7a);text-transform:uppercase;letter-spacing:.04em;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:12px;font-weight:600;display:flex}.cc-foot{align-items:center;gap:10px;margin-top:auto;padding-top:8px;display:flex}.cc-foot .btn{justify-content:center;align-items:center;gap:6px;transition:transform .2s,box-shadow .2s;display:inline-flex}.cc-foot .btn svg{transition:transform .2s}.cc-foot .btn:hover svg{transform:translate(4px)}.cc-lesson-preview{color:var(--color-content-brand,#0056d2);background:var(--color-surface-brand-light,#ebf1fb);border:1px solid var(--color-surface-brand-subtle,#d6e4f8);border-radius:var(--radius-md,6px);align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:600;display:flex}.cc-enroll-btn{transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s}.cc-enroll-btn:hover{transform:scale(1.02);box-shadow:0 4px 12px #0056d22e}.cc-code-entry{background:var(--color-surface-subtle,#f8f9fa);border-radius:var(--radius-lg,8px);border:1px solid var(--color-border-default,#e2e8f0);flex-direction:column;gap:8px;padding:10px;animation:.3s cubic-bezier(.16,1,.3,1) ccSlideDown;display:flex}@keyframes ccSlideDown{0%{opacity:0;max-height:0;transform:translateY(-6px)}to{opacity:1;max-height:150px;transform:translateY(0)}}.cc-code-input{border-color:var(--color-border-default)!important;border-radius:var(--radius-md,6px)!important;background:var(--color-surface-default,#fff)!important;height:42px!important}.cc-code-input:focus{border-color:var(--color-border-brand,#0056d2)!important;box-shadow:var(--shadow-focus)!important}.cc-code-actions{gap:8px;display:flex}.class-detail-hero{background-position:50%;background-size:cover;align-items:flex-end;height:170px;padding:16px;display:flex;position:relative;overflow:hidden}.class-detail-hero img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.class-detail-hero.has-thumb:after{content:"";background:linear-gradient(#0000000f,#00000075);position:absolute;inset:0}.class-detail-hero.has-thumb>span{display:none}.strip{scrollbar-width:thin;gap:16px;padding-bottom:6px;display:flex;overflow-x:auto}.strip>*{flex:0 0 300px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-sm)}.panel-head{border-bottom:1px solid var(--line-2);justify-content:space-between;align-items:center;padding:16px 18px 12px;display:flex}.panel-head h3{font-size:15px;font-weight:700;font-family:var(--font-family-primary);align-items:center;gap:8px;display:flex}.panel-body{padding:8px 14px 14px}.quiz-due{border-radius:var(--r-md);background:var(--amber-50);border:1px solid var(--amber-100);align-items:center;gap:12px;margin:4px 4px 10px;padding:13px;display:flex}.quiz-due .qd-ico{background:var(--amber-500);color:#2a1c05;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.qd-meta{flex:1;min-width:0}.qd-title{font-size:14px;font-weight:700}.qd-sub{color:var(--amber-600);font-size:12px;font-weight:600}.feed-item{border-bottom:1px solid var(--line-2);gap:12px;padding:12px 6px;display:flex}.feed-item:last-child{border-bottom:none}.feed-ico{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.feed-txt{flex:1;font-size:13.5px;line-height:1.45}.feed-txt b{font-weight:800}.feed-time{color:var(--faint);font-size:11px;font-weight:600;font-family:var(--font-mono);letter-spacing:0;margin-top:2px}.news-item{border-bottom:1px solid var(--line-2);align-items:center;gap:10px;padding:11px 6px;font-size:13.5px;display:flex}.news-item:last-child{border-bottom:none}.news-dot{background:var(--blue-500);border-radius:50%;flex-shrink:0;width:7px;height:7px}.lesson-list{flex-direction:column;display:flex}.lesson-row{border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);cursor:pointer;align-items:center;gap:14px;margin-bottom:11px;padding:15px 16px;transition:box-shadow .16s,border-color .16s,transform .12s;display:flex}.lesson-row:hover{box-shadow:var(--sh-sm);border-color:var(--blue-100)}.lesson-row.current{border-color:var(--blue-400);background:var(--blue-50);box-shadow:0 0 0 3px var(--blue-50)}.lesson-row.locked{background:var(--surface-2);cursor:not-allowed;opacity:.82}.lesson-row.locked:hover{box-shadow:none;border-color:var(--line);transform:none}.lr-num{background:var(--surface-2);width:44px;height:44px;color:var(--muted);font-size:17px;font-weight:700;font-family:var(--font-family-primary);border:1px solid var(--line);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.lr-num.done{background:var(--green-100);color:var(--green-600);border-color:#0000}.lr-num.current{background:var(--blue-500);color:#fff;border-color:#0000}.lr-num.locked{background:var(--surface-2);color:var(--faint)}.lr-main{flex:1;min-width:0}.lr-title{font-size:15.5px;font-weight:600;font-family:var(--font-family-primary);letter-spacing:0}.lr-meta{color:var(--muted);flex-wrap:wrap;gap:14px;margin-top:4px;font-size:12.5px;font-weight:600;display:flex}.lr-trail{flex-shrink:0;align-items:center;gap:10px;display:flex}.score-badge{background:var(--green-50);color:var(--green-600);border:1px solid var(--green-100);border-radius:5px;align-items:center;gap:4px;padding:4px 10px;font-size:12.5px;font-weight:800;display:inline-flex}.score-badge.low{background:var(--orange-50);color:var(--orange-600);border-color:var(--orange-100)}.video-stage{aspect-ratio:16/9;border-radius:var(--r-lg);-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;background:#11151f;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.video-stage .vplaceholder{color:#ffffff80;flex-direction:column;align-items:center;gap:12px;display:flex}.vbig-play{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;background:#ffffff24;border:1.5px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:78px;height:78px;transition:transform .15s,background .15s;display:flex}.vbig-play:hover{background:#ffffff38;transform:scale(1.06)}.watermark{color:#fffffff2;pointer-events:none;white-space:nowrap;z-index:10;text-shadow:0 1px 3px #000c;font-size:13.5px;font-weight:700;font-family:var(--font-family-primary);background:#00000073;border:1px solid #ffffff26;border-radius:6px;padding:5px 10px;transition:top 1.4s,inset-inline-start 1.4s;position:absolute}.vstage-center-overlay{z-index:4;cursor:pointer;background:#0003;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.vcontrols-overlay{color:#fff;z-index:6;opacity:0;pointer-events:none;background:linear-gradient(#0000,#000000d9);flex-direction:column;gap:12px;padding:24px 16px 14px;transition:opacity .25s;display:flex;position:absolute;bottom:0;left:0;right:0}.vcontrols-overlay.visible{opacity:1;pointer-events:auto}@media (max-width:560px){.video-stage .vcontrols-overlay{padding:12px 10px calc(8px + env(safe-area-inset-bottom,0px));gap:6px}.video-stage .vcontrols-progress-container{height:10px}.video-stage .vcontrols-row{gap:6px}.video-stage .vcontrols-group{gap:2px;min-width:0}.video-stage .vcontrol-btn{min-width:32px;min-height:32px;padding:6px}.video-stage .vcontrol-btn.skip-btn{padding:6px}.video-stage .vcontrol-lbl{display:none}.video-stage .vcontrols-time{white-space:nowrap;font-size:11px}.video-stage .vcontrols-volume{gap:3px}.video-stage .vcontrols-volume-slider,.video-stage .vcontrols-volume:hover .vcontrols-volume-slider{width:38px}}@media (max-width:360px){.video-stage .vcontrol-btn.skip-btn{display:none}}.vcontrols-progress-container{cursor:pointer;align-items:center;width:100%;height:12px;display:flex}.vcontrols-progress-bar{background:#ffffff40;border-radius:2px;width:100%;height:4px;transition:height .15s;position:relative}.vcontrols-progress-container:hover .vcontrols-progress-bar{height:6px}.vcontrols-progress-buffered{background:#fff6;border-radius:2px;width:0%;height:100%;position:absolute;top:0;left:0}.vcontrols-progress-fill{background:var(--color-learning-current);border-radius:2px;width:0%;height:100%;position:relative}.vcontrols-progress-thumb{background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .15s;position:absolute;top:50%;right:0;transform:translate(50%,-50%)scale(0);box-shadow:0 1px 4px #0006}.vcontrols-progress-container:hover .vcontrols-progress-thumb{transform:translate(50%,-50%)scale(1)}.vcontrols-row{justify-content:space-between;align-items:center;display:flex}.vcontrols-group{align-items:center;gap:16px;display:flex}.vcontrol-btn{color:#ffffffd9;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:color .15s,background-color .15s;display:flex}.vcontrol-btn:hover{color:#fff;background-color:#ffffff26}.vcontrol-btn.skip-btn{gap:4px;padding:4px 6px}.vcontrol-lbl{font-size:11px;font-weight:700}.vcontrols-time{color:#fffc;font-size:13px;font-weight:600;font-family:var(--font-family-primary);font-variant-numeric:tabular-nums}.vcontrols-volume{align-items:center;gap:8px;display:flex}.vcontrols-volume-slider{appearance:none;background:linear-gradient(to right, #fff 0%, #fff var(--volume-level,100%), #ffffff40 var(--volume-level,100%), #ffffff40 100%);cursor:pointer;border-radius:2px;outline:none;width:60px;height:4px;transition:width .2s}.vcontrols-volume-slider::-webkit-slider-runnable-track{border-radius:2px;height:4px}.vcontrols-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border-radius:50%;width:10px;height:10px;margin-top:-3px}.vcontrols-volume-slider::-moz-range-track{background:#ffffff40;border:0;border-radius:2px;height:4px}.vcontrols-volume-slider::-moz-range-progress{background:#fff;border-radius:2px;height:4px}.vcontrols-volume-slider::-moz-range-thumb{background:#fff;border:0;border-radius:50%;width:10px;height:10px}.vcontrols-volume:hover .vcontrols-volume-slider{width:80px}.vcontrol-speed{min-width:34px;font-size:12px;font-weight:700;font-family:var(--font-family-primary);padding:4px 6px}.vcontrols-settings{align-items:center;display:flex;position:relative}.vcontrol-gear.is-active{color:#fff;background-color:#ffffff26}.vcontrols-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:8;background:#121620f5;border:1px solid #ffffff1f;border-radius:10px;min-width:150px;padding:6px;animation:.14s vmenu-in;position:absolute;bottom:calc(100% + 12px);right:0;box-shadow:0 12px 34px #00000080}@keyframes vmenu-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.vcontrols-menu-label{text-transform:uppercase;letter-spacing:.04em;color:#ffffff80;padding:6px 10px 4px;font-size:11px;font-weight:700}.vcontrols-menu-item{color:#ffffffd9;width:100%;font-size:13px;font-weight:500;font-family:var(--font-family-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;transition:background-color .12s;display:flex}.vcontrols-menu-item:hover{background-color:#ffffff1a}.vcontrols-menu-item.is-selected{color:#fff;font-weight:700}.vbuffering{color:#fff;z-index:5;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.vbuffering svg{opacity:.9;animation:.8s linear infinite vbuffer-spin}@keyframes vbuffer-spin{to{transform:rotate(360deg)}}.video-stage.controls-hidden{cursor:none}.hz-leaderboard-row{border-radius:var(--radius-sm,8px);border:1px solid var(--line-2);background:var(--surface-2,#f8fafc);align-items:center;gap:10px;padding:10px 12px;display:flex}.hz-leaderboard-rank{color:var(--muted);min-width:28px;font-size:13px;font-weight:700}.hz-leaderboard-id{font-size:14px;font-weight:600;font-family:var(--font-mono,monospace);flex:1}.hz-leaderboard-stats{color:var(--muted);white-space:nowrap;font-size:12.5px}:-webkit-any(.video-stage.video-stage:fullscreen,.video-stage.video-stage:-webkit-full-screen,.video-stage.video-stage.is-css-fullscreen){overscroll-behavior:none;box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:none!important;height:100dvh!important;min-height:0!important;max-height:none!important;box-shadow:none!important;aspect-ratio:auto!important;z-index:9999!important;background:#000!important;border:0!important;border-radius:0!important;outline:0!important;margin:0!important;padding:0!important;position:fixed!important;inset:0 auto auto 0!important}:is(.video-stage.video-stage:fullscreen,.video-stage.video-stage:fullscreen,.video-stage.video-stage.is-css-fullscreen){overscroll-behavior:none;box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:none!important;height:100dvh!important;min-height:0!important;max-height:none!important;box-shadow:none!important;aspect-ratio:auto!important;z-index:9999!important;background:#000!important;border:0!important;border-radius:0!important;outline:0!important;margin:0!important;padding:0!important;position:fixed!important;inset:0 auto auto 0!important}.video-stage.video-stage.is-css-fullscreen{top:var(--vv-top,0px)!important;left:var(--vv-left,0px)!important;width:var(--vv-width,100%)!important;height:var(--vv-height,100vh)!important;height:var(--vv-height,100dvh)!important}:-webkit-any(.video-stage.video-stage:fullscreen video,.video-stage.video-stage:-webkit-full-screen video,.video-stage.video-stage.is-css-fullscreen video){object-fit:contain!important;object-position:center center!important;image-rendering:auto!important;background:#000!important;border:0!important;border-radius:0!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:100%!important;min-height:100%!important;max-height:100%!important;display:block!important}:is(.video-stage.video-stage:fullscreen video,.video-stage.video-stage:fullscreen video,.video-stage.video-stage.is-css-fullscreen video){object-fit:contain!important;object-position:center center!important;image-rendering:auto!important;background:#000!important;border:0!important;border-radius:0!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:100%!important;min-height:100%!important;max-height:100%!important;display:block!important}.video-stage:fullscreen::backdrop{background:#000}.video-stage:-webkit-full-screen::backdrop{background:#000}.video-stage:fullscreen::backdrop{background:#000}:-webkit-any(.video-stage:fullscreen .watermark,.video-stage:-webkit-full-screen .watermark,.video-stage.is-css-fullscreen .watermark){z-index:10!important}:is(.video-stage:fullscreen .watermark,.video-stage:fullscreen .watermark,.video-stage.is-css-fullscreen .watermark){z-index:10!important}:-webkit-any(.video-stage:fullscreen .vcontrols,.video-stage:-webkit-full-screen .vcontrols,.video-stage.is-css-fullscreen .vcontrols,.video-stage:fullscreen .vcontrols-overlay,.video-stage:-webkit-full-screen .vcontrols-overlay,.video-stage.is-css-fullscreen .vcontrols-overlay){padding-bottom:calc(13px + env(safe-area-inset-bottom,0px));padding-left:calc(16px + env(safe-area-inset-left,0px));padding-right:calc(16px + env(safe-area-inset-right,0px))}:is(.video-stage:fullscreen .vcontrols,.video-stage:fullscreen .vcontrols,.video-stage.is-css-fullscreen .vcontrols,.video-stage:fullscreen .vcontrols-overlay,.video-stage:fullscreen .vcontrols-overlay,.video-stage.is-css-fullscreen .vcontrols-overlay){padding-bottom:calc(13px + env(safe-area-inset-bottom,0px));padding-left:calc(16px + env(safe-area-inset-left,0px));padding-right:calc(16px + env(safe-area-inset-right,0px))}.vcontrols{color:#fff;z-index:5;background:linear-gradient(#0000,#000000b3);align-items:center;gap:13px;padding:14px 16px 13px;display:flex;position:absolute;bottom:0;left:0;right:0}.vbar{background:#ffffff47;border-radius:999px;flex:1;height:4px;overflow:hidden}.vbar>i{background:var(--color-learning-current);border-radius:999px;height:100%;display:block}.vtime{font-size:12.5px;font-weight:600;font-family:var(--font-mono)}.block-screen{color:#fff;text-align:center;z-index:6;background:#11151f;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:28px;display:flex;position:absolute;inset:0}.quiz-shell{max-width:720px;margin:0 auto}.quiz-head{align-items:center;gap:16px;margin-bottom:8px;display:flex}.timer{border-radius:var(--r-sm);background:var(--surface);border:1.5px solid var(--line);height:38px;font-size:15px;font-weight:700;font-family:var(--font-mono);align-items:center;gap:7px;padding:0 14px;display:inline-flex}.timer.warn{background:var(--red-50);border-color:var(--red-100);color:var(--red-600)}.q-counter{color:var(--ink-2);font-size:15px;font-weight:800}.q-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-sm);padding:28px}.q-text{font-family:var(--font-serif);letter-spacing:-.01em;letter-spacing:0;margin-bottom:22px;font-size:23px;font-weight:600;line-height:1.4}.opts-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.opts-stack{flex-direction:column;gap:12px;display:flex}.opt{border-radius:var(--r-md);border:1.5px solid var(--line);background:var(--surface);cursor:pointer;text-align:start;align-items:center;gap:13px;padding:16px 17px;font-size:15.5px;font-weight:600;transition:all .14s;display:flex}.opt:hover{border-color:var(--blue-400);background:var(--blue-50)}.opt .opt-key{background:var(--surface-2);width:34px;height:34px;color:var(--ink-2);font-weight:700;font-family:var(--font-family-primary);border:1px solid var(--line);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;transition:all .14s;display:flex}.opt.sel{border-color:var(--blue-500);background:var(--blue-50);box-shadow:0 0 0 3px var(--blue-50)}.opt.sel .opt-key{background:var(--blue-500);color:#fff;border-color:#0000}.opt.correct{border-color:var(--green-500);background:var(--green-50)}.opt.correct .opt-key{background:var(--green-500);color:#fff;border-color:#0000}.opt.wrong{border-color:var(--red-500);background:var(--red-50)}.opt.wrong .opt-key{background:var(--red-500);color:#fff;border-color:#0000}.tf-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.tf-btn{border-radius:var(--r-md);border:1.5px solid var(--line);height:88px;font-size:20px;font-weight:700;font-family:var(--font-family-primary);background:var(--surface);justify-content:center;align-items:center;gap:10px;transition:all .14s;display:flex}.tf-btn.t:hover,.tf-btn.t.sel{border-color:var(--green-500);background:var(--green-50);color:var(--green-600)}.tf-btn.f:hover,.tf-btn.f.sel{border-color:var(--red-500);background:var(--red-50);color:var(--red-600)}.q-image{border-radius:var(--r-md);border:1px solid var(--line);width:100%;margin-bottom:18px;overflow:hidden}.result-score{font-family:var(--font-mono);letter-spacing:0;font-size:84px;font-weight:600;line-height:1}.confetti-piece{border-radius:1px;width:8px;height:13px;animation:2.4s linear forwards confettiFall;position:absolute}@keyframes confettiFall{0%{opacity:1;transform:translateY(-20px)rotate(0)}to{opacity:0;transform:translateY(420px)rotate(540deg)}}.stat-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-sm);cursor:pointer;flex-direction:column;gap:12px;padding:18px;transition:transform .15s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.stat-card:before{content:"";background:var(--line);height:3px;position:absolute;top:0;left:0;right:0}.stat-card:hover{box-shadow:var(--sh-md);transform:translateY(-2px)}.stat-card .st-ico{border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.stat-card .st-num{font-family:var(--font-mono);letter-spacing:0;font-size:38px;font-weight:600;line-height:1}.stat-card .st-label{color:var(--ink-2);font-size:13.5px;font-weight:700}.stat-card .st-cta{color:var(--blue-500);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:4px;margin-top:auto;font-size:12px;font-weight:800;display:flex}.stat-card.alert{border-color:var(--amber-100)}.stat-card.alert:before{background:var(--amber-500)}.qa-grid{grid-template-columns:repeat(4,1fr);gap:13px;display:grid}.qa-btn{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--r-md);flex-direction:column;align-items:flex-start;gap:10px;padding:16px;transition:all .15s;display:flex}.qa-btn:hover{border-color:var(--blue-400);background:var(--blue-50);transform:translateY(-2px)}.qa-btn .qa-ico{background:var(--blue-50);width:38px;height:38px;color:var(--blue-500);border-radius:9px;justify-content:center;align-items:center;display:flex}.qa-btn span{font-size:14px;font-weight:700}.tbl-wrap{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-sm);-webkit-overflow-scrolling:touch;overflow-x:auto}.tbl{border-collapse:collapse;width:100%}.tbl th{text-align:start;font-family:var(--font-mono);color:var(--muted);background:var(--surface-2);border-bottom:1px solid var(--line);white-space:nowrap;text-transform:uppercase;letter-spacing:.05em;padding:13px 16px;font-size:10.5px;font-weight:600}.tbl td{border-bottom:1px solid var(--line-2);padding:14px 16px;font-size:14px}.tbl tr:last-child td{border-bottom:none}.tbl tr:hover td{background:var(--surface-2)}.code-pill{background:var(--blue-50);color:var(--blue-600);font-size:13.5px;font-weight:600;font-family:var(--font-mono);letter-spacing:1px;border:1px solid #cdd6f0;border-radius:6px;align-items:center;gap:8px;padding:5px 11px;display:inline-flex}.copy-btn{color:var(--blue-500);align-items:center;display:flex}.copy-btn:hover{color:var(--blue-600)}.status-badge{border-radius:5px;align-items:center;gap:5px;padding:4px 10px;font-size:12px;font-weight:800;display:inline-flex}.sb-green{background:var(--green-50);color:var(--green-600)}.sb-amber{background:var(--amber-50);color:var(--amber-600)}.sb-grey{background:var(--surface-2);color:var(--muted)}.sb-red{background:var(--red-50);color:var(--red-600)}.summary-bar{flex-wrap:wrap;gap:10px;display:flex}.summary-chip{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-sm);box-shadow:var(--sh-sm);align-items:center;gap:8px;padding:9px 15px;font-size:13.5px;font-weight:700;display:flex}.summary-chip b{font-size:18px;font-weight:600;font-family:var(--font-mono)}.filter-tabs{background:var(--surface-2);border-radius:var(--r-sm);border:1px solid var(--line);gap:4px;padding:4px;display:flex}.filter-tab{color:var(--muted);border-radius:5px;padding:8px 14px;font-size:13px;font-weight:700;transition:all .14s}.filter-tab.active{background:var(--surface);color:var(--blue-600);box-shadow:var(--sh-sm)}.modal{background:var(--surface);border-radius:var(--r-xl);box-shadow:var(--sh-lg);flex-direction:column;width:440px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 48px);animation:.24s cubic-bezier(.2,.9,.3,1) pop;display:flex;position:relative;overflow:hidden}.modal>form{flex-direction:column;flex:auto;min-height:0;max-height:100%;display:flex}.modal-head{flex-shrink:0;padding:24px 24px 4px}.modal-head h3{letter-spacing:0;font-size:21px;font-weight:600}.modal-body{flex:auto;min-height:0;padding:16px 24px;overflow-y:auto}.modal-foot{flex-shrink:0;gap:10px;padding:14px 24px 22px;display:flex}.modal-close{inset-inline-end:16px;z-index:2;position:absolute;top:16px}.sheet{background:var(--surface);box-shadow:var(--sh-lg);z-index:90;border-radius:18px 18px 0 0;padding:8px 20px 26px;animation:.28s cubic-bezier(.2,.9,.3,1) slideUp;position:fixed;bottom:0;left:0;right:0}.sheet-grab{background:var(--line);border-radius:999px;width:42px;height:5px;margin:8px auto 16px}.tabbar{display:none}.toast{background:var(--ink);color:#fff;border-radius:var(--r-md);z-index:200;box-shadow:var(--sh-lg);align-items:center;gap:9px;padding:12px 20px;font-size:14px;font-weight:700;animation:.2s pop;display:flex;position:fixed;bottom:26px;left:50%;transform:translate(-50%)}.coursera-welcome{color:var(--color-content-primary);flex-wrap:wrap;align-items:center;gap:14px;font-size:18px;font-weight:700;display:flex}.student-id-badge{border-radius:var(--radius-pill);color:var(--color-content-brand);cursor:pointer;transition:all var(--duration-fast) var(--ease-default);background:#ffffffb3;border:1px solid #0056d226;align-items:center;gap:6px;padding:4px 12px;font-size:13px;font-weight:700;display:inline-flex}.student-id-badge:hover{border-color:var(--color-border-brand);background:#fffffff2}.coursera-course-intro h1{max-width:900px;margin-top:14px;font-size:clamp(28px,3vw,42px);line-height:1.16;text-decoration:underline}.coursera-progress-row{color:var(--color-content-secondary);align-items:center;gap:12px;margin-top:20px;font-size:15px;display:flex}.coursera-mini-progress{background:#aab9cb;border:1px solid #3d445259;border-radius:999px;width:min(360px,45vw);height:9px;overflow:hidden}.coursera-mini-progress i{background:var(--color-content-success);height:100%;display:block}.coursera-dashboard-grid{grid-template-columns:minmax(0,1fr) 340px;align-items:stretch;gap:20px;display:grid}.coursera-upnext-card{border:1px solid var(--color-border-default);min-height:250px;box-shadow:var(--shadow-sm);transition:border-color var(--duration-default) var(--ease-default), box-shadow var(--duration-default) var(--ease-default);background:#fff;border-radius:16px;grid-template-columns:360px 1fr;display:grid;overflow:hidden}.coursera-upnext-card:hover{border-color:var(--color-border-strong);box-shadow:var(--shadow-md)}.coursera-upnext-copy{flex-direction:column;justify-content:center;align-items:flex-start;padding:24px 32px;display:flex}.coursera-upnext-copy h2{font-size:20px;font-weight:700;line-height:1.3}.coursera-upnext-copy p{color:var(--color-content-secondary);margin-top:8px;margin-bottom:18px;font-size:14.5px}.coursera-course-thumb{justify-content:center;align-items:center;min-height:100%;display:flex;position:relative;overflow:hidden}.coursera-course-thumb img{object-fit:cover;width:100%;height:100%;transition:transform var(--duration-slow) var(--ease-default)}.coursera-upnext-card:hover .coursera-course-thumb img{transform:scale(1.03)}.coursera-thumb-play-overlay{transition:background var(--duration-default) var(--ease-default);z-index:2;background:#00000026;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.coursera-upnext-card:hover .coursera-thumb-play-overlay{background:#00000040}.coursera-play-circle{width:56px;height:56px;box-shadow:var(--shadow-md);color:var(--color-surface-brand);transition:transform var(--duration-fast) var(--ease-spring);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex}.coursera-upnext-card:hover .coursera-play-circle{transform:scale(1.1)}.coursera-thumb-subtitle-overlay{color:#fff;z-index:3;text-align:center;background:linear-gradient(#0000 0%,#000000bf 100%);padding:12px 16px;font-size:13px;font-weight:500;position:absolute;bottom:0;left:0;right:0}.coursera-thumb-placeholder{color:#fff;text-align:center;z-index:1;position:relative}.coursera-thumb-placeholder span{font-size:112px;font-weight:800;line-height:.9;display:block}.coursera-thumb-placeholder b{margin-top:18px;font-size:28px;display:block}.coursera-goal-stack{flex-direction:column;gap:16px;display:flex}.coursera-side-card{border:1px solid var(--color-border-default);box-shadow:var(--shadow-sm);transition:border-color var(--duration-default) var(--ease-default), box-shadow var(--duration-default) var(--ease-default);background:#fff;border-radius:16px;padding:24px}.coursera-side-card:hover{border-color:var(--color-border-strong);box-shadow:var(--shadow-md)}.coursera-side-card h3{color:var(--color-content-primary);margin-bottom:16px;font-size:17px;font-weight:700}.coursera-goal-item{color:var(--color-content-secondary);align-items:center;gap:12px;margin-top:16px;font-size:15px;font-weight:500;display:flex}.coursera-goal-item svg.star-complete{color:#ffb800}.coursera-goal-item svg.star-incomplete{color:var(--color-content-tertiary);opacity:.6}.coursera-side-card p{color:var(--color-content-secondary);font-size:14px;line-height:1.4}.coursera-week-days{flex-wrap:wrap;gap:8px;margin:16px 0 12px;display:flex}.coursera-week-days span{border:1px solid var(--color-border-default);min-width:36px;height:36px;color:var(--color-content-secondary);transition:all var(--duration-fast) var(--ease-default);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:inline-flex}.coursera-week-days span.active{background:var(--color-surface-brand-light);color:var(--color-surface-brand);border-color:var(--color-border-brand);box-shadow:var(--shadow-sm);font-weight:700}.coursera-side-card small{color:var(--color-content-tertiary);margin-top:12px;font-size:12.5px;display:block}.coursera-below-dashboard{padding:54px 0 0}.loader{--scale:1;color:#0056d2;width:calc(4px * var(--scale));aspect-ratio:1;box-shadow:calc(19px * var(--scale)) 0 0 calc(7px * var(--scale)), calc(38px * var(--scale)) 0 0 calc(3px * var(--scale)), calc(57px * var(--scale)) 0 0 0;transform:translateX(calc(-38px * var(--scale)));vertical-align:middle;border-radius:50%;animation:.5s linear infinite alternate l21;display:inline-block}@keyframes l21{50%{box-shadow:calc(19px * var(--scale)) 0 0 calc(3px * var(--scale)), calc(38px * var(--scale)) 0 0 calc(7px * var(--scale)), calc(57px * var(--scale)) 0 0 calc(3px * var(--scale))}to{box-shadow:calc(19px * var(--scale)) 0 0 0, calc(38px * var(--scale)) 0 0 calc(3px * var(--scale)), calc(57px * var(--scale)) 0 0 calc(7px * var(--scale))}}.panel,.lesson-row,.q-card,.stat-card,.qa-btn,.tbl-wrap,.summary-chip{box-shadow:var(--shadow-none)}.section-title,.panel-head h3,.cc-title,.lr-title,.q-text,.stat-card .st-num,.summary-chip b{font-family:var(--font-family-primary);letter-spacing:0}.tabbar{background:color-mix(in srgb, var(--color-surface-raised) 94%, transparent);border-color:var(--color-border-default)}.search,.filter-tabs,.auth-tabs{border:1px solid var(--color-border-default);border-radius:var(--radius-sm);background:var(--color-surface-subtle)}.icon-btn{border-radius:var(--radius-full)}.icon-btn:focus-visible,.filter-tab:focus-visible,.tab:focus-visible{box-shadow:var(--shadow-focus);outline:none}.panel,.lesson-row,.q-card,.tbl-wrap,.modal,.summary-chip{border-color:var(--color-border-default);border-radius:var(--radius-lg)}.modal{box-shadow:var(--shadow-lg)}.stat-card,.qa-btn{border-color:var(--color-border-default);border-radius:var(--radius-lg)}.lesson-row:hover,.stat-card:hover,.qa-btn:hover{box-shadow:var(--shadow-none);border-color:var(--color-border-brand);transform:none}.lesson-row.current,.opt.sel{border-color:var(--color-border-brand);background:var(--color-surface-brand-light);box-shadow:var(--shadow-focus)}.nav-badge,.score-badge,.status-badge,.code-pill,.summary-chip,.tag{border-radius:var(--radius-pill);letter-spacing:0}.tbl th{background:var(--color-surface-subtle);color:var(--color-content-tertiary);letter-spacing:0}.toast{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:var(--z-toast)}.coursera-main.fluid{padding:0 0 44px}.coursera-main.fluid>.content-wrap.fluid{max-width:100%}.dashboard-actions,.dashboard-toolbar,.lesson-video-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.dashboard-toolbar{justify-content:space-between;margin-bottom:18px}.dashboard-toolbar .search{min-width:min(360px,100%)}.grade-filter{flex-direction:column;gap:6px;min-width:160px;display:flex}.grade-filter>span{color:var(--muted);font-size:12px;font-weight:700}.grade-filter.compact{min-width:145px}.grade-filter.compact .select{height:38px;font-size:13px;font-weight:700}.dashboard-state,.dashboard-empty{border:1px dashed var(--line);border-radius:var(--r-lg);text-align:center;min-height:220px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;padding:36px 24px;display:flex}.dashboard-state p{margin-top:8px;font-size:14px}.dashboard-empty-icon{background:var(--blue-50);width:52px;height:52px;color:var(--blue-600);border-radius:50%;place-items:center;margin-bottom:14px;display:grid}.dashboard-empty h3{color:var(--ink);margin-bottom:6px;font-size:18px}.dashboard-empty p{max-width:480px;font-size:14px;line-height:1.6}.btn-danger{background:var(--red-500);color:#fff;border-color:var(--red-500)}.confirm-head{align-items:flex-start;gap:13px;display:flex}.confirm-head p{color:var(--muted);margin-top:5px;font-size:13.5px;line-height:1.55}.confirm-icon{border-radius:50%;flex:none;place-items:center;width:42px;height:42px;display:grid}.confirm-icon.danger{background:var(--red-50);color:var(--red-500)}.confirm-icon.warning{background:var(--amber-50);color:var(--amber-600)}.action-panel-backdrop{z-index:var(--z-modal);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#10182847;justify-content:flex-end;display:flex;position:fixed;inset:0}.action-panel{background:var(--surface);border-left:1px solid var(--line);flex-direction:column;width:min(100%,980px);height:100%;display:flex;box-shadow:-18px 0 44px #1018282e}.action-panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px 16px;display:flex}.action-panel-head h3{margin-top:4px;font-size:21px;font-weight:700}.action-panel-head p{max-width:680px;color:var(--muted);margin-top:5px;font-size:13.5px;line-height:1.55}.action-panel-body{flex:1;min-height:0;padding:18px 22px 24px;overflow:auto}.action-panel-foot{border-top:1px solid var(--line);background:var(--surface);gap:10px;padding:14px 22px;display:flex}.studio-command{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--surface);box-shadow:var(--sh-sm);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-bottom:18px;padding:16px 18px;display:grid}.studio-command h3{margin-top:4px;font-size:19px}.studio-command p{color:var(--muted);margin-top:5px;font-size:13.5px;line-height:1.55}.studio-command-stats{grid-template-columns:repeat(3,minmax(72px,1fr));gap:8px;display:grid}.studio-command-stats div{border:1px solid var(--line-2);border-radius:var(--r-md);background:var(--surface-2);text-align:center;padding:11px 12px}.studio-command-stats b{font-family:var(--mono);font-size:19px;display:block}.studio-command-stats span{color:var(--muted);text-transform:uppercase;font-size:11.5px;font-weight:700}.studio-tabs{border:1px solid var(--line);background:var(--surface-2);border-radius:var(--r-md);gap:4px;width:fit-content;margin-bottom:18px;padding:4px;display:flex}.studio-tabs button{border-radius:var(--r-sm);color:var(--muted);padding:9px 15px;font-size:13px;font-weight:700}.studio-tabs button.active{background:var(--surface);color:var(--blue-600);box-shadow:var(--sh-sm)}.studio-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.studio-detail-grid>div{border:1px solid var(--line-2);border-radius:var(--r-md);flex-direction:column;gap:5px;padding:14px;display:flex}.studio-detail-grid .full{grid-column:1/-1}.studio-detail-grid span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px}.studio-preview-grid{grid-template-columns:minmax(240px,.8fr) minmax(0,1.4fr);align-items:start;gap:18px;display:grid}.studio-student-card{padding:16px}.studio-student-card h2{margin-top:15px;font-size:22px}.studio-student-card p{color:var(--muted);margin:7px 0 15px;line-height:1.6}.studio-preview-lesson{text-align:left;border:1px solid var(--line-2);border-radius:var(--r-md);grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:100%;padding:12px;display:grid}.studio-preview-lesson.active{border-color:var(--blue-300);background:var(--blue-50)}.studio-preview-lesson span:nth-child(2){flex-direction:column;gap:3px;display:flex}.studio-preview-lesson small{color:var(--muted)}.studio-video-preview{aspect-ratio:16/9;border-radius:var(--r-md);color:#fff;text-align:center;background:#10131a;place-items:center;display:grid;overflow:hidden}.studio-video-preview video,.lesson-editor-video{border-radius:var(--r-md);background:#10131a;width:100%;max-height:340px;display:block}.upload-status{border-radius:var(--r-md);background:var(--blue-50);color:var(--blue-700);gap:7px;margin-top:9px;padding:11px 12px;display:grid}.upload-status .between span{align-items:center;gap:7px;font-weight:700;display:flex}.upload-status.success{background:var(--green-50);color:var(--green-600)}.upload-status.error{background:var(--red-50);color:var(--red-500)}.input.read-only{color:var(--muted);background:var(--surface-2);align-items:center;display:flex}.studio-preview-audience{flex-wrap:wrap}.studio-preview-audience .filter-tab{align-items:center;gap:6px;display:inline-flex}.studio-preview-locked{background:var(--surface-2)}.studio-preview-locked .lr-num{background:var(--surface);color:var(--muted)}.lesson-editor-body{flex-direction:column;gap:18px;display:flex}.lesson-editor-section{border:1px solid var(--line-2);border-radius:var(--r-md);background:var(--surface);flex-direction:column;gap:12px;padding:16px;display:flex}.lesson-editor-section .field{margin-bottom:0}.lesson-editor-section-head{color:var(--ink);flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.lesson-editor-section-head svg{color:var(--blue-500);flex-shrink:0}.lesson-editor-section-head small{color:var(--muted);flex-basis:100%;font-size:12px;font-weight:600}.lesson-editor-fields{grid-template-columns:1fr 1fr;gap:12px;display:grid}.lesson-video-frame{aspect-ratio:16/9;border-radius:var(--r-md);background:#10131a;place-items:center;width:100%;max-height:320px;display:grid;overflow:hidden}.lesson-video-frame .lesson-editor-video{object-fit:contain;width:100%;height:100%;max-height:none}.lesson-video-empty{color:#ffffffb8;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:16px;font-size:13.5px;display:flex}.lesson-video-empty svg{opacity:.8}.btn.is-disabled{opacity:.55;pointer-events:none}@media (max-width:560px){.lesson-editor-fields{grid-template-columns:1fr}}.question-order-actions{flex-direction:column;gap:2px;display:flex}.question-order-actions .icon-btn{width:28px;height:26px}.question-explanation-editor{background:var(--blue-50);border:1px solid var(--blue-100);border-radius:var(--r-md);margin-top:18px;padding:16px}.question-explanation-editor h4{font-size:15px}.question-explanation-editor>div:first-child p{color:var(--muted);margin:3px 0 14px;font-size:12.5px}.explanation-upload{border:1.5px dashed var(--blue-200);border-radius:var(--r-md);min-height:72px;color:var(--blue-600);cursor:pointer;justify-content:center;align-items:center;gap:8px;font-weight:700;display:flex}.explanation-image-preview{align-items:center;gap:12px;display:flex}.explanation-image-preview img{object-fit:contain;border-radius:var(--r-sm);background:#fff;width:120px;max-height:90px}.quiz-preview-body{gap:18px;display:grid}.quiz-preview-body h2{font-size:20px;line-height:1.5}.quiz-preview-image{object-fit:contain;border-radius:var(--r-md);width:100%;max-height:240px}.teacher-answer-key{border-radius:var(--r-md);background:var(--green-50);color:var(--green-700);align-items:flex-start;gap:9px;padding:12px;font-size:13.5px;display:flex}.quiz-intro .card{text-align:center;padding:34px}.quiz-intro-icon{background:var(--blue-50);width:64px;height:64px;color:var(--blue-600);border-radius:50%;place-items:center;margin:0 auto 14px;display:grid}.quiz-intro h1{margin:15px 0 8px;font-size:28px}.quiz-intro>.card>p{color:var(--muted);line-height:1.6}.quiz-intro-grid,.result-metrics{grid-template-columns:repeat(4,1fr);gap:10px;margin:22px 0;display:grid}.quiz-intro-grid div,.result-metrics div{border:1px solid var(--line-2);border-radius:var(--r-md);flex-direction:column;gap:5px;padding:13px 8px;display:flex}.quiz-intro-grid span,.result-metrics span{color:var(--muted);font-size:12px}.quiz-intro-grid b,.result-metrics b{color:var(--ink);font-size:17px}.quiz-attempt-secure{-webkit-user-select:none;user-select:none}.quiz-attempt-secure img{-webkit-user-drag:none;user-drag:none}.result-summary-card{margin-bottom:20px;padding:24px}.result-summary-head h1{margin:10px 0 5px;font-size:56px;line-height:1}.result-summary-head>svg{color:var(--blue-500)}.answer-explanation{background:var(--surface-2);border-radius:var(--r-md);color:var(--ink-2);margin-top:14px;padding:13px}.answer-explanation p{margin-top:6px;line-height:1.6}.answer-explanation img{object-fit:contain;border-radius:var(--r-sm);max-width:100%;max-height:260px;margin-top:10px}@media (max-width:720px){.studio-preview-grid{grid-template-columns:1fr}.studio-tabs{width:100%;overflow-x:auto}.studio-tabs button{white-space:nowrap;flex:1}.quiz-intro-grid,.result-metrics{grid-template-columns:repeat(2,1fr)}.dashboard-actions{width:100%}.dashboard-actions>*{flex:1}}.course-path-heading{justify-content:space-between;align-items:flex-end;gap:18px;margin:28px 0 16px;display:flex}.course-path-heading h3{margin-top:4px;font-size:24px}.course-path-heading p{color:var(--muted);margin-top:5px;font-size:14px}.eyebrow{color:var(--blue-600);letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:800;display:block}.learning-roadmap{flex-direction:column;gap:14px;display:flex}.learning-week{border:1px solid var(--line);background:var(--surface);box-shadow:var(--sh-sm);border-radius:18px;overflow:hidden}.learning-week.is-locked{background:var(--surface-2)}.learning-week-head{justify-content:space-between;align-items:center;gap:14px;padding:17px 18px 13px;display:flex}.learning-week-head>div:first-child{flex-direction:column;gap:3px;display:flex}.learning-week-head span{color:var(--blue-600);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:800}.learning-week-head b{font-size:15px}.week-state{background:var(--blue-50);color:var(--blue-600);border-radius:999px;align-items:center;gap:6px;padding:6px 9px;font-size:11px;font-weight:800;display:inline-flex}.week-state.is-done{background:var(--green-50);color:var(--green-600)}.week-state.is-locked{background:var(--surface);color:var(--muted)}.learning-week-progress{background:var(--line-2);border-radius:999px;height:3px;margin:0 18px;overflow:hidden}.learning-week-progress i{border-radius:inherit;background:var(--blue-500);height:100%;display:block}.learning-week-items{padding:10px}.roadmap-item{text-align:left;width:100%;color:var(--ink);border-radius:12px;align-items:center;gap:11px;padding:11px 10px;transition:background .15s,color .15s;display:flex}.roadmap-item:hover{background:var(--surface-2)}.roadmap-item[aria-disabled=true]{cursor:default;color:var(--muted);opacity:.68}.roadmap-item.is-current{background:var(--blue-50);color:var(--blue-700)}.roadmap-status{background:var(--surface-2);width:31px;height:31px;color:var(--muted);border-radius:50%;flex:none;place-items:center;display:grid}.roadmap-item.is-current .roadmap-status{background:var(--blue-500);color:#fff}.roadmap-item.is-done .roadmap-status{background:var(--green-50);color:var(--green-600)}.roadmap-copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.roadmap-copy b{text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;overflow:hidden}.roadmap-copy small{color:var(--muted);font-size:11.5px}.roadmap-optional{background:var(--surface-2);color:var(--muted);border-radius:999px;padding:4px 7px;font-size:10px;font-weight:800}.roadmap-quiz{margin-top:1px;padding-left:28px;position:relative}.roadmap-quiz:before{content:"";background:var(--line);width:1px;height:12px;position:absolute;top:-7px;left:25px}.learning-roadmap.is-compact{gap:10px}.learning-roadmap.is-compact .learning-week{box-shadow:none;background:0 0;border:0;border-radius:13px}.learning-roadmap.is-compact .learning-week+.learning-week{border-top:1px solid var(--line);border-radius:0;padding-top:8px}.learning-roadmap.is-compact .learning-week-head{padding:11px 10px 8px}.learning-roadmap.is-compact .learning-week-progress{margin:0 10px}.learning-roadmap.is-compact .learning-week-items{padding:7px 0}.course-roadmap-sidebar{border:1px solid var(--line);background:var(--surface);max-height:calc(100vh - 130px);box-shadow:var(--sh-sm);border-radius:20px;padding:10px;position:sticky;top:86px;overflow:auto}.roadmap-sidebar-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:9px 10px 13px;display:flex}.roadmap-sidebar-head>div{flex-direction:column;gap:3px;min-width:0;display:flex}.roadmap-sidebar-head span{color:var(--muted);font-size:11.5px;font-weight:700}.roadmap-sidebar-head b{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.course-focus-shell{isolation:isolate;background:radial-gradient(820px 430px at 82% -12%, #1262c81b, transparent 68%), radial-gradient(760px 380px at 11% 103%, #ff8c000e, transparent 63%), linear-gradient(180deg, #ffffffe0 0%, #f1f7ffa3 48%, #f8fbfffa 100%), var(--clean-background);min-height:calc(100vh - 86px);margin:0 -32px;padding:34px 32px 48px;position:relative;overflow:hidden}.course-focus-shell:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(115deg,#0000 0 31%,#1262c808 31.15% 31.45%,#0000 31.6% 100%),linear-gradient(150deg,#0000 0 62%,#1262c806 62.15% 62.45%,#0000 62.6% 100%),radial-gradient(520px 320px at 92% 5%,#ffffffe0 0%,#ffffff75 48%,#0000 76%);position:absolute;inset:0}.course-focus-shell:after{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(#1262c80b 1px,#0000 1px),linear-gradient(90deg,#1262c80b 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 62% 36%,#00000080,#0000 74%);mask-image:radial-gradient(circle at 62% 36%,#00000080,#0000 74%)}.course-focus-inner{z-index:1;max-width:1180px;margin:0 auto;position:relative}.course-enroll-banner{border:1px solid var(--color-border-brand);border-radius:var(--radius-lg);background:#ffffffe0;justify-content:space-between;align-items:center;gap:14px;min-height:64px;margin-bottom:14px;padding:14px;display:flex;box-shadow:0 18px 45px #1d1f230f}.course-enroll-copy{align-items:center;gap:12px;min-width:0;display:flex}.course-enroll-copy>span{border-radius:var(--radius-full);background:var(--color-surface-brand-light);width:38px;height:38px;color:var(--color-content-brand);flex:none;place-items:center;display:grid}.course-enroll-copy b,.course-enroll-copy small{display:block}.course-enroll-copy small{color:var(--color-content-tertiary);margin-top:2px;font-size:12.5px}.course-enroll-form{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.course-enroll-form .input{width:min(280px,100%)}.course-focus-hero{border:1px solid var(--color-border-default);border-radius:var(--radius-lg);background:var(--color-surface-raised);grid-template-rows:minmax(230px,1fr) auto;grid-template-columns:minmax(0,1fr) minmax(270px,390px);min-height:360px;display:grid;overflow:hidden;box-shadow:0 18px 45px #1d1f230f}.course-focus-copy{flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(26px,4vw,46px);display:flex}.course-focus-copy h1{max-width:700px;color:var(--color-content-primary);font-family:var(--font-serif);margin-top:10px;font-size:clamp(40px,6vw,72px);font-weight:600;line-height:1}.course-focus-copy p{color:var(--color-content-secondary);margin-top:12px;font-size:16px;line-height:1.5}.course-focus-meta{flex-wrap:wrap;gap:8px;margin-top:26px;display:flex}.course-focus-meta span{border:1px solid var(--color-border-default);border-radius:var(--radius-pill);background:var(--color-surface-subtle);min-height:32px;color:var(--color-content-secondary);align-items:center;padding:0 11px;font-size:13px;font-weight:800;display:inline-flex}.course-focus-media{background:var(--color-surface-brand);grid-area:1/2/3;place-items:center;min-height:100%;display:grid;overflow:hidden}.course-focus-media img{object-fit:cover;width:100%;height:100%}.course-focus-progress{border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-default);grid-template-columns:auto auto minmax(120px,1fr) auto;align-items:center;gap:12px;margin:0 clamp(26px,4vw,46px) clamp(24px,3vw,34px);padding:16px;display:grid}.course-focus-progress span{color:var(--color-content-tertiary);font-size:12px;font-weight:800}.course-focus-progress b{color:var(--color-content-primary);font-family:var(--font-mono);font-size:18px}.course-roadmap-focus{border:1px solid var(--color-border-default);border-radius:var(--radius-lg);background:#ffffffe6;margin-top:16px;padding:24px;box-shadow:0 18px 45px #1d1f230d}.course-roadmap-focus-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.course-roadmap-focus-head h2{color:var(--color-content-primary);margin-top:5px;font-size:24px;line-height:1.2}.course-roadmap-focus-head p{color:var(--color-content-tertiary);margin-top:7px;font-size:14px}.course-roadmap-focus .learning-roadmap{gap:10px}.course-roadmap-focus .learning-week{box-shadow:none}.course-empty-roadmap{border:1px dashed var(--color-border-default);border-radius:var(--radius-lg);background:linear-gradient(#0056d209 1px, transparent 1px), linear-gradient(90deg, #0056d209 1px, transparent 1px), var(--color-surface-default);min-height:210px;color:var(--color-content-tertiary);text-align:center;background-size:42px 42px;align-content:center;place-items:center;gap:10px;padding:34px 18px;display:grid}.course-empty-roadmap>div{border-radius:var(--radius-full);background:var(--color-surface-brand-light);width:48px;height:48px;color:var(--color-content-brand);place-items:center;display:grid}.course-empty-roadmap h3{color:var(--color-content-primary);font-size:18px}.course-empty-roadmap p{max-width:520px;color:var(--color-content-tertiary);font-size:14px;line-height:1.55}@media (max-width:920px){.course-focus-hero{grid-template-rows:auto;grid-template-columns:1fr}.course-focus-media{order:-1;grid-area:auto;min-height:250px}.course-focus-progress{grid-template-columns:auto auto minmax(0,1fr)}.course-focus-progress .btn{grid-column:1/-1;justify-self:start}}@media (max-width:640px){.course-focus-shell{margin:0 -14px;padding:18px 14px 30px}.course-enroll-banner,.course-enroll-form{flex-direction:column;align-items:stretch}.course-enroll-banner .btn,.course-enroll-form .input{width:100%}.course-focus-copy{padding:22px}.course-focus-copy h1{font-size:40px}.course-focus-media{min-height:210px}.course-focus-progress{grid-template-columns:1fr;margin:0 22px 22px}.course-roadmap-focus{padding:18px}.course-roadmap-focus-head{margin-bottom:14px}}.student-id-protect-card{margin-top:10px;padding:16px}.student-id-protect-card h3{font-size:15px;font-weight:700}.student-id-protect-card p{color:var(--muted);margin:4px 0 12px;font-size:12.5px;line-height:1.5}.learning-content-frame{background:var(--surface);width:100%;min-height:420px;color:var(--ink);flex-direction:column;justify-content:center;align-items:flex-start;gap:15px;padding:54px;display:flex}.learning-content-frame h2{max-width:720px;font-size:clamp(26px,4vw,40px);line-height:1.15}.learning-content-frame p{max-width:720px;color:var(--muted);font-size:16px;line-height:1.75}.learning-content-icon{background:var(--blue-50);width:58px;height:58px;color:var(--blue-600);border-radius:16px;place-items:center;display:grid}.learning-item-description{max-width:760px;color:var(--muted);margin-top:12px;font-size:14px;line-height:1.65}.completion-pill{background:var(--green-50);color:var(--green-600);border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:12px;font-weight:800;display:inline-flex}.teacher-week-list{flex-direction:column;gap:18px;display:flex}.teacher-week{border:1px solid var(--line);background:var(--surface);box-shadow:var(--sh-sm);border-radius:18px;overflow:hidden}.teacher-week-head{border-bottom:1px solid var(--line);background:var(--surface-2);justify-content:space-between;align-items:center;gap:14px;padding:15px 17px;display:flex}.teacher-week-head>div{flex-direction:column;gap:3px;display:flex}.teacher-week-head span{color:var(--blue-600);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:800}.teacher-week-head b{font-size:14px}.teacher-week-items{flex-direction:column;gap:10px;padding:12px;display:flex}.teacher-learning-item{border:1px solid var(--line-2);background:var(--surface);border-radius:14px;overflow:hidden}.teacher-item-main{align-items:center;gap:12px;padding:13px;display:flex}.teacher-item-icon{background:var(--blue-50);width:38px;height:38px;color:var(--blue-600);border-radius:11px;flex:none;place-items:center;display:grid}.teacher-item-copy{flex:1;min-width:170px}.teacher-item-copy>div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.teacher-item-copy h4{font-size:14.5px}.teacher-item-copy p{color:var(--muted);margin-top:5px;font-size:12.5px}.teacher-item-actions{align-items:center;gap:7px;display:flex}.icon-btn.danger{color:var(--red-500)}.teacher-related-quiz{border-top:1px solid var(--line-2);background:var(--surface-2);width:100%;color:var(--blue-600);text-align:left;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.teacher-related-quiz>span{align-items:center;gap:7px;display:flex}.teacher-related-quiz small{color:var(--muted);font-weight:500}.quiz-editor.embedded{min-height:100%}.embedded-quiz-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;padding:0 0 16px;display:flex}.embedded-quiz-head h3{margin-top:4px;font-size:20px}.embedded-quiz-head p{color:var(--muted);margin-top:4px;font-size:13px}.builder-grid.embedded{grid-template-columns:minmax(0,1fr) minmax(260px,.55fr)}.builder-grid.embedded .panel{position:static!important}.code-workflow{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--surface);box-shadow:var(--sh-sm);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-bottom:16px;padding:16px 18px;display:grid}.code-workflow h3{margin-top:4px;font-size:18px}.code-workflow p{color:var(--muted);margin-top:5px;font-size:13.5px}.code-workflow-steps{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.code-workflow-steps span{border:1px solid var(--line-2);color:var(--muted);background:var(--surface-2);border-radius:999px;align-items:center;gap:7px;padding:8px 10px;font-size:12px;font-weight:800;display:inline-flex}.code-workflow-steps b{background:var(--surface);width:20px;height:20px;color:var(--muted);font-family:var(--mono);border-radius:50%;place-items:center;font-size:11px;display:grid}.code-workflow-steps .active{color:var(--blue-600);border-color:var(--blue-100);background:var(--blue-50)}.code-workflow-steps .active b{background:var(--blue-500);color:#fff}@media (min-width:901px){.coursera-main .video-grid{grid-template-columns:390px minmax(0,1fr);grid-template-areas:"roadmap content"}.video-grid>div:first-child{grid-area:content}.video-grid>.course-roadmap-sidebar{grid-area:roadmap}.video-grid .video-stage{aspect-ratio:auto;height:min(64vh,650px)}}@media (max-width:900px){.course-roadmap-sidebar{max-height:none;position:static}.course-path-heading{flex-direction:column;align-items:flex-start}}@media (max-width:680px){.action-panel-backdrop{justify-content:stretch;align-items:stretch}.action-panel{border-left:0;max-width:100%!important}.action-panel-head{padding:16px}.action-panel-body{padding:14px 16px 20px}.studio-command,.code-workflow{grid-template-columns:1fr}.studio-command-stats{grid-template-columns:repeat(3,1fr)}.code-workflow-steps{justify-content:flex-start}.embedded-quiz-head{flex-direction:column}.builder-grid.embedded{grid-template-columns:1fr}.learning-week-head,.teacher-week-head{align-items:flex-start}.teacher-item-main{flex-wrap:wrap;align-items:flex-start}.teacher-item-copy{min-width:calc(100% - 100px)}.teacher-item-actions{justify-content:flex-end;width:100%}.teacher-related-quiz{flex-direction:column;align-items:flex-start}.teacher-related-quiz small{display:block}.learning-content-frame{min-height:340px;padding:30px 22px}}.dashboard-timeline{padding-left:8px;position:relative}.dashboard-timeline:before{content:"";background:var(--line-2);border-left:1px dashed var(--line);width:2px;position:absolute;top:12px;bottom:12px;left:21px}.timeline-item{gap:16px;padding-bottom:22px;display:flex;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-ico{z-index:1;width:28px;height:28px;box-shadow:var(--sh-sm);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.timeline-txt{flex:1;font-size:13.5px;line-height:1.45}.timeline-time{color:var(--muted);margin-top:3px;font-size:12px;font-weight:500}.welcome-banner{position:relative;overflow:hidden}@keyframes pulseGlow{0%{box-shadow:0 0 #f59e0b33}70%{box-shadow:0 0 0 6px #f59e0b00}to{box-shadow:0 0 #f59e0b00}}.stat-card.alert{animation:2.5s infinite pulseGlow;border-left:4px solid var(--amber-500)!important}.stat-card:not(.alert):first-child{border-left:4px solid var(--amber-500)}.stat-card:nth-child(2){border-left:4px solid var(--green-500)}.stat-card:nth-child(3){border-left:4px solid var(--blue-500)}.stat-card:nth-child(4){border-left:4px solid var(--orange-500)}.qa-desc{color:var(--muted);text-align:center;margin-top:4px;font-size:12px;font-weight:400;line-height:1.3;display:block}.qa-btn{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;height:auto;padding:18px 12px;transition:transform .15s,box-shadow .18s,border-color .18s;display:flex}.qa-btn:hover{box-shadow:var(--sh-md);border-color:var(--blue-400);transform:translateY(-2px)}.teacher-overview{flex-direction:column;gap:20px;display:flex}.overview-command{border:1px solid var(--color-border-default);border-radius:var(--radius-lg);background:linear-gradient(#0056d209 1px, transparent 1px), linear-gradient(90deg, #0056d209 1px, transparent 1px), var(--color-surface-default);background-size:56px 56px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:132px;padding:24px;display:grid;position:relative;overflow:hidden}.overview-command-copy,.overview-command-actions{z-index:1;position:relative}.overview-command-copy h2{color:var(--color-content-primary);font-family:var(--font-serif);letter-spacing:0;margin-top:8px;font-size:clamp(26px,3vw,34px);font-weight:700;line-height:1.15}.overview-command-copy p{color:var(--color-content-tertiary);flex-wrap:wrap;align-items:center;gap:8px;margin-top:9px;font-size:13.5px;font-weight:600;display:flex}.overview-command-copy p svg{color:var(--color-content-brand)}.overview-role{border:1px solid var(--color-border-default);border-radius:var(--radius-sm);background:var(--color-surface-subtle);height:24px;color:var(--color-content-secondary);align-items:center;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.overview-command-actions{flex-wrap:wrap;justify-content:flex-end;align-items:end;gap:10px;display:flex}.teacher-overview .stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.teacher-overview .stat-card{text-align:start;min-height:150px;box-shadow:none;border-radius:7px;gap:18px;padding:20px 20px 18px;transform:none}.teacher-overview .stat-card:before{display:none}.teacher-overview .stat-card:hover{border-color:var(--color-border-brand);background:var(--color-surface-brand-light);box-shadow:none;transform:none}.teacher-overview .stat-card.alert{border-color:var(--color-border-default);animation:none;border-left:1px solid var(--color-border-default)!important}.teacher-overview .stat-card.alert:before{background:var(--amber-500)}.stat-green{--stat-accent:var(--green-500)}.stat-blue{--stat-accent:var(--blue-500)}.stat-amber{--stat-accent:var(--amber-500)}.stat-orange{--stat-accent:var(--orange-500)}.stat-red{--stat-accent:var(--red-500)}.stat-gold{--stat-accent:var(--gold-700)}.stat-indigo{--stat-accent:var(--indigo-500)}.st-head{justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.teacher-overview .stat-card .st-ico{border-radius:50%;width:40px;height:40px}.teacher-overview .stat-card .st-num{color:var(--color-content-primary);margin-top:0;font-size:34px}.teacher-overview .stat-card .st-label{color:var(--color-content-primary);text-transform:uppercase;letter-spacing:.02em;font-size:14px;line-height:1.35}.teacher-overview .stat-card .st-label span{color:var(--color-content-tertiary);margin-top:3px;font-size:12.5px;font-weight:600;display:block}.teacher-overview .stat-card .st-cta{color:var(--color-content-brand);font-family:var(--font-sans);letter-spacing:.12em;text-transform:uppercase;margin-top:auto;font-size:12px}.overview-grid{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);align-items:stretch;gap:16px;display:grid}.overview-panel{box-shadow:none;border-radius:7px;overflow:hidden}.overview-panel .panel-head{min-height:56px}.overview-panel .panel-head h3{gap:8px}.overview-panel .panel-head h3 svg{color:var(--color-content-brand)}.overview-grade-panel{min-height:100%}.overview-grade-list{flex-direction:column;justify-content:center;gap:10px;min-height:330px;display:flex}.overview-grade-row{border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-subtle);grid-template-columns:minmax(118px,.4fr) minmax(0,1fr) auto;align-items:center;gap:14px;padding:13px;display:grid}.overview-grade-copy{min-width:0}.overview-grade-copy b,.overview-grade-copy span{display:block}.overview-grade-copy b{color:var(--color-content-primary);font-size:14px}.overview-grade-copy span,.overview-grade-meter span{color:var(--color-content-tertiary);font-size:12px;font-weight:600}.overview-grade-meter{gap:7px;display:grid}.overview-grade-meter b,.overview-grade-pct{color:var(--color-content-brand);font-family:var(--font-mono);font-size:12px;font-weight:700}.overview-grade-pct{text-align:end;min-width:42px}.teacher-overview .qa-grid{grid-template-columns:1fr;gap:10px;display:grid}.teacher-overview .qa-btn{text-align:start;border:1px solid var(--color-border-default);width:100%;min-height:76px;box-shadow:none;border-radius:7px;grid-template-rows:auto auto;grid-template-columns:38px minmax(0,1fr);justify-content:stretch;align-items:center;gap:2px 11px;padding:12px 14px;display:grid;transform:none}.teacher-overview .qa-btn:hover{background:var(--color-surface-brand-light);border-color:var(--color-border-brand);box-shadow:none;transform:none}.teacher-overview .qa-btn .qa-ico{background:var(--color-surface-brand-light);width:38px;height:38px;color:var(--color-content-brand);border-radius:6px;grid-row:1/span 2;justify-content:center;align-items:center;margin:0;display:flex}.teacher-overview .qa-btn span{font-size:13.5px;font-weight:700}.teacher-overview .qa-desc{color:var(--color-content-tertiary);text-align:start;margin:0;font-size:12px;line-height:1.35}.teacher-overview .dashboard-timeline{padding-left:0}.teacher-overview .dashboard-timeline:before{background:var(--color-border-default);border-left:0;width:1px;left:17px}.teacher-overview .timeline-item{gap:13px;padding-bottom:18px}.teacher-overview .timeline-ico{border-radius:var(--radius-md);width:34px;height:34px;box-shadow:none;border:1px solid var(--color-border-subtle)}.teacher-overview .timeline-txt{color:var(--color-content-secondary);padding-top:2px;font-size:13.5px}.teacher-overview .timeline-time{color:var(--color-content-tertiary);font-family:var(--font-mono);font-size:11.5px}@media (max-width:960px){.teacher-overview .stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-grid{grid-template-columns:1fr}}@media (max-width:760px){.overview-command{grid-template-columns:1fr;padding:18px}.overview-command-actions{justify-content:stretch}.overview-command-actions .grade-filter,.overview-command-actions .btn{width:100%}.teacher-overview .stat-grid,.overview-grade-row{grid-template-columns:1fr}.overview-grade-pct{text-align:start}}.ops-header{border:1px solid var(--color-border-default);border-radius:var(--radius-lg);background:linear-gradient(#0056d208 1px, transparent 1px), linear-gradient(90deg, #0056d208 1px, transparent 1px), var(--color-surface-default);background-size:56px 56px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:116px;margin-bottom:18px;padding:22px 24px;display:grid;position:relative;overflow:hidden}.ops-header>*{z-index:1;position:relative}.ops-header h2{color:var(--color-content-primary);font-family:var(--font-serif);letter-spacing:0;font-size:clamp(25px,2.6vw,32px);font-weight:700;line-height:1.15}.ops-header p{max-width:680px;color:var(--color-content-tertiary);margin-top:7px;font-size:13.5px;font-weight:600;line-height:1.45}.ops-header+.between,.ops-header+.dashboard-toolbar{border:1px solid var(--color-border-default);border-radius:var(--radius-lg);background:var(--color-surface-default);padding:12px}.ops-parent-links .ops-header{min-height:auto;padding:18px 20px;margin-top:24px!important}.ops-parent-links .ops-header:after{display:none}.ops-parent-links .ops-header h2{font-family:var(--font-family-primary);font-size:19px}.ops-tabs,.filter-tabs{max-width:100%;overflow-x:auto}.ops-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.teacher-students-page{padding-top:34px}.hz-teacher-theme .teacher-students-section-title{background:var(--hz-dark)!important;border:1px solid #101820!important;border-radius:0!important;min-height:112px!important;margin:0 0 38px!important;padding:30px 28px!important}.hz-teacher-theme .teacher-students-section-title:after{display:none!important}.hz-teacher-theme .teacher-students-section-title h2{letter-spacing:0!important;font-size:30px!important;line-height:1.15!important}.teacher-students-toolbar{justify-content:space-between;align-items:center;gap:22px;margin-bottom:28px;display:flex}.hz-teacher-theme .teacher-students-tabs{width:min(100%,520px);overflow:visible;border:1px solid var(--hz-hairline-strong)!important;border-bottom:1px solid var(--hz-hairline-strong)!important;background:#f7f7f7!important;border-radius:999px!important;gap:14px!important;padding:8px!important}.hz-teacher-theme .teacher-students-tabs .filter-tab{min-height:34px;color:#5d5d5d!important;letter-spacing:2px!important;border-radius:999px!important;padding:0 20px!important;font-size:14px!important;font-weight:800!important}.hz-teacher-theme .teacher-students-tabs .filter-tab.active{color:#fff!important;box-shadow:none!important;background:#1f1f1f!important}.teacher-students-filterbar{flex:auto;justify-content:flex-end;align-items:center;gap:18px;min-width:280px;display:flex}.hz-teacher-theme .teacher-students-grade-select,.hz-teacher-theme .teacher-students-search{border:1px solid var(--hz-hairline-strong)!important;height:58px!important;box-shadow:none!important;background:#fff!important;border-radius:8px!important}.hz-teacher-theme .teacher-students-grade-select{width:220px!important;padding:0 18px!important;font-size:17px!important;font-weight:400!important}.teacher-students-search{width:min(100%,330px);min-width:260px}.teacher-students-search input{font-size:18px}.hz-teacher-theme .teacher-students-table-wrap{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}.teacher-students-table{min-width:1120px}.hz-teacher-theme .teacher-students-table th{color:#646464!important;border-top:1px solid var(--hz-hairline)!important;border-bottom:1px solid var(--hz-hairline)!important;font-family:var(--font-sans)!important;letter-spacing:2.4px!important;background:#f6f6f6!important;padding:20px!important;font-size:14px!important;font-weight:800!important}.hz-teacher-theme .teacher-students-table td{vertical-align:middle;min-height:96px;color:#626262!important;border-bottom:1px solid var(--hz-hairline)!important;padding:20px!important;font-size:16px!important}.hz-teacher-theme .teacher-students-table tr:hover td{background:#fff!important}.teacher-students-identity{color:#141414;font:inherit;text-align:start;cursor:pointer;background:0 0;border:0;align-items:center;gap:14px;padding:0;font-size:21px;font-weight:800;display:inline-flex}.teacher-students-avatar{border:1px solid var(--hz-hairline-strong);color:#333;background:#f7f7f7;border-radius:50%;flex:none;place-items:center;width:46px;height:46px;font-size:15px;font-weight:500;display:grid}.teacher-students-table small{color:#606060;margin-top:4px;font-size:16px;display:block}.hz-teacher-theme .teacher-students-table .teacher-students-status-select,.hz-teacher-theme .teacher-students-status-select{text-transform:none!important;border-radius:8px!important;width:auto!important;min-width:172px!important;height:46px!important;padding:0 12px!important;font-size:15px!important;font-weight:400!important;line-height:44px!important}.teacher-students-table .ops-actions{flex-direction:column;align-items:flex-start;gap:8px}.hz-teacher-theme .ops-card .teacher-students-status-select-mobile,.hz-teacher-theme .teacher-students-status-select-mobile{height:34px!important;padding:0 10px!important;font-size:13px!important}.hz-teacher-theme .teacher-students-details{justify-content:center;width:176px;border-radius:8px!important;min-height:56px!important;font-size:16px!important}.teacher-students-check{color:#6a6a6a;cursor:pointer;text-transform:none;background:0 0;border:0;align-items:center;gap:10px;min-height:24px;padding:0;font-size:15px;font-weight:400;display:inline-flex}.teacher-students-check svg,.teacher-students-fake-check{border:1px solid var(--hz-hairline-strong);color:#0000;border-radius:4px;flex:none;place-items:center;width:18px;height:18px;display:inline-grid}.teacher-students-fake-check.checked{background:var(--hz-blue);border-color:var(--hz-blue)}.teacher-students-fake-check.checked:after{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:8px;height:5px;transform:rotate(-45deg)}.ops-parent-links{margin-top:84px}.hz-teacher-theme .ops-parent-links .teacher-students-section-title{margin-bottom:38px!important}.teacher-parent-table td:first-child{color:#141414!important;font-size:21px!important;font-weight:800!important}.teacher-parent-table td:nth-child(4){text-transform:capitalize}.hz-teacher-theme .teacher-parent-action{justify-content:center;width:138px;background:#fff!important;border-radius:8px!important;min-height:54px!important;font-size:15px!important}.teacher-students-empty{color:var(--hz-muted);padding:28px 0 64px;font-size:15px}.ops-class-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px;display:grid}.ops-class{border-color:var(--color-border-default);min-height:100%;box-shadow:none;padding:0;overflow:hidden}.ops-class:hover{border-color:var(--color-border-brand)}.ops-class-thumb{aspect-ratio:16/9;border-bottom:1px solid var(--color-border-default);background:var(--color-surface-brand-light);width:100%;color:var(--color-content-brand);place-items:center;display:grid;position:relative;overflow:hidden}.ops-class-thumb img{object-fit:cover;width:100%;height:100%}.ops-class-thumb span{color:#ffffffeb;font-family:var(--font-serif);font-size:64px;font-style:italic;line-height:1}.ops-class>div:not(.ops-class-thumb){padding:14px}.ops-class .ops-actions{padding:0 14px 14px}.summary-bar{align-items:stretch}.summary-chip{min-height:40px}.tbl-wrap{box-shadow:none}.tbl th,.tbl td{vertical-align:middle}.action-panel{width:min(100%,980px);box-shadow:none}.action-panel-body{flex:1;min-height:0;overflow:auto}.action-panel-foot{flex-shrink:0}.modal{max-height:calc(100dvh - 16px)}.modal>form,.modal>div{min-height:0}.modal>div:has(>.modal-head){flex-direction:column;flex:auto;max-height:100%;display:flex}.modal>div:has(>.modal-head)>.modal-body{flex:auto;min-height:0;overflow-y:auto}.course-editor-body{overflow-y:auto}.course-editor-body .form-section{border-radius:var(--radius-lg)}.course-editor-body textarea.input{min-height:88px}.thumbnail-upload{grid-template-columns:minmax(132px,164px) minmax(0,1fr);display:grid}@media (max-height:820px){.modal{max-height:calc(100dvh - 12px)}.course-editor-body textarea.input{min-height:62px}.thumbnail-upload{grid-template-columns:112px minmax(0,1fr)}.form-section-head{font-size:13px}}@media (max-width:900px){.ops-header,.ops-header+.between,.ops-header+.dashboard-toolbar{grid-template-columns:1fr}.dashboard-toolbar .search,.ops-header+.between .search{min-width:min(100%,320px)}}@media (max-width:680px){.ops-header{padding:18px}.ops-header h2{font-size:25px}.thumbnail-upload{grid-template-columns:1fr}.action-panel-foot,.modal-foot{flex-direction:column}}.hz-teacher-theme{background:var(--hz-canvas)!important;color:var(--hz-ink)!important;font-family:var(--font-sans)!important}.hz-teacher-theme .coursera-topnav{background:var(--hz-canvas)!important;border-bottom:1px solid var(--hz-hairline)!important;box-shadow:none!important;height:64px!important}.hz-teacher-theme .coursera-nav-inner{max-width:1440px!important}.hz-teacher-theme .coursera-brand{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;letter-spacing:0!important;font-size:22px!important;font-weight:700!important}.hz-teacher-theme .coursera-nav-link{align-items:center;display:inline-flex;color:var(--hz-ink)!important;letter-spacing:.3px!important;min-height:64px!important;transition:border-color var(--duration-fast), color var(--duration-fast), transform var(--duration-fast)!important;background:0 0!important;border-bottom:3px solid #0000!important;border-radius:0!important;padding:0 16px!important;font-weight:700!important}.hz-teacher-theme .coursera-nav-link:hover,.hz-teacher-theme .coursera-nav-link.active{color:var(--hz-blue)!important;border-bottom-color:var(--hz-blue)!important;background:0 0!important}.hz-teacher-theme .profile-btn{border-radius:var(--radius-full)!important;transition:transform var(--duration-fast)!important}.hz-teacher-theme .profile-btn:hover{transform:scale(1.03)!important}.hz-teacher-theme .profile-menu{border-radius:var(--radius-sm)!important;box-shadow:none!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important}.hz-teacher-theme .pm-item{border-radius:var(--radius-button-compact)!important;color:var(--hz-ink)!important;transition:background-color var(--duration-fast), color var(--duration-fast), transform var(--duration-fast)!important}.hz-teacher-theme .pm-item:hover{background:var(--hz-soft)!important;color:var(--hz-blue)!important;transform:translate(-2px)!important}.hz-teacher-theme .pm-item.danger:hover{background:var(--hz-soft)!important;color:var(--hz-ink)!important}.hz-teacher-theme .overview-command,.hz-teacher-theme .ops-header{position:relative;overflow:hidden;background:var(--hz-dark)!important;color:#fff!important;border-radius:var(--radius-lg)!important;box-shadow:none!important;background-image:none!important;border:0!important}.hz-teacher-theme .overview-command:after,.hz-teacher-theme .ops-header:after{color:#ffffff0d!important}.hz-teacher-theme .overview-command-copy .eyebrow,.hz-teacher-theme .ops-header .eyebrow{color:#fff!important;opacity:.95!important}.hz-teacher-theme .overview-command-copy h2,.hz-teacher-theme .ops-header h2{font-family:var(--font-sans)!important;color:#fff!important;font-weight:700!important}.hz-teacher-theme .overview-command-copy p,.hz-teacher-theme .ops-header p{color:var(--hz-on-dark-soft,#bbb)!important;font-weight:300!important}.hz-teacher-theme .overview-command-copy p svg,.hz-teacher-theme .ops-header p svg{color:var(--hz-blue)!important}.hz-teacher-theme .overview-role{color:#fff!important;border-radius:var(--radius-xs)!important;background:#ffffff14!important;border:1px solid #ffffff26!important;font-weight:400!important}.hz-teacher-theme .stat-card{background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline)!important;min-height:152px!important;box-shadow:none!important;border-radius:7px!important;flex-direction:column!important;gap:20px!important;padding:22px 24px 20px!important;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .2s!important;display:flex!important;overflow:hidden!important;transform:none!important}.hz-teacher-theme .stat-card .st-head{background:0 0!important;border-bottom:0!important;justify-content:space-between!important;align-items:center!important;width:100%!important;padding:0!important;display:flex!important}.hz-teacher-theme .stat-card .st-num{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;margin:0!important;font-size:36px!important;font-weight:700!important;line-height:1!important}.hz-teacher-theme .stat-card .st-ico{border:1px solid color-mix(in srgb, currentColor 18%, transparent)!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;margin:0!important;display:flex!important}.hz-teacher-theme .stat-card .st-label{color:var(--hz-ink)!important;font-family:var(--font-sans)!important;text-align:start!important;flex-direction:column!important;gap:4px!important;margin:0!important;padding:0!important;font-size:15px!important;font-weight:700!important;display:flex!important}.hz-teacher-theme .stat-card .st-label span{color:var(--hz-muted)!important;text-transform:none!important;letter-spacing:0!important;margin:0!important;font-size:13px!important;font-weight:300!important}.hz-teacher-theme .stat-card .st-cta{color:var(--hz-blue)!important;font-family:var(--font-sans)!important;letter-spacing:1.9px!important;text-transform:uppercase!important;text-align:start!important;align-items:center!important;gap:4px!important;margin-top:auto!important;padding:0!important;font-size:12px!important;font-weight:700!important;display:flex!important}.hz-teacher-theme .stat-card:hover{border-color:var(--hz-blue)!important;transform:translateY(-2px)!important}.hz-teacher-theme .stat-card:before{display:none!important}.hz-teacher-theme .panel,.hz-teacher-theme .overview-panel,.hz-teacher-theme .ops-class{background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline)!important;box-shadow:none!important;border-radius:7px!important;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s!important}.hz-teacher-theme .teacher-overview .panel-head{min-height:56px!important;padding:16px 20px 12px!important}.hz-teacher-theme .overview-grade-list{justify-content:center!important;min-height:330px!important}.hz-teacher-theme .panel-head h3 svg{color:var(--hz-blue)!important}.hz-teacher-theme .panel-head h3{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-weight:700!important}.hz-teacher-theme .ops-class:hover{border-color:var(--hz-blue)!important;transform:translateY(-4px)scale(1.01)!important}.hz-teacher-theme .ops-class-thumb{overflow:hidden;border-radius:var(--radius-sm) var(--radius-sm) 0 0!important;border-bottom:1px solid var(--hz-hairline)!important;background:var(--hz-card)!important}.hz-teacher-theme .ops-class-thumb img{transition:transform .4s cubic-bezier(.16,1,.3,1)!important}.hz-teacher-theme .ops-class:hover .ops-class-thumb img{transform:scale(1.06)!important}.hz-teacher-theme .qa-btn{background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline)!important;box-shadow:none!important;border-radius:7px!important;transition:transform .2s cubic-bezier(.16,1,.3,1),border-color .2s,background-color .2s!important}.hz-teacher-theme .qa-btn:hover{background:var(--hz-soft)!important;border-color:var(--hz-blue)!important;transform:translateY(-2px)!important}.hz-teacher-theme .overview-grade-row{border-radius:var(--radius-sm)!important;border:0!important;border-bottom:1px solid var(--hz-hairline)!important;background:0 0!important;padding:16px 0!important;transition:transform .25s cubic-bezier(.16,1,.3,1)!important}.hz-teacher-theme .overview-grade-row:hover{transform:translate(4px)!important}.hz-teacher-theme .dashboard-timeline:before{background:var(--hz-hairline)!important;width:2px!important;left:16px!important}.hz-teacher-theme .timeline-item{gap:16px!important;padding-bottom:24px!important;display:flex!important;position:relative!important}.hz-teacher-theme .timeline-ico{border-radius:var(--radius-sm)!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;width:32px!important;height:32px!important;color:var(--hz-blue)!important;z-index:1!important;box-shadow:none!important;transition:transform var(--duration-fast)!important;justify-content:center!important;align-items:center!important;margin:0!important;display:flex!important}.hz-teacher-theme .timeline-item:hover .timeline-ico{border-color:var(--hz-blue)!important;color:var(--hz-blue-active)!important;transform:scale(1.1)!important}.hz-teacher-theme .timeline-txt{font-family:var(--font-sans)!important;color:var(--hz-body)!important;padding-top:2px!important;font-size:14.5px!important}.hz-teacher-theme .timeline-txt b{color:var(--hz-ink)!important;font-weight:700!important}.hz-teacher-theme .timeline-time{font-family:var(--font-mono)!important;color:var(--hz-muted)!important;margin-top:4px!important}.hz-teacher-theme .grade-filter,.hz-teacher-theme .grade-filter .select{border-radius:var(--radius-sm)!important}.hz-teacher-theme .filter-chip{border-radius:var(--radius-button-compact)!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;color:var(--hz-muted)!important;transition:background-color var(--duration-fast), color var(--duration-fast), transform var(--duration-fast)!important}.hz-teacher-theme .filter-chip:hover{border-color:var(--hz-ink)!important;color:var(--hz-ink)!important;transform:translateY(-1px)!important}.hz-teacher-theme .input,.hz-teacher-theme .select,.hz-teacher-theme .textarea{border-radius:var(--radius-sm)!important;box-shadow:none!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;color:var(--hz-ink)!important;font-family:var(--font-sans)!important}@media (min-width:681px){.hz-teacher-theme .input,.hz-teacher-theme .select,.hz-teacher-theme .textarea{height:48px!important;padding:14px 16px!important}.hz-teacher-theme textarea.input,.hz-teacher-theme .textarea{height:auto!important;min-height:88px!important}}.hz-teacher-theme .btn{border-radius:var(--radius-button)!important;box-shadow:none!important;text-transform:uppercase!important;letter-spacing:.5px!important;transition:background-color var(--duration-fast), border-color var(--duration-fast), transform var(--duration-fast)!important;font-weight:700!important}.hz-teacher-theme .btn:hover{transform:translateY(-1px)!important}@media (min-width:681px){.hz-teacher-theme .btn{min-height:48px!important}}.hz-teacher-theme .minimal-profile-avatar.teacher{background:var(--hz-dark)!important;color:#fff!important;transition:transform var(--duration-default) var(--ease-spring)!important;border-radius:50%!important}.hz-teacher-theme .profile-detail-card{border:1px solid var(--hz-hairline)!important;background:var(--hz-canvas)!important}.hz-teacher-theme .profile-detail-card:hover{background:var(--hz-soft)!important}.hz-teacher-theme .detail-icon-wrapper{background:var(--hz-soft)!important;color:var(--hz-muted)!important;border-color:var(--hz-hairline)!important}.hz-teacher-theme .detail-label{color:var(--hz-muted)!important;font-weight:400!important}.hz-teacher-theme .detail-value{color:var(--hz-ink)!important;font-weight:700!important}.hz-teacher-theme .ops-class-thumb{border-radius:var(--radius-sm) var(--radius-sm) 0 0!important;border-bottom:1px solid var(--hz-hairline)!important;background:var(--hz-card)!important}.hz-teacher-theme .qa-btn{background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline)!important;box-shadow:none!important;border-radius:7px!important}.hz-teacher-theme .qa-btn:hover{background:var(--hz-soft)!important;border-color:var(--hz-blue)!important}.hz-teacher-theme .qa-btn .qa-ico{background:var(--hz-soft)!important;color:var(--hz-blue)!important;border-radius:6px!important}.hz-teacher-theme .qa-btn span{color:var(--hz-ink)!important;font-weight:700!important}.hz-teacher-theme .qa-desc{color:var(--hz-muted)!important;font-weight:300!important}.hz-teacher-theme .overview-grade-row{border-radius:var(--radius-sm)!important;border:1px solid var(--hz-hairline)!important;background:var(--hz-soft)!important}.hz-teacher-theme .overview-grade-copy b{color:var(--hz-ink)!important;font-weight:700!important}.hz-teacher-theme .overview-grade-copy span,.hz-teacher-theme .overview-grade-meter span{color:var(--hz-muted)!important;font-weight:300!important}.hz-teacher-theme .overview-grade-meter b,.hz-teacher-theme .overview-grade-pct{color:var(--hz-blue)!important;font-weight:700!important}.hz-teacher-theme .progress,.hz-teacher-theme .progress-bar{border-radius:var(--radius-pill)!important;background:var(--hz-hairline-strong)!important}.hz-teacher-theme .progress i,.hz-teacher-theme .progress-bar-fill{border-radius:var(--radius-pill)!important;background:var(--hz-blue)!important}.hz-teacher-theme .timeline-ico{border-radius:var(--radius-sm)!important;box-shadow:none!important}.hz-teacher-theme .timeline-txt{color:var(--hz-body)!important}.hz-teacher-theme .timeline-time{color:var(--hz-muted)!important}.hz-teacher-theme .dashboard-toolbar,.hz-teacher-theme .ops-header+.between,.hz-teacher-theme .ops-header+.dashboard-toolbar{border-radius:var(--radius-md)!important;box-shadow:none!important;border:1px solid var(--hz-hairline)!important;background:var(--hz-canvas)!important}.hz-teacher-theme .tbl-wrap{border-radius:var(--radius-md)!important;box-shadow:none!important;border:1px solid var(--hz-hairline)!important}.hz-teacher-theme .tbl th{background:var(--hz-soft)!important;color:var(--hz-ink)!important;border-bottom:1px solid var(--hz-hairline-strong)!important;font-weight:700!important}.hz-teacher-theme .tbl td{border-bottom:1px solid var(--hz-hairline)!important}.hz-teacher-theme .grade-filter,.hz-teacher-theme .grade-filter .select{border-radius:var(--radius-sm)!important}.hz-teacher-theme .filter-chip{border-radius:var(--radius-button-compact)!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;color:var(--hz-muted)!important}.hz-teacher-theme .filter-chip-active,.hz-teacher-theme .filter-chip.active{background:var(--hz-ink)!important;color:#fff!important;border-color:var(--hz-ink)!important}.hz-teacher-theme .ops-tabs,.hz-teacher-theme .filter-tabs{border-bottom:1px solid var(--hz-hairline)!important}.hz-teacher-theme .ops-tabs button,.hz-teacher-theme .filter-tabs button{border-radius:var(--radius-button-compact)!important}.hz-teacher-theme .modal{border-radius:var(--radius-xl)!important;box-shadow:none!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important}.hz-teacher-theme .action-panel{border-radius:var(--radius-lg) 0 0 var(--radius-lg)!important;box-shadow:none!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important}.hz-teacher-theme .form-section,.hz-teacher-theme .lesson-editor-section,.hz-teacher-theme .course-editor-body .form-section{border-radius:var(--radius-md)!important;box-shadow:none!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important}.hz-teacher-theme .modal-head{background:var(--hz-soft)!important;border-bottom:1px solid var(--hz-hairline)!important;border-radius:var(--radius-xl) var(--radius-xl) 0 0!important}.hz-teacher-theme .action-panel-head{background:var(--hz-soft)!important;border-bottom:1px solid var(--hz-hairline)!important;border-radius:var(--radius-lg) 0 0 0!important}.hz-teacher-theme .modal-head h3,.hz-teacher-theme .action-panel-head h3{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-weight:700!important}.hz-teacher-theme .modal-head p,.hz-teacher-theme .action-panel-head p{color:var(--hz-muted)!important;font-weight:300!important}.hz-teacher-theme .modal-foot{background:var(--hz-soft)!important;border-top:1px solid var(--hz-hairline)!important;border-radius:0 0 var(--radius-xl) var(--radius-xl)!important}.hz-teacher-theme .action-panel-foot{background:var(--hz-soft)!important;border-top:1px solid var(--hz-hairline)!important;border-radius:0 0 0 var(--radius-lg)!important}.hz-teacher-theme .modal-close,.hz-teacher-theme .action-panel-close{border-radius:var(--radius-full)!important;border:1px solid var(--hz-hairline-strong)!important}.hz-teacher-theme .thumbnail-preview{border-radius:var(--radius-sm)!important;border:1px solid var(--hz-hairline)!important;background:var(--hz-card)!important}.hz-teacher-theme .input,.hz-teacher-theme .select,.hz-teacher-theme .textarea{border-radius:var(--radius-sm)!important;box-shadow:none!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;color:var(--hz-ink)!important;font-family:var(--font-sans)!important;height:48px!important;padding:14px 16px!important}.hz-teacher-theme textarea.input,.hz-teacher-theme .textarea{height:auto!important;min-height:88px!important}.hz-teacher-theme .input:focus,.hz-teacher-theme .select:focus,.hz-teacher-theme .textarea:focus{border-color:var(--hz-blue)!important;box-shadow:none!important;outline:none!important}.hz-teacher-theme .btn{border-radius:var(--radius-sm)!important;box-shadow:none!important;text-transform:uppercase!important;letter-spacing:.5px!important;min-height:48px!important;font-weight:700!important}.hz-teacher-theme .btn-primary:hover,.hz-teacher-theme .btn-accent:hover{background:var(--hz-blue-active)!important;border-color:var(--hz-blue-active)!important}.hz-teacher-theme .btn-ghost{background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline-strong)!important;color:var(--hz-ink)!important}.hz-teacher-theme .btn-ghost:hover{background:var(--hz-soft)!important;border-color:var(--hz-ink)!important}.hz-teacher-theme .btn-danger{background:var(--hz-ink)!important;border-color:var(--hz-ink)!important;color:#fff!important}.hz-teacher-theme .btn-danger:hover{background:#000!important;border-color:#000!important}.hz-teacher-theme .minimal-profile-card{border-radius:var(--radius-md)!important;box-shadow:none!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important}.hz-teacher-theme .minimal-profile-avatar.teacher{background:var(--hz-dark)!important;color:#fff!important;border-radius:50%!important}.hz-teacher-theme .minimal-profile-title h2{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-weight:700!important}.hz-teacher-theme .minimal-profile-title p{color:var(--hz-muted)!important;font-weight:300!important}.hz-teacher-theme .minimal-profile-section h3{color:var(--hz-ink)!important;font-weight:700!important}.hz-teacher-theme .minimal-profile-row{border-bottom:1px solid var(--hz-hairline)!important}.hz-teacher-theme .minimal-profile-row span{color:var(--hz-muted)!important;font-weight:300!important}.hz-teacher-theme .minimal-profile-row b{color:var(--hz-ink)!important;font-weight:700!important}.hz-teacher-theme .minimal-profile-signout{border-radius:var(--radius-button-compact)!important;background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline-strong)!important;color:var(--hz-ink)!important}.hz-teacher-theme .minimal-profile-signout:hover{background:var(--hz-soft)!important;color:var(--hz-blue)!important;border-color:var(--hz-blue)!important}.hz-student-theme{background:var(--hz-canvas)!important;color:var(--hz-ink)!important;font-family:var(--font-sans)!important}.hz-student-theme .coursera-topnav{background:var(--hz-canvas)!important;border-bottom:1px solid var(--hz-hairline)!important;box-shadow:none!important;height:64px!important}.hz-student-theme .coursera-nav-inner{max-width:1440px!important}.hz-student-theme .coursera-brand{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;letter-spacing:0!important;font-size:22px!important;font-weight:700!important}.hz-student-theme .coursera-nav-link{align-items:center;display:inline-flex;color:var(--hz-ink)!important;letter-spacing:.3px!important;min-height:64px!important;transition:border-color var(--duration-fast), color var(--duration-fast), transform var(--duration-fast)!important;background:0 0!important;border-bottom:3px solid #0000!important;border-radius:0!important;padding:0 16px!important;font-weight:700!important}.hz-student-theme .coursera-nav-link:hover,.hz-student-theme .coursera-nav-link.active{color:var(--hz-blue)!important;border-bottom-color:var(--hz-blue)!important;background:0 0!important}.hz-student-theme .profile-btn{border-radius:var(--radius-full)!important;transition:transform var(--duration-fast)!important}.hz-student-theme .profile-btn:hover{transform:scale(1.03)!important}.hz-student-theme .profile-menu{border-radius:var(--radius-sm)!important;box-shadow:none!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important}.hz-student-theme .pm-item{border-radius:var(--radius-button-compact)!important;color:var(--hz-ink)!important;transition:background-color var(--duration-fast), color var(--duration-fast), transform var(--duration-fast)!important}.hz-student-theme .pm-item:hover{background:var(--hz-soft)!important;color:var(--hz-blue)!important;transform:translate(-2px)!important}.hz-student-theme .tabbar{background:var(--hz-canvas)!important;border-top:1px solid var(--hz-hairline)!important;box-shadow:none!important;border-radius:0!important}.hz-student-theme .tabbar .tab{color:var(--hz-muted)!important;font-family:var(--font-sans)!important;border-radius:0!important;font-weight:700!important}.hz-student-theme .tabbar .tab.active,.hz-student-theme .tabbar .tab.active .tab-ico{color:var(--hz-blue)!important}.hz-student-theme .student-focus-shell,.hz-student-theme .course-focus-shell{position:relative;overflow:hidden;background:var(--hz-dark)!important;color:#fff!important;box-shadow:none!important;background-image:none!important;border:0!important;border-radius:0!important}.hz-student-theme .student-focus-shell:before,.hz-student-theme .student-focus-shell:after,.hz-student-theme .course-focus-shell:before,.hz-student-theme .course-focus-shell:after{display:none!important}.hz-student-theme .student-focus-inner,.hz-student-theme .course-focus-inner{max-width:1440px!important}.hz-student-theme .student-focus-header h1,.hz-student-theme .course-focus-header h1{font-family:var(--font-sans)!important;color:#fff!important;font-weight:700!important}.hz-student-theme .student-focus-header .eyebrow,.hz-student-theme .course-focus-header .eyebrow{color:var(--hz-on-dark-soft,#bbb)!important;text-transform:uppercase!important;letter-spacing:.5px!important;font-weight:300!important}.hz-student-theme .student-id-badge{border-radius:var(--radius-xs)!important;color:#fff!important;background:#ffffff14!important;border:1px solid #ffffff26!important}.hz-student-theme .student-primary-study,.hz-student-theme .student-course-status,.hz-student-theme .student-path-panel{background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-md)!important;box-shadow:none!important}.hz-student-theme .student-course-label{color:var(--hz-blue)!important;font-family:var(--font-sans)!important;text-transform:uppercase!important;letter-spacing:1px!important;font-weight:700!important}.hz-student-theme .student-study-copy h2{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-weight:700!important}.hz-student-theme .student-study-copy p{font-family:var(--font-sans)!important;color:var(--hz-body)!important;font-weight:300!important}.hz-student-theme .student-study-meta span{border-radius:var(--radius-xs)!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;color:var(--hz-muted)!important;font-family:var(--font-sans)!important;font-weight:400!important}.hz-student-theme .student-study-media{border-radius:var(--radius-sm)!important}.hz-student-theme .student-course-status h2{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-weight:700!important}.hz-student-theme .student-course-status p{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;font-weight:300!important}.hz-student-theme .student-progress-track{border-radius:var(--radius-pill)!important;background:var(--hz-hairline-strong)!important}.hz-student-theme .student-progress-track i{border-radius:var(--radius-pill)!important;background:var(--hz-blue)!important}.hz-student-theme .student-path-head h2{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-weight:700!important}.hz-student-theme .student-path-head>span{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;font-weight:300!important}.hz-student-theme .student-path-row{border-radius:var(--radius-sm)!important;border:1px solid var(--hz-hairline)!important;background:var(--hz-canvas)!important;box-shadow:none!important;transition:border-color var(--duration-fast), background-color var(--duration-fast)!important}.hz-student-theme .student-path-row:hover,.hz-student-theme .student-path-row.is-current{border-color:var(--hz-blue)!important;background:var(--hz-soft)!important}.hz-student-theme .student-path-icon{border-radius:var(--radius-sm)!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;color:var(--hz-blue)!important}.hz-student-theme .student-path-row.is-done .student-path-icon{background:var(--hz-success)!important;color:#fff!important;border-color:var(--hz-success)!important}.hz-student-theme .student-path-row b{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-weight:700!important}.hz-student-theme .student-path-row small{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;font-weight:300!important}.hz-student-theme .student-path-row em{border-radius:var(--radius-xs)!important;background:var(--hz-blue)!important;color:#fff!important;font-family:var(--font-sans)!important;text-transform:uppercase!important;letter-spacing:.5px!important;font-weight:700!important}.hz-student-theme .student-path-empty{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;font-weight:300!important}.hz-student-theme .student-library-section .coursera-section-head h2{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-weight:700!important}.hz-student-theme .class-card{border-radius:var(--radius-md)!important;border:1px solid var(--hz-hairline)!important;box-shadow:none!important;background:var(--hz-canvas)!important;transition:transform var(--duration-fast), border-color var(--duration-fast)!important}.hz-student-theme .class-card:hover{border-color:var(--hz-blue)!important;box-shadow:none!important;transform:translateY(-4px)!important}.hz-student-theme .cc-banner{border-radius:var(--radius-sm) var(--radius-sm) 0 0!important;background:var(--hz-card)!important;border-bottom:1px solid var(--hz-hairline)!important}.hz-student-theme .cc-thumb{border-radius:var(--radius-sm)!important}.hz-student-theme .tag,.hz-student-theme .status-badge{border-radius:var(--radius-button-compact)!important;background:var(--hz-dark)!important;color:#fff!important;font-family:var(--font-sans)!important;font-weight:700!important}.hz-student-theme .cc-body{font-family:var(--font-sans)!important}.hz-student-theme .cc-title{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-weight:700!important}.hz-student-theme .cc-teacher{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;font-weight:300!important}.hz-student-theme .cc-desc,.hz-student-theme .cc-stats{font-family:var(--font-sans)!important;color:var(--hz-body)!important;font-weight:300!important}.hz-student-theme .cc-stats b{color:var(--hz-ink)!important;font-weight:700!important}.hz-student-theme .cc-prog-row{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;font-weight:300!important}.hz-student-theme .progress,.hz-student-theme .progress-bar{border-radius:var(--radius-pill)!important;background:var(--hz-hairline-strong)!important}.hz-student-theme .progress i,.hz-student-theme .progress-bar-fill{border-radius:var(--radius-pill)!important;background:var(--hz-blue)!important}.hz-student-theme .cc-lesson-preview{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;font-weight:300!important}.hz-student-theme .cc-code-input,.hz-student-theme .cc-code-entry .input{border-radius:var(--radius-sm)!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;color:var(--hz-ink)!important}.hz-student-theme .learning-roadmap{border-radius:12px!important}.hz-student-theme .learning-week{border:1px solid var(--hz-hairline)!important;background:var(--hz-canvas)!important;box-shadow:none!important;border-radius:12px!important}.hz-student-theme .learning-week-head{font-family:var(--font-sans)!important;font-weight:700!important}.hz-student-theme .learning-week-head b{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;font-weight:300!important}.hz-student-theme .learning-week-head .week-state{background:var(--hz-soft)!important;color:var(--hz-ink)!important;border-radius:999px!important;font-weight:700!important}.hz-student-theme .learning-week-head .week-state.is-done{background:var(--hz-success)!important;color:#fff!important}.hz-student-theme .learning-week-progress{background:var(--hz-hairline-strong)!important;border-radius:999px!important}.hz-student-theme .learning-week-progress i{background:var(--hz-blue)!important;border-radius:999px!important}.hz-student-theme .roadmap-item{border:1px solid var(--hz-hairline)!important;background:var(--hz-canvas)!important;box-shadow:none!important;transition:border-color var(--duration-fast), background-color var(--duration-fast)!important;border-radius:8px!important}.hz-student-theme .roadmap-item:hover,.hz-student-theme .roadmap-item.is-current{border-color:var(--hz-blue)!important;background:var(--hz-soft)!important}.hz-student-theme .roadmap-status{border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;color:var(--hz-blue)!important;border-radius:50%!important}.hz-student-theme .roadmap-item.is-done .roadmap-status{background:var(--hz-success)!important;color:#fff!important;border-color:var(--hz-success)!important}.hz-student-theme .roadmap-copy b{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-weight:700!important}.hz-student-theme .roadmap-copy small{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;font-weight:300!important}.hz-student-theme .roadmap-optional{border-radius:var(--radius-button-compact)!important;background:var(--hz-soft)!important;color:var(--hz-muted)!important;font-family:var(--font-sans)!important;font-weight:700!important}.hz-student-theme .video-grid{border-radius:var(--radius-lg)!important}.hz-student-theme .video-stage{border-radius:var(--radius-lg)!important;box-shadow:none!important;background:#000!important}.hz-student-theme .learning-content-frame{border-radius:var(--radius-md)!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;box-shadow:none!important}.hz-student-theme .learning-content-frame h2{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-weight:700!important}.hz-student-theme .learning-content-frame p{font-family:var(--font-sans)!important;color:var(--hz-body)!important;font-weight:300!important}.hz-student-theme .vcontrols-overlay,.hz-student-theme .vcontrols-progress-bar,.hz-student-theme .vcontrols-progress-fill{border-radius:var(--radius-sm)!important}.hz-student-theme .vcontrols-volume-slider{border-radius:var(--radius-pill)!important}.hz-student-theme .course-roadmap-sidebar{border-radius:var(--radius-md)!important;border:1px solid var(--hz-hairline)!important;box-shadow:none!important;background:var(--hz-canvas)!important}.hz-student-theme .roadmap-sidebar-head{border-radius:var(--radius-md) var(--radius-md) 0 0!important;background:var(--hz-soft)!important;border-bottom:1px solid var(--hz-hairline)!important}.hz-student-theme .roadmap-sidebar-head span{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;font-weight:300!important}.hz-student-theme .roadmap-sidebar-head b{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-weight:700!important}.hz-student-theme .student-id-protect-card{border-radius:var(--radius-md)!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;box-shadow:none!important}.hz-student-theme .student-id-protect-card h3{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-weight:700!important}.hz-student-theme .student-id-protect-card p{font-family:var(--font-sans)!important;color:var(--hz-body)!important;font-weight:300!important}.hz-student-theme .q-card{border-radius:var(--radius-lg)!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;box-shadow:none!important}.hz-student-theme .q-text{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-weight:700!important}.hz-student-theme .opt{border-radius:var(--radius-sm)!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;box-shadow:none!important;transition:border-color var(--duration-fast), background-color var(--duration-fast)!important}.hz-student-theme .opt:hover{border-color:var(--hz-blue)!important;background:var(--hz-soft)!important}.hz-student-theme .opt.sel{border-color:var(--hz-blue)!important;background:var(--hz-soft)!important;box-shadow:none!important}.hz-student-theme .opt.correct{border-color:var(--hz-success,#22c55e)!important;background:#f0fdf4!important}.hz-student-theme .opt.wrong{border-color:var(--hz-error,#dc2626)!important;background:#fef2f2!important}.hz-student-theme .opt .opt-key{border-radius:var(--radius-sm)!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;color:var(--hz-ink)!important;font-family:var(--font-sans)!important;font-weight:700!important}.hz-student-theme .opt.sel .opt-key{background:var(--hz-blue)!important;color:#fff!important;border-color:#0000!important}.hz-student-theme .opt.correct .opt-key{background:var(--hz-success,#22c55e)!important;color:#fff!important;border-color:#0000!important}.hz-student-theme .opt.wrong .opt-key{background:var(--hz-error,#dc2626)!important;color:#fff!important;border-color:#0000!important}.hz-student-theme .sheet{border-radius:var(--radius-xl) var(--radius-xl) 0 0!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;box-shadow:none!important}.hz-student-theme .sheet-grab{display:none!important}.hz-student-theme .modal{border-radius:var(--radius-xl)!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;box-shadow:none!important}.hz-student-theme .modal-head{border-radius:var(--radius-xl) var(--radius-xl) 0 0!important;background:var(--hz-soft)!important;border-color:var(--hz-hairline)!important}.hz-student-theme .modal-foot{border-radius:0 0 var(--radius-xl) var(--radius-xl)!important;background:var(--hz-soft)!important;border-color:var(--hz-hairline)!important}.hz-student-theme .modal-close{border-radius:var(--radius-full)!important;border:1px solid var(--hz-hairline-strong)!important}.hz-student-theme .input,.hz-student-theme .select,.hz-student-theme .textarea{border-radius:var(--radius-sm)!important;box-shadow:none!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;color:var(--hz-ink)!important;font-family:var(--font-sans)!important}.hz-student-theme .input:focus,.hz-student-theme .select:focus,.hz-student-theme .textarea:focus{border-color:var(--hz-blue)!important;box-shadow:none!important;outline:none!important}@media (min-width:681px){.hz-student-theme .input,.hz-student-theme .select,.hz-student-theme .textarea{height:48px!important;padding:14px 16px!important}}.hz-student-theme .btn{border-radius:var(--radius-sm)!important;box-shadow:none!important;text-transform:uppercase!important;letter-spacing:.5px!important;transition:background-color var(--duration-fast), border-color var(--duration-fast), transform var(--duration-fast)!important;font-weight:700!important}.hz-student-theme .btn:hover{transform:translateY(-1px)!important}@media (min-width:681px){.hz-student-theme .btn{min-height:48px!important}}.hz-student-theme .btn-primary,.hz-student-theme .btn-accent{background:var(--hz-blue)!important;border:1px solid var(--hz-blue)!important;color:#fff!important}.hz-student-theme .btn-primary:hover,.hz-student-theme .btn-accent:hover{background:var(--hz-blue-active)!important;border-color:var(--hz-blue-active)!important}.hz-student-theme .btn-soft,.hz-student-theme .btn-ghost{background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline-strong)!important;color:var(--hz-ink)!important}.hz-student-theme .btn-soft:hover,.hz-student-theme .btn-ghost:hover{background:var(--hz-soft)!important;border-color:var(--hz-ink)!important}.hz-student-theme .minimal-profile-card{border-radius:var(--radius-md)!important;box-shadow:none!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important}.hz-student-theme .minimal-profile-avatar{background:var(--hz-dark)!important;color:#fff!important;border-radius:50%!important}.hz-student-theme .minimal-profile-title h2{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-weight:700!important}.hz-student-theme .minimal-profile-title p{color:var(--hz-muted)!important;font-weight:300!important}.hz-student-theme .minimal-profile-section h3{color:var(--hz-ink)!important;font-weight:700!important}.hz-student-theme .minimal-profile-row{border-bottom:1px solid var(--hz-hairline)!important}.hz-student-theme .minimal-profile-row span{color:var(--hz-muted)!important;font-weight:300!important}.hz-student-theme .minimal-profile-row b{color:var(--hz-ink)!important;font-weight:700!important}.hz-student-theme .minimal-profile-signout{border-radius:var(--radius-button)!important;background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline-strong)!important;color:var(--hz-ink)!important}.hz-student-theme .minimal-profile-signout:hover{background:var(--hz-soft)!important;color:var(--hz-blue)!important;border-color:var(--hz-blue)!important}.hz-student-theme .minimal-profile-stats{background:var(--hz-soft)!important;border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-md)!important}.hz-student-theme .minimal-profile-stats span{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;font-weight:300!important}.hz-student-theme .minimal-profile-stats b{color:var(--hz-ink)!important;font-weight:700!important}.hz-student-theme .nav-badge{background:var(--hz-warning)!important;color:#fff!important;border-radius:var(--radius-button-compact)!important;font-family:var(--font-sans)!important}.hz-student-theme .quiz-due{background:var(--hz-warning-soft)!important;border-color:var(--hz-warning)!important;border-radius:var(--radius-md)!important}.hz-student-theme .quiz-due .qd-ico{background:var(--hz-warning)!important;color:#fff!important;border-radius:var(--radius-sm)!important}.hz-student-theme .qd-sub{color:var(--hz-warning-strong)!important}.hz-student-theme .status-badge{border-radius:var(--radius-button-compact)!important;font-family:var(--font-sans)!important;font-weight:700!important}.hz-student-theme .sb-green{background:var(--hz-success-soft)!important;color:var(--hz-success-strong)!important}.hz-student-theme .sb-amber{background:var(--hz-warning-soft)!important;color:var(--hz-warning-strong)!important}.hz-student-theme .sb-red{background:var(--hz-error-soft)!important;color:var(--hz-error-strong)!important}.hz-student-theme .sb-grey{background:var(--hz-soft)!important;color:var(--hz-muted)!important}.hz-student-theme .tag-green{background:var(--hz-success-soft)!important;color:var(--hz-success-strong)!important;border-color:var(--hz-success)!important}.hz-student-theme .tag-amber{background:var(--hz-warning-soft)!important;color:var(--hz-warning-strong)!important;border-color:var(--hz-warning)!important}.hz-student-theme .tag-blue{color:var(--hz-blue)!important;background:#1c69d414!important;border-color:#1c69d433!important}.hz-student-theme .progress.amber>i{background:var(--hz-warning)!important}.hz-student-theme .progress.green>i{background:var(--hz-success)!important}.hz-student-theme .stat-card{border-radius:var(--radius-md)!important;box-shadow:none!important;border:1px solid var(--hz-hairline)!important;background:var(--hz-canvas)!important}.hz-student-theme .stat-card:before{background:var(--hz-hairline-strong)!important}.hz-student-theme .stat-card.alert{border-color:var(--hz-warning)!important}.hz-student-theme .stat-card.alert:before{background:var(--hz-warning)!important}.hz-student-theme .confirm-icon{border-radius:var(--radius-sm)!important}.hz-student-theme .confirm-icon.danger{background:var(--hz-error-soft)!important;color:var(--hz-error)!important}.hz-student-theme .confirm-icon.warning{background:var(--hz-warning-soft)!important;color:var(--hz-warning-strong)!important}.hz-student-theme .btn-danger{background:var(--hz-error)!important;border-color:var(--hz-error)!important;color:#fff!important}.hz-student-theme .btn-danger:hover{background:var(--hz-error-strong)!important;border-color:var(--hz-error-strong)!important}.hz-student-theme .news-dot{background:var(--hz-blue)!important}.hz-student-theme .feed-ico{border-radius:var(--radius-sm)!important}.hz-student-theme .dashboard-empty-icon{border-radius:var(--radius-md)!important;color:var(--hz-blue)!important;background:#1c69d414!important}.hz-student-theme .result-summary-card{border-radius:var(--radius-lg)!important;box-shadow:none!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important}.hz-student-theme .result-summary-head>svg{color:var(--hz-blue)!important}.hz-student-theme .result-metrics{border-radius:var(--radius-md)!important}.hz-student-theme .code-pill{border-radius:var(--radius-button-compact)!important;color:var(--hz-blue)!important;background:#1c69d414!important;border-color:#1c69d433!important}.hz-student-theme .toast-msg{border-radius:var(--radius-lg)!important;box-shadow:none!important;border:1px solid var(--hz-hairline-strong)!important}.hz-student-theme .coursera-avatar,.hz-student-theme .avatar{background:var(--hz-dark)!important;color:#fff!important}.hz-parent-theme{background:var(--hz-canvas)!important;color:var(--hz-ink)!important;font-family:var(--font-sans)!important;flex-direction:column!important;min-height:100vh!important;display:flex!important}.hz-parent-theme.parent-dashboard{background:var(--hz-canvas)!important}.hz-parent-theme .parent-dashboard-head{background:var(--hz-canvas)!important;border-bottom:1px solid var(--hz-hairline)!important;box-shadow:none!important;justify-content:space-between!important;align-items:center!important;height:64px!important;min-height:64px!important;padding:0 max(24px,50vw - 560px)!important;display:flex!important}.hz-parent-theme .parent-dashboard-head .brand-wordmark{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;letter-spacing:0!important;font-size:22px!important;font-weight:700!important;display:inline-block!important}.hz-parent-theme .parent-dashboard-head p{background:var(--hz-soft)!important;color:var(--hz-muted)!important;text-transform:uppercase!important;letter-spacing:.5px!important;margin-top:0!important;margin-left:12px!important;padding:2px 8px!important;font-size:11px!important;font-weight:700!important;display:inline-block!important}.hz-parent-theme .parent-student-card{background:var(--hz-dark)!important;color:#fff!important;border-radius:var(--radius-lg)!important;box-shadow:none!important;border:0!important;justify-content:space-between!important;align-items:center!important;gap:24px!important;margin-top:24px!important;padding:40px 32px!important;display:flex!important}.hz-parent-theme .parent-student-card h1{font-family:var(--font-sans)!important;color:#fff!important;margin:4px 0!important;font-size:32px!important;font-weight:700!important}.hz-parent-theme .parent-student-card .eyebrow{color:var(--hz-on-dark-soft,#bbb)!important;text-transform:uppercase!important;letter-spacing:1px!important;font-size:11px!important;font-weight:300!important}.hz-parent-theme .parent-student-card p{color:var(--hz-on-dark-soft,#bbb)!important;margin:0!important;font-size:14px!important;font-weight:300!important}.hz-parent-theme .student-id-chip{border-radius:var(--radius-sm)!important;color:#fff!important;cursor:pointer!important;min-width:220px!important;transition:background-color var(--duration-fast), border-color var(--duration-fast)!important;background:#ffffff14!important;border:1px solid #ffffff26!important;padding:12px 18px!important}.hz-parent-theme .student-id-chip:hover{background:#ffffff1f!important;border-color:#ffffff40!important}.hz-parent-theme .student-id-chip span{font-family:var(--font-sans)!important;color:var(--hz-on-dark-soft,#bbb)!important;font-weight:700!important}.hz-parent-theme .student-id-chip b{font-family:var(--font-mono)!important;color:#fff!important;font-weight:700!important}.hz-parent-theme .parent-summary-grid{gap:16px!important;margin-top:24px!important}.hz-parent-theme .parent-summary-grid article{background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-md)!important;box-shadow:none!important;flex-direction:column!important;justify-content:space-between!important;padding:20px!important;display:flex!important}.hz-parent-theme .parent-summary-grid article>span{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;text-transform:uppercase!important;letter-spacing:.5px!important;font-size:11px!important;font-weight:700!important}.hz-parent-theme .parent-summary-grid article>b{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;margin:12px 0 6px!important;font-size:28px!important;font-weight:700!important}.hz-parent-theme .parent-summary-grid small{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;font-size:12px!important;font-weight:300!important}.hz-parent-theme .parent-insights-section{margin-top:32px!important;width:min(1120px,100% - 40px)!important;margin-inline:auto!important}.hz-parent-theme .parent-insights-section h2{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;margin-top:4px!important;font-size:24px!important;font-weight:700!important}.hz-parent-theme .parent-insights-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important;margin-top:16px!important;display:grid!important}@media (max-width:768px){.hz-parent-theme .parent-insights-grid{grid-template-columns:1fr!important}}.hz-parent-theme .insight-card{background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-md)!important;flex-direction:column!important;justify-content:flex-start!important;padding:24px!important;display:flex!important}.hz-parent-theme .insight-card h3{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;border-bottom:1px solid var(--hz-hairline)!important;align-items:center!important;gap:8px!important;margin:0 0 16px!important;padding-bottom:12px!important;font-size:16px!important;font-weight:700!important;display:flex!important}.hz-parent-theme .insight-metric-row{border-bottom:1px dashed var(--hz-hairline)!important;justify-content:space-between!important;align-items:center!important;padding:8px 0!important;display:flex!important}.hz-parent-theme .insight-metric-row:last-child{border-bottom:none!important;padding-bottom:0!important}.hz-parent-theme .insight-metric-row span{color:var(--hz-body)!important;font-size:14px!important;font-weight:300!important}.hz-parent-theme .insight-metric-row b{color:var(--hz-ink)!important;font-size:14px!important;font-weight:700!important}.hz-parent-theme .recommendation-box{border-radius:var(--radius-md)!important;align-items:flex-start!important;gap:10px!important;margin-top:12px!important;padding:16px!important;font-size:13px!important;line-height:1.5!important;display:flex!important}.hz-parent-theme .recommendation-box.success{background:var(--hz-success-soft)!important;border-left:4px solid var(--hz-success)!important;color:var(--hz-success-strong)!important}.hz-parent-theme .recommendation-box.warning{background:var(--hz-warning-soft)!important;border-left:4px solid var(--hz-warning)!important;color:var(--hz-warning-strong)!important}.hz-parent-theme .recommendation-box.info{border-left:4px solid var(--hz-blue)!important;color:var(--hz-ink)!important;background:#1c69d40d!important}.hz-parent-theme .revision-list{flex-direction:column!important;gap:8px!important;max-height:180px!important;margin-top:4px!important;padding-right:4px!important;display:flex!important;overflow-y:auto!important}.hz-parent-theme .revision-item{background:var(--hz-soft)!important;border-left:3px solid var(--hz-error)!important;justify-content:space-between!important;align-items:center!important;padding:8px 12px!important;display:flex!important}.hz-parent-theme .revision-item-copy{flex-direction:column!important;display:flex!important}.hz-parent-theme .revision-item-copy b{color:var(--hz-ink)!important;font-size:13px!important;font-weight:700!important}.hz-parent-theme .revision-item-copy small{color:var(--hz-muted)!important;font-size:11px!important;font-weight:300!important}.hz-parent-theme .revision-score{color:var(--hz-error)!important;font-size:13px!important;font-weight:700!important}.hz-parent-theme .parent-course-section{margin-top:36px!important}.hz-parent-theme .parent-course-section h2{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-size:24px!important;font-weight:700!important}.hz-parent-theme .parent-course-list{gap:16px!important;margin-top:16px!important}.hz-parent-theme .parent-course-card{background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-md)!important;box-shadow:none!important;padding:24px!important}.hz-parent-theme .parent-course-card h3{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-size:18px!important;font-weight:700!important}.hz-parent-theme .parent-course-card p{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;font-size:13px!important;font-weight:300!important}.hz-parent-theme .parent-course-meta{color:var(--hz-muted)!important;gap:12px 20px!important;margin-top:16px!important;font-size:13px!important}.hz-parent-theme .parent-course-meta span{font-family:var(--font-sans)!important;font-weight:300!important}.hz-parent-theme .parent-lesson-list{border-top:1px solid var(--hz-hairline)!important;margin-top:20px!important}.hz-parent-theme .parent-lesson-row{border-bottom:1px solid var(--hz-hairline)!important;padding:12px 0!important}.hz-parent-theme .parent-lesson-row:last-child{border-bottom:none!important}.hz-parent-theme .parent-lesson-row b{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-size:14px!important;font-weight:700!important}.hz-parent-theme .parent-lesson-row small{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;font-size:12px!important;font-weight:300!important}.hz-parent-theme .parent-lesson-row strong{font-family:var(--font-sans)!important;font-size:13.5px!important;font-weight:700!important}.hz-parent-theme .parent-lesson-row strong.score-excellent{color:var(--hz-success-strong)!important}.hz-parent-theme .parent-lesson-row strong.score-average{color:var(--hz-warning-strong)!important}.hz-parent-theme .parent-lesson-row strong.score-poor{color:var(--hz-error)!important}.hz-parent-theme .parent-lesson-row strong.score-none{color:var(--hz-muted)!important;font-weight:300!important}.hz-parent-theme .parent-lesson-row>span{border-radius:var(--radius-full)!important}.hz-parent-theme .parent-lesson-row>span.watched{background:var(--hz-success-soft)!important;color:var(--hz-success-strong)!important}.hz-parent-theme .parent-lesson-row>span.unwatched{background:var(--hz-soft)!important;color:var(--hz-muted)!important}.hz-parent-theme .progress{border-radius:var(--radius-pill)!important;background:var(--hz-hairline-strong)!important;height:8px!important}.hz-parent-theme .progress i{border-radius:var(--radius-pill)!important;background:var(--hz-blue)!important}.hz-student-theme .hz-student-dashboard{background:var(--hz-canvas);color:var(--hz-ink);font-family:var(--font-sans);flex-direction:column;min-height:100vh;display:flex}.hz-student-theme .student-hero{background:var(--hz-dark)!important;color:#fff!important;box-sizing:border-box!important;width:100%!important;padding:40px 32px 100px!important}.hz-student-theme .student-hero-inner{flex-direction:row!important;justify-content:space-between!important;align-items:flex-start!important;max-width:1140px!important;margin:0 auto!important;display:flex!important}@media (max-width:768px){.hz-student-theme .student-hero-inner{flex-direction:column!important;gap:16px!important}}.hz-student-theme .student-hero-copy{max-width:720px!important}.hz-student-theme .student-hero-eyebrow{font-family:var(--font-sans)!important;text-transform:uppercase!important;letter-spacing:1.5px!important;color:var(--hz-muted-soft,#c0c7d2)!important;margin-bottom:8px!important;font-size:13px!important;font-weight:700!important}.hz-student-theme .student-hero-title{font-family:var(--font-sans)!important;letter-spacing:0!important;color:#fff!important;margin:0!important;font-size:48px!important;font-weight:700!important;line-height:1.1!important}@media (max-width:768px){.hz-student-theme .student-hero-title{font-size:40px!important}}.hz-student-theme .student-hero .student-id-chip{border:1px solid var(--hz-muted-soft,#c0c7d2)!important;color:var(--hz-muted-soft,#c0c7d2)!important;font-family:var(--font-sans)!important;letter-spacing:1.5px!important;text-transform:uppercase!important;border-radius:var(--radius-button)!important;cursor:pointer!important;background:0 0!important;align-items:center!important;gap:8px!important;padding:8px 16px!important;font-size:13px!important;font-weight:700!important;display:inline-flex!important}.hz-student-theme .student-canvas{background:var(--hz-canvas)!important;box-sizing:border-box!important;z-index:10!important;width:100%!important;margin-top:-60px!important;padding:0 32px 80px!important;position:relative!important}.hz-student-theme .student-canvas-inner{max-width:1140px!important;margin:0 auto!important}.hz-student-theme .student-bento-grid{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-lg)!important;background:var(--hz-canvas)!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:0!important;display:grid!important;overflow:hidden!important}@media (max-width:768px){.hz-student-theme .student-bento-grid{grid-template-columns:1fr!important}}.hz-student-theme .student-primary-card{background:var(--hz-canvas)!important;border-right:1px solid var(--hz-hairline)!important;grid-column:span 9/span 9!important;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;display:grid!important}@media (max-width:768px){.hz-student-theme .student-primary-card{border-right:none!important;border-bottom:1px solid var(--hz-hairline)!important;grid-column:span 12/span 12!important;grid-template-columns:minmax(0,1fr)!important}}.hz-student-theme .student-card-content{flex-direction:column!important;justify-content:center!important;width:100%!important;padding:48px!important;display:flex!important}@media (max-width:991px){.hz-student-theme .student-card-content{width:100%!important;padding:32px!important}}.hz-student-theme .student-card-eyebrow{font-family:var(--font-sans)!important;text-transform:uppercase!important;letter-spacing:1.5px!important;color:var(--hz-blue)!important;margin-bottom:16px!important;font-size:13px!important;font-weight:700!important;display:block!important}.hz-student-theme .student-card-title{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;margin:0 0 16px!important;font-size:32px!important;font-weight:700!important;line-height:1.15!important}.hz-student-theme .student-card-desc{font-family:var(--font-sans)!important;color:var(--hz-body)!important;margin:0 0 24px!important;font-size:16px!important;font-weight:300!important;line-height:1.55!important}.hz-student-theme .student-card-meta-row{flex-flow:wrap!important;gap:12px!important;margin-bottom:32px!important;display:flex!important}.hz-student-theme .student-card-meta-item{border:1px solid var(--hz-hairline)!important;color:var(--hz-body)!important;font-family:var(--font-sans)!important;border-radius:var(--radius-button-compact)!important;align-items:center!important;gap:8px!important;padding:6px 12px!important;font-size:14px!important;font-weight:300!important;display:flex!important}.hz-student-theme .student-card-btn-primary{background:var(--hz-blue)!important;color:#fff!important;font-family:var(--font-sans)!important;text-transform:uppercase!important;letter-spacing:.5px!important;border-radius:var(--radius-button)!important;cursor:pointer!important;width:max-content!important;height:48px!important;transition:background-color var(--duration-fast)!important;border:none!important;align-self:flex-start!important;align-items:center!important;gap:8px!important;padding:0 32px!important;font-size:14px!important;font-weight:700!important;display:inline-flex!important}.hz-student-theme .student-card-btn-primary:hover{background:var(--hz-blue-active)!important}.hz-student-theme .student-card-media-side{background:var(--hz-card)!important;width:auto!important;min-width:0!important;min-height:100%!important;position:relative!important;overflow:hidden!important}@media (max-width:768px){.hz-student-theme .student-card-media-side{aspect-ratio:16/9!important;width:100%!important;min-height:0!important}}.hz-student-theme .student-card-media-side img{object-fit:cover!important;border-radius:var(--radius-sm)!important;width:100%!important;height:100%!important;display:block!important}.hz-student-theme .student-card-media-placeholder{background:var(--hz-card)!important;width:100%!important;height:100%!important;color:var(--hz-muted)!important;justify-content:center!important;align-items:center!important;font-size:48px!important;font-weight:700!important;display:flex!important}.hz-student-theme .student-progress-card{background:var(--hz-canvas)!important;flex-direction:column!important;grid-column:span 3/span 3!important;justify-content:space-between!important;padding:48px!important;display:flex!important}@media (max-width:768px){.hz-student-theme .student-progress-card{grid-column:span 12/span 12!important;gap:32px!important;padding:32px!important}}.hz-student-theme .student-progress-percent{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;margin-top:8px!important;margin-bottom:8px!important;font-size:64px!important;font-weight:700!important;line-height:1.05!important}.hz-student-theme .student-progress-desc{font-family:var(--font-sans)!important;color:var(--hz-body)!important;margin:0 0 24px!important;font-size:14px!important;font-weight:300!important}.hz-student-theme .student-progress-track-wrap{background:var(--hz-soft)!important;border-radius:var(--radius-pill)!important;width:100%!important;height:8px!important;margin-bottom:32px!important}.hz-student-theme .student-progress-track-fill{background:var(--hz-blue)!important;height:100%!important}.hz-student-theme .student-progress-actions{flex-direction:column!important;gap:12px!important;display:flex!important}.hz-student-theme .student-card-btn-secondary{background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline-strong)!important;width:100%!important;color:var(--hz-ink)!important;font-family:var(--font-sans)!important;text-transform:uppercase!important;letter-spacing:.5px!important;cursor:pointer!important;border-radius:var(--radius-button)!important;height:48px!important;transition:background-color var(--duration-fast)!important;justify-content:center!important;align-items:center!important;font-size:14px!important;font-weight:700!important;display:flex!important}.hz-student-theme .student-card-btn-secondary:hover{background:var(--hz-soft)!important}.hz-student-theme .student-sequence-section{margin-top:80px!important}.hz-student-theme .student-section-header{border-bottom:1px solid var(--hz-hairline)!important;justify-content:space-between!important;align-items:flex-end!important;margin-bottom:24px!important;padding-bottom:16px!important;display:flex!important}.hz-student-theme .student-section-title{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;margin:4px 0 0!important;font-size:24px!important;font-weight:700!important;line-height:1.25!important}.hz-student-theme .student-section-badge{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;font-size:14px!important;font-weight:300!important}.hz-student-theme .student-sequence-list{flex-direction:column!important;gap:12px!important;display:flex!important}.hz-student-theme .student-sequence-row{border:1px solid var(--hz-hairline)!important;background:var(--hz-canvas)!important;cursor:pointer!important;text-align:left!important;border-radius:var(--radius-md)!important;width:100%!important;transition:border-color var(--duration-fast), background-color var(--duration-fast)!important;justify-content:space-between!important;align-items:center!important;padding:16px 24px!important;display:flex!important}.hz-student-theme .student-sequence-row.is-current{border-color:var(--hz-blue)!important;background:var(--hz-canvas)!important}.hz-student-theme .student-sequence-row:hover{background:var(--hz-soft)!important}.hz-student-theme .student-row-left{align-items:center!important;gap:24px!important;display:flex!important}.hz-student-theme .student-row-icon-wrap{background:var(--hz-blue)!important;color:#fff!important;border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:48px!important;height:48px!important;display:flex!important}.hz-student-theme .student-sequence-row.is-done .student-row-icon-wrap{background:var(--hz-success)!important}.hz-student-theme .student-row-text h4{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;margin:0 0 4px!important;font-size:20px!important;font-weight:700!important}.hz-student-theme .student-row-text p{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;margin:0!important;font-size:14px!important;font-weight:300!important}.hz-student-theme .student-row-next-badge{background:var(--hz-blue)!important;color:#fff!important;font-family:var(--font-sans)!important;text-transform:uppercase!important;letter-spacing:.5px!important;border-radius:var(--radius-button-compact)!important;justify-content:center!important;align-items:center!important;height:36px!important;padding:0 20px!important;font-size:14px!important;font-weight:700!important;display:flex!important}.hz-student-theme .student-library-section{margin-top:80px!important}.hz-student-theme .student-library-link{font-family:var(--font-sans)!important;color:var(--hz-blue)!important;cursor:pointer!important;font-size:14px!important;font-weight:700!important;text-decoration:none!important}.hz-student-theme .student-library-link:hover{text-decoration:underline!important}.hz-student-theme .student-library-empty-card{border:1px solid var(--hz-hairline)!important;background:var(--hz-canvas)!important;text-align:center!important;border-radius:var(--radius-lg)!important;padding:48px!important}.hz-student-theme .student-library-empty-icon{color:var(--hz-muted)!important;opacity:.5!important;margin-bottom:16px!important}.hz-student-theme .student-library-empty-title{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;margin:0 0 8px!important;font-size:16px!important;font-weight:700!important}.hz-student-theme .student-library-empty-subtitle{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;margin:0!important;font-size:14px!important;font-weight:300!important}.hz-student-theme .student-library-cards{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))!important;gap:24px!important;display:grid!important}.hz-student-theme .student-course-card{border:1px solid var(--hz-hairline)!important;background:var(--hz-canvas)!important;border-radius:var(--radius-md)!important;flex-direction:column!important;display:flex!important;overflow:hidden!important}.hz-student-theme .student-course-card-image-wrap{background:var(--hz-soft)!important;height:160px!important;position:relative!important}.hz-student-theme .student-course-card-image{object-fit:cover!important;width:100%!important;height:100%!important}.hz-student-theme .student-course-card-image-placeholder{width:100%!important;height:100%!important;color:var(--hz-muted)!important;justify-content:center!important;align-items:center!important;font-size:32px!important;font-weight:700!important;display:flex!important}.hz-student-theme .student-course-card-badge-left{background:var(--hz-ink)!important;color:#fff!important;font-family:var(--font-sans)!important;text-transform:uppercase!important;letter-spacing:.5px!important;border-radius:var(--radius-button-compact)!important;padding:4px 8px!important;font-size:12px!important;font-weight:700!important;position:absolute!important;top:8px!important;left:8px!important}.hz-student-theme .student-course-card-badge-right{background:var(--hz-dark)!important;color:#fff!important;font-family:var(--font-sans)!important;border-radius:var(--radius-button-compact)!important;align-items:center!important;gap:4px!important;padding:4px 8px!important;font-size:12px!important;font-weight:300!important;display:flex!important;position:absolute!important;top:8px!important;right:8px!important}.hz-student-theme .student-course-card-body{flex-direction:column!important;flex-grow:1!important;padding:24px!important;display:flex!important}.hz-student-theme .student-course-card-title{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;margin:0 0 4px!important;font-size:20px!important;font-weight:700!important}.hz-student-theme .student-course-card-subtitle{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;margin:0 0 12px!important;font-size:14px!important;font-weight:300!important}.hz-student-theme .student-course-card-desc{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;margin:0 0 24px!important;font-size:14px!important;font-weight:300!important;line-height:1.55!important;display:-webkit-box!important;overflow:hidden!important}.hz-student-theme .student-course-card-footer{margin-top:auto!important}.hz-student-theme .student-course-card-stats-row{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;margin-bottom:8px!important;font-size:14px!important;font-weight:300!important}.hz-student-theme .student-course-card-stats-bold{color:var(--hz-ink)!important;font-weight:700!important}.hz-student-theme .student-course-card-stats-row-between{font-family:var(--font-sans)!important;color:var(--hz-muted)!important;letter-spacing:1px!important;justify-content:space-between!important;margin-bottom:8px!important;font-size:10px!important;font-weight:700!important;display:flex!important}.hz-student-theme .student-course-card-progress-bar{background:var(--hz-soft)!important;border-radius:var(--radius-pill)!important;width:100%!important;height:4px!important;margin-bottom:24px!important;overflow:hidden!important}.hz-student-theme .student-course-card-progress-bar-fill{background:var(--hz-blue)!important;height:100%!important}.hz-student-theme .student-course-card-btn{background:var(--hz-blue)!important;color:#fff!important;width:100%!important;font-family:var(--font-sans)!important;text-transform:uppercase!important;letter-spacing:.5px!important;cursor:pointer!important;height:40px!important;transition:background-color var(--duration-fast)!important;border-radius:var(--radius-button)!important;border:none!important;justify-content:center!important;align-items:center!important;gap:8px!important;font-size:14px!important;font-weight:700!important;display:flex!important}.hz-student-theme .student-course-card-btn:hover{background:var(--hz-blue-active)!important}.hz-student-theme .hz-course-outline-page{width:100%}.hz-student-theme .course-enroll-banner{border-radius:var(--radius-md)!important;border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-soft)!important}.hz-student-theme .course-enroll-banner .btn,.hz-student-theme .course-enroll-banner .input{border-radius:var(--radius-sm)!important}.hz-student-theme .hz-course-hero{border-bottom:1px solid var(--neutral-200);width:100%;padding:80px 0;background-color:var(--blue-50)!important;color:var(--neutral-900)!important}.hz-student-theme .hz-course-hero-inner{max-width:1140px;margin:0 auto;padding:0 24px}.hz-student-theme .hz-course-hero-grid{grid-template-columns:1fr;align-items:center;gap:32px;display:grid}@media (min-width:1024px){.hz-student-theme .hz-course-hero-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}.hz-student-theme .hz-course-hero-left{width:100%}@media (min-width:1024px){.hz-student-theme .hz-course-hero-left{grid-column:span 7/span 7}}.hz-student-theme .hz-course-hero-right{width:100%}@media (min-width:1024px){.hz-student-theme .hz-course-hero-right{grid-column:span 5/span 5}}.hz-student-theme .hz-hero-breadcrumb{margin-bottom:16px}.hz-student-theme .hz-hero-breadcrumb span{color:var(--neutral-500);letter-spacing:1.5px;font-size:13px;font-weight:700}.hz-student-theme .hz-course-hero h1{margin-bottom:12px;font-size:40px;font-weight:700;line-height:1.1;color:var(--neutral-900)!important}@media (min-width:768px){.hz-student-theme .hz-course-hero h1{font-size:64px;line-height:1.05}}.hz-student-theme .hz-hero-instructor{color:#ffffffb8;margin-bottom:24px;font-size:16px;font-weight:500;line-height:1.55}.hz-student-theme .hz-hero-tags{flex-wrap:wrap;gap:12px;margin-bottom:32px;display:flex}.hz-student-theme .hz-tag{background:var(--neutral-50);border:1px solid var(--neutral-200);color:var(--neutral-700);text-transform:uppercase;letter-spacing:1.5px;padding:4px 12px;font-size:13px;font-weight:700;border-radius:var(--radius-button-compact)!important}.hz-student-theme .hz-tag.is-brand{background:var(--color-surface-brand-light);border-color:var(--color-border-brand);color:var(--color-content-brand)}.hz-student-theme .hz-hero-progress-box{background:var(--color-surface-default);border:1px solid var(--neutral-200);box-shadow:var(--shadow-xs);padding:24px;border-radius:var(--radius-lg)!important}.hz-student-theme .hz-hero-progress-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.hz-student-theme .hz-hero-progress-header>span{color:var(--neutral-500);letter-spacing:1.5px;font-size:13px;font-weight:700}.hz-student-theme .hz-hero-continue-btn{text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;transition:background-color var(--duration-fast);align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:700;display:flex;background-color:var(--hz-blue)!important;color:#fff!important;border-radius:var(--radius-button)!important;border:none!important}.hz-student-theme .hz-hero-continue-btn:hover{background-color:var(--hz-blue-active)!important}.hz-student-theme .hz-hero-progress-track{background-color:var(--neutral-100);height:8px;overflow:hidden;border-radius:var(--radius-pill)!important}.hz-student-theme .hz-hero-progress-fill{background-color:var(--hz-blue);height:100%;border-radius:var(--radius-pill)!important}.hz-student-theme .hz-hero-image-wrap{aspect-ratio:16/9;border:1px solid var(--neutral-200);box-shadow:var(--shadow-sm);position:relative;overflow:hidden;border-radius:var(--radius-lg)!important}.hz-student-theme .hz-hero-image-wrap img{object-fit:cover;width:100%;height:100%}.hz-student-theme .hz-course-content{color:var(--hz-ink);width:100%;padding:80px 0;background-color:var(--hz-canvas)!important}.hz-student-theme .hz-course-content-inner{max-width:1140px;margin:0 auto;padding:0 24px}.hz-student-theme .hz-course-content-grid{grid-template-columns:1fr;gap:48px;display:grid}@media (min-width:1024px){.hz-student-theme .hz-course-content-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}.hz-student-theme .hz-course-roadmap-col{width:100%}@media (min-width:1024px){.hz-student-theme .hz-course-roadmap-col{grid-column:span 8/span 8}}.hz-student-theme .hz-course-sidebar-col{flex-direction:column;gap:32px;width:100%;display:flex}@media (min-width:1024px){.hz-student-theme .hz-course-sidebar-col{grid-column:span 4/span 4}}.hz-student-theme .hz-content-breadcrumb{align-items:center;gap:8px;margin-bottom:12px;display:flex}.hz-student-theme .hz-breadcrumb-link{color:var(--hz-blue);letter-spacing:1.5px;font-size:11px;font-weight:700}.hz-student-theme .hz-breadcrumb-divider{color:var(--hz-hairline-strong)}.hz-student-theme .hz-breadcrumb-active{color:var(--hz-muted);letter-spacing:1.5px;font-size:11px;font-weight:700}.hz-student-theme .hz-course-roadmap-col h2{margin-bottom:48px;font-size:48px;font-weight:700;line-height:1.1;color:var(--hz-ink)!important}.hz-student-theme .hz-roadmap{flex-direction:column;gap:32px;display:flex}.hz-student-theme .hz-week{border:1px solid var(--hz-hairline);overflow:hidden;border-radius:var(--radius-md)!important}.hz-student-theme .hz-week.is-locked{opacity:.6}.hz-student-theme .hz-week-header{background-color:var(--hz-soft);border-bottom:1px solid var(--hz-hairline);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:24px;display:flex}.hz-student-theme .hz-week-header-left{align-items:center;gap:16px;display:flex}.hz-student-theme .hz-week-badge{background-color:var(--hz-blue);color:#fff;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;font-weight:700;display:flex;border-radius:var(--radius-sm)!important}.hz-student-theme .hz-week-badge.is-locked{background-color:var(--hz-muted)}.hz-student-theme .hz-week-header-left h3{font-size:20px;font-weight:700;line-height:1.3;color:var(--hz-ink)!important}.hz-student-theme .hz-week-header-left p{color:var(--hz-muted);margin-top:4px;font-size:14px;font-weight:300;line-height:1.55}.hz-student-theme .hz-week-header-right{align-items:center;display:flex}.hz-student-theme .hz-week-status{border:1px solid;align-items:center;gap:8px;padding:4px 12px;display:flex;border-radius:var(--radius-button-compact)!important}.hz-student-theme .hz-week-status.is-complete{color:var(--hz-success);background-color:#22c55e1a;border-color:#22c55e33}.hz-student-theme .hz-week-status.is-progress{color:var(--hz-blue);background-color:#1c69d41a;border-color:#1c69d433}.hz-student-theme .hz-week-status span{text-transform:uppercase;letter-spacing:1.5px;font-size:13px;font-weight:700}.hz-student-theme .hz-week-status-lock{color:var(--hz-muted)}.hz-student-theme .hz-week-items{flex-direction:column;gap:12px;padding:20px;display:flex;background:0 0!important}.hz-student-theme .hz-week-items>*+*{border-top:none!important}.hz-student-theme .hz-roadmap-item{text-align:left;width:100%;transition:all var(--duration-fast);cursor:pointer;box-shadow:var(--shadow-xs);justify-content:space-between;align-items:center;padding:20px 24px;display:flex;position:relative;background:var(--neutral-0)!important;border:1px solid var(--neutral-200)!important;border-radius:var(--radius-md)!important}.hz-student-theme .hz-roadmap-item:hover{box-shadow:var(--shadow-sm);background-color:var(--neutral-50)!important;border-color:var(--neutral-300)!important}.hz-student-theme .hz-roadmap-item.is-current{border-left:4px solid var(--color-border-brand)!important;background:var(--color-surface-brand-light)!important;border-color:var(--color-border-brand)!important}.hz-student-theme .hz-roadmap-item.is-quiz{background:var(--indigo-50)!important;border:1px solid var(--indigo-100)!important}.hz-student-theme .hz-roadmap-item.is-quiz:hover{background:var(--indigo-100)!important;border-color:var(--indigo-300)!important}.hz-student-theme .hz-roadmap-item.is-quiz.is-done{background:var(--green-50)!important;border-color:var(--green-100)!important}.hz-student-theme .hz-roadmap-item-left{align-items:center;gap:24px;display:flex}.hz-student-theme .hz-item-type-icon{width:40px;height:40px;color:var(--hz-blue);border-radius:var(--radius-md);justify-content:center;align-items:center;display:flex}.hz-student-theme .hz-roadmap-item.is-quiz .hz-item-type-icon{color:var(--hz-muted)}.hz-student-theme .hz-roadmap-item-left h4{font-size:16px;font-weight:700;color:var(--hz-ink)!important}.hz-student-theme .hz-roadmap-item:hover .hz-roadmap-item-left h4{color:var(--hz-blue)!important}.hz-student-theme .hz-item-meta{align-items:center;gap:12px;margin-top:4px;display:flex}.hz-student-theme .hz-item-meta span{color:var(--hz-muted);font-size:14px;font-weight:300}.hz-student-theme .hz-type-tag{border:1px solid var(--hz-hairline-strong);text-transform:uppercase;letter-spacing:1px;padding:2px 6px;color:var(--hz-muted)!important;border-radius:var(--radius-button-compact)!important;font-size:11px!important;font-weight:700!important}.hz-student-theme .hz-optional-tag{background-color:var(--hz-soft);text-transform:uppercase;letter-spacing:.5px;padding:4px 8px;position:absolute;top:50%;right:80px;transform:translateY(-50%);color:var(--hz-muted)!important;border-radius:var(--radius-button-compact)!important;font-size:10px!important;font-weight:700!important}.hz-student-theme .hz-roadmap-item-right{align-items:center;display:flex}.hz-student-theme .hz-item-status-icon{justify-content:center;align-items:center;display:flex}.hz-student-theme .hz-item-status-icon.is-complete{color:var(--hz-blue)}.hz-student-theme .hz-item-status-icon.is-locked{color:var(--hz-muted-soft)}.hz-student-theme .hz-item-status-icon.is-active{color:var(--hz-blue)}.hz-student-theme .hz-sidebar-card{background-color:var(--hz-soft);border:1px solid var(--hz-hairline);padding:24px;border-radius:var(--radius-md)!important}.hz-student-theme .hz-sidebar-card h5{color:var(--hz-muted);letter-spacing:1.5px;margin-bottom:24px;font-size:13px;font-weight:700}.hz-student-theme .hz-synopsis-fields{flex-direction:column;gap:16px;display:flex}.hz-student-theme .hz-synopsis-field{flex-direction:column;gap:4px;display:flex}.hz-student-theme .hz-field-label{color:var(--hz-muted);letter-spacing:1.5px;text-transform:uppercase;font-size:11px;font-weight:700}.hz-student-theme .hz-field-value{color:var(--hz-ink);font-size:16px;font-weight:700}.hz-student-theme .hz-field-value.is-grade{color:var(--hz-blue);font-size:24px}.hz-student-theme .hz-synopsis-divider{background-color:var(--hz-hairline-strong);height:1px}.hz-student-theme .hz-sidebar-promo-card{border:1px solid var(--hz-hairline);cursor:pointer;position:relative;overflow:hidden;border-radius:var(--radius-md)!important}.hz-student-theme .hz-sidebar-promo-card img{width:100%;height:auto;display:block}.hz-student-theme .hz-promo-overlay{opacity:0;transition:opacity var(--duration-fast);background-color:#1c69d433;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.hz-student-theme .hz-sidebar-promo-card:hover .hz-promo-overlay{opacity:1}.hz-student-theme .hz-promo-btn{text-transform:uppercase;letter-spacing:1.5px;box-shadow:var(--shadow-lg);cursor:pointer;padding:12px 24px;font-size:14px;font-weight:700;color:var(--hz-ink)!important;border-radius:var(--radius-button)!important;background-color:#fff!important;border:none!important}.hz-student-theme .hz-weak-topics-callout{margin-bottom:24px;padding:16px;background:var(--coral-50)!important;border:1px solid var(--coral-300)!important;border-left:4px solid var(--red-500)!important;border-radius:var(--radius-md)!important;color:var(--hz-ink)!important}.hz-student-theme .hz-weak-topics-callout h4{align-items:center;gap:8px;margin-bottom:8px;font-size:15px;font-weight:700;display:flex;color:var(--coral-700)!important}.hz-student-theme .hz-weak-topics-callout ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.hz-student-theme .hz-weak-topics-callout li{background:var(--neutral-0);border-radius:var(--radius-sm);border:1px solid var(--neutral-200);justify-content:space-between;align-items:center;padding:8px 12px;font-size:13px;display:flex}.hz-student-theme .hz-weak-topics-callout li span.score{color:var(--red-500);font-weight:700}.hz-student-theme .hz-achievement-panel{text-align:center;box-shadow:var(--shadow-sm);margin-top:14px;padding:24px;background:var(--gold-50)!important;border:1px solid var(--gold-300)!important;border-radius:var(--radius-md)!important;color:var(--gold-900)!important}.hz-student-theme .hz-achievement-panel h4{margin-bottom:8px;font-size:18px;font-weight:700;color:var(--gold-700)!important}.hz-student-theme .hz-achievement-panel p{margin-bottom:16px;font-size:13px;line-height:1.5;color:var(--gold-700)!important}.hz-student-theme .hz-achievement-panel .btn-gold{cursor:pointer;width:100%;transition:background-color var(--duration-fast);padding:12px;font-weight:700;background-color:var(--gold-500)!important;color:#000!important;border-radius:var(--radius-button)!important;border:none!important}.hz-student-theme .hz-achievement-panel .btn-gold:hover{background-color:var(--gold-700)!important;color:#fff!important}.hz-teacher-theme .teacher-students-page .teacher-students-tabs{gap:8px!important;width:min(100%,570px)!important}.hz-teacher-theme .teacher-students-page .teacher-students-tabs .filter-tab{white-space:nowrap}@media (max-width:900px){.teacher-students-toolbar,.teacher-students-filterbar{flex-direction:column;align-items:stretch}.hz-teacher-theme .teacher-students-page .teacher-students-tabs,.hz-teacher-theme .teacher-students-grade-select,.teacher-students-search{width:100%!important}.teacher-students-search{min-width:0}}.hz-teacher-theme .teacher-overview{gap:32px!important}.hz-teacher-theme .teacher-overview .overview-command{background:#111827!important;border-radius:8px!important;justify-content:space-between!important;align-items:center!important;gap:24px!important;min-height:170px!important;padding:32px 40px!important;display:flex!important}.hz-teacher-theme .teacher-overview .overview-command:after{content:""!important;opacity:.1!important;color:#fff!important;clip-path:polygon(0 100%,50% 0,100% 100%)!important;pointer-events:none!important;background:currentColor!important;width:33%!important;height:100%!important;position:absolute!important;inset:0 0 0 auto!important;transform:none!important}.hz-teacher-theme .teacher-overview .overview-command-copy{gap:8px!important;display:grid!important}.hz-teacher-theme .teacher-overview .overview-command-copy .eyebrow{color:#9ca3af!important;letter-spacing:.08em!important;font-size:12px!important;font-weight:700!important}.hz-teacher-theme .teacher-overview .overview-command-copy h2{letter-spacing:0!important;margin:0!important;font-size:clamp(30px,3vw,36px)!important;line-height:1.12!important}.hz-teacher-theme .teacher-overview .overview-command-copy p{color:#9ca3af!important;margin:0!important;font-size:14px!important;font-weight:300!important}.hz-teacher-theme .teacher-overview .overview-command-actions{align-items:center!important;gap:16px!important}.hz-teacher-theme .teacher-overview .overview-command-actions .grade-filter,.hz-teacher-theme .teacher-overview .overview-command-actions .grade-filter .select{width:192px!important;min-width:192px!important}.hz-teacher-theme .teacher-overview .overview-command-actions .select{color:#111827!important;background:#fff!important;border:0!important;border-radius:8px!important;height:40px!important;font-size:14px!important;font-weight:500!important}.hz-teacher-theme .teacher-overview .overview-command-actions .btn{letter-spacing:.03em!important;border-radius:8px!important;height:40px!important;padding:0 24px!important;font-size:14px!important;font-weight:700!important}.hz-teacher-theme .teacher-overview .stat-grid{gap:24px!important}.hz-teacher-theme .teacher-overview .stat-card{border:1px solid var(--hz-hairline-strong)!important;border-radius:8px!important;gap:16px!important;min-height:192px!important;padding:24px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f!important}.hz-teacher-theme .teacher-overview .stat-card:hover{background:var(--hz-soft)!important;border-color:var(--hz-hairline-strong)!important;transform:none!important}.hz-teacher-theme .teacher-overview .stat-card .st-num{font-size:32px!important;line-height:1!important}.hz-teacher-theme .teacher-overview .stat-card .st-ico{width:40px!important;height:40px!important}.hz-teacher-theme .teacher-overview .stat-card .st-label{letter-spacing:.08em!important;text-transform:uppercase!important;flex:1!important;gap:4px!important;font-size:14px!important;line-height:1.3!important}.hz-teacher-theme .teacher-overview .stat-card .st-label span{color:var(--hz-muted)!important;font-size:14px!important;font-weight:300!important;line-height:1.55!important}.hz-teacher-theme .teacher-overview .stat-card .st-cta{letter-spacing:1.5px!important;font-size:13px!important}.hz-teacher-theme .teacher-overview .overview-grid{grid-template-columns:minmax(0,2fr) minmax(300px,1fr)!important;gap:24px!important}.hz-teacher-theme .teacher-overview .overview-panel{border:1px solid var(--hz-hairline-strong)!important;border-radius:8px!important}.hz-teacher-theme .teacher-overview .panel-head{border-bottom:1px solid var(--hz-hairline-strong)!important;min-height:57px!important;padding:16px 24px!important}.hz-teacher-theme .teacher-overview .panel-head h3{font-size:16px!important;font-weight:700!important}.hz-teacher-theme .teacher-overview .panel-body{padding:24px!important}.hz-teacher-theme .teacher-overview .overview-grade-list{justify-content:center!important;min-height:394px!important}.hz-teacher-theme .teacher-overview .overview-grade-row{background:0 0!important;border:0!important;grid-template-columns:96px minmax(0,1fr) 48px!important;gap:16px!important;padding:0!important;display:grid!important}.hz-teacher-theme .teacher-overview .overview-grade-row:hover{transform:none!important}.hz-teacher-theme .teacher-overview .overview-grade-copy b{font-size:14px!important;font-weight:700!important}.hz-teacher-theme .teacher-overview .overview-grade-meter{gap:4px!important}.hz-teacher-theme .teacher-overview .overview-grade-meter span,.hz-teacher-theme .teacher-overview .overview-grade-meter b,.hz-teacher-theme .teacher-overview .overview-grade-pct{font-size:12px!important}.hz-teacher-theme .teacher-overview .progress,.hz-teacher-theme .teacher-overview .progress-bar{background:var(--hz-hairline)!important;height:10px!important}.hz-teacher-theme .teacher-overview .overview-actions-panel .panel-body{padding:16px!important}.hz-teacher-theme .teacher-overview .qa-grid{gap:12px!important}.hz-teacher-theme .teacher-overview .qa-btn{border:1px solid var(--hz-hairline-strong)!important;background:#fff!important;border-radius:8px!important;grid-template-columns:40px minmax(0,1fr)!important;column-gap:16px!important;min-height:90px!important;padding:16px!important}.hz-teacher-theme .teacher-overview .qa-btn:hover{background:var(--hz-soft)!important;border-color:var(--hz-hairline-strong)!important;transform:none!important}.hz-teacher-theme .teacher-overview .qa-btn .qa-ico{border-radius:6px!important;width:40px!important;height:40px!important}.hz-teacher-theme .teacher-overview .qa-btn>span:not(.qa-desc){font-size:14px!important;line-height:1.3!important}.hz-teacher-theme .teacher-overview .qa-desc{font-size:12px!important;line-height:1.35!important}.hz-teacher-theme .teacher-overview .dashboard-timeline{padding:24px 24px 24px 56px!important}.hz-teacher-theme .teacher-overview .dashboard-timeline:before{background:var(--hz-hairline-strong)!important;width:1px!important;top:26px!important;bottom:26px!important;left:32px!important}.hz-teacher-theme .teacher-overview .timeline-item{gap:24px!important;padding-bottom:32px!important}.hz-teacher-theme .teacher-overview .timeline-ico{background:#fff!important;border-radius:50%!important;width:32px!important;height:32px!important;margin-left:-40px!important}.hz-teacher-theme .teacher-overview .timeline-item:hover .timeline-ico{transform:none!important}.hz-teacher-theme .teacher-overview .timeline-txt{font-size:14px!important}.hz-teacher-theme .teacher-overview .timeline-time{letter-spacing:.08em!important;text-transform:uppercase!important;margin-top:4px!important;font-size:12px!important}@media (max-width:960px){.hz-teacher-theme .teacher-overview .overview-command{flex-direction:column!important;align-items:flex-start!important}.hz-teacher-theme .teacher-overview .overview-command-actions{width:100%!important}.hz-teacher-theme .teacher-overview .overview-grid{grid-template-columns:1fr!important}}@media (max-width:760px){.hz-teacher-theme .teacher-overview .overview-command{padding:24px!important}.hz-teacher-theme .teacher-overview .overview-command-actions{flex-direction:column!important;align-items:stretch!important}.hz-teacher-theme .teacher-overview .overview-command-actions .grade-filter,.hz-teacher-theme .teacher-overview .overview-command-actions .grade-filter .select{width:100%!important;min-width:0!important}.hz-teacher-theme .teacher-overview .overview-grade-row{grid-template-columns:1fr!important}.hz-teacher-theme .teacher-overview .overview-grade-pct{text-align:start!important}}.hz-student-theme .student-focus-panel{border:1px solid var(--hz-hairline);border-radius:var(--radius-md);background:var(--hz-canvas);grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:18px;margin-top:42px;padding:22px;display:grid}.hz-student-theme .student-focus-main{flex-direction:column;gap:12px;min-width:0;display:flex}.hz-student-theme .student-focus-main h3{max-width:720px;color:var(--hz-ink);font-family:var(--font-sans);letter-spacing:0;margin:0;font-size:clamp(24px,3vw,36px);font-weight:700;line-height:1.15}.hz-student-theme .student-focus-main p{max-width:680px;color:var(--hz-muted);margin:0;font-size:15px;line-height:1.65}.hz-student-theme .student-focus-actions{flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:12px;display:flex}.hz-student-theme .student-focus-actions .student-card-btn-primary,.hz-student-theme .student-focus-actions .student-card-btn-secondary{width:auto!important;min-height:44px!important;padding-inline:18px!important}.hz-student-theme .student-focus-actions .student-card-btn-primary{align-items:center;gap:8px;display:inline-flex!important}.hz-student-theme .student-focus-steps{gap:10px;display:grid}.hz-student-theme .student-focus-step{border:1px solid var(--hz-hairline);border-radius:var(--radius-sm);background:var(--hz-soft);grid-template-columns:36px minmax(0,1fr);align-items:center;gap:12px;min-height:76px;padding:12px;display:grid}.hz-student-theme .student-focus-step-index{background:var(--hz-canvas);width:36px;height:36px;color:var(--hz-muted);border:1px solid var(--hz-hairline-strong);border-radius:50%;place-items:center;font-size:13px;font-weight:700;display:grid}.hz-student-theme .student-focus-step b,.hz-student-theme .student-focus-step span,.hz-student-theme .student-focus-step small{min-width:0;display:block}.hz-student-theme .student-focus-step b{color:var(--hz-ink);font-size:13px;line-height:1.25}.hz-student-theme .student-focus-step span{color:var(--hz-ink);overflow-wrap:anywhere;margin-top:3px;font-size:14px;font-weight:700;line-height:1.3}.hz-student-theme .student-focus-step small{color:var(--hz-muted);margin-top:4px;font-size:12.5px;line-height:1.35}.hz-student-theme .student-focus-step.is-active .student-focus-step-index{background:var(--hz-blue);color:#fff;border-color:var(--hz-blue)}.hz-student-theme .student-focus-step.is-done .student-focus-step-index{background:var(--hz-success,#22c55e);color:#fff;border-color:var(--hz-success,#22c55e)}.hz-student-theme .student-focus-step.is-locked{opacity:.76}.hz-student-theme .student-focus-step.is-muted{background:0 0}.hz-student-theme .quiz-question-map{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.hz-student-theme .quiz-question-dot{border:1px solid var(--hz-hairline-strong);border-radius:var(--radius-sm);background:var(--hz-canvas);width:36px;height:36px;color:var(--hz-muted);cursor:pointer;place-items:center;font-size:13px;font-weight:800;transition:border-color .15s,background-color .15s,color .15s;display:inline-grid}.hz-student-theme .quiz-question-dot:hover{border-color:var(--hz-blue);color:var(--hz-blue)}.hz-student-theme .quiz-question-dot.is-answered{background:var(--hz-soft);color:var(--hz-ink)}.hz-student-theme .quiz-question-dot.is-current{background:var(--hz-blue);border-color:var(--hz-blue);color:#fff}@media (max-width:900px){.hz-student-theme .student-focus-panel{grid-template-columns:1fr;margin-top:30px;padding:16px}.hz-student-theme .student-focus-actions .student-card-btn-primary,.hz-student-theme .student-focus-actions .student-card-btn-secondary{width:100%!important}}.hz-teacher-theme .teacher-students-page{padding-top:0!important}.hz-teacher-theme .coursera-page-title{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;font-size:16px!important;font-weight:700!important}.hz-teacher-theme .coursera-nav-inner.has-back .coursera-brand{display:none!important}.hz-teacher-theme .coursera-nav-inner.has-back .coursera-page-title{font-family:var(--font-sans)!important;color:var(--hz-ink)!important;margin-inline-start:12px!important;font-size:18px!important;font-weight:700!important;display:block!important}@media (max-width:1220px){.hz-teacher-theme .coursera-nav-inner{gap:12px!important;padding:0 16px!important}.hz-teacher-theme .coursera-nav-link{padding:0 12px!important}}@media (max-width:1024px){.hz-teacher-theme .coursera-topnav{height:auto!important;min-height:64px!important}.hz-teacher-theme .coursera-nav-inner{flex-wrap:wrap!important;gap:8px!important;height:auto!important;min-height:64px!important;padding:10px 16px!important}.hz-teacher-theme .coursera-nav-links{-ms-overflow-style:none!important;scrollbar-width:none!important;order:3!important;width:100%!important;padding-bottom:2px!important;display:flex!important;overflow-x:auto!important}.hz-teacher-theme .coursera-nav-links::-webkit-scrollbar{display:none!important}.hz-teacher-theme .coursera-nav-link{white-space:nowrap!important;min-height:44px!important}.hz-teacher-theme .coursera-brand{font-size:20px!important}}.hz-teacher-theme .input,.hz-teacher-theme .select,.hz-teacher-theme .textarea{font-size:16px!important}.hz-teacher-theme .teacher-week{background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline-strong)!important;border-radius:var(--radius-md)!important;box-shadow:none!important}.hz-teacher-theme .teacher-week-head{background:var(--hz-soft)!important;border-bottom:1px solid var(--hz-hairline)!important}.hz-teacher-theme .teacher-week-head span{color:var(--hz-blue)!important;font-family:var(--font-sans)!important;font-weight:700!important}.hz-teacher-theme .teacher-week-head b{color:var(--hz-ink)!important;font-family:var(--font-sans)!important;font-weight:700!important}.hz-teacher-theme .teacher-learning-item{background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-sm)!important}.hz-teacher-theme .teacher-item-icon{background:var(--hz-soft)!important;color:var(--hz-blue)!important;border:1px solid var(--hz-hairline)!important}.hz-teacher-theme .teacher-item-copy h4{color:var(--hz-ink)!important;font-family:var(--font-sans)!important;font-weight:700!important}.hz-teacher-theme .teacher-item-copy p{color:var(--hz-muted)!important;font-weight:300!important}.hz-teacher-theme .teacher-related-quiz{background:var(--hz-soft)!important;color:var(--hz-blue)!important;border-top:1px solid var(--hz-hairline)!important}.hz-teacher-theme .teacher-students-identity{color:var(--hz-ink)!important;font-family:var(--font-sans)!important;font-weight:700!important}.hz-teacher-theme .teacher-students-avatar{background:var(--hz-soft)!important;color:var(--hz-ink)!important;border-color:var(--hz-hairline-strong)!important;font-family:var(--font-sans)!important;font-weight:700!important}.hz-teacher-theme .teacher-students-table small{color:var(--hz-muted)!important;font-family:var(--font-sans)!important;font-weight:300!important}.hz-teacher-theme .ops-class{border-radius:var(--radius-md)!important}.hz-teacher-theme .ops-header{border-radius:8px!important}.hz-teacher-theme{--hz-blue:#1c69d4;--hz-blue-active:#0653b6;--hz-ink:#262626;--hz-body:#3c3c3c;--hz-muted:#6b6b6b;--hz-muted-soft:#9a9a9a;--hz-hairline:#e6e6e6;--hz-hairline-strong:#ccc;--hz-canvas:#fff;--hz-soft:#f7f7f7;--hz-card:#fafafa;--hz-dark:#1a2129;--hz-dark-raised:#262e38;--hz-on-dark-soft:#bbb;background:var(--hz-canvas)!important;color:var(--hz-ink)!important}.hz-teacher-theme .coursera-topnav{background:var(--hz-canvas)!important;border-bottom:1px solid var(--hz-hairline)!important;height:64px!important;box-shadow:none!important}.hz-teacher-theme .coursera-nav-inner{max-width:1440px!important;padding-inline:clamp(16px,2.2vw,32px)!important}.hz-teacher-theme .coursera-nav-link{min-height:64px!important;color:var(--hz-ink)!important;letter-spacing:.3px!important;background:0 0!important;border-bottom:2px solid #0000!important;border-radius:0!important;font-size:14px!important;font-weight:400!important}.hz-teacher-theme .coursera-nav-link:hover,.hz-teacher-theme .coursera-nav-link.active{color:var(--hz-blue)!important;border-bottom-color:var(--hz-blue)!important}.hz-teacher-theme .teacher-overview,.hz-teacher-theme .teacher-students-page,.hz-teacher-theme .ops-parent-links{flex-direction:column!important;gap:32px!important;display:flex!important}.hz-teacher-theme .overview-command,.hz-teacher-theme .ops-header,.hz-teacher-theme .teacher-students-section-title{border-radius:var(--radius-md)!important;background:var(--hz-dark)!important;color:#fff!important;min-height:160px!important;box-shadow:none!important;border:0!important;margin:0!important;padding:clamp(24px,3vw,40px)!important}.hz-teacher-theme .ops-header:after,.hz-teacher-theme .overview-command:after,.hz-teacher-theme .teacher-students-section-title:after{display:none!important}.hz-teacher-theme .overview-command-copy h2,.hz-teacher-theme .ops-header h2,.hz-teacher-theme .teacher-students-section-title h2{color:#fff!important;max-width:900px!important;font-family:var(--font-sans)!important;letter-spacing:0!important;margin:0!important;font-size:clamp(28px,3vw,40px)!important;font-weight:700!important;line-height:1.15!important}.hz-teacher-theme .overview-command-copy p,.hz-teacher-theme .ops-header p{max-width:760px!important;color:var(--hz-on-dark-soft)!important;font-size:16px!important;font-weight:300!important;line-height:1.55!important}.hz-teacher-theme .overview-command-actions,.hz-teacher-theme .dashboard-actions,.hz-teacher-theme .ops-actions,.hz-teacher-theme .teacher-students-toolbar,.hz-teacher-theme .teacher-students-filterbar{gap:16px!important}.hz-teacher-theme .overview-command-actions .btn,.hz-teacher-theme .overview-command-actions .select{height:48px!important}.hz-teacher-theme .btn-primary,.hz-teacher-theme .btn-accent{background:var(--hz-blue)!important;border:1px solid var(--hz-blue)!important;color:#fff!important}.hz-teacher-theme .btn-primary:hover,.hz-teacher-theme .btn-accent:hover{background:var(--hz-blue-active)!important;border-color:var(--hz-blue-active)!important;transform:none!important}.hz-teacher-theme .btn-ghost,.hz-teacher-theme .btn-white,.hz-teacher-theme .btn-soft{background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline-strong)!important;color:var(--hz-ink)!important}.hz-teacher-theme .btn-ghost:hover,.hz-teacher-theme .btn-white:hover,.hz-teacher-theme .btn-soft:hover{background:var(--hz-soft)!important;border-color:var(--hz-ink)!important;transform:none!important}.hz-teacher-theme .stat-grid,.hz-teacher-theme .ops-analytics-grid{gap:24px!important}.hz-teacher-theme .stat-card,.hz-teacher-theme .panel,.hz-teacher-theme .overview-panel,.hz-teacher-theme .card,.hz-teacher-theme .ops-card,.hz-teacher-theme .ops-class,.hz-teacher-theme .minimal-profile-card,.hz-teacher-theme .form-section,.hz-teacher-theme .lesson-editor-section{background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-md)!important;box-shadow:none!important;transform:none!important}.hz-teacher-theme .stat-card,.hz-teacher-theme .panel-body,.hz-teacher-theme .ops-card,.hz-teacher-theme .minimal-profile-head,.hz-teacher-theme .minimal-profile-section{padding:24px!important}.hz-teacher-theme .stat-card{gap:16px!important;min-height:176px!important}.hz-teacher-theme .stat-card:hover,.hz-teacher-theme .qa-btn:hover,.hz-teacher-theme .ops-class:hover,.hz-teacher-theme .overview-grade-row:hover{border-color:var(--hz-hairline-strong)!important;background:var(--hz-soft)!important;box-shadow:none!important;transform:none!important}.hz-teacher-theme .stat-card .st-num{color:var(--hz-ink)!important;font-family:var(--font-sans)!important;font-size:32px!important;font-weight:700!important}.hz-teacher-theme .stat-card .st-label{color:var(--hz-ink)!important;letter-spacing:0!important;text-transform:none!important;font-size:16px!important;font-weight:700!important}.hz-teacher-theme .stat-card .st-label span,.hz-teacher-theme .qa-desc,.hz-teacher-theme .minimal-profile-title p,.hz-teacher-theme .minimal-profile-row span{color:var(--hz-muted)!important;font-weight:300!important}.hz-teacher-theme .stat-card .st-cta,.hz-teacher-theme .link{color:var(--hz-ink)!important;letter-spacing:1.5px!important;text-transform:uppercase!important;font-size:13px!important;font-weight:700!important}.hz-teacher-theme .panel-head h3{color:var(--hz-ink)!important;font-size:18px!important;font-weight:700!important;line-height:1.4!important}.hz-teacher-theme .overview-grade-list,.hz-teacher-theme .qa-grid{gap:16px!important}.hz-teacher-theme .overview-grade-row{border:0!important;border-bottom:1px solid var(--hz-hairline)!important;background:0 0!important;border-radius:0!important;grid-template-columns:minmax(120px,.4fr) minmax(0,1fr) auto!important;gap:16px!important;padding:16px 0!important}.hz-teacher-theme .qa-btn{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-md)!important;background:var(--hz-canvas)!important;min-height:96px!important;box-shadow:none!important;grid-template-columns:40px minmax(0,1fr)!important;align-items:start!important;gap:6px 16px!important;padding:16px!important;display:grid!important}.hz-teacher-theme .qa-ico{border-radius:var(--radius-button-compact)!important;background:var(--hz-soft)!important;width:40px!important;height:40px!important;color:var(--hz-blue)!important;grid-row:span 2!important}.hz-teacher-theme .timeline-ico{background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline-strong)!important;width:32px!important;height:32px!important;box-shadow:none!important;border-radius:50%!important;margin-left:-40px!important}.hz-teacher-theme .teacher-students-toolbar,.hz-teacher-theme .ops-header+.between,.hz-teacher-theme .ops-header+.dashboard-toolbar,.hz-teacher-theme .dashboard-toolbar,.hz-teacher-theme .summary-bar{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-md)!important;background:var(--hz-canvas)!important;box-shadow:none!important;flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;padding:16px!important;display:flex!important}.hz-teacher-theme .teacher-students-page .teacher-students-section-title{border-radius:var(--radius-md)!important}.hz-teacher-theme .filter-tab,.hz-teacher-theme .ops-tabs button,.hz-teacher-theme .filter-tabs button{border:1px solid var(--hz-hairline-strong)!important;border-radius:var(--radius-button-compact)!important;background:var(--hz-canvas)!important;min-height:40px!important;color:var(--hz-ink)!important;letter-spacing:.5px!important;text-transform:none!important;padding:8px 14px!important;font-size:12px!important;font-weight:400!important}.hz-teacher-theme .filter-tab.active,.hz-teacher-theme .ops-tabs button.active,.hz-teacher-theme .filter-tabs button.active{background:var(--hz-ink)!important;border-color:var(--hz-ink)!important;color:#fff!important}.hz-teacher-theme .teacher-students-filterbar{flex:420px!important;min-width:0!important}.hz-teacher-theme .teacher-students-grade-select,.hz-teacher-theme .teacher-students-search,.hz-teacher-theme .search{border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;min-width:0!important;height:48px!important}.hz-teacher-theme .teacher-students-search input,.hz-teacher-theme .search input{min-width:0!important;color:var(--hz-ink)!important;font-size:16px!important}.hz-teacher-theme .tbl-wrap,.hz-teacher-theme .teacher-students-table-wrap{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-md)!important;background:var(--hz-canvas)!important;box-shadow:none!important;overflow-x:auto!important}.hz-teacher-theme .tbl th,.hz-teacher-theme .teacher-students-table th{background:var(--hz-soft)!important;color:var(--hz-muted)!important;border-bottom:1px solid var(--hz-hairline)!important;letter-spacing:.5px!important;text-transform:uppercase!important;padding:14px 16px!important;font-size:12px!important;font-weight:400!important}.hz-teacher-theme .teacher-students-identity{color:var(--hz-ink)!important;gap:12px!important;font-size:16px!important;font-weight:700!important}.hz-teacher-theme .teacher-students-avatar{background:var(--hz-soft)!important;border-color:var(--hz-hairline-strong)!important;width:40px!important;height:40px!important;color:var(--hz-ink)!important;font-size:13px!important}.hz-teacher-theme .teacher-students-table .ops-actions{flex-direction:column!important;align-items:stretch!important}.hz-teacher-theme .teacher-students-details,.hz-teacher-theme .teacher-parent-action{width:100%!important;min-height:40px!important}.hz-teacher-theme .teacher-students-check{min-height:32px!important;color:var(--hz-muted)!important;font-size:13px!important;line-height:1.3!important}.hz-teacher-theme .ops-class-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;gap:24px!important}.hz-teacher-theme .ops-class-thumb{border-radius:var(--radius-sm) var(--radius-sm) 0 0!important;background:var(--hz-card)!important}.hz-teacher-theme .ops-class-thumb img{transform:none!important}.hz-teacher-theme .teacher-week{border-radius:var(--radius-md)!important}.hz-teacher-theme .teacher-week-head,.hz-teacher-theme .modal-head,.hz-teacher-theme .action-panel-head,.hz-teacher-theme .modal-foot,.hz-teacher-theme .action-panel-foot{background:var(--hz-soft)!important;border-color:var(--hz-hairline)!important}.hz-teacher-theme .modal{border-radius:var(--radius-xl)!important;box-shadow:none!important}.hz-teacher-theme .action-panel{border-radius:var(--radius-lg) 0 0 var(--radius-lg)!important;width:min(100vw,560px)!important;box-shadow:none!important}.hz-teacher-theme .minimal-profile-avatar.teacher{background:var(--hz-dark)!important;color:#fff!important;transform:none!important}.hz-teacher-theme .minimal-profile-avatar.teacher:hover{transform:none!important}@media (max-width:1180px){.hz-teacher-theme .coursera-topnav{height:auto!important;min-height:64px!important}.hz-teacher-theme .coursera-nav-inner{flex-wrap:wrap!important;height:auto!important;min-height:64px!important;padding-block:8px!important}.hz-teacher-theme .coursera-nav-links{scrollbar-width:none!important;order:3!important;width:100%!important;overflow:auto hidden!important}.hz-teacher-theme .coursera-nav-links::-webkit-scrollbar{display:none!important}.hz-teacher-theme .coursera-nav-link{white-space:nowrap!important;min-height:40px!important}}@media (max-width:960px){.hz-teacher-theme .stat-grid,.hz-teacher-theme .overview-grid,.hz-teacher-theme .ops-analytics-grid{grid-template-columns:1fr!important}.hz-teacher-theme .overview-command,.hz-teacher-theme .ops-header,.hz-teacher-theme .teacher-students-section-title{min-height:0!important}.hz-teacher-theme .overview-command-actions,.hz-teacher-theme .teacher-students-toolbar,.hz-teacher-theme .teacher-students-filterbar{flex-direction:column!important;align-items:stretch!important;width:100%!important;min-width:0!important}.hz-teacher-theme .teacher-students-tabs,.hz-teacher-theme .ops-tabs,.hz-teacher-theme .filter-tabs{width:100%!important}.hz-teacher-theme .overview-command-actions .grade-filter,.hz-teacher-theme .overview-command-actions .grade-filter .select,.hz-teacher-theme .teacher-students-grade-select,.hz-teacher-theme .teacher-students-search{width:100%!important;min-width:0!important}}@media (max-width:700px){.hz-teacher-theme .coursera-main{padding:24px 16px 48px!important}.hz-teacher-theme .overview-command,.hz-teacher-theme .ops-header,.hz-teacher-theme .teacher-students-section-title,.hz-teacher-theme .stat-card,.hz-teacher-theme .panel-body,.hz-teacher-theme .ops-card,.hz-teacher-theme .minimal-profile-head,.hz-teacher-theme .minimal-profile-section{padding:20px!important}.hz-teacher-theme .overview-grade-row{grid-template-columns:1fr!important}.hz-teacher-theme .dashboard-timeline{padding:20px 20px 20px 48px!important}}.hz-student-theme{--hz-blue:var(--sys-color-action-primary);--hz-blue-active:var(--sys-color-action-primary-hover);--hz-blue-soft:var(--sys-color-surface-soft-blue);--hz-ink:var(--sys-color-text-default);--hz-body:var(--ref-color-neutral-700);--hz-muted:var(--sys-color-text-muted);--hz-muted-soft:var(--ref-color-neutral-300);--hz-canvas:var(--sys-color-surface-raised);--hz-soft:var(--sys-color-surface-subtle);--hz-card:var(--ref-color-neutral-100);--hz-hairline:var(--sys-color-border-subtle);--hz-hairline-strong:var(--sys-color-border-strong);--hz-dark:var(--sys-color-surface-dark);--hz-dark-raised:var(--sys-color-surface-dark-raised);--hz-success:var(--sys-color-status-success);--hz-success-soft:var(--ref-color-green-50);--hz-success-strong:var(--ref-color-green-700);--hz-warning:var(--sys-color-status-warning);--hz-warning-soft:var(--ref-color-gold-50);--hz-warning-strong:var(--ref-color-gold-700);--hz-error:var(--sys-color-status-danger);--hz-error-soft:var(--ref-color-red-50);--hz-error-strong:var(--ref-color-red-700);--hz-indigo:var(--sys-color-status-info);--hz-indigo-soft:var(--ref-color-indigo-50);--hz-indigo-strong:var(--ref-color-indigo-700);--hz-coral:var(--ref-color-coral-700);--hz-coral-soft:var(--ref-color-coral-50);--hz-coral-strong:var(--ref-color-coral-800);background:var(--hz-soft)!important;color:var(--hz-ink)!important}.hz-student-theme .coursera-shell,.hz-student-theme .coursera-main,.hz-student-theme .hz-course-outline-page,.hz-student-theme .hz-course-content,.hz-student-theme .course-focus-shell{background:var(--hz-soft)!important;background-image:none!important}.hz-student-theme .course-focus-shell:before,.hz-student-theme .course-focus-shell:after{display:none!important}.hz-student-theme .coursera-topnav{-webkit-backdrop-filter:var(--hz-chrome-blur,blur(16px));backdrop-filter:var(--hz-chrome-blur,blur(16px));border-bottom:1px solid var(--hz-hairline)!important;min-height:74px!important;box-shadow:none!important;background:#fffffff0!important}.hz-student-theme .coursera-nav-inner{max-width:1216px!important;min-height:74px!important}.hz-student-theme .coursera-brand,.hz-student-theme .coursera-page-title{color:var(--hz-ink)!important;font-weight:800!important}.hz-student-theme .coursera-logo-mark,.hz-student-theme .minimal-profile-avatar,.hz-student-theme .coursera-avatar,.hz-student-theme .avatar{background:var(--hz-dark)!important;color:#fff!important;border-color:var(--hz-hairline-strong)!important}.hz-student-theme .coursera-nav-link{border-radius:var(--radius-button)!important;min-height:44px!important;color:var(--hz-body)!important;background:0 0!important;border:1px solid #0000!important;padding:0 14px!important}.hz-student-theme .coursera-nav-link:hover,.hz-student-theme .coursera-nav-link.active{background:var(--hz-blue-soft)!important;color:var(--hz-blue)!important;border-color:#0056d22e!important}.hz-student-theme .profile-btn,.hz-student-theme .icon-btn,.hz-student-theme .btn-quiet{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-button)!important;background:var(--hz-canvas)!important;color:var(--hz-ink)!important;box-shadow:none!important}.hz-student-theme .profile-btn:hover,.hz-student-theme .icon-btn:hover,.hz-student-theme .btn-quiet:hover{border-color:var(--hz-blue)!important;color:var(--hz-blue)!important;transform:none!important}.hz-student-theme .student-hero{padding:54px 32px 104px!important}.hz-student-theme .student-hero-inner,.hz-student-theme .student-canvas-inner,.hz-student-theme .hz-course-hero-inner,.hz-student-theme .hz-course-content-inner,.hz-student-theme .content-wrap:not(.fluid){max-width:1140px!important}.hz-student-theme .student-hero-title,.hz-student-theme .hz-course-hero h1{color:var(--hz-ink)!important;letter-spacing:0!important}.hz-student-theme .student-hero .student-hero-eyebrow,.hz-student-theme .hz-course-hero .font-label-uppercase,.hz-student-theme .hz-hero-breadcrumb span{color:var(--hz-blue)!important}.hz-student-theme .hz-hero-progress-header .font-label-uppercase{color:var(--neutral-500)!important}.hz-student-theme .student-hero-eyebrow,.hz-student-theme .student-card-eyebrow,.hz-student-theme .eyebrow,.hz-student-theme .font-label-uppercase,.hz-student-theme .hz-type-tag,.hz-student-theme .hz-field-label{color:var(--hz-blue)!important;letter-spacing:.12em!important;font-weight:800!important}.hz-student-theme .student-id-chip,.hz-student-theme .student-id-badge{border:1px solid var(--hz-hairline-strong)!important;border-radius:var(--radius-button)!important;background:var(--hz-canvas)!important;color:var(--hz-body)!important}.hz-student-theme .student-canvas{background:0 0!important;margin-top:-58px!important}.hz-student-theme .student-bento-grid,.hz-student-theme .student-focus-panel,.hz-student-theme .course-enroll-banner,.hz-student-theme .hz-sidebar-card,.hz-student-theme .hz-sidebar-promo-card,.hz-student-theme .course-roadmap-sidebar,.hz-student-theme .learning-content-frame,.hz-student-theme .panel,.hz-student-theme .card,.hz-student-theme .class-card,.hz-student-theme .student-course-card,.hz-student-theme .minimal-profile-card,.hz-student-theme .q-card,.hz-student-theme .result-summary-card,.hz-student-theme .profile-menu,.hz-student-theme .modal,.hz-student-theme .sheet{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-lg)!important;background:var(--hz-canvas)!important;box-shadow:0 18px 55px #141a2312!important}.hz-student-theme .student-primary-card,.hz-student-theme .student-progress-card,.hz-student-theme .student-card-media-side,.hz-student-theme .cc-banner,.hz-student-theme .student-course-card-image-wrap,.hz-student-theme .course-empty-roadmap{background:var(--hz-card)!important}.hz-student-theme .student-card-title,.hz-student-theme .student-section-title,.hz-student-theme .student-course-card-title,.hz-student-theme .cc-title,.hz-student-theme .section-title,.hz-student-theme .panel-head h3,.hz-student-theme .hz-roadmap-title,.hz-student-theme .hz-sidebar-card h5,.hz-student-theme .learning-content-frame h2,.hz-student-theme .minimal-profile-title h2,.hz-student-theme .q-text,.hz-student-theme .lr-title,.hz-student-theme .qd-title{color:var(--hz-ink)!important;letter-spacing:0!important;font-weight:800!important}.hz-student-theme .student-card-desc,.hz-student-theme .student-progress-desc,.hz-student-theme .student-section-badge,.hz-student-theme .student-course-card-subtitle,.hz-student-theme .student-course-card-desc,.hz-student-theme .cc-teacher,.hz-student-theme .cc-desc,.hz-student-theme .learning-content-frame p,.hz-student-theme .minimal-profile-title p,.hz-student-theme .qd-sub{color:var(--hz-muted)!important}.hz-student-theme .student-card-meta-item,.hz-student-theme .hz-tag,.hz-student-theme .tag,.hz-student-theme .status-badge,.hz-student-theme .completion-pill,.hz-student-theme .score-badge,.hz-student-theme .code-pill,.hz-student-theme .roadmap-optional,.hz-student-theme .hz-optional-tag{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-button-compact)!important;background:var(--hz-soft)!important;color:var(--hz-body)!important;font-weight:800!important}.hz-student-theme .tag-blue,.hz-student-theme .hz-tag.is-brand,.hz-student-theme .student-row-next-badge,.hz-student-theme .nav-badge,.hz-student-theme .code-pill{background:var(--hz-blue-soft)!important;color:var(--hz-blue)!important;border-color:#0056d22e!important}.hz-student-theme .btn,.hz-student-theme .student-card-btn-primary,.hz-student-theme .student-card-btn-secondary,.hz-student-theme .student-course-card-btn,.hz-student-theme .hz-hero-continue-btn,.hz-student-theme .hz-promo-btn{border-radius:var(--radius-button)!important;min-height:44px!important;box-shadow:none!important;letter-spacing:.02em!important;text-transform:none!important;font-weight:800!important}.hz-student-theme .btn-primary,.hz-student-theme .btn-accent,.hz-student-theme .student-card-btn-primary,.hz-student-theme .student-course-card-btn,.hz-student-theme .hz-hero-continue-btn,.hz-student-theme .hz-promo-btn{border:1px solid var(--hz-blue)!important;background:var(--hz-blue)!important;color:#fff!important}.hz-student-theme .btn-primary:hover,.hz-student-theme .btn-accent:hover,.hz-student-theme .student-card-btn-primary:hover,.hz-student-theme .student-course-card-btn:hover,.hz-student-theme .hz-hero-continue-btn:hover,.hz-student-theme .hz-promo-btn:hover{border-color:var(--hz-blue-active)!important;background:var(--hz-blue-active)!important;transform:translateY(-1px)!important}.hz-student-theme .btn-ghost,.hz-student-theme .btn-soft,.hz-student-theme .student-card-btn-secondary{border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;color:var(--hz-ink)!important}.hz-student-theme .btn-ghost:hover,.hz-student-theme .btn-soft:hover,.hz-student-theme .student-card-btn-secondary:hover{border-color:var(--hz-blue)!important;background:var(--hz-blue-soft)!important;color:var(--hz-blue)!important}.hz-student-theme .input,.hz-student-theme .select,.hz-student-theme .textarea,.hz-student-theme .search{border:1px solid var(--hz-hairline-strong)!important;border-radius:var(--radius-button)!important;background:var(--hz-canvas)!important;color:var(--hz-ink)!important;box-shadow:none!important}.hz-student-theme .input:focus,.hz-student-theme .select:focus,.hz-student-theme .textarea:focus,.hz-student-theme .search:focus-within{border-color:var(--hz-blue)!important;box-shadow:0 0 0 3px #0056d21f!important}.hz-student-theme .progress,.hz-student-theme .student-progress-track-wrap,.hz-student-theme .student-course-card-progress-bar,.hz-student-theme .hz-hero-progress-track,.hz-student-theme .learning-week-progress{background:var(--hz-hairline)!important;border-radius:var(--radius-pill)!important}.hz-student-theme .progress i,.hz-student-theme .student-progress-track-fill,.hz-student-theme .student-course-card-progress-bar-fill,.hz-student-theme .hz-hero-progress-fill,.hz-student-theme .learning-week-progress i{background:var(--hz-blue)!important;border-radius:inherit!important}.hz-student-theme .student-sequence-row,.hz-student-theme .roadmap-item,.hz-student-theme .hz-roadmap-item,.hz-student-theme .learning-week,.hz-student-theme .hz-week,.hz-student-theme .minimal-profile-row,.hz-student-theme .quiz-due,.hz-student-theme .opt,.hz-student-theme .tf-btn{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-md)!important;background:var(--hz-canvas)!important;box-shadow:none!important}.hz-student-theme .student-sequence-row:hover,.hz-student-theme .student-sequence-row.is-current,.hz-student-theme .roadmap-item:hover,.hz-student-theme .roadmap-item.is-current,.hz-student-theme .hz-roadmap-item:hover,.hz-student-theme .hz-roadmap-item.is-current,.hz-student-theme .opt:hover,.hz-student-theme .opt.sel,.hz-student-theme .tf-btn:hover,.hz-student-theme .tf-btn.sel{border-color:var(--hz-blue)!important;background:var(--hz-blue-soft)!important;color:var(--hz-blue)!important}.hz-student-theme .student-row-icon-wrap,.hz-student-theme .roadmap-status,.hz-student-theme .hz-item-type-icon,.hz-student-theme .learning-content-icon,.hz-student-theme .qd-ico,.hz-student-theme .lr-num.current,.hz-student-theme .quiz-intro-icon,.hz-student-theme .opt.sel .opt-key{background:var(--hz-blue)!important;color:#fff!important;border:1px solid #0056d22e!important}.hz-student-theme .student-sequence-row.is-done .student-row-icon-wrap,.hz-student-theme .roadmap-item.is-done .roadmap-status,.hz-student-theme .hz-roadmap-item.is-done .hz-item-status-icon,.hz-student-theme .lr-num.done,.hz-student-theme .completion-pill,.hz-student-theme .sb-green,.hz-student-theme .tag-green{background:var(--hz-success-soft)!important;color:var(--hz-success-strong)!important;border-color:#4a8a1c3d!important}.hz-student-theme .sb-amber,.hz-student-theme .tag-amber,.hz-student-theme .timer.warn{background:var(--hz-warning-soft)!important;color:var(--hz-warning-strong)!important;border-color:#8963003d!important}.hz-student-theme .sb-red,.hz-student-theme .tag-red,.hz-student-theme .score-badge.low,.hz-student-theme .opt.wrong,.hz-student-theme .tf-btn.f.sel{background:var(--hz-error-soft)!important;color:var(--hz-error-strong)!important;border-color:#c33a3a3d!important}.hz-student-theme .opt.correct,.hz-student-theme .tf-btn.t.sel{background:var(--hz-success-soft)!important;color:var(--hz-success-strong)!important;border-color:#4a8a1c3d!important}.hz-student-theme .hz-week-header,.hz-student-theme .learning-week-head,.hz-student-theme .roadmap-sidebar-head,.hz-student-theme .minimal-profile-head,.hz-student-theme .modal-head,.hz-student-theme .modal-foot,.hz-student-theme .panel-head{background:var(--hz-soft)!important;border-color:var(--hz-hairline)!important}.hz-student-theme .video-grid{align-items:start!important;gap:22px!important;display:grid!important}@media (min-width:901px){.hz-student-theme .video-grid{grid-template-columns:minmax(280px,390px) minmax(0,1fr)!important;grid-template-areas:"roadmap content"!important}.hz-student-theme .video-grid>div:first-child{grid-area:content!important;min-width:0!important}.hz-student-theme .video-grid>.course-roadmap-sidebar{grid-area:roadmap!important}}.hz-student-theme .video-stage{border:1px solid var(--hz-hairline-strong)!important;border-radius:var(--radius-lg)!important;background:#05080d!important;box-shadow:0 24px 70px #141a2329!important}.hz-student-theme .vplaceholder,.hz-student-theme .block-screen{background:linear-gradient(135deg,#060a10,#111b28)!important}.hz-student-theme .vbig-play{background:var(--hz-blue)!important;color:#fff!important;box-shadow:none!important;border:1px solid #ffffff2e!important}.hz-student-theme .vcontrols-progress-fill,.hz-student-theme .vbar>i{background:var(--hz-blue)!important}.hz-student-theme .quiz-shell{max-width:820px!important}.hz-student-theme .quiz-intro .card{text-align:left!important;padding:clamp(24px,4vw,42px)!important}.hz-student-theme .quiz-intro-grid,.hz-student-theme .result-metrics,.hz-student-theme .answer-explanation,.hz-student-theme .minimal-profile-stats{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-md)!important;background:var(--hz-soft)!important}.hz-student-theme .quiz-question-dot{border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;color:var(--hz-muted)!important}.hz-student-theme .quiz-question-dot.is-current,.hz-student-theme .quiz-question-dot.is-answered{border-color:var(--hz-blue)!important;background:var(--hz-blue)!important;color:#fff!important}.hz-student-theme .timer,.hz-student-theme .opt-key{border:1px solid var(--hz-hairline-strong)!important;border-radius:var(--radius-button-compact)!important;background:var(--hz-soft)!important;color:var(--hz-ink)!important}.hz-student-theme .minimal-profile-signout{border:1px solid var(--hz-hairline-strong)!important;border-radius:var(--radius-button)!important;background:var(--hz-canvas)!important;color:var(--hz-ink)!important}.hz-student-theme .minimal-profile-signout:hover{border-color:var(--hz-error)!important;background:var(--hz-error-soft)!important;color:var(--hz-error-strong)!important}@media (max-width:900px){.hz-student-theme .coursera-topnav{height:auto!important}.hz-student-theme .coursera-nav-inner{min-height:68px!important}.hz-student-theme .student-hero{padding:36px 18px 82px!important}.hz-student-theme .student-canvas{padding-inline:18px!important}.hz-student-theme .student-bento-grid,.hz-student-theme .hz-course-hero-grid,.hz-student-theme .hz-course-content-grid,.hz-student-theme .video-grid{grid-template-columns:1fr!important}.hz-student-theme .course-roadmap-sidebar{max-height:none!important;position:static!important}}@media (max-width:680px){.hz-student-theme .coursera-main{padding:18px 14px 78px!important}.hz-student-theme .student-card-content,.hz-student-theme .student-progress-card,.hz-student-theme .student-focus-panel,.hz-student-theme .student-course-card-body,.hz-student-theme .q-card,.hz-student-theme .minimal-profile-head,.hz-student-theme .minimal-profile-section{padding:22px!important}.hz-student-theme .opts-grid,.hz-student-theme .tf-grid,.hz-student-theme .result-metrics,.hz-student-theme .minimal-profile-stats{grid-template-columns:1fr!important}.hz-student-theme .student-section-header,.hz-student-theme .student-sequence-row,.hz-student-theme .quiz-head,.hz-student-theme .between{flex-direction:column!important;align-items:flex-start!important}.hz-student-theme .student-card-btn-primary,.hz-student-theme .student-card-btn-secondary,.hz-student-theme .student-course-card-btn,.hz-student-theme .btn-block{width:100%!important}}.hz-student-theme{--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-button:12px;--radius-button-compact:8px}.hz-student-theme .student-focus-step .student-focus-step-index{letter-spacing:0!important;text-align:center!important;border-radius:50%!important;flex:0 0 42px!important;place-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;padding:0!important;font-size:13px!important;font-weight:800!important;line-height:1!important;display:grid!important}.hz-student-theme .student-focus-step.is-active .student-focus-step-index,.hz-student-theme .student-focus-step.is-done .student-focus-step-index,.hz-student-theme .student-focus-step.is-locked .student-focus-step-index,.hz-student-theme .student-focus-step.is-muted .student-focus-step-index{place-items:center!important;display:grid!important}.hz-teacher-theme{--hz-blue:#0056d2;--hz-blue-active:#0047ac;--hz-blue-soft:#eaf2ff;--hz-ink:#141a23;--hz-body:#344256;--hz-muted:#66758a;--hz-muted-soft:#8d9aae;--hz-canvas:#fff;--hz-soft:#f3f6fa;--hz-card:#eef3f8;--hz-hairline:#dce4ee;--hz-hairline-strong:#c7d2df;--hz-dark:#0d141d;--hz-dark-raised:#151d27;--hz-success:#4a8a1c;--hz-success-soft:#edf7e8;--hz-success-strong:#2f6111;--hz-warning:#896300;--hz-warning-soft:#fff7dc;--hz-warning-strong:#6b4a00;--hz-error:#c33a3a;--hz-error-soft:#fff0f0;--hz-error-strong:#922424;--hz-indigo:#4156d8;--hz-indigo-soft:#f2f3fc;--hz-indigo-strong:#3547b1;--hz-coral:#a74a31;--hz-coral-soft:#fbf3f1;--hz-coral-strong:#8b3d29;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-button:12px;--radius-button-compact:8px;background:var(--hz-soft)!important;color:var(--hz-ink)!important}.hz-teacher-theme .coursera-shell,.hz-teacher-theme .coursera-main{background:var(--hz-soft)!important}.hz-teacher-theme .coursera-main{padding:28px clamp(16px,2.4vw,36px) 72px!important}.hz-teacher-theme .content-wrap{width:min(100%,1240px)!important;max-width:1240px!important}.hz-teacher-theme .coursera-topnav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--hz-hairline)!important;height:auto!important;min-height:74px!important;box-shadow:none!important;background:#fffffff0!important}.hz-teacher-theme .coursera-nav-inner{gap:18px!important;max-width:1240px!important;min-height:74px!important}.hz-teacher-theme .coursera-brand,.hz-teacher-theme .coursera-page-title{color:var(--hz-ink)!important;letter-spacing:0!important;font-weight:800!important}.hz-teacher-theme .coursera-logo-mark,.hz-teacher-theme .minimal-profile-avatar.teacher,.hz-teacher-theme .coursera-avatar,.hz-teacher-theme .avatar{background:var(--hz-dark)!important;color:#fff!important;border-color:var(--hz-hairline-strong)!important}.hz-teacher-theme .coursera-nav-links{gap:6px!important}.hz-teacher-theme .coursera-nav-link{border-radius:var(--radius-button)!important;min-height:44px!important;color:var(--hz-body)!important;letter-spacing:0!important;white-space:nowrap!important;background:0 0!important;border:1px solid #0000!important;padding:0 13px!important;font-size:14px!important;font-weight:800!important}.hz-teacher-theme .coursera-nav-link:hover,.hz-teacher-theme .coursera-nav-link.active{background:var(--hz-blue-soft)!important;color:var(--hz-blue)!important;border-color:#0056d22e!important}.hz-teacher-theme .nav-badge{background:var(--hz-error)!important;color:#fff!important;border-radius:999px!important}.hz-teacher-theme .profile-btn,.hz-teacher-theme .icon-btn,.hz-teacher-theme .btn-quiet{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-button)!important;background:var(--hz-canvas)!important;color:var(--hz-ink)!important;box-shadow:none!important}.hz-teacher-theme .profile-btn:hover,.hz-teacher-theme .icon-btn:hover,.hz-teacher-theme .btn-quiet:hover{border-color:var(--hz-blue)!important;color:var(--hz-blue)!important;transform:none!important}.hz-teacher-theme .profile-menu,.hz-teacher-theme .modal,.hz-teacher-theme .sheet,.hz-teacher-theme .action-panel{border:1px solid var(--hz-hairline-strong)!important;border-radius:var(--radius-lg)!important;background:var(--hz-canvas)!important;box-shadow:0 24px 70px #141a2324!important}.hz-teacher-theme .modal,.hz-teacher-theme .action-panel{max-height:calc(100dvh - 32px)!important}.hz-teacher-theme .action-panel{border-radius:var(--radius-lg) 0 0 var(--radius-lg)!important;width:min(100vw - 24px,680px)!important}.hz-teacher-theme .action-panel-body,.hz-teacher-theme .modal-body{overflow:auto!important}.hz-teacher-theme .pm-head,.hz-teacher-theme .panel-head,.hz-teacher-theme .modal-head,.hz-teacher-theme .modal-foot,.hz-teacher-theme .action-panel-head,.hz-teacher-theme .action-panel-foot,.hz-teacher-theme .teacher-week-head{background:var(--hz-soft)!important;border-color:var(--hz-hairline)!important}.hz-teacher-theme .teacher-overview,.hz-teacher-theme .teacher-students-page,.hz-teacher-theme .ops-parent-links,.hz-teacher-theme .quiz-editor,.hz-teacher-theme .builder-grid,.hz-teacher-theme .minimal-profile{flex-direction:column!important;gap:24px!important;display:flex!important}.hz-teacher-theme .overview-command,.hz-teacher-theme .ops-header,.hz-teacher-theme .teacher-students-section-title{border-radius:var(--radius-lg)!important;background:radial-gradient(760px 360px at 82% 15%, #0056d229, transparent 65%), linear-gradient(115deg, var(--hz-dark), #07111d 62%, #06244b)!important;color:#fff!important;min-height:0!important;box-shadow:none!important;border:1px solid #ffffff14!important;margin:0!important;padding:clamp(24px,3vw,38px)!important;position:relative!important;overflow:hidden!important}.hz-teacher-theme .overview-command:after,.hz-teacher-theme .ops-header:after,.hz-teacher-theme .teacher-students-section-title:after{display:none!important}.hz-teacher-theme .overview-command-copy h2,.hz-teacher-theme .ops-header h2,.hz-teacher-theme .teacher-students-section-title h2{color:#fff!important;letter-spacing:0!important;max-width:780px!important;margin:0!important;font-size:clamp(28px,3vw,42px)!important;font-weight:800!important;line-height:1.12!important}.hz-teacher-theme .overview-command-copy p,.hz-teacher-theme .ops-header p,.hz-teacher-theme .teacher-students-section-title p{max-width:720px!important;color:var(--hz-muted-soft)!important;font-size:15px!important;line-height:1.55!important}.hz-teacher-theme .overview-command .eyebrow,.hz-teacher-theme .ops-header .eyebrow,.hz-teacher-theme .teacher-students-section-title .eyebrow{color:#fff!important}.hz-teacher-theme .overview-command-actions{align-items:stretch!important}.hz-teacher-theme .btn,.hz-teacher-theme .input,.hz-teacher-theme .select,.hz-teacher-theme .textarea,.hz-teacher-theme .search{border-radius:var(--radius-button)!important;box-shadow:none!important;font-size:16px!important}.hz-teacher-theme .input,.hz-teacher-theme .select,.hz-teacher-theme .textarea,.hz-teacher-theme .search{border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;color:var(--hz-ink)!important}.hz-teacher-theme .input:focus,.hz-teacher-theme .select:focus,.hz-teacher-theme .textarea:focus,.hz-teacher-theme .search:focus-within{border-color:var(--hz-blue)!important;outline:none!important;box-shadow:0 0 0 3px #0056d21f!important}.hz-teacher-theme .btn{letter-spacing:.02em!important;text-transform:none!important;min-height:44px!important;padding:0 18px!important;font-size:14px!important;font-weight:800!important}.hz-teacher-theme .btn-sm{border-radius:var(--radius-button-compact)!important;min-height:36px!important;padding-inline:12px!important;font-size:13px!important}.hz-teacher-theme .btn-primary,.hz-teacher-theme .btn-accent{border:1px solid var(--hz-blue)!important;background:var(--hz-blue)!important;color:#fff!important}.hz-teacher-theme .btn-primary:hover,.hz-teacher-theme .btn-accent:hover{border-color:var(--hz-blue-active)!important;background:var(--hz-blue-active)!important;transform:translateY(-1px)!important}.hz-teacher-theme .btn-ghost,.hz-teacher-theme .btn-white,.hz-teacher-theme .btn-soft{border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;color:var(--hz-ink)!important}.hz-teacher-theme .btn-ghost:hover,.hz-teacher-theme .btn-white:hover,.hz-teacher-theme .btn-soft:hover{border-color:var(--hz-blue)!important;background:var(--hz-blue-soft)!important;color:var(--hz-blue)!important;transform:none!important}.hz-teacher-theme .btn-danger,.hz-teacher-theme .icon-btn.danger{border-color:var(--hz-error)!important;background:var(--hz-error-soft)!important;color:var(--hz-error-strong)!important}.hz-teacher-theme .stat-grid,.hz-teacher-theme .ops-analytics-grid,.hz-teacher-theme .ops-class-grid,.hz-teacher-theme .cards-2{gap:18px!important}.hz-teacher-theme .stat-card,.hz-teacher-theme .panel,.hz-teacher-theme .overview-panel,.hz-teacher-theme .card,.hz-teacher-theme .ops-card,.hz-teacher-theme .ops-class,.hz-teacher-theme .minimal-profile-card,.hz-teacher-theme .form-section,.hz-teacher-theme .lesson-editor-section,.hz-teacher-theme .teacher-week,.hz-teacher-theme .teacher-learning-item,.hz-teacher-theme .summary-chip,.hz-teacher-theme .code-workflow,.hz-teacher-theme .quiz-editor .panel{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-lg)!important;background:var(--hz-canvas)!important;transform:none!important;box-shadow:0 18px 55px #141a230f!important}.hz-teacher-theme .stat-card:hover,.hz-teacher-theme .qa-btn:hover,.hz-teacher-theme .ops-class:hover,.hz-teacher-theme .overview-grade-row:hover,.hz-teacher-theme .teacher-learning-item:hover{border-color:var(--hz-blue)!important;background:var(--hz-canvas)!important;transform:translateY(-1px)!important;box-shadow:0 18px 55px #141a2314!important}.hz-teacher-theme .stat-card{text-align:left!important;gap:14px!important;min-height:154px!important;padding:22px!important}.hz-teacher-theme .stat-card:before{background:var(--hz-blue)!important;height:4px!important}.hz-teacher-theme .stat-card.alert:before{background:var(--hz-warning)!important}.hz-teacher-theme .stat-card .st-num{color:var(--hz-ink)!important;font-size:34px!important;font-weight:800!important;line-height:1!important}.hz-teacher-theme .stat-card .st-ico,.hz-teacher-theme .qa-ico,.hz-teacher-theme .teacher-item-icon,.hz-teacher-theme .dashboard-empty-icon{border-radius:var(--radius-button)!important;background:var(--hz-blue-soft)!important;color:var(--hz-blue)!important;border:1px solid #0056d22e!important}.hz-teacher-theme .stat-card .st-label,.hz-teacher-theme .panel-head h3,.hz-teacher-theme .teacher-item-copy h4,.hz-teacher-theme .teacher-week-head b,.hz-teacher-theme .cc-title,.hz-teacher-theme .ops-header h3,.hz-teacher-theme .minimal-profile-title h2{color:var(--hz-ink)!important;letter-spacing:0!important;font-weight:800!important}.hz-teacher-theme .stat-card .st-label span,.hz-teacher-theme .qa-desc,.hz-teacher-theme .teacher-item-copy p,.hz-teacher-theme .cc-desc,.hz-teacher-theme .cc-teacher,.hz-teacher-theme .minimal-profile-title p,.hz-teacher-theme .minimal-profile-row span,.hz-teacher-theme .teacher-students-table small{color:var(--hz-muted)!important;font-weight:400!important}.hz-teacher-theme .stat-card .st-cta,.hz-teacher-theme .link{color:var(--hz-blue)!important;letter-spacing:0!important;text-transform:none!important;font-weight:800!important}.hz-teacher-theme .overview-grid{grid-template-columns:minmax(0,1.45fr) minmax(300px,.9fr)!important;gap:18px!important}.hz-teacher-theme .panel-head{border-bottom:1px solid var(--hz-hairline)!important;min-height:60px!important;padding:16px 20px!important}.hz-teacher-theme .panel-body,.hz-teacher-theme .ops-card,.hz-teacher-theme .minimal-profile-head,.hz-teacher-theme .minimal-profile-section{padding:20px!important}.hz-teacher-theme .overview-grade-row{border:0!important;border-bottom:1px solid var(--hz-hairline)!important;background:0 0!important;border-radius:0!important;grid-template-columns:minmax(130px,.4fr) minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important;padding:14px 0!important}.hz-teacher-theme .progress,.hz-teacher-theme .progress-bar,.hz-teacher-theme .overview-grade-meter .progress{background:var(--hz-hairline)!important;border-radius:999px!important}.hz-teacher-theme .progress i,.hz-teacher-theme .progress-bar-fill{background:var(--hz-blue)!important;border-radius:inherit!important}.hz-teacher-theme .qa-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:12px!important}.hz-teacher-theme .qa-btn{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-lg)!important;background:var(--hz-canvas)!important;min-height:96px!important;box-shadow:none!important;text-align:left!important;grid-template-rows:auto 1fr!important;grid-template-columns:40px minmax(0,1fr)!important;align-items:start!important;gap:4px 14px!important;padding:16px!important;display:grid!important}.hz-teacher-theme .qa-ico{grid-row:1/3!important;width:40px!important;height:40px!important}.hz-teacher-theme .dashboard-timeline{padding:22px 22px 22px 56px!important}.hz-teacher-theme .dashboard-timeline:before{background:var(--hz-hairline)!important;width:1px!important;top:26px!important;bottom:26px!important;left:32px!important}.hz-teacher-theme .timeline-ico{border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;width:32px!important;height:32px!important;box-shadow:none!important;border-radius:50%!important;margin-left:-40px!important}.hz-teacher-theme .teacher-students-toolbar,.hz-teacher-theme .ops-header+.between,.hz-teacher-theme .ops-header+.dashboard-toolbar,.hz-teacher-theme .dashboard-toolbar,.hz-teacher-theme .summary-bar,.hz-teacher-theme .dashboard-actions{flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important}.hz-teacher-theme .teacher-students-toolbar,.hz-teacher-theme .ops-header+.dashboard-toolbar,.hz-teacher-theme .dashboard-toolbar,.hz-teacher-theme .summary-bar{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-lg)!important;background:var(--hz-canvas)!important;box-shadow:none!important;padding:14px!important}.hz-teacher-theme .teacher-students-filterbar,.hz-teacher-theme .dashboard-toolbar .search,.hz-teacher-theme .teacher-students-search,.hz-teacher-theme .search{flex:280px!important;min-width:min(100%,220px)!important}.hz-teacher-theme .teacher-students-tabs,.hz-teacher-theme .ops-tabs,.hz-teacher-theme .filter-tabs{scrollbar-width:none!important;background:0 0!important;border:0!important;border-radius:0!important;gap:8px!important;width:auto!important;max-width:100%!important;padding:0!important;display:flex!important;overflow:auto hidden!important}.hz-teacher-theme .teacher-students-tabs::-webkit-scrollbar{display:none!important}.hz-teacher-theme .ops-tabs::-webkit-scrollbar{display:none!important}.hz-teacher-theme .filter-tabs::-webkit-scrollbar{display:none!important}.hz-teacher-theme .filter-tab,.hz-teacher-theme .ops-tabs button,.hz-teacher-theme .filter-tabs button{border:1px solid var(--hz-hairline-strong)!important;border-radius:var(--radius-button-compact)!important;background:var(--hz-canvas)!important;min-height:38px!important;color:var(--hz-body)!important;letter-spacing:0!important;white-space:nowrap!important;padding:8px 13px!important;font-size:13px!important;font-weight:800!important}.hz-teacher-theme .filter-tab.active,.hz-teacher-theme .ops-tabs button.active,.hz-teacher-theme .filter-tabs button.active{border-color:var(--hz-blue)!important;background:var(--hz-blue)!important;color:#fff!important}.hz-teacher-theme .tbl-wrap,.hz-teacher-theme .teacher-students-table-wrap{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-lg)!important;background:var(--hz-canvas)!important;box-shadow:none!important;overflow:auto!important}.hz-teacher-theme .tbl{min-width:760px!important}.hz-teacher-theme .tbl th,.hz-teacher-theme .teacher-students-table th{z-index:1!important;background:var(--hz-soft)!important;color:var(--hz-muted)!important;border-bottom:1px solid var(--hz-hairline)!important;letter-spacing:.06em!important;text-transform:uppercase!important;padding:12px 14px!important;font-size:12px!important;font-weight:800!important;position:sticky!important;top:0!important}.hz-teacher-theme .tbl td,.hz-teacher-theme .teacher-students-table td{color:var(--hz-body)!important;border-bottom:1px solid var(--hz-hairline)!important;vertical-align:middle!important;padding:14px!important;font-size:14px!important;line-height:1.45!important}.hz-teacher-theme .tbl tr:hover td,.hz-teacher-theme .teacher-students-table tr:hover td{background:var(--hz-soft)!important}.hz-teacher-theme .teacher-students-identity{color:var(--hz-ink)!important;text-align:left!important;gap:12px!important;font-size:15px!important;font-weight:800!important}.hz-teacher-theme .teacher-students-avatar{border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-soft)!important;width:40px!important;height:40px!important;color:var(--hz-ink)!important;font-size:13px!important}.hz-teacher-theme .status-badge,.hz-teacher-theme .tag,.hz-teacher-theme .code-pill,.hz-teacher-theme .ops-status,.hz-teacher-theme .upload-status{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-button-compact)!important;background:var(--hz-soft)!important;color:var(--hz-body)!important;font-weight:800!important}.hz-teacher-theme .sb-green,.hz-teacher-theme .tag-green,.hz-teacher-theme .status-approved{background:var(--hz-success-soft)!important;color:var(--hz-success-strong)!important;border-color:#4a8a1c3d!important}.hz-teacher-theme .sb-amber,.hz-teacher-theme .tag-amber,.hz-teacher-theme .status-pending{background:var(--hz-warning-soft)!important;color:var(--hz-warning-strong)!important;border-color:#8963003d!important}.hz-teacher-theme .sb-red,.hz-teacher-theme .tag-red,.hz-teacher-theme .status-rejected,.hz-teacher-theme .status-banned{background:var(--hz-error-soft)!important;color:var(--hz-error-strong)!important;border-color:#c33a3a3d!important}.hz-teacher-theme .teacher-students-table .ops-actions,.hz-teacher-theme .ops-actions{align-items:stretch!important;gap:8px!important}.hz-teacher-theme .teacher-students-check{min-height:34px!important;color:var(--hz-muted)!important;text-align:left!important;font-size:13px!important;line-height:1.3!important}.hz-teacher-theme .ops-class-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))!important}.hz-teacher-theme .ops-class{max-width:400px!important;min-height:100%!important;overflow:hidden!important}.hz-teacher-theme .ops-class-thumb,.hz-teacher-theme .cc-banner,.hz-teacher-theme .lesson-video-frame,.hz-teacher-theme .studio-video-preview{border-radius:var(--radius-lg) var(--radius-lg) 0 0!important;background:var(--hz-card)!important;color:var(--hz-body)!important;overflow:hidden!important}.hz-teacher-theme .lesson-video-empty,.hz-teacher-theme .studio-video-preview,.hz-teacher-theme .thumbnail-preview svg{color:var(--hz-muted)!important}.hz-teacher-theme .ops-class-thumb{aspect-ratio:16/9!important;min-height:0!important}.hz-teacher-theme .ops-class-thumb img,.hz-teacher-theme .cc-thumb,.hz-teacher-theme .lesson-editor-video,.hz-teacher-theme .studio-video-preview video{object-fit:cover!important;width:100%!important;height:100%!important;transform:none!important}.hz-teacher-theme .teacher-week-list{gap:14px!important}.hz-teacher-theme .teacher-week-items{gap:10px!important;padding:12px!important}.hz-teacher-theme .teacher-item-main{align-items:flex-start!important;gap:12px!important}.hz-teacher-theme .teacher-item-actions{flex-wrap:wrap!important;justify-content:flex-end!important}.hz-teacher-theme .teacher-related-quiz{border-top:1px solid var(--hz-hairline)!important;background:var(--hz-soft)!important;color:var(--hz-blue)!important}.hz-teacher-theme .teacher-related-quiz:hover{background:var(--hz-blue-soft)!important;color:var(--hz-blue)!important}.hz-teacher-theme .lesson-editor,.hz-teacher-theme .lesson-editor-fields,.hz-teacher-theme .quiz-editor,.hz-teacher-theme .builder-grid,.hz-teacher-theme .question-list,.hz-teacher-theme .col{min-width:0!important}.hz-teacher-theme .question-card,.hz-teacher-theme .teacher-answer-key,.hz-teacher-theme .quiz-preview-card,.hz-teacher-theme .q-card,.hz-teacher-theme .dashboard-empty,.hz-teacher-theme .dashboard-state{border-radius:var(--radius-lg)!important}.hz-teacher-theme .dashboard-empty,.hz-teacher-theme .dashboard-state{border:1px solid var(--hz-hairline)!important;background:var(--hz-canvas)!important;box-shadow:0 18px 55px #141a230f!important}.hz-teacher-theme .teacher-answer-key{background:var(--hz-success-soft)!important;color:var(--hz-success-strong)!important;border:1px solid #4a8a1c3d!important}.hz-teacher-theme .minimal-profile{max-width:920px!important}.hz-teacher-theme .minimal-profile-card{overflow:hidden!important}.hz-teacher-theme .minimal-profile-stats{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-lg)!important;background:var(--hz-soft)!important}.hz-teacher-theme .minimal-profile-signout:hover{border-color:var(--hz-error)!important;background:var(--hz-error-soft)!important;color:var(--hz-error-strong)!important}.hz-teacher-theme :where(button,a,input,select,textarea):focus-visible{outline-offset:2px!important;outline:3px solid #0056d23d!important}@media (max-width:1180px){.hz-teacher-theme .coursera-nav-inner{flex-wrap:wrap!important;padding-block:10px!important}.hz-teacher-theme .coursera-nav-links{scrollbar-width:none!important;order:3!important;width:100%!important;overflow:auto hidden!important}.hz-teacher-theme .coursera-nav-links::-webkit-scrollbar{display:none!important}}@media (max-width:960px){.hz-teacher-theme .overview-grid,.hz-teacher-theme .builder-grid{grid-template-columns:1fr!important}.hz-teacher-theme .overview-command,.hz-teacher-theme .ops-header,.hz-teacher-theme .teacher-students-section-title{gap:18px!important}.hz-teacher-theme .overview-command-actions,.hz-teacher-theme .teacher-students-toolbar,.hz-teacher-theme .teacher-students-filterbar,.hz-teacher-theme .dashboard-toolbar,.hz-teacher-theme .dashboard-actions{flex-direction:column!important;align-items:stretch!important;width:100%!important;min-width:0!important}.hz-teacher-theme .teacher-students-tabs,.hz-teacher-theme .ops-tabs,.hz-teacher-theme .filter-tabs,.hz-teacher-theme .overview-command-actions .grade-filter,.hz-teacher-theme .overview-command-actions .grade-filter .select,.hz-teacher-theme .teacher-students-grade-select,.hz-teacher-theme .teacher-students-search,.hz-teacher-theme .dashboard-toolbar .search{width:100%!important;min-width:0!important}.hz-teacher-theme .action-panel{width:min(100vw,640px)!important}}@media (max-width:700px){.hz-teacher-theme .coursera-main{padding:20px 14px 72px!important}.hz-teacher-theme .overview-command,.hz-teacher-theme .ops-header,.hz-teacher-theme .teacher-students-section-title,.hz-teacher-theme .stat-card,.hz-teacher-theme .panel-body,.hz-teacher-theme .ops-card,.hz-teacher-theme .minimal-profile-head,.hz-teacher-theme .minimal-profile-section{padding:18px!important}.hz-teacher-theme .stat-grid,.hz-teacher-theme .ops-analytics-grid,.hz-teacher-theme .ops-class-grid,.hz-teacher-theme .cards-2{grid-template-columns:1fr!important}.hz-teacher-theme .overview-grade-row,.hz-teacher-theme .teacher-item-main,.hz-teacher-theme .teacher-related-quiz,.hz-teacher-theme .minimal-profile-row{grid-template-columns:1fr!important;align-items:flex-start!important}.hz-teacher-theme .dashboard-timeline{padding:18px 18px 18px 48px!important}.hz-teacher-theme .action-panel{border-radius:0!important;width:100vw!important;max-height:100dvh!important}}.hz-teacher-theme .teacher-overview .overview-command-actions .grade-filter.compact,.hz-teacher-theme .teacher-overview .overview-command-actions .grade-filter.compact .select{width:220px!important;min-width:220px!important}.hz-teacher-theme .teacher-overview .overview-command-actions .grade-filter.compact .select{height:44px!important;min-height:44px!important;color:var(--hz-ink)!important;background-color:var(--hz-canvas)!important;padding:0 42px 0 16px!important;font-size:14px!important;font-weight:800!important;line-height:44px!important}.hz-teacher-theme .teacher-overview .stat-card{--stat-accent:var(--hz-blue);--stat-bg:var(--hz-blue-soft);--stat-border:#c8dcff;background:linear-gradient(180deg, var(--stat-bg) 0%, var(--hz-canvas) 58%)!important;border-color:var(--stat-border)!important}.hz-teacher-theme .teacher-overview .stat-card.stat-amber{--stat-accent:#896300;--stat-bg:#fff7dc;--stat-border:#ead89d}.hz-teacher-theme .teacher-overview .stat-card.stat-green{--stat-accent:#4a8a1c;--stat-bg:#edf7e8;--stat-border:#cfe5c3}.hz-teacher-theme .teacher-overview .stat-card.stat-blue{--stat-accent:var(--hz-blue);--stat-bg:var(--hz-blue-soft);--stat-border:#c8dcff}.hz-teacher-theme .teacher-overview .stat-card.stat-orange{--stat-accent:#b85c00;--stat-bg:#fff1e6;--stat-border:#f0cfb5}.hz-teacher-theme .teacher-overview .stat-card.stat-gold{--stat-accent:var(--hz-warning);--stat-bg:var(--hz-warning-soft);--stat-border:#ead89d}.hz-teacher-theme .teacher-overview .stat-card.stat-indigo{--stat-accent:var(--hz-indigo);--stat-bg:var(--hz-indigo-soft);--stat-border:#c7cbf2}.hz-teacher-theme .teacher-overview .stat-card.alert{--stat-accent:#896300;--stat-bg:#fff7dc;--stat-border:#ead89d}.hz-teacher-theme .teacher-overview .stat-card:before{background:var(--stat-accent)!important}.hz-teacher-theme .teacher-overview .stat-card .st-ico{background:var(--stat-bg)!important;border-color:var(--stat-border)!important;color:var(--stat-accent)!important}.hz-teacher-theme .teacher-overview .stat-card .st-cta{color:var(--stat-accent)!important}.hz-teacher-theme .teacher-overview .timeline-ico.tone-red{background:var(--hz-error-soft)!important;color:var(--hz-error-strong)!important;border-color:#c33a3a47!important}.hz-teacher-theme .teacher-overview .timeline-ico.tone-amber,.hz-teacher-theme .teacher-overview .timeline-ico.tone-gold{background:var(--hz-warning-soft)!important;color:var(--hz-warning-strong)!important;border-color:#8963003d!important}.hz-teacher-theme .teacher-overview .timeline-ico.tone-green{background:var(--hz-success-soft)!important;color:var(--hz-success-strong)!important;border-color:#4a8a1c3d!important}.hz-teacher-theme .teacher-overview .dashboard-empty-icon{background:var(--hz-soft)!important;border-color:var(--hz-hairline)!important;color:var(--hz-muted)!important}@media (max-width:960px){.hz-teacher-theme .teacher-overview .overview-command-actions .grade-filter.compact,.hz-teacher-theme .teacher-overview .overview-command-actions .grade-filter.compact .select{width:100%!important;min-width:0!important}}.hz-teacher-theme .content-wrap{max-width:1128px!important}.hz-teacher-theme .content-wrap>.ops-header,.hz-teacher-theme .teacher-students-page>.ops-header{border-radius:var(--radius-lg)!important;min-height:118px!important;margin-bottom:14px!important;padding:34px 36px!important}.hz-teacher-theme .content-wrap>.ops-header h2,.hz-teacher-theme .teacher-students-page>.ops-header h2{max-width:860px!important;font-size:clamp(28px,3vw,36px)!important;line-height:1.08!important}.hz-teacher-theme .content-wrap>.ops-header p{max-width:680px!important;margin-top:10px!important;font-size:14px!important;line-height:1.45!important}.hz-teacher-theme .teacher-students-toolbar,.hz-teacher-theme .dashboard-toolbar{align-items:center!important;gap:12px!important;min-height:58px!important;margin-bottom:18px!important;padding:10px 12px!important}.hz-teacher-theme .teacher-students-tabs,.hz-teacher-theme .content-wrap>.filter-tabs.ops-tabs{flex:0 auto!important;max-width:100%!important}.hz-teacher-theme .teacher-students-filterbar{flex:520px!important;grid-template-columns:minmax(170px,200px) minmax(280px,1fr)!important;align-items:center!important;gap:12px!important;display:grid!important}.hz-teacher-theme .teacher-students-grade-select,.hz-teacher-theme .dashboard-toolbar .grade-filter.compact,.hz-teacher-theme .dashboard-toolbar .grade-filter.compact .select,.hz-teacher-theme .content-wrap>.coursera-page-actions .grade-filter.compact,.hz-teacher-theme .content-wrap>.coursera-page-actions .grade-filter.compact .select{width:170px!important;min-width:170px!important}.hz-teacher-theme .teacher-students-grade-select,.hz-teacher-theme .dashboard-toolbar .grade-filter.compact .select,.hz-teacher-theme .content-wrap>.coursera-page-actions .grade-filter.compact .select,.hz-teacher-theme .coursera-topnav .select{height:44px!important;min-height:44px!important;padding:0 42px 0 16px!important;font-size:14px!important;font-weight:800!important;line-height:44px!important}.hz-teacher-theme .dashboard-toolbar .search{min-height:44px!important}.hz-teacher-theme .dashboard-toolbar .search input,.hz-teacher-theme .teacher-students-search input{height:42px!important;font-size:14px!important}.hz-teacher-theme .teacher-students-page>.teacher-students-empty,.hz-teacher-theme .content-wrap>.dashboard-state,.hz-teacher-theme .content-wrap>.dashboard-empty{min-height:178px!important;padding:38px 24px!important}.hz-teacher-theme .teacher-students-page>div[style*="padding: 48px"],.hz-teacher-theme .content-wrap>div[style*="padding: 48px"]{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-lg)!important;background:var(--hz-canvas)!important;min-height:178px!important;color:var(--hz-muted)!important;place-items:center!important;padding:38px 24px!important;display:grid!important;box-shadow:0 18px 55px #141a230f!important}.hz-teacher-theme .ops-parent-links{margin-top:26px!important}.hz-teacher-theme .ops-parent-links .ops-header{min-height:84px!important;margin-bottom:12px!important;padding:24px 30px!important}.hz-teacher-theme .ops-parent-links .ops-header h2{font-size:clamp(24px,2.4vw,32px)!important}.hz-teacher-theme .ops-parent-links .teacher-students-empty{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-lg)!important;background:var(--hz-canvas)!important;min-height:120px!important;color:var(--hz-muted)!important;place-items:center!important;padding:28px!important;display:grid!important}.hz-teacher-theme .content-wrap>.filter-tabs.ops-tabs{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-button)!important;background:var(--hz-canvas)!important;width:fit-content!important;max-width:100%!important;box-shadow:none!important;gap:8px!important;margin:12px 0 20px!important;padding:4px!important}.hz-teacher-theme .content-wrap>.filter-tabs.ops-tabs .filter-tab{min-width:0!important;min-height:36px!important;padding:8px 13px!important}@media (max-width:960px){.hz-teacher-theme .content-wrap>.ops-header,.hz-teacher-theme .teacher-students-page>.ops-header{min-height:auto!important;padding:26px!important}.hz-teacher-theme .teacher-students-filterbar{flex:none!important;grid-template-columns:1fr!important;width:100%!important}.hz-teacher-theme .teacher-students-grade-select,.hz-teacher-theme .dashboard-toolbar .grade-filter.compact,.hz-teacher-theme .dashboard-toolbar .grade-filter.compact .select{width:100%!important;min-width:0!important}.hz-teacher-theme .teacher-students-tabs,.hz-teacher-theme .teacher-students-search,.hz-teacher-theme .dashboard-toolbar .search,.hz-teacher-theme .dashboard-toolbar .grade-filter{flex:none!important;width:100%!important;min-width:0!important}.hz-teacher-theme .teacher-students-toolbar,.hz-teacher-theme .dashboard-toolbar{height:auto!important;min-height:0!important}}.hz-teacher-theme .teacher-courses-page{gap:12px!important;display:grid!important}.hz-teacher-theme .teacher-courses-page>.ops-header{border-radius:var(--radius-lg)!important;min-height:96px!important;margin-bottom:0!important;padding:24px 28px!important}.hz-teacher-theme .teacher-courses-page>.ops-header h2{max-width:780px!important;font-size:clamp(26px,2.4vw,32px)!important;line-height:1.08!important}.hz-teacher-theme .teacher-courses-page>.ops-header p{margin-top:8px!important;font-size:13px!important;line-height:1.4!important}.hz-teacher-theme .teacher-courses-page>.dashboard-toolbar{border-radius:var(--radius-lg)!important;min-height:58px!important;margin-bottom:4px!important;padding:8px 10px!important}.hz-teacher-theme .teacher-courses-page>.dashboard-toolbar .search{min-height:40px!important}.hz-teacher-theme .teacher-courses-page>.dashboard-toolbar .search input{height:38px!important}.hz-teacher-theme .teacher-courses-page>.dashboard-toolbar .grade-filter.compact,.hz-teacher-theme .teacher-courses-page>.dashboard-toolbar .grade-filter.compact .select{width:150px!important;min-width:150px!important}.hz-teacher-theme .teacher-courses-page>.dashboard-toolbar .grade-filter.compact{position:relative!important}.hz-teacher-theme .teacher-courses-page>.dashboard-toolbar .grade-filter.compact:after{content:""!important;border-right:2px solid var(--hz-ink)!important;border-bottom:2px solid var(--hz-ink)!important;pointer-events:none!important;width:7px!important;height:7px!important;position:absolute!important;top:50%!important;right:14px!important;transform:translateY(-65%)rotate(45deg)!important}.hz-teacher-theme .teacher-courses-page>.dashboard-toolbar .grade-filter.compact .select{appearance:none!important;height:40px!important;min-height:40px!important;padding:0 34px 1px 16px!important;font-size:13px!important;font-weight:800!important;line-height:40px!important}.hz-teacher-theme .teacher-courses-page>.dashboard-empty,.hz-teacher-theme .teacher-courses-page>.dashboard-state{min-height:156px!important;padding:30px 24px!important;box-shadow:0 14px 44px #141a230d!important}.hz-teacher-theme .teacher-courses-page>.dashboard-empty .dashboard-empty-icon{width:44px!important;height:44px!important;margin-bottom:12px!important}.hz-teacher-theme .teacher-courses-page>.dashboard-empty h3{font-size:16px!important}.hz-teacher-theme .teacher-courses-page>.dashboard-empty p{font-size:13px!important}@media (max-width:960px){.hz-teacher-theme .teacher-courses-page>.dashboard-toolbar .grade-filter.compact,.hz-teacher-theme .teacher-courses-page>.dashboard-toolbar .grade-filter.compact .select{width:100%!important;min-width:0!important}}.hz-teacher-theme .stat-card,.hz-student-theme .stat-card,.hz-teacher-theme .teacher-overview .stat-card,.hz-teacher-theme .panel,.hz-teacher-theme .overview-panel,.hz-teacher-theme .teacher-overview .overview-panel,.hz-student-theme .panel,.hz-teacher-theme .qa-btn,.hz-student-theme .qa-btn,.hz-teacher-theme .teacher-overview .qa-btn,.hz-teacher-theme .ops-class,.hz-student-theme .class-card,.hz-teacher-theme .minimal-profile-card,.hz-student-theme .minimal-profile-card{border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-xs)!important}.hz-teacher-theme .ops-class-thumb{border-radius:var(--radius-lg) var(--radius-lg) 0 0!important}.hz-teacher-theme .stat-card:hover,.hz-student-theme .stat-card:hover,.hz-teacher-theme .teacher-overview .stat-card:hover,.hz-teacher-theme .qa-btn:hover,.hz-student-theme .qa-btn:hover,.hz-teacher-theme .teacher-overview .qa-btn:hover,.hz-teacher-theme .ops-class:hover,.hz-student-theme .class-card:hover{box-shadow:var(--shadow-md)!important}.hz-teacher-theme .modal,.hz-student-theme .modal{border-radius:var(--radius-xl)!important;box-shadow:var(--shadow-lg)!important}.hz-teacher-theme .tag-indigo,.hz-student-theme .tag-indigo{background:var(--hz-indigo-soft)!important;color:var(--hz-indigo-strong)!important;border-color:var(--hz-indigo-soft)!important}.hz-teacher-theme .tag-coral,.hz-student-theme .tag-coral{background:var(--hz-coral-soft)!important;color:var(--hz-coral-strong)!important;border-color:var(--hz-coral-soft)!important}.hz-teacher-theme .tag-gold,.hz-student-theme .tag-gold{background:var(--hz-warning-soft)!important;color:var(--hz-warning-strong)!important;border-color:var(--hz-warning-soft)!important}.hz-teacher-theme .overview-command,.hz-teacher-theme .ops-header,.hz-teacher-theme .teacher-overview .overview-command,.hz-teacher-theme .content-wrap>.ops-header,.hz-teacher-theme .teacher-students-page>.ops-header,.hz-teacher-theme .teacher-courses-page>.ops-header,.hz-teacher-theme .ops-parent-links .ops-header{background:linear-gradient(135deg, #fff 0%, var(--hz-blue-soft) 60%, #fff 100%)!important;border:1px solid var(--hz-hairline)!important;box-shadow:none!important}.hz-teacher-theme .overview-command:after,.hz-teacher-theme .teacher-overview .overview-command:after{display:none!important}.hz-teacher-theme .overview-command-copy h2,.hz-teacher-theme .ops-header h2,.hz-teacher-theme .teacher-overview .overview-command-copy h2,.hz-teacher-theme .content-wrap>.ops-header h2,.hz-teacher-theme .teacher-students-page>.ops-header h2{color:var(--hz-ink)!important}.hz-teacher-theme .overview-command-copy p,.hz-teacher-theme .ops-header p,.hz-teacher-theme .teacher-overview .overview-command-copy p{color:var(--hz-body)!important}.hz-teacher-theme .overview-command-copy p svg,.hz-teacher-theme .ops-header p svg,.hz-teacher-theme .overview-command-copy .eyebrow,.hz-teacher-theme .ops-header .eyebrow,.hz-teacher-theme .teacher-overview .overview-command-copy .eyebrow{color:var(--hz-blue)!important}.hz-teacher-theme .overview-role{background:var(--hz-canvas)!important;border:1px solid var(--hz-hairline-strong)!important;color:var(--hz-ink)!important}.hz-student-theme .student-hero,.hz-student-theme .hz-course-hero{background:linear-gradient(135deg, var(--hz-canvas) 0%, var(--hz-blue-soft) 60%, var(--hz-canvas) 100%)!important;border-bottom:1px solid var(--hz-hairline)!important;color:var(--hz-ink)!important}.hz-student-theme .student-hero-title,.hz-student-theme .hz-course-hero h1,.hz-student-theme .hz-course-hero .hz-hero-instructor{color:var(--hz-ink)!important}.hz-student-theme .student-hero .student-hero-eyebrow,.hz-student-theme .student-hero-eyebrow,.hz-student-theme .hz-course-hero .font-label-uppercase,.hz-student-theme .hz-course-hero .hz-hero-breadcrumb span{color:var(--hz-blue)!important}.hz-student-theme .student-hero .student-id-chip,.hz-student-theme .student-hero .student-id-badge{border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;color:var(--hz-body)!important}.hz-student-theme .student-hero .student-id-chip b,.hz-student-theme .student-hero .student-id-chip span{color:var(--hz-ink)!important}.hz-student-theme .student-course-card,.hz-teacher-theme .teacher-overview .stat-card,.hz-teacher-theme .teacher-overview .overview-panel,.hz-teacher-theme .teacher-overview .qa-btn{transition:transform .2s,box-shadow .2s,border-color .2s!important}.hz-student-theme .student-course-card:hover,.hz-teacher-theme .teacher-overview .stat-card:hover,.hz-teacher-theme .teacher-overview .qa-btn:hover{transform:translateY(-3px)}.hz-teacher-theme .teacher-overview .dashboard-timeline .timeline-item{border-radius:12px;transition:background .18s,transform .18s}.hz-teacher-theme .teacher-overview .dashboard-timeline .timeline-item:hover{background:var(--hz-blue-soft);transform:translate(3px)}@media (prefers-reduced-motion:reduce){.hz-student-theme .student-course-card,.hz-teacher-theme .teacher-overview .stat-card,.hz-teacher-theme .teacher-overview .overview-panel,.hz-teacher-theme .teacher-overview .qa-btn,.hz-teacher-theme .teacher-overview .dashboard-timeline .timeline-item{transition:none!important}}.hz-student-theme .student-primary-card{background:var(--sys-color-surface-raised)!important}.hz-student-theme .student-progress-card{background:var(--sys-color-surface-soft-blue)!important}.hz-student-theme .student-primary-actions{align-items:center;gap:var(--space-3);margin-top:var(--space-6);flex-wrap:wrap;display:flex}.hz-student-theme .student-primary-actions .student-card-btn-primary,.hz-student-theme .student-primary-actions .student-card-btn-secondary{margin-top:0!important}.hz-student-theme .student-card-meta-item{max-width:100%}.hz-student-theme .student-card-meta-item span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hz-student-theme .student-state{width:min(760px,100%);min-height:300px;margin:var(--space-6) auto;padding:clamp(var(--space-6), 5vw, var(--space-12));justify-content:center;align-items:center;gap:var(--space-3);border:1px solid var(--sys-color-border-subtle);border-radius:var(--radius-xl);background:var(--sys-color-surface-raised);color:var(--sys-color-text-default);text-align:center;box-shadow:var(--shadow-xs);animation:student-content-enter var(--duration-smooth) var(--ease-out) both;flex-direction:column;display:flex}.hz-student-theme .student-state h2{max-width:540px;font-size:clamp(24px,4vw,32px);line-height:var(--line-height-snug)}.hz-student-theme .student-state p{max-width:580px;color:var(--sys-color-text-muted);line-height:var(--line-height-relaxed)}.hz-student-theme .student-state .btn{margin-top:var(--space-2)}.hz-student-theme .student-state-icon,.hz-student-theme .student-empty-icon{border:1px solid var(--ref-color-blue-100);border-radius:var(--radius-md);background:var(--sys-color-surface-soft-blue);width:48px;height:48px;color:var(--sys-color-action-primary);flex:0 0 48px;place-items:center;display:grid}.hz-student-theme .student-state-icon.is-quiz{border-color:var(--ref-color-indigo-100);background:var(--ref-color-indigo-50);color:var(--sys-color-status-info)}.hz-student-theme .student-state-error .student-state-icon{border-color:var(--ref-color-red-100);background:var(--ref-color-red-50);color:var(--sys-color-status-danger)}.hz-student-theme .student-state-kicker{font-family:var(--font-mono);font-size:var(--font-size-label);font-weight:var(--font-weight-bold);letter-spacing:var(--tracking-overline);text-transform:uppercase;color:var(--sys-color-action-primary)}.hz-student-theme .student-state-loading{text-align:left;align-items:stretch}.hz-student-theme .student-skeleton{border-radius:var(--radius-sm);background:var(--ref-color-neutral-100);position:relative;overflow:hidden}.hz-student-theme .student-skeleton:after{content:"";background:linear-gradient(100deg, transparent, var(--sys-color-surface-raised), transparent);animation:student-skeleton-sweep 1.2s var(--ease-default) infinite;position:absolute;inset:0;transform:translate(-100%)}.hz-student-theme .student-skeleton-title{width:min(420px,72%);height:34px}.hz-student-theme .student-skeleton-copy{width:min(620px,92%);height:18px}.hz-student-theme .student-skeleton-grid{gap:var(--space-4);margin-top:var(--space-5);grid-template-columns:1.6fr 1fr;display:grid}.hz-student-theme .student-skeleton-card{border-radius:var(--radius-lg);width:100%;height:132px}.hz-student-theme .student-index-page{gap:var(--space-10);animation:student-content-enter var(--duration-smooth) var(--ease-out) both;display:grid}.hz-student-theme .student-index-intro{justify-content:space-between;align-items:flex-end;gap:var(--space-8);padding:clamp(var(--space-6), 4vw, var(--space-10));border:1px solid var(--sys-color-border-subtle);border-radius:var(--radius-xl);background:linear-gradient(135deg, var(--sys-color-surface-raised), var(--sys-color-surface-soft-blue));display:flex}.hz-student-theme .student-index-intro h1{max-width:720px;margin-top:var(--space-2);font-size:clamp(30px,4vw,44px);line-height:var(--line-height-tight);color:var(--sys-color-text-default)}.hz-student-theme .student-index-intro p{max-width:660px;margin-top:var(--space-3);color:var(--sys-color-text-muted);font-size:var(--font-size-body-lg);line-height:var(--line-height-relaxed)}.hz-student-theme .student-index-meta{gap:var(--space-2);flex:none;grid-template-columns:repeat(2,minmax(112px,1fr));display:grid}.hz-student-theme .student-index-meta span{min-height:74px;padding:var(--space-3) var(--space-4);border:1px solid var(--sys-color-border-subtle);border-radius:var(--radius-md);background:var(--sys-color-surface-raised);color:var(--sys-color-text-muted);font-size:var(--font-size-body-sm);flex-direction:column;justify-content:center;display:flex}.hz-student-theme .student-index-meta b{color:var(--sys-color-text-default);font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:22px}.hz-student-theme .student-index-section{gap:var(--space-4);display:grid}.hz-student-theme .student-index-section+.student-index-section{padding-top:var(--space-8);border-top:1px solid var(--sys-color-border-subtle)}.hz-student-theme .student-section-badge.is-quiz{border-color:var(--ref-color-indigo-100)!important;background:var(--ref-color-indigo-50)!important;color:var(--ref-color-indigo-700)!important}.hz-student-theme .student-empty-state{min-height:260px;padding:clamp(var(--space-6), 5vw, var(--space-10));justify-content:center;align-items:center;gap:var(--space-2);border:1px dashed var(--sys-color-border-strong);border-radius:var(--radius-lg);background:var(--sys-color-surface-raised);text-align:center;flex-direction:column;display:flex}.hz-student-theme .student-empty-state h3{margin-top:var(--space-2);font-size:var(--font-size-h3)}.hz-student-theme .student-empty-state p{max-width:520px;color:var(--sys-color-text-muted);line-height:var(--line-height-relaxed)}.hz-student-theme .student-empty-action{margin-top:var(--space-3)}.hz-student-theme .student-quiz-panel{overflow:hidden;margin:0!important}.hz-student-theme .student-quiz-panel .panel-head{justify-content:space-between;align-items:center;display:flex;padding:var(--space-5) var(--space-6)!important}.hz-student-theme .student-quiz-panel .panel-head h2{margin-top:var(--space-1);font-size:var(--font-size-h3)}.hz-student-theme .student-quiz-panel .panel-body{padding:var(--space-4)!important}.hz-student-theme .quiz-due{min-height:76px;padding:var(--space-3)!important}.hz-student-theme .quiz-due .qd-ico{border-color:var(--ref-color-indigo-100)!important;background:var(--ref-color-indigo-50)!important;color:var(--ref-color-indigo-700)!important}.hz-student-theme .student-review-list{gap:var(--space-3);display:grid}.hz-student-theme .student-review-row{width:100%;min-height:76px;padding:var(--space-4);align-items:center;gap:var(--space-3);border:1px solid var(--sys-color-border-subtle);border-radius:var(--radius-md);background:var(--sys-color-surface-raised);color:var(--sys-color-text-default);text-align:left;transition:border-color var(--duration-fast) var(--ease-default), background var(--duration-fast) var(--ease-default), transform var(--duration-fast) var(--ease-default);display:flex}.hz-student-theme .student-review-row:hover{border-color:var(--sys-color-border-focus);background:var(--sys-color-surface-soft-blue);transform:translateY(-2px)}.hz-student-theme .student-review-row:focus-visible{outline:2px solid var(--sys-color-border-focus);outline-offset:3px}.hz-student-theme .student-review-copy{gap:var(--space-1);flex:1;min-width:0;display:grid}.hz-student-theme .student-review-copy .lr-title{text-overflow:ellipsis;white-space:nowrap;font-size:var(--font-size-body);overflow:hidden}.hz-student-theme .student-review-copy small{color:var(--sys-color-text-muted)}.hz-student-theme .student-review-chevron{color:var(--sys-color-text-subtle)}.hz-student-theme .student-review-row .lr-num{flex:0 0 44px;width:44px;height:44px}.hz-student-theme .student-review-row .lr-num.needs-review{border-color:var(--ref-color-red-100)!important;background:var(--ref-color-red-50)!important;color:var(--ref-color-red-700)!important}.hz-student-theme .profile-status{color:var(--ref-color-green-700);font-weight:var(--font-weight-semibold)}.hz-student-theme .profile-section-head{justify-content:space-between;align-items:flex-end;gap:var(--space-6);margin-bottom:var(--space-4);display:flex}.hz-student-theme .profile-section-head h3{margin-top:var(--space-1)}.hz-student-theme .profile-section-head p{max-width:360px;color:var(--sys-color-text-muted);font-size:var(--font-size-body-sm);text-align:right}.hz-student-theme .profile-support-card{margin:0 var(--space-6) var(--space-6);padding:var(--space-5);justify-content:space-between;align-items:center;gap:var(--space-6);border:1px solid var(--ref-color-blue-100);border-radius:var(--radius-lg);background:var(--sys-color-surface-soft-blue);display:flex}.hz-student-theme .profile-support-copy{align-items:center;gap:var(--space-4);min-width:0;display:flex}.hz-student-theme .profile-support-copy h3{font-size:var(--font-size-h4)}.hz-student-theme .profile-support-copy p{margin-top:var(--space-1);color:var(--sys-color-text-muted);font-size:var(--font-size-body-sm);line-height:var(--line-height-relaxed)}.hz-student-theme .profile-support-actions{gap:var(--space-2);flex-wrap:wrap;flex:none;display:flex}.hz-student-theme .profile-danger-zone{margin:0 var(--space-6) var(--space-6);padding-top:var(--space-4);justify-content:space-between;align-items:center;gap:var(--space-4);border-top:1px solid var(--sys-color-border-subtle);display:flex}.hz-student-theme .profile-danger-zone p{color:var(--sys-color-text-muted);font-size:var(--font-size-body-sm)}.hz-student-theme .profile-danger-zone .minimal-profile-signout{min-height:44px;padding:0 var(--space-4);margin:0;width:auto!important}.hz-student-theme .hz-course-hero .hz-tag,.hz-student-theme .hz-course-hero .hz-hero-progress-box{border-color:var(--sys-color-border-subtle)!important;background:var(--sys-color-surface-raised)!important;color:var(--sys-color-text-default)!important}.hz-student-theme .hz-course-hero .hz-tag.is-brand{border-color:var(--ref-color-blue-100)!important;background:var(--sys-color-surface-soft-blue)!important;color:var(--sys-color-action-primary)!important}.hz-student-theme .hz-course-hero .hz-hero-progress-header .font-label-uppercase{color:var(--sys-color-text-muted)!important}.hz-student-theme .hz-course-hero .hz-hero-image-wrap{border:1px solid var(--sys-color-border-subtle);box-shadow:var(--shadow-sm)}.hz-student-theme .quiz-question-dot{flex:0 0 44px;width:44px!important;height:44px!important}.hz-student-theme .quiz-question-dot.is-answered:not(.is-current){border-color:var(--ref-color-indigo-300)!important;background:var(--ref-color-indigo-50)!important;color:var(--ref-color-indigo-700)!important}.hz-student-theme .quiz-question-dot.is-current{box-shadow:var(--shadow-blue-glow);border-color:var(--sys-color-action-primary)!important;background:var(--sys-color-action-primary)!important;color:var(--sys-color-text-inverse)!important}.hz-student-theme .vcontrol-btn{border-radius:var(--radius-sm)!important;min-width:44px!important;min-height:44px!important}.hz-student-theme .vcontrols-progress-container{border-radius:var(--radius-sm);min-height:20px}.hz-student-theme .vcontrols-progress-container:focus-visible{outline:2px solid var(--dark-focus,var(--ref-color-blue-300));outline-offset:2px}.hz-student-theme .security-overlay{z-index:12;padding:var(--space-5);color:var(--sys-color-text-inverse);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;background:var(--sys-color-surface-dark)!important}.hz-student-theme .security-overlay.is-alert{z-index:13;background:var(--sys-color-surface-dark-raised)!important}.hz-student-theme .security-overlay-icon{width:72px;height:72px;margin-bottom:var(--space-4);border:1px solid var(--dark-border,var(--ref-color-neutral-700));border-radius:var(--radius-lg);background:var(--sys-color-surface-dark-raised);color:var(--ref-color-blue-300);place-items:center;display:grid}.hz-student-theme .security-overlay-icon.is-danger{border-color:var(--ref-color-red-700);color:var(--ref-color-red-300)}.hz-student-theme .security-overlay h3{color:var(--sys-color-text-inverse);font-size:var(--font-size-h3)}.hz-student-theme .security-overlay p{max-width:380px;margin-top:var(--space-2);color:var(--ref-color-neutral-300);font-size:var(--font-size-body-sm);line-height:var(--line-height-relaxed)}.hz-student-theme .security-overlay-action{margin-top:var(--space-4)}.hz-student-theme .security-overlay-link{min-height:44px;margin-top:var(--space-2);padding:0 var(--space-4);border-radius:var(--radius-md);color:var(--ref-color-blue-300);font-weight:var(--font-weight-semibold)}.hz-student-theme .security-overlay-link:hover{background:var(--sys-color-surface-dark-raised);color:var(--sys-color-text-inverse)}.hz-student-theme .security-overlay-link:focus-visible{outline:2px solid var(--ref-color-blue-300);outline-offset:2px}.hz-student-theme .lesson-quiz-card{margin-top:var(--space-4);padding:var(--space-5)!important}.hz-student-theme .lesson-quiz-row{gap:var(--space-4)}.hz-student-theme .lesson-quiz-copy{gap:var(--space-1);min-width:0;display:grid}.hz-student-theme .lesson-quiz-copy h3{font-size:var(--font-size-h4)}.hz-student-theme .lesson-quiz-copy p{color:var(--sys-color-text-muted);font-size:var(--font-size-body-sm);line-height:var(--line-height-relaxed)}.hz-student-theme .tab{min-height:48px}.hz-student-theme .student-bento-grid,.hz-student-theme .hz-course-content-grid,.hz-student-theme .video-grid,.hz-student-theme .quiz-shell,.hz-student-theme .minimal-profile-card{animation:student-content-enter var(--duration-smooth) var(--ease-out) both}@keyframes student-content-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes student-skeleton-sweep{to{transform:translate(100%)}}@media (max-width:820px){.hz-student-theme .student-index-intro,.hz-student-theme .profile-support-card,.hz-student-theme .profile-section-head,.hz-student-theme .profile-danger-zone{flex-direction:column;align-items:flex-start}.hz-student-theme .student-index-meta{width:100%}.hz-student-theme .profile-section-head p{text-align:left}.hz-student-theme .profile-support-actions{width:100%}.hz-student-theme .profile-support-actions .btn{flex:180px}}@media (max-width:680px){.hz-student-theme .student-primary-actions,.hz-student-theme .student-primary-actions .student-card-btn-primary,.hz-student-theme .student-primary-actions .student-card-btn-secondary,.hz-student-theme .profile-support-actions,.hz-student-theme .profile-support-actions .btn,.hz-student-theme .profile-danger-zone .minimal-profile-signout{width:100%!important}.hz-student-theme .student-skeleton-grid{grid-template-columns:1fr}.hz-student-theme .student-index-intro{padding:var(--space-6)}.hz-student-theme .student-index-intro h1{font-size:32px}.hz-student-theme .student-index-meta{grid-template-columns:1fr 1fr}.hz-student-theme .student-review-row{flex-wrap:wrap;align-items:flex-start}.hz-student-theme .student-review-copy{flex-basis:calc(100% - 60px)}.hz-student-theme .student-review-row .score-badge{margin-left:60px}.hz-student-theme .student-review-chevron{margin-left:auto}.hz-student-theme .quiz-due{align-items:stretch!important}.hz-student-theme .quiz-due .btn{width:100%}.hz-student-theme .profile-support-card,.hz-student-theme .profile-danger-zone{margin-inline:var(--space-4)}}.hz-teacher-theme .tbl-wrap,.hz-teacher-theme .teacher-students-table-wrap{border:1px solid var(--hz-hairline)!important;border-radius:var(--radius-md)!important;background:var(--hz-canvas)!important;box-shadow:none!important}.hz-teacher-theme .tbl th,.hz-teacher-theme .teacher-students-table th{white-space:nowrap!important;height:48px!important;padding:12px 16px!important}.hz-teacher-theme .tbl td,.hz-teacher-theme .teacher-students-table td{vertical-align:middle!important;padding:14px 16px!important}.hz-teacher-theme .tbl td.ops-actions,.hz-teacher-theme .teacher-students-table td.ops-actions{min-width:168px!important}.hz-teacher-theme .tbl td.course-code-actions{vertical-align:middle!important;min-width:168px!important}.hz-teacher-theme .tbl .ops-actions,.hz-teacher-theme .teacher-students-table .ops-actions,.hz-teacher-theme .show-mobile .ops-actions{flex-flow:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;display:flex!important}.hz-teacher-theme .tbl .ops-actions .btn,.hz-teacher-theme .tbl .ops-actions .btn-sm,.hz-teacher-theme .teacher-students-table .ops-actions .btn,.hz-teacher-theme .teacher-students-table .ops-actions .btn-sm,.hz-teacher-theme .show-mobile .ops-actions .btn,.hz-teacher-theme .show-mobile .ops-actions .btn-sm,.hz-teacher-theme .teacher-students-check{border-radius:var(--radius-button)!important;white-space:nowrap!important;width:auto!important;min-width:112px!important;height:36px!important;min-height:36px!important;padding:0 12px!important;font-size:13px!important;line-height:1!important}.hz-teacher-theme .teacher-students-details,.hz-teacher-theme .teacher-parent-action{width:auto!important}.hz-teacher-theme .teacher-students-check{border:1px solid var(--hz-hairline-strong)!important;background:var(--hz-canvas)!important;color:var(--hz-body)!important;font-weight:800!important}.hz-teacher-theme .teacher-students-check:hover{border-color:var(--hz-blue)!important;background:var(--hz-blue-soft)!important;color:var(--hz-blue)!important}.hz-teacher-theme .btn-danger:disabled,.hz-teacher-theme .btn:disabled,.hz-teacher-theme .teacher-students-check:disabled{cursor:not-allowed!important;opacity:.58!important;transform:none!important}.hz-teacher-theme .code-status-stack{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;min-width:180px!important;display:flex!important}.hz-teacher-theme .code-pill,.hz-teacher-theme .status-badge{white-space:nowrap!important;min-height:30px!important}.hz-teacher-theme .teacher-code-empty{min-height:30px!important;color:var(--hz-muted)!important;align-items:center!important;font-size:13px!important;font-style:italic!important;display:inline-flex!important}@media (max-width:720px){.hz-teacher-theme .show-mobile .ops-actions{align-items:stretch!important}.hz-teacher-theme .show-mobile .ops-actions .btn,.hz-teacher-theme .show-mobile .ops-actions .btn-sm{flex:132px!important;justify-content:center!important}}.hz-teacher-theme .btn-danger,.hz-student-theme .btn-danger{background:var(--hz-error,#c33a3a)!important;border-color:var(--hz-error,#c33a3a)!important;color:#fff!important}.hz-teacher-theme .btn-danger:hover:not(:disabled),.hz-student-theme .btn-danger:hover:not(:disabled){background:var(--hz-error-strong,#922424)!important;border-color:var(--hz-error-strong,#922424)!important;color:#fff!important}.hz-teacher-theme .confirm-head-danger h3,.hz-teacher-theme .confirm-head-danger p,.hz-student-theme .confirm-head-danger h3,.hz-student-theme .confirm-head-danger p{color:#111!important}html.video-css-fullscreen,html.video-css-fullscreen body{overscroll-behavior:none;height:100%;overflow:hidden!important}html.video-fullscreen-active{--hz-chrome-blur:none}html.video-css-fullscreen .hz-student-theme .coursera-main,html.video-css-fullscreen .hz-student-theme .content-wrap,html.video-css-fullscreen .hz-student-theme .video-grid,html.video-css-fullscreen .hz-student-theme .video-grid>div:first-child{filter:none!important;perspective:none!important;contain:none!important;animation:none!important;overflow:visible!important;transform:none!important}html.video-css-fullscreen .hz-student-theme .coursera-topnav,html.video-css-fullscreen .hz-student-theme .tabbar{visibility:hidden!important;pointer-events:none!important}@media (max-width:767px){.hz-student-theme .coursera-topnav{height:calc(60px + env(safe-area-inset-top,0px))!important;min-height:calc(60px + env(safe-area-inset-top,0px))!important}.hz-student-theme .coursera-nav-inner{width:100%;height:100%!important;min-height:0!important;padding:env(safe-area-inset-top,0px) 14px 0!important;gap:10px!important}.hz-student-theme .coursera-brand{text-overflow:ellipsis;white-space:nowrap;max-width:min(52vw,210px);overflow:hidden;font-size:19px!important}.hz-student-theme .coursera-nav-inner.has-back .coursera-brand{display:none}.hz-student-theme .coursera-nav-links.student-nav-links{display:none!important}.hz-student-theme .coursera-page-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden;font-size:14px!important}.hz-student-theme .coursera-actions{flex-wrap:nowrap;flex:none}.hz-student-theme .profile-btn{justify-content:center;min-width:44px;min-height:44px;padding:2px!important}.hz-student-theme .profile-caret{display:none}.hz-student-theme .profile-menu{width:min(272px,100vw - 28px);max-height:calc(100dvh - 84px - env(safe-area-inset-bottom,0px));inset-inline-end:0;overflow-y:auto}.hz-student-theme .tabbar{z-index:80;min-height:calc(64px + env(safe-area-inset-bottom,0px));padding:6px max(8px, env(safe-area-inset-right,0px)) env(safe-area-inset-bottom,0px) max(8px, env(safe-area-inset-left,0px));-webkit-backdrop-filter:var(--hz-chrome-blur,blur(18px));backdrop-filter:var(--hz-chrome-blur,blur(18px));grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;display:grid;position:fixed;bottom:0;left:0;right:0;background:color-mix(in srgb, var(--hz-canvas) 96%, transparent)!important}.hz-student-theme .tabbar .tab{text-align:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:0;min-height:52px;padding:5px 4px 4px;font-size:11px;line-height:1.15;display:flex;position:relative;border-radius:var(--radius-sm)!important}.hz-student-theme .tabbar .tab:before{content:"";background:0 0;border-radius:0 0 3px 3px;width:38px;height:3px;position:absolute;top:-6px;left:50%;transform:translate(-50%)}.hz-student-theme .tabbar .tab.active{background:var(--hz-blue-soft)!important}.hz-student-theme .tabbar .tab.active:before{background:var(--hz-blue)}.hz-student-theme .tab-ico{place-items:center;height:25px;display:grid;position:relative}.hz-student-theme .tab-dot{border:2px solid var(--hz-canvas);background:var(--hz-error);border-radius:50%;width:8px;height:8px;position:absolute;top:-1px;right:-6px}.hz-student-theme .coursera-main{padding-bottom:calc(82px + env(safe-area-inset-bottom,0px))!important}.hz-student-theme .toast{bottom:calc(76px + env(safe-area-inset-bottom,0px));width:max-content;max-width:calc(100vw - 28px)}:-webkit-any(.video-stage.video-stage:fullscreen,.video-stage.video-stage:-webkit-full-screen,.video-stage.video-stage.is-css-fullscreen){touch-action:manipulation}:is(.video-stage.video-stage:fullscreen,.video-stage.video-stage:fullscreen,.video-stage.video-stage.is-css-fullscreen){touch-action:manipulation}:-webkit-any(.video-stage:fullscreen .vcontrols-volume,.video-stage:-webkit-full-screen .vcontrols-volume,.video-stage.is-css-fullscreen .vcontrols-volume){display:none}:is(.video-stage:fullscreen .vcontrols-volume,.video-stage:fullscreen .vcontrols-volume,.video-stage.is-css-fullscreen .vcontrols-volume){display:none}}@media (min-width:768px) and (display-mode:standalone),(min-width:768px) and (display-mode:fullscreen){.coursera-topnav{padding-top:env(safe-area-inset-top,0px);height:auto!important;min-height:calc(76px + env(safe-area-inset-top,0px))!important}.hz-student-theme .coursera-topnav{min-height:calc(74px + env(safe-area-inset-top,0px))!important}}
