.unpoplar-auth-pending body {
  visibility: hidden;
}

.unpoplar-account-control {
  position: fixed;
  z-index: 2147483647;
  top: max(12px, env(safe-area-inset-top));
  right: max(12px, env(safe-area-inset-right));
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(8, 11, 18, 0.88);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  color: #fff;
  font: 600 12px/1.2 system-ui, sans-serif;
  backdrop-filter: blur(12px);
}

.unpoplar-account-control a,
.unpoplar-account-control button {
  color: inherit;
  font: inherit;
}

.unpoplar-account-control a {
  max-width: 180px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.unpoplar-account-control button {
  border: 0;
  border-radius: 999px;
  padding: 7px 10px;
  background: #fff;
  color: #11141a;
  cursor: pointer;
}

.unpoplar-auth-error {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #090c12;
  color: #f7f7f5;
  font-family: system-ui, sans-serif;
}

.unpoplar-auth-error section {
  max-width: 480px;
  padding: 32px;
  border: 1px solid #2b3140;
  border-radius: 20px;
  background: #111621;
}

.unpoplar-auth-error strong {
  color: #68d4dc;
  letter-spacing: 0.14em;
}

.unpoplar-auth-error button {
  margin-top: 12px;
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  background: #68d4dc;
  color: #071014;
  font-weight: 700;
  cursor: pointer;
}
