@charset "UTF-8";
@import "highlight/qubik.css";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

ins {
  background-color: var(--mark-bg);
  color: var(--mark-color);
  text-decoration: none;
}

mark {
  background-color: var(--mark-bg);
  color: var(--mark-color);
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--hr-border);
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix::after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

:root {
  --color-bg: #faf9f5;
  --color-fg: #0b0404;
  --color-muted: #64644b;
  --color-border: #efefef;
  --color-accent: #e45649;
  --color-accent-dark: #8b2121;
  --color-brand: var(--color-accent);
  --color-brand-hover: #e66b5f;
  --font-body: "EB Garamond", garamond, "Times New Roman", serif;
  --font-mono: "Iosevka Term Web";
  --post-bg: white;
  --post-radius: 9px;
  --post-shadow: 12px 18px 24px rgba(0, 0, 0, 0.1);
  --elevation-1: 0 1px 3px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.06);
  --elevation-2: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
  --elevation-3: 0 12px 32px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.08);
  --elevation-border-light: rgba(0, 0, 0, 0.04);
  --nav-bg: rgba(255, 255, 255, 0.72);
  --nav-border: rgba(0, 0, 0, 0.08);
  --nav-blur: saturate(180%) blur(20px);
  --nav-shadow: 0 8px 30px #0000006;
  --menu-text: #333;
  --menu-text-hover: #000;
  --divider-color: var(--color-fg);
  --mark-bg: #ff9;
  --mark-color: #000;
  --blockquote-bg: var(--color-bg);
  --blockquote-border: #eaeaea;
  --code-bg: #fdfdfd;
  --code-fg: var(--color-accent-dark);
  --code-text: #1f1f1f;
  --code-inline-bg: #3e3e3a0e;
  --code-border: #1f1e1d26;
  --code-gutter-bg: #fdfdfd;
  --code-gutter-border: #ddd;
  --code-gutter-text: #aaa;
  --hl-bg: var(--code-bg);
  --hl-fg: var(--code-fg);
  --hl-keyword: #0090D0;
  --hl-type: #B65A16;
  --hl-function: #A85620;
  --hl-identifier: #303038;
  --hl-number: #D4534A;
  --hl-operator: #7A7A82;
  --hl-string: #C8742E;
  --hl-escape: #706A80;
  --hl-boolean: #D47F34;
  --hl-comment: #8A8A90;
  --hl-punctuation: #8A8A90;
  --hl-meta: #706A80;
  --hl-section: #1B63B4;
  --hl-list: #9A9530;
  --hl-add: #3C9C7A;
  --hl-add-bg: #3C9C7A20;
  --hl-del: #C83A4A;
  --hl-del-bg: #C83A4A20;
  --prompt-glass-alpha: 0.75;
  --prompt-glass-blur: 20px;
  --prompt-glass-saturate: 160%;
  --prompt-text: #0b0404;
  --prompt-tip-rgb: 212 237 218;
  --prompt-info-rgb: 209 236 241;
  --prompt-warning-rgb: 255 243 205;
  --prompt-danger-rgb: 248 215 218;
}

