@charset "UTF-8";
/*** Base Minima theme. ***/
@import url("https://fonts.googleapis.com/css2?family=Solway:wght@800&display=swap");
:root {
  --minima-brand-color: #828282;
  --minima-brand-color-light: #e8e8e8;
  --minima-brand-color-dark: rgb(66.25, 66.25, 66.25);
  --minima-site-title-color: rgb(66.25, 66.25, 66.25);
  --minima-text-color: #111111;
  --minima-background-color: #fdfdfd;
  --minima-code-background-color: #eeeeff;
  --minima-link-base-color: #2a7ae2;
  --minima-link-visited-color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
  --minima-link-hover-color: #111111;
  --minima-border-color-01: #e8e8e8;
  --minima-border-color-02: rgb(219.25, 219.25, 219.25);
  --minima-border-color-03: rgb(66.25, 66.25, 66.25);
  --minima-table-text-color: rgb(62.9, 62.9, 62.9);
  --minima-table-zebra-color: rgb(247.3, 247.3, 247.3);
  --minima-table-header-bg-color: rgb(239.65, 239.65, 239.65);
  --minima-table-header-border: rgb(224.35, 224.35, 224.35);
  --minima-table-border-color: #e8e8e8;
}

.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

@media (prefers-color-scheme: dark) {
  :root {
    --minima-brand-color: #999999;
    --minima-brand-color-light: rgb(165.75, 165.75, 165.75);
    --minima-brand-color-dark: rgb(63.75, 63.75, 63.75);
    --minima-site-title-color: rgb(165.75, 165.75, 165.75);
    --minima-text-color: #bbbbbb;
    --minima-background-color: #181818;
    --minima-code-background-color: #212121;
    --minima-link-base-color: #79b8ff;
    --minima-link-visited-color: #79b8ff;
    --minima-link-hover-color: #bbbbbb;
    --minima-border-color-01: rgb(63.75, 63.75, 63.75);
    --minima-border-color-02: rgb(165.75, 165.75, 165.75);
    --minima-border-color-03: #999999;
    --minima-table-text-color: #bbbbbb;
    --minima-table-zebra-color: rgb(34.2, 34.2, 34.2);
    --minima-table-header-bg-color: rgb(49.5, 49.5, 49.5);
    --minima-table-header-border: rgb(77.55, 77.55, 77.55);
    --minima-table-border-color: rgb(63.75, 63.75, 63.75);
  }
  .highlight .c {
    color: #545454;
    font-style: italic;
  }
  .highlight .err {
    color: #f07178;
    background-color: #e3d2d2;
  }
  .highlight .k {
    color: #89DDFF;
    font-weight: bold;
  }
  .highlight .o {
    font-weight: bold;
  }
  .highlight .cm {
    color: #545454;
    font-style: italic;
  }
  .highlight .cp {
    color: #545454;
    font-weight: bold;
  }
  .highlight .c1 {
    color: #545454;
    font-style: italic;
  }
  .highlight .cs {
    color: #545454;
    font-weight: bold;
    font-style: italic;
  }
  .highlight .gd {
    color: #000;
    background-color: #fdd;
  }
  .highlight .gd .x {
    color: #000;
    background-color: #faa;
  }
  .highlight .ge {
    font-style: italic;
  }
  .highlight .gr {
    color: #f07178;
  }
  .highlight .gh {
    color: #999;
  }
  .highlight .gi {
    color: #000;
    background-color: #dfd;
  }
  .highlight .gi .x {
    color: #000;
    background-color: #afa;
  }
  .highlight .go {
    color: #888;
  }
  .highlight .gp {
    color: #555;
  }
  .highlight .gs {
    font-weight: bold;
  }
  .highlight .gu {
    color: #aaa;
  }
  .highlight .gt {
    color: #f07178;
  }
  .highlight .kc {
    font-weight: bold;
  }
  .highlight .kd {
    font-weight: bold;
  }
  .highlight .kp {
    font-weight: bold;
  }
  .highlight .kr {
    font-weight: bold;
  }
  .highlight .kt {
    color: #FFCB6B;
    font-weight: bold;
  }
  .highlight .m {
    color: #F78C6C;
  }
  .highlight .s {
    color: #C3E88D;
  }
  .highlight .na {
    color: #008080;
  }
  .highlight .nb {
    color: #EEFFFF;
  }
  .highlight .nc {
    color: #FFCB6B;
    font-weight: bold;
  }
  .highlight .no {
    color: #008080;
  }
  .highlight .ni {
    color: #800080;
  }
  .highlight .ne {
    color: #900;
    font-weight: bold;
  }
  .highlight .nf {
    color: #82AAFF;
    font-weight: bold;
  }
  .highlight .nn {
    color: #555;
  }
  .highlight .nt {
    color: #FFCB6B;
  }
  .highlight .nv {
    color: #EEFFFF;
  }
  .highlight .ow {
    font-weight: bold;
  }
  .highlight .w {
    color: #EEFFFF;
  }
  .highlight .mf {
    color: #F78C6C;
  }
  .highlight .mh {
    color: #F78C6C;
  }
  .highlight .mi {
    color: #F78C6C;
  }
  .highlight .mo {
    color: #F78C6C;
  }
  .highlight .sb {
    color: #C3E88D;
  }
  .highlight .sc {
    color: #C3E88D;
  }
  .highlight .sd {
    color: #C3E88D;
  }
  .highlight .s2 {
    color: #C3E88D;
  }
  .highlight .se {
    color: #EEFFFF;
  }
  .highlight .sh {
    color: #C3E88D;
  }
  .highlight .si {
    color: #C3E88D;
  }
  .highlight .sx {
    color: #C3E88D;
  }
  .highlight .sr {
    color: #C3E88D;
  }
  .highlight .s1 {
    color: #C3E88D;
  }
  .highlight .ss {
    color: #C3E88D;
  }
  .highlight .bp {
    color: #999;
  }
  .highlight .vc {
    color: #FFCB6B;
  }
  .highlight .vg {
    color: #EEFFFF;
  }
  .highlight .vi {
    color: #EEFFFF;
  }
  .highlight .il {
    color: #F78C6C;
  }
}
html {
  font-size: 16px;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif;
  color: var(--minima-text-color);
  background-color: var(--minima-background-color);
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-wrap: break-word;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: var(--minima-link-base-color);
  text-decoration: none;
}
a:visited {
  color: var(--minima-link-visited-color);
}
a:hover {
  color: var(--minima-link-hover-color);
  text-decoration: underline;
}
.social-media-list a:hover, .pagination a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username, .pagination a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: var(--minima-brand-color);
  border-left: 4px solid var(--minima-border-color-01);
  padding-left: 15px;
  font-size: 1.125rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i, blockquote em {
  font-style: normal;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  font-size: 0.9375em;
  border: 1px solid var(--minima-border-color-01);
  border-radius: 3px;
  background-color: var(--minima-code-background-color);
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.highlight {
  border-radius: 3px;
  background: var(--minima-code-background-color);
}
.highlighter-rouge .highlight {
  background: var(--minima-code-background-color);
}

/**
 * Wrapper
 */
.wrapper {
  max-width: calc(1200px - (30px));
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 1200px) {
  .wrapper {
    max-width: calc(1200px - 30px * 2);
    padding-right: 30px;
    padding-left: 30px;
  }
}

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.orange {
  color: #f66a0a;
}

.grey {
  color: #828282;
}

.svg-icon {
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: var(--minima-table-text-color);
  border-collapse: collapse;
  border: 1px solid var(--minima-table-border-color);
}
table tr:nth-child(even) {
  background-color: var(--minima-table-zebra-color);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: var(--minima-table-header-bg-color);
  border: 1px solid var(--minima-table-header-border);
}
table td {
  border: 1px solid var(--minima-table-border-color);
}
@media screen and (max-width: 1200px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid var(--minima-border-color-03);
  border-bottom: 1px solid var(--minima-border-color-01);
  min-height: 55.95px;
  line-height: 54px;
  position: relative;
}

.site-title {
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
@media screen and (max-width: 600px) {
  .site-title {
    padding-right: 45px;
  }
}
.site-title, .site-title:visited {
  color: var(--minima-site-title-color);
}

.site-nav {
  position: absolute;
  top: 9px;
  right: 15px;
  background-color: var(--minima-background-color);
  border: 1px solid var(--minima-border-color-01);
  border-radius: 5px;
  text-align: right;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  float: right;
  width: 36px;
  height: 26px;
  line-height: 0;
  padding-top: 10px;
  text-align: center;
}
.site-nav .menu-icon > svg path {
  fill: var(--minima-border-color-03);
}
.site-nav label[for=nav-trigger] {
  display: block;
  float: right;
  width: 36px;
  height: 36px;
  z-index: 2;
  cursor: pointer;
}
.site-nav input ~ .trigger {
  clear: both;
  display: none;
}
.site-nav input:checked ~ .trigger {
  display: block;
  padding-bottom: 5px;
}
.site-nav .page-link {
  color: var(--minima-text-color);
  line-height: 1.5;
  display: block;
  padding: 5px 10px;
  margin-left: 20px;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .site-nav {
    position: static;
    float: right;
    border: none;
    background-color: inherit;
  }
  .site-nav label[for=nav-trigger] {
    display: none;
  }
  .site-nav .menu-icon {
    display: none;
  }
  .site-nav input ~ .trigger {
    display: block;
  }
  .site-nav .page-link {
    display: inline;
    padding: 0;
    margin-left: auto;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 20px;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid var(--minima-border-color-01);
  padding: 30px 0;
}

.footer-heading {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.feed-subscribe .svg-icon {
  padding: 5px 5px 2px 0;
}

.contact-list,
.social-media-list,
.pagination {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper,
.social-links {
  font-size: 0.9375rem;
  color: var(--minima-brand-color);
}

.footer-col {
  margin-bottom: 15px;
}

.footer-col-1,
.footer-col-2 {
  width: calc(50% - 30px / 2);
}

.footer-col-3 {
  width: calc(100% - 30px / 2);
}

@media screen and (min-width: 1200px) {
  .footer-col-1 {
    width: calc(35% - 30px / 2);
  }
  .footer-col-2 {
    width: calc(20% - 30px / 2);
  }
  .footer-col-3 {
    width: calc(45% - 30px / 2);
  }
}
@media screen and (min-width: 600px) {
  .footer-col-wrapper {
    display: flex;
  }
  .footer-col {
    width: calc(100% - 30px / 2);
    padding: 0 15px;
  }
  .footer-col:first-child {
    padding-right: 15px;
    padding-left: 0;
  }
  .footer-col:last-child {
    padding-right: 0;
    padding-left: 15px;
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1 0 auto;
}

.page-heading {
  font-size: 2rem;
}

.post-list-heading {
  font-size: 1.75rem;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: var(--minima-brand-color);
}

.post-link {
  display: block;
  font-size: 1.5rem;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title,
.post-content h1 {
  font-size: 2.625rem;
  letter-spacing: -1px;
  line-height: 1.15;
}
@media screen and (min-width: 1200px) {
  .post-title,
  .post-content h1 {
    font-size: 2.625rem;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: 30px;
}
.post-content h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 1200px) {
  .post-content h2 {
    font-size: 2rem;
  }
}
.post-content h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 1200px) {
  .post-content h3 {
    font-size: 1.625rem;
  }
}
.post-content h4 {
  font-size: 1.25rem;
}
.post-content h5 {
  font-size: 1.125rem;
}
.post-content h6 {
  font-size: 1.0625rem;
}

.social-media-list, .pagination {
  display: table;
  margin: 0 auto;
}
.social-media-list li, .pagination li {
  float: left;
  margin: 5px 10px 5px 0;
}
.social-media-list li:last-of-type, .pagination li:last-of-type {
  margin-right: 0;
}
.social-media-list li a, .pagination li a {
  display: block;
  padding: 10px 12px;
  border: 1px solid var(--minima-border-color-01);
}
.social-media-list li a:hover, .pagination li a:hover {
  border-color: var(--minima-border-color-02);
}

/**
 * Pagination navbar
 */
.pagination {
  margin-bottom: 30px;
}
.pagination li a, .pagination li div {
  min-width: 41px;
  text-align: center;
  box-sizing: border-box;
}
.pagination li div {
  display: block;
  padding: 7.5px;
  border: 1px solid transparent;
}
.pagination li div.pager-edge {
  color: var(--minima-border-color-01);
  border: 1px dashed;
}

/**
 * Grid helpers
 */
@media screen and (min-width: 1200px) {
  .one-half {
    width: calc(50% - 30px / 2);
  }
}
:root {
  --minima-base-font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Emoji, Segoe UI Symbol, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
  --minima-code-font-family: Menlo, Inconsolata, Consolas, Roboto Mono, Ubuntu Mono, Liberation Mono, Courier New, monospace;
  --sidneys1-text-align: unset;
}

body {
  font: 400 16px/1.5 var(--minima-base-font-family);
}

div.code-split-root, div.highlighter-rouge {
  --minima-code-background-color: #272822;
}

pre, code {
  font-family: var(--minima-code-font-family);
}

.page-content {
  position: relative;
}

@media screen and (max-width: 2000px) {
  .page-content {
    padding-top: 0 !important;
  }
}
/*** Additional colors. ***/
/*** Base Minima theme. ***/
:root {
  --sidneys1-red-accent: darkred;
  --sidneys1-red-accent-subtle: rgb(113.5, 0, 0);
  --sidneys1-red-accent-compliment: darkcyan;
  --sidneys1-red-accent-compliment-2: #008b00;
  --sidneys1-red-accent-compliment-3: darkblue;
  --sidneys1-red-accent-visited: rgb(62.5, 0, 0);
  --sidneys1-green-accent: darkgreen;
  --sidneys1-green-accent-subtle: rgb(0, 74.5, 0);
  --sidneys1-green-accent-compliment: #640064;
  --sidneys1-green-accent-compliment-2: #000064;
  --sidneys1-green-accent-compliment-3: #640000;
  --sidneys1-green-accent-visited: rgb(0, 23.5, 0);
  --sidneys1-blue-accent: #2a7ae2;
  --sidneys1-blue-accent-subtle: rgb(42, 110.9130434783, 200.5);
  --sidneys1-blue-accent-compliment: #e2922a;
  --sidneys1-blue-accent-compliment-2: #e22a7a;
  --sidneys1-blue-accent-compliment-3: #7ae22a;
  --sidneys1-blue-accent-visited: rgb(22.9483471074, 86.2541322314, 168.5516528926);
  --sidneys1-sticky-note: #ffc;
  --sidneys1-sticky-note-title: rgb(234, 234, 169);
  --sidneys1-link-compliment-color: #9D174D;
  --sidneys1-accent-color: var(--sidneys1-blue-accent);
  --sidneys1-accent-subtle: var(--sidneys1-blue-accent-subtle);
  --sidneys1-accent-compliment-color: var(--sidneys1-blue-accent-compliment);
  --sidneys1-highlight-1: rgba(214, 92, 198, 0.5);
  --sidneys1-highlight-2: rgba(149, 107, 205, 0.5);
  --sidneys1-highlight-3: rgba(77, 177, 188, 0.5);
  --sidneys1-highlight-4: rgba(77, 188, 96, 0.5);
  --sidneys1-highlight-5: rgba(155, 188, 77, 0.5);
  --sidneys1-highlight-6: rgba(188, 144, 77, 0.5);
}

@media (prefers-color-scheme: light) {
  :root:has(input:checked[name=mode][value=dark], input:checked[name=mode][value=black]) {
    --sidneys1-red-accent: #BF3D7C;
    --sidneys1-red-accent-subtle: rgb(75.0357142857, 23.9642857143, 48.7142857143);
    --sidneys1-red-accent-compliment: #3dbf80;
    --sidneys1-red-accent-compliment-2: #7cbf3d;
    --sidneys1-red-accent-compliment-3: #3d7cbf;
    --sidneys1-red-accent-visited: rgb(198.7202380952, 78.7797619048, 136.9047619048);
    --sidneys1-green-accent: #7b914d;
    --sidneys1-green-accent-subtle: rgb(38.2297297297, 45.0675675676, 23.9324324324);
    --sidneys1-green-accent-compliment: #634d91;
    --sidneys1-green-accent-compliment-2: #4d7b91;
    --sidneys1-green-accent-compliment-3: #914d7b;
    --sidneys1-green-accent-visited: rgb(137.1283783784, 161.6554054054, 85.8445945946);
    --sidneys1-blue-accent: #5c8bc9;
    --sidneys1-blue-accent-subtle: rgb(34.8387096774, 65.1612903226, 105.1612903226);
    --sidneys1-blue-accent-compliment: #c99a5c;
    --sidneys1-blue-accent-compliment-2: #c95c8b;
    --sidneys1-blue-accent-compliment-3: #8bc95c;
    --sidneys1-blue-accent-visited: rgb(111.1543778802, 152.6313364055, 207.3456221198);
    --sidneys1-sticky-note: rgb(79, 79, 50);
    --sidneys1-sticky-note-title: rgb(104, 104, 77);
    --sidneys1-link-compliment-color: #9E3B63;
    --sidneys1-accent-color: var(--sidneys1-blue-accent);
    --sidneys1-accent-subtle: var(--sidneys1-blue-accent-subtle);
    --sidneys1-accent-compliment-color: var(--sidneys1-blue-accent-compliment);
    --sidneys1-highlight-1: rgba(214, 92, 198, 0.5);
    --sidneys1-highlight-2: rgba(149, 107, 205, 0.5);
    --sidneys1-highlight-3: rgba(77, 177, 188, 0.5);
    --sidneys1-highlight-4: rgba(77, 188, 96, 0.5);
    --sidneys1-highlight-5: rgba(155, 188, 77, 0.5);
    --sidneys1-highlight-6: rgba(188, 144, 77, 0.5);
  }
}
@media (prefers-color-scheme: dark) {
  :root:not(:has(input:checked[name=mode][value=light])) {
    --sidneys1-red-accent: #BF3D7C;
    --sidneys1-red-accent-subtle: rgb(75.0357142857, 23.9642857143, 48.7142857143);
    --sidneys1-red-accent-compliment: #3dbf80;
    --sidneys1-red-accent-compliment-2: #7cbf3d;
    --sidneys1-red-accent-compliment-3: #3d7cbf;
    --sidneys1-red-accent-visited: rgb(198.7202380952, 78.7797619048, 136.9047619048);
    --sidneys1-green-accent: #7b914d;
    --sidneys1-green-accent-subtle: rgb(38.2297297297, 45.0675675676, 23.9324324324);
    --sidneys1-green-accent-compliment: #634d91;
    --sidneys1-green-accent-compliment-2: #4d7b91;
    --sidneys1-green-accent-compliment-3: #914d7b;
    --sidneys1-green-accent-visited: rgb(137.1283783784, 161.6554054054, 85.8445945946);
    --sidneys1-blue-accent: #5c8bc9;
    --sidneys1-blue-accent-subtle: rgb(34.8387096774, 65.1612903226, 105.1612903226);
    --sidneys1-blue-accent-compliment: #c99a5c;
    --sidneys1-blue-accent-compliment-2: #c95c8b;
    --sidneys1-blue-accent-compliment-3: #8bc95c;
    --sidneys1-blue-accent-visited: rgb(111.1543778802, 152.6313364055, 207.3456221198);
    --sidneys1-sticky-note: rgb(79, 79, 50);
    --sidneys1-sticky-note-title: rgb(104, 104, 77);
    --sidneys1-link-compliment-color: #9E3B63;
    --sidneys1-accent-color: var(--sidneys1-blue-accent);
    --sidneys1-accent-subtle: var(--sidneys1-blue-accent-subtle);
    --sidneys1-accent-compliment-color: var(--sidneys1-blue-accent-compliment);
    --sidneys1-highlight-1: rgba(214, 92, 198, 0.5);
    --sidneys1-highlight-2: rgba(149, 107, 205, 0.5);
    --sidneys1-highlight-3: rgba(77, 177, 188, 0.5);
    --sidneys1-highlight-4: rgba(77, 188, 96, 0.5);
    --sidneys1-highlight-5: rgba(155, 188, 77, 0.5);
    --sidneys1-highlight-6: rgba(188, 144, 77, 0.5);
  }
}
/*** User-selectable themes. ***/
/*** Base Minima theme. ***/
/*** Additional colors. ***/
@font-face {
  font-family: opendyslexic;
  src: url("https://preview.sidneys1.com/assets/OpenDyslexic3-Regular.otf") format("opentype");
}
@font-face {
  font-family: opendyslexicmono;
  src: url("https://preview.sidneys1.com/assets/OpenDyslexicMono-Regular.otf") format("opentype");
}
:root:has(input:checked[name=color][value=red]) {
  --minima-link-base-color: var(--sidneys1-red-accent);
  --minima-link-visited-color: var(--sidneys1-red-accent-visited);
  --minima-link-compliment-color: var(--sidneys1-red-accent-compliment);
  --sidneys1-accent-color: var(--sidneys1-red-accent);
  --sidneys1-accent-subtle: var(--sidneys1-red-accent-subtle);
  --sidneys1-accent-compliment-color: var(--sidneys1-red-accent-compliment);
  --sidneys1-accent-compliment-color-2: var(--sidneys1-red-accent-compliment-2);
  --sidneys1-accent-compliment-color-3: var(--sidneys1-red-accent-compliment-3);
  --sidneys1-link-compliment-color: var(--sidneys1-red-accent-compliment);
}

:root:has(input:checked[name=color][value=green]) {
  --minima-link-base-color: var(--sidneys1-green-accent);
  --minima-link-visited-color: var(--sidneys1-green-accent-visited);
  --minima-link-compliment-color: var(--sidneys1-green-accent-compliment);
  --sidneys1-accent-color: var(--sidneys1-green-accent);
  --sidneys1-accent-subtle: var(--sidneys1-green-accent-subtle);
  --sidneys1-accent-compliment-color: var(--sidneys1-green-accent-compliment);
  --sidneys1-accent-compliment-color-2: var(--sidneys1-green-accent-compliment-2);
  --sidneys1-accent-compliment-color-3: var(--sidneys1-green-accent-compliment-3);
  --sidneys1-link-compliment-color: var(--sidneys1-green-accent-compliment);
}

:root:has(input:checked[name=color][value=blue]) {
  --minima-link-base-color: var(--sidneys1-blue-accent);
  --minima-link-visited-color: var(--sidneys1-blue-accent-visited);
  --minima-link-compliment-color: var(--sidneys1-blue-accent-compliment);
  --sidneys1-accent-color: var(--sidneys1-blue-accent);
  --sidneys1-accent-subtle: var(--sidneys1-blue-accent-subtle);
  --sidneys1-accent-compliment-color: var(--sidneys1-blue-accent-compliment);
  --sidneys1-accent-compliment-color-2: var(--sidneys1-blue-accent-compliment-2);
  --sidneys1-accent-compliment-color-3: var(--sidneys1-blue-accent-compliment-3);
  --sidneys1-link-compliment-color: var(--sidneys1-blue-accent-compliment);
}

:root:has(input:checked[name=font][value=od]) {
  --minima-base-font-family: OpenDyslexic, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Emoji, Segoe UI Symbol, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
  --minima-code-font-family: OpenDyslexicMono, Menlo, Inconsolata, Consolas, Roboto Mono, Ubuntu Mono, Liberation Mono, Courier New, monospace;
}

:root:has(input:checked[name=align][value=justify]) {
  --sidneys1-text-align: justify;
}

:root:has(input:checked[name=mode][value=light]) {
  color-scheme: only light;
  --minima-brand-color: #828282;
  --minima-brand-color-light: #e8e8e8;
  --minima-brand-color-dark: rgb(66.25, 66.25, 66.25);
  --minima-site-title-color: rgb(66.25, 66.25, 66.25);
  --minima-text-color: #111111;
  --minima-background-color: #fdfdfd;
  --minima-code-background-color: #eeeeff;
  --minima-border-color-01: #e8e8e8;
  --minima-border-color-02: rgb(219.25, 219.25, 219.25);
  --minima-border-color-03: rgb(66.25, 66.25, 66.25);
  --minima-table-text-color: rgb(62.9, 62.9, 62.9);
  --minima-table-zebra-color: rgb(247.3, 247.3, 247.3);
  --minima-table-header-bg-color: rgb(239.65, 239.65, 239.65);
  --minima-table-header-border: rgb(224.35, 224.35, 224.35);
  --minima-table-border-color: #e8e8e8;
}

:root:has(input:checked[name=mode][value=dark]) {
  color-scheme: only dark;
  --minima-brand-color: #999999;
  --minima-brand-color-light: rgb(165.75, 165.75, 165.75);
  --minima-brand-color-dark: rgb(63.75, 63.75, 63.75);
  --minima-site-title-color: rgb(165.75, 165.75, 165.75);
  --minima-border-color-01: rgb(63.75, 63.75, 63.75);
  --minima-border-color-02: rgb(165.75, 165.75, 165.75);
  --minima-border-color-03: #999999;
  --minima-table-text-color: #bbbbbb;
  --minima-table-zebra-color: rgb(34.2, 34.2, 34.2);
  --minima-table-header-bg-color: rgb(49.5, 49.5, 49.5);
  --minima-table-header-border: rgb(77.55, 77.55, 77.55);
  --minima-table-border-color: rgb(63.75, 63.75, 63.75);
  --minima-code-background-color: #212121;
  --minima-text-color: #bbbbbb;
  --minima-background-color: #181818;
}

:root:has(input:checked[name=mode][value=black]) {
  color-scheme: only dark;
  --minima-brand-color: #999999;
  --minima-brand-color-light: rgb(165.75, 165.75, 165.75);
  --minima-brand-color-dark: rgb(63.75, 63.75, 63.75);
  --minima-site-title-color: rgb(165.75, 165.75, 165.75);
  --minima-border-color-01: rgb(63.75, 63.75, 63.75);
  --minima-border-color-02: rgb(165.75, 165.75, 165.75);
  --minima-border-color-03: #999999;
  --minima-table-text-color: #bbbbbb;
  --minima-table-zebra-color: rgb(34.2, 34.2, 34.2);
  --minima-table-header-bg-color: rgb(49.5, 49.5, 49.5);
  --minima-table-header-border: rgb(77.55, 77.55, 77.55);
  --minima-table-border-color: rgb(63.75, 63.75, 63.75);
  --minima-code-background-color: #212121;
  --minima-text-color: white;
  --minima-background-color: black;
}

/*** Home customization rules. ***/
/*** Base Minima theme. ***/
ul.post-list > li::after {
  content: "";
  display: block;
  clear: both;
}

ul.post-list ul {
  clear: both;
}

ul.post-list h3 {
  margin-bottom: 0;
  line-height: 1.25;
}
ul.post-list h3 a {
  margin-bottom: 1ex;
  margin-right: 1ex;
}

ul.post-list h4 {
  font-weight: bolder;
  margin-bottom: 0;
  line-height: 1.25;
}

.post-excerpt > img {
  max-height: 150px;
  object-fit: cover;
  margin-right: 1em;
  width: 250px;
  float: left;
}

#links-parent {
  position: absolute;
  top: 0px;
  right: 30px;
  width: calc((100vw - 1260px) / 2);
}
#links-parent #links {
  margin-right: auto;
  max-width: fit-content;
  padding: 0.5em 1em;
  border: 1px solid var(--minima-border-color-01);
  border-top: none;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
#links-parent #links > h1 {
  margin-bottom: 5px;
}
#links-parent #links > ul {
  list-style: none;
  margin: 0;
}
#links-parent #links > ul > li > a {
  font-weight: bold;
}
#links-parent #links > ul > li > p > .date {
  font-variant: small-caps;
  font-size: 14px;
  color: var(--minima-brand-color);
}
#links-parent #links > ul > li:last-child > p {
  margin-bottom: 0;
}

