@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap");
:root {
  --content-width: 800px;
  --color-red: rgb(255, 59, 48);
  --color-orange: rgb(255, 149, 0);
  --color-yellow: rgb(255, 204, 0);
  --color-green: rgb(52, 199, 89);
  --color-indigo: rgb(88, 86, 214);
  --color-purple: rgb(175, 82, 222);
  --color-pink: rgb(255, 45, 85);
  --color-blue: rgb(0, 122, 255);
  --color-brown: rgb(162, 132, 94);
  --color-grey-01: rgb(142, 142, 147);
  --color-grey-02: rgb(174, 174, 178);
  --color-grey-03: rgb(199, 199, 204);
  --color-grey-04: rgb(209, 209, 214);
  --color-grey-05: rgb(229, 229, 234);
  --color-grey-06: rgb(242, 242, 247);
  --color-list-item-background: var(--color-grey-06);
  --color-text-mark: var(--color-yellow);
  --color-text-link: #0000EE;
  --color-text-date: var(--color-grey-01);
  --color-text-lastmod: var(--color-pink);
  --color-text-section: var(--color-green);
  --color-text-category: var(--color-indigo);
  --color-text-caption: var(--color-grey-01);
  --color-tag-foreground: var(--color-yellow);
  --color-tag-background: var(--color-brown);
  --color-text-mark-background: var(rgba(255, 149, 0, 0.9));
  --color-text-inline-code-background: var(--color-grey-05);
  --color-text-inline-code-foreground: var(--color-purple);
  --color-text-ps-tag: var(--color-indigo);
  --color-mdsyntax: var(--color-grey-04);
  --color-admonition-box-background: var(--color-grey-06);
  --color-admonition-box-left-border: var(--color-blue);
  --color-toc-background: var(--color-grey-06);
  --color-page-info-background: var(--color-grey-06);
  --color-footer-background: var(--color-grey-06);
  --font-main: sans-serif;
  --font-monospace: monospace;
  --font-site-title: 'Luckiest Guy', cursive;
  --font-tag: var(--font-monospace);
  --font-section: var(--font-monospace);
  --font-category: var(--font-monospace);
  --font-date: var(--font-monospace);
  --padding-box: 0.5em 0.55em;
  --br-base: 0; }

body {
  background-color: var(--color-grey-03); }

header {
  padding-top: .5rem; }

footer {
  padding-bottom: .5rem; }

.main-box {
  background-color: white;
  border-radius: var(--br-base);
  box-shadow: 0 0 20px 6px var(--color-grey-01);
  padding: 0 2rem;
  margin-top: 0;
  margin-inline: auto;
  width: 100%;
  max-width: var(--content-width);
  font-family: var(--font-main); }

body.layout-ps-all .main-box {
  max-width: none;
  padding: 0.5rem 1.5rem;
  box-shadow: none; }

.menu-box {
  display: flex;
  justify-content: flex-end; }
  .menu-box .menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0; }
    .menu-box .menu li {
      margin: 0 0.3rem;
      position: relative; }

nav#TableOfContents {
  background-color: var(--color-toc-background);
  padding: var(--padding-box); }
  nav#TableOfContents::before {
    content: "Table Of Contents";
    font-weight: bold;
    display: block;
    padding-bottom: 0.25em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 0.4rem; }
  nav#TableOfContents a {
    text-decoration: none; }
    nav#TableOfContents a:hover {
      text-decoration: underline; }

dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1rem;
  row-gap: 0.25em;
  background-color: var(--color-page-info-background);
  padding: var(--padding-box);
  font-size: .85rem;
  margin: 0.6rem 0; }
  dl hr {
    display: none; }
  dl dt {
    grid-column: 1;
    font-weight: bold;
    margin: 0;
    padding: 0; }
  dl dd {
    grid-column: 2;
    margin: 0;
    padding: 0; }
  dl dd.dd-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.75rem; }

dl.page-info::before, dl.page-ps-info::before {
  grid-column: 1 / -1;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 0.25em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 0.4rem; }

dl.page-info::before {
  content: "Page Info"; }

dl.page-ps-info::before {
  content: "Ps Info"; }

