@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=VT323&display=swap";:root{color-scheme:dark;--bg: #000000;--fg: #ffffff}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{min-width:320px;background-color:var(--bg);color:var(--fg);font-family:VT323,monospace;overflow-x:hidden;overflow-y:auto;-webkit-font-smoothing:none}.terminal-view{position:relative;width:100%;min-height:100vh;background-color:var(--bg)}.terminal-main{position:relative;z-index:1;width:100%;min-height:100vh}.site-nav{position:fixed;top:0;left:0;z-index:2;display:flex;align-items:center;justify-content:space-between;width:100%;padding:.85rem 2rem;transition:padding .5s ease,background-color .2s ease,border-color .2s ease,backdrop-filter .2s ease}.site-nav__brand{display:inline-flex;align-items:center;color:var(--fg);text-decoration:none}.site-nav__icon-logo{width:36px;flex:0 0 auto}.site-nav__links a{font-family:Manrope,sans-serif;letter-spacing:.01em}.site-nav__links{display:inline-flex;align-items:center;gap:1.25rem}.site-nav__links a{color:#ffffffe0;font-size:.88rem;font-weight:600;text-decoration:none}.site-nav__links a:hover{color:#fff}.site-nav__center-wordmark{position:absolute;top:50%;left:50%;width:min(105px,calc(100% - 14rem));opacity:0;pointer-events:none;transform:translate(-50%,calc(-50% + .65rem)) scale(.96);transition:opacity .18s ease,transform .24s cubic-bezier(.2,.85,.3,1.15)}.site-nav__center-wordmark--visible{opacity:1;transform:translate(-50%,-50%) scale(1)}.site-nav__center-wordmark-logo{display:block;width:100%;height:auto}.brand-lockup{display:inline-flex;align-items:flex-start;gap:.75rem}.brand-lockup--nav{align-items:center;gap:.45rem}.beta-pill{display:inline-flex;align-items:center;justify-content:center;padding:.28rem .62rem;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#ffffff14;color:#ffffffe0;font-family:Manrope,sans-serif;font-size:.72rem;font-weight:800;letter-spacing:.12em;line-height:1;text-transform:uppercase;white-space:nowrap}.beta-pill--nav{padding:.2rem .45rem;font-size:.56rem;letter-spacing:.14em}.site-nav--scrolled{padding:.6rem 2rem;background:#000000d1;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.panel-left,.panel-right{position:relative;min-height:100vh}.panel-left{display:flex;align-items:center;justify-content:center;padding:2rem}.panel-right{background:var(--bg);background-image:linear-gradient(to bottom,#fff0,#fff0 50%,#0000001a 50%,#0000001a);background-size:100% 4px}#brand-container{display:flex;flex-direction:column;align-items:center;gap:60px;transform:translateY(135px)}.hero-brandmark{display:inline-flex;position:relative;align-items:flex-start}.beta-pill--hero{align-self:center}.hero-cta{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.32);background:#ffffff14;color:#fff;padding:.9rem 1.5rem;font-family:Manrope,sans-serif;font-size:.95rem;font-weight:700;letter-spacing:.01em;cursor:pointer;text-decoration:none}.brand-logo{display:block}.brand-logo-large{width:min(100%,420px);height:auto}.brand-logo-small{height:auto}.terminal-canvas{position:absolute;inset:0;display:block;width:100%;height:100%;image-rendering:pixelated;pointer-events:none}@media(max-width:1080px){body{overflow:auto}.terminal-main,.panel-left,.panel-right{min-height:100vh}#brand-container{gap:32px}}@media(max-width:640px){.site-nav{padding:.75rem 1rem}.site-nav--scrolled{padding:.55rem 1rem}.site-nav__center-wordmark{display:none}.brand-lockup{gap:.55rem}.beta-pill{font-size:.66rem}.site-nav__links{gap:1rem}.site-nav__links a{font-size:.85rem}}.section-container{max-width:1140px;margin:0 auto;width:100%}.section-eyebrow{font-family:Manrope,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#ffffff59;margin-bottom:.75rem}.section-headline{font-family:Manrope,sans-serif;font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:800;line-height:1.15;color:#fff;letter-spacing:-.02em;margin-bottom:.75rem}.section-subheadline{font-family:Manrope,sans-serif;font-size:clamp(.95rem,1.8vw,1.1rem);font-weight:400;line-height:1.6;color:#ffffff80;max-width:560px;margin-bottom:3.5rem}.news-ticker{position:relative;width:100%;background:#fff;color:#000;overflow:hidden;padding:.65rem 0}.news-ticker__track{display:flex;width:max-content;animation:ticker-scroll 30s linear infinite}.news-ticker__item{font-family:Manrope,sans-serif;font-size:.82rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;padding:0 2.5rem;color:#000}.news-ticker__item:after{content:"◆";margin-left:2.5rem;font-size:.5em;opacity:.25;vertical-align:middle}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.how-it-works{background:#050505;padding:7rem 2rem}.how-it-works .section-container{max-width:1280px}.how-it-works__steps{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;list-style:none;padding:0;background:#ffffff0f;border:1px solid rgba(255,255,255,.06)}.step-card{position:relative;background:#0a0a0a;min-height:18rem;padding:2.5rem 1.75rem 2.75rem;display:flex;flex-direction:column;gap:.85rem;transition:background .25s ease}.step-card__accent{width:30px;height:2px;background:#ffffff1f;margin-bottom:.75rem;transition:background .25s ease,width .25s ease}.step-card:hover{background:#0f0f0f}.step-card:hover .step-card__accent{width:48px;background:#fff}.step-card__number{font-family:VT323,monospace;font-size:1.65rem;color:#fff3;line-height:1}.step-card__title{font-family:Manrope,sans-serif;font-size:1.08rem;font-weight:700;color:#fff;line-height:1.45}.step-card__description{font-family:Manrope,sans-serif;font-size:1rem;font-weight:400;color:#fff6;line-height:1.75}.pricing{background:#000;padding:7rem 2rem;border-top:1px solid rgba(255,255,255,.06)}.pricing__inner{max-width:1140px;margin:0 auto}.pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid rgba(255,255,255,.08)}.pricing-card{position:relative;background:#050505;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.08);transition:background .3s ease}.pricing-card:last-child{border-right:none}.pricing-card:hover{background:#0a0a0a}.pricing-card--highlighted{background:#0a0a0a;box-shadow:inset 0 2px #fff}.pricing-card--highlighted:hover{background:#0e0e0e}.pricing-card__badge{position:absolute;top:0;right:1.5rem;font-family:Manrope,sans-serif;font-size:.6rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#000;background:#fff;padding:.3rem .7rem}.pricing-card__header{padding:2.5rem 2rem 2rem}.pricing-card__name{font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:800;color:#fff;letter-spacing:-.01em}.pricing-card__tagline{font-family:Manrope,sans-serif;font-size:.78rem;font-weight:400;color:#ffffff59;margin-top:.25rem}.pricing-card__price{margin-top:1.25rem;display:flex;align-items:baseline;gap:.2rem}.pricing-card__amount{font-family:Manrope,sans-serif;font-size:2.5rem;font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1}.pricing-card__period{font-family:Manrope,sans-serif;font-size:.85rem;font-weight:400;color:#ffffff59}.pricing-card__body{flex:1;padding:0 2rem;border-top:1px solid rgba(255,255,255,.06)}.pricing-card__features{list-style:none;padding:1.75rem 0;margin:0;display:flex;flex-direction:column;gap:.85rem}.pricing-card__features>li{font-family:Manrope,sans-serif;font-size:.82rem;font-weight:500;color:#ffffffb3;line-height:1.45;display:flex;align-items:flex-start;gap:.6rem}.pricing-card__feature-copy{min-width:0}.pricing-check{width:15px;height:15px;flex:0 0 15px;color:#ffffff4d;margin-top:1px}.pricing-card__subfeatures{list-style:none;margin:.55rem 0 0;display:flex;flex-direction:column;gap:.45rem}.pricing-card__subfeatures li{position:relative;padding-left:.8rem;font-size:.78rem;font-weight:500;color:#ffffff85}.pricing-card__subfeatures li:before{content:"";position:absolute;top:.55em;left:0;width:4px;height:4px;border-radius:999px;background:#ffffff52}.pricing-card__gated{border-top:1px dashed rgba(255,255,255,.08);padding-top:1.25rem}.pricing-card__gated-label{font-family:Manrope,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff40;margin-bottom:.85rem;display:flex;align-items:center;gap:.45rem}.pricing-lock{width:13px;height:13px;flex:0 0 13px;color:#ffffff40}.pricing-card__features--gated>li{color:#ffffff73}.pricing-card__footer{padding:1.5rem 2rem 2.5rem}.pricing-card__cta{display:block;width:100%;padding:.75rem 1.25rem;font-family:Manrope,sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.02em;border:1px solid rgba(255,255,255,.15);background:transparent;color:#fff;cursor:pointer;transition:background .2s ease,border-color .2s ease}.pricing-card__cta:hover{background:#ffffff0f;border-color:#ffffff4d}.pricing-card--highlighted .pricing-card__cta{background:#fff;color:#000;border-color:#fff}.pricing-card--highlighted .pricing-card__cta:hover{background:#e5e5e5;border-color:#e5e5e5}.site-footer{position:relative;background:#000;padding:0 2rem 2.5rem;overflow:hidden}.site-footer__glow{display:block;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.04) 15%,rgba(255,255,255,.18) 50%,rgba(255,255,255,.04) 85%,transparent 100%)}.site-footer__inner{max-width:1140px;margin:0 auto}.site-footer__top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;padding:2.5rem 0}.site-footer__brand{display:flex;align-items:center;gap:.85rem;justify-self:start}.site-footer__logo{width:28px;height:auto;flex:0 0 auto;opacity:.45}.site-footer__tagline{font-family:Manrope,sans-serif;font-size:.82rem;font-weight:500;color:#ffffff4d;letter-spacing:.01em}.site-footer__beta-pill{font-family:Manrope,sans-serif;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffffd9;background:#ffffff14;border:1px solid rgba(255,255,255,.12);padding:.15em .6em;border-radius:999px;line-height:1;white-space:nowrap}.site-footer__count{margin:0;font-family:Manrope,sans-serif;font-size:.8rem;font-weight:500;color:#ffffff73;letter-spacing:.02em;text-align:center}.site-footer__links{display:flex;align-items:center;gap:2rem;justify-self:end}.site-footer__links a{font-family:Manrope,sans-serif;font-size:.78rem;font-weight:500;color:#ffffff4d;text-decoration:none;transition:color .15s ease}.site-footer__links a:hover{color:#fffc}.site-footer__divider{width:100%;height:1px;background:#ffffff0f}.site-footer__copy{font-family:Manrope,sans-serif;font-size:.72rem;font-weight:400;color:#ffffff26;text-align:center;padding-top:1.5rem}@media(max-width:1024px){.how-it-works__steps{grid-template-columns:repeat(3,1fr)}.step-card{min-height:16rem}.pricing__grid{grid-template-columns:1fr;border:none;gap:1px;background:#ffffff0f}.pricing-card{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.pricing-card:last-child{border-bottom:none}}@media(max-width:768px){.how-it-works,.pricing{padding:5rem 1.5rem}.how-it-works__steps{grid-template-columns:repeat(2,1fr)}.site-footer__top{display:flex;flex-direction:column;gap:1.5rem}}@media(max-width:480px){.how-it-works,.pricing{padding:4rem 1.25rem}.how-it-works__steps{grid-template-columns:1fr}.step-card{min-height:auto;padding:2.25rem 1.5rem}.site-footer__links{gap:1.25rem}.pricing-card__header{padding:2rem 1.5rem 1.5rem}.pricing-card__body{padding:0 1.5rem}.pricing-card__footer{padding:1.25rem 1.5rem 2rem}}
