@font-face {
  font-family: 'Avenir Next';
  src: url(/public/fonts/94f2f163d4b698242fef.otf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/public/fonts/367685b2ca6303dc3853.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/public/fonts/746a677fc34469759ede.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  src: url(/public/fonts/450beda71fb8564202a0.woff2);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  font-weight: 400;
  src: url(/public/fonts/c39581384bcfe728af02.woff2);
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/public/fonts/b0b9c035692f884e8635.woff2);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/public/fonts/856e8f46fd911d2040c3.woff2);
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/public/fonts/bdbbdeddfdfff17b0879.woff2);
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Code Pro';
  src: url(/public/fonts/70cc7ff27245e82ad414.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Code Pro';
  src: url(/public/fonts/454577c22304619db035.ttf);
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Code Pro';
  src: url(/public/fonts/52ac8f3034507f1d9e53.ttf);
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Code Pro';
  src: url(/public/fonts/05b618077343fbbd92b7.ttf);
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Flow Circular';
  src: url(/public/fonts/853ff76f08786ae44ca0.woff);
  font-display: swap;
}
:root {
  --default-font: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft YaHei Light", sans-serif;
  --mermaid-font: var(--default-font);
  --reveal-font: var(--default-font);
  --font-monospace: 'Source Code Pro', monospace;
}
:root {
  --h1: 2em;
  --h2: 1.6em;
  --h3: 1.37em;
  --h4: 1.25em;
  --h5: 1.12em;
  --h6: 1.12em;
}
.theme-dark {
  --background-primary: #202020;
  --background-primary-alt: #1a1a1a;
  --background-secondary: #161616;
  --background-secondary-alt: #000000;
  --background-modifier-border: #333;
  --background-modifier-form-field: rgba(0, 0, 0, 0.3);
  --background-modifier-form-field-highlighted: rgba(0, 0, 0, 0.22);
  --background-modifier-box-shadow: rgba(0, 0, 0, 0.3);
  --background-modifier-success: #197300;
  --background-modifier-error: #3d0000;
  --background-modifier-error-rgb: 61, 0, 0;
  --background-modifier-error-hover: #470000;
  --background-modifier-cover: rgba(0, 0, 0, 0.8);
  --text-accent: #7f6df2;
  --text-accent-hover: #8875ff;
  --text-normal: #dcddde;
  --text-muted: #999;
  --text-muted-rgb: 153, 153, 153;
  --text-faint: #666;
  --text-error: #ff3333;
  --text-error-hover: #990000;
  --text-highlight-bg: rgba(255, 255, 0, 0.4);
  --text-highlight-bg-active: rgba(255, 128, 0, 0.4);
  --text-selection: rgba(23, 48, 77, 0.99);
  --text-on-accent: #dcddde;
  --interactive-normal: #2a2a2a;
  --interactive-hover: #303030;
  --interactive-accent: #483699;
  --interactive-accent-rgb: 72, 54, 153;
  --interactive-accent-hover: #4d3ca6;
  --interactive-success: #197300;
  --scrollbar-active-thumb-bg: rgba(255, 255, 255, 0.2);
  --scrollbar-bg: rgba(255, 255, 255, 0.05);
  --scrollbar-thumb-bg: rgba(255, 255, 255, 0.1);
  --highlight-mix-blend-mode: lighten;
}
.theme-light {
  --background-primary: #ffffff;
  --background-primary-alt: #f5f6f8;
  --background-secondary: #f2f3f5;
  --background-secondary-alt: #e3e5e8;
  --background-modifier-border: #ddd;
  --background-modifier-form-field: #fff;
  --background-modifier-form-field-highlighted: #fff;
  --background-modifier-box-shadow: rgba(0, 0, 0, 0.1);
  --background-modifier-success: #A4E7C3;
  --background-modifier-error: #990000;
  --background-modifier-error-rgb: 230, 135, 135;
  --background-modifier-error-hover: #bb0000;
  --background-modifier-cover: rgba(0, 0, 0, 0.8);
  --text-accent: #705dcf;
  --text-accent-hover: #7a6ae6;
  --text-normal: #2e3338;
  --text-muted: #888888;
  --text-muted-rgb: 136, 136, 136;
  --text-faint: #999999;
  --text-error: #800000;
  --text-error-hover: #990000;
  --text-highlight-bg: rgba(255, 255, 0, 0.4);
  --text-highlight-bg-active: rgba(255, 128, 0, 0.4);
  --text-selection: rgba(204, 230, 255, 0.99);
  --text-on-accent: #f2f2f2;
  --interactive-normal: #f2f3f5;
  --interactive-hover: #e9e9e9;
  --interactive-accent: #7b6cd9;
  --interactive-accent-rgb: 123, 108, 217;
  --interactive-accent-hover: #8273e6;
  --interactive-success: #197300;
  --scrollbar-active-thumb-bg: rgba(0, 0, 0, 0.2);
  --scrollbar-bg: rgba(0, 0, 0, 0.05);
  --scrollbar-thumb-bg: rgba(0, 0, 0, 0.1);
  --highlight-mix-blend-mode: darken;
}
body {
  --indentation-guide: var(--background-modifier-border);
  --indentation-guide-active: var(--text-faint);
}
body {
  --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;
}
.theme-dark {
  --opacity-translucency: 0.75;
}
.theme-light {
  --opacity-translucency: 0.6;
}
.page-container {
  width: 50vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  background-color: var(--background-primary);
}
.page-title {
  font-weight: 800;
  font-size: 46px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}
