@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap";/*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--container-2xs:18rem;--container-xs:20rem;--container-lg:32rem;--container-xl:36rem;--container-2xl:42rem;--container-4xl:56rem;--container-7xl:80rem;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--font-weight-thin:100;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-lg:.5rem;--aspect-video:16/9;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-font-feature-settings:var(--font-sans--font-feature-settings);--default-font-variation-settings:var(--font-sans--font-variation-settings);--default-mono-font-family:var(--font-mono);--default-mono-font-feature-settings:var(--font-mono--font-feature-settings);--default-mono-font-variation-settings:var(--font-mono--font-variation-settings);--font-quick:"Quicksand","sans-serif";--color-pure-white:#fff;--color-black:#171a21;--color-white:#c7d5e0;--color-primary:#2a475e;--color-primary-light:#66c0f4;--color-primary-dark:#1b2838;--color-accent:#f2912a;--color-kickstarter:#05ce78}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1;color:color-mix(in oklab,currentColor 50%,transparent)}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}h1,h2,h3,h4{text-wrap:balance}p,li{text-wrap:pretty}}@layer components{.wrapper{max-width:var(--container-4xl);padding-inline:calc(var(--spacing)*4);margin-inline:auto}@media (width>=40rem){.wrapper{padding-inline:calc(var(--spacing)*6)}}@media (width>=64rem){.wrapper{padding-inline:calc(var(--spacing)*8)}}.wrapper[data-width=narrow]{max-width:var(--container-2xl)}@media (width>=96rem){.wrapper[data-width=wide]{max-width:var(--container-7xl)}}.navlink{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.3s;transition-duration:.3s}@media (hover:hover){.navlink:hover{color:var(--color-accent)}}.navlink:active{color:var(--color-accent)}.iconlink{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.3s;transition-duration:.3s}@media (hover:hover){.iconlink:hover{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}}.iconlink:focus,.iconlink:active{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.btn{height:calc(var(--spacing)*16);width:var(--container-2xs);justify-content:center;align-items:center;gap:calc(var(--spacing)*2);--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);color:var(--color-pure-white);border-radius:var(--radius-lg);border-style:var(--tw-border-style);border-width:2px;border-color:var(--color-black);transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.2s;transition-duration:.2s;display:flex}@media (hover:hover){.btn:hover{--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}}.btn:focus,.btn:active{--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}.btn[data-variant=steam]{background-color:var(--color-primary)}.btn[data-variant=kickstarter]{background-color:var(--color-kickstarter)}}@layer utilities{.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:calc(var(--spacing)*0)}.col-span-2{grid-column:span 2/span 2}.mx-auto{margin-inline:auto}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-5{margin-bottom:calc(var(--spacing)*5)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.flex{display:flex}.grid{display:grid}.hidden{display:none}.aspect-\[9\/16\]{aspect-ratio:9/16}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:var(--aspect-video)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.size-9{width:calc(var(--spacing)*9);height:calc(var(--spacing)*9)}.size-10{width:calc(var(--spacing)*10);height:calc(var(--spacing)*10)}.size-48{width:calc(var(--spacing)*48);height:calc(var(--spacing)*48)}.h-1{height:calc(var(--spacing)*1)}.h-16{height:calc(var(--spacing)*16)}.h-18{height:calc(var(--spacing)*18)}.h-24{height:calc(var(--spacing)*24)}.h-\[calc\(100vh-calc\(var\(--spacing\)\*50\)\)\]{height:calc(100vh - calc(var(--spacing)*50))}.h-screen{height:100vh}.max-h-\[800px\]{max-height:800px}.w-1{width:calc(var(--spacing)*1)}.w-full{width:100%}.max-w-\[340px\]{max-width:340px}.max-w-screen{max-width:100vw}.max-w-xl{max-width:var(--container-xl)}.max-w-xs{max-width:var(--container-xs)}.grow,.grow-1{flex-grow:1}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-items-center{justify-items:center}.justify-items-start{justify-items:start}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}.gap-10{gap:calc(var(--spacing)*10)}.gap-x-10{column-gap:calc(var(--spacing)*10)}.gap-x-12{column-gap:calc(var(--spacing)*12)}.gap-y-2{row-gap:calc(var(--spacing)*2)}.gap-y-6{row-gap:calc(var(--spacing)*6)}.gap-y-8{row-gap:calc(var(--spacing)*8)}.gap-y-12{row-gap:calc(var(--spacing)*12)}.rounded-full{border-radius:3.40282e38px}.bg-black{background-color:var(--color-black)}.bg-primary-dark{background-color:var(--color-primary-dark)}.bg-white{background-color:var(--color-white)}.bg-\[url\(\.\.\/assets\/banner-bg-small\.webp\)\]{background-image:url(data:image/webp;base64,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)}.bg-\[url\(\.\.\/assets\/hero-bg-mobile\.webp\)\]{background-image:url(/_astro/hero-bg-mobile.aYq_Uu1f.webp)}.bg-cover{background-size:cover}.bg-center{background-position:50%}.bg-left-bottom{background-position:0 100%}.bg-no-repeat{background-repeat:no-repeat}.p-2{padding:calc(var(--spacing)*2)}.py-4{padding-block:calc(var(--spacing)*4)}.py-6{padding-block:calc(var(--spacing)*6)}.py-12{padding-block:calc(var(--spacing)*12)}.py-16{padding-block:calc(var(--spacing)*16)}.py-20{padding-block:calc(var(--spacing)*20)}.text-center{text-align:center}.font-quick{font-family:var(--font-quick)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.font-thin{--tw-font-weight:var(--font-weight-thin);font-weight:var(--font-weight-thin)}.text-\[black\]{color:#000}.text-black{color:var(--color-black)}.text-white{color:var(--color-white)}.text-white\/80{color:color-mix(in oklab,var(--color-white)80%,transparent)}.text-white\/90{color:color-mix(in oklab,var(--color-white)90%,transparent)}.italic{font-style:italic}.underline{text-decoration-line:underline}@media (width>=40rem){.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:inline{display:inline}.sm\:max-w-lg{max-width:var(--container-lg)}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:justify-between{justify-content:space-between}.sm\:justify-start{justify-content:flex-start}.sm\:gap-6{gap:calc(var(--spacing)*6)}.sm\:gap-x-2{column-gap:calc(var(--spacing)*2)}.sm\:rounded-none{border-radius:0}.sm\:bg-\[url\(\.\.\/assets\/hero-bg\.webp\)\]{background-image:url(/_astro/hero-bg.Bjn5-kEp.webp)}.sm\:bg-cover{background-size:cover}.sm\:bg-center{background-position:50%}.sm\:py-8{padding-block:calc(var(--spacing)*8)}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}}@media (width>=48rem){.md\:top-\[20px\]{top:20px}.md\:right-\[110px\]{right:110px}.md\:right-\[420px\]{right:420px}.md\:bottom-\[200px\]{bottom:200px}.md\:mx-0{margin-inline:calc(var(--spacing)*0)}.md\:mr-auto{margin-right:auto}.md\:h-\[200px\]{height:200px}.md\:h-\[calc\(100vh-calc\(var\(--spacing\)\*20\)\)\]{height:calc(100vh - calc(var(--spacing)*20))}.md\:w-\[440px\]{width:440px}.md\:flex-row{flex-direction:row}.md\:justify-start{justify-content:flex-start}.md\:gap-x-6{column-gap:calc(var(--spacing)*6)}.md\:bg-\[url\(\.\.\/assets\/banner-bg\.webp\)\]{background-image:url(/_astro/banner-bg.iJOIFXHY.webp)}.md\:bg-auto{background-size:auto}.md\:text-left{text-align:left}.md\:text-right{text-align:right}}@media (width>=64rem){.lg\:block{display:block}.lg\:hidden{display:none}.lg\:bg-\[url\(\.\.\/assets\/hero-bg-lg\.webp\)\]{background-image:url(/_astro/hero-bg-lg.CNGqbmV4.webp)}}@media (width>=80rem){.xl\:top-\[80px\]{top:80px}.xl\:right-\[200px\]{right:200px}.xl\:right-\[620px\]{right:620px}.xl\:bottom-\[280px\]{bottom:280px}.xl\:h-\[320px\]{height:320px}.xl\:w-\[700px\]{width:700px}}@media (width>=96rem){.\32xl\:bg-\[url\(\.\.\/assets\/banner-bg-large\.webp\)\]{background-image:url(/_astro/banner-bg-large.Dbq2o3b5.webp)}}.debug{border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-primary-light);background-color:color-mix(in oklab,var(--color-primary-light)10%,transparent)}.md{color:var(--color-white);--tw-prose-body:oklch(.373 .034 259.733);--tw-prose-headings:oklch(.21 .034 264.665);--tw-prose-lead:oklch(.446 .03 256.802);--tw-prose-links:oklch(.21 .034 264.665);--tw-prose-bold:oklch(.21 .034 264.665);--tw-prose-counters:oklch(.551 .027 264.364);--tw-prose-bullets:oklch(.872 .01 258.338);--tw-prose-hr:oklch(.928 .006 264.531);--tw-prose-quotes:oklch(.21 .034 264.665);--tw-prose-quote-borders:oklch(.928 .006 264.531);--tw-prose-captions:oklch(.551 .027 264.364);--tw-prose-kbd:oklch(.21 .034 264.665);--tw-prose-kbd-shadows:NaN NaN NaN;--tw-prose-code:oklch(.21 .034 264.665);--tw-prose-pre-code:oklch(.928 .006 264.531);--tw-prose-pre-bg:oklch(.278 .033 256.848);--tw-prose-th-borders:oklch(.872 .01 258.338);--tw-prose-td-borders:oklch(.928 .006 264.531);--tw-prose-invert-body:oklch(.872 .01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(.707 .022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(.707 .022 261.325);--tw-prose-invert-bullets:oklch(.446 .03 256.802);--tw-prose-invert-hr:oklch(.373 .034 259.733);--tw-prose-invert-quotes:oklch(.967 .003 264.542);--tw-prose-invert-quote-borders:oklch(.373 .034 259.733);--tw-prose-invert-captions:oklch(.707 .022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(.872 .01 258.338);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(.446 .03 256.802);--tw-prose-invert-td-borders:oklch(.373 .034 259.733);max-width:65ch;font-size:1rem;line-height:1.75}.md :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.md :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.md :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.md :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.md :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.md :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.md :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.md :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.md :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.md :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.md :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.md :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.md :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.md :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.md :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.md :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.md :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.md :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.md :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.md :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.md :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.md :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.md :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.md :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.md :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.md :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.md :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.md :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.md :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.md :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.md :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.md :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.md :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.md :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.md :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.md :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px rgb(var(--tw-prose-kbd-shadows)/10%);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.md :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.md :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.md :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.md :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.md :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.md :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.md :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.md :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.md :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.md :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.md :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.md :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.md :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.md :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.md :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.md :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.md :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.md :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.md :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.md :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.md :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.md :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.md :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.md :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.md :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.md :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.md :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.md :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.md :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.md :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.md :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.md :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.md :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.md :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.md :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.md :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.md :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.md :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--color-white)}.md :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.md :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--color-white);transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.3s;text-decoration-line:underline;transition-duration:.3s}@media (hover:hover){.md :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):hover{color:var(--color-accent)}}.md :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){text-wrap:pretty;text-wrap:wrap}.pixelated{image-rendering:pixelated}}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
