:root{--color-bg-light: #F3F3F3;--color-surface_hover-light: #FAFAFA;--color-surface-light: #FFFFFF;--color-text-light: #333333;--color-text_muted-light: #666666;--color-border-light: #DDDDDD;--color-bg-dark: #1A1C20;--color-surface_hover-dark: #202225;--color-surface-dark: #2A2C31;--color-text-dark: #F3F3F3;--color-text_muted-dark: #A1A1A1;--color-border-dark: #444444;--color-primary: #2AB01E;--color-primary-light: #4FD64A;--color-primary-dark: #1E7F16;--font-titles: "Poppins", sans-serif;--font-body: "Roboto Serif", serif;--fs-300: .875rem;--fs-400: 1rem;--fs-500: 1.25rem;--fs-600: 1.5rem;--fs-700: 2rem;--fs-800: 2.5rem;--fs-small: var(--fs-300);--fs-body: var(--fs-400);--fs-h4: var(--fs-500);--fs-h3: var(--fs-600);--fs-h2: var(--fs-700);--fs-h1: var(--fs-800);--fw-light: 300;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--lh-normal: 1.5;--lh-tight: 1.2;--size-1: 4px;--size-2: 8px;--size-3: 12px;--size-4: 16px;--size-5: 20px;--size-6: 24px;--size-8: 32px;--size-10: 40px;--size-12: 48px;--size-16: 64px;--space-xs: var(--size-1);--space-sm: var(--size-2);--space-md: var(--size-4);--space-lg: var(--size-8);--space-xl: var(--size-16);--br-xs: .125rem;--br-sm: .25rem;--br-md: .5rem;--br-lg: 1rem;--color-bg: var(--color-bg-light);--color-surface_hover: var(--color-surface_hover-light);--color-surface: var(--color-surface-light);--color-text: var(--color-text-light);--color-text_muted: var(--color-text_muted-light);--color-border: var(--color-border-light);--btn-bg: var(--color-primary);--btn-text: #fff;--btn-bg-hover: var(--color-primary-dark)}@media (prefers-color-scheme: dark){:root{--color-bg: var(--color-bg-dark);--color-surface_hover: var(--color-surface_hover-dark);--color-surface: var(--color-surface-dark);--color-text: var(--color-text-dark);--color-text_muted: var(--color-text_muted-dark);--color-border: var(--color-border-dark);--btn-text: #0b0c0f}}:root[data-theme=light]{--color-bg: var(--color-bg-light);--color-surface_hover: var(--color-surface_hover-light);--color-surface: var(--color-surface-light);--color-text: var(--color-text-light);--color-text_muted: var(--color-text_muted-light);--color-border: var(--color-border-light);--btn-text: #fff}:root[data-theme=dark]{--color-bg: var(--color-bg-dark);--color-surface_hover: var(--color-surface_hover-dark);--color-surface: var(--color-surface-dark);--color-text: var(--color-text-dark);--color-text_muted: var(--color-text_muted-dark);--color-border: var(--color-border-dark);--btn-text: #0b0c0f}@layer reset,base,components,utilities;@layer reset{html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}}@layer base{:root{color-scheme:light dark}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:var(--fs-body);line-height:var(--lh-normal);color:var(--color-text);background:var(--color-bg);text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--font-titles);line-height:var(--lh-tight);margin:var(--size-6) 0 var(--size-3)}h1{font-size:var(--fs-h1);font-weight:var(--fw-bold)}h2{font-size:var(--fs-h2);font-weight:var(--fw-semibold)}h3{font-size:var(--fs-h3);font-weight:var(--fw-semibold)}h4{font-size:var(--fs-h4);font-weight:var(--fw-medium)}p{margin:0 0 var(--size-4)}small{font-size:var(--fs-small);color:var(--color-text-muted)}a{color:var(--link, var(--color-primary-dark));text-decoration:none}a:hover{color:var(--link-hover, var(--color-primary));text-decoration:underline}img,svg,video{display:block;max-width:100%;height:auto}ul,ol{margin:0 0 var(--size-4) var(--size-6)}table{width:100%;border-collapse:collapse;margin:var(--size-6) 0}th,td{border:1px solid var(--color-border);padding:var(--size-3) var(--size-4);text-align:left}}@layer components{.container{width:min(100% - 2rem,var(--max-w));margin-inline:auto}.prose{color:var(--color-text);max-width:70ch}.prose>*+*{margin-top:var(--size-4)}.prose h1,.prose h2,.prose h3{scroll-margin-top:90px}.prose blockquote{margin:var(--size-6) 0;padding:var(--size-3) var(--size-6);border-left:4px solid var(--color-primary);background:var(--color-surface);border-radius:var(--radius-sm)}.prose code,.prose pre{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:var(--color-surface_hover);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.prose code{padding:.15rem .35rem}.prose pre{padding:var(--size-4);overflow:auto}}.block{display:block}.flex{display:flex}.grid{display:grid}.inline-flex{display:inline-flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-4{gap:var(--size-4)}.gap-6{gap:var(--size-6)}.p-4{padding:var(--size-4)}.p-6{padding:var(--size-6)}.px-4{padding-inline:var(--size-4)}.py-2{padding-block:var(--size-2)}.mt-4{margin-top:var(--size-4)}.mb-4{margin-bottom:var(--size-4)}.mb-6{margin-bottom:var(--size-6)}.mx-auto{margin-left:auto;margin-right:auto}.text-center{text-align:center}.text-muted{color:var(--color-text_muted)}.fs-small{font-size:var(--fs-small)}.fs-body{font-size:var(--fs-body)}.fw-bold{font-weight:var(--fw-bold)}.w-full{width:100%}.h-auto{height:auto}.max-w{max-width:var(--max-w)}.rounded{border-radius:var(--radius)}.shadow-1{box-shadow:var(--shadow-1)}.hidden{display:none}@media (min-width: 768px){.md\:flex{display:flex}.md\:block{display:block}.md\:hidden{display:none}}.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}[data-astro-cid-37fxchfa]{margin:0;padding:0;box-sizing:border-box}
