.student-app{--st-sidebar-expanded:260px;--st-sidebar-collapsed:72px;--st-header-h:72px;height:100dvh}@media (max-width:639px){.student-app{--st-header-h:56px}}.student-sidebar{width:var(--st-sidebar-collapsed);transition:width .2s ease-out,transform .2s ease-out}@media (min-width:1024px){.student-sidebar{width:var(--st-sidebar-expanded)}.student-sidebar.is-collapsed{width:var(--st-sidebar-collapsed)}}@media (prefers-reduced-motion:reduce){.student-sidebar{transition:none}}.student-sidebar-collapse{width:32px;height:32px;color:var(--kicker);border-radius:5px;justify-content:center;align-items:center;transition:background-color .12s,color .12s;display:inline-flex}.student-sidebar-collapse:hover{background:var(--red-tint);color:var(--red)}.student-nav-group{margin-top:1.25rem}.student-nav-footer-group{margin-top:0}.student-nav-group-label{font-size:var(--ds-text-micro);letter-spacing:.06em;text-transform:uppercase;color:var(--kicker);margin-bottom:.375rem;padding:0 10px;font-weight:600}.student-nav-divider{background:var(--line);height:1px;margin:0 10px .75rem}.student-nav-footer{border-top:1px solid var(--line);padding-top:.75rem}.student-nav-item{text-align:left;width:100%;color:var(--muted);border-radius:5px;align-items:center;gap:.625rem;padding:8px 10px;font-size:15px;font-weight:500;line-height:1.3;transition:background-color .12s,color .12s;display:flex}.student-nav-row{border-radius:5px;align-items:center;gap:2px;transition:background-color .12s,color .12s;display:flex}.student-nav-row>.student-nav-item{border-radius:5px;flex:1;min-width:0}.student-nav-row:hover>.student-nav-item{color:var(--ink);background:0 0}.student-nav-row:hover{background:color-mix(in srgb, var(--red) 6%, transparent)}.student-nav-row:hover .student-nav-icon{color:var(--red)}.student-nav-row.is-active{background:var(--red);box-shadow:0 1px 2px #00000014}.student-nav-row.is-active>.student-nav-item,.student-nav-row.is-active:hover>.student-nav-item{color:#fff;background:0 0;font-weight:600}.student-nav-row.is-active .student-nav-icon,.student-nav-row.is-active:hover .student-nav-icon,.student-nav-row.is-active .student-nav-expand{color:#fff}.student-nav-row.is-active:hover{background:var(--red)}.student-nav-row.is-parent-active>.student-nav-item{color:var(--ink);font-weight:600}.student-nav-row.is-parent-active .student-nav-icon{color:var(--red)}.student-nav-expand{shrink:0;width:28px;height:32px;color:var(--kicker);border-radius:4px;justify-content:center;align-items:center;transition:color .12s,background-color .12s;display:inline-flex}.student-nav-expand:hover{color:var(--ink);background:color-mix(in srgb, var(--ink) 5%, transparent)}.student-nav-expand-icon{width:14px;height:14px;transition:transform .22s cubic-bezier(.22,1,.36,1)}.student-nav-expand-icon.is-open{transform:rotate(180deg)}.student-nav-item:hover{background:color-mix(in srgb, var(--red) 6%, transparent);color:var(--ink)}.student-nav-item:hover .student-nav-icon{color:var(--red)}.student-nav-item.is-active{background:var(--red);color:#fff;font-weight:600;box-shadow:0 1px 2px #00000014}.student-nav-item.is-active .student-nav-icon{color:#fff}.student-nav-item.is-active:hover{background:var(--red);color:#fff}.student-nav-item.is-active:hover .student-nav-icon{color:#fff}.student-nav-item.is-parent-active:not(.is-active){color:var(--ink);font-weight:600}.student-nav-item.is-parent-active:not(.is-active) .student-nav-icon{color:var(--red)}.student-nav-item.is-coming-soon{cursor:pointer;opacity:.62;color:var(--kicker)}.student-nav-item.is-coming-soon:hover{background:color-mix(in srgb, var(--ink) 4%, transparent);color:var(--kicker)}.student-nav-item.is-coming-soon:hover .student-nav-icon{color:var(--kicker)}.student-nav-coming-soon-hint{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.02em;text-transform:uppercase;flex:1;min-width:0;font-size:12px;font-weight:600;display:none;overflow:hidden}.student-nav-item.is-coming-soon:hover .student-nav-coming-soon-name{display:none}.student-nav-item.is-coming-soon:hover .student-nav-coming-soon-hint{display:block}.student-nav-icon{shrink:0;width:20px;height:20px;color:var(--kicker);justify-content:center;align-items:center;transition:color .12s;display:flex}.student-nav-sublist-wrap{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .24s cubic-bezier(.22,1,.36,1),opacity .18s;display:grid}.student-nav-sublist-wrap.is-open{opacity:1;grid-template-rows:1fr}.student-nav-sublist-inner{min-height:0;overflow:hidden}.student-nav-sublist{border-left:1px solid color-mix(in srgb, var(--line) 70%, var(--red) 30%);margin:3px 0 6px;padding-left:14px}.student-nav-subitem{text-align:left;width:100%;color:var(--muted);border-radius:4px;align-items:center;padding:7px 10px 7px 12px;font-size:14px;font-weight:500;line-height:1.3;transition:background-color .12s,color .12s;display:flex}.student-nav-subitem:hover{background:color-mix(in srgb, var(--red) 5%, transparent);color:var(--ink)}.student-nav-subitem.is-active{background:color-mix(in srgb, var(--red) 8%, transparent);color:var(--ink);box-shadow:none;font-weight:600}.student-nav-subitem.is-active:hover{background:color-mix(in srgb, var(--red) 11%, transparent);color:var(--ink)}.student-sidebar.is-collapsed .student-nav-group-label,.student-sidebar.is-collapsed .student-nav-sublist-wrap{display:none}.student-sidebar.is-collapsed .student-nav-item{justify-content:center;padding-inline:6px}.student-sidebar.is-collapsed .student-nav-item.is-active,.student-sidebar.is-collapsed .student-nav-row.is-active{background:var(--red);color:#fff;position:relative}.student-sidebar .profile-avatar{background:var(--red-tint);width:34px;height:34px;color:var(--red);border-radius:5px;font-size:12px}.student-sidebar-user{border-top:1px solid var(--line);padding:10px}.student-sidebar-user-link{border-radius:5px;align-items:center;gap:.625rem;padding:4px 6px;transition:background-color .12s;display:flex}.student-sidebar-user-link:hover{background:var(--red-tint)}.student-context-header{height:var(--st-header-h);border-bottom:1px solid var(--line);background:var(--paper)}.student-main{flex:1;min-height:0;overflow:hidden auto}.student-main-inner{height:100%;min-height:0}.student-main--bleed{overflow:hidden}.student-main-inner--bleed{height:100%;min-height:0}@media (max-width:1023px){.student-main--bleed{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;overflow:hidden auto}.student-main-inner--bleed{height:auto;min-height:min(100%,100dvh)}}.student-main-inner--scroll{padding:.75rem .75rem max(1rem, env(safe-area-inset-bottom))}@media (min-width:640px){.student-main-inner--scroll{padding:1.25rem 1.5rem max(1.5rem, env(safe-area-inset-bottom))}}@media (min-width:1024px){.student-main-inner--scroll{padding:1.5rem 2rem max(2rem, env(safe-area-inset-bottom))}}.locked-module-kicker{font-size:var(--ds-text-micro);letter-spacing:.06em;text-transform:uppercase;color:var(--kicker);font-weight:700;line-height:1.25}.locked-module-title{letter-spacing:-.02em;color:var(--ink);margin-top:.25rem;font-size:clamp(1.375rem,3vw,1.75rem);font-weight:650;line-height:1.15}.locked-module-marks{font-family:var(--font-mono,ui-monospace, monospace);font-variant-numeric:tabular-nums;color:var(--ink);font-size:14px;font-weight:700}.student-main--bleed:has(.locked-module-page){overflow:hidden auto}.student-main-inner--bleed:has(.locked-module-page){height:auto;min-height:min(100%,100dvh)}.student-main--bleed:has(.support-page-shell){-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;overflow:hidden auto}.student-main-inner--bleed:has(.support-page-shell){height:auto;min-height:min(100%,100dvh)}.student-main--bleed:has(.student-home){-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;overflow:hidden auto}.student-main-inner--bleed:has(.student-home){height:auto;min-height:min(100%,100dvh)}.student-main--bleed:has(.programme-overview){-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;overflow:hidden auto}.student-main-inner--bleed:has(.programme-overview){height:auto;min-height:min(100%,100dvh)}.student-main:has(.founder-portal-shell){-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;overflow:hidden auto}:is(.student-main-inner:has(.founder-portal-shell),.student-main-inner--scroll:has(.founder-portal-shell)){height:auto;min-height:min(100%,100dvh);overflow:visible}.founder-portal-shell{width:100%;min-width:0;max-width:100%;overflow:visible}@media (max-width:1023px){.fp-sticky-footer{left:0;right:0;bottom:var(--st-mobile-nav-h,0px);padding-left:max(.75rem, env(safe-area-inset-left,0px));padding-right:max(.75rem, env(safe-area-inset-right,0px));position:fixed}}@media (min-width:768px) and (max-width:1023px){.fp-sticky-footer{bottom:env(safe-area-inset-bottom,0px)}}:is(.student-main--bleed:has(.uwl-session),.student-main:has(.uwl-session)){-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;overflow:hidden auto}:is(.student-main-inner--bleed:has(.uwl-session),.student-main-inner:has(.uwl-session)){height:auto;min-height:min(100%,100dvh);overflow:visible}.student-main--bleed:has(.uwl-workspace){-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;overflow:hidden auto}.student-main-inner--bleed:has(.uwl-workspace){height:auto;min-height:min(100%,100dvh);overflow:visible}
.student-app{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.student-context-header{height:auto;min-height:var(--st-header-h);padding-top:env(safe-area-inset-top,0px)}.student-sidebar{padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px)}.student-main{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;scroll-behavior:smooth}.student-notif-bell-btn{touch-action:manipulation;min-width:40px;min-height:40px}@media (max-width:1023px){.student-nav-item{min-height:44px;padding:10px 12px}.student-nav-subitem{min-height:44px;padding:10px 12px 10px 14px}.student-sidebar-user-link{min-height:44px;padding:8px 10px}.student-sidebar-collapse{width:44px;min-width:44px;height:44px;min-height:44px}.student-main-inner--scroll{height:auto;min-height:0;overflow:visible}.profile-queue-panel{min-height:0!important}.profile-queue-scroll{flex:none!important;overflow:visible!important}.workshops-queue-list{max-height:none!important;overflow:visible!important}.workshops-queue-item{min-height:44px}}@media (max-height:667px) and (max-width:639px){.student-app{--st-header-h:52px}.student-home-body{gap:.5rem;padding-top:.5rem;padding-bottom:.5rem}}@media (max-width:639px){.student-main,.student-main-inner,.student-main-inner--scroll,.student-main-inner--bleed,.profile-app,.workshops-hub,.locked-module-page{max-width:100%;overflow-x:hidden}.labs-tab-btn,.ld-tab,.sw-tab,.btn,.labs-go-btn{min-height:44px}.labs-tab-bar,.ld-tabs,.sw-tabs,.learn-tab-bar{-webkit-overflow-scrolling:touch}}.student-mobile-bottom,.student-mobile-drawer{display:none}@media (max-width:767px){.student-sidebar{display:none!important}.student-app{--st-mobile-nav-h:calc(56px + env(safe-area-inset-bottom,0px))}.student-main,.student-main--bleed{padding-bottom:var(--st-mobile-nav-h)}.student-mobile-bottom{z-index:50;min-height:var(--st-mobile-nav-h);padding:4px 4px calc(4px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--line);background:color-mix(in srgb, var(--paper) 94%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);align-items:stretch;display:flex;position:fixed;bottom:0;left:0;right:0}@supports not ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.student-mobile-bottom{background:var(--paper)}}.student-mobile-bottom-item{min-width:0;min-height:44px;color:var(--muted);font:inherit;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:8px;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:2px;padding:4px 2px;text-decoration:none;display:flex}.student-mobile-bottom-item.is-active{color:var(--ink)}.student-mobile-bottom-item.is-locked{opacity:.55}.student-mobile-bottom-icon{place-items:center;width:24px;height:24px;display:grid}.student-mobile-bottom-label{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.01em;max-width:100%;font-size:10px;font-weight:650;line-height:1.2;overflow:hidden}.student-mobile-drawer{z-index:60;display:block;position:fixed;inset:0}.student-mobile-drawer-backdrop{background:#0006;border:0;position:absolute;inset:0}.student-mobile-drawer-panel{background:var(--paper);max-height:min(78dvh,560px);padding:12px 12px calc(16px + env(safe-area-inset-bottom,0px));border-radius:16px 16px 0 0;position:absolute;bottom:0;left:0;right:0;overflow:auto;box-shadow:0 -8px 32px #0000001f}.student-mobile-drawer-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.student-mobile-drawer-title{margin:0;font-size:15px;font-weight:700}.student-mobile-drawer-close{width:44px;height:44px;color:var(--muted);background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.student-mobile-drawer-list{gap:4px;margin:0;padding:0;list-style:none;display:grid}.student-mobile-drawer-link{min-height:44px;color:var(--ink);border-radius:10px;align-items:center;gap:10px;padding:8px 10px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.student-mobile-drawer-link.is-active{background:color-mix(in srgb, var(--red) 8%, transparent);color:var(--red)}.student-mobile-drawer-sub{gap:2px;margin:0 0 4px;padding:0 0 0 34px;list-style:none;display:grid}.student-mobile-drawer-sublink{min-height:40px;color:var(--muted);border-radius:8px;align-items:center;padding:6px 10px;font-size:13px;font-weight:550;text-decoration:none;display:flex}.student-mobile-drawer-sublink.is-active{color:var(--ink);background:var(--surface-muted,#f0ede6)}.student-context-header{gap:8px}.student-context-copy{flex-direction:column;min-width:0;display:flex}.student-context-kicker,.student-context-title{max-width:100%}}
