@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

:root {
  /* New Accessible Color Palette */
  /* Primary Colors */
  --primary-900: #1a365d; /* Deep blue - headings, important elements */
  --primary-700: #2b77ad; /* Medium blue - links, accents */
  --primary-500: #4299e1; /* Standard blue */
  --primary-300: #63b3ed; /* Light blue - sidebar links */
  --primary-100: #bee3f8; /* Very light blue */
  /* Success/Accent */
  --success-600: #38a169; /* Green - success, code highlights */
  --success-400: #68d391; /* Light green - code strings */
  /* Warning */
  --warning-500: #d69e2e; /* Amber - attention */
  --warning-100: #fef5e7; /* Light amber background */
  /* Neutral Scale */
  --gray-900: #1a202c; /* Near black - main text */
  --gray-800: #2d3748; /* Dark blue-gray - sidebar bg */
  --gray-700: #4a5568; /* Medium gray - secondary text */
  --gray-600: #718096; /* Medium-light gray */
  --gray-500: #a0aec0; /* Light gray - comments */
  --gray-400: #cbd5e0; /* Very light gray */
  --gray-300: #e2e8f0; /* Light border */
  --gray-200: #edf2f7; /* Very light background */
  --gray-100: #f7fafc; /* Surface color */
  --gray-50: #ffffff; /* Pure white */
  /* Semantic Colors */
  --text-primary: var(--gray-900);
  --text-secondary: var(--gray-700);
  --text-muted: var(--gray-500);
  --text-inverse: var(--gray-300);
  --bg-primary: var(--gray-50);
  --bg-secondary: var(--gray-100);
  --bg-sidebar: var(--gray-800);
  --bg-code: var(--gray-900);
  --border-light: var(--gray-300);
  --border-medium: var(--gray-400);
  /* Typography */
  --body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --body-font-size: 16px;
  --body-line-height: 1.7;
  --content-width: 65ch;
  --body-color: var(--text-primary);
  --body-bg: var(--bg-primary);
  /* Links */
  --link-color: var(--primary-700);
  --link-hover-color: var(--primary-900);
  --link-sidebar: var(--primary-300);
  --link-sidebar-hover: var(--gray-50);
  /* Headings */
  --heading-color: var(--primary-900);
  --heading-font-weight: 600;
  /* Components */
  --border-color: var(--border-light);
  --border-radius: .375rem;
  /* Code */
  --code-font: "SF Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --code-color: #d73a49; /* Bright red for inline code */
  --code-bg: #f6f8fa; /* Light gray background for inline code */
  --code-block-bg: #0d1117; /* Very dark background for code blocks */
  --code-block-color: #e6edf3; /* Light text for code blocks */
  /* Spacing */
  --spacer: 1rem;
  --spacer-2: calc(var(--spacer) * 1.5);
  --spacer-3: calc(var(--spacer) * 3);
  /* Post meta */
  --post-date-color: var(--text-secondary);
}

/* System dark mode preference - this only applies when the theme is 'auto' */
@media (prefers-color-scheme: dark) {
  :root[data-theme=auto] {
    --text-primary: var(--gray-300);
    --text-secondary: var(--gray-400);
    --text-muted: var(--gray-500);
    --bg-primary: var(--gray-900);
    --bg-secondary: var(--gray-800);
    --body-color: var(--text-primary);
    --body-bg: var(--bg-primary);
    --heading-color: var(--gray-50);
    --link-color: var(--primary-300);
    --link-hover-color: var(--primary-100);
    --border-color: rgba(255,255,255,.15);
    --border-light: var(--gray-600);
    --code-color: #ff7b72; /* Coral for dark mode inline code */
    --code-bg: var(--gray-800); /* Dark background for inline code */
    --code-block-bg: var(--gray-900);
    --post-date-color: var(--text-secondary);
  }
}
/* Dark theme - applied when data-theme="dark" */
:root[data-theme=dark] {
  --text-primary: var(--gray-300);
  --text-secondary: var(--gray-400);
  --text-muted: var(--gray-500);
  --bg-primary: var(--gray-900);
  --bg-secondary: var(--gray-800);
  --body-color: var(--text-primary);
  --body-bg: var(--bg-primary);
  --heading-color: var(--gray-50);
  --link-color: var(--primary-300);
  --link-hover-color: var(--primary-100);
  --border-color: rgba(255,255,255,.15);
  --border-light: var(--gray-600);
  --code-color: #ff7b72; /* Coral for dark mode inline code */
  --code-bg: var(--gray-800); /* Dark background for inline code */
  --code-block-bg: var(--gray-900);
  --post-date-color: var(--text-secondary);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  color: var(--body-color);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  color: var(--link-color);
}
a:hover, a:focus {
  color: var(--link-hover-color);
}
a strong {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  margin-bottom: var(--spacer);
  border-radius: var(--border-radius);
}

