#cursor-follower[data-astro-cid-axj5jbug]{position:fixed;inset:0;opacity:0;z-index:10;pointer-events:none;height:100%;width:100%;transition:opacity .2s ease-in-out 1s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#cursor-follower[data-astro-cid-axj5jbug].active{animation:fadeIn 2s forwards;-webkit-animation:fadeIn 2s forwards;-moz-animation:fadeIn 2s forwards;-o-animation:fadeIn 2s forwards;-ms-animation:fadeIn 2s forwards}#blob[data-astro-cid-axj5jbug]{position:fixed;border-radius:100px;filter:blur(100px);opacity:20%;top:0;left:0;height:500px;width:500px;background-color:#edb74d;transform:scale(.5)}.sg-trigger{display:inline-flex;align-items:center;gap:.4rem;font-family:ui-monospace,monospace;font-size:.6rem;font-weight:700;letter-spacing:.2em;color:var(--text-faint);background:transparent;border:1px solid var(--border-med);border-radius:999px;padding:.35rem .75rem;cursor:none;transition:color .2s,border-color .2s,background .2s}.sg-trigger:hover{color:var(--text);border-color:var(--text-muted);background:var(--border)}.sg-modal{position:fixed;inset:0;z-index:9000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s ease}.sg-modal.is-open{opacity:1;pointer-events:all}.sg-backdrop{position:absolute;inset:0;background:#000000e0;backdrop-filter:blur(6px)}.sg-window{position:relative;width:min(840px,96vw);height:min(560px,90vh);background:#0a0a0a;border:1px solid rgba(255,255,255,.6);display:flex;flex-direction:column;overflow:hidden;transform:scale(.94);transition:transform .28s cubic-bezier(.34,1.4,.64,1)}.sg-modal.is-open .sg-window{transform:scale(1)}.sg-scanlines{position:absolute;inset:0;pointer-events:none;z-index:10;background:repeating-linear-gradient(to bottom,transparent 0,transparent 3px,rgba(255,255,255,.02) 3px,rgba(255,255,255,.02) 4px)}.sg-corner{position:absolute;width:12px;height:12px;border-color:#ffffff80;border-style:solid;z-index:11}.sg-corner--tl{top:5px;left:5px;border-width:1px 0 0 1px}.sg-corner--tr{top:5px;right:5px;border-width:1px 1px 0 0}.sg-corner--bl{bottom:5px;left:5px;border-width:0 0 1px 1px}.sg-corner--br{bottom:5px;right:5px;border-width:0 1px 1px 0}.sg-topbar{display:flex;align-items:center;justify-content:space-between;padding:.55rem 1.1rem;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0;z-index:5}.sg-lives{display:flex;gap:.3rem}.sg-heart{font-size:.85rem;color:#fff;transition:color .2s,opacity .2s}.sg-heart.is-dead{color:#333;opacity:.3}.sg-game-label{font-family:ui-monospace,monospace;font-size:.55rem;letter-spacing:.3em;color:#ffffff47}.sg-score-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:.04rem}.sg-score-label{font-family:ui-monospace,monospace;font-size:.46rem;letter-spacing:.25em;color:#ffffff47}.sg-score{font-family:ui-monospace,monospace;font-size:1rem;font-weight:700;color:#fff;letter-spacing:.1em}.sg-close{position:absolute;top:.5rem;right:.9rem;background:none;border:none;color:#ffffff4d;font-size:.85rem;cursor:none;z-index:20;line-height:1;transition:color .15s}.sg-close:hover{color:#fff}.sg-arena{position:relative;flex:1;overflow:hidden;cursor:none}.sg-ground{position:absolute;bottom:0;left:0;right:0;height:60px;z-index:4;pointer-events:none}.sg-grass{width:100%;height:100%;display:block}.sg-gback{transform-box:fill-box;transform-origin:center bottom;animation:grass-sway-b 4.2s cubic-bezier(.45,.05,.55,.95) infinite}.sg-gmid{transform-box:fill-box;transform-origin:center bottom;animation:grass-sway-m 3.1s cubic-bezier(.45,.05,.55,.95) infinite .6s}.sg-gfront{transform-box:fill-box;transform-origin:center bottom;animation:grass-sway-f 2.5s cubic-bezier(.45,.05,.55,.95) infinite 1.2s}@keyframes grass-sway-b{0%,to{transform:skew(0)}30%{transform:skew(-1.2deg)}70%{transform:skew(1.5deg)}}@keyframes grass-sway-m{0%,to{transform:skew(0)}30%{transform:skew(-2deg)}70%{transform:skew(2.5deg)}}@keyframes grass-sway-f{0%,to{transform:skew(0)}25%{transform:skew(-3deg)}75%{transform:skew(3.5deg)}}.sg-screen{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9rem;z-index:5;background:#0a0a0a}.sg-eyebrow{font-family:ui-monospace,monospace;font-size:.58rem;letter-spacing:.3em;color:#ffffff47}.sg-headline{font-family:ui-monospace,monospace;font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#fff;text-align:center;line-height:1.1;letter-spacing:.06em}.sg-sub{font-family:ui-monospace,monospace;font-size:.66rem;color:#ffffff61;text-align:center;line-height:1.9;letter-spacing:.04em}.sg-sub strong{color:#fff}.sg-btn{margin-top:.4rem;font-family:ui-monospace,monospace;font-size:.66rem;font-weight:700;letter-spacing:.18em;color:#000;background:#fff;border:none;padding:.6rem 1.5rem;cursor:none;transition:background .15s}.sg-btn:hover{background:#d0d0d0}.sg-bird{position:absolute;display:flex;flex-direction:column;align-items:center;gap:3px;cursor:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:3;will-change:top,left,transform}.sg-bird-svg{width:82px;height:62px;overflow:visible;filter:drop-shadow(0 0 8px rgba(255,255,255,.2));transition:filter .1s;animation:bird-bob var(--flap-dur,.36s) ease-in-out infinite alternate}.sg-bird:hover .sg-bird-svg{filter:drop-shadow(0 0 14px rgba(255,70,70,.75))}@keyframes bird-bob{0%{transform:translateY(-4px)}to{transform:translateY(3px)}}.sg-wing-l{transform-origin:36px 40px;animation:flap-l var(--flap-dur,.36s) ease-in-out infinite alternate}.sg-wing-r{transform-origin:44px 46px;animation:flap-r var(--flap-dur,.36s) ease-in-out infinite alternate}@keyframes flap-l{0%{transform:rotate(-42deg)}to{transform:rotate(20deg)}}@keyframes flap-r{0%{transform:rotate(12deg)}to{transform:rotate(-8deg)}}.sg-bird-label{font-family:ui-monospace,monospace;font-size:.52rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#ffffff8c;white-space:nowrap}.sg-bird:hover .sg-bird-label{color:#ff5050e6}.sg-bird.is-hit .sg-bird-svg{animation:bird-die .2s ease-out forwards}@keyframes bird-die{0%{transform:scale(1.3) rotate(0);opacity:1}to{transform:scale(.2) rotate(180deg);opacity:0}}.sg-feather{position:absolute;pointer-events:none;width:6px;height:2px;background:#fff;border-radius:1px;animation:sg-feather-burst .6s ease-out forwards}@keyframes sg-feather-burst{0%{transform:translate(0) rotate(var(--r)) scale(1);opacity:1}to{transform:translate(var(--tx),var(--ty)) rotate(calc(var(--r) + 360deg)) scale(.3);opacity:0}}.sg-miss-flash{position:absolute;inset:0;background:#ffffff0f;pointer-events:none;z-index:6;animation:sg-miss .3s ease-out forwards}@keyframes sg-miss{0%{opacity:1}to{opacity:0}}.sg-levelup{position:absolute;top:38%;left:50%;transform:translate(-50%,-50%);font-family:ui-monospace,monospace;font-size:.95rem;font-weight:700;letter-spacing:.3em;color:#fff;pointer-events:none;animation:sg-lvl 1s ease-out forwards;z-index:8}@keyframes sg-lvl{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}25%{opacity:1;transform:translate(-50%,-50%) scale(1)}75%{opacity:1}to{opacity:0;transform:translate(-50%,-65%)}}.sg-seed{position:absolute;pointer-events:none;z-index:2;width:2px;height:2px;border-radius:50%;background:#ffffff59;animation:seed-drift var(--sd,8s) linear infinite}@keyframes seed-drift{0%{transform:translateY(var(--sy,0px));opacity:0}8%{opacity:1}90%{opacity:.6}to{transform:translate(860px,calc(var(--sy,0px) + var(--sy2,20px)));opacity:0}}.aim.sg-aim-light{--clr: #ffffff !important}.aim.sg-aim-light.is-link{--clr: #ff4444 !important}@font-face{font-family:Geist Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/geist-sans-latin-400-normal.gapTbOY8.woff2) format("woff2"),url(/_astro/geist-sans-latin-400-normal.BOaIZNA2.woff) format("woff")}@font-face{font-family:Cal Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/cal-sans-vietnamese-400-normal.ZD4NtNj8.woff2) format("woff2"),url(/_astro/cal-sans-vietnamese-400-normal.I4QIi_z4.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cal Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/cal-sans-latin-ext-400-normal.TtpXEvyb.woff2) format("woff2"),url(/_astro/cal-sans-latin-ext-400-normal.BkuRabHn.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cal Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/cal-sans-latin-400-normal.Dbkae8dt.woff2) format("woff2"),url(/_astro/cal-sans-latin-400-normal.xE-7h5s-.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Geist Sans,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: hsl(256, 100%, 54%);--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#5314ff}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#5314ff;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: hsl(256, 100%, 54%);--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media(forced-colors:active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media(forced-colors:active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media(forced-colors:active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: hsl(252 100% 62% / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: hsl(252 100% 62% / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media(min-width:540px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :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}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;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}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;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%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding-top:.2222222em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-inline-start:.4444444em}.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-x-0{left:0;right:0}.bottom-0{bottom:0}.left-0{left:0}.left-1\/2{left:50%}.right-0{right:0}.right-5{right:1.25rem}.top-0{top:0}.top-1\/2{top:50%}.top-\[-10rem\]{top:-10rem}.isolate{isolation:isolate}.-z-10{z-index:-10}.col-span-12{grid-column:span 12 / span 12}.row-start-1{grid-row-start:1}.row-start-10{grid-row-start:10}.row-start-11{grid-row-start:11}.row-start-12{grid-row-start:12}.row-start-13{grid-row-start:13}.row-start-2{grid-row-start:2}.row-start-3{grid-row-start:3}.row-start-4{grid-row-start:4}.row-start-5{grid-row-start:5}.row-start-6{grid-row-start:6}.row-start-7{grid-row-start:7}.row-start-8{grid-row-start:8}.row-start-9{grid-row-start:9}.m-0{margin:0}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-0{margin-bottom:0}.ml-auto{margin-left:auto}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[10vh\]{margin-top:10vh}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[1155\/678\]{aspect-ratio:1155/678}.aspect-\[384\/246\]{aspect-ratio:384/246}.h-1{height:.25rem}.h-10{height:2.5rem}.h-20{height:5rem}.h-8{height:2rem}.h-\[15rem\]{height:15rem}.h-\[80vh\]{height:80vh}.h-full{height:100%}.h-screen{height:100vh}.min-h-1{min-height:.25rem}.min-h-\[110rem\]{min-height:110rem}.min-h-\[150rem\]{min-height:150rem}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-20{width:5rem}.w-8{width:2rem}.w-\[15rem\]{width:15rem}.w-\[36\.125rem\]{width:36.125rem}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-52{max-width:13rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.max-w-80{max-width:20rem}.max-w-\[30rem\]{max-width:30rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[30deg\]{--tw-rotate: 30deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.resize{resize:both}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-14{gap:3.5rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-12{row-gap:3rem}.gap-y-24{row-gap:6rem}.gap-y-6{row-gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-zinc-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(39 39 42 / var(--tw-divide-opacity))}.overflow-hidden{overflow:hidden}.rounded-4xl{border-radius:2rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-0{border-width:0px}.border-zinc-800{--tw-border-opacity: 1;border-color:rgb(39 39 42 / var(--tw-border-opacity))}.bg-\[\#333333\]{--tw-bg-opacity: 1;background-color:rgb(51 51 51 / var(--tw-bg-opacity))}.bg-\[\#fbfbfb\]{--tw-bg-opacity: 1;background-color:rgb(251 251 251 / var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(19 19 19 / var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity: 1;background-color:hsl(255 98% 50% / var(--tw-bg-opacity))}.bg-lime-500{--tw-bg-opacity: 1;background-color:hsl(72 99% 49% / var(--tw-bg-opacity))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-zinc-200{--tw-bg-opacity: 1;background-color:rgb(228 228 231 / var(--tw-bg-opacity))}.bg-zinc-800{--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity))}.bg-zinc-900{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-\[\#a2d4a0\]{--tw-gradient-from: #a2d4a0 var(--tw-gradient-from-position);--tw-gradient-to: rgb(162 212 160 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#ff80b5\]{--tw-gradient-from: #ff80b5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 128 181 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-\[\#9089fc\]{--tw-gradient-to: #9089fc var(--tw-gradient-to-position)}.to-\[\#aac887\]{--tw-gradient-to: #aac887 var(--tw-gradient-to-position)}.bg-center{background-position:center}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-12{padding:3rem}.p-16{padding:4rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-11{padding-left:2.75rem;padding-right:2.75rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-11{padding-top:2.75rem;padding-bottom:2.75rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-8{padding-top:2rem;padding-bottom:2rem}.\!pt-20{padding-top:5rem!important}.pb-10{padding-bottom:2.5rem}.pb-11{padding-bottom:2.75rem}.pb-20{padding-bottom:5rem}.pb-32{padding-bottom:8rem}.pl-1{padding-left:.25rem}.pr-0{padding-right:0}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-20{padding-top:5rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.font-display{font-family:Midnight,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.font-mono{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:Geist Sans,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.normal-case{text-transform:none}.italic{font-style:italic}.not-italic{font-style:normal}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.tracking-\[0\.35em\]{letter-spacing:.35em}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.text-black{--tw-text-opacity: 1;color:rgb(19 19 19 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-slate-200{--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity))}.text-slate-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-zinc-200{--tw-text-opacity: 1;color:rgb(228 228 231 / var(--tw-text-opacity))}.text-zinc-800{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}.text-zinc-900{--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity))}.opacity-0{opacity:0}.opacity-30{opacity:.3}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-filter{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@font-face{font-family:Midnight;src:url(/fonts/Midnight.woff2) format("woff");font-weight:400;font-style:normal;font-display:swap}:root{font-family:Geist Sans,sans-serif}@supports (font-variation-settings: normal){:root{font-family:Geist Sans,sans-serif}}:root{--bg: #fbfbfb;--bg-nav: rgba(251,251,251,.85);--text: #0f172a;--text-muted: rgba(15,23,42,.5);--text-faint: rgba(15,23,42,.3);--border: rgba(15,23,42,.08);--border-med: rgba(15,23,42,.14);--accent: #2563eb;--nav-pill-bg: rgba(255,255,255,.78);--nav-link-active-bg: #fff;--card-bg: #fff}[data-theme=dark]{--bg: #0c111d;--bg-nav: rgba(12,17,29,.85);--text: #f1f5f9;--text-muted: rgba(241,245,249,.5);--text-faint: rgba(241,245,249,.28);--border: rgba(255,255,255,.08);--border-med: rgba(255,255,255,.14);--accent: #3b82f6;--nav-pill-bg: rgba(30,41,59,.85);--nav-link-active-bg: rgba(51,65,85,.9);--card-bg: #111827}:root{--astro-code-color-text: #ffffff;--astro-code-color-background: #131313;--astro-code-token-constant: #8b919b;--astro-code-token-string: #ffffff;--astro-code-token-comment: #8b919b;--astro-code-token-keyword: #e83906;--astro-code-token-parameter: #ffffff;--astro-code-token-function: #ffffff;--astro-code-token-string-expression: #c7f801;--astro-code-token-punctuation: #ffffff;--astro-code-token-link: #ffffff;--grid-gap: 4vw;--base-padding-x: max(6vw, 60px);--base-padding-y: clamp(30px, 4vw, 50px)}h1,h2,h3,h4,h5,h6{font-family:Cal Sans,Geist Sans,sans-serif;letter-spacing:.025em}@media(max-width:812px){:root{--base-padding-x: 25px;--base-padding-y: 25px}}html{scrollbar-gutter:stable;overflow-x:hidden;background:var(--bg);color:var(--text);transition:background .3s ease,color .3s ease}::-webkit-scrollbar-track{border:none;background-color:transparent}::-webkit-scrollbar{width:4px;background-color:transparent}::-webkit-scrollbar-thumb{background-color:#1b1816;border-radius:2px}::-webkit-scrollbar-thumb:hover{background-color:#000}.dark ::-webkit-scrollbar-thumb{background-color:#e8e1e1}.dark ::-webkit-scrollbar-thumb:hover{background-color:#fff}::-moz-selection{color:#fff;background:orange}::selection{color:#fff;background:orange}.dark ::-moz-selection{color:orange;background:#fff}.dark ::selection{color:orange;background:#fff}.select-none{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.prose-styles{color:var(--tw-prose-body);max-width:65ch}.prose-styles :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-styles :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose-styles :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose-styles :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose-styles :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-styles :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-styles :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-styles :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-styles :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose-styles :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose-styles :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose-styles :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose-styles :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose-styles :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose-styles :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose-styles :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose-styles :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose-styles :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-styles :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose-styles :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose-styles :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose-styles :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}.prose-styles :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;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}.prose-styles :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose-styles :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose-styles :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose-styles :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose-styles :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose-styles :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose-styles :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose-styles :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose-styles :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose-styles :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose-styles :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-styles :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose-styles :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-styles :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;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%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose-styles :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose-styles :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose-styles :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose-styles :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-styles :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-styles :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose-styles :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose-styles :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-styles :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-styles :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-styles :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose-styles :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose-styles :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose-styles :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose-styles :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose-styles :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose-styles :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose-styles :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose-styles :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose-styles :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose-styles :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose-styles :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose-styles :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose-styles :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-styles :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose-styles{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose-styles :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-styles :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-styles :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-styles :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-styles :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-styles :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-styles :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-styles :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-styles :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-styles :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-styles :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-styles :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose-styles :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-styles :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-styles :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-styles :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-styles :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-styles :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-styles :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose-styles :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-styles :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-styles :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-styles :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-styles :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-styles{margin-left:auto;margin-right:auto;max-width:48rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.prose-styles :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:700;letter-spacing:-.05em;--tw-text-opacity: 1;color:rgb(19 19 19 / var(--tw-text-opacity))}.prose-styles :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.prose-styles :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))):hover{--tw-text-opacity: 1;color:rgb(19 19 19 / var(--tw-text-opacity))}.prose-styles :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-border-opacity: 1;border-left-color:rgb(2 6 23 / var(--tw-border-opacity));--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.prose-styles :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(19 19 19 / var(--tw-text-opacity))}.prose-styles :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))){border-radius:.5rem}.prose-styles * :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *)))::marker{color:#64748b}.prose-styles :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *)))::marker{color:#64748b}.section{position:relative;width:100%;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));-moz-column-gap:var(--grid-gap);column-gap:var(--grid-gap);padding:var(--base-padding-y) var(--base-padding-x)}.squircle{--squircle-smooth: 1;--squircle-radius: 10px;border-radius:var(--squircle-radius);-webkit-mask-image:paint(squircle);mask-image:paint(squircle)}.squircle-bg{--squircle-smooth: 1;--squircle-radius: 10px;background:#272521;-webkit-mask-image:paint(squircle);mask-image:paint(squircle)}.squircle-bg-white{--squircle-smooth: 1;--squircle-radius: 10px;background:#fff;-webkit-mask-image:paint(squircle);mask-image:paint(squircle)}.squircle-hover:hover{--squircle-smooth: 1;--squircle-radius: 10px;background:#272521;-webkit-mask-image:paint(squircle);mask-image:paint(squircle)}.squircle-white-hover:hover{--squircle-smooth: 1;--squircle-radius: 10px;background:#fff;-webkit-mask-image:paint(squircle);mask-image:paint(squircle)}@media(prefers-color-scheme:dark){.dark\:prose-invert{--tw-prose-body: var(--tw-prose-invert-body);--tw-prose-headings: var(--tw-prose-invert-headings);--tw-prose-lead: var(--tw-prose-invert-lead);--tw-prose-links: var(--tw-prose-invert-links);--tw-prose-bold: var(--tw-prose-invert-bold);--tw-prose-counters: var(--tw-prose-invert-counters);--tw-prose-bullets: var(--tw-prose-invert-bullets);--tw-prose-hr: var(--tw-prose-invert-hr);--tw-prose-quotes: var(--tw-prose-invert-quotes);--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);--tw-prose-captions: var(--tw-prose-invert-captions);--tw-prose-kbd: var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);--tw-prose-code: var(--tw-prose-invert-code);--tw-prose-pre-code: var(--tw-prose-invert-pre-code);--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);--tw-prose-th-borders: var(--tw-prose-invert-th-borders);--tw-prose-td-borders: var(--tw-prose-invert-td-borders)}}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.hover\:bg-lime-400:hover{--tw-bg-opacity: 1;background-color:hsl(71 96% 55% / var(--tw-bg-opacity))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(19 19 19 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.focus\:text-slate-500:focus{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.focus\:ring-transparent:focus{--tw-ring-color: transparent}@media(min-width:540px){.sm\:left-\[calc\(50\%-40rem\)\]{left:calc(50% - 40rem)}.sm\:top-\[-20rem\]{top:-20rem}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:ml-44{margin-left:11rem}.sm\:w-\[72\.1875rem\]{width:72.1875rem}.sm\:w-auto{width:auto}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:py-32{padding-top:8rem;padding-bottom:8rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media(min-width:768px){.md\:sticky{position:sticky}.md\:row-start-1{grid-row-start:1}.md\:row-start-10{grid-row-start:10}.md\:row-start-11{grid-row-start:11}.md\:row-start-12{grid-row-start:12}.md\:row-start-13{grid-row-start:13}.md\:row-start-2{grid-row-start:2}.md\:row-start-3{grid-row-start:3}.md\:row-start-4{grid-row-start:4}.md\:row-start-5{grid-row-start:5}.md\:row-start-6{grid-row-start:6}.md\:row-start-7{grid-row-start:7}.md\:row-start-8{grid-row-start:8}.md\:row-start-9{grid-row-start:9}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:h-\[30rem\]{height:30rem}.md\:w-\[20rem\]{width:20rem}.md\:rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:justify-center{justify-content:center}.md\:p-2{padding:.5rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:pt-6{padding-top:1.5rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:font-bold{font-weight:700}.md\:text-lime-500{--tw-text-opacity: 1;color:hsl(72 99% 49% / var(--tw-text-opacity))}}@media(min-width:1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:mt-24{margin-top:6rem}.lg\:block{display:block}.lg\:h-10{height:2.5rem}.lg\:h-16{height:4rem}.lg\:w-\[25rem\]{width:25rem}.lg\:w-auto{width:auto}.lg\:max-w-\[35rem\]{max-width:35rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.lg\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.lg\:rounded-5xl{border-radius:3rem}.lg\:rounded-6xl{border-radius:4rem}.lg\:p-20{padding:5rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-32{padding-left:8rem;padding-right:8rem}.lg\:px-40{padding-left:10rem;padding-right:10rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:\!pt-36{padding-top:9rem!important}.lg\:pb-40{padding-bottom:10rem}.lg\:pt-20{padding-top:5rem}.lg\:pt-32{padding-top:8rem}.lg\:text-center{text-align:center}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-7xl{font-size:4.5rem;line-height:1}.lg\:text-8xl{font-size:6rem;line-height:1}.lg\:text-9xl{font-size:8rem;line-height:1}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:text-lime-500{--tw-text-opacity: 1;color:hsl(72 99% 49% / var(--tw-text-opacity))}}@media(min-width:1280px){.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1536px){.\32xl\:max-w-7xl{max-width:80rem}}.texture-wrap[data-astro-cid-q2i7fl47]{pointer-events:none;z-index:3000;width:100%;height:100%;position:fixed;inset:0}.texture-image[data-astro-cid-q2i7fl47]{width:100%;height:100%;background-image:url(/images/texture.png);background-position:0 0;background-size:auto;position:relative;opacity:.75;inset:0}.ft[data-astro-cid-tgc5tww7]{background:var(--bg);color:var(--text);padding:var(--base-padding-y) var(--base-padding-x) 0;display:grid;gap:0}.ft-cta[data-astro-cid-tgc5tww7]{padding:clamp(3rem,6vw,6rem) 0 clamp(3rem,5vw,5rem);display:grid;gap:1.5rem}.ft-eyebrow[data-astro-cid-tgc5tww7]{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;color:var(--text-faint);font-family:Space Mono,monospace}.ft-eyebrow[data-astro-cid-tgc5tww7]:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 #22c55e99;animation:live-pulse 2s ease-in-out infinite}@keyframes live-pulse{0%,to{box-shadow:0 0 #22c55e99}50%{box-shadow:0 0 0 6px #22c55e00}}.ft-headline[data-astro-cid-tgc5tww7]{font-size:clamp(2.8rem,6vw,6rem);font-weight:800;letter-spacing:-.03em;line-height:1.05;color:var(--text)}.ft-headline[data-astro-cid-tgc5tww7] em[data-astro-cid-tgc5tww7]{font-style:italic;color:var(--text-faint)}.ft-actions[data-astro-cid-tgc5tww7]{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;padding-top:.5rem}.ft-btn-primary[data-astro-cid-tgc5tww7]{background:var(--text);color:var(--bg);padding:.75rem 1.5rem;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.02em;transition:opacity .2s,transform .2s;text-decoration:none}.ft-btn-primary[data-astro-cid-tgc5tww7]:hover{opacity:.88;transform:translateY(-1px)}.ft-btn-ghost[data-astro-cid-tgc5tww7]{color:var(--text-muted);padding:.75rem 1.3rem;border-radius:999px;border:1px solid var(--border-med);font-size:.78rem;font-weight:500;letter-spacing:.02em;transition:all .2s;text-decoration:none}.ft-btn-ghost[data-astro-cid-tgc5tww7]:hover{color:var(--text);border-color:var(--text-muted)}.ft-rule[data-astro-cid-tgc5tww7]{width:100%;height:1px;background:var(--border)}.ft-grid[data-astro-cid-tgc5tww7]{display:grid;gap:2.5rem;padding:clamp(2.5rem,4vw,3.5rem) 0}@media(min-width:640px){.ft-grid[data-astro-cid-tgc5tww7]{grid-template-columns:1.6fr 1fr 1fr;gap:2rem}}.ft-brand[data-astro-cid-tgc5tww7]{display:grid;gap:1rem;align-content:start}.ft-logo[data-astro-cid-tgc5tww7]{font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:var(--text);text-decoration:none;display:inline-flex;align-items:baseline}.ft-dot[data-astro-cid-tgc5tww7]{color:var(--accent);animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.ft-tagline[data-astro-cid-tgc5tww7]{font-size:.82rem;color:var(--text-muted);line-height:1.65}.ft-location[data-astro-cid-tgc5tww7]{font-size:.75rem;color:var(--text-faint);letter-spacing:.01em}.ft-col[data-astro-cid-tgc5tww7]{display:grid;gap:.55rem;align-content:start}.ft-col-label[data-astro-cid-tgc5tww7]{font-size:.62rem;letter-spacing:.28em;text-transform:uppercase;color:var(--text-faint);font-family:Space Mono,monospace;margin-bottom:.3rem}.ft-link[data-astro-cid-tgc5tww7]{font-size:.88rem;color:var(--text-muted);text-decoration:none;transition:color .18s;line-height:1.4}.ft-link[data-astro-cid-tgc5tww7]:hover{color:var(--text)}.ft-bottom[data-astro-cid-tgc5tww7]{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;padding:1.4rem 0 2rem;border-top:1px solid var(--border)}.ft-copy[data-astro-cid-tgc5tww7],.ft-made[data-astro-cid-tgc5tww7]{font-size:.72rem;color:var(--text-faint);letter-spacing:.01em}.ft-game-slot[data-astro-cid-tgc5tww7]{display:flex;align-items:center;gap:.5rem}.ft-game-label[data-astro-cid-tgc5tww7]{font-family:ui-monospace,monospace;font-size:.62rem;letter-spacing:.18em;color:var(--text-faint);text-transform:uppercase}.site-header[data-astro-cid-ieyx6y3k]{position:fixed;top:0;left:0;right:0;z-index:70;padding:1.25rem var(--base-padding-x);transition:padding .3s ease,transform .35s cubic-bezier(.4,0,.2,1)}.site-header[data-astro-cid-ieyx6y3k].is-scrolled{padding:.8rem var(--base-padding-x)}.site-header[data-astro-cid-ieyx6y3k].is-hidden{transform:translateY(-110%)}.nav-bar[data-astro-cid-ieyx6y3k]{display:flex;align-items:center;justify-content:space-between;position:relative}.prem-logo[data-astro-cid-ieyx6y3k]{font-family:Cal Sans,Geist Sans,sans-serif;font-weight:800;font-size:1.5rem;letter-spacing:-.03em;color:var(--text-muted);text-decoration:none;display:inline-flex;align-items:baseline;flex-shrink:0;z-index:2;transition:color .2s ease}.prem-logo[data-astro-cid-ieyx6y3k]:hover{color:var(--text)}.pl-dot[data-astro-cid-ieyx6y3k]{color:var(--accent);display:inline-block;animation:dot-blink 1s step-end infinite}@keyframes dot-blink{0%,to{opacity:1}50%{opacity:0}}.nav-pill[data-astro-cid-ieyx6y3k]{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.15rem;background:var(--nav-pill-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:999px;padding:.28rem;box-shadow:0 2px 12px #00000012;transition:box-shadow .3s ease,background .3s ease}.site-header[data-astro-cid-ieyx6y3k].is-scrolled .nav-pill[data-astro-cid-ieyx6y3k]{box-shadow:0 6px 24px #0000001a}.nav-link[data-astro-cid-ieyx6y3k]{position:relative;font-family:Cal Sans,Geist Sans,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.01em;color:var(--text-muted);text-decoration:none;padding:.45rem 1.05rem .55rem;border-radius:999px;transition:color .2s ease,background .2s ease;display:flex;flex-direction:column;align-items:center}.nav-link[data-astro-cid-ieyx6y3k]:hover{color:var(--text)}.nav-link[data-astro-cid-ieyx6y3k].is-active{color:var(--text);background:var(--nav-link-active-bg);box-shadow:0 1px 6px #0000001a}.nav-dot[data-astro-cid-ieyx6y3k]{width:3px;height:3px;border-radius:50%;background:var(--accent);position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.theme-toggle[data-astro-cid-ieyx6y3k]{background:none;border:none;padding:0;cursor:pointer;flex-shrink:0;z-index:2;display:inline-flex;align-items:center}.tt-track[data-astro-cid-ieyx6y3k]{display:flex;align-items:center;width:44px;height:24px;border-radius:999px;border:1px solid var(--border-med);background:var(--border);padding:2px;transition:background .3s ease,border-color .3s ease;position:relative}.theme-toggle[data-astro-cid-ieyx6y3k]:hover .tt-track[data-astro-cid-ieyx6y3k]{border-color:var(--text-muted)}.tt-thumb[data-astro-cid-ieyx6y3k]{width:18px;height:18px;border-radius:50%;background:var(--text);display:flex;align-items:center;justify-content:center;color:var(--bg);transform:translate(0);transition:transform .35s cubic-bezier(.34,1.3,.64,1),background .3s ease;flex-shrink:0;position:relative}[data-theme=dark] .tt-thumb[data-astro-cid-ieyx6y3k]{transform:translate(20px)}.tt-sun[data-astro-cid-ieyx6y3k],.tt-moon[data-astro-cid-ieyx6y3k]{position:absolute;transition:opacity .25s ease}.tt-sun[data-astro-cid-ieyx6y3k]{opacity:1}.tt-moon[data-astro-cid-ieyx6y3k],[data-theme=dark] .tt-sun[data-astro-cid-ieyx6y3k]{opacity:0}[data-theme=dark] .tt-moon[data-astro-cid-ieyx6y3k]{opacity:1}.nav-right[data-astro-cid-ieyx6y3k]{display:flex;align-items:center;gap:.6rem;flex-shrink:0;z-index:2}.nav-cta[data-astro-cid-ieyx6y3k]{display:inline-flex;align-items:center;gap:.4rem;font-family:Cal Sans,Geist Sans,sans-serif;font-size:.78rem;font-weight:700;color:var(--text);text-decoration:none;border:1.5px solid var(--border-med);padding:.5rem 1.15rem;border-radius:999px;flex-shrink:0;z-index:2;transition:background .2s ease,color .2s ease,border-color .2s ease,gap .2s ease}.nav-cta[data-astro-cid-ieyx6y3k]:hover{background:var(--text);color:var(--bg);border-color:var(--text);gap:.6rem}.nav-burger[data-astro-cid-ieyx6y3k]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.4rem;z-index:2}.nav-burger[data-astro-cid-ieyx6y3k] span[data-astro-cid-ieyx6y3k]{display:block;width:21px;height:2px;background:var(--text);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.nav-burger[data-astro-cid-ieyx6y3k].is-open span[data-astro-cid-ieyx6y3k]:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger[data-astro-cid-ieyx6y3k].is-open span[data-astro-cid-ieyx6y3k]:nth-child(2){opacity:0}.nav-burger[data-astro-cid-ieyx6y3k].is-open span[data-astro-cid-ieyx6y3k]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile[data-astro-cid-ieyx6y3k]{position:fixed;inset:0;z-index:69;background:var(--bg);display:flex;flex-direction:column;justify-content:center;padding:5rem var(--base-padding-x) 3rem;opacity:0;transform:translateY(-12px);pointer-events:none;transition:opacity .35s ease,transform .35s cubic-bezier(.4,0,.2,1);overflow:hidden}.nav-mobile[data-astro-cid-ieyx6y3k].is-open{opacity:1;transform:translateY(0);pointer-events:all}.nav-mobile-links[data-astro-cid-ieyx6y3k]{display:flex;flex-direction:column;gap:0;flex:1;justify-content:center}.nav-mobile-link[data-astro-cid-ieyx6y3k]{display:flex;align-items:baseline;gap:1rem;font-family:Cal Sans,Geist Sans,sans-serif;font-size:clamp(2.8rem,13vw,5rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;color:var(--text-faint);text-decoration:none;border-bottom:1px solid var(--border);padding:.7rem 0;transition:color .2s ease,gap .2s ease;opacity:0;transform:translateY(20px);transition:color .2s,opacity .35s ease,transform .35s ease;transition-delay:calc(var(--i) * .06s)}.nav-mobile[data-astro-cid-ieyx6y3k].is-open .nav-mobile-link[data-astro-cid-ieyx6y3k]{opacity:1;transform:translateY(0)}.nav-mobile-link[data-astro-cid-ieyx6y3k]:hover,.nav-mobile-link[data-astro-cid-ieyx6y3k].is-active{color:var(--text)}.nm-num[data-astro-cid-ieyx6y3k]{font-family:Geist Mono,monospace;font-size:.7rem;font-weight:400;letter-spacing:.05em;color:var(--text-faint);margin-bottom:.15rem}.nav-mobile-footer[data-astro-cid-ieyx6y3k]{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;opacity:0;transform:translateY(10px);transition:opacity .35s ease .22s,transform .35s ease .22s}.nav-mobile[data-astro-cid-ieyx6y3k].is-open .nav-mobile-footer[data-astro-cid-ieyx6y3k]{opacity:1;transform:translateY(0)}.nav-mobile-cta[data-astro-cid-ieyx6y3k]{display:inline-flex;align-items:center;gap:.5rem;font-family:Cal Sans,Geist Sans,sans-serif;font-size:.9rem;font-weight:700;color:var(--bg);background:var(--text);text-decoration:none;padding:.75rem 1.5rem;border-radius:999px;transition:opacity .2s}.nav-mobile-cta[data-astro-cid-ieyx6y3k]:hover{opacity:.85}.nm-tagline[data-astro-cid-ieyx6y3k]{font-family:Geist Mono,monospace;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint)}@media(max-width:768px){.site-header[data-astro-cid-ieyx6y3k]{padding:1rem var(--base-padding-x)}.nav-pill[data-astro-cid-ieyx6y3k],.nav-cta[data-astro-cid-ieyx6y3k]{display:none}.nav-burger[data-astro-cid-ieyx6y3k]{display:flex}.nav-bar[data-astro-cid-ieyx6y3k]{position:relative;z-index:71}.nav-right[data-astro-cid-ieyx6y3k]{z-index:71}}#page-loader[data-astro-cid-37fxchfa]{position:fixed;inset:0;z-index:99999;background:var(--bg);display:flex;align-items:center;justify-content:center;transition:opacity .6s cubic-bezier(.4,0,.2,1)}#page-loader[data-astro-cid-37fxchfa].pl-done{opacity:0;pointer-events:none}.pl-logo[data-astro-cid-37fxchfa]{font-family:Cal Sans,Geist Sans,sans-serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:800;letter-spacing:-.03em;color:var(--text);animation:pl-in .6s cubic-bezier(.22,1,.36,1) both}.pl-dot[data-astro-cid-37fxchfa]{color:var(--accent);display:inline-block;animation:dot-blink 1s step-end infinite}@keyframes pl-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pl-bar[data-astro-cid-37fxchfa]{position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--border)}.pl-fill[data-astro-cid-37fxchfa]{position:absolute;top:0;left:0;bottom:0;width:0%;background:var(--text-faint);transition:width .1s linear}body,input[data-astro-cid-37fxchfa],textarea[data-astro-cid-37fxchfa],select[data-astro-cid-37fxchfa],button[data-astro-cid-37fxchfa],a[data-astro-cid-37fxchfa]{cursor:none}input[data-astro-cid-37fxchfa],textarea[data-astro-cid-37fxchfa]{cursor:text}.aim[data-astro-cid-37fxchfa]{--gap: 4px;--len: 7px;--thk: 1.5px;--clr: #111827;position:fixed;top:0;left:0;width:0;height:0;pointer-events:none;z-index:9999;opacity:0;transition:opacity .15s ease}.aim[data-astro-cid-37fxchfa].visible{opacity:1}.aim-t[data-astro-cid-37fxchfa],.aim-r[data-astro-cid-37fxchfa],.aim-b[data-astro-cid-37fxchfa],.aim-l[data-astro-cid-37fxchfa],.aim-dot[data-astro-cid-37fxchfa],.aim-ring[data-astro-cid-37fxchfa]{position:absolute;transform-origin:center;transition:transform .12s ease-out}.aim-t[data-astro-cid-37fxchfa],.aim-b[data-astro-cid-37fxchfa]{width:var(--thk);height:var(--len);background:var(--clr);left:calc(-1 * var(--thk) / 2)}.aim-r[data-astro-cid-37fxchfa],.aim-l[data-astro-cid-37fxchfa]{width:var(--len);height:var(--thk);background:var(--clr);top:calc(-1 * var(--thk) / 2)}.aim-t[data-astro-cid-37fxchfa]{top:calc(-1 * var(--gap) - var(--len))}.aim-b[data-astro-cid-37fxchfa]{top:var(--gap)}.aim-r[data-astro-cid-37fxchfa]{left:var(--gap)}.aim-l[data-astro-cid-37fxchfa]{left:calc(-1 * var(--gap) - var(--len))}.aim-dot[data-astro-cid-37fxchfa]{width:2px;height:2px;border-radius:50%;background:var(--clr);top:-1px;left:-1px}.aim-ring[data-astro-cid-37fxchfa]{width:22px;height:22px;border-radius:50%;border:1px solid transparent;top:-11px;left:-11px;transition:border-color .18s ease,transform .18s ease}.aim[data-astro-cid-37fxchfa].is-link{--clr: #ef4444;--gap: 7px}.aim[data-astro-cid-37fxchfa].is-link .aim-ring[data-astro-cid-37fxchfa]{border-color:#ef444499;animation:aim-pulse .85s ease-in-out infinite}@keyframes aim-pulse{0%,to{transform:scale(1);border-color:#ef4444b3}50%{transform:scale(1.55);border-color:#ef444400}}.aim[data-astro-cid-37fxchfa].is-firing{--gap: 2px}.aim[data-astro-cid-37fxchfa].is-firing .aim-ring[data-astro-cid-37fxchfa]{animation:aim-fire .3s ease-out forwards}@keyframes aim-fire{0%{transform:scale(.6);border-color:#111827b3;opacity:1}to{transform:scale(2);border-color:transparent;opacity:0}}[data-astro-cid-37fxchfa][data-theme=dark] .aim[data-astro-cid-37fxchfa]{--clr: rgba(241,245,249,.85)}[data-astro-cid-37fxchfa][data-theme=dark] .aim[data-astro-cid-37fxchfa].is-link .aim-ring[data-astro-cid-37fxchfa]{border-color:#f1f5f94d}@media(pointer:coarse){.aim[data-astro-cid-37fxchfa]{display:none}}.floating-cta[data-astro-cid-37fxchfa]{position:fixed;right:1.5rem;bottom:1.5rem;z-index:60;background:#050505b3;color:#f8fafc;padding:.8rem 1.2rem .8rem 1rem;border-radius:999px;font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;font-weight:700;border:1px solid rgba(255,255,255,.18);box-shadow:0 16px 40px #0006;backdrop-filter:blur(8px);display:inline-flex;align-items:center;gap:.6rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.floating-cta[data-astro-cid-37fxchfa]:after{content:"↗";font-size:.85rem;transition:transform .2s ease}.floating-cta[data-astro-cid-37fxchfa]:hover{transform:translateY(-2px);border-color:#00f5ff99;box-shadow:0 24px 60px #00f5ff33}.floating-cta[data-astro-cid-37fxchfa]:hover:after{transform:translate(2px,-2px)}@media(max-width:768px){.floating-cta[data-astro-cid-37fxchfa]{right:1rem;bottom:1rem;padding:.75rem 1.1rem}}
