/**
 * 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 var(--body-font-size)/var(--body-line-height) -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -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;
}

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

/**
 * `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: var(--body-font-size);
}

/**
 * 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: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
}
a:hover {
  color: #2a7ae2;
  text-decoration: none;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: none;
}

/**
 * Blockquotes
 */
blockquote {
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: calc(var(--body-font-size) * 0.95);
  border: 1px solid var(--code-border-color);
  border-radius: 4px;
  background-color: var(--code-bg);
  color: inherit;
}

code {
  padding: 1px 5px;
}

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

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

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

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: inherit;
  border-collapse: collapse;
  border: 1px solid var(--border-color);
}
table tr:nth-child(even) {
  background-color: color-mix(in oklab, var(--surface-color), var(--text-color) 4%);
}
table th, table td {
  padding: 10px 15px;
  border: 1px solid var(--border-color);
}
table th {
  background-color: color-mix(in oklab, var(--surface-color), var(--text-color) 2%);
  border-bottom-color: var(--border-color);
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid rgb(66.25, 66.25, 66.25);
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative;
}

.site-title {
  /* @include relative-font-size(1.625); */
  font-weight: 300;
  line-height: 54px;
  letter-spacing: normal;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(66.25, 66.25, 66.25);
}
@media screen and (max-width: 600px) {
  .site-title {
    line-height: 55.95px;
  }
}

.site-nav {
  float: right;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    width: 36px;
    height: 36px;
    margin-left: auto;
    z-index: 2;
    cursor: pointer;
    background: transparent;
    border: none;
  }
  .site-nav label[for=nav-trigger]:focus-visible {
    outline: 2px solid var(--focus-ring-color);
    outline-offset: 2px;
  }
  .site-nav .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding: 0;
    color: inherit;
  }
  .site-nav .menu-icon > svg {
    fill: none;
    stroke: currentColor;
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
  .site-nav .page-link {
    margin-left: 20px;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.footer-heading {
  /* @include relative-font-size(1.125); */
  margin-bottom: 15px;
}

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

.footer-col-wrapper {
  /* @include relative-font-size(0.9375); */
  color: #828282;
  margin-left: -15px;
}

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

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

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

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

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  /* @include relative-font-size(2); */
}

.post-list-heading {
  /* @include relative-font-size(1.75); */
}

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

.post-meta {
  font-size: var(--body-font-size);
  color: #828282;
}

.post-link {
  display: block;
  /* @include relative-font-size(1.5); */
}

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

.post-title {
  letter-spacing: normal;
  line-height: 1.1;
}

.post-content {
  margin-bottom: 30px;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: var(--code-bg);
}
.highlighter-rouge .highlight {
  background: var(--code-bg);
}
.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;
}

/* Fonts */
/* Add local Helvetica Neue fonts */
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/helvetica-neue/HelveticaNeueRoman.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/helvetica-neue/HelveticaNeueItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/helvetica-neue/HelveticaNeueBold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/helvetica-neue/HelveticaNeueBoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/helvetica-neue/HelveticaNeueLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/helvetica-neue/HelveticaNeueLightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/helvetica-neue/HelveticaNeueMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/helvetica-neue/HelveticaNeueMediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
/* Override font family while keeping other styles */
body {
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
}

/* Make site title bolder */
.site-title {
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  /* font-size: var(--body-font-size); */
  font-weight: 500; /* Using the Medium weight we defined */
}

/* Use normal weight (400) for headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  position: relative;
  padding-left: 0;
  margin-left: 0;
}

h1::before,
h2::before,
h3::before,
h4::before,
h5::before,
h6::before {
  position: absolute;
  left: -2.4ch;
  width: 2ch;
  text-align: right;
  color: var(--text-muted-color);
  font-weight: 400;
  content: "#";
}

.heading-anchor {
  color: inherit;
  text-decoration: none;
}

.heading-anchor:hover,
.heading-anchor:focus {
  text-decoration: none;
}

.site-nav .menu-icon > svg {
  fill: none !important;
  stroke: var(--text-color);
}

/* Visual style for generated heading numbers */
.heading-number {
  color: var(--text-muted-color);
  margin-right: 0.35rem;
}

