:root {
  font-family: Inter, sans-serif;
  font-feature-settings: "liga" 1, "calt" 1; /* fix for Chrome */
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: InterVariable, sans-serif;
  }
}
html,
body {
  background: white;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: black;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  min-height: 100%;
  overflow-wrap: break-word;
}

.post-meta {
  text-align: right;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 3rem;
}

hr {
  margin: 2rem 0;
}

p {
  margin: 1rem 0;
}

li {
  margin: 0.4rem 0;
  font-size: 20px;
  font-weight: 200;
}

*:target {
  background: yellow;
}

.w {
  max-width: 50%;
  margin: 0 auto;
  padding: 4rem 2rem;
}

hr {
  text-align: center;
  border: 0;
}
hr:before {
  content: "-----";
}
hr:after {
  content: attr(data-content) "-----";
}

table {
  width: 100%;
}

table,
th,
td {
  border: thin solid black;
  border-collapse: collapse;
  padding: 0.4rem;
}

code {
  color: white;
  background: black;
}

div.highlighter-rouge code {
  display: block;
  overflow-x: auto;
  white-space: pre-wrap;
  padding: 1rem;
}

blockquote {
  font-style: italic;
  border: thin solid black;
  padding: 1rem;
}
blockquote p {
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

title {
  text-align: center;
}

:root {
  font-family: Inter, sans-serif;
  font-feature-settings: "liga" 1, "calt" 1;
  /* fix for Chrome */
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: InterVariable, sans-serif;
  }
}
html,
body {
  background-color: #F6F5F2 !important;
}

html,
body {
  background: white;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: black;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  min-height: 100%;
  overflow-wrap: break-word;
}

.post-meta {
  text-align: right;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 3rem;
}

hr {
  margin: 2rem 0;
}

p {
  margin: 1rem 0;
  font-size: 20px;
  font-weight: 200;
}

li {
  margin: 0.4rem 0;
}

*:target {
  background: yellow;
}

.w {
  max-width: 50%;
  margin: 0 auto;
  padding: 4rem 2rem;
}

