.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.brand-mark,
.brand-mark.small {
  border: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 8px 18px rgba(4, 18, 13, .18));
}

.brand-logo rect {
  fill: rgba(255, 255, 255, .055);
  stroke: rgba(211, 235, 224, .52);
  stroke-width: 1.25;
}

.brand-logo path {
  fill: none;
  stroke: #f7f5ec;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-logo circle {
  fill: #d7f16a;
  stroke: #10271f;
  stroke-width: .75;
}

.login-art > .brand-mark {
  width: 58px;
  height: 58px;
}

.brand .brand-mark.small {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.brand strong {
  letter-spacing: .06em;
}

.brand small {
  letter-spacing: .2em;
}

.sidebar nav {
  gap: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(215, 241, 106, .22) transparent;
}

.sidebar nav p {
  margin: 20px 12px 8px;
  color: #68877a;
  letter-spacing: .18em;
}

.sidebar nav button {
  min-height: 40px;
  padding: 9px 11px;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #afc2b9;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.sidebar nav button > span {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  color: #769b8b;
  transition: color .18s ease, transform .18s ease;
}

.sidebar nav button > span svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sidebar nav button:hover {
  background: rgba(255, 255, 255, .045);
  border-color: rgba(255, 255, 255, .055);
  color: #f1f5ef;
  transform: translateX(2px);
}

.sidebar nav button:hover > span {
  color: #c5dbd0;
}

.sidebar nav button.active {
  background: linear-gradient(90deg, rgba(39, 105, 79, .9), rgba(31, 82, 63, .76));
  border-color: rgba(162, 204, 184, .12);
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, .045), 0 8px 22px rgba(3, 16, 11, .14);
}

.sidebar nav button.active > span {
  color: #d7f16a;
  transform: scale(1.04);
}

.sidebar nav button.active::after {
  right: auto;
  left: -1px;
  width: 3px;
  height: 22px;
  border-radius: 0 3px 3px 0;
  background: #d7f16a;
  box-shadow: 0 0 12px rgba(215, 241, 106, .28);
}

.sidebar nav b {
  min-width: 18px;
  min-height: 18px;
  margin-left: auto;
  padding: 2px 5px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(215, 241, 106, .28);
  background: rgba(215, 241, 106, .12);
  color: #dff884;
  font-size: 9px;
  line-height: 1;
}

.sidebar nav b:empty {
  display: none;
}

@media (max-width: 980px) {
  .brand {
    justify-content: center;
    padding-inline: 0;
  }

  .brand > div {
    display: none;
  }

  .sidebar nav button {
    justify-content: center;
    padding-inline: 8px;
  }

  .sidebar nav button > span {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .sidebar nav button > span svg {
    width: 20px;
    height: 20px;
  }

  .sidebar nav button:hover {
    transform: none;
  }
}

@media (max-width: 620px) {
  .brand .brand-mark.small {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
}