/* Tooltip styles */
.ui-tooltip {
  z-index: 9999;
  background-color: var(--surface-color);
  color: var(--text-color);
  border: 1px solid var(--border-color);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 0.4rem 0.55rem;
  border-radius: 0.5rem;
  font-size: calc(var(--body-font-size) * 0.92);
  line-height: 1.3;
}

.ui-tooltip[data-placement=top]::after,
.ui-tooltip[data-placement=bottom]::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.ui-tooltip[data-placement=top]::after {
  bottom: -6px;
  border-top: 6px solid var(--surface-color);
}

.ui-tooltip[data-placement=bottom]::after {
  top: -6px;
  border-bottom: 6px solid var(--surface-color);
}

.post-header {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.post-header-title-row {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  flex-wrap: wrap;
}

/* Push the copy button to the far right on the title row and align its baseline */
.post-header-title-row .copy-markdown {
  margin-left: auto;
  align-self: baseline;
}

.post-header-title-row .post-title {
  flex: 1 1 auto;
  margin: 0;
}

.log-title {
  margin: 0;
  display: inline-flex;
  align-items: baseline;
}

.log-title .u-url {
  color: inherit;
  text-decoration: none;
}

.log-title .u-url:hover,
.log-title .u-url:focus {
  text-decoration: none;
}

.site-title,
.site-nav .page-link,
.page-heading,
.page-title,
.post-list-heading,
.post-link,
.post-title,
.post-meta,
.post-content,
.page-content,
.footer-heading,
.footer-col-wrapper,
.home-section__title,
.home-post-link,
.home-post-meta,
.log-list__link,
.log-list__meta {
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
}

/* Add a muted hash before the site title, aligned like other headings */
.site-title {
  position: relative;
  padding-left: 0;
  margin-left: 0;
}

.site-title::before {
  position: absolute;
  left: -2.4ch;
  width: 2ch;
  text-align: right;
  color: var(--text-muted-color);
  font-weight: 400;
  content: "#";
}

.post-title,
.page-title,
.page-heading,
.post-list-heading,
.home-section__title,
.home-post-link,
.log-list__link {
  font-weight: 500;
}

/* Specific heading sizes */
/* h1 { font-size: var(--body-font-size); }
h2 { font-size: var(--body-font-size); }
h3 { font-size: var(--body-font-size); }
h4 { font-size: var(--body-font-size); } */
/* Use normal weight for strong and b elements */
strong,
b {
  font-weight: 900;
}

figure {
  text-align: center;
  font-size: var(--body-font-size);
  margin: 0;
}

figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

caption {
  text-align: center;
  font-size: var(--body-font-size);
  margin: 0;
}

.title-return {
  font-size: var(--body-font-size);
}

.responsive-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 1rem;
}

.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.definition-box {
  border: 2px solid;
  padding: 1.5rem;
  /* margin: 20px 0; */
  margin-bottom: 1rem;
  border-radius: 5px;
}

.definition-box > blockquote {
  margin: 0;
}

/* Add spacing around horizontal rules */
hr {
  margin: 1em 0;
  border: none;
  border-top: 2px solid;
}

.post-header {
  margin-bottom: 0.5em;
}

.post-meta time {
  font-size: var(--body-font-size);
}

.log-header h1.post-title, .log-header h2.post-title {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: var(--body-font-size);
  margin: 0;
  display: inline;
}

.post-header .post-meta {
  display: inline;
  font-size: var(--body-font-size);
}

.read-more {
  margin-top: 0.5em;
  font-size: var(--body-font-size);
}

.read-more a {
  color: inherit;
  text-decoration: none;
}

