/* Account screen prompt shown only to anonymous learners: what registering
   buys them (other devices), offered once on this screen and nowhere louder. */
.account-anonymous-prompt {
  margin: 0 0 14px;
  padding: 14px 16px;
  border: 1px solid rgba(219, 255, 101, 0.45);
  border-radius: 12px;
  background: rgba(219, 255, 101, 0.08);
  display: grid;
  gap: 10px;
}

.account-anonymous-prompt[hidden] {
  display: none;
}

.account-anonymous-prompt p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
}

.account-anonymous-register {
  justify-self: start;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: #dbff65;
  color: #15171b;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  cursor: pointer;
}
