@font-face {
  font-family: "Inter";
  src: url("/assets/Inter-Vietnamese.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/Inter-LatinExt.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/Inter-Latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  background: #1e2326;
  color: #d3c6aa;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #7fbbb3;
}

img {
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: #7fbbb3;
  color: #1e2326;
  padding: 8px 16px;
  z-index: 100;
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  top: 0;
}

:focus-visible {
  outline: 2px solid #7fbbb3;
  outline-offset: 2px;
}

.wrapper {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 30px;
}

.page-content {
  padding-block: 30px;
}

.site-header {
  border-bottom: 1px solid rgba(211, 198, 170, 0.15);
  padding: 20px 0;
}

.site-title {
  color: #d3c6aa;
  font-weight: 700;
  text-decoration: none;
  font-size: 35px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.site-title img {
  height: 32px;
  width: 32px;
}

.post-title {
  font-size: 2.5rem;
  line-height: 1.15;
}

.post-meta {
  color: #9da9a0;
  font-size: 0.875rem;
}

.post-updated {
  color: #859289;
  font-size: 0.8rem;
  font-style: italic;
}

.post-tags {
  font-size: 0.8rem;
}

.post-tag {
  display: inline-block;
  background: rgba(127, 187, 179, 0.15);
  color: #7fbbb3;
  padding: 2px 8px;
  border-radius: 3px;
}

.post-content {
  max-width: 850px;
}

.site-footer {
  margin-top: 60px;
  padding: 30px 0;
  border-top: 1px solid rgba(211, 198, 170, 0.15);
}

.site-footer a {
  color: #7fbbb3;
}

pre,
code {
  font-family: monospace;
}

nav {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

nav a {
  background: #384b55;
  color: #d3c6aa;
  border: 5px solid #384b55;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

nav a svg {
  flex-shrink: 0;
}

nav a:hover {
  background: #a7c080;
  color: #1e2326;
  border-color: #a7c080;
}

nav a[aria-current=page] {
  background: #7fbbb3;
  border-color: #7fbbb3;
  color: #1e2326;
}

#comments {
  margin-top: 2rem;
}

#load-comments {
  font-family: "Inter", system-ui, sans-serif;
  background: #384b55;
  border: none;
  color: #d3c6aa;
  padding: 10px 16px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
#load-comments:hover {
  background: #a7c080;
  color: #1e2326;
}
#load-comments:focus-visible {
  outline: 2px solid #7fbbb3;
  outline-offset: 2px;
}

@media screen and (max-width: 600px) {
  .wrapper {
    padding-inline: 15px;
  }
  .post-title {
    font-size: 2rem;
  }
  nav {
    gap: 5px;
  }
  nav a {
    font-size: 0.85rem;
    padding: 4px 8px;
    border-width: 3px;
    gap: 4px;
  }
}
.search-form {
  margin-bottom: 1.5rem;
}

#lunrsearch {
  box-sizing: border-box;
  width: 100%;
  padding: 0.75rem 1rem;
  background: #272e33;
  color: #d3c6aa;
  border: 1px solid #475258;
  border-radius: 6px;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#lunrsearch::placeholder {
  color: #859289;
}

#lunrsearch:hover {
  border-color: #859289;
}

#lunrsearch:focus {
  outline: none;
  border-color: #a7c080;
  box-shadow: 0 0 0 3px rgba(167, 192, 128, 0.15);
}

#lunrsearchresults {
  padding-top: 0.5rem;
}

#lunrsearchresults > p {
  margin-bottom: 1.25rem;
  color: #859289;
  font-size: 0.9rem;
}

#lunrsearchresults ul {
  padding-left: 0;
  list-style: none;
}

.lunrsearchresult--empty {
  padding: 2rem 0;
  color: #859289;
  text-align: center;
  font-style: italic;
}

.lunrsearchresult {
  padding: 1rem 0;
  border-bottom: 1px solid #3d4640;
  transition: background 0.15s ease;
}
.lunrsearchresult:last-child {
  border-bottom: none;
}

.lunrsearchresult a {
  display: block;
  color: #d3c6aa;
  text-decoration: none;
  padding: 0.5rem;
  margin: -0.5rem;
  border-radius: 6px;
  transition: background 0.15s ease;
}
.lunrsearchresult a:hover, .lunrsearchresult a:focus {
  background: rgba(127, 187, 179, 0.08);
}

.lunrsearchresult .title {
  color: #a7c080;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.15s ease;
}