.read-more a:hover {
  opacity: 1;
  text-decoration: none;
}

.log-path {
  /* font-family: "Courier New", Courier, monospace; */
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
}

.log-path a {
  color: inherit;
  text-decoration: none;
}

.log-path a:hover {
  text-decoration: none;
}

/* Improve spacing for multi-line post titles */
.post-title {
  line-height: 1.2;
}

:root {
  color-scheme: light;
  /* VS Code Light+ inspired */
  --background-color: #ffffff;
  --surface-color: #ffffff;
  --surface-elevated-color: #f3f3f3;
  --text-color: #333333;
  --text-muted-color: #6f6f6f;
  --link-color: #3794ff;
  --link-visited-color: #8e44ad;
  --link-hover-color: #4fb3ff;
  --border-color: #e5e5e5;
  --button-border-color: #d0d0d0;
  --focus-ring-color: rgba(0, 127, 212, 0.35);
  --code-bg: #f3f3f3;
  --code-border-color: #e5e5e5;
  --blockquote-border: #e5e5e5;
  --body-font-size: 1.08rem;
  --body-line-height: 1.55;
}

html[data-theme=dark],
.theme-dark {
  color-scheme: dark;
  /* VS Code Dark+ inspired */
  --background-color: #1e1e1e;
  --surface-color: #1e1e1e;
  --surface-elevated-color: #252526;
  --text-color: #d4d4d4;
  --text-muted-color: #9d9d9d;
  --link-color: #3794ff;
  --link-visited-color: #b19cd9;
  --link-hover-color: #4fb3ff;
  --border-color: #3c3c3c;
  --button-border-color: #3c3c3c;
  --focus-ring-color: rgba(0, 127, 212, 0.55);
  --code-bg: #252526;
  --code-border-color: #3c3c3c;
  --blockquote-border: #3c3c3c;
  --body-font-size: 1.08rem;
  --body-line-height: 1.6;
}

html,
body {
  background-color: var(--background-color);
  color: var(--text-color);
}

a {
  color: var(--link-color);
}
a:visited {
  color: var(--link-color);
}
a:hover {
  color: var(--link-hover-color);
  text-decoration: none;
}

.site-header {
  border-top-color: var(--border-color);
  border-bottom-color: var(--border-color);
  background-color: var(--surface-color);
}

.site-header .wrapper {
  display: flex;
  align-items: center;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.site-title,
.site-title:visited {
  color: var(--text-color);
}

.site-title {
  margin: 0;
  flex: 0 0 auto;
  line-height: 1.1;
  font-size: var(--body-font-size);
  font-weight: 500;
}

.site-nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
  margin-left: auto;
  color: var(--text-color);
}

@media (min-width: 601px) {
  .site-nav input,
  .site-nav label[for=nav-trigger],
  .site-nav .menu-icon {
    display: none;
  }
  .theme-toggle {
    display: inline-flex;
  }
  .theme-toggle--menu {
    display: none;
  }
}
.site-nav .trigger {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.site-nav .page-link {
  color: var(--text-color);
  margin: 0;
  padding: 0;
  font-size: var(--body-font-size);
  padding-top: 0.3rem;
}
.site-nav .page-link:hover {
  color: var(--link-hover-color);
}

.site-nav .page-link:not(:last-child) {
  margin-right: 0;
}

.site-nav .menu-icon > svg {
  fill: none;
  stroke: currentColor;
}

.site-footer {
  border-top-color: var(--border-color);
  background-color: var(--surface-color);
  color: var(--text-muted-color);
}

.site-footer a {
  color: inherit;
}

.home-section {
  margin-bottom: 2.75rem;
}

.home-section__title {
  font-size: var(--body-font-size);
  margin: 0;
  margin-bottom: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  position: relative;
  cursor: default;
}

.log-list__cta {
  margin-top: 1.1rem;
}

.home-section__cta {
  font-size: var(--body-font-size);
  color: var(--link-color);
  text-decoration: none;
  white-space: nowrap;
}

.home-section__cta:hover,
.home-section__cta:focus {
  color: var(--link-hover-color);
  text-decoration: none;
}

.home-section--posts {
  margin-bottom: 3.5rem;
}

.home-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  row-gap: 1.1rem;
}