table {
  margin-bottom: 1rem;
  width: 100%;
  border: 0 solid var(--border-color);
  border-collapse: collapse;
}

td,
th {
  padding: 0.25rem 0.5rem;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}

th {
  text-align: left;
}

thead th {
  border-bottom-color: currentColor;
}

mark {
  padding: 0.15rem;
  background-color: var(--yellow-100);
  border-radius: 0.125rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--heading-color);
}

h1 {
  font-size: 2rem;
}

h2 {
  margin-top: 1rem;
  font-size: 1.5rem;
}

h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}

h4, h5, h6 {
  margin-top: 1rem;
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul, ol, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
}

hr {
  position: relative;
  margin: var(--spacer-2) 0;
  border: 0;
  border-top: 1px solid var(--border-color);
}

abbr {
  font-size: 85%;
  font-weight: bold;
  color: var(--gray-600);
  text-transform: uppercase;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted var(--border-color);
}

blockquote {
  padding: 0.5rem 1rem;
  margin: 0.8rem 0;
  color: var(--gray-500);
  border-left: 0.25rem solid var(--border-color);
}
blockquote p:last-child {
  margin-bottom: 0;
}
@media (min-width: 30em) {
  blockquote {
    padding-right: 5rem;
    padding-left: 1.25rem;
  }
}

figure {
  margin: 0;
}

a[href^="#fn:"],
a[href^="#fnref:"] {
  display: inline-block;
  margin-left: 0.1rem;
  font-weight: bold;
}

