
:root {
  --bg: #070908;
  --panel: #0e1310;
  --panel-2: #121814;
  --text: #f4f7f4;
  --muted: #9aa59d;
  --green: #67f044;
  --lime: #adff37;
  --line: rgba(255,255,255,.10);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--text); background: var(--bg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body.loading { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.glass { backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }

.preloader {
  position: fixed; inset: 0; z-index: 999; display: grid; place-items: center;
  background: radial-gradient(circle at center, #142315, #050706 63%);
  transition: opacity .7s ease, visibility .7s ease;
}
.preloader.hide { opacity: 0; visibility: hidden; }
.preloader-core { position: relative; width: 240px; height: 240px; display: grid; place-items: center; }
.gem-mark {
  color: var(--green); font-size: 92px; text-shadow: 0 0 25px rgba(103,240,68,.8), 0 0 80px rgba(103,240,68,.45);
  animation: gemPulse 1.3s ease-in-out infinite;
}
.load-word { position: absolute; bottom: 14px; font-weight: 900; letter-spacing: -.06em; font-size: 27px; }
.load-word span { color: var(--green); }
.shard { position: absolute; width: 14px; height: 38px; background: linear-gradient(var(--lime), var(--green)); clip-path: polygon(50% 0, 100% 100%, 0 75%); opacity: .9; }
.shard-a { top: 22px; left: 47%; animation: shardA 1.25s ease-in-out infinite; }
.shard-b { right: 24px; top: 43%; transform: rotate(90deg); animation: shardB 1.45s ease-in-out infinite; }
.shard-c { bottom: 39px; left: 26%; transform: rotate(205deg); animation: shardC 1.55s ease-in-out infinite; }
.shard-d { left: 25px; top: 40%; transform: rotate(-90deg); animation: shardD 1.35s ease-in-out infinite; }
@keyframes gemPulse { 50% { transform: scale(1.12) rotate(4deg); filter: brightness(1.35); } }
@keyframes shardA { 50% { transform: translateY(-14px) rotate(25deg); } }
@keyframes shardB { 50% { transform: translateX(14px) rotate(120deg); } }
@keyframes shardC { 50% { transform: translate(-10px,10px) rotate(240deg); } }
@keyframes shardD { 50% { transform: translateX(-14px) rotate(-120deg); } }

#sparkCanvas { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 90; }
.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 100; opacity: .04; mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}
.ambient { position: fixed; border-radius: 50%; filter: blur(110px); pointer-events: none; opacity: .13; z-index: -1; }
.ambient-one { width: 420px; height: 420px; background: var(--green); right: -120px; top: 40px; animation: drift 12s ease-in-out infinite; }
.ambient-two { width: 300px; height: 300px; background: #82ffb1; left: -90px; top: 48%; animation: drift 16s ease-in-out infinite reverse; }
@keyframes drift { 50% { transform: translate(60px, 50px) scale(1.12); } }

.nav-wrap { position: sticky; top: 0; z-index: 50; background: rgba(7,9,8,.68); border-bottom: 1px solid rgba(255,255,255,.06); backdrop-filter: blur(18px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.05em; font-size: 22px; }
.brand img { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; border: 1px solid rgba(103,240,68,.55); }
.brand span span, .footer-brand span { color: var(--green); }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; color: #c5cec7; }
.nav-links a:hover { color: var(--green); }
.nav-cta { padding: 11px 17px; border-radius: 999px; color: #071007 !important; background: var(--green); box-shadow: 0 0 35px rgba(103,240,68,.17); }
.menu { display: none; color: white; background: transparent; border: 0; font-size: 26px; }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; padding-top: 70px; padding-bottom: 85px; }
.eyebrow { display: flex; align-items: center; gap: 11px; font-size: 12px; font-weight: 800; letter-spacing: .16em; color: var(--green); }
.eyebrow span { width: 38px; height: 2px; background: var(--green); box-shadow: 0 0 12px var(--green); }
h1,h2,h3,p { margin-top: 0; }
h1 { margin: 26px 0 24px; font-size: clamp(54px,7vw,92px); line-height: .94; letter-spacing: -.075em; font-weight: 900; }
h1 em { color: var(--green); font-style: normal; font-family: "Permanent Marker", cursive; font-weight: 400; letter-spacing: -.04em; text-shadow: 0 0 35px rgba(103,240,68,.18); }
.hero-copy > p { max-width: 610px; font-size: 18px; line-height: 1.72; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 24px; }
.button { min-height: 52px; padding: 0 23px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; will-change: transform; }
.button:hover { box-shadow: 0 13px 45px rgba(103,240,68,.22); }
.primary { color: #071007; background: linear-gradient(135deg,var(--green),var(--lime)); }
.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.03); }
.contract-box { max-width: 520px; padding: 14px 14px 14px 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); background: rgba(255,255,255,.025); border-radius: 14px; box-shadow: inset 0 1px rgba(255,255,255,.04); }
.contract-box small,.mini-label { display: block; font-size: 10px; letter-spacing: .16em; font-weight: 800; color: var(--muted); margin-bottom: 5px; }
.contract-box strong { font-size: 13px; letter-spacing: .08em; }
.contract-box button { border: 0; border-radius: 9px; padding: 10px 13px; font-size: 11px; font-weight: 800; color: #6e746f; background: #222723; }

.hero-art { position: relative; isolation: isolate; perspective: 1000px; }
.hero-art img { border-radius: 28px; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 40px 100px rgba(0,0,0,.55), 0 0 75px rgba(103,240,68,.08); transform: rotate(1.2deg); transition: transform .25s ease-out; }
.mascot-entrance { animation: mascotIn 1.25s cubic-bezier(.2,.75,.25,1) .4s both; }
@keyframes mascotIn { from { opacity: 0; transform: translateX(90px) scale(.9) rotate(5deg); filter: blur(8px); } to { opacity: 1; transform: rotate(1.2deg); filter: blur(0); } }
.glow { position: absolute; width: 70%; aspect-ratio: 1; background: var(--green); filter: blur(120px); opacity: .16; left: 15%; top: 16%; z-index: -1; }
.portal-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(103,240,68,.25); border-radius: 50%; transform: translate(-50%,-50%); z-index: -1; }
.ring-one { width: 115%; aspect-ratio: 1; animation: spinRing 16s linear infinite; }
.ring-two { width: 135%; aspect-ratio: 1; border-style: dashed; opacity: .42; animation: spinRing 24s linear infinite reverse; }
@keyframes spinRing { to { transform: translate(-50%,-50%) rotate(360deg); } }
.floating-gem { position: absolute; color: var(--lime); text-shadow: 0 0 25px var(--green); animation: float 4s ease-in-out infinite; }
.gem-one { top: -18px; right: 10%; font-size: 38px; }
.gem-two { left: -25px; bottom: 15%; font-size: 26px; animation-delay: -2s; }
.gem-three { right: 18%; bottom: -22px; font-size: 18px; animation-delay: -1s; }
.ticker-card { position: absolute; right: -22px; bottom: 30px; padding: 16px 22px; border-radius: 16px; background: rgba(8,12,9,.84); border: 1px solid rgba(103,240,68,.35); }
.ticker-card span { display: block; color: var(--muted); font-size: 9px; letter-spacing: .18em; }
.ticker-card strong { color: var(--green); font-size: 25px; }
@keyframes float { 50% { transform: translateY(-14px) rotate(7deg); } }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--green); color: #071007; box-shadow: 0 0 45px rgba(103,240,68,.13); }
.marquee-track { display: flex; width: max-content; animation: scroll 26s linear infinite; }
.marquee-track span { padding: 16px 0; white-space: nowrap; font-weight: 900; font-size: 13px; letter-spacing: .12em; }
@keyframes scroll { to { transform: translateX(-50%); } }

.section { padding-top: 130px; padding-bottom: 130px; }
.section-label { padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-top: 58px; }
h2 { font-size: clamp(48px,6vw,78px); line-height: .98; letter-spacing: -.065em; font-weight: 900; }
h2 span { color: var(--green); font-family: "Permanent Marker", cursive; font-weight: 400; }
.lore-copy { max-width: 600px; }
.lore-copy p { color: var(--muted); line-height: 1.85; font-size: 16px; }
.lore-copy .lead { color: var(--text); font-size: 22px; font-weight: 600; line-height: 1.55; }
.quote { margin-top: 30px; padding: 22px 25px; border-left: 3px solid var(--green); background: rgba(103,240,68,.06); font-family: "Permanent Marker", cursive; font-size: 20px; }

.character-band { position: relative; width: min(1400px,calc(100% - 24px)); margin: 0 auto; overflow: hidden; border-radius: 24px; border: 1px solid var(--line); box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.character-band img { width: 100%; transition: transform .5s ease; }
.character-band:hover img { transform: scale(1.025); }
.scanline { position: absolute; left: 0; right: 0; height: 100px; z-index: 2; pointer-events: none; background: linear-gradient(transparent,rgba(103,240,68,.08),transparent); animation: scan 5s linear infinite; }
@keyframes scan { from { top: -110px; } to { top: 100%; } }

.token-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; padding-top: 48px; perspective: 1200px; }
.token-card { min-height: 260px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015)); transition: border-color .25s ease, box-shadow .25s ease, transform .2s ease; transform-style: preserve-3d; }
.token-card:hover { border-color: rgba(103,240,68,.28); box-shadow: 0 25px 60px rgba(0,0,0,.28), 0 0 40px rgba(103,240,68,.05); }
.token-card h3 { margin: 18px 0 12px; font-size: 30px; letter-spacing: -.04em; }
.token-card p { color: var(--muted); line-height: 1.7; max-width: 500px; }
.token-card.featured { display: flex; align-items: center; justify-content: space-between; overflow: hidden; background: linear-gradient(135deg,rgba(103,240,68,.18),rgba(255,255,255,.025)); }
.token-card.featured h3 { color: var(--green); font-size: 56px; }
.token-card.featured img { width: 42%; height: 230px; object-fit: cover; border-radius: 18px; mix-blend-mode: screen; }


