@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap");:root{--lh-fog:#F3F5F4;--lh-paper:#FFFFFF;--lh-navy:#16324F;--lh-navy-soft:#2C4A67;--lh-slate:#63737D;--lh-slate-light:#93A2AA;--lh-line:#E2E7E6;--lh-gold:#CE9838;--lh-gold-soft:#F4E4C1;--lh-teal:#2F6F6B;--lh-teal-soft:#DCEBE9;--lh-red:#B4472A;--lh-red-soft:#F5DED4;--lh-green:#3F7D52}*{box-sizing:border-box}body{margin:0;background:var(--lh-fog);color:var(--lh-navy);font-family:Inter,ui-sans-serif,system-ui,sans-serif}.lh-display{font-family:Fraunces,Georgia,serif;font-optical-sizing:auto}.lh-mono{font-family:IBM Plex Mono,ui-monospace,monospace}.lh-focus:focus-visible{outline:2px solid var(--lh-navy);outline-offset:2px;border-radius:6px}@media (prefers-reduced-motion:reduce){.lh-anim{transition:none!important;animation:none!important}}.lh-app-shell{min-height:100vh;display:flex}.lh-sidebar{width:220px;flex-shrink:0;border-right:1px solid var(--lh-line);padding:28px 18px;display:flex;flex-direction:column;gap:20px;min-height:100%}.lh-mobile-topbar,.lh-sidebar-backdrop,.lh-sidebar-close-btn{display:none}@media (min-width:861px){.lh-sidebar{position:-webkit-sticky;position:sticky;top:0;min-height:0;height:100vh;overflow-y:auto}}.lh-dashboard-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;display:flex;justify-content:flex-end;padding:10px 24px;background:var(--lh-fog)}.lh-sidebar-bottom-profile{display:none}@media (max-width:860px){.lh-dashboard-topbar{display:none}.lh-sidebar-bottom-profile{display:block}.lh-app-shell{flex-direction:column}.lh-mobile-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--lh-line);position:-webkit-sticky;position:sticky;z-index:20}.lh-mobile-topbar,.lh-sidebar{background:var(--lh-paper);top:0}.lh-sidebar{position:fixed;left:0;bottom:0;z-index:50;width:260px;max-width:82vw;box-shadow:0 0 24px rgba(22,50,79,.18);transform:translateX(-100%);transition:transform .22s ease}.lh-sidebar.lh-sidebar-open{transform:translateX(0)}.lh-sidebar-backdrop.lh-sidebar-backdrop-open{display:block;position:fixed;inset:0;background:rgba(22,50,79,.4);z-index:40}}.lh-courseline-scroll{width:100%}@media (max-width:860px){.lh-courseline-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.lh-courseline-inner{min-width:700px}}.lh-portal-layout{display:flex;gap:28px;align-items:flex-start}.lh-portal-main{flex:1 1;min-width:0}.lh-portal-sidebar{width:300px;flex-shrink:0;position:-webkit-sticky;position:sticky;top:20px}@media (max-width:860px){.lh-portal-layout{flex-direction:column}.lh-portal-sidebar{display:none}}.lh-referral-mobile{display:none}@media (max-width:860px){.lh-referral-mobile{display:block;width:100%;margin:0 auto 20px}.lh-referral-mobile .lh-referral-title{font-size:16px}}.lh-progress-checkbox{display:none}.lh-progress-header{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px}.lh-progress-chevron{color:var(--lh-slate);flex-shrink:0;transition:transform .15s ease;transform:rotate(180deg)}.lh-progress-checkbox:not(:checked)~.lh-progress-header{margin:0}.lh-progress-checkbox:not(:checked)~.lh-progress-header .lh-progress-chevron{transform:rotate(0deg)}.lh-progress-checkbox:not(:checked)~.lh-progress-content{display:none}.lh-referral-card{background:var(--lh-fog);border:1px solid var(--lh-line);border-radius:12px;padding:14px 16px}.lh-referral-checkbox{display:none}.lh-referral-label{display:flex;align-items:center;gap:11px;margin:0}.lh-referral-title{font-size:14px;font-weight:600;color:var(--lh-navy);flex:1 1}.lh-referral-chevron{display:none;color:var(--lh-slate);flex-shrink:0;transition:transform .15s ease}.lh-referral-content{font-size:13px;line-height:1.6;color:var(--lh-navy-soft);white-space:pre-line;margin-top:10px;padding-left:27px}@media (max-width:860px){.lh-referral-label{cursor:pointer}.lh-referral-chevron{display:block}.lh-referral-content{display:none;padding-left:0}.lh-referral-checkbox:checked~.lh-referral-content{display:block}.lh-referral-checkbox:checked~.lh-referral-label .lh-referral-chevron{transform:rotate(180deg)}}.lh-branding-inline{display:none}.lh-branding-footer-bar{display:flex}@media (max-width:860px){.lh-branding-inline{display:flex;justify-content:center;margin-bottom:20px}.lh-branding-footer-bar{display:none}.lh-doc-row{flex-wrap:wrap}.lh-doc-name{flex-basis:100%}}@keyframes lh-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes lh-pulse-once{0%{box-shadow:0 0 0 0 rgba(47,111,107,.35)}70%{box-shadow:0 0 0 8px rgba(47,111,107,0)}to{box-shadow:0 0 0 0 rgba(47,111,107,0)}}.lh-harbor-enter{opacity:0;animation:lh-fade-up .7s ease forwards}.lh-harbor-pulse{animation:lh-pulse-once 1.6s ease-out 1}@media (prefers-reduced-motion:reduce){.lh-harbor-enter{opacity:1;animation:none}.lh-harbor-pulse{animation:none}}