.Stack-module__TD9ddG__stack{display:flex}.Stack-module__TD9ddG__column{flex-direction:column}.Stack-module__TD9ddG__row{flex-direction:row}.Stack-module__TD9ddG__wrap{flex-wrap:wrap}.Stack-module__TD9ddG__gapNone{gap:0}.Stack-module__TD9ddG__gapXs{gap:var(--space-2)}.Stack-module__TD9ddG__gapSm{gap:var(--space-3)}.Stack-module__TD9ddG__gapMd{gap:var(--space-6)}.Stack-module__TD9ddG__gapLg{gap:var(--space-12)}.Stack-module__TD9ddG__gapXl{gap:var(--space-16)}.Stack-module__TD9ddG__gap2xl{gap:var(--space-32)}.Stack-module__TD9ddG__alignStart{align-items:flex-start}.Stack-module__TD9ddG__alignCenter{align-items:center}.Stack-module__TD9ddG__alignEnd{align-items:flex-end}.Stack-module__TD9ddG__alignStretch{align-items:stretch}.Stack-module__TD9ddG__justifyStart{justify-content:flex-start}.Stack-module__TD9ddG__justifyCenter{justify-content:center}.Stack-module__TD9ddG__justifyEnd{justify-content:flex-end}.Stack-module__TD9ddG__justifyBetween{justify-content:space-between}
.Header-module___CRmta__header{z-index:100;-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background:#fffef75f;width:100%;position:fixed;top:0;left:0;right:0}.Header-module___CRmta__desktopContainer{padding-inline:var(--space-12);height:var(--header-h-expanded);grid-template-columns:1fr auto 1fr;align-items:center;transition:height .35s cubic-bezier(.22,1,.36,1);display:grid}.Header-module___CRmta__headerScrolled .Header-module___CRmta__desktopContainer{height:var(--header-h-collapsed)}.Header-module___CRmta__navLeft{align-items:center;gap:var(--space-3);display:flex}.Header-module___CRmta__logoLink{margin:0 var(--space-8);justify-content:center;align-items:center;line-height:0;display:flex}.Header-module___CRmta__logoStack{align-items:center;gap:var(--space-2);flex-direction:column;transition:gap .35s cubic-bezier(.22,1,.36,1);display:flex;overflow:hidden}.Header-module___CRmta__headerScrolled .Header-module___CRmta__logoStack{gap:0}.Header-module___CRmta__logoApple{transform-origin:bottom;width:auto;height:64px;transition:height .35s cubic-bezier(.22,1,.36,1),transform .35s cubic-bezier(.22,1,.36,1),opacity .25s}.Header-module___CRmta__headerScrolled .Header-module___CRmta__logoApple{opacity:0;height:0;transform:translateY(-100%)scale(.6)}.Header-module___CRmta__logoWordmark{aspect-ratio:1870/376;background-color:var(--color-text-secondary);-webkit-mask-mode:alpha;height:18px;display:block;-webkit-mask-image:url(/brand/AristotleWordmark.svg);mask-image:url(/brand/AristotleWordmark.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-source-type:alpha;mask-mode:alpha}.Header-module___CRmta__navRight{justify-content:flex-end;align-items:center;gap:var(--space-3);display:flex}.Header-module___CRmta__navLink,.Header-module___CRmta__meetCta{border-radius:var(--radius-md);color:var(--color-text-secondary);font-family:var(--font-sans);font-size:var(--fs-small);letter-spacing:.04em;text-transform:uppercase;padding:6px 16px;font-weight:500;text-decoration:none;transition:color .2s}.Header-module___CRmta__navLink:hover{color:var(--color-text)}.Header-module___CRmta__meetCta{color:var(--color-action)}.Header-module___CRmta__meetCta:hover{opacity:.75}.Header-module___CRmta__mobileContainer{height:var(--header-h-expanded);justify-content:center;align-items:center;padding:0;transition:height .35s cubic-bezier(.22,1,.36,1);display:none;position:relative}.Header-module___CRmta__headerScrolled .Header-module___CRmta__mobileContainer{height:var(--header-h-collapsed);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.Header-module___CRmta__mobileLogoLink{margin:0 var(--space-8);justify-content:center;align-items:center;line-height:0;display:flex}.Header-module___CRmta__mobileMenuToggle{height:var(--header-h-expanded);z-index:301;width:56px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:height .35s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:0;right:12px}.Header-module___CRmta__mobileMenuToggleScrolled{height:var(--header-h-collapsed)}.Header-module___CRmta__mobileMenuIcon{border-radius:12px;flex-direction:column;justify-content:center;gap:5px;width:48px;height:48px;padding:12px;transition:background .15s;display:flex}.Header-module___CRmta__mobileMenuToggle:hover .Header-module___CRmta__mobileMenuIcon{background:var(--color-border)}.Header-module___CRmta__bar{transform-origin:50%;background:currentColor;border-radius:2px;width:100%;height:2px;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .2s;display:block}.Header-module___CRmta__mobileMenuIconOpen .Header-module___CRmta__bar:first-child{transform:translateY(7px)rotate(45deg)}.Header-module___CRmta__mobileMenuIconOpen .Header-module___CRmta__bar:nth-child(2){opacity:0;transform:scaleX(0)}.Header-module___CRmta__mobileMenuIconOpen .Header-module___CRmta__bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module___CRmta__mobileOverlay{z-index:200;-webkit-backdrop-filter:blur(16px);background:#f6f3ecf7;animation:.18s forwards Header-module___CRmta__overlayFadeIn;position:fixed;inset:0;overflow:hidden}.Header-module___CRmta__mobileMenuToggleOverlay{z-index:201;width:56px;height:56px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;transition:background .15s;display:flex;position:absolute;top:0;right:12px}.Header-module___CRmta__mobileMenuToggleOverlay:hover{background:var(--color-border)}@keyframes Header-module___CRmta__overlayFadeIn{0%{opacity:0}to{opacity:1}}.Header-module___CRmta__mobileOverlayNav{padding-top:96px}.Header-module___CRmta__mobileOverlayLink{color:var(--color-text);font-family:var(--font-display);letter-spacing:-.025em;border-bottom:1px solid color-mix(in srgb,var(--color-text-secondary)20%,transparent);padding:18px 20px;font-size:2.25rem;font-weight:400;line-height:1.1;text-decoration:none;animation:.35s cubic-bezier(.34,1.56,.64,1) both Header-module___CRmta__linkSlideIn;display:block}.Header-module___CRmta__mobileOverlayLink:last-child{border-bottom:none}.Header-module___CRmta__mobileOverlayLinkEmphasized{color:var(--color-action)}@keyframes Header-module___CRmta__linkSlideIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Header-module___CRmta__desktopContainer{display:none}.Header-module___CRmta__mobileContainer{display:flex}}@media (min-width:769px){.Header-module___CRmta__mobileMenuToggle{display:none}}@media (prefers-reduced-motion:reduce){.Header-module___CRmta__desktopContainer,.Header-module___CRmta__mobileContainer,.Header-module___CRmta__logoStack,.Header-module___CRmta__logoApple{transition:none}}
.SubjectMapExplorer-module__BZfLYq__explorer{--map-accent:var(--palette-fuji-500);gap:var(--space-4);flex-direction:column;display:flex}.SubjectMapExplorer-module__BZfLYq__body{align-items:stretch;gap:var(--space-4);display:flex}.SubjectMapExplorer-module__BZfLYq__sideTabs{gap:var(--space-2);flex-direction:column;flex:none;width:12rem;max-height:26rem;padding:2px;display:flex;overflow-y:auto}.SubjectMapExplorer-module__BZfLYq__sideTab{background:var(--palette-core-100);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-secondary);cursor:pointer;font:inherit;gap:var(--space-1);padding:var(--space-3)var(--space-4);text-align:left;flex-direction:column;transition:background .14s,color .14s,border-color .14s,box-shadow .14s;display:flex}.SubjectMapExplorer-module__BZfLYq__sideTab:hover{border-color:var(--color-accent);color:var(--color-accent)}.SubjectMapExplorer-module__BZfLYq__sideTab[data-active=true]{background:var(--color-accent);border-color:var(--color-accent);box-shadow:var(--shadow-sm);color:var(--color-text-inverse)}.SubjectMapExplorer-module__BZfLYq__sideTabName{font-weight:600}.SubjectMapExplorer-module__BZfLYq__sideTabMeta{font-size:var(--fs-small);opacity:.75}.SubjectMapExplorer-module__BZfLYq__visualizer{background:var(--palette-core-100);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);min-width:0;height:26rem;scroll-margin-top:calc(var(--header-h-collapsed) + var(--space-4));flex:1 1 0;display:flex;position:relative;overflow:hidden}.SubjectMapExplorer-module__BZfLYq__scroll{flex:1 1 0;min-width:0;min-height:0;overflow:hidden auto}.SubjectMapExplorer-module__BZfLYq__legend{background:var(--palette-core-200);border-bottom:1px solid var(--color-border);align-items:center;gap:var(--space-2)var(--space-6);padding:var(--space-3)var(--space-6);z-index:2;flex-wrap:wrap;display:flex;position:sticky;top:0}.SubjectMapExplorer-module__BZfLYq__legendItem{align-items:center;gap:var(--space-2);display:inline-flex}.SubjectMapExplorer-module__BZfLYq__legendSwatch{border:2px solid color-mix(in srgb,var(--map-accent)72%,transparent);border-radius:var(--radius-pill);background:color-mix(in srgb,var(--map-accent)10%,transparent);flex:none;width:26px;height:16px;display:inline-block;position:relative;overflow:hidden}.SubjectMapExplorer-module__BZfLYq__legendLabel{color:var(--color-text-secondary);white-space:nowrap}.SubjectMapExplorer-module__BZfLYq__legendHint{color:var(--color-text-secondary);margin-left:auto}.SubjectMapExplorer-module__BZfLYq__tapHint{color:var(--color-text-secondary);padding:var(--space-3)var(--space-4)0;display:none}.SubjectMapExplorer-module__BZfLYq__units{gap:var(--space-8);padding:var(--space-6)var(--space-6)var(--space-8);flex-direction:column;display:flex}.SubjectMapExplorer-module__BZfLYq__detailContent{align-items:flex-start;gap:var(--space-3);flex-direction:column;width:100%;display:flex}.SubjectMapExplorer-module__BZfLYq__unit{gap:var(--space-3);flex-direction:column;display:flex}.SubjectMapExplorer-module__BZfLYq__unitLabel{color:var(--color-text-secondary)}.SubjectMapExplorer-module__BZfLYq__pillRow{align-items:center;gap:var(--space-3)0;flex-wrap:wrap;padding:4px;display:flex}.SubjectMapExplorer-module__BZfLYq__pill{border:2px solid color-mix(in srgb,var(--map-accent)85%,transparent);border-radius:var(--radius-pill);background:color-mix(in srgb,var(--map-accent)8%,transparent);cursor:pointer;font:inherit;flex:none;width:34px;height:22px;padding:0;transition:transform .14s,box-shadow .14s;position:relative;overflow:visible}.SubjectMapExplorer-module__BZfLYq__pillClip{border-radius:var(--radius-pill);position:absolute;inset:0;overflow:hidden}.SubjectMapExplorer-module__BZfLYq__pillFill{background:var(--map-accent);opacity:.85;position:absolute;bottom:0;left:0;right:0}.SubjectMapExplorer-module__BZfLYq__pill[data-mastery=in_progress],.SubjectMapExplorer-module__BZfLYq__pill[data-mastery=mastered]{box-shadow:var(--shadow-sm)}.SubjectMapExplorer-module__BZfLYq__pill[data-mastery=not_started],.SubjectMapExplorer-module__BZfLYq__legendSwatch[data-mastery=not_started]{border-color:color-mix(in srgb,var(--map-accent)40%,transparent)}.SubjectMapExplorer-module__BZfLYq__pill:hover{transform:translateY(-1px)}.SubjectMapExplorer-module__BZfLYq__pill:focus-visible,.SubjectMapExplorer-module__BZfLYq__pillSelected{outline:2px solid var(--map-accent);outline-offset:2px}.SubjectMapExplorer-module__BZfLYq__connector{border-top:1px dashed var(--palette-core-400);align-self:center;width:18px;height:0}.SubjectMapExplorer-module__BZfLYq__detail{background:var(--palette-core-0);border-radius:var(--radius-md);box-shadow:var(--shadow-md);align-items:flex-start;gap:var(--space-3);opacity:0;pointer-events:none;visibility:hidden;flex-direction:column;flex:none;width:0;min-height:0;padding:0;transition:width .22s cubic-bezier(.2,.8,.2,1),padding .22s cubic-bezier(.2,.8,.2,1),opacity .18s,visibility .22s;display:flex;position:relative;overflow:hidden}.SubjectMapExplorer-module__BZfLYq__detail[data-open=true]{margin:var(--space-2);opacity:1;padding:var(--space-6)var(--space-4)var(--space-4);pointer-events:auto;visibility:visible;width:260px;overflow-y:auto}.SubjectMapExplorer-module__BZfLYq__detailClose{color:var(--color-text-secondary);cursor:pointer;font:inherit;font-size:var(--fs-small);padding:var(--space-1);right:var(--space-2);top:var(--space-2);background:0 0;border:none;line-height:1;position:absolute}.SubjectMapExplorer-module__BZfLYq__detailTitle{color:var(--color-text);padding-right:28px;font-weight:600;line-height:1.25}.SubjectMapExplorer-module__BZfLYq__skillList{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.SubjectMapExplorer-module__BZfLYq__skillRow{align-items:flex-start;gap:var(--space-3);display:flex}.SubjectMapExplorer-module__BZfLYq__skillText{color:var(--color-text-secondary);line-height:1.4}.SubjectMapExplorer-module__BZfLYq__skillMeter{flex:none;gap:2px;margin-top:5px;display:flex}.SubjectMapExplorer-module__BZfLYq__skillMeterSegment{background:color-mix(in srgb,var(--map-accent)16%,transparent);border-radius:2px;width:6px;height:6px}.SubjectMapExplorer-module__BZfLYq__skillMeterSegment[data-filled=true]{background:var(--map-accent)}.SubjectMapExplorer-module__BZfLYq__moreSkills,.SubjectMapExplorer-module__BZfLYq__mapHeader{color:var(--color-text-secondary)}.SubjectMapExplorer-module__BZfLYq__curriculumIndex{color:var(--color-text-secondary);font-size:var(--fs-body);text-align:center}.SubjectMapExplorer-module__BZfLYq__indexToggle{color:inherit;cursor:pointer;align-items:center;gap:var(--space-2);font:inherit;padding:var(--space-2);text-underline-offset:4px;background:0 0;border:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;transition:color .14s;display:inline-flex}.SubjectMapExplorer-module__BZfLYq__indexToggle:hover{color:var(--color-accent)}.SubjectMapExplorer-module__BZfLYq__indexChevron{transition:transform .2s}.SubjectMapExplorer-module__BZfLYq__indexToggle[aria-expanded=true] .SubjectMapExplorer-module__BZfLYq__indexChevron{transform:rotate(180deg)}.SubjectMapExplorer-module__BZfLYq__indexReveal{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.SubjectMapExplorer-module__BZfLYq__indexRevealOpen{grid-template-rows:1fr}.SubjectMapExplorer-module__BZfLYq__indexRevealInner{opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s .3s;overflow:hidden}.SubjectMapExplorer-module__BZfLYq__indexRevealOpen .SubjectMapExplorer-module__BZfLYq__indexRevealInner{opacity:1;visibility:visible;transition:opacity .25s 50ms,visibility}.SubjectMapExplorer-module__BZfLYq__indexBody{margin-top:var(--space-6);text-align:left}.SubjectMapExplorer-module__BZfLYq__indexBodyBounded{max-height:30rem;padding-right:var(--space-4);padding-bottom:var(--space-12);scrollbar-width:thin;scrollbar-color:var(--color-border)transparent;overflow-y:auto;-webkit-mask-image:linear-gradient(#000 calc(100% - 64px),#0000);mask-image:linear-gradient(#000 calc(100% - 64px),#0000)}.SubjectMapExplorer-module__BZfLYq__indexCourse{margin-bottom:var(--space-8)}.SubjectMapExplorer-module__BZfLYq__indexCourse:last-child{margin-bottom:0}.SubjectMapExplorer-module__BZfLYq__indexCourseTitle{color:var(--color-text);font-family:var(--font-display);font-size:var(--fs-h3);margin:0 0 var(--space-4);text-wrap:balance}.SubjectMapExplorer-module__BZfLYq__indexCourseMeta{color:var(--color-text-secondary);font-family:var(--font-sans);font-size:var(--fs-small);margin-left:var(--space-3);white-space:nowrap}.SubjectMapExplorer-module__BZfLYq__indexUnits{column-count:2;column-gap:var(--space-8)}@media (max-width:720px){.SubjectMapExplorer-module__BZfLYq__indexUnits{column-count:1}}.SubjectMapExplorer-module__BZfLYq__indexUnit{break-inside:avoid;margin-bottom:var(--space-4)}.SubjectMapExplorer-module__BZfLYq__indexUnitTitle{color:var(--color-text);margin:0 0 var(--space-1);font-weight:600}.SubjectMapExplorer-module__BZfLYq__indexUnitDetail{color:var(--color-text-secondary);font-size:var(--fs-small);margin:0;line-height:1.55}@media (prefers-reduced-motion:reduce){.SubjectMapExplorer-module__BZfLYq__indexChevron,.SubjectMapExplorer-module__BZfLYq__indexReveal,.SubjectMapExplorer-module__BZfLYq__indexRevealInner{transition:none}}.SubjectMapExplorer-module__BZfLYq__moreSubjects{border:1px dashed var(--palette-core-400);border-radius:var(--radius-md);color:var(--color-text-secondary);padding:var(--space-3)var(--space-4);text-align:center}@media (max-width:767px){.SubjectMapExplorer-module__BZfLYq__body{flex-direction:column}.SubjectMapExplorer-module__BZfLYq__sideTabs{padding-bottom:var(--space-2);scrollbar-width:none;flex-direction:row;width:auto;overflow-x:auto}.SubjectMapExplorer-module__BZfLYq__sideTabs::-webkit-scrollbar{display:none}.SubjectMapExplorer-module__BZfLYq__legend{gap:var(--space-3);padding:var(--space-3)var(--space-4);flex-wrap:nowrap}.SubjectMapExplorer-module__BZfLYq__legendItem{gap:var(--space-1)}.SubjectMapExplorer-module__BZfLYq__legendLabel{font-size:var(--fs-eyebrow)}.SubjectMapExplorer-module__BZfLYq__legendSwatch{width:21px;height:13px}.SubjectMapExplorer-module__BZfLYq__legendHint{display:none}.SubjectMapExplorer-module__BZfLYq__tapHint{display:block}.SubjectMapExplorer-module__BZfLYq__sideTab{padding:var(--space-2)var(--space-3);flex:none}.SubjectMapExplorer-module__BZfLYq__moreSubjects{white-space:normal;flex:none;align-self:center;max-width:11rem}.SubjectMapExplorer-module__BZfLYq__visualizer{flex-direction:column;flex:none;height:auto}.SubjectMapExplorer-module__BZfLYq__scroll{flex:none;height:22rem}.SubjectMapExplorer-module__BZfLYq__detail{width:auto;transition:max-height .22s cubic-bezier(.2,.8,.2,1),padding .22s cubic-bezier(.2,.8,.2,1),opacity .18s}.SubjectMapExplorer-module__BZfLYq__detail[data-open=true]{width:auto;max-height:20rem}}