.lunrsearchresult .body {
  color: #9da9a0;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 0.25rem;
}

.lunrsearchresult .url {
  color: #859289;
  font-size: 0.8rem;
  overflow-wrap: anywhere;
  margin-top: 0.25rem;
  opacity: 0.8;
}

.lunrsearchresult a:hover .title,
.lunrsearchresult a:focus .title {
  color: #7fbbb3;
  text-decoration: underline;
}

.lunrsearchresult a:hover .url,
.lunrsearchresult a:focus .url {
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .lunrsearchresult .title {
    font-size: 1.05rem;
  }
  .lunrsearchresult .body {
    font-size: 0.85rem;
  }
}
.gtranslate_wrapper {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  font-family: "Inter", system-ui, sans-serif;
}
.gtranslate_wrapper a.gt_switcher-popup,
.gtranslate_wrapper a.glink {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  background: #384b55;
  color: #d3c6aa;
  text-decoration: none;
  padding: 0;
  border: 5px solid #384b55;
  border-radius: 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.85rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.gtranslate_wrapper a.gt_switcher-popup img,
.gtranslate_wrapper a.glink img {
  width: 16px !important;
  height: 16px !important;
  vertical-align: middle;
  border-radius: 50%;
  opacity: 1;
}
.gtranslate_wrapper a.gt_switcher-popup span,
.gtranslate_wrapper a.glink span {
  font-size: 0.8rem;
  vertical-align: middle;
}
.gtranslate_wrapper a.gt_switcher-popup span[style*="color:#666"],
.gtranslate_wrapper a.glink span[style*="color:#666"] {
  color: #859289 !important;
  font-size: 8px !important;
}
.gtranslate_wrapper a.gt_switcher-popup:hover,
.gtranslate_wrapper a.glink:hover {
  background: #a7c080;
  border-color: #a7c080;
  color: #1e2326;
}
.gtranslate_wrapper a.gt_switcher-popup:focus-visible,
.gtranslate_wrapper a.glink:focus-visible {
  outline: 2px solid #a7c080;
  outline-offset: 2px;
}
.gtranslate_wrapper .gt_black_overlay {
  background-color: #1e2326 !important;
  opacity: 0.85 !important;
}
.gtranslate_wrapper .gt_white_content {
  background-color: #272e33 !important;
  color: #d3c6aa !important;
  border: 1px solid #4f5853 !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5) !important;
  padding: 16px !important;
}
.gtranslate_wrapper .gt_white_content a {
  display: block;
  padding: 8px 12px !important;
  border-bottom: 1px solid #4f5853 !important;
  color: #d3c6aa !important;
  text-decoration: none;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.9rem;
  border-radius: 4px;
  transition: background 0.15s, color 0.15s;
}
.gtranslate_wrapper .gt_white_content a img {
  width: 20px !important;
  height: 20px !important;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 50%;
  opacity: 1 !important;
}
.gtranslate_wrapper .gt_white_content a span {
  vertical-align: middle;
}
.gtranslate_wrapper .gt_white_content a:hover {
  background: rgba(167, 192, 128, 0.12);
  color: #a7c080;
}
.gtranslate_wrapper .gt_white_content a:focus-visible {
  outline: 2px solid #a7c080;
  outline-offset: -2px;
}
.gtranslate_wrapper .gt_white_content a:last-child {
  border-bottom: none;
}
.gtranslate_wrapper a.gt-current-lang {
  font-weight: 700 !important;
  color: #a7c080 !important;
}
.gtranslate_wrapper .gt_white_content::-webkit-scrollbar-track {
  background: #272e33 !important;
}
.gtranslate_wrapper .gt_white_content::-webkit-scrollbar {
  width: 5px !important;
}
.gtranslate_wrapper .gt_white_content::-webkit-scrollbar-thumb {
  background: #4f5853 !important;
  border-radius: 3px !important;
}
.gtranslate_wrapper .gt_white_content::-webkit-scrollbar-thumb:hover {
  background: #859289 !important;
}

@media screen and (max-width: 600px) {
  .gtranslate_wrapper {
    margin-left: 0 !important;
    margin-top: 5px !important;
    width: 100% !important;
  }
  .gtranslate_wrapper a.gt_switcher-popup,
  .gtranslate_wrapper a.glink {
    width: 100%;
    justify-content: center;
    font-size: 0.85rem;
    padding: 4px 8px;
    border-width: 3px;
    gap: 4px;
  }
}

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