.menulist{display:flex;flex-wrap:wrap;justify-content:center}.menulist>*{margin:.8px}.menulist>:first-child{margin-left:0}.menulist>:last-child{margin-right:0}.menucontent{display:flex;flex-wrap:wrap;width:100%}.menucontent>*{width:50%;height:-moz-fit-content;height:fit-content;margin-bottom:64px}.menucontent>:nth-child(odd){padding-right:16px}.menucontent>:nth-child(2n){padding-left:16px}@media only screen and (max-width:719px){.menucontent{flex-direction:column}.menucontent>*{width:100%}}.menuitem{display:flex;flex-direction:column;justify-content:center;background-color:transparent;padding:16px;border:4px solid transparent;border-radius:16px;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;.mititle{background:linear-gradient(var(--black)) 0 100%;background-repeat:no-repeat;background-size:0 2px;transition:background-position 0s .1s,background-size .1s}}.menuitem:hover{.mititle{background-position:100% 100%;background-size:100% 2px}}.menuitem:hover:active{transform:translateY(-1px) scale(.99);.mititle{background:linear-gradient(var(--a_blue)) 100% 100%;background-repeat:no-repeat;background-size:100% 2px}.mititle,.updated{color:var(--a_blue)}}.menuitem .miheader{display:flex;align-items:flex-end;width:-moz-fit-content;width:fit-content;font-weight:700}.menuitem .hot,.menuitem .new{margin-right:.5rem;animation:fade 2.7s linear;animation-direction:alternate;animation-iteration-count:infinite}.menuitem .new:before{content:"new!"}.menuitem .hot:before{content:"hot!"}.menuitem .updated,.menuitem .updated.mobileshow{color:var(--a_brown);font-size:1rem;font-style:italic;font-weight:400}.menuitem .updated{margin:0 0 1px 1rem}.menuitem .updated.mobileshow{margin:.5rem 0 0 1rem}.menuitem .updated:before{content:"v"}