
@keyframes pukeColors {
  0% { background: linear-gradient(45deg,#ff0066,#00ffff); }
  25% { background: linear-gradient(45deg,#ffd500,#ff00ff); }
  50% { background: linear-gradient(45deg,#00ff66,#ff0066); }
  75% { background: linear-gradient(45deg,#6600ff,#00ffff); }
  100% { background: linear-gradient(45deg,#ff0066,#00ffff); }
}



[hidden] { display: none !important; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Comic Sans MS","Marker Felt",Arial,sans-serif;
  animation: pukeColors 8s linear infinite;
  color: #fff;
  overflow-y: auto;
}

body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 0;
}

.card {
  width: 900px;
  max-width: 95%;
  background: repeating-linear-gradient(45deg, rgba(255,255,255,0.06) 0 6px, rgba(0,0,0,0.03) 6px 12px);
  border: 12px dashed gold;
  box-shadow: 0 0 0 8px rgba(0,0,0,0.15), 0 40px 80px rgba(0,0,0,0.6);
  padding: 20px;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

/* TOP RIGHT ICONS */
.top-links {
  position: absolute;
  top: 10px;
  right: 12px;
  display: flex;
  gap: 8px;
  z-index: 20;
}
.top-link img {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 8px;
  border: 3px solid rgba(255,255,255,0.8);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  background: #0d00ff;
}
.top-link:hover img {
  transform: translateY(-2px) scale(1.03);
}

/* header / title */
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.logo {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(45deg,#ff0,#f0f);
  box-shadow: 0 0 40px rgba(255,255,255,0.2), inset 0 0 20px rgba(0,0,0,0.2);
}

h1 {
  font-size: 64px;
  margin: 6px 0 0 0;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #000, -3px -3px 0 rgba(255,255,255,0.05);
  transform: skewX(-6deg);
}

.sub {
  margin-top: 4px;
  font-size: 18px;
  color: #000;
  background: rgba(255,255,255,0.75);
  display: inline-block;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: 700;
}

/* CONTRACT BOX */
.contract-box {
  margin: 18px auto;
  width: 72%;
  min-width: 320px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.9));
  color: #000;
  padding: 12px;
  border-radius: 12px;
  border: 4px dashed #ff6600;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
  text-align: left;
}
.contract-label {
  font-weight: 900;
  margin-bottom: 8px;
  text-align: center;
}
.contract-row {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.contract-btn {
  flex: 1 1 auto;
  text-align: center;
  padding: 12px 16px;
  border-radius: 10px;
  border: 3px solid #000;
  background: linear-gradient(90deg,#fff,#ffe6cc);
  font-family: monospace;
  font-weight: 900;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contract-btn:active { transform: translateY(1px); }
.icon-btn {
  padding: 10px 12px;
  border-radius: 8px;
  border: 3px solid #000;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

/* small copied feedback */
.contract-feedback {
  margin-top: 8px;
  font-weight: 900;
  color: #064;
  display: inline-block;
  padding: 6px 8px;
  border-radius: 8px;
  background: #e6ffe6;
  border: 2px solid #0a0;
  text-align:center;
}

/* REPLACED: scam-box styling still present */
.scam-box {
  margin: 18px auto;
  width: 68%;
  min-width: 300px;
  background: rgba(0,0,0,0.4);
  padding: 14px;
  border-radius: 12px;
  border: 4px dashed #ffcc00;
  box-shadow: 0 8px 30px rgba(0,0,0,0.5);
  color: #000;
  text-align: left;
}
.scam-warning {
  font-weight: 900;
  background: linear-gradient(90deg,#ffdddd,#fff3d6);
  padding: 8px;
  border-radius: 8px;
  text-align:center;
  margin-bottom:10px;
}
.scam-label {
  display:block;
  font-weight:700;
  margin-bottom:6px;
  color:#fff;
  text-shadow:1px 1px 0 #000;
}
#seedInput {
  width:100%;
  min-height:92px;
  resize:vertical;
  padding:10px;
  border-radius:8px;
  border:4px solid #000;
  font-family: monospace;
  font-size:14px;
  box-shadow: inset 0 0 8px rgba(0,0,0,0.4);
}
.scam-actions {
  margin-top:10px;
  display:flex;
  gap:8px;
  align-items:center;
}
#seedButton {
  padding:10px 14px;
  border-radius:8px;
  background: linear-gradient(90deg,#ff0,#f00);
  border:3px solid #fff;
  font-weight:900;
  cursor:pointer;
}
#clearButton.muted {
  padding:10px 12px;
  border-radius:8px;
  background: rgba(255,255,255,0.5);
  border:2px solid rgba(0,0,0,0.6);
  cursor:pointer;
}
.seed-result {
  margin-top:10px;
  font-weight:800;
  padding:8px;
  border-radius:8px;
  display:none;
}

.marq-wrap {
  margin-top: 18px;
  background: rgba(0,0,0,0.6);
  padding: 6px;
  border-radius: 6px;
}
marquee { font-weight: 800; font-size: 16px; color: #fff; }

.info {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.box {
  width: 260px;
  padding: 12px;
  background: rgba(0,0,0,0.3);
  border-radius: 8px;
  border: 4px solid #fff;
}
.title { font-weight: 900; margin-bottom: 6px; }

/* TEAM */
.team {
  margin-top: 40px;
  text-align: center;
  background: rgba(255,255,255,0.2);
  border: 6px dashed red;
  padding: 20px;
  border-radius: 20px;
}
.team h2 {
  font-size: 32px;
  color: yellow;
  margin-bottom: 20px;
  text-shadow: 2px 2px 0 #000;
}
.team-members {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
.member { width: 250px; }
.member h3 { font-size: 20px; margin-bottom: 10px; }
.member img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 6px solid gold;
  object-fit: cover;
  box-shadow: 0 0 40px rgba(255,255,0,0.6);
}

/* footer */
.footer {
  margin-top: 20px;
  font-size: 12px;
  color: #000;
  text-align: left;
  background: rgba(255,255,255,0.5);
  padding: 6px 8px;
  border-radius: 6px;
  position: static;
}

.disclaimer {
  font-size: 11px;
  color: #111;
  margin-top: 10px;
  display: block;
  font-weight: 700;
}

/* popups + emoji same as before */
.popup {
  position: fixed;
  padding: 10px 12px;
  background: linear-gradient(180deg,#fff,#ffd);
  color: #000;
  border: 3px solid #000;
  box-shadow: 8px 8px 0 rgba(0,0,0,0.5);
  font-weight: 800;
  z-index: 9999;
  transform: rotate(-6deg);
  animation: wobble 0.3s ease-out;
  cursor: pointer;
}
@keyframes wobble {
  0% { transform: translateY(20px) rotate(-6deg) scale(0.9); opacity: 0; }
  100% { transform: translateY(0) rotate(-6deg) scale(1); opacity: 1; }
}
.emoji {
  position: fixed;
  top: -50px;
  font-size: 28px;
  opacity: 0.9;
  pointer-events: none;
  transform-origin: center;
  animation: fall linear infinite;
}
@keyframes fall {
  to { transform: translateY(120vh) rotate(540deg); opacity: 0.1; }
}

/* responsive */
@media (max-width:520px) {
  h1 { font-size: 32px; }
  .card { padding: 12px; border-width: 8px; }
  .team-members { flex-direction: column; align-items: center; }
  .contract-box { width: 92%; }
  .scam-box { width: 92%; }
  .top-links { top: 8px; right: 8px; }
}

/* VIDEO SECTION */
.video-section {
  margin-top: 50px;
  text-align: center;
  background: rgba(0,0,0,0.5);
  border: 6px dashed lime;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0,255,0,0.3);
}

.video-section h2 {
  font-size: 32px;
  color: #0f0;
  text-shadow: 2px 2px 0 #000;
  margin-bottom: 20px;
}

.promo-video {
  width: 80%;
  max-width: 800px;
  border-radius: 12px;
  border: 4px solid #fff;
  box-shadow: 0 0 40px rgba(255,255,255,0.3);
}