.community { position: relative; min-height: 490px; display: flex; align-items: center; justify-content: space-between; padding: 65px; border-radius: 30px; overflow: hidden; border: 1px solid rgba(103,240,68,.24); background: radial-gradient(circle at 80% 50%,rgba(103,240,68,.24),transparent 31%),var(--panel); }
.community:after { content:""; position:absolute; inset:0; background:linear-gradient(110deg,transparent 35%,rgba(103,240,68,.05)); pointer-events:none; }
.community-content { max-width: 610px; position: relative; z-index: 2; }
.community-content h2 { margin: 19px 0 22px; }
.community-content p { color: var(--muted); line-height: 1.75; margin-bottom: 28px; }
.community-logo { width: 36%; min-width: 280px; position: relative; z-index: 1; }
.community-logo img { border-radius: 50%; box-shadow: 0 0 100px rgba(103,240,68,.25); border: 2px solid rgba(103,240,68,.5); animation: logoHover 4s ease-in-out infinite; }
.logo-orbit { position:absolute; inset:-20px; border:1px solid rgba(103,240,68,.22); border-radius:50%; animation:spinRing 13s linear infinite; }
.logo-orbit span { position:absolute; width:8px; height:8px; background:var(--lime); border-radius:50%; box-shadow:0 0 18px var(--green); }
.logo-orbit span:nth-child(1){ top:9%; left:21%; }
.logo-orbit span:nth-child(2){ right:4%; top:52%; }
.logo-orbit span:nth-child(3){ bottom:5%; left:43%; }
@keyframes logoHover { 50% { transform: translateY(-10px) rotate(1.5deg); } }