:root[data-theme=dark] {
  --color-bg: #1c1b1a;
  --color-fg: #f2f1ed;
  --color-muted: #b1ada6;
  --color-border: #2a2927;
  --color-accent: #e45649;
  --color-accent-dark: #b63a2f;
  --color-brand: var(--color-accent);
  --color-brand-hover: #ea6a5e;
  --post-bg: #232221;
  --post-radius: 6px;
  --post-shadow: none;
  --elevation-1: inset 0 1px 0 rgb(255 255 255 / 0.03);
  --elevation-2: 0 0 0 1px rgb(255 255 255 / 0.04);
  --elevation-3: 0 0 0 1px rgb(255 255 255 / 0.06);
  --elevation-border-light: rgb(255 255 255 / 0.06);
  --nav-bg: rgba(28, 27, 26, 0.78);
  --nav-border: rgba(255, 255, 255, 0.08);
  --nav-blur: saturate(160%) blur(20px);
  --nav-shadow: none;
  --menu-text: #bcb7af;
  --menu-text-hover: #ffffff;
  --divider-color: #ffffff;
  --mark-bg: #e6d97a;
  --mark-color: #1c1b1a;
  --blockquote-bg: #232221;
  --blockquote-border: #3a3836;
  --code-bg: #191817;
  --code-fg: #f2f1ed;
  --code-text: #e6e6e6;
  --code-inline-bg: #262523;
  --code-border: #2f2e2c;
  --code-gutter-bg: #191817;
  --code-gutter-border: #2f2e2c;
  --code-gutter-text: #7e7a74;
  --hl-bg: var(--code-bg);
  --hl-fg: var(--code-fg);
  --hl-keyword: #d19a66;
  --hl-type: #e5c07b;
  --hl-function: #f2f1ed;
  --hl-identifier: #cfcac2;
  --hl-number: #e06c75;
  --hl-operator: #b1ada6;
  --hl-string: #98c379;
  --hl-escape: #c678dd;
  --hl-boolean: #d19a66;
  --hl-comment: #7e7a74;
  --hl-punctuation: #9a968f;
  --hl-meta: #b1ada6;
  --hl-section: #61afef;
  --hl-list: #cfcac2;
  --hl-add: #98c379;
  --hl-add-bg: #98c37926;
  --hl-del: #e06c75;
  --hl-del-bg: #e06c7526;
  --prompt-glass-alpha: 0.45;
  --prompt-glass-blur: 24px;
  --prompt-glass-saturate: 150%;
  --prompt-text: #f2f1ed;
  --prompt-tip-rgb: 152 195 121;
  --prompt-info-rgb: 97 175 239;
  --prompt-warning-rgb: 229 192 123;
  --prompt-danger-rgb: 224 108 117;
}

pre code {
  font-size: 0.955rem;
  line-height: 1.45;
  -webkit-text-size-adjust: none;
}

code {
  font-family: var(--font-mono);
  font-size: 0.955rem;
  -webkit-text-size-adjust: none;
  letter-spacing: 0;
}

div.highlighter-rouge,
figure.highlight {
  border: 1px solid var(--color-border);
  background: var(--code-bg);
  border-radius: 6px;
  overflow: hidden;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

pre.highlight {
  background: var(--code-gutter-bg);
  margin: 0;
}

code.highlighter-rouge {
  background: var(--code-inline-bg);
  color: var(--code-fg);
  border: 0.5px solid var(--code-border);
  font-size: 0.85rem;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-radius: 0.4rem;
  border-color: rgba(31, 30, 29, 0.1490196078);
}

pre {
  overflow-x: auto;
  white-space: pre;
  margin: 0;
}

figure.highlight > pre > code:not(:has(table)),
div.highlighter-rouge > pre > code:not(:has(table)),
div.highlighter-rouge > div.highlight > pre > code:not(:has(table)) {
  display: block;
  padding: 0.9rem 1rem;
}

figure.highlight > pre > code:has(table) {
  display: block;
  padding: 0;
}

.highlight table.rouge-table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.highlight table.rouge-table tbody, .highlight table.rouge-table tr {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.highlight table.rouge-table td.gutter {
  width: auto;
  min-width: 2.5rem;
  padding: 0.9rem 0.6rem 0.9rem 1rem;
  text-align: right;
  vertical-align: top;
  border-right: 1px solid var(--code-gutter-border);
  background: var(--code-gutter-bg);
  user-select: none;
}
.highlight table.rouge-table td.gutter pre.lineno {
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--code-gutter-text);
  text-align: right;
  line-height: 1.45;
}
.highlight table.rouge-table td.code {
  width: 100%;
  padding: 0.9rem 1rem;
  vertical-align: top;
}
.highlight table.rouge-table td.code pre {
  margin: 0;
  padding: 0;
  background: transparent;
}

@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://qnbhd.github.io/assets/fonts/EBGaramond-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://qnbhd.github.io/assets/fonts/EBGaramond-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://qnbhd.github.io/assets/fonts/EBGaramond-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("https://qnbhd.github.io/assets/fonts/EBGaramond-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Iosevka Term Web";
  font-display: swap;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  src: url("https://qnbhd.github.io/assets/fonts/IosevkaTermCustom-Regular.woff2") format("woff2"), url("https://qnbhd.github.io/assets/fonts/IosevkaTermCustom-Regular.ttf") format("truetype");
}
* {
  box-sizing: border-box;
  margin-block: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--color-bg);
  color: var(--color-fg);
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.7rem;
  letter-spacing: -0.01em;
  font-feature-settings: "liga", "kern", "calt";
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body[unresolved] {
  opacity: 0;
  pointer-events: none;
}

