
body {
    margin: 0;
    font-family: 'Courier New', monospace;
    background: radial-gradient(circle at top, #0f0f0f, #000000);
    color: #f2f2f2;
    text-align: center;
    overflow-x: hidden;
}
.logo {
    width: 120px;
    margin-top: 60px;
    filter: drop-shadow(0 0 15px rgba(0,255,255,0.6));
}
.hero h1 {
    font-size: 3em;
    margin: 10px 0;
    background: linear-gradient(90deg, #00ffff, #ff00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.access-form input, .access-form button {
    padding: 10px;
    margin: 10px;
    font-size: 1em;
    border: none;
    border-radius: 4px;
}
.access-form input {
    width: 200px;
    background: #111;
    color: #fff;
}
.access-form button {
    background: #00ffff;
    color: #000;
    cursor: pointer;
}
.teaser {
    margin-top: 60px;
    padding: 20px;
    background-color: #111;
}
.screenshots {
    margin-top: 60px;
    padding: 20px;
    background-color: #111;
}
.blurred-previews {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.teaser-img {
    width: 180px;
    height: 100px;
    border-radius: 8px;
    filter: blur(4px);
    opacity: 0.8;
}
.footer {
    margin-top: 60px;
    padding: 20px;
    background-color: #000;
    color: #0f0;
    font-size: 0.9em;
    text-align: left;
    white-space: pre-wrap;
}

.crypto-logos {
  margin-top: 40px;
}
.crypto-logos .logos-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 15px;
  flex-wrap: wrap;
}
.crypto-logos img {
  max-width: 180px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255,255,255,0.2);
}
