@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 100 700;
  src: url("../assets/fonts/ibm-plex-sans-vietnamese.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: "IBM Plex Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 100 700;
  src: url("../assets/fonts/ibm-plex-sans-latin.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;
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-display: swap;
  font-weight: 100 700;
  src: url("../assets/fonts/ibm-plex-sans-vietnamese-italic.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: "IBM Plex Sans";
  font-style: italic;
  font-display: swap;
  font-weight: 100 700;
  src: url("../assets/fonts/ibm-plex-sans-latin-italic.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;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../assets/fonts/ibm-plex-mono-vietnamese-400.woff2") format("woff2");
  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: "IBM Plex Mono";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../assets/fonts/ibm-plex-mono-latin-400.woff2") format("woff2");
  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;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../assets/fonts/ibm-plex-mono-vietnamese-600.woff2") format("woff2");
  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: "IBM Plex Mono";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../assets/fonts/ibm-plex-mono-latin-600.woff2") format("woff2");
  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;
}

:root {
  --md-text-font: "IBM Plex Sans";
  --md-code-font: "IBM Plex Mono";
  --ctu-ink: #102826;
  --ctu-muted: #526663;
  --ctu-line: #d6e2df;
  --ctu-surface: #f4f8f7;
  --ctu-surface-strong: #e8f3f0;
  --ctu-accent: #087b70;
  --ctu-accent-deep: #075d56;
}

[data-md-color-scheme="default"] {
  --md-default-bg-color: #fbfcfc;
  --md-default-fg-color: #102826;
  --md-default-fg-color--light: #526663;
  --md-default-fg-color--lighter: #879895;
  --md-default-fg-color--lightest: #d6e2df;
  --md-primary-fg-color: #087b70;
  --md-primary-fg-color--dark: #075d56;
  --md-accent-fg-color: #087b70;
  --md-typeset-a-color: #087b70;
  --md-code-bg-color: #eef4f2;
  --md-code-fg-color: #183f3b;
}

body {
  color: var(--ctu-ink);
  font-feature-settings: "kern", "liga", "ss01";
}

.md-header {
  background: linear-gradient(110deg, #064b46 0%, #087b70 72%, #0a887b 100%);
  box-shadow: 0 1px 0 rgb(5 66 61 / 28%), 0 8px 24px rgb(8 70 65 / 10%);
}

.md-header__title {
  overflow: hidden;
  min-width: 0;
  margin-left: 0.25rem;
  font-weight: 650;
  letter-spacing: -0.015em;
}

.md-header__topic {
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.md-header__topic,
.md-header__topic:first-child,
.md-header__topic[data-md-component="header-topic"] {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

/* Keep the product name stable; only page-specific topics participate in the
 * scroll-triggered header transition. */
.md-header__topic:first-child,
.md-header__title--active .md-header__topic:first-child {
  transition: none;
}

/* When the page title is also "Code To UML", keep one static copy instead of
 * running Material's transition between two identical topics. */
.docs-header-title--static .md-header__topic:first-child,
.docs-header-title--static.md-header__title--active .md-header__topic:first-child {
  z-index: 0;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: none;
}

.docs-header-title--static .md-header__topic[data-md-component="header-topic"] {
  display: none;
}

.md-search__form {
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 0.45rem;
  background-color: rgb(0 37 34 / 28%);
}

.md-main {
  background:
    radial-gradient(circle at 52% 0%, rgb(213 239 233 / 36%), transparent 28rem),
    var(--md-default-bg-color);
}

.md-grid {
  max-width: 90rem;
}

.md-content__inner {
  padding-top: 2rem;
}

.md-typeset {
  font-size: 0.82rem;
  line-height: 1.72;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  color: var(--ctu-ink);
  font-weight: 600;
  letter-spacing: -0.025em;
}

.md-typeset h1 {
  margin-bottom: 1.35rem;
  font-size: 2.15rem;
  line-height: 1.12;
}

.md-typeset h2 {
  margin-top: 2.6em;
  margin-bottom: 0.85em;
  font-size: 1.45rem;
  line-height: 1.25;
}

.md-typeset h3 {
  margin-top: 2.1em;
  font-size: 1.05rem;
}

.md-typeset h1 + p {
  max-width: 70ch;
  color: var(--ctu-muted);
  font-size: 0.92rem;
  line-height: 1.72;
}

.md-typeset a:not(.doc-directory__item) {
  text-decoration-color: rgb(8 123 112 / 28%);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.md-typeset a:not(.doc-directory__item):hover {
  text-decoration-color: currentcolor;
}

.md-typeset code {
  border: 1px solid rgb(8 123 112 / 10%);
  border-radius: 0.3rem;
}

.md-typeset pre > code {
  border: 0;
  border-radius: 0;
}

.md-typeset .highlight,
.md-typeset .highlighttable {
  border: 1px solid var(--ctu-line);
  border-radius: 0.55rem;
  box-shadow: 0 8px 24px rgb(16 40 38 / 5%);
}

.md-typeset table:not([class]) {
  width: 100%;
  border: 1px solid var(--ctu-line);
  border-radius: 0.55rem;
  background: rgb(255 255 255 / 72%);
  box-shadow: 0 8px 24px rgb(16 40 38 / 4%);
}

.md-typeset table:not([class]) th {
  color: var(--ctu-ink);
  background: var(--ctu-surface);
  font-weight: 650;
}

.md-typeset table:not([class]) td,
.md-typeset table:not([class]) th {
  padding: 0.75rem 0.85rem;
  border-color: var(--ctu-line);
}

.md-typeset .admonition,
.md-typeset details {
  border-width: 1px;
  border-radius: 0.55rem;
  box-shadow: 0 8px 24px rgb(16 40 38 / 4%);
}

.md-typeset blockquote {
  border-left-color: var(--ctu-accent);
  color: var(--ctu-muted);
}

.docs-page--landing {
  max-width: 52rem;
}

.docs-hero {
  position: relative;
  margin-bottom: 2.4rem;
  padding: 0.6rem 0 2rem 1.15rem;
  border-bottom: 1px solid var(--ctu-line);
}

.docs-hero::before {
  position: absolute;
  inset: 0 auto 2rem 0;
  width: 0.2rem;
  border-radius: 1rem;
  background: linear-gradient(var(--ctu-accent), rgb(8 123 112 / 12%));
  content: "";
}

.docs-hero h1 {
  max-width: 16ch;
  margin-bottom: 1rem;
  font-size: 2.65rem;
}

.docs-hero p {
  max-width: 67ch;
  margin-bottom: 0;
  color: var(--ctu-muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.docs-section-title {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
}

.docs-section-intro {
  max-width: 65ch;
  margin: 0 0 1.25rem;
  color: var(--ctu-muted);
}

.doc-directory {
  overflow: hidden;
  margin: 1rem 0 1.5rem;
  border-top: 1px solid var(--ctu-line);
  border-bottom: 1px solid var(--ctu-line);
}

.doc-directory__item {
  display: grid;
  grid-template-columns: minmax(9.5rem, 0.72fr) minmax(16rem, 1.35fr) 1.5rem;
  gap: 1.2rem;
  align-items: center;
  min-height: 4.65rem;
  padding: 0.75rem 0.85rem;
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: 1px solid var(--ctu-line);
  transition: background-color 140ms ease;
}

.doc-directory__item:last-child {
  border-bottom: 0;
}

.doc-directory__item:hover {
  background: var(--ctu-surface-strong);
}

.doc-directory__item:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid rgb(8 123 112 / 30%);
  outline-offset: -3px;
}

.doc-directory__title {
  color: var(--ctu-accent-deep);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.3;
}

.doc-directory__description {
  color: var(--ctu-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.doc-directory__arrow {
  color: var(--ctu-accent);
  font-family: "IBM Plex Mono";
  font-size: 1rem;
  text-align: right;
}

.docs-start {
  margin-top: 1.8rem;
  padding: 1rem 1.1rem;
  border-left: 0.2rem solid var(--ctu-accent);
  background: var(--ctu-surface);
  color: var(--ctu-muted);
}

.docs-start strong {
  color: var(--ctu-ink);
}

@media screen and (max-width: 44.984375em) {
  .md-content__inner {
    padding-top: 1.4rem;
  }

  .md-typeset {
    font-size: 0.8rem;
    line-height: 1.68;
  }

  .md-typeset h1 {
    font-size: 1.85rem;
  }

  .md-typeset h2 {
    font-size: 1.3rem;
  }

  .docs-hero {
    margin-bottom: 1.9rem;
    padding: 0.35rem 0 1.5rem 0.9rem;
  }

  .docs-hero h1 {
    font-size: 2.1rem;
  }

  .doc-directory__item {
    grid-template-columns: 1fr 1.25rem;
    gap: 0.4rem 0.8rem;
    padding: 0.9rem 0.75rem;
  }

  .doc-directory__description {
    grid-column: 1;
  }

  .doc-directory__arrow {
    grid-row: 1 / span 2;
    grid-column: 2;
    align-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .doc-directory__item {
    transition: none;
  }
}
