/*! posts.andrewgioia.com style definitions v1.0.0 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --background: #f3f3f1;
  --background-accent: #fff;
  --border-accent: #bbb;
  --border-subdued: #fff;
  --font-size-base: 18px;
  --link-color: #0069ff;
  --text-color: #002953;
  --text-color-accent: #032140;
  --text-color-subdued: #bbb;
  --text-color-take: #29baff;
  --text-color-title: #736be3;
  --text-color-h3: #0aa6b5;
  --screen-mobile: 640px;
  --screen-tablet: 768px;
  --screen-laptop: 1024px;
  --screen-display: 1280px;
  --screen-full: 1440px;
}

@font-face {
  font-family: "andrew";
  src: url("../icons/andrew.eot?1.1.0");
  src: url("../icons/andrew.eot?1.1.0#iefix") format("embedded-opentype"), url("../icons/andrew.woff2?1.1.0") format("woff2"), url("../icons/andrew.ttf?1.1.0") format("truetype"), url("../icons/andrew.woff?1.1.0") format("woff"), url("../icons/andrew.svg?1.1.0#andrew") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "andrew" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e904";
}

.icon-barracuda:before {
  content: "\e906";
}

.icon-email:before {
  content: "\e903";
}

.icon-feather:before {
  content: "\e905";
}

.icon-github:before {
  content: "\e900";
}

.icon-mastodon:before {
  content: "\e901";
}

html {
  font-size: var(--font-size-base);
}

body {
  align-items: center;
  background: var(--background);
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  justify-content: flex-start;
}

header {
  align-self: stretch;
  border-top: 1vmax solid var(--border-subdued);
  display: flex;
  justify-content: space-between;
  padding: 5vmin 6vmin 0;
}
header h1 {
  font-size: max(2vmax, 1.25rem);
  margin: 0;
}
header h1 a {
  color: var(--text-color);
}
header h1 span {
  color: var(--text-color-subdued);
}
header h1 span.slug {
  text-transform: lowercase;
}
header nav a {
  color: var(--text-color);
  display: inline-block;
  font-size: max(1.5vmax, 1rem);
  font-weight: 700;
  margin-top: 0.25rem;
}
header nav a:not(:first-child) {
  margin-left: max(2.5vmax, 1rem);
}

main {
  display: flex;
  flex-direction: column;
  max-width: var(--screen-display);
  padding: max(5vmin, 2rem) 6vmin;
  position: relative;
}
main aside {
  margin: 0 7.5vmin max(2vmax, 1rem);
  text-align: center;
}
main aside img#banner {
  display: none;
  margin: 0 -6vmin 10vmin;
  width: calc(100% + 12vmin);
}
main aside h1 {
  color: var(--text-color-title);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: max(3.75vmax, 2rem);
  font-weight: 800;
  letter-spacing: -0.075rem;
  line-height: 1.15;
}
main aside time {
  font-size: max(1.5vmax, 1rem);
  font-weight: 900;
  text-transform: uppercase;
}
main aside.paginate {
  display: flex;
  flex-direction: row;
  margin: 0 0 max(2vmax, 1rem);
}
main aside.paginate #next,
main aside.paginate #previous {
  flex-grow: 0;
  padding-top: 2vmax;
  width: 7.5vmax;
}
main aside.paginate #next svg,
main aside.paginate #previous svg {
  border-radius: 100rem;
}
main aside.paginate #next:hover svg,
main aside.paginate #previous:hover svg {
  background-color: var(--text-color-subdued);
  stroke: var(--text-color);
}
main aside.paginate #next {
  text-align: right;
}
main aside.paginate #next svg {
  padding: 0.2vmax 0 0.2vmax 0.4vmax;
}
main aside.paginate #previous {
  text-align: left;
}
main aside.paginate #previous svg {
  padding: 0.2vmax 0.4vmax 0.2vmax 0;
}
main aside.paginate #meta {
  flex-grow: 1;
}
main article {
  align-items: center;
  display: flex;
  flex-direction: column;
}
main article h2 {
  color: var(--text-color-accent);
  font-size: max(2.25vmax, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.05rem;
  margin: 2vmax 10vmin 1vmax;
  text-align: center;
  text-transform: uppercase;
}
main article h3 {
  color: var(--text-color-h3);
  font-size: max(2vmax, 1.375rem);
  margin: 2vmax 10vmin 1vmax;
  text-align: center;
}
main article h4 {
  font-size: max(1.75vmax, 1.25rem);
  font-weight: 500;
  font-weight: 800;
  line-height: max(2.5vmax, 1.75rem);
  margin: max(1vmax, 0.75rem) 0;
  width: min(50vmax, 100%);
}
main article p,
main article ul,
main article h3,
main article section,
main article blockquote {
  width: min(50vmax, 100%);
}
main article ul,
main article ol {
  margin: max(1vmax, 0.75rem) 0;
  padding: 0;
}
main article ul li,
main article ol li {
  margin-left: max(3vmax, 1rem);
  padding: 0 0 max(2vmax, 1rem) max(1vmax, 0.5rem);
}
main article ul li p:first-child,
main article ol li p:first-child {
  margin-top: max(0.5vmax, 0.5rem);
}
main article ul li:first-child p:first-child,
main article ol li:first-child p:first-child {
  margin-top: 0;
}
main article ul li p:last-child,
main article ol li p:last-child {
  margin-bottom: 0;
}
main article ul li {
  font-size: max(1.375vmax, 1rem);
  line-height: max(2vmax, 1.5rem);
}
main article ul li:last-child {
  padding-bottom: 0;
}
main article section ol li,
main article section ol li p {
  font-size: max(1.125vmax, 0.85rem);
  line-height: max(1.5vmax, 1.375rem);
}
main article figure {
  margin: 2vmax 0;
  max-width: 80vw;
}
main article figure picture,
main article figure img {
  border-radius: 1rem;
  width: 100%;
}
main article figcaption {
  font-size: max(1.25vmax, 0.9rem);
  font-style: italic;
  padding: 1vmax 0;
  text-align: center;
}
main#home {
  overflow-x: hidden;
  padding-top: max(10vmin, 2rem);
  width: 80%;
}
main#home ul.posts {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
main#home ul.posts li {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: max(2.5vmax, 1.1rem);
}
main#home ul.posts li div {
  flex: 0 1 auto;
  font-size: max(2.5vmax, 1.1rem);
  font-weight: 600;
}
main#home ul.posts li time {
  flex: 0 0 auto;
  font-size: max(2vmax, 1rem);
  font-weight: 900;
  padding-top: 0.5vmax;
  padding-left: 1vmax;
  text-transform: uppercase;
}
main#home ul.thoughts {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0.5vmax 0;
  margin: 2.5vmax 0;
  overflow-x: auto;
  transform: translateX(calc(-1 * (100vw - var(--screen-display)) / 2));
  white-space: nowrap;
  width: 100vw;
  -webkit-overflow-scrolling: touch;
}
main#home ul.thoughts::-webkit-scrollbar {
  display: none;
}
main#home ul.thoughts li {
  display: flex;
  margin-right: max(2vmax, 1rem);
}
main#home ul.thoughts li:first-child {
  margin-left: calc((100vw - var(--screen-display)) / 2);
}
main#home ul.thoughts li a {
  background: var(--background-accent);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  font-size: max(1.5vmax, 1rem);
  justify-content: space-between;
  padding: max(2vmax, 1rem);
  top: 0;
  transition: 150ms top ease-in-out;
  white-space: normal;
  width: 20vmax;
}
main#home ul.thoughts li a span {
  flex-grow: 1;
}
main#home ul.thoughts li a time {
  color: var(--text-color);
  font-size: max(1.25vmax, 1rem);
  font-weight: 800;
  margin-top: max(1.75vmax, 1rem);
  text-transform: uppercase;
}
main#home ul.thoughts li a:hover {
  top: -0.5vmax;
}
main#home ul.thoughts li:last-child::after {
  content: "";
  display: block;
  width: 6vmin;
  height: 100%;
  right: 0;
}
main#post {
  align-items: center;
}
main#thought {
  align-items: center;
  max-width: var(--screen-full);
}
main#thought h1 {
  color: var(--text-color-take);
  font-size: max(2.5vmax, 2rem);
}
main#list {
  align-items: center;
  width: 80%;
}
main#list h1 {
  align-self: center;
  font-size: max(3.75vmax, 2rem);
  font-weight: 800;
  letter-spacing: -0.075rem;
  line-height: 1.15;
  margin: 2vmax 0 5vmax;
  text-transform: capitalize;
}
main#list section {
  background: var(--background-accent);
  border-radius: max(1.5vmax, 0.5rem);
  border-left: max(1.5vmax, 0.5rem) solid var(--text-color-title);
  margin-bottom: max(4vmax, 1.5rem);
  padding: max(1.5vmax, 1rem) max(3vmax, 1.5rem);
  position: relative;
}
main#list section time {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  font-size: max(3.75vmax, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.075rem;
  line-height: 1.15;
  height: 5vmax;
  justify-content: center;
  opacity: 0.1;
  position: absolute;
  right: 1vmax;
  top: 0;
  width: 25vmax;
}
main#list section h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: max(2vmax, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.05rem;
  line-height: 1.1;
  margin-top: max(1vmax, 0.75rem);
}
main#list section h3 {
  font-size: max(1.375vmax, 1rem);
}
main#list section p {
  font-size: max(1.375vmax, 1rem);
  line-height: max(2vmax, 1.5rem);
}

p {
  font-size: max(1.375vmax, 1rem);
  line-height: max(2vmax, 1.5rem);
  margin: max(1vmax, 0.75rem) 0;
}
p.big {
  font-size: max(1.75vmax, 1.25rem);
  font-weight: 500;
  line-height: max(2.5vmax, 1.75rem);
}
p.big > strong {
  font-weight: 800;
}
p.swqm {
  text-indent: min(-0.55vmax, -0.4rem);
}

blockquote {
  margin: max(1vmax, 0.75rem) 0;
}
blockquote p {
  border-left: 1vmax solid var(--border-accent);
  padding-left: 2vmax;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: max(1vmax, 0.75rem) 0 max(1vmax, 0.75rem) 2vmax;
  width: auto !important;
}
blockquote p:first-child {
  padding-top: 0;
}
blockquote p:last-child {
  padding-bottom: 0;
}

footer {
  display: flex;
  flex-direction: column;
  margin: max(5vmin, 2rem) 6vmin;
  position: relative;
  max-width: calc(100% - 12vmin);
  width: 100%;
}
footer.border {
  border-top: max(0.25vmax, 0.25rem) solid var(--border-accent);
}
footer.border::before {
  align-items: center;
  background: var(--background);
  border-radius: 100%;
  color: var(--border-accent);
  content: "\e906";
  display: flex;
  font-family: "andrew";
  font-size: max(3vmax, 2.5rem);
  height: max(5vmax, 4rem);
  justify-content: center;
  left: 50%;
  margin-left: min(-2.5vmax, -2rem);
  position: absolute;
  text-align: center;
  top: min(-2.5vmax, -2rem);
  width: max(5vmax, 4rem);
}
footer section {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: center;
  margin-top: 5vmax;
  position: relative;
}
footer section:not(:first-child) {
  margin-top: 1vmax;
}
footer section span {
  margin-left: 0.5vmax;
}
footer section.pb {
  padding-bottom: 2vmax;
}

section.footnotes ol {
  margin-bottom: 0;
}
section.footnotes ol li:last-child {
  padding-bottom: 0;
}

a[href^="#fn:"]:before {
  content: "[";
}

a[href^="#fn:"]:after {
  content: "]";
}

#toc {
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: fixed;
  right: -35vw;
  top: 0;
  transition: 400ms 250ms right ease-in-out;
  width: 35vw;
}
#toc::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23bbb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cline x1='8' y1='6' x2='21' y2='6' /%3E%3Cline x1='8' y1='12' x2='21' y2='12' /%3E%3Cline x1='8' y1='18' x2='21' y2='18' /%3E%3Cline x1='3' y1='6' x2='3.01' y2='6' /%3E%3Cline x1='3' y1='12' x2='3.01' y2='12' /%3E%3Cline x1='3' y1='18' x2='3.01' y2='18' /%3E%3C/svg%3E%0A");
  background-size: 75% 75%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  bottom: max(5vmin, 2rem);
  content: "";
  cursor: pointer;
  display: block;
  height: 4vmax;
  left: -12vmin;
  position: absolute;
  transition-property: opacity, left;
  transition-duration: 400ms;
  transition-timing-function: ease-in-out;
  transition-delay: 250ms;
  width: 12vmin;
}
#toc:hover, #toc:active {
  right: 0;
}
#toc:hover::before, #toc:active::before {
  opacity: 0;
  left: -5vmax;
}
#toc nav#TableOfContents {
  padding: 1vmax 3vmax 1vmax 1vmax;
  height: calc(100vh - 2vmax);
  overflow-y: auto;
}
#toc nav#TableOfContents ul {
  list-style: upper-roman;
}
#toc nav#TableOfContents ul ul {
  list-style: upper-alpha;
}
#toc nav#TableOfContents ul ul ul {
  list-style: decimal;
}
#toc nav#TableOfContents li {
  font-size: max(1.375vmax, 1rem);
  line-height: max(1.75vmax, 1.375rem);
  margin-bottom: max(1vmax, 0.75rem);
}
#toc nav#TableOfContents li > a {
  display: block;
  margin-bottom: max(1vmax, 0.75rem);
}

a,
b {
  color: var(--link-color);
  font-style: normal;
  position: relative;
  text-decoration: none;
}
a.arrow::after,
b.arrow::after {
  color: inherit;
  content: "\e902";
  display: block;
  font-family: "andrew";
  font-size: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-0.25rem) translateX(100%);
  -moz-transform: translateY(-0.25rem) translateX(100%);
  transform: translateY(-0.25rem) translateX(100%);
  transition: opacity 150ms ease-in-out, margin-top 150ms ease-in-out;
}
a.arrow.back::after,
b.arrow.back::after {
  content: "\e904";
  left: 0;
  -webkit-transform: translateY(-0.25rem) translateX(-1.25rem);
  -moz-transform: translateY(-0.25rem) translateX(-1.25rem);
  transform: translateY(-0.25rem) translateX(-1.25rem);
  transition: opacity 150ms ease-in-out, margin-top 150ms ease-in-out;
}
a.arrow:hover::after, a.wa:hover b.arrow::after,
b.arrow:hover::after,
b.wa:hover b.arrow::after {
  display: block;
  margin-top: -3px;
  opacity: 100;
}
a#top,
b#top {
  display: block;
  align-self: flex-end;
  margin: 5vmin 10vmin 3vmin 0;
}
a#top:hover,
b#top:hover {
  border: none;
}

p a:hover {
  border-bottom: 2px solid var(--link-color);
}

header h1 a.arrow.back::after {
  -webkit-transform: translateY(-0.5rem) translateX(min(-2vmax, -1.25rem));
  -moz-transform: translateY(-0.5rem) translateX(min(-1.75vmax, -1.25rem));
  transform: translateY(-0.5rem) translateX(min(-1.75vmax, -1.25rem));
}

ul.tags {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 4vmax 0 0;
  padding: 0;
  width: 100%;
}
ul.tags li a {
  background: var(--background-accent);
  border-radius: 1000rem;
  display: block;
  font-size: max(1.25vmax, 1rem);
  margin: 0 1vmax 2vmax;
  padding: 1vmax 2vmax;
}
ul.tags li a:hover {
  background: var(--link-color);
  border: none;
  color: #fff;
}
ul.clean {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  list-style-type: none;
  margin: 1vmax 0 0;
  padding: 0;
}
ul.clean li a {
  color: var(--text-color);
  font-size: max(1.25vmax, 1rem);
  margin: 0 0.5vmax;
}
ul.clean li a:hover {
  color: var(--text-color-accent);
}

hr {
  border: none;
  border-top: max(0.25vmax, 0.25rem) solid var(--border-accent);
  margin: 3vmax 0;
}

span.tag {
  background: var(--background-accent);
  padding: 0.25vmax 1vmax;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #21252b;
    --background-accent: #353b45;
    --border-accent: #565c66;
    --border-subdued: #353b45;
    --link-color: #29baff;
    --text-color: #d6d7df;
    --text-color-accent: #fff;
    --text-color-subdued: #5a6371;
    --text-title-title: #9690ea;
    --text-color-h3: #9bddf7;
  }
  main aside h1 {
    background: var(--text-color-title);
    background: linear-gradient(135deg, #29baff 0%, #9690ea 67%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  #toc {
    background: rgba(0, 0, 0, 0.75);
  }
  #toc::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235a6371' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cline x1='8' y1='6' x2='21' y2='6' /%3E%3Cline x1='8' y1='12' x2='21' y2='12' /%3E%3Cline x1='8' y1='18' x2='21' y2='18' /%3E%3Cline x1='3' y1='6' x2='3.01' y2='6' /%3E%3Cline x1='3' y1='12' x2='3.01' y2='12' /%3E%3Cline x1='3' y1='18' x2='3.01' y2='18' /%3E%3C/svg%3E%0A");
  }
}
@media only screen and (max-width: 1280px) {
  main#home ul.thoughts {
    transform: translateX(-10%);
  }
  main#home ul.thoughts li:first-child {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 1024px) {
  main article p,
  main article ul,
  main article h3,
  main article h4,
  main article section,
  main article blockquote {
    width: min(60vmax, 100%);
  }
  main article h2 {
    margin: 2vmax 5vmin 1vmax;
  }
  main article h3 {
    margin: 2vmax 0 1vmax;
  }
  #toc {
    right: -50vw;
    width: 50vw;
  }
}
@media only screen and (max-width: 768px) {
  header nav {
    display: none;
  }
  main {
    align-self: stretch;
    overflow-x: hidden;
    width: auto !important;
  }
  main aside,
  main article h2,
  main article h3,
  main article h4,
  main article p,
  main article blockquote {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    text-align: left;
    width: 100%;
  }
  main article ul {
    align-self: start;
    padding: 0;
    width: 100%;
  }
  main article figure {
    margin: 2vmax -6vmin 1vmax;
    max-width: 100vw;
  }
  main article figure figcaption {
    margin: 0 12vmin;
  }
  main article figure picture,
  main article figure img {
    border-radius: 0;
  }
  main#home ul.posts li {
    flex-direction: column;
  }
  main#home ul.posts li time {
    padding: 1vmax 0 0 0;
  }
  main#home ul.thoughts {
    transform: translateX(-6vmin);
  }
  main#home ul.thoughts li:first-child {
    margin-left: 6vmin;
  }
  main#home ul.thoughts li a {
    width: 33vmax;
  }
  #toc {
    right: -67vw;
    width: 67vw;
  }
}
@media only screen and (max-width: 640px) {
  section#author {
    align-items: center;
    flex-direction: column;
  }
  section#author span {
    display: block;
    padding-bottom: 0.5vmax;
  }
  main#list section time {
    color: var(--border-accent);
    opacity: 1;
    right: 1.5rem;
    top: 0.85rem;
  }
  main#list section h2 {
    border-top: 0.75vmax solid var(--border-accent);
    margin-top: 1.5rem;
    padding-top: 1.375rem;
  }
  footer section {
    flex-direction: column;
  }
  #toc {
    display: none;
  }
  .hidden-mobile {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  main aside img#banner {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  main article h2 {
    margin: 2vmax 7vmin 1vmax;
  }
  ul.list li time {
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 1440px) {
  main article h2 {
    margin: 2vmax 5vmin 1vmax;
  }
}