.footnotes {
  margin-top: 2rem;
  font-size: 85%;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* Solarized Light 
For use with Jekyll and Pygments
http://ethanschoonover.com/solarized
SOLARIZED HEX      ROLE
--------- -------- ------------------------------------------
base01    #586e75  body text / default code / primary content
base1     #93a1a1  comments / secondary content
base3     #fdf6e3  background
orange    #cb4b16  constants
red       #dc322f  regex, special keywords
blue      #268bd2  reserved keywords
cyan      #2aa198  strings, numbers
green     #859900  operators, other keywords
*/
.highlight {
  background-color: #fdf6e3;
  color: #586e75;
}

.highlight .c {
  color: #93a1a1;
} /* Comment */
.highlight .err {
  color: #586e75;
} /* Error */
.highlight .g {
  color: #586e75;
} /* Generic */
.highlight .k {
  color: #859900;
} /* Keyword */
.highlight .l {
  color: #586e75;
} /* Literal */
.highlight .n {
  color: #586e75;
} /* Name */
.highlight .o {
  color: #859900;
} /* Operator */
.highlight .x {
  color: #cb4b16;
} /* Other */
.highlight .p {
  color: #586e75;
} /* Punctuation */
.highlight .cm {
  color: #93a1a1;
} /* Comment.Multiline */
.highlight .cp {
  color: #859900;
} /* Comment.Preproc */
.highlight .c1 {
  color: #93a1a1;
} /* Comment.Single */
.highlight .cs {
  color: #859900;
} /* Comment.Special */
.highlight .gd {
  color: #2aa198;
} /* Generic.Deleted */
.highlight .ge {
  color: #586e75;
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #dc322f;
} /* Generic.Error */
.highlight .gh {
  color: #cb4b16;
} /* Generic.Heading */
.highlight .gi {
  color: #859900;
} /* Generic.Inserted */
.highlight .go {
  color: #586e75;
} /* Generic.Output */
.highlight .gp {
  color: #586e75;
} /* Generic.Prompt */
.highlight .gs {
  color: #586e75;
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #cb4b16;
} /* Generic.Subheading */
.highlight .gt {
  color: #586e75;
} /* Generic.Traceback */
.highlight .kc {
  color: #cb4b16;
} /* Keyword.Constant */
.highlight .kd {
  color: #268bd2;
} /* Keyword.Declaration */
.highlight .kn {
  color: #859900;
} /* Keyword.Namespace */
.highlight .kp {
  color: #859900;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #268bd2;
} /* Keyword.Reserved */
.highlight .kt {
  color: #dc322f;
} /* Keyword.Type */
.highlight .ld {
  color: #586e75;
} /* Literal.Date */
.highlight .m {
  color: #2aa198;
} /* Literal.Number */
.highlight .s {
  color: #2aa198;
} /* Literal.String */
.highlight .na {
  color: #586e75;
} /* Name.Attribute */
.highlight .nb {
  color: #B58900;
} /* Name.Builtin */
.highlight .nc {
  color: #268bd2;
} /* Name.Class */
.highlight .no {
  color: #cb4b16;
} /* Name.Constant */
.highlight .nd {
  color: #268bd2;
} /* Name.Decorator */
.highlight .ni {
  color: #cb4b16;
} /* Name.Entity */
.highlight .ne {
  color: #cb4b16;
} /* Name.Exception */
.highlight .nf {
  color: #268bd2;
} /* Name.Function */
.highlight .nl {
  color: #586e75;
} /* Name.Label */
.highlight .nn {
  color: #586e75;
} /* Name.Namespace */
.highlight .nx {
  color: #586e75;
} /* Name.Other */
.highlight .py {
  color: #586e75;
} /* Name.Property */
.highlight .nt {
  color: #268bd2;
} /* Name.Tag */
.highlight .nv {
  color: #268bd2;
} /* Name.Variable */
.highlight .ow {
  color: #859900;
} /* Operator.Word */
.highlight .w {
  color: #586e75;
} /* Text.Whitespace */
.highlight .mf {
  color: #2aa198;
} /* Literal.Number.Float */
.highlight .mh {
  color: #2aa198;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #2aa198;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #2aa198;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #93a1a1;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #2aa198;
} /* Literal.String.Char */
.highlight .sd {
  color: #586e75;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #2aa198;
} /* Literal.String.Double */
.highlight .se {
  color: #cb4b16;
} /* Literal.String.Escape */
.highlight .sh {
  color: #586e75;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #2aa198;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #2aa198;
} /* Literal.String.Other */
.highlight .sr {
  color: #dc322f;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #2aa198;
} /* Literal.String.Single */
.highlight .ss {
  color: #2aa198;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #268bd2;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #268bd2;
} /* Name.Variable.Class */
.highlight .vg {
  color: #268bd2;
} /* Name.Variable.Global */
.highlight .vi {
  color: #268bd2;
} /* Name.Variable.Instance */
.highlight .il {
  color: #2aa198;
} /* Literal.Number.Integer.Long */
div.highlighter-rouge {
  width: 100vw;
  position: relative;
  right: 150px;
  margin: 40px 0;
}

.highlight {
  background-color: #f4f4f4;
}

div.highlight {
  padding: 30px 150px;
}

pre.highlight, code {
  font-family: "Consolas", Menlo, monospace;
  line-height: 1.4em;
  tab-size: 4;
  color: var(--code-color);
  background-color: var(--code-bg);
}

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

code {
  font-size: 87%;
  color: var(--code-color);
  background-color: var(--code-bg);
  padding: 0.2rem 0.4rem;
  border-radius: 0.3rem;
  font-weight: 500;
  border: 1px solid var(--border-light);
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: var(--spacer-3);
  overflow: auto;
}

.highlight {
  padding: var(--spacer-2);
  margin-bottom: var(--spacer-2);
  background-color: var(--code-block-bg);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-light);
  overflow-x: auto;
}
.highlight pre {
  margin-bottom: 0;
  color: var(--code-block-color);
  background: transparent;
}
.highlight code {
  background: transparent;
  color: #e6edf3;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  border: none;
}
.highlight .highlight {
  padding: 0;
  border: none;
  margin-bottom: 0;
}

