.browser-search {
  display: flex;
  flex: 1 1 560px;
  max-width: 660px;
  height: 42px;
  align-items: center;
  margin: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.brand-wordmark {
  display: inline-flex;
  align-items: flex-start;
  line-height: 1;
}

.brand-wordmark > b {
  font: italic 22px Georgia, serif;
  text-transform: lowercase;
}

.brand-wordmark > sup {
  margin: -1px 0 0 1px;
  font-size: 7px;
}

.brand-wordmark > small {
  align-self: center;
  margin-left: 7px;
  color: var(--muted);
  font-size: 9px;
}

.brand.brand-icon {
  flex: 0 0 auto;
  align-items: center;
  width: 52px;
  height: 52px;
}

.brand.brand-icon > img {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 13px;
  object-fit: cover;
  filter: drop-shadow(0 0 12px rgba(0, 132, 255, .36));
}

.ecosystem-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ecosystem-nav a,
.ecosystem-nav button {
  padding: 7px 9px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
  font-size: 9px;
  cursor: pointer;
}

.ecosystem-nav a[aria-current="page"],
.ecosystem-nav a:hover,
.ecosystem-nav button:hover,
.ecosystem-nav a:focus-visible,
.ecosystem-nav button:focus-visible {
  background: rgba(185, 255, 104, 0.08);
  color: #fff;
}

.browser-search:focus-within {
  border-color: rgba(185, 255, 104, 0.55);
  box-shadow: 0 0 0 3px rgba(185, 255, 104, 0.06);
}

.browser-search select,
.browser-search input,
.browser-search button {
  height: 100%;
  border: 0;
  outline: 0;
  color: #fff;
}

.browser-search select {
  width: 78px;
  padding-left: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: #111512;
  font-size: 10px;
}

.browser-search input {
  min-width: 0;
  flex: 1;
  padding: 0 13px;
  background: transparent;
  font-size: 13px;
}

.browser-search input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.browser-search button {
  width: 44px;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

.browser-search button:hover {
  color: var(--green);
}

.live-datetime {
  min-width: 96px;
  text-align: right;
  white-space: nowrap;
}

.live-datetime b,
.live-datetime span {
  display: block;
}

.live-datetime b {
  font-size: 12px;
}

.live-datetime span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 8px;
}

@media (max-width: 1040px) {
  .live-datetime {
    display: none;
  }

  .ecosystem-nav {
    display: none;
  }
}

@media (max-width: 760px) {
  .bar {
    height: auto;
    min-height: 70px;
    flex-wrap: wrap;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .browser-search {
    order: 3;
    flex-basis: 100%;
    max-width: none;
    height: 38px;
    margin: 7px 0 0;
  }

  .home {
    padding-top: 150px;
  }
}

@media (max-width: 460px) {
  .brand-wordmark > small,
  .account {
    display: none;
  }
}
