/* Visual system */
:root {
  --site-ink: #10212f;
  --site-ink-soft: #4f6574;
  --site-sand: #f7f4ec;
  --site-paper: #fffdf8;
  --site-line: rgba(21, 53, 71, 0.12);
  --site-teal: #1f6f78;
  --site-cyan: #3b9fb5;
  --site-gold: #da9b38;
  --site-night: #0f2230;
  --site-night-2: #173447;
  --site-shadow: 0 20px 60px rgba(16, 33, 47, 0.12);

  --md-primary-fg-color: #1f6f78;
  --md-primary-fg-color--light: #3b9fb5;
  --md-primary-fg-color--dark: #15353f;
  --md-primary-bg-color: #ffffff;
  --md-primary-bg-color--light: #dbeef2;
  --md-accent-fg-color: #da9b38;
  --md-accent-fg-color--transparent: rgba(218, 155, 56, 0.14);
  --md-accent-bg-color: #0f2230;
  --md-accent-bg-color--dark: #0b1822;
  --md-footer-fg-color: #ffffff;
  --md-footer-fg-color--light: rgba(255, 255, 255, 0.72);
  --md-footer-fg-color--dark: #ffffff;
  --md-footer-fg-color--lighter: rgba(255, 255, 255, 0.56);
  --md-footer-bg-color: #10212f;
  --md-footer-bg-color--dark: #09131b;
}

