/* ns-hugo-imp:/home/ywbird/meliplug/themes/meliplugv2/assets/css/components/header.css */
header {
  height: min-content;
  #logowrap {
    display: grid;
    place-items: center;
    image-rendering: pixelated;
    a,
    img {
      display: block;
    }
  }
  #nav {
    display: flex;
    justify-content: center;
    gap: 4px;
  }
}

/* ns-hugo-imp:/home/ywbird/meliplug/themes/meliplugv2/assets/css/components/footer.css */
footer {
  display: grid;
  place-items: center;
}
#zone88x31 {
  margin-bottom: 8px;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  a {
    display: inline-block;
    img {
      display: block;
    }
  }
}

/* ns-hugo-imp:/home/ywbird/meliplug/themes/meliplugv2/assets/css/components/discordprofile.css */
#discord-state {
  background-color: #131416;
  margin: 4px;
  border-radius: 16px;
  padding: 12px;
  font-family: Roboto, sans-serif;
  hr {
    margin-block: 12px;
  }
  #discord-profile {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4px;
    color: white;
    #discord-user {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 8px;
      #discord-pfp {
        width: 64px;
        display: block;
        border-radius: 100vh;
        aspect-ratio: 1/1;
        background-color: gray;
      }
      #discord-pfp-wrap {
        position: relative;
      }
      #discord-pfp-wrap::after {
        content: " ";
        position: absolute;
        display: block;
        width: 18px;
        height: 18px;
        z-index: 1000;
        right: -6px;
        bottom: -6px;
        border: 6px solid #131416;
        border-radius: 100vh;
      }
      #discord-name {
        display: flex;
        flex-direction: column;
        #discord-displayname {
          font-weight: bold;
          font-size: 18px;
        }
        #discord-username::before {
          content: "@";
          font-size: 14px;
        }
      }
    }
    #discord-user #discord-pfp-wrap::before {
      content: " ";
      position: absolute;
      display: block;
      background-color: #131416;
      z-index: 1001;
      border-radius: 100vh;
    }
    #discord-user.online #discord-pfp-wrap::after {
      background-color: #45a366;
    }
    #discord-user.idle #discord-pfp-wrap::after {
      background-color: #ffc04e;
    }
    #discord-user.idle #discord-pfp-wrap::before {
      width: 14px;
      height: 14px;
      right: 7px;
      bottom: 7px;
    }
    #discord-user.dnd #discord-pfp-wrap::after {
      background-color: #da3e44;
    }
    #discord-user.dnd #discord-pfp-wrap::before {
      width: 13px;
      height: 6px;
      right: 2.5px;
      bottom: 6px;
    }
    #discord-user.offline #discord-pfp-wrap::after {
      background-color: #84858d;
    }
    #discord-user.offline #discord-pfp-wrap::before {
      width: 8px;
      height: 8px;
      right: 5px;
      bottom: 5px;
    }
    #discord-status {
      position: relative;
      display: block;
      background-color: #1e1f22;
      padding: 5px;
      margin-top: 2px;
      word-break: break-all;
      border: 1px solid #313237;
      width: 100%;
      border-radius: 10px;
      color: gray;
      height: 45px;
      overflow-y: hidden;
      transition: 0.1s ease-in-out;
      &:not(.active) {
        text-align: center;
        line-height: 30px;
      }
      &.active {
        color: white;
      }
      &.active:hover {
        height: unset;
      }
      &::after {
        content: " ";
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        top: -10px;
        left: 6px;
        background-color: #1e1f22;
        border-radius: 100vh;
        box-shadow: 0 -1px 0 0 #313237, 0 1px 0 0 #1e1f22;
      }
    }
  }
  #discord-activity {
    min-height: 90px;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: start;
    gap: 8px;
    border-top: 1px solid gray;
    padding-top: 12px;
    margin-top: 12px;
    &:not(.active)::after {
      content: "doing nothing";
      color: gray;
      position: absolute;
      left: 50%;
      translate: -50% 0;
    }
    &.active {
      #discord-activity-img {
        width: 48px;
        border-radius: 8px;
        aspect-ratio: 1/1;
      }
      #discord-activity-meta {
        display: flex;
        flex-direction: column;
        align-items: start;
        color: white;
        font-size: 14px;
        overflow-x: auto;
        #discord-activity-name {
          font-weight: bold;
        }
        #discord-activity-time {
          color: #48a568;
          font-family: "IBM Plex Mono", monospace;
        }
        #discord-activity-name,
        #discord-activity-details,
        #discord-activity-state {
          white-space: nowrap;
          word-break: keep-all;
        }
        #discord-activity-details,
        #discord-activity-state {
          font-size: 12px;
        }
      }
    }
  }
}