.rouge-table {
  margin-bottom: 0;
  font-size: 100%;
}
.rouge-table,
.rouge-table td,
.rouge-table th {
  border: 0;
}
.rouge-table .gutter {
  vertical-align: top;
  user-select: none;
  opacity: 0.25;
}

.gist .markdown-body {
  padding: 15px !important;
}

.container {
  max-width: 45rem;
  padding-left: var(--spacer-2);
  padding-right: var(--spacer-2);
  margin-left: auto;
  margin-right: auto;
}

footer {
  margin-top: var(--spacer-3);
  margin-bottom: var(--spacer-3);
}

.masthead {
  padding-top: var(--spacer);
  padding-bottom: var(--spacer);
  margin-bottom: var(--spacer-3);
}

.masthead-title {
  margin-bottom: 0;
}
.masthead-title a {
  color: inherit;
  text-decoration: none;
}
.masthead-title small {
  font-weight: 400;
  opacity: 0.5;
}

.page,
.post {
  margin-bottom: 4em;
}
.page li + li,
.post li + li {
  margin-top: 0.25rem;
}

.page-title,
.post-title {
  color: var(--heading-color);
}

.page-title,
.post-title {
  margin-top: 0;
}

.post-title a {
  color: inherit;
  text-decoration: none;
}
.post-title a:hover, .post-title a:focus {
  text-decoration: underline;
}

.post-date {
  display: block;
  margin-top: -0.5rem;
  margin-bottom: var(--spacer);
  color: var(--post-date);
}

.related {
  padding-top: var(--spacer-2);
  padding-bottom: var(--spacer-2);
  margin-bottom: var(--spacer-2);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.related-posts {
  padding-left: 0;
  list-style: none;
}
.related-posts h3 {
  margin-top: 0;
}
.related-posts a {
  text-decoration: none;
}
.related-posts a small {
  color: var(--gray-600);
}

.pagination {
  display: flex;
  margin: 0 -1.5rem var(--spacer);
  color: var(--gray-500);
  text-align: center;
  align-items: center;
  justify-content: center;
}

.pagination-item {
  display: block;
  padding: var(--spacer);
  text-decoration: none;
  border: solid var(--border-color);
  border-width: 1px 0;
}
.pagination-item:first-child {
  margin-bottom: -1px;
}

a.pagination-item:hover {
  background-color: var(--border-color);
}

@media (min-width: 30em) {
  .pagination {
    margin: var(--spacer-3) 0;
  }
  .pagination-item {
    float: left;
    width: 50%;
    border-width: 1px;
  }
  .pagination-item:first-child {
    margin-bottom: 0;
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
  }
  .pagination-item:last-child {
    margin-left: -1px;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
  }
}
.message {
  padding: var(--spacer);
  margin-bottom: var(--spacer);
  color: var(--gray-900);
  background-color: var(--yellow-100);
  border-radius: var(--border-radius);
}

#markdown-toc {
  padding: var(--spacer-2) var(--spacer-3);
  margin-bottom: var(--spacer-2);
  border: solid var(--border-color);
  border-width: 1px 0;
}
#markdown-toc::before {
  display: block;
  margin-left: calc(var(--spacer-3) * -1);
  content: "Contents";
  font-size: 85%;
  font-weight: 500;
}

.colors {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.colors dt {
  width: 3rem;
  height: 3rem;
  border-radius: var(--border-radius);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}
.colors dd {
  margin-left: var(--spacer);
}

*, *:before, *:after {
  box-sizing: border-box;
}

img, embed, object, video {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  font-weight: var(--heading-font-weight);
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

h1 {
  font-size: 2.5rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2rem;
  border-bottom: 2px solid var(--border-light);
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 1.25rem;
  color: var(--text-primary);
}

h5, h6 {
  font-size: 1rem;
  color: var(--text-secondary);
  font-weight: 700;
}

p {
  margin-bottom: 1.25rem;
  color: var(--text-primary);
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--link-color);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}
a:hover, a:focus {
  color: var(--link-hover-color);
  border-bottom-color: var(--link-hover-color);
  outline: none;
}
a:focus {
  outline: 2px solid var(--primary-300);
  outline-offset: 2px;
  border-radius: 2px;
}

ul, ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
ul li, ol li {
  margin-bottom: 0.5rem;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid var(--primary-700);
  background-color: var(--bg-secondary);
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
blockquote p {
  margin-bottom: 0.75rem;
  color: var(--text-secondary);
  font-style: italic;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}
blockquote cite:before {
  content: "— ";
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5rem;
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
  overflow: hidden;
}

th, td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--border-light);
}

