:root{--bg: #0a0e1a;--surface: rgba(255, 255, 255, .08);--surface-strong: rgba(255, 255, 255, .12);--text: #ffffff;--text-soft: rgba(255, 255, 255, .9);--accent: #4dd9db;--dark: #0a0e1a;--radius: 18px}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%;font-family:Trebuchet MS,Avenir Next,Segoe UI,sans-serif;color:var(--text);scroll-behavior:smooth}body{background:var(--bg);line-height:1.4}a{color:inherit;text-decoration:none}.site-bg,.site-overlay{position:fixed;inset:0;pointer-events:none}.site-bg{z-index:-3;background:url(/images/background.png) center / cover no-repeat}.site-overlay{z-index:-2;background:radial-gradient(circle at 50% 22%,#4dd9db61,#0a0e1a00 42%),linear-gradient(to bottom,#0a0e1a7a,#0a0e1ade)}.header{position:fixed;top:0;left:0;width:100%;z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0e1a8c;border-bottom:1px solid rgba(255,255,255,.22)}.header__container{max-width:1240px;margin:0 auto;min-height:86px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:18px}.header__logo{display:flex;align-items:center;gap:12px}.header__logo-img{width:52px;height:52px;border-radius:50%;object-fit:cover}.header__logo-text{font-size:2rem;letter-spacing:2px;font-weight:900}.header__nav{display:flex;align-items:center;gap:24px}.header__link{font-weight:800;letter-spacing:1px;font-size:.96rem;transition:color .2s ease}.header__link:hover{color:var(--accent)}.header__link--button{border-radius:999px;background:var(--accent);color:var(--dark);padding:12px 26px}.header__link--button:hover{color:var(--dark);background:#fff}.header__burger{display:none;flex-direction:column;gap:5px;border:0;background:transparent;padding:0;cursor:pointer}.header__burger span{width:28px;height:3px;border-radius:3px;background:var(--text)}.main{position:relative;z-index:1}.section{max-width:1240px;margin:0 auto;padding:100px 24px}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:34px}.hero__title{margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;font-size:clamp(4.2rem,13vw,11rem);letter-spacing:6px;color:transparent;-webkit-text-stroke:3px #ffffff;text-shadow:0 0 26px rgba(77,217,219,.9),0 0 58px rgba(77,217,219,.65)}.hero__title span{animation:float-neon 3s ease-in-out infinite}.hero__title span:nth-child(2){animation-delay:.2s}.hero__title span:nth-child(3){animation-delay:.4s}.hero__title span:nth-child(4){animation-delay:.6s}.hero__title span:nth-child(5){animation-delay:.8s}@keyframes float-neon{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.cta{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;min-height:72px;min-width:280px;padding:0 30px;background:var(--accent);color:var(--dark);font-size:clamp(1.2rem,2.2vw,2rem);font-weight:900;letter-spacing:2px;transition:transform .2s ease,box-shadow .2s ease}.cta:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 24px #4dd9db59}.cta--small{min-height:58px;min-width:200px;font-size:1.1rem;margin-top:14px}.hero__actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:18px}.hero__socials{display:flex;align-items:center;gap:14px}.hero__social{width:72px;height:72px;border-radius:50%;border:3px solid rgba(255,255,255,.95);color:#fff;background:#0a0e1a47;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #00000040}.hero__social svg{width:32px;height:32px}.hero__scroll{font-size:3rem;opacity:.7;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.title{margin:0 0 22px;font-size:clamp(2.6rem,7vw,5.5rem);line-height:.95;font-weight:900}.title--center{text-align:center;margin-bottom:54px}.title__main{display:block}.title__accent{display:block;color:var(--accent)}.body-copy{display:grid;gap:14px}.body-copy p{margin:0;color:var(--text-soft);font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.6}.frame{background:var(--surface);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:14px;box-shadow:0 22px 38px #0000004d}.frame__img{width:100%;display:block;border-radius:12px}.steps{display:grid;gap:26px}.step{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start}.step__number{font-weight:900;color:var(--accent);font-size:clamp(2rem,5vw,3.4rem);line-height:1}.step h3{margin:0;font-size:clamp(1.2rem,2vw,2rem);letter-spacing:.5px}.step p{margin:8px 0 0;color:var(--text-soft);font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.55}.faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.faq-card{border-radius:var(--radius);background:var(--surface);border:1px solid rgba(255,255,255,.22);padding:24px}.faq-card h3{margin:0 0 10px;font-size:1.15rem}.faq-card p{margin:0;color:var(--text-soft);line-height:1.6}.token-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.token-card{border-radius:var(--radius);background:#fffffff2;border:1px solid rgba(255,255,255,.26);color:#0a0e1a;text-align:center;padding:28px 14px}.token-card--accent{background:#4dd9dbf7}.token-card__label{margin:0;font-size:1rem;font-weight:800}.token-card__label--accent{color:#1f8f90}.token-card__value{margin:8px 0 0;font-size:clamp(1.1rem,2vw,2rem);font-weight:900}.token-card__value--dark{color:#0a0e1a}.buy-block{margin-top:20px;border-radius:var(--radius);background:#0a0e1acc;border:1px solid rgba(77,217,219,.5);padding:18px;display:flex;gap:16px;align-items:center;justify-content:space-between}.buy-block__left{min-width:0}.buy-block__ca{display:inline-block;margin-right:8px;color:var(--accent);font-weight:900}.buy-block__address{font-size:clamp(.88rem,1.3vw,1.05rem);word-break:break-all}.buy-block__copy{border:0;border-radius:999px;background:var(--accent);color:var(--dark);font-weight:900;padding:12px 20px;cursor:pointer;white-space:nowrap}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.gallery-item{border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.18);background:var(--surface-strong)}.gallery-item__img{width:100%;display:block;aspect-ratio:1;object-fit:cover}.footer{border-top:1px solid rgba(255,255,255,.25);background:#0a0e1aa6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.footer__container{max-width:1240px;margin:0 auto;padding:34px 24px;display:flex;align-items:center;justify-content:space-between;gap:18px}.footer__container h2{margin:0;letter-spacing:2px;font-size:2rem}.footer__container nav{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.footer__container a{font-weight:700;font-size:.95rem}.footer__container a:hover{color:var(--accent)}@media(max-width:1024px){.header__burger{display:flex}.header__nav{position:fixed;top:86px;right:-100%;width:min(360px,100%);height:calc(100vh - 86px);background:#0a0e1af5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-left:1px solid rgba(255,255,255,.16);display:grid;align-content:start;gap:0;padding:20px;transition:right .2s ease}.header__nav--open{right:0}.header__link{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.header__link--button{margin-top:12px;text-align:center;border-bottom:0}.two-col,.faq-grid,.gallery-grid{grid-template-columns:1fr}.faq-grid,.gallery-grid,.token-grid{gap:14px}.title--center{margin-bottom:34px}}@media(max-width:720px){.section{padding:74px 16px}.header__container{min-height:78px;padding:0 16px}.header__logo-text{font-size:1.6rem}.hero{padding-top:98px}.hero__title{-webkit-text-stroke:2px #ffffff;letter-spacing:3px}.cta{min-width:220px;min-height:62px}.hero__social{width:62px;height:62px}.hero__social svg{width:28px;height:28px}.token-grid{grid-template-columns:1fr}.buy-block{flex-direction:column;align-items:flex-start}.footer__container{flex-direction:column;text-align:center}}
