/* node_modules/dist-font-inter/variable.css */
@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./InterVariable.woff2") format("woff2");
}
@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("./InterVariable-Italic.woff2") format("woff2");
}

/* node_modules/@fontsource-variable/jetbrains-mono/index.css */
@font-face {
  font-family: "JetBrains Mono Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("./jetbrains-mono-cyrillic-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range:
    U+0460-052F,
    U+1C80-1C8A,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "JetBrains Mono Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("./jetbrains-mono-cyrillic-wght-normal.woff2") format("woff2-variations");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "JetBrains Mono Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("./jetbrains-mono-greek-wght-normal.woff2") format("woff2-variations");
  unicode-range:
    U+0370-0377,
    U+037A-037F,
    U+0384-038A,
    U+038C,
    U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "JetBrains Mono Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("./jetbrains-mono-vietnamese-wght-normal.woff2") format("woff2-variations");
  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: "JetBrains Mono Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("./jetbrains-mono-latin-ext-wght-normal.woff2") format("woff2-variations");
  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: "JetBrains Mono Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("./jetbrains-mono-latin-wght-normal.woff2") format("woff2-variations");
  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;
}

/* node_modules/modern-normalize/modern-normalize.css */
*,
::before,
::after {
  box-sizing: border-box;
}
html {
  font-family:
    system-ui,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
body {
  margin: 0;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Consolas,
    "Liberation Mono",
    Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: currentcolor;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}

/* client/styles/index.less */
html {
  color: var(--kit-fg-1);
  background-color: var(--kit-bg-1);
  font-size: 16px;
  transition: transform 0.2s;
  scrollbar-gutter: stable;
}
html,
html * {
  scrollbar-width: thin;
  scrollbar-color: hsl(from var(--kit-fg-2) h s l / 0.35) transparent;
  scroll-behavior: smooth;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
  min-height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  margin-top: 0;
}
p {
  margin: 0;
  text-wrap: pretty;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.5;
}
p a,
ul:not([class]) a,
table a,
figcaption a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
hr {
  width: 100%;
  border: none;
  border-top: 1px solid var(--kit-border-clr);
}
:root {
  --am-block-max-width: 48rem;
  --am-block-margin-top: 1.5em;
  --am-container-padding: 2rem;
}
@media (max-width: 1000px) {
  :root {
    --am-block-max-width: 54rem;
    --am-container-padding: 1.25rem;
  }
}
.light {
  --kit-fg-1: hsl(220, 10%, 18%);
  --kit-fg-2: hsl(from var(--kit-fg-1) h s calc(l + 46));
  --kit-bg-1: hsl(0, 0%, 100%);
  --kit-border-clr: hsl(220, 10%, 86%);
  --kit-shadow: 0 1rem 2rem -0.75rem rgba(0, 0, 0, 0.12), 0 1rem 3rem -1rem rgba(0, 0, 0, 0.06);
  --kit-backdrop-clr: hsl(from var(--kit-bg-1) h s l / 0.7);
}
.dark {
  color-scheme: dark;
  --kit-fg-1: hsl(220, 10%, 96%);
  --kit-fg-2: hsl(from var(--kit-fg-1) h s calc(l - 46));
  --kit-bg-1: hsl(220, 11%, 7%);
  --kit-border-clr: hsl(220, 11%, 20%);
  --kit-shadow: 0 1rem 2rem -0.5rem rgba(0, 0, 0, 0.6), 0 1rem 3rem -1rem rgba(0, 0, 0, 0.6);
}
.kit-filters {
  display: flex;
  column-gap: 1rem;
  margin-bottom: 2rem;
}
.kit-filters > :before {
  content: "\25cb  ";
}
.kit-filters > .active:before {
  content: "\25cf  ";
}
.kit-footer {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: 1rem;
}
.kit-layout {
  --sidebar-width: 17rem;
  display: grid;
  column-gap: 4rem;
  row-gap: 0;
  padding: var(--am-container-padding);
  grid-template-columns: [sidebar-start] var(--sidebar-width) [sidebar-end main-start] 1fr [main-end] var(--sidebar-width) [body-end];
  grid-template-rows: [navbar-top] auto [navbar-bottom] 3rem [sidebar-top main-top] 1fr [sidebar-bottom main-bottom footer-top] auto [footer-bottom];
  min-height: 100%;
}
.kit-layout__navbar {
  grid-column: sidebar-start / body-end;
  grid-row: navbar-top / navbar-bottom;
}
.kit-layout__sidebar {
  grid-column: sidebar-start / sidebar-end;
  grid-row: sidebar-top / sidebar-bottom;
}
.kit-layout__main {
  grid-column: main-start / main-end;
  grid-row: main-top / main-bottom;
}
.kit-layout__footer {
  grid-column: main-start / main-end;
  grid-row: footer-top / footer-bottom;
  margin-top: 2rem;
}
@media (max-width: 1399px) {
  .kit-layout {
    --sidebar-width: 15rem;
    grid-template-columns: [sidebar-start] var(--sidebar-width) [sidebar-end main-start] 1fr [main-end body-end];
    grid-template-rows: [navbar-top] auto [navbar-bottom] 3rem [sidebar-top main-top] 1fr [sidebar-bottom main-bottom footer-top] auto [footer-bottom];
  }
}
@media (max-width: 899px) {
  .kit-layout {
    grid-template-columns: [sidebar-start main-start] 1fr [sidebar-end main-end body-end];
    grid-template-rows: [navbar-top] auto [navbar-bottom sidebar-top] auto [sidebar-bottom] 2rem [main-top] 1fr [main-bottom footer-top] auto [footer-bottom];
  }
}
.kit-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  padding-bottom: var(--am-container-padding);
}
.kit-navbar > * {
  display: flex;
  align-items: center;
}
.kit-navbar__menu {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1.25rem;
  flex-grow: 1;
}
.kit-navbar__menu > * {
  display: flex;
  align-items: center;
}
@media (max-width: 899px) {
  .kit-navbar__links {
    display: none;
  }
}
.kit-navbar au-theme-switcher {
  cursor: pointer;
}
.kit-pagelist {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr));
  grid-template-rows: auto;
  row-gap: 4rem;
  column-gap: 2rem;
}
.kit-pagination {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 2rem;
}
.kit-pagination > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--kit-border-clr);
  border-radius: 5px;
  user-select: none;
}
.kit-pagination > span {
  border-color: currentColor;
}
.kit-prev-next {
  display: flex;
  justify-content: space-between;
}
.kit-prev-next a {
  display: flex;
  align-items: center;
}
.kit-search__toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.kit-search__dialog {
  flex-direction: column;
  margin: 4rem auto;
  padding: 0.8rem;
  padding-right: 0.4rem;
  width: 100%;
  max-width: 38rem;
  max-height: calc(100vh - 10rem);
  border: 1px solid var(--kit-border-clr);
  border-radius: 1.2rem;
  box-shadow: var(--kit-shadow);
}
.kit-search__dialog[open] {
  display: flex;
}
.kit-search__dialog::backdrop {
  background-color: var(--kit-backdrop-clr);
}
.kit-search__form {
  display: flex;
  margin-bottom: 0.8rem;
}
.kit-search__input {
  padding: 0.4rem;
  margin-right: 0.4rem;
  width: 100%;
  line-height: 2;
  appearance: none;
  background-color: transparent;
  border: 2px solid var(--kit-fg-2);
  border-radius: calc(1.2rem - 0.8rem);
  outline: none !important;
}
.kit-search__results {
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow: auto;
  padding-right: 0.4rem;
}
.kit-search__dialog.loading .kit-search__results {
  animation: 0.8s linear 0s infinite pulse;
}
.kit-search__results-item {
  display: flex;
  flex-direction: column;
  padding: 0.4rem;
  border-radius: calc(1.2rem - 0.8rem);
}
.kit-search__results-item.selected {
  color: var(--kit-bg-1);
  background-color: var(--kit-fg-1);
}
.kit-search__results-item mark {
  color: inherit;
  background-color: transparent;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}