@media screen and (max-width: 2000px) {
  #links-parent {
    position: static;
    max-width: 30%;
    width: unset;
    float: right;
    margin-right: -15px;
  }
  #links-parent #links {
    padding: 0.5em 1em;
    border: 1px solid var(--minima-border-color-01);
    border-radius: 1em;
  }
}
@media screen and (max-width: 1200px) {
  #links-parent {
    position: static;
    max-width: 30%;
    width: unset;
    float: right;
    margin-right: -15px;
  }
  #links-parent #links {
    padding: 0.5em 1em;
    border: 1px solid var(--minima-border-color-01);
    border-right: none;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 800px) {
  #links-parent {
    display: none;
  }
}
/*** Header customization rules. ***/
/*** Base Minima theme. ***/
/*** Additional colors. ***/
.site-header {
  background-color: var(--minima-background-color);
  z-index: 10000;
}
.site-header .wrapper {
  position: relative;
  display: grid;
  grid-template-columns: max-content 1fr min-content;
  column-gap: 0.5em;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .site-header .wrapper {
    grid-template-columns: minmax(max-content, 1fr) auto 1fr;
    column-gap: 1em;
  }
}
.site-header .wrapper .site-nav {
  justify-self: right;
}

@keyframes theme-select-fade-out {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 50%;
  }
}
#theme-select {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  border: 1px solid var(--minima-border-color-01);
  border-top: none;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  padding: 0 0.25em 0.25em 0.25em;
  width: max-content;
  margin-left: auto;
  background-color: var(--minima-background-color);
  opacity: 50%;
  transition: opacity 1s ease-in-out, font-size 1s ease-in-out;
  animation: 2s ease-in-out 3s 1 backwards theme-select-fade-out;
}
#theme-select:is(:hover, :active, :focus-within, :focus) {
  opacity: 1;
  transition: opacity 100ms ease-in-out, font-size 1s ease-in-out;
}
#theme-select noscript {
  flex-basis: 100%;
  text-align: center;
  font-weight: bold;
  font-size: x-small;
  text-transform: uppercase;
  width: 0;
}
#theme-select noscript em {
  text-decoration: underline dotted;
}
#theme-select fieldset {
  display: flex;
  border: none;
  padding: 0;
  justify-content: center;
  align-content: center;
  text-align: center;
}
#theme-select fieldset > legend {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: xx-small;
  text-transform: uppercase;
}
#theme-select fieldset input[type=radio] {
  display: none;
}
#theme-select fieldset input[type=radio] + label {
  background-color: var(--minima-background-color);
  border-top: 2px solid var(--sidneys1-accent-color);
  border-bottom: 2px solid var(--sidneys1-accent-color);
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.25em;
  height: 1.5em;
  cursor: pointer;
}
#theme-select fieldset input[type=radio] + label:hover {
  background-color: var(--sidneys1-accent-subtle);
}
#theme-select fieldset input[type=radio] + label:first-of-type {
  border-left: 2px solid var(--sidneys1-accent-color);
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
#theme-select fieldset input[type=radio] + label:last-of-type {
  border-right: 2px solid var(--sidneys1-accent-color);
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
#theme-select fieldset input[type=radio]:checked + label {
  background-color: var(--sidneys1-accent-color);
  border-color: transparent;
  color: var(--minima-background-color);
}