a {
  color: var(--text-accent);
  outline: none;
}
a:hover {
  color: var(--text-accent-hover);
}
audio {
  outline: none;
}
hr {
  border: none;
  border-top: 1px solid;
  border-color: var(--background-modifier-border);
  margin: 26px 0;
}
[contenteditable] {
  outline: none;
}
.button-container {
  margin-top: 20px;
}
button {
  color: var(--text-normal);
  background-color: var(--interactive-normal);
  border-radius: 4px;
  border: none;
  padding: 6px 20px;
  cursor: pointer;
  margin-right: 12px;
  font-family: 'Inter', sans-serif;
  outline: none;
  user-select: none;
}
button:hover {
  background-color: var(--interactive-hover);
}
button.mod-cta {
  background-color: var(--interactive-accent);
  color: var(--text-on-accent);
}
button.mod-cta a {
  color: inherit;
  text-decoration: none;
}
button.mod-cta:hover {
  background-color: var(--interactive-accent-hover);
}
button.mod-muted {
  background-color: var(--background-secondary-alt);
  color: var(--text-muted);
}
button.mod-muted:hover {
  background-color: var(--background-secondary-alt);
}
button.mod-warning {
  background-color: var(--background-modifier-error);
  color: var(--text-on-accent);
}
button.mod-warning:hover {
  background-color: var(--background-modifier-error-hover);
}
.icon-button-group {
  display: inline-block;
}
.icon-button {
  display: inline-block;
  color: var(--interactive-normal);
}
.rich-button {
  width: auto;
  padding-top: 5px;
}
.rich-button-icon {
  position: relative;
  top: 6px;
}
.rich-link {
  color: var(--text-accent);
  position: relative;
  padding-left: 30px;
}
.rich-link-icon {
  position: absolute;
  left: 5px;
  top: 3px;
}
.input-label {
  display: inline-block;
  width: 150px;
  text-align: right;
  margin-right: 8px;
}
.input-button {
  padding: 6px 14px;
  margin-left: 14px;
  color: var(--text-muted);
  font-size: 16px;
  position: relative;
  top: -1px;
}
.input-button:hover {
  color: var(--text-normal);
}
input[type='text'],
input[type='search'],
input[type='email'],
input[type='password'],
input[type='number'] {
  background: var(--background-modifier-form-field);
  border: 1px solid var(--background-modifier-border);
  color: var(--text-normal);
  font-family: 'Inter', sans-serif;
  padding: 5px 14px;
  font-size: 16px;
  border-radius: 4px;
  outline: none;
  height: 30px;
}
input[type='text']:hover,
input[type='search']:hover,
input[type='email']:hover,
input[type='password']:hover,
input[type='number']:hover {
  background-color: var(--background-modifier-form-field-highlighted);
}
input[type='text']:active,
input[type='search']:active,
input[type='email']:active,
input[type='password']:active,
input[type='number']:active,
input[type='text']:focus,
input[type='search']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='number']:focus {
  border-color: var(--interactive-accent);
}
input[type='text']::placeholder,
input[type='search']::placeholder,
input[type='email']::placeholder,
input[type='password']::placeholder,
input[type='number']::placeholder {
  color: var(--text-faint);
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.checkbox-container {
  cursor: pointer;
  background-color: var(--background-secondary-alt);
  border-radius: 14px;
  display: inline-block;
  height: 22px;
  position: relative;
  user-select: none;
  width: 42px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.checkbox-container.is-enabled {
  background-color: var(--interactive-accent);
}
.checkbox-container.is-enabled:after {
  transform: translate3d(19px, 0, 0);
}
.checkbox-container.is-enabled:active:after {
  left: -4px;
}
.checkbox-container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.checkbox-container:after {
  pointer-events: none;
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin: 3px;
  border-radius: 9px;
  transition: transform 0.15s ease-in-out, width 0.1s ease-in-out, left 0.1s ease-in-out, -webkit-transform 0.15s ease-in-out;
  left: 0;
  transform: translate3d(3px, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
}
.checkbox-container:active:after {
  width: 20px;
}
/* class applies to select element itself, not a wrapper element */
.dropdown {
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  color: var(--text-normal);
  line-height: 1.3;
  padding: 0.6em 1.9em 0.5em 0.8em;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border: 1px solid var(--background-modifier-border);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--background-modifier-form-field);
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
		for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it' s a url.You can also swap in a different svg icon or an external image
		reference */
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23483699%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 0.65em auto, 100%;
}
/* Hide arrow icon in IE browsers */
.dropdown::-ms-expand {
  display: none;
}
/* Hover style */
.dropdown:hover {
  background-color: var(--background-modifier-form-field-highlighted);
}
/* Focus style */
.dropdown:focus {
  border-color: var(--interactive-accent);
  outline: none;
}
/* Set options to normal weight */
.dropdown option {
  font-weight: normal;
  background-color: var(--background-primary);
}
/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .dropdown,
:root:lang(ar) .dropdown,
:root:lang(iw) .dropdown {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}
kbd {
  font-family: var(--font-monospace);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  background-color: var(--background-secondary);
}
.modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--layer-modal);
}
.modal-container.mod-confirmation .modal {
  width: 700px;
  max-width: 90vw;
}
.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-modifier-cover);
}
.modal {
  background-color: var(--background-secondary);
  border-radius: 4px;
  border: 1px solid var(--background-secondary-alt);
  box-shadow: 0 2px 8px var(--background-modifier-box-shadow);
  max-width: 70vw;
  padding: 30px 50px;
  position: relative;
  min-width: 560px;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.modal.mod-narrow {
  max-width: 600px;
}
.modal button:not(.mod-cta):not(.mod-warning) {
  background-color: var(--background-secondary-alt);
}
.modal-close-button {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 30px;
  color: var(--text-muted);
}
.modal-close-button:before {
  content: '\D7';
}
.modal-title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
}
.modal-content {
  margin-top: 18px;
  flex: 1 1 auto;
  overflow: auto;
}
.modal-button-container {
  margin-top: 30px;
  text-align: center;
}
.modal-checkbox-label {
  cursor: pointer;
  margin-left: 10px;
  user-select: none;
}
.message-container {
  text-align: center;
  margin: 20px 0;
}
.message {
  display: inline-block;
  padding: 6px 15px 4px 15px;
  border-radius: 4px;
}
.message.mod-success {
  background-color: var(--background-modifier-success);
}
.message.mod-success a {
  color: var(--text-normal);
}
.message.mod-info {
  background-color: var(--background-modifier-info);
}
.message.mod-error {
  background-color: var(--background-modifier-error);
  color: var(--text-on-accent);
}
.message.mod-error a {
  color: var(--text-normal);
}
.mod-warning {
  color: var(--text-error);
}
.horizontal-link-group {
  text-align: center;
}
.horizontal-link-group a,
.horizontal-link-group span {
  margin: 0 10px;
}
.horizontal-preference-group {
  display: flex;
}
.horizontal-preference-group button {
  border-radius: 0;
  margin: 0 -1px;
}
.horizontal-preference-group button:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.horizontal-preference-group button:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.horizontal-preference-group button.is-selected {
  background-color: var(--interactive-accent);
  color: var(--text-on-accent);
}
.horizontal-preference-group button.is-selected:hover {
  background-color: var(--interactive-accent-hover);
}
.setting {
  display: flex;
  align-items: center;
}
.setting-text {
  flex-grow: 1;
}
.setting-title {
  font-size: 20px;
  line-height: 32px;
}
.setting-explanation {
  color: var(--text-muted);
}
.footer-link-group {
  list-style: none;
  display: inline-block;
  margin: 0 30px;
  padding: 0;
}
.footer-header {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}
.footer-link {
  margin: 4px 0;
}
.horizontal-tab-header {
  display: flex;
}
.horizontal-tab-nav-item,
.vertical-tab-nav-item {
  background-color: var(--background-secondary-alt);
  padding: 10px 6px 10px 24px;
  cursor: default;
  font-size: 16px;
}
.horizontal-tab-nav-item.is-active,
.vertical-tab-nav-item.is-active {
  background-color: var(--background-secondary);
}
.horizontal-tab-nav-item:hover,
.vertical-tab-nav-item:hover {
  background-color: var(--background-secondary);
}
.horizontal-tab-nav-item {
  border-top: 3px solid transparent;
}
.horizontal-tab-nav-item:first-child {
  border-top-left-radius: 6px;
}
.horizontal-tab-nav-item:last-child {
  border-top-right-radius: 6px;
}
.horizontal-tab-nav-item.is-active {
  border-top-color: var(--interactive-accent);
}
.horizontal-tab-content,
.vertical-tab-content {
  background-color: var(--background-secondary);
  padding: 5px 30px;
}
.vertical-tabs-container {
  display: flex;
}
.vertical-tab-header {
  background-color: var(--background-secondary-alt);
}
.vertical-tab-header-group-items {
  display: flex;
  flex-direction: column;
}
.vertical-tab-header-group-title {
  font-size: 14px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 6px 16px;
  user-select: none;
}
.vertical-tab-nav-item {
  border-left: 3px solid transparent;
  user-select: none;
  cursor: pointer;
}
.vertical-tab-nav-item.is-active {
  border-left-color: var(--interactive-accent);
}
.vertical-tab-header-group {
  padding: 10px 0;
}
.prompt {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 10px;
  background-color: var(--background-primary);
  z-index: 1;
  position: absolute;
  top: 80px;
  width: 700px;
  max-width: 80vw;
  max-height: 70vh;
}
input.prompt-input {
  width: 100%;
  padding: 9px 20px 8px 20px;
  font-size: 16px;
  border-radius: 6px;
  height: 40px;
}
.prompt-results {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
  overflow-y: auto;
}
.prompt-result {
  padding: 10px 20px;
  border-radius: 6px;
  color: var(--text-muted);
  cursor: pointer;
}
.prompt-result:hover {
  background-color: var(--background-primary);
}
.prompt-result.is-active {
  background-color: var(--background-primary-alt);
  color: var(--text-normal);
}
.prompt-instructions {
  user-select: none;
  font-size: 13px;
  opacity: 0.7;
  padding: 10px 10px 2px 10px;
  text-align: center;
}
.prompt-instruction {
  display: inline-block;
  margin-right: 20px;
}
.prompt-instruction-command {
  font-size: 12px;
  font-weight: 900;
  margin-right: 4px;
}
.collapse-icon {
  display: flex;
  align-items: center;
  color: var(--text-faint);
}
.collapse-icon:hover {
  color: var(--text-muted);
}
.collapse-icon svg {
  transition: transform 100ms ease-in-out;
}
.is-collapsed .collapse-icon svg {
  transform: rotate(-90deg);
}
.tree-item-self {
  display: flex;
  align-items: flex-start;
  padding: 2px 6px 2px 20px;
  border-radius: 3px;
  color: var(--text-muted);
}
.tree-item-self.is-clickable {
  cursor: pointer;
}
.tree-item-self.is-clickable:hover {
  background-color: var(--background-secondary-alt);
  color: var(--text-normal);
}
.tree-item-self .tree-item-icon {
  display: flex;
  align-items: center;
  align-self: center;
  margin-left: -20px;
  padding-left: 6px;
  padding-right: 2px;
  flex: 0 0 auto;
}
.tree-item-self .tree-item-icon:after {
  content: '\00a0';
}
.tree-item-flair-outer {
  flex: 0 0 auto;
}
.tree-item-flair-outer:after {
  content: '\00a0';
}
.tree-item-flair {
  font-size: 12px;
  line-height: 12px;
  border-radius: 3px;
  padding: 2px 4px;
  background-color: var(--background-secondary-alt);
}
.tree-item-self:hover .tree-item-flair {
  background-color: var(--interactive-accent);
  color: var(--text-on-accent);
}
.tree-item-inner {
  flex: 1 1 auto;
}
.tree-item-inner-subtext {
  color: var(--text-faint);
  font-size: 85%;
}
.tree-item-children {
  margin-left: 20px;
}
.popover {
  background-color: var(--background-primary);
  border: 1px solid var(--background-primary-alt);
  box-shadow: 0 2px 8px var(--background-modifier-box-shadow);
  border-radius: 6px;
  padding: 15px 20px 10px 20px;
  position: relative;
}
.popover-title {
  font-weight: 800;
}
.popover-content {
  margin: 8px 0;
}
.components-container .popover {
  width: 300px;
  margin-top: 20px;
}
.components-container .popover .popover-content {
  font-size: 16px;
}
.components-container .menu {
  position: relative;
  display: inline-block;
}
.changelog-item {
  margin: 10px 0;
  font-size: 16px;
  line-height: 26px;
}
.changelog-item:before {
  content: attr(data-label);
  width: 50px;
  border-radius: 6px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin-right: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 22px;
}
.changelog-item.mod-success:before {
  background-color: var(--background-modifier-success);
}
.changelog-item.mod-highlighted:before {
  background-color: var(--interactive-accent);
}
.is-flashing {
  transition: background-color 1s ease;
  background-color: var(--text-highlight-bg);
  color: var(--text-normal);
}
.is-flashing * {
  background-color: transparent !important;
  color: var(--text-normal);
}
.card-container {
  display: flex;
}
.card-container.mod-horizontal {
  flex-direction: column;
}
.card {
  background-color: var(--background-secondary-alt);
  border-radius: 4px;
  border: 1px solid var(--background-modifier-border);
  margin: 0 10px;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card ul {
  padding: 0;
}
.card .button-container {
  margin: 10px 0;
}
.card-container.mod-horizontal .card {
  margin: 10px 0;
}
.card-container.mod-horizontal .card ul {
  padding-left: 24px;
}
.card li {
  margin: 5px 0;
}
.card.u-clickable {
  cursor: pointer;
}
.card.u-clickable:hover {
  border: 1px solid var(--interactive-accent);
  background-color: rgba(var(--interactive-accent-rgb), 0.1);
}
.card.is-selected {
  border: 1px solid var(--interactive-accent);
  background-color: rgba(var(--interactive-accent-rgb), 0.2);
}
.card-title {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-muted);
}
.card-description {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 20px;
  flex-grow: 1;
}
.empty-state {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.empty-state-container {
  max-width: 480px;
  max-height: 280px;
  margin: 20px;
}
.empty-state-title {
  margin: 20px 0;
  font-weight: 800;
  font-size: 32px;
  position: relative;
}
.empty-state-action-list {
  font-size: 17px;
  line-height: 24px;
  color: var(--text-muted);
  margin-top: 20px;
}
.empty-state-action {
  cursor: pointer;
  line-height: 36px;
}
.empty-state-action:hover {
  color: var(--text-accent-hover);
}
.empty-state-close-button {
  margin-left: 8px;
  position: absolute;
  top: -2px;
  left: -46px;
  color: var(--text-muted);
  cursor: pointer;
}
.empty-state-close-button:hover {
  color: var(--text-normal);
}
.flair {
  background-color: var(--interactive-normal);
  border-radius: 4px;
  color: var(--text-normal);
  font-size: 10px;
  letter-spacing: 0.05em;
  margin-left: 8px;
  padding: 2px 4px;
  position: relative;
  text-transform: uppercase;
  vertical-align: super;
  white-space: nowrap;
}
.flair.mod-pop {
  background-color: var(--interactive-accent);
  color: var(--text-on-accent);
}
input[type='range'] {
  width: 100px;
  -webkit-appearance: none;
  background-color: var(--background-modifier-border);
  border-radius: 3px;
}
input[type='range']::-webkit-slider-runnable-track {
  height: 6px;
  -webkit-appearance: none;
}
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 6px;
  width: 12px;
  height: 12px;
  cursor: ew-resize;
  background: var(--interactive-accent);
  position: relative;
  top: -3px;
}
input[type='range'] {
  outline: none;
}
textarea {
  font-family: 'Inter', sans-serif;
  background-color: var(--background-primary);
  color: var(--text-normal);
  border: 1px solid var(--background-modifier-border);
  outline: none;
  font-size: 16px;
  line-height: 24px;
  resize: none;
  border-radius: 4px;
  padding: 10px 20px;
}
.clickable-icon {
  color: var(--text-muted);
  cursor: pointer;
  margin: 0 10px;
}
.clickable-icon:hover {
  color: var(--text-normal);
}
.loader-cube {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}
.loader-cube .sk-cube {
  width: 33%;
  height: 33%;
  background-color: var(--interactive-accent);
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.loader-cube .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loader-cube .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loader-cube .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loader-cube .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.loader-cube .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loader-cube .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loader-cube .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loader-cube .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.loader-cube .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.is-loading {
  position: relative;
}
.is-loading:before {
  content: ' ';
  position: absolute;
  top: 0;
  width: 0;
  height: 3px;
  background-color: var(--interactive-accent);
  animation: 1000ms ease-in-out 300ms infinite progress-bar;
}
.list-item {
  display: flex;
  padding: 4px 8px;
  margin: 4px 0;
  line-height: 1em;
  align-items: center;
}
.list-item-part:not(:first-child) {
  margin-left: 10px;
}
.list-item-part.mod-extended {
  flex-grow: 1;
  overflow-wrap: anywhere;
}
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  margin-top: 5vh;
}
.lightbox:target {
  display: block;
}
.u-center-text {
  text-align: center;
}
.u-faded-text {
  color: var(--text-muted);
}
.u-pop {
  color: var(--text-accent);
  font-weight: 600;
}
.u-muted {
  color: var(--text-muted);
}
.u-small {
  font-size: 0.8em;
}
.u-clickable {
  cursor: pointer;
}
.u-pop-bg {
  background-color: var(--interactive-accent);
  color: var(--text-on-accent);
  display: inline-block;
  padding: 3px 16px;
  border-radius: 20px;
  opacity: 0.6;
  cursor: default;
}
.u-pop-bg:hover {
  opacity: 1;
}
.components-container h3 {
  font-weight: 600;
  font-size: 30px;
  margin: 60px 0 25px 0;
}
.components-container .vertical-tabs-container {
  height: 300px;
}
.components-container .checkbox-demo {
  margin: 10px 0;
}
.components-container .checkbox-demo label {
  display: inline-block;
  width: 300px;
}
.components-container .prompt {
  position: static;
}
.drag-ghost {
  position: fixed;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: var(--background-secondary);
  border: 1px solid var(--background-secondary-alt);
  box-shadow: 0 2px 8px var(--background-modifier-box-shadow);
  z-index: var(--layer-dragged-item);
  max-width: 300px;
  pointer-events: none;
}
.drag-ghost-self {
  display: flex;
}
.drag-ghost-self svg {
  vertical-align: middle;
  align-self: center;
  margin-right: 8px;
  flex-shrink: 0;
}
.drag-ghost-self span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.drag-ghost-action {
  padding: 2px 0;
  font-size: 14px;
  color: var(--text-muted);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
input[type="color"] {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type="color"]::-webkit-color-swatch {
  border: 2px solid var(--background-modifier-border);
  border-radius: 14px;
  height: 24px;
}
@keyframes node-inserted {
  from {
    outline-color: #fff;
  }
  to {
    outline-color: #000;
  }
}
.node-insert-event {
  animation-duration: 0.01s;
  animation-name: node-inserted;
}
.is-mobile .menu {
  max-height: calc(100% - 100px);
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  min-width: unset;
  position: absolute;
  bottom: 0;
  border-radius: 6px 6px 0 0;
  padding: 5px 10px;
  left: 10px !important;
  top: unset !important;
  overflow-y: auto;
}
.is-mobile .menu-item {
  font-size: 18px;
  padding: 12px 16px;
  height: unset;
  line-height: unset;
}
.menu {
  background-color: var(--background-primary);
  border-radius: 4px;
  border: 1px solid var(--background-modifier-border);
  box-shadow: 0 2px 8px var(--background-modifier-box-shadow);
  position: fixed;
  z-index: var(--layer-menu);
  user-select: none;
  max-height: calc(100% - 25px);
  overflow: hidden;
}
.menu.mod-no-icon .menu-item-icon {
  display: none;
}
.menu {
  padding: 4px 0;
}
.menu-separator {
  height: 0;
  margin: 4px 0;
  border-bottom: 1px solid var(--background-modifier-border);
}
.menu-separator:last-child,
.menu-separator:first-child {
  display: none;
}
.menu-separator + .menu-separator {
  display: none;
}
.menu-item {
  padding: 2px 14px 3px 14px;
  cursor: pointer;
  font-size: 14px;
  height: 32px;
  line-height: 31px;
  white-space: nowrap;
}
.menu-item.is-disabled {
  cursor: default;
  color: var(--text-faint);
}
.menu-item.is-label {
  cursor: default;
  pointer-events: none;
  font-size: 20px;
  color: var(--text-muted);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.menu-item:hover:not(.is-disabled):not(.is-label) {
  background-color: var(--background-secondary);
}
.menu-item.selected:not(.is-disabled):not(.is-label) {
  background-color: var(--background-secondary);
}
.menu-item-icon {
  display: inline-block;
  width: 28px;
  color: var(--text-muted);
  position: relative;
  top: 2px;
}
.menu-item-title {
  display: inline-block;
}
/* Add this attribute to the element that needs a tooltip */
.tooltip {
  animation: pop-down 200ms forwards ease-in-out;
  box-shadow: 0 2px 8px var(--background-modifier-box-shadow);
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  color: #dcddde;
  font-size: 14px;
  left: 50%;
  line-height: 20px;
  max-width: 300px;
  padding: 5px 14px;
  position: fixed;
  text-align: center;
  transform: translateX(-50%);
  z-index: var(--layer-tooltip);
  pointer-events: none;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: anywhere;
}
.tooltip.mod-right {
  animation: pop-right 200ms forwards ease-in-out;
  transform: translateY(-50%);
}
.tooltip.mod-left {
  animation: pop-right 200ms forwards ease-in-out;
  transform: translateY(-50%);
}
.tooltip.mod-error {
  width: 200px;
  background-color: var(--background-modifier-error);
  color: var(--text-on-accent);
}
.tooltip.mod-wide {
  max-width: 450px;
  width: 400px;
}
/* Triangle hack to make tooltip look like a speech bubble */
.tooltip .tooltip-arrow {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 0;
  margin-left: -5px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.tooltip.mod-right .tooltip-arrow {
  top: calc(50% - 5px);
  left: -5px;
  border-right: 5px solid rgba(0, 0, 0, 0.9);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.tooltip.mod-left .tooltip-arrow {
  top: calc(50% - 5px);
  left: calc(100% + 5px);
  border-left: 5px solid rgba(0, 0, 0, 0.9);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.tooltip.mod-top .tooltip-arrow {
  top: calc(100%);
  border-top: 5px solid rgba(0, 0, 0, 0.9);
  border-bottom: 5px solid transparent;
}
.tooltip.mod-error .tooltip-arrow {
  border-bottom-color: var(--background-modifier-error);
}
.tooltip.mod-error.mod-right .tooltip-arrow {
  border-right-color: var(--background-modifier-error);
  border-bottom: 5px solid transparent;
}
.tooltip.mod-error.mod-left .tooltip-arrow {
  border-left-color: var(--background-modifier-error);
  border-bottom: 5px solid transparent;
}
[aria-label] svg {
  pointer-events: none;
}
@keyframes pop-down {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(1);
  }
  20% {
    opacity: 0.7;
    transform: translateX(-50%) scale(1.02);
  }
  40% {
    opacity: 1;
    transform: translateX(-50%) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes pop-right {
  0% {
    opacity: 0;
    transform: translateY(-50%) scale(1);
  }
  20% {
    opacity: 0.7;
    transform: translateY(-50%) scale(1.02);
  }
  40% {
    opacity: 1;
    transform: translateY(-50%) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}
.callout {
  --callout-color: 68, 138, 255;
  --callout-icon: lucide-pencil;
}
.callout[data-callout="abstract"],
.callout[data-callout="summary"],
.callout[data-callout="tldr"] {
  --callout-color: 0, 176, 255;
  --callout-icon: lucide-clipboard-list;
}
.callout[data-callout="info"],
.callout[data-callout="todo"] {
  --callout-color: 0, 184, 212;
}
.callout[data-callout="info"] {
  --callout-icon: lucide-info;
}
.callout[data-callout="todo"] {
  --callout-icon: lucide-check-circle-2;
}
.callout[data-callout="tip"],
.callout[data-callout="hint"],
.callout[data-callout="important"] {
  --callout-color: 0, 191, 165;
  --callout-icon: lucide-flame;
}
.callout[data-callout="success"],
.callout[data-callout="check"],
.callout[data-callout="done"] {
  --callout-color: 0, 200, 83;
  --callout-icon: lucide-check;
}
.callout[data-callout="question"],
.callout[data-callout="help"],
.callout[data-callout="faq"] {
  --callout-color: 100, 221, 23;
  --callout-icon: lucide-help-circle;
}
.callout[data-callout="warning"],
.callout[data-callout="caution"],
.callout[data-callout="attention"] {
  --callout-color: 255, 145, 0;
  --callout-icon: lucide-alert-triangle;
}
.callout[data-callout="failure"],
.callout[data-callout="fail"],
.callout[data-callout="missing"] {
  --callout-color: 255, 82, 82;
  --callout-icon: lucide-x;
}
.callout[data-callout="danger"],
.callout[data-callout="error"] {
  --callout-color: 255, 23, 68;
  --callout-icon: lucide-zap;
}
.callout[data-callout="bug"] {
  --callout-color: 245, 0, 87;
  --callout-icon: lucide-bug;
}
.callout[data-callout="example"] {
  --callout-color: 124, 77, 255;
  --callout-icon: lucide-list;
}
.callout[data-callout="quote"],
.callout[data-callout="cite"] {
  --callout-color: 158, 158, 158;
  --callout-icon: quote-glyph;
}
.callout {
  border-left: 4px solid rgb(var(--callout-color));
  border-radius: 2px;
  background-color: var(--background-secondary);
  margin: 1em 0;
}
.callout .callout .callout-content {
  border-right: 1px solid rgba(var(--callout-color), 0.2);
  border-bottom: 1px solid rgba(var(--callout-color), 0.2);
}
.callout.is-collapsible .callout-title {
  cursor: pointer;
}
.callout-title {
  padding: 10px;
  display: flex;
  gap: 10px;
  background-color: rgba(var(--callout-color), 0.1);
}
.callout-icon {
  flex: 0 0 auto;
  display: flex;
  align-self: center;
  color: rgb(var(--callout-color));
}
.callout-title-inner {
  flex: 1 1 0;
  font-weight: 700;
}
.callout-fold svg {
  transition: transform 100ms ease-in-out;
}
.callout.is-collapsed .callout-fold svg {
  transform: rotate(-90deg);
}
.callout-content {
  overflow-x: auto;
  padding: 5px 15px;
}
::selection {
  background-color: var(--text-selection);
}
.markdown-reading-view {
  display: flex;
  flex-direction: column;
}
.markdown-preview-view {
  font-size: var(--editor-font-size);
  line-height: 1.5;
  padding: 15px 30px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-wrap: break-word;
  color: var(--text-normal);
  user-select: text;
  -webkit-user-select: text;
}
.workspace-leaf-content.is-read-mode .markdown-preview-view {
  width: 100%;
  left: 0;
  background-color: var(--background-primary);
}
.markdown-preview-view.is-readable-line-width .markdown-preview-sizer {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.markdown-rendered.rtl {
  direction: rtl;
}
.markdown-rendered.show-indentation-guide li > ul,
.markdown-rendered.show-indentation-guide li > ol {
  position: relative;
}
.markdown-rendered.show-indentation-guide li > ul::before,
.markdown-rendered.show-indentation-guide li > ol::before {
  content: "\200B";
  position: absolute;
  display: block;
  left: -1em;
  top: 0;
  bottom: 0;
  border-right: 1px solid var(--indentation-guide);
}
.markdown-rendered.show-indentation-guide li.task-list-item > ul::before,
.markdown-rendered.show-indentation-guide li.task-list-item > ol::before {
  left: -14px;
}
.markdown-rendered img:not([width]),
.markdown-rendered audio,
.markdown-rendered video {
  max-width: 100%;
  outline: none;
}
.markdown-rendered h1,
.markdown-rendered h2,
.markdown-rendered h3,
.markdown-rendered h4,
.markdown-rendered h5,
.markdown-rendered h6 {
  margin: 15px 0;
}
.markdown-rendered h1 {
  font-size: 2em;
}
.markdown-rendered h2 {
  font-size: 1.6em;
}
.markdown-rendered h3 {
  font-size: 1.37em;
}
.markdown-rendered h4 {
  font-size: 1.25em;
}
.markdown-rendered h5,
.markdown-rendered h6 {
  font-size: 1.12em;
}
.markdown-rendered h6 {
  color: var(--text-muted);
}
.markdown-rendered table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.markdown-rendered th {
  font-weight: 800;
}
.markdown-rendered th,
.markdown-rendered td {
  padding: 4px 10px;
  border: 1px solid var(--background-modifier-border);
}
.markdown-rendered .internal-link {
  text-decoration: underline;
  cursor: pointer;
}
.markdown-rendered .internal-link.is-unresolved {
  opacity: 0.5;
}
.markdown-rendered blockquote {
  border-radius: 0 4px 4px 0;
  border: 1px solid var(--background-modifier-border);
  border-left-width: 5px;
  padding: 10px 20px;
  margin-inline-start: 30px;
  margin-inline-end: 30px;
}
.markdown-rendered blockquote > :first-child {
  margin-top: 0;
}
.markdown-rendered blockquote > :last-child {
  margin-bottom: 0;
}
.markdown-rendered mark {
  background-color: var(--text-highlight-bg);
  color: var(--text-normal);
}
.markdown-rendered mark .internal-link {
  color: var(--text-normal);
}
.markdown-embed,
.file-embed {
  border-top: 1px solid var(--background-modifier-border);
  border-bottom: 1px solid var(--background-modifier-border);
  padding: 4px 0;
  margin: 28px 0;
}
.hover-popover .markdown-embed,
.hover-popover .file-embed {
  border: none;
  margin: 0;
  padding: 0;
}
.markdown-source-view .markdown-embed,
.markdown-source-view .file-embed {
  border: 2px solid var(--background-modifier-border);
  border-radius: 10px;
  padding: 4px 20px;
  margin: 0;
}
.file-embed {
  padding: 15px 20px;
  border: 1px solid var(--background-modifier-border);
  border-radius: 6px;
}
.file-embed.mod-empty {
  color: var(--text-muted);
}
.pdf-embed,
.markdown-source-view .pdf-embed {
  width: 100%;
  height: 800px;
}
.internal-embed:not(.image-embed) {
  display: block;
}
.markdown-embed-content {
  max-height: 600px;
  overflow: auto;
}
.markdown-embed-content p:first-child {
  margin-top: 6px;
}
.internal-query {
  margin: 28px 0;
  border-top: 1px solid var(--background-modifier-border);
  border-bottom: 1px solid var(--background-modifier-border);
}
.internal-query .search-result-container {
  padding: 4px 0;
  max-height: 800px;
  overflow: auto;
}
.internal-query .internal-query-header {
  text-align: center;
  padding: 4px 0 12px 0;
  color: var(--text-muted);
  display: flex;
  justify-content: center;
  align-items: center;
}
.internal-query .internal-query-header-icon {
  color: var(--text-faint);
  margin-right: 6px;
  display: flex;
}
.internal-query .internal-query-header-title {
  font-size: 17px;
  font-weight: 600;
}
.internal-query .internal-query-header-title:before,
.internal-query .internal-query-header-title:after {
  content: '"';
}
ul > li.task-list-item {
  list-style: none;
}
ul > li.task-list-item .task-list-item-checkbox {
  margin-left: -21px;
}
ul > li.task-list-item[data-task="x"],
ul > li.task-list-item[data-task="X"] {
  text-decoration: line-through;
  color: var(--text-faint);
}
.task-list-item-checkbox {
  width: 15px;
  height: 15px;
  filter: hue-rotate(42deg);
}
.markdown-preview-view .task-list-item-checkbox {
  position: relative;
  top: 3px;
  margin-right: 6px;
}
.is-mobile.is-ios .markdown-preview-view .task-list-item-checkbox {
  top: 0;
}
.markdown-preview-view .collapse-indicator {
  display: inline-block;
  float: left;
  color: var(--text-muted);
  cursor: pointer;
}
.markdown-preview-view .collapse-indicator svg {
  vertical-align: middle;
}
.markdown-preview-view .collapse-indicator:hover {
  color: var(--text-normal);
}
.markdown-preview-view .list-collapse-indicator {
  margin-left: -45px;
  padding: 0 8px;
}
.markdown-preview-view li.is-collapsed > ul,
.markdown-preview-view li.is-collapsed > ol {
  display: none;
}
.markdown-preview-view .heading-collapse-indicator {
  margin-left: -30px;
  padding: 0 10px;
}
.markdown-preview-view:not(.allow-fold-lists) .list-collapse-indicator {
  display: none;
}
.markdown-preview-view:not(.allow-fold-headings) .heading-collapse-indicator {
  display: none;
}
.markdown-preview-view:not(.show-frontmatter) .frontmatter {
  display: none;
}
.markdown-rendered .frontmatter.mod-failed {
  position: relative;
}
.markdown-rendered .frontmatter.mod-failed .mod-error {
  color: var(--text-error);
  font-size: 13px;
}
.markdown-rendered .frontmatter.mod-failed:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-modifier-error);
  opacity: 0.3;
  mix-blend-mode: var(--highlight-mix-blend-mode);
}
.markdown-rendered code {
  color: #c7254e;
  font-family: var(--font-monospace);
  background-color: var(--background-primary-alt);
  border-radius: 4px;
  font-size: 0.85em;
}
.markdown-rendered pre {
  padding: 6px 10px;
  background-color: var(--background-primary-alt);
  border-radius: 4px;
  white-space: pre-wrap;
}
.markdown-rendered pre code {
  border: none;
}
.markdown-rendered img {
  -webkit-touch-callout: default;
}
.markdown-rendered hr {
  border: none;
  border-top: 2px solid;
  border-color: var(--background-modifier-border);
}
.markdown-rendered .search-highlight > div {
  position: absolute;
  pointer-events: none;
  background-color: var(--text-highlight-bg);
  mix-blend-mode: var(--highlight-mix-blend-mode);
}
.markdown-rendered .search-highlight > div.is-active {
  background-color: var(--text-highlight-bg-active);
}
.markdown-embed .markdown-preview-view {
  padding: 20px 10px 10px 10px;
}
.markdown-embed .markdown-preview-view .markdown-preview-pusher h1,
.markdown-embed .markdown-preview-view .markdown-preview-pusher h2,
.markdown-embed .markdown-preview-view .markdown-preview-pusher h3,
.markdown-embed .markdown-preview-view .markdown-preview-pusher h4,
.markdown-embed .markdown-preview-view .markdown-preview-pusher h5,
.markdown-embed .markdown-preview-view .markdown-preview-pusher h6 {
  margin-top: 0;
}
.footnote-backref {
  color: var(--text-muted);
  text-decoration: none;
}
.footnote-backref:hover {
  color: var(--text-accent);
}
.markdown-embed,
.file-embed {
  position: relative;
}
.markdown-embed-link,
.file-embed-link {
  position: absolute;
  top: 8px;
  right: 20px;
  color: var(--text-faint);
  cursor: pointer;
}
.markdown-embed-link:hover,
.file-embed-link:hover {
  color: var(--text-accent);
}
.markdown-embed-title,
.file-embed-title {
  font-size: 26px;
  line-height: 52px;
  top: 5px;
  left: 0;
  right: 0;
  width: 100%;
}
.file-embed-icon {
  color: var(--text-muted);
  vertical-align: middle;
}
.file-embed {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.file-embed:hover {
  background-color: var(--background-primary-alt);
  border-color: var(--interactive-accent);
}
.markdown-embed-title {
  font-weight: 900;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
mjx-container {
  outline: none;
}
.external-link {
  background-position: center right;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent, transparent), url(/public/images/874d8b8e340f75575caa.svg);
  background-size: 13px;
  padding-right: 16px;
  background-position-y: 4px;
  cursor: pointer;
}
.published-container {
  width: 100%;
  height: 100%;
}
.popover.hover-popover {
  position: absolute;
  z-index: var(--layer-popover);
  max-height: 300px;
  min-height: 100px;
  width: 400px;
  overflow: hidden;
  padding: 0;
  border-bottom: none;
}
.popover.hover-popover.mod-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-size: 0.85em;
}
.popover.hover-popover img {
  max-width: 400px;
  height: auto;
}
.popover.hover-popover.pdf-embed {
  width: 600px;
  height: 800px;
  max-height: 800px;
}
.popover.hover-popover .markdown-embed {
  height: 300px;
  font-size: 0.85em;
  line-height: 1.4;
}
.popover.hover-popover .markdown-embed .markdown-embed-content {
  height: 100%;
}
.frontmatter-container {
  border: 1px solid var(--background-modifier-border);
  font-size: 14px;
  color: var(--text-muted);
  padding: 6px 14px;
  border-radius: 4px;
  background-color: var(--background-primary-alt);
  position: relative;
}
.markdown-embed-content .frontmatter-container {
  display: none;
}
.frontmatter-container.is-collapsed .frontmatter-section {
  display: none;
}
.frontmatter-container .frontmatter-collapse-indicator {
  margin-right: 6px;
  align-self: center;
}
.frontmatter-container .frontmatter-container-header {
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  content: 'Metadata';
  border-bottom: 1px solid var(--background-modifier-border);
  margin: 2px 0 10px 0;
}
.frontmatter-container .frontmatter-container-header:hover {
  color: var(--text-normal);
}
.frontmatter-container.is-collapsed .frontmatter-container-header {
  border-bottom-color: transparent;
  margin: 2px 0 0 0;
}
.frontmatter-container .frontmatter-section-label {
  flex-basis: 50px;
  flex-shrink: 0;
}
.frontmatter-container .tag,
.frontmatter-container .frontmatter-alias {
  text-decoration: none;
  background-color: var(--background-secondary-alt);
  border-radius: 30px;
  color: var(--text-normal);
  font-size: 0.9em;
  padding: 2px 8px;
  margin: 2px 4px;
  line-height: 19px;
  border: 1px solid transparent;
  white-space: nowrap;
}
.frontmatter-container .tag:hover {
  background-color: var(--background-secondary);
  border-color: var(--background-modifier-border);
}
.frontmatter-container .frontmatter-alias {
  cursor: default;
}
.frontmatter-container .frontmatter-alias-icon {
  margin-right: 4px;
  color: var(--text-faint);
}
.frontmatter-container .frontmatter-section {
  margin: 6px 0;
  display: flex;
}
.frontmatter-container .frontmatter-section-aliases,
.frontmatter-container .frontmatter-section-tags {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.markdown-rendered pre {
  position: relative;
}
.markdown-rendered button.copy-code-button {
  margin: 5px;
  padding: 5px;
  color: var(--text-muted);
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
pre:hover > .markdown-rendered button.copy-code-button {
  display: block;
}
@media print {
  html,
  body {
    padding-top: 0 !important;
    overflow: auto !important;
    height: auto !important;
  }
  iframe,
  .titlebar,
  .app-container,
  .progress-bar,
  .popover,
  .markdown-embed-link {
    display: none !important;
  }
  body > :not(.print) {
    display: none !important;
  }
  .print .markdown-preview-view {
    -webkit-print-color-adjust: exact;
    color: initial;
  }
  .print .markdown-preview-view mark {
    color: initial;
  }
  .print .markdown-preview-view .frontmatter-container {
    display: none;
  }
  .print .markdown-preview-view .markdown-embed-content {
    max-height: none;
    overflow: visible;
  }
  .print .external-link {
    background: none;
    padding-right: 0;
  }
  * {
    text-shadow: none !important;
  }
}
.suggestion-container {
  position: absolute;
  background-color: var(--background-primary);
  max-width: 500px;
  border-radius: 4px;
  border: 1px solid var(--background-modifier-border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: var(--layer-notice);
}
.suggestion {
  max-height: 300px;
  overflow-y: auto;
}
.suggestion-item,
.suggestion-empty {
  padding: 5px 10px;
  font-size: 16px;
}
.suggestion-empty {
  color: var(--text-muted);
  text-align: center;
}
.suggestion-item {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  white-space: pre-wrap;
}
.suggestion-item.is-selected {
  background-color: var(--background-secondary);
}
.suggestion-prefix:after {
  content: ': ';
}
.suggestion-hotkey {
  padding: 0 10px;
  float: right;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, var(--font-monospace);
}
.suggestion-hotkey:not(:last-child) {
  margin-left: 10px;
}
.suggestion-highlight {
  font-weight: bold;
}
.suggestion-flair {
  color: var(--text-muted);
  position: absolute;
  left: 10px;
  top: 6px;
}
.suggestion-note {
  font-size: 0.8em;
  color: var(--text-muted);
}
body:not(.native-scrollbars) ::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-bg);
}
body:not(.native-scrollbars) ::-webkit-scrollbar {
  background-color: var(--scrollbar-bg);
}
body:not(.native-scrollbars) ::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-active-thumb-bg);
}
body:not(.native-scrollbars) ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100px;
}
body:not(.native-scrollbars) ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 100px;
}
body:not(.native-scrollbars) ::-webkit-scrollbar-thumb:active {
  -webkit-border-radius: 100px;
}
body:not(.native-scrollbars) ::-webkit-scrollbar-corner {
  background: transparent;
}
body:not(.native-scrollbars) * {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb-bg) var(--scrollbar-bg);
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  --editor-font-size: 16px;
  text-rendering: optimizeLegibility;
  font-family: var(--default-font);
  line-height: 1.5em;
  font-size: 16px;
  background-color: var(--background-primary);
  color: var(--text-normal);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body.is-translucent {
  background-color: transparent;
}
ul ul,
ol ul {
  list-style-type: disc;
}
ol ol ul,
ol ul ul,
ul ol ul,
ul ul ul {
  list-style-type: disc;
}
.notice-container {
  z-index: var(--layer-notice);
  position: fixed;
  top: 22px;
  right: 0;
  padding: 10px;
  overflow: hidden;
}
.notice {
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  box-shadow: 0 2px 8px var(--background-modifier-box-shadow);
  color: #dcddde;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 20px;
  max-width: 300px;
  margin-bottom: 14px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  cursor: pointer;
}
.theme-dark .notice {
  background-color: var(--interactive-accent);
  color: var(--text-on-accent);
}
code[class*="language-"],
pre[class*="language-"] {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
  font-family: var(--font-monospace);
  text-align: left;
  word-spacing: normal;
  line-height: 1.5;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}
/* Code blocks */
pre[class*="language-"] {
  overflow: hidden;
}
code[class*="language-"] {
  display: block;
  padding: 1em;
  overflow: auto;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.theme-light {
  /* Code blocks */
  /* Inline code */
}
.theme-light code[class*="language-"],
.theme-light pre[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
}
.theme-light pre[class*="language-"]::-moz-selection,
.theme-light pre[class*="language-"] ::-moz-selection,
.theme-light code[class*="language-"]::-moz-selection,
.theme-light code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
.theme-light pre[class*="language-"]::selection,
.theme-light pre[class*="language-"] ::selection,
.theme-light code[class*="language-"]::selection,
.theme-light code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}
.theme-light :not(pre) > code[class*="language-"],
.theme-light pre[class*="language-"] {
  background: #f5f2f0;
}
.theme-light .token.comment,
.theme-light .token.prolog,
.theme-light .token.doctype,
.theme-light .token.cdata,
.theme-light .cm-comment,
.theme-light .cm-meta,
.theme-light .cm-qualifier {
  color: slategray;
}
.theme-light .token.punctuation,
.theme-light .cm-punctuation,
.theme-light .cm-bracket,
.theme-light .cm-hr {
  color: #999;
}
.theme-light .token.namespace {
  opacity: 0.7;
}
.theme-light .token.property,
.theme-light .token.tag,
.theme-light .token.boolean,
.theme-light .token.number,
.theme-light .token.constant,
.theme-light .token.symbol,
.theme-light .token.deleted,
.theme-light .cm-number,
.theme-light .cm-tag {
  color: #905;
}
.theme-light .token.selector,
.theme-light .token.attr-name,
.theme-light .token.string,
.theme-light .token.char,
.theme-light .token.builtin,
.theme-light .token.inserted,
.theme-light .cm-attribute {
  color: #690;
}
.theme-light .token.operator,
.theme-light .token.entity,
.theme-light .token.url,
.theme-light .language-css .token.string,
.theme-light .style .token.string,
.theme-light .cm-operator,
.theme-light .cm-string,
.theme-light .cm-string-2,
.theme-light .cm-link {
  color: #9a6e3a;
}
.theme-light .token.atrule,
.theme-light .token.attr-value,
.theme-light .token.keyword,
.theme-light .cm-keyword,
.theme-light .cm-builtin {
  color: #07a;
}
.theme-light .token.function,
.theme-light .token.class-name,
.theme-light .cm-type,
.theme-light .cm-def {
  color: #DD4A68;
}
.theme-light .token.regex,
.theme-light .token.important,
.theme-light .token.variable,
.theme-light .cm-variable-2,
.theme-light .cm-variable-3 {
  color: #e90;
}
.theme-dark {
  /* Code blocks */
  /* Inline code */
}
.theme-dark code[class*="language-"],
.theme-dark pre[class*="language-"] {
  color: #f8f8f2;
  background: none;
}
.theme-dark :not(pre) > code[class*="language-"],
.theme-dark pre[class*="language-"] {
  background: var(--background-primary-alt);
}
.theme-dark .token.comment,
.theme-dark .token.prolog,
.theme-dark .token.doctype,
.theme-dark .token.cdata,
.theme-dark .cm-comment,
.theme-dark .cm-meta,
.theme-dark .cm-qualifier {
  color: #8292a2;
}
.theme-dark .token.namespace {
  opacity: 0.7;
}
.theme-dark .token.property,
.theme-dark .token.tag,
.theme-dark .token.constant,
.theme-dark .token.symbol,
.theme-dark .token.deleted,
.theme-dark .cm-tag {
  color: #f92672;
}
.theme-dark .token.punctuation,
.theme-dark .cm-punctuation,
.theme-dark .cm-bracket,
.theme-dark .cm-hr {
  color: #f8f8f2;
}
.theme-dark .token.boolean,
.theme-dark .token.number,
.theme-dark .cm-number {
  color: #ae81ff;
}
.theme-dark .token.selector,
.theme-dark .token.attr-name,
.theme-dark .token.string,
.theme-dark .token.char,
.theme-dark .token.builtin,
.theme-dark .token.inserted,
.theme-dark .cm-string,
.theme-dark .cm-string-2 {
  color: #a6e22e;
}
.theme-dark .token.operator,
.theme-dark .token.entity,
.theme-dark .token.url,
.theme-dark .language-css .token.string,
.theme-dark .style .token.string,
.theme-dark .token.variable,
.theme-dark .cm-operator,
.theme-dark .cm-link,
.theme-dark .cm-variable-2,
.theme-dark .cm-variable-3 {
  color: #f8f8f2;
}
.theme-dark .token.atrule,
.theme-dark .token.attr-value,
.theme-dark .token.function,
.theme-dark .token.class-name,
.theme-dark .cm-attribute,
.theme-dark .cm-type,
.theme-dark .cm-def {
  color: #e6db74;
}
.theme-dark .token.keyword,
.theme-dark .cm-keyword,
.theme-dark .cm-builtin {
  color: #66d9ef;
}
.theme-dark .token.regex,
.theme-dark .token.important {
  color: #fd971f;
}
.theme-dark .token.important,
.theme-dark .token.bold {
  font-weight: bold;
}
.theme-dark .token.italic {
  font-style: italic;
}
.theme-dark .token.entity {
  cursor: help;
}
.graph-view.color-fill {
  color: var(--text-muted);
}
.graph-view.color-fill-focused {
  color: #ffdd00;
}
.theme-dark .graph-view.color-fill-tag {
  color: #704214;
}
.theme-light .graph-view.color-fill-tag {
  color: #E0D3AF;
}
.theme-dark .graph-view.color-fill-attachment {
  color: #1a356b;
}
.theme-light .graph-view.color-fill-attachment {
  color: #83D4F4;
}
.graph-view.color-fill-unresolved {
  color: var(--text-muted);
  opacity: 0.4;
}
.graph-view.color-fill-1 {
  color: var(--text-muted);
}
.graph-view.color-fill-2 {
  color: var(--text-muted);
}
.graph-view.color-fill-3 {
  color: var(--text-muted);
}
.graph-view.color-fill-4 {
  color: var(--text-muted);
}
.graph-view.color-fill-5 {
  color: var(--text-muted);
}
.graph-view.color-fill-6 {
  color: var(--text-muted);
}
.graph-view.color-arrow {
  color: var(--text-normal);
  opacity: 0.5;
}
.graph-view.color-circle {
  color: var(--text-normal);
}
.graph-view.color-line {
  color: var(--background-modifier-border);
}
.graph-view.color-text {
  color: var(--text-normal);
}
.graph-view.color-fill-highlight {
  color: var(--interactive-accent);
}
.graph-view.color-line-highlight {
  color: var(--interactive-accent);
}
.graph-controls {
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 8px 16px 8px 8px;
  background-color: var(--background-primary-alt);
  min-width: 140px;
  max-width: 240px;
  border: 1px solid var(--background-modifier-border);
  border-radius: 6px;
  max-height: calc(100% - 16px);
  overflow: auto;
}
.graph-controls.is-close {
  min-width: inherit;
  background-color: var(--background-primary);
  border: 1px solid transparent;
  padding: 6px 8px 2px 8px;
}
.graph-controls.is-close > .graph-control-section {
  display: none;
}
.graph-controls input[type='text'],
.graph-controls input[type='range'] {
  width: 100%;
  font-size: 14px;
}
.graph-controls .setting-item {
  padding: 10px 0;
}
.graph-controls .setting-item:first-of-type {
  border-top: none;
}
.graph-controls .setting-item.mod-slider,
.graph-controls .setting-item.mod-search-setting {
  flex-direction: column;
}
.graph-controls .setting-item.mod-slider > *,
.graph-controls .setting-item.mod-search-setting > * {
  width: 100%;
}
.graph-controls .setting-item.mod-slider .setting-item-info,
.graph-controls .setting-item.mod-search-setting .setting-item-info {
  margin-right: 0;
}
.graph-controls .setting-item.mod-slider .setting-item-control,
.graph-controls .setting-item.mod-search-setting .setting-item-control {
  padding-top: 4px;
}
.graph-controls .setting-item.mod-toggle .setting-item-control {
  padding-top: 0;
  margin-top: -3px;
}
.graph-controls .setting-item.mod-search-setting .setting-item-info {
  margin-right: 0;
}
.graph-controls .setting-item-name {
  font-size: 14px;
  color: var(--text-muted);
  display: inline-block;
}
.graph-controls .tree-item-children {
  margin-top: 8px;
}
.graph-controls::-webkit-scrollbar,
.graph-controls::-webkit-scrollbar-thumb {
  width: 8px;
  visibility: hidden;
}
.graph-controls:hover::-webkit-scrollbar,
.graph-controls:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.graph-color-group {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 10px 0;
  transition: top 200ms ease-in-out;
}
.graph-color-group input[type="color"] {
  height: 26px;
  margin-left: 6px;
}
.graph-color-group input[type="color"]::-webkit-color-swatch {
  height: 18px;
  width: 18px;
}
.graph-color-group .clickable-icon {
  display: inline-flex;
}
.graph-color-button-container {
  text-align: center;
  margin-bottom: 10px;
}
.graph-color-button-container button {
  margin: 0;
}
.graph-color-group.drag-ghost {
  position: fixed;
  display: flex;
  max-width: unset;
  border: none;
  box-shadow: none;
  background-color: var(--background-primary-alt);
  padding: 0;
  transition: none;
  pointer-events: none;
}
.graph-color-group.drag-ghost input[type='text'] {
  width: 100%;
}
.graph-color-group.drag-ghost input[type='color'] {
  margin-left: 6px;
}
.graph-control-section.mod-color-groups .tree-item-children.is-grabbing .graph-color-groups-container {
  padding-bottom: 40px;
}
.graph-controls-button {
  color: var(--text-faint);
  cursor: pointer;
  display: none;
  z-index: 1;
}
.graph-controls-button:hover {
  color: var(--text-muted);
}
.graph-controls-button.mod-close {
  position: absolute;
  top: 5px;
  right: 6px;
}
.graph-controls:not(.is-close):hover .graph-controls-button.mod-close {
  display: inline-block;
}
.graph-controls-button.mod-reset {
  position: absolute;
  top: 5px;
  right: 30px;
}
.graph-controls:not(.is-close):hover .graph-controls-button.mod-reset {
  display: inline-block;
}
.graph-controls.is-close .graph-controls-button.mod-open {
  display: flex;
}
.graph-controls-button.mod-animate {
  margin-top: 12px;
}
.graph-controls.is-close .graph-controls-button.mod-animate {
  display: flex;
}
.setting-item.mod-search-setting .setting-item-info {
  display: none;
}
.setting-item.mod-search-setting .setting-item-control .search-input-container {
  position: relative;
  margin: 0;
}
.setting-item.mod-search-setting .setting-item-control .search-input-container:before {
  content: ' ';
  position: absolute;
  bottom: -6px;
  width: 0;
  height: 3px;
}
.setting-item.mod-search-setting.is-loading .setting-item-control:before {
  background-color: var(--interactive-accent);
  animation: 1000ms ease-in-out 300ms infinite progress-bar;
}
.graph-controls-currently-searching {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 10px;
  line-height: 18px;
}
.graph-control-section-header {
  font-weight: 600;
  font-size: 14px;
  color: var(--text-normal);
}
.graph-control-section:not(:last-child) .tree-item-children {
  margin-top: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--background-modifier-border);
}
.graph-controls {
  padding-bottom: 12px;
}
.local-graph-jumps-slider-container {
  position: absolute;
  left: 14px;
  top: 10px;
  padding: 0 8px 4px 8px;
  border-radius: 4px;
  background-color: var(--background-primary);
}
.workspace-split.mod-left-split .local-graph-jumps-slider-container,
.workspace-split.mod-right-split .local-graph-jumps-slider-container,
.workspace-fake-target-overlay .local-graph-jumps-slider-container {
  background-color: var(--background-secondary);
}
* {
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  overflow: hidden;
}
.top-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: var(--background-modifier-error);
  color: var(--text-on-accent);
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid var(--background-modifier-border);
  font-size: 13px;
}
.top-notice a {
  color: var(--text-on-accent);
}
.published-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  user-select: none;
}
.published-container .loader-cube {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.site-header {
  display: flex;
  font-size: 24px;
  line-height: 30px;
  margin-top: 10px;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid var(--background-modifier-border);
  align-items: center;
  flex: 0 0 auto;
}
.site-header .clickable-icon {
  display: none;
}
.site-header .clickable-icon svg {
  vertical-align: middle;
}
.site-header-logo {
  max-height: 50px;
  border-radius: 8px;
  margin-right: 10px;
}
.site-header-text {
  margin-left: 10px;
  font-size: 22px;
  cursor: pointer;
  flex: 1 0 0;
}
.page-header {
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
}
.site-body-left-column-site-logo {
  max-width: calc(100% - 40px);
  align-self: center;
  border-radius: 8px;
}
.site-body-left-column-site-name {
  font-size: 22px;
  font-weight: 600;
  z-index: 1;
  cursor: pointer;
  line-height: 32px;
  padding: 10px 20px;
}
.site-body-left-column-site-name:hover {
  text-decoration: underline;
}
/*
	Readable line width
 */
.published-container.is-readable-line-width .site-body {
  justify-content: center;
}
.published-container.is-readable-line-width .site-body-center-column {
  flex: 0 1 740px;
}
.site-body {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100%;
}
.nav-view-outer,
.outline-view-outer {
  margin-bottom: 10px;
}
.nav-view-outer::-webkit-scrollbar,
.outline-view-outer::-webkit-scrollbar,
.nav-view-outer::-webkit-scrollbar-thumb,
.outline-view-outer::-webkit-scrollbar-thumb {
  width: 8px;
  visibility: hidden;
}
.nav-view-outer:hover::-webkit-scrollbar,
.outline-view-outer:hover::-webkit-scrollbar,
.nav-view-outer:hover::-webkit-scrollbar-thumb,
.outline-view-outer:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.site-body-left-column {
  width: 250px;
  flex: 0 0 250px;
  position: relative;
  height: 100%;
  display: none;
  background-color: var(--background-primary-alt);
  border-right: 1px solid var(--background-secondary-alt);
}
.has-navigation .site-body-left-column {
  display: flex;
}
.site-body-left-column:before {
  content: ' ';
  position: absolute;
  right: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--background-primary-alt);
  z-index: 0;
}
.site-body-left-column,
.site-body-right-column {
  font-size: 14px;
  line-height: 1.6;
  flex-direction: column;
  min-height: 0;
  padding-top: 20px;
}
.site-body-center-column {
  flex: 1 0 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.site-body-right-column {
  width: 300px;
  flex: 0 0 300px;
  height: 100%;
  display: none;
  margin: 0 10px;
  padding-top: 10px;
}
.published-container.has-outline .site-body-right-column,
.published-container.has-graph .site-body-right-column {
  display: flex;
}
.graph-view-outer {
  display: none;
  flex-direction: column;
  flex: 0 0 auto;
  margin-top: 10px;
}
.published-container.has-graph .graph-view-outer {
  display: block;
}
.graph-view-container {
  position: relative;
  height: 300px;
  border: 1px solid var(--background-modifier-border);
  border-radius: 10px;
  background-color: var(--background-primary-alt);
  padding: 4px;
}
.graph-view-container .graph-view {
  width: 100%;
  height: 100%;
}
.graph-view-container.mod-expanded {
  width: 90vw;
  height: 90vh;
}
.graph-icon {
  cursor: pointer;
  color: var(--text-muted);
}
.graph-icon:hover {
  color: var(--text-accent);
}
.graph-expand {
  position: absolute;
  top: 5px;
  right: 5px;
}
.graph-global {
  position: absolute;
  top: 5px;
  right: 25px;
}
.site-footer {
  font-size: 13px;
  text-align: center;
  position: relative;
  z-index: 0;
  flex: 0 0 30px;
  line-height: 30px;
}
.site-footer a {
  text-decoration: none;
  color: var(--text-muted);
}
.site-footer a:hover {
  color: var(--interactive-accent);
}
/* Nav view */
.nav-view-outer {
  overflow: auto;
  margin-right: 2px;
}
.nav-view-outer .tree-item {
  line-height: 20px;
  margin: 5px 0;
}
.nav-view-outer .tree-item-self.mod-active {
  background-color: var(--background-secondary-alt);
  font-weight: 600;
  color: var(--text-normal);
}
.nav-view > .tree-item > .tree-item-self {
  display: none;
}
/* Outline view */
.outline-view-outer {
  width: 100%;
  top: 0;
  height: 100%;
  flex-grow: 1;
  overflow: auto;
  margin-top: 20px;
}
.outline-view-outer .tree-item {
  margin: 2px 0;
}
.outline-view-outer .tree-item-self.mod-active {
  background-color: var(--background-primary-alt);
  font-weight: 600;
  color: var(--text-normal);
}
.outline-view-outer .tree-item-self:hover {
  background-color: var(--background-primary-alt);
}
.published-container.has-graph .outline-view-outer {
  display: block;
}
.published-section-header {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text-faint);
}
.published-section-header-icon {
  display: inline-block;
  margin-right: 6px;
}
.published-section-header-icon + span {
  position: relative;
  top: -1px;
}
.outline-view-outer .published-section-header {
  padding-left: 20px;
}
/* Content preview */
.render-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex: 1 1 auto;
  position: relative;
}
.render-container-inner {
  width: 100%;
  display: flex;
}
.publish-renderer {
  width: 100%;
}
.extra-title {
  opacity: 0;
  writing-mode: vertical-lr;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 20px 3px;
  font-size: 17px;
  font-weight: 600;
  color: var(--text-muted);
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.publish-renderer:hover .extra-title {
  color: inherit;
}
/* Backlinks */
.published-container .backlinks {
  margin-top: 30px;
  background-color: var(--background-primary-alt);
  border-radius: 6px;
  padding: 10px 20px;
}
.published-container .backlinks .internal-link {
  text-decoration: none;
  opacity: 0.85;
}
.backlink-items-container {
  margin-top: 6px;
  font-size: 16px;
}
.sliding-windows .render-container {
  overflow-x: auto;
  overflow-y: hidden;
}
.sliding-windows .render-container-inner {
  width: initial;
}
.sliding-windows .publish-renderer {
  position: sticky;
  width: 500px;
  flex: 0 0 500px;
  background: var(--background-primary);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  transition: box-shadow 100ms linear;
}
.sliding-windows .publish-renderer:first-of-type {
  border-left: none;
}
.sliding-windows .publish-renderer.mod-overlay {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.sliding-windows .publish-renderer .extra-title,
.sliding-windows .publish-renderer .markdown-preview-view {
  transition: opacity 0.1s ease-in-out;
}
.sliding-windows .publish-renderer.mod-squished {
  cursor: pointer;
}
.sliding-windows .publish-renderer.mod-squished .markdown-preview-view {
  opacity: 0;
}
.sliding-windows .publish-renderer.mod-squished .extra-title {
  opacity: 1;
}
.markdown-preview-view.is-readable-line-width .markdown-preview-sizer {
  max-width: inherit;
  margin: 0 20px;
}
.published-container .markdown-preview-view {
  user-select: text;
}
.published-container .markdown-preview-sizer {
  padding-bottom: 0 !important;
}
.markdown-rendered {
  font-size: 18px;
  line-height: 1.6em;
}
.markdown-rendered .frontmatter-container {
  margin-top: 20px;
}
.hover-popover .markdown-rendered {
  font-size: 15px;
  line-height: 1.4;
}
.markdown-rendered .tag:not(.token) {
  text-decoration: none;
  background-color: var(--background-secondary);
  border-radius: 30px;
  color: var(--text-normal);
  font-size: 0.9em;
  padding: 2px 8px;
  border: 1px solid var(--background-modifier-border);
}
.markdown-rendered .tag:not(.token):hover {
  background-color: var(--interactive-accent);
  border-color: var(--interactive-accent);
  color: var(--text-on-accent);
}
.publish-article-heading .clickable-icon {
  display: none;
}
.publish-article-heading:hover .clickable-icon {
  display: inline-flex;
}
h1:not(:hover) .copy-heading-link,
h2:not(:hover) .copy-heading-link,
h3:not(:hover) .copy-heading-link,
h4:not(:hover) .copy-heading-link,
h5:not(:hover) .copy-heading-link,
h6:not(:hover) .copy-heading-link {
  opacity: 0;
}
.files-with-tag-container {
  max-height: calc(100vh - 300px);
  overflow: auto;
}
.files-with-tag-container .files-with-tag-item {
  margin-bottom: 4px;
}
.popover.hover-popover:after {
  display: none;
}
.published-container.has-navigation .site-header {
  display: none;
}
.published-search-icon {
  position: absolute;
  color: var(--text-faint);
  left: 18px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.site-body-left-column .published-search-icon {
  left: 28px;
}
.site-header .search-view-outer {
  width: 50%;
  max-width: 240px;
  order: 1;
}
.search-view-container {
  display: flex;
  margin: 10px 0;
  position: relative;
}
.search-view-container .search-bar {
  margin: 0 10px;
  width: 0;
  flex-grow: 1;
  padding-left: 30px;
}
.search-view-container .search-bar.has-no-results {
  background-color: rgba(var(--background-modifier-error-rgb), 0.2);
}
.search-view-container .search-bar::placeholder {
  font-size: 14px;
  color: var(--text-faint);
}
.site-body-left-column .search-bar {
  margin: 0 20px;
}
.search-results {
  position: absolute;
  background-color: var(--background-primary);
  max-height: 600px;
  overflow: auto;
  margin-right: 10px;
  box-shadow: 0 2px 8px var(--background-modifier-box-shadow);
  line-height: 1.2em;
  border-radius: 4px;
  border: 1px solid var(--background-modifier-border);
  z-index: var(--layer-notice);
  max-width: 400px;
}
.search-results .suggestion-empty {
  padding: 8px 20px;
  width: 207px;
  font-size: 14px;
}
.suggestion-content {
  font-size: 14px;
}
.suggestion-note {
  font-size: 12px;
}
.frontmatter-container {
  display: none;
}
.modal.mod-password-required {
  width: 450px;
  min-width: 450px;
}
.not-found-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
}
.not-found-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
  margin: 10px 0;
  color: var(--text-muted);
}
.not-found-description {
  font-size: 22px;
  line-height: 30px;
  color: var(--text-faint);
}
.not-found-image {
  display: block;
  background-image: url(/public/images/10a4c7dfa70cedab4d48.png);
  width: 103px;
  height: 132px;
  background-size: 103px 132px;
}
@media screen and (max-width: 1000px) {
  .published-container.has-outline .site-body-right-column,
  .published-container.has-graph .site-body-right-column {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .published-container.has-navigation .site-body-left-column {
    display: flex;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    transition: left 200ms ease-in-out;
    z-index: var(--layer-sidedock);
  }
  .published-container.has-navigation .nav-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background-modifier-cover);
    opacity: 0;
    transition: opacity 200ms ease-in-out;
    z-index: -1;
  }
  .published-container.has-navigation .site-header {
    display: flex;
  }
  .published-container.has-navigation .site-header .clickable-icon {
    display: block;
  }
  .published-container.has-navigation.is-left-column-open .site-body-left-column {
    left: 0;
  }
  .published-container.has-navigation.is-left-column-open .nav-backdrop {
    opacity: 1;
    z-index: 1;
  }
  .published-container .markdown-preview-view {
    padding: 10px;
  }
  .site-body-center-column {
    margin: 0;
  }
  .page-header {
    font-size: 24px;
    line-height: 30px;
  }
}
@media print {
  .site-body-left-column,
  .site-body-right-column,
  .site-footer {
    display: none !important;
  }
}

