@charset "UTF-8";*{box-sizing:border-box}html,body{margin:0;padding:0}h1,h2,h3,h4,h5{margin:0}p{margin:0;margin-bottom:1rem}a{color:inherit;text-decoration:underline dotted}a:hover{text-decoration:underline}q{font-style:italic}hr{margin:0;height:1px;border:none;background:var(--ctp-text)}.theme-light{--ctp-rosewater: #dc8a78;--ctp-flamingo: #dd7878;--ctp-pink: #ea76cb;--ctp-mauve: #8839ef;--ctp-red: #d20f39;--ctp-maroon: #e64553;--ctp-peach: #fe640b;--ctp-yellow: #df8e1d;--ctp-green: #40a02b;--ctp-teal: #179299;--ctp-sky: #04a5e5;--ctp-sapphire: #209fb5;--ctp-blue: #1e66f5;--ctp-lavender: #7287fd;--ctp-text: #4c4f69;--ctp-subtext1: #5c5f77;--ctp-subtext0: #6c6f85;--ctp-overlay2: #7c7f93;--ctp-overlay1: #8c8fa1;--ctp-overlay0: #9ca0b0;--ctp-surface2: #acb0be;--ctp-surface1: #bcc0cc;--ctp-surface0: #ccd0da;--ctp-base: #eff1f5;--ctp-mantle: #e6e9ef;--ctp-crust: #dce0e8}.theme-dark{--ctp-rosewater: #f5e0dc;--ctp-flamingo: #f2cdcd;--ctp-pink: #f5c2e7;--ctp-mauve: #cba6f7;--ctp-red: #f38ba8;--ctp-maroon: #eba0ac;--ctp-peach: #fab387;--ctp-yellow: #f9e2af;--ctp-green: #a6e3a1;--ctp-teal: #94e2d5;--ctp-sky: #89dceb;--ctp-sapphire: #74c7ec;--ctp-blue: #89b4fa;--ctp-lavender: #b4befe;--ctp-text: #d6e0ff;--ctp-subtext1: #bac2de;--ctp-subtext0: #a6adc8;--ctp-overlay2: #9399b2;--ctp-overlay1: #7f849c;--ctp-overlay0: #6c7086;--ctp-surface2: #585b70;--ctp-surface1: #45475a;--ctp-surface0: #313244;--ctp-base: #1e1e2e;--ctp-mantle: #181825;--ctp-crust: #11111b}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.ms-0{margin-left:0}.ms-1{margin-left:.25rem}.ms-2{margin-left:.5rem}.ms-3{margin-left:1rem}.ms-4{margin-left:1.5rem}.ms-5{margin-left:3rem}.me-0{margin-right:0}.me-1{margin-right:.25rem}.me-2{margin-right:.5rem}.me-3{margin-right:1rem}.me-4{margin-right:1.5rem}.me-5{margin-right:3rem}.text-rosewater{color:var(--ctp-rosewater)}.text-flamingo{color:var(--ctp-flamingo)}.text-pink{color:var(--ctp-pink)}.text-mauve{color:var(--ctp-mauve)}.text-red{color:var(--ctp-red)}.text-maroon{color:var(--ctp-maroon)}.text-peach{color:var(--ctp-peach)}.text-yellow{color:var(--ctp-yellow)}.text-green{color:var(--ctp-green)}.text-teal{color:var(--ctp-teal)}.text-sky{color:var(--ctp-sky)}.text-sapphire{color:var(--ctp-sapphire)}.text-blue{color:var(--ctp-blue)}.text-lavender{color:var(--ctp-lavender)}.icon{display:inline-block;width:1em;height:1em;font-size:1.25em;vertical-align:-.25em}.theme-light .rust{color:#000}.theme-dark .rust{color:#fff}.cpp{color:#00599c}.js{color:#f7df1e}.python{color:#3776ab}.go{color:#00add8}.zig{color:#f7a41d}.haskell{color:#5d4f85}blockquote{padding:2rem 0;border-top:1px solid var(--ctp-overlay0);border-bottom:1px solid var(--ctp-overlay0)}blockquote p{margin:0}blockquote p:has(cite){float:right}blockquote p:has(cite):before{content:"— "}div[data-callout]{--callout-primary: var(--ctp-sky);margin-bottom:1rem;border:1px solid var(--callout-primary);border-radius:4px}div[data-callout] div[data-callout-title]{padding:.8rem 1rem;border-bottom:1px dashed var(--callout-primary);font-weight:700}div[data-callout] div[data-callout-body]{padding:.5rem 1rem}div[data-callout] div[data-callout-body] div[data-callout]{margin:1rem 0}html:has(.theme-light) div[data-callout],html:has(.theme-light) div[data-callout-type=info]{--callout-primary: var(--ctp-sky)}html:has(.theme-light) div[data-callout] div[data-callout-title],html:has(.theme-light) div[data-callout-type=info] div[data-callout-title]{background:#85dbfd}html:has(.theme-light) div[data-callout-type=success],html:has(.theme-light) div[data-callout-type=prove]{--callout-primary: var(--ctp-green)}html:has(.theme-light) div[data-callout-type=success] div[data-callout-title],html:has(.theme-light) div[data-callout-type=prove] div[data-callout-title]{background:#96de86}html:has(.theme-light) div[data-callout-type=alert]{--callout-primary: var(--ctp-red)}html:has(.theme-light) div[data-callout-type=alert] div[data-callout-title]{background:#f6849c}html:has(.theme-dark) div[data-callout] div[data-callout-title],html:has(.theme-dark) div[data-callout-type=info] div[data-callout-title]{--callout-primary: var(--ctp-sky);background:#187d90}html:has(.theme-dark) div[data-callout-type=success]{--callout-primary: var(--ctp-green)}html:has(.theme-dark) div[data-callout-type=success] div[data-callout-title]{background:#328e2a}html:has(.theme-dark) div[data-callout-type=alert]{--callout-primary: var(--ctp-red)}html:has(.theme-dark) div[data-callout-type=alert] div[data-callout-title]{background:#a11139}html{background:#000}html:has(body.theme-light),html:has(body.theme-dark){background:var(--ctp-base)}body{position:relative;min-height:100vh;background:var(--ctp-base);color:var(--ctp-text);font-family:Inter,sans-serif}.card{border:1px solid var(--ctp-overlay0);border-radius:8px}.hr{border-left:1px solid var(--ctp-text)}.hidden[data-astro-cid-37fxchfa]{display:none}#theme-switcher[data-astro-cid-37fxchfa]{cursor:pointer;position:fixed;bottom:2rem;right:2rem;padding:1rem;border:none;border-radius:50%;background:var(--ctp-lavender);box-shadow:0 0 4px #00000040}.theme-light[data-astro-cid-37fxchfa]{#theme-switcher{color:#fff}}