#theme-parent {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  left: 30px;
  max-width: calc((100vw - 1260px) / 2);
}

@media screen and (min-width: 2000px) {
  #theme-parent {
    height: 0;
  }
}
@media screen and (max-width: 1000px) {
  #theme-select {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100vw - 60px);
    opacity: 1;
    font-size: small;
  }
  #theme-parent {
    left: 30px;
    right: 30px;
    max-width: unset;
  }
}
/*** Post layout rules. ***/
/*** Base Minima theme. ***/
/*** Additional colors. ***/
:is(.post-content, .post-excerpt) p {
  text-align: var(--sidneys1-text-align);
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.toc__list:before {
  content: "Table Of Contents";
  font-weight: bold;
  font-size: 1rem;
}

.toc__list {
  border-radius: 4px;
  line-height: 1.8rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
  margin: 0 0 30px 0;
}

#toc a {
  color: var(--sidneys1-accent-compliment-color);
  text-decoration: underline;
}

#toc a:hover {
  color: var(--minima-text-color);
}

h1.post-title {
  font-weight: 100;
}

h2.post-title {
  font-size: 20px;
  line-height: 1;
}

div.note {
  background-color: var(--sidneys1-sticky-note);
  font-size: smaller;
  width: fit-content;
  max-width: 400px;
  color: var(--minima-brand-color);
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: color 250ms linear, box-shadow 250ms linear;
}
div.note:hover {
  color: black;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  transition: color 250ms linear, box-shadow 250ms linear;
}
div.note.note-wide {
  max-width: 600px;
}
div.note .note-title {
  font-size: larger;
  font-family: "MV Boli", cursive;
  background-color: var(--sidneys1-sticky-note-title);
  padding: 0.25em 1em;
  border-radius: 5px 5px 0 0;
}
div.note .popunder {
  padding: 1em;
}
div.note > p {
  padding: 1em;
  margin-bottom: 0em;
}
div.note > details {
  padding: 1em;
  margin-bottom: 0em;
}
div.note > details summary {
  text-align: center;
}
div.note > legend {
  color: var(--minima-text-color);
  font-style: italic;
  font-size: initial;
}

