* {font-family: "Ubuntu";-webkit-tap-highlight-color: transparent;outline: none;}body {background-color: #222;overflow-y: auto;margin: 30px;color: #BBB;}main {display: flex;justify-content: center;}article {width: 90%;max-width: 900px;display: flex;flex-direction: column;gap: 10px;}header {display: flex;flex-direction: column;}nav ol {display: flex;list-style: none;margin: 10px 0px 0px 0px;white-space: nowrap;font-size: 14px;color: #888;padding: 0px;gap: 8px;}nav ol li:not([aria-current])::after {content: "\27A4";margin-left: 8px;font-size: 10px;color: #555;}nav ol li a {color: #888;text-decoration: none;}nav ol li a:hover {text-decoration: underline;}nav ol li[aria-current] {max-width: calc(100vw - 190px);text-overflow: ellipsis;overflow: hidden;}h1 {margin: 8px 0px 5px 0px;}h2 {margin: 0px 0px 15px 0px;}.info {color: #888;display: flex;font-size: 15px;padding: 5px 0px;gap: 10px;}.tags {display: flex;margin-top: 10px;gap: 5px;}.tag-item {background-color: #0004;color: #FFF7;font-size: 13.5px;font-weight: 400;line-height: 30px;border-radius: 30px;padding: 0px 12px 0px 12px;}.author {color: #888;}.content-actions {display: flex;margin-top: -35px;justify-content: end;gap: 15px;}@media (max-width: 760px) {.content-actions {margin-top: 20px;justify-content: start;}}.content-actions a {text-decoration: none;border-radius: 35px;}.content-action {height: 42px;border-radius: 35px;border: none;color: #FFFE;cursor: pointer;font-weight: 500;background-repeat: no-repeat;background-size: auto 20px;display: flex;align-items: center;gap: 6px;}.content-action::after {content: "";display: block;width: 20px;height: 20px;background-position: center;background-repeat: no-repeat;background-size: contain;opacity: 0.85;}.content-action.launch::after {background-image: url(../assets/icons/view.svg);}.content-action.source::after {background-image: url(../assets/icons/github.svg);}.content-action.launch {background-color: var(--color);padding: 0px 20px;}.content-action.source {background-color: #0004;padding: 0px 14px 0px 20px;box-shadow: inset 0px 0px 0px 2px var(--color);}.cover {min-height: 340px;max-height: 340px;background-color: #FFF1;object-fit: cover;border-radius: 12px;margin-top: 25px;display: flex;align-items: center;justify-content: center;overflow: hidden;}.cover img {width: 100%;}@media (max-width:800px) {.cover {min-height: auto;}}p {line-height: 27px;margin: 14px 0px;color: #fff8;}figure {margin: 20px 0px;display: flex;justify-content: center;}figure img {width: 100%;margin: auto;border-radius: 15px;}section a {color: #1a65ef;text-decoration: none;}section a:hover {text-decoration: underline;}em,code {padding: 5px 7px;background-color: #0003;color: #fffa;border-radius: 6px;margin: 0px 4px;font-size: 14px;}code {font-family: "FiraCode";}li {line-height: 28px;}ol ul {padding: 5px 25px;}pre {padding: 20px;color: #CCC;overflow-y: auto;border-radius: 12px;background-color: #0005;}pre::selection {background-color: #fff2;}pre::-webkit-scrollbar {width: 4px;height: 4px;}pre::-webkit-scrollbar-thumb {background-color: #FFF4;border-radius: 8px;}pre,pre * {font-family: "FiraCode";font-size: 14px;}@media (max-width: 740px) {body {margin: 20px;}article {width: 100%;gap: 10px;}figure {margin: 10px 0px;}figure img {border-radius: 8px;}pre {border-radius: 8px;}p {margin: 10px 0px;}}