diff --git a/.quartz/quartz.config.ts b/.quartz/quartz.config.ts index 31b55fd..7d1c677 100644 --- a/.quartz/quartz.config.ts +++ b/.quartz/quartz.config.ts @@ -23,9 +23,9 @@ const config: QuartzConfig = { fontOrigin: "googleFonts", cdnCaching: true, typography: { - header: "Schibsted Grotesk", - body: "Source Sans Pro", - code: "IBM Plex Mono", + header: "Cardo", + body: "Viaoda Libre ", + code: "Courier Prime", }, colors: { lightMode: { @@ -89,7 +89,12 @@ const config: QuartzConfig = { Plugin.Favicon(), Plugin.NotFoundPage(), // Comment out CustomOgImages to speed up build time - Plugin.CustomOgImages(), + Plugin.CustomOgImages({ + colorScheme: "lightMode", // what colors to use for generating image, same as theme colors from config, valid values are "darkMode" and "lightMode" + width: 1200, // width to generate with (in pixels) + height: 630, // height to generate with (in pixels) + excludeRoot: false // wether to exclude "/" index path to be excluded from auto generated images (false = use auto, true = use default og image) + }), ], }, } diff --git a/.quartz/styles/custom.scss b/.quartz/styles/custom.scss new file mode 100644 index 0000000..c29c90e --- /dev/null +++ b/.quartz/styles/custom.scss @@ -0,0 +1 @@ +@use "themes"; diff --git a/.quartz/styles/themes/_index.scss b/.quartz/styles/themes/_index.scss new file mode 100644 index 0000000..2130898 --- /dev/null +++ b/.quartz/styles/themes/_index.scss @@ -0,0 +1,4734 @@ +@use "sass:map"; +@use "../variables.scss" as *; + +:root { + color-scheme: dark; + font-size: 16px; +} + +:root:root { + --bases-embed-border-color: #424958 !important; + --bases-table-border-color: #424958 !important; + --bases-table-header-background: #ddd8c7 !important; + --bases-table-header-background-hover: hsla(219, 21%, 55%, 0.06) !important; + --focus-ring-color: #0df !important; + --tab-container-background: #afaa96 !important; + --table-border-color: #424958 !important; + --text-accent: #4a473e !important; + --text-faint: rgb(81, 86, 99) !important; + --text-normal: #49463d !important; + --titlebar-background: #afaa96 !important; + --input-height: 30px !important; + --input-border-width: 1px !important; + --input-border-width-focus: 2px !important; + --input-radius: 5px !important; + --background-modifier-border: #424958 !important; + --background-modifier-form-field: rgba(0, 0, 0, 0.3) !important; + --icon-size: 18px !important; + --icon-stroke: 1.75px !important; + --pill-background: transparent !important; + --pill-background-hover: transparent !important; + --pill-border-color: #424958 !important; + --pill-border-color-hover: #aea395 !important; + --pill-border-width: 1px !important; + --pill-color: #696868 !important; + --pill-color-hover: #49463d !important; + --pill-color-remove: rgb(81, 86, 99) !important; + --pill-focus-left-adjust: -4px !important; + --pill-focus-width: calc(100% + 6px) !important; + --bases-header-border-width: 0 0 1px 0 !important; + --accent-h: 219 !important; + --accent-l: 55% !important; + --accent-s: 56% !important; + --anim-duration-fast: 140ms !important; + --anim-duration-moderate: 300ms !important; + --anim-duration-none: 0 !important; + --anim-duration-slow: 560ms !important; + --anim-duration-superfast: 70ms !important; + --anim-motion-delay: cubic-bezier(0.65, 0.05, 0.36, 1) !important; + --anim-motion-jumpy: cubic-bezier(0.68, -0.55, 0.27, 1.55) !important; + --anim-motion-smooth: cubic-bezier(0.45, 0.05, 0.55, 0.95) !important; + --anim-motion-swing: cubic-bezier(0, 0.55, 0.45, 1) !important; + --background-modifier-active-hover: hsla(219, 56%, 55%, 0.1) !important; + --background-modifier-border-focus: #aea395 !important; + --background-modifier-border-hover: #aea395 !important; + --background-modifier-box-shadow: rgba(0, 0, 0, 0.3) !important; + --background-modifier-cover: rgba(0, 0, 0, 0.6) !important; + --background-modifier-error: #3d0000 !important; + --background-modifier-error-hover: #470000 !important; + --background-modifier-error-rgb: 61, 0, 0 !important; + --background-modifier-form-field-hover: rgba(0, 0, 0, 0.3) !important; + --background-modifier-hover: hsla(219, 21%, 55%, 0.06) !important; + --background-modifier-message: #ddd8c7 !important; + --background-modifier-success: #539126 !important; + --background-modifier-success-rgb: 68, 207, 110 !important; + --background-primary: #ddd8c7 !important; + --background-primary-alt: rgba(172, 167, 147, 255) !important; + --background-secondary: #afaa96 !important; + --background-secondary-alt: #4a473e !important; + --bases-cards-background: #ddd8c7 !important; + --bases-cards-border-width: 1px !important; + --bases-cards-container-background: transparent !important; + --bases-cards-corner-shape: round !important; + --bases-cards-cover-background: rgba(172, 167, 147, 255) !important; + --bases-cards-font-size: 0.875em !important; + --bases-cards-line-height: 24px !important; + --bases-cards-radius: 8px !important; + --bases-cards-scale: 1 !important; + --bases-cards-shadow: 0 0 0 1px #424958 !important; + --bases-cards-shadow-hover: 0 0 0 1px #aea395 !important; + --bases-embed-border-radius: 4px !important; + --bases-embed-border-width: 0px !important; + --bases-filter-menu-width: 520px !important; + --bases-group-heading-property-color: #696868 !important; + --bases-group-heading-property-display: block !important; + --bases-group-heading-property-size: 12px !important; + --bases-group-heading-property-weight: 400 !important; + --bases-group-heading-value-size: 0.875em !important; + --bases-group-heading-value-weight: 600 !important; + --bases-header-height: 40px !important; + --bases-header-padding-end: 2px !important; + --bases-header-padding-start: 2px !important; + --bases-table-cell-background-active: #ddd8c7 !important; + --bases-table-cell-background-disabled: rgba(172, 167, 147, 255) !important; + --bases-table-cell-background-selected: hsla(219, 56%, 55%, 0.1) !important; + --bases-table-cell-radius-active: 2px !important; + --bases-table-cell-radius-focus: 2px !important; + --bases-table-cell-shadow-active: 0 0 0 2px #aea395 !important; + --bases-table-cell-shadow-focus: 0 0 0 2px #6e695b !important; + --bases-table-column-border-width: 1px !important; + --bases-table-column-max-width: 300 !important; + --bases-table-column-min-width: 40 !important; + --bases-table-container-border-radius: 4px !important; + --bases-table-container-border-width: 1px !important; + --bases-table-font-size: 0.875em !important; + --bases-table-group-background: rgba(172, 167, 147, 255) !important; + --bases-table-group-gap: 10px !important; + --bases-table-header-color: #696868 !important; + --bases-table-header-icon-display: flex !important; + --bases-table-header-sort-mask: linear-gradient(to left, transparent 24px, black 24px) !important; + --bases-table-header-weight: 400 !important; + --bases-table-row-background-hover: transparent !important; + --bases-table-row-border-width: 1px !important; + --bases-table-row-height: 30px !important; + --bases-table-summary-background: #ddd8c7 !important; + --bases-table-summary-background-hover: hsla(219, 21%, 55%, 0.06) !important; + --bases-toolbar-badge-display: none !important; + --bases-toolbar-label-display: block !important; + --blockquote-background-color: transparent !important; + --blockquote-border-color: #6e695b !important; + --blockquote-border-thickness: 2px !important; + --blockquote-font-style: normal !important; + --blur-background: color-mix(in srgb, #a7957d 65%, transparent) linear-gradient(#a7957d, color-mix(in srgb, #a7957d 65%, transparent)) !important; + --blur-brightness: 1.15 !important; + --blur-l: blur(16px) saturate(1.5) brightness(1.15) !important; + --blur-m: blur(10px) saturate(1.5) brightness(1.15) !important; + --blur-opacity-m: 90% !important; + --blur-opacity-s: 65% !important; + --blur-radius-l: 16px !important; + --blur-radius-m: 10px !important; + --blur-radius-s: 6px !important; + --blur-s: blur(6px) saturate(1.5) brightness(1.15) !important; + --blur-saturation: 1.5 !important; + --bold-modifier: 200 !important; + --bold-weight: 600 !important; + --border-width: 1px !important; + --button-corner-shape: round !important; + --button-radius: 5px !important; + --callout-blend-mode: normal; + --callout-border-opacity: 0.25; + --callout-border-width: 0px; + --callout-bug: 251, 70, 76; + --callout-content-background: transparent; + --callout-content-padding: 0; + --callout-default: 2, 122, 255; + --callout-error: 251, 70, 76; + --callout-example: 168, 130, 255; + --callout-fail: 251, 70, 76; + --callout-important: 83, 223, 221; + --callout-info: 2, 122, 255; + --callout-padding: 12px 12px 12px 24px; + --callout-question: 233, 151, 63; + --callout-quote: 158, 158, 158; + --callout-radius: 4px; + --callout-success: 68, 207, 110; + --callout-summary: 83, 223, 221; + --callout-tip: 83, 223, 221; + --callout-title-padding: 0; + --callout-title-weight: 600; + --callout-todo: 2, 122, 255; + --callout-warning: 233, 151, 63; + --canvas-background: #ddd8c7 !important; + --canvas-card-label-color: rgb(81, 86, 99) !important; + --canvas-color: 126, 126, 126 !important; + --canvas-color-1: 251, 70, 76 !important; + --canvas-color-2: 233, 151, 63 !important; + --canvas-color-3: 224, 222, 113 !important; + --canvas-color-4: 68, 207, 110 !important; + --canvas-color-5: 83, 223, 221 !important; + --canvas-color-6: 168, 130, 255 !important; + --canvas-controls-icon-size: 16px !important; + --canvas-controls-icon-stroke: 2px !important; + --canvas-controls-radius: 4px !important; + --canvas-dot-pattern: #363636 !important; + --caret-color: #49463d !important; + --checkbox-border-color: rgb(81, 86, 99) !important; + --checkbox-border-color-hover: #696868 !important; + --checkbox-color: #4a473e !important; + --checkbox-color-hover: rgb(93, 66, 173) !important; + --checkbox-margin-inline-start: 0.85em !important; + --checkbox-marker-color: #ddd8c7 !important; + --checkbox-radius: 4px !important; + --checkbox-size: 16px !important; + --checklist-done-color: #696868 !important; + --checklist-done-decoration: line-through !important; + --clickable-icon-radius: 4px !important; + --code-background: rgba(255, 255, 255, 0.352) !important; + --code-border-color: #424958 !important; + --code-border-width: 0px !important; + --code-bracket-background: hsla(219, 21%, 55%, 0.06) !important; + --code-comment: rgb(81, 86, 99) !important; + --code-function: #e0de71 !important; + --code-important: #e9973f !important; + --code-keyword: rgb(188, 106, 124) !important; + --code-normal: #49463d !important; + --code-operator: #fb464c !important; + --code-property: rgb(51, 77, 190) !important; + --code-punctuation: #696868 !important; + --code-radius: 4px !important; + --code-size: 0.875em !important; + --code-string: #44cf6e !important; + --code-tag: #fb464c !important; + --code-value: rgb(161, 83, 170) !important; + --code-white-space: pre-wrap !important; + --collapse-icon-color: rgb(81, 86, 99) !important; + --collapse-icon-color-collapsed: #4a473e !important; + --color-accent: hsl(219, 56%, 55%) !important; + --color-accent-1: hsl(216, 57.12%, 63.25%) !important; + --color-accent-2: hsl(214, 58.8%, 70.95%) !important; + --color-accent-hsl: 219, 56%, 55% !important; + --color-base-00: #1e1e1e !important; + --color-base-05: #212121 !important; + --color-base-10: #242424 !important; + --color-base-100: #dadada !important; + --color-base-20: #262626 !important; + --color-base-25: #2a2a2a !important; + --color-base-30: #363636 !important; + --color-base-35: #3f3f3f !important; + --color-base-40: #555555 !important; + --color-base-50: #666666 !important; + --color-base-60: #999999 !important; + --color-base-70: #b3b3b3 !important; + --color-blue: #027aff !important; + --color-blue-rgb: 2, 122, 255 !important; + --color-cyan: #53dfdd !important; + --color-cyan-rgb: 83, 223, 221 !important; + --color-green: #44cf6e !important; + --color-green-rgb: 68, 207, 110 !important; + --color-orange: #e9973f !important; + --color-orange-rgb: 233, 151, 63 !important; + --color-pink: #fa99cd !important; + --color-pink-rgb: 250, 153, 205 !important; + --color-purple: #a882ff !important; + --color-purple-rgb: 168, 130, 255 !important; + --color-red: #fb464c !important; + --color-red-rgb: 251, 70, 76 !important; + --color-yellow: #e0de71 !important; + --color-yellow-rgb: 224, 222, 113 !important; + --corner-shape: round !important; + --cursor: default !important; + --cursor-link: pointer !important; + --dialog-max-height: 85vh !important; + --dialog-max-width: 80vw !important; + --dialog-width: 560px !important; + --direction: 1 !important; + --divider-color: black !important; + --divider-color-hover: #404754 !important; + --divider-vertical-height: 100% !important; + --divider-width: 1px !important; + --divider-width-hover: 3px !important; + --drag-ghost-background: #4a473e !important; + --drag-ghost-text-color: #fff !important; + --dropdown-background: #a7957d !important; + --dropdown-background-blend-mode: hard-light !important; + --dropdown-background-hover: #aea395 !important; + --dropdown-background-position: right 0.5em top 50%, 0 0 !important; + --dropdown-background-size: 1em auto, 100% !important; + --dropdown-icon-inset: 0.5em !important; + --dropdown-icon-width: 1em !important; + --dropdown-padding: 0 1.9em 0 0.8em !important; + --dropdown-padding-end: 1.9em !important; + --dropdown-padding-start: 0.8em !important; + --embed-block-shadow-hover: 0 0 0 1px #424958, inset 0 0 0 1px #424958 !important; + --embed-border-bottom: none !important; + --embed-border-end: none !important; + --embed-border-start: 2px solid #6e695b !important; + --embed-border-top: none !important; + --embed-canvas-max-height: 400px !important; + --embed-max-height: 4000px !important; + --embed-padding: 0 0 0 16px !important; + --file-folding-offset: 24px !important; + --file-header-background: #ddd8c7 !important; + --file-header-background-focused: #ddd8c7 !important; + --file-header-border: 1px solid transparent !important; + --file-header-font: "??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; + --file-header-font-size: 13px !important; + --file-header-font-weight: 400 !important; + --file-header-justify: center !important; + --file-line-width: 1000px !important; + --file-margins: 32px 32px !important; + --file-margins-x: 32px !important; + --file-margins-y: 32px !important; + --flair-background: #a7957d !important; + --flair-color: #49463d !important; + --focus-ring-outline: 2px solid light-dark(#0060df, #0df) !important; + --font-black: 900 !important; + --font-bold: 700 !important; + --font-default: ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; + --font-extrabold: 800 !important; + --font-extralight: 200 !important; + --font-interface: "??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; + --font-interface-override: "??" !important; + --font-interface-theme: "??" !important; + --font-light: 300 !important; + --font-medium: 500 !important; + --font-mermaid: "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; + --font-monospace: "??", "??", ui-monospace, SFMono-Regular, "Cascadia Mono", "Roboto Mono", "DejaVu Sans Mono", "Liberation Mono", Menlo, Monaco, "Consolas", "Source Code Pro", monospace !important; + --font-monospace-default: ui-monospace, SFMono-Regular, "Cascadia Mono", "Roboto Mono", "DejaVu Sans Mono", "Liberation Mono", Menlo, Monaco, "Consolas", "Source Code Pro", monospace !important; + --font-monospace-override: "??" !important; + --font-monospace-theme: "??" !important; + --font-normal: 400 !important; + --font-print: "??", "??", "??", "Arial" !important; + --font-print-override: "??" !important; + --font-semibold: 600 !important; + --font-small: 0.933em !important; + --font-smaller: 0.875em !important; + --font-smallest: 0.8em !important; + --font-text: "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; + --font-text-override: "??" !important; + --font-text-size: 16px !important; + --font-text-theme: "??" !important; + --font-thin: 100 !important; + --font-ui-large: 20px !important; + --font-ui-medium: 15px !important; + --font-ui-small: 13px !important; + --font-ui-smaller: 12px !important; + --font-weight: 400 !important; + --footnote-divider-color: #424958 !important; + --footnote-divider-color-active: transparent !important; + --footnote-divider-width: 1px !important; + --footnote-gap: 4px !important; + --footnote-id-color: #696868 !important; + --footnote-id-color-no-occurrences: rgb(81, 86, 99) !important; + --footnote-id-delimiter: "." !important; + --footnote-input-background: transparent !important; + --footnote-input-background-active: hsla(219, 21%, 55%, 0.06) !important; + --footnote-line-height: 1.5 !important; + --footnote-padding-block: 6px !important; + --footnote-padding-inline: 6px !important; + --footnote-radius: 4px !important; + --footnote-size: 0.875em !important; + --frame-left-space: 0px !important; + --frame-right-space: 126px !important; + --graph-controls-width: 240px !important; + --graph-line: #3f3f3f !important; + --graph-node: #696868 !important; + --graph-node-attachment: #e0de71 !important; + --graph-node-focused: #4a473e !important; + --graph-node-tag: #44cf6e !important; + --graph-node-unresolved: rgb(81, 86, 99) !important; + --graph-text: #49463d !important; + --h1-letter-spacing: -0.015em !important; + --h1-line-height: 1.2 !important; + --h1-size: 1.618em !important; + --h1-style: normal !important; + --h1-variant: normal !important; + --h1-weight: 700 !important; + --h2-letter-spacing: -0.011em !important; + --h2-line-height: 1.2 !important; + --h2-size: 1.462em !important; + --h2-style: normal !important; + --h2-variant: normal !important; + --h2-weight: 680 !important; + --h3-letter-spacing: -0.008em !important; + --h3-line-height: 1.3 !important; + --h3-size: 1.318em !important; + --h3-style: normal !important; + --h3-variant: normal !important; + --h3-weight: 660 !important; + --h4-letter-spacing: -0.005em !important; + --h4-line-height: 1.4 !important; + --h4-size: 1.188em !important; + --h4-style: normal !important; + --h4-variant: normal !important; + --h4-weight: 640 !important; + --h5-letter-spacing: -0.002em !important; + --h5-line-height: 1.5 !important; + --h5-size: 1.076em !important; + --h5-style: normal !important; + --h5-variant: normal !important; + --h5-weight: 620 !important; + --h6-letter-spacing: 0em !important; + --h6-line-height: 1.5 !important; + --h6-size: 1em !important; + --h6-style: normal !important; + --h6-variant: normal !important; + --h6-weight: 600 !important; + --header-height: 40px !important; + --heading-formatting: rgb(81, 86, 99) !important; + --heading-spacing: 2.5rem !important; + --highlight-mix-blend-mode: lighten !important; + --hr-color: #424958 !important; + --hr-thickness: 2px !important; + --icon-color: black !important; + --icon-color-active: #4a473e !important; + --icon-color-focused: #ddd8c7 !important; + --icon-color-hover: #696868 !important; + --icon-l: 18px !important; + --icon-l-stroke-width: 1.75px !important; + --icon-m: 18px !important; + --icon-m-stroke-width: 1.75px !important; + --icon-opacity: 0.85 !important; + --icon-opacity-active: 1 !important; + --icon-opacity-hover: 1 !important; + --icon-s: 16px !important; + --icon-s-stroke-width: 2px !important; + --icon-xl: 32px !important; + --icon-xl-stroke-width: 1.25px !important; + --icon-xs: 14px !important; + --icon-xs-stroke-width: 2px !important; + --indent-size: 4 !important; + --indent-unit: 0.5625em !important; + --indentation-guide-color: #6e695b !important; + --indentation-guide-color-active: rgba(255, 255, 255, 0.3) !important; + --indentation-guide-editing-indent: 0.85em !important; + --indentation-guide-reading-indent: -0.85em !important; + --indentation-guide-source-indent: 0.25em !important; + --indentation-guide-width: 1px !important; + --indentation-guide-width-active: 1px !important; + --inline-title-line-height: 1.2 !important; + --inline-title-margin-bottom: 0.5em !important; + --inline-title-size: 1.618em !important; + --inline-title-style: normal !important; + --inline-title-variant: normal !important; + --inline-title-weight: 600 !important; + --input-corner-shape: round !important; + --input-date-separator: rgb(81, 86, 99) !important; + --input-font-weight: 400 !important; + --input-icon-inset: 4px !important; + --input-padding: 4px 8px !important; + --input-placeholder-color: rgb(81, 86, 99) !important; + --input-shadow: inset 0 0.5px 0.5px 0.5px rgba(255, 255, 255, 0.09), 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 1.5px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 transparent !important; + --input-shadow-hover: inset 0 0.5px 1px 0.5px rgba(255, 255, 255, 0.16), 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 1.5px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.4), 0 0 0 0 transparent !important; + --inset-end: right !important; + --inset-start: left !important; + --interactive-accent: #6e695b !important; + --interactive-accent-hover: hsl(219, 61%, 45%) !important; + --interactive-accent-hsl: 219, 56%, 55% !important; + --interactive-hover: #aea395 !important; + --interactive-normal: #a7957d !important; + --keyboard-height: 0px !important; + --layer-cover: 5 !important; + --layer-dragged-item: 80 !important; + --layer-menu: 65 !important; + --layer-modal: 50 !important; + --layer-notice: 60 !important; + --layer-popover: 30 !important; + --layer-sidedock: 10 !important; + --layer-slides: 45 !important; + --layer-status-bar: 15 !important; + --layer-tooltip: 70 !important; + --line-height-normal: 1.5 !important; + --line-height-tight: 1.3 !important; + --link-color: rgb(148, 3, 3) !important; + --link-color-hover: rgb(93, 66, 173) !important; + --link-decoration: none !important; + --link-decoration-hover: underline !important; + --link-decoration-thickness: auto !important; + --link-external-color: rgb(46, 0, 184) !important; + --link-external-color-hover: red !important; + --link-external-decoration: none !important; + --link-external-decoration-hover: underline !important; + --link-external-filter: none !important; + --link-unresolved-color: rgb(57, 0, 0) !important; + --link-unresolved-decoration-color: hsla(219, 56%, 55%, 0.3) !important; + --link-unresolved-decoration-style: solid !important; + --link-unresolved-filter: none !important; + --link-unresolved-opacity: 0.7 !important; + --link-weight: 500 !important; + --list-bullet-border: none !important; + --list-bullet-end-padding: 1.3rem !important; + --list-bullet-radius: 50% !important; + --list-bullet-size: 0.3em !important; + --list-bullet-transform: none !important; + --list-indent: 2.25em !important; + --list-indent-editing: 0.75em !important; + --list-indent-source: 0 !important; + --list-marker-color: rgb(81, 86, 99) !important; + --list-marker-color-collapsed: #4a473e !important; + --list-marker-color-hover: #696868 !important; + --list-numbered-style: decimal !important; + --list-spacing: 0.075em !important; + --loading-icon-delay: 400ms !important; + --menu-backdrop-filter: none !important; + --menu-background: #afaa96 !important; + --menu-border-color: #aea395 !important; + --menu-border-width: 1px !important; + --menu-corner-shape: round !important; + --menu-padding: 6px !important; + --menu-radius: 8px !important; + --menu-scroll-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 48px) !important; + --menu-shadow: 0px 1px 2px rgba(0, 0, 0, 0.121), 0px 3.4px 6.7px rgba(0, 0, 0, 0.179), 0px 15px 30px rgba(0, 0, 0, 0.3) !important; + --metadata-background: transparent !important; + --metadata-border-color: #424958 !important; + --metadata-border-radius: 0 !important; + --metadata-border-width: 0 !important; + --metadata-display-editing: block !important; + --metadata-display-reading: block !important; + --metadata-divider-color: #424958 !important; + --metadata-divider-color-focus: transparent !important; + --metadata-divider-color-hover: transparent !important; + --metadata-divider-width: 0 !important; + --metadata-gap: 3px !important; + --metadata-input-background: transparent !important; + --metadata-input-background-active: hsla(219, 21%, 55%, 0.06) !important; + --metadata-input-background-hover: transparent !important; + --metadata-input-font: "??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; + --metadata-input-font-size: 0.875em !important; + --metadata-input-height: 28px !important; + --metadata-input-longtext-lines: 3 !important; + --metadata-input-padding: 4px 8px !important; + --metadata-input-text-color: #49463d !important; + --metadata-label-background: transparent !important; + --metadata-label-background-active: hsla(219, 21%, 55%, 0.06) !important; + --metadata-label-background-hover: transparent !important; + --metadata-label-font: "??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; + --metadata-label-font-size: 0.875em !important; + --metadata-label-text-color: #696868 !important; + --metadata-label-text-color-hover: #696868 !important; + --metadata-label-width: 9em !important; + --metadata-max-width: none !important; + --metadata-padding: 8px 0 !important; + --metadata-property-background: transparent !important; + --metadata-property-background-active: hsla(219, 21%, 55%, 0.06) !important; + --metadata-property-background-hover: transparent !important; + --metadata-property-box-shadow-focus: 0 0 0 2px #aea395 !important; + --metadata-property-box-shadow-hover: 0 0 0 1px #aea395 !important; + --metadata-property-corner-shape: round !important; + --metadata-property-corner-shape-focus: round !important; + --metadata-property-corner-shape-hover: round !important; + --metadata-property-padding: 0 !important; + --metadata-property-radius: 6px !important; + --metadata-property-radius-focus: 6px !important; + --metadata-property-radius-hover: 6px !important; + --metadata-sidebar-input-font-size: 13px !important; + --metadata-sidebar-label-font-size: 13px !important; + --modal-background: #ddd8c7 !important; + --modal-border-color: #18191e !important; + --modal-border-width: 1px !important; + --modal-community-sidebar-width: 280px !important; + --modal-header-height: auto !important; + --modal-height: 85vh !important; + --modal-max-height: 1000px !important; + --modal-max-width: 1100px !important; + --modal-max-width-narrow: 800px !important; + --modal-radius: 12px !important; + --modal-shadow: none !important; + --modal-width: 90vw !important; + --mono-rgb-0: 0, 0, 0 !important; + --mono-rgb-100: 255, 255, 255 !important; + --nav-collapse-icon-color: rgb(81, 86, 99) !important; + --nav-collapse-icon-color-collapsed: rgb(81, 86, 99) !important; + --nav-heading-color: #49463d !important; + --nav-heading-color-collapsed: rgb(81, 86, 99) !important; + --nav-heading-color-collapsed-hover: #696868 !important; + --nav-heading-color-hover: #49463d !important; + --nav-heading-weight: 500 !important; + --nav-heading-weight-hover: 500 !important; + --nav-indentation-guide-color: #6e695b !important; + --nav-indentation-guide-width: 1px !important; + --nav-item-background-active: #6e695b !important; + --nav-item-background-hover: hsla(219, 21%, 55%, 0.06) !important; + --nav-item-background-selected: hsla(219, 56%, 55%, 0.15) !important; + --nav-item-children-margin-start: 12px !important; + --nav-item-children-padding-start: 4px !important; + --nav-item-color: #696868 !important; + --nav-item-color-active: #ffffff !important; + --nav-item-color-highlighted: #4a473e !important; + --nav-item-color-hover: #49463d !important; + --nav-item-color-selected: #49463d !important; + --nav-item-margin-bottom: 2px !important; + --nav-item-padding: 4px 8px 4px 24px !important; + --nav-item-parent-padding: 4px 8px 4px 24px !important; + --nav-item-radius: 4px !important; + --nav-item-size: 13px !important; + --nav-item-white-space: pre !important; + --nav-tag-background: transparent !important; + --nav-tag-color: rgb(81, 86, 99) !important; + --nav-tag-color-active: #696868 !important; + --nav-tag-color-hover: #696868 !important; + --nav-tag-radius: 4px !important; + --nav-tag-weight: 600 !important; + --p-spacing: 1rem !important; + --p-spacing-empty: 0rem !important; + --page-border: 9px solid transparent !important; + --page-margin: 1px auto -8px !important; + --pdf-background: #ddd8c7 !important; + --pdf-page-background: #ddd8c7 !important; + --pdf-shadow: 0 0 0 1px #424958 !important; + --pdf-sidebar-background: #ddd8c7 !important; + --pdf-spread-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important; + --pdf-thumbnail-shadow: 0 0 0 1px #424958 !important; + --pdfViewer-padding-bottom: 0 !important; + --pill-color-remove-hover: #4a473e !important; + --pill-decoration: none !important; + --pill-decoration-hover: none !important; + --pill-padding-x: 0.65em !important; + --pill-padding-y: 0.25em !important; + --pill-radius: 2em !important; + --popover-font-size: 16px !important; + --popover-height: 400px !important; + --popover-max-height: 95vh !important; + --popover-pdf-height: 400px !important; + --popover-pdf-width: 450px !important; + --popover-width: 450px !important; + --preferred-text-scale: 1 !important; + --prompt-backdrop-filter: none !important; + --prompt-background: #ddd8c7 !important; + --prompt-border-color: #18191e !important; + --prompt-border-width: 1px !important; + --prompt-input-height: 40px !important; + --prompt-max-height: 70vh !important; + --prompt-max-width: 80vw !important; + --prompt-width: 700px !important; + --radius-l: 12px !important; + --radius-m: 8px !important; + --radius-s: 4px !important; + --radius-xl: 16px !important; + --raised-background: color-mix(in srgb, #a7957d 65%, transparent) linear-gradient(#a7957d, color-mix(in srgb, #a7957d 65%, transparent)) !important; + --raised-blur: blur(6px) saturate(1.5) brightness(1.15) !important; + --raised-mask: linear-gradient(white, white) padding-box, linear-gradient(white, white) border-box !important; + --raised-mask-background: transparent !important; + --raised-mask-border-width: 0 !important; + --raised-mask-composite: exclude, add !important; + --raised-mask-display: block !important; + --ribbon-background: #ddd8c7 !important; + --ribbon-background-collapsed: #ddd8c7 !important; + --ribbon-padding: 8px 4px 12px !important; + --ribbon-width: 44px !important; + --safe-area-inset-bottom: 0px !important; + --safe-area-inset-left: 0px !important; + --safe-area-inset-right: 0px !important; + --safe-area-inset-top: 0px !important; + --scrollbar-active-thumb-bg: rgba(75, 70, 64, 0.9) !important; + --scrollbar-bg: rgba(255, 255, 255, 0.05) !important; + --scrollbar-border-width: 3px 3px 3px 2px !important; + --scrollbar-height: 12px !important; + --scrollbar-radius: 12px !important; + --scrollbar-thumb-bg: rgba(75, 70, 64, 0.7) !important; + --scrollbar-width: 12px !important; + --search-clear-button-color: #696868 !important; + --search-clear-button-size: 13px !important; + --search-icon-color: #696868 !important; + --search-icon-size: 18px !important; + --search-result-background: #ddd8c7 !important; + --setting-group-heading-color: #49463d !important; + --setting-group-heading-size: 15px !important; + --setting-group-heading-weight: 600 !important; + --setting-items-background: #f0ece0 !important; + --setting-items-border-color: #424958 !important; + --setting-items-border-width: 0 !important; + --setting-items-padding: 20px !important; + --setting-items-radius: 12px !important; + --shadow-l: 0px 1.8px 7.3px rgba(0, 0, 0, 0.071), 0px 6.3px 24.7px rgba(0, 0, 0, 0.112), 0px 30px 90px rgba(0, 0, 0, 0.2) !important; + --shadow-s: 0px 1px 2px rgba(0, 0, 0, 0.121), 0px 3.4px 6.7px rgba(0, 0, 0, 0.179), 0px 15px 30px rgba(0, 0, 0, 0.3) !important; + --sidebar-left-toggle-inner-width: 8.33% !important; + --sidebar-left-toggle-inner-width-open: 24% !important; + --sidebar-markdown-font-size: 14.4px !important; + --sidebar-right-toggle-inner-width: 8.33% !important; + --sidebar-right-toggle-inner-width-open: 24% !important; + --sidebar-tab-text-display: none !important; + --size-2-1: 2px !important; + --size-2-2: 4px !important; + --size-2-3: 6px !important; + --size-4-1: 4px !important; + --size-4-10: 40px !important; + --size-4-12: 48px !important; + --size-4-16: 64px !important; + --size-4-18: 72px !important; + --size-4-2: 8px !important; + --size-4-3: 12px !important; + --size-4-4: 16px !important; + --size-4-5: 20px !important; + --size-4-6: 24px !important; + --size-4-8: 32px !important; + --size-4-9: 36px !important; + --slider-s-thumb-position: -5px !important; + --slider-s-thumb-size: 15px !important; + --slider-thumb-border-color: #aea395 !important; + --slider-thumb-border-width: 1px !important; + --slider-thumb-height: 18px !important; + --slider-thumb-radius: 18px !important; + --slider-thumb-width: 18px !important; + --slider-thumb-y: -6px !important; + --slider-track-background: #424958 !important; + --slider-track-height: 3px !important; + --spreadHorizontalWrapped-margin-LR: -3.5px !important; + --status-bar-background: #afaa96 !important; + --status-bar-border-color: black !important; + --status-bar-border-width: 1px 0 0 1px !important; + --status-bar-font-size: 12px !important; + --status-bar-position: fixed !important; + --status-bar-radius: 8px 0 0 0 !important; + --status-bar-text-color: #696868 !important; + --suggestion-backdrop-filter: none !important; + --suggestion-background: #ddd8c7 !important; + --swatch-height: 22px !important; + --swatch-radius: 14px !important; + --swatch-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important; + --swatch-width: 22px !important; + --sync-avatar-color-1: #fb464c !important; + --sync-avatar-color-2: #e9973f !important; + --sync-avatar-color-3: #e0de71 !important; + --sync-avatar-color-4: #44cf6e !important; + --sync-avatar-color-5: #53dfdd !important; + --sync-avatar-color-6: #027aff !important; + --sync-avatar-color-7: #a882ff !important; + --sync-avatar-color-8: #fa99cd !important; + --sync-avatar-color-current-user: transparent !important; + --tab-background-active: #ddd8c7 !important; + --tab-curve: 6px !important; + --tab-divider-color: #aea395 !important; + --tab-font-size: 13px !important; + --tab-max-width: 320px !important; + --tab-outline-color: black !important; + --tab-outline-width: 1px !important; + --tab-radius: 4px !important; + --tab-radius-active: 6px 6px 0 0 !important; + --tab-stacked-font-size: 13px !important; + --tab-stacked-font-weight: 400 !important; + --tab-stacked-header-width: 40px !important; + --tab-stacked-pane-width: 700px !important; + --tab-stacked-shadow: -8px 0 8px 0 rgba(0, 0, 0, 0.05) !important; + --tab-stacked-text-align: start !important; + --tab-stacked-text-transform: rotate(0deg) !important; + --tab-stacked-text-writing-mode: vertical-lr !important; + --tab-switcher-background: #afaa96 !important; + --tab-switcher-menubar-background: linear-gradient(to top, #afaa96, transparent) !important; + --tab-switcher-preview-background-shadow: 0 4px 30px 2px rgba(0, 0, 0, 0.2) !important; + --tab-switcher-preview-radius: 16px !important; + --tab-switcher-preview-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) !important; + --tab-switcher-preview-shadow-active: 0 0 0 2px hsl(219, 56%, 55%) !important; + --tab-text-color: rgb(81, 86, 99) !important; + --tab-text-color-active: #696868 !important; + --tab-text-color-focused: #ddd8c7 !important; + --tab-text-color-focused-active: #696868 !important; + --tab-text-color-focused-active-current: #ddd8c7 !important; + --tab-text-color-focused-highlighted: #4a473e !important; + --tab-width: 200px !important; + --table-add-button-background: transparent !important; + --table-add-button-border-color: #424958 !important; + --table-add-button-border-width: 1px !important; + --table-background: transparent !important; + --table-border-width: 1px !important; + --table-cell-vertical-alignment: top !important; + --table-column-alt-background: transparent !important; + --table-column-first-border-width: 1px !important; + --table-column-last-border-width: 1px !important; + --table-column-max-width: none !important; + --table-column-min-width: 6ch !important; + --table-drag-handle-background: transparent !important; + --table-drag-handle-background-active: #6e695b !important; + --table-drag-handle-color: rgb(81, 86, 99) !important; + --table-drag-handle-color-active: #dcddde !important; + --table-drop-indicator-half-width: 2px !important; + --table-header-background: transparent !important; + --table-header-border-color: #424958 !important; + --table-header-border-width: 1px !important; + --table-header-color: #49463d !important; + --table-header-size: 16px !important; + --table-header-weight: 600 !important; + --table-line-height: 1.3 !important; + --table-row-alt-background: transparent !important; + --table-row-alt-background-hover: transparent !important; + --table-row-background-hover: transparent !important; + --table-row-last-border-width: 1px !important; + --table-selection: hsla(219, 56%, 55%, 0.1) !important; + --table-selection-blend-mode: lighten !important; + --table-selection-border-color: #6e695b !important; + --table-selection-border-radius: 4px !important; + --table-selection-border-width: 2px !important; + --table-text-size: 16px !important; + --table-white-space: break-spaces !important; + --tag-background: rgba(172, 167, 147, 255) !important; + --tag-background-hover: rgba(172, 167, 147, 255) !important; + --tag-border-color: hsla(219, 56%, 55%, 0.15) !important; + --tag-border-color-hover: hsla(219, 56%, 55%, 0.15) !important; + --tag-border-width: 0px !important; + --tag-color: hsl(255, 89.76%, 75.9%) !important; + --tag-color-hover: hsl(255, 89.76%, 75.9%) !important; + --tag-corner-shape: round !important; + --tag-decoration: none !important; + --tag-decoration-hover: none !important; + --tag-padding-x: 4px !important; + --tag-padding-y: 2px !important; + --tag-radius: 4px !important; + --tag-size: 0.875em !important; + --text-accent-hover: rgb(93, 66, 173) !important; + --text-error: #b11f2c !important; + --text-highlight-bg: #f0ece0 !important; + --text-highlight-bg-rgb: 255, 208, 0 !important; + --text-muted: #696868 !important; + --text-on-accent: #dcddde !important; + --text-on-accent-inverted: black !important; + --text-selection: rgba(0, 122, 255, 0.2) !important; + --text-success: #44cf6e !important; + --text-warning: #e9973f !important; + --titlebar-background-focused: #4a473e !important; + --titlebar-border-color: #424958 !important; + --titlebar-border-width: 0px !important; + --titlebar-height: 30px !important; + --titlebar-text-color: #696868 !important; + --titlebar-text-color-focused: #49463d !important; + --titlebar-text-weight: 700 !important; + --toggle-border-width: 2px !important; + --toggle-radius: 18px !important; + --toggle-s-border-width: 2px !important; + --toggle-s-thumb-height: 15px !important; + --toggle-s-thumb-width: 15px !important; + --toggle-s-width: 34px !important; + --toggle-thumb-color: white !important; + --toggle-thumb-height: 18px !important; + --toggle-thumb-radius: 18px !important; + --toggle-thumb-width: 18px !important; + --toggle-width: 40px !important; + --touch-radius-l: 52px !important; + --touch-radius-m: 44px !important; + --touch-radius-s: 40px !important; + --touch-radius-xl: 60px !important; + --touch-radius-xs: 30px !important; + --touch-radius-xxs: 24px !important; + --touch-size-l: 52px !important; + --touch-size-m: 44px !important; + --touch-size-s: 40px !important; + --touch-size-xl: 60px !important; + --touch-size-xs: 30px !important; + --touch-size-xxs: 24px !important; + --traffic-lights-offset-x: 40px !important; + --traffic-lights-offset-y: 40px !important; + --vault-profile-actions-display: flex !important; + --vault-profile-color: #49463d !important; + --vault-profile-color-hover: #49463d !important; + --vault-profile-display: flex !important; + --vault-profile-font-size: 13px !important; + --vault-profile-font-weight: 500 !important; + --vault-profile-order: 2 !important; + --viewer-container-height: 0 !important; + --workspace-background-translucent: rgba(0, 0, 0, 0.6) !important; + --xfa-focus-outline: auto !important; + --xfa-unfocused-field-background: url("data:image/svg+xml,%3Csvg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' style='fill:rgba(0, 54, 255, 0.13)'/%3E%3C/svg%3E") !important; + --zoom-factor: 1 !important; + --background-accent: #000 !important; + --text-error-hover: #c9626a !important; + --background-modifier-form-field-highlighted: rgba(0, 0, 0, 0.22) !important; + --green: #98c379 !important; + --orange: #d19a66 !important; + --purple: #c678dd !important; + --red: #e06c75 !important; + --yellow: #e5c07b !important; + --blue: #4a473e !important; + --gray-1: #5c6370 !important; + --gray-2: #abb2bf !important; + --aqua: #56b6c2 !important; + --panel-border-color: #18191e !important; + + --quartz-icon-color: currentColor; +} + +body { + --qt-code-atom: rgb(209, 154, 102); + --qt-code-comment: rgb(171, 178, 191); + --qt-code-function: rgb(221, 216, 199); + --qt-code-header: rgb(73, 70, 61); + --qt-code-keyword: rgb(198, 120, 221); + --qt-code-number: rgb(209, 154, 102); + --qt-code-operator: rgb(86, 182, 194); + --qt-code-property: rgb(224, 108, 117); + --qt-code-string: rgb(152, 195, 121); + --qt-code-string: rgb(86, 182, 194); + --qt-code-variable: rgb(221, 216, 199); + --qt-code-variable-2: rgb(229, 192, 123); + --qt-code-default: rgb(221, 216, 199); + --qt-code-background: rgb(0, 0, 0); + --qt-code-border-color: rgb(66, 73, 88); +} + +.darkmode { + display: none; +} + +html { + color-scheme: only dark; + .callout[data-callout] { + mix-blend-mode: lighten; + } +} + +@font-face { + font-family: "Avenir"; + font-style: normal; + font-weight: 400; + src: + local("Avenir"), + url("https://fonts.cdnfonts.com/s/71748/avenir_roman_12.woff") format("woff"); +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZJhiJ-Ek-_EeAmM.woff2) format("woff2"); + unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZthiJ-Ek-_EeAmM.woff2) format("woff2"); + unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZNhiJ-Ek-_EeAmM.woff2) format("woff2"); + unicode-range: U+1F00-1FFF; +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZxhiJ-Ek-_EeAmM.woff2) format("woff2"); + unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZBhiJ-Ek-_EeAmM.woff2) format("woff2"); + 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: "Inter"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZFhiJ-Ek-_EeAmM.woff2) format("woff2"); + 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: "Inter"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hiJ-Ek-_EeA.woff2) format("woff2"); + 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; +} + +@font-face { + font-family: "Source Code Pro"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMRrTFcZZJmOpwVS.woff2) format("woff2"); + unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} + +@font-face { + font-family: "Source Code Pro"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtM1rTFcZZJmOpwVS.woff2) format("woff2"); + unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} + +@font-face { + font-family: "Source Code Pro"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMVrTFcZZJmOpwVS.woff2) format("woff2"); + unicode-range: U+1F00-1FFF; +} + +@font-face { + font-family: "Source Code Pro"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMprTFcZZJmOpwVS.woff2) format("woff2"); + unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; +} + +@font-face { + font-family: "Source Code Pro"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMZrTFcZZJmOpwVS.woff2) format("woff2"); + 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: "Source Code Pro"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMdrTFcZZJmOpwVS.woff2) format("woff2"); + 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: "Source Code Pro"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMlrTFcZZJmOpw.woff2) format("woff2"); + 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; +} + +@font-face { + font-family: "Roboto"; + font-style: normal; + font-weight: 400; + font-stretch: 100%; + src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmZiAr0klQmz24O0g.woff2) format("woff2"); + unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} + +@font-face { + font-family: "Roboto"; + font-style: normal; + font-weight: 400; + font-stretch: 100%; + src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmQiAr0klQmz24O0g.woff2) format("woff2"); + unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} + +@font-face { + font-family: "Roboto"; + font-style: normal; + font-weight: 400; + font-stretch: 100%; + src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmYiAr0klQmz24O0g.woff2) format("woff2"); + unicode-range: U+1F00-1FFF; +} + +@font-face { + font-family: "Roboto"; + font-style: normal; + font-weight: 400; + font-stretch: 100%; + src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmXiAr0klQmz24O0g.woff2) format("woff2"); + unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; +} + +@font-face { + font-family: "Roboto"; + font-style: normal; + font-weight: 400; + font-stretch: 100%; + src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVnoiAr0klQmz24O0g.woff2) format("woff2"); + unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF; +} + +@font-face { + font-family: "Roboto"; + font-style: normal; + font-weight: 400; + font-stretch: 100%; + src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVn6iAr0klQmz24O0g.woff2) format("woff2"); + unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF; +} + +@font-face { + font-family: "Roboto"; + font-style: normal; + font-weight: 400; + font-stretch: 100%; + src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmbiAr0klQmz24O0g.woff2) format("woff2"); + 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: "Roboto"; + font-style: normal; + font-weight: 400; + font-stretch: 100%; + src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmaiAr0klQmz24O0g.woff2) format("woff2"); + 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: "Roboto"; + font-style: normal; + font-weight: 400; + font-stretch: 100%; + src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2) format("woff2"); + 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; +} + +@font-face { + font-family: "Cascadia Mono"; + font-style: normal; + font-display: swap; + font-weight: 400; + src: + url("https://cdn.jsdelivr.net/npm/@fontsource/cascadia-mono@4.2.1/files/cascadia-mono-latin-ext-400-normal.woff2") format("woff2"), + url("https://cdn.jsdelivr.net/npm/@fontsource/cascadia-mono@4.2.1/files/cascadia-mono-latin-ext-400-normal.woff") format("woff"); +} + +@font-face { + font-family: "Roboto Mono"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_SeW4AJi8SJQtQ4Y.woff2) format("woff2"); + unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} + +@font-face { + font-family: "Roboto Mono"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_QOW4AJi8SJQtQ4Y.woff2) format("woff2"); + unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} + +@font-face { + font-family: "Roboto Mono"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_R-W4AJi8SJQtQ4Y.woff2) format("woff2"); + unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; +} + +@font-face { + font-family: "Roboto Mono"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_S-W4AJi8SJQtQ4Y.woff2) format("woff2"); + 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: "Roboto Mono"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_SuW4AJi8SJQtQ4Y.woff2) format("woff2"); + 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: "Roboto Mono"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_ROW4AJi8SJQt.woff2) format("woff2"); + 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; +} +@font-face { + font-family: "Monaco"; + font-style: normal; + font-weight: 400; + src: + local("Monaco"), + url("https://fonts.cdnfonts.com/s/14106/Monaco.woff") format("woff"); +} + +body { + div#quartz-root { + background-color: rgb(221, 216, 199); + color: rgb(73, 70, 61); + } + + &[data-slug], + &[data-slug] .page > div#quartz-body, + .page > div#quartz-body div.center, + .page > div#quartz-body footer { + background-color: rgb(221, 216, 199); + color: rgb(73, 70, 61); + } + + .page > div#quartz-body div.sidebar { + background-color: rgb(175, 170, 150); + color: rgb(73, 70, 61); + } + + &[data-slug] div#quartz-root.page, + .page > div#quartz-body div.sidebar.left, + .page > div#quartz-body div.sidebar.left:has(.explorer), + .page > div#quartz-body div.sidebar.left .explorer .explorer-content { + background-color: rgb(175, 170, 150); + color: rgb(73, 70, 61); + } + + .page > div#quartz-body div.sidebar.right { + background-color: rgb(175, 170, 150); + color: rgb(73, 70, 61); + border-left: 0px rgb(0, 0, 0); + } + + .page > div#quartz-body div.sidebar.left { + border-right: 1px solid rgb(0, 0, 0); + } + + a.external, + footer a { + background-color: rgba(0, 0, 0, 0); + color: rgb(46, 0, 184); + cursor: pointer; + filter: none; + backdrop-filter: none; + box-shadow: none; + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-weight: 500; + outline: rgb(46, 0, 184) none 0px; + text-decoration: underline; + text-decoration-color: rgb(46, 0, 184); + text-decoration-line: underline; + text-decoration-style: solid; + transition: opacity 0.15s ease-in-out; + transform: none; + user-select: text; + animation-name: none; + animation-duration: 0s; + animation-timing-function: ease; + animation-delay: 0s; + animation-iteration-count: 1; + animation-direction: normal; + animation-fill-mode: none; + animation-play-state: running; + } + + a.internal, + .breadcrumb-container .breadcrumb-element > a { + background-color: rgba(0, 0, 0, 0); + color: rgb(148, 3, 3); + cursor: pointer; + filter: none; + backdrop-filter: none; + box-shadow: none; + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-weight: 500; + outline: rgb(148, 3, 3) none 0px; + text-decoration: underline; + text-decoration-color: rgb(148, 3, 3); + text-decoration-line: underline; + text-decoration-style: solid; + transition: opacity 0.14s ease-in-out; + transform: none; + user-select: text; + animation-name: none; + animation-duration: 0s; + animation-timing-function: ease; + animation-delay: 0s; + animation-iteration-count: 1; + animation-direction: normal; + animation-fill-mode: none; + animation-play-state: running; + } + + a.internal.broken { + background-color: rgba(0, 0, 0, 0); + color: rgb(57, 0, 0); + cursor: pointer; + filter: none; + backdrop-filter: none; + box-shadow: none; + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-weight: 500; + outline: rgb(57, 0, 0) none 0px; + text-decoration: rgba(76, 121, 205, 0.3); + text-decoration-color: rgba(76, 121, 205, 0.3); + text-decoration-line: underline; + text-decoration-style: solid; + transition: opacity 0.14s ease-in-out; + transform: none; + user-select: text; + animation-name: none; + animation-duration: 0s; + animation-timing-function: ease; + animation-delay: 0s; + animation-iteration-count: 1; + animation-direction: normal; + animation-fill-mode: none; + animation-play-state: running; + } + + a.external:hover, + footer a:hover { + text-decoration: underline rgb(166, 138, 249); + text-decoration-color: rgb(166, 138, 249); + text-decoration-line: underline; + text-decoration-style: solid; + color: rgb(166, 138, 249); + } + + a.internal:hover, + .breadcrumb-container .breadcrumb-element > a:hover { + text-decoration-color: rgb(166, 138, 249); + text-decoration-line: underline; + text-decoration-style: solid; + color: rgb(166, 138, 249); + } + + p { + background-color: rgba(0, 0, 0, 0); + color: rgb(105, 104, 104); + cursor: auto; + filter: none; + backdrop-filter: none; + box-shadow: none; + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-weight: 400; + outline: rgb(105, 104, 104) none 0px; + text-decoration: rgb(218, 218, 218); + text-decoration-color: rgb(105, 104, 104); + text-decoration-line: none; + text-decoration-style: solid; + transition: all; + transform: none; + user-select: none; + animation-name: none; + animation-duration: 0s; + animation-timing-function: ease; + animation-delay: 0s; + animation-iteration-count: 1; + animation-direction: normal; + animation-fill-mode: none; + animation-play-state: running; + } + + .page article p > strong, + strong { + background-color: rgba(0, 0, 0, 0); + color: rgb(73, 70, 61); + cursor: grab; + filter: none; + backdrop-filter: none; + box-shadow: none; + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-weight: 600; + outline: rgb(73, 70, 61) none 0px; + text-decoration: rgb(218, 218, 218); + text-decoration-color: rgb(73, 70, 61); + text-decoration-line: none; + text-decoration-style: solid; + transition: all; + transform: none; + user-select: text; + animation-name: none; + animation-duration: 0s; + animation-timing-function: ease; + animation-delay: 0s; + animation-iteration-count: 1; + animation-direction: normal; + animation-fill-mode: none; + animation-play-state: running; + } + + .page article p > b, + b { + background-color: rgba(0, 0, 0, 0); + color: rgb(73, 70, 61); + cursor: grab; + filter: none; + backdrop-filter: none; + box-shadow: none; + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-weight: 600; + outline: rgb(73, 70, 61) none 0px; + text-decoration: rgb(218, 218, 218); + text-decoration-color: rgb(73, 70, 61); + text-decoration-line: none; + text-decoration-style: solid; + transition: all; + transform: none; + user-select: text; + animation-name: none; + animation-duration: 0s; + animation-timing-function: ease; + animation-delay: 0s; + animation-iteration-count: 1; + animation-direction: normal; + animation-fill-mode: none; + animation-play-state: running; + } + + .page article p > em, + em { + background-color: rgba(0, 0, 0, 0); + color: rgb(73, 70, 61); + cursor: grab; + filter: none; + backdrop-filter: none; + box-shadow: none; + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-weight: 400; + outline: rgb(73, 70, 61) none 0px; + text-decoration: rgb(218, 218, 218); + text-decoration-color: rgb(73, 70, 61); + text-decoration-line: none; + text-decoration-style: solid; + transition: all; + transform: none; + user-select: text; + animation-name: none; + animation-duration: 0s; + animation-timing-function: ease; + animation-delay: 0s; + animation-iteration-count: 1; + animation-direction: normal; + animation-fill-mode: none; + animation-play-state: running; + } + + .page article p > i, + i { + background-color: rgba(0, 0, 0, 0); + color: rgb(73, 70, 61); + cursor: grab; + filter: none; + backdrop-filter: none; + box-shadow: none; + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-weight: 400; + outline: rgb(73, 70, 61) none 0px; + text-decoration: rgb(218, 218, 218); + text-decoration-color: rgb(73, 70, 61); + text-decoration-line: none; + text-decoration-style: solid; + transition: all; + transform: none; + user-select: text; + animation-name: none; + animation-duration: 0s; + animation-timing-function: ease; + animation-delay: 0s; + animation-iteration-count: 1; + animation-direction: normal; + animation-fill-mode: none; + animation-play-state: running; + } + + .text-highlight { + background-color: rgb(255, 255, 0); + color: rgb(0, 0, 0); + cursor: grab; + filter: none; + backdrop-filter: none; + box-shadow: none; + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-weight: 400; + outline: rgb(73, 70, 61) none 0px; + text-decoration: rgb(0, 0, 0); + text-decoration-color: rgb(73, 70, 61); + text-decoration-line: none; + text-decoration-style: solid; + transition: all; + transform: none; + user-select: text; + animation-name: none; + animation-duration: 0s; + animation-timing-function: ease; + animation-delay: 0s; + animation-iteration-count: 1; + animation-direction: normal; + animation-fill-mode: none; + animation-play-state: running; + border: 0px rgb(0, 0, 0); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + del { + background-color: rgba(0, 0, 0, 0); + color: rgb(73, 70, 61); + cursor: grab; + filter: none; + backdrop-filter: none; + box-shadow: none; + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-weight: 400; + outline: rgb(73, 70, 61) none 0px; + text-decoration: line-through; + text-decoration-color: rgb(73, 70, 61); + text-decoration-line: line-through; + text-decoration-style: solid; + transition: all; + transform: none; + user-select: text; + animation-name: none; + animation-duration: 0s; + animation-timing-function: ease; + animation-delay: 0s; + animation-iteration-count: 1; + animation-direction: normal; + animation-fill-mode: none; + animation-play-state: running; + } + + .search > .search-container > .search-space > .search-layout > .results-container .result-card:hover, + .search > .search-container > .search-space > .search-layout > .results-container .result-card:focus, + .search > .search-container > .search-space > .search-layout > .results-container .result-card.focus:not(:has(~ .result-card:hover, ~ .result-card:focus)) { + background-color: rgba(116, 133, 164, 0.06); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + color: rgb(73, 70, 61); + } + + .search > .search-container > .search-space > .search-layout > .results-container .result-card:has(~ .result-card.focus:not(:has(~ .result-card:hover, ~ .result-card:focus)), ~ .result-card:focus, ~ .result-card:hover) { + background-color: rgba(116, 133, 164, 0.06); + border: 0px rgb(73, 70, 61); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + color: rgb(73, 70, 61); + } + + hr { + border-color: rgb(128, 128, 128) rgb(0, 0, 0) rgb(0, 0, 0); + border-style: solid solid none none; + border-width: 0px 1px 0px 0px; + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + box-shadow: none; + margin: 0px; + margin-block-end: 32px; + margin-block-start: 32px; + margin-inline-end: 0px; + margin-inline-start: 0px; + } + + a.internal.tag-link, + .search > .search-container > .search-space > .search-layout > .results-container .result-card > ul > li > .match-tag { + align-items: normal; + background-color: rgb(172, 167, 147); + display: flex; + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-weight: 400; + margin-inline-start: 0px; + border: 0px solid rgba(76, 121, 205, 0.15); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + a.internal.tag-link::before { + color: rgb(73, 70, 61); + } + + ul > li { + color: rgb(73, 70, 61); + text-align: start; + } + + ul > li::marker { + background-color: rgba(0, 0, 0, 0); + border: 0px rgb(218, 218, 218); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + color: rgb(218, 218, 218); + pointer-events: auto; + transform: none; + } + + ol > li { + color: rgb(73, 70, 61); + text-align: start; + } + + ol > li::marker { + background-color: rgba(0, 0, 0, 0); + border: 0px rgb(218, 218, 218); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + color: rgb(218, 218, 218); + pointer-events: auto; + transform: none; + } + + code { + background-color: rgba(0, 0, 0, 0); + border: 0px solid rgb(221, 216, 199); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + color: rgb(221, 216, 199); + font-family: ui-monospace, SFMono-Regular, "Cascadia Mono", "Roboto Mono", "DejaVu Sans Mono", "Liberation Mono", Menlo, Monaco, Consolas, "Source Code Pro", monospace; + padding: 0px; + } + + pre > code, + pre:has(> code) { + background-color: rgb(0, 0, 0); + border: 0px solid rgb(66, 73, 88); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + overflow-x: visible; + padding: 16px; + white-space-collapse: preserve; + text-wrap-mode: nowrap; + } + + pre:has(> code) { + background-color: rgb(0, 0, 0); + border: 0px solid rgb(66, 73, 88); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + overflow-x: visible; + padding: 16px; + white-space-collapse: preserve; + text-wrap-mode: nowrap; + } + + input[type="checkbox"] { + appearance: auto; + border: 1px solid rgb(81, 86, 99); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + padding: 0px; + margin: 0px 8px 0px -24px; + margin-block-end: 0px; + margin-block-start: 0px; + margin-inline-end: 0px; + margin-inline-start: 0px; + width: 16px; + transition: box-shadow 0.15s ease-in-out; + position: relative; + top: auto; + } + + ul > li.task-list-item { + text-align: start; + display: list-item; + } + + input[type="checkbox"]:checked:after { + content: normal; + top: auto; + inset-inline-start: auto; + position: static; + width: auto; + display: list-item; + background-color: rgba(0, 0, 0, 0); + } + + blockquote { + background-color: rgba(0, 0, 0, 0); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-style: normal; + padding-bottom: 0px; + padding-top: 0px; + padding-inline-start: 0px; + margin-inline-start: 40px; + margin-inline-end: 40px; + } + + .data-footnote-backref { + color: rgb(81, 86, 99); + text-decoration: underline rgb(166, 138, 249); + } + + .search > .search-button { + background-color: rgba(0, 0, 0, 0.3); + border: 1px solid rgb(66, 73, 88); + border-top-left-radius: 5px; + border-top-right-radius: 5px; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + color: rgb(73, 70, 61); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + } + + .search > .search-container > .search-space { + background-color: rgb(221, 216, 199); + border: 1px solid rgb(24, 25, 30); + border-top-left-radius: 12px; + border-top-right-radius: 12px; + border-bottom-left-radius: 12px; + border-bottom-right-radius: 12px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + box-shadow: + rgba(0, 0, 0, 0.07) 0px 1.8px 7.3px 0px, + rgba(0, 0, 0, 0.114) 0px 6.3px 24.7px 0px, + rgba(0, 0, 0, 0.2) 0px 30px 90px 0px; + } + + .search > .search-container > .search-space > input { + background-color: rgba(0, 0, 0, 0); + border: 0px inset rgb(73, 70, 61); + border-bottom: 1px solid rgb(175, 170, 150); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + box-shadow: none; + } + + .search > .search-container > .search-space > * { + background-color: rgba(0, 0, 0, 0); + color: rgb(73, 70, 61); + cursor: auto; + filter: none; + backdrop-filter: none; + box-shadow: none; + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-weight: 400; + outline: rgb(73, 70, 61) none 0px; + text-decoration: rgb(218, 218, 218); + text-decoration-color: rgb(73, 70, 61); + text-decoration-line: none; + text-decoration-style: solid; + transition: all; + transform: none; + user-select: text; + animation-name: none; + animation-duration: 0s; + animation-timing-function: ease; + animation-delay: 0s; + animation-iteration-count: 1; + animation-direction: normal; + animation-fill-mode: none; + animation-play-state: running; + } + + .search > .search-container > .search-space > .search-layout, + .search > .search-container > .search-space > .search-layout.display-results { + border: 1px solid rgb(24, 25, 30); + border-top-left-radius: 12px; + border-top-right-radius: 12px; + border-bottom-left-radius: 12px; + border-bottom-right-radius: 12px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + .search > .search-container > .search-space > .search-layout > .results-container { + color: rgb(73, 70, 61); + } + + .search > .search-container > .search-space > .search-layout > .results-container .result-card { + border: 0px rgb(73, 70, 61); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + .search > .search-container > .search-space > .search-layout > .results-container > .result-card:hover, + .search > .search-container > .search-space > .search-layout > .results-container > .result-card:focus, + .search > .search-container > .search-space > .search-layout > .results-container > .result-card.focus:not(:has(~ .result-card:hover, ~ .result-card:focus)) { + color: rgb(73, 70, 61); + font-weight: 400; + background-color: rgba(116, 133, 164, 0.06); + } + + .search > .search-container > .search-space > .search-layout > .results-container > .result-card:hover .card-title, + .search > .search-container > .search-space > .search-layout > .results-container > .result-card:hover .card-description, + .search > .search-container > .search-space > .search-layout > .results-container > .result-card:focus .card-title, + .search > .search-container > .search-space > .search-layout > .results-container > .result-card:focus .card-description, + .search > .search-container > .search-space > .search-layout > .results-container > .result-card.focus:not(:has(~ .result-card:hover, ~ .result-card:focus)) .card-title, + .search > .search-container > .search-space > .search-layout > .results-container > .result-card.focus:not(:has(~ .result-card:hover, ~ .result-card:focus)) .card-description { + color: rgb(73, 70, 61); + } + + h1 { + color: rgb(73, 70, 61); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + text-shadow: rgba(77, 73, 62, 0.3) 4.8px 4.8px 0px; + } + + h2 { + color: rgb(73, 70, 61); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + text-shadow: rgba(77, 73, 62, 0.3) 4px 4px 0px; + } + + h3 { + color: rgb(73, 70, 61); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + text-shadow: rgba(77, 73, 62, 0.3) 3.2px 3.2px 0px; + } + + h4 { + color: rgb(73, 70, 61); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + text-shadow: rgba(77, 73, 62, 0.3) 2.4px 2.4px 0px; + } + + h5 { + color: rgb(73, 70, 61); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + text-shadow: rgba(77, 73, 62, 0.3) 2.24px 2.24px 0px; + } + + h6 { + color: rgb(73, 70, 61); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + text-shadow: rgba(77, 73, 62, 0.3) 1.76px 1.76px 0px; + } + + h2.page-title, + h2.page-title a { + color: rgb(73, 70, 61); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + text-shadow: rgba(77, 73, 62, 0.3) 4.8px 4.8px 0px; + } + + li.depth-0 { + font-weight: 400; + } + + ::-webkit-scrollbar { + background: rgb(221, 216, 199) none repeat scroll 0% 0% / auto padding-box border-box; + background-color: rgb(221, 216, 199); + } + + ::-webkit-scrollbar-thumb { + background: rgb(221, 216, 199) none repeat scroll 0% 0% / auto padding-box border-box; + background-color: rgb(221, 216, 199); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + border: 0px rgb(73, 70, 61); + box-shadow: none; + } + + ::-webkit-scrollbar-thumb:hover { + background: rgb(221, 216, 199) none repeat scroll 0% 0% / auto padding-box border-box; + background-color: rgb(221, 216, 199); + } + + ::-webkit-scrollbar-thumb:active { + background: rgb(221, 216, 199) none repeat scroll 0% 0% / auto padding-box border-box; + background-color: rgb(221, 216, 199); + } + + ::-webkit-scrollbar-track { + background: rgb(221, 216, 199) none repeat scroll 0% 0% / auto padding-box border-box; + background-color: rgb(221, 216, 199); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + ::-webkit-scrollbar-corner { + background: rgb(221, 216, 199) none repeat scroll 0% 0% / auto padding-box border-box; + background-color: rgb(221, 216, 199); + } + + body { + scrollbar-width: auto; + scrollbar-color: auto; + } + + .callout { + --callout-color: 2, 122, 255; + border: 0px solid rgba(2, 122, 255, 0.25); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + mix-blend-mode: normal; + padding: 12px 12px 12px 24px; + } + + .callout .callout-title { + color: rgb(2, 122, 255); + gap: 4px; + border: 0px rgb(2, 122, 255); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + padding: 0px; + } + + .callout .callout-title > .callout-title-inner > p { + color: rgb(2, 122, 255); + font-weight: 600; + } + + .callout > .callout-content { + background-color: rgba(0, 0, 0, 0); + padding: 0px; + } + + .callout[data-callout="note"] { + --callout-color: 2, 122, 255; + background-color: rgba(2, 122, 255, 0.1); + mix-blend-mode: normal; + border: 0px solid rgba(2, 122, 255, 0.25); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + .callout[data-callout="abstract"] { + --callout-color: 83, 223, 221; + background-color: rgba(90, 88, 85, 0.5); + mix-blend-mode: normal; + border: 0px solid rgba(83, 223, 221, 0.25); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + .callout[data-callout="info"] { + --callout-color: 2, 122, 255; + background-color: rgba(158, 141, 123, 0.3); + mix-blend-mode: normal; + border: 0px solid rgba(2, 122, 255, 0.25); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + .callout[data-callout="todo"] { + --callout-color: 2, 122, 255; + background-color: rgba(82, 89, 146, 0.5); + mix-blend-mode: normal; + border: 0px solid rgba(2, 122, 255, 0.25); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + .callout[data-callout="tip"] { + --callout-color: 83, 223, 221; + background-color: rgba(82, 155, 160, 0.5); + mix-blend-mode: normal; + border: 0px solid rgba(83, 223, 221, 0.25); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + .callout[data-callout="success"] { + --callout-color: 68, 207, 110; + background-color: rgba(38, 114, 54, 0.5); + mix-blend-mode: normal; + border: 0px solid rgba(68, 207, 110, 0.25); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + .callout[data-callout="question"] { + --callout-color: 233, 151, 63; + background-color: rgba(218, 189, 155, 0.5); + mix-blend-mode: normal; + border: 0px solid rgba(233, 151, 63, 0.25); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + .callout[data-callout="warning"] { + --callout-color: 233, 151, 63; + background-color: rgba(190, 55, 55, 0.5); + mix-blend-mode: normal; + border: 0px solid rgba(233, 151, 63, 0.25); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + .callout[data-callout="danger"] { + --callout-color: 251, 70, 76; + background-color: rgba(251, 70, 76, 0.1); + mix-blend-mode: normal; + border: 0px solid rgba(251, 70, 76, 0.25); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + .callout[data-callout="failure"] { + --callout-color: 251, 70, 76; + background-color: rgba(251, 70, 76, 0.1); + mix-blend-mode: normal; + border: 0px solid rgba(251, 70, 76, 0.25); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + .callout[data-callout="bug"] { + --callout-color: 251, 70, 76; + background-color: rgba(251, 70, 76, 0.1); + mix-blend-mode: normal; + border: 0px solid rgba(251, 70, 76, 0.25); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + .callout[data-callout="example"] { + --callout-color: 168, 130, 255; + background-color: rgba(95, 65, 80, 0.5); + mix-blend-mode: normal; + border: 0px solid rgba(168, 130, 255, 0.25); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + .callout[data-callout="quote"] { + --callout-color: 158, 158, 158; + background-color: rgba(158, 158, 158, 0.1); + mix-blend-mode: normal; + border: 0px solid rgba(158, 158, 158, 0.25); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + table { + background-color: rgba(0, 0, 0, 0); + border-collapse: separate; + color: rgb(73, 70, 61); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + table-layout: auto; + width: 225.219px; + border: 0px rgb(128, 128, 128); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + margin: 16px 0px 0px; + margin-block-end: 0px; + margin-block-start: 0px; + margin-inline-end: 0px; + margin-inline-start: 0px; + } + + thead { + background-color: rgba(0, 0, 0, 0); + border: 0px rgb(128, 128, 128); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + tbody { + background-color: rgba(0, 0, 0, 0); + } + + th { + background-color: rgba(0, 0, 0, 0); + color: rgb(73, 70, 61); + font-weight: 600; + text-align: start; + vertical-align: top; + border: 1px solid rgb(66, 73, 88); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + padding: 4px 8px; + } + + td { + background-color: rgba(0, 0, 0, 0); + color: rgb(73, 70, 61); + font-weight: 400; + text-align: start; + vertical-align: top; + border: 1px solid rgb(66, 73, 88); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + padding: 4px 8px; + } + + tr { + background-color: rgba(0, 0, 0, 0); + border: 0px rgb(128, 128, 128); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + tbody tr:nth-child(even) { + background-color: rgba(0, 0, 0, 0); + } + + tbody tr:nth-child(odd) { + background-color: rgba(0, 0, 0, 0); + } + + img { + border-radius: 0px; + box-shadow: none; + filter: none; + max-width: none; + object-fit: fill; + border: 0px rgb(73, 70, 61); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + margin: 0px; + margin-block-end: 0px; + margin-block-start: 0px; + margin-inline-end: 0px; + margin-inline-start: 0px; + } + + figure { + background-color: rgba(0, 0, 0, 0); + text-align: start; + border: 0px rgb(73, 70, 61); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + margin: 16px 40px; + margin-block-end: 15px; + margin-block-start: 15px; + margin-inline-end: 40px; + margin-inline-start: 40px; + padding: 0px; + } + + figcaption { + color: rgb(73, 70, 61); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-size: 16px; + font-style: normal; + text-align: start; + margin: 0px; + margin-block-end: 0px; + margin-block-start: 0px; + margin-inline-end: 0px; + margin-inline-start: 0px; + padding: 0px; + } + + video { + border-radius: 0px; + box-shadow: none; + filter: none; + max-width: none; + object-fit: contain; + border: 0px rgb(73, 70, 61); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + margin: 0px; + margin-block-end: 0px; + margin-block-start: 0px; + margin-inline-end: 0px; + margin-inline-start: 0px; + } + + audio { + background-color: rgba(0, 0, 0, 0); + border: 0px rgb(73, 70, 61); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + padding: 0px; + } + + .transclude { + background-color: rgba(0, 0, 0, 0); + border-color: rgb(73, 70, 61); + border-left: 2px solid rgb(110, 105, 91); + border-right-width: 0px; + border-top-width: 0px; + border-bottom-width: 0px; + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + margin: 0px; + padding: 0px; + } + + .transclude-inner { + background-color: rgba(0, 0, 0, 0); + border-left: solid; + border-width: 0px; + border-color: rgb(73, 70, 61); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + margin: 0px; + padding: 0px; + } + + .file-embed { + background-color: rgb(172, 167, 147); + border-color: rgb(105, 104, 104); + border-width: 0px; + border-top-left-radius: 8px; + border-top-right-radius: 8px; + border-bottom-left-radius: 8px; + border-bottom-right-radius: 8px; + margin: 0px; + padding: 8px; + } + + .metadata { + background-color: rgba(0, 0, 0, 0); + color: rgb(105, 104, 104); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + border: 0px solid rgb(66, 73, 88); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + margin: 0px 0px 32px; + padding: 8px 0px; + } + + .metadata-properties { + background-color: rgba(0, 0, 0, 0); + color: rgb(105, 104, 104); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + border-color: rgb(105, 104, 104); + border-width: 0px; + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + margin: 0px; + padding: 0px; + } + + progress { + accent-color: auto; + background-color: rgba(0, 0, 0, 0); + height: 15px; + border: 0px rgb(73, 70, 61); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + input[type="range"] { + accent-color: auto; + background-color: rgb(59, 59, 59); + border: 2px inset rgb(133, 133, 133); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + input[type="text"] { + background-color: rgba(0, 0, 0, 0); + color: rgb(105, 104, 104); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + border: 0px solid rgb(105, 104, 104); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + padding: 4px 8px; + } + + details { + background-color: rgba(0, 0, 0, 0); + border: 0px rgb(73, 70, 61); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + margin: 0px; + margin-block-end: 0px; + margin-block-start: 0px; + margin-inline-end: 0px; + margin-inline-start: 0px; + padding: 0px; + } + + summary { + background-color: rgba(0, 0, 0, 0); + color: rgb(73, 70, 61); + cursor: auto; + font-weight: 400; + padding: 0px; + } + + details[open] { + background-color: rgba(0, 0, 0, 0); + border: 0px rgb(218, 218, 218); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + margin: 0px; + margin-block-end: 0px; + margin-block-start: 0px; + margin-inline-end: 0px; + margin-inline-start: 0px; + padding: 0px; + } + + kbd { + background-color: rgba(255, 255, 255, 0.353); + box-shadow: none; + color: rgb(73, 70, 61); + font-family: ui-monospace, SFMono-Regular, "Cascadia Mono", "Roboto Mono", "DejaVu Sans Mono", "Liberation Mono", Menlo, Monaco, Consolas, "Source Code Pro", monospace; + font-size: 14px; + border: 0px rgb(73, 70, 61); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 4px; + border-start-end-radius: 4px; + border-end-start-radius: 4px; + border-end-end-radius: 4px; + padding: 1.4px 3.5px; + } + + dl { + margin: 16px 0px; + margin-block-end: 15px; + margin-block-start: 15px; + margin-inline-end: 0px; + margin-inline-start: 0px; + } + + dt { + color: rgb(73, 70, 61); + font-weight: 400; + margin: 0px; + margin-block-end: 0px; + margin-block-start: 0px; + margin-inline-end: 0px; + margin-inline-start: 0px; + } + + dd { + color: rgb(73, 70, 61); + margin: 0px 0px 0px 40px; + margin-block-end: 0px; + margin-block-start: 0px; + margin-inline-end: 0px; + margin-inline-start: 40px; + padding: 0px; + } + + sub { + color: rgb(73, 70, 61); + font-size: 13.3333px; + vertical-align: sub; + } + + sup { + color: rgb(73, 70, 61); + font-size: 13.3333px; + vertical-align: super; + } + + abbr { + color: rgb(73, 70, 61); + cursor: auto; + text-decoration: underline dotted; + text-decoration-style: dotted; + } + + li.task-list-item[data-task="-"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + li.task-list-item[data-task=">"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + li.task-list-item[data-task="/"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + li.task-list-item[data-task="?"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + li.task-list-item[data-task="!"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + li.task-list-item[data-task="*"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + li.task-list-item[data-task="l"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + li.task-list-item[data-task="b"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + li.task-list-item[data-task="i"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + li.task-list-item[data-task="S"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + li.task-list-item[data-task="I"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + li.task-list-item[data-task="p"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + li.task-list-item[data-task="c"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + li.task-list-item[data-task="f"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + li.task-list-item[data-task="k"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + li.task-list-item[data-task="u"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + li.task-list-item[data-task="d"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + li.task-list-item[data-task="w"] { + color: rgb(73, 70, 61); + text-decoration: none; + text-decoration-color: rgb(73, 70, 61); + } + + .katex-display > .katex { + display: block; + text-align: left; + white-space-collapse: collapse; + text-wrap-mode: wrap; + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + } + + .katex-display > .katex > .katex-html { + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + } + + .katex > .katex-html { + font-family: MJXZERO, MJXTEX; + } + + .explorer .explorer-content ul.explorer-ul li a { + color: rgb(218, 218, 218); + cursor: auto; + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-weight: 400; + text-decoration: rgb(218, 218, 218); + } + + .explorer .explorer-content ul.explorer-ul li:has(> .active) { + background-color: rgba(0, 0, 0, 0); + border: 0px rgb(218, 218, 218); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + color: rgb(218, 218, 218); + cursor: auto; + transition-behavior: normal; + transition-delay: 0s; + transition-duration: 0s; + transition-property: all; + transition-timing-function: ease; + } + + .explorer .explorer-content li:has(> .folder-outer:not(.open)) > .folder-container { + color: rgb(67, 64, 55); + cursor: default; + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-weight: 400; + text-decoration: rgb(218, 218, 218); + } + + .explorer .explorer-content li:has(> .folder-outer.open) > .folder-container { + color: rgb(67, 64, 55); + cursor: default; + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-weight: 400; + text-decoration: rgb(218, 218, 218); + } + + .explorer .folder-outer > ul { + border-left: 1px solid rgb(110, 105, 91); + } + + .explorer { + background-color: rgba(0, 0, 0, 0); + } + + .bases-table { + border-color: rgb(128, 128, 128); + } + + .bases-table thead th { + background-color: rgba(0, 0, 0, 0); + color: rgb(73, 70, 61); + font-weight: 600; + border-color: rgb(66, 73, 88); + } + + .bases-table tbody tr:nth-child(even) { + background-color: rgba(0, 0, 0, 0); + } + + .canvas-node { + background-color: rgba(0, 0, 0, 0); + border-color: rgb(73, 70, 61); + border-radius: 0px; + border-width: 0px; + } + + .canvas-node-content { + color: rgb(73, 70, 61); + } + + .canvas-node-file { + color: rgb(73, 70, 61); + background-color: rgba(0, 0, 0, 0); + } + + .canvas-sidebar { + background-color: rgb(175, 170, 150); + border-color: rgb(73, 70, 61); + box-shadow: + rgba(255, 255, 255, 0.09) 0px 0.5px 0.5px 0.5px inset, + rgba(0, 0, 0, 0.15) 0px 2px 4px 0px, + rgba(0, 0, 0, 0.1) 0px 1px 1.5px 0px, + rgba(0, 0, 0, 0.2) 0px 1px 2px 0px, + rgba(0, 0, 0, 0) 0px 0px 0px 0px; + } + + .canvas-node-group { + background-color: rgba(0, 0, 0, 0); + border-color: rgb(73, 70, 61); + border-width: 0px; + } + + .note-properties { + background-color: rgba(0, 0, 0, 0); + border-color: rgb(66, 73, 88); + border-radius: 0px; + } + + .note-properties-key { + color: rgb(105, 104, 104); + font-weight: 400; + } + + .note-properties-value { + color: rgb(105, 104, 104); + } + + .note-properties-tags { + background-color: rgb(172, 167, 147); + color: rgb(73, 70, 61); + border-radius: 4px; + } + + .note-properties-row { + border-color: rgb(105, 104, 104); + } + + details.toc summary::marker { + color: rgb(73, 70, 61); + } + + .graph > .graph-outer > .global-graph-icon { + background-color: rgba(0, 0, 0, 0); + color: rgb(0, 0, 0); + cursor: default; + border-color: rgb(0, 0, 0); + border-width: 0px; + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + } + + footer { + background-color: rgb(175, 170, 150); + color: rgb(105, 104, 104); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + border: 1px solid rgb(24, 25, 30); + border-top-left-radius: 8px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + opacity: 1; + } + + footer ul li a { + color: rgb(105, 104, 104); + } + + .recent-notes > h3 { + color: rgb(73, 70, 61); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + font-weight: 400; + } + + .recent-notes > ul.recent-ul > li { + background-color: rgba(0, 0, 0, 0); + color: rgb(73, 70, 61); + border-color: rgb(73, 70, 61); + border-width: 0px; + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + } + + .recent-notes > ul.recent-ul > li .section > .desc > h3 > a { + color: rgb(67, 64, 55); + } + + .recent-notes > ul.recent-ul > li .section > .meta { + color: rgb(67, 64, 55); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + } + + ul.section-ul { + background-color: rgba(0, 0, 0, 0); + border-color: rgb(73, 70, 61); + border-width: 0px; + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + } + + li.section-li { + background-color: rgba(0, 0, 0, 0); + border-color: rgb(73, 70, 61); + border-width: 0px; + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + } + + li.section-li > .section > .desc > h3 > a { + color: rgb(67, 64, 55); + } + + li.section-li > .section .meta { + color: rgb(67, 64, 55); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + } + + .darkmode { + background-color: rgba(0, 0, 0, 0); + color: rgb(0, 0, 0); + cursor: default; + border-color: rgb(0, 0, 0); + border-width: 0px; + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + } + + .darkmode svg { + stroke: rgb(0, 0, 0); + color: rgb(0, 0, 0); + } + + .breadcrumb-container { + background-color: rgba(0, 0, 0, 0); + color: rgb(105, 104, 104); + border-color: rgb(105, 104, 104); + border-width: 0px; + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + } + + .breadcrumb-element p { + color: rgb(81, 86, 99); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + } + + .navigation-progress { + background-color: rgb(175, 170, 150); + } + + .page-header h2.page-title { + color: rgb(73, 70, 61); + font-family: + ui-sans-serif, + -apple-system, + BlinkMacSystemFont, + system-ui, + "Segoe UI", + "Google Sans Flex", + Roboto, + "Inter Variable", + Inter, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + sans-serif; + } + + .katex-display { + background-color: rgba(0, 0, 0, 0); + color: rgb(73, 70, 61); + border-color: rgb(73, 70, 61); + border-width: 0px; + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + } + + .footnotes { + background-color: rgba(0, 0, 0, 0); + border-top-color: rgb(73, 70, 61); + border-top-width: 0px; + color: rgb(73, 70, 61); + } + + .table-container { + background-color: rgba(0, 0, 0, 0); + border-color: rgb(73, 70, 61); + border-width: 0px; + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + } + + .spacer { + background-color: rgba(0, 0, 0, 0); + } + + ul.overflow { + border-color: rgb(73, 70, 61); + border-width: 0px; + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + } + + ol.overflow { + border-color: rgb(73, 70, 61); + border-width: 0px; + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + } + + figure[data-rehype-pretty-code-figure] { + background-color: rgb(0, 0, 0); + border: 0px solid rgb(66, 73, 88); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + figure[data-rehype-pretty-code-figure] > [data-rehype-pretty-code-title] { + background-color: rgb(0, 0, 0); + color: rgb(221, 216, 199); + font-family: monospace; + border: 0px solid rgb(66, 73, 88); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + pre > code > [data-line] { + background-color: rgba(0, 0, 0, 0); + border-left: 0px rgb(229, 192, 123); + } + + pre > code > [data-line][data-highlighted-line] { + background-color: rgba(0, 0, 0, 0); + border-left-color: rgb(229, 192, 123); + } + + pre > code [data-highlighted-chars] { + background-color: rgba(0, 0, 0, 0); + border: 0px rgb(229, 192, 123); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-start-start-radius: 0px; + border-start-end-radius: 0px; + border-end-start-radius: 0px; + border-end-end-radius: 0px; + } + + ul.tags > li { + background-color: rgb(172, 167, 147); + color: rgb(73, 70, 61); + border: 0px solid rgba(76, 121, 205, 0.15); + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + } + + li.task-list-item input[type="checkbox"] { + border-color: rgb(81, 86, 99); + border-radius: 4px; + border-width: 1px; + background-color: rgba(0, 0, 0, 0); + } + + li.task-list-item input[type="checkbox"]:checked { + background-color: rgb(74, 71, 62); + border-color: rgb(74, 71, 62); + } + + h1.article-title { + color: rgb(73, 70, 61); + font-size: 13px; + font-weight: 400; + text-decoration: underline rgb(105, 104, 104); + } + + --current-page-slug: attr(data-slug raw-string); +} + +li.task-list-item[data-task="_"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="-"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task=","] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task=";"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task=":"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="!"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="?"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="."] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="'"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task=""] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="@"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="*"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="/"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="&"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="#"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="%"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="`"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="+"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="<"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="="] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task=">"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="|"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="~"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="$"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="0"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="1"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="2"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="3"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="4"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="5"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="6"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="7"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="8"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="9"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="a"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="A"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="b"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="B"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="c"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="C"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="d"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="D"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="e"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="E"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="f"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="F"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="g"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="G"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="h"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="H"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="i"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="I"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="j"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="J"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="k"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="K"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="l"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="L"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="m"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="M"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="n"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="N"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="o"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="O"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="p"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="P"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="q"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="Q"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="r"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="R"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="s"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="S"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="t"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="T"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="u"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="U"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="v"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="V"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="w"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="W"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="x"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="X"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="y"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="Y"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="z"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +li.task-list-item[data-task="Z"] input[type="checkbox"]::after { + background-color: rgb(221, 216, 199); + color: rgb(255, 255, 255); + mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=\'12px\' height=\'10px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cg stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate%2528-4.000000, -6.000000%2529\' fill=\'%2523000000\'%3E%3Cpath d=\'M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); +} + +.callout[data-callout="note"] { + --callout-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z'/%3E%3Cpath d='m15 5 4 4'/%3E%3C/svg%3E"); +} +.callout[data-callout="abstract"] { + --callout-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='M12 11h4'/%3E%3Cpath d='M12 16h4'/%3E%3Cpath d='M8 11h.01'/%3E%3Cpath d='M8 16h.01'/%3E%3C/svg%3E"); +} +.callout[data-callout="info"] { + --callout-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E"); +} +.callout[data-callout="todo"] { + --callout-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E"); +} +.callout[data-callout="tip"] { + --callout-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4'/%3E%3C/svg%3E"); +} +.callout[data-callout="success"] { + --callout-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); +} +.callout[data-callout="question"] { + --callout-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E"); +} +.callout[data-callout="warning"] { + --callout-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E"); +} +.callout[data-callout="danger"] { + --callout-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z'/%3E%3C/svg%3E"); +} +.callout[data-callout="failure"] { + --callout-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E"); +} +.callout[data-callout="bug"] { + --callout-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20v-9'/%3E%3Cpath d='M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z'/%3E%3Cpath d='M14.12 3.88 16 2'/%3E%3Cpath d='M21 21a4 4 0 0 0-3.81-4'/%3E%3Cpath d='M21 5a4 4 0 0 1-3.55 3.97'/%3E%3Cpath d='M22 13h-4'/%3E%3Cpath d='M3 21a4 4 0 0 1 3.81-4'/%3E%3Cpath d='M3 5a4 4 0 0 0 3.55 3.97'/%3E%3Cpath d='M6 13H2'/%3E%3Cpath d='m8 2 1.88 1.88'/%3E%3Cpath d='M9 7.13V6a3 3 0 1 1 6 0v1.13'/%3E%3C/svg%3E"); +} +.callout[data-callout="example"] { + --callout-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 5h.01'/%3E%3Cpath d='M3 12h.01'/%3E%3Cpath d='M3 19h.01'/%3E%3Cpath d='M8 5h13'/%3E%3Cpath d='M8 12h13'/%3E%3Cpath d='M8 19h13'/%3E%3C/svg%3E"); +} +.callout[data-callout="quote"] { + --callout-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3Cpath d='M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3C/svg%3E"); +} + +.search { + & > .search-button { + font-size: 1rem; + svg { + color: var(--search-icon-color, var(--text-muted, var(--darkgray))); + stroke: var(--search-icon-color, var(--text-muted, var(--darkgray))); + } + } + & > .search-container { + & > .search-space { + margin: 12vh auto; + & > input { + margin-bottom: 0; + border-bottom: none; + border-top-left-radius: inherit; + border-top-right-radius: inherit; + font-size: 1.1rem; + &:has(+ :not(.display-results)) { + border-radius: inherit; + } + } + & > * { + background: transparent; + margin-bottom: 0; + box-shadow: none; + } + & > .search-layout { + &.display-results { + border-top-left-radius: 0; + border-top-right-radius: 0; + } + & .highlight { + background-color: var(--quartz-text-highlight); + } + & > .results-container { + & .result-card { + @media all and not ($mobile) { + display: flex; + &.no-match { + display: block; + } + } + &:has(~ .result-card:hover), + &:has(~ .result-card:focus), + &:has(~ .result-card.focus) { + background-color: unset; + } + & > ul > li > p { + background-color: transparent; + } + } + } + } + } + } +} + +.explorer { + @media all and ($mobile) { + &:not(.collapsed) > .explorer-content { + -webkit-backdrop-filter: blur(8px); + backdrop-filter: blur(8px); + } + } + .explorer-content { + .folder-container { + --folder-closed-icon: url('data:image/svg+xml;utf8,'); + --folder-open-icon: url('data:image/svg+xml;utf8,'); + + text-overflow: ellipsis; + position: relative; + + @media all and ($mobile) { + padding-inline-start: 0.5rem; + padding-inline-end: 0rem; + border-radius: 0.25rem; + } + & > svg { + opacity: 0.001; + position: absolute; + } + &:before { + width: 1rem; + height: 1rem; + min-width: 1rem; + min-height: 1rem; + display: flex; + align-self: baseline; + background: var(--quartz-icon-color); + content: ""; + margin-inline-end: 0.5rem; + margin-block-start: 0.2rem; + } + & > div { + width: 100%; + } + &:hover { + font-size: 1rem; + line-height: 1.5rem; + background-color: var(--nav-item-background-hover); + border-radius: 0.25rem; + } + } + li:has(> .folder-outer:not(.open)) > .folder-container:before { + background: var(--collapse-icon-color-collapsed, var(--quartz-icon-color)); + mask-image: var(--folder-closed-icon); + -webkit-mask-image: var(--folder-closed-icon); + } + li:has(> .folder-outer.open) > .folder-container:before { + background: var(--collapse-icon-color, var(--quartz-icon-color)); + mask-image: var(--folder-open-icon); + -webkit-mask-image: var(--folder-open-icon); + } + ul.explorer-ul li { + text-overflow: ellipsis; + position: relative; + + a { + display: flex; + color: inherit; + font-size: 1rem; + line-height: 1.5rem; + padding: inherit; + + &.active, + &:not(.folder-title):hover { + font-size: 1rem; + line-height: 1.5rem; + background-color: var(--nav-item-background-hover); + border-radius: 0.25rem; + } + &[data-for$="/index"] { + padding-inline-start: 0.5rem; + padding-inline-end: 0; + } + padding-inline-start: 0; + + @media all and ($mobile) { + padding-inline-start: 0.5rem; + padding-inline-end: 0.5rem; + &[data-for$="/index"] { + padding-inline-end: 0.5rem; + } + } + } + > a:before { + --file-icon: url('data:image/svg+xml;utf8,'); + width: 1rem; + height: 1rem; + min-width: 1rem; + min-height: 1rem; + content: ""; + display: flex; + align-self: baseline; + background: var(--quartz-icon-color); + mask-image: var(--file-icon); + -webkit-mask-image: var(--file-icon); + margin-inline-end: 0.5rem; + margin-block-start: 0.2rem; + } + } + } +} + +button.readermode { + & > svg { + display: none; + } + + --readermode-icon: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWJvb2stb3Blbi1pY29uIGx1Y2lkZS1ib29rLW9wZW4iPjxwYXRoIGQ9Ik0xMiA3djE0Ii8+PHBhdGggZD0iTTMgMThhMSAxIDAgMCAxLTEtMVY0YTEgMSAwIDAgMSAxLTFoNWE0IDQgMCAwIDEgNCA0IDQgNCAwIDAgMSA0LTRoNWExIDEgMCAwIDEgMSAxdjEzYTEgMSAwIDAgMS0xIDFoLTZhMyAzIDAgMCAwLTMgMyAzIDMgMCAwIDAtMy0zeiIvPjwvc3ZnPg=="); + background: var(--quartz-icon-color) !important; + mask-image: var(--readermode-icon); + -webkit-mask-image: var(--readermode-icon); + width: 24px; + height: 24px; +} + +button.global-graph-icon { + & > svg { + display: none; + } + + --graph-icon: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWdpdC1mb3JrLWljb24gbHVjaWRlLWdpdC1mb3JrIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjE4IiByPSIzIi8+PGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjMiLz48Y2lyY2xlIGN4PSIxOCIgY3k9IjYiIHI9IjMiLz48cGF0aCBkPSJNMTggOXYyYzAgLjYtLjQgMS0xIDFIN2MtLjYgMC0xLS40LTEtMVY5Ii8+PHBhdGggZD0iTTEyIDEydjMiLz48L3N2Zz4="); + background: var(--quartz-icon-color) !important; + mask-image: var(--graph-icon); + -webkit-mask-image: var(--graph-icon); + width: 24px; + height: 24px; +} + +button.darkmode { + & > svg { + display: none !important; + } + + --moon-icon: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLW1vb24taWNvbiBsdWNpZGUtbW9vbiI+PHBhdGggZD0iTTEyIDNhNiA2IDAgMCAwIDkgOSA5IDkgMCAxIDEtOS05WiIvPjwvc3ZnPg=="); + + --sun-icon: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLXN1bi1pY29uIGx1Y2lkZS1zdW4iPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjQiLz48cGF0aCBkPSJNMTIgMnYyIi8+PHBhdGggZD0iTTEyIDIwdjIiLz48cGF0aCBkPSJtNC45MyA0LjkzIDEuNDEgMS40MSIvPjxwYXRoIGQ9Im0xNy42NiAxNy42NiAxLjQxIDEuNDEiLz48cGF0aCBkPSJNMiAxMmgyIi8+PHBhdGggZD0iTTIwIDEyaDIiLz48cGF0aCBkPSJtNi4zNCAxNy42Ni0xLjQxIDEuNDEiLz48cGF0aCBkPSJtMTkuMDcgNC45My0xLjQxIDEuNDEiLz48L3N2Zz4="); + background: var(--quartz-icon-color) !important; + width: 24px; + height: 24px; +} + +.explorer svg, +button.toc-header .fold, +.global-graph-icon, +.readermode, +.darkmode { + color: var(--quartz-icon-color); + stroke: var(--quartz-icon-color); +} + +@media all and not ($desktop) { + .page > div#quartz-body div.sidebar.right { + background-color: transparent; + border-left: none; + } +} + +@media all and ($desktop) { + div#quartz-root.page { + display: grid; + place-items: center; + width: 100%; + min-width: 100%; + max-width: 100%; + padding: 0; + margin: 0; + div#quartz-body { + width: min(100%, calc(#{map.get($breakpoints, desktop)} + 300px)); + max-width: min(100%, calc(#{map.get($breakpoints, desktop)} + 300px)); + padding: 0 auto; + } + } + .page > #quartz-body { + div.center, + footer { + min-width: calc(100% - 3rem); + max-width: calc(100% - 3rem); + padding-left: 1.5rem; + padding-right: 1.5rem; + } + + footer { + padding: 0 1.5rem; + } + } +} + +@media all and ($tablet) { + .page > #quartz-body { + padding-left: 0; + padding-right: 0; + + div.center, + footer { + min-width: calc(100% - 3rem); + max-width: calc(100% - 3rem); + padding-left: 1.5rem; + padding-right: 1.5rem; + } + + div.sidebar.left { + padding-left: 2rem; + } + + div.sidebar.right, + footer { + padding: 0 1.5rem; + } + } +} + +@media all and ($mobile) { + .page > div#quartz-body div.sidebar.left { + background-color: transparent; + border-right: none; + } + .page > #quartz-body { + padding: 0; + + div.center, + footer { + min-width: calc(100% - 3rem); + max-width: calc(100% - 3rem); + padding-left: 1.5rem; + padding-right: 1.5rem; + } + + div.sidebar.left, + div.sidebar.left:has(.explorer) { + padding: 1rem 1.5rem 1rem 1rem; + } + + div.sidebar.right, + footer { + padding: 0 1.5rem; + } + footer { + min-width: auto; + } + + // overflow fix for explorer on mobile + .explorer { + .explorer-content { + padding-left: 1rem; + padding-right: 1rem; + overflow-y: auto; + max-height: 100vh; + & > .explorer-ul { + min-height: 0; + overscroll-behavior: contain; + } + ul { + overscroll-behavior: auto; + } + } + } + } + .page-title { + display: none; + } +} + +.callout.is-collapsed .callout-content > :first-child { + margin-top: -4rem; +} + +figure[data-rehype-pretty-code-figure] pre, +pre { + background-color: var(--qt-code-background, var(--code-background)); + white-space: pre; + + & > code { + overflow-x: auto; + + span[class*="qt-code-keyword"] { + color: var(--qt-code-keyword, var(--code-keyword)) !important; + } + span[class*="qt-code-string"] { + color: var(--qt-code-string, var(--code-string)) !important; + } + span[class*="qt-code-comment"] { + color: var(--qt-code-comment, var(--code-comment)) !important; + } + span[class*="qt-code-function"] { + color: var(--qt-code-function, var(--code-function)) !important; + } + span[class*="qt-code-number"] { + color: var(--qt-code-number, var(--code-value)) !important; + } + span[class*="qt-code-operator"] { + color: var(--qt-code-operator, var(--code-operator)) !important; + } + span[class*="qt-code-property"] { + color: var(--qt-code-property, var(--code-property)) !important; + } + span[class*="qt-code-variable"] { + color: var(--qt-code-variable, var(--code-normal)) !important; + } + span[class*="qt-code-tag"] { + color: var(--qt-code-tag, var(--code-tag)) !important; + } + span[class*="qt-code-attribute"] { + color: var(--qt-code-attribute, var(--code-important)) !important; + } + span[class*="qt-code-type"] { + color: var(--qt-code-type, var(--code-function)) !important; + } + span[class*="qt-code-builtin"] { + color: var(--qt-code-builtin, var(--code-function)) !important; + } + span[class*="qt-code-atom"] { + color: var(--qt-code-atom, var(--code-value)) !important; + } + span[class*="qt-code-meta"] { + color: var(--qt-code-meta, var(--code-comment)) !important; + } + span[class*="qt-code-qualifier"] { + color: var(--qt-code-qualifier, var(--code-property)) !important; + } + span[class*="qt-code-punctuation"] { + color: var(--qt-code-punctuation, var(--code-punctuation)) !important; + } + span[class*="qt-code-bracket"] { + color: var(--qt-code-bracket, var(--code-punctuation)) !important; + } + span[class*="qt-code-header"] { + color: var(--qt-code-header, var(--code-tag)) !important; + } + span[class*="qt-code-link"] { + color: var(--qt-code-link, var(--code-string)) !important; + } + span[class*="qt-code-error"] { + color: var(--qt-code-error, var(--code-important)) !important; + } + + background-color: transparent; + color: var(--qt-code-default, var(--code-normal)); + } +} + +blockquote.callout { + .callout-title { + color: var(--color); + .callout-icon { + background-color: var(--color); + } + } + .callout-title > .callout-title-inner > p { + color: var(--color); + } + &[data-callout] { + --color: rgb(var(--callout-info, 2, 122, 255)) !important; + --border: rgba(var(--callout-info, 2, 122, 255), 0.267) !important; + --bg: rgba(var(--callout-info, 2, 122, 255), 0.063) !important; + } + &[data-callout="note"] { + --color: rgb(var(--callout-default, 2, 122, 255)) !important; + --border: rgba(var(--callout-default, 2, 122, 255), 0.267) !important; + --bg: rgba(var(--callout-default, 2, 122, 255), 0.063) !important; + } + &[data-callout="abstract"] { + --color: rgb(var(--callout-summary, 83, 223, 221)) !important; + --border: rgba(var(--callout-summary, 83, 223, 221), 0.267) !important; + --bg: rgba(var(--callout-summary, 83, 223, 221), 0.063) !important; + } + &[data-callout="info"] { + --color: rgb(var(--callout-info, 2, 122, 255)) !important; + --border: rgba(var(--callout-info, 2, 122, 255), 0.267) !important; + --bg: rgba(var(--callout-info, 2, 122, 255), 0.063) !important; + } + &[data-callout="todo"] { + --color: rgb(var(--callout-todo, 2, 122, 255)) !important; + --border: rgba(var(--callout-todo, 2, 122, 255), 0.267) !important; + --bg: rgba(var(--callout-todo, 2, 122, 255), 0.063) !important; + } + &[data-callout="tip"] { + --color: rgb(var(--callout-tip, 83, 223, 221)) !important; + --border: rgba(var(--callout-tip, 83, 223, 221), 0.267) !important; + --bg: rgba(var(--callout-tip, 83, 223, 221), 0.063) !important; + } + &[data-callout="success"] { + --color: rgb(var(--callout-success, 68, 207, 110)) !important; + --border: rgba(var(--callout-success, 68, 207, 110), 0.267) !important; + --bg: rgba(var(--callout-success, 68, 207, 110), 0.063) !important; + } + &[data-callout="question"] { + --color: rgb(var(--callout-question, 233, 151, 63)) !important; + --border: rgba(var(--callout-question, 233, 151, 63), 0.267) !important; + --bg: rgba(var(--callout-question, 233, 151, 63), 0.063) !important; + } + &[data-callout="warning"] { + --color: rgb(var(--callout-warning, 233, 151, 63)) !important; + --border: rgba(var(--callout-warning, 233, 151, 63), 0.267) !important; + --bg: rgba(var(--callout-warning, 233, 151, 63), 0.063) !important; + } + &[data-callout="failure"] { + --color: rgb(var(--callout-fail, 251, 70, 76)) !important; + --border: rgba(var(--callout-fail, 251, 70, 76), 0.267) !important; + --bg: rgba(var(--callout-fail, 251, 70, 76), 0.063) !important; + } + &[data-callout="danger"] { + --color: rgb(var(--callout-error, 251, 70, 76)) !important; + --border: rgba(var(--callout-error, 251, 70, 76), 0.267) !important; + --bg: rgba(var(--callout-error, 251, 70, 76), 0.063) !important; + } + &[data-callout="bug"] { + --color: rgb(var(--callout-bug, 251, 70, 76)) !important; + --border: rgba(var(--callout-bug, 251, 70, 76), 0.267) !important; + --bg: rgba(var(--callout-bug, 251, 70, 76), 0.063) !important; + } + &[data-callout="example"] { + --color: rgb(var(--callout-example, 168, 130, 255)) !important; + --border: rgba(var(--callout-example, 168, 130, 255), 0.267) !important; + --bg: rgba(var(--callout-example, 168, 130, 255), 0.063) !important; + } + &[data-callout="quote"] { + --color: rgb(var(--callout-quote, 158, 158, 158)) !important; + --border: rgba(var(--callout-quote, 158, 158, 158), 0.267) !important; + --bg: rgba(var(--callout-quote, 158, 158, 158), 0.063) !important; + } +} + +:root[saved-theme="light"] { + button.darkmode { + mask-image: var(--sun-icon); + -webkit-mask-image: var(--sun-icon); + } +} + +:root[saved-theme="dark"] { + button.darkmode { + mask-image: var(--moon-icon); + -webkit-mask-image: var(--moon-icon); + } +} + +:root[reader-mode="on"] { + body[data-slug] { + div#quartz-root.page { + transition: background-color 0.2s; + &:not(:has(.sidebar:hover)) { + background-color: transparent; + transition: background-color 0.2s; + .sidebar { + opacity: 0 !important; + transition: opacity 0.2s; + } + } + } + div#quartz-root.page:not(:has(.center:hover, footer:hover)):hover { + .sidebar { + opacity: 1 !important; + transition: opacity 0.2s; + } + } + } +} + +:root[saved-theme="light"], +:root[saved-theme="dark"] { + body { + a.external, + a.internal, + .breadcrumb-container .breadcrumb-element > a, + footer a { + text-decoration: none; + } + } +} \ No newline at end of file