:root {
  --bg: #080808;
  --surface: #111110;
  --surface-light: #191816;
  --ink: #f8f6f0;
  --muted: #9b988f;
  --line: rgba(255, 255, 255, .13);
  --orange: #ff9d00;
  --orange-bright: #ffbf36;
  --font: 'Manrope', Arial, sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: var(--font); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.noise { pointer-events: none; position: fixed; inset: 0; z-index: 10; opacity: .04; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }
.section-shell { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }

.site-header { width: min(1240px, calc(100% - 64px)); height: 96px; margin: auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 5; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 800; letter-spacing: -1.2px; }
.brand-lockup { width: 128px; height: 38px; display: block; overflow: hidden; position: relative; }
.brand-lockup img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.08); }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; overflow: hidden; border-radius: 10px; background: #f89b00; box-shadow: 0 0 22px rgba(255, 157, 0, .25); }
.brand-mark img { width: 130%; height: 130%; object-fit: contain; mix-blend-mode: screen; }
.nav-links { display: flex; gap: 34px; position: absolute; left: 50%; transform: translateX(-50%); }
.nav-links a { padding: 10px 0; color: var(--muted); font-size: 13px; font-weight: 700; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a.active::after { content: ''; display: block; margin-top: 5px; width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }
.buy-button { border-radius: 999px; background: var(--orange); color: #16110a; font-size: 12px; font-weight: 800; display: inline-flex; align-items: center; gap: 8px; padding: 8px 15px 8px 9px; box-shadow: 0 8px 24px rgba(255, 157, 0, .18); transition: transform .2s, background .2s; }
.buy-button:hover { transform: translateY(-2px); background: var(--orange-bright); }
.buy-button img { width: 25px; height: 25px; border-radius: 50%; object-fit: cover; }
.menu-toggle { display: none; }

.hero { min-height: 725px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 30px; position: relative; }
.hero::before { content: ''; position: absolute; width: 540px; height: 540px; left: -250px; top: 85px; background: radial-gradient(circle, rgba(255, 155, 0, .11), transparent 68%); pointer-events: none; }
.eyebrow { font: 11px var(--mono); letter-spacing: .12em; text-transform: uppercase; color: #c3c0b9; display: flex; align-items: center; gap: 9px; margin: 0 0 20px; }
.eyebrow span { display: inline-block; width: 22px; height: 1px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 800; letter-spacing: -.075em; line-height: .9; }
h1 { margin-bottom: 26px; font-size: clamp(64px, 7.6vw, 112px); }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-text { max-width: 450px; color: #b5b2ab; font-size: 16px; line-height: 1.7; }
.ticker-row { display: flex; align-items: center; gap: 10px; margin-top: 31px; font: 11px var(--mono); color: #79766f; }
.ticker-row strong { color: var(--ink); font-size: 12px; }.ticker-row i { width: 3px; height: 3px; background: var(--orange); border-radius: 50%; margin: 0 4px; }
.hero-actions { margin-top: 36px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; max-width: 550px; }
.action-card { min-height: 116px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.015)); padding: 16px 13px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: 1fr auto; gap: 9px; transition: border-color .2s, transform .2s, background .2s; }
.action-card:hover { border-color: rgba(255, 157, 0, .75); transform: translateY(-4px); background: rgba(255, 157, 0, .08); }
.action-icon { width: 34px; height: 34px; overflow: hidden; display: grid; place-items: center; border-radius: 10px; background: #25231e; }.action-icon img { width: 130%; height: 130%; object-fit: contain; }.x-icon { background: #eee; color: #0d0d0d; padding: 9px; }.telegram-icon { background: #249bd7; color: white; padding: 8px; }.action-icon svg { width: 100%; height: 100%; }
.action-card small { display: block; color: var(--muted); font: 8px var(--mono); letter-spacing: .06em; margin: 3px 0 5px; }.action-card b { font-size: 11px; line-height: 1.2; display: block; }.arrow { grid-column: 2; color: var(--orange); justify-self: end; font-size: 19px; line-height: 1; }

.hero-art { min-height: 600px; position: relative; display: grid; place-items: center; }
.image-frame { position: relative; width: min(100%, 540px); aspect-ratio: 1983 / 793; display: flex; align-items: center; justify-content: center; overflow: visible; }
.image-frame img { width: 100%; height: 100%; object-fit: contain; filter: saturate(1.05) contrast(1.08); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; pointer-events: none; }.orbit-a { width: 530px; height: 260px; transform: rotate(-30deg); }.orbit-b { width: 650px; height: 320px; transform: rotate(45deg); border-color: rgba(255,157,0,.16); }

.roadmap { padding: 125px 0 130px; }.section-heading { max-width: 700px; }.section-heading h2, .chart-top h2 { font-size: clamp(42px, 5.2vw, 75px); margin: 0 0 22px; }.section-heading > p:last-child { color: var(--muted); max-width: 390px; line-height: 1.65; font-size: 15px; }
.roadmap-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.roadmap-card { min-height: 286px; border: 1px solid var(--line); padding: 25px; border-radius: 18px; background: var(--surface); display: flex; flex-direction: column; }.roadmap-card.featured { background: #e98e00; border-color: #f5b54e; color: #140f08; box-shadow: 11px 11px 0 #35220b; transform: translateY(-14px); }.phase { font: 11px var(--mono); color: var(--orange); display: flex; justify-content: space-between; }.phase span { font-size: 9px; border: 1px solid currentColor; border-radius: 999px; padding: 3px 7px; }.featured .phase { color: #221606; }.roadmap-card h3 { margin: auto 0 10px; letter-spacing: -.05em; font-size: 24px; }.roadmap-card p { color: var(--muted); font-size: 13px; line-height: 1.6; margin-bottom: 16px; }.featured p { color: #4e2d04; }.roadmap-card ul { list-style: none; padding: 13px 0 0; margin: 0; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px 15px; }.roadmap-card li { color: #d1cec5; font: 9px var(--mono); }.roadmap-card li::before { content: '•'; color: var(--orange); padding-right: 5px; }.featured li { color: #4e2d04; }.featured li::before { color: #171008; }

.chart-section { padding: 0 0 115px; }.chart-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 35px; }.chart-top .eyebrow { margin-bottom: 17px; }.chart-top h2 { margin: 0; }.text-link { color: #e9e6dc; font: 12px var(--mono); padding-bottom: 9px; border-bottom: 1px solid rgba(255,157,0,.6); }.text-link span { color: var(--orange); padding-left: 8px; font-size: 15px; }.dex-window { height: 630px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #0f0f0e; box-shadow: 0 25px 55px rgba(0,0,0,.32); position: relative; }.window-bar { height: 47px; padding: 0 17px; display: flex; align-items: center; gap: 14px; color: #858179; border-bottom: 1px solid var(--line); font: 10px var(--mono); }.window-dots { display: flex; gap: 5px; }.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #4a4843; }.window-dots i:first-child { background: #ff8d1a; }.live-dot { color: #f5b842; margin-left: auto; letter-spacing: .08em; }.live-dot::before { content: ''; display: inline-block; width: 6px; height: 6px; margin-right: 5px; background: #75e192; border-radius: 50%; box-shadow: 0 0 6px #75e192; }iframe { display: block; width: 100%; height: calc(100% - 47px); border: 0; background: #0f0f0e; }.embed-fallback { height: calc(100% - 47px); display: grid; place-content: center; justify-items: center; color: var(--muted); text-align: center; font-size: 14px; background: #10100f; }.embed-fallback img { width: 64px; height: 64px; object-fit: cover; border-radius: 16px; margin-bottom: 8px; }.embed-fallback code { color: #f6ae25; }
footer { min-height: 106px; width: min(1240px, calc(100% - 64px)); border-top: 1px solid var(--line); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #77746d; font: 9px var(--mono); letter-spacing: .05em; }footer .brand { color: var(--ink); font-family: var(--font); font-size: 18px; letter-spacing: -1px; }footer .brand-lockup { width: 104px; height: 31px; border-radius: 6px; }footer p { margin: 0; max-width: 410px; text-align: center; line-height: 1.5; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 760px) { .section-shell, .site-header, footer { width: min(100% - 36px, 540px); }.site-header { height: 76px; }.nav-links { position: fixed; inset: 76px 0 auto; transform: none; padding: 20px 18px; background: rgba(12,12,11,.97); border-bottom: 1px solid var(--line); display: grid; gap: 0; opacity: 0; visibility: hidden; transition: .2s; }.nav-links.open { opacity: 1; visibility: visible; }.nav-links a { padding: 13px 0; }.nav-links a.active::after { display: none; }.header-buy { display: none; }.menu-toggle { border: 0; display: grid; gap: 5px; background: transparent; padding: 8px; cursor: pointer; }.menu-toggle span { width: 22px; height: 1px; display: block; background: var(--ink); }.hero { min-height: auto; padding: 78px 0 96px; display: flex; flex-direction: column; align-items: stretch; }.hero-copy { order: 2; }.hero-art { order: 1; min-height: 340px; }.image-frame { width: min(79vw, 360px); }.orbit-a { width: 390px; height: 190px; }.orbit-b { width: 460px; height: 220px; }h1 { font-size: clamp(58px, 17vw, 84px); }.hero-actions { grid-template-columns: 1fr; max-width: none; }.action-card { min-height: 72px; grid-template-columns: 37px 1fr auto; grid-template-rows: 1fr; align-items: center; padding: 10px 14px; }.action-card .arrow { grid-column: 3; }.roadmap { padding: 82px 0 90px; }.roadmap-grid { grid-template-columns: 1fr; margin-top: 42px; gap: 15px; }.roadmap-card, .roadmap-card.featured { min-height: 235px; transform: none; }.chart-section { padding-bottom: 80px; }.chart-top { display: block; }.chart-top .text-link { display: inline-block; margin-top: 24px; }.dex-window { height: 520px; border-radius: 13px; }.window-bar { font-size: 8px; padding: 0 12px; }.window-bar > span:nth-child(2) { max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }footer { padding: 24px 0; min-height: 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }footer p { grid-column: 1 / -1; grid-row: 2; text-align: left; font-size: 8px; }.ticker-row { flex-wrap: wrap; }.hero-text { font-size: 15px; } }

[hidden] { display: none !important; }
