:root{--ink:#07111f;--blue:#0b38f2;--lime:#d5ff4d;--orange:#ff6a3d;--cloud:#eef4ff;--paper:#fbfdff;--line:rgba(7,17,31,0.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--ink);font-family:Gill Sans,Avenir Next,sans-serif;background:linear-gradient(180deg,#edf3ff,#ffffff 48%,#f7ffe7)}body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(7,17,31,.04) 1px,transparent 0),linear-gradient(90deg,rgba(7,17,31,.04) 1px,transparent 0);background-size:34px 34px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.92),transparent 86%);mask-image:linear-gradient(180deg,rgba(0,0,0,.92),transparent 86%);pointer-events:none}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{position:relative;z-index:1;width:min(1180px,calc(100vw - 2rem));margin:0 auto;padding:1rem 0 2rem}.pageGlow{position:fixed;width:24rem;height:24rem;filter:blur(90px);opacity:.35;pointer-events:none}.pageGlowOne{top:4rem;left:-6rem;background:rgba(11,56,242,.22)}.pageGlowTwo{top:18rem;right:-4rem;background:rgba(213,255,77,.28)}.siteFooter,.siteHeader{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0}.siteHeader{position:-webkit-sticky;position:sticky;top:0;z-index:4;margin-bottom:1rem;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:.85rem;font-weight:900;text-transform:uppercase;letter-spacing:-.04em}.brandWord{display:grid}.brand small{margin-top:.1rem;font-size:.76rem;font-weight:600;text-transform:none;letter-spacing:0;color:rgba(7,17,31,.68)}.brandLogo{width:3rem;height:3rem;filter:drop-shadow(0 16px 28px rgba(11,56,242,.22))}.siteNav{display:inline-flex;gap:1.2rem;padding:.55rem .95rem;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.7)}.siteNav a{color:rgba(7,17,31,.68)}.ghostButton,.solidButton{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.8rem 1.15rem;border-radius:999px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.solidButton{background:var(--blue);color:#fbfdff;box-shadow:0 16px 40px rgba(11,56,242,.22)}.ghostButton{background:rgba(255,255,255,.72);border-color:var(--line)}.ghostButton:hover,.solidButton:hover{transform:translateY(-2px)}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;color:rgba(7,17,31,.52)}.siteFooter{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--line);color:rgba(7,17,31,.68)}.siteFooter p{margin:0;max-width:38rem}.siteFooter div{display:inline-flex;gap:1rem}@media (max-width:840px){.siteFooter,.siteHeader{flex-direction:column;align-items:flex-start}.siteHeader{position:static}.siteNav{width:100%;justify-content:space-between}}@media (max-width:640px){.shell{width:min(100vw - 1rem,1180px)}.siteFooter div{width:100%;justify-content:space-between}}