/* Reduce Contrast of the whole theme */
body {
    filter: contrast(99%);
}




p,
ul,
ol,
.theme-dark .cm-editor {
    
    color: var(--cyan-3);
}


.cm-s-obsidian span.cm-formatting-highligh,
.cm-s-obsidian span.cm-highlight,
.markdown-preview-view mark {
    background: var(--yellow-1);
    color: var(--dark-7);
    padding: 2px 4px;
    border-radius: 3px;
}


.cm-strikethrough,
.markdown-preview-view del {
    color: var(--purple-5);
}


.cm-hashtag {
    opacity: 0.9;
}


p>code,
li code,
ul code,
ol code {
    font-family: "Monaco", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace !important;
    line-height: normal;
    background: var(--dark-10) !important;
    color: var(--red-3) !important;
    border-radius: 3px;
    font-size: 85%;
    padding: 0.2em 0.4em;
    vertical-align: baseline;
}


.cm-formatting.cm-formatting-code.cm-inline-code {
    color: red !important;
    padding: 0.2em 0.01em !important;
    background: none !important;
}


.cm-inline-code,
.cm-s-obsidian span.cm-inline-code:not(.cm-formatting):not(.cm-hmd-indented-code):not(.obsidian-search-match-highlight) {
    font-family: "Monaco", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace !important;
    line-height: normal !important;
    background: #87837826 !important;
    color: var(--red-4) !important;
    border-radius: 3px !important;
    font-size: 85% !important;
    padding: 0.15em 0.4em !important;
    vertical-align: baseline !important;
}







.theme-dark .HyperMD-codeblock {
    background: var(--dark-8) !important;
    color: var(--white-1);
    font-family: 'SF Mono', Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    word-spacing: normal;
    word-break: normal;
    line-height: 1.5;
    tab-size: 2;
    -webkit-hyphens: none;
    hyphens: none;
}


.theme-dark .cm-keyword {
    color: var(--pink-1);
    font-weight: normal;
}


.theme-dark .cm-callee {
    color: var(--pink-1);
}


.theme-dark .cm-atom {
    color: var(--purple-3);
}


.theme-dark .cm-def {
    color: var(--green-1);
}


.theme-dark .cm-number {
    color: var(--purple-3);
}



.theme-dark .cm-property {
    color: var(--cyan-1);
}


.theme-dark .cm-variable {
    color: var(--cyan-1);
}


.theme-dark .cm-variable-2 {
    color: var(--white-1);
}


.theme-dark .cm-operator {
    color: var(--pink-1);
}


.theme-dark .cm-qualifier {
    color: var(--green-1);
    font-style: italic;
}





.theme-dark .cm-tag {
    color: var(--pink-1);
}






.theme-dark .cm-attribute {
    color: var(--green-1);
}


.theme-dark .cm-comment {
    color: var(--purple-4) !important;
}


.theme-dark .cm-string {
    color: var(--yellow-2);
}


.theme-dark .cm-string-2 {
    color: var(--pink-1);
}


.theme-dark .cm-builtin {
    color: var(--cyan-1);
}








.theme-dark code[class*="language-"],
.theme-dark pre[class*="language-"] {
    background: var(--dark-8) !important;
    color: var(--white-1);
    font-family: 'SF Mono', Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    
    
    word-spacing: normal;
    word-break: normal;
    line-height: 1.5;
    
    tab-size: 2;
    -webkit-hyphens: none;
    hyphens: none;
}


code[class*="language-"]::selection,
code[class*="language-"] ::selection,
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection {
    background: rgba(146, 146, 175, 0.164);
    
    color: unset;
    
}


pre[class*="language-"] {
    padding: 1em;
    
    margin: 0.5em 0;
    
    overflow: auto;
    
    border-radius: 5px;
    
}




.theme-dark .token.comment {
    color: var(--purple-4);
}


.theme-dark .token.doctype {
    color: var(--purple-4);
}


.theme-dark .token.punctuation {
    color: var(--white-1);
}






.theme-dark .token.attr-name {
    color: var(--green-1);
}


.theme-dark .token.attr-value {
    color: var(--yellow-2);
}



.theme-dark .token.class-name {
    color: var(--green-1);
}



.theme-dark .token.builtin {
    color: #80ffea !important;
}

.theme-dark .language-bash .token.function {
    color: var(--cyan-1);
}



.theme-dark .token.function {
    color: var(--green-5);
}



.theme-dark .token.boolean {
    color: var(--purple-3);
}





.theme-dark .token.number {
    color: var(--purple-3);
}


.theme-dark .token.unit {
    color: var(--pink-1);
    
}


.theme-dark .token.atrule {
    color: var(--pink-1);
}


.theme-dark .token.keyword {
    color: var(--pink-1);
    font-weight: normal;
}


.theme-dark .token.property {
    color: var(--cyan-1);
}


