/* V124 — 1GO-style CO.GAMES wordmark + top download bar. */

@font-face {
  font-display: swap;
  font-family: avertastd-extrabold;
  font-style: normal;
  font-weight: 900;
  src: url(/assets/woff2/avertastd-variable.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Fredoka;
  font-style: normal;
  font-weight: 600 700;
  src: url(/assets/woff2/fredoka.woff2) format("woff2");
}

html {
  --co-dl-h: 0px;
}

.co-nav-wordmark {
  display: inline-block;
  color: #fff;
  font-family: Fredoka, avertastd-extrabold, sans-serif;
  font-weight: 700;
  font-size: 0.6rem;
  font-style: normal;
  font-synthesis: none;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0.08rem;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
}

html.co-home-sticky .p8-home__nav-logo {
  max-width: 0.72rem;
  height: 0.72rem;
}

html.co-nav-branded .p8-home__nav-logo,
html.co-guest-header .p8-home__nav-logo,
html.co-guest-header .co-nav-wordmark {
  display: none !important;
}

.co-nav-brand {
  display: block;
  height: 0.84rem;
  max-height: 0.9rem;
  width: auto;
  max-width: 3.55rem;
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
  pointer-events: none;
  user-select: none;
}

html.co-guest-header .co-nav-brand {
  height: 1rem;
  max-height: 1.05rem;
  max-width: 4.6rem;
}

.co-dl-bar {
  position: fixed;
  top: 0;
  z-index: 110;
  box-sizing: border-box;
  pointer-events: auto;
}

.co-dl-bar__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
}

.co-dl-bar__bg {
  width: 100%;
  height: auto;
  display: block;
  flex: none;
  pointer-events: none;
  user-select: none;
}

.co-dl-bar__logo {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 13.3333%;
  left: 15.4167%;
  width: 11.1111%;
  height: 76.1905%;
  border-radius: calc(17px * var(--co-dl-scale, 1));
  background: #1f2120;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.co-dl-bar__logo img {
  height: 82.5%;
  width: auto;
  display: block;
  object-fit: contain;
}

.co-dl-bar__brand {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 12.381%;
  left: 28.0556%;
  display: flex;
  align-items: flex-start;
  gap: calc(5px * var(--co-dl-scale, 1));
  white-space: nowrap;
}

.co-dl-bar__name {
  color: #fff;
  font-family: Fredoka, avertastd-extrabold, sans-serif;
  font-size: calc(30px * var(--co-dl-scale, 1));
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  padding-top: calc(5px * var(--co-dl-scale, 1));
  display: block;
}

.co-dl-bar__fire {
  width: calc(29px * var(--co-dl-scale, 1));
  height: calc(36px * var(--co-dl-scale, 1));
  flex: none;
  display: block;
  font-size: calc(22px * var(--co-dl-scale, 1));
  line-height: 1;
  margin-top: calc(2px * var(--co-dl-scale, 1));
}

.co-dl-bar__dl-label {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  top: 18.0952%;
  left: 79.0278%;
  width: 15.4167%;
  height: 66.6667%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: Poppins, Inter, sans-serif;
  font-size: calc(25.5px * var(--co-dl-scale, 1));
  font-weight: 800;
  letter-spacing: calc(-1.25px * var(--co-dl-scale, 1));
  line-height: calc(17.336px * var(--co-dl-scale, 1));
  white-space: nowrap;
}

.co-dl-bar__btn,
.co-dl-bar__close {
  position: absolute;
  top: 0;
  z-index: 4;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}

.co-dl-bar__close {
  left: 0;
  width: 15%;
}

.co-dl-bar__btn {
  left: 15%;
  width: 85%;
}
