:root {
  --lime: #caff2f;
  --ink: #090b0c;
  --smoke: #171b1c;
  --cream: #f4f2e9;
  --muted: #a9ada8;
  --line: rgba(244, 242, 233, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: 'Space Grotesk', Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.page-noise { pointer-events: none; position: fixed; inset: 0; z-index: 50; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 104px; padding: 18px clamp(22px, 4vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(244,242,233,.19); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 700; letter-spacing: -.9px; }
.brand img { width: 50px; height: 50px; object-fit: cover; border-radius: 50%; border: 1px solid rgba(244,242,233,.45); }
.brand span span { color: var(--lime); }
.main-nav { display: flex; gap: clamp(24px, 3vw, 54px); margin-left: 110px; }
.main-nav a { font: 500 12px/1 'DM Mono', monospace; letter-spacing: .06em; transition: color .2s ease; }
.main-nav a:hover { color: var(--lime); }
.buy-header { display: flex; gap: 12px; align-items: center; background: var(--lime); color: var(--ink); padding: 13px 17px; font: 500 12px/1 'DM Mono', monospace; letter-spacing: .06em; transition: transform .2s ease, background .2s ease; }
.buy-header:hover { transform: translateY(-3px); background: #dcff65; }

.hero { isolation: isolate; min-height: max(760px, 100svh); position: relative; display: flex; align-items: center; padding: 130px clamp(22px, 9.25vw, 150px) 80px; overflow: hidden; }
.hero-image, .hero-vignette { position: absolute; inset: 0; z-index: -2; }
.hero-image { background: #10161a url('assets/bikeelon-hero.png') center center / cover no-repeat; transform: scale(1.01); }
.hero-vignette { z-index: -1; background: linear-gradient(90deg, rgba(4,7,9,.94) 0%, rgba(5,8,9,.84) 25%, rgba(5,8,9,.32) 54%, rgba(5,8,9,.04) 86%), linear-gradient(0deg, rgba(3,5,6,.63), transparent 40%); }
.hero-copy { max-width: 580px; transform: translateY(22px); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--lime); font: 500 11px/1 'DM Mono', monospace; letter-spacing: .12em; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 16px var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 25px; font-size: clamp(66px, 9vw, 150px); line-height: .82; letter-spacing: -.075em; font-weight: 700; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-description { max-width: 385px; color: #d0d2cb; font-size: 17px; line-height: 1.45; letter-spacing: -.02em; }
.hero-description strong { color: var(--lime); font-weight: 600; }
.hero-socials { display: grid; grid-template-columns: repeat(2, minmax(0, 222px)); gap: 10px; margin-top: 34px; }
.hero-button { min-height: 57px; display: flex; align-items: center; gap: 10px; padding: 8px 14px 8px 8px; background: rgba(9,11,12,.78); border: 1px solid rgba(244,242,233,.36); font: 500 11px/1 'DM Mono', monospace; letter-spacing: .04em; transition: border .2s ease, background .2s ease, transform .2s ease; }
.hero-button:hover { transform: translateX(4px); background: rgba(202,255,47,.98); color: var(--ink); border-color: var(--lime); }
.hero-button i { margin-left: auto; font-style: normal; font-size: 16px; }
.hero-button small { font-size: 9px; opacity: .8; }
.button-icon { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; border-right: 1px solid rgba(244,242,233,.25); padding-right: 9px; }
.button-icon svg { width: 20px; height: 20px; fill: currentColor; }
.icon-buy svg { fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.telegram-icon svg { width: 21px; }
.dex-icon svg { width: 21px; }
.buy-button { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.buy-button:hover { background: var(--cream); border-color: var(--cream); }
.hero-bottom { position: absolute; bottom: 30px; left: clamp(22px, 4vw, 72px); right: clamp(22px, 4vw, 72px); display: flex; justify-content: space-between; align-items: center; color: rgba(244,242,233,.65); font: 11px/1 'DM Mono', monospace; letter-spacing: .1em; }
.scroll-cue { display: flex; align-items: center; gap: 10px; }
.scroll-cue b { height: 35px; width: 1px; display: block; background: var(--lime); }

.section { padding: 128px clamp(22px, 9.25vw, 150px); }
.roadmap { background: var(--cream); color: var(--ink); }
.section-heading { max-width: 680px; }
.roadmap .eyebrow { color: #5e6823; }
.roadmap .eyebrow span { background: #63770c; box-shadow: none; }
h2 { margin-bottom: 24px; font-size: clamp(46px, 7vw, 90px); line-height: .85; letter-spacing: -.07em; }
.section-heading > p:last-child { color: #535753; max-width: 450px; font-size: 17px; line-height: 1.48; }
.roadmap-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 68px; border-top: 1px solid rgba(9,11,12,.28); border-left: 1px solid rgba(9,11,12,.28); }
.roadmap-card { min-height: 380px; position: relative; padding: 22px; border-right: 1px solid rgba(9,11,12,.28); border-bottom: 1px solid rgba(9,11,12,.28); overflow: hidden; background: var(--cream); transition: background .25s ease, color .25s ease; }
.roadmap-card:hover, .roadmap-card.active { color: var(--cream); background: var(--ink); }
.phase-row { display: flex; justify-content: space-between; color: #666961; font: 500 10px/1 'DM Mono', monospace; letter-spacing: .08em; }
.active .phase-row, .roadmap-card:hover .phase-row { color: var(--lime); }
.phase-icon { margin-top: 43px; color: var(--lime); font: 500 33px/1 'DM Mono', monospace; }
.roadmap-card:not(.active) .phase-icon { color: #718900; }
.roadmap-card h3 { margin: 45px 0 16px; font-size: 31px; line-height: .92; letter-spacing: -.06em; }
.roadmap-card p { color: #636762; max-width: 220px; font-size: 14px; line-height: 1.4; }
.roadmap-card.active p, .roadmap-card:hover p { color: #a5aaa3; }
.progress { position: absolute; left: 22px; right: 22px; bottom: 21px; height: 3px; background: rgba(9,11,12,.15); }
.progress b { display: block; height: 100%; width: 0; background: var(--lime); }
.active .progress b { width: 100%; }
.roadmap-card:nth-child(2) .progress b { width: 65%; }.roadmap-card:nth-child(3) .progress b { width: 25%; }

.chart-section { padding-top: 118px; background: var(--smoke); }
.chart-heading { display: flex; justify-content: space-between; gap: 25px; align-items: flex-end; }
.chart-heading .eyebrow { margin-bottom: 18px; }
.chart-heading h2 { margin-bottom: 0; }
.chart-heading > a { color: var(--lime); padding-bottom: 13px; border-bottom: 1px solid rgba(202,255,47,.6); font: 500 11px/1 'DM Mono', monospace; letter-spacing: .06em; }
.chart-heading > a span { font-size: 16px; margin-left: 6px; }
.dex-frame { min-height: 585px; position: relative; margin-top: 64px; background: #090b0c; border: 1px solid rgba(244,242,233,.25); overflow: hidden; }
.dex-frame-top { height: 47px; position: relative; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 0 16px; border-bottom: 1px solid rgba(244,242,233,.16); color: var(--cream); font: 500 11px/1 'DM Mono', monospace; letter-spacing: .08em; }
.dex-frame-top small { margin-left: auto; color: #818780; font-size: 9px; }
.pulse { display: inline-block; width: 8px; height: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 13px var(--lime); }
#dexscreener-embed { position: relative; z-index: 1; display: block; width: 100%; height: 538px; border: 0; background: #090b0c; }
.chart-placeholder { min-height: 538px; position: relative; display: grid; place-items: center; overflow: hidden; background: #090b0c; color: #858b82; text-align: center; font: 500 13px/1.7 'DM Mono', monospace; letter-spacing: .04em; }
.chart-placeholder p { position: relative; z-index: 1; margin: 0; }
.chart-placeholder small { font-size: 10px; color: #60665f; }
.chart-placeholder code { color: var(--lime); font: inherit; }
.grid-lines { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(244,242,233,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(244,242,233,.08) 1px, transparent 1px); background-size: 62px 62px; transform: perspective(220px) rotateX(45deg) scale(1.5) translateY(28%); transform-origin: bottom center; }

.site-footer { min-height: 160px; padding: 35px clamp(22px, 4vw, 72px); background: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #a5aaa3; font: 10px/1.5 'DM Mono', monospace; letter-spacing: .08em; }
.site-footer .brand { color: var(--cream); }.site-footer .brand img { width: 38px; height: 38px; }.site-footer p { margin: 0; }

@media (max-width: 850px) {
  .site-header { height: 82px; }.main-nav { display: none; }.brand img { width: 43px; height: 43px; }
  .hero { align-items: flex-end; min-height: 790px; padding-bottom: 108px; }.hero-image { background-position: 64% center; }.hero-vignette { background: linear-gradient(90deg, rgba(4,7,9,.88), rgba(5,8,9,.44)), linear-gradient(0deg, rgba(3,5,6,.86), rgba(3,5,6,.03) 65%); }
  .roadmap-grid { grid-template-columns: repeat(2, 1fr); }.roadmap-card { min-height: 340px; }.chart-heading { align-items: flex-start; flex-direction: column; }.dex-frame { min-height: 440px; }.dex-frame iframe { height: 393px; }
}
@media (max-width: 520px) {
  .site-header { padding: 14px 16px; }.brand { font-size: 16px; }.brand img { width: 38px; height: 38px; }.buy-header { padding: 11px 12px; }
  .hero { padding: 105px 22px 86px; min-height: 760px; }.hero-copy { transform: none; }.hero-image { background-position: 61% center; }.hero-vignette { background: linear-gradient(0deg, rgba(4,7,9,.95) 0%, rgba(4,7,9,.72) 46%, rgba(4,7,9,.12) 100%); }
  h1 { font-size: clamp(61px, 20vw, 94px); }.hero-socials { grid-template-columns: 1fr; max-width: none; }.hero-button { min-height: 49px; }.button-icon { height: 33px; width: 34px; }.hero-bottom { left: 22px; right: 22px; }.hero-bottom > span:first-child { display: none; }
  .section { padding: 86px 22px; }.roadmap-grid { grid-template-columns: 1fr; margin-top: 44px; }.roadmap-card { min-height: 290px; }.phase-icon { margin-top: 22px; }.roadmap-card h3 { margin-top: 30px; }.dex-frame { margin-top: 38px; }.chart-section { padding-top: 82px; }.dex-frame-top small { display: none; }.site-footer { padding: 28px 22px; flex-wrap: wrap; }.site-footer > p:nth-of-type(1) { order: 3; flex-basis: 100%; }
}

[hidden] { display: none !important; }
