@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #f8f3ff;
  --muted: #a99cbf;
  --subtle: #786d91;
  --bg: #08041a;
  --bg-deep: #10062b;
  --panel: rgba(27, 12, 52, .68);
  --panel-strong: #1b0c35;
  --line: rgba(229, 208, 255, .16);
  --pink: #ff2fcf;
  --pink-soft: #ff91eb;
  --violet: #873dff;
  --yellow: #fff1a3;
  --cyan: #8befff;
  --mono: 'DM Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: 'Space Grotesk', 'Segoe UI', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; position: relative; z-index: 2; }
.section { position: relative; padding: 140px 0; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .04; z-index: 20; 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='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.stars { position: fixed; inset: 0; pointer-events: none; z-index: 0; background-image: radial-gradient(circle, rgba(255,255,255,.9) 0 1px, transparent 1.5px), radial-gradient(circle, rgba(255,83,218,.7) 0 1px, transparent 1.5px); background-size: 190px 190px, 260px 260px; opacity: .22; }
.stars--one { background-position: 20px 80px, 150px 30px; }
.stars--two { background-size: 310px 310px, 410px 410px; background-position: 80px 10px, 260px 170px; opacity: .14; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 10; background: rgba(8, 4, 26, .68); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 14px; overflow: hidden; background: linear-gradient(145deg, rgba(255,47,207,.28), rgba(134,61,255,.2)); box-shadow: 0 0 28px rgba(255,47,207,.2); }
.brand-mark img { width: 54px; height: 54px; object-fit: contain; }
.brand-copy { display: grid; gap: 1px; }
.brand-name { font-weight: 700; font-size: 14px; letter-spacing: .16em; }
.brand-tag { color: var(--subtle); font: 9px var(--mono); letter-spacing: .12em; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.nav-link { color: var(--muted); font-size: 13px; font-weight: 500; transition: color .2s ease; }
.nav-link:hover, .nav-link.is-active { color: var(--ink); }
.nav-link--ghost { display: inline-flex; align-items: center; gap: 7px; }
.x-icon { width: 17px; height: 17px; display: block; fill: currentColor; }
.x-icon--mini { color: var(--pink-soft); }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 13px; border: 1px solid transparent; font-size: 13px; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-3px); }
.button--primary { color: #190323; background: linear-gradient(135deg, var(--pink-soft), var(--pink)); box-shadow: 0 12px 35px rgba(255,47,207,.27); }
.button--primary:hover { box-shadow: 0 16px 42px rgba(255,47,207,.42); }
.button--outline { color: var(--ink); border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.03); }
.button--outline:hover { border-color: rgba(255,145,235,.6); background: rgba(255,47,207,.08); }
.button--small { min-height: 42px; padding: 0 15px; border-radius: 10px; font-size: 12px; }
.button--header { color: #18021e; background: var(--yellow); box-shadow: 0 8px 20px rgba(255,241,163,.15); }
.button-icon { width: 28px; height: 28px; object-fit: contain; margin-left: -5px; }
.button-arrow { font-size: 17px; line-height: 1; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px 0 10px 10px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { min-height: 820px; display: flex; align-items: center; padding-top: 160px; padding-bottom: 100px; background: radial-gradient(circle at 73% 40%, rgba(146, 38, 226, .3), transparent 24%), radial-gradient(circle at 16% 32%, rgba(255, 47, 207, .1), transparent 18%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr); align-items: center; gap: 42px; }
.hero-copy { max-width: 575px; position: relative; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: var(--pink-soft); font: 10px var(--mono); letter-spacing: .17em; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 12px var(--pink); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(58px, 8vw, 100px); font-weight: 600; letter-spacing: -.07em; line-height: .9; }
h1 span, h2 span { color: var(--pink-soft); }
h1 em { color: var(--yellow); font-style: normal; }
.hero-lede { max-width: 455px; margin-bottom: 31px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.hero-cta { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero-meta { display: flex; gap: 29px; margin-top: 72px; }
.hero-meta > div { display: grid; gap: 3px; padding-left: 13px; border-left: 1px solid var(--line); }
.meta-value { color: var(--ink); font-size: 19px; }
.meta-label { color: var(--subtle); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.hero-quick-links { width: 330px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 28px; }
.hero-quick-links .rail-label { grid-column: 1 / -1; }
.hero-quick-links .rail-action { width: auto; }
.hero-contract { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 10px; margin: 2px 2px 0; padding: 10px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; background: rgba(18, 8, 42, .42); }
.hero-contract-label { flex: 0 0 auto; color: var(--yellow); font: 10px var(--mono); letter-spacing: .12em; }
.hero-contract code { min-width: 0; color: var(--muted); font: 10px/1.45 var(--mono); overflow-wrap: anywhere; }
.hero-art-wrap { min-height: 595px; position: relative; display: grid; place-items: center; }
.hero-glow { position: absolute; width: 390px; height: 390px; border-radius: 50%; background: rgba(237, 31, 245, .34); filter: blur(80px); }
.hero-art { width: min(100%, 570px); margin: 0; position: relative; z-index: 2; animation: float 7s ease-in-out infinite; }
.hero-art img { width: 100%; display: block; filter: drop-shadow(0 18px 48px rgba(255, 41, 220, .34)); }
.orbit { position: absolute; border: 1px solid rgba(250, 197, 255, .21); border-radius: 50%; transform: rotate(-23deg); }
.orbit--outer { width: 610px; height: 230px; }
.orbit--inner { width: 500px; height: 180px; border-color: rgba(139, 239, 255, .17); transform: rotate(34deg); }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(1deg); } }
.action-rail { position: absolute; z-index: 4; left: max(22px, calc((100vw - 1180px) / 2 - 160px)); top: 50%; transform: translateY(-31%); display: grid; gap: 8px; width: 150px; }
.rail-label { margin: 0 0 5px 3px; color: var(--subtle); font: 9px var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.rail-action { min-height: 43px; display: flex; align-items: center; gap: 8px; padding: 0 11px; color: var(--muted); border: 1px solid rgba(255,255,255,.1); border-radius: 9px; background: rgba(18, 8, 42, .55); font-size: 10px; transition: all .2s ease; }
.rail-action:hover { color: var(--ink); border-color: rgba(255,145,235,.5); background: rgba(255,47,207,.11); transform: translateX(5px); }
.rail-action--buy { color: var(--yellow); border-color: rgba(255,241,163,.25); }
.rail-action img { width: 25px; height: 25px; object-fit: contain; margin: -3px 0 -3px -4px; }
.rail-social-icon { width: 25px; display: grid; place-items: center; color: var(--pink-soft); }
.rail-social-icon .x-icon { width: 18px; height: 18px; }
.telegram-icon { width: 22px; height: 22px; display: grid; place-items: center; color: var(--cyan); }
.telegram-icon svg { width: 18px; height: 18px; fill: currentColor; }
.rail-arrow { margin-left: auto; color: var(--subtle); font-size: 14px; }

.roadmap { background: linear-gradient(180deg, transparent, rgba(28, 9, 60, .42)); border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 58px; }
h2 { max-width: 700px; margin-bottom: 0; font-size: clamp(40px, 5vw, 66px); font-weight: 500; letter-spacing: -.06em; line-height: .95; }
.section-intro { max-width: 340px; margin-bottom: 4px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.roadmap-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; position: relative; }
.roadmap-track::before { content: ''; position: absolute; left: 10%; right: 10%; top: 42px; border-top: 1px dashed rgba(255,145,235,.34); }
.roadmap-card { min-height: 367px; position: relative; padding: 27px 26px 24px; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(140deg, rgba(44, 19, 78, .75), rgba(13, 7, 34, .55)); }
.roadmap-card--active { border-color: rgba(255,47,207,.54); box-shadow: 0 16px 50px rgba(136, 32, 181, .15); }
.card-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 43px; }
.phase-number { width: 35px; height: 35px; display: grid; place-items: center; color: var(--bg); border-radius: 50%; background: var(--pink-soft); font: 12px var(--mono); box-shadow: 0 0 20px rgba(255,145,235,.35); }
.roadmap-card:not(.roadmap-card--active) .phase-number { background: var(--panel-strong); color: var(--pink-soft); border: 1px solid rgba(255,145,235,.4); box-shadow: none; }
.phase-status { color: var(--subtle); font: 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.roadmap-card--active .phase-status { color: var(--pink-soft); }
.roadmap-card h3 { margin-bottom: 11px; color: var(--ink); font-size: 27px; font-weight: 500; letter-spacing: -.05em; }
.roadmap-card p { min-height: 74px; margin-bottom: 19px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.roadmap-card ul { display: grid; gap: 9px; margin: 0; padding: 16px 0 0; border-top: 1px solid var(--line); list-style: none; }
.roadmap-card li { color: var(--ink); font: 10px var(--mono); }
.roadmap-card li::before { content: '✦'; margin-right: 8px; color: var(--pink-soft); }
.roadmap-note { display: flex; align-items: center; gap: 14px; margin-top: 38px; color: var(--subtle); font: 10px var(--mono); }
.note-star { color: var(--yellow); font-size: 16px; }
.note-line { flex: 1; height: 1px; background: var(--line); }

.chart { padding-bottom: 160px; }
.section-heading--chart { margin-bottom: 38px; align-items: end; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--pink-soft); font-size: 12px; border-bottom: 1px solid rgba(255,145,235,.4); padding-bottom: 5px; }
.text-link span { font-size: 16px; }
.chart-window { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 17px; background: #100a23; box-shadow: 0 24px 90px rgba(0,0,0,.27); }
.chart-window-bar { min-height: 56px; display: flex; align-items: center; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.025); }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: #573870; }
.window-dots span:first-child { background: #ff6ebc; }
.window-title { flex: 1; margin-left: 22px; color: var(--ink); font: 10px var(--mono); letter-spacing: .04em; }
.status-pulse { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #77f6b2; box-shadow: 0 0 10px #77f6b2; }
.window-muted { color: var(--subtle); }
.window-actions { display: flex; gap: 14px; color: var(--subtle); font: 9px var(--mono); }
.window-active { color: var(--pink-soft); }
.chart-embed-wrap { height: 610px; position: relative; }
.chart-embed-wrap iframe { width: 100%; height: 100%; display: block; border: 0; background: #100a23; }
.chart-placeholder { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; text-align: center; padding: 25px; background: radial-gradient(circle at 50% 45%, rgba(255,47,207,.12), transparent 28%), #100a23; }
.placeholder-icon { width: 74px; height: 74px; display: grid; place-items: center; margin-bottom: 20px; border: 1px solid rgba(139,239,255,.24); border-radius: 21px; background: rgba(139,239,255,.07); }
.placeholder-icon img { width: 65px; height: 65px; object-fit: contain; }
.placeholder-kicker { margin-bottom: 10px; color: var(--cyan); font: 10px var(--mono); letter-spacing: .18em; }
.chart-placeholder h3 { margin-bottom: 10px; font-size: 30px; font-weight: 500; letter-spacing: -.04em; }
.chart-placeholder > p:not(.placeholder-kicker) { max-width: 390px; margin-bottom: 22px; color: var(--muted); font-size: 12px; line-height: 1.6; }
code { color: var(--pink-soft); font: 11px var(--mono); }

.site-footer { padding: 36px 0; border-top: 1px solid rgba(255,255,255,.08); background: #060313; }
.footer-inner { display: flex; align-items: center; gap: 30px; }
.brand--footer .brand-mark { width: 36px; height: 36px; border-radius: 11px; }
.brand--footer .brand-mark img { width: 45px; height: 45px; }
.brand--footer .brand-name { font-size: 12px; }
.footer-inner > p { flex: 1; margin: 0; color: var(--subtle); font: 10px var(--mono); text-align: center; }
.footer-links { display: flex; gap: 9px; }
.footer-links a { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); font-size: 16px; }
.footer-links a:hover { color: var(--pink-soft); border-color: var(--pink-soft); }

@media (max-width: 1240px) { .action-rail { left: 20px; } }
@media (max-width: 980px) {
  .container { width: min(100% - 40px, 720px); }
  .main-nav { gap: 18px; }
  .hero { padding-top: 140px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 660px; }
  .hero-art-wrap { min-height: 500px; margin-top: -30px; }
}
@media (max-width: 720px) {
  .container { width: calc(100% - 34px); }
  .site-header { background: rgba(8, 4, 26, .9); }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; padding: 20px 17px 24px; border-bottom: 1px solid var(--line); background: rgba(8,4,26,.97); }
  .main-nav.is-open { display: grid; gap: 19px; }
  .nav-link, .button--header { width: 100%; }
  .button--header { margin-top: 3px; }
  .hero { min-height: auto; padding: 125px 0 55px; }
  h1 { font-size: clamp(54px, 16vw, 84px); }
  .hero-lede { font-size: 14px; }
  .hero-meta { margin-top: 50px; gap: 20px; }
  .hero-art-wrap { min-height: 360px; margin-top: 0; }
  .hero-art { width: 112%; margin-left: -6%; }
  .orbit--outer { width: 430px; height: 160px; }
  .orbit--inner { width: 350px; height: 130px; }
  .hero-quick-links { width: min(100%, 330px); margin-top: 24px; }
  .section { padding: 90px 0; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-intro { margin-top: 23px; }
  h2 { font-size: 47px; }
  .roadmap-track { grid-template-columns: 1fr; }
  .roadmap-track::before { display: none; }
  .roadmap-card { min-height: auto; }
  .roadmap-card p { min-height: 0; }
  .roadmap-note { align-items: flex-start; }
  .chart { padding-bottom: 100px; }
  .section-heading--chart { display: flex; align-items: end; }
  .section-heading--chart .text-link { margin-top: 25px; }
  .chart-window-bar { padding: 0 13px; }
  .window-title { margin-left: 12px; font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .window-actions { gap: 8px; }
  .chart-embed-wrap { height: 475px; }
  .chart-placeholder h3 { font-size: 25px; }
  .footer-inner { flex-wrap: wrap; gap: 17px; }
  .footer-inner > p { order: 3; flex-basis: 100%; text-align: left; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

[hidden] { display: none !important; }