.site-title-text {
  font-family: var(--font-site-title);
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .site-title-text::before {
    content: "❀";
    margin-right: .7rem;
    vertical-align: 0rem;
    scale: 140%;
    display: inline-block; }

.menu-item {
  padding: 0;
  background: none; }
  .menu-item > a {
    text-decoration: none;
    font-size: 0.9rem; }
    .menu-item > a:hover {
      text-decoration: underline; }
    .menu-item > a.active {
      text-decoration: underline; }

.menu-box .menu li {
  margin: 0 0.5rem; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

a:not([class]) {
  text-decoration: underline; }

footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
  background-color: var(--color-footer-background);
  padding: var(--padding-box);
  border-radius: var(--br-base); }
  footer .footer-box {
    line-height: 1rem;
    font-size: 0.85rem; }

.post-count-text {
  font-family: inherit;
  font-size: 0.85rem;
  color: var(--color-grey-01);
  margin-left: 0.5rem; }

.post-list-item .date-text {
  float: none; }

.date-text {
  font-family: inherit;
  font-size: 0.85rem;
  color: var(--color-grey-01); }
  .date-text.lastmod, .date-text.date {
    color: var(--color-grey-01); }

.tag-box {
  display: flex;
  justify-content: flex-start;
  margin-top: -0.5rem; }

.term-list li, .post-list li {
  margin: 0;
  padding: 0.1rem 0; }

.post-list-item .post-title-text {
  margin-right: 0.5rem; }

.post-list-item .section-text {
  margin-right: 0.5rem; }

.tag-text {
  font-family: inherit;
  font-size: 0.85rem;
  color: var(--color-grey-01);
  background: none;
  padding: 0;
  border-radius: 0; }
  .tag-text::before {
    content: "#"; }
  .tag-text > a {
    text-decoration: none;
    color: inherit; }
    .tag-text > a:hover {
      color: var(--color-text-link); }

.section-category-box {
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-top: 0.4rem; }
  .section-category-box .category-list {
    display: flex; }

.seq-box {
  display: flex;
  gap: 0.5rem; }

.section-text {
  font-family: inherit;
  font-size: 0.85rem;
  color: var(--color-grey-01); }
  .section-text > a {
    text-decoration: none;
    color: inherit; }
    .section-text > a:hover {
      color: var(--color-text-link); }

.category-text {
  font-family: inherit;
  font-size: 0.85rem;
  color: var(--color-grey-01); }
  .category-text > a {
    text-decoration: none;
    color: inherit; }
    .category-text > a:hover {
      color: var(--color-text-link); }

.header-anchor > a {
  text-decoration: none; }
  .header-anchor > a:hover {
    text-decoration: underline; }

h1:not([class]), h2:not([class]), h3:not([class]), h4:not([class]), h5:not([class]), h6:not([class]) {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
  margin: 1.6em 0 0.5em;
  text-decoration-line: underline;
  text-decoration-thickness: .08rem;
  text-underline-offset: .5rem;
  text-decoration-color: var(--color-grey-03); }

strong::before, strong::after {
  font-size: .75rem;
  color: var(--color-mdsyntax); }

mark {
  background-color: rgba(255, 204, 0, 0.35);
  padding: 0 0.1rem; }
  mark::before, mark::after {
    font-size: .75rem;
    color: var(--color-mdsyntax); }

table:not(.highlight) {
  border: solid 1px;
  margin: 0 auto;
  border-collapse: collapse; }
  table:not(.highlight) tr, table:not(.highlight) th, table:not(.highlight) td {
    border: solid 1px; }

code:not(pre > code) {
  font-family: var(--font-monospace);
  background-color: var(--color-text-inline-code-background);
  color: inherit;
  font-size: 1em;
  padding: 0; }

:is(h1, h2, h3, h4, h5, h6) code {
  background: transparent; }

.highlight {
  font-family: var(--font-monospace);
  border: 1px solid var(--color-grey-04);
  margin: 0.8rem 0; }
  .highlight pre {
    padding: 0 0.6em;
    line-height: 1.35; }

.highlight table {
  all: unset; }

.highlight div {
  border-radius: var(--br-base); }

.highlight table {
  border-spacing: 0;
  margin: 0;
  width: 100%; }

.highlight td:first-child pre {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0; }

.highlight td:not(:first-child) pre {
  padding-left: 0; }

.highlight pre {
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: break-word; }

blockquote {
  padding: var(--padding-box);
  background-color: var(--color-admonition-box-background);
  border-left: 0.4rem var(--color-admonition-box-left-border) solid;
  margin: 1rem auto; }
  blockquote > *:first-child {
    margin-top: 0; }
  blockquote > *:last-child {
    margin-bottom: 0; }

.admonition {
  padding: var(--padding-box);
  background-color: var(--color-admonition-box-background);
  margin: 0.6rem 0; }
  .admonition .admonition-title-box {
    margin: 0 0 0.35em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .admonition .admonition-title-text {
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 0.01em; }
  .admonition .admonition-body > *:first-child {
    margin-top: 0; }
  .admonition .admonition-body > *:last-child {
    margin-bottom: 0; }

.caption-container {
  margin: .5rem 0rem;
  padding: 0rem 0rem;
  width: 100%; }
  .caption-container figure {
    margin: 0 auto; }
    .caption-container figure figcaption {
      font-size: 0.9rem;
      text-align: center;
      margin-top: .25rem;
      color: var(--color-text-caption); }

img.plantuml-image {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.ytb {
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto; }

.ytb iframe {
  display: block;
  aspect-ratio: 16 / 9;
  border: none;
  width: 100%; }

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

table.ps-list-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-grey-03);
  font-family: var(--font-monospace);
  font-size: 0.8rem;
  line-height: 1.4; }
  table.ps-list-table th, table.ps-list-table td {
    border: 1px solid var(--color-grey-03);
    padding: 0.25em 0.6em;
    vertical-align: top; }
  table.ps-list-table th {
    background-color: var(--color-grey-06);
    font-weight: bold;
    text-align: center; }
  table.ps-list-table tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.025); }
  table.ps-list-table tbody tr:hover {
    background-color: var(--color-grey-06); }
  table.ps-list-table ul.ps-tag-list,
  table.ps-list-table ul.ps-date-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.15rem 0.5rem; }
  table.ps-list-table .ps-tag-text,
  table.ps-list-table .date-text {
    font-size: inherit; }

.ps-tag-text {
  font-family: var(--font-tag);
  color: var(--color-text-ps-tag);
  border-radius: var(--br-base);
  padding: 0 0.2rem; }
  .ps-tag-text::before {
    content: "#";
    margin-right: 0.25rem; }

*, *::before, *::after {
  box-sizing: border-box;
  border-radius: 0 !important; }

html, body {
  overflow-x: hidden; }

img, video, iframe, table, pre {
  max-width: 100%; }

mjx-container, mjx-container * {
  box-sizing: content-box;
  border-radius: 0; }
