@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");*{box-sizing:border-box;padding:0;margin:0}html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{font-family:Outfit,system-ui,-apple-system,sans-serif;min-height:100%;height:100%;background:linear-gradient(145deg,#eef1ff,#f0f4ff 40%,#e8edf8);background-attachment:fixed}@media (max-width:768px){.lesson-content-layout{flex-direction:column!important;height:auto!important;min-height:calc(100vh - 140px)!important}.lesson-content-layout,.lesson-content-layout>section{overflow:visible!important}.lesson-aside{width:100%!important;min-width:0!important;max-height:none!important;border-left:none!important;border-top:1px solid rgba(92,107,192,.2)!important}}