.post-image {
  border-radius: 4px;
  margin: 0 0 30px 0;
  text-align: center;
}
.post-image > img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: 250ms linear;
  max-height: 600px;
}
.post-image > img:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  transition: 250ms linear;
}

div.series {
  font-size: 14px;
  color: #828282;
}
div.series a {
  font-style: italic;
}

div.erratum-notice {
  font-size: 14px;
  color: #828282;
  font-style: italic;
}

div.multipart {
  font-size: 14px;
  color: #828282;
}
div.multipart a {
  font-style: italic;
}
div.multipart ul {
  margin-bottom: 0;
}
div.multipart.center {
  margin-left: auto;
  margin-right: auto;
}

#erratum li {
  font-style: italic;
}

section > h1 {
  font-size: 32px;
  font-weight: 100;
  line-height: 1.15;
}

section#comments ol.comments {
  list-style-type: none;
  margin: 0 0 0 5%;
  padding: 0;
  display: inline-block;
}
section#comments > ol.comments {
  margin: 0 auto;
}
section#comments article.comment {
  margin-bottom: 1em;
  display: grid;
  gap: 0.25em;
  grid-template-columns: 3.5em 1fr;
}
section#comments div.avatar {
  grid-column: 1;
  grid-row: 1/4;
}
section#comments img.avatar {
  width: 3em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2666666667);
}
section#comments .header {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.1em 0.4em;
}
section#comments .header .displayname {
  font-weight: bold;
}
section#comments .header .handle {
  margin-left: 0.4em;
  font-size: 0.8em;
}
section#comments .header .link {
  opacity: 0.7;
  font-size: 0.8em;
  transition: opacity 0.5s ease-in-out;
}
section#comments .header .link:hover {
  color: var(--sidneys1-accent-color);
  opacity: 1;
  font-size: 0.8em;
  transition: opacity 0.5s ease-in-out;
}
section#comments div.content {
  grid-column: 2;
  grid-row: 2;
}
section#comments picture.emoji {
  vertical-align: baseline;
}
section#comments picture.emoji img {
  width: 1em;
  aspect-ratio: 1/1;
  vertical-align: middle;
}
section#comments div.content p {
  margin: 0.6em 0;
}
section#comments div.content p:first-child {
  margin-top: 0;
}
section#comments div.content p:last-child {
  margin-bottom: 0;
}
section#comments div.content .ellipsis::after {
  content: "…";
}
section#comments .tidbits {
  grid-column: 2;
  grid-row: 3;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  font-size: 0.8em;
}
section#comments .tidbits:empty {
  display: none;
}
section#comments .tidbits > * {
  display: flex;
  gap: 0.4em;
}
section#comments #stats {
  grid-column: 2;
  grid-row: 3;
  display: inline-flex;
  gap: 0.5em;
  flex-wrap: wrap;
  font-size: 0.8em;
}
section#comments #stats:empty {
  display: none;
}
section#comments span.social-handle {
  font-size: 0.8em;
}

#comment-credit {
  font-style: inherit;
  font-size: x-small;
}

section#webmention #webmention-stats {
  grid-column: 2;
  grid-row: 3;
  display: inline-flex;
  gap: 0.5em;
  flex-wrap: wrap;
  font-size: 0.8em;
}
section#webmention #webmention-stats:empty {
  display: none;
}
section#webmention #webmention-comment-credit {
  font-style: inherit;
  font-size: x-small;
}
section#webmention ol.webmentions__list {
  list-style-type: none;
  margin: 0 0 0 5%;
  padding: 0;
  display: inline-block;
}
section#webmention > ol.webmentions__list {
  margin: 0 auto;
}
section#webmention article.webmention {
  margin-bottom: 1em;
  gap: 0.25em;
  display: grid;
  grid-template-areas: "header header date" ".      comment comment";
  grid-template-columns: 3.5em auto 1fr;
  grid-template-rows: 2em auto;
}
section#webmention article.webmention .webmention__author {
  display: grid;
  grid-area: header;
  grid-template-columns: subgrid;
}
section#webmention article.webmention .webmention__author > a {
  display: grid;
  grid-column: 1/3;
  grid-template-columns: subgrid;
}
section#webmention article.webmention .webmention__author > a > img.webmention__author__photo {
  grid-column: 1;
  float: left;
}
section#webmention article.webmention .webmention__author > a > b.p-name {
  grid-column: 2;
}
section#webmention article.webmention .webmention__content {
  grid-area: comment;
}
section#webmention article.webmention .webmention__meta {
  grid-area: date;
}

img.webmention__author__photo {
  width: 3em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2666666667);
}

/*** Review layout rules. ***/
/*** Base Minima theme. ***/
/*** Additional colors. ***/
.review-list {
  margin-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  gap: 0.25em;
}
.review-list > li {
  grid-column: 1/5;
  display: grid;
  grid-template-columns: subgrid;
  margin-bottom: 30px;
}
.review-list > li > h3 {
  grid-column: 1/5;
  margin-bottom: 0.25em;
  line-height: 1.25;
  font-size: 1.5rem;
}
.review-list > li > h3 a {
  margin-bottom: 1ex;
  margin-right: 1ex;
}
.review-list > li::after {
  content: "";
  display: block;
  clear: both;
}
.review-list > li h4 {
  font-weight: bolder;
  margin-bottom: 0;
  line-height: 1.25;
}
.review-list > li .review-excerpt > img {
  max-height: 150px;
  object-fit: cover;
  margin-right: 1em;
  width: 250px;
  float: left;
}
.review-list > li .review-title {
  margin-bottom: 0;
}
.review-list > li .review-description {
  font-style: italic;
  font-size: initial;
}
.review-list > li .review-meta {
  font-size: 14px;
  color: var(--minima-brand-color);
}
.review-list ul {
  clear: both;
}

