:root{--color-green: #54B948;--color-blue: #009AC7;--color-sky: #9FCBED;--color-orange: #F58025;--color-red: #E31B23;--color-pitch: #000018;--color-grey: #585858;--color-slate: #A5A5A5;--color-light: #F5F5F5;--color-white: #FFFFFF;--color-bg: var(--color-light);--color-bg-dark: var(--color-pitch);--color-text: var(--color-grey);--color-text-light: var(--color-sky);--color-text-muted: var(--color-slate);--color-accent: var(--color-green);--color-cta: var(--color-red);--color-link: var(--color-blue);--color-code: var(--color-orange);--font-body: "DM Sans", system-ui, -apple-system, sans-serif;--font-mono: "DM Mono", "JetBrains Mono", "Fira Code", "Courier New", monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 2.5rem;--sp-1: .25rem;--sp-2: .5rem;--sp-3: .75rem;--sp-4: 1rem;--sp-6: 1.5rem;--sp-8: 2rem;--sp-12: 3rem;--sp-16: 4rem;--sp-24: 6rem;--max-w: 72rem;--max-w-prose: 42rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:var(--text-base);line-height:1.6;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh}img,video,svg{display:block;max-width:100%;height:auto}a{color:var(--color-link);text-decoration:none;transition:color .15s}a:hover{text-decoration:underline}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-mono);color:var(--color-pitch);line-height:1.2;font-weight:700}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}.container{max-width:var(--max-w);margin-inline:auto;padding-inline:var(--sp-6)}.prose-container{max-width:var(--max-w-prose);margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section{padding-block:var(--sp-16)}.section--dark{background:var(--color-bg-dark);color:var(--color-text-light)}.section--dark h2,.section--dark h3{color:var(--color-white)}.terminal{background:var(--color-pitch);border:2px solid var(--color-slate);overflow:hidden}.terminal__bar{display:flex;align-items:center;gap:var(--sp-2);padding:var(--sp-2) var(--sp-3);background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.08)}.terminal__dot{width:10px;height:10px}.terminal__dot--close{background:var(--color-red)}.terminal__dot--min{background:var(--color-orange)}.terminal__dot--max{background:var(--color-green)}.terminal__title{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--color-slate);margin-left:var(--sp-2)}.terminal__body{padding:var(--sp-6);font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-sky);line-height:1.8}.cursor:after{content:"█";animation:blink 1s step-end infinite;color:var(--color-green);margin-left:2px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.prompt:before{content:"goose@ai:~$ ";color:var(--color-green);font-weight:700}.heading-prompt:before{content:"> ";color:var(--color-green)}.scanlines{position:relative}.scanlines:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.03) 2px,rgba(0,0,0,.03) 4px);pointer-events:none}@keyframes typing{0%{width:0}to{width:100%}}.typing-text{overflow:hidden;white-space:nowrap;animation:typing 2s steps(40) forwards}.terminal-link{color:var(--color-sky);text-decoration:none;font-family:var(--font-mono);transition:color .15s}.terminal-link:hover{color:var(--color-green);text-decoration:none}.terminal-link:before{content:"$ ";color:var(--color-slate)}.pixel-goose[data-astro-cid-5c7verci]{display:inline-flex;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}.pixel-goose--animated[data-astro-cid-5c7verci] .goose-eye[data-astro-cid-5c7verci]{animation:goose-blink 4s step-end infinite}@keyframes goose-blink{0%,92%,to{opacity:1}95%{opacity:0}}.header[data-astro-cid-eiyd7voq]{position:sticky;top:0;z-index:100;background:var(--color-pitch);border-bottom:2px solid rgba(255,255,255,.08)}.header__inner[data-astro-cid-eiyd7voq]{display:flex;align-items:center;justify-content:space-between;height:56px}.header__logo[data-astro-cid-eiyd7voq]{display:flex;align-items:center;gap:var(--sp-3);text-decoration:none;color:var(--color-white)}.header__logo[data-astro-cid-eiyd7voq]:hover{text-decoration:none}.header__logo-text[data-astro-cid-eiyd7voq]{font-family:var(--font-mono);font-size:var(--text-sm);font-weight:700;color:var(--color-green)}.header__nav[data-astro-cid-eiyd7voq]{display:flex;align-items:center;gap:var(--sp-6)}.header__link[data-astro-cid-eiyd7voq]{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-sky);text-decoration:none;transition:color .15s}.header__link[data-astro-cid-eiyd7voq]:hover{color:var(--color-green);text-decoration:none}.header__link--active[data-astro-cid-eiyd7voq]{color:var(--color-green)}.header__link-prefix[data-astro-cid-eiyd7voq]{color:var(--color-slate)}.header__toggle-input[data-astro-cid-eiyd7voq]{display:none}.header__toggle[data-astro-cid-eiyd7voq]{display:none;flex-direction:column;gap:4px;cursor:pointer;padding:var(--sp-2)}.header__toggle-bar[data-astro-cid-eiyd7voq]{display:block;width:20px;height:2px;background:var(--color-sky);transition:transform .2s,opacity .2s}@media(max-width:768px){.header__toggle[data-astro-cid-eiyd7voq]{display:flex}.header__nav[data-astro-cid-eiyd7voq]{position:absolute;top:56px;left:0;right:0;flex-direction:column;align-items:flex-start;gap:0;background:var(--color-pitch);border-bottom:2px solid rgba(255,255,255,.08);max-height:0;overflow:hidden;transition:max-height .3s ease}.header__toggle-input[data-astro-cid-eiyd7voq]:checked~.header__nav[data-astro-cid-eiyd7voq]{max-height:300px}.header__toggle-input[data-astro-cid-eiyd7voq]:checked~.header__toggle[data-astro-cid-eiyd7voq] .header__toggle-bar[data-astro-cid-eiyd7voq]:nth-child(1){transform:translateY(6px) rotate(45deg)}.header__toggle-input[data-astro-cid-eiyd7voq]:checked~.header__toggle[data-astro-cid-eiyd7voq] .header__toggle-bar[data-astro-cid-eiyd7voq]:nth-child(2){opacity:0}.header__toggle-input[data-astro-cid-eiyd7voq]:checked~.header__toggle[data-astro-cid-eiyd7voq] .header__toggle-bar[data-astro-cid-eiyd7voq]:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.header__link[data-astro-cid-eiyd7voq]{display:block;width:100%;padding:var(--sp-3) var(--sp-6);border-top:1px solid rgba(255,255,255,.05)}}.footer[data-astro-cid-tgc5tww7]{background:var(--color-pitch);border-top:2px solid rgba(255,255,255,.08);padding-block:var(--sp-12)}.footer__grid[data-astro-cid-tgc5tww7]{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--sp-8)}.footer__heading[data-astro-cid-tgc5tww7]{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--color-slate);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--sp-4)}.footer__heading[data-astro-cid-tgc5tww7]:before{content:"// ";color:var(--color-green)}.footer__links[data-astro-cid-tgc5tww7]{display:flex;flex-direction:column;gap:var(--sp-2)}.footer__links[data-astro-cid-tgc5tww7] a[data-astro-cid-tgc5tww7]{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-sky);text-decoration:none;transition:color .15s}.footer__links[data-astro-cid-tgc5tww7] a[data-astro-cid-tgc5tww7]:hover{color:var(--color-green);text-decoration:none}.footer__bottom[data-astro-cid-tgc5tww7]{margin-top:var(--sp-8);padding-top:var(--sp-6);border-top:1px solid rgba(255,255,255,.08)}.footer__copyright[data-astro-cid-tgc5tww7]{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--color-slate)}.footer__prompt[data-astro-cid-tgc5tww7]{color:var(--color-green);font-weight:700}@media(max-width:768px){.footer__grid[data-astro-cid-tgc5tww7]{grid-template-columns:1fr;gap:var(--sp-6)}}.chat-fab[data-astro-cid-hjmcqfib]{position:fixed;bottom:var(--sp-6);right:var(--sp-6);z-index:999;width:52px;height:52px;background:var(--color-pitch);border:2px solid var(--color-green);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s,transform .15s}.chat-fab[data-astro-cid-hjmcqfib]:hover{border-color:var(--color-orange);transform:scale(1.05)}.chat-fab--hidden[data-astro-cid-hjmcqfib]{display:none}.chat-widget[data-astro-cid-hjmcqfib]{position:fixed;bottom:var(--sp-6);right:var(--sp-6);z-index:1000;width:380px;max-height:520px;background:var(--color-pitch);border:2px solid var(--color-slate);display:none;flex-direction:column;box-shadow:0 8px 32px #00001866}.chat-widget--open[data-astro-cid-hjmcqfib]{display:flex}.chat-widget__bar[data-astro-cid-hjmcqfib]{display:flex;align-items:center;gap:var(--sp-2);padding:var(--sp-2) var(--sp-3);background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.08)}.chat-widget__dot[data-astro-cid-hjmcqfib]{width:8px;height:8px}.chat-widget__dot--close[data-astro-cid-hjmcqfib]{background:var(--color-red)}.chat-widget__dot--min[data-astro-cid-hjmcqfib]{background:var(--color-orange)}.chat-widget__dot--max[data-astro-cid-hjmcqfib]{background:var(--color-green)}.chat-widget__title[data-astro-cid-hjmcqfib]{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--color-slate);margin-left:var(--sp-2);flex:1}.chat-widget__close[data-astro-cid-hjmcqfib]{background:none;border:none;color:var(--color-slate);font-size:var(--text-xl);cursor:pointer;padding:0 var(--sp-1);line-height:1}.chat-widget__close[data-astro-cid-hjmcqfib]:hover{color:var(--color-red)}.chat-widget__messages[data-astro-cid-hjmcqfib]{flex:1;overflow-y:auto;padding:var(--sp-3);display:flex;flex-direction:column;gap:var(--sp-3);min-height:300px;max-height:380px}.chat-msg[data-astro-cid-hjmcqfib]{display:flex;gap:var(--sp-2);align-items:flex-start}.chat-msg__avatar[data-astro-cid-hjmcqfib]{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:var(--text-xs);font-weight:700}.chat-msg--bot[data-astro-cid-hjmcqfib] .chat-msg__avatar[data-astro-cid-hjmcqfib]{background:var(--color-green);color:var(--color-pitch)}.chat-msg--user[data-astro-cid-hjmcqfib] .chat-msg__avatar[data-astro-cid-hjmcqfib]{background:var(--color-blue);color:var(--color-white)}.chat-msg__content[data-astro-cid-hjmcqfib]{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-sky);line-height:1.5;padding:var(--sp-2) var(--sp-3);background:#ffffff0a;border:1px solid rgba(255,255,255,.06);max-width:280px}.chat-msg--user[data-astro-cid-hjmcqfib] .chat-msg__content[data-astro-cid-hjmcqfib]{background:#009ac71a;border-color:#009ac733}.typing-dots[data-astro-cid-hjmcqfib] span[data-astro-cid-hjmcqfib]{animation:typing-dot 1.4s infinite;font-size:var(--text-lg);color:var(--color-green)}.typing-dots[data-astro-cid-hjmcqfib] span[data-astro-cid-hjmcqfib]:nth-child(2){animation-delay:.2s}.typing-dots[data-astro-cid-hjmcqfib] span[data-astro-cid-hjmcqfib]:nth-child(3){animation-delay:.4s}@keyframes typing-dot{0%,60%,to{opacity:.3}30%{opacity:1}}.chat-widget__form[data-astro-cid-hjmcqfib]{display:flex;align-items:center;gap:var(--sp-2);padding:var(--sp-2) var(--sp-3);border-top:1px solid rgba(255,255,255,.08)}.chat-widget__prompt[data-astro-cid-hjmcqfib]{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-green);font-weight:700}.chat-widget__input[data-astro-cid-hjmcqfib]{flex:1;background:transparent;border:none;outline:none;font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-sky);caret-color:var(--color-green)}.chat-widget__input[data-astro-cid-hjmcqfib]::placeholder{color:var(--color-slate)}.chat-widget__send[data-astro-cid-hjmcqfib]{background:none;border:1px solid var(--color-slate);color:var(--color-sky);font-family:var(--font-mono);font-size:var(--text-sm);padding:var(--sp-1) var(--sp-2);cursor:pointer;transition:border-color .15s,color .15s}.chat-widget__send[data-astro-cid-hjmcqfib]:hover{border-color:var(--color-green);color:var(--color-green)}@media(max-width:480px){.chat-widget[data-astro-cid-hjmcqfib]{width:calc(100vw - 2 * var(--sp-4));right:var(--sp-4);bottom:var(--sp-4);max-height:70vh}}
