.mastery-curriculum-sidebar{display:none;position:fixed;top:4rem;left:0;bottom:0;z-index:30;flex-direction:column;overflow:hidden;transition:width .2s ease}@media (min-width:1024px){.mastery-curriculum-sidebar{display:flex}}.mastery-curriculum-sidebar-collapsed-pill{display:none;position:fixed;top:5rem;left:0;z-index:30}@media (min-width:1024px){.mastery-curriculum-sidebar-collapsed-pill{display:flex}}.mastery-curriculum-mobile-fab{display:flex;position:fixed;bottom:calc(1.25rem + env(safe-area-inset-bottom, 0));right:1rem;left:auto;z-index:40;min-height:3rem;padding:0 1rem 0 .75rem;gap:.5rem;align-items:center;justify-content:center}.mastery-curriculum-mobile-fab-label{font-size:.8125rem;font-weight:600;letter-spacing:.01em;white-space:nowrap}html[data-mastery-lesson-toc] .mastery-curriculum-mobile-fab{display:none}@media (min-width:1024px){.mastery-curriculum-mobile-fab{display:none}}.mastery-curriculum-mobile-overlay{position:fixed;inset:0;z-index:40}@media (min-width:1024px){.mastery-curriculum-mobile-overlay{display:none}}.mastery-curriculum-mobile-sheet{display:flex;position:fixed;inset-inline:0;bottom:0;z-index:50;flex-direction:column;height:88dvh;max-height:88dvh;overflow:hidden;padding-bottom:env(safe-area-inset-bottom,0)}@media (min-width:1024px){.mastery-curriculum-mobile-sheet{display:none}}.mastery-curriculum-section-jump{position:absolute;top:calc(100% + .25rem);left:0;right:0;z-index:50;max-height:16rem;overflow-y:auto}.mastery-curriculum-filter-scroll:after{content:"";position:absolute;top:0;right:0;bottom:.25rem;width:2rem;pointer-events:none;background:linear-gradient(to left,rgb(var(--surface,255 255 255)) 0,transparent 100%)}.dark .mastery-curriculum-filter-scroll:after{background:linear-gradient(to left,rgb(var(--surface,30 41 59)) 0,transparent 100%)}.shadow-elevation-1{box-shadow:var(--shadow-elevated)}.shadow-elevation-2{box-shadow:var(--shadow-elevated-lg)}.shadow-elevation-focus{box-shadow:var(--shadow-focus)}.mastery-toc-backdrop{position:fixed;inset:0;z-index:55;background:color-mix(in srgb,rgb(var(--overlay-backdrop)) 25%,transparent);backdrop-filter:blur(1px)}@media (min-width:640px){.mastery-toc-backdrop{background:color-mix(in srgb,rgb(var(--overlay-backdrop)) 15%,transparent)}}.mastery-toc-shell{position:fixed;z-index:60;bottom:calc(1.25rem + env(safe-area-inset-bottom, 0));right:1rem;pointer-events:none;filter:drop-shadow(0 2px 8px color-mix(in srgb,rgb(var(--overlay-backdrop)) 8%,transparent)) drop-shadow(0 8px 24px color-mix(in srgb,rgb(var(--overlay-backdrop)) 10%,transparent))}@media (min-width:640px){.mastery-toc-shell{bottom:calc(1.5rem + env(safe-area-inset-bottom, 0));right:1.5rem}}.dark .mastery-toc-shell{filter:drop-shadow(0 2px 8px color-mix(in srgb,rgb(var(--overlay-backdrop)) 24%,transparent)) drop-shadow(0 8px 24px color-mix(in srgb,rgb(var(--overlay-backdrop)) 30%,transparent))}.mastery-toc-inner{pointer-events:auto;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.mastery-toc-fab{position:relative;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:9999px;flex-shrink:0;background:rgb(var(--surface));border:1px solid rgb(var(--border));color:rgb(var(--primary));cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.mastery-toc-fab:hover{transform:translateY(-2px);border-color:color-mix(in srgb,rgb(var(--primary)) 40%,rgb(var(--border)));box-shadow:0 4px 14px color-mix(in srgb,rgb(var(--overlay-backdrop)) 10%,transparent),0 12px 28px color-mix(in srgb,rgb(var(--primary)) 14%,transparent)}.mastery-toc-fab:focus-visible{outline:none;box-shadow:0 0 0 2px rgb(var(--surface)),0 0 0 4px rgb(var(--primary))}.mastery-toc-fab[data-open=true]{background:rgb(var(--primary));border-color:rgb(var(--primary));color:rgb(var(--on-accent))}.mastery-toc-fab[data-open=true]:hover{background:color-mix(in srgb,rgb(var(--primary)) 92%,rgb(var(--foreground)))}.mastery-toc-count{position:absolute;top:-.125rem;right:-.125rem;display:flex;align-items:center;justify-content:center;min-width:1.125rem;height:1.125rem;padding:0 .25rem;border-radius:9999px;font-size:10px;font-weight:700;line-height:1;font-variant-numeric:tabular-nums;background:rgb(var(--primary));color:rgb(var(--on-accent));box-shadow:0 0 0 2px rgb(var(--surface))}.mastery-toc-panel{width:min(20rem,calc(100vw - 2.5rem));border-radius:1rem;overflow:hidden;transform-origin:bottom right;background:rgb(var(--surface));border:1px solid rgb(var(--border));box-shadow:0 8px 32px color-mix(in srgb,rgb(var(--overlay-backdrop)) 12%,transparent),0 2px 8px color-mix(in srgb,rgb(var(--overlay-backdrop)) 6%,transparent)}.mastery-toc-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1rem .75rem;border-bottom:1px solid color-mix(in srgb,rgb(var(--border)) 70%,transparent)}.mastery-toc-panel-title{margin:0;font-size:.875rem;font-weight:600;line-height:1.25;color:rgb(var(--foreground))}.mastery-toc-panel-subtitle{margin:.125rem 0 0;font-size:11px;color:rgb(var(--muted))}.mastery-toc-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0;border:none;border-radius:9999px;background:rgb(var(--surface-muted));color:rgb(var(--muted));cursor:pointer;transition:background .15s ease,color .15s ease}.mastery-toc-close:hover{background:color-mix(in srgb,rgb(var(--primary)) 10%,rgb(var(--surface-muted)));color:rgb(var(--foreground))}.mastery-toc-close:focus-visible{outline:none;box-shadow:0 0 0 2px rgb(var(--primary))}.mastery-toc-now-reading{padding:.625rem 1rem;border-bottom:1px solid color-mix(in srgb,rgb(var(--border)) 50%,transparent);background:color-mix(in srgb,rgb(var(--surface-alt)) 40%,transparent)}.mastery-toc-now-reading-label{margin:0 0 .25rem;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgb(var(--muted-light))}.mastery-toc-now-reading-text{margin:0;font-size:.75rem;font-weight:500;line-height:1.375;color:rgb(var(--foreground));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mastery-toc-list{max-height:min(50vh,22rem);overflow-y:auto;overscroll-behavior:contain;margin:0;padding:.5rem;list-style:none;scrollbar-width:thin}.mastery-toc-link{display:block;padding:.625rem .75rem;border-radius:.75rem;font-size:.75rem;line-height:1.625;color:rgb(var(--muted));text-decoration:none;transition:color .15s ease,background .15s ease;overflow-wrap:break-word}.mastery-toc-link:hover{color:rgb(var(--foreground));background:color-mix(in srgb,rgb(var(--surface-muted)) 80%,transparent)}.mastery-toc-link-nested{margin-left:.5rem;padding-left:1rem}.mastery-toc-link-active{font-weight:600;background:color-mix(in srgb,rgb(var(--primary)) 10%,rgb(var(--surface)));color:color-mix(in srgb,rgb(var(--primary)) 85%,rgb(var(--foreground)))}.mastery-toc-footer{padding:.5rem .75rem;border-top:1px solid color-mix(in srgb,rgb(var(--border)) 70%,transparent);background:color-mix(in srgb,rgb(var(--surface-alt)) 50%,transparent)}.mastery-toc-footer-text{margin:0;font-size:10px;text-align:center;color:rgb(var(--muted-light))}.mastery-toc-badge{display:inline-block;padding:.125rem .375rem;border-radius:.375rem;font-size:9px;font-family:var(--font-mono,ui-monospace,monospace);border:1px solid color-mix(in srgb,rgb(var(--border)) 60%,transparent);background:rgb(var(--surface-muted));color:rgb(var(--muted))}