/* ns-hugo-imp:/home/ywbird/meliplug/themes/meliplugv2/assets/css/components/tis10.css */
@font-face {
  font-family: "Fixedsys";
  font-style: normal;
  font-weight: 400;
  src: local("Fixedsys Excelsior 3.01"), url("./FSEX300-AGEWBI6F.woff") format("woff");
}
#tis10 {
  margin-inline: 4px;
}
.tis-block {
  display: grid;
  grid-template-columns: 3fr 41px;
  grid-template-rows: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: black;
  border: 2px solid white;
  padding: 2px;
  font-family: "Fixedsys", monospace;
  color: white;
  font-size: 16px;
  line-height: 16px;
}
.tis-code {
  margin: 0;
  border: 2px solid white;
  font-family: "Fixedsys", monospace !important;
  padding: 3px;
  display: flex;
  flex-direction: column;
}
.tis-block-meta {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 2px;
  .tis-block-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid white;
    .tis-block-label {
      color: lightgray;
    }
  }
}

/* ns-hugo-imp:/home/ywbird/meliplug/themes/meliplugv2/assets/css/components/aheui.css */
#aheui {
  width: calc(100% - 8px);
  margin-inline: 4px;
  display: flex;
  flex-direction: column;
  gap: 0;
  font-family: monospace !important;
  font-size: 14px;
  background-color: white;
  #aheui-header {
    display: flex;
    justify-content: space-between;
    border: 1px solid black;
    border-bottom: 0;
    width: 100%;
    #aheui-btns {
      display: flex;
      gap: 0;
      button {
        all: unset;
        width: 24px;
        height: 24px;
        vertical-align: center;
        text-align: center;
        border-right: 1px solid black;
        cursor: pointer;
      }
    }
  }
  #aheui-output {
    border: 1px solid black;
    border-top: 0;
    margin-block: 0;
    height: 50px;
    overflow-y: auto;
  }
}
#aheui-input-wrap {
  position: relative;
  min-height: 150px;
  width: 100%;
  font-size: 18px;
  #aheui-code-input {
    all: unset;
    position: absolute;
    inset: 0;
  }
  #aheui-code {
    all: unset;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    .cursor {
      background-color: black;
      color: white;
    }
  }
  #aheui-code-input.hidden {
    visibility: hidden;
  }
  #aheui-code-input,
  #aheui-code {
    width: 100%;
    border: 1px solid black;
    padding: 4px;
    box-sizing: border-box;
    letter-spacing: 0.2rem;
  }
}

/* ns-hugo-imp:/home/ywbird/meliplug/themes/meliplugv2/assets/css/components/aside.css */
#aside {
  width: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#dvd-wrap {
  #dvd {
    width: 100%;
    background-color: red;
    animation: hueRot 10s linear infinite;
  }
  #dvd-bait {
    font-family: "IBM Plex Mono";
    color: var(--mute);
    bottom: 0;
  }
}
@keyframes hueRot {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}
#aheui {
  display: flex;
  flex-direction: column;
}

/* ns-hugo-imp:/home/ywbird/meliplug/themes/meliplugv2/assets/css/components/h-card.css */
.h-card {
  display: flex;
}

