@charset "UTF-8";
uix-homepage {
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
}
uix-homepage > .grid {
  width: 100vw;
  height: 68vh;
}
uix-homepage .actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
uix-homepage .actions a {
  text-decoration: none !important;
  color: var(--text);
}
uix-homepage .actions > * {
  opacity: 0.8;
  transition: filter 0.2s, opacity 0.1s;
  display: flex;
  padding: 8px 12px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  box-sizing: border-box;
}
uix-homepage .actions > *:hover {
  opacity: 1;
  filter: brightness(1.4);
}
uix-homepage .actions > * > .fa {
  margin-right: 6px;
}
uix-homepage .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  box-sizing: border-box;
  padding: 1px;
  width: fit-content;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: 420% 420%;
  background-image: linear-gradient(to right, #31bdc6, #3178c6 20%);
  filter: brightness(1.8);
  -webkit-filter: brightness(1.8);
  transition: filter 0.2s;
  text-decoration: none;
}
uix-homepage .badge:hover {
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
}
uix-homepage .badge > div {
  padding: 8px 12px;
  border-radius: 1000px;
  background-color: rgba(0, 0, 0, 0.8);
}
uix-homepage .badge > div > span {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #31bdc6, #3178c6 80%);
}
uix-homepage .badge > div > span > .fa {
  margin-right: 4px;
}
uix-homepage .badge * {
  text-decoration: none;
}
uix-homepage .badge.large {
  flex: unset !important;
  padding: 3px;
  border-radius: 20px;
  filter: none;
  font-size: x-large;
  filter: none;
  -webkit-filter: none;
}
uix-homepage .badge.large:hover {
  filter: brightness(0.8);
  -webkit-filter: brightness(0.8);
}
uix-homepage .badge.large > div {
  border-radius: 20px;
  padding: 20px 60px;
}
uix-homepage .badge.large > div span {
  color: white;
}
uix-homepage > .content {
  width: calc(100% - 180px);
  margin: auto;
  margin-top: 90px;
}
@media screen and (max-width: 1000px) {
  uix-homepage > .content {
    padding: 0px;
    width: calc(100% - 60px) !important;
    margin: auto;
  }
}
uix-homepage > .content > .front {
  max-width: 1200px;
  margin: auto;
  margin-top: 60px;
  display: flex;
  gap: 80px;
  align-items: center;
}
uix-homepage > .content > .front > .info, uix-homepage > .content > .front > .preview {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  uix-homepage > .content > .front {
    margin-top: 180px;
  }
  uix-homepage > .content > .front > .info {
    align-items: center;
    justify-content: center;
    max-width: 600px;
    width: calc(100% - 40px);
    margin: auto;
  }
  uix-homepage > .content > .front > .info > span {
    text-align: center;
  }
  uix-homepage > .content > .front > .info .actions {
    justify-content: center;
  }
  uix-homepage > .content > .front > .preview {
    display: none;
  }
}
uix-homepage > .content > .front > .info > .logo {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 60px;
  font-weight: 800;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to bottom, #31bdc6, #3178c6 80%);
}
@media screen and (max-width: 550px) {
  uix-homepage > .content > .front > .info > .logo {
    text-align: center;
  }
  uix-homepage > .content > .front > .info > .logo > img {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  uix-homepage > .content > .front > .info > .logo {
    text-align: left;
  }
  uix-homepage > .content > .front > .info > .logo > img {
    display: none;
  }
}
uix-homepage > .content > .front > .info > .logo > img {
  margin-right: 20px;
  width: 170px;
}
uix-homepage > .content > .front > .info > .actions {
  margin-top: 30px;
}
uix-homepage > .content > .front > .info > span {
  margin-top: 26px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  text-decoration: inherit;
  text-wrap: balance;
  font-weight: 500;
  line-height: 2rem;
  max-width: 400px;
  color: var(--text);
}
uix-homepage > .content > .front > .info > span b {
  opacity: 1;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #9df0ff 12%, #799afd 90%);
  -webkit-background-clip: text;
  background-clip: text;
}
uix-homepage > .content > .front > .preview img {
  max-width: 600px;
}
uix-homepage > .content > .body {
  margin: auto;
  margin-top: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
}
uix-homepage > .content > .body > .info-card-container {
  margin-bottom: 100px;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}
uix-homepage > .content > .body > .info-card-container uix-info-card {
  width: 400px;
}
uix-homepage > .content > .body > .info-card-container .info-card div {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #9df0ff 12%, #799afd 90%);
  -webkit-background-clip: text;
  background-clip: text;
}
uix-homepage > .content > .body > section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
uix-homepage > .content > .body > section > div {
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
uix-homepage > .content > .body > section > div > span {
  opacity: 0.8;
  display: inline-block;
  vertical-align: top;
  text-decoration: inherit;
  text-wrap: balance;
  font-weight: 500;
  line-height: 2rem;
}
uix-homepage > .content > .body > section > div h2 {
  font-size: 40px;
  margin-top: 8px;
  margin-bottom: 4px;
}
uix-homepage > .content > .body > section > div > .actions {
  margin-top: 30px;
}
uix-homepage > .content > .body > section > img {
  max-width: 300px;
}
uix-homepage > .content > .body > section .library-container, uix-homepage > .content > .body > section .importmap-container {
  margin-top: 30px;
  width: 100%;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
uix-homepage > .content > .body > section .library-container .empty, uix-homepage > .content > .body > section .importmap-container .empty {
  color: var(--green);
  font-weight: normal;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
uix-homepage > .content > .body > section .library-container .empty > .fa, uix-homepage > .content > .body > section .importmap-container .empty > .fa {
  font-size: 60px;
}
uix-homepage > .content > .body > section .library-container > a, uix-homepage > .content > .body > section .importmap-container > a {
  text-align: left;
  color: var(--text);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: calc(50% - 8px);
  min-width: min(80vw, 380px);
  max-width: 380px;
  height: 270px;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 14px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: start;
}
uix-homepage > .content > .body > section .library-container > a.loading::after, uix-homepage > .content > .body > section .importmap-container > a.loading::after {
  content: "Update";
  position: absolute;
  background-color: var(--green);
  width: 100%;
  height: 40px;
  top: 0;
  right: 0;
  width: 200px;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform: rotate(33deg) translate(76px, -70px);
  color: black;
  font-weight: bold;
}
uix-homepage > .content > .body > section .library-container > a *, uix-homepage > .content > .body > section .importmap-container > a * {
  text-align: left;
}
uix-homepage > .content > .body > section .library-container > a::before, uix-homepage > .content > .body > section .importmap-container > a::before {
  user-select: none;
  -webkit-user-select: none;
  content: "";
  position: absolute;
  width: 100%;
  inset: -1px;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  background: radial-gradient(1000px circle at 0px 0px, #50f3ff 0, #1f73cd 25%, rgba(255, 255, 255, 0) 50%, transparent 80%);
}
uix-homepage > .content > .body > section .library-container > a:hover::before, uix-homepage > .content > .body > section .importmap-container > a:hover::before {
  opacity: 0.2;
}
uix-homepage > .content > .body > section .library-container > a .link, uix-homepage > .content > .body > section .importmap-container > a .link {
  margin-top: 8px;
  color: var(--accent);
}
uix-homepage > .content > .body > section .library-container > a > i, uix-homepage > .content > .body > section .importmap-container > a > i {
  margin-top: 20px;
  opacity: 0.5;
}
uix-homepage > .content > .body > section .library-container > a .preview, uix-homepage > .content > .body > section .importmap-container > a .preview {
  z-index: 1;
  margin-top: 20px;
  height: 100%;
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}
uix-homepage > .content > .body > section .library-container > a .preview > uix-markdown, uix-homepage > .content > .body > section .importmap-container > a .preview > uix-markdown {
  position: relative;
  z-index: -1;
}
uix-homepage > .content > .body > section .library-container > a > h1, uix-homepage > .content > .body > section .library-container > a > h2, uix-homepage > .content > .body > section .importmap-container > a > h1, uix-homepage > .content > .body > section .importmap-container > a > h2 {
  margin-top: 6px;
  margin-bottom: 12px;
}
uix-homepage > .content > .body > section .library-container > a > .info, uix-homepage > .content > .body > section .importmap-container > a > .info {
  display: flex;
  gap: 20px;
}
uix-homepage > .content > .body > section .library-container > a > .info > .tag, uix-homepage > .content > .body > section .importmap-container > a > .info > .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 12px;
  background-color: var(--accent);
  color: black;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 1000px;
}
uix-homepage > .content > .body > section .library-container > a > .info > .tag[data-visibility=public], uix-homepage > .content > .body > section .importmap-container > a > .info > .tag[data-visibility=public] {
  background-color: var(--green);
}
uix-homepage > .content > .body > section .library-container > a > .info > div .fa, uix-homepage > .content > .body > section .importmap-container > a > .info > div .fa {
  margin-right: 6px;
}
uix-homepage > .content > .body > section > .importmap-container {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  gap: 16px;
}
uix-homepage > .content > .body > section > .importmap-container > * {
  width: unset !important;
  height: unset !important;
  min-width: unset !important;
  max-width: unset !important;
  justify-content: center;
  align-items: center;
  flex: unset;
  color: var(--text);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 14px 25px;
}
uix-homepage > .content > .body > section > .importmap-container > * > h2 {
  font-size: x-large;
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: normal;
}
uix-homepage > .content > .body > section > .importmap-container > * > h2 > .fa {
  margin-right: 5px;
  opacity: 0.9;
}
uix-homepage > .content > .body > section > .importmap-container > * > span {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  border: 2px solid var(--green);
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 1000px;
}
uix-homepage > .content > .body > section.side-by-side {
  margin-top: 200px;
  gap: 60px;
  flex-direction: row;
  text-align: left;
  align-items: center;
  flex-wrap: wrap;
}
uix-homepage > .content > .body > section.side-by-side > div > h2, uix-homepage > .content > .body > section.side-by-side > div > span {
  text-align: left;
}
uix-homepage > .content > .body > section.side-by-side > * {
  flex: 1;
}
uix-homepage > .content > .body > section.side-by-side > div {
  align-items: flex-start;
}
uix-homepage > .content > .body .status-container {
  margin-top: 160px !important;
}
uix-homepage > .content > .body .status-container .badge > div > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
uix-homepage > .content > .body .status-container .status {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: var(--green);
}
uix-homepage uix-sitemap {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  uix-homepage > .content .body {
    margin-top: 100px;
  }
  uix-homepage > .content .info-card-container {
    margin-bottom: 30px !important;
  }
  uix-homepage > .content .side-by-side {
    margin-top: 50px !important;
  }
}