.review-details {
  grid-column: 4;
  margin-left: 0.25em;
}

.review-subjectbox {
  display: grid;
  grid-column: 1/4;
  grid-template-columns: subgrid;
  padding-right: 0.5em;
  gap: 0 0.25em;
}
.review-subjectbox img.review-subject-cover {
  gap: none;
  grid-column: 1;
  grid-row: 1/10;
  height: 9em;
  margin-right: 0.25em;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: 250ms linear;
}
.review-subjectbox img.review-subject-cover:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  transition: 250ms linear;
}
.review-subjectbox .label {
  grid-column: 2;
  font-weight: 600;
  font-variant: small-caps;
  text-transform: lowercase;
  text-align: right;
  font-size: smaller;
}
.review-subjectbox cite, .review-subjectbox .rating {
  grid-column: 2/4;
  text-align: center;
  font-size: x-large;
}
.review-subjectbox .rating > span {
  font-size: small;
}
.review-subjectbox .value {
  grid-column: 3;
  font-size: smaller;
}

header.post-header > .review-description {
  font-size: 20px;
  line-height: 1;
  font-style: italic;
  margin-bottom: 0;
}

#at-a-glance-host {
  border: 1px solid black;
  border-radius: 0.5em;
  clear: both;
  margin: 15px 0;
  position: relative;
  background-color: var(--minima-background-color);
  z-index: 1000;
  display: grid;
  grid-template-columns: auto 1fr;
}
#at-a-glance-host.floating {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #at-a-glance-host {
    display: flex;
    flex-direction: column;
  }
  #at-a-glance-host .review-subjectbox {
    align-self: center;
  }
  #at-a-glance-host #at-a-glance {
    border-left: none !important;
    border-top: 2px solid var(--minima-brand-color-light);
  }
}
@media screen and (min-width: 800px) {
  #at-a-glance-host.floating {
    float: right;
    margin-left: 1em;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
  }
}
#at-a-glance-host::before {
  content: "At a Glance";
  font-weight: 600;
  font-variant: small-caps;
  font-size: x-large;
  position: absolute;
  top: -22px;
  left: 0.5em;
  background-color: var(--minima-background-color);
  padding: 0 0.25em;
}
#at-a-glance-host #at-a-glance {
  padding-top: 20px;
  grid-column: 2;
  padding-left: 0.5em;
  border-left: 2px solid var(--minima-brand-color-light);
}
#at-a-glance-host #at-a-glance > h3 {
  font-size: large;
  font-weight: 600;
  margin: 0;
  font-variant: small-caps;
}
#at-a-glance-host .review-subjectbox {
  font-size: 20px;
  display: grid;
  grid-column: 1;
  gap: 0 0.25em;
  grid-template-columns: auto auto 1fr;
  padding: 30px 0.5em 1em 1em;
  max-width: max-content;
}
#at-a-glance-host .review-subjectbox img.review-subject-cover {
  gap: none;
  grid-column: 1;
  grid-row: 1/10;
  height: 10em;
  margin-right: 0.25em;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: 250ms linear;
}
#at-a-glance-host .review-subjectbox img.review-subject-cover:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  transition: 250ms linear;
}
#at-a-glance-host .review-subjectbox .label {
  grid-column: 2;
  font-weight: 600;
  font-variant: small-caps;
  text-transform: lowercase;
  text-align: right;
  font-size: smaller;
}
#at-a-glance-host .review-subjectbox cite, #at-a-glance-host .review-subjectbox .rating {
  grid-column: 2/4;
  text-align: center;
  font-size: xx-large;
}
#at-a-glance-host .review-subjectbox .rating > span {
  font-size: initial;
}
#at-a-glance-host .review-subjectbox .value {
  grid-column: 3;
  font-size: smaller;
}

/*** Markdown customization rules. ***/
/*** Base Minima theme. ***/
/*** Additional colors. ***/
#markdown-toc::before {
  content: "Sections";
  font-weight: bolder;
  font-variant-caps: small-caps;
}

#markdown-toc {
  margin-left: 0;
}
#markdown-toc li {
  margin-left: 1em;
}

blockquote {
  max-width: fit-content;
}
blockquote cite {
  display: block;
  font-size: small;
  text-align: right;
}
blockquote cite code {
  font-size: small;
  background-color: initial;
  border: none;
  padding: initial;
}

blockquote cite::before {
  content: "—";
  font-size: small;
  margin-right: 1ex;
}

details {
  margin-bottom: 15px;
}

:root {
  --sidneys1-kbd-color: rgb(198, 187, 177);
  --sidneys1-kbd-color-top: rgb(216, 214, 211);
  --sidneys1-kbd-color-bottom: rgb(162, 154, 145);
}

@media screen and (prefers-color-scheme: dark) {
  :root {
    --sidneys1-kbd-color: rgb(57, 54, 51);
    --sidneys1-kbd-color-top: rgb(68, 64, 61);
    --sidneys1-kbd-color-bottom: rgb(48, 45, 43);
  }
}
kbd:has(kbd) {
  display: inline-block;
  font: 11px ui-monospace, Consolas, monospace;
  font-weight: bolder;
  line-height: 10px;
  color: var(--minima-text-color);
  vertical-align: middle;
  overflow-wrap: break-word;
}
kbd:not(:has(kbd)) {
  display: inline-block;
  padding: 3px 5px;
  font: 11px ui-monospace, Consolas, monospace;
  font-weight: bolder;
  line-height: 10px;
  color: var(--minima-text-color);
  vertical-align: middle;
  background-color: var(--minima-background-color);
  border: solid 1px var(--sidneys1-kbd-color);
  border-top-color: var(--sidneys1-kbd-color-top);
  border-bottom-color: var(--sidneys1-kbd-color-bottom);
  border-radius: 6px;
  border-width: 1px 2px 5px;
  overflow-wrap: break-word;
}
kbd.menu {
  font-size: initial;
  display: inline-block;
  line-height: 10px;
  color: var(--minima-text-color);
  overflow-wrap: break-word;
}
kbd.menu kbd {
  display: inline-block;
  padding: 3px 5px;
  font-weight: 600;
  line-height: 10px;
  color: var(--minima-text-color);
  background-color: var(--minima-background-color);
  border: solid 1px var(--sidneys1-kbd-color);
  border-width: 1px;
  border-radius: 1px;
  overflow-wrap: break-word;
}
kbd.menu kbd:first-child::before {
  content: "☰";
  margin-right: 1ex;
}
kbd.menu kbd:not(:last-child)::after {
  content: "❯";
  margin-left: 1ex;
}

.post-content img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: 250ms linear;
  margin: 0 auto;
  display: block;
}
.post-content img:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  transition: 250ms linear;
}
.post-content img[align=left] {
  margin-right: 1em;
}
.post-content img.no-shadow {
  box-shadow: none !important;
}

:is(div.highlighter-rouge, div.code-split-root):not(.code-split)[class^=language-]::before {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  color: #f8f8f2;
  font-size: x-small;
  font-family: var(--minima-code-font-family);
  background-color: #272822;
  border-radius: 0.5em;
  padding: 0 0.25em;
  position: absolute;
  top: -1ex;
  left: 1em;
  z-index: 1;
}
:is(div.highlighter-rouge, div.code-split-root):not(.code-split).language-diff::before {
  content: attr(data-file-name, ".diff");
}
:is(div.highlighter-rouge, div.code-split-root):not(.code-split).language-make::before {
  content: attr(data-file-name, "Makefile");
}
:is(div.highlighter-rouge, div.code-split-root):not(.code-split):has(.language-cpp)::before {
  content: attr(data-file-name, ".cpp");
}
:is(div.highlighter-rouge, div.code-split-root):not(.code-split).language-c::before {
  content: attr(data-file-name, ".c");
}
:is(div.highlighter-rouge, div.code-split-root):not(.code-split).language-powershell::before {
  content: attr(data-file-name, ".ps1");
}
:is(div.highlighter-rouge, div.code-split-root):not(.code-split).language-c\+\+::before {
  content: attr(data-file-name, ".cpp");
}
:is(div.highlighter-rouge, div.code-split-root):not(.code-split).language-ini::before {
  content: attr(data-file-name, ".ini");
  display: block;
}
:is(div.highlighter-rouge, div.code-split-root):not(.code-split).language-html::before {
  content: attr(data-file-name, ".html");
  display: block;
}
:is(div.highlighter-rouge, div.code-split-root):not(.code-split).language-css::before {
  content: attr(data-file-name, ".css");
  display: block;
}
:is(div.highlighter-rouge, div.code-split-root):not(.code-split).language-js::before {
  content: attr(data-file-name, ".js");
  display: block;
}
:is(div.highlighter-rouge, div.code-split-root):not(.code-split)[data-file-name]::before {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  content: attr(data-file-name);
  color: #f8f8f2;
  font-size: x-small;
  font-family: var(--minima-code-font-family);
  background-color: #272822;
  border-radius: 0.5em;
  padding: 0 0.25em;
  position: absolute;
  top: -1ex;
  left: 1em;
  z-index: 1;
}

.highlight pre code {
  background: var(--minima-code-background-color) !important;
}

