@font-face {
  font-family: "EA Text Bold";
  src: url("https://rip-bf.com/assets/fonts/electronic-arts-text-bold.6e66c8d7.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  background: #050912;
  color: #fff;
  font-family: "EA Text Bold", Arial, Helvetica, sans-serif;
}

.bf-global-page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 640px;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.bf-global-page-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 1;
  filter: saturate(1) brightness(.7) contrast(.9);
  mask-image: linear-gradient(
    to top,
    transparent 0%,
    rgba(0,0,0,.70) 50%,
    rgba(0,0,0,1) 100%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    transparent 0%,
    rgba(0,0,0,.70) 50%,
    rgba(0,0,0,1) 100%
  );
}

body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 640px;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(5,9,18,0) 0%, rgba(5,9,18,.08) 52%, #050912 100%),
    linear-gradient(to right, rgba(5,9,18,.12) 0%, rgba(5,9,18,0) 50%, rgba(5,9,18,.08) 100%);
}

.bf-global-topbar {
  height: 86px;
  padding: 0 9%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.18);

  position: relative;
  z-index: 10000; /* era 20 */
  overflow: visible;

  background: transparent;
}

.bf-global-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 900;
  letter-spacing: .4px;
  color: #fff;
  text-decoration: none;
}

.bf-global-brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.bf-global-brand small {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
}

.bf-global-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.bf-global-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

.bf-global-nav-svg {
  width: 23px;
  height: 23px;
  color: #fff;
}

.bf-global-search-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.13);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.bf-global-search-svg {
  width: 25px;
  height: 25px;
}

.bf-global-profile-menu {
  position: relative;
}

.bf-global-profile-button {
  height: 58px;
  padding: 0 18px 0 8px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
  cursor: pointer;
  transition: .18s ease;
  font-family: "EA Text Bold", Arial, Helvetica, sans-serif;
}

.bf-global-profile-menu.open .bf-global-profile-button {
  background: #fff;
  color: #050912;
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
}

.bf-global-profile-button img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.bf-global-chevron-svg {
  width: 20px;
  height: 20px;
  transition: .18s ease;
}

.bf-global-profile-menu.open .bf-global-chevron-svg {
  transform: rotate(180deg);
}

.bf-global-profile-dropdown {
  position: absolute;
  top: 72px;
  right: 0;
  width: 390px;
  background: #fff;
  color: #050912;
  border-radius: 14px;
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
  padding: 26px 0 0;
  display: none;
  overflow: hidden;
  z-index: 10001; /* era 80 */
}

.bf-global-profile-menu.open .bf-global-profile-dropdown {
  display: block;
}

.bf-global-profile-head {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 28px 24px;
}

.bf-global-profile-head img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  background: #f3f4f6;
  box-shadow: 0 0 0 3px #e2e8ff;
}

.bf-global-profile-head strong {
  display: block;
  font-size: 24px;
  line-height: 1.05;
  color: #050912;
}

.bf-global-profile-head small {
  display: block;
  margin-top: 8px;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
}

.bf-global-profile-item {
  min-height: 62px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #050912;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  background: #fff;
}

.bf-global-profile-item:hover {
  background: #f3f5f8;
}

.bf-global-menu-svg {
  width: 24px;
  height: 24px;
  color: #4b5563;
  flex: 0 0 24px;
}

.bf-global-logout {
  margin-top: 18px;
  min-height: 62px;
  border-top: 1px solid #e5e7eb;
  color: #123fc4;
}

.bf-global-logout .bf-global-menu-svg {
  color: #123fc4;
}

.bf-global-hero {
  position: relative;
  z-index: 2;
  padding: 145px 9% 70px;
  max-width: 1350px;
}

.bf-global-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: #dce6ff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.bf-global-hero h1 {
  margin: 28px 0 14px;
  line-height: .95;
  letter-spacing: -2.5px;
  max-width: 850px;
  color: #fff;
  font-size: clamp(42px, 7vw, 82px);
}

.bf-global-hero p {
  color: #fff;
  font-size: 19px;
  line-height: 1.55;
  max-width: 740px;
  margin: 0 0 34px;
}

.bf-global-search-main {
  width: min(100%, 890px);
  min-height: 72px;
  border-radius: 18px;
  background: rgba(255,255,255,.95);
  color: #101828;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
  cursor: pointer;
  box-shadow: 0 25px 70px rgba(0,0,0,.35);
}

.bf-global-search-main span {
  font-size: 30px;
}

.bf-global-search-main strong {
  font-size: 18px;
}

.bf-global-overlay {
  position: fixed;
  inset: 0;
  z-index: 20000; /* era 80 */
  display: none;
  background: #050912;
  padding: 28px 9%;
}

.bf-global-overlay.active {
  display: block;
}

.bf-global-overlay-top {
  height: 72px;
  border-bottom: 1px solid rgba(255,255,255,.13);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bf-global-close {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.07);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.bf-global-search-box {
  margin: 68px auto 0;
  max-width: 900px;
  height: 68px;
  border: 3px solid #8db2ff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 18px;
  background: rgba(255,255,255,.04);
}

.bf-global-search-box input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 19px;
  font-family: "EA Text Bold", Arial, Helvetica, sans-serif;
}

.bf-global-search-box input::placeholder {
  color: #7d8798;
}

.bf-global-search-x {
  margin-left: auto;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
}

.bf-global-search-box.has-value .bf-global-search-x {
  display: block;
}

.bf-global-result-list {
  max-width: 900px;
  margin: 35px auto 0;
}

.bf-global-result-list .empty {
  color: rgba(255,255,255,.72);
  padding: 40px;
  border: 1px dashed rgba(255,255,255,.13);
  border-radius: 18px;
  text-align: center;
}

.bf-global-result {
  width: 100%;
  display: flex;
  gap: 16px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 22px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);

  background: rgba(255,255,255,.045);
  font-family: "EA Text Bold", Arial, Helvetica, sans-serif;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.bf-global-result:hover {
  border-color: rgba(255,255,255,.13);
  background: rgba(255,255,255,.04);
}

.bf-global-result-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  color: #dce6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 56px;
}

.bf-global-result strong {
  display: block;
  color: #8db2ff;
  font-size: 18px;
  margin: 4px 0;
}

.bf-global-result small {
  color: rgba(255,255,255,.72);
  font-weight: 800;
}

.bf-global-result p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 950px) {
  .bf-global-topbar {
    padding: 0 22px;
  }

  .bf-global-nav {
    gap: 14px;
  }

  .bf-global-nav-link {
    font-size: 0;
  }

  .bf-global-nav-svg {
    width: 25px;
    height: 25px;
  }

  .bf-global-profile-button {
    padding: 0 12px;
  }

  .bf-global-profile-button span {
    display: none;
  }

  .bf-global-profile-dropdown {
    position: fixed;
    top: 86px;
    left: 12px;
    right: 12px;
    width: auto;
  }

  .bf-global-hero {
    padding-left: 22px;
    padding-right: 22px;
  }

  .bf-global-overlay {
    padding: 22px;
  }
}