.hp-page{--hp-bg:#f2f2f2;--hp-surface:#fff;--hp-border:#00000014;--hp-border-solid:#e0e0e0;--hp-accent:#7c3aed;--hp-accent-light:#ba9efa;--hp-accent-medium:#986ef7;--hp-text:#1a1a1a;--hp-text-2:gray;--hp-text-3:#b0b0b0;--hp-sans:var(--font-geist-sans), system-ui, sans-serif;--hp-mono:var(--font-geist-mono), "SF Mono", monospace;--hp-radius:16px;--hp-gap:clamp(16px, 2vw, 24px);--hp-gutter:64px;--hp-max-w:1312px;background:var(--hp-bg);color:var(--hp-text);min-height:100vh;font-family:var(--hp-sans);text-transform:none;letter-spacing:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;padding-top:24px;font-size:16px;line-height:1.6;display:flex}.hp-page *,.hp-page :before,.hp-page :after{box-sizing:border-box}.hp-nav{width:100%;max-width:1440px;height:56px;padding:0 var(--hp-gutter);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.hp-nav-logo{color:var(--hp-text-2);font-family:var(--hp-sans);font-size:14px;font-weight:700;line-height:105%;text-decoration:none}.hp-nav-logo:hover{color:var(--hp-accent-light);text-decoration:none}.hp-nav-links{align-items:center;display:flex}.hp-nav-links a{height:48px;color:var(--hp-text-2);font-family:var(--hp-sans);border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:12px 36px;font-size:14px;font-weight:400;line-height:105%;text-decoration:none;transition:color .3s,font-weight .15s;display:flex;position:relative}.hp-nav-link-label:after{content:attr(data-text);visibility:hidden;height:0;font-weight:600;display:block;overflow:hidden}.hp-nav-link-label{z-index:1;position:relative}.hp-nav-link-highlight{background:linear-gradient(180deg, var(--hp-accent-light) -146.87%, #420bc1 278.12%);z-index:0;border-radius:12px;position:absolute;inset:0}.hp-nav-links a.hp-nav-link-active{color:var(--hp-bg);font-weight:600;text-decoration:none}.hp-hero{gap:var(--hp-gap);padding:124px var(--hp-gutter) 0;max-width:calc(var(--hp-max-w) + var(--hp-gutter) * 2);grid-template-columns:repeat(3,1fr);align-items:center;width:100%;min-height:340px;margin:0 auto;display:grid}.hp-hero-logo{grid-area:1/1}.hp-hero-logo svg{width:auto;height:320px}.hp-hero-banner{background:#ededed;border-radius:64px;grid-area:1/2/auto/4;justify-content:space-between;align-items:center;gap:24px;padding:12px 12px 12px 48px;display:flex}.hp-hero-banner-text{color:var(--hp-text-2);font-family:var(--hp-sans);font-size:24px;font-weight:400;line-height:105%}button.hp-hero-banner-arrow{cursor:pointer;outline:none}.hp-hero-banner-arrow{color:var(--hp-text-2);background:linear-gradient(#ffffff05 0%,#ffffff80 100%);border:2px solid #fff3;border-radius:36px;flex-shrink:0;justify-content:center;align-items:center;padding:14px;display:flex}.hp-hero-banner-arrow svg{width:20px;height:20px;transition:color .25s}.hp-hero-banner-arrow:hover{box-shadow:0 4px 28px #00000014}.hp-hero-banner-arrow:hover svg{color:var(--hp-accent-light)}.hp-works{padding:72px var(--hp-gutter) 0;max-width:calc(var(--hp-max-w) + var(--hp-gutter) * 2);width:100%;margin:0 auto}.hp-works-grid{gap:var(--hp-gap);grid-template-columns:repeat(3,1fr);align-items:start;display:grid}.hp-works-subtitle-wrap{grid-area:1/1;align-self:center}.hp-works-subtitle{color:#b3b3b3;font-family:var(--hp-sans);text-transform:capitalize;margin:0;font-size:18px;font-weight:300;line-height:150%}.hp-works-grid>:nth-child(2){grid-area:1/2}.hp-works-grid>:nth-child(3){grid-area:1/3}.hp-works-grid>:nth-child(4){grid-area:2/1}.hp-works-grid>:nth-child(5){grid-area:2/2}.hp-works-more{cursor:pointer;grid-area:2/3;justify-content:center;align-self:center;align-items:center;transition:color .25s;display:flex}.hp-works-more a{color:#ccc;text-decoration:none;transition:color .25s,transform .3s cubic-bezier(.22,1,.36,1)}.hp-works-more a:hover{color:var(--hp-accent-light);text-decoration:none;transform:rotate(90deg)scale(1.1)}.hp-card{min-height:422px;color:inherit;background:linear-gradient(#ffffff05 0%,#ffffff80 100%);border:4px solid #fff3;border-radius:56px;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:48px;text-decoration:none;transition:box-shadow .3s,transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 18px #0000000a}.hp-card:hover{color:inherit;text-decoration:none;transform:scale(1.02);box-shadow:0 8px 36px #0000001a}.hp-card-waves-wrap{z-index:0;width:100%;height:60%;position:absolute;top:0;right:0}.hp-card-waves{width:100%;height:100%}.hp-card-num{z-index:1;color:var(--hp-accent-light);font-family:var(--hp-mono);letter-spacing:-9.6px;text-transform:capitalize;-webkit-user-select:none;user-select:none;font-size:96px;font-weight:100;line-height:105%;position:relative}.hp-card-num span{color:var(--hp-accent-light)}.hp-card-title{z-index:1;color:var(--hp-text-2);font-family:var(--hp-sans);text-transform:capitalize;white-space:pre-line;margin:0;font-size:24px;font-weight:400;line-height:105%;position:relative}.hp-card-tags{z-index:1;flex-wrap:wrap;gap:8px;display:flex;position:relative}.hp-tag{background:var(--hp-surface);color:var(--hp-text-2);font-family:var(--hp-mono);white-space:nowrap;border-radius:2px;justify-content:center;align-items:center;padding:6px 12px;font-size:12px;font-weight:300;line-height:105%;display:flex}.hp-about{gap:var(--hp-gap);padding:124px var(--hp-gutter) 80px;max-width:calc(var(--hp-max-w) + var(--hp-gutter) * 2);grid-template-columns:repeat(3,1fr);width:100%;margin:0 auto;display:grid}.hp-about-text-wrap{grid-column:1/3;align-self:center}.hp-about-shape{grid-column:3;justify-content:flex-end;align-items:center;display:flex}.hp-about-shape svg{width:100%;max-width:343px;height:auto}.hp-about-text{color:#999;font-family:var(--hp-sans);margin:0;padding:0 48px;font-size:24px;font-weight:400;line-height:150%}.hp-footer{padding:28px var(--hp-gutter);text-align:center;background:#ededed;justify-content:center;align-items:center;gap:16px;margin-top:124px;display:flex}.hp-footer-left,.hp-footer-right{color:#b3b3b3;font-family:var(--hp-sans);margin:0;font-size:14px;font-weight:400;line-height:125%}.hp-footer-left{white-space:nowrap;text-align:right}.hp-footer-right{text-align:left}.hp-footer-sep{color:#b3b3b3;font-family:var(--hp-sans);text-indent:-9999px;background:#b3b3b3;flex-shrink:0;align-self:stretch;width:1px;font-size:14px;line-height:125%;overflow:hidden}.hp-typewriter-char{opacity:0;animation:.3s ease-in forwards hp-char-in}@keyframes hp-char-in{to{opacity:1}}.hp-typewriter-cursor{color:var(--hp-accent-light);font-size:26px;font-weight:300;animation:.9s ease-in-out infinite hp-blink}@keyframes hp-blink{0%,to{opacity:1}50%{opacity:0}}.hp-about-shape--xs,.hp-about-shape--md,.hp-about-shape--lg{display:none}.hp-about-shape--xl{display:flex}.hp-hamburger{cursor:pointer;background:0 0;border:none;outline:none;flex-direction:column;justify-content:center;align-items:flex-end;gap:5px;padding:8px;display:none}.hp-hamburger-bar{background:var(--hp-text-2);transform-origin:50%;border-radius:9000000000px;width:22px;height:2px;transition:translate .25s cubic-bezier(.4,0,.2,1),rotate .3s cubic-bezier(.22,1,.36,1) .25s,opacity .25s,width .3s;display:block;translate:0;rotate:none}.hp-hamburger-bar--short{width:13px}.hp-hamburger:not(.hp-hamburger--open):hover .hp-hamburger-bar:first-child{translate:-2px}.hp-hamburger:not(.hp-hamburger--open):hover .hp-hamburger-bar:nth-child(2){translate:2px}.hp-hamburger:not(.hp-hamburger--open):hover .hp-hamburger-bar--short{width:18px}.hp-hamburger--open .hp-hamburger-bar{width:22px}.hp-hamburger--open .hp-hamburger-bar:first-child{translate:0 7px;rotate:45deg}.hp-hamburger--open .hp-hamburger-bar:nth-child(2){opacity:0}.hp-hamburger--open .hp-hamburger-bar:nth-child(3){translate:0 -7px;rotate:-45deg}.hp-hamburger:not(.hp-hamburger--open) .hp-hamburger-bar{transition:rotate .25s cubic-bezier(.4,0,.2,1),translate .3s cubic-bezier(.22,1,.36,1) .25s,opacity .2s .15s,width .3s .25s}.hp-mobile-overlay{background:var(--hp-bg);z-index:105;transition:transform .5s cubic-bezier(.22,1,.36,1);position:fixed;inset:56px 0 0;transform:translate(100%)}body.tw-wallet-active:has(.tw-scope.tw-dark) .hp-mobile-overlay{background:#262626}body.tw-wallet-active:has(.tw-scope.tw-dark) .hp-mobile-nav a{color:#a6a6a6}body.tw-wallet-active:has(.tw-scope.tw-dark) .hp-mobile-nav a.hp-mobile-nav-active{color:#f2f2f2}.hp-mobile-overlay--open{transform:translate(0)}.hp-mobile-nav{flex-direction:column;gap:0;padding:48px 24px;display:flex}.hp-mobile-nav a{height:56px;color:var(--hp-text-2);font-family:var(--hp-sans);border-radius:12px;align-items:center;padding:12px 36px;font-size:14px;font-weight:400;line-height:105%;text-decoration:none;transition:color .3s,font-weight .15s;display:flex;position:relative}.hp-mobile-nav a.hp-mobile-nav-active{color:var(--hp-bg);font-weight:600}.hp-mobile-nav-highlight{background:linear-gradient(180deg, var(--hp-accent-light) -146.87%, #420bc1 278.12%);z-index:0;border-radius:12px;position:absolute;inset:0}.hp-mobile-nav-label{z-index:1;position:relative}@media (min-width:1200px){.hp-card{min-height:446px}.hp-card-title{margin:12px 0}}@media (min-width:992px) and (max-width:1199.98px){.hp-page{--hp-gutter:48px;padding-top:24px}.hp-hero{padding:172px var(--hp-gutter) 0;grid-template-columns:auto 1fr;align-items:center;gap:204px;min-height:auto}.hp-hero-logo{grid-column:1}.hp-hero-logo svg{width:236px;height:280px}.hp-hero-banner{grid-column:2}.hp-works{padding-top:172px}.hp-works-grid{grid-template-columns:repeat(2,1fr)}.hp-works-subtitle-wrap{grid-area:1/1;align-self:center}.hp-works-grid>:nth-child(2){grid-area:1/2}.hp-works-grid>:nth-child(3){grid-area:2/1}.hp-works-grid>:nth-child(4){grid-area:2/2}.hp-works-grid>:nth-child(5){grid-area:3/1}.hp-works-more{grid-area:3/2}.hp-about{gap:var(--hp-gap);padding:172px var(--hp-gutter) 80px;grid-template-columns:repeat(2,1fr);display:grid}.hp-about-text-wrap{grid-column:1;align-self:center}.hp-about-text{padding:0 48px}.hp-about-shape--xl{display:none!important}.hp-about-shape--lg{grid-column:2;justify-content:center;align-items:center;display:flex}.hp-about-shape--lg svg{width:100%;max-width:422px;height:auto}}@media (max-width:991.98px){.hp-page{--hp-gutter:32px;padding-top:0}.hp-nav{height:56px;margin:0;padding:0 24px;box-shadow:0 2px 12px #0000000f}.hp-nav-links{display:none}.hp-hamburger{display:flex}.hp-hero{padding:148px var(--hp-gutter) 0;flex-direction:column;align-items:center;gap:124px;min-height:auto;display:flex}.hp-hero-logo svg{width:auto;height:280px}.hp-hero-banner{width:100%}.hp-hero-banner-text{text-align:center;font-size:20px}.hp-works{padding-top:136px}.hp-works-grid{grid-template-columns:1fr;gap:24px}.hp-works-subtitle-wrap{grid-area:auto/1;align-self:start;margin-bottom:112px}.hp-works-grid>:nth-child(n){grid-area:auto/1}.hp-works-more{grid-area:auto/1;margin-top:124px;display:flex}.hp-card{aspect-ratio:auto;width:100%;height:422px}.hp-card-num{letter-spacing:-9.6px;font-size:96px}.hp-card-title{color:var(--hp-text-2);font-size:24px;font-weight:400;line-height:105%}.hp-tag{background:var(--hp-surface);color:var(--hp-text-2);font-family:var(--hp-mono);border-radius:2px;justify-content:center;align-items:center;gap:10px;padding:6px 12px;font-size:12px;font-weight:300;line-height:105%;display:flex}.hp-about{padding:148px var(--hp-gutter) 0;flex-direction:column;align-items:center;gap:136px;display:flex}.hp-about-text-wrap{order:2;padding:0}.hp-about-text{color:#999;padding:0;font-size:18px;line-height:150%}.hp-about-shape--xl,.hp-about-shape--lg{display:none!important}.hp-about-shape--md{order:1;grid-column:auto;justify-content:center;width:100%;display:block}.hp-about-shape--md svg{width:100%;max-width:none;height:auto}.hp-footer{margin-top:136px}}@media (max-width:575.98px){.hp-page{--hp-gutter:16px;padding-top:0}.hp-nav{justify-content:space-between;align-items:center;height:56px;margin:0;padding:0 24px;display:flex;box-shadow:0 2px 12px #0000000f}.hp-nav-links{display:none}.hp-hamburger{display:flex}.hp-hero{padding:96px var(--hp-gutter) 0;flex-direction:column;align-items:center;gap:0;min-height:auto;display:flex}.hp-hero-logo{width:228px}.hp-hero-logo svg{width:228px;height:270px}.hp-hero-banner{width:calc(100% - 32px);margin-top:72px}.hp-hero-banner-text{color:var(--hp-text-2);text-align:center;font-size:18px;font-weight:400;line-height:105%}.hp-works{padding:72px var(--hp-gutter) 0}.hp-works-grid{grid-template-columns:1fr;gap:0}.hp-works-subtitle-wrap{text-align:left;grid-area:auto/1;align-self:start;margin-bottom:0}.hp-works-grid>:nth-child(n){grid-area:auto/1}.hp-works-grid>:nth-child(2){margin-top:72px}.hp-works-grid>:nth-child(3),.hp-works-grid>:nth-child(4),.hp-works-grid>:nth-child(5){margin-top:24px}.hp-card{border-radius:56px;gap:72px;padding:48px}.hp-card-num{color:var(--hp-accent-light);font-family:var(--hp-mono);letter-spacing:-7.2px;text-transform:capitalize;font-size:72px;font-weight:100;line-height:105%}.hp-card-title{color:var(--hp-text-2);font-family:var(--hp-sans);text-transform:capitalize;font-size:18px;font-weight:400;line-height:125%}.hp-card-tags{gap:4px}.hp-tag{background:var(--hp-surface);color:var(--hp-text-2);font-family:var(--hp-mono);border-radius:2px;justify-content:center;align-items:center;gap:10px;padding:6px 12px;font-size:12px;font-weight:300;line-height:105%;display:flex}.hp-works-more{grid-area:auto/1;margin-top:96px;display:flex}.hp-about{padding:96px var(--hp-gutter) 0;flex-direction:column;align-items:center;gap:96px;display:flex}.hp-about-text-wrap{order:2;padding:0}.hp-about-text{color:#999;font-family:var(--hp-sans);padding:0;font-size:18px;font-weight:400;line-height:150%}.hp-about-shape--xl,.hp-about-shape--lg,.hp-about-shape--md{display:none!important}.hp-about-shape--xs{order:1;grid-column:auto;width:100%;max-width:none;display:block}.hp-about-shape--xs svg{width:100%;max-width:none;height:auto}.hp-footer{align-items:center;gap:24px;margin-top:96px;padding:28px 10px;display:flex}.hp-footer-left,.hp-footer-right{text-align:left;padding:0 6px;font-size:12px}}