th {
  background-color: var(--bg-secondary);
  font-weight: 600;
  color: var(--heading-color);
}

tbody tr:hover {
  background-color: var(--bg-secondary);
}

dt {
  font-weight: 600;
  color: var(--heading-color);
  margin-top: 1rem;
}

dd {
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.text-muted {
  color: var(--text-muted) !important;
}

.text-small {
  font-size: 0.875rem;
}

.text-large {
  font-size: 1.125rem;
}

.post-date {
  color: var(--post-date-color);
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.post-content {
  font-size: 1rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .post-content {
    font-size: 1.125rem;
  }
}

.content p, .content li {
  max-width: 70ch;
}

.highlight .c, .highlight .cm, .highlight .cp, .highlight .c1, .highlight .cs {
  color: #8b949e;
  font-style: italic;
}
.highlight .k, .highlight .kc, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kt {
  color: #ff7b72;
  font-weight: 500;
}
.highlight .s, .highlight .s1, .highlight .s2, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx {
  color: #a5d6ff;
}
.highlight .na, .highlight .nc, .highlight .nd, .highlight .ne, .highlight .nf, .highlight .nl, .highlight .nn, .highlight .nt {
  color: #79c0ff;
}
.highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo {
  color: #79c0ff;
}
.highlight .o, .highlight .ow {
  color: #ff7b72;
}
.highlight .p {
  color: #e6edf3;
}
.highlight .vi, .highlight .vg, .highlight .il {
  color: #ffa657;
}
.highlight .g {
  color: #e6edf3;
}
.highlight .gd {
  color: #ffa198;
  background-color: rgba(248, 81, 73, 0.15);
}
.highlight .gi {
  color: #56d364;
  background-color: rgba(46, 160, 67, 0.15);
}
.highlight .gh {
  color: #79c0ff;
  font-weight: 600;
}
.highlight .gu {
  color: #8b949e;
}
.highlight .err {
  color: #ffa198;
  background-color: rgba(248, 81, 73, 0.15);
}
.highlight .language-javascript .nx, .highlight .language-js .nx {
  color: #e6edf3;
}
.highlight .language-javascript .kr, .highlight .language-js .kr {
  color: #ff7b72;
}
.highlight .language-javascript .kd, .highlight .language-js .kd {
  color: #ff7b72;
}
.highlight .language-css .nc {
  color: #79c0ff;
}
.highlight .language-css .nt {
  color: #7ee787;
}
.highlight .language-css .nd {
  color: #d2a8ff;
}
.highlight .language-html .nt {
  color: #7ee787;
}
.highlight .language-html .na {
  color: #79c0ff;
}
.highlight .language-bash .nb, .highlight .language-shell .nb {
  color: #79c0ff;
}
.highlight .language-bash .nv, .highlight .language-shell .nv {
  color: #79c0ff;
}
.highlight .language-bash .w, .highlight .language-shell .w {
  color: #e6edf3;
}
.highlight .language-yaml .na, .highlight .language-yml .na {
  color: #79c0ff;
}
.highlight .language-json .nt {
  color: #79c0ff;
}
.highlight .gp {
  color: #8b949e;
}
.highlight .go {
  color: #e6edf3;
}

.rouge-table .gutter {
  color: var(--gray-500);
  border-right: 1px solid var(--gray-600);
  padding-right: 1rem;
}
.rouge-table .gutter .lineno {
  color: inherit;
}
.rouge-table .code {
  padding-left: 1rem;
}

.red {
  background-color: orangered;
}

.blue {
  background-color: lightblue;
}

.black {
  background-color: #111;
}

.purple {
  background-color: rebeccapurple;
}

.green {
  background-color: mediumseagreen;
}

html {
  font-family: var(--body-font);
  line-height: var(--body-line-height);
}

@media (min-width: 48em) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 58em) {
  html {
    font-size: 18px;
  }
}
/*
 * Sidebar
 *
 * Flexible banner for housing site name, intro, and "footer" content. Starts
 * out above content in mobile and later moves to the side with wider viewports.
 */
.sidebar {
  text-align: center;
  padding: 2rem 1rem;
  color: var(--text-inverse);
  background-color: var(--bg-sidebar) !important;
  background-image: none !important;
  border-right: 1px solid var(--border-light);
}

@media (min-width: 48em) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 18rem;
    text-align: left;
  }
}
/* Sidebar links */
.sidebar a {
  color: var(--link-sidebar);
  text-decoration: none;
  transition: color 0.2s ease;
}
.sidebar a:hover, .sidebar a:focus {
  color: var(--link-sidebar-hover);
  text-decoration: none;
}

