a.card-github {
  display: block;
  position: relative;
  margin: var(--m3e-space-2) 0;
  padding: var(--m3e-space-4) var(--m3e-space-6);
  overflow: hidden;
  background: var(--license-block-bg);
  color: var(--on-surface-variant);
  border: 0;
  border-radius: var(--shape-corner-l);
  box-shadow: var(--m3e-elevation-0);
  text-decoration-thickness: 0;
  text-decoration-line: none;
  --m3e-state-color: var(--primary);
  transition-property: color, border-color, box-shadow, opacity;
  transition-duration: var(--m3e-duration-short);
  transition-timing-function: var(--m3e-easing-standard);
}
a.card-github:hover {
  box-shadow: var(--m3e-elevation-1);
}
a.card-github:hover .gc-titlebar {
  color: var(--on-surface);
}
a.card-github:hover .gc-stars,
a.card-github:hover .gc-forks,
a.card-github:hover .gc-license,
a.card-github:hover .gc-description {
  color: var(--on-surface);
}
a.card-github:hover .gc-stars:before,
a.card-github:hover .gc-forks:before,
a.card-github:hover .gc-license:before,
a.card-github:hover .gc-description:before {
  background-color: var(--on-surface);
}
a.card-github .gc-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--m3e-space-2);
  color: var(--on-surface);
  font: var(--m3e-type-title-medium);
}
a.card-github .gc-titlebar .gc-titlebar-left {
  display: flex;
  flex-flow: row nowrap;
  gap: var(--m3e-space-2);
}
a.card-github .gc-titlebar .gc-repo {
  font-weight: bold;
}
a.card-github .gc-titlebar .gc-owner {
  font-weight: 300;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  gap: var(--m3e-space-2);
  align-items: center;
}
a.card-github .gc-titlebar .gc-avatar {
  display: block;
  overflow: hidden;
  width: var(--m3e-space-6);
  height: var(--m3e-space-6);
  background-color: var(--primary);
  background-size: cover;
  border-radius: var(--shape-corner-full);
  object-fit: cover;
}
a.card-github .gc-description {
  margin-bottom: var(--m3e-space-3);
  color: var(--on-surface-variant);
  font: var(--m3e-type-body-large);
}
a.card-github .gc-infobar {
  display: flex;
  flex-flow: row nowrap;
  gap: var(--m3e-space-6);
  color: var(--on-surface-variant);
  width: fit-content;
}
a.card-github .gc-language {
  font: var(--m3e-type-label-large);
}
a.card-github .gc-stars,
a.card-github .gc-forks,
a.card-github .gc-license,
a.card-github .github-logo {
  font: var(--m3e-type-label-large);
}
a.card-github .gc-stars:before,
a.card-github .gc-forks:before,
a.card-github .gc-license:before,
a.card-github .github-logo:before {
  content: ' ';
  display: inline-block;
  height: 1.25em;
  width: 1.25em;
  margin-right: var(--m3e-space-1);
  vertical-align: -0.2em;
  font-size: inherit;
  background-color: var(--on-surface-variant);
  overflow: visible;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  transition-property: background-color;
  transition-timing-function: var(--m3e-easing-standard);
  transition-duration: var(--m3e-duration-short);
}
a.card-github .gc-stars:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' height='16' viewBox='0 0 16 16' version='1.1' width='16'%3E%3Cpath d='M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Zm0 2.445L6.615 5.5a.75.75 0 0 1-.564.41l-3.097.45 2.24 2.184a.75.75 0 0 1 .216.664l-.528 3.084 2.769-1.456a.75.75 0 0 1 .698 0l2.77 1.456-.53-3.084a.75.75 0 0 1 .216-.664l2.24-2.183-3.096-.45a.75.75 0 0 1-.564-.41L8 2.694Z'%3E%3C/path%3E%3C/svg%3E");
}
a.card-github .gc-license:before {
  margin-right: var(--m3e-space-2);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' height='16' viewBox='0 0 16 16' version='1.1' width='16'%3E%3Cpath d='M8.75.75V2h.985c.304 0 .603.08.867.231l1.29.736c.038.022.08.033.124.033h2.234a.75.75 0 0 1 0 1.5h-.427l2.111 4.692a.75.75 0 0 1-.154.838l-.53-.53.529.531-.001.002-.002.002-.006.006-.006.005-.01.01-.045.04c-.21.176-.441.327-.686.45C14.556 10.78 13.88 11 13 11a4.498 4.498 0 0 1-2.023-.454 3.544 3.544 0 0 1-.686-.45l-.045-.04-.016-.015-.006-.006-.004-.004v-.001a.75.75 0 0 1-.154-.838L12.178 4.5h-.162c-.305 0-.604-.079-.868-.231l-1.29-.736a.245.245 0 0 0-.124-.033H8.75V13h2.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5h2.5V3.5h-.984a.245.245 0 0 0-.124.033l-1.289.737c-.265.15-.564.23-.869.23h-.162l2.112 4.692a.75.75 0 0 1-.154.838l-.53-.53.529.531-.001.002-.002.002-.006.006-.016.015-.045.04c-.21.176-.441.327-.686.45C4.556 10.78 3.88 11 3 11a4.498 4.498 0 0 1-2.023-.454 3.544 3.544 0 0 1-.686-.45l-.045-.04-.016-.015-.006-.006-.004-.004v-.001a.75.75 0 0 1-.154-.838L2.178 4.5H1.75a.75.75 0 0 1 0-1.5h2.234a.249.249 0 0 0 .125-.033l1.288-.737c.265-.15.564-.23.869-.23h.984V.75a.75.75 0 0 1 1.5 0Zm2.945 8.477c.285.135.718.273 1.305.273s1.02-.138 1.305-.273L13 6.327Zm-10 0c.285.135.718.273 1.305.273s1.02-.138 1.305-.273L3 6.327Z'%3E%3C/path%3E%3C/svg%3E");
}
a.card-github .gc-forks:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' height='16' viewBox='0 0 16 16' version='1.1' width='16'%3E%3Cpath d='M5 5.372v.878c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75v-.878a2.25 2.25 0 1 1 1.5 0v.878a2.25 2.25 0 0 1-2.25 2.25h-1.5v2.128a2.251 2.251 0 1 1-1.5 0V8.5h-1.5A2.25 2.25 0 0 1 3.5 6.25v-.878a2.25 2.25 0 1 1 1.5 0ZM5 3.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Zm6.75.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-3 8.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Z'%3E%3C/path%3E%3C/svg%3E");
}
a.card-github .github-logo {
  font-size: 1.25rem;
}
a.card-github .github-logo:before {
  background-color: var(--on-surface);
  margin-right: 0;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='32' viewBox='0 0 496 512'%3E%3Cpath d='M165.9 397.4c0 2-2.3 3.6-5.2 3.6c-3.3.3-5.6-1.3-5.6-3.6c0-2 2.3-3.6 5.2-3.6c3-.3 5.6 1.3 5.6 3.6m-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9c2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3m44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9c.3 2 2.9 3.3 5.9 2.6c2.9-.7 4.9-2.6 4.6-4.6c-.3-1.9-3-3.2-5.9-2.9M244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2c12.8 2.3 17.3-5.6 17.3-12.1c0-6.2-.3-40.4-.3-61.4c0 0-70 15-84.7-29.8c0 0-11.4-29.1-27.8-36.6c0 0-22.9-15.7 1.6-15.4c0 0 24.9 2 38.6 25.8c21.9 38.6 58.6 27.5 72.9 20.9c2.3-16 8.8-27.1 16-33.7c-55.9-6.2-112.3-14.3-112.3-110.5c0-27.5 7.6-41.3 23.6-58.9c-2.6-6.5-11.1-33.3 2.6-67.9c20.9-6.5 69 27 69 27c20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27c13.7 34.7 5.2 61.4 2.6 67.9c16 17.7 25.8 31.5 25.8 58.9c0 96.5-58.9 104.2-114.8 110.5c9.2 7.9 17 22.9 17 46.4c0 33.7-.3 75.4-.3 83.6c0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252C496 113.3 383.5 8 244.8 8M97.2 352.9c-1.3 1-1 3.3.7 5.2c1.6 1.6 3.9 2.3 5.2 1c1.3-1 1-3.3-.7-5.2c-1.6-1.6-3.9-2.3-5.2-1m-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9c1.6 1 3.6.7 4.3-.7c.7-1.3-.3-2.9-2.3-3.9c-2-.6-3.6-.3-4.3.7m32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2c2.3 2.3 5.2 2.6 6.5 1c1.3-1.3.7-4.3-1.3-6.2c-2.2-2.3-5.2-2.6-6.5-1m-11.4-14.7c-1.6 1-1.6 3.6 0 5.9c1.6 2.3 4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2c-1.4-2.3-4-3.3-5.6-2'/%3E%3C/svg%3E");
}
a.card-github.fetch-waiting {
  pointer-events: none;
  opacity: 0.7;
  transition: opacity var(--m3e-duration-short) var(--m3e-easing-standard);
}
a.card-github.fetch-waiting .gc-description,
a.card-github.fetch-waiting .gc-infobar,
a.card-github.fetch-waiting .gc-avatar {
  background-color: var(--on-surface-variant);
  color: transparent;
  opacity: 0.5;
  animation: pulsate calc(var(--m3e-duration-long) * 5) infinite var(--m3e-easing-standard);
  user-select: none;
}
a.card-github.fetch-waiting .gc-description:before,
a.card-github.fetch-waiting .gc-infobar:before,
a.card-github.fetch-waiting .gc-avatar:before {
  background-color: transparent;
}
a.card-github.fetch-waiting .gc-repo {
  margin-left: -0.1rem;
}
a.card-github.fetch-waiting .gc-description,
a.card-github.fetch-waiting .gc-infobar {
  border-radius: var(--shape-corner-s);
}
a.card-github.fetch-waiting .gc-description {
  min-height: 1.5em;
}
a.card-github.fetch-error {
  pointer-events: all;
  opacity: 1;
}
.gc-description,
.gc-titlebar,
.gc-stars,
.gc-forks,
.gc-license,
.gc-avatar,
.github-logo {
  transition-property: color, background-color, opacity;
  transition-timing-function: var(--m3e-easing-standard);
  transition-duration: var(--m3e-duration-short);
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.15;
  }
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.15;
  }
}
@-o-keyframes pulsate {
  0% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.15;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.15;
  }
}
