*{transition:.3s ease;font-family:montserrat,sans-serif}body{background-color:#fafafa;margin:0}h1,h2,h3,h4,h5,h6{color:#505050}p,li{color:#606060;font-size:1.2rem}time{color:#dfb600;font-size:1rem}a{color:#dfb600;text-decoration:none;font-weight:bolder}table{width:100%;border-collapse:collapse;border-spacing:0;margin-bottom:1rem;font-size:1rem;line-height:1.4;color:#606060}table th,table td{padding:.5em 1em;text-align:left;border:3px solid #fafafa}table th{background-color:#e6e6e6;font-weight:700;color:#505050}table tr:nth-child(even){background-color:#f2f2f2}table tr:hover{background-color:#e6e6e6}#box{margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;min-height:100vh;max-width:60rem}main{flex-grow:1;margin:0 auto;max-width:98%;overflow-y:scroll;overflow-x:hidden}main a:hover{color:#505050}main img{display:block;margin:0 auto;max-width:100%;height:auto}main .mermaid{display:flex;flex-direction:column;align-items:center}main .katex{overflow-x:scroll;overflow-y:hidden}main .katex *{font-family:katex_main,serif;color:#606060}header{display:flex;top:0;align-items:center;justify-content:space-between;border-bottom:3px solid #dfb600;padding:.5rem;background-color:#fafafa;z-index:1000;overflow-x:hidden;position:sticky}header nav{display:flex}header nav ul{list-style-type:none;display:flex;gap:clamp(1rem,8vw,6rem)}header nav ul li{display:inline-block}header nav ul li a{text-decoration:none;font-weight:700;font-size:1.5rem;color:#505050}header nav ul li a:hover,header nav ul li a.active{color:#dfb600}header.hidden{top:-6.1rem}@media only screen and (max-width:550px){header{justify-content:space-around}header ul{flex-direction:column}header ul li{margin:-.8rem}header #logo svg{width:6rem}header.hidden{top:-8.3rem}}#logo{display:flex}#logo svg{height:auto;width:4.5rem}#logo svg g#g1 path{fill:#505050!important}#logo svg:hover g#g1 path#flame,#logo svg:hover g#g1 path#lights{fill:#dfb600!important}footer{border-top:3px solid #dfb600}footer .contacts{padding:1rem 0;display:flex;justify-content:space-evenly;gap:clamp(1rem,8vw,4rem);flex-wrap:wrap}footer .contacts a{color:#505050;font-size:1.8rem}footer .contacts a:hover{color:#dfb600}.lectures .entry{display:flex;align-items:center;justify-content:space-between;list-style-type:none;padding:0}.lectures .entry .code{display:inline-block;width:6.2rem;text-align:left}.lectures .entry .title{display:inline}.lectures .entry .abbr{display:none}.lectures .entry .attributes{display:flex;align-items:center;margin-left:1rem}.lectures .entry .attributes .language{margin-left:1rem;font-size:1.4rem}@media only screen and (max-width:700px){.lectures .entry .title{display:none}.lectures .entry .abbr{display:inline}}