div.highlighter-rouge {
  position: relative;
  margin-bottom: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: box-shadow 250ms linear;
}
div.highlighter-rouge:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  transition: box-shadow 250ms linear;
}
div.highlighter-rouge pre {
  border-radius: 5px;
  tab-size: 4;
  margin-bottom: 0;
}
div.highlighter-rouge:has(+ div.code-split) {
  margin-bottom: 0;
}
div.highlighter-rouge:has(+ div.code-split) > div.highlight {
  margin-bottom: 0;
  background: unset !important;
}
div.highlighter-rouge:has(+ div.code-split) > div.highlight > pre {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px dashed var(--minima-brand-color);
  padding-bottom: 1.25em;
  margin-bottom: 0;
}
div.highlighter-rouge:has(+ div.code-split)::after {
  content: attr(data-split-text, "");
  width: max-content;
  text-align: center;
  position: absolute;
  bottom: -25px;
  font-family: var(--minima-code-font-family);
  font-size: 15px;
  left: calc(var(--left, 0) * 0.625em + 8px);
  color: #75715e;
  padding-left: 2.5em;
  padding-bottom: 5px;
  background-position: left;
  height: 45px;
  background-size: auto 45px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='45px' width='35px'><text x='50%' y='50%' fill='%2375715e' text-anchor='middle' dominant-baseline='middle' font-size='24pt'>✁︎</text></svg>");
  text-shadow: 1px 1px 2px #272822, -1px -1px 2px #272822, 1px -1px #272822, -1px 1px #272822;
  z-index: 1;
}
div.highlighter-rouge:has(+ div.code-split)::after::first-letter {
  font-size: 200%;
}

div.code-split-root {
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: box-shadow 250ms linear;
  background-color: var(--minima-code-background-color);
  border-radius: 5px;
  margin-bottom: 15px;
}
div.code-split-root:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  transition: box-shadow 250ms linear;
}
div.code-split-root div.code-split-scroll {
  overflow-x: auto;
}
div.code-split-root div.code-split-scroll > div.highlighter-rouge {
  overflow-y: visible;
  box-shadow: none;
  transition: none;
  min-width: max-content;
  margin-bottom: 0;
}
div.code-split-root div.code-split-scroll > div.highlighter-rouge::before {
  content: none;
}
div.code-split-root div.code-split-scroll > div.highlighter-rouge .highlight {
  background: unset;
}
div.code-split-root div.code-split-scroll > div.highlighter-rouge pre {
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
}
div.code-split-root div.code-split-scroll > div.highlighter-rouge:not(:has(+ .code-split)) pre {
  border-bottom: none;
}
div.code-split-root div.code-split-scroll > div.highlighter-rouge:hover {
  box-shadow: none;
  transition: none;
}

dl {
  margin-bottom: 1em;
}
dl dt:first-child {
  margin-top: 0;
}
dl:last-child {
  margin-bottom: 0;
}

dt + dt {
  margin-top: 0;
}

dd + dt {
  margin-top: 1em;
}

dt {
  font-weight: bold;
  vertical-align: text-top;
  line-height: 1.2;
}
dt > em:first-child {
  font-size: 200%;
  vertical-align: middle;
  font-style: normal;
}
dt ruby {
  font-family: serif;
  font-weight: lighter;
  font-size: 150%;
  ruby-position: under;
}
dt ruby > rt {
  margin-bottom: 0.5em;
  opacity: 50%;
  font-size: 60%;
  font-style: normal;
  transition: opacity 0.25s ease-in-out;
}
dt ruby > rt:hover,
dt ruby > rt:active {
  opacity: 100%;
  transition: opacity 0.25s ease-in-out;
}

dd {
  padding-left: 2em;
  text-indent: -1em;
}
dd > strong:first-child {
  font-variant-caps: all-small-caps;
}

.slight {
  color: var(--minima-brand-color);
  font-style: italic;
  font-size: small;
}

hr {
  height: 1px;
  border: none;
  border-top: 1px solid #e8e8e8;
  margin: 1em 0;
}

summary {
  cursor: pointer;
}

:is(.post-content, section#comments, section#webmention, #links-list) a[target=_blank]:not(.no-arrow)::after {
  content: " ";
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMyQTdBRTIiIHZpZXdCb3g9IjAgMCA4IDgiPjxwYXRoIGQ9Ik0wIDB2OGg4VjZIN3YxSDFWMWgxVjBIMHptNCAwIDEuNSAxLjVMMyA0bDEgMSAyLjUtMi41TDggNFYwSDR6Ii8+PC9zdmc+");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMyQTdBRTIiIHZpZXdCb3g9IjAgMCA4IDgiPjxwYXRoIGQ9Ik0wIDB2OGg4VjZIN3YxSDFWMWgxVjBIMHptNCAwIDEuNSAxLjVMMyA0bDEgMSAyLjUtMi41TDggNFYwSDR6Ii8+PC9zdmc+");
  margin: 0 0 0 0.25em;
  width: min(1em, 8px);
  height: min(1em, 8px);
  display: inline-block;
}

div.footnotes::before {
  content: "Footnotes";
  font-variant-caps: small-caps;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  padding-top: 1em;
  border-top: 1px solid #e8e8e8;
  margin: 1em 0;
  margin-bottom: 15px;
  display: block;
}

audio {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.highlight-1 {
  background-color: var(--sidneys1-highlight-1);
}

.highlight-2 {
  background-color: var(--sidneys1-highlight-2);
}

.highlight-3 {
  background-color: var(--sidneys1-highlight-3);
}

.highlight-4 {
  background-color: var(--sidneys1-highlight-4);
}

.highlight-5 {
  background-color: var(--sidneys1-highlight-5);
}

.highlight-6 {
  background-color: var(--sidneys1-highlight-6);
}

.highlighter-rouge .highlight-1 {
  background-color: rgba(214, 92, 198, 0.5);
}

.highlighter-rouge .highlight-2 {
  background-color: rgba(149, 107, 205, 0.5);
}

.highlighter-rouge .highlight-3 {
  background-color: rgba(77, 177, 188, 0.5);
}

.highlighter-rouge .highlight-4 {
  background-color: rgba(77, 188, 96, 0.5);
}

.highlighter-rouge .highlight-5 {
  background-color: rgba(155, 188, 77, 0.5);
}

.highlighter-rouge .highlight-6 {
  background-color: rgba(188, 144, 77, 0.5);
}

@media (prefers-color-scheme: dark) {
  .highlight .gd {
    background-color: rgb(83, 43, 43) !important;
  }
  .highlight .gi {
    background-color: rgb(43, 83, 43) !important;
  }
}
div.amber-term {
  background-color: #bdb7a5;
  padding: 1em;
  padding-bottom: 1.75em;
  border-radius: 1em;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3764705882) inset;
  position: relative;
}
div.amber-term pre {
  box-shadow: 0 0 0.25em rgb(239, 238, 234), 0 0 0.5em rgb(239, 238, 234);
}
div.amber-term pre code {
  font-weight: bold;
  color: #dfbe44 !important;
  text-shadow: 0px 0px 5px rgba(223, 190, 68, 0.5019607843);
}
div.amber-term::after {
  content: "WYSE 🟩";
  color: rgb(8, 8, 28);
  line-height: initial;
  font-size: 0.75em;
  background-color: #878782;
  color: black;
  position: absolute;
  left: 1.25em;
  bottom: 0.5em;
  padding: 0 0.25em;
  border-radius: 0.25em;
  font-weight: bold;
}

code.amber-term {
  background-color: #212121;
  color: #dfbe44;
  text-shadow: 0px 0px 5px rgba(223, 190, 68, 0.5019607843);
  font-weight: bold;
}

table.compact-table th, table.compact-table td {
  padding: 0 15px;
}

.hidden-header:target {
  transition: height 500ms ease-in-out, margin 500ms ease-in-out, opacity 500ms ease-in-out 500ms;
}

.hidden-header:not(:target) {
  opacity: 0 !important;
  height: 0px !important;
  margin: 0 0 0 0 !important;
  transition: height 500ms ease-in-out 500ms, margin 500ms ease-in-out 500ms, opacity 500ms ease-in-out;
}

hr.short-rule {
  width: 33.3333333333%;
  margin: 1em auto;
}

.critique {
  text-decoration: underline wavy color-mix(in srgb, var(--sidneys1-red-accent) 75%, transparent);
}

.praise {
  text-decoration: underline wavy color-mix(in srgb, var(--sidneys1-green-accent) 75%, transparent);
}

/*** Misc widgets. ***/
/*** Base Minima theme. ***/
/*** Additional colors. ***/
.flex-break {
  flex-basis: 100%;
  height: 0;
}

.tag {
  font-size: smaller;
}

.tag::before {
  content: "#";
}

div.popunder {
  text-align: center;
}
div.popunder img.pop {
  max-height: 500px;
  cursor: zoom-in;
}
div.popunder em {
  font-size: x-small;
  color: grey;
}

dialog.popover {
  padding: 0;
  max-width: 90%;
  max-height: 90%;
  border: none;
  background: transparent;
}
dialog.popover button.close {
  float: right;
  background: none;
  border: none;
}
dialog.popover button.close :focus {
  outline: none;
}
dialog.popover img.pop-in {
  cursor: zoom-out;
  max-height: 90vh;
  max-width: 90vw;
  object-fit: contain;
}
dialog.popover::backdrop {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
}

.anchor:target {
  font-weight: bolder;
}
.anchor:target::before {
  content: "⚓";
}