.home-post-item,
.log-list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.95rem;
  align-items: baseline;
}

.home-post-item {
  row-gap: 0.45rem;
}

.log-list__item {
  row-gap: 0.45rem;
}

.home-post-meta,
.log-list__meta {
  font-size: var(--body-font-size);
  color: var(--text-muted-color);
  white-space: nowrap;
  min-width: 6.5rem;
}

.home-post-link,
.log-list__link {
  color: var(--link-color);
  text-decoration: none;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: 400;
  min-width: 0;
  width: fit-content;
}

.home-post-link:visited,
.log-list__link:visited {
  color: var(--link-visited-color);
}

.home-post-link:hover,
.log-list__link:hover {
  color: var(--link-hover-color);
  text-decoration: none;
}

.home-post-excerpt {
  grid-column: 1/-1;
  margin-left: 7.45rem;
  font-size: var(--body-font-size);
  color: var(--text-muted-color);
}

.log-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  row-gap: 1.1rem;
}

.log-list__details {
  margin-top: 0.85rem;
}

.log-list__summary {
  cursor: pointer;
  font-size: var(--body-font-size);
  color: var(--link-color);
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.log-list__summary:hover,
.log-list__summary:focus {
  color: var(--link-hover-color);
}

.log-list--more {
  margin-top: 0.8rem;
}

.log-list--more .log-list__item {
  padding-left: 0.25rem;
}

.post-meta,
.post-meta time,
.post-meta .p-name {
  color: var(--text-muted-color);
}

hr {
  border-top: 2px solid var(--border-color);
}

blockquote {
  border-left-color: var(--blockquote-border);
  background-color: rgba(148, 163, 184, 0.08);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

html[data-theme=dark] blockquote,
.theme-dark blockquote {
  background-color: rgba(15, 23, 42, 0.45);
}

pre,
code {
  background-color: var(--code-bg);
  border-color: var(--code-border-color);
  color: inherit;
}

pre code {
  background-color: transparent;
}

table {
  color: inherit;
}

th,
td {
  border-color: var(--border-color);
}

.definition-box {
  border-color: var(--border-color);
  background-color: var(--surface-elevated-color);
}

.copy-markdown {
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  min-width: 0;
}

.copy-markdown__button {
  border: 1px solid var(--button-border-color);
  background-color: var(--surface-color);
  color: var(--text-muted-color);
  border-radius: 0.75rem;
  padding: 0.22rem 0.6rem;
  font-size: var(--body-font-size);
  line-height: 1.1;
  font-weight: 400;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.copy-markdown__button:hover,
.copy-markdown__button:focus {
  color: var(--text-muted-color);
}

.copy-markdown__button:hover {
  border-color: var(--button-border-color);
  background-color: var(--surface-elevated-color);
}

.copy-markdown__button:active {
  border-color: var(--button-border-color);
  background-color: var(--surface-elevated-color);
}

.copy-markdown__button:focus-visible {
  outline: 2px solid var(--focus-ring-color);
  outline-offset: 2px;
}

.copy-markdown__button:disabled {
  opacity: 0.65;
  filter: grayscale(0.1);
}

.copy-markdown__button .lucide {
  width: 1em;
  height: 1em;
  stroke-width: 1.65;
  color: currentColor;
  stroke: currentColor;
}

.copy-markdown__label {
  display: inline-flex;
  align-items: center;
  color: inherit;
  white-space: nowrap;
}

/* Ensure button text/icon color matches timestamp color in all states */
.copy-markdown__button,
.copy-markdown__button:link,
.copy-markdown__button:visited,
.copy-markdown__button:hover,
.copy-markdown__button:focus,
.copy-markdown__button:active {
  color: var(--text-muted-color);
}

.post-meta-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
}

.post-meta-row .post-meta {
  margin: 0;
  flex: 1 1 auto;
}

.post-meta-row .copy-markdown {
  padding-left: 1rem;
  margin-left: auto;
}

.theme-toggle {
  flex: 0 0 auto;
  margin-left: 1.6rem;
  padding: 0.22rem 0.55rem;
  min-width: 3.4rem;
  box-sizing: border-box;
  border: 1px solid var(--button-border-color);
  background-color: var(--surface-color);
  color: inherit;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.theme-toggle--menu {
  display: none;
}

.theme-toggle:hover {
  border-color: var(--button-border-color);
  background-color: var(--surface-elevated-color);
}

.theme-toggle:focus-visible {
  outline: 2px solid var(--focus-ring-color);
  outline-offset: 2px;
}

.theme-toggle .lucide {
  width: 1.2rem;
  height: 1.2rem;
  stroke-width: 1.55;
}

.theme-toggle__icon {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  line-height: 0;
}

.theme-toggle__icon-sun,
.theme-toggle__icon-moon {
  width: 0.9rem;
  height: 0.9rem;
  display: inline-flex;
}

.theme-toggle__divider {
  width: 2px;
  height: 1rem;
  background-color: var(--button-border-color);
  transform: rotate(-14deg);
  display: inline-block;
  border-radius: 999px;
}

.theme-toggle[data-theme-state=light] .theme-toggle__icon-sun {
  opacity: 1;
}

.theme-toggle[data-theme-state=light] .theme-toggle__icon-moon {
  opacity: 0.45;
}

.theme-toggle[data-theme-state=dark] .theme-toggle__icon-sun {
  opacity: 0.45;
}

.theme-toggle[data-theme-state=dark] .theme-toggle__icon-moon {
  opacity: 1;
}

@media (max-width: 900px) {
  .site-header .wrapper {
    gap: 0;
  }
  .site-nav {
    gap: 0;
  }
}
@media (max-width: 600px) {
  .site-header .wrapper {
    flex-wrap: wrap;
    gap: 0.6rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .site-title {
    flex: 1 1 auto;
    text-align: left;
  }
  .site-nav {
    order: 2;
    flex: 0 0 auto;
    margin-left: auto;
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
  }
  .site-nav input,
  .site-nav label[for=nav-trigger],
  .site-nav .menu-icon {
    display: block;
  }
  .site-nav input {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
  }
  .site-nav label[for=nav-trigger] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 36px;
    height: 36px;
    margin-left: auto;
    z-index: 2;
    background: transparent;
    border: none;
    color: var(--text-color);
  }
  .site-nav .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding: 0;
    color: inherit;
  }
  .site-nav .trigger {
    display: none;
    position: absolute;
    right: 0;
    top: 44px;
    min-width: 220px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.7rem 0.9rem;
    background-color: var(--surface-color);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.15);
    z-index: 20;
  }
  .site-nav input:checked ~ .trigger {
    display: flex;
  }
  .site-nav .page-link {
    display: block;
    width: 100%;
    line-height: 1.3;
    text-align: left;
  }
  .site-nav .menu-icon > svg {
    stroke: currentColor;
    fill: none;
  }
  .theme-toggle {
    display: none;
  }
  .theme-toggle--menu {
    display: inline-flex;
    margin-top: 0.15rem;
  }
  .post-header-title-row {
    gap: 0.9rem;
  }
  .post-header-title-row .post-title {
    flex: 1 1 100%;
  }
  h1::before,
  h2::before,
  h3::before,
  h4::before,
  h5::before,
  h6::before {
    left: -2.1ch;
    width: 1.9ch;
  }
}

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