.sadog html {
	overflow-x: initial !important;
}
.sadog :root {
	--bg-color:#ffffff;
	--text-color:#333333;
	--select-text-bg-color:#B5D6FC;
	--select-text-font-color:auto;
	--monospace:"Lucida Console", Consolas, "Courier", monospace;
	--title-bar-height:20px;
}
.sadog .mac-os-11 {
	--title-bar-height:28px;
}
.sadog html {
	font-size: 14px;
	background-color: var(--bg-color);
	color: var(--text-color);
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}
.sadog body {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	height: auto;
	bottom: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 1rem;
	line-height: 1.42857;
	overflow-x: hidden;
	background: inherit;
	tab-size: 4;
}
.sadog iframe {
	margin: auto;
}
.sadog a.url {
	word-break: break-all;
}
.sadog a:active, .sadog a:hover {
	outline: 0px;
}
.sadog .in-text-selection, .sadog ::selection {
	text-shadow: none;
	background: var(--select-text-bg-color);
	color: var(--select-text-font-color);
}
.sadog #write {
	margin: 0px auto;
	height: auto;
	width: inherit;
	word-break: normal;
	overflow-wrap: break-word;
	position: relative;
	white-space: normal;
	overflow-x: visible;
	padding-top: 36px;
}
.sadog #write.first-line-indent p {
	text-indent: 2em;
}
.sadog #write.first-line-indent li p, .sadog #write.first-line-indent p * {
	text-indent: 0px;
}
.sadog #write.first-line-indent li {
	margin-left: 2em;
}
.sadog .for-image #write {
	padding-left: 8px;
	padding-right: 8px;
}
.sadog body.typora-export {
	padding-left: 30px;
	padding-right: 30px;
}
.sadog .typora-export .footnote-line, .sadog .typora-export li, .sadog .typora-export p {
	white-space: pre-wrap;
}
.sadog .typora-export .task-list-item input {
	pointer-events: none;
}
@media screen and (max-width: 500px) {
	.sadog body.typora-export {
		padding-left: 0px;
		padding-right: 0px;
	}
	.sadog #write {
		padding-left: 20px;
		padding-right: 20px;
	}
	.sadog .CodeMirror-sizer {
		margin-left: 0px !important;
	}
	.sadog .CodeMirror-gutters {
		display: none !important;
	}
}
.sadog #write li > figure:last-child {
	margin-bottom: 0.5rem;
}
.sadog #write ol, .sadog #write ul {
	position: relative;
}
.sadog img {
	max-width: 100%;
	vertical-align: middle;
	image-orientation: from-image;
}
.sadog button, .sadog input, .sadog select, .sadog textarea {
	color: inherit;
	font: inherit;
}
.sadog input[type="checkbox"], .sadog input[type="radio"] {
	line-height: normal;
	padding: 0px;
}
.sadog *, ::after, .sadog ::before {
	box-sizing: border-box;
}
.sadog #write h1, .sadog #write h2, .sadog #write h3, .sadog #write h4, .sadog #write h5, .sadog #write h6, .sadog #write p, .sadog #write pre {
	width: inherit;
}
.sadog #write h1, .sadog #write h2, .sadog #write h3, .sadog #write h4, .sadog #write h5, .sadog #write h6, .sadog #write p {
	position: relative;
}
.sadog p {
	line-height: inherit;
}
.sadog h1, .sadog h2, .sadog h3, .sadog h4, .sadog h5, .sadog h6 {
	break-after: avoid-page;
	break-inside: avoid;
	orphans: 4;
}
.sadog p {
	orphans: 4;
}
.sadog h1 {
	font-size: 2rem;
}
.sadog h2 {
	font-size: 1.8rem;
}
.sadog h3 {
	font-size: 1.6rem;
}
.sadog h4 {
	font-size: 1.4rem;
}
.sadog h5 {
	font-size: 1.2rem;
}
.sadog h6 {
	font-size: 1rem;
}
.sadog .md-math-block, .sadog .md-rawblock, .sadog h1, .sadog h2, .sadog h3, .sadog h4, .sadog h5, .sadog h6, .sadog p {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.sadog .hidden {
	display: none;
}
.sadog .md-blockmeta {
	color: rgb(204, 204, 204);
	font-weight: 700;
	font-style: italic;
}
.sadog a {
	cursor: pointer;
}
.sadog sup.md-footnote {
	padding: 2px 4px;
	background-color: rgba(238, 238, 238, 0.7);
	color: rgb(85, 85, 85);
	border-radius: 4px;
	cursor: pointer;
}
.sadog sup.md-footnote a, .sadog sup.md-footnote a:hover {
	color: inherit;
	text-transform: inherit;
	text-decoration: inherit;
}
.sadog #write input[type="checkbox"] {
	cursor: pointer;
	width: inherit;
	height: inherit;
}
.sadog figure {
	overflow-x: auto;
	margin: 1.2em 0px;
	max-width: calc(100% + 16px);
	padding: 0px;
}
.sadog figure > table {
	margin: 0px;
}
.sadog tr {
	break-inside: avoid;
	break-after: auto;
}
.sadog thead {
	display: table-header-group;
}
.sadog table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	overflow: auto;
	break-inside: auto;
	text-align: left;
}
.sadog table.md-table td {
	min-width: 32px;
}
.sadog .CodeMirror-gutters {
	border-right: 0px;
	background-color: inherit;
}
.sadog .CodeMirror-linenumber {
	user-select: none;
}
.sadog .CodeMirror {
	text-align: left;
}
.sadog .CodeMirror-placeholder {
	opacity: 0.3;
}
.sadog .CodeMirror pre {
	padding: 0px 4px;
}
.sadog .CodeMirror-lines {
	padding: 0px;
}
.sadog div.hr:focus {
	cursor: none;
}
.sadog #write pre {
	white-space: pre-wrap;
}
.sadog #write.fences-no-line-wrapping pre {
	white-space: pre;
}
.sadog #write pre.ty-contain-cm {
	white-space: normal;
}
.sadog .CodeMirror-gutters {
	margin-right: 4px;
}
.sadog .md-fences {
	font-size: 0.9rem;
	display: block;
	break-inside: avoid;
	text-align: left;
	overflow: visible;
	white-space: pre;
	background: inherit;
	position: relative !important;
}
.sadog .md-diagram-panel {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 8px;
	overflow-x: auto;
}
.sadog #write .md-fences.mock-cm {
	white-space: pre-wrap;
}
.sadog .md-fences.md-fences-with-lineno {
	padding-left: 0px;
}
.sadog #write.fences-no-line-wrapping .md-fences.mock-cm {
	white-space: pre;
	overflow-x: auto;
}
.sadog .md-fences.mock-cm.md-fences-with-lineno {
	padding-left: 8px;
}
.sadog .CodeMirror-line, .sadog twitterwidget {
	break-inside: avoid;
}
.sadog .footnotes {
	opacity: 0.8;
	font-size: 0.9rem;
	margin-top: 1em;
	margin-bottom: 1em;
}
.sadog .footnotes + .footnotes {
	margin-top: 0px;
}
.sadog .md-reset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	vertical-align: top;
	background: 0px 0px;
	text-decoration: none;
	text-shadow: none;
	float: none;
	position: static;
	width: auto;
	height: auto;
	white-space: nowrap;
	cursor: inherit;
	-webkit-tap-highlight-color: transparent;
	line-height: normal;
	font-weight: 400;
	text-align: left;
	box-sizing: content-box;
	direction: ltr;
}
.sadog li div {
	padding-top: 0px;
}
.sadog blockquote {
	margin: 1rem 0px;
}
.sadog li .mathjax-block, li p {
	margin: 0.5rem 0px;
}
.sadog li blockquote {
	margin: 1rem 0px;
}
.sadog li {
	margin: 0px;
	position: relative;
}
.sadog blockquote > :last-child {
	margin-bottom: 0px;
}
.sadog blockquote > :first-child, li > :first-child {
	margin-top: 0px;
}
.sadog .footnotes-area {
	color: rgb(136, 136, 136);
	margin-top: 0.714rem;
	padding-bottom: 0.143rem;
	white-space: normal;
}
.sadog #write .footnote-line {
	white-space: pre-wrap;
}
@media print {
	.sadog body, .sadog html {
		border: 1px solid transparent;
		height: 99%;
		break-after: avoid;
		break-before: avoid;
		font-variant-ligatures: no-common-ligatures;
	}
	.sadog #write {
		margin-top: 0px;
		padding-top: 0px;
		border-color: transparent !important;
	}
	.sadog .typora-export * {
		-webkit-print-color-adjust: exact;
	}
	.sadog .typora-export #write {
		break-after: avoid;
	}
	.sadog .typora-export #write::after {
		height: 0px;
	}
	.sadog .is-mac table {
		break-inside: avoid;
	}
}
.sadog .footnote-line {
	margin-top: 0.714em;
	font-size: 0.7em;
}
.sadog a img, .sadog img a {
	cursor: pointer;
}
.sadog pre.md-meta-block {
	font-size: 0.8rem;
	min-height: 0.8rem;
	white-space: pre-wrap;
	background: rgb(204, 204, 204);
	display: block;
	overflow-x: hidden;
}
.sadog p > .md-image:only-child:not(.md-img-error) img, .sadog p > img:only-child {
	display: block;
	margin: auto;
}
.sadog #write.first-line-indent p > .md-image:only-child:not(.md-img-error) img {
	left: -2em;
	position: relative;
}
.sadog p > .md-image:only-child {
	display: inline-block;
	width: 100%;
}
.sadog #write .MathJax_Display {
	margin: 0.8em 0px 0px;
}
.sadog .md-math-block {
	width: 100%;
}
.sadog .md-math-block:not(:empty)::after {
	display: none;
}
.sadog .MathJax_ref {
	fill: currentcolor;
}
.sadog [contenteditable="true"]:active, .sadog [contenteditable="true"]:focus, .sadog [contenteditable="false"]:active, .sadog [contenteditable="false"]:focus {
	outline: 0px;
	box-shadow: none;
}
.sadog .md-task-list-item {
	position: relative;
	list-style-type: none;
}
.sadog .task-list-item.md-task-list-item {
	padding-left: 0px;
}
.sadog .md-task-list-item > input {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: -1.2em;
	margin-top: calc(1em - 10px);
	border: none;
}
.sadog .math {
	font-size: 1rem;
}
.sadog .md-toc {
	min-height: 3.58rem;
	position: relative;
	font-size: 0.9rem;
	border-radius: 10px;
}
.sadog .md-toc-content {
	position: relative;
	margin-left: 0px;
}
.sadog .md-toc-content::after, .sadog .md-toc::after {
	display: none;
}
.sadog .md-toc-item {
	display: block;
	color: rgb(65, 131, 196);
}
.sadog .md-toc-item a {
	text-decoration: none;
}
.sadog .md-toc-inner:hover {
	text-decoration: underline;
}
.sadog .md-toc-inner {
	display: inline-block;
	cursor: pointer;
}
.sadog .md-toc-h1 .md-toc-inner {
	margin-left: 0px;
	font-weight: 700;
}
.sadog .md-toc-h2 .md-toc-inner {
	margin-left: 2em;
}
.sadog .md-toc-h3 .md-toc-inner {
	margin-left: 4em;
}
.sadog .md-toc-h4 .md-toc-inner {
	margin-left: 6em;
}
.sadog .md-toc-h5 .md-toc-inner {
	margin-left: 8em;
}
.sadog .md-toc-h6 .md-toc-inner {
	margin-left: 10em;
}
@media screen and (max-width: 48em) {
	.sadog .md-toc-h3 .md-toc-inner {
		margin-left: 3.5em;
	}
	.sadog .md-toc-h4 .md-toc-inner {
		margin-left: 5em;
	}
	.sadog .md-toc-h5 .md-toc-inner {
		margin-left: 6.5em;
	}
	.sadog .md-toc-h6 .md-toc-inner {
		margin-left: 8em;
	}
}
.sadog a.md-toc-inner {
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.sadog .footnote-line a:not(.reversefootnote) {
	color: inherit;
}
.sadog .md-attr {
	display: none;
}
.sadog .md-fn-count::after {
	content:".";
}
.sadog code, .sadog pre, .sadog samp, .sadog tt {
	font-family: var(--monospace);
}
.sadog kbd {
	margin: 0px 0.1em;
	padding: 0.1em 0.6em;
	font-size: 0.8em;
	color: rgb(36, 39, 41);
	background: rgb(255, 255, 255);
	border: 1px solid rgb(173, 179, 185);
	border-radius: 3px;
	box-shadow: rgba(12, 13, 14, 0.2) 0px 1px 0px, rgb(255, 255, 255) 0px 0px 0px 2px inset;
	white-space: nowrap;
	vertical-align: middle;
}
.sadog .md-comment {
	color: rgb(162, 127, 3);
	opacity: 0.8;
	font-family: var(--monospace);
}
.sadog code {
	text-align: left;
	vertical-align: initial;
}
.sadog a.md-print-anchor {
	white-space: pre !important;
	border-width: initial !important;
	border-style: none !important;
	border-color: initial !important;
	display: inline-block !important;
	position: absolute !important;
	width: 1px !important;
	right: 0px !important;
	outline: 0px !important;
	background: 0px 0px !important;
	text-decoration: initial !important;
	text-shadow: initial !important;
}
.sadog .md-inline-math .MathJax_SVG .noError {
	display: none !important;
}
.sadog .html-for-mac .inline-math-svg .MathJax_SVG {
	vertical-align: 0.2px;
}
.sadog .md-math-block .MathJax_SVG_Display {
	text-align: center;
	margin: 0px;
	position: relative;
	text-indent: 0px;
	max-width: none;
	max-height: none;
	min-height: 0px;
	min-width: 100%;
	width: auto;
	overflow-y: hidden;
	display: block !important;
}
.sadog .MathJax_SVG_Display, .sadog .md-inline-math .MathJax_SVG_Display {
	width: auto;
	margin: inherit;
	display: inline-block !important;
}
.sadog .MathJax_SVG .MJX-monospace {
	font-family: var(--monospace);
}
.sadog .MathJax_SVG .MJX-sans-serif {
	font-family: sans-serif;
}
.sadog .MathJax_SVG {
	display: inline;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	zoom: 90%;
	text-indent: 0px;
	text-align: left;
	text-transform: none;
	letter-spacing: normal;
	word-spacing: normal;
	overflow-wrap: normal;
	white-space: nowrap;
	float: none;
	direction: ltr;
	max-width: none;
	max-height: none;
	min-width: 0px;
	min-height: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.sadog .MathJax_SVG * {
	transition: none 0s ease 0s;
}
.sadog .MathJax_SVG_Display svg {
	vertical-align: middle !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}
.sadog .os-windows.monocolor-emoji .md-emoji {
	font-family:"Segoe UI Symbol", sans-serif;
}
.sadog .md-diagram-panel > svg {
	max-width: 100%;
}
.sadog [lang="flow"] svg, .sadog [lang="mermaid"] svg {
	max-width: 100%;
	height: auto;
}
.sadog [lang="mermaid"] .node text {
	font-size: 1rem;
}
.sadog table tr th {
	border-bottom: 0px;
}
.sadog video {
	max-width: 100%;
	display: block;
	margin: 0px auto;
}
.sadog iframe {
	max-width: 100%;
	width: 100%;
	border: none;
}
.sadog .highlight td, .sadog .highlight tr {
	border: 0px;
}
.sadog mark {
	background: rgb(255, 255, 0);
	color: rgb(0, 0, 0);
}
.sadog .md-html-inline .md-plain, .sadog .md-html-inline strong, .sadog mark .md-inline-math, .sadog mark strong {
	color: inherit;
}
.sadog mark .md-meta {
	color: rgb(0, 0, 0);
	opacity: 0.3 !important;
}
@media print {
	.sadog .typora-export h1, .sadog .typora-export h2, .sadog .typora-export h3, .sadog .typora-export h4, .sadog .typora-export h5, .sadog .typora-export h6 {
		break-inside: avoid;
	}
}
.sadog .md-diagram-panel .messageText {
	stroke: none !important;
}
.sadog .md-diagram-panel .start-state {
	fill: var(--node-fill);
}
.sadog .md-diagram-panel .edgeLabel rect {
	opacity: 1 !important;
}
.sadog .md-require-zoom-fix foreignobject {
	font-size: var(--mermaid-font-zoom);
}
.sadog .CodeMirror {
	height: auto;
}
.sadog .CodeMirror.cm-s-inner {
	background: inherit;
}
.sadog .CodeMirror-scroll {
	overflow: auto hidden;
	z-index: 3;
}
.sadog .CodeMirror-gutter-filler, .sadog .CodeMirror-scrollbar-filler {
	background-color: rgb(255, 255, 255);
}
.sadog .CodeMirror-gutters {
	border-right: 1px solid rgb(221, 221, 221);
	background: inherit;
	white-space: nowrap;
}
.sadog .CodeMirror-linenumber {
	padding: 0px 3px 0px 5px;
	text-align: right;
	color: rgb(153, 153, 153);
}
.sadog .cm-s-inner .cm-keyword {
	color: rgb(119, 0, 136);
}
.sadog .cm-s-inner .cm-atom, .sadog .cm-s-inner.cm-atom {
	color: rgb(34, 17, 153);
}
.sadog .cm-s-inner .cm-number {
	color: rgb(17, 102, 68);
}
.sadog .cm-s-inner .cm-def {
	color: rgb(0, 0, 255);
}
.sadog .cm-s-inner .cm-variable {
	color: rgb(0, 0, 0);
}
.sadog .cm-s-inner .cm-variable-2 {
	color: rgb(0, 85, 170);
}
.sadog .cm-s-inner .cm-variable-3 {
	color: rgb(0, 136, 85);
}
.sadog .cm-s-inner .cm-string {
	color: rgb(170, 17, 17);
}
.sadog .cm-s-inner .cm-property {
	color: rgb(0, 0, 0);
}
.sadog .cm-s-inner .cm-operator {
	color: rgb(152, 26, 26);
}
.sadog .cm-s-inner .cm-comment, .sadog .cm-s-inner.cm-comment {
	color: rgb(170, 85, 0);
}
.sadog .cm-s-inner .cm-string-2 {
	color: rgb(255, 85, 0);
}
.sadog .cm-s-inner .cm-meta {
	color: rgb(85, 85, 85);
}
.sadog .cm-s-inner .cm-qualifier {
	color: rgb(85, 85, 85);
}
.sadog .cm-s-inner .cm-builtin {
	color: rgb(51, 0, 170);
}
.sadog .cm-s-inner .cm-bracket {
	color: rgb(153, 153, 119);
}
.sadog .cm-s-inner .cm-tag {
	color: rgb(17, 119, 0);
}
.sadog .cm-s-inner .cm-attribute {
	color: rgb(0, 0, 204);
}
.sadog .cm-s-inner .cm-header, .cm-s-inner.cm-header {
	color: rgb(0, 0, 255);
}
.sadog .cm-s-inner .cm-quote, .cm-s-inner.cm-quote {
	color: rgb(0, 153, 0);
}
.sadog .cm-s-inner .cm-hr, .cm-s-inner.cm-hr {
	color: rgb(153, 153, 153);
}
.sadog .cm-s-inner .cm-link, .cm-s-inner.cm-link {
	color: rgb(0, 0, 204);
}
.sadog .cm-negative {
	color: rgb(221, 68, 68);
}
.sadog .cm-positive {
	color: rgb(34, 153, 34);
}
.sadog .cm-header, .cm-strong {
	font-weight: 700;
}
.sadog .cm-del {
	text-decoration: line-through;
}
.sadog .cm-em {
	font-style: italic;
}
.sadog .cm-link {
	text-decoration: underline;
}
.sadog .cm-error {
	color: red;
}
.sadog .cm-invalidchar {
	color: red;
}
.sadog .cm-constant {
	color: rgb(38, 139, 210);
}
.sadog .cm-defined {
	color: rgb(181, 137, 0);
}
.sadog div.CodeMirror span.CodeMirror-matchingbracket {
	color: rgb(0, 255, 0);
}
.sadog div.CodeMirror span.CodeMirror-nonmatchingbracket {
	color: rgb(255, 34, 34);
}
.sadog .cm-s-inner .CodeMirror-activeline-background {
	background: inherit;
}
.sadog .CodeMirror {
	position: relative;
	overflow: hidden;
}
.sadog .CodeMirror-scroll {
	height: 100%;
	outline: 0px;
	position: relative;
	box-sizing: content-box;
	background: inherit;
}
.sadog .CodeMirror-sizer {
	position: relative;
}
.sadog .CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-vscrollbar {
	position: absolute;
	z-index: 6;
	display: none;
}
.sadog .CodeMirror-vscrollbar {
	right: 0px;
	top: 0px;
	overflow: hidden;
}
.sadog .CodeMirror-hscrollbar {
	bottom: 0px;
	left: 0px;
	overflow: hidden;
}
.sadog .CodeMirror-scrollbar-filler {
	right: 0px;
	bottom: 0px;
}
.sadog .CodeMirror-gutter-filler {
	left: 0px;
	bottom: 0px;
}
.sadog .CodeMirror-gutters {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-bottom: 30px;
	z-index: 3;
}
.sadog .CodeMirror-gutter {
	white-space: normal;
	height: 100%;
	box-sizing: content-box;
	padding-bottom: 30px;
	margin-bottom: -32px;
	display: inline-block;
}
.sadog .CodeMirror-gutter-wrapper {
	position: absolute;
	z-index: 4;
	background: 0px 0px !important;
	border: none !important;
}
.sadog .CodeMirror-gutter-background {
	position: absolute;
	top: 0px;
	bottom: 0px;
	z-index: 4;
}
.sadog .CodeMirror-gutter-elt {
	position: absolute;
	cursor: default;
	z-index: 4;
}
.sadog .CodeMirror-lines {
	cursor: text;
}
.sadog .CodeMirror pre {
	border-radius: 0px;
	border-width: 0px;
	background: 0px 0px;
	font-family: inherit;
	font-size: inherit;
	margin: 0px;
	white-space: pre;
	overflow-wrap: normal;
	color: inherit;
	z-index: 2;
	position: relative;
	overflow: visible;
}
.sadog .CodeMirror-wrap pre {
	overflow-wrap: break-word;
	white-space: pre-wrap;
	word-break: normal;
}
.sadog .CodeMirror-code pre {
	border-right: 30px solid transparent;
	width: fit-content;
}
.sadog .CodeMirror-wrap .CodeMirror-code pre {
	border-right: none;
	width: auto;
}
.sadog .CodeMirror-linebackground {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 0;
}
.sadog .CodeMirror-linewidget {
	position: relative;
	z-index: 2;
	overflow: auto;
}
.sadog .CodeMirror-wrap .CodeMirror-scroll {
	overflow-x: hidden;
}
.sadog .CodeMirror-measure {
	position: absolute;
	width: 100%;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}
.sadog .CodeMirror-measure pre {
	position: static;
}
.sadog .CodeMirror div.CodeMirror-cursor {
	position: absolute;
	visibility: hidden;
	border-right: none;
	width: 0px;
}
.sadog .CodeMirror div.CodeMirror-cursor {
	visibility: hidden;
}
.sadog .CodeMirror-focused div.CodeMirror-cursor {
	visibility: inherit;
}
.sadog .cm-searching {
	background: rgba(255, 255, 0, 0.4);
}
@media print {
	.sadog .CodeMirror div.CodeMirror-cursor {
		visibility: hidden;
	}
}
.sadog :root {
	--side-bar-bg-color: #fff;
	--control-text-color: #777;
}
/* cyrillic-ext */

/* cyrillic */

/* greek-ext */

/* greek */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* greek-ext */

/* greek */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* greek-ext */

/* greek */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* greek-ext */

/* greek */

/* vietnamese */

/* latin-ext */

/* latin */
.sadog html {
	font-size: 14px;
}
.sadog body {
	font-family: Source Sans Pro, Helvetica Neue, Arial, sans-serif !important;
	color: #2c3f51;
	-webkit-font-smoothing: antialiased;
	line-height: 1.6rem;
	letter-spacing: 0;
	margin: 0;
	overflow-x: hidden;
}
.sadog #write {
	max-width: 860px;
	margin: 0 auto;
	padding: 20px 30px 100px;
}
.sadog #write p {
	line-height: 1.6rem;
	/*word-spacing: .05rem;*/
}
.sadog #write ol li {
	/* text-indent: 0.5rem;*/
	text-indent: 0rem;
}
.sadog #write > ul:first-child, .sadog #write > ol:first-child {
	margin-top: 30px;
}
.sadog body > *:first-child {
	margin-top: 0 !important;
}
.sadog body > *:last-child {
	margin-bottom: 0 !important;
}
.sadog a {
	color: #1980e6;
	/*font-weight: 600;*/
	padding: 0 2px;
	text-decoration: none;
}
.sadog h1, .sadog h2, .sadog h3, .sadog h4, .sadog h5, .sadog h6 {
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: bold;
	line-height: 1.4;
	cursor: text;
}
.sadog h1:hover a.anchor, .sadog h2:hover a.anchor, .sadog h3:hover a.anchor, .sadog h4:hover a.anchor, .sadog h5:hover a.anchor, .sadog h6:hover a.anchor {
	text-decoration: none;
}
.sadog h1 tt, .sadog h1 code {
	font-size: inherit !important;
}
.sadog h2 tt, .sadog h2 code {
	font-size: inherit !important;
}
.sadog h3 tt, .sadog h3 code {
	font-size: inherit !important;
}
.sadog h4 tt, .sadog h4 code {
	font-size: inherit !important;
}
.sadog h5 tt, .sadog h5 code {
	font-size: inherit !important;
}
.sadog h6 tt, .sadog h6 code {
	font-size: inherit !important;
}
.sadog h2 a, .sadog h3 a {
	color: #34495e;
}
.sadog h1 {
	padding-bottom: .4rem;
	font-size: 2.2rem;
	line-height: 1.3;
}
.sadog h2 {
	font-size: 1.75rem;
	line-height: 1.225;
	margin: 35px 0 15px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
}
.sadog h3 {
	font-size: 1.4rem;
	line-height: 1.43;
	margin: 20px 0 7px;
}
.sadog h4 {
	font-size: 1.2rem;
}
.sadog h5 {
	font-size: 1rem;
}
.sadog h6 {
	font-size: 1rem;
	color: #777;
}
.sadog p, .sadog blockquote, .sadog ul, .sadog ol, .sadog dl, .sadog table {
	margin: 0.8em 0;
}
.sadog li > ol, .sadog li > ul {
	margin: 0 0;
}
.sadog hr {
	height: 2px;
	padding: 0;
	margin: 16px 0;
	background-color: #e7e7e7;
	border: 0 none;
	overflow: hidden;
	box-sizing: content-box;
}
.sadog body > h2:first-child {
	margin-top: 0;
	padding-top: 0;
}
.sadog body > h1:first-child {
	margin-top: 0;
	padding-top: 0;
}
.sadog body > h1:first-child + h2 {
	margin-top: 0;
	padding-top: 0;
}
.sadog body > h3:first-child, .sadog body > h4:first-child, .sadog body > h5:first-child, .sadog body > h6:first-child {
	margin-top: 0;
	padding-top: 0;
}
.sadog a:first-child h1, .sadog a:first-child h2, .sadog a:first-child h3, .sadog a:first-child h4, .sadog a:first-child h5, .sadog a:first-child h6 {
	margin-top: 0;
	padding-top: 0;
}
.sadog h1 p, .sadog h2 p, .sadog h3 p, .sadog h4 p, .sadog h5 p, .sadog h6 p {
	margin-top: 0;
}
.sadog li p.first {
	display: inline-block;
}
.sadog ul, .sadog ol {
	padding-left: 30px;
}
.sadog ul:first-child, .sadog ol:first-child {
	margin-top: 0;
}
.sadog ul:last-child, .sadog ol:last-child {
	margin-bottom: 0;
}
.sadog blockquote {
	border-left: 5px solid rgba(102, 128, 153, 0.075);
	padding: 10px 12px;
	/*color: #777;*/
	background-color: rgba(102, 128, 153, 0.05);
}
.sadog table {
	padding: 0;
	word-break: initial;
}
.sadog table tr {
	border-top: 1px solid #dfe2e5;
	margin: 0;
	padding: 0;
}
.sadog table tr:nth-child(2n), .sadog thead {
	background-color: #fafafa;
}
.sadog table tr th {
	font-weight: bold;
	border: 1px solid #dfe2e5;
	border-bottom: 0;
	text-align: left;
	margin: 0;
	padding: 6px 13px;
}
.sadog table tr td {
	border: 1px solid #dfe2e5;
	text-align: left;
	margin: 0;
	padding: 6px 13px;
}
.sadog table tr th:first-child, .sadog table tr td:first-child {
	margin-top: 0;
}
.sadog table tr th:last-child, .sadog table tr td:last-child {
	margin-bottom: 0;
}
.sadog #write strong {
	padding: 0 1px;
}
.sadog #write em {
	padding: 0 5px 0 2px;
}
.sadog #write table thead th {
	background-color: #f2f2f2;
}
.sadog #write .CodeMirror-gutters {
	border-right: none;
}
.sadog #write .md-fences {
	border: 1px solid hsl(0, 0%, 11%);
	-webkit-font-smoothing: initial;
	margin: 0.8rem 0 !important;
	padding: 1rem 0rem !important;
	line-height: 1.43rem;
	color: hsl(0, 0%, 78%);
	background-color: hsl(0, 0%, 10%) !important;
	/*border-radius: 5px;*/
	font-family: Roboto Mono, Source Sans Pro, Monaco, courier, monospace !important;
	font-size: 0.92rem;
	word-wrap: normal;
}
.sadog #write .CodeMirror-wrap .CodeMirror-code pre {
	padding-left: 12px;
}
.sadog #write code, tt {
	/*margin: 0 2px;*/
	/*padding: 2px 4px;*/
	padding: 1px 1px;
	border-radius: 4px;
	font-family: Roboto Mono, Source Sans Pro, Monaco, courier, monospace !important;
	font-size: 0.92rem;
	color: #c7254e;
	background-color: #f9f2f4;
}
.sadog #write .md-footnote {
	background-color: #f8f8f8;
	color: #e96900;
}
/* heighlight. */
.sadog #write mark {
	/*background-color: #EBFFEB;*/
	background-color: #ff0;
	border-radius: 2px;
	/*padding: 2px 4px;*/
	padding: 1px 1px;
	/*margin: 0 2px;*/
	color: #222;
	font-weight: 500;
}
.sadog #write del {
	padding: 1px 2px;
}
.sadog .md-task-list-item > input {
	margin-left: -1.3em;
}
@media print {
	.sadog html {
		font-size: 13px;
	}
	.sadog table, .sadog pre {
		page-break-inside: avoid;
	}
	.sadog pre {
		word-wrap: break-word;
	}
}
.sadog .md-fences {
	background-color: #f8f8f8;
}
.sadog write pre.md-meta-block {
	padding: 1rem;
	font-size: 85%;
	line-height: 1.45;
	background-color: #f7f7f7;
	border: 0;
	border-radius: 3px;
	color: #777777;
	margin-top: 0 !important;
}
.sadog .mathjax-block > .code-tooltip {
	bottom: .375rem;
}
.sadog #write > h3.md-focus:before {
	left: -1.5625rem;
	top: .375rem;
}
.sadog #write > h4.md-focus:before {
	left: -1.5625rem;
	top: .285714286rem;
}
.sadog #write > h5.md-focus:before {
	left: -1.5625rem;
	top: .285714286rem;
}
.sadog #write > h6.md-focus:before {
	left: -1.5625rem;
	top: .285714286rem;
}
.sadog .md-image > .md-meta {
	border-radius: 3px;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	padding: 2px 0 0 4px;
	font-size: 0.9em;
	color: inherit;
}
.sadog .md-tag {
	color: inherit;
}
.sadog .md-toc {
	margin-top: 20px;
	/* padding-bottom: 20px;*/
	min-height: 3.58rem;
	position: relative;
	font-size: 1rem;
	border-radius: 10px;
}
.sadog .sidebar-tabs {
	border-bottom: none;
}
.sadog #typora-quick-open {
	border: 1px solid #ddd;
	background-color: #f8f8f8;
}
.sadog #typora-quick-open-item {
	background-color: #FAFAFA;
	border-color: #FEFEFE #e5e5e5 #e5e5e5 #eee;
	border-style: solid;
	border-width: 1px;
}
.sadog #md-notification:before {
	top: 10px;
}
/** focus mode */
.sadog .on-focus-mode blockquote {
	border-left-color: rgba(85, 85, 85, 0.12);
}
.sadog header, .sadog .context-menu, .sadog .megamenu-content, .sadog footer {
	font-family:"Segoe UI", "Arial", sans-serif;
}
.sadog .file-node-content:hover .file-node-icon, .sadog .file-node-content:hover .file-node-open-state {
	visibility: visible;
}
.sadog .mac-seamless-mode #typora-sidebar {
	background-color: var(--side-bar-bg-color);
}
.sadog .md-lang {
	color: #b4654d;
}
.sadog .html-for-mac .context-menu {
	--item-hover-bg-color: #E6F0FE;
}
/* code color */
.sadog .cm-s-inner .cm-keyword {
	color: #bb7fc3
}
.sadog .cm-s-inner .cm-atom, .sadog .cm-s-inner.cm-atom {
	color: #9088cc
}
.sadog .cm-s-inner .cm-number {
	color: #88b2a1
}
.sadog .cm-s-inner .cm-def {
	color: #7f7fff
}
.sadog .cm-s-inner .cm-variable {
	color: #efefef
}
.sadog .cm-s-inner .cm-variable-2 {
	color: #7faad4
}
.sadog .cm-s-inner .cm-variable-3 {
	color: #7fc3aa
}
.sadog .cm-s-inner .cm-string {
	color: #d48888
}
.sadog .cm-s-inner .cm-property {
	color: #efefef
}
.sadog .cm-s-inner .cm-operator {
	color: #cb8c8c
}
.sadog .cm-s-inner .cm-comment, .sadog .cm-s-inner.cm-comment {
	color: hsl(0, 0%, 35%)
}
.sadog .cm-s-inner .cm-string-2 {
	color: #ffaa7f
}
.sadog .cm-s-inner .cm-meta {
	color: hsl(0, 0%, 33%)
}
.sadog .cm-s-inner .cm-qualifier {
	color: hsl(0, 0%, 33%)
}
.sadog .cm-s-inner .cm-builtin {
	color: #997fd4
}
.sadog .cm-s-inner .cm-bracket {
	color: #ccccbb
}
.sadog .cm-s-inner .cm-tag {
	color: #88bb7f
}
.sadog .cm-s-inner .cm-attribute {
	color: #7f7fe5
}
.sadog .cm-s-inner .cm-header, .sadog .cm-s-inner.cm-header {
	color: #7f7fff
}
.sadog .cm-s-inner .cm-quote, .sadog .cm-s-inner.cm-quote {
	color: #7fcc7f
}
.sadog .cm-s-inner .cm-hr, .sadog .cm-s-inner.cm-hr {
	color: hsl(0, 0%, 60%)
}
.sadog .cm-s-inner .cm-link, .sadog .cm-s-inner.cm-link {
	color: #7f7fe5
}
.sadog :root {
	--mermaid-font-zoom:1.5em;
}
.sadog .typora-export li, .sadog .typora-export p, .sadog .typora-export, .sadog .footnote-line {
	white-space: normal;
}