body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f5f7;
}


}

.app-bar-title {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 520;
}

.screen {
  max-width: 1980px;
  margin: 0 auto;
  padding: 24px 16px 40px;
  background: #fff;
}

h1 {
  font-size: 22px;
  text-align: center;
  margin: 01px 0 24px;
  font-weight: 600;
}

.passphrase-box {
  width: 100%;
  min-height: 240px;
  padding: 14px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  font-size: 18px;
  box-sizing: border-box;
  resize: none;
  outline: none;
}

.passphrase-box::placeholder {
  color: #b0b0b0;
}

.btn {
  width: 100%;
  padding: 14px 10px;
  margin-top: 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-outline {
  background: #fff;
  color: #6b2d90;
  border-color: #e0e0e0;
}

.btn-primary {
  background: #6b2d90;
  color: #fff;
}

.info {
  font-size: 13px;
  color: #555;
  margin-top: 20px;
  line-height: 1.5;
}

.info a {
  color: #3f67ff;
  text-decoration: none;
}

.info a:hover {
  text-decoration: underline;
}