/* © 2026 Paftom */article{display:flex;flex-direction:column;row-gap:24px}article hgroup{display:flex;flex-direction:column;row-gap:6px}article hgroup p{color:var(--cs);font-size:14px;font-weight:var(--em)}article h1{font-size:24px;font-weight:var(--em);line-height:30px}article h2{font-size:18px;font-weight:var(--em);line-height:24px}article>div{display:flex;flex-direction:column;row-gap:6px}article>div>div:first-child{display:flex}article>div>div:last-child{display:flex;flex-direction:column;row-gap:22px}article>div>div:last-child a{display:inline;color:var(--blue);font-weight:var(--em)}article>div>div:last-child a:hover{color:var(--ah);text-decoration:underline}@media screen and (min-width:1024px){nav{width:240px;height:100dvh;padding-top:24px;padding-bottom:24px;position:fixed;left:0px;top:0px;border-right:1px solid var(--br)}nav>div:first-child>div{padding-left:13px;padding-right:13px}nav>div:first-child>div>a{padding:8px 11px;border-radius:10px}nav>div:first-child>div>a:hover{background-color:var(--fg)}main{width:432px}}@media screen and (min-width:1280px){nav{width:288px}main{width:480px}}@media screen and (min-width:1366px){main{width:528px}}@media screen and (min-width:1600px){main{width:576px}}@media screen and (min-width:1920px){main{width:632px}}