footer { padding: 65px 0 34px; border-top: 1px solid var(--line); }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; }
.footer-brand { font-size: 26px; font-weight: 900; letter-spacing: -.05em; }
footer p { margin-top: 12px; color: var(--muted); }
.footer-links { display: flex; gap: 25px; align-items: flex-start; font-weight: 700; font-size: 14px; }
.footer-links a:hover { color: var(--green); }
.disclaimer { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); color: #69716b; font-size: 11px; line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease,transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  #sparkCanvas { display:none; }
}
@media (max-width:900px) {
  .menu { display:block; }
  .nav-links { display:none; position:absolute; top:78px; left:20px; right:20px; padding:22px; flex-direction:column; align-items:stretch; gap:18px; border:1px solid var(--line); border-radius:16px; background:#0b0e0c; box-shadow:0 25px 60px rgba(0,0,0,.45); }
  .nav-links.open { display:flex; }
  .nav-cta { text-align:center; }
  .hero { min-height:auto; grid-template-columns:1fr; gap:55px; padding-top:70px; }
  .hero-art { max-width:650px; margin:0 auto; }
  .split { grid-template-columns:1fr; gap:30px; }
  .token-grid { grid-template-columns:1fr; }
  .roadmap-header { display:block; }
  .roadmap-header p { margin-top:25px; }
  .community { padding:45px; }
  .community-logo { width:35%; min-width:220px; }
}
@media (max-width:640px) {
  .container { width:min(100% - 28px,var(--max)); }
  .nav { min-height:68px; }
  .nav-links { top:68px; left:14px; right:14px; }
  .hero { padding-top:50px; padding-bottom:62px; }
  h1 { font-size:50px; }
  .hero-copy > p { font-size:16px; }
  .hero-actions { display:grid; }
  .button { width:100%; }
  .ticker-card { right:8px; bottom:14px; }
  .section { padding-top:88px; padding-bottom:88px; }
  h2 { font-size:46px; }
  .split { padding-top:40px; }
  .token-card { padding:25px; }
  .token-card.featured { min-height:300px; }
  .token-card.featured h3 { font-size:44px; }
  .token-card.featured img { width:45%; height:190px; }
  .phase { grid-template-columns:70px 1fr; gap:18px; }
  .phase-number { font-size:32px; }
  .community { padding:35px 26px; min-height:auto; }
  .community-logo { display:none; }
  .footer-grid { display:block; }
  .footer-links { margin-top:30px; flex-wrap:wrap; }
}


.meet-section {
  background: linear-gradient(180deg, rgba(255,255,255,.012), rgba(103,240,68,.025));
  border-block: 1px solid var(--line);
}
.meet-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 70px;
  align-items: center;
  padding-top: 52px;
}
.meet-copy p {
  color: var(--muted);
  line-height: 1.8;
}
.meet-copy .meet-lead {
  color: var(--text);
  font-size: 21px;
  line-height: 1.6;
}
.speech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 27px;
}
.speech-list div {
  padding: 11px 14px;
  border-radius: 999px;
  border: 1px solid rgba(103,240,68,.22);
  background: rgba(103,240,68,.055);
  font-size: 12px;
  font-weight: 800;
  color: #dfffe0;
}
.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--green);
  font-weight: 800;
}


/* v2.6 refinements */
.meet-grid {
  grid-template-columns: .72fr 1.28fr;
  gap: 78px;
}
.meet-section .character-band {
  width: 100%;
}
.speech-list {
  gap: 14px;
}
.speech-list div {
  position: relative;
  padding: 13px 17px;
  border-radius: 18px;
  background: #f4fff4;
  color: #071007;
  border: 0;
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
}
.speech-list div::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  background: #f4fff4;
  transform: rotate(45deg);
}
.speech-list div:nth-child(2) {
  transform: rotate(-1.5deg);
}
.speech-list div:nth-child(3) {
  transform: rotate(1.5deg);
}
@media (max-width: 900px) {
  .meet-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}