/* Improve tagline contrast */
.sidebar .lead {
  color: var(--link-sidebar-hover);
  font-weight: 400;
}

/* About section */
.sidebar-about h1 {
  color: var(--link-sidebar-hover);
  margin-top: 0;
  font-family: "Abril Fatface", serif;
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

/* Sidebar nav */
.sidebar-nav {
  margin-bottom: 1rem;
}

.sidebar-nav-item {
  display: block;
  line-height: 1.75;
}

a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
  text-decoration: underline;
}

.sidebar-nav-item.active {
  font-weight: bold;
}

/* Sticky sidebar
 *
 * Add the `sidebar-sticky` class to the sidebar's container to affix it the
 * contents to the bottom of the sidebar in tablets and up.
 */
@media (min-width: 48em) {
  .sidebar-sticky {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
}
/* Container
 *
 * Align the contents of the site above the proper threshold with some margin-fu
 * with a 25%-wide `.sidebar`.
 */
.content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  max-width: var(--content-width);
  margin: 0 auto;
}

@media (min-width: 48em) {
  .content {
    max-width: 38rem;
    margin-left: 20rem;
    margin-right: 2rem;
  }
}
@media (min-width: 64em) {
  .content {
    margin-left: 22rem;
    margin-right: 4rem;
  }
}
/*
 * Reverse layout
 *
 * Flip the orientation of the page by placing the `.sidebar` on the right.
 */
@media (min-width: 48em) {
  .layout-reverse .sidebar {
    left: auto;
    right: 0;
  }
  .layout-reverse .content {
    margin-left: 2rem;
    margin-right: 20rem;
  }
}
@media (min-width: 64em) {
  .layout-reverse .content {
    margin-left: 4rem;
    margin-right: 22rem;
  }
}
/*
 * Themes
 *
 * As of v1.1, Hyde includes optional themes to color the sidebar and links
 * within blog posts. To use, add the class of your choosing to the `body`.
 */
/* Base16 (http://chriskempson.github.io/base16/#default) */
/* Red */
.theme-base-08 .sidebar {
  background-color: #ac4142;
}

.theme-base-08 .content a,
.theme-base-08 .related-posts li a:hover {
  color: #ac4142;
}

/* Orange */
.theme-base-09 .sidebar {
  background-color: #d28445;
}

.theme-base-09 .content a,
.theme-base-09 .related-posts li a:hover {
  color: #d28445;
}

/* Yellow */
.theme-base-0a .sidebar {
  background-color: #f4bf75;
}

.theme-base-0a .content a,
.theme-base-0a .related-posts li a:hover {
  color: #f4bf75;
}

/* Green */
.theme-base-0b .sidebar {
  background-color: #90a959;
}

.theme-base-0b .content a,
.theme-base-0b .related-posts li a:hover {
  color: #90a959;
}

/* Cyan */
.theme-base-0c .sidebar {
  background-color: #75b5aa;
}

.theme-base-0c .content a,
.theme-base-0c .related-posts li a:hover {
  color: #75b5aa;
}

/* Blue */
.theme-base-0d .sidebar {
  background-color: #6a9fb5;
}

.theme-base-0d .content a,
.theme-base-0d .related-posts li a:hover {
  color: #6a9fb5;
}

