@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body {
  background-color: #000;
  color: #fff;
  font-family: 'Press Start 2P', monospace;
  margin: 0;
  padding: 0;
}

.container {
  text-align: center;
  padding: 40px 20px;
  max-width: 600px;
  margin: 0 auto;
}

.logo {
  width: 250px;
  margin-bottom: 0px;
}

.title {
  font-size: 28px; /* أكبر قليلاً من النص العادي */
  letter-spacing: 4px;
  margin-bottom: 25px;
}

.subtitle {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 20px;
}

.form {
  margin-bottom: 20px;
}

.input {
  width: 100%;
  max-width: 390px;   /* ?? هذا هو عرض المستطيل الفعلي الذي تريده */
  padding: 12px;
  border: 2px solid #fff;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-family: 'Press Start 2P', monospace;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
}

.send-button {
  margin-top: 10px;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 6px 12px;
  font-size: 10px;
  font-family: 'Press Start 2P', monospace;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.response-box {
  margin-top: 30px;
  white-space: pre-wrap;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  padding: 0 10px;
}

.x-handle,
.create-link,
footer {
  color: #aaa;
  font-size: 11px;
  margin-top: 20px;
}
