:root{color-scheme:light dark;--accent-color-light: #0066cc;--accent-color-dark: #2277dd;--accent-color: light-dark(var(--accent-color-light), var(--accent-color-dark));--accent-color-darker: light-dark(#0055aa, #3d88ee);--accent-color-darkest: light-dark(#003377, #9ecdff);--accent-color-ultralight: light-dark(#eff7ff, #002b5e);--accent-color-divider: light-dark(#e1ebf6, #333);--accent-color-divider-footer: light-dark(#e1ebf6, #0044a2);--color-text: light-dark(#444, #d4d4d4);--color-text-faded: light-dark(#888, #777);--color-text-secondary: light-dark(#666, #aaa);--color-text-tertiary: light-dark(#888, #999);--color-text-strong: light-dark(#333, #e0e0e0);--color-divider: light-dark(#bbb, #555555);--color-border-light: light-dark(#eee, #333);--color-border-medium: light-dark(#e2e2e2, #444);--color-border-input: light-dark(#aaa, #666);--color-status-green: light-dark(#55bb33, #55bb33);--color-status-yellow: light-dark(#f8d233, #f8d233);--color-status-red: light-dark(#dd5555, #dd5555);--color-background-content: light-dark(#fff, #222226);--color-background-page: light-dark(#fff, #1a1a1e);--color-background-empty: light-dark(#f0f0f0, #2a2a2e);--color-background-project-header: light-dark(#fff, #222226);--color-background-elevated: light-dark(#fbfbfb, #2a2a2e);--color-background-subtle: light-dark(#fafafa, #262628);--color-background-surface: light-dark(#fff, #2e2e32);--color-alternate-table-row-background: light-dark(#fcfcfc, #262628);--color-background-button-secondary: light-dark(#e5e5e5, #555);--color-background-button-secondary-hover: light-dark(#ddd, #666);--color-text-button-secondary: light-dark(#444, #eee);--color-background-code: light-dark(#eff7ff, #111);--color-link: light-dark(#0066cc, #4d9aff);--color-link-hover: light-dark(#aa6600, #ddaa44);--color-link-active: light-dark(#662200, #ffcc66);--color-link-body: light-dark(#1f4cd1, #6b9eff);--max-width: 1200px;--header-height: 42px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:13px;line-height:1.6;color:var(--color-text);background:var(--color-background-page)}body{min-height:100dvh}.content{padding:0 1rem}a{color:var(--color-link);text-decoration:none}a:hover{color:var(--color-link-hover);text-decoration:underline}a:active{color:var(--color-link-active)}h1,h2,h3,h4{color:var(--color-text-strong);line-height:1.3}h1{font-size:2rem;font-weight:700}h2{font-size:1.5rem;font-weight:600;margin-top:2rem}h3{font-size:1.15rem;font-weight:600;margin-top:1.5rem}p{margin:0}code{font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;font-size:.85em;background:var(--color-background-empty);padding:.15em .4em;border-radius:4px}img{max-width:100%;height:auto}a.btn,button.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:500;border-radius:5px;border:none;cursor:pointer;text-decoration:none}@supports (corner-shape: squircle){.btn{border-radius:12px;corner-shape:squircle}}a.btn:hover{text-decoration:none}a.btn:focus-visible,button.btn:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}a.btn-primary,button.btn-primary{background:var(--accent-color);color:#fff}a.btn-primary:hover,button.btn-primary:hover{background:var(--accent-color-darker);color:#fff}a.btn-primary:active,button.btn-primary:active{background:var(--accent-color-darkest);color:#fff}a.btn-secondary,button.btn-secondary{background:var(--color-background-button-secondary);color:var(--color-text-button-secondary)}a.btn-secondary:hover,button.btn-secondary:hover{background:var(--color-background-button-secondary-hover);color:var(--color-text-button-secondary)}a.btn-secondary:active,button.btn-secondary:active{filter:brightness(.95)}a.btn-outline,button.btn-outline{background:transparent;color:var(--accent-color);border:1px solid var(--accent-color)}a.btn-outline:hover,button.btn-outline:hover{background:var(--accent-color);color:#fff}a.btn-lg,button.btn-lg{border-radius:8px;padding:.7rem 1.4rem;font-size:1.125rem}@supports (corner-shape: squircle){.btn-lg{border-radius:20px;corner-shape:squircle}}a.btn-sm,button.btn-sm{padding:.25rem .6rem;font-size:.875rem}header.svelte-1elxaub{--color-logo: var(--color-text);box-sizing:content-box;border-bottom:1px solid var(--accent-color-divider);background:var(--color-background-content);box-shadow:0 1px 10px #00000008}nav.svelte-1elxaub{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:var(--max-width);min-height:70px;padding:0 1rem}.logo-link.svelte-1elxaub{display:flex;border-radius:14px;gap:.9rem;align-items:center;color:var(--color-logo);text-decoration:none;margin:-.4rem -.5rem;padding:.4rem .5rem;width:auto}.logo-text.svelte-1elxaub{display:flex;flex-direction:column;gap:.3rem;line-height:1}.logo-text.svelte-1elxaub .title:where(.svelte-1elxaub){font-size:1.6rem;font-weight:600;margin-left:-.5px}.logo-text.svelte-1elxaub .subtitle:where(.svelte-1elxaub){color:var(--color-text-secondary);font-size:1rem;font-weight:400}.logo-link.svelte-1elxaub:hover{background:var(--accent-color-ultralight)}.logo-link.svelte-1elxaub:hover .title:where(.svelte-1elxaub),.logo-link.svelte-1elxaub:hover .subtitle:where(.svelte-1elxaub){color:light-dark(var(--accent-color-light),var(--accent-color-darkest))}.logo-link.svelte-1elxaub img:where(.svelte-1elxaub){filter:drop-shadow(0px 1px 0px rgb(0,0,0,.2));transition:filter .15s,transform .15s}.logo-link.svelte-1elxaub:hover img:where(.svelte-1elxaub){filter:drop-shadow(0px 3px 2px rgb(0,0,0,.2));transform:scale(1.08) rotate(-2deg)}.nav-links.svelte-1elxaub{align-items:center;display:flex;font-size:.9rem;justify-content:space-between;min-width:480px;width:43%}.nav-links.small.svelte-1elxaub{display:none;min-width:0}.nav-links.svelte-1elxaub a:where(.svelte-1elxaub){align-items:center;border-radius:5px;color:var(--color-logo);display:flex;font-size:1.2rem;font-weight:600;gap:.6rem;min-height:30px;padding:.2rem 1rem;text-decoration:none;white-space:nowrap}.nav-links.svelte-1elxaub a:where(.svelte-1elxaub):hover{background:var(--accent-color-ultralight);color:light-dark(var(--accent-color-light),var(--accent-color-darkest))}@media(max-width:800px){nav.svelte-1elxaub{flex-direction:column;padding:1.5rem 1rem 1rem;gap:.7rem}.nav-links.svelte-1elxaub{display:none}.nav-links.small.svelte-1elxaub{display:flex;justify-content:space-around;font-size:.85rem;gap:0;width:100%}.nav-links.small.svelte-1elxaub a:where(.svelte-1elxaub){padding:.2rem .5rem}}footer.svelte-jz8lnl{background:var(--accent-color-ultralight);border-top:1px solid var(--accent-color-divider);margin-top:0rem;padding:2rem 0rem;font-size:1rem;color:var(--accent-color-darker)}.footer-inner.svelte-jz8lnl{max-width:var(--max-width);margin:0 auto;padding:0 1rem}.footer-links.svelte-jz8lnl{display:grid;gap:2rem;grid-template-columns:minmax(0,1.75fr) repeat(3,minmax(0,1fr))}.footer-links.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--accent-color-darker);text-decoration:none}.footer-links.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--accent-color)}.footer-brand.svelte-jz8lnl{align-items:center;border-radius:16px;display:flex;gap:1.4rem;margin:-.5rem;padding:.5rem}.footer-brand.svelte-jz8lnl img:where(.svelte-jz8lnl){filter:drop-shadow(0px 2px 0px rgb(0,0,0,.18));flex-shrink:0}.footer-brand-text.svelte-jz8lnl{display:flex;flex-direction:column;gap:.35rem;line-height:1}.footer-brand-text.svelte-jz8lnl .title:where(.svelte-jz8lnl){color:var(--color-text);font-size:2.2rem;font-weight:600}.footer-brand-text.svelte-jz8lnl .subtitle:where(.svelte-jz8lnl){color:var(--color-text-secondary);font-size:1.5rem;line-height:1.3;max-width:70%}.footer-link-column.svelte-jz8lnl{display:flex;flex-direction:column;gap:.85rem;padding-top:.35rem}.footer-link-column.svelte-jz8lnl a:where(.svelte-jz8lnl){width:fit-content}.footer-link-column.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{text-decoration:underline}@media(max-width:600px){.footer-inner.svelte-jz8lnl{font-size:1.4rem;text-align:center}}@media(max-width:860px){.footer-links.svelte-jz8lnl{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.footer-links.svelte-jz8lnl{grid-template-columns:1fr;gap:1.5rem}.footer-brand.svelte-jz8lnl{display:none}.footer-link-column.svelte-jz8lnl{align-items:center;padding-top:0}}.footer-bottom.svelte-jz8lnl{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding:2rem 0 0;border-top:6px dotted var(--accent-color-divider-footer)}@media(min-width:640px){.footer-bottom.svelte-jz8lnl{align-items:flex-start;flex-direction:row;justify-content:space-between}}.copyright.svelte-jz8lnl{color:var(--accent-color-darkest)}.copyright.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--accent-color-darker)}.copyright.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--accent-color)}.footer-gifs.svelte-jz8lnl{display:flex;flex-direction:row;flex-wrap:wrap;gap:2px;row-gap:2px}.footer-gifs.svelte-jz8lnl img:where(.svelte-jz8lnl){height:31px;width:88px}.app.svelte-12qhfyh{background:linear-gradient(180deg,light-dark(#eff7ff,#1a1a1a) 0px,var(--color-background-content) 300px);display:flex;flex-direction:column;min-height:100dvh;overflow-x:clip}main.svelte-12qhfyh{flex:1;max-width:var(--max-width);margin:0 auto;padding:2rem 0rem;width:100%}
