body {
  font-family: 'Merriweather', 'Georgia', serif;
  background: #2a251f url('/img/texture-parchment.jpg') repeat;
  color: #e8dac3;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
h1 {
  text-align: center;
  margin-top: 40px;
  color: #d3b676;
  font-size: 2.3em;
  letter-spacing: 2px;
  text-shadow: 0 2px 8px #1a140d, 0 0 2px #d3b676;
  font-family: 'MedievalSharp', 'Merriweather', serif;
}
p {
  text-align: center;
  font-family: 'Merriweather', 'Georgia', serif;
}
.grade {
  background: rgba(40,32,24,0.975);
  border: 3px solid #bfa76a;
  border-radius: 18px;
  box-shadow: 0 3px 24px #1a140d;
  max-width: 420px;
  margin: 45px auto 0 auto;
  padding: 32px 28px 28px 28px;
  text-align: center;
  font-size: 1.15em;
  position: relative;
}
.grade h2 {
  margin-top: 0;
  color: #c7ad7c;
  font-family: 'MedievalSharp', 'Merriweather', serif;
  font-size: 1.35em;
  letter-spacing: 1.5px;
  text-shadow: 0 1px 0 #3c3222;
}
#code-status {
  max-width: 725px;
  margin: 20px auto;
  text-align: center;
}
button[type=submit] {
  background: linear-gradient(90deg,#6c5432 70%,#bfa76a 100%);
  color: #f4f1ed;
  font-weight: bold;
  border: 2px solid #bfa76a;
  border-radius: 10px;
  padding: 11px 35px;
  font-size: 1.08em;
  cursor: pointer;
  margin-top: 20px;
  font-family: 'Merriweather', 'Georgia', serif;
  transition: background .2s, color .2s;
  box-shadow: 0 2px 8px #1a140d;
}
button[type=submit]:hover {
  background: linear-gradient(90deg,#bfa76a 70%,#6c5432 100%);
  color: #2a251f;
}
input[type="text"][name="pseudo"], input[readonly] {
  font-size: 1em;
  padding: 7px 12px;
  border-radius: 7px;
  border: 2px solid #bfa76a;
  margin: 7px 0 0 0;
  width: 80%;
  box-sizing: border-box;
  background: #433825;
  color: #e8dac3;
  font-family: 'Merriweather', 'Georgia', serif;
}
label {
  color: #d3b676;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
  font-size: 1.08em;
}
p {
  margin: 12px 0;
}
#shop-success {
  color: #7dbf6c;
  font-weight: bold;
  font-size: 1.18em;
  text-shadow: 0 1px 0 #2a251f;
}
@media (max-width: 600px) {
  h1 { font-size: 1.3em; }
  .grade, #code-status { max-width: 97vw; padding: 11px; }
}