h1 {
  font-size: 2rem;
  margin: 2rem auto;
  line-height: 1.4;
  letter-spacing: -0.003em;
}

h2 {
  font-size: 2rem;
  line-height: 1.4;
  margin: 1rem auto;
}

h3 {
  font-size: 1.5rem;
  margin: 1.3333rem auto;
}

h4 {
  font-size: 1.25rem;
  margin: 1.875rem auto;
}

h5 {
  font-size: 1rem;
  font-style: italic;
  margin: 2rem auto;
  text-align: center;
}

h6 {
  font-size: 0.875rem;
  font-style: italic;
  margin: 2.25rem auto;
  text-align: center;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

a {
  color: var(--color-accent);
  text-decoration: none;
  transition: color 0.2s ease;
  cursor: pointer;
}
a:hover {
  color: var(--color-accent-dark);
  background: transparent !important;
}

small {
  font-size: 0.8rem;
}

p {
  hyphens: auto;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
p > cite {
  display: block;
  text-align: right;
  font-style: italic;
  margin-top: 0.5rem;
}

blockquote {
  padding: 16px 20px;
  margin: 24px 0;
  background: var(--blockquote-bg);
  border: 1px solid var(--blockquote-border);
  border-radius: 12px;
  position: relative;
  backdrop-filter: blur(50px);
}
blockquote p {
  margin-bottom: 0.5rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote.epigraph {
  font-style: italic;
}
blockquote[class^=prompt-] {
  position: relative;
  padding: 1rem 1rem 1rem 3.5rem;
  color: var(--prompt-text);
  background-color: rgb(var(--prompt-rgb)/var(--prompt-glass-alpha));
  backdrop-filter: blur(var(--prompt-glass-blur)) saturate(var(--prompt-glass-saturate));
  -webkit-backdrop-filter: blur(var(--prompt-glass-blur)) saturate(var(--prompt-glass-saturate));
  box-shadow: var(--elevation-1);
  border: 1px solid var(--elevation-border-light);
}
blockquote[class^=prompt-]::before {
  position: absolute;
  left: 1rem;
  top: 1rem;
  font-size: 1.1rem;
}
blockquote.prompt-tip {
  --prompt-rgb: var(--prompt-tip-rgb);
}
blockquote.prompt-tip::before {
  content: "💡";
}
blockquote.prompt-info {
  --prompt-rgb: var(--prompt-info-rgb);
}
blockquote.prompt-info::before {
  content: "ℹ️";
}
blockquote.prompt-warning {
  --prompt-rgb: var(--prompt-warning-rgb);
}
blockquote.prompt-warning::before {
  content: "⚠️";
}
blockquote.prompt-danger {
  --prompt-rgb: var(--prompt-danger-rgb);
}
blockquote.prompt-danger::before {
  content: "🚫";
}

@supports not (backdrop-filter: blur(1px)) {
  blockquote[class^=prompt-] {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: rgba(var(--prompt-rgb), 0.95);
  }
}
hr {
  display: block;
  width: 152px;
  height: 12px;
  margin: 0.5em auto 0;
  background-color: var(--divider-color);
  -webkit-mask: url(https://qnbhd.github.io/assets/images/divider.svg) no-repeat center;
  mask: url(https://qnbhd.github.io/assets/images/divider.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  border: 0;
  margin: 4rem 0;
}

img {
  display: flex;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
}

figure img {
  margin: 2rem auto 1rem;
}

figcaption {
  font-size: 0.875rem;
  font-style: italic;
  text-align: center;
  margin-bottom: 2rem;
  opacity: 0.7;
}

.divided::after {
  content: "";
  display: block;
  width: 152px;
  height: 12px;
  margin: 0.5em auto 0;
  background-color: var(--divider-color);
  -webkit-mask: url(https://qnbhd.github.io/assets/images/divider.svg) no-repeat center;
  mask: url(https://qnbhd.github.io/assets/images/divider.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.home {
  max-width: 32rem;
  margin: auto;
  padding: 4rem 1rem;
}

.content-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.post-date {
  color: var(--color-muted);
  display: block;
  font-size: 0.825rem;
  white-space: nowrap;
  text-transform: uppercase;
}
.post-link .post-date {
  padding: 0.5rem 0;
}

.site-credits {
  margin: 0 auto 2rem;
  padding: 0 2rem;
  text-align: center;
}

.skip-navigation {
  background: var(--color-brand);
  border: 1px dashed transparent;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: -2.625rem;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.skip-navigation:hover, .skip-navigation:focus {
  background: var(--color-brand-hover);
  border-color: var(--color-fg);
  margin-top: 0;
}

.page-bottom-spacer {
  height: 80px;
}

details {
  margin-bottom: 1rem;
}

::selection {
  background: var(--color-accent);
  color: white;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid transparent;
  background-clip: padding-box;
}

:root[data-theme=dark] ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  background-clip: padding-box;
}
:root[data-theme=dark] ::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
  background-clip: padding-box;
}

.floating-header {
  position: sticky;
  top: 20px;
  z-index: 1000;
  margin: 20px auto;
  max-width: fit-content;
  background: var(--nav-bg);
  backdrop-filter: var(--nav-blur);
  -webkit-backdrop-filter: var(--nav-blur);
  border: 0.5px solid var(--nav-border);
  border-radius: 14px;
  box-shadow: var(--nav-shadow);
  transition: transform 0.35s ease, opacity 0.35s ease, background 0.35s ease;
}

.floating-header .site-navigation {
  margin: 0;
  padding: 6px 12px;
}

.site-navigation {
  margin-top: 2rem;
  padding: 0 1rem;
}

.site-navigation ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.site-navigation li {
  list-style: none;
  font-size: 0.875em;
  margin: 0;
  display: flex;
  align-items: center;
}

.site-navigation a {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  color: var(--menu-text);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s var(--transition-smooth);
}
.site-navigation a:hover, .site-navigation a:focus {
  color: var(--menu-text-hover);
  background: rgba(0, 0, 0, 0.04);
}

.site-navigation:hover a,
.site-navigation:focus-within a {
  opacity: 0.7;
}

.site-navigation li.active a {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .floating-header {
    top: 0.5rem;
    border-radius: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .floating-header {
    transition: none;
  }
}
.theme-toggle-item {
  position: relative;
  margin-left: 0.75rem;
  padding-left: 0.75rem;
}
.theme-toggle-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: var(--nav-border);
  opacity: 0.6;
}

.theme-toggle-btn {
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--nav-border);
  background: transparent;
  color: var(--menu-text);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
}
.theme-toggle-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--menu-text-hover);
}
.theme-toggle-btn:active {
  transform: translateY(0.5px);
}
.theme-toggle-btn:focus {
  outline: none;
  box-shadow: none;
}

.theme-icon {
  position: absolute;
  font-size: 14px;
  line-height: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Светлая тема */
.theme-icon--light {
  opacity: 1;
  transform: scale(1);
}

.theme-icon--dark {
  opacity: 0;
  transform: scale(1);
  margin-left: 2px;
}

/* Тёмная тема */
:root[data-theme=dark] .theme-toggle-btn {
  color: var(--menu-text);
}
:root[data-theme=dark] .theme-icon--light {
  opacity: 0;
  transform: scale(0.85);
}
:root[data-theme=dark] .theme-icon--dark {
  opacity: 1;
  transform: scale(1);
}

.post-list {
  margin: 1em 0;
  list-style: none;
}
.post-list:hover .post-link, .post-list:focus-within .post-link {
  opacity: 0.6;
}

.post-list li {
  margin-bottom: 1em;
}

.post-link {
  color: var(--color-fg);
  display: flex;
  flex-direction: column-reverse;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0.25em;
  transition: opacity 0.125s ease-in-out;
}
.post-link:hover, .post-link:focus {
  opacity: 1 !important;
  color: var(--color-fg) !important;
}
@media (min-width: 768px) {
  .post-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .post-link .post-date {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.post-link__heading {
  display: block;
  margin-right: 4em;
}
@media (min-width: 768px) {
  .post-link__heading {
    padding: 0.25em 0;
  }
}
.post-link__heading h1 {
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 0;
}

.post-link__title + .post-link__excerpt {
  opacity: 0.6;
}

.post-pagination {
  margin-top: 4rem;
  font-size: 0.75em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
}
.post-pagination > * {
  flex-grow: 1;
  flex-basis: 0;
  padding: 1em 0;
}
.post-pagination:hover a, .post-pagination:focus-within a {
  opacity: 0.6;
}
.post-pagination a {
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.125s ease-in-out;
}
.post-pagination a:hover, .post-pagination a:focus {
  opacity: 1;
}

.post {
  background: var(--post-bg);
  backdrop-filter: saturate(180%) blur(30px);
  -webkit-backdrop-filter: saturate(180%) blur(30px);
  border: 1px solid var(--elevation-border-light);
  border-radius: var(--post-radius);
  margin: 2em auto;
  max-width: 52rem;
  padding: 2em 0;
  box-shadow: var(--elevation-2);
}

.post > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 47rem;
  padding: 0 1em;
}

.post > h1 {
  font-size: 2em;
  max-width: 42rem;
  padding: 1em;
  text-align: center;
}

.post p {
  text-align: justify;
  text-justify: inter-word;
  text-indent: 0;
  margin-bottom: 1.5rem;
}

.post h2 + p,
.post p:first-of-type {
  text-indent: 0;
}

.post a:hover {
  background: var(--color-highlight);
}

.post dl,
.post ul,
.post ol {
  padding-left: 1.2rem;
}

.post li {
  margin-left: 1.5rem;
  margin-bottom: 0.4rem;
}

@media (max-width: 600px) {
  .post dl,
  .post ul,
  .post ol {
    margin: 1em 0;
  }
  .post li {
    margin-left: 1em;
    margin-right: 0;
  }
}
.post-content:first-child {
  margin-top: 4em;
}

.post-content > * + * {
  margin-top: 1.25rem;
}

.post-meta {
  margin-bottom: 2em;
  margin-top: 2em;
  text-align: right;
}

.back-link {
  display: inline-block;
  font-size: 0.75em;
  padding: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

.post hr {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.floating {
  box-shadow: var(--elevation-3);
  border: 1px solid var(--elevation-border-light);
}

.footnote {
  border: 1px solid var(--color-muted);
  border-radius: 1em;
  color: var(--color-fg);
  display: inline;
  font-size: 0.75em;
  font-weight: 700;
  padding: 0 0.75em;
  text-decoration: none;
  margin: 0 0.25em;
}
.footnote:hover, .footnote:focus {
  background: var(--color-brand);
  border-color: var(--color-brand);
}

.footnotes::before {
  content: "";
  display: block;
  width: 152px;
  height: 12px;
  margin: 0.5em auto 0;
  background-color: var(--divider-color);
  -webkit-mask: url(https://qnbhd.github.io/assets/images/divider.svg) no-repeat center;
  mask: url(https://qnbhd.github.io/assets/images/divider.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin: 4em auto;
}

.footnotes {
  margin-bottom: 4em;
}

.footnotes li {
  margin-bottom: 1em;
}

.reversefootnote {
  font-size: 0.75em;
  opacity: 0.75;
}

/*# sourceMappingURL=main.css.map */