body {
  font: calc(0.8rem + 0.2vw)/1.6 "PT Sans", system-ui, sans-serif;
  background: light-dark(hsl(230, 18%, 100%), hsl(230, 18%, 16%));
  color: light-dark(hsl(230, 18%, 6%), hsl(230, 18%, 100%));
}

p {
  text-align: justify;
}

a {
  color: light-dark(#46f, #38f);
  text-decoration: inherit;
  transition: 0.25s;
}
article a:hover {
  text-decoration: underline;
}
header a, footer a, aside a {
  color: inherit;
}

hr {
  border: 1px solid rgb(131.32, 134.38, 149.68);
  margin: 2em 0;
}

footer {
  margin-top: auto;
}

blockquote {
  background: rgba(131.32, 134.38, 149.68, 0.1);
  color: light-dark(#555, #eee);
  border-left: 3px solid rgba(131.32, 134.38, 149.68, 0.6);
  padding: 1px 1.5em;
}

blockquote, figure {
  margin: 1.25em 0;
}

img {
  margin: 0.5em 0;
  border-radius: 4px;
  max-width: 100%;
}

li {
  margin: 0.3em 0;
}

table {
  display: inline-block;
  max-width: 100%;
  overflow-y: auto;
  border-collapse: collapse;
  border-radius: 2px;
}

th, td {
  padding: 0.5em 1em;
  border: 1px solid rgba(131.32, 134.38, 149.68, 0.24);
}

thead, tr:hover td, tr:hover th {
  background: rgba(131.32, 134.38, 149.68, 0.12);
}

pre:not(pre pre) {
  font-size: 0.8em;
  background: rgba(131.32, 134.38, 149.68, 0.16);
  border-radius: 4px;
  margin: 1.5em 0;
  padding: 0.8em 1.2em;
  overflow-x: auto;
}

code:not(pre code) {
  font-size: 0.9em;
  background: rgba(131.32, 134.38, 149.68, 0.16);
  border-radius: 3px;
  margin: 0 0.1em;
  padding: 0.2em 0.4em;
  opacity: 0.75;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

body > header, body > footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

header h1 {
  font-size: 1.75em;
  margin: 0;
}
body > header h1 {
  font-size: 1.35em;
}

nav {
  margin: 0.5em -1.3em;
}
nav a {
  font-weight: bold;
  display: inline-block;
  margin: 0 1.3em;
}
nav svg {
  font-size: 1.1em;
  vertical-align: sub;
}

article {
  flex-grow: 1;
}

.meta, .hover {
  -webkit-font-smoothing: antialiased;
}

.meta time {
  opacity: 0.6;
}

.full {
  font-size: 1.5em;
  width: 100%;
  margin: 0.1em 0 0.7em;
}

.hover a {
  box-shadow: 0 2px transparent;
}
.hover a:hover {
  box-shadow: 0 2px;
}
.hover nav:has(svg) a:hover {
  color: rgb(131.32, 134.38, 149.68);
  box-shadow: none;
}

.more {
  padding: 1em 0;
}

.more a, .gray a, .dark a {
  border-radius: 4px;
  padding: 0.4em 0.8em;
}

.more a {
  border: 1.5px solid;
  border-color: light-dark(#46f, #38f);
}
.more a:hover {
  color: light-dark(hsl(230, 18%, 100%), hsl(230, 18%, 100%));
  background: light-dark(#46f, #38f);
  text-decoration: inherit;
}

.gray, .dark {
  flex-wrap: nowrap;
}

.gray a {
  background: rgba(131.32, 134.38, 149.68, 0.3);
  opacity: 0.6;
}
.gray a:hover {
  background: rgba(131.32, 134.38, 149.68, 0.6);
}

.dark a {
  background: light-dark(rgba(131.32, 134.38, 149.68, 0.2), rgba(131.32, 134.38, 149.68, 0.1));
}
.dark a:hover {
  background: hsl(230, 18%, 100%);
  color: hsl(230, 18%, 0%);
}

.archive {
  font-size: 1.1em;
  list-style-type: none;
  padding: 1px 0;
}
.archive li {
  margin: 0.5em 0;
}
.archive a:not(:hover) {
  color: inherit;
}
.archive a:hover {
  text-decoration: inherit;
}

.katex-display {
  overflow: auto hidden;
}

.rouge-table pre, .rouge-table th, .rouge-table td, .gist pre, .gist th, .gist td {
  background: inherit !important;
  border: none;
  margin: 0 1.5em 0 0;
  padding: 0;
}

.highlight pre {
  background: hsl(230, 18%, 22%);
  color: hsl(230, 18%, 100%);
}
.highlight .w {
  color: #c9d1d9;
  background: #161b22;
}
.highlight .k, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kt, .highlight .kv {
  color: #ff7b72;
}
.highlight .gr {
  color: #f0f6fc;
}
.highlight .gd {
  color: #ffdcd7;
  background: #67060c;
}
.highlight .nb, .highlight .nc, .highlight .no, .highlight .nn {
  color: #ffa657;
}
.highlight .sr, .highlight .na, .highlight .nt {
  color: #7ee787;
}
.highlight .gi {
  color: #aff5b4;
  background: #033a16;
}
.highlight .kc, .highlight .l, .highlight .ld, .highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx, .highlight .sb, .highlight .bp, .highlight .ne, .highlight .nl, .highlight .py, .highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi, .highlight .vm, .highlight .o, .highlight .ow {
  color: #79c0ff;
}
.highlight .gh, .highlight .gu {
  color: #1f6feb;
  font-weight: bold;
}
.highlight .s, .highlight .sa, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .sx, .highlight .s1, .highlight .ss {
  color: #a5d6ff;
}
.highlight .nd, .highlight .nf, .highlight .fm {
  color: #d2a8ff;
}
.highlight .err {
  color: #f0f6fc;
  background-color: #8e1519;
}
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cp, .highlight .cpf, .highlight .c1, .highlight .cs, .highlight .gl, .highlight .gt {
  color: #8b949e;
}
.highlight .ni, .highlight .si {
  color: #c9d1d9;
}
.highlight .ge {
  color: #c9d1d9;
  font-style: italic;
}
.highlight .gs {
  color: #c9d1d9;
  font-weight: bold;
}

body {
  background: hsl(230, 18%, 93%);
  background: light-dark(hsl(230, 18%, 93%), hsl(230, 18%, 16%));
  padding: 0 calc(38% - 22rem);
}

body > * {
  background: hsl(230, 18%, 100%);
  background: light-dark(hsl(230, 18%, 100%), hsl(230, 18%, 16%));
  color: light-dark(hsl(230, 18%, 0%), hsl(230, 18%, 100%));
  padding: 1.75em calc(22% - 6rem);
  padding: clamp(1.5em, 4vw, 1.75em) max(1.5em, 22% - 6rem);
  border-bottom: 1px solid rgba(131.32, 134.38, 149.68, 0.1);
  box-shadow: 0 0 1em light-dark(rgba(131.32, 134.38, 149.68, 0.1), transparent), 0 0 0 1px light-dark(transparent, hsl(230, 18%, 26%));
}

body > header, body > footer {
  background: hsl(230, 18%, 20%);
  background: light-dark(hsl(230, 18%, 20%), hsl(230, 18%, 16%));
  color: hsl(230, 18%, 100%);
}

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