div.card {
  margin: 0 20% 30px 20%;
  padding: 1em 2em;
  border-radius: 4px;
  border: 1px solid var(--minima-brand-color);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
div.card.float {
  transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out;
}
div.card.float:hover, div.card.float:active {
  transform: translate(0, -0.2em);
  box-shadow: 0 0.2em 7px rgba(0, 0, 0, 0.1);
}
div.card :last-child {
  margin-bottom: 0;
}
div.card :first-child {
  margin-top: 0;
}
div.card.yellow {
  background-color: #fff9b1;
  border-color: rgb(177, 163.3846153846, 0);
}

.image-compare {
  --splitter-color: black;
  --splitter-size: 0.125rem;
  --expand: 0.875rem;
  --handle-size: calc(var(--expand) + var(--splitter-size));
  position: relative;
}

.image-compare span {
  display: block;
  position: absolute;
  top: 0;
  left: calc(-1 * var(--expand));
  bottom: calc(-1 * var(--expand));
  width: calc(var(--expand) + 50% + var(--splitter-size) / 2);
  max-width: calc(var(--expand) + 100%);
  min-width: var(--handle-size);
  padding-left: var(--expand);
  padding-bottom: var(--expand);
  resize: horizontal;
  overflow: hidden;
}

.image-compare img {
  display: block;
  height: 100%;
  user-select: none;
  max-width: initial;
}

.image-compare > img {
  max-width: 100%;
  height: auto;
}

.image-compare span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: var(--expand);
  border-right: var(--splitter-size) solid var(--splitter-color);
}

figure.compare {
  display: flex;
  justify-content: center;
}

.c-compare {
  --h: 9;
  --m: 1rem 0;
  --w: 16;
  --thumb-bgc: grey;
  --thumb-bgc-focus: hsla(50%, 50%, 50%, 0.7);
  --thumb-w: 0.25rem;
  margin: var(--m);
  position: relative;
  margin-block-end: 0;
  margin-bottom: 20px;
}

.c-compare::after {
  content: "";
  display: block;
  padding-bottom: calc(var(--h) / var(--w) * 100%);
}

.c-compare__left,
.c-compare__right {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.c-compare__left {
  clip-path: polygon(0% 0%, var(--value) 0%, var(--value) 100%, 0% 100%);
}

.c-compare__right {
  clip-path: polygon(100% 0%, var(--value) 0%, var(--value) 100%, 100% 100%);
}

.c-compare__range {
  background-color: transparent;
  box-sizing: border-box;
  font-family: inherit;
  margin: 0;
  outline: none;
  position: absolute;
  top: 100%;
  width: 100%;
}

figure figcaption {
  text-align: center;
}

p.c-compare {
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: 250ms linear;
  max-height: 600px;
}
p.c-compare img {
  border-radius: 4px;
}

p.c-compare:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  transition: 250ms linear;
}

.pill {
  background-color: var(--sidneys1-accent-color);
  border: 2px solid var(--sidneys1-accent-color);
  border-radius: 1em;
  color: white;
  padding: 0 0.5ex;
  font-weight: initial;
  font-size: smaller;
  vertical-align: middle;
  margin-right: 1ex;
  margin-bottom: 1ex;
}

.pill.clickable:hover {
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  transition: 250ms linear;
  color: white;
  text-decoration: none;
}

.pill.clickable:visited {
  color: white;
}

.pill.multipart {
  background-color: var(--sidneys1-accent-compliment-color);
  border-color: var(--sidneys1-accent-compliment-color);
}

.pill.review {
  background-color: var(--sidneys1-accent-compliment-color-2);
  border-color: var(--sidneys1-accent-compliment-color-2);
}

.todo {
  background-color: rgba(255, 0, 255, 0.75);
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}

.disabled {
  color: var(--minima-brand-color);
}