/* Mobile-first responsive design */
@media (max-width: 1200px) {
  .w {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .w {
    max-width: 90%;
    padding: 2rem 1rem;
  }
  body {
    font-size: 18px;
    line-height: 1.5;
  }
  p {
    font-size: 18px;
    margin: 1.2rem 0;
  }
  .header-class {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
  h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  h3 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
  li {
    margin: 0.6rem 0;
    font-size: 16px;
  }
  /* Better spacing for post lists on mobile */
  ul li {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0.5rem;
  }
  ul li span.post-meta {
    margin-left: 0 !important;
    font-size: 14px;
    color: #666;
  }
}
@media (max-width: 480px) {
  .w {
    max-width: 95%;
    padding: 1.5rem 0.75rem;
  }
  body {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .header-class {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  h1 {
    font-size: 1.8rem;
  }
}
hr {
  text-align: center;
  border: 0;
}

hr:before {
  content: "-----";
}

hr:after {
  content: attr(data-content) "-----";
}

table {
  width: 100%;
}

table,
th,
td {
  border: thin solid black;
  border-collapse: collapse;
  padding: 0.4rem;
}

code {
  color: white;
  background: black;
}

div.highlighter-rouge code {
  display: block;
  overflow-x: auto;
  white-space: pre-wrap;
  padding: 1rem;
}

blockquote {
  font-style: italic;
  border: thin solid black;
  padding: 1rem;
}

blockquote p {
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}


/* Syntax Highlighting */
.highlight table td {
  padding: 5px;
}

.highlight table pre {
  margin: 0;
}

.highlight .c,
.highlight .ch,
.highlight .cd,
.highlight .cpf {
  color: #75715e;
  font-style: italic;
}

.highlight .cm {
  color: #75715e;
  font-style: italic;
}

.highlight .c1 {
  color: #75715e;
  font-style: italic;
}

.highlight .cp {
  color: #75715e;
  font-weight: bold;
}

.highlight .cs {
  color: #75715e;
  font-weight: bold;
  font-style: italic;
}

.highlight .err {
  color: #960050;
  background-color: #1e0010;
}

.highlight .gi {
  color: #ffffff;
  background-color: #324932;
}

.highlight .gd {
  color: #ffffff;
  background-color: #493131;
}

.highlight .ge {
  font-style: italic;
}

.highlight .ges {
  font-weight: bold;
  font-style: italic;
}

.highlight .gr {
  color: #aa0000;
}

.highlight .gt {
  color: #aa0000;
}

.highlight .gh {
  color: #999999;
}

.highlight .go {
  color: #888888;
}

.highlight .gp {
  color: #555555;
}

.highlight .gs {
  font-weight: bold;
}

.highlight .gu {
  color: #aaaaaa;
}

.highlight .k,
.highlight .kv {
  color: #66d9ef;
  font-weight: bold;
}

.highlight .kc {
  color: #66d9ef;
  font-weight: bold;
}

.highlight .kd {
  color: #66d9ef;
  font-weight: bold;
}

.highlight .kp {
  color: #66d9ef;
  font-weight: bold;
}

.highlight .kr {
  color: #66d9ef;
  font-weight: bold;
}

.highlight .kt {
  color: #66d9ef;
  font-weight: bold;
}

.highlight .kn {
  color: #f92672;
  font-weight: bold;
}

.highlight .ow {
  color: #f92672;
  font-weight: bold;
}

.highlight .o {
  color: #f92672;
  font-weight: bold;
}

.highlight .mf {
  color: #ae81ff;
}

.highlight .mh {
  color: #ae81ff;
}

.highlight .il {
  color: #ae81ff;
}

.highlight .mi {
  color: #ae81ff;
}

.highlight .mo {
  color: #ae81ff;
}

.highlight .m,
.highlight .mb,
.highlight .mx {
  color: #ae81ff;
}

.highlight .se {
  color: #ae81ff;
}

.highlight .sa {
  color: #66d9ef;
  font-weight: bold;
}

.highlight .sb {
  color: #e6db74;
}

.highlight .sc {
  color: #e6db74;
}

.highlight .sd {
  color: #e6db74;
}

.highlight .s2 {
  color: #e6db74;
}

.highlight .sh {
  color: #e6db74;
}

.highlight .si {
  color: #e6db74;
}

.highlight .sx {
  color: #e6db74;
}

.highlight .sr {
  color: #e6db74;
}

.highlight .s1 {
  color: #e6db74;
}

.highlight .ss {
  color: #e6db74;
}

.highlight .s,
.highlight .dl {
  color: #e6db74;
}

.highlight .na {
  color: #a6e22e;
}

.highlight .nc {
  color: #a6e22e;
  font-weight: bold;
}

.highlight .nd {
  color: #a6e22e;
  font-weight: bold;
}

.highlight .ne {
  color: #a6e22e;
  font-weight: bold;
}

.highlight .nf,
.highlight .fm {
  color: #a6e22e;
  font-weight: bold;
}

.highlight .no {
  color: #66d9ef;
}

.highlight .bp {
  color: #f8f8f2;
}

.highlight .nb {
  color: #f8f8f2;
}

.highlight .ni {
  color: #f8f8f2;
}

.highlight .nn {
  color: #f8f8f2;
}

.highlight .vc {
  color: #f8f8f2;
}

.highlight .vg {
  color: #f8f8f2;
}

.highlight .vi {
  color: #f8f8f2;
}

.highlight .nv,
.highlight .vm {
  color: #f8f8f2;
}

.highlight .w {
  color: #f8f8f2;
}

.highlight .nl {
  color: #f8f8f2;
  font-weight: bold;
}

.highlight .nt {
  color: #f92672;
}

.highlight {
  color: #f8f8f2;
  background-color: #49483e;
}

.header-class {
  text-align: center;
}

.post-title {
  font-size: 28px;
  font-weight: 800;
  border-style: solid;
  border-width: 2px;
  padding: 10px;
  margin-top: 0px;
}

.post-date {
  border-style: solid;
  border-width: 2px;
  padding: 10px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

/* Mobile post styling */
@media (max-width: 768px) {
  .post-title {
    font-size: 24px;
    padding: 8px;
    line-height: 1.3;
  }
  .post-date {
    padding: 8px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .post-title {
    font-size: 20px;
    padding: 6px;
  }
  .post-date {
    padding: 6px;
    font-size: 12px;
  }
}
.btext {
  font-weight: 200 !important;
  font-size: 20px;
}

a {
  color: blue;
}

a:visited {
  color: blue;
}

/* Sticky Note Styles */
.sticky-note {
  position: fixed;
  bottom: -240px; /* Initially hidden, only tab visible */
  right: 20px;
  width: 300px;
  background: #ffd700;
  border: 3px solid #daa520;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.3);
  transition: bottom 0.4s ease-in-out;
  z-index: 1000;
  font-family: "Comic Sans MS", cursive, sans-serif;
}

.sticky-note.expanded {
  bottom: 0 !important;
}

.sticky-note-tab {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 35px;
  background: #ffd700;
  border: 3px solid #daa520;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.2s ease;
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.2);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 1001; /* Ensure it's above other elements */
}

.sticky-note-tab:hover {
  background: #ffed4a;
  transform: translateX(-50%) translateY(-2px);
}

.sticky-note-tab:active {
  background: #f0c040;
  transform: translateX(-50%) translateY(0px);
}

.sticky-note-content {
  padding: 20px;
  max-height: 250px;
  overflow-y: auto;
}

.sticky-note-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #daa520;
  padding-bottom: 10px;
}

.sticky-note-header h3 {
  margin: 0;
  color: #8b4513;
  font-size: 18px;
  font-weight: bold;
}

.close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #8b4513;
  padding: 0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.close-btn:hover {
  background: #ffed4a;
}

.current-item {
  margin-bottom: 15px;
}

.current-item strong {
  color: #8b4513;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.current-item p {
  margin: 0;
  color: #654321;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}

/* Responsive adjustments for sticky note */
@media (max-width: 768px) {
  .sticky-note {
    right: 10px;
    width: 280px;
    bottom: -250px; /* Match desktop bottom positioning */
  }
  .sticky-note-tab {
    width: 60px;
    height: 30px;
    top: -35px; /* Match closer to desktop positioning */
    font-size: 18px;
    z-index: 1001; /* Ensure it's above other elements */
  }
  .sticky-note-content {
    padding: 15px;
  }
  .current-item p {
    font-size: 13px !important;
  }
  .current-item strong {
    font-size: 13px !important;
  }
}
@media (max-width: 480px) {
  .sticky-note {
    right: 5px;
    width: calc(100vw - 20px);
    max-width: 280px;
    bottom: -193px; /* Optimized for mobile visibility */
  }
  .sticky-note-tab {
    width: 55px;
    height: 28px;
    top: -32px; /* Adjusted for smaller screens */
    font-size: 16px;
    z-index: 1001; /* Ensure it's above other elements */
  }
  .sticky-note-content {
    padding: 12px;
  }
  .current-item p {
    font-size: 12px !important;
  }
  .current-item strong {
    font-size: 12px !important;
  }
}
body {
  zoom: 0.7;
}

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