@charset "UTF-8";
.text code, .text img, .help, .header nav li a, .content .fsh, table, .help a, .header nav li:last-of-type a {
  border-radius: 6px; }

.content h1 {
  font-size: 5rem;
  line-height: 5.8rem; }

.text h2 {
  font-size: 3rem;
  line-height: 3.8rem; }

.text h3, .help h3 {
  font-size: 2.4rem;
  line-height: 3.2rem; }

.footer, .content {
  align-items: center;
  justify-content: center; }

.footer, .content h1, .content, .help a, .header nav li:last-of-type a {
  text-align: center; }

.content, body {
  margin: 0 auto; }

.help p, .help h3, .content h1 + p, ul {
  margin: 0;
  padding: 0; }

.help h3, .help a, .header nav li:last-of-type a {
  text-transform: uppercase;
  font-weight: 900; }

.help a, .header nav li:last-of-type a {
  margin: 0;
  padding: 8px 14px;
  box-shadow: 1px 1px 3px rgba(17, 17, 17, 0.25); }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

html,
body {
  height: 100%; }

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  color: #010101;
  line-height: 1.625em; }

hr {
  border: 0;
  margin: 40px 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

strong {
  color: #010101; }

ul {
  list-style-type: none; }

a {
  text-decoration: none; }
  a:hover {
    transition: all 0.3s ease-in-out; }

p {
  font-family: "IBM Plex Mono", monospace; }

.table {
  overflow-x: auto;
  margin: 0 auto; }
  @media screen and (max-width: 500px) {
    .table {
      width: 100%; } }
table {
  font-family: "IBM Plex Mono", monospace;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.05); }
  table th {
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #f5f5f5; }
  table td {
    text-align: left;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05); }
    table td:nth-child(1) {
      color: #666; }
    table td:nth-child(4) {
      color: #008000;
      background-color: #b6f1b6; }
      table td:nth-child(4) code {
        color: #008000;
        background-color: #ddffdd; }
  table tr:nth-child(3) td:nth-child(4) {
    color: #dc143c;
    background-color: #fcc; }

.content {
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  padding-top: 65px; }
  .content .fsh {
    padding-top: 65px;
    width: 800px; }
    @media screen and (max-width: 500px) {
      .content .fsh {
        width: 100%; } }
  .content h1 {
    font-weight: 900;
    margin: 80px 0 0 0; }
    .content h1 + p {
      margin-bottom: 50px; }
    @media screen and (max-width: 500px) {
      .content h1 {
        width: 80%;
        margin: 80px auto 0 auto; }
        .content h1 .fsh {
          width: 100%; } }
.active {
  color: #0366d6;
  background-color: #def; }

.header {
  background-color: #ffffff;
  box-shadow: 1px 1px 3px rgba(17, 17, 17, 0.25);
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px; }
  .header div {
    display: flex;
    align-items: center; }
    .header div h1 {
      margin-left: 10px;
      font-family: "IBM Plex Mono", monospace;
      font-weight: 700;
      font-size: 2.4rem; }
      .header div h1 a {
        color: #010101; }
        .header div h1 a:hover {
          color: #010101; }
  .header .icon {
    display: none; }
  .header nav {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header nav li {
      display: inline-flex; }
      .header nav li a {
        padding: 8px 14px;
        color: #010101; }
        .header nav li a:hover {
          color: #0366d6;
          background-color: #def; }
      .header nav li:last-of-type a {
        margin-left: 10px;
        transition: all 0.3s ease-in-out;
        color: #ffffff;
        background-color: #1e90ff;
        font-size: 1.6rem; }
        .header nav li:last-of-type a:hover {
          color: #ffffff;
          background-color: #191970; }
  @media screen and (max-width: 1000px) {
    .header {
      background-color: #ffffff; }
      .header .icon {
        text-align: center;
        display: block;
        width: 100%;
        padding: 0.5rem 0;
        margin-right: 10px; }
        .header .icon a {
          padding: 1rem 2rem; }
      .header ul:first-of-type {
        display: none; }
      .header.show ul:first-of-type {
        z-index: 1000;
        display: flex;
        flex-direction: column;
        background-color: #ffffff;
        position: absolute;
        top: 65px;
        right: 0;
        width: 100%; }
        .header.show ul:first-of-type li {
          border-radius: 0;
          width: 100%;
          border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
          .header.show ul:first-of-type li:hover {
            background-color: #f5f5f5; }
          .header.show ul:first-of-type li:last-of-type a {
            margin: 20px; }
          .header.show ul:first-of-type li a {
            text-align: center;
            width: 100%;
            margin-left: 0;
            padding: 1.6rem 0; } }
.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 50px; }
  .footer li {
    display: inline-block; }
    .footer li:after {
      padding: 0 10px;
      content: " ·"; }
    .footer li:last-child:after {
      content: "";
      padding: 0; }
  .footer a {
    font-family: "IBM Plex Mono", monospace;
    color: #1e90ff; }
    .footer a:hover {
      color: #010101; }
  @media screen and (max-width: 500px) {
    .footer {
      width: 80%;
      margin: 0 auto; }
      .footer li {
        display: block;
        margin: 0;
        padding: 0; }
        .footer li:after {
          padding: 0;
          content: ""; } }
.features {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .features div {
    text-align: center;
    width: 33.333333333333333%;
    padding: 20px; }
    .features div a {
      font-weight: 700;
      color: #1e90ff; }
      .features div a:hover {
        color: #010101; }
    .features div p {
      color: gray; }
    .features div h3 {
      font-weight: 800;
      font-size: 2rem; }
    .features div:nth-child(1) {
      border-right: 1px solid rgba(0, 0, 0, 0.06);
      border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
    .features div:nth-child(2) {
      border-right: 1px solid rgba(0, 0, 0, 0.06);
      border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
    .features div:nth-child(3) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
    .features div:nth-child(4) {
      border-right: 1px solid rgba(0, 0, 0, 0.06); }
    .features div:nth-child(5) {
      border-right: 1px solid rgba(0, 0, 0, 0.06); }
  @media screen and (max-width: 1000px) {
    .features {
      flex-wrap: nowrap;
      flex-direction: column; }
      .features div {
        width: 100%; }
        .features div:nth-child(1) {
          border-right: none;
          border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
        .features div:nth-child(2) {
          border-right: none;
          border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
        .features div:nth-child(3) {
          border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
        .features div:nth-child(4) {
          border-right: none;
          border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
        .features div:nth-child(5) {
          border-right: none;
          border-bottom: 1px solid rgba(0, 0, 0, 0.06); } }
.help {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 50px auto;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.03); }
  .help a {
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    background-color: #010101;
    font-size: 1.6rem; }
    .help a:hover {
      color: #010101;
      background-color: #ffffff; }
    @media screen and (max-width: 500px) {
      .help a {
        margin-top: 20px; } }
.text {
  padding: 0 40px;
  width: 100%;
  text-align: left;
  max-width: 1120px; }
  .text h1 {
    text-align: left; }
  .text img {
    width: 60%;
    margin: 20px 0;
    display: block; }
  .text code {
    word-break: break-all;
    background-color: red;
    color: #0366d6;
    background-color: #def;
    font-size: 1.6rem;
    padding: 4px 6px; }
  .text a {
    font-weight: 700;
    color: #1e90ff; }
    .text a:hover {
      color: #010101; }
  @media screen and (max-width: 1000px) {
    .text {
      padding: 20px; }
      .text img {
        width: 100%; } }