.kit-search__results-title {
  font-weight: 750;
}
.kit-search__results-description {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-wrap: pretty;
}
@keyframes pulse {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 60%;
  }
  100% {
    opacity: 100%;
  }
}
.kit-sidebar {
}
summary.kit-sidebar__toggle {
  display: flex;
  margin: 0 -1.5rem;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
  border-top: 1px solid var(--kit-border-clr);
  border-bottom: 1px solid var(--kit-border-clr);
}
@media (min-width: 900px) {
  summary.kit-sidebar__toggle {
    display: none;
  }
  .kit-sidebar::details-content {
    content-visibility: visible;
    height: auto !important;
  }
}
.kit-sidebar,
.kit-sidebar details {
  interpolate-size: allow-keywords;
}
.kit-sidebar::details-content,
.kit-sidebar details::details-content {
  transition: height 0.3s ease, content-visibility 0.3s ease allow-discrete;
  height: 0;
  overflow: clip;
}
.kit-sidebar[open]::details-content,
.kit-sidebar details[open]::details-content {
  height: auto;
}
.kit-sidebar__tree {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
.kit-sidebar__tree .kit-sidebar__tree {
  padding-left: 1rem;
}
.kit-sidebar__node {
  display: flex;
  justify-content: stretch;
}
.kit-sidebar__node details {
  width: 100%;
}
.kit-sidebar__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
a.kit-sidebar__item--active,
.kit-sidebar__item--active a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
a.kit-sidebar__item:hover,
.kit-sidebar__item a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.kit-sidebar__item svg:hover {
  opacity: 0.5;
}
[open] > .kit-sidebar__item > svg {
  transform: rotate(90deg);
}
.kit-subtitle {
  margin-bottom: var(--am-block-margin-top);
}
:root {
  --kit-font-family: "InterVariable", sans-serif;
  --kit-heading-font-family: "InterVariable", sans-serif;
  --kit-code-font-family: "JetBrains Mono Variable", monospace;
  --kit-line-height: 1.6;
  --kit-font-weight: 480;
  --kit-code-font-size: 0.9em;
  --kit-code-line-height: 1.6;
  --kit-font-weight-bold: 670;
  --kit-small-font-size: 0.85rem;
  --kit-small-font-weight: 460;
  --kit-small-line-height: 1.55;
  --kit-p-large-font-size: 1.5em;
  --kit-p-large-line-height: 1.4;
  --kit-h1-font-size: 3.25rem;
  --kit-h1-font-weight: 720;
  --kit-h1-line-height: 1.1;
  --kit-h1-letter-spacing: -0.01em;
  --kit-h2-font-size: 2.25rem;
  --kit-h2-font-weight: 700;
  --kit-h2-line-height: 1.25;
  --kit-h2-letter-spacing: -0.0125em;
  --kit-h3-font-size: 1.75rem;
  --kit-h3-font-weight: 680;
  --kit-h3-line-height: 1.3;
  --kit-h3-letter-spacing: -0.01em;
  --kit-h4-font-size: 1.5rem;
  --kit-h4-font-weight: 650;
  --kit-h4-line-height: 1.35;
  --kit-h4-letter-spacing: 0;
  --kit-h5-font-size: 1.25rem;
  --kit-h5-font-weight: 650;
  --kit-h5-line-height: 1.4;
  --kit-h5-letter-spacing: 0;
  --kit-h6-font-size: 1.15rem;
  --kit-h6-font-weight: 650;
  --kit-h6-line-height: 1.45;
  --kit-h6-letter-spacing: 0;
}
html,
body {
  font-family: var(--kit-font-family);
  font-weight: var(--kit-font-weight);
  line-height: var(--kit-line-height);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--kit-heading-font-family);
}
h1 {
  font-size: var(--kit-h1-font-size);
  font-weight: var(--kit-h1-font-weight);
  line-height: var(--kit-h1-line-height);
  letter-spacing: var(--kit-h1-letter-spacing);
}
h2 {
  font-size: var(--kit-h2-font-size);
  font-weight: var(--kit-h2-font-weight);
  line-height: var(--kit-h2-line-height);
  letter-spacing: var(--kit-h2-letter-spacing);
}
h3 {
  font-size: var(--kit-h3-font-size);
  font-weight: var(--kit-h3-font-weight);
  line-height: var(--kit-h3-line-height);
  letter-spacing: var(--kit-h3-letter-spacing);
}
h4 {
  font-size: var(--kit-h4-font-size);
  font-weight: var(--kit-h4-font-weight);
  line-height: var(--kit-h4-line-height);
  letter-spacing: var(--kit-h4-letter-spacing);
}
h5 {
  font-size: var(--kit-h5-font-size);
  font-weight: var(--kit-h5-font-weight);
  line-height: var(--kit-h5-line-height);
  letter-spacing: var(--kit-h5-letter-spacing);
}
h6 {
  font-size: var(--kit-h6-font-size);
  font-weight: var(--kit-h6-font-weight);
  line-height: var(--kit-h6-line-height);
  letter-spacing: var(--kit-h6-letter-spacing);
}
pre,
code,
.am-block pre > code[class*=language-] {
  font-family: var(--kit-code-font-family);
  line-height: var(--kit-code-line-height);
  font-weight: 450;
}
/*!
 * Automad Theme Starter Kit
 *
 * © 2026 Marc Anton Dahmen
 * Licensed under the MIT license
 */
/*! Bundled license information:

modern-normalize/modern-normalize.css:
  (*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize *)
*/
/*# sourceMappingURL=main.css.map */
