:root{--layout-width: 375px;--layout-width-tablet: 750px;--layout-width-desktop: 1200px}@media(min-width:750px)and (max-width:1199px){:root{--layout-width: 750px}}@media(min-width:1200px){:root{--layout-width: 1200px}}html{scroll-padding-top:56px}html,body{min-width:375px;overflow-x:hidden;scroll-behavior:smooth;font-family:Inter Tight,sans-serif;background:#0a0a0f}.main{transform-origin:top center}*,*:before,*:after{box-sizing:border-box;padding:0;margin:0}button{cursor:pointer;background:none;border:none}a{color:inherit;text-decoration:none}@media(min-width:1562px){main{display:flex;flex-direction:column;gap:75px}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#000000bf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px #ff8c00}.header__logo{display:flex;align-items:center;gap:7px}.header__logo-icon{width:24px;height:24px}.header__title{color:#f5f5f5;font-size:14.45px;font-weight:700;line-height:1}.header__title-accent{color:#ff8c00}.header__actions{display:flex;align-items:center;gap:20px}.header__buy{display:flex;align-items:center;justify-content:center;height:32px;padding:10px 20px;border-radius:12px;background-color:#ff8c00;color:#000;font-size:12px;font-weight:400;letter-spacing:-.36px;white-space:nowrap}.header__button{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.header__button img{width:20px;height:20px}.header__links{display:flex;flex-direction:column;align-items:flex-start;gap:20px;position:fixed;top:56px;left:0;right:0;z-index:999;padding:24px 16px;background-color:#000000bf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px #ff8c00;clip-path:inset(0 0 100% 0);pointer-events:none;transition:clip-path .2s ease}.header__links--open{clip-path:inset(0 0 0 0);pointer-events:auto}.header__link{color:#f5f5f5;font-size:16px;font-weight:600;text-transform:uppercase}.header__link:hover{color:#ff8c00}@media(min-width:1562px){html{scroll-padding-top:72px}.header{height:72px;padding:16px calc((100vw - 1280px)/2 + 24px);justify-content:flex-start}.header__logo{gap:12px}.header__logo-icon{width:40px;height:40px}.header__title{font-size:24px;line-height:32px}.header__actions{order:2;margin-left:32px}.header__buy{height:auto;padding:6px 22px;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0;color:#0a0a0f}.header__button{display:none}.header__links{position:static;flex-direction:row;align-items:center;gap:32px;margin-left:auto;padding:0;background:none;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;clip-path:none;pointer-events:auto;transition:none}.header__link{font-size:14px;font-weight:400;line-height:20px;text-transform:none}}.footer{background:#0a0a0f}.footer__inner{display:flex;flex-direction:column;align-items:flex-start;gap:24px;padding:36px 16px}.footer__logo{display:flex;align-items:center;gap:12px;height:40px}.footer__logo-icon{display:block;width:40px;height:40px}.footer__logo-text{color:#f5f5f5;font-size:24px;font-weight:700;line-height:32px}.footer__logo-accent{color:#ff8c00}.footer__socials{display:flex;gap:8px}.footer__social{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:12px;background:#fff;color:#000;transition:color .2s ease}.footer__social:hover{color:#ff8c00}.footer__social-icon{display:block;width:50px;height:50px}.footer__links{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.footer__links-row{display:flex;gap:24px}.footer__link{color:#889;font-size:14px;font-weight:400;line-height:1.6;white-space:nowrap;transition:color .2s ease}.footer__link:hover{color:#f5f5f5}.footer__copyright{color:#889;font-size:14px;font-weight:400;line-height:20px}@media(min-width:1562px){.footer{border-top:1px solid rgba(255,255,255,.1)}.footer__inner{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:40px 40px;grid-template-areas:"logo links socials" "copyright copyright copyright";width:1232px;height:164px;margin:0 auto;padding:0;align-content:center;align-items:center;row-gap:8px;column-gap:0}.footer__logo{grid-area:logo}.footer__socials{grid-area:socials;gap:10px}.footer__social,.footer__social-icon{width:38px;height:38px}.footer__links{grid-area:links;flex-direction:row;gap:32px;width:auto;justify-self:center}.footer__links-row{display:contents}.footer__link{font-size:16px;line-height:24px}.footer__copyright{grid-area:copyright;justify-self:center}}.whitepaper{display:flex;flex-direction:column;gap:20px;padding:120px 20px 40px;background:#0a0a0f}.whitepaper__title{color:#fff;font-size:32px;font-weight:700;line-height:40px}.whitepaper__heading{color:#ff8c00;font-size:32px;font-weight:700;line-height:40px}.whitepaper__text{color:#d7d7d7;font-size:16px;font-weight:400;line-height:25px}.whitepaper__text--gap{margin-top:25px}.whitepaper__block{display:block}.whitepaper__row{color:#d7d7d7;font-size:16px;font-weight:700;line-height:25px}.whitepaper__row--gap{margin-top:25px}.whitepaper__key{color:#d7d7d7}.whitepaper__value{color:#ff8c00}.whitepaper__sub{color:#d7d7d7;font-size:16px;font-weight:700;line-height:25px}.whitepaper__sub--gap{margin-top:25px}.whitepaper__phase{color:#ff8c00;font-size:16px;font-weight:700;line-height:25px}.whitepaper__phase--gap{margin-top:25px}.whitepaper__list{list-style:disc;padding-left:24px}.whitepaper__list li{color:#d7d7d7;font-size:16px;font-weight:400;line-height:25px}.whitepaper__contact{display:flex;flex-direction:column;gap:6px}.whitepaper__contact-label{display:flex;align-items:center;gap:6px;color:#d7d7d7;font-size:16px;font-weight:400;line-height:25px}.whitepaper__contact-icon{display:block;width:20px;height:20px}.whitepaper__contact-link{color:#ff8c00;font-size:16px;font-weight:700;line-height:25px;text-decoration:underline}.whitepaper__contact-link--break{word-break:break-all}@media(min-width:1562px){.whitepaper{width:966px;margin:0 auto;padding:150px 0 157px}}
