.tehnao-login-button {
  position: fixed;
  top: 22px;
  right: 28px;
  z-index: 10050;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 42px;
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
  color: #111827;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.tehnao-login-button:hover,
.tehnao-login-button:focus {
  background: #111827;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.26);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.tehnao-login-button:focus {
  outline: 2px solid rgba(47, 129, 247, 0.55);
  outline-offset: 3px;
}

.admin-bar .tehnao-login-button {
  top: 54px;
}

@media (max-width: 782px) {
  .admin-bar .tehnao-login-button {
    top: 68px;
  }
}

@media (max-width: 575px) {
  .tehnao-login-button {
    top: 14px;
    right: 14px;
    min-width: 78px;
    min-height: 38px;
    padding: 9px 16px;
    font-size: 13px;
  }
}