body {
  background:
    radial-gradient(circle at top left, rgba(59, 159, 181, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(218, 155, 56, 0.08), transparent 22%),
    linear-gradient(180deg, #f7f4ec 0%, #fcfbf8 100%);
}

.md-header {
  background:
    linear-gradient(135deg, rgba(15, 34, 48, 0.96) 0%, rgba(23, 52, 71, 0.94) 100%);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 40px rgba(15, 34, 48, 0.18);
}

.md-tabs {
  background: rgba(15, 34, 48, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.md-header,
.md-header__title,
.md-header__topic,
.md-header__button,
.md-header__source,
.md-source,
.md-source__repository,
.md-tabs__link,
.md-tabs__item {
  color: #f5fbff;
}

.md-header__button svg,
.md-source__icon svg {
  fill: currentColor;
}

.md-tabs__link {
  opacity: 0.9;
}

.md-tabs__link:hover,
.md-tabs__link:focus,
.md-tabs__link--active {
  color: #ffffff;
  opacity: 1;
}

[data-md-color-scheme="default"] .md-header .md-search__button {
  color: #f5fbff !important;
}

@media screen and (min-width: 45em) {
  [data-md-color-scheme="default"] .md-header .md-search__button {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }

  [data-md-color-scheme="default"] .md-header .md-search__button:hover,
  [data-md-color-scheme="default"] .md-header .md-search__button:focus {
    background-color: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
  }
}

[data-md-color-scheme="default"] .md-header .md-search__button::before {
  background-color: currentColor !important;
}

[data-md-color-scheme="default"] .md-header .md-search__button::after {
  background: rgba(255, 255, 255, 0.14) !important;
  color: inherit !important;
}

.md-main {
  background: transparent;
}

.md-content__inner {
  padding-bottom: 3rem;
}

.md-typeset {
  color: var(--site-ink);
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  color: var(--site-ink);
  letter-spacing: -0.02em;
}

.md-typeset h2 {
  margin-top: 2.4rem;
  font-size: clamp(1.55rem, 2vw, 2.1rem);
}

.md-typeset a {
  text-decoration-thickness: 0.08em;
}

.md-typeset .grid.cards > ul > li,
.md-typeset .grid > .home-column {
  border: 1px solid var(--site-line);
  border-radius: 1.15rem;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: var(--site-shadow);
}

.md-typeset .grid.cards > ul > li:hover {
  border-color: rgba(31, 111, 120, 0.28);
  box-shadow: 0 24px 64px rgba(16, 33, 47, 0.16);
}

.md-typeset .grid.cards.section-index > ul {
  grid-template-columns: repeat(auto-fit, minmax(180px, 240px));
  justify-content: start;
  gap: 0.85rem;
}

.md-typeset .grid.cards.section-index > ul > li {
  padding: 0.9rem 1rem;
  border-radius: 0.95rem;
}

.md-typeset .grid.cards.section-index > ul > li h2,
.md-typeset .grid.cards.section-index > ul > li h3 {
  margin-top: 0.2rem;
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.md-typeset .grid.cards.section-index > ul > li p {
  margin: 0.35rem 0;
  font-size: 0.84rem;
}

.md-typeset .grid.cards.section-index > ul > li a:last-child {
  font-size: 0.82rem;
}

.md-typeset .md-button {
  border-radius: 999px;
  padding: 0.8em 1.2em;
  font-weight: 700;
  letter-spacing: 0.01em;
}

p {
  --md-admonition-icon--pied-piper: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M244 246c-3.2-2-6.3-2.9-10.1-2.9-6.6 0-12.6 3.2-19.3 3.7l1.7 4.9zm135.9 197.9c-19 0-64.1 9.5-79.9 19.8l6.9 45.1c35.7 6.1 70.1 3.6 106-9.8-4.8-10-23.5-55.1-33-55.1zM340.8 177c6.6 2.8 11.5 9.2 22.7 22.1 2-1.4 7.5-5.2 7.5-8.6 0-4.9-11.8-13.2-13.2-23 11.2-5.7 25.2-6 37.6-8.9 68.1-16.4 116.3-52.9 146.8-116.7C548.3 29.3 554 16.1 554.6 2l-2 2.6c-28.4 50-33 63.2-81.3 100-31.9 24.4-69.2 40.2-106.6 54.6l-6.3-.3v-21.8c-19.6 1.6-19.7-14.6-31.6-23-18.7 20.6-31.6 40.8-58.9 51.1-12.7 4.8-19.6 10-25.9 21.8 34.9-16.4 91.2-13.5 98.8-10zM555.5 0l-.6 1.1-.3.9.6-.6zm-59.2 382.1c-33.9-56.9-75.3-118.4-150-115.5l-.3-6c-1.1-13.5 32.8 3.2 35.1-31l-14.4 7.2c-19.8-45.7-8.6-54.3-65.5-54.3-14.7 0-26.7 1.7-41.4 4.6 2.9 18.6 2.2 36.7-10.9 50.3l19.5 5.5c-1.7 3.2-2.9 6.3-2.9 9.8 0 21 42.8 2.9 42.8 33.6 0 18.4-36.8 60.1-54.9 60.1-8 0-53.7-50-53.4-60.1l.3-4.6 52.3-11.5c13-2.6 12.3-22.7-2.9-22.7-3.7 0-43.1 9.2-49.4 10.6-2-5.2-7.5-14.1-13.8-14.1-3.2 0-6.3 3.2-9.5 4-9.2 2.6-31 2.9-21.5 20.1L15.9 298.5c-5.5 1.1-8.9 6.3-8.9 11.8 0 6 5.5 10.9 11.5 10.9 8 0 131.3-28.4 147.4-32.2 2.6 3.2 4.6 6.3 7.8 8.6 20.1 14.4 59.8 85.9 76.4 85.9 24.1 0 58-22.4 71.3-41.9 3.2-4.3 6.9-7.5 12.4-6.9.6 13.8-31.6 34.2-33 43.7-1.4 10.2-1 35.2-.3 41.1 26.7 8.1 52-3.6 77.9-2.9 4.3-21 10.6-41.9 9.8-63.5l-.3-9.5c-1.4-34.2-10.9-38.5-34.8-58.6-1.1-1.1-2.6-2.6-3.7-4 2.2-1.4 1.1-1 4.6-1.7 88.5 0 56.3 183.6 111.5 229.9 33.1-15 72.5-27.9 103.5-47.2-29-25.6-52.6-45.7-72.7-79.9zm-196.2 46.1v27.2l11.8-3.4-2.9-23.8zm-68.7-150.4l24.1 61.2 21-13.8-31.3-50.9zm84.4 154.9l2 12.4c9-1.5 58.4-6.6 58.4-14.1 0-1.4-.6-3.2-.9-4.6-26.8 0-36.9 3.8-59.5 6.3z"/></svg>')
}

.md-typeset .admonition.pied-piper,
.md-typeset details.pied-piper {
  border-color: rgb(43, 155, 70);
}

.md-typeset .pied-piper>.admonition-title,
.md-typeset .pied-piper>summary {
  background-color: rgba(43, 155, 70, 0.1);
}

.md-typeset .pied-piper>.admonition-title::before,
.md-typeset .pied-piper>summary::before {
  background-color: rgb(43, 155, 70);
  -webkit-mask-image: var(--md-admonition-icon--pied-piper);
  mask-image: var(--md-admonition-icon--pied-piper);
}

.md-header__logo img {
  height: 3rem;
  width: 3rem;
  border-radius: 0.9rem;
  object-fit: cover;
}

.md-typeset .md-button--primary {
  background: linear-gradient(135deg, var(--site-gold) 0%, #f2b24d 100%);
  border-color: transparent;
  color: #10212f;
}

.md-typeset .md-button--primary:hover {
  background: linear-gradient(135deg, #c98b2b 0%, #e4a03b 100%);
  color: #0f2230;
}

.md-typeset .md-button:not(.md-button--primary) {
  border-color: rgba(255, 255, 255, 0.24);
  color: #f8fbfd;
}

.md-typeset .md-button:not(.md-button--primary):hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.home-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1.4rem;
  padding: clamp(2rem, 4vw, 3.4rem);
  margin: 0 0 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at top right, rgba(218, 155, 56, 0.24), transparent 28%),
    radial-gradient(circle at left center, rgba(59, 159, 181, 0.2), transparent 30%),
    linear-gradient(135deg, rgba(15, 34, 48, 0.98) 0%, rgba(23, 52, 71, 0.96) 100%);
  color: #f5fbff;
  box-shadow: 0 30px 80px rgba(15, 34, 48, 0.24);
}

.home-hero h1,
.home-hero p {
  color: inherit;
}

.home-hero h1 {
  max-width: 12ch;
  margin-bottom: 0.8rem;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.95;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 0.4rem;
}

.home-hero__panel {
  max-width: 36rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.home-hero__panel > p:first-child {
  margin: 0 0 0.6rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.home-hero__panel ul {
  margin: 0;
}

.home-signal {
  display: grid;
  gap: 1rem;
  margin: 1.75rem 0 2.2rem;
}

.home-signal > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-signal li {
  padding: 1.2rem 1.25rem;
  border: 1px solid var(--site-line);
  border-radius: 1.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.92)),
    linear-gradient(180deg, rgba(59, 159, 181, 0.08), rgba(31, 111, 120, 0.04));
  box-shadow: var(--site-shadow);
}

.home-cards,
.home-paths {
  margin-top: 1.2rem;
}

.home-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.home-column {
  padding: 1.2rem 1.25rem;
}

.home-column h3 {
  margin-top: 0;
}

.md-typeset .home-paths > ul > li {
  border-top: 4px solid rgba(31, 111, 120, 0.9);
}

.home-preview {
  display: block;
  width: min(100%, 1100px);
  margin: 2.4rem auto 0;
  border: 1px solid rgba(16, 33, 47, 0.08);
  border-radius: 1.4rem;
  box-shadow: 0 28px 80px rgba(16, 33, 47, 0.16);
}

@media (max-width: 768px) {
  .home-hero {
    padding: 2rem 1.1rem;
    border-radius: 1.3rem;
  }

  .home-hero__actions {
    flex-direction: column;
  }

  .home-hero__actions .md-button {
    margin-right: 0;
    text-align: center;
  }

  .home-columns {
    grid-template-columns: 1fr;
  }
}

[data-md-color-scheme="slate"] {
  --site-ink: #eef5f8;
  --site-ink-soft: rgba(238, 245, 248, 0.7);
  --site-paper: rgba(15, 34, 48, 0.82);
  --site-line: rgba(255, 255, 255, 0.1);
  --site-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  --md-default-bg-color: #0c1822;
}

[data-md-color-scheme="slate"] body {
  background:
    radial-gradient(circle at top left, rgba(59, 159, 181, 0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(218, 155, 56, 0.1), transparent 20%),
    linear-gradient(180deg, #0c1822 0%, #132837 100%);
}

[data-md-color-scheme="slate"] .md-typeset .grid.cards > ul > li,
[data-md-color-scheme="slate"] .md-typeset .grid > .home-column,
[data-md-color-scheme="slate"] .home-signal li {
  background: rgba(15, 34, 48, 0.76);
}

[data-md-color-scheme="slate"] .md-typeset h1,
[data-md-color-scheme="slate"] .md-typeset h2,
[data-md-color-scheme="slate"] .md-typeset h3 {
  color: var(--site-ink);
}

@media (min-width: 1200px) {
  .md-content__inner img {
    max-width: 80%;
  }
}

.print-icon {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  margin-right: auto;
}

.print-icon svg {
  margin-left: 5px;
  width: 20px;
  height: 20px;
  fill: var(--md-primary-fg-color);
}

.print-icon:hover svg {
  fill: var(--md-accent-fg-color);
}

@media print {
  .print-icon {
    display: none;
  }
}