.theme-dark .token.tag {
    color: var(--pink-1);
}





.theme-dark .token.important {
    color: var(--pink-1) !important;
}


.theme-dark .token.selector {
    color: var(--pink-1);
}



.theme-dark .token.class {
    color: var(--green-1);
}


.theme-dark .token.string {
    color: var(--yellow-2);
}


.theme-dark .token.method {
    color: var(--green-5);
}


.theme-dark .token.variable {
    color: var(--purple-3);
}


.theme-dark .token.url {
    color: var(--yellow-5);
}




.theme-dark .token.bold {
    font-weight: bolder;
}

.token.italic {
    font-style: italic;
}

.token.entity {
    cursor: help;
}

.theme-dark .token.namespace {
    opacity: 0.7;
}











.markdown-source-view.mod-cm6 .cm-embed-block:not(.cm-table-widget):not(.cm-preview-code-block.cm-embed-block.markdown-rendered.admonition-parent):not(.cm-embed-block.cm-callout):not(.block-language-col) {
    width: fit-content;
}


.cm-preview-code-block.cm-embed-block.markdown-rendered .block-language-col {
    width: var(--file-line-width);
}

@media (hover: hover) {
    .markdown-source-view.mod-cm6 .cm-embed-block:not(.cm-table-widget):not(.cm-preview-code-block.cm-embed-block.markdown-rendered.admonition-parent):not(.cm-embed-block.cm-callout):not(.block-language-col):hover {
        overflow: auto;
        width: fit-content;
    }

    .markdown-source-view.mod-cm6 .cm-embed-block:not(.cm-table-widget):not(.cm-preview-code-block.cm-embed-block.markdown-rendered.admonition-parent):not(.cm-embed-block.cm-callout):not(.block-language-col):hover .edit-block-button:hover {
        background-color: var(--background-modifier-hover);
    }
}



.view-header,
.workspace-leaf.mod-active .view-header,
.workspace-split.mod-root>.workspace-leaf:first-of-type:last-of-type .view-header {
    height: calc(4px + var(--scale-2-18));
}

.view-header-title,
.is-focused .workspace-leaf.mod-active .view-header-title {
    color: var(--text-muted);
}




.cm-s-obsidian span.obsidian-search-match-highlight,
.is-flashing *,
.search-result-file-matched-text {
    background-color: initial;
    color: var(--search-result-text-color);
    background: var(--color-highlight-text);
    padding: 1px 5px;
    border-radius: 3px;
}


.nav-folder-title {
    color: var(--gray-3);
}

.multi-select-pill,
.multi-select-pill svg {
    background-color: var(--dark-5);
    color: var(--text-accent);
}



.theme-light .notice,
.theme-dark .notice {
    background: var(--cyan-5);
    border: 1px solid var(--dark-2);
    border-radius: 4px;
    box-shadow: 0px 3px 3.1px -20px var(--dark-3),
        0px 24px 25px -20px var(--dark-4);
}





.graph-view.color-fill {
    color: var(--graph-node-resolved);
}

.graph-view.color-fill-unresolved {
    color: var(--graph-node-unresolved);
    opacity: 1;
}

.theme-light .graph-view.color-fill-tag,
.theme-dark .graph-view.color-fill-tag {
    color: var(--graph-node-tag);
    opacity: 1;
}

.theme-light .graph-view.color-fill-attachment,
.theme-dark .graph-view.color-fill-attachment {
    color: var(--graph-node-attachment);
    opacity: 1;
}

.graph-view.color-fill-focused {
    color: var(--graph-node-focused);
}

.graph-view.color-arrow {
    color: var(--graph-node-focused);
    opacity: 1;
}

.graph-view.color-line {
    color: var(--graph-line);
    opacity: 1;
}

.graph-view.color-text {
    color: var(--graph-text);
}


.graph-view.color-line-highlight {
    color: var(--graph-node-focused);
}

.graph-controls .setting-item-name {
    color: var(--text-muted);
}



.is-loading:before,
.search-result-container.is-loading:before {
    background-color: var(--background-primary);
}

.progress-bar {
    background: var(--background-primary);
}

.progress-bar-line {
    width: 150%;
    position: absolute;
    border-radius: 2px;
    height: 16px;
    background: var(--graph-node-resolved);
}

.progress-bar-subline {
    border-radius: 2px;
    height: 8px;
}

.progress-bar-message {
    color: var(--graph-node-resolved);
    text-transform: uppercase;
    animation: blinkingText 0.4s infinite;
}


@keyframes blinkingText {
    0% {
        color: var(--text-muted);
    }

    49% {
        color: var(--text-muted);
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: var(--text-muted);
    }
}


.progress-bar-subline {
    
    background: var(--graph-node-resolved);
}


div.metadata-property-key>input {
    background: inherit;
}

.metadata-property:not([data-property-key="tags"]) .multi-select-pill {
    line-height: var(--line-height-normal);
}

