.account-intro,
h1,
h2 {
  color: #fff;
}

h1 {
  text-align: center;
  margin: 0 0 16px;
  font-size: 32px;
}

h2 {
  margin-top: 40px;
  font-size: 20px;
}

a {
  color: #cf8e61;
}

.account-intro {
  text-align: center;
  margin: 0 0 26px;
}

.account-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 22px;
  background: #17191d;
  max-width: 420px;
  margin: 0 auto 24px;
}

.account-card:last-of-type {
  margin-bottom: 0;
}

.billing-field {
  display: block;
  margin: 0 0 8px;
  font-weight: 600;
}

.billing-input {
  display: block;
  width: 100%;
  max-width: 360px;
  min-height: 46px;
  margin: 0 0 12px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: #060608;
  color: #fff;
  font: 400 16px/1.2 -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  box-sizing: border-box;
}

.billing-input::placeholder {
  color: #8c8c8c;
}

.billing-input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(178, 73, 0, 0.34);
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0;
}

.button {
  cursor: pointer;
}

.button.danger {
  border-color: #e5484d;
  color: #fff;
}

.button:disabled,
.billing-input:disabled {
  cursor: default;
  opacity: 0.62;
}

.status {
  min-height: 24px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.status.error {
  color: #ff9c8b;
}

.status.ok {
  color: #cf8e61;
}

.user-id {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 700;
  word-break: break-word;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal.hidden {
  display: none;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.modal-card {
  position: relative;
  z-index: 1;
  width: min(100%, 460px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #17191d;
  padding: 22px;
  box-sizing: border-box;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.modal-header h2 {
  margin: 0 0 6px;
}

.modal-copy {
  margin: 0;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: #060608;
  color: #fff;
  font: 400 28px/1 -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  cursor: pointer;
  padding: 0;
}

.telegram-confirm {
  margin-top: 16px;
}

.telegram-manual {
  margin-top: 12px;
}
