.docs-body {
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  background: #07080b;
}

.docs-page {
  min-height: 100dvh;
  margin-left: 80px;
  padding: 14px 72px 78px;
  display: flex;
  flex-direction: column;
  color: #fff;
  background:
    radial-gradient(circle at 48% 8%, rgba(41, 35, 55, 0.07), transparent 35%),
    #07080b;
}

.docs-header {
  width: 100%;
  height: 65px;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #111116;
  border: 2px solid #050507;
  outline: 1px solid #2e2f36;
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.025), 0 3px #030305;
}

.docs-breadcrumb {
  display: flex;
  align-items: center;
  gap: 11px;
}

.docs-breadcrumb img {
  width: 28px;
  height: 28px;
  image-rendering: pixelated;
}

.docs-breadcrumb span {
  color: #a1a1aa;
  font-size: 12px;
}

.docs-breadcrumb span b {
  margin-left: 2px;
  color: #fff;
}

.docs-breadcrumb strong {
  margin-left: -9px;
  color: #fac800;
  font-family: "Minercraftory", sans-serif;
  font-size: 19px;
  letter-spacing: 0.025em;
  text-shadow: 2px 2px #000;
}

.docs-main {
  width: 100%;
  flex: 1;
  padding-top: 58px;
}

.docs-kicker {
  margin: 0 0 13px;
  color: #ffe000;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.docs-main h1 {
  margin: 0 0 11px;
  color: #fff;
  font-family: "Minercraftory", sans-serif;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.025em;
  text-shadow: 3px 3px #18181b;
}

.docs-intro {
  margin: 0;
  color: #d4d4d8;
  font-size: 11px;
  line-height: 1.55;
}

.docs-tabs {
  width: max-content;
  margin-top: 36px;
  padding: 6px 7px;
  display: flex;
  gap: 12px;
  background: #17171a;
  border: 2px solid #050507;
  outline: 1px solid #292a2f;
  box-shadow: 0 3px #030305;
}

.docs-tab {
  min-height: 42px;
  padding: 10px 15px 8px;
  color: #fff;
  font-family: "Minercraftory", sans-serif;
  font-size: 14px;
  letter-spacing: 0.035em;
}

.docs-tab.active {
  background: #3c8527;
  box-shadow: inset 0 3px #5ca33c, inset 0 -3px #1d4d13;
}

.docs-content {
  width: 100%;
  min-height: 73px;
  margin-top: 36px;
  padding: 21px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7f7f89;
  font-size: 16px;
  text-align: center;
  background: #28282b;
  border: 2px solid #050507;
  outline: 1px solid #414147;
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.035), 0 3px #030305;
}

.docs-footer {
  position: absolute;
  left: 80px;
  right: 0;
  bottom: 0;
  height: 66px;
  padding-top: 26px;
  color: #777780;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #1d1d21;
}

@media (max-width: 1023px) {
  .docs-page {
    margin-left: 0;
    padding: 14px 17px 82px;
  }

  .docs-header {
    padding-left: 69px;
  }

  .docs-footer {
    left: 0;
  }
}

@media (max-width: 640px) {
  .docs-page {
    min-width: 500px;
    padding: 14px 17px 82px;
  }

  .docs-header {
    height: 65px;
    padding-left: 69px;
  }

  .docs-breadcrumb {
    gap: 12px;
  }

  .docs-breadcrumb span,
  .docs-header .server-status {
    display: none;
  }

  .docs-breadcrumb strong {
    margin-left: 0;
    font-size: 18px;
  }

  .docs-main {
    padding-top: 42px;
    text-align: center;
  }

  .docs-kicker {
    margin-bottom: 13px;
  }

  .docs-main h1 {
    margin-bottom: 13px;
    font-size: 30px;
    white-space: nowrap;
    transform: translateX(-9px);
  }

  .docs-intro {
    font-size: 9.5px;
    white-space: nowrap;
  }

  .docs-tabs {
    width: 100%;
    margin-top: 33px;
    padding: 6px;
    gap: 10px;
  }

  .docs-tab {
    min-height: 36px;
    padding: 8px 10px 6px;
    font-size: 11px;
  }

  .docs-content {
    min-height: 73px;
    margin-top: 36px;
    white-space: nowrap;
    overflow: hidden;
  }

  .docs-footer {
    width: 500px;
    padding-left: 12px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
  }
}