.multi-select-pill {
    border-radius: var(--radius-l);
    padding: 0 10px 0 10px;
}

.multi-select-pill:hover {
    background-color: hsla(254, 80%, 80%, 0.1);
    color: var(--text-accent);
}


textarea,
input[type='text'],
input[type='search'],
input[type='email'],
input[type='password'],
input[type='number'] {
    background: var(--background-modifier-form-field);
}

textarea::placeholder,
input[type='text']::placeholder,
input[type='search']::placeholder,
input[type='email'],
input[type='password']::placeholder,
input[type='number']::placeholder {
    color: var(--text-faint);
}

textarea:hover {
    background: var(--dark-12);
}

textarea:focus,
input[type='text']:focus,
input[type='search']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='number']:focus {
    color: var(--h6-color);
    border: 1px solid var(--h5-color);
}

textarea:focus,
input[type='text']:focus {
    border-top-left-radius: var(--radius-l);
    border-top-right-radius: var(--radius-l);
}

input.document-search-input,
input.document-replace-input {
    border: 1px solid var(--background-modifier-border);
}

body {
    
    --header-height: 40px;
    
    --titlebar-background: var(--ribbon-background);
    --titlebar-background-focused: var(--background-secondary);
    --titlebar-border-width: 0px;
    --titlebar-border-color: var(--background-modifier-border);
    --titlebar-text-color: var(--text-muted);
    --titlebar-text-color-focused: var(--text-normal);
    --titlebar-text-weight: var(--font-bold);
    
    --vault-name-font-size: var(--font-ui-small);
    --vault-name-font-weight: var(--font-medium);
    --vault-name-color: var(--text-normal);
    
    
    --ribbon-width: 44px;
    --ribbon-padding: var(--size-4-2) var(--size-4-1) var(--size-4-3);
    
    --background-primary: var(--dark-15);
    --background-primary-alt: var(--dark-13);
    --background-secondary: var(--dark-16);
    --background-secondary-alt: var(--dark-14);
    --background-modifier-hover: rgba(var(--mono-rgb-100), 0.075);
    --background-modifier-active-hover: hsla(var(--interactive-accent-hsl), 0.15);
    --background-modifier-border: var(--color-base-30);
    --background-modifier-border-hover: var(--color-base-35);
    --background-modifier-border-focus: var(--color-base-40);
    --background-modifier-error-rgb: var(--color-red-rgb);
    --background-modifier-error: var(--color-red);
    --background-modifier-error-hover: var(--color-red);
    --background-modifier-success-rgb: var(--color-green-rgb);
    --background-modifier-success: var(--color-green);
    --background-modifier-message: var(--dark-21);
    
    --text-normal: var(--white-1);
    --text-muted: var(--gray-4);
    --text-faint: var(--purple-5);
    --text-on-accent: var(--white-1);
    --text-on-accent-inverted: var(--dark-22);
    --text-error: var(--color-red);
    --text-warning: var(--color-orange);
    --text-success: var(--color-green);
    --text-selection: var(--dark-19);
    --color-highlight-text: var(--yellow-1);
    --text-highlight-bg-rgb: 255, 208, 0;
    --text-highlight-bg: rgba(var(--text-highlight-bg-rgb), 0.4);
    --text-highlight-bg-active: var(--dark-6);
    --text-accent: var(--purple-1);
    --text-accent-hover: var(--text-muted);
    --interactive-normal: var(--dark-9);
    --interactive-hover: var(--dark-11);
    --interactive-accent-hsl: var(--color-accent-hsl);
    --interactive-accent: var(--cyan-5);
    --interactive-accent-rgb: var(--blue-1);
    --interactive-accent-hover: var(--cyan-6);
    
    --bold-weight: var(--font-semibold);
    --bold-color: var(--yellow-5);
    
    --italic-color: var(--yellow-2);
    --italic-weight: inherit;
    
    --blockquote-border-thickness: 5px;
    --blockquote-border-color: var(--code-comment);
    --blockquote-font-style: normal;
    --blockquote-color: inherit;
    --blockquote-background-color: var(--dark-17);
    
    --heading-formatting: var(--text-faint);
    --heading-spacing: calc(var(--p-spacing) * 2.5);
    --h1-color: var(--red-2);
    --h2-color: var(--purple-2);
    --h3-color: var(--green-2);
    --h4-color: var(--yellow-6);
    --h5-color: var(--yellow-3);
    --h6-color: var(--cyan-2);
    --h1-font: inherit;
    --h2-font: inherit;
    --h3-font: inherit;
    --h4-font: inherit;
    --h5-font: inherit;
    --h6-font: inherit;
    --h1-line-height: 1.2;
    --h2-line-height: 1.2;
    --h3-line-height: 1.3;
    --h4-line-height: 1.4;
    --h5-line-height: var(--line-height-normal);
    --h6-line-height: var(--line-height-normal);
    --h1-size: 1.802em;
    --h2-size: 1.602em;
    --h3-size: 1.424em;
    --h4-size: 1.266em;
    --h5-size: 1.125em;
    --h6-size: 1em;
    --h1-style: normal;
    --h2-style: normal;
    --h3-style: normal;
    --h4-style: normal;
    --h5-style: normal;
    --h6-style: normal;
    --h1-variant: normal;
    --h2-variant: normal;
    --h3-variant: normal;
    --h4-variant: normal;
    --h5-variant: normal;
    --h6-variant: normal;
    --h1-weight: 700;
    --h2-weight: 600;
    --h3-weight: 600;
    --h4-weight: 600;
    --h5-weight: 600;
    --h6-weight: 600;
    
    --link-color: var(--pink-1);
    --link-color-hover: var(--pink-3-transparent);
    --link-decoration: none;
    --link-decoration-hover: underline;
    --link-decoration-thickness: auto;
    --link-external-color: var(--green-3);
    --link-external-color-hover: var(--green-6);
    --link-external-decoration: underline;
    --link-external-decoration-hover: underline;
    --link-external-filter: none;
    --link-unresolved-color: var(--pink-3);
    --link-unresolved-opacity: 0.6;
    --link-unresolved-filter: none;
    --link-unresolved-decoration-style: solid;
    --link-unresolved-decoration-color: hsla(var(--interactive-accent-hsl), 0.3);
    
    --border-width: 1px;
    
    --button-radius: var(--input-radius);
    
    --callout-border-width: 0px;
    --callout-border-opacity: 0.25;
    --callout-padding: var(--size-4-3) var(--size-4-3) var(--size-4-3) var(--size-4-6);
    --callout-radius: var(--radius-s);
    --callout-blend-mode: var(--highlight-mix-blend-mode);
    --callout-title-color: inherit;
    --callout-title-padding: 0;
    --callout-title-size: inherit;
    --callout-content-padding: 0;
    --callout-content-background: transparent;
    --callout-bug: var(--color-red-rgb);
    --callout-default: var(--color-blue-rgb);
    --callout-error: var(--color-red-rgb);
    --callout-example: var(--color-purple-rgb);
    --callout-fail: var(--color-red-rgb);
    --callout-important: var(--color-cyan-rgb);
    --callout-info: var(--color-blue-rgb);
    --callout-question: var(--color-yellow-rgb);
    --callout-success: var(--color-green-rgb);
    --callout-summary: var(--color-cyan-rgb);
    --callout-tip: var(--color-cyan-rgb);
    --callout-todo: var(--color-blue-rgb);
    --callout-warning: var(--color-orange-rgb);
    --callout-quote: 158, 158, 158;
    
    --code-white-space: pre-wrap;
    --code-radius: var(--radius-s);
    --code-size: var(--font-smaller);
    --code-background: var(--dark-8);
    
    --code-normal: var(--white-1);
    
    --code-comment: var(--purple-4);
    
    --code-function: var(--pink-1);
    
    --code-important: var(--pink-1);
    
    --code-keyword: var(--purple-3);
    
    --code-operator: var(--pink-1);
    
    --code-property: var(--cyan-1);
    
    --code-punctuation: var(--text-muted);
    --code-string: var(--yellow-2);
    
    --code-tag: var(--pink-1);
    
    --code-value: var(--green-1);
    
    
    --tag-size: var(--font-smaller);
    --tag-color: var(--green-4);
    --tag-color-hover: var(--green-7);
    --tag-decoration: none;
    --tag-decoration-hover: underline;
    --tag-background: none;
    --tag-background-hover: none;
    --tag-border-color: hsla(var(--interactive-accent-hsl), 0.15);
    --tag-border-color-hover: hsla(var(--interactive-accent-hsl), 0.15);
    --tag-border-width: 0px;
    --tag-padding-x: 0.65em;
    --tag-padding-y: 0.25em;
    --tag-radius: 2em;
    --tag-weight: inherit;
    
    --embed-max-height: 4000px;
    --embed-canvas-max-height: 400px;
    --embed-background: inherit;
    --embed-border-left: 2px solid var(--code-comment);
    --embed-border-right: 2px solid var(--code-comment);
    --embed-border-top: 2px solid var(--code-comment);
    --embed-border-bottom: 2px solid var(--code-comment);
    --embed-padding: 0 0 0 var(--size-4-6);
    --embed-font-style: inherit;
    
    --embed-block-shadow-hover: 0 0 0 1px var(--background-modifier-border),
        inset 0 0 0 1px var(--background-modifier-border);
    
    --canvas-background: var(--background-primary);
    --canvas-card-label-color: var(--text-faint);
    --canvas-color-1: var(--color-red-rgb);
    --canvas-color-2: var(--color-orange-rgb);
    --canvas-color-3: var(--color-yellow-rgb);
    --canvas-color-4: var(--color-green-rgb);
    --canvas-color-5: var(--color-cyan-rgb);
    --canvas-color-6: var(--color-purple-rgb);
    --canvas-dot-pattern: var(--color-base-30);
    
    --checkbox-radius: var(--radius-s);
    --checkbox-size: var(--font-text-size);
    --checkbox-marker-color: var(--background-primary);
    --checkbox-color: var(--interactive-accent);
    --checkbox-color-hover: var(--interactive-accent-hover);
    --checkbox-border-color: var(--text-faint);
    --checkbox-border-color-hover: var(--text-muted);
    --checklist-done-decoration: line-through;
    --checklist-done-color: var(--text-muted);
    
    --collapse-icon-color: var(--text-faint);
    --collapse-icon-color-collapsed: var(--text-accent);
    
    --cursor: default;
    --cursor-link: pointer;
    
    --dialog-width: 560px;
    --dialog-max-width: 80vw;
    --dialog-max-height: 85vh;
    
    --divider-color: var(--background-modifier-border);
    --divider-color-hover: var(--text-muted);
    --divider-width: 1px;
    --divider-width-hover: 3px;
    --divider-vertical-height: calc(100% - var(--header-height));
    
    --drag-ghost-background: var(--dark-20);
    --drag-ghost-text-color: var(--white-2);
    
    --file-line-width: 700px;
    --file-folding-offset: 24px;
    --file-margins: var(--size-4-8);
    --file-header-font-size: var(--font-ui-small);
    --file-header-font-weight: 400;
    --file-header-border: var(--border-width) solid transparent;
    --file-header-justify: center;
    
    --font-smallest: 0.8em;
    --font-smaller: 0.875em;
    --font-small: 0.933em;
    
    --font-ui-smaller: 12px;
    --font-ui-small: 13px;
    --font-ui-medium: 15px;
    --font-ui-large: 20px;
    
    --font-thin: 100;
    --font-extralight: 200;
    --font-light: 300;
    --font-normal: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;
    --font-extrabold: 800;
    --font-black: 900;
    
    --footnote-size: var(--font-smaller);
    
    --graph-controls-width: 240px;
    --graph-text: var(--gray-2);
    ;
    --graph-line: var(--cyan-6);
    --graph-node: var(--text-muted);
    --graph-node-resolved: var(--yellow-4);
    --graph-node-unresolved: var(var(--link-unresolved-color));
    --graph-node-focused: var(--pink-2);
    --graph-node-tag: var(--tag-color);
    --graph-node-attachment: var(--text-muted);
    --graph-controls-settings-name: var(--cyan-4);
    
    --hr-color: var(--background-modifier-border);
    --hr-thickness: 2px;
    
    --icon-size: var(--icon-m);
    --icon-stroke: var(--icon-m-stroke-width);
    --icon-xs: 14px;
    --icon-s: 16px;
    --icon-m: 18px;
    --icon-l: 18px;
    --icon-xl: 32px;
    --icon-xs-stroke-width: 2px;
    --icon-s-stroke-width: 2px;
    --icon-m-stroke-width: 1.75px;
    --icon-l-stroke-width: 1.75px;
    --icon-xl-stroke-width: 1.25px;
    --icon-color: var(--text-muted);
    --icon-color-hover: var(--text-muted);
    --icon-color-active: var(--gray-1);
    --icon-color-focused: var(--text-normal);
    --icon-opacity: 0.85;
    --icon-opacity-hover: 1;
    --icon-opacity-active: 1;
    --clickable-icon-radius: var(--radius-s);
    
    --indentation-guide-width: 1px;
    --indentation-guide-width-active: 1px;
    --indentation-guide-color: rgba(var(--mono-rgb-100), 0.12);
    --indentation-guide-color-active: rgba(var(--mono-rgb-100), 0.3);
    
    --inline-title-color: var(--h1-color);
    --inline-title-font: var(--h1-font);
    --inline-title-line-height: var(--h1-line-height);
    --inline-title-size: var(--h1-size);
    --inline-title-style: var(--h1-style);
    --inline-title-variant: var(--h1-variant);
    --inline-title-weight: var(--h1-weight);
    --inline-title-margin-bottom: 0.5em;
    
    --input-height: 30px;
    --input-radius: 5px;
    --input-font-weight: var(--font-normal);
    --input-border-width: 1px;
    
    --line-height-normal: 1.5;
    --line-height-tight: 1.3;
    
    --list-indent: 2em;
    --list-spacing: 0.075em;
    --list-marker-color: var(--text-faint);
    --list-marker-color-hover: var(--text-muted);
    --list-marker-color-collapsed: var(--text-accent);
    --list-bullet-border: none;
    --list-bullet-radius: 50%;
    --list-bullet-size: 0.3em;
    --list-bullet-transform: none;
    --list-numbered-style: decimal;
    
    --nav-item-size: var(--font-ui-small);
    --nav-item-color: var(--text-muted);
    --nav-item-color-hover: var(--text-normal);
    --nav-item-color-active: var(--text-normal);
    --nav-item-color-selected: var(--text-normal);
    --nav-item-color-highlighted: var(--text-accent-hover);
    --nav-item-background-hover: var(--background-modifier-hover);
    --nav-item-background-active: var(--dark-18);
    --nav-item-background-selected: hsla(var(--color-accent-hsl), 0.15);
    --nav-item-padding: var(--size-4-1) var(--size-4-2) var(--size-4-1) var(--size-4-6);
    --nav-item-parent-padding: var(--nav-item-padding);
    --nav-item-children-padding-left: var(--size-2-2);
    --nav-item-children-margin-left: var(--size-4-3);
    --nav-item-weight: inherit;
    --nav-item-weight-hover: inherit;
    --nav-item-weight-active: inherit;
    --nav-item-white-space: nowrap;
    --nav-indentation-guide-width: var(--indentation-guide-width);
    --nav-indentation-guide-color: var(--indentation-guide-color);
    --nav-collapse-icon-color: var(--collapse-icon-color);
    --nav-collapse-icon-color-collapsed: var(--text-faint);
    
    --metadata-background: transparent;
    --metadata-display-reading: block;
    --metadata-display-editing: block;
    --metadata-max-width: none;
    --metadata-padding: var(--size-4-2) 0;
    --metadata-border-color: var(--background-modifier-border);
    --metadata-border-radius: 0;
    --metadata-border-width: 0;
    --metadata-divider-color: var(--background-modifier-border);
    --metadata-divider-color-hover: transparent;
    --metadata-divider-color-focus: transparent;
    --metadata-divider-width: 0;
    --metadata-gap: 3px;
    --metadata-property-padding: 0;
    --metadata-property-radius: 6px;
    --metadata-property-background: transparent;
    --metadata-property-background-hover: transparent;
    --metadata-property-background-active: var(--background-modifier-hover);
    --metadata-label-background-hover: transparent;
    --metadata-label-background-active: var(--background-modifier-hover);
    --metadata-label-font-size: var(--font-smaller);
    --metadata-label-font-weight: inherit;
    --metadata-label-text-color: var(--text-muted);
    --metadata-label-text-color-hover: var(--text-muted);
    --metadata-label-width: 9em;
    --metadata-input-height: calc(var(--font-text-size) * 1.75);
    --metadata-input-text-color: var(--text-normal);
    --metadata-input-font-size: var(--font-smaller);
    --metadata-input-background: transparent;
    --metadata-input-background-hover: transparent;
    --metadata-input-background-active: var(--background-modifier-hover);
    --metadata-sidebar-label-font-size: var(--font-ui-small);
    --metadata-sidebar-input-font-size: var(--font-ui-small);
    
    --modal-background: var(--background-primary);
    --modal-width: 90vw;
    --modal-height: 85vh;
    --modal-max-width: 1100px;
    --modal-max-height: 1000px;
    --modal-max-width-narrow: 800px;
    --modal-border-width: var(--border-width);
    --modal-border-color: var(--color-base-40, var(--background-modifier-border-focus));
    --modal-radius: var(--radius-l);
    --modal-community-sidebar-width: 280px;
    
    --pill-color: var(--text-muted);
    --pill-color-hover: var(--text-accent-hover);
    --pill-color-remove: var(--text-faint);
    --pill-color-remove-hover: var(--text-accent);
    --pill-decoration: none;
    --pill-decoration-hover: none;
    --pill-background: transparent;
    --pill-background-hover: transparent;
    --pill-border-color: var(--background-modifier-border);
    --pill-border-color-hover: var(--background-modifier-border-hover);
    --pill-border-width: var(--border-width);
    --pill-padding-x: 0.65em;
    --pill-padding-y: 0.25em;
    --pill-radius: 2em;
    --pill-weight: inherit;
    
    --p-spacing: 1rem;
    --p-spacing-empty: 0rem;
    
    --pdf-background: var(--background-primary);
    --pdf-page-background: var(--background-primary);
    --pdf-shadow: 0 0 0 1px var(--dark-1), 0 2px 8px rgba(0, 0, 0, 0.1);
    --pdf-spread-shadow: 0 0 0 1px var(--dark-1);
    --pdf-sidebar-background: var(--background-primary);
    --pdf-thumbnail-shadow: 0 0 0 1px var(--dark-2), 0 2px 8px var(--dark-3);
    
    --popover-width: 450px;
    --popover-height: 400px;
    --popover-max-height: 70vh;
    --popover-pdf-width: 600px;
    --popover-pdf-height: 800px;
    --popover-font-size: var(--font-text-size);
    
    --prompt-width: 700px;
    --prompt-max-width: 80vw;
    --prompt-max-height: 70vh;
    --prompt-border-width: var(--border-width);
    --prompt-border-color: var(--color-base-40, var(--background-modifier-border-focus));
    
    --radius-s: 4px;
    --radius-m: 8px;
    --radius-l: 12px;
    --radius-xl: 16px;
    
    --scrollbar-active-thumb-bg: rgba(var(--mono-rgb-100), 0.2);
    --scrollbar-bg: rgba(var(--mono-rgb-100), 0.05);
    --scrollbar-thumb-bg: rgba(var(--mono-rgb-100), 0.1);
    
    --search-clear-button-color: var(--text-muted);
    --search-clear-button-size: 13px;
    --search-icon-color: var(--text-muted);
    --search-icon-size: 18px;
    --search-result-background: var(--background-primary);
    --search-result-text-color: var(--dark-7);
    
    --size-2-1: 2px;
    --size-2-2: 4px;
    --size-2-3: 6px;
    --size-4-1: 4px;
    --size-4-2: 8px;
    --size-4-3: 12px;
    --size-4-4: 16px;
    --size-4-5: 20px;
    --size-4-6: 24px;
    --size-4-8: 32px;
    --size-4-9: 36px;
    --size-4-12: 48px;
    --size-4-16: 64px;
    --size-4-18: 72px;
    
    --sidebar-markdown-font-size: calc(var(--font-text-size) * 0.9);
    --sidebar-tab-text-display: none;
    
    --slider-thumb-border-width: 1px;
    --slider-thumb-border-color: var(--background-modifier-border-hover);
    --slider-thumb-height: 18px;
    --slider-thumb-width: 18px;
    --slider-thumb-y: -6px;
    --slider-thumb-radius: 50%;
    --slider-s-thumb-size: 15px;
    --slider-s-thumb-position: -5px;
    --slider-track-background: var(--background-modifier-border);
    --slider-track-height: 3px;
    
    --status-bar-background: var(--background-secondary);
    --status-bar-border-color: var(--divider-color);
    --status-bar-border-width: 1px 0 0 1px;
    --status-bar-font-size: var(--font-ui-smaller);
    --status-bar-text-color: var(--text-muted);
    --status-bar-position: fixed;
    --status-bar-radius: var(--radius-m) 0 0 0;
    --status-bar-scroll-padding: calc(var(--status-bar-font-size) + 18px);
    
    --swatch-radius: 14px;
    --swatch-height: 24px;
    --swatch-width: 24px;
    --swatch-shadow: inset 0 0 0 1px rgba(var(--mono-rgb-100), 0.15);
    
    --tab-background-active: var(--background-primary);
    --tab-text-color: var(--text-faint);
    --tab-text-color-active: var(--yellow-7);
    --tab-text-color-focused: var(--text-muted);
    --tab-text-color-focused-active: var(--yellow-7);
    --tab-text-color-focused-highlighted: var(--text-accent);
    --tab-text-color-focused-active-current: var(--yellow-7);
    --tab-font-size: var(--font-ui-small);
    --tab-font-weight: inherit;
    --tab-container-background: var(--background-secondary);
    --tab-divider-color: var(--background-modifier-border-hover);
    --tab-outline-color: var(--divider-color);
    --tab-outline-width: 1px;
    --tab-curve: 6px;
    --tab-radius: var(--radius-s);
    --tab-radius-active: 6px 6px 0 0;
    --tab-width: 200px;
    --tab-max-width: 320px;
    
    --tab-stacked-pane-width: 700px;
    --tab-stacked-header-width: var(--header-height);
    --tab-stacked-font-size: var(--font-ui-small);
    --tab-stacked-font-weight: 400;
    --tab-stacked-text-align: left;
    --tab-stacked-text-transform: rotate(0deg);
    --tab-stacked-text-writing-mode: vertical-lr;
    --tab-stacked-shadow: -8px 0 8px 0 var(--dark-1);
    
    --table-background: transparent;
    --table-border-width: 1px;
    --table-border-color: var(--background-modifier-border);
    --table-white-space: normal;
    --table-header-background: var(--table-background);
    --table-header-background-hover: inherit;
    --table-header-border-width: var(--table-border-width);
    --table-header-border-color: var(--table-border-color);
    --table-header-font: inherit;
    --table-header-size: var(--font-text-size);
    --table-header-weight: var(--bold-weight);
    --table-header-color: var(--text-normal);
    --table-line-height: var(--line-height-tight);
    --table-text-size: inherit;
    --table-text-color: inherit;
    --table-column-max-width: none;
    --table-column-alt-background: var(--table-background);
    --table-column-first-border-width: var(--table-border-width);
    --table-column-last-border-width: var(--table-border-width);
    --table-row-background-hover: var(--table-background);
    --table-row-alt-background: var(--table-background);
    --table-row-last-border-width: var(--table-border-width);

    
    --toggle-border-width: 2px;
    --toggle-width: 40px;
    --toggle-radius: 18px;
    --toggle-thumb-color: var(--code-normal);
    --toggle-thumb-radius: 18px;
    --toggle-thumb-height: 18px;
    --toggle-thumb-width: 18px;
    --toggle-s-border-width: 2px;
    --toggle-s-width: 34px;
    --toggle-s-thumb-height: 15px;
    --toggle-s-thumb-width: 15px;
    
    --workspace-background-translucent: rgba(var(--mono-rgb-0), 0.);
    
    --accent-h: 254;
    --accent-s: 80%;
    --accent-l: 68%;
    
    --background-modifier-form-field: var(--color-base-00);
    
    --anim-duration-none: 0;
    --anim-duration-superfast: 70ms;
    --anim-duration-fast: 140ms;
    --anim-duration-moderate: 300ms;
    --anim-duration-slow: 560ms;
    --anim-motion-smooth: cubic-bezier(0.45, 0.05, 0.55, 0.95);
    --anim-motion-delay: cubic-bezier(0.65, 0.05, 0.36, 1);
    --anim-motion-jumpy: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    --anim-motion-swing: cubic-bezier(0, 0.55, 0.45, 1);
    
    --layer-cover: 5;
    --layer-sidedock: 10;
    --layer-status-bar: 15;
    --layer-popover: 30;
    --layer-slides: 45;
    --layer-modal: 50;
    --layer-notice: 60;
    --layer-menu: 65;
    --layer-tooltip: 70;
    --layer-dragged-item: 80;

    
    --white-1: #f8f8f2;
    --white-2: #fff;

    
    --gray-1: hsl(0, 0%, 60%);
    --gray-2: hsl(224, 26%, 70%);
    --gray-3: hsl(210, 2%, 84%);
    --gray-4: #6e6b7e;

    
    --cyan-1: #80ffea;
    --cyan-2: hsl(181, 97%, 76%);
    --cyan-3: hsl(191, 54%, 64%);
    --cyan-4: hsl(192, 46%, 62%);
    --cyan-5: hsl(194, 50%, 47%);
    --cyan-6: hsl(196, 27%, 41%);

    
    --blue-1: rgb(72, 54, 153);
    --blue-2: #4d3ca6;

    
    --yellow-1: #fef3ac;
    --yellow-2: #ffff80;
    --yellow-3: hsl(55, 92%, 76%);
    --yellow-4: hsl(58, 86%, 66%);
    --yellow-5: #ffb86c;
    --yellow-6: hsl(21, 100%, 74%);
    --yellow-7: #f1b968;

    
    --red-1: red;
    --red-2: hsl(0, 100%, 67%);
    --red-3: #ff5555;
    --red-4: #FF6654;

    
    --purple-1: #bd93f9;
    --purple-2: hsl(255, 87%, 78%);
    --purple-3: #9580ff;
    --purple-4: #6272a4;
    --purple-5: #6c6498;

    
    --pink-1: #ff80bf;
    --pink-2: hsl(317, 62%, 65%);
    --pink-3: hsl(334, 64%, 66%);
    --pink-3-transparent: hsla(334, 64%, 66%, 0.9);


    
    --dark-1: rgba(0, 0, 0, 0.05);
    --dark-2: rgba(0, 0, 0, 0.15);
    --dark-3: rgba(0, 0, 0, 0.2);
    --dark-4: rgba(0, 0, 0, 0.35);
    --dark-5: hsla(254, 80%, 68%, 0.1);
    --dark-6: rgba(54, 57, 72, 0.4);
    --dark-7: #262626;
    --dark-8: #282a36;
    --dark-9: #2a2a2a;
    --dark-10: #2f2f2d;
    --dark-11: #303030;
    --dark-12: hsl(230, 8%, 10%);
    --dark-13: hsl(230, 18%, 14%);
    --dark-14: hsl(250, 10%, 11%);
    --dark-15: hsl(250, 15%, 15%);
    --dark-16: hsl(250, 16%, 15%);
    --dark-17: hsl(250, 16%, 20%);
    --dark-18: hsl(231, 11%, 24%);
    --dark-19: #363948;
    --dark-20: rgba(0, 0, 0, 0.85);
    --dark-21: rgba(0, 0, 0, 0.9);
    --dark-22: black;

    
    --green-1: #8aff80;
    --green-2: hsl(125, 84%, 65%);
    --green-3: hsl(135, 94%, 65%);
    --green-4: hsl(151, 72%, 65%);
    --green-5: #50fa7b;
    --green-6: hsl(135, 65%, 65%);
    --green-7: rgba(101, 230, 168, 0.7);
}


:root {
    --default-font: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft YaHei Light", sans-serif !important;
}