@supports (background-clip: text) {
  .shimmer {
    color: transparent;
    background-color: black;
    background: linear-gradient(135deg, var(--minima-text-color) 0%, var(--minima-text-color) 40%, rgb(248, 236, 100) 49%, white 50%, rgb(248, 236, 100) 51%, var(--minima-text-color) 60%, var(--minima-text-color) 100%);
    background-size: 125px 100%;
    background-clip: text;
    animation-name: shimmer;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: var(--minima-text-color);
  }
  @keyframes shimmer {
    0% {
      background-position: top 0 left -130px;
    }
    100% {
      background-position: top 0 right -130px;
    }
  }
}
div.chat {
  max-width: 500px;
  margin: 0 auto;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
div.chat .bubble {
  padding: 0.5rem 1rem;
}

.bubble {
  border-radius: 1rem;
  line-height: 1.25;
  max-width: 75%;
  padding: 0.1rem 0.5rem;
  position: relative;
  word-wrap: break-word;
}
.bubble q::before {
  content: initial;
}
.bubble q::after {
  content: initial;
}
.bubble::before, .bubble::after {
  bottom: -0.1rem;
  content: "";
  height: 1rem;
  position: absolute;
}
.bubble:is(.from-me, .from-them) {
  margin: 0.1rem 0;
  width: fit-content;
}
.bubble.from-me {
  align-self: flex-end;
  justify-self: right;
  background-color: #248bf5;
  color: #fff;
  margin-right: 0.5rem;
}
.bubble.from-me + .bubble.from-me {
  border-top-right-radius: 0.25em;
}
.bubble.from-me:has(+ .from-me) {
  border-bottom-right-radius: 0.25rem;
}
.bubble.from-me:has(+ .from-me)::before {
  display: none;
}
.bubble.from-me:has(+ .from-me)::after {
  display: none;
}
.bubble.from-me:not(:has(+ .from-me)) {
  margin-bottom: 0.75rem;
}
.bubble.from-me::before {
  background: #e5e5ea;
  border-bottom-left-radius: 0.8rem 0.7rem;
  border-left: 1rem solid #248bf5;
  right: -0.5rem;
  width: 0px;
}
.bubble.from-me::after {
  background-color: #fff;
  border-bottom-left-radius: 0.5rem;
  right: -0.5rem;
  width: 0.5rem;
}
.bubble.from-them {
  align-self: flex-start;
  justify-self: left;
  background-color: #e5e5ea;
  color: #000;
  margin-left: 0.5rem;
}
.bubble.from-them + .bubble.from-them {
  border-top-left-radius: 0.25em;
}
.bubble.from-them:has(+ .from-them) {
  border-bottom-left-radius: 0.25rem;
}
.bubble.from-them:has(+ .from-them)::before {
  display: none;
}
.bubble.from-them:has(+ .from-them)::after {
  display: none;
}
.bubble.from-them:not(:has(+ .from-them)) {
  margin-bottom: 0.75rem;
}
.bubble.from-them::before {
  background: #e5e5ea;
  border-bottom-right-radius: 0.8rem 0.7rem;
  border-right: 1rem solid #e5e5ea;
  left: -0.5rem;
  width: 0px;
}
.bubble.from-them::after {
  background-color: var(--minima-background-color);
  border-bottom-right-radius: 0.5rem;
  left: -0.5rem;
  width: 0.5rem;
}

span.blur {
  user-select: none;
  filter: blur(4px);
}

span.redacted {
  user-select: none;
  position: relative;
  color: transparent;
  white-space: nowrap;
}
span.redacted::after {
  font-family: "Solway", system-ui;
  background: black;
  border-radius: 0.1em;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
  color: darkred;
  font-weight: bold;
  text-align: center;
  content: "REDACTED";
  width: 100%;
  height: 1.2em;
  left: 0;
  position: absolute;
  transform: rotate(-1deg) skewY(-5deg) rotate(5deg);
}

.aside-attn {
  border-radius: 5px;
  padding: 0 0.25em;
  transition: 250ms linear;
  border: 1px dashed color-mix(in srgb, var(--minima-brand-color), var(--minima-background-color));
}
.aside-attn::before {
  content: "💭 ";
}

aside {
  opacity: 0.9;
  width: max-content;
  margin: 0 auto;
  padding: 0.5em;
  background-color: var(--sidneys1-sticky-note);
  font-size: smaller;
  color: rgba(var(--minima-text-color), 0.8);
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: 250ms linear;
}
aside :last-child {
  margin-bottom: 0;
}
aside::before {
  content: "💭";
  font-size: 200%;
  float: left;
  margin: 0;
  margin-right: 0.25em;
}

div:has(aside:hover, .aside-attn:hover) .aside-attn {
  background-color: color-mix(in srgb, var(--sidneys1-sticky-note) 90%, var(--minima-background-color));
  border: 1px dashed color-mix(in srgb, var(--minima-brand-color), var(--minima-text-color));
  transition: 250ms linear;
}
div:has(aside:hover, .aside-attn:hover) > aside {
  opacity: 1;
  color: var(--minima-text-color);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  transition: 250ms linear;
}

@media screen and (min-width: 1800px) {
  div:has(> aside) {
    position: relative;
    margin-bottom: 15px;
  }
  div:has(> aside)::before {
    position: absolute;
    left: -1em;
    right: -1em;
    top: -1em;
    bottom: -1em;
    pointer-events: none;
    box-shadow: 0 0 0px 100000px transparent, inset 0 0 10px 5px transparent;
    transition: box-shadow 500ms linear;
    z-index: 1;
    content: "";
  }
  div:has(> aside):has(> aside:hover, .aside-attn:hover)::before {
    box-shadow: 0 0 0px 100000px rgba(0, 0, 0, 0.75), inset 0 0 10px 5px rgba(0, 0, 0, 0.75);
    transition: box-shadow 500ms linear;
  }
  div:has(> aside) > aside {
    position: absolute;
    max-width: calc((100vw - (1200px + 30px * 2)) / 2);
    left: calc(100% + 30px);
    bottom: 0px;
    transition: 250ms linear;
    z-index: 2;
  }
}
@media screen and (1000px <= width <= 1800px) and (orientation: landscape) {
  div:has(> aside)::after {
    content: "";
    clear: both;
    display: block;
  }
  div:has(> aside) p > img {
    max-width: calc(60% - 2em);
  }
  div:has(> aside):has(> aside:hover, .aside-attn:hover) .aside-attn {
    outline: 2px solid rgb(198, 198, 142);
    transition: 250ms linear;
  }
  div:has(> aside):has(> aside:hover, .aside-attn:hover) > aside {
    opacity: 1;
    color: black;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    transition: 250ms linear;
  }
  div:has(> aside) > aside {
    float: right;
    max-width: 40%;
    margin-left: 1em;
    margin-bottom: 1em;
  }
}
@media screen and (width <= 1800px) and (orientation: portrait), screen and (width <= 1000px) {
  div:has(> aside):not(.no-reverse) {
    display: flex;
    flex-direction: column-reverse;
  }
  div:has(> aside)::after {
    content: "";
    clear: both;
    display: block;
  }
  div:has(> aside) p > img {
    max-width: calc(60% - 2em);
  }
  div:has(> aside) > aside {
    max-width: calc(100% - 30px);
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1800px) {
  .rfloat {
    float: right;
    margin: 0 0 15px 1em;
    max-width: 40%;
    min-width: max-content;
  }
  .lfloat {
    float: left;
    margin: 0 1em 15px 0;
    max-width: 40%;
    min-width: max-content;
  }
}
@media screen and (max-width: 1800px) {
  .float-reverse {
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

button.link {
  background: none !important;
  border: none;
  padding: 0 !important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: var(--minima-link-base-color);
  cursor: pointer;
}
button.link:hover {
  text-decoration: underline;
}

/*** Footer customization rules. ***/
/*** Base Minima theme. ***/
:is(.contact-list, .access-list) li a > svg {
  fill: var(--minima-text-color);
  opacity: 0.75;
  transition: opacity 100ms linear;
}
:is(.contact-list, .access-list) li a:hover {
  text-decoration: none;
}
:is(.contact-list, .access-list) li a:hover > svg {
  opacity: 1;
  transition: opacity 100ms linear;
}
:is(.contact-list, .access-list) li a:hover > span {
  text-decoration: underline;
}

.social-media-list > li > a > .svg-icon.grey {
  transition: color 250ms linear;
}
.social-media-list > li:hover > a > .svg-icon.grey {
  color: black;
  transition: color 250ms linear;
}

.access-list {
  text-align: right;
  list-style: none;
  margin-left: 0;
}

.site-desc {
  text-align: center;
  max-width: 600px;
}

.footer-col {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .footer-col-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .footer-col {
    width: unset !important;
  }
  .footer-col:has(.contact-list) {
    grid-column: 1;
    grid-row: 1/3;
  }
  .footer-col:has(.access-list) {
    grid-column: 3;
    grid-row: 1/3;
  }
  .footer-col:has(.social-links) {
    grid-column: 2;
    grid-row: 2;
  }
  .footer-col.site-desc {
    grid-column: 2;
    grid-row: 1;
  }
}
.contact-list,
.access-list {
  min-width: max-content;
}

@media screen and (max-width: 600px) {
  .footer-col-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto;
  }
  .footer-col-wrapper .footer-col {
    width: unset !important;
  }
  .footer-col-wrapper .footer-col:has(.contact-list) {
    grid-column: 1;
    grid-row: 2;
  }
  .footer-col-wrapper .footer-col:has(.access-list) {
    grid-column: 3;
    grid-row: 2;
  }
  .footer-col-wrapper .footer-col:has(.social-links) {
    grid-column: 2;
    grid-row: 2;
  }
  .footer-col-wrapper .footer-col.site-desc {
    grid-column: 1/4;
    grid-row: 1;
  }
}
@media screen and (max-width: 400px) {
  .footer-col-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .footer-col-wrapper .footer-col {
    width: unset !important;
  }
  .footer-col-wrapper .footer-col:has(.contact-list) {
    grid-column: 1;
    grid-row: 2;
  }
  .footer-col-wrapper .footer-col:has(.access-list) {
    grid-column: 2;
    grid-row: 2;
  }
  .footer-col-wrapper .footer-col:has(.social-links) {
    grid-column: 1/3;
    grid-row: 3;
  }
  .footer-col-wrapper .footer-col.site-desc {
    grid-column: 1/3;
    grid-row: 1;
  }
}
.hitcount {
  display: none;
  grid-template-columns: auto auto;
}
.hitcount h2 {
  grid-column: 1/3;
  margin-bottom: 0;
}
.hitcount h3 {
  margin-bottom: 0;
}
.hitcount .hitcount-page::before {
  white-space: pre;
  display: inline-block;
  grid-column: 1;
}
.hitcount .hitcount-total::before {
  white-space: pre;
  display: inline-block;
  grid-column: 2;
}

/*** Syntax highlighting. ***/
.highlight .hll {
  background-color: #49483e;
}

pre.highlight {
  background: #272822;
  color: #f8f8f2;
}

.highlight pre code {
  background: #272822;
}

.highlight .c {
  color: #75715e;
} /* Comment */
.highlight .err {
  color: #960050;
  background-color: #1e0010;
} /* Error */
.highlight .k {
  color: #66d9ef;
} /* Keyword */
.highlight .l {
  color: #ae81ff;
} /* Literal */
.highlight .n {
  color: #f8f8f2;
} /* Name */
.highlight .o {
  color: #f92672;
} /* Operator */
.highlight .p {
  color: #f8f8f2;
} /* Punctuation */
.highlight .ch {
  color: #75715e;
} /* Comment.Hashbang */
.highlight .cm {
  color: #75715e;
} /* Comment.Multiline */
.highlight .cp {
  color: #75715e;
} /* Comment.Preproc */
.highlight .cpf {
  color: #75715e;
} /* Comment.PreprocFile */
.highlight .c1 {
  color: #75715e;
} /* Comment.Single */
.highlight .cs {
  color: #75715e;
} /* Comment.Special */
.highlight .gd {
  color: #f92672;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gi {
  color: #a6e22e;
} /* Generic.Inserted */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #75715e;
} /* Generic.Subheading */
.highlight .kc {
  color: #66d9ef;
} /* Keyword.Constant */
.highlight .kd {
  color: #66d9ef;
} /* Keyword.Declaration */
.highlight .kn {
  color: #f92672;
} /* Keyword.Namespace */
.highlight .kp {
  color: #66d9ef;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #66d9ef;
} /* Keyword.Reserved */
.highlight .kt {
  color: #66d9ef;
} /* Keyword.Type */
.highlight .ld {
  color: #e6db74;
} /* Literal.Date */
.highlight .m {
  color: #ae81ff;
} /* Literal.Number */
.highlight .s {
  color: #e6db74;
} /* Literal.String */
.highlight .na {
  color: #a6e22e;
} /* Name.Attribute */
.highlight .nb {
  color: #f8f8f2;
} /* Name.Builtin */
.highlight .nc {
  color: #a6e22e;
} /* Name.Class */
.highlight .no {
  color: #66d9ef;
} /* Name.Constant */
.highlight .nd {
  color: #a6e22e;
} /* Name.Decorator */
.highlight .ni {
  color: #f8f8f2;
} /* Name.Entity */
.highlight .ne {
  color: #a6e22e;
} /* Name.Exception */
.highlight .nf {
  color: #a6e22e;
} /* Name.Function */
.highlight .nl {
  color: #f8f8f2;
} /* Name.Label */
.highlight .nn {
  color: #f8f8f2;
} /* Name.Namespace */
.highlight .nx {
  color: #a6e22e;
} /* Name.Other */
.highlight .py {
  color: #f8f8f2;
} /* Name.Property */
.highlight .nt {
  color: #f92672;
} /* Name.Tag */
.highlight .nv {
  color: #f8f8f2;
} /* Name.Variable */
.highlight .ow {
  color: #f92672;
} /* Operator.Word */
.highlight .w {
  color: #f8f8f2;
} /* Text.Whitespace */
.highlight .mb {
  color: #ae81ff;
} /* Literal.Number.Bin */
.highlight .mf {
  color: #ae81ff;
} /* Literal.Number.Float */
.highlight .mh {
  color: #ae81ff;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #ae81ff;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #ae81ff;
} /* Literal.Number.Oct */
.highlight .sa {
  color: #e6db74;
} /* Literal.String.Affix */
.highlight .sb {
  color: #e6db74;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #e6db74;
} /* Literal.String.Char */
.highlight .dl {
  color: #e6db74;
} /* Literal.String.Delimiter */
.highlight .sd {
  color: #e6db74;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #e6db74;
} /* Literal.String.Double */
.highlight .se {
  color: #ae81ff;
} /* Literal.String.Escape */
.highlight .sh {
  color: #e6db74;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #e6db74;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #e6db74;
} /* Literal.String.Other */
.highlight .sr {
  color: #e6db74;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #e6db74;
} /* Literal.String.Single */
.highlight .ss {
  color: #e6db74;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #f8f8f2;
} /* Name.Builtin.Pseudo */
.highlight .fm {
  color: #a6e22e;
} /* Name.Function.Magic */
.highlight .vc {
  color: #f8f8f2;
} /* Name.Variable.Class */
.highlight .vg {
  color: #f8f8f2;
} /* Name.Variable.Global */
.highlight .vi {
  color: #f8f8f2;
} /* Name.Variable.Instance */
.highlight .vm {
  color: #f8f8f2;
} /* Name.Variable.Magic */
.highlight .il {
  color: #ae81ff;
} /* Literal.Number.Integer.Long */
:root {
  color-scheme: light dark;
}

body {
  display: block;
}

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