@import url('https://fonts.googleapis.com/css2?family=Borel&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Orbitron:wght@400..900&display=swap');


.top-banner {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: var(--color-ai-primary) !important;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    z-index: 3;
    padding: 14px;
    font-size: 17px;
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 0.5px;
    word-spacing: 0.01px;
}

.top-banner span:last-child {
  margin-left: auto;
}

.top-banner a {
    font-size: 20px;
    font-weight: 500;
    color: #3f8ef7;
    font-weight: bold;
}

.top-banner button {
  width: auto;
  min-width: auto;
  background-image: none;
  background-color: var(--color-secondary) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}


.brand {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 0;
}

.logo {
  background: url(/assets/logo-b779c9477cacfa09b6b8cf55d9554d9f828119a4b18ac4fba782bd9f3aa95a82.png) no-repeat center;
  background-size: cover;
  width: 40px;
  height: 40px;
}

.logotype {
  font-family: 'Borel', sans-serif;
  height: 40px;
  margin: 0;
  padding: 0;
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.logotype sup, sup {
  font-size: 14px !important;
  opacity: 0.5 !important;
}

@media screen and (max-width: 300px) {
  .top-banner {
    display: none;
  }
  .logo {
    background-size: 94% !important;
    min-width: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
  }
  .logotype {
    font-size: 22px;
    line-height: 1.8;
    padding-left: 6px;
    font-weight: normal;
    opacity: 0.6;
  }