/* ns-hugo-imp:/home/ywbird/meliplug/themes/meliplugv2/assets/css/highlight-paraiso-light.css */
.bg {
  color: #2f1e2e;
  background-color: #e7e9db;
}
.chroma {
  color: #2f1e2e;
  background-color: #e7e9db;
  -webkit-text-size-adjust: none;
}
.chroma .err {
  color: #ef6155;
}
.chroma .lnlinks {
  outline: none;
  text-decoration: none;
  color: inherit;
}
.chroma .lntd {
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0;
}
.chroma .lntable {
  border-spacing: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.chroma .hl {
  background-color: #cfd1c5;
}
.chroma .lnt {
  white-space: pre;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f;
}
.chroma .ln {
  white-space: pre;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f;
}
.chroma .line {
  display: flex;
}
.chroma .k {
  color: #815ba4;
}
.chroma .kc {
  color: #815ba4;
}
.chroma .kd {
  color: #815ba4;
}
.chroma .kn {
  color: #5bc4bf;
}
.chroma .kp {
  color: #815ba4;
}
.chroma .kr {
  color: #815ba4;
}
.chroma .kt {
  color: #fec418;
}
.chroma .na {
  color: #06b6ef;
}
.chroma .nc {
  color: #fec418;
}
.chroma .no {
  color: #ef6155;
}
.chroma .nd {
  color: #5bc4bf;
}
.chroma .ne {
  color: #ef6155;
}
.chroma .nn {
  color: #fec418;
}
.chroma .nx {
  color: #06b6ef;
}
.chroma .nt {
  color: #5bc4bf;
}
.chroma .nv {
  color: #ef6155;
}
.chroma .vc {
  color: #ef6155;
}
.chroma .vg {
  color: #ef6155;
}
.chroma .vi {
  color: #ef6155;
}
.chroma .vm {
  color: #ef6155;
}
.chroma .nf {
  color: #06b6ef;
}
.chroma .fm {
  color: #06b6ef;
}
.chroma .l {
  color: #f99b15;
}
.chroma .ld {
  color: #48b685;
}
.chroma .s {
  color: #48b685;
}
.chroma .sa {
  color: #48b685;
}
.chroma .sb {
  color: #48b685;
}
.chroma .dl {
  color: #48b685;
}
.chroma .sd {
  color: #8d8687;
}
.chroma .s2 {
  color: #48b685;
}
.chroma .se {
  color: #f99b15;
}
.chroma .sh {
  color: #48b685;
}
.chroma .si {
  color: #f99b15;
}
.chroma .sx {
  color: #48b685;
}
.chroma .sr {
  color: #48b685;
}
.chroma .s1 {
  color: #48b685;
}
.chroma .ss {
  color: #48b685;
}
.chroma .m {
  color: #f99b15;
}
.chroma .mb {
  color: #f99b15;
}
.chroma .mf {
  color: #f99b15;
}
.chroma .mh {
  color: #f99b15;
}
.chroma .mi {
  color: #f99b15;
}
.chroma .il {
  color: #f99b15;
}
.chroma .mo {
  color: #f99b15;
}
.chroma .o {
  color: #5bc4bf;
}
.chroma .ow {
  color: #5bc4bf;
}
.chroma .c {
  color: #8d8687;
}
.chroma .ch {
  color: #8d8687;
}
.chroma .cm {
  color: #8d8687;
}
.chroma .c1 {
  color: #8d8687;
}
.chroma .cs {
  color: #8d8687;
}
.chroma .cp {
  color: #8d8687;
}
.chroma .cpf {
  color: #8d8687;
}
.chroma .gd {
  color: #ef6155;
}
.chroma .ge {
  font-style: italic;
}
.chroma .gh {
  font-weight: bold;
}
.chroma .gi {
  color: #48b685;
}
.chroma .gp {
  color: #8d8687;
  font-weight: bold;
}
.chroma .gs {
  font-weight: bold;
}
.chroma .gu {
  color: #5bc4bf;
  font-weight: bold;
}

/* <stdin> */
@font-face {
  font-family: "NanumBarunPen";
  src: url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumBarunpen.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "KyoboHandwriting2019";
  src: url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/KyoboHand.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}
@import url(https://fonts.googleapis.com/css2?family=Playpen+Sans+Hebrew:wght@100..800&display=swap);
@view-transition {
  navigation: auto;
}
:root {
  --altbg: #e9e2d6;
  --primary: #007952;
  --contrary: #9a4d2e;
  --secondary: #005c5d;
  --bg: #f2ece0;
  --fg: #0f141b;
  --palette-6: #060700;
  --primary1: #6042aa;
  --primary2: #e3895b;
  --primary3: #e23d37;
  --primary4: #d583bf;
  --primary5: #b28fe5;
  --primary6: #37b1e2;
  --primary7: #006f00;
  --primary8: #48e237;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "KyoboHandwriting2019", sans-serif;
  line-height: 1.5;
  background-color: var(--bg);
  font-size: 20px;
  color: var(--fg);
  width: 100%;
  overflow-x: hidden;
}
header,
#main {
  background-color: var(--bg);
}
#content {
  max-width: 900px;
  margin-inline: auto;
  padding-block: 10px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-sizing: content-box;
}
main {
  position: relative;
  display: flex;
  flex-direction: row;
  min-height: 100%;
}
#main {
  width: 100%;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.page-meta {
  .page-meta-date {
    text-align: right;
  }
}
a {
  color: var(--primary);
  text-decoration: none;
  word-break: break-all;
}
img,
blockquote {
  max-width: 100%;
}
figcaption {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5 {
  a.external,
  a.internal,
  a.anchor {
    color: var(--fg);
  }
}
code {
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
}
pre {
  padding: 6px;
  border: 1px solid var(--altbg);
  overflow-x: auto;
}
.sc_highlight {
  display: inline;
  color: var(--highlight);
  font-weight: 500;
  text-shadow: 0px 0px 2px var(--highlight);
}
img {
  max-width: 100%;
}
:not(pre) > code {
  background-color: var(--altbg);
  padding-inline: .3rem;
  font-size: 16px;
}
blockquote {
  border-left: 3px solid var(--fg);
  padding-inline: 10px;
  padding-block: 1px;
  background-color: var(--altbg);
  color: var(--mute);
  margin-inline: 0;
}
blockquote.callout {
  --highlight: var(--primary6);
  &.note {
    --highlight: var(--primary6);
  }
  &.tip {
    --highlight: var(--primary8);
  }
  &.caution {
    --highlight: var(--primary2);
  }
  &.warning {
    --highlight: var(--primary3);
  }
  &.important {
    --highlight: var(--primary5);
  }
  background-color: color-mix(in srgb, var(--highlight) 10%, transparent);
  border-left: 4px solid var(--fg);
  padding-inline: .6rem;
  padding-block: .3rem;
  margin-block: 1rem;
  margin-inline: 0;
  & p:last-child {
    margin-bottom: 0.4em;
  }
  & .callout-title {
    margin-block: 0;
    color: var(--fg);
    font-weight: bold;
  }
  .callout-content {
  }
}
table {
  margin-block: 1rem;
  max-width: 100%;
  overflow-x: auto;
  display: block;
  tr {
    &:first-child th {
      background-color: var(--altbg);
    }
    td,
    th {
      border: 1px solid var(--fg);
      padding-inline: .6rem;
    }
  }
}
ul li input[type=checkbox] {
  display: inline;
  appearance: none;
  &::after {
    font-weight: bold;
    content: "[ ]";
    font-family: "IBM Plex Mono";
    background-color: var(--bg);
    font-size: 18px;
    color: var(--contrary);
    display: inline-block;
  }
  &:not([data-status=processing]):checked::after {
    content: "[x]";
    color: var(--primary);
  }
  &[data-status=processing]::after {
    content: "[-]" !important;
    color: var(--fg);
  }
}
.squiggly-border {
  border-image-slice: 16 16 16 16;
  border-image-width: 16px 16px 16px 16px;
  border-image-outset: 8px 8px 8px 8px;
  border-image-repeat: round round;
  border-image-source: url("./border2-DUOIYTLZ.png");
  border-style: solid;
  padding: 8px;
  margin: 8px;
}
.fleet-embed {
  background-color: var(--bg);
  padding: 10px;
  margin-block: 3px;
}
/*# sourceMappingURL=main.css.map */
