
/* Sovereign AetherMak Style - CSS v1 */

body {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #111111;
  line-height: 1.6;
}

header, footer {
  background-color: #f7f7f7;
  padding: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

h1, h2, h3 {
  font-weight: 600;
  color: #1a1a1a;
}

a {
  color: #4b00c9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button {
  padding: 0.75rem 1.5rem;
  background-color: #4b00c9;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

button:hover {
  background-color: #360094;
}

.container {
  max-width: 960px;
  margin: auto;
  padding: 2rem;
}

code, pre {
  background-color: #222;
  color: #eee;
  padding: 0.75rem;
  border-radius: 4px;
  font-family: monospace;
  display: block;
  overflow-x: auto;
}

footer img.qr {
  width: 80px;
  height: auto;
  opacity: 0.7;
  position: relative;
  bottom: 0;
  right: 0;
}
