body {
  margin:0;
  font-family:system-ui, sans-serif;
  background:#020617;
  color:#e5e7eb;
  line-height:1.6;
  padding:20px;
}

header {
  text-align:center;
  margin-bottom:40px;
}

.logo {
  width:120px;
  margin-bottom:20px;
}

.subtitle {
  color:#94a3b8;
}

main {
  max-width:900px;
  margin:auto;
}

.doc {
  background:#111827;
  padding:20px;
  margin-bottom:20px;
  border-radius:10px;
}

.doc h2 {
  color:#6366f1;
}

table {
  width:100%;
  border-collapse:collapse;
}

td {
  padding:8px;
}

td:first-child {
  color:#94a3b8;
}

a {
  color:#6366f1;
  word-break:break-all;
}

button {
  background:#6366f1;
  color:white;
  border:none;
  padding:12px 20px;
  border-radius:8px;
  cursor:pointer;
  margin-top:10px;
}

button:hover {
  background:#4f46e5;
}

footer {
  text-align:center;
  margin-top:40px;
  color:#64748b;
}

