/* Luther Watch Stylesheet */

body {
  margin: 0;
  font-family: 'Share Tech Mono', monospace;
  background-color: #000;
  color: #0f0;
  overflow-x: hidden;
}

.glitch {
  font-size: 3rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: 0 0 5px #0f0, 0 0 10px #0f0, 0 0 20px #0f0;
  animation: flicker 2s infinite;
  letter-spacing: 1px;
}

@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    opacity: 1;
  }
  20%, 24%, 55% {
    opacity: 0;
  }
}

header {
  padding: 2rem;
  border-bottom: 2px solid #0f0;
  text-align: center;
}

.subtext {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  color: #6f6;
}

.terminal {
  background: #111;
  padding: 2rem;
  max-width: 900px;
  margin: 3rem auto;
  border: 2px solid #0f0;
  box-shadow: 0 0 20px #0f0;
  border-radius: 4px;
}

.terminal p {
  margin: 0.5rem 0;
  line-height: 1.6;
}

.highlight {
  color: #fff;
  background-color: #0f0;
  padding: 0 4px;
  font-weight: bold;
}

.alert {
  background: #0f0;
  color: #000;
  font-weight: bold;
  padding: 0.3rem 0.6rem;
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer {
  text-align: left;
  margin-top: 4rem;
  padding: 1rem 2rem;
  border-top: 2px solid #0f0;
  color: #6f6;
  font-size: 0.9rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 1rem 0;
}

ul li {
  padding: 0.3rem 0;
  font-weight: bold;
  color: #9f9;
}

a {
  color: #6f6;
  text-decoration: underline;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

strong {
  color: #fff;
  font-weight: bold;
}

em {
  color: #9f9;
  font-style: italic;
}

pre.pgp {
  background-color: #000;
  color: #0f0;
  padding: 1rem;
  margin-top: 1rem;
  border: 1px solid #0f0;
  font-size: 0.85rem;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
  text-shadow: 0 0 4px #0f0;
  text-align: left;
  font-family: 'Share Tech Mono', monospace;
}
