/* Four‑kun — kawaii meme site styles */
* { box-sizing: border-box; }
:root{
  --bg1: #0b1020;
  --bg2: #141a33;
  --card: #1e2547;
  --text: #e7ecff;
  --muted: #a8b3ff;
  --accent: #85d8ff;
  --pink: #ff9ed1;
  --green: #b7ffbf;
}
html, body { height: 100%; }
body {
  margin: 0;
  color: var(--text);
  background: radial-gradient(1200px 800px at 20% 10%, #1b2147 0%, #0b1020 60%),
              radial-gradient(1200px 800px at 80% 80%, #10203a 0%, #0b1020 60%);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  overflow-x: hidden;
}

#bgCanvas{ position: fixed; inset: 0; z-index: 0; }

.site-header{
  position: sticky; top: 0; z-index: 5;
  display:flex; align-items:center; justify-content:space-between;
  padding: 14px 22px;
  backdrop-filter: blur(8px);
  background: rgba(20,26,51,0.6);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.logo-group{ display:flex; align-items:center; gap:12px; }
.brand{ margin:0; font-size: clamp(28px, 4vw, 46px); letter-spacing: .5px;}
.ticker{ font-weight: 600; color: var(--pink); text-shadow: 0 0 10px rgba(255,158,209,.35); }
.spinning-coin{
  width:42px; height:42px; border-radius:50%;
  display:grid; place-items:center;
  background: linear-gradient(180deg, #65eaff, #7cf6d8);
  color:#081018; font-weight:800;
  animation: spin 3s linear infinite;
  box-shadow: 0 0 22px rgba(133,216,255,.35);
}
@keyframes spin{ from{ transform: rotateY(0); } to{ transform: rotateY(360deg); } }

.nav a{ color: var(--text); text-decoration:none; margin:0 10px; opacity:.85; }
.nav .pill{ background: rgba(255,255,255,.06); padding:8px 12px; border-radius:999px; }

.hero{
  position: relative; z-index: 1;
  display:grid; grid-template-columns: 1.1fr 1fr; gap:28px;
  align-items:center;
  padding: 40px 22px 10px;
  max-width: 1100px; margin: 0 auto;
}
.hero-left h2{ margin: 0 0 8px; font-size: clamp(18px, 2.5vw, 24px); color: var(--muted); }
.hero-left p{ line-height:1.6; }

.contract{ margin:18px 0; background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); border-radius:14px; padding:12px; }
.contract .label{ font-size:12px; color: var(--muted); }
.contract .row{ display:flex; gap:10px; align-items:center; margin-top:6px; }
.contract code{ user-select: all; white-space: nowrap; overflow:auto; padding:8px 10px; background: rgba(0,0,0,.35); border-radius:10px; }
.contract .note{ opacity:.7; }

.cta{ display:flex; flex-wrap:wrap; gap:10px; margin-top:14px; }
.btn{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color:var(--text); padding:10px 14px; border-radius:12px;
  cursor:pointer; text-decoration:none; font-weight:600;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover{ transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.btn.primary{ background: linear-gradient(90deg, var(--pink), var(--accent)); color:#081018; }

.gallery{ display:grid; grid-template-columns: 1fr 1fr; gap:12px; }
.gallery .card{ background: var(--card); border:1px solid rgba(255,255,255,.06); border-radius:16px; padding:8px; }
.gallery img{ width:100%; height:auto; display:block; border-radius:12px; }
.pop{ animation: pop 2.2s ease-in-out infinite; }
@keyframes pop{ 0%,100%{ transform: translateY(0) scale(1); } 50%{ transform: translateY(-6px) scale(1.02); } }
.tilt{ transform: rotate(-2deg); }
.tilt2{ transform: rotate(2deg); }

.section{ position:relative; z-index:1; max-width: 1100px; margin: 40px auto; padding: 0 22px; }
.section h3{ font-size: clamp(22px, 3vw, 30px); margin-bottom:10px; }
.badges{ display:flex; gap:10px; flex-wrap:wrap; padding:0; list-style:none; }
.badges li{ background: rgba(255,255,255,.06); padding:8px 12px; border-radius:999px; border:1px solid rgba(255,255,255,.08); }

.tokencards{ display:grid; grid-template-columns: repeat(4, 1fr); gap:12px; }
.tcard{ background: var(--card); border:1px solid rgba(255,255,255,.08); border-radius:16px; padding:14px; }
.tcard .t{ color: var(--muted); font-size:12px; }
.tcard .v{ font-size: 22px; font-weight:800; }
.disclaimer{ opacity:.7; }

.steps{ line-height:1.9; }

.timeline{ display:grid; grid-template-columns: 10px 1fr; gap:12px 14px; align-items:start; }
.timeline .dot{ width:10px; height:10px; border-radius:50%; background: linear-gradient(90deg, var(--pink), var(--accent)); box-shadow: 0 0 12px rgba(255,255,255,.35); }
.timeline .item{ background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); border-radius:12px; padding:10px 12px; }

.site-footer{ position:relative; z-index:1; text-align:center; padding: 40px 22px; opacity:.95; }
.marquee{ overflow:hidden; border-top:1px solid rgba(255,255,255,.08); border-bottom:1px solid rgba(255,255,255,.08); margin-bottom:14px; }
.track{ display:inline-block; padding:10px 0; white-space:nowrap; animation: scroll 20s linear infinite; opacity:.8; }
@keyframes scroll { from{ transform: translateX(0); } to { transform: translateX(-50%); } }

.tiny{ font-size:12px; opacity:.65; }
@media (max-width: 860px){
  .hero{ grid-template-columns: 1fr; }
  .tokencards{ grid-template-columns: repeat(2, 1fr); }
}
