/* Fonts */
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Serif:400,700&subset=cyrillic,cyrillic-ext,latin-ext');
:root .e2-responds-to-dark-mode {
  --backgroundColor: #faf6f0;
  --backgroundTransparentColor: rgba(250, 246, 240, 0.8);
  --sheetBackgroundColor: rgba(227, 224, 211, 0.8);
  --summaryBackgroundColor: #ffd25e;
  --summaryBackgroundColor2: #ffebba;
  --foregroundColor: #000000;
  --boldColor: #000000;
  --thinRuleColor: rgba(98, 87, 114, 0.3);
  --foregroundLightColor: rgba(0, 0, 0, 0.7);
  --foregroundSummaryColor: #000000;
  --headingsColor: #000000;
  --headingsUnderlineColor: rgba(0, 0, 0, 0.15);
  --linkColor: #0089ff;
  --linkUnderlineColor: rgba(0, 137, 255, 0.3);
  --linkColorVisited: #66baff;
  --linkUnderlineColorVisited: rgba(102, 186, 255, 0.3);
  --hoverColor: #c00000;
  --hoverUnderlineColor: #c00000;
  /* --tagColor */
  /* --tagUnderlineColor */
  /* --adminColor */
  /* --adminUnderlineColor */
  --engineTextColor: #565567;
  --engineTextUnderlineColor: rgba(86, 85, 103, 0.25);
  --markedTextBackground: #fce2d7;
  --markedImageBorderColor: #fce2d7;
  --inputBackgroundColor: #E7E9ED;
  --inputTextColor: black;
  /* --imageBorderColor */
  /* --disabledColor */
  /* --errorColor */
  /* --currentItemBackgroundColor */
  /* --windowBackgroundColor */
  /* --unsavedIndicatorColor */
  /* to match .likely */
  /* --subscribeButtonBackground: rgba(231,231,231,.8); */
  /* --subscribeButtonHoverBackground: rgba(212,212,212,.8); */
  /* --subscribeButtonTextColor: #000; */
  /* to match .likely-light */
  /* --subscribeButtonBackground: rgba(236,236,236,.16); */
  /* --subscribeButtonHoverBackground: rgba(255,255,255,.48); */
  /* --subscribeButtonTextColor: #fff; */
  /* --marginTop */
  /* --marginLeft */
  /* --marginRight */
  /* --marginTopCompact */
  /* --marginLeftCompact */
  /* --marginRightCompact */
  /* --displayLogoMarginal */
  /* --displayLogo */
  /* --displayLogoCompact */
  /* --columnSpacing */
  --logoTop: -32px;
  --blogTitleFontSize: 1.2rem;
  --blogTitleLineHeight: 1.5rem;
  /* --pageHeadingFontSize */
  /* --pageHeadingLineHeight */
  --noteTitleFontSize: 20px;
  --noteTitleLineHeight: 26px;
  /* --noteTitleFavouriteFontSize */
  /* --noteTitleFavouriteLineHeight */
  --noteTextFontSize: 1.1rem;
  --noteTextLineHeight: 1.6;
  --mainFontFamily: "RFTone", "SF UI Text_", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --noteMainFontFamily: "IBM Plex Serif", Georgia, Times, serif;
  --monoFontFamily: "Consolas", Menlo, Monaco, monospace;
  /* --smallFontFamily */
  /* --time */
}
@media (prefers-color-scheme: dark) {
  :root .e2-responds-to-dark-mode {
    --backgroundColor: #1f2023;
    --backgroundTransparentColor: rgba(31, 32, 35, 0.8);
    --sheetBackgroundColor: rgba(31, 32, 35, 0.8);
    --summaryBackgroundColor: #997a39;
    --summaryBackgroundColor2: #665126;
    --foregroundColor: #ffffff;
    --boldColor: #ffffff;
    --thinRuleColor: rgba(255, 255, 255, 0.3);
    --foregroundLightColor: rgba(255, 255, 255, 0.7);
    --foregroundSummaryColor: #000000;
    --headingsColor: #ffffff;
    --headingsUnderlineColor: rgba(255, 255, 255, 0.3);
    --linkColor: #66b8ff;
    --linkUnderlineColor: rgba(102, 184, 255, 0.6);
    --linkColorVisited: #66baff;
    --linkUnderlineColorVisited: rgba(102, 186, 255, 0.6);
    --hoverColor: #ff6666;
    --hoverUnderlineColor: #ff6666;
    /* --tagColor */
    /* --tagUnderlineColor */
    /* --adminColor */
    /* --adminUnderlineColor */
    --engineTextColor: #565567;
    --engineTextUnderlineColor: rgba(86, 85, 103, 0.25);
    --markedTextBackground: #597ea7;
    --markedImageBorderColor: #597ea7;
    --inputBackgroundColor: #424242;
    --inputTextColor: #ffffff;
    /* --imageBorderColor */
    /* --disabledColor */
    /* --errorColor */
    /* --currentItemBackgroundColor */
    /* --windowBackgroundColor */
    /* --unsavedIndicatorColor */
    /* to match .likely */
    /* --subscribeButtonBackground: rgba(231,231,231,.8); */
    /* --subscribeButtonHoverBackground: rgba(212,212,212,.8); */
    /* --subscribeButtonTextColor: #000; */
    /* to match .likely-light */
    /* --subscribeButtonBackground: rgba(236,236,236,.16); */
    /* --subscribeButtonHoverBackground: rgba(255,255,255,.48); */
    /* --subscribeButtonTextColor: #fff; */
    /* --marginTop */
    /* --marginLeft */
    /* --marginRight */
    /* --marginTopCompact */
    /* --marginLeftCompact */
    /* --marginRightCompact */
    /* --displayLogoMarginal */
    /* --displayLogo */
    /* --displayLogoCompact */
    /* --columnSpacing */
    --logoTop: -32px;
    --blogTitleFontSize: 1.2rem;
    --blogTitleLineHeight: 1.5rem;
    /* --pageHeadingFontSize */
    /* --pageHeadingLineHeight */
    --noteTitleFontSize: 20px;
    --noteTitleLineHeight: 26px;
    /* --noteTitleFavouriteFontSize */
    /* --noteTitleFavouriteLineHeight */
    --noteTextFontSize: 1.1rem;
    --noteTextLineHeight: 1.6;
    --mainFontFamily: "RFTone", "SF UI Text_", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    --noteMainFontFamily: "IBM Plex Serif", Georgia, Times, serif;
    --monoFontFamily: "Consolas", Menlo, Monaco, monospace;
    /* --smallFontFamily */
    /* --time */
  }
}
[data-theme='light'] .e2-responds-to-dark-mode {
  --backgroundColor: #faf6f0;
  --backgroundTransparentColor: rgba(250, 246, 240, 0.8);
  --sheetBackgroundColor: rgba(227, 224, 211, 0.8);
  --summaryBackgroundColor: #ffd25e;
  --summaryBackgroundColor2: #ffebba;
  --foregroundColor: #000000;
  --boldColor: #000000;
  --thinRuleColor: rgba(98, 87, 114, 0.3);
  --foregroundLightColor: rgba(0, 0, 0, 0.7);
  --foregroundSummaryColor: #000000;
  --headingsColor: #000000;
  --headingsUnderlineColor: rgba(0, 0, 0, 0.15);
  --linkColor: #0089ff;
  --linkUnderlineColor: rgba(0, 137, 255, 0.3);
  --linkColorVisited: #66baff;
  --linkUnderlineColorVisited: rgba(102, 186, 255, 0.3);
  --hoverColor: #c00000;
  --hoverUnderlineColor: #c00000;
  /* --tagColor */
  /* --tagUnderlineColor */
  /* --adminColor */
  /* --adminUnderlineColor */
  --engineTextColor: #565567;
  --engineTextUnderlineColor: rgba(86, 85, 103, 0.25);
  --markedTextBackground: #fce2d7;
  --markedImageBorderColor: #fce2d7;
  --inputBackgroundColor: #E7E9ED;
  --inputTextColor: black;
  /* --imageBorderColor */
  /* --disabledColor */
  /* --errorColor */
  /* --currentItemBackgroundColor */
  /* --windowBackgroundColor */
  /* --unsavedIndicatorColor */
  /* to match .likely */
  /* --subscribeButtonBackground: rgba(231,231,231,.8); */
  /* --subscribeButtonHoverBackground: rgba(212,212,212,.8); */
  /* --subscribeButtonTextColor: #000; */
  /* to match .likely-light */
  /* --subscribeButtonBackground: rgba(236,236,236,.16); */
  /* --subscribeButtonHoverBackground: rgba(255,255,255,.48); */
  /* --subscribeButtonTextColor: #fff; */
  /* --marginTop */
  /* --marginLeft */
  /* --marginRight */
  /* --marginTopCompact */
  /* --marginLeftCompact */
  /* --marginRightCompact */
  /* --displayLogoMarginal */
  /* --displayLogo */
  /* --displayLogoCompact */
  /* --columnSpacing */
  --logoTop: -32px;
  --blogTitleFontSize: 1.2rem;
  --blogTitleLineHeight: 1.5rem;
  /* --pageHeadingFontSize */
  /* --pageHeadingLineHeight */
  --noteTitleFontSize: 20px;
  --noteTitleLineHeight: 26px;
  /* --noteTitleFavouriteFontSize */
  /* --noteTitleFavouriteLineHeight */
  --noteTextFontSize: 1.1rem;
  --noteTextLineHeight: 1.6;
  --mainFontFamily: "RFTone", "SF UI Text_", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --noteMainFontFamily: "IBM Plex Serif", Georgia, Times, serif;
  --monoFontFamily: "Consolas", Menlo, Monaco, monospace;
  /* --smallFontFamily */
  /* --time */
}
[data-theme='dark'] .e2-responds-to-dark-mode {
  --backgroundColor: #1f2023;
  --backgroundTransparentColor: rgba(31, 32, 35, 0.8);
  --sheetBackgroundColor: rgba(31, 32, 35, 0.8);
  --summaryBackgroundColor: #997a39;
  --summaryBackgroundColor2: #665126;
  --foregroundColor: #ffffff;
  --boldColor: #ffffff;
  --thinRuleColor: rgba(255, 255, 255, 0.3);
  --foregroundLightColor: rgba(255, 255, 255, 0.7);
  --foregroundSummaryColor: #000000;
  --headingsColor: #ffffff;
  --headingsUnderlineColor: rgba(255, 255, 255, 0.3);
  --linkColor: #66b8ff;
  --linkUnderlineColor: rgba(102, 184, 255, 0.6);
  --linkColorVisited: #66baff;
  --linkUnderlineColorVisited: rgba(102, 186, 255, 0.6);
  --hoverColor: #ff6666;
  --hoverUnderlineColor: #ff6666;
  /* --tagColor */
  /* --tagUnderlineColor */
  /* --adminColor */
  /* --adminUnderlineColor */
  --engineTextColor: #565567;
  --engineTextUnderlineColor: rgba(86, 85, 103, 0.25);
  --markedTextBackground: #597ea7;
  --markedImageBorderColor: #597ea7;
  --inputBackgroundColor: #424242;
  --inputTextColor: #ffffff;
  /* --imageBorderColor */
  /* --disabledColor */
  /* --errorColor */
  /* --currentItemBackgroundColor */
  /* --windowBackgroundColor */
  /* --unsavedIndicatorColor */
  /* to match .likely */
  /* --subscribeButtonBackground: rgba(231,231,231,.8); */
  /* --subscribeButtonHoverBackground: rgba(212,212,212,.8); */
  /* --subscribeButtonTextColor: #000; */
  /* to match .likely-light */
  /* --subscribeButtonBackground: rgba(236,236,236,.16); */
  /* --subscribeButtonHoverBackground: rgba(255,255,255,.48); */
  /* --subscribeButtonTextColor: #fff; */
  /* --marginTop */
  /* --marginLeft */
  /* --marginRight */
  /* --marginTopCompact */
  /* --marginLeftCompact */
  /* --marginRightCompact */
  /* --displayLogoMarginal */
  /* --displayLogo */
  /* --displayLogoCompact */
  /* --columnSpacing */
  --logoTop: -32px;
  --blogTitleFontSize: 1.2rem;
  --blogTitleLineHeight: 1.5rem;
  /* --pageHeadingFontSize */
  /* --pageHeadingLineHeight */
  --noteTitleFontSize: 20px;
  --noteTitleLineHeight: 26px;
  /* --noteTitleFavouriteFontSize */
  /* --noteTitleFavouriteLineHeight */
  --noteTextFontSize: 1.1rem;
  --noteTextLineHeight: 1.6;
  --mainFontFamily: "RFTone", "SF UI Text_", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --noteMainFontFamily: "IBM Plex Serif", Georgia, Times, serif;
  --monoFontFamily: "Consolas", Menlo, Monaco, monospace;
  /* --smallFontFamily */
  /* --time */
}
@font-face {
  font-family: 'RFTone';
  src: url('/blog/user/themes/my/fonts/RF-Tone-Regular.woff2') format('woff2'), url('/blog/user/themes/my/fonts/RF-Tone-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RFTone';
  src: url('/blog/user/themes/my/fonts/RF-Tone-Italic.woff2') format('woff2'), url('/blog/user/themes/my/fonts/RF-Tone-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'RFTone';
  src: url('/blog/user/themes/my/fonts/RF-Tone-Bold.woff2') format('woff2'), url('/blog/user/themes/my/fonts/RF-Tone-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'RFTone';
  src: url('/blog/user/themes/my/fonts/RF-Tone-Bold-Italic.woff2') format('woff2'), url('/blog/user/themes/my/fonts/RF-Tone-Bold-Italic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
.e2-text .lead,
.e2-note-favourite .e2-text .lead {
  font-family: var(--mainFontFamily);
  font-size: 1.3rem;
  line-height: 2rem;
}
.e2-text .lead i,
.e2-note-favourite .e2-text .lead i {
  font-size: 1.3rem;
}
.e2-text .loud {
  border-color: var(--thinRuleColor);
  font-family: var(--mainFontFamily);
}
.e2-text blockquote,
.e2-text blockquote p {
  font-family: var(--mainFontFamily);
}
.e2-text .e2-text-table {
  word-break: normal;
  word-wrap: normal;
}
.badge-highlight {
  font-family: var(--mainFontFamily);
  background-color: var(--summaryBackgroundColor);
  color: var(--foregroundSummaryColor);
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 80%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.e2-note .aside-margin-right {
  font-family: var(--mainFontFamily);
  color: var(--foregroundLightColor);
  font-size: 13px;
  line-height: 1.4;
  float: right;
  margin-top: 5px;
  max-width: 180px;
  text-indent: 0;
}
.e2-note .aside-margin-right span,
.e2-note .aside-margin-right p,
.e2-note .aside-margin-right i,
.e2-note .aside-margin-right em,
.e2-note .aside-margin-right strong {
  font-family: var(--mainFontFamily);
  color: var(--foregroundLightColor);
  font-size: 13px;
  line-height: 1.4;
}
.e2-note .aside-margin-right img {
  display: block;
  margin: auto;
  margin-bottom: 4px;
  max-width: 100%;
  height: auto;
}
.e2-note .aside-margin-right p:empty {
  display: none;
}
@media screen and (max-width: 1023px) {
  .e2-note .aside-margin-right {
    float: initial;
    max-width: 100%;
  }
  .e2-note .aside-margin-right:before {
    content: "↓ ";
  }
}
.e2-note h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  padding: 1rem 0 0 0;
}
.e2-note i {
  font-family: var(--mainFontFamily);
}
.e2-note h2 {
  font-size: 1.6rem;
  line-height: 110%;
  padding: 1rem 0 0 0;
}
.e2-note h3 {
  font-size: 1.4rem;
  padding: 0.5rem 0 0 0;
  font-style: normal;
}
.e2-note blockquote {
  border-left: 1px solid var(--thinRuleColor);
}
.e2-note blockquote p,
.e2-note blockquote ul,
.e2-note blockquote li {
  font-family: var(--mainFontFamily);
}
.e2-note table td p {
  font-family: var(--mainFontFamily);
}
.blog-button {
  font-family: var(--mainFontFamily);
  background-color: #0089ff;
  color: #fff;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 0;
}
.blog-button:hover {
  opacity: 0.8;
  color: #fff;
}
.blog-button:visited {
  color: #fff;
}
.post-summary {
  color: var(--foregroundColor);
  max-width: 720px;
  margin-top: 40px;
}
.post-summary p,
.post-summary ul,
.post-summary li,
.post-summary blockquote {
  font-family: var(--mainFontFamily);
}
.post-summary .post-summary__header {
  font-family: var(--mainFontFamily);
  background-color: var(--summaryBackgroundColor);
  font-size: 26px;
  line-height: 32px;
  padding: 8px 20px 8px 20px;
}
.post-summary .post-summary__header p {
  font-weight: bold;
  margin-bottom: 0;
}
.post-summary .post-summary__text {
  font-size: 19px;
  line-height: 30px;
  background-color: var(--summaryBackgroundColor2);
  padding: 12px 32px 32px 20px;
}
.post-summary .post-summary__text p {
  margin-bottom: 0;
}
.e2-toggle-selected {
  padding: 2px 12px 2px 12px;
  border-radius: 2px;
  background-color: rgba(0, 136, 255, 0.1);
}
.post-series-next-button {
  font-family: var(--mainFontFamily);
  padding: 12px 64px 16px 24px;
  position: relative;
  display: inline-block;
  margin-top: 40px;
  color: #ffffff;
  background-image: linear-gradient(-180deg, #60B5FF 0%, #0783E9 100%);
  -webkit-clip-path: polygon(0% 0%, calc(100% - 40px) 0%, 100% 50%, calc(100% - 40px) 100%, 0% 100%);
  clip-path: polygon(0% 0%, calc(100% - 40px) 0%, 100% 50%, calc(100% - 40px) 100%, 0% 100%);
}
.post-series-next-button .post-series-next-button__label {
  font-family: var(--mainFontFamily);
  font-size: 19px;
  line-height: 30px;
  display: block;
}
.post-series-next-button p {
  margin-bottom: 0;
}
.post-series-next-button .post-series-next-button__title {
  font-family: var(--mainFontFamily);
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.post-series-next-button:hover {
  opacity: 0.8;
}
a.block-link {
  border: 0;
}
.sticky-header thead tr:nth-child(1) td {
  position: -webkit-sticky;
  position: sticky;
  background-color: var(--backgroundColor);
  top: 0;
  z-index: 10;
  padding-top: 10px;
  box-shadow: inset 0 -1px 0px var(--thinRuleColor);
}
.sticky-header tbody tr:nth-child(1) td {
  padding-top: 2rem;
}
.form-label-sticky {
  background-color: var(--backgroundColor);
}
pre,
tt,
code,
pre *,
tt *,
code * {
  font-family: var(--monoFontFamily);
  font-size: 0.9rem;
}
@media screen and (max-width: 600px) {
  table.parfenon-table thead {
    display: none;
  }
  table.parfenon-table tr {
    border-bottom: 1px solid #777;
    display: block;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-top: 10px;
  }
  table.parfenon-table td {
    display: block;
    padding-left: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: left;
  }
  table.parfenon-table td::before {
    content: attr(data-label);
    float: left;
    width: 100px;
    margin-left: -100px;
  }
  table.parfenon-table td img {
    width: 100%;
  }
}
.parfenon-cover {
  width: 210px;
  float: left;
  margin-right: 10px;
}
.e2-caps {
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
svg {
  fill: currentColor;
  stroke: currentColor;
}
[data-theme='flashlight'] .e2-responds-to-dark-mode {
  --backgroundColor: rgb(250, 246, 240);
  --backgroundTransparentColor: rgba(250, 246, 240, 0.8);
  --sheetBackgroundColor: rgba(227, 224, 211, 0.8);
  --summaryBackgroundColor: rgb(255, 210, 94);
  --summaryBackgroundColor2: rgb(255, 235, 186);
  --foregroundColor: rgb(0, 0, 0);
  --boldColor: rgb(0, 0, 0);
  --thinRuleColor: rgba(98, 87, 114, 0.3);
  --foregroundLightColor: rgba(0, 0, 0, 0.7);
  --foregroundSummaryColor: rgb(0, 0, 0);
  --headingsColor: rgb(0, 0, 0);
  --headingsUnderlineColor: rgba(0, 0, 0, 0.15);
  --linkColor: rgb(0, 137, 255);
  --linkUnderlineColor: rgba(0, 137, 255, 0.3);
  --linkColorVisited: rgba(102, 186, 255, 1);
  --linkUnderlineColorVisited: rgba(102, 186, 255, 0.3);
  --hoverColor: rgb(192, 0, 0);
  --hoverUnderlineColor: rgba(192, 0, 0, 1);
  --engineTextColor: rgb(86, 85, 103);
  --engineTextUnderlineColor: rgba(86, 85, 103, 0.25);
  --markedTextBackground: #fce2d7;
  --markedImageBorderColor: #fce2d7;
  --inputBackgroundColor: #E7E9ED;
  --inputTextColor: black;
}
html[data-theme='flashlight'] body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  background:
    radial-gradient(
      circle calc(var(--flashlight-radius, 122px) * 0.58) at var(--flashlight-glow-x, var(--flashlight-x, 50vw)) var(--flashlight-glow-y, calc(var(--flashlight-y, 50vh) - 14px)),
      rgba(255, 248, 220, calc(0.22 + (var(--flashlight-flicker, 0.36) * 0.2))) 0%,
      rgba(255, 236, 180, calc(0.14 + (var(--flashlight-flicker, 0.36) * 0.16))) 35%,
      rgba(240, 210, 140, calc(0.05 + (var(--flashlight-flicker, 0.36) * 0.08))) 70%,
      rgba(230, 200, 120, 0) 100%
    ),
    radial-gradient(
      circle var(--flashlight-radius, 122px) at var(--flashlight-glow-x, var(--flashlight-x, 50vw)) var(--flashlight-glow-y, calc(var(--flashlight-y, 50vh) - 14px)),
      rgba(255, 250, 230, calc(0.018 + (var(--flashlight-flicker, 0.36) * 0.04))) 0%,
      rgba(255, 240, 200, calc(0.03 + (var(--flashlight-flicker, 0.36) * 0.05))) 14%,
      rgba(245, 220, 160, calc(0.055 + (var(--flashlight-flicker, 0.36) * 0.07))) 26%,
      rgba(180, 160, 120, calc(0.1 + (var(--flashlight-motion, 0.18) * 0.11))) 41%,
      rgba(40, 45, 60, calc(0.205 + (var(--flashlight-motion, 0.18) * 0.22))) 58%,
      rgba(20, 22, 30, calc(0.44 - (var(--flashlight-flicker, 0.36) * 0.11))) 74%,
      rgba(15, 16, 22, calc(0.72 - (var(--flashlight-flicker, 0.36) * 0.1))) 88%,
      rgba(12, 13, 18, 0.95) 100%
    ),
    radial-gradient(
      circle 170vmax at 50% 50%,
      rgba(30, 32, 40, 0.18) 0%,
      rgba(18, 20, 28, 0.63) 65%,
      rgba(12, 13, 18, 0.92) 100%
    );
}
@media (pointer: fine) {
  html[data-theme='flashlight'] body::after {
    content: "\1F56F\FE0F";
    position: fixed;
    left: var(--flashlight-x, 50vw);
    top: var(--flashlight-y, 50vh);
    z-index: 95;
    pointer-events: none;
    user-select: none;
    font-size: 1.85rem;
    line-height: 1;
    transform: translate(-32%, -90%) rotate(var(--flashlight-candle-tilt, 0deg));
    transform-origin: 32% 90%;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.55));
  }
  html[data-theme='flashlight'],
  html[data-theme='flashlight'] * {
    cursor: none !important;
  }
}
.theme-switcher {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--linkColor);
}
.theme-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  height: 1.75rem;
  padding: 0 0.4rem;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: 1;
}
.theme-toggle-btn:hover {
  color: var(--hoverColor);
  background: rgba(0, 0, 0, 0.06);
}
[data-theme='dark'] .theme-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.08);
}
.theme-toggle-icon,
.theme-option-icon {
  display: inline-flex;
  align-items: center;
}
.theme-switcher svg {
  fill: none;
  stroke: currentColor;
}
.theme-menu {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  min-width: 11rem;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  padding: 0.35rem;
  border-radius: 6px;
  border: 1px solid var(--thinRuleColor);
  background: var(--backgroundColor);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
  z-index: 120;
}
.theme-menu[hidden] {
  display: none;
}
.theme-option {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--foregroundColor);
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  text-align: left;
  padding: 0.45rem 0.55rem;
}
.theme-option:hover,
.theme-option[aria-checked='true'] {
  background: rgba(0, 137, 255, 0.1);
  color: var(--linkColor);
}
body {
  transition: background-color 0.25s linear, color 0.25s linear;
}
/*# sourceMappingURL=main.css.map */