.yjh-account-button {
  border: 1px solid var(--gold, #ffd400);
  border-radius: 999px;
  background: rgba(255, 212, 0, 0.08);
  color: var(--gold, #ffd400);
  padding: 8px 14px;
  cursor: pointer;
}

.yjh-account-button:hover {
  background: var(--gold, #ffd400);
  color: var(--black, #050505);
}

.yjh-dialog-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.82);
  padding: 20px;
}

.yjh-dialog-backdrop[hidden] {
  display: none;
}

.yjh-dialog {
  width: min(430px, 100%);
  border: 1px solid rgba(255, 212, 0, 0.46);
  border-radius: 18px;
  background: #0b0b0b;
  color: var(--text-light, #f7f7f7);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(255, 212, 0, 0.08);
  padding: 24px;
}

.yjh-dialog h2 {
  margin: 0 0 8px;
}

.yjh-dialog p {
  margin: 0 0 18px;
  color: var(--text-muted, #b8b8b8);
  line-height: 1.65;
  white-space: pre-wrap;
}

.yjh-dialog label {
  display: grid;
  gap: 7px;
  margin: 12px 0;
  font-size: 14px;
  font-weight: 600;
}

.yjh-dialog input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-light, #f7f7f7);
  padding: 11px 12px;
  font: inherit;
}

.yjh-dialog input:focus {
  border-color: var(--gold, #ffd400);
  outline: none;
}

.yjh-dialog a {
  color: var(--gold, #ffd400);
}

.yjh-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.yjh-dialog button {
  border: 1px solid rgba(255, 212, 0, 0.46);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-light, #f7f7f7);
  padding: 10px 16px;
  cursor: pointer;
}

.yjh-dialog button.primary {
  border-color: var(--gold, #ffd400);
  background: var(--gold, #ffd400);
  color: var(--black, #050505);
}

.yjh-dialog-message {
  min-height: 24px;
  color: #ff8a80 !important;
}

.yjh-account-summary {
  border-radius: 12px;
  border: 1px solid rgba(255, 212, 0, 0.22);
  background: rgba(255, 212, 0, 0.06);
  padding: 14px;
  line-height: 1.65;
}
