@font-face {
  font-family: "Arial Black";
  src: url("/Font/ArialBlack.ttf");
}

@font-face {
  font-family: "Dancing Script";
  src: url("/Font/DancingScript.ttf");
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

a:link {
  color: #1E6BB8;
  text-decoration: none;
}

a:visited {
  color: #1E6BB8;
  text-decoration: none;
}

a:hover {
  color: #1E6BB8;
  text-decoration: underline;
}

a:active {
  color: #1E6BB8;
  text-decoration: underline;
}

body {
  color: #606C71;
  margin-bottom: 60px;
}

button {
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  color: inherit;
  padding: 5px 15px;
  transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

button:disabled {
  opacity: 0.5;
}

button:hover {
  background: #ececec;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

button:active {
  box-shadow: none;
  transform: translateY(0);
}

h1 {
  color: #159957;
  font-size: 26px;
}

h2 {
  color: #159957;
  font-size: 22px;
  margin-bottom: 5px;
  margin-top: 40px;
}

h3 {
  color: #1999b3;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 30px;
}

h4 {
  color: #194cb3;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 20px;
}

h5 {
  color: #4519b3;
  font-size: 17px;
  margin-bottom: 5px;
  margin-top: 15px;
}

html {
  font-size: 14px;
  min-height: 100%;
  position: relative;
}

img {
  margin-bottom: 5px;
  margin-top: 5px;
  max-width: 100%;
  min-width: unset;
}

li {
  margin-bottom: 5px;
}

li.api-member-enum::marker {
  content: '🏷️ ';
}

li.api-member-field::marker {
  content: '📘 ';
}

li.api-member-method::marker {
  content: '📕 ';
}

li.api-member-namespace::marker {
  content: '📁 ';
}

li.api-member-parameter::marker {
  content: '🔖 ';
}

ol {
  margin-bottom: 5px;
  margin-top: 10px;
  padding-bottom: 5px;
}

p {
  margin-bottom:15px;
  margin-top: 30px;
}

table {
  margin-bottom: 5px;
  margin-top: 5px;
}

td {
  border: 1px #d0d0d0 solid;
  border-collapse: collapse;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}

th {
  border: 1px #d0d0d0 solid;
  border-collapse: collapse;
  font-weight: bold;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}

ul {
  margin-bottom: 5px;
  margin-top: 10px;
  padding-bottom: 5px;
}

.codeblock {
  background: #f7f7f7;
  border: 1px #d0d0d0 solid;
  border-radius: 7px;
  color: #000000;
  font-family: monospace;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 8px;
}

.codeblock-inline {
  background: #f7f7f7;
  border: 1px #cccccc solid;
  border-radius: 3px;
  color: #004a7f;
  font-family: monospace;
  font-weight: bold;
  padding: 0 5px;
  margin-bottom: 0;
  margin-top: 0;
}

.codeblock-list-header {
  color: #004a7f;
  font-family: monospace;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}

.content {
  margin: auto;
  max-width: 800px;
  min-width: unset;
}

.download {
  font-size: larger;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px 20px;
}

.errorblock {
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px #ff0000 solid;
  border-radius: 7px;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 8px;
}

.feature-icon-no {
  color: #bbb;
  font-size: 20px;
  vertical-align: middle;
}

.feature-icon-yes {
  color: #2e8b57;
  font-size: 20px;
  vertical-align: middle;
}

.footer {
  bottom: 0;
  font-size: 13px;
  height: 60px;
  padding-top: 10px;
  position: absolute;
  width: 100%;
}

.hero-tagline {
  color: #555;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin: 12px auto 20px;
  max-width: 640px;
}

.hero-title {
  color: #1a1a1a;
  font-family: "Arial Black", sans-serif;
  font-size: 48px;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 8px;
}

.hero-title a:link,
.hero-title a:visited {
  color: inherit;
  text-decoration: none;
}

.hero-title a:hover,
.hero-title a:active {
  color: inherit;
  text-decoration: underline;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 63fr 37fr;
  margin: 30px 0;
}

.hero-grid .hero-text {
  text-align: left;
}

.hero-grid .hero-title {
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 16px;
}

.hero-grid .hero-tagline {
  margin: 0 0 24px;
  max-width: none;
}

.hero-eyebrow {
  color: #8a2be2;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
  text-transform: none;
}

.hero-image {
  display: flex;
  justify-content: center;
}

.hero-image img {
  height: auto;
  max-width: 100%;
}

.hero-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 12px;
}

.hero-download-buttons .download {
  margin-bottom: 0;
  margin-top: 0;
}

.hero-secondary-links {
  color: #777;
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.hero-secondary-links a {
  font-size: inherit;
}

.hero-available {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hero-available-label {
  color: #888;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-platform-icons {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.hero-platform-icons svg {
  fill: #555;
  height: 24px;
  width: 24px;
}

@media (max-width: 768px) {
  .hero-grid {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .hero-image {
    order: -1;
  }

  .hero-grid .hero-title {
    font-size: 32px;
  }
}

.icon {
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  width: 16px;
}

.infoblock {
  background-color: rgba(0, 255, 0, 0.1);
  border: 1px #008000 solid;
  border-radius: 7px;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 8px;
}

.navbar-brand {
  font-family: "Dancing Script", sans-serif;
  font-size: large;
  text-shadow: black 0 0 0.2em;
}

.paragraph {
  margin-bottom:15px;
  margin-top: 30px;
}

.paragraph-api-description {
  margin-bottom: 15px;
}

.product-download-button {
  align-items: center;
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  line-height: 1.2;
  padding: 10px 16px;
  text-decoration: none;
  transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.product-download-button:hover {
  background: #ececec;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.product-download-button:active {
  box-shadow: none;
  transform: translateY(0);
}

a.product-download-button:link,
a.product-download-button:visited,
a.product-download-button:hover,
a.product-download-button:active {
  color: inherit;
  text-decoration: none;
}

.product-download-button svg {
  fill: var(--button-color, #888);
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}

.product-feature-table {
  border-collapse: collapse;
  font-size: 14px;
  margin-top: 12px;
  width: 100%;
}

.product-feature-table th,
.product-feature-table td {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 12px;
  text-align: left;
  vertical-align: middle;
}

.product-feature-table thead th {
  background-color: #f5f5f7;
  color: #333;
  font-weight: 600;
}

.product-feature-table .feature-col-free,
.product-feature-table .feature-col-pro {
  text-align: center;
  width: 18%;
}

.product-feature-table thead th.feature-col-pro,
.product-feature-table tbody td.feature-col-pro {
  background-color: rgba(0, 93, 255, 0.06);
}

.product-tier-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 10px;
}

.product-tier-card {
  cursor: pointer;
  padding: 24px 16px;
  text-align: center;
}

.product-tier-card-label {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}

.product-tier-card-price {
  color: #1a1a1a;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.product-tier-card-price-ref {
  color: #888;
  font-size: 13px;
  margin-top: 4px;
}

.product-download-button-default { --button-color: #888; }
.product-download-button-github  { --button-color: #24292e; }
.product-download-button-linux   { --button-color: #fe7d37; }
.product-download-button-macos   { --button-color: #8a2be2; }
.product-download-button-windows { --button-color: #007ec6; }

.back-to-top .material-symbols-outlined {
  font-size: 1em;
  vertical-align: middle;
}

.link-with-arrow::before {
  content: "keyboard_arrow_right";
  display: inline-block;
  font-family: 'Material Symbols Outlined';
  font-feature-settings: 'liga';
  font-size: 1em;
  vertical-align: middle;
}

.section-icon {
  direction: ltr;
  display: inline-block;
  font-family: 'Material Symbols Rounded';
  font-feature-settings: 'liga';
  font-size: 1.2em;
  font-style: normal;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.20em;
  white-space: nowrap;
  word-wrap: normal;
}

.section-icon-change-list { color: #d4a017; }
.section-icon-see-also    { color: #1a2a6c; }

.separator {
  height: 20px;
  margin: 0;
  padding: 0;
  width: 20px;
}

.separator-bottom {
  margin-bottom: 30px;
}

.separator-small {
  height: 10px;
  margin: 0;
  padding: 0;
  width: 10px;
}

.separator-top {
  margin-top: 30px;
}

.tag {
  background-color: rgba(0, 93, 255, 0.1);
  border: 1px solid rgba(0, 47, 128, 0.55);
  border-radius: 999px;
  color: #000000;
  display: inline-block;
  font-family: monospace;
  font-size: 10px;
  line-height: 1.4;
  margin-left: 4px;
  padding: 1px 10px;
  vertical-align: middle;
  white-space: nowrap;
}

.tag-first {
  margin-left: 12px;
}

.tag-highlight {
  background-color: rgba(129, 0, 179, 0.1);
  border: 1px solid rgba(129, 0, 179, 0.55);
}

.tag-warning {
  background-color: rgba(255, 106, 0, 0.1);
  border: 1px solid rgba(255, 106, 0, 0.55);
}

.warningblock {
  background-color: rgba(255, 106, 0, 0.1);
  border: 1px #ff6a00 solid;
  border-radius: 7px;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 8px;
}
