/* Dark Glass UI Theme for Sh‑Sartore Escrow */

body {
  background: linear-gradient(to right, #000000, #0a0a0a);
  font-family: 'Share Tech Mono', monospace;
  color: #00ffff;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 2px #00ffff55;
}

.container, .escrow-form-container {
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #00ffff55;
  border-radius: 10px;
  padding: 30px;
  max-width: 720px;
  margin: 50px auto;
  box-shadow: 0 0 20px #00f0ff66;
}

h1, h2, h3 {
  color: #00ffff;
  text-align: center;
  text-shadow: 0 0 6px #00ffff88;
  margin-bottom: 25px;
}

label {
  display: block;
  margin: 20px 0 5px;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #00ffff44;
  background: rgba(0, 0, 0, 0.6);
  color: #00ffff;
  border-radius: 6px;
  font-size: 1em;
}

button {
  margin-top: 20px;
  width: 100%;
  padding: 14px;
  background: #00ffff;
  color: #000;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 0 10px #00ffff88;
  transition: all 0.3s ease;
}

button:hover {
  background: #000;
  color: #00ffff;
  border: 1px solid #00ffff;
  box-shadow: 0 0 20px #00ffffaa;
}

#qrcode {
  text-align: center;
  margin: 30px 0;
}

#tx-response {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

.pgp-box {
  font-size: 0.9em;
  padding: 20px;
  border: 1px dashed #00ffff99;
  background: #111;
  color: #00ffff;
  overflow-x: auto;
  white-space: pre-wrap;
  border-radius: 10px;
}

.footer {
  padding: 30px 0;
  text-align: center;
  color: #00ffff77;
  font-size: 0.95em;
}