/* Magenta */
.theme-base-0e .sidebar {
  background-color: #aa759f;
}

.theme-base-0e .content a,
.theme-base-0e .related-posts li a:hover {
  color: #aa759f;
}

/* Brown */
.theme-base-0f .sidebar {
  background-color: #8f5536;
}

.theme-base-0f .content a,
.theme-base-0f .related-posts li a:hover {
  color: #8f5536;
}

.texture-black {
  background-image: url("/assets/textures/black.jpg");
}
.texture-black h2 {
  color: #999;
}

.texture-blue {
  background-image: url("/assets/textures/blue.jpg");
}
.texture-blue h2 {
  color: #ddd;
}
.texture-blue .social i:hover {
  color: #eee;
}

.texture-red {
  background-image: url("/assets/textures/red.jpg");
}

.texture-purple {
  background-image: url("/assets/textures/purple.jpg");
}

.texture-green {
  background-image: url("/assets/textures/green.jpg");
}
.texture-green .post-date {
  color: #ccc;
}

.texture-red h2,
.texture-purple h2 {
  color: #ccc;
}
.texture-red .social i,
.texture-purple .social i {
  color: #ddd;
}
.texture-red .social i:hover,
.texture-purple .social i:hover {
  color: rgb(238.85, 238.85, 238.85);
}
.texture-red .post-date,
.texture-purple .post-date {
  color: #ddd;
}

.sidebar-about .social {
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-about .social li {
  color: #fff;
  float: left;
}
.sidebar-about .social li svg {
  margin-right: 15px;
  width: 26px;
  transition: color 0.3s;
}
@media screen and (min-width: 320px) {
  .sidebar-about .social li svg {
    width: calc(26px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .sidebar-about .social li svg {
    width: 34px;
  }
}
.sidebar-about .social li svg:hover {
  color: var(--gray-900);
}
@media (min-width: 48em) {
  .sidebar-about .social {
    justify-content: left;
  }
}

#show-comments-button {
  background-color: #2353A7;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  font-size: 20px;
  margin: 0px 0px;
  width: 100%;
}

.share-page {
  padding: var(--spacer-2) 0;
}

.share-links a {
  margin: 0 0.2em;
}

.social-icons a,
.share-links a {
  color: var(--heading-color);
  font-size: var(--body-font-size);
  font-weight: 400;
  background-image: none;
  text-decoration: none;
}

.share-links a:hover {
  opacity: 0.88;
}

/* Sidebar Footer */
.sidebar-footer {
  margin-top: 2rem;
}

.sidebar-footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.sidebar-footer-links a,
.sidebar-footer-links button {
  color: var(--link-sidebar);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.sidebar-footer-links a:hover,
.sidebar-footer-links button:hover {
  color: var(--link-sidebar-hover);
}

.copyright {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0;
}

/* Theme Toggle Buttons */
.theme-toggles {
  display: flex;
  gap: 0.5rem;
}

.theme-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  transition: all 0.2s ease;
  color: var(--link-sidebar);
}

.theme-toggle:hover {
  color: var(--link-sidebar-hover);
  background-color: rgba(255, 255, 255, 0.1);
}

.theme-toggle.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--link-sidebar-hover);
  font-weight: bold;
}

/* Theme-aware styles */
[data-theme=dark] {
  --text-primary: var(--gray-300);
  --text-secondary: var(--gray-400);
  --text-muted: var(--gray-500);
  --bg-primary: var(--gray-900);
  --bg-secondary: var(--gray-800);
  --body-color: var(--text-primary);
  --body-bg: var(--bg-primary);
  --heading-color: var(--gray-50);
  --link-color: var(--primary-300);
  --link-hover-color: var(--primary-100);
  --border-color: rgba(255,255,255,.15);
  --border-light: var(--gray-600);
  /* Force dark mode styles to make them more noticeable */
  background-color: var(--gray-900) !important;
  color: var(--gray-300) !important;
}

body {
  color: var(--body-color);
  background-color: var(--body-bg);
  /* Transition for smooth theme switching */
  transition: color 0.3s ease, background-color 0.3